securityhub-2018-10-26.min.json 349 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771177217731774177517761777177817791780178117821783178417851786178717881789179017911792179317941795179617971798179918001801180218031804180518061807180818091810181118121813181418151816181718181819182018211822182318241825182618271828182918301831183218331834183518361837183818391840184118421843184418451846184718481849185018511852185318541855185618571858185918601861186218631864186518661867186818691870187118721873187418751876187718781879188018811882188318841885188618871888188918901891189218931894189518961897189818991900190119021903190419051906190719081909191019111912191319141915191619171918191919201921192219231924192519261927192819291930193119321933193419351936193719381939194019411942194319441945194619471948194919501951195219531954195519561957195819591960196119621963196419651966196719681969197019711972197319741975197619771978197919801981198219831984198519861987198819891990199119921993199419951996199719981999200020012002200320042005200620072008200920102011201220132014201520162017201820192020202120222023202420252026202720282029203020312032203320342035203620372038203920402041204220432044204520462047204820492050205120522053205420552056205720582059206020612062206320642065206620672068206920702071207220732074207520762077207820792080208120822083208420852086208720882089209020912092209320942095209620972098209921002101210221032104210521062107210821092110211121122113211421152116211721182119212021212122212321242125212621272128212921302131213221332134213521362137213821392140214121422143214421452146214721482149215021512152215321542155215621572158215921602161216221632164216521662167216821692170217121722173217421752176217721782179218021812182218321842185218621872188218921902191219221932194219521962197219821992200220122022203220422052206220722082209221022112212221322142215221622172218221922202221222222232224222522262227222822292230223122322233223422352236223722382239224022412242224322442245224622472248224922502251225222532254225522562257225822592260226122622263226422652266226722682269227022712272227322742275227622772278227922802281228222832284228522862287228822892290229122922293229422952296229722982299230023012302230323042305230623072308230923102311231223132314231523162317231823192320232123222323232423252326232723282329233023312332233323342335233623372338233923402341234223432344234523462347234823492350235123522353235423552356235723582359236023612362236323642365236623672368236923702371237223732374237523762377237823792380238123822383238423852386238723882389239023912392239323942395239623972398239924002401240224032404240524062407240824092410241124122413241424152416241724182419242024212422242324242425242624272428242924302431243224332434243524362437243824392440244124422443244424452446244724482449245024512452245324542455245624572458245924602461246224632464246524662467246824692470247124722473247424752476247724782479248024812482248324842485248624872488248924902491249224932494249524962497249824992500250125022503250425052506250725082509251025112512251325142515251625172518251925202521252225232524252525262527252825292530253125322533253425352536253725382539254025412542254325442545254625472548254925502551255225532554255525562557255825592560256125622563256425652566256725682569257025712572257325742575257625772578257925802581258225832584258525862587258825892590259125922593259425952596259725982599260026012602260326042605260626072608260926102611261226132614261526162617261826192620262126222623262426252626262726282629263026312632263326342635263626372638263926402641264226432644264526462647264826492650265126522653265426552656265726582659266026612662266326642665266626672668266926702671267226732674267526762677267826792680268126822683268426852686268726882689269026912692269326942695269626972698269927002701270227032704270527062707270827092710271127122713271427152716271727182719272027212722272327242725272627272728272927302731273227332734273527362737273827392740274127422743274427452746274727482749275027512752275327542755275627572758275927602761276227632764276527662767276827692770277127722773277427752776277727782779278027812782278327842785278627872788278927902791279227932794279527962797279827992800280128022803280428052806280728082809281028112812281328142815281628172818281928202821282228232824282528262827282828292830283128322833283428352836283728382839284028412842284328442845284628472848284928502851285228532854285528562857285828592860286128622863286428652866286728682869287028712872287328742875287628772878287928802881288228832884288528862887288828892890289128922893289428952896289728982899290029012902290329042905290629072908290929102911291229132914291529162917291829192920292129222923292429252926292729282929293029312932293329342935293629372938293929402941294229432944294529462947294829492950295129522953295429552956295729582959296029612962296329642965296629672968296929702971297229732974297529762977297829792980298129822983298429852986298729882989299029912992299329942995299629972998299930003001300230033004300530063007300830093010301130123013301430153016301730183019302030213022302330243025302630273028302930303031303230333034303530363037303830393040304130423043304430453046304730483049305030513052305330543055305630573058305930603061306230633064306530663067306830693070307130723073307430753076307730783079308030813082308330843085308630873088308930903091309230933094309530963097309830993100310131023103310431053106310731083109311031113112311331143115311631173118311931203121312231233124312531263127312831293130313131323133313431353136313731383139314031413142314331443145314631473148314931503151315231533154315531563157315831593160316131623163316431653166316731683169317031713172317331743175317631773178317931803181318231833184318531863187318831893190319131923193319431953196319731983199320032013202320332043205320632073208320932103211321232133214321532163217321832193220322132223223322432253226322732283229323032313232323332343235323632373238323932403241324232433244324532463247324832493250325132523253325432553256325732583259326032613262326332643265326632673268326932703271327232733274327532763277327832793280328132823283328432853286328732883289329032913292329332943295329632973298329933003301330233033304330533063307330833093310331133123313331433153316331733183319332033213322332333243325332633273328332933303331333233333334333533363337333833393340334133423343334433453346334733483349335033513352335333543355335633573358335933603361336233633364336533663367336833693370337133723373337433753376337733783379338033813382338333843385338633873388338933903391339233933394339533963397339833993400340134023403340434053406340734083409341034113412341334143415341634173418341934203421342234233424342534263427342834293430343134323433343434353436343734383439344034413442344334443445344634473448344934503451345234533454345534563457345834593460346134623463346434653466346734683469347034713472347334743475347634773478347934803481348234833484348534863487348834893490349134923493349434953496349734983499350035013502350335043505350635073508350935103511351235133514351535163517351835193520352135223523352435253526352735283529353035313532353335343535353635373538353935403541354235433544354535463547354835493550355135523553355435553556355735583559356035613562356335643565356635673568356935703571357235733574357535763577357835793580358135823583358435853586358735883589359035913592359335943595359635973598359936003601360236033604360536063607360836093610361136123613361436153616361736183619362036213622362336243625362636273628362936303631363236333634363536363637363836393640364136423643364436453646364736483649365036513652365336543655365636573658365936603661366236633664366536663667366836693670367136723673367436753676367736783679368036813682368336843685368636873688368936903691369236933694369536963697369836993700370137023703370437053706370737083709371037113712371337143715371637173718371937203721372237233724372537263727372837293730373137323733373437353736373737383739374037413742374337443745374637473748374937503751375237533754375537563757375837593760376137623763376437653766376737683769377037713772377337743775377637773778377937803781378237833784378537863787378837893790379137923793379437953796379737983799380038013802380338043805380638073808380938103811381238133814381538163817381838193820382138223823382438253826382738283829383038313832383338343835383638373838383938403841384238433844384538463847384838493850385138523853385438553856385738583859386038613862386338643865386638673868386938703871387238733874387538763877387838793880388138823883388438853886388738883889389038913892389338943895389638973898389939003901390239033904390539063907390839093910391139123913391439153916391739183919392039213922392339243925392639273928392939303931393239333934393539363937393839393940394139423943394439453946394739483949395039513952395339543955395639573958395939603961396239633964396539663967396839693970397139723973397439753976397739783979398039813982398339843985398639873988398939903991399239933994399539963997399839994000400140024003400440054006400740084009401040114012401340144015401640174018401940204021402240234024402540264027402840294030403140324033403440354036403740384039404040414042404340444045404640474048404940504051405240534054405540564057405840594060406140624063406440654066406740684069407040714072407340744075407640774078407940804081408240834084408540864087408840894090409140924093409440954096409740984099410041014102410341044105410641074108410941104111411241134114411541164117411841194120412141224123412441254126412741284129413041314132413341344135413641374138413941404141414241434144414541464147414841494150415141524153415441554156415741584159416041614162416341644165416641674168416941704171417241734174417541764177417841794180418141824183418441854186418741884189419041914192419341944195419641974198419942004201420242034204420542064207420842094210421142124213421442154216421742184219422042214222422342244225422642274228422942304231423242334234423542364237423842394240424142424243424442454246424742484249425042514252425342544255425642574258425942604261426242634264426542664267426842694270427142724273427442754276427742784279428042814282428342844285428642874288428942904291429242934294429542964297429842994300430143024303430443054306430743084309431043114312431343144315431643174318431943204321432243234324432543264327432843294330433143324333433443354336433743384339434043414342434343444345434643474348434943504351435243534354435543564357435843594360436143624363436443654366436743684369437043714372437343744375437643774378437943804381438243834384438543864387438843894390439143924393439443954396439743984399440044014402440344044405440644074408440944104411441244134414441544164417441844194420442144224423442444254426442744284429443044314432443344344435443644374438443944404441444244434444444544464447444844494450445144524453445444554456445744584459446044614462446344644465446644674468446944704471447244734474447544764477447844794480448144824483448444854486448744884489449044914492449344944495449644974498449945004501450245034504450545064507450845094510451145124513451445154516451745184519452045214522452345244525452645274528452945304531453245334534453545364537453845394540454145424543454445454546454745484549455045514552455345544555455645574558455945604561456245634564456545664567456845694570457145724573457445754576457745784579458045814582458345844585458645874588458945904591459245934594459545964597459845994600460146024603460446054606460746084609461046114612461346144615461646174618461946204621462246234624462546264627462846294630463146324633463446354636463746384639464046414642464346444645464646474648464946504651465246534654465546564657465846594660466146624663466446654666466746684669467046714672467346744675467646774678467946804681468246834684468546864687468846894690469146924693469446954696469746984699470047014702470347044705470647074708470947104711471247134714471547164717471847194720472147224723472447254726472747284729473047314732473347344735473647374738473947404741474247434744474547464747474847494750475147524753475447554756475747584759476047614762476347644765476647674768476947704771477247734774477547764777477847794780478147824783478447854786478747884789479047914792479347944795479647974798479948004801480248034804480548064807480848094810481148124813481448154816481748184819482048214822482348244825482648274828482948304831483248334834483548364837483848394840484148424843484448454846484748484849485048514852485348544855485648574858485948604861486248634864486548664867486848694870487148724873487448754876487748784879488048814882488348844885488648874888488948904891489248934894489548964897489848994900490149024903490449054906490749084909491049114912491349144915491649174918491949204921492249234924492549264927492849294930493149324933493449354936493749384939494049414942494349444945494649474948494949504951495249534954495549564957495849594960496149624963496449654966496749684969497049714972497349744975497649774978497949804981498249834984498549864987498849894990499149924993499449954996499749984999500050015002500350045005500650075008500950105011501250135014501550165017501850195020502150225023502450255026502750285029503050315032503350345035503650375038503950405041504250435044504550465047504850495050505150525053505450555056505750585059506050615062506350645065506650675068506950705071507250735074507550765077507850795080508150825083508450855086508750885089509050915092509350945095509650975098509951005101510251035104510551065107510851095110511151125113511451155116511751185119512051215122512351245125512651275128512951305131513251335134513551365137513851395140514151425143514451455146514751485149515051515152515351545155515651575158515951605161516251635164516551665167516851695170517151725173517451755176517751785179518051815182518351845185518651875188518951905191519251935194519551965197519851995200520152025203520452055206520752085209521052115212521352145215521652175218521952205221522252235224522552265227522852295230523152325233523452355236523752385239524052415242524352445245524652475248524952505251525252535254525552565257525852595260526152625263526452655266526752685269527052715272527352745275527652775278527952805281528252835284528552865287528852895290529152925293529452955296529752985299530053015302530353045305530653075308530953105311531253135314531553165317531853195320532153225323532453255326532753285329533053315332533353345335533653375338533953405341534253435344534553465347534853495350535153525353535453555356535753585359536053615362536353645365536653675368536953705371537253735374537553765377537853795380538153825383538453855386538753885389539053915392539353945395539653975398539954005401540254035404540554065407540854095410541154125413541454155416541754185419542054215422542354245425542654275428542954305431543254335434543554365437543854395440544154425443544454455446544754485449545054515452545354545455545654575458545954605461546254635464546554665467546854695470547154725473547454755476547754785479548054815482548354845485548654875488548954905491549254935494549554965497549854995500550155025503550455055506550755085509551055115512551355145515551655175518551955205521552255235524552555265527552855295530553155325533553455355536553755385539554055415542554355445545554655475548554955505551555255535554555555565557555855595560556155625563556455655566556755685569557055715572557355745575557655775578557955805581558255835584558555865587558855895590559155925593559455955596559755985599560056015602560356045605560656075608560956105611561256135614561556165617561856195620562156225623562456255626562756285629563056315632563356345635563656375638563956405641564256435644564556465647564856495650565156525653565456555656565756585659566056615662566356645665566656675668566956705671567256735674567556765677567856795680568156825683568456855686568756885689569056915692569356945695569656975698569957005701570257035704570557065707570857095710571157125713571457155716571757185719572057215722572357245725572657275728572957305731573257335734573557365737573857395740574157425743574457455746574757485749575057515752575357545755575657575758575957605761576257635764576557665767576857695770577157725773577457755776577757785779578057815782578357845785578657875788578957905791579257935794579557965797579857995800580158025803580458055806580758085809581058115812581358145815581658175818581958205821582258235824582558265827582858295830583158325833583458355836583758385839584058415842584358445845584658475848584958505851585258535854585558565857585858595860586158625863586458655866586758685869587058715872587358745875587658775878587958805881588258835884588558865887588858895890589158925893589458955896589758985899590059015902590359045905590659075908590959105911591259135914591559165917591859195920592159225923592459255926592759285929593059315932593359345935593659375938593959405941594259435944594559465947594859495950595159525953595459555956595759585959596059615962596359645965596659675968596959705971597259735974597559765977597859795980598159825983598459855986598759885989599059915992599359945995599659975998599960006001600260036004600560066007600860096010601160126013601460156016601760186019602060216022602360246025602660276028602960306031603260336034603560366037603860396040604160426043604460456046604760486049605060516052605360546055605660576058605960606061606260636064606560666067606860696070607160726073607460756076607760786079608060816082608360846085608660876088608960906091609260936094609560966097609860996100610161026103610461056106610761086109611061116112611361146115611661176118611961206121612261236124612561266127612861296130613161326133613461356136613761386139614061416142614361446145614661476148614961506151615261536154615561566157615861596160616161626163616461656166616761686169617061716172617361746175617661776178617961806181618261836184618561866187618861896190619161926193619461956196619761986199620062016202620362046205620662076208620962106211621262136214621562166217621862196220622162226223622462256226622762286229623062316232623362346235623662376238623962406241624262436244624562466247624862496250625162526253625462556256625762586259626062616262626362646265626662676268626962706271627262736274627562766277627862796280628162826283628462856286628762886289629062916292629362946295629662976298629963006301630263036304630563066307630863096310631163126313631463156316631763186319632063216322632363246325632663276328632963306331633263336334633563366337633863396340634163426343634463456346634763486349635063516352635363546355635663576358635963606361636263636364636563666367636863696370637163726373637463756376637763786379638063816382638363846385638663876388638963906391639263936394639563966397639863996400640164026403640464056406640764086409641064116412641364146415641664176418641964206421642264236424642564266427642864296430643164326433643464356436643764386439644064416442644364446445644664476448644964506451645264536454645564566457645864596460646164626463646464656466646764686469647064716472647364746475647664776478647964806481648264836484648564866487648864896490649164926493649464956496649764986499650065016502650365046505650665076508650965106511651265136514651565166517651865196520652165226523652465256526652765286529653065316532653365346535653665376538653965406541654265436544654565466547654865496550655165526553655465556556655765586559656065616562656365646565656665676568656965706571657265736574657565766577657865796580658165826583658465856586658765886589659065916592659365946595659665976598659966006601660266036604660566066607660866096610661166126613661466156616661766186619662066216622662366246625662666276628662966306631663266336634663566366637663866396640664166426643664466456646664766486649665066516652665366546655665666576658665966606661666266636664666566666667666866696670667166726673667466756676667766786679668066816682668366846685668666876688668966906691669266936694669566966697669866996700670167026703670467056706670767086709671067116712671367146715671667176718671967206721672267236724672567266727672867296730673167326733673467356736673767386739674067416742674367446745674667476748674967506751675267536754675567566757675867596760676167626763676467656766676767686769677067716772677367746775677667776778677967806781678267836784678567866787678867896790679167926793679467956796679767986799680068016802680368046805680668076808680968106811681268136814681568166817681868196820682168226823682468256826682768286829683068316832683368346835683668376838683968406841684268436844684568466847684868496850685168526853685468556856685768586859686068616862686368646865686668676868686968706871687268736874687568766877687868796880688168826883688468856886688768886889689068916892689368946895689668976898689969006901690269036904690569066907690869096910691169126913691469156916691769186919692069216922692369246925692669276928692969306931693269336934693569366937693869396940694169426943694469456946694769486949695069516952695369546955695669576958695969606961696269636964696569666967696869696970697169726973697469756976697769786979698069816982698369846985698669876988698969906991699269936994699569966997699869997000700170027003700470057006700770087009701070117012701370147015701670177018701970207021702270237024702570267027702870297030703170327033703470357036703770387039704070417042704370447045704670477048704970507051705270537054705570567057705870597060706170627063706470657066706770687069707070717072707370747075707670777078707970807081708270837084708570867087708870897090709170927093709470957096709770987099710071017102710371047105710671077108710971107111711271137114711571167117711871197120712171227123712471257126712771287129713071317132713371347135713671377138713971407141714271437144714571467147714871497150715171527153715471557156715771587159716071617162716371647165716671677168716971707171717271737174717571767177717871797180718171827183718471857186718771887189719071917192719371947195719671977198719972007201720272037204720572067207720872097210721172127213721472157216721772187219722072217222722372247225722672277228722972307231723272337234723572367237723872397240724172427243724472457246724772487249725072517252725372547255725672577258725972607261726272637264726572667267726872697270727172727273727472757276727772787279728072817282728372847285728672877288728972907291729272937294729572967297729872997300730173027303730473057306730773087309731073117312731373147315731673177318731973207321732273237324732573267327732873297330733173327333733473357336733773387339734073417342734373447345734673477348734973507351735273537354735573567357735873597360736173627363736473657366736773687369737073717372737373747375737673777378737973807381738273837384738573867387738873897390739173927393739473957396739773987399740074017402740374047405740674077408740974107411741274137414741574167417741874197420742174227423742474257426742774287429743074317432743374347435743674377438743974407441744274437444744574467447744874497450745174527453745474557456745774587459746074617462746374647465746674677468746974707471747274737474747574767477747874797480748174827483748474857486748774887489749074917492749374947495749674977498749975007501750275037504750575067507750875097510751175127513751475157516751775187519752075217522752375247525752675277528752975307531753275337534753575367537753875397540754175427543754475457546754775487549755075517552755375547555755675577558755975607561756275637564756575667567756875697570757175727573757475757576757775787579758075817582758375847585758675877588758975907591759275937594759575967597759875997600760176027603760476057606760776087609761076117612761376147615761676177618761976207621762276237624762576267627762876297630763176327633763476357636763776387639764076417642764376447645764676477648764976507651765276537654765576567657765876597660766176627663766476657666766776687669767076717672767376747675767676777678767976807681768276837684768576867687768876897690769176927693769476957696769776987699770077017702770377047705770677077708770977107711771277137714771577167717771877197720772177227723772477257726772777287729773077317732773377347735773677377738773977407741774277437744774577467747774877497750775177527753775477557756775777587759776077617762776377647765776677677768776977707771777277737774777577767777777877797780778177827783778477857786778777887789779077917792779377947795779677977798779978007801780278037804780578067807780878097810781178127813781478157816781778187819782078217822782378247825782678277828782978307831783278337834783578367837783878397840784178427843784478457846784778487849785078517852785378547855785678577858785978607861786278637864786578667867786878697870787178727873787478757876787778787879788078817882788378847885788678877888788978907891789278937894789578967897789878997900790179027903790479057906790779087909791079117912791379147915791679177918791979207921792279237924792579267927792879297930793179327933793479357936793779387939794079417942794379447945794679477948794979507951795279537954795579567957795879597960796179627963796479657966796779687969797079717972797379747975797679777978797979807981798279837984798579867987798879897990799179927993799479957996799779987999800080018002800380048005800680078008800980108011801280138014801580168017801880198020802180228023802480258026802780288029803080318032803380348035803680378038803980408041804280438044804580468047804880498050805180528053805480558056805780588059806080618062806380648065806680678068806980708071807280738074807580768077807880798080808180828083808480858086808780888089809080918092809380948095809680978098809981008101810281038104810581068107810881098110811181128113811481158116811781188119812081218122812381248125812681278128812981308131813281338134813581368137813881398140814181428143814481458146814781488149815081518152815381548155815681578158815981608161816281638164816581668167816881698170817181728173817481758176817781788179818081818182818381848185818681878188818981908191819281938194819581968197819881998200820182028203820482058206820782088209821082118212821382148215821682178218821982208221822282238224822582268227822882298230823182328233823482358236823782388239824082418242824382448245824682478248824982508251825282538254825582568257825882598260826182628263826482658266826782688269827082718272827382748275827682778278827982808281828282838284828582868287828882898290829182928293829482958296829782988299830083018302830383048305830683078308830983108311831283138314831583168317831883198320832183228323832483258326832783288329833083318332833383348335833683378338833983408341834283438344834583468347834883498350835183528353835483558356835783588359836083618362836383648365836683678368836983708371837283738374837583768377837883798380838183828383838483858386838783888389839083918392839383948395839683978398839984008401840284038404840584068407840884098410841184128413841484158416841784188419842084218422842384248425842684278428842984308431843284338434843584368437843884398440844184428443844484458446844784488449845084518452845384548455845684578458845984608461846284638464846584668467846884698470847184728473847484758476847784788479848084818482848384848485848684878488848984908491849284938494849584968497849884998500850185028503850485058506850785088509851085118512851385148515851685178518851985208521852285238524852585268527852885298530853185328533853485358536853785388539854085418542854385448545854685478548854985508551855285538554855585568557855885598560856185628563856485658566856785688569857085718572857385748575857685778578857985808581858285838584858585868587858885898590859185928593859485958596859785988599860086018602860386048605860686078608860986108611861286138614861586168617861886198620862186228623862486258626862786288629863086318632863386348635863686378638863986408641864286438644864586468647864886498650865186528653865486558656865786588659866086618662866386648665866686678668866986708671867286738674867586768677867886798680868186828683868486858686868786888689869086918692869386948695869686978698869987008701870287038704870587068707870887098710871187128713871487158716871787188719872087218722872387248725872687278728872987308731873287338734873587368737873887398740874187428743874487458746874787488749875087518752875387548755875687578758875987608761876287638764876587668767876887698770877187728773877487758776877787788779878087818782878387848785878687878788878987908791879287938794879587968797879887998800880188028803880488058806880788088809881088118812881388148815881688178818881988208821882288238824882588268827882888298830883188328833883488358836883788388839884088418842884388448845884688478848884988508851885288538854885588568857885888598860886188628863886488658866886788688869887088718872887388748875887688778878887988808881888288838884888588868887888888898890889188928893889488958896889788988899890089018902890389048905890689078908890989108911891289138914891589168917891889198920892189228923892489258926892789288929893089318932893389348935893689378938893989408941894289438944894589468947894889498950895189528953895489558956895789588959896089618962896389648965896689678968896989708971897289738974897589768977897889798980898189828983898489858986898789888989899089918992899389948995899689978998899990009001900290039004900590069007900890099010901190129013901490159016901790189019902090219022902390249025902690279028902990309031903290339034903590369037903890399040904190429043904490459046904790489049905090519052905390549055905690579058905990609061906290639064906590669067906890699070907190729073907490759076907790789079908090819082908390849085908690879088908990909091909290939094909590969097909890999100910191029103910491059106910791089109911091119112911391149115911691179118911991209121912291239124912591269127912891299130913191329133913491359136913791389139914091419142914391449145914691479148914991509151915291539154915591569157915891599160916191629163916491659166916791689169917091719172917391749175917691779178917991809181918291839184918591869187918891899190919191929193919491959196919791989199920092019202920392049205920692079208920992109211921292139214921592169217921892199220922192229223922492259226922792289229923092319232923392349235923692379238923992409241924292439244924592469247924892499250925192529253925492559256925792589259926092619262926392649265926692679268926992709271927292739274927592769277927892799280928192829283928492859286928792889289929092919292929392949295929692979298929993009301930293039304930593069307930893099310931193129313931493159316931793189319932093219322932393249325932693279328932993309331933293339334933593369337933893399340934193429343934493459346934793489349935093519352935393549355935693579358935993609361936293639364936593669367936893699370937193729373937493759376937793789379938093819382938393849385938693879388938993909391939293939394939593969397939893999400940194029403940494059406940794089409941094119412941394149415941694179418941994209421942294239424942594269427942894299430943194329433943494359436943794389439944094419442944394449445944694479448944994509451945294539454945594569457945894599460946194629463946494659466946794689469947094719472947394749475947694779478947994809481948294839484948594869487948894899490949194929493949494959496949794989499950095019502950395049505950695079508950995109511951295139514951595169517951895199520952195229523952495259526952795289529953095319532953395349535953695379538953995409541954295439544954595469547954895499550955195529553955495559556955795589559956095619562956395649565956695679568956995709571957295739574957595769577957895799580958195829583958495859586958795889589959095919592959395949595959695979598959996009601960296039604960596069607960896099610961196129613961496159616961796189619962096219622962396249625962696279628962996309631963296339634963596369637963896399640964196429643964496459646964796489649965096519652965396549655965696579658965996609661966296639664966596669667966896699670967196729673967496759676967796789679968096819682968396849685968696879688968996909691969296939694969596969697969896999700970197029703970497059706970797089709971097119712971397149715971697179718971997209721972297239724972597269727972897299730973197329733973497359736973797389739974097419742974397449745974697479748974997509751975297539754975597569757975897599760976197629763976497659766976797689769977097719772977397749775977697779778977997809781978297839784978597869787978897899790979197929793979497959796979797989799980098019802980398049805980698079808980998109811981298139814981598169817981898199820982198229823982498259826982798289829983098319832983398349835983698379838983998409841984298439844984598469847984898499850985198529853985498559856985798589859986098619862986398649865986698679868986998709871987298739874987598769877987898799880988198829883988498859886988798889889989098919892989398949895989698979898989999009901990299039904990599069907990899099910991199129913991499159916991799189919992099219922992399249925992699279928992999309931993299339934993599369937993899399940994199429943994499459946994799489949995099519952995399549955995699579958995999609961996299639964996599669967996899699970997199729973997499759976997799789979998099819982998399849985998699879988998999909991999299939994999599969997999899991000010001100021000310004100051000610007100081000910010100111001210013100141001510016100171001810019100201002110022100231002410025100261002710028100291003010031100321003310034100351003610037100381003910040100411004210043100441004510046100471004810049100501005110052100531005410055100561005710058100591006010061100621006310064100651006610067100681006910070100711007210073100741007510076100771007810079100801008110082100831008410085100861008710088100891009010091100921009310094100951009610097100981009910100101011010210103101041010510106101071010810109101101011110112101131011410115101161011710118101191012010121101221012310124101251012610127101281012910130101311013210133101341013510136101371013810139101401014110142101431014410145101461014710148101491015010151101521015310154101551015610157101581015910160101611016210163101641016510166101671016810169101701017110172101731017410175101761017710178101791018010181101821018310184101851018610187101881018910190101911019210193101941019510196101971019810199102001020110202102031020410205102061020710208102091021010211102121021310214102151021610217102181021910220102211022210223102241022510226102271022810229102301023110232102331023410235102361023710238102391024010241102421024310244102451024610247102481024910250102511025210253102541025510256102571025810259102601026110262102631026410265102661026710268102691027010271102721027310274102751027610277102781027910280102811028210283102841028510286102871028810289102901029110292102931029410295102961029710298102991030010301103021030310304103051030610307103081030910310103111031210313103141031510316103171031810319103201032110322103231032410325103261032710328103291033010331103321033310334103351033610337103381033910340103411034210343103441034510346103471034810349103501035110352103531035410355103561035710358103591036010361103621036310364103651036610367103681036910370103711037210373103741037510376103771037810379103801038110382103831038410385103861038710388103891039010391103921039310394103951039610397103981039910400104011040210403104041040510406104071040810409104101041110412104131041410415104161041710418104191042010421104221042310424104251042610427104281042910430104311043210433104341043510436104371043810439104401044110442104431044410445104461044710448104491045010451104521045310454104551045610457104581045910460104611046210463104641046510466104671046810469104701047110472104731047410475104761047710478104791048010481104821048310484104851048610487104881048910490104911049210493104941049510496104971049810499105001050110502105031050410505105061050710508105091051010511105121051310514105151051610517105181051910520105211052210523105241052510526105271052810529105301053110532105331053410535105361053710538105391054010541105421054310544105451054610547105481054910550105511055210553105541055510556105571055810559105601056110562105631056410565105661056710568105691057010571105721057310574105751057610577105781057910580105811058210583105841058510586105871058810589105901059110592105931059410595105961059710598105991060010601106021060310604106051060610607106081060910610106111061210613106141061510616106171061810619106201062110622106231062410625106261062710628106291063010631106321063310634106351063610637106381063910640106411064210643106441064510646106471064810649106501065110652106531065410655106561065710658106591066010661106621066310664106651066610667106681066910670106711067210673106741067510676106771067810679106801068110682106831068410685106861068710688106891069010691106921069310694106951069610697106981069910700107011070210703107041070510706107071070810709107101071110712107131071410715107161071710718107191072010721107221072310724107251072610727107281072910730107311073210733107341073510736107371073810739107401074110742107431074410745107461074710748107491075010751107521075310754107551075610757107581075910760107611076210763107641076510766107671076810769107701077110772107731077410775107761077710778107791078010781107821078310784107851078610787107881078910790107911079210793107941079510796107971079810799108001080110802108031080410805108061080710808108091081010811108121081310814108151081610817108181081910820108211082210823108241082510826108271082810829108301083110832108331083410835108361083710838108391084010841108421084310844108451084610847108481084910850108511085210853108541085510856108571085810859108601086110862108631086410865108661086710868108691087010871108721087310874108751087610877108781087910880108811088210883108841088510886108871088810889108901089110892108931089410895108961089710898108991090010901109021090310904109051090610907109081090910910109111091210913109141091510916109171091810919109201092110922109231092410925109261092710928
  1. {
  2. "version": "2.0",
  3. "metadata": {
  4. "apiVersion": "2018-10-26",
  5. "endpointPrefix": "securityhub",
  6. "jsonVersion": "1.1",
  7. "protocol": "rest-json",
  8. "serviceFullName": "AWS SecurityHub",
  9. "serviceId": "SecurityHub",
  10. "signatureVersion": "v4",
  11. "signingName": "securityhub",
  12. "uid": "securityhub-2018-10-26"
  13. },
  14. "operations": {
  15. "AcceptAdministratorInvitation": {
  16. "http": {
  17. "requestUri": "/administrator"
  18. },
  19. "input": {
  20. "type": "structure",
  21. "required": [
  22. "AdministratorId",
  23. "InvitationId"
  24. ],
  25. "members": {
  26. "AdministratorId": {},
  27. "InvitationId": {}
  28. }
  29. },
  30. "output": {
  31. "type": "structure",
  32. "members": {}
  33. }
  34. },
  35. "AcceptInvitation": {
  36. "http": {
  37. "requestUri": "/master"
  38. },
  39. "input": {
  40. "type": "structure",
  41. "required": [
  42. "MasterId",
  43. "InvitationId"
  44. ],
  45. "members": {
  46. "MasterId": {},
  47. "InvitationId": {}
  48. }
  49. },
  50. "output": {
  51. "type": "structure",
  52. "members": {}
  53. },
  54. "deprecated": true,
  55. "deprecatedMessage": "This API has been deprecated, use AcceptAdministratorInvitation API instead."
  56. },
  57. "BatchDeleteAutomationRules": {
  58. "http": {
  59. "requestUri": "/automationrules/delete"
  60. },
  61. "input": {
  62. "type": "structure",
  63. "required": [
  64. "AutomationRulesArns"
  65. ],
  66. "members": {
  67. "AutomationRulesArns": {
  68. "shape": "S7"
  69. }
  70. }
  71. },
  72. "output": {
  73. "type": "structure",
  74. "members": {
  75. "ProcessedAutomationRules": {
  76. "shape": "S7"
  77. },
  78. "UnprocessedAutomationRules": {
  79. "shape": "S9"
  80. }
  81. }
  82. }
  83. },
  84. "BatchDisableStandards": {
  85. "http": {
  86. "requestUri": "/standards/deregister"
  87. },
  88. "input": {
  89. "type": "structure",
  90. "required": [
  91. "StandardsSubscriptionArns"
  92. ],
  93. "members": {
  94. "StandardsSubscriptionArns": {
  95. "shape": "Sd"
  96. }
  97. }
  98. },
  99. "output": {
  100. "type": "structure",
  101. "members": {
  102. "StandardsSubscriptions": {
  103. "shape": "Sf"
  104. }
  105. }
  106. }
  107. },
  108. "BatchEnableStandards": {
  109. "http": {
  110. "requestUri": "/standards/register"
  111. },
  112. "input": {
  113. "type": "structure",
  114. "required": [
  115. "StandardsSubscriptionRequests"
  116. ],
  117. "members": {
  118. "StandardsSubscriptionRequests": {
  119. "type": "list",
  120. "member": {
  121. "type": "structure",
  122. "required": [
  123. "StandardsArn"
  124. ],
  125. "members": {
  126. "StandardsArn": {},
  127. "StandardsInput": {
  128. "shape": "Sh"
  129. }
  130. }
  131. }
  132. }
  133. }
  134. },
  135. "output": {
  136. "type": "structure",
  137. "members": {
  138. "StandardsSubscriptions": {
  139. "shape": "Sf"
  140. }
  141. }
  142. }
  143. },
  144. "BatchGetAutomationRules": {
  145. "http": {
  146. "requestUri": "/automationrules/get"
  147. },
  148. "input": {
  149. "type": "structure",
  150. "required": [
  151. "AutomationRulesArns"
  152. ],
  153. "members": {
  154. "AutomationRulesArns": {
  155. "shape": "S7"
  156. }
  157. }
  158. },
  159. "output": {
  160. "type": "structure",
  161. "members": {
  162. "Rules": {
  163. "type": "list",
  164. "member": {
  165. "type": "structure",
  166. "members": {
  167. "RuleArn": {},
  168. "RuleStatus": {},
  169. "RuleOrder": {
  170. "type": "integer"
  171. },
  172. "RuleName": {},
  173. "Description": {},
  174. "IsTerminal": {
  175. "type": "boolean"
  176. },
  177. "Criteria": {
  178. "shape": "Sw"
  179. },
  180. "Actions": {
  181. "shape": "S1a"
  182. },
  183. "CreatedAt": {
  184. "shape": "S1p"
  185. },
  186. "UpdatedAt": {
  187. "shape": "S1p"
  188. },
  189. "CreatedBy": {}
  190. }
  191. }
  192. },
  193. "UnprocessedAutomationRules": {
  194. "shape": "S9"
  195. }
  196. }
  197. }
  198. },
  199. "BatchGetConfigurationPolicyAssociations": {
  200. "http": {
  201. "requestUri": "/configurationPolicyAssociation/batchget"
  202. },
  203. "input": {
  204. "type": "structure",
  205. "required": [
  206. "ConfigurationPolicyAssociationIdentifiers"
  207. ],
  208. "members": {
  209. "ConfigurationPolicyAssociationIdentifiers": {
  210. "type": "list",
  211. "member": {
  212. "shape": "S1s"
  213. }
  214. }
  215. }
  216. },
  217. "output": {
  218. "type": "structure",
  219. "members": {
  220. "ConfigurationPolicyAssociations": {
  221. "type": "list",
  222. "member": {
  223. "shape": "S1w"
  224. }
  225. },
  226. "UnprocessedConfigurationPolicyAssociations": {
  227. "type": "list",
  228. "member": {
  229. "type": "structure",
  230. "members": {
  231. "ConfigurationPolicyAssociationIdentifiers": {
  232. "shape": "S1s"
  233. },
  234. "ErrorCode": {},
  235. "ErrorReason": {}
  236. }
  237. }
  238. }
  239. }
  240. }
  241. },
  242. "BatchGetSecurityControls": {
  243. "http": {
  244. "requestUri": "/securityControls/batchGet"
  245. },
  246. "input": {
  247. "type": "structure",
  248. "required": [
  249. "SecurityControlIds"
  250. ],
  251. "members": {
  252. "SecurityControlIds": {
  253. "shape": "S23"
  254. }
  255. }
  256. },
  257. "output": {
  258. "type": "structure",
  259. "required": [
  260. "SecurityControls"
  261. ],
  262. "members": {
  263. "SecurityControls": {
  264. "type": "list",
  265. "member": {
  266. "type": "structure",
  267. "required": [
  268. "SecurityControlId",
  269. "SecurityControlArn",
  270. "Title",
  271. "Description",
  272. "RemediationUrl",
  273. "SeverityRating",
  274. "SecurityControlStatus"
  275. ],
  276. "members": {
  277. "SecurityControlId": {},
  278. "SecurityControlArn": {},
  279. "Title": {},
  280. "Description": {},
  281. "RemediationUrl": {},
  282. "SeverityRating": {},
  283. "SecurityControlStatus": {},
  284. "UpdateStatus": {},
  285. "Parameters": {
  286. "shape": "S2a"
  287. },
  288. "LastUpdateReason": {}
  289. }
  290. }
  291. },
  292. "UnprocessedIds": {
  293. "type": "list",
  294. "member": {
  295. "type": "structure",
  296. "required": [
  297. "SecurityControlId",
  298. "ErrorCode"
  299. ],
  300. "members": {
  301. "SecurityControlId": {},
  302. "ErrorCode": {},
  303. "ErrorReason": {}
  304. }
  305. }
  306. }
  307. }
  308. }
  309. },
  310. "BatchGetStandardsControlAssociations": {
  311. "http": {
  312. "requestUri": "/associations/batchGet"
  313. },
  314. "input": {
  315. "type": "structure",
  316. "required": [
  317. "StandardsControlAssociationIds"
  318. ],
  319. "members": {
  320. "StandardsControlAssociationIds": {
  321. "type": "list",
  322. "member": {
  323. "shape": "S2l"
  324. }
  325. }
  326. }
  327. },
  328. "output": {
  329. "type": "structure",
  330. "required": [
  331. "StandardsControlAssociationDetails"
  332. ],
  333. "members": {
  334. "StandardsControlAssociationDetails": {
  335. "type": "list",
  336. "member": {
  337. "type": "structure",
  338. "required": [
  339. "StandardsArn",
  340. "SecurityControlId",
  341. "SecurityControlArn",
  342. "AssociationStatus"
  343. ],
  344. "members": {
  345. "StandardsArn": {},
  346. "SecurityControlId": {},
  347. "SecurityControlArn": {},
  348. "AssociationStatus": {},
  349. "RelatedRequirements": {
  350. "shape": "S2q"
  351. },
  352. "UpdatedAt": {
  353. "shape": "S1p"
  354. },
  355. "UpdatedReason": {},
  356. "StandardsControlTitle": {},
  357. "StandardsControlDescription": {},
  358. "StandardsControlArns": {
  359. "type": "list",
  360. "member": {}
  361. }
  362. }
  363. }
  364. },
  365. "UnprocessedAssociations": {
  366. "type": "list",
  367. "member": {
  368. "type": "structure",
  369. "required": [
  370. "StandardsControlAssociationId",
  371. "ErrorCode"
  372. ],
  373. "members": {
  374. "StandardsControlAssociationId": {
  375. "shape": "S2l"
  376. },
  377. "ErrorCode": {},
  378. "ErrorReason": {}
  379. }
  380. }
  381. }
  382. }
  383. }
  384. },
  385. "BatchImportFindings": {
  386. "http": {
  387. "requestUri": "/findings/import"
  388. },
  389. "input": {
  390. "type": "structure",
  391. "required": [
  392. "Findings"
  393. ],
  394. "members": {
  395. "Findings": {
  396. "type": "list",
  397. "member": {
  398. "shape": "S2w"
  399. }
  400. }
  401. }
  402. },
  403. "output": {
  404. "type": "structure",
  405. "required": [
  406. "FailedCount",
  407. "SuccessCount"
  408. ],
  409. "members": {
  410. "FailedCount": {
  411. "type": "integer"
  412. },
  413. "SuccessCount": {
  414. "type": "integer"
  415. },
  416. "FailedFindings": {
  417. "type": "list",
  418. "member": {
  419. "type": "structure",
  420. "required": [
  421. "Id",
  422. "ErrorCode",
  423. "ErrorMessage"
  424. ],
  425. "members": {
  426. "Id": {},
  427. "ErrorCode": {},
  428. "ErrorMessage": {}
  429. }
  430. }
  431. }
  432. }
  433. }
  434. },
  435. "BatchUpdateAutomationRules": {
  436. "http": {
  437. "method": "PATCH",
  438. "requestUri": "/automationrules/update"
  439. },
  440. "input": {
  441. "type": "structure",
  442. "required": [
  443. "UpdateAutomationRulesRequestItems"
  444. ],
  445. "members": {
  446. "UpdateAutomationRulesRequestItems": {
  447. "type": "list",
  448. "member": {
  449. "type": "structure",
  450. "required": [
  451. "RuleArn"
  452. ],
  453. "members": {
  454. "RuleArn": {},
  455. "RuleStatus": {},
  456. "RuleOrder": {
  457. "type": "integer"
  458. },
  459. "Description": {},
  460. "RuleName": {},
  461. "IsTerminal": {
  462. "type": "boolean"
  463. },
  464. "Criteria": {
  465. "shape": "Sw"
  466. },
  467. "Actions": {
  468. "shape": "S1a"
  469. }
  470. }
  471. }
  472. }
  473. }
  474. },
  475. "output": {
  476. "type": "structure",
  477. "members": {
  478. "ProcessedAutomationRules": {
  479. "shape": "S7"
  480. },
  481. "UnprocessedAutomationRules": {
  482. "shape": "S9"
  483. }
  484. }
  485. }
  486. },
  487. "BatchUpdateFindings": {
  488. "http": {
  489. "method": "PATCH",
  490. "requestUri": "/findings/batchupdate"
  491. },
  492. "input": {
  493. "type": "structure",
  494. "required": [
  495. "FindingIdentifiers"
  496. ],
  497. "members": {
  498. "FindingIdentifiers": {
  499. "shape": "Spm"
  500. },
  501. "Note": {
  502. "shape": "S1e"
  503. },
  504. "Severity": {
  505. "shape": "S1f"
  506. },
  507. "VerificationState": {},
  508. "Confidence": {
  509. "type": "integer"
  510. },
  511. "Criticality": {
  512. "type": "integer"
  513. },
  514. "Types": {
  515. "shape": "S1j"
  516. },
  517. "UserDefinedFields": {
  518. "shape": "S1k"
  519. },
  520. "Workflow": {
  521. "shape": "S1l"
  522. },
  523. "RelatedFindings": {
  524. "shape": "S1n"
  525. }
  526. }
  527. },
  528. "output": {
  529. "type": "structure",
  530. "required": [
  531. "ProcessedFindings",
  532. "UnprocessedFindings"
  533. ],
  534. "members": {
  535. "ProcessedFindings": {
  536. "shape": "Spm"
  537. },
  538. "UnprocessedFindings": {
  539. "type": "list",
  540. "member": {
  541. "type": "structure",
  542. "required": [
  543. "FindingIdentifier",
  544. "ErrorCode",
  545. "ErrorMessage"
  546. ],
  547. "members": {
  548. "FindingIdentifier": {
  549. "shape": "Spn"
  550. },
  551. "ErrorCode": {},
  552. "ErrorMessage": {}
  553. }
  554. }
  555. }
  556. }
  557. }
  558. },
  559. "BatchUpdateStandardsControlAssociations": {
  560. "http": {
  561. "method": "PATCH",
  562. "requestUri": "/associations"
  563. },
  564. "input": {
  565. "type": "structure",
  566. "required": [
  567. "StandardsControlAssociationUpdates"
  568. ],
  569. "members": {
  570. "StandardsControlAssociationUpdates": {
  571. "type": "list",
  572. "member": {
  573. "shape": "Spt"
  574. }
  575. }
  576. }
  577. },
  578. "output": {
  579. "type": "structure",
  580. "members": {
  581. "UnprocessedAssociationUpdates": {
  582. "type": "list",
  583. "member": {
  584. "type": "structure",
  585. "required": [
  586. "StandardsControlAssociationUpdate",
  587. "ErrorCode"
  588. ],
  589. "members": {
  590. "StandardsControlAssociationUpdate": {
  591. "shape": "Spt"
  592. },
  593. "ErrorCode": {},
  594. "ErrorReason": {}
  595. }
  596. }
  597. }
  598. }
  599. }
  600. },
  601. "CreateActionTarget": {
  602. "http": {
  603. "requestUri": "/actionTargets"
  604. },
  605. "input": {
  606. "type": "structure",
  607. "required": [
  608. "Name",
  609. "Description",
  610. "Id"
  611. ],
  612. "members": {
  613. "Name": {},
  614. "Description": {},
  615. "Id": {}
  616. }
  617. },
  618. "output": {
  619. "type": "structure",
  620. "required": [
  621. "ActionTargetArn"
  622. ],
  623. "members": {
  624. "ActionTargetArn": {}
  625. }
  626. }
  627. },
  628. "CreateAutomationRule": {
  629. "http": {
  630. "requestUri": "/automationrules/create"
  631. },
  632. "input": {
  633. "type": "structure",
  634. "required": [
  635. "RuleOrder",
  636. "RuleName",
  637. "Description",
  638. "Criteria",
  639. "Actions"
  640. ],
  641. "members": {
  642. "Tags": {
  643. "shape": "Sq0"
  644. },
  645. "RuleStatus": {},
  646. "RuleOrder": {
  647. "type": "integer"
  648. },
  649. "RuleName": {},
  650. "Description": {},
  651. "IsTerminal": {
  652. "type": "boolean"
  653. },
  654. "Criteria": {
  655. "shape": "Sw"
  656. },
  657. "Actions": {
  658. "shape": "S1a"
  659. }
  660. }
  661. },
  662. "output": {
  663. "type": "structure",
  664. "members": {
  665. "RuleArn": {}
  666. }
  667. }
  668. },
  669. "CreateConfigurationPolicy": {
  670. "http": {
  671. "requestUri": "/configurationPolicy/create"
  672. },
  673. "input": {
  674. "type": "structure",
  675. "required": [
  676. "Name",
  677. "ConfigurationPolicy"
  678. ],
  679. "members": {
  680. "Name": {},
  681. "Description": {},
  682. "ConfigurationPolicy": {
  683. "shape": "Sq5"
  684. },
  685. "Tags": {
  686. "shape": "Sq0"
  687. }
  688. }
  689. },
  690. "output": {
  691. "type": "structure",
  692. "members": {
  693. "Arn": {},
  694. "Id": {},
  695. "Name": {},
  696. "Description": {},
  697. "UpdatedAt": {
  698. "shape": "S1p"
  699. },
  700. "CreatedAt": {
  701. "shape": "S1p"
  702. },
  703. "ConfigurationPolicy": {
  704. "shape": "Sq5"
  705. }
  706. }
  707. }
  708. },
  709. "CreateFindingAggregator": {
  710. "http": {
  711. "requestUri": "/findingAggregator/create"
  712. },
  713. "input": {
  714. "type": "structure",
  715. "required": [
  716. "RegionLinkingMode"
  717. ],
  718. "members": {
  719. "RegionLinkingMode": {},
  720. "Regions": {
  721. "shape": "S23"
  722. }
  723. }
  724. },
  725. "output": {
  726. "type": "structure",
  727. "members": {
  728. "FindingAggregatorArn": {},
  729. "FindingAggregationRegion": {},
  730. "RegionLinkingMode": {},
  731. "Regions": {
  732. "shape": "S23"
  733. }
  734. }
  735. }
  736. },
  737. "CreateInsight": {
  738. "http": {
  739. "requestUri": "/insights"
  740. },
  741. "input": {
  742. "type": "structure",
  743. "required": [
  744. "Name",
  745. "Filters",
  746. "GroupByAttribute"
  747. ],
  748. "members": {
  749. "Name": {},
  750. "Filters": {
  751. "shape": "Sqh"
  752. },
  753. "GroupByAttribute": {}
  754. }
  755. },
  756. "output": {
  757. "type": "structure",
  758. "required": [
  759. "InsightArn"
  760. ],
  761. "members": {
  762. "InsightArn": {}
  763. }
  764. }
  765. },
  766. "CreateMembers": {
  767. "http": {
  768. "requestUri": "/members"
  769. },
  770. "input": {
  771. "type": "structure",
  772. "required": [
  773. "AccountDetails"
  774. ],
  775. "members": {
  776. "AccountDetails": {
  777. "type": "list",
  778. "member": {
  779. "type": "structure",
  780. "required": [
  781. "AccountId"
  782. ],
  783. "members": {
  784. "AccountId": {},
  785. "Email": {}
  786. }
  787. }
  788. }
  789. }
  790. },
  791. "output": {
  792. "type": "structure",
  793. "members": {
  794. "UnprocessedAccounts": {
  795. "shape": "Squ"
  796. }
  797. }
  798. }
  799. },
  800. "DeclineInvitations": {
  801. "http": {
  802. "requestUri": "/invitations/decline"
  803. },
  804. "input": {
  805. "type": "structure",
  806. "required": [
  807. "AccountIds"
  808. ],
  809. "members": {
  810. "AccountIds": {
  811. "shape": "Sqx"
  812. }
  813. }
  814. },
  815. "output": {
  816. "type": "structure",
  817. "members": {
  818. "UnprocessedAccounts": {
  819. "shape": "Squ"
  820. }
  821. }
  822. }
  823. },
  824. "DeleteActionTarget": {
  825. "http": {
  826. "method": "DELETE",
  827. "requestUri": "/actionTargets/{ActionTargetArn+}"
  828. },
  829. "input": {
  830. "type": "structure",
  831. "required": [
  832. "ActionTargetArn"
  833. ],
  834. "members": {
  835. "ActionTargetArn": {
  836. "location": "uri",
  837. "locationName": "ActionTargetArn"
  838. }
  839. }
  840. },
  841. "output": {
  842. "type": "structure",
  843. "required": [
  844. "ActionTargetArn"
  845. ],
  846. "members": {
  847. "ActionTargetArn": {}
  848. }
  849. }
  850. },
  851. "DeleteConfigurationPolicy": {
  852. "http": {
  853. "method": "DELETE",
  854. "requestUri": "/configurationPolicy/{Identifier}"
  855. },
  856. "input": {
  857. "type": "structure",
  858. "required": [
  859. "Identifier"
  860. ],
  861. "members": {
  862. "Identifier": {
  863. "location": "uri",
  864. "locationName": "Identifier"
  865. }
  866. }
  867. },
  868. "output": {
  869. "type": "structure",
  870. "members": {}
  871. }
  872. },
  873. "DeleteFindingAggregator": {
  874. "http": {
  875. "method": "DELETE",
  876. "requestUri": "/findingAggregator/delete/{FindingAggregatorArn+}"
  877. },
  878. "input": {
  879. "type": "structure",
  880. "required": [
  881. "FindingAggregatorArn"
  882. ],
  883. "members": {
  884. "FindingAggregatorArn": {
  885. "location": "uri",
  886. "locationName": "FindingAggregatorArn"
  887. }
  888. }
  889. },
  890. "output": {
  891. "type": "structure",
  892. "members": {}
  893. }
  894. },
  895. "DeleteInsight": {
  896. "http": {
  897. "method": "DELETE",
  898. "requestUri": "/insights/{InsightArn+}"
  899. },
  900. "input": {
  901. "type": "structure",
  902. "required": [
  903. "InsightArn"
  904. ],
  905. "members": {
  906. "InsightArn": {
  907. "location": "uri",
  908. "locationName": "InsightArn"
  909. }
  910. }
  911. },
  912. "output": {
  913. "type": "structure",
  914. "required": [
  915. "InsightArn"
  916. ],
  917. "members": {
  918. "InsightArn": {}
  919. }
  920. }
  921. },
  922. "DeleteInvitations": {
  923. "http": {
  924. "requestUri": "/invitations/delete"
  925. },
  926. "input": {
  927. "type": "structure",
  928. "required": [
  929. "AccountIds"
  930. ],
  931. "members": {
  932. "AccountIds": {
  933. "shape": "Sqx"
  934. }
  935. }
  936. },
  937. "output": {
  938. "type": "structure",
  939. "members": {
  940. "UnprocessedAccounts": {
  941. "shape": "Squ"
  942. }
  943. }
  944. }
  945. },
  946. "DeleteMembers": {
  947. "http": {
  948. "requestUri": "/members/delete"
  949. },
  950. "input": {
  951. "type": "structure",
  952. "required": [
  953. "AccountIds"
  954. ],
  955. "members": {
  956. "AccountIds": {
  957. "shape": "Sqx"
  958. }
  959. }
  960. },
  961. "output": {
  962. "type": "structure",
  963. "members": {
  964. "UnprocessedAccounts": {
  965. "shape": "Squ"
  966. }
  967. }
  968. }
  969. },
  970. "DescribeActionTargets": {
  971. "http": {
  972. "requestUri": "/actionTargets/get"
  973. },
  974. "input": {
  975. "type": "structure",
  976. "members": {
  977. "ActionTargetArns": {
  978. "shape": "Src"
  979. },
  980. "NextToken": {},
  981. "MaxResults": {
  982. "type": "integer"
  983. }
  984. }
  985. },
  986. "output": {
  987. "type": "structure",
  988. "required": [
  989. "ActionTargets"
  990. ],
  991. "members": {
  992. "ActionTargets": {
  993. "type": "list",
  994. "member": {
  995. "type": "structure",
  996. "required": [
  997. "ActionTargetArn",
  998. "Name",
  999. "Description"
  1000. ],
  1001. "members": {
  1002. "ActionTargetArn": {},
  1003. "Name": {},
  1004. "Description": {}
  1005. }
  1006. }
  1007. },
  1008. "NextToken": {}
  1009. }
  1010. }
  1011. },
  1012. "DescribeHub": {
  1013. "http": {
  1014. "method": "GET",
  1015. "requestUri": "/accounts"
  1016. },
  1017. "input": {
  1018. "type": "structure",
  1019. "members": {
  1020. "HubArn": {
  1021. "location": "querystring",
  1022. "locationName": "HubArn"
  1023. }
  1024. }
  1025. },
  1026. "output": {
  1027. "type": "structure",
  1028. "members": {
  1029. "HubArn": {},
  1030. "SubscribedAt": {},
  1031. "AutoEnableControls": {
  1032. "type": "boolean"
  1033. },
  1034. "ControlFindingGenerator": {}
  1035. }
  1036. }
  1037. },
  1038. "DescribeOrganizationConfiguration": {
  1039. "http": {
  1040. "method": "GET",
  1041. "requestUri": "/organization/configuration"
  1042. },
  1043. "input": {
  1044. "type": "structure",
  1045. "members": {}
  1046. },
  1047. "output": {
  1048. "type": "structure",
  1049. "members": {
  1050. "AutoEnable": {
  1051. "type": "boolean"
  1052. },
  1053. "MemberAccountLimitReached": {
  1054. "type": "boolean"
  1055. },
  1056. "AutoEnableStandards": {},
  1057. "OrganizationConfiguration": {
  1058. "shape": "Sro"
  1059. }
  1060. }
  1061. }
  1062. },
  1063. "DescribeProducts": {
  1064. "http": {
  1065. "method": "GET",
  1066. "requestUri": "/products"
  1067. },
  1068. "input": {
  1069. "type": "structure",
  1070. "members": {
  1071. "NextToken": {
  1072. "location": "querystring",
  1073. "locationName": "NextToken"
  1074. },
  1075. "MaxResults": {
  1076. "location": "querystring",
  1077. "locationName": "MaxResults",
  1078. "type": "integer"
  1079. },
  1080. "ProductArn": {
  1081. "location": "querystring",
  1082. "locationName": "ProductArn"
  1083. }
  1084. }
  1085. },
  1086. "output": {
  1087. "type": "structure",
  1088. "required": [
  1089. "Products"
  1090. ],
  1091. "members": {
  1092. "Products": {
  1093. "type": "list",
  1094. "member": {
  1095. "type": "structure",
  1096. "required": [
  1097. "ProductArn"
  1098. ],
  1099. "members": {
  1100. "ProductArn": {},
  1101. "ProductName": {},
  1102. "CompanyName": {},
  1103. "Description": {},
  1104. "Categories": {
  1105. "type": "list",
  1106. "member": {}
  1107. },
  1108. "IntegrationTypes": {
  1109. "type": "list",
  1110. "member": {}
  1111. },
  1112. "MarketplaceUrl": {},
  1113. "ActivationUrl": {},
  1114. "ProductSubscriptionResourcePolicy": {}
  1115. }
  1116. }
  1117. },
  1118. "NextToken": {}
  1119. }
  1120. }
  1121. },
  1122. "DescribeStandards": {
  1123. "http": {
  1124. "method": "GET",
  1125. "requestUri": "/standards"
  1126. },
  1127. "input": {
  1128. "type": "structure",
  1129. "members": {
  1130. "NextToken": {
  1131. "location": "querystring",
  1132. "locationName": "NextToken"
  1133. },
  1134. "MaxResults": {
  1135. "location": "querystring",
  1136. "locationName": "MaxResults",
  1137. "type": "integer"
  1138. }
  1139. }
  1140. },
  1141. "output": {
  1142. "type": "structure",
  1143. "members": {
  1144. "Standards": {
  1145. "type": "list",
  1146. "member": {
  1147. "type": "structure",
  1148. "members": {
  1149. "StandardsArn": {},
  1150. "Name": {},
  1151. "Description": {},
  1152. "EnabledByDefault": {
  1153. "type": "boolean"
  1154. },
  1155. "StandardsManagedBy": {
  1156. "type": "structure",
  1157. "members": {
  1158. "Company": {},
  1159. "Product": {}
  1160. }
  1161. }
  1162. }
  1163. }
  1164. },
  1165. "NextToken": {}
  1166. }
  1167. }
  1168. },
  1169. "DescribeStandardsControls": {
  1170. "http": {
  1171. "method": "GET",
  1172. "requestUri": "/standards/controls/{StandardsSubscriptionArn+}"
  1173. },
  1174. "input": {
  1175. "type": "structure",
  1176. "required": [
  1177. "StandardsSubscriptionArn"
  1178. ],
  1179. "members": {
  1180. "StandardsSubscriptionArn": {
  1181. "location": "uri",
  1182. "locationName": "StandardsSubscriptionArn"
  1183. },
  1184. "NextToken": {
  1185. "location": "querystring",
  1186. "locationName": "NextToken"
  1187. },
  1188. "MaxResults": {
  1189. "location": "querystring",
  1190. "locationName": "MaxResults",
  1191. "type": "integer"
  1192. }
  1193. }
  1194. },
  1195. "output": {
  1196. "type": "structure",
  1197. "members": {
  1198. "Controls": {
  1199. "type": "list",
  1200. "member": {
  1201. "type": "structure",
  1202. "members": {
  1203. "StandardsControlArn": {},
  1204. "ControlStatus": {},
  1205. "DisabledReason": {},
  1206. "ControlStatusUpdatedAt": {
  1207. "shape": "S1p"
  1208. },
  1209. "ControlId": {},
  1210. "Title": {},
  1211. "Description": {},
  1212. "RemediationUrl": {},
  1213. "SeverityRating": {},
  1214. "RelatedRequirements": {
  1215. "shape": "S2q"
  1216. }
  1217. }
  1218. }
  1219. },
  1220. "NextToken": {}
  1221. }
  1222. }
  1223. },
  1224. "DisableImportFindingsForProduct": {
  1225. "http": {
  1226. "method": "DELETE",
  1227. "requestUri": "/productSubscriptions/{ProductSubscriptionArn+}"
  1228. },
  1229. "input": {
  1230. "type": "structure",
  1231. "required": [
  1232. "ProductSubscriptionArn"
  1233. ],
  1234. "members": {
  1235. "ProductSubscriptionArn": {
  1236. "location": "uri",
  1237. "locationName": "ProductSubscriptionArn"
  1238. }
  1239. }
  1240. },
  1241. "output": {
  1242. "type": "structure",
  1243. "members": {}
  1244. }
  1245. },
  1246. "DisableOrganizationAdminAccount": {
  1247. "http": {
  1248. "requestUri": "/organization/admin/disable"
  1249. },
  1250. "input": {
  1251. "type": "structure",
  1252. "required": [
  1253. "AdminAccountId"
  1254. ],
  1255. "members": {
  1256. "AdminAccountId": {}
  1257. }
  1258. },
  1259. "output": {
  1260. "type": "structure",
  1261. "members": {}
  1262. }
  1263. },
  1264. "DisableSecurityHub": {
  1265. "http": {
  1266. "method": "DELETE",
  1267. "requestUri": "/accounts"
  1268. },
  1269. "input": {
  1270. "type": "structure",
  1271. "members": {}
  1272. },
  1273. "output": {
  1274. "type": "structure",
  1275. "members": {}
  1276. }
  1277. },
  1278. "DisassociateFromAdministratorAccount": {
  1279. "http": {
  1280. "requestUri": "/administrator/disassociate"
  1281. },
  1282. "input": {
  1283. "type": "structure",
  1284. "members": {}
  1285. },
  1286. "output": {
  1287. "type": "structure",
  1288. "members": {}
  1289. }
  1290. },
  1291. "DisassociateFromMasterAccount": {
  1292. "http": {
  1293. "requestUri": "/master/disassociate"
  1294. },
  1295. "input": {
  1296. "type": "structure",
  1297. "members": {}
  1298. },
  1299. "output": {
  1300. "type": "structure",
  1301. "members": {}
  1302. },
  1303. "deprecated": true,
  1304. "deprecatedMessage": "This API has been deprecated, use DisassociateFromAdministratorAccount API instead."
  1305. },
  1306. "DisassociateMembers": {
  1307. "http": {
  1308. "requestUri": "/members/disassociate"
  1309. },
  1310. "input": {
  1311. "type": "structure",
  1312. "required": [
  1313. "AccountIds"
  1314. ],
  1315. "members": {
  1316. "AccountIds": {
  1317. "shape": "Sqx"
  1318. }
  1319. }
  1320. },
  1321. "output": {
  1322. "type": "structure",
  1323. "members": {}
  1324. }
  1325. },
  1326. "EnableImportFindingsForProduct": {
  1327. "http": {
  1328. "requestUri": "/productSubscriptions"
  1329. },
  1330. "input": {
  1331. "type": "structure",
  1332. "required": [
  1333. "ProductArn"
  1334. ],
  1335. "members": {
  1336. "ProductArn": {}
  1337. }
  1338. },
  1339. "output": {
  1340. "type": "structure",
  1341. "members": {
  1342. "ProductSubscriptionArn": {}
  1343. }
  1344. }
  1345. },
  1346. "EnableOrganizationAdminAccount": {
  1347. "http": {
  1348. "requestUri": "/organization/admin/enable"
  1349. },
  1350. "input": {
  1351. "type": "structure",
  1352. "required": [
  1353. "AdminAccountId"
  1354. ],
  1355. "members": {
  1356. "AdminAccountId": {}
  1357. }
  1358. },
  1359. "output": {
  1360. "type": "structure",
  1361. "members": {}
  1362. }
  1363. },
  1364. "EnableSecurityHub": {
  1365. "http": {
  1366. "requestUri": "/accounts"
  1367. },
  1368. "input": {
  1369. "type": "structure",
  1370. "members": {
  1371. "Tags": {
  1372. "shape": "Sq0"
  1373. },
  1374. "EnableDefaultStandards": {
  1375. "type": "boolean"
  1376. },
  1377. "ControlFindingGenerator": {}
  1378. }
  1379. },
  1380. "output": {
  1381. "type": "structure",
  1382. "members": {}
  1383. }
  1384. },
  1385. "GetAdministratorAccount": {
  1386. "http": {
  1387. "method": "GET",
  1388. "requestUri": "/administrator"
  1389. },
  1390. "input": {
  1391. "type": "structure",
  1392. "members": {}
  1393. },
  1394. "output": {
  1395. "type": "structure",
  1396. "members": {
  1397. "Administrator": {
  1398. "shape": "Ssr"
  1399. }
  1400. }
  1401. }
  1402. },
  1403. "GetConfigurationPolicy": {
  1404. "http": {
  1405. "method": "GET",
  1406. "requestUri": "/configurationPolicy/get/{Identifier}"
  1407. },
  1408. "input": {
  1409. "type": "structure",
  1410. "required": [
  1411. "Identifier"
  1412. ],
  1413. "members": {
  1414. "Identifier": {
  1415. "location": "uri",
  1416. "locationName": "Identifier"
  1417. }
  1418. }
  1419. },
  1420. "output": {
  1421. "type": "structure",
  1422. "members": {
  1423. "Arn": {},
  1424. "Id": {},
  1425. "Name": {},
  1426. "Description": {},
  1427. "UpdatedAt": {
  1428. "shape": "S1p"
  1429. },
  1430. "CreatedAt": {
  1431. "shape": "S1p"
  1432. },
  1433. "ConfigurationPolicy": {
  1434. "shape": "Sq5"
  1435. }
  1436. }
  1437. }
  1438. },
  1439. "GetConfigurationPolicyAssociation": {
  1440. "http": {
  1441. "requestUri": "/configurationPolicyAssociation/get"
  1442. },
  1443. "input": {
  1444. "type": "structure",
  1445. "required": [
  1446. "Target"
  1447. ],
  1448. "members": {
  1449. "Target": {
  1450. "shape": "S1t"
  1451. }
  1452. }
  1453. },
  1454. "output": {
  1455. "type": "structure",
  1456. "members": {
  1457. "ConfigurationPolicyId": {},
  1458. "TargetId": {},
  1459. "TargetType": {},
  1460. "AssociationType": {},
  1461. "UpdatedAt": {
  1462. "shape": "S1p"
  1463. },
  1464. "AssociationStatus": {},
  1465. "AssociationStatusMessage": {}
  1466. }
  1467. }
  1468. },
  1469. "GetEnabledStandards": {
  1470. "http": {
  1471. "requestUri": "/standards/get"
  1472. },
  1473. "input": {
  1474. "type": "structure",
  1475. "members": {
  1476. "StandardsSubscriptionArns": {
  1477. "shape": "Sd"
  1478. },
  1479. "NextToken": {},
  1480. "MaxResults": {
  1481. "type": "integer"
  1482. }
  1483. }
  1484. },
  1485. "output": {
  1486. "type": "structure",
  1487. "members": {
  1488. "StandardsSubscriptions": {
  1489. "shape": "Sf"
  1490. },
  1491. "NextToken": {}
  1492. }
  1493. }
  1494. },
  1495. "GetFindingAggregator": {
  1496. "http": {
  1497. "method": "GET",
  1498. "requestUri": "/findingAggregator/get/{FindingAggregatorArn+}"
  1499. },
  1500. "input": {
  1501. "type": "structure",
  1502. "required": [
  1503. "FindingAggregatorArn"
  1504. ],
  1505. "members": {
  1506. "FindingAggregatorArn": {
  1507. "location": "uri",
  1508. "locationName": "FindingAggregatorArn"
  1509. }
  1510. }
  1511. },
  1512. "output": {
  1513. "type": "structure",
  1514. "members": {
  1515. "FindingAggregatorArn": {},
  1516. "FindingAggregationRegion": {},
  1517. "RegionLinkingMode": {},
  1518. "Regions": {
  1519. "shape": "S23"
  1520. }
  1521. }
  1522. }
  1523. },
  1524. "GetFindingHistory": {
  1525. "http": {
  1526. "requestUri": "/findingHistory/get"
  1527. },
  1528. "input": {
  1529. "type": "structure",
  1530. "required": [
  1531. "FindingIdentifier"
  1532. ],
  1533. "members": {
  1534. "FindingIdentifier": {
  1535. "shape": "Spn"
  1536. },
  1537. "StartTime": {
  1538. "shape": "S1p"
  1539. },
  1540. "EndTime": {
  1541. "shape": "S1p"
  1542. },
  1543. "NextToken": {},
  1544. "MaxResults": {
  1545. "type": "integer"
  1546. }
  1547. }
  1548. },
  1549. "output": {
  1550. "type": "structure",
  1551. "members": {
  1552. "Records": {
  1553. "type": "list",
  1554. "member": {
  1555. "type": "structure",
  1556. "members": {
  1557. "FindingIdentifier": {
  1558. "shape": "Spn"
  1559. },
  1560. "UpdateTime": {
  1561. "shape": "S1p"
  1562. },
  1563. "FindingCreated": {
  1564. "type": "boolean"
  1565. },
  1566. "UpdateSource": {
  1567. "type": "structure",
  1568. "members": {
  1569. "Type": {},
  1570. "Identity": {}
  1571. }
  1572. },
  1573. "Updates": {
  1574. "type": "list",
  1575. "member": {
  1576. "type": "structure",
  1577. "members": {
  1578. "UpdatedField": {},
  1579. "OldValue": {},
  1580. "NewValue": {}
  1581. }
  1582. }
  1583. },
  1584. "NextToken": {}
  1585. }
  1586. }
  1587. },
  1588. "NextToken": {}
  1589. }
  1590. }
  1591. },
  1592. "GetFindings": {
  1593. "http": {
  1594. "requestUri": "/findings"
  1595. },
  1596. "input": {
  1597. "type": "structure",
  1598. "members": {
  1599. "Filters": {
  1600. "shape": "Sqh"
  1601. },
  1602. "SortCriteria": {
  1603. "type": "list",
  1604. "member": {
  1605. "type": "structure",
  1606. "members": {
  1607. "Field": {},
  1608. "SortOrder": {}
  1609. }
  1610. }
  1611. },
  1612. "NextToken": {},
  1613. "MaxResults": {
  1614. "type": "integer"
  1615. }
  1616. }
  1617. },
  1618. "output": {
  1619. "type": "structure",
  1620. "required": [
  1621. "Findings"
  1622. ],
  1623. "members": {
  1624. "Findings": {
  1625. "type": "list",
  1626. "member": {
  1627. "shape": "S2w"
  1628. }
  1629. },
  1630. "NextToken": {}
  1631. }
  1632. }
  1633. },
  1634. "GetInsightResults": {
  1635. "http": {
  1636. "method": "GET",
  1637. "requestUri": "/insights/results/{InsightArn+}"
  1638. },
  1639. "input": {
  1640. "type": "structure",
  1641. "required": [
  1642. "InsightArn"
  1643. ],
  1644. "members": {
  1645. "InsightArn": {
  1646. "location": "uri",
  1647. "locationName": "InsightArn"
  1648. }
  1649. }
  1650. },
  1651. "output": {
  1652. "type": "structure",
  1653. "required": [
  1654. "InsightResults"
  1655. ],
  1656. "members": {
  1657. "InsightResults": {
  1658. "type": "structure",
  1659. "required": [
  1660. "InsightArn",
  1661. "GroupByAttribute",
  1662. "ResultValues"
  1663. ],
  1664. "members": {
  1665. "InsightArn": {},
  1666. "GroupByAttribute": {},
  1667. "ResultValues": {
  1668. "type": "list",
  1669. "member": {
  1670. "type": "structure",
  1671. "required": [
  1672. "GroupByAttributeValue",
  1673. "Count"
  1674. ],
  1675. "members": {
  1676. "GroupByAttributeValue": {},
  1677. "Count": {
  1678. "type": "integer"
  1679. }
  1680. }
  1681. }
  1682. }
  1683. }
  1684. }
  1685. }
  1686. }
  1687. },
  1688. "GetInsights": {
  1689. "http": {
  1690. "requestUri": "/insights/get"
  1691. },
  1692. "input": {
  1693. "type": "structure",
  1694. "members": {
  1695. "InsightArns": {
  1696. "shape": "Src"
  1697. },
  1698. "NextToken": {},
  1699. "MaxResults": {
  1700. "type": "integer"
  1701. }
  1702. }
  1703. },
  1704. "output": {
  1705. "type": "structure",
  1706. "required": [
  1707. "Insights"
  1708. ],
  1709. "members": {
  1710. "Insights": {
  1711. "type": "list",
  1712. "member": {
  1713. "type": "structure",
  1714. "required": [
  1715. "InsightArn",
  1716. "Name",
  1717. "Filters",
  1718. "GroupByAttribute"
  1719. ],
  1720. "members": {
  1721. "InsightArn": {},
  1722. "Name": {},
  1723. "Filters": {
  1724. "shape": "Sqh"
  1725. },
  1726. "GroupByAttribute": {}
  1727. }
  1728. }
  1729. },
  1730. "NextToken": {}
  1731. }
  1732. }
  1733. },
  1734. "GetInvitationsCount": {
  1735. "http": {
  1736. "method": "GET",
  1737. "requestUri": "/invitations/count"
  1738. },
  1739. "input": {
  1740. "type": "structure",
  1741. "members": {}
  1742. },
  1743. "output": {
  1744. "type": "structure",
  1745. "members": {
  1746. "InvitationsCount": {
  1747. "type": "integer"
  1748. }
  1749. }
  1750. }
  1751. },
  1752. "GetMasterAccount": {
  1753. "http": {
  1754. "method": "GET",
  1755. "requestUri": "/master"
  1756. },
  1757. "input": {
  1758. "type": "structure",
  1759. "members": {}
  1760. },
  1761. "output": {
  1762. "type": "structure",
  1763. "members": {
  1764. "Master": {
  1765. "shape": "Ssr"
  1766. }
  1767. }
  1768. },
  1769. "deprecated": true,
  1770. "deprecatedMessage": "This API has been deprecated, use GetAdministratorAccount API instead."
  1771. },
  1772. "GetMembers": {
  1773. "http": {
  1774. "requestUri": "/members/get"
  1775. },
  1776. "input": {
  1777. "type": "structure",
  1778. "required": [
  1779. "AccountIds"
  1780. ],
  1781. "members": {
  1782. "AccountIds": {
  1783. "shape": "Sqx"
  1784. }
  1785. }
  1786. },
  1787. "output": {
  1788. "type": "structure",
  1789. "members": {
  1790. "Members": {
  1791. "shape": "Stt"
  1792. },
  1793. "UnprocessedAccounts": {
  1794. "shape": "Squ"
  1795. }
  1796. }
  1797. }
  1798. },
  1799. "GetSecurityControlDefinition": {
  1800. "http": {
  1801. "method": "GET",
  1802. "requestUri": "/securityControl/definition"
  1803. },
  1804. "input": {
  1805. "type": "structure",
  1806. "required": [
  1807. "SecurityControlId"
  1808. ],
  1809. "members": {
  1810. "SecurityControlId": {
  1811. "location": "querystring",
  1812. "locationName": "SecurityControlId"
  1813. }
  1814. }
  1815. },
  1816. "output": {
  1817. "type": "structure",
  1818. "required": [
  1819. "SecurityControlDefinition"
  1820. ],
  1821. "members": {
  1822. "SecurityControlDefinition": {
  1823. "shape": "Stx"
  1824. }
  1825. }
  1826. }
  1827. },
  1828. "InviteMembers": {
  1829. "http": {
  1830. "requestUri": "/members/invite"
  1831. },
  1832. "input": {
  1833. "type": "structure",
  1834. "required": [
  1835. "AccountIds"
  1836. ],
  1837. "members": {
  1838. "AccountIds": {
  1839. "shape": "Sqx"
  1840. }
  1841. }
  1842. },
  1843. "output": {
  1844. "type": "structure",
  1845. "members": {
  1846. "UnprocessedAccounts": {
  1847. "shape": "Squ"
  1848. }
  1849. }
  1850. }
  1851. },
  1852. "ListAutomationRules": {
  1853. "http": {
  1854. "method": "GET",
  1855. "requestUri": "/automationrules/list"
  1856. },
  1857. "input": {
  1858. "type": "structure",
  1859. "members": {
  1860. "NextToken": {
  1861. "location": "querystring",
  1862. "locationName": "NextToken"
  1863. },
  1864. "MaxResults": {
  1865. "location": "querystring",
  1866. "locationName": "MaxResults",
  1867. "type": "integer"
  1868. }
  1869. }
  1870. },
  1871. "output": {
  1872. "type": "structure",
  1873. "members": {
  1874. "AutomationRulesMetadata": {
  1875. "type": "list",
  1876. "member": {
  1877. "type": "structure",
  1878. "members": {
  1879. "RuleArn": {},
  1880. "RuleStatus": {},
  1881. "RuleOrder": {
  1882. "type": "integer"
  1883. },
  1884. "RuleName": {},
  1885. "Description": {},
  1886. "IsTerminal": {
  1887. "type": "boolean"
  1888. },
  1889. "CreatedAt": {
  1890. "shape": "S1p"
  1891. },
  1892. "UpdatedAt": {
  1893. "shape": "S1p"
  1894. },
  1895. "CreatedBy": {}
  1896. }
  1897. }
  1898. },
  1899. "NextToken": {}
  1900. }
  1901. }
  1902. },
  1903. "ListConfigurationPolicies": {
  1904. "http": {
  1905. "method": "GET",
  1906. "requestUri": "/configurationPolicy/list"
  1907. },
  1908. "input": {
  1909. "type": "structure",
  1910. "members": {
  1911. "NextToken": {
  1912. "location": "querystring",
  1913. "locationName": "NextToken"
  1914. },
  1915. "MaxResults": {
  1916. "location": "querystring",
  1917. "locationName": "MaxResults",
  1918. "type": "integer"
  1919. }
  1920. }
  1921. },
  1922. "output": {
  1923. "type": "structure",
  1924. "members": {
  1925. "ConfigurationPolicySummaries": {
  1926. "type": "list",
  1927. "member": {
  1928. "type": "structure",
  1929. "members": {
  1930. "Arn": {},
  1931. "Id": {},
  1932. "Name": {},
  1933. "Description": {},
  1934. "UpdatedAt": {
  1935. "shape": "S1p"
  1936. },
  1937. "ServiceEnabled": {
  1938. "type": "boolean"
  1939. }
  1940. }
  1941. }
  1942. },
  1943. "NextToken": {}
  1944. }
  1945. }
  1946. },
  1947. "ListConfigurationPolicyAssociations": {
  1948. "http": {
  1949. "requestUri": "/configurationPolicyAssociation/list"
  1950. },
  1951. "input": {
  1952. "type": "structure",
  1953. "members": {
  1954. "NextToken": {},
  1955. "MaxResults": {
  1956. "type": "integer"
  1957. },
  1958. "Filters": {
  1959. "type": "structure",
  1960. "members": {
  1961. "ConfigurationPolicyId": {},
  1962. "AssociationType": {},
  1963. "AssociationStatus": {}
  1964. }
  1965. }
  1966. }
  1967. },
  1968. "output": {
  1969. "type": "structure",
  1970. "members": {
  1971. "ConfigurationPolicyAssociationSummaries": {
  1972. "type": "list",
  1973. "member": {
  1974. "shape": "S1w"
  1975. }
  1976. },
  1977. "NextToken": {}
  1978. }
  1979. }
  1980. },
  1981. "ListEnabledProductsForImport": {
  1982. "http": {
  1983. "method": "GET",
  1984. "requestUri": "/productSubscriptions"
  1985. },
  1986. "input": {
  1987. "type": "structure",
  1988. "members": {
  1989. "NextToken": {
  1990. "location": "querystring",
  1991. "locationName": "NextToken"
  1992. },
  1993. "MaxResults": {
  1994. "location": "querystring",
  1995. "locationName": "MaxResults",
  1996. "type": "integer"
  1997. }
  1998. }
  1999. },
  2000. "output": {
  2001. "type": "structure",
  2002. "members": {
  2003. "ProductSubscriptions": {
  2004. "type": "list",
  2005. "member": {}
  2006. },
  2007. "NextToken": {}
  2008. }
  2009. }
  2010. },
  2011. "ListFindingAggregators": {
  2012. "http": {
  2013. "method": "GET",
  2014. "requestUri": "/findingAggregator/list"
  2015. },
  2016. "input": {
  2017. "type": "structure",
  2018. "members": {
  2019. "NextToken": {
  2020. "location": "querystring",
  2021. "locationName": "NextToken"
  2022. },
  2023. "MaxResults": {
  2024. "location": "querystring",
  2025. "locationName": "MaxResults",
  2026. "type": "integer"
  2027. }
  2028. }
  2029. },
  2030. "output": {
  2031. "type": "structure",
  2032. "members": {
  2033. "FindingAggregators": {
  2034. "type": "list",
  2035. "member": {
  2036. "type": "structure",
  2037. "members": {
  2038. "FindingAggregatorArn": {}
  2039. }
  2040. }
  2041. },
  2042. "NextToken": {}
  2043. }
  2044. }
  2045. },
  2046. "ListInvitations": {
  2047. "http": {
  2048. "method": "GET",
  2049. "requestUri": "/invitations"
  2050. },
  2051. "input": {
  2052. "type": "structure",
  2053. "members": {
  2054. "MaxResults": {
  2055. "location": "querystring",
  2056. "locationName": "MaxResults",
  2057. "type": "integer"
  2058. },
  2059. "NextToken": {
  2060. "location": "querystring",
  2061. "locationName": "NextToken"
  2062. }
  2063. }
  2064. },
  2065. "output": {
  2066. "type": "structure",
  2067. "members": {
  2068. "Invitations": {
  2069. "type": "list",
  2070. "member": {
  2071. "shape": "Ssr"
  2072. }
  2073. },
  2074. "NextToken": {}
  2075. }
  2076. }
  2077. },
  2078. "ListMembers": {
  2079. "http": {
  2080. "method": "GET",
  2081. "requestUri": "/members"
  2082. },
  2083. "input": {
  2084. "type": "structure",
  2085. "members": {
  2086. "OnlyAssociated": {
  2087. "location": "querystring",
  2088. "locationName": "OnlyAssociated",
  2089. "type": "boolean"
  2090. },
  2091. "MaxResults": {
  2092. "location": "querystring",
  2093. "locationName": "MaxResults",
  2094. "type": "integer"
  2095. },
  2096. "NextToken": {
  2097. "location": "querystring",
  2098. "locationName": "NextToken"
  2099. }
  2100. }
  2101. },
  2102. "output": {
  2103. "type": "structure",
  2104. "members": {
  2105. "Members": {
  2106. "shape": "Stt"
  2107. },
  2108. "NextToken": {}
  2109. }
  2110. }
  2111. },
  2112. "ListOrganizationAdminAccounts": {
  2113. "http": {
  2114. "method": "GET",
  2115. "requestUri": "/organization/admin"
  2116. },
  2117. "input": {
  2118. "type": "structure",
  2119. "members": {
  2120. "MaxResults": {
  2121. "location": "querystring",
  2122. "locationName": "MaxResults",
  2123. "type": "integer"
  2124. },
  2125. "NextToken": {
  2126. "location": "querystring",
  2127. "locationName": "NextToken"
  2128. }
  2129. }
  2130. },
  2131. "output": {
  2132. "type": "structure",
  2133. "members": {
  2134. "AdminAccounts": {
  2135. "type": "list",
  2136. "member": {
  2137. "type": "structure",
  2138. "members": {
  2139. "AccountId": {},
  2140. "Status": {}
  2141. }
  2142. }
  2143. },
  2144. "NextToken": {}
  2145. }
  2146. }
  2147. },
  2148. "ListSecurityControlDefinitions": {
  2149. "http": {
  2150. "method": "GET",
  2151. "requestUri": "/securityControls/definitions"
  2152. },
  2153. "input": {
  2154. "type": "structure",
  2155. "members": {
  2156. "StandardsArn": {
  2157. "location": "querystring",
  2158. "locationName": "StandardsArn"
  2159. },
  2160. "NextToken": {
  2161. "location": "querystring",
  2162. "locationName": "NextToken"
  2163. },
  2164. "MaxResults": {
  2165. "location": "querystring",
  2166. "locationName": "MaxResults",
  2167. "type": "integer"
  2168. }
  2169. }
  2170. },
  2171. "output": {
  2172. "type": "structure",
  2173. "required": [
  2174. "SecurityControlDefinitions"
  2175. ],
  2176. "members": {
  2177. "SecurityControlDefinitions": {
  2178. "type": "list",
  2179. "member": {
  2180. "shape": "Stx"
  2181. }
  2182. },
  2183. "NextToken": {}
  2184. }
  2185. }
  2186. },
  2187. "ListStandardsControlAssociations": {
  2188. "http": {
  2189. "method": "GET",
  2190. "requestUri": "/associations"
  2191. },
  2192. "input": {
  2193. "type": "structure",
  2194. "required": [
  2195. "SecurityControlId"
  2196. ],
  2197. "members": {
  2198. "SecurityControlId": {
  2199. "location": "querystring",
  2200. "locationName": "SecurityControlId"
  2201. },
  2202. "NextToken": {
  2203. "location": "querystring",
  2204. "locationName": "NextToken"
  2205. },
  2206. "MaxResults": {
  2207. "location": "querystring",
  2208. "locationName": "MaxResults",
  2209. "type": "integer"
  2210. }
  2211. }
  2212. },
  2213. "output": {
  2214. "type": "structure",
  2215. "required": [
  2216. "StandardsControlAssociationSummaries"
  2217. ],
  2218. "members": {
  2219. "StandardsControlAssociationSummaries": {
  2220. "type": "list",
  2221. "member": {
  2222. "type": "structure",
  2223. "required": [
  2224. "StandardsArn",
  2225. "SecurityControlId",
  2226. "SecurityControlArn",
  2227. "AssociationStatus"
  2228. ],
  2229. "members": {
  2230. "StandardsArn": {},
  2231. "SecurityControlId": {},
  2232. "SecurityControlArn": {},
  2233. "AssociationStatus": {},
  2234. "RelatedRequirements": {
  2235. "shape": "S2q"
  2236. },
  2237. "UpdatedAt": {
  2238. "shape": "S1p"
  2239. },
  2240. "UpdatedReason": {},
  2241. "StandardsControlTitle": {},
  2242. "StandardsControlDescription": {}
  2243. }
  2244. }
  2245. },
  2246. "NextToken": {}
  2247. }
  2248. }
  2249. },
  2250. "ListTagsForResource": {
  2251. "http": {
  2252. "method": "GET",
  2253. "requestUri": "/tags/{ResourceArn}"
  2254. },
  2255. "input": {
  2256. "type": "structure",
  2257. "required": [
  2258. "ResourceArn"
  2259. ],
  2260. "members": {
  2261. "ResourceArn": {
  2262. "location": "uri",
  2263. "locationName": "ResourceArn"
  2264. }
  2265. }
  2266. },
  2267. "output": {
  2268. "type": "structure",
  2269. "members": {
  2270. "Tags": {
  2271. "shape": "Sq0"
  2272. }
  2273. }
  2274. }
  2275. },
  2276. "StartConfigurationPolicyAssociation": {
  2277. "http": {
  2278. "requestUri": "/configurationPolicyAssociation/associate"
  2279. },
  2280. "input": {
  2281. "type": "structure",
  2282. "required": [
  2283. "ConfigurationPolicyIdentifier",
  2284. "Target"
  2285. ],
  2286. "members": {
  2287. "ConfigurationPolicyIdentifier": {},
  2288. "Target": {
  2289. "shape": "S1t"
  2290. }
  2291. }
  2292. },
  2293. "output": {
  2294. "type": "structure",
  2295. "members": {
  2296. "ConfigurationPolicyId": {},
  2297. "TargetId": {},
  2298. "TargetType": {},
  2299. "AssociationType": {},
  2300. "UpdatedAt": {
  2301. "shape": "S1p"
  2302. },
  2303. "AssociationStatus": {},
  2304. "AssociationStatusMessage": {}
  2305. }
  2306. }
  2307. },
  2308. "StartConfigurationPolicyDisassociation": {
  2309. "http": {
  2310. "requestUri": "/configurationPolicyAssociation/disassociate"
  2311. },
  2312. "input": {
  2313. "type": "structure",
  2314. "required": [
  2315. "ConfigurationPolicyIdentifier"
  2316. ],
  2317. "members": {
  2318. "Target": {
  2319. "shape": "S1t"
  2320. },
  2321. "ConfigurationPolicyIdentifier": {}
  2322. }
  2323. },
  2324. "output": {
  2325. "type": "structure",
  2326. "members": {}
  2327. }
  2328. },
  2329. "TagResource": {
  2330. "http": {
  2331. "requestUri": "/tags/{ResourceArn}"
  2332. },
  2333. "input": {
  2334. "type": "structure",
  2335. "required": [
  2336. "ResourceArn",
  2337. "Tags"
  2338. ],
  2339. "members": {
  2340. "ResourceArn": {
  2341. "location": "uri",
  2342. "locationName": "ResourceArn"
  2343. },
  2344. "Tags": {
  2345. "shape": "Sq0"
  2346. }
  2347. }
  2348. },
  2349. "output": {
  2350. "type": "structure",
  2351. "members": {}
  2352. }
  2353. },
  2354. "UntagResource": {
  2355. "http": {
  2356. "method": "DELETE",
  2357. "requestUri": "/tags/{ResourceArn}"
  2358. },
  2359. "input": {
  2360. "type": "structure",
  2361. "required": [
  2362. "ResourceArn",
  2363. "TagKeys"
  2364. ],
  2365. "members": {
  2366. "ResourceArn": {
  2367. "location": "uri",
  2368. "locationName": "ResourceArn"
  2369. },
  2370. "TagKeys": {
  2371. "location": "querystring",
  2372. "locationName": "tagKeys",
  2373. "type": "list",
  2374. "member": {}
  2375. }
  2376. }
  2377. },
  2378. "output": {
  2379. "type": "structure",
  2380. "members": {}
  2381. }
  2382. },
  2383. "UpdateActionTarget": {
  2384. "http": {
  2385. "method": "PATCH",
  2386. "requestUri": "/actionTargets/{ActionTargetArn+}"
  2387. },
  2388. "input": {
  2389. "type": "structure",
  2390. "required": [
  2391. "ActionTargetArn"
  2392. ],
  2393. "members": {
  2394. "ActionTargetArn": {
  2395. "location": "uri",
  2396. "locationName": "ActionTargetArn"
  2397. },
  2398. "Name": {},
  2399. "Description": {}
  2400. }
  2401. },
  2402. "output": {
  2403. "type": "structure",
  2404. "members": {}
  2405. }
  2406. },
  2407. "UpdateConfigurationPolicy": {
  2408. "http": {
  2409. "method": "PATCH",
  2410. "requestUri": "/configurationPolicy/{Identifier}"
  2411. },
  2412. "input": {
  2413. "type": "structure",
  2414. "required": [
  2415. "Identifier"
  2416. ],
  2417. "members": {
  2418. "Identifier": {
  2419. "location": "uri",
  2420. "locationName": "Identifier"
  2421. },
  2422. "Name": {},
  2423. "Description": {},
  2424. "UpdatedReason": {},
  2425. "ConfigurationPolicy": {
  2426. "shape": "Sq5"
  2427. }
  2428. }
  2429. },
  2430. "output": {
  2431. "type": "structure",
  2432. "members": {
  2433. "Arn": {},
  2434. "Id": {},
  2435. "Name": {},
  2436. "Description": {},
  2437. "UpdatedAt": {
  2438. "shape": "S1p"
  2439. },
  2440. "CreatedAt": {
  2441. "shape": "S1p"
  2442. },
  2443. "ConfigurationPolicy": {
  2444. "shape": "Sq5"
  2445. }
  2446. }
  2447. }
  2448. },
  2449. "UpdateFindingAggregator": {
  2450. "http": {
  2451. "method": "PATCH",
  2452. "requestUri": "/findingAggregator/update"
  2453. },
  2454. "input": {
  2455. "type": "structure",
  2456. "required": [
  2457. "FindingAggregatorArn",
  2458. "RegionLinkingMode"
  2459. ],
  2460. "members": {
  2461. "FindingAggregatorArn": {},
  2462. "RegionLinkingMode": {},
  2463. "Regions": {
  2464. "shape": "S23"
  2465. }
  2466. }
  2467. },
  2468. "output": {
  2469. "type": "structure",
  2470. "members": {
  2471. "FindingAggregatorArn": {},
  2472. "FindingAggregationRegion": {},
  2473. "RegionLinkingMode": {},
  2474. "Regions": {
  2475. "shape": "S23"
  2476. }
  2477. }
  2478. }
  2479. },
  2480. "UpdateFindings": {
  2481. "http": {
  2482. "method": "PATCH",
  2483. "requestUri": "/findings"
  2484. },
  2485. "input": {
  2486. "type": "structure",
  2487. "required": [
  2488. "Filters"
  2489. ],
  2490. "members": {
  2491. "Filters": {
  2492. "shape": "Sqh"
  2493. },
  2494. "Note": {
  2495. "shape": "S1e"
  2496. },
  2497. "RecordState": {}
  2498. }
  2499. },
  2500. "output": {
  2501. "type": "structure",
  2502. "members": {}
  2503. }
  2504. },
  2505. "UpdateInsight": {
  2506. "http": {
  2507. "method": "PATCH",
  2508. "requestUri": "/insights/{InsightArn+}"
  2509. },
  2510. "input": {
  2511. "type": "structure",
  2512. "required": [
  2513. "InsightArn"
  2514. ],
  2515. "members": {
  2516. "InsightArn": {
  2517. "location": "uri",
  2518. "locationName": "InsightArn"
  2519. },
  2520. "Name": {},
  2521. "Filters": {
  2522. "shape": "Sqh"
  2523. },
  2524. "GroupByAttribute": {}
  2525. }
  2526. },
  2527. "output": {
  2528. "type": "structure",
  2529. "members": {}
  2530. }
  2531. },
  2532. "UpdateOrganizationConfiguration": {
  2533. "http": {
  2534. "requestUri": "/organization/configuration"
  2535. },
  2536. "input": {
  2537. "type": "structure",
  2538. "required": [
  2539. "AutoEnable"
  2540. ],
  2541. "members": {
  2542. "AutoEnable": {
  2543. "type": "boolean"
  2544. },
  2545. "AutoEnableStandards": {},
  2546. "OrganizationConfiguration": {
  2547. "shape": "Sro"
  2548. }
  2549. }
  2550. },
  2551. "output": {
  2552. "type": "structure",
  2553. "members": {}
  2554. }
  2555. },
  2556. "UpdateSecurityControl": {
  2557. "http": {
  2558. "method": "PATCH",
  2559. "requestUri": "/securityControl/update"
  2560. },
  2561. "input": {
  2562. "type": "structure",
  2563. "required": [
  2564. "SecurityControlId",
  2565. "Parameters"
  2566. ],
  2567. "members": {
  2568. "SecurityControlId": {},
  2569. "Parameters": {
  2570. "shape": "S2a"
  2571. },
  2572. "LastUpdateReason": {}
  2573. }
  2574. },
  2575. "output": {
  2576. "type": "structure",
  2577. "members": {}
  2578. }
  2579. },
  2580. "UpdateSecurityHubConfiguration": {
  2581. "http": {
  2582. "method": "PATCH",
  2583. "requestUri": "/accounts"
  2584. },
  2585. "input": {
  2586. "type": "structure",
  2587. "members": {
  2588. "AutoEnableControls": {
  2589. "type": "boolean"
  2590. },
  2591. "ControlFindingGenerator": {}
  2592. }
  2593. },
  2594. "output": {
  2595. "type": "structure",
  2596. "members": {}
  2597. }
  2598. },
  2599. "UpdateStandardsControl": {
  2600. "http": {
  2601. "method": "PATCH",
  2602. "requestUri": "/standards/control/{StandardsControlArn+}"
  2603. },
  2604. "input": {
  2605. "type": "structure",
  2606. "required": [
  2607. "StandardsControlArn"
  2608. ],
  2609. "members": {
  2610. "StandardsControlArn": {
  2611. "location": "uri",
  2612. "locationName": "StandardsControlArn"
  2613. },
  2614. "ControlStatus": {},
  2615. "DisabledReason": {}
  2616. }
  2617. },
  2618. "output": {
  2619. "type": "structure",
  2620. "members": {}
  2621. }
  2622. }
  2623. },
  2624. "shapes": {
  2625. "S7": {
  2626. "type": "list",
  2627. "member": {}
  2628. },
  2629. "S9": {
  2630. "type": "list",
  2631. "member": {
  2632. "type": "structure",
  2633. "members": {
  2634. "RuleArn": {},
  2635. "ErrorCode": {
  2636. "type": "integer"
  2637. },
  2638. "ErrorMessage": {}
  2639. }
  2640. }
  2641. },
  2642. "Sd": {
  2643. "type": "list",
  2644. "member": {}
  2645. },
  2646. "Sf": {
  2647. "type": "list",
  2648. "member": {
  2649. "type": "structure",
  2650. "required": [
  2651. "StandardsSubscriptionArn",
  2652. "StandardsArn",
  2653. "StandardsInput",
  2654. "StandardsStatus"
  2655. ],
  2656. "members": {
  2657. "StandardsSubscriptionArn": {},
  2658. "StandardsArn": {},
  2659. "StandardsInput": {
  2660. "shape": "Sh"
  2661. },
  2662. "StandardsStatus": {},
  2663. "StandardsStatusReason": {
  2664. "type": "structure",
  2665. "required": [
  2666. "StatusReasonCode"
  2667. ],
  2668. "members": {
  2669. "StatusReasonCode": {}
  2670. }
  2671. }
  2672. }
  2673. }
  2674. },
  2675. "Sh": {
  2676. "type": "map",
  2677. "key": {},
  2678. "value": {}
  2679. },
  2680. "Sw": {
  2681. "type": "structure",
  2682. "members": {
  2683. "ProductArn": {
  2684. "shape": "Sx"
  2685. },
  2686. "AwsAccountId": {
  2687. "shape": "Sx"
  2688. },
  2689. "Id": {
  2690. "shape": "Sx"
  2691. },
  2692. "GeneratorId": {
  2693. "shape": "Sx"
  2694. },
  2695. "Type": {
  2696. "shape": "Sx"
  2697. },
  2698. "FirstObservedAt": {
  2699. "shape": "S10"
  2700. },
  2701. "LastObservedAt": {
  2702. "shape": "S10"
  2703. },
  2704. "CreatedAt": {
  2705. "shape": "S10"
  2706. },
  2707. "UpdatedAt": {
  2708. "shape": "S10"
  2709. },
  2710. "Confidence": {
  2711. "shape": "S14"
  2712. },
  2713. "Criticality": {
  2714. "shape": "S14"
  2715. },
  2716. "Title": {
  2717. "shape": "Sx"
  2718. },
  2719. "Description": {
  2720. "shape": "Sx"
  2721. },
  2722. "SourceUrl": {
  2723. "shape": "Sx"
  2724. },
  2725. "ProductName": {
  2726. "shape": "Sx"
  2727. },
  2728. "CompanyName": {
  2729. "shape": "Sx"
  2730. },
  2731. "SeverityLabel": {
  2732. "shape": "Sx"
  2733. },
  2734. "ResourceType": {
  2735. "shape": "Sx"
  2736. },
  2737. "ResourceId": {
  2738. "shape": "Sx"
  2739. },
  2740. "ResourcePartition": {
  2741. "shape": "Sx"
  2742. },
  2743. "ResourceRegion": {
  2744. "shape": "Sx"
  2745. },
  2746. "ResourceTags": {
  2747. "shape": "S17"
  2748. },
  2749. "ResourceDetailsOther": {
  2750. "shape": "S17"
  2751. },
  2752. "ComplianceStatus": {
  2753. "shape": "Sx"
  2754. },
  2755. "ComplianceSecurityControlId": {
  2756. "shape": "Sx"
  2757. },
  2758. "ComplianceAssociatedStandardsId": {
  2759. "shape": "Sx"
  2760. },
  2761. "VerificationState": {
  2762. "shape": "Sx"
  2763. },
  2764. "WorkflowStatus": {
  2765. "shape": "Sx"
  2766. },
  2767. "RecordState": {
  2768. "shape": "Sx"
  2769. },
  2770. "RelatedFindingsProductArn": {
  2771. "shape": "Sx"
  2772. },
  2773. "RelatedFindingsId": {
  2774. "shape": "Sx"
  2775. },
  2776. "NoteText": {
  2777. "shape": "Sx"
  2778. },
  2779. "NoteUpdatedAt": {
  2780. "shape": "S10"
  2781. },
  2782. "NoteUpdatedBy": {
  2783. "shape": "Sx"
  2784. },
  2785. "UserDefinedFields": {
  2786. "shape": "S17"
  2787. },
  2788. "ResourceApplicationArn": {
  2789. "shape": "Sx"
  2790. },
  2791. "ResourceApplicationName": {
  2792. "shape": "Sx"
  2793. },
  2794. "AwsAccountName": {
  2795. "shape": "Sx"
  2796. }
  2797. }
  2798. },
  2799. "Sx": {
  2800. "type": "list",
  2801. "member": {
  2802. "type": "structure",
  2803. "members": {
  2804. "Value": {},
  2805. "Comparison": {}
  2806. }
  2807. }
  2808. },
  2809. "S10": {
  2810. "type": "list",
  2811. "member": {
  2812. "type": "structure",
  2813. "members": {
  2814. "Start": {},
  2815. "End": {},
  2816. "DateRange": {
  2817. "type": "structure",
  2818. "members": {
  2819. "Value": {
  2820. "type": "integer"
  2821. },
  2822. "Unit": {}
  2823. }
  2824. }
  2825. }
  2826. }
  2827. },
  2828. "S14": {
  2829. "type": "list",
  2830. "member": {
  2831. "type": "structure",
  2832. "members": {
  2833. "Gte": {
  2834. "type": "double"
  2835. },
  2836. "Lte": {
  2837. "type": "double"
  2838. },
  2839. "Gt": {
  2840. "type": "double"
  2841. },
  2842. "Lt": {
  2843. "type": "double"
  2844. },
  2845. "Eq": {
  2846. "type": "double"
  2847. }
  2848. }
  2849. }
  2850. },
  2851. "S17": {
  2852. "type": "list",
  2853. "member": {
  2854. "type": "structure",
  2855. "members": {
  2856. "Key": {},
  2857. "Value": {},
  2858. "Comparison": {}
  2859. }
  2860. }
  2861. },
  2862. "S1a": {
  2863. "type": "list",
  2864. "member": {
  2865. "type": "structure",
  2866. "members": {
  2867. "Type": {},
  2868. "FindingFieldsUpdate": {
  2869. "type": "structure",
  2870. "members": {
  2871. "Note": {
  2872. "shape": "S1e"
  2873. },
  2874. "Severity": {
  2875. "shape": "S1f"
  2876. },
  2877. "VerificationState": {},
  2878. "Confidence": {
  2879. "type": "integer"
  2880. },
  2881. "Criticality": {
  2882. "type": "integer"
  2883. },
  2884. "Types": {
  2885. "shape": "S1j"
  2886. },
  2887. "UserDefinedFields": {
  2888. "shape": "S1k"
  2889. },
  2890. "Workflow": {
  2891. "shape": "S1l"
  2892. },
  2893. "RelatedFindings": {
  2894. "shape": "S1n"
  2895. }
  2896. }
  2897. }
  2898. }
  2899. }
  2900. },
  2901. "S1e": {
  2902. "type": "structure",
  2903. "required": [
  2904. "Text",
  2905. "UpdatedBy"
  2906. ],
  2907. "members": {
  2908. "Text": {},
  2909. "UpdatedBy": {}
  2910. }
  2911. },
  2912. "S1f": {
  2913. "type": "structure",
  2914. "members": {
  2915. "Normalized": {
  2916. "type": "integer"
  2917. },
  2918. "Product": {
  2919. "type": "double"
  2920. },
  2921. "Label": {}
  2922. }
  2923. },
  2924. "S1j": {
  2925. "type": "list",
  2926. "member": {}
  2927. },
  2928. "S1k": {
  2929. "type": "map",
  2930. "key": {},
  2931. "value": {}
  2932. },
  2933. "S1l": {
  2934. "type": "structure",
  2935. "members": {
  2936. "Status": {}
  2937. }
  2938. },
  2939. "S1n": {
  2940. "type": "list",
  2941. "member": {
  2942. "type": "structure",
  2943. "required": [
  2944. "ProductArn",
  2945. "Id"
  2946. ],
  2947. "members": {
  2948. "ProductArn": {},
  2949. "Id": {}
  2950. }
  2951. }
  2952. },
  2953. "S1p": {
  2954. "type": "timestamp",
  2955. "timestampFormat": "iso8601"
  2956. },
  2957. "S1s": {
  2958. "type": "structure",
  2959. "members": {
  2960. "Target": {
  2961. "shape": "S1t"
  2962. }
  2963. }
  2964. },
  2965. "S1t": {
  2966. "type": "structure",
  2967. "members": {
  2968. "AccountId": {},
  2969. "OrganizationalUnitId": {},
  2970. "RootId": {}
  2971. },
  2972. "union": true
  2973. },
  2974. "S1w": {
  2975. "type": "structure",
  2976. "members": {
  2977. "ConfigurationPolicyId": {},
  2978. "TargetId": {},
  2979. "TargetType": {},
  2980. "AssociationType": {},
  2981. "UpdatedAt": {
  2982. "shape": "S1p"
  2983. },
  2984. "AssociationStatus": {},
  2985. "AssociationStatusMessage": {}
  2986. }
  2987. },
  2988. "S23": {
  2989. "type": "list",
  2990. "member": {}
  2991. },
  2992. "S2a": {
  2993. "type": "map",
  2994. "key": {},
  2995. "value": {
  2996. "type": "structure",
  2997. "required": [
  2998. "ValueType"
  2999. ],
  3000. "members": {
  3001. "ValueType": {},
  3002. "Value": {
  3003. "type": "structure",
  3004. "members": {
  3005. "Integer": {
  3006. "type": "integer"
  3007. },
  3008. "IntegerList": {
  3009. "shape": "S2e"
  3010. },
  3011. "Double": {
  3012. "type": "double"
  3013. },
  3014. "String": {},
  3015. "StringList": {
  3016. "shape": "S23"
  3017. },
  3018. "Boolean": {
  3019. "type": "boolean"
  3020. },
  3021. "Enum": {},
  3022. "EnumList": {
  3023. "shape": "S23"
  3024. }
  3025. },
  3026. "union": true
  3027. }
  3028. }
  3029. }
  3030. },
  3031. "S2e": {
  3032. "type": "list",
  3033. "member": {
  3034. "type": "integer"
  3035. }
  3036. },
  3037. "S2l": {
  3038. "type": "structure",
  3039. "required": [
  3040. "SecurityControlId",
  3041. "StandardsArn"
  3042. ],
  3043. "members": {
  3044. "SecurityControlId": {},
  3045. "StandardsArn": {}
  3046. }
  3047. },
  3048. "S2q": {
  3049. "type": "list",
  3050. "member": {}
  3051. },
  3052. "S2w": {
  3053. "type": "structure",
  3054. "required": [
  3055. "SchemaVersion",
  3056. "Id",
  3057. "ProductArn",
  3058. "GeneratorId",
  3059. "AwsAccountId",
  3060. "CreatedAt",
  3061. "UpdatedAt",
  3062. "Title",
  3063. "Description",
  3064. "Resources"
  3065. ],
  3066. "members": {
  3067. "SchemaVersion": {},
  3068. "Id": {},
  3069. "ProductArn": {},
  3070. "ProductName": {},
  3071. "CompanyName": {},
  3072. "Region": {},
  3073. "GeneratorId": {},
  3074. "AwsAccountId": {},
  3075. "Types": {
  3076. "shape": "S1j"
  3077. },
  3078. "FirstObservedAt": {},
  3079. "LastObservedAt": {},
  3080. "CreatedAt": {},
  3081. "UpdatedAt": {},
  3082. "Severity": {
  3083. "type": "structure",
  3084. "members": {
  3085. "Product": {
  3086. "type": "double"
  3087. },
  3088. "Label": {},
  3089. "Normalized": {
  3090. "type": "integer"
  3091. },
  3092. "Original": {}
  3093. }
  3094. },
  3095. "Confidence": {
  3096. "type": "integer"
  3097. },
  3098. "Criticality": {
  3099. "type": "integer"
  3100. },
  3101. "Title": {},
  3102. "Description": {},
  3103. "Remediation": {
  3104. "type": "structure",
  3105. "members": {
  3106. "Recommendation": {
  3107. "type": "structure",
  3108. "members": {
  3109. "Text": {},
  3110. "Url": {}
  3111. }
  3112. }
  3113. }
  3114. },
  3115. "SourceUrl": {},
  3116. "ProductFields": {
  3117. "shape": "S1k"
  3118. },
  3119. "UserDefinedFields": {
  3120. "shape": "S1k"
  3121. },
  3122. "Malware": {
  3123. "type": "list",
  3124. "member": {
  3125. "type": "structure",
  3126. "required": [
  3127. "Name"
  3128. ],
  3129. "members": {
  3130. "Name": {},
  3131. "Type": {},
  3132. "Path": {},
  3133. "State": {}
  3134. }
  3135. }
  3136. },
  3137. "Network": {
  3138. "type": "structure",
  3139. "members": {
  3140. "Direction": {},
  3141. "Protocol": {},
  3142. "OpenPortRange": {
  3143. "shape": "S36"
  3144. },
  3145. "SourceIpV4": {},
  3146. "SourceIpV6": {},
  3147. "SourcePort": {
  3148. "type": "integer"
  3149. },
  3150. "SourceDomain": {},
  3151. "SourceMac": {},
  3152. "DestinationIpV4": {},
  3153. "DestinationIpV6": {},
  3154. "DestinationPort": {
  3155. "type": "integer"
  3156. },
  3157. "DestinationDomain": {}
  3158. }
  3159. },
  3160. "NetworkPath": {
  3161. "type": "list",
  3162. "member": {
  3163. "type": "structure",
  3164. "members": {
  3165. "ComponentId": {},
  3166. "ComponentType": {},
  3167. "Egress": {
  3168. "shape": "S39"
  3169. },
  3170. "Ingress": {
  3171. "shape": "S39"
  3172. }
  3173. }
  3174. }
  3175. },
  3176. "Process": {
  3177. "type": "structure",
  3178. "members": {
  3179. "Name": {},
  3180. "Path": {},
  3181. "Pid": {
  3182. "type": "integer"
  3183. },
  3184. "ParentPid": {
  3185. "type": "integer"
  3186. },
  3187. "LaunchedAt": {},
  3188. "TerminatedAt": {}
  3189. }
  3190. },
  3191. "Threats": {
  3192. "type": "list",
  3193. "member": {
  3194. "type": "structure",
  3195. "members": {
  3196. "Name": {},
  3197. "Severity": {},
  3198. "ItemCount": {
  3199. "type": "integer"
  3200. },
  3201. "FilePaths": {
  3202. "type": "list",
  3203. "member": {
  3204. "type": "structure",
  3205. "members": {
  3206. "FilePath": {},
  3207. "FileName": {},
  3208. "ResourceId": {},
  3209. "Hash": {}
  3210. }
  3211. }
  3212. }
  3213. }
  3214. }
  3215. },
  3216. "ThreatIntelIndicators": {
  3217. "type": "list",
  3218. "member": {
  3219. "type": "structure",
  3220. "members": {
  3221. "Type": {},
  3222. "Value": {},
  3223. "Category": {},
  3224. "LastObservedAt": {},
  3225. "Source": {},
  3226. "SourceUrl": {}
  3227. }
  3228. }
  3229. },
  3230. "Resources": {
  3231. "type": "list",
  3232. "member": {
  3233. "type": "structure",
  3234. "required": [
  3235. "Type",
  3236. "Id"
  3237. ],
  3238. "members": {
  3239. "Type": {},
  3240. "Id": {},
  3241. "Partition": {},
  3242. "Region": {},
  3243. "ResourceRole": {},
  3244. "Tags": {
  3245. "shape": "S1k"
  3246. },
  3247. "DataClassification": {
  3248. "type": "structure",
  3249. "members": {
  3250. "DetailedResultsLocation": {},
  3251. "Result": {
  3252. "type": "structure",
  3253. "members": {
  3254. "MimeType": {},
  3255. "SizeClassified": {
  3256. "type": "long"
  3257. },
  3258. "AdditionalOccurrences": {
  3259. "type": "boolean"
  3260. },
  3261. "Status": {
  3262. "type": "structure",
  3263. "members": {
  3264. "Code": {},
  3265. "Reason": {}
  3266. }
  3267. },
  3268. "SensitiveData": {
  3269. "type": "list",
  3270. "member": {
  3271. "type": "structure",
  3272. "members": {
  3273. "Category": {},
  3274. "Detections": {
  3275. "type": "list",
  3276. "member": {
  3277. "type": "structure",
  3278. "members": {
  3279. "Count": {
  3280. "type": "long"
  3281. },
  3282. "Type": {},
  3283. "Occurrences": {
  3284. "shape": "S3w"
  3285. }
  3286. }
  3287. }
  3288. },
  3289. "TotalCount": {
  3290. "type": "long"
  3291. }
  3292. }
  3293. }
  3294. },
  3295. "CustomDataIdentifiers": {
  3296. "type": "structure",
  3297. "members": {
  3298. "Detections": {
  3299. "type": "list",
  3300. "member": {
  3301. "type": "structure",
  3302. "members": {
  3303. "Count": {
  3304. "type": "long"
  3305. },
  3306. "Arn": {},
  3307. "Name": {},
  3308. "Occurrences": {
  3309. "shape": "S3w"
  3310. }
  3311. }
  3312. }
  3313. },
  3314. "TotalCount": {
  3315. "type": "long"
  3316. }
  3317. }
  3318. }
  3319. }
  3320. }
  3321. }
  3322. },
  3323. "Details": {
  3324. "type": "structure",
  3325. "members": {
  3326. "AwsAutoScalingAutoScalingGroup": {
  3327. "type": "structure",
  3328. "members": {
  3329. "LaunchConfigurationName": {},
  3330. "LoadBalancerNames": {
  3331. "shape": "S23"
  3332. },
  3333. "HealthCheckType": {},
  3334. "HealthCheckGracePeriod": {
  3335. "type": "integer"
  3336. },
  3337. "CreatedTime": {},
  3338. "MixedInstancesPolicy": {
  3339. "type": "structure",
  3340. "members": {
  3341. "InstancesDistribution": {
  3342. "type": "structure",
  3343. "members": {
  3344. "OnDemandAllocationStrategy": {},
  3345. "OnDemandBaseCapacity": {
  3346. "type": "integer"
  3347. },
  3348. "OnDemandPercentageAboveBaseCapacity": {
  3349. "type": "integer"
  3350. },
  3351. "SpotAllocationStrategy": {},
  3352. "SpotInstancePools": {
  3353. "type": "integer"
  3354. },
  3355. "SpotMaxPrice": {}
  3356. }
  3357. },
  3358. "LaunchTemplate": {
  3359. "type": "structure",
  3360. "members": {
  3361. "LaunchTemplateSpecification": {
  3362. "type": "structure",
  3363. "members": {
  3364. "LaunchTemplateId": {},
  3365. "LaunchTemplateName": {},
  3366. "Version": {}
  3367. }
  3368. },
  3369. "Overrides": {
  3370. "type": "list",
  3371. "member": {
  3372. "type": "structure",
  3373. "members": {
  3374. "InstanceType": {},
  3375. "WeightedCapacity": {}
  3376. }
  3377. }
  3378. }
  3379. }
  3380. }
  3381. }
  3382. },
  3383. "AvailabilityZones": {
  3384. "type": "list",
  3385. "member": {
  3386. "type": "structure",
  3387. "members": {
  3388. "Value": {}
  3389. }
  3390. }
  3391. },
  3392. "LaunchTemplate": {
  3393. "type": "structure",
  3394. "members": {
  3395. "LaunchTemplateId": {},
  3396. "LaunchTemplateName": {},
  3397. "Version": {}
  3398. }
  3399. },
  3400. "CapacityRebalance": {
  3401. "type": "boolean"
  3402. }
  3403. }
  3404. },
  3405. "AwsCodeBuildProject": {
  3406. "type": "structure",
  3407. "members": {
  3408. "EncryptionKey": {},
  3409. "Artifacts": {
  3410. "shape": "S4k"
  3411. },
  3412. "Environment": {
  3413. "type": "structure",
  3414. "members": {
  3415. "Certificate": {},
  3416. "EnvironmentVariables": {
  3417. "type": "list",
  3418. "member": {
  3419. "type": "structure",
  3420. "members": {
  3421. "Name": {},
  3422. "Type": {},
  3423. "Value": {}
  3424. }
  3425. }
  3426. },
  3427. "PrivilegedMode": {
  3428. "type": "boolean"
  3429. },
  3430. "ImagePullCredentialsType": {},
  3431. "RegistryCredential": {
  3432. "type": "structure",
  3433. "members": {
  3434. "Credential": {},
  3435. "CredentialProvider": {}
  3436. }
  3437. },
  3438. "Type": {}
  3439. }
  3440. },
  3441. "Name": {},
  3442. "Source": {
  3443. "type": "structure",
  3444. "members": {
  3445. "Type": {},
  3446. "Location": {},
  3447. "GitCloneDepth": {
  3448. "type": "integer"
  3449. },
  3450. "InsecureSsl": {
  3451. "type": "boolean"
  3452. }
  3453. }
  3454. },
  3455. "ServiceRole": {},
  3456. "LogsConfig": {
  3457. "type": "structure",
  3458. "members": {
  3459. "CloudWatchLogs": {
  3460. "type": "structure",
  3461. "members": {
  3462. "GroupName": {},
  3463. "Status": {},
  3464. "StreamName": {}
  3465. }
  3466. },
  3467. "S3Logs": {
  3468. "type": "structure",
  3469. "members": {
  3470. "EncryptionDisabled": {
  3471. "type": "boolean"
  3472. },
  3473. "Location": {},
  3474. "Status": {}
  3475. }
  3476. }
  3477. }
  3478. },
  3479. "VpcConfig": {
  3480. "type": "structure",
  3481. "members": {
  3482. "VpcId": {},
  3483. "Subnets": {
  3484. "shape": "S4v"
  3485. },
  3486. "SecurityGroupIds": {
  3487. "shape": "S4v"
  3488. }
  3489. }
  3490. },
  3491. "SecondaryArtifacts": {
  3492. "shape": "S4k"
  3493. }
  3494. }
  3495. },
  3496. "AwsCloudFrontDistribution": {
  3497. "type": "structure",
  3498. "members": {
  3499. "CacheBehaviors": {
  3500. "type": "structure",
  3501. "members": {
  3502. "Items": {
  3503. "type": "list",
  3504. "member": {
  3505. "type": "structure",
  3506. "members": {
  3507. "ViewerProtocolPolicy": {}
  3508. }
  3509. }
  3510. }
  3511. }
  3512. },
  3513. "DefaultCacheBehavior": {
  3514. "type": "structure",
  3515. "members": {
  3516. "ViewerProtocolPolicy": {}
  3517. }
  3518. },
  3519. "DefaultRootObject": {},
  3520. "DomainName": {},
  3521. "ETag": {},
  3522. "LastModifiedTime": {},
  3523. "Logging": {
  3524. "type": "structure",
  3525. "members": {
  3526. "Bucket": {},
  3527. "Enabled": {
  3528. "type": "boolean"
  3529. },
  3530. "IncludeCookies": {
  3531. "type": "boolean"
  3532. },
  3533. "Prefix": {}
  3534. }
  3535. },
  3536. "Origins": {
  3537. "type": "structure",
  3538. "members": {
  3539. "Items": {
  3540. "type": "list",
  3541. "member": {
  3542. "type": "structure",
  3543. "members": {
  3544. "DomainName": {},
  3545. "Id": {},
  3546. "OriginPath": {},
  3547. "S3OriginConfig": {
  3548. "type": "structure",
  3549. "members": {
  3550. "OriginAccessIdentity": {}
  3551. }
  3552. },
  3553. "CustomOriginConfig": {
  3554. "type": "structure",
  3555. "members": {
  3556. "HttpPort": {
  3557. "type": "integer"
  3558. },
  3559. "HttpsPort": {
  3560. "type": "integer"
  3561. },
  3562. "OriginKeepaliveTimeout": {
  3563. "type": "integer"
  3564. },
  3565. "OriginProtocolPolicy": {},
  3566. "OriginReadTimeout": {
  3567. "type": "integer"
  3568. },
  3569. "OriginSslProtocols": {
  3570. "type": "structure",
  3571. "members": {
  3572. "Items": {
  3573. "shape": "S4v"
  3574. },
  3575. "Quantity": {
  3576. "type": "integer"
  3577. }
  3578. }
  3579. }
  3580. }
  3581. }
  3582. }
  3583. }
  3584. }
  3585. }
  3586. },
  3587. "OriginGroups": {
  3588. "type": "structure",
  3589. "members": {
  3590. "Items": {
  3591. "type": "list",
  3592. "member": {
  3593. "type": "structure",
  3594. "members": {
  3595. "FailoverCriteria": {
  3596. "type": "structure",
  3597. "members": {
  3598. "StatusCodes": {
  3599. "type": "structure",
  3600. "members": {
  3601. "Items": {
  3602. "type": "list",
  3603. "member": {
  3604. "type": "integer"
  3605. }
  3606. },
  3607. "Quantity": {
  3608. "type": "integer"
  3609. }
  3610. }
  3611. }
  3612. }
  3613. }
  3614. }
  3615. }
  3616. }
  3617. }
  3618. },
  3619. "ViewerCertificate": {
  3620. "type": "structure",
  3621. "members": {
  3622. "AcmCertificateArn": {},
  3623. "Certificate": {},
  3624. "CertificateSource": {},
  3625. "CloudFrontDefaultCertificate": {
  3626. "type": "boolean"
  3627. },
  3628. "IamCertificateId": {},
  3629. "MinimumProtocolVersion": {},
  3630. "SslSupportMethod": {}
  3631. }
  3632. },
  3633. "Status": {},
  3634. "WebAclId": {}
  3635. }
  3636. },
  3637. "AwsEc2Instance": {
  3638. "type": "structure",
  3639. "members": {
  3640. "Type": {},
  3641. "ImageId": {},
  3642. "IpV4Addresses": {
  3643. "shape": "S23"
  3644. },
  3645. "IpV6Addresses": {
  3646. "shape": "S23"
  3647. },
  3648. "KeyName": {},
  3649. "IamInstanceProfileArn": {},
  3650. "VpcId": {},
  3651. "SubnetId": {},
  3652. "LaunchedAt": {},
  3653. "NetworkInterfaces": {
  3654. "type": "list",
  3655. "member": {
  3656. "type": "structure",
  3657. "members": {
  3658. "NetworkInterfaceId": {}
  3659. }
  3660. }
  3661. },
  3662. "VirtualizationType": {},
  3663. "MetadataOptions": {
  3664. "type": "structure",
  3665. "members": {
  3666. "HttpEndpoint": {},
  3667. "HttpProtocolIpv6": {},
  3668. "HttpPutResponseHopLimit": {
  3669. "type": "integer"
  3670. },
  3671. "HttpTokens": {},
  3672. "InstanceMetadataTags": {}
  3673. }
  3674. },
  3675. "Monitoring": {
  3676. "type": "structure",
  3677. "members": {
  3678. "State": {}
  3679. }
  3680. }
  3681. }
  3682. },
  3683. "AwsEc2NetworkInterface": {
  3684. "type": "structure",
  3685. "members": {
  3686. "Attachment": {
  3687. "type": "structure",
  3688. "members": {
  3689. "AttachTime": {},
  3690. "AttachmentId": {},
  3691. "DeleteOnTermination": {
  3692. "type": "boolean"
  3693. },
  3694. "DeviceIndex": {
  3695. "type": "integer"
  3696. },
  3697. "InstanceId": {},
  3698. "InstanceOwnerId": {},
  3699. "Status": {}
  3700. }
  3701. },
  3702. "NetworkInterfaceId": {},
  3703. "SecurityGroups": {
  3704. "type": "list",
  3705. "member": {
  3706. "type": "structure",
  3707. "members": {
  3708. "GroupName": {},
  3709. "GroupId": {}
  3710. }
  3711. }
  3712. },
  3713. "SourceDestCheck": {
  3714. "type": "boolean"
  3715. },
  3716. "IpV6Addresses": {
  3717. "type": "list",
  3718. "member": {
  3719. "type": "structure",
  3720. "members": {
  3721. "IpV6Address": {}
  3722. }
  3723. }
  3724. },
  3725. "PrivateIpAddresses": {
  3726. "type": "list",
  3727. "member": {
  3728. "type": "structure",
  3729. "members": {
  3730. "PrivateIpAddress": {},
  3731. "PrivateDnsName": {}
  3732. }
  3733. }
  3734. },
  3735. "PublicDnsName": {},
  3736. "PublicIp": {}
  3737. }
  3738. },
  3739. "AwsEc2SecurityGroup": {
  3740. "type": "structure",
  3741. "members": {
  3742. "GroupName": {},
  3743. "GroupId": {},
  3744. "OwnerId": {},
  3745. "VpcId": {},
  3746. "IpPermissions": {
  3747. "shape": "S5t"
  3748. },
  3749. "IpPermissionsEgress": {
  3750. "shape": "S5t"
  3751. }
  3752. }
  3753. },
  3754. "AwsEc2Volume": {
  3755. "type": "structure",
  3756. "members": {
  3757. "CreateTime": {},
  3758. "DeviceName": {},
  3759. "Encrypted": {
  3760. "type": "boolean"
  3761. },
  3762. "Size": {
  3763. "type": "integer"
  3764. },
  3765. "SnapshotId": {},
  3766. "Status": {},
  3767. "KmsKeyId": {},
  3768. "Attachments": {
  3769. "type": "list",
  3770. "member": {
  3771. "type": "structure",
  3772. "members": {
  3773. "AttachTime": {},
  3774. "DeleteOnTermination": {
  3775. "type": "boolean"
  3776. },
  3777. "InstanceId": {},
  3778. "Status": {}
  3779. }
  3780. }
  3781. },
  3782. "VolumeId": {},
  3783. "VolumeType": {},
  3784. "VolumeScanStatus": {}
  3785. }
  3786. },
  3787. "AwsEc2Vpc": {
  3788. "type": "structure",
  3789. "members": {
  3790. "CidrBlockAssociationSet": {
  3791. "type": "list",
  3792. "member": {
  3793. "type": "structure",
  3794. "members": {
  3795. "AssociationId": {},
  3796. "CidrBlock": {},
  3797. "CidrBlockState": {}
  3798. }
  3799. }
  3800. },
  3801. "Ipv6CidrBlockAssociationSet": {
  3802. "shape": "S69"
  3803. },
  3804. "DhcpOptionsId": {},
  3805. "State": {}
  3806. }
  3807. },
  3808. "AwsEc2Eip": {
  3809. "type": "structure",
  3810. "members": {
  3811. "InstanceId": {},
  3812. "PublicIp": {},
  3813. "AllocationId": {},
  3814. "AssociationId": {},
  3815. "Domain": {},
  3816. "PublicIpv4Pool": {},
  3817. "NetworkBorderGroup": {},
  3818. "NetworkInterfaceId": {},
  3819. "NetworkInterfaceOwnerId": {},
  3820. "PrivateIpAddress": {}
  3821. }
  3822. },
  3823. "AwsEc2Subnet": {
  3824. "type": "structure",
  3825. "members": {
  3826. "AssignIpv6AddressOnCreation": {
  3827. "type": "boolean"
  3828. },
  3829. "AvailabilityZone": {},
  3830. "AvailabilityZoneId": {},
  3831. "AvailableIpAddressCount": {
  3832. "type": "integer"
  3833. },
  3834. "CidrBlock": {},
  3835. "DefaultForAz": {
  3836. "type": "boolean"
  3837. },
  3838. "MapPublicIpOnLaunch": {
  3839. "type": "boolean"
  3840. },
  3841. "OwnerId": {},
  3842. "State": {},
  3843. "SubnetArn": {},
  3844. "SubnetId": {},
  3845. "VpcId": {},
  3846. "Ipv6CidrBlockAssociationSet": {
  3847. "shape": "S69"
  3848. }
  3849. }
  3850. },
  3851. "AwsEc2NetworkAcl": {
  3852. "type": "structure",
  3853. "members": {
  3854. "IsDefault": {
  3855. "type": "boolean"
  3856. },
  3857. "NetworkAclId": {},
  3858. "OwnerId": {},
  3859. "VpcId": {},
  3860. "Associations": {
  3861. "type": "list",
  3862. "member": {
  3863. "type": "structure",
  3864. "members": {
  3865. "NetworkAclAssociationId": {},
  3866. "NetworkAclId": {},
  3867. "SubnetId": {}
  3868. }
  3869. }
  3870. },
  3871. "Entries": {
  3872. "type": "list",
  3873. "member": {
  3874. "type": "structure",
  3875. "members": {
  3876. "CidrBlock": {},
  3877. "Egress": {
  3878. "type": "boolean"
  3879. },
  3880. "IcmpTypeCode": {
  3881. "type": "structure",
  3882. "members": {
  3883. "Code": {
  3884. "type": "integer"
  3885. },
  3886. "Type": {
  3887. "type": "integer"
  3888. }
  3889. }
  3890. },
  3891. "Ipv6CidrBlock": {},
  3892. "PortRange": {
  3893. "type": "structure",
  3894. "members": {
  3895. "From": {
  3896. "type": "integer"
  3897. },
  3898. "To": {
  3899. "type": "integer"
  3900. }
  3901. }
  3902. },
  3903. "Protocol": {},
  3904. "RuleAction": {},
  3905. "RuleNumber": {
  3906. "type": "integer"
  3907. }
  3908. }
  3909. }
  3910. }
  3911. }
  3912. },
  3913. "AwsElbv2LoadBalancer": {
  3914. "type": "structure",
  3915. "members": {
  3916. "AvailabilityZones": {
  3917. "type": "list",
  3918. "member": {
  3919. "type": "structure",
  3920. "members": {
  3921. "ZoneName": {},
  3922. "SubnetId": {}
  3923. }
  3924. }
  3925. },
  3926. "CanonicalHostedZoneId": {},
  3927. "CreatedTime": {},
  3928. "DNSName": {},
  3929. "IpAddressType": {},
  3930. "Scheme": {},
  3931. "SecurityGroups": {
  3932. "type": "list",
  3933. "member": {}
  3934. },
  3935. "State": {
  3936. "type": "structure",
  3937. "members": {
  3938. "Code": {},
  3939. "Reason": {}
  3940. }
  3941. },
  3942. "Type": {},
  3943. "VpcId": {},
  3944. "LoadBalancerAttributes": {
  3945. "type": "list",
  3946. "member": {
  3947. "type": "structure",
  3948. "members": {
  3949. "Key": {},
  3950. "Value": {}
  3951. }
  3952. }
  3953. }
  3954. }
  3955. },
  3956. "AwsElasticBeanstalkEnvironment": {
  3957. "type": "structure",
  3958. "members": {
  3959. "ApplicationName": {},
  3960. "Cname": {},
  3961. "DateCreated": {},
  3962. "DateUpdated": {},
  3963. "Description": {},
  3964. "EndpointUrl": {},
  3965. "EnvironmentArn": {},
  3966. "EnvironmentId": {},
  3967. "EnvironmentLinks": {
  3968. "type": "list",
  3969. "member": {
  3970. "type": "structure",
  3971. "members": {
  3972. "EnvironmentName": {},
  3973. "LinkName": {}
  3974. }
  3975. }
  3976. },
  3977. "EnvironmentName": {},
  3978. "OptionSettings": {
  3979. "type": "list",
  3980. "member": {
  3981. "type": "structure",
  3982. "members": {
  3983. "Namespace": {},
  3984. "OptionName": {},
  3985. "ResourceName": {},
  3986. "Value": {}
  3987. }
  3988. }
  3989. },
  3990. "PlatformArn": {},
  3991. "SolutionStackName": {},
  3992. "Status": {},
  3993. "Tier": {
  3994. "type": "structure",
  3995. "members": {
  3996. "Name": {},
  3997. "Type": {},
  3998. "Version": {}
  3999. }
  4000. },
  4001. "VersionLabel": {}
  4002. }
  4003. },
  4004. "AwsElasticsearchDomain": {
  4005. "type": "structure",
  4006. "members": {
  4007. "AccessPolicies": {},
  4008. "DomainEndpointOptions": {
  4009. "type": "structure",
  4010. "members": {
  4011. "EnforceHTTPS": {
  4012. "type": "boolean"
  4013. },
  4014. "TLSSecurityPolicy": {}
  4015. }
  4016. },
  4017. "DomainId": {},
  4018. "DomainName": {},
  4019. "Endpoint": {},
  4020. "Endpoints": {
  4021. "shape": "S1k"
  4022. },
  4023. "ElasticsearchVersion": {},
  4024. "ElasticsearchClusterConfig": {
  4025. "type": "structure",
  4026. "members": {
  4027. "DedicatedMasterCount": {
  4028. "type": "integer"
  4029. },
  4030. "DedicatedMasterEnabled": {
  4031. "type": "boolean"
  4032. },
  4033. "DedicatedMasterType": {},
  4034. "InstanceCount": {
  4035. "type": "integer"
  4036. },
  4037. "InstanceType": {},
  4038. "ZoneAwarenessConfig": {
  4039. "type": "structure",
  4040. "members": {
  4041. "AvailabilityZoneCount": {
  4042. "type": "integer"
  4043. }
  4044. }
  4045. },
  4046. "ZoneAwarenessEnabled": {
  4047. "type": "boolean"
  4048. }
  4049. }
  4050. },
  4051. "EncryptionAtRestOptions": {
  4052. "type": "structure",
  4053. "members": {
  4054. "Enabled": {
  4055. "type": "boolean"
  4056. },
  4057. "KmsKeyId": {}
  4058. }
  4059. },
  4060. "LogPublishingOptions": {
  4061. "type": "structure",
  4062. "members": {
  4063. "IndexSlowLogs": {
  4064. "shape": "S73"
  4065. },
  4066. "SearchSlowLogs": {
  4067. "shape": "S73"
  4068. },
  4069. "AuditLogs": {
  4070. "shape": "S73"
  4071. }
  4072. }
  4073. },
  4074. "NodeToNodeEncryptionOptions": {
  4075. "type": "structure",
  4076. "members": {
  4077. "Enabled": {
  4078. "type": "boolean"
  4079. }
  4080. }
  4081. },
  4082. "ServiceSoftwareOptions": {
  4083. "type": "structure",
  4084. "members": {
  4085. "AutomatedUpdateDate": {},
  4086. "Cancellable": {
  4087. "type": "boolean"
  4088. },
  4089. "CurrentVersion": {},
  4090. "Description": {},
  4091. "NewVersion": {},
  4092. "UpdateAvailable": {
  4093. "type": "boolean"
  4094. },
  4095. "UpdateStatus": {}
  4096. }
  4097. },
  4098. "VPCOptions": {
  4099. "type": "structure",
  4100. "members": {
  4101. "AvailabilityZones": {
  4102. "shape": "S4v"
  4103. },
  4104. "SecurityGroupIds": {
  4105. "shape": "S4v"
  4106. },
  4107. "SubnetIds": {
  4108. "shape": "S4v"
  4109. },
  4110. "VPCId": {}
  4111. }
  4112. }
  4113. }
  4114. },
  4115. "AwsS3Bucket": {
  4116. "type": "structure",
  4117. "members": {
  4118. "OwnerId": {},
  4119. "OwnerName": {},
  4120. "OwnerAccountId": {},
  4121. "CreatedAt": {},
  4122. "ServerSideEncryptionConfiguration": {
  4123. "type": "structure",
  4124. "members": {
  4125. "Rules": {
  4126. "type": "list",
  4127. "member": {
  4128. "type": "structure",
  4129. "members": {
  4130. "ApplyServerSideEncryptionByDefault": {
  4131. "type": "structure",
  4132. "members": {
  4133. "SSEAlgorithm": {},
  4134. "KMSMasterKeyID": {}
  4135. }
  4136. }
  4137. }
  4138. }
  4139. }
  4140. }
  4141. },
  4142. "BucketLifecycleConfiguration": {
  4143. "type": "structure",
  4144. "members": {
  4145. "Rules": {
  4146. "type": "list",
  4147. "member": {
  4148. "type": "structure",
  4149. "members": {
  4150. "AbortIncompleteMultipartUpload": {
  4151. "type": "structure",
  4152. "members": {
  4153. "DaysAfterInitiation": {
  4154. "type": "integer"
  4155. }
  4156. }
  4157. },
  4158. "ExpirationDate": {},
  4159. "ExpirationInDays": {
  4160. "type": "integer"
  4161. },
  4162. "ExpiredObjectDeleteMarker": {
  4163. "type": "boolean"
  4164. },
  4165. "Filter": {
  4166. "type": "structure",
  4167. "members": {
  4168. "Predicate": {
  4169. "type": "structure",
  4170. "members": {
  4171. "Operands": {
  4172. "type": "list",
  4173. "member": {
  4174. "type": "structure",
  4175. "members": {
  4176. "Prefix": {},
  4177. "Tag": {
  4178. "type": "structure",
  4179. "members": {
  4180. "Key": {},
  4181. "Value": {}
  4182. }
  4183. },
  4184. "Type": {}
  4185. }
  4186. }
  4187. },
  4188. "Prefix": {},
  4189. "Tag": {
  4190. "type": "structure",
  4191. "members": {
  4192. "Key": {},
  4193. "Value": {}
  4194. }
  4195. },
  4196. "Type": {}
  4197. }
  4198. }
  4199. }
  4200. },
  4201. "ID": {},
  4202. "NoncurrentVersionExpirationInDays": {
  4203. "type": "integer"
  4204. },
  4205. "NoncurrentVersionTransitions": {
  4206. "type": "list",
  4207. "member": {
  4208. "type": "structure",
  4209. "members": {
  4210. "Days": {
  4211. "type": "integer"
  4212. },
  4213. "StorageClass": {}
  4214. }
  4215. }
  4216. },
  4217. "Prefix": {},
  4218. "Status": {},
  4219. "Transitions": {
  4220. "type": "list",
  4221. "member": {
  4222. "type": "structure",
  4223. "members": {
  4224. "Date": {},
  4225. "Days": {
  4226. "type": "integer"
  4227. },
  4228. "StorageClass": {}
  4229. }
  4230. }
  4231. }
  4232. }
  4233. }
  4234. }
  4235. }
  4236. },
  4237. "PublicAccessBlockConfiguration": {
  4238. "shape": "S7q"
  4239. },
  4240. "AccessControlList": {},
  4241. "BucketLoggingConfiguration": {
  4242. "type": "structure",
  4243. "members": {
  4244. "DestinationBucketName": {},
  4245. "LogFilePrefix": {}
  4246. }
  4247. },
  4248. "BucketWebsiteConfiguration": {
  4249. "type": "structure",
  4250. "members": {
  4251. "ErrorDocument": {},
  4252. "IndexDocumentSuffix": {},
  4253. "RedirectAllRequestsTo": {
  4254. "type": "structure",
  4255. "members": {
  4256. "Hostname": {},
  4257. "Protocol": {}
  4258. }
  4259. },
  4260. "RoutingRules": {
  4261. "type": "list",
  4262. "member": {
  4263. "type": "structure",
  4264. "members": {
  4265. "Condition": {
  4266. "type": "structure",
  4267. "members": {
  4268. "HttpErrorCodeReturnedEquals": {},
  4269. "KeyPrefixEquals": {}
  4270. }
  4271. },
  4272. "Redirect": {
  4273. "type": "structure",
  4274. "members": {
  4275. "Hostname": {},
  4276. "HttpRedirectCode": {},
  4277. "Protocol": {},
  4278. "ReplaceKeyPrefixWith": {},
  4279. "ReplaceKeyWith": {}
  4280. }
  4281. }
  4282. }
  4283. }
  4284. }
  4285. }
  4286. },
  4287. "BucketNotificationConfiguration": {
  4288. "type": "structure",
  4289. "members": {
  4290. "Configurations": {
  4291. "type": "list",
  4292. "member": {
  4293. "type": "structure",
  4294. "members": {
  4295. "Events": {
  4296. "type": "list",
  4297. "member": {}
  4298. },
  4299. "Filter": {
  4300. "type": "structure",
  4301. "members": {
  4302. "S3KeyFilter": {
  4303. "type": "structure",
  4304. "members": {
  4305. "FilterRules": {
  4306. "type": "list",
  4307. "member": {
  4308. "type": "structure",
  4309. "members": {
  4310. "Name": {},
  4311. "Value": {}
  4312. }
  4313. }
  4314. }
  4315. }
  4316. }
  4317. }
  4318. },
  4319. "Destination": {},
  4320. "Type": {}
  4321. }
  4322. }
  4323. }
  4324. }
  4325. },
  4326. "BucketVersioningConfiguration": {
  4327. "type": "structure",
  4328. "members": {
  4329. "IsMfaDeleteEnabled": {
  4330. "type": "boolean"
  4331. },
  4332. "Status": {}
  4333. }
  4334. },
  4335. "ObjectLockConfiguration": {
  4336. "type": "structure",
  4337. "members": {
  4338. "ObjectLockEnabled": {},
  4339. "Rule": {
  4340. "type": "structure",
  4341. "members": {
  4342. "DefaultRetention": {
  4343. "type": "structure",
  4344. "members": {
  4345. "Days": {
  4346. "type": "integer"
  4347. },
  4348. "Mode": {},
  4349. "Years": {
  4350. "type": "integer"
  4351. }
  4352. }
  4353. }
  4354. }
  4355. }
  4356. }
  4357. },
  4358. "Name": {}
  4359. }
  4360. },
  4361. "AwsS3AccountPublicAccessBlock": {
  4362. "shape": "S7q"
  4363. },
  4364. "AwsS3Object": {
  4365. "type": "structure",
  4366. "members": {
  4367. "LastModified": {},
  4368. "ETag": {},
  4369. "VersionId": {},
  4370. "ContentType": {},
  4371. "ServerSideEncryption": {},
  4372. "SSEKMSKeyId": {}
  4373. }
  4374. },
  4375. "AwsSecretsManagerSecret": {
  4376. "type": "structure",
  4377. "members": {
  4378. "RotationRules": {
  4379. "type": "structure",
  4380. "members": {
  4381. "AutomaticallyAfterDays": {
  4382. "type": "integer"
  4383. }
  4384. }
  4385. },
  4386. "RotationOccurredWithinFrequency": {
  4387. "type": "boolean"
  4388. },
  4389. "KmsKeyId": {},
  4390. "RotationEnabled": {
  4391. "type": "boolean"
  4392. },
  4393. "RotationLambdaArn": {},
  4394. "Deleted": {
  4395. "type": "boolean"
  4396. },
  4397. "Name": {},
  4398. "Description": {}
  4399. }
  4400. },
  4401. "AwsIamAccessKey": {
  4402. "type": "structure",
  4403. "members": {
  4404. "UserName": {
  4405. "deprecated": true,
  4406. "deprecatedMessage": "This filter is deprecated. Instead, use PrincipalName."
  4407. },
  4408. "Status": {},
  4409. "CreatedAt": {},
  4410. "PrincipalId": {},
  4411. "PrincipalType": {},
  4412. "PrincipalName": {},
  4413. "AccountId": {},
  4414. "AccessKeyId": {},
  4415. "SessionContext": {
  4416. "type": "structure",
  4417. "members": {
  4418. "Attributes": {
  4419. "type": "structure",
  4420. "members": {
  4421. "MfaAuthenticated": {
  4422. "type": "boolean"
  4423. },
  4424. "CreationDate": {}
  4425. }
  4426. },
  4427. "SessionIssuer": {
  4428. "type": "structure",
  4429. "members": {
  4430. "Type": {},
  4431. "PrincipalId": {},
  4432. "Arn": {},
  4433. "AccountId": {},
  4434. "UserName": {}
  4435. }
  4436. }
  4437. }
  4438. }
  4439. }
  4440. },
  4441. "AwsIamUser": {
  4442. "type": "structure",
  4443. "members": {
  4444. "AttachedManagedPolicies": {
  4445. "shape": "S8k"
  4446. },
  4447. "CreateDate": {},
  4448. "GroupList": {
  4449. "shape": "S23"
  4450. },
  4451. "Path": {},
  4452. "PermissionsBoundary": {
  4453. "shape": "S8m"
  4454. },
  4455. "UserId": {},
  4456. "UserName": {},
  4457. "UserPolicyList": {
  4458. "type": "list",
  4459. "member": {
  4460. "type": "structure",
  4461. "members": {
  4462. "PolicyName": {}
  4463. }
  4464. }
  4465. }
  4466. }
  4467. },
  4468. "AwsIamPolicy": {
  4469. "type": "structure",
  4470. "members": {
  4471. "AttachmentCount": {
  4472. "type": "integer"
  4473. },
  4474. "CreateDate": {},
  4475. "DefaultVersionId": {},
  4476. "Description": {},
  4477. "IsAttachable": {
  4478. "type": "boolean"
  4479. },
  4480. "Path": {},
  4481. "PermissionsBoundaryUsageCount": {
  4482. "type": "integer"
  4483. },
  4484. "PolicyId": {},
  4485. "PolicyName": {},
  4486. "PolicyVersionList": {
  4487. "type": "list",
  4488. "member": {
  4489. "type": "structure",
  4490. "members": {
  4491. "VersionId": {},
  4492. "IsDefaultVersion": {
  4493. "type": "boolean"
  4494. },
  4495. "CreateDate": {}
  4496. }
  4497. }
  4498. },
  4499. "UpdateDate": {}
  4500. }
  4501. },
  4502. "AwsApiGatewayV2Stage": {
  4503. "type": "structure",
  4504. "members": {
  4505. "ClientCertificateId": {},
  4506. "CreatedDate": {},
  4507. "Description": {},
  4508. "DefaultRouteSettings": {
  4509. "shape": "S8t"
  4510. },
  4511. "DeploymentId": {},
  4512. "LastUpdatedDate": {},
  4513. "RouteSettings": {
  4514. "shape": "S8t"
  4515. },
  4516. "StageName": {},
  4517. "StageVariables": {
  4518. "shape": "S1k"
  4519. },
  4520. "AccessLogSettings": {
  4521. "shape": "S8u"
  4522. },
  4523. "AutoDeploy": {
  4524. "type": "boolean"
  4525. },
  4526. "LastDeploymentStatusMessage": {},
  4527. "ApiGatewayManaged": {
  4528. "type": "boolean"
  4529. }
  4530. }
  4531. },
  4532. "AwsApiGatewayV2Api": {
  4533. "type": "structure",
  4534. "members": {
  4535. "ApiEndpoint": {},
  4536. "ApiId": {},
  4537. "ApiKeySelectionExpression": {},
  4538. "CreatedDate": {},
  4539. "Description": {},
  4540. "Version": {},
  4541. "Name": {},
  4542. "ProtocolType": {},
  4543. "RouteSelectionExpression": {},
  4544. "CorsConfiguration": {
  4545. "type": "structure",
  4546. "members": {
  4547. "AllowOrigins": {
  4548. "shape": "S4v"
  4549. },
  4550. "AllowCredentials": {
  4551. "type": "boolean"
  4552. },
  4553. "ExposeHeaders": {
  4554. "shape": "S4v"
  4555. },
  4556. "MaxAge": {
  4557. "type": "integer"
  4558. },
  4559. "AllowMethods": {
  4560. "shape": "S4v"
  4561. },
  4562. "AllowHeaders": {
  4563. "shape": "S4v"
  4564. }
  4565. }
  4566. }
  4567. }
  4568. },
  4569. "AwsDynamoDbTable": {
  4570. "type": "structure",
  4571. "members": {
  4572. "AttributeDefinitions": {
  4573. "type": "list",
  4574. "member": {
  4575. "type": "structure",
  4576. "members": {
  4577. "AttributeName": {},
  4578. "AttributeType": {}
  4579. }
  4580. }
  4581. },
  4582. "BillingModeSummary": {
  4583. "type": "structure",
  4584. "members": {
  4585. "BillingMode": {},
  4586. "LastUpdateToPayPerRequestDateTime": {}
  4587. }
  4588. },
  4589. "CreationDateTime": {},
  4590. "GlobalSecondaryIndexes": {
  4591. "type": "list",
  4592. "member": {
  4593. "type": "structure",
  4594. "members": {
  4595. "Backfilling": {
  4596. "type": "boolean"
  4597. },
  4598. "IndexArn": {},
  4599. "IndexName": {},
  4600. "IndexSizeBytes": {
  4601. "type": "long"
  4602. },
  4603. "IndexStatus": {},
  4604. "ItemCount": {
  4605. "type": "integer"
  4606. },
  4607. "KeySchema": {
  4608. "shape": "S94"
  4609. },
  4610. "Projection": {
  4611. "shape": "S96"
  4612. },
  4613. "ProvisionedThroughput": {
  4614. "shape": "S97"
  4615. }
  4616. }
  4617. }
  4618. },
  4619. "GlobalTableVersion": {},
  4620. "ItemCount": {
  4621. "type": "integer"
  4622. },
  4623. "KeySchema": {
  4624. "shape": "S94"
  4625. },
  4626. "LatestStreamArn": {},
  4627. "LatestStreamLabel": {},
  4628. "LocalSecondaryIndexes": {
  4629. "type": "list",
  4630. "member": {
  4631. "type": "structure",
  4632. "members": {
  4633. "IndexArn": {},
  4634. "IndexName": {},
  4635. "KeySchema": {
  4636. "shape": "S94"
  4637. },
  4638. "Projection": {
  4639. "shape": "S96"
  4640. }
  4641. }
  4642. }
  4643. },
  4644. "ProvisionedThroughput": {
  4645. "shape": "S97"
  4646. },
  4647. "Replicas": {
  4648. "type": "list",
  4649. "member": {
  4650. "type": "structure",
  4651. "members": {
  4652. "GlobalSecondaryIndexes": {
  4653. "type": "list",
  4654. "member": {
  4655. "type": "structure",
  4656. "members": {
  4657. "IndexName": {},
  4658. "ProvisionedThroughputOverride": {
  4659. "shape": "S9e"
  4660. }
  4661. }
  4662. }
  4663. },
  4664. "KmsMasterKeyId": {},
  4665. "ProvisionedThroughputOverride": {
  4666. "shape": "S9e"
  4667. },
  4668. "RegionName": {},
  4669. "ReplicaStatus": {},
  4670. "ReplicaStatusDescription": {}
  4671. }
  4672. }
  4673. },
  4674. "RestoreSummary": {
  4675. "type": "structure",
  4676. "members": {
  4677. "SourceBackupArn": {},
  4678. "SourceTableArn": {},
  4679. "RestoreDateTime": {},
  4680. "RestoreInProgress": {
  4681. "type": "boolean"
  4682. }
  4683. }
  4684. },
  4685. "SseDescription": {
  4686. "type": "structure",
  4687. "members": {
  4688. "InaccessibleEncryptionDateTime": {},
  4689. "Status": {},
  4690. "SseType": {},
  4691. "KmsMasterKeyArn": {}
  4692. }
  4693. },
  4694. "StreamSpecification": {
  4695. "type": "structure",
  4696. "members": {
  4697. "StreamEnabled": {
  4698. "type": "boolean"
  4699. },
  4700. "StreamViewType": {}
  4701. }
  4702. },
  4703. "TableId": {},
  4704. "TableName": {},
  4705. "TableSizeBytes": {
  4706. "type": "long"
  4707. },
  4708. "TableStatus": {},
  4709. "DeletionProtectionEnabled": {
  4710. "type": "boolean"
  4711. }
  4712. }
  4713. },
  4714. "AwsApiGatewayStage": {
  4715. "type": "structure",
  4716. "members": {
  4717. "DeploymentId": {},
  4718. "ClientCertificateId": {},
  4719. "StageName": {},
  4720. "Description": {},
  4721. "CacheClusterEnabled": {
  4722. "type": "boolean"
  4723. },
  4724. "CacheClusterSize": {},
  4725. "CacheClusterStatus": {},
  4726. "MethodSettings": {
  4727. "type": "list",
  4728. "member": {
  4729. "type": "structure",
  4730. "members": {
  4731. "MetricsEnabled": {
  4732. "type": "boolean"
  4733. },
  4734. "LoggingLevel": {},
  4735. "DataTraceEnabled": {
  4736. "type": "boolean"
  4737. },
  4738. "ThrottlingBurstLimit": {
  4739. "type": "integer"
  4740. },
  4741. "ThrottlingRateLimit": {
  4742. "type": "double"
  4743. },
  4744. "CachingEnabled": {
  4745. "type": "boolean"
  4746. },
  4747. "CacheTtlInSeconds": {
  4748. "type": "integer"
  4749. },
  4750. "CacheDataEncrypted": {
  4751. "type": "boolean"
  4752. },
  4753. "RequireAuthorizationForCacheControl": {
  4754. "type": "boolean"
  4755. },
  4756. "UnauthorizedCacheControlHeaderStrategy": {},
  4757. "HttpMethod": {},
  4758. "ResourcePath": {}
  4759. }
  4760. }
  4761. },
  4762. "Variables": {
  4763. "shape": "S1k"
  4764. },
  4765. "DocumentationVersion": {},
  4766. "AccessLogSettings": {
  4767. "shape": "S8u"
  4768. },
  4769. "CanarySettings": {
  4770. "type": "structure",
  4771. "members": {
  4772. "PercentTraffic": {
  4773. "type": "double"
  4774. },
  4775. "DeploymentId": {},
  4776. "StageVariableOverrides": {
  4777. "shape": "S1k"
  4778. },
  4779. "UseStageCache": {
  4780. "type": "boolean"
  4781. }
  4782. }
  4783. },
  4784. "TracingEnabled": {
  4785. "type": "boolean"
  4786. },
  4787. "CreatedDate": {},
  4788. "LastUpdatedDate": {},
  4789. "WebAclArn": {}
  4790. }
  4791. },
  4792. "AwsApiGatewayRestApi": {
  4793. "type": "structure",
  4794. "members": {
  4795. "Id": {},
  4796. "Name": {},
  4797. "Description": {},
  4798. "CreatedDate": {},
  4799. "Version": {},
  4800. "BinaryMediaTypes": {
  4801. "shape": "S4v"
  4802. },
  4803. "MinimumCompressionSize": {
  4804. "type": "integer"
  4805. },
  4806. "ApiKeySource": {},
  4807. "EndpointConfiguration": {
  4808. "type": "structure",
  4809. "members": {
  4810. "Types": {
  4811. "shape": "S4v"
  4812. }
  4813. }
  4814. }
  4815. }
  4816. },
  4817. "AwsCloudTrailTrail": {
  4818. "type": "structure",
  4819. "members": {
  4820. "CloudWatchLogsLogGroupArn": {},
  4821. "CloudWatchLogsRoleArn": {},
  4822. "HasCustomEventSelectors": {
  4823. "type": "boolean"
  4824. },
  4825. "HomeRegion": {},
  4826. "IncludeGlobalServiceEvents": {
  4827. "type": "boolean"
  4828. },
  4829. "IsMultiRegionTrail": {
  4830. "type": "boolean"
  4831. },
  4832. "IsOrganizationTrail": {
  4833. "type": "boolean"
  4834. },
  4835. "KmsKeyId": {},
  4836. "LogFileValidationEnabled": {
  4837. "type": "boolean"
  4838. },
  4839. "Name": {},
  4840. "S3BucketName": {},
  4841. "S3KeyPrefix": {},
  4842. "SnsTopicArn": {},
  4843. "SnsTopicName": {},
  4844. "TrailArn": {}
  4845. }
  4846. },
  4847. "AwsSsmPatchCompliance": {
  4848. "type": "structure",
  4849. "members": {
  4850. "Patch": {
  4851. "type": "structure",
  4852. "members": {
  4853. "ComplianceSummary": {
  4854. "type": "structure",
  4855. "members": {
  4856. "Status": {},
  4857. "CompliantCriticalCount": {
  4858. "type": "integer"
  4859. },
  4860. "CompliantHighCount": {
  4861. "type": "integer"
  4862. },
  4863. "CompliantMediumCount": {
  4864. "type": "integer"
  4865. },
  4866. "ExecutionType": {},
  4867. "NonCompliantCriticalCount": {
  4868. "type": "integer"
  4869. },
  4870. "CompliantInformationalCount": {
  4871. "type": "integer"
  4872. },
  4873. "NonCompliantInformationalCount": {
  4874. "type": "integer"
  4875. },
  4876. "CompliantUnspecifiedCount": {
  4877. "type": "integer"
  4878. },
  4879. "NonCompliantLowCount": {
  4880. "type": "integer"
  4881. },
  4882. "NonCompliantHighCount": {
  4883. "type": "integer"
  4884. },
  4885. "CompliantLowCount": {
  4886. "type": "integer"
  4887. },
  4888. "ComplianceType": {},
  4889. "PatchBaselineId": {},
  4890. "OverallSeverity": {},
  4891. "NonCompliantMediumCount": {
  4892. "type": "integer"
  4893. },
  4894. "NonCompliantUnspecifiedCount": {
  4895. "type": "integer"
  4896. },
  4897. "PatchGroup": {}
  4898. }
  4899. }
  4900. }
  4901. }
  4902. }
  4903. },
  4904. "AwsCertificateManagerCertificate": {
  4905. "type": "structure",
  4906. "members": {
  4907. "CertificateAuthorityArn": {},
  4908. "CreatedAt": {},
  4909. "DomainName": {},
  4910. "DomainValidationOptions": {
  4911. "shape": "S9t"
  4912. },
  4913. "ExtendedKeyUsages": {
  4914. "type": "list",
  4915. "member": {
  4916. "type": "structure",
  4917. "members": {
  4918. "Name": {},
  4919. "OId": {}
  4920. }
  4921. }
  4922. },
  4923. "FailureReason": {},
  4924. "ImportedAt": {},
  4925. "InUseBy": {
  4926. "shape": "S23"
  4927. },
  4928. "IssuedAt": {},
  4929. "Issuer": {},
  4930. "KeyAlgorithm": {},
  4931. "KeyUsages": {
  4932. "type": "list",
  4933. "member": {
  4934. "type": "structure",
  4935. "members": {
  4936. "Name": {}
  4937. }
  4938. }
  4939. },
  4940. "NotAfter": {},
  4941. "NotBefore": {},
  4942. "Options": {
  4943. "type": "structure",
  4944. "members": {
  4945. "CertificateTransparencyLoggingPreference": {}
  4946. }
  4947. },
  4948. "RenewalEligibility": {},
  4949. "RenewalSummary": {
  4950. "type": "structure",
  4951. "members": {
  4952. "DomainValidationOptions": {
  4953. "shape": "S9t"
  4954. },
  4955. "RenewalStatus": {},
  4956. "RenewalStatusReason": {},
  4957. "UpdatedAt": {}
  4958. }
  4959. },
  4960. "Serial": {},
  4961. "SignatureAlgorithm": {},
  4962. "Status": {},
  4963. "Subject": {},
  4964. "SubjectAlternativeNames": {
  4965. "shape": "S23"
  4966. },
  4967. "Type": {}
  4968. }
  4969. },
  4970. "AwsRedshiftCluster": {
  4971. "type": "structure",
  4972. "members": {
  4973. "AllowVersionUpgrade": {
  4974. "type": "boolean"
  4975. },
  4976. "AutomatedSnapshotRetentionPeriod": {
  4977. "type": "integer"
  4978. },
  4979. "AvailabilityZone": {},
  4980. "ClusterAvailabilityStatus": {},
  4981. "ClusterCreateTime": {},
  4982. "ClusterIdentifier": {},
  4983. "ClusterNodes": {
  4984. "type": "list",
  4985. "member": {
  4986. "type": "structure",
  4987. "members": {
  4988. "NodeRole": {},
  4989. "PrivateIpAddress": {},
  4990. "PublicIpAddress": {}
  4991. }
  4992. }
  4993. },
  4994. "ClusterParameterGroups": {
  4995. "type": "list",
  4996. "member": {
  4997. "type": "structure",
  4998. "members": {
  4999. "ClusterParameterStatusList": {
  5000. "type": "list",
  5001. "member": {
  5002. "type": "structure",
  5003. "members": {
  5004. "ParameterName": {},
  5005. "ParameterApplyStatus": {},
  5006. "ParameterApplyErrorDescription": {}
  5007. }
  5008. }
  5009. },
  5010. "ParameterApplyStatus": {},
  5011. "ParameterGroupName": {}
  5012. }
  5013. }
  5014. },
  5015. "ClusterPublicKey": {},
  5016. "ClusterRevisionNumber": {},
  5017. "ClusterSecurityGroups": {
  5018. "type": "list",
  5019. "member": {
  5020. "type": "structure",
  5021. "members": {
  5022. "ClusterSecurityGroupName": {},
  5023. "Status": {}
  5024. }
  5025. }
  5026. },
  5027. "ClusterSnapshotCopyStatus": {
  5028. "type": "structure",
  5029. "members": {
  5030. "DestinationRegion": {},
  5031. "ManualSnapshotRetentionPeriod": {
  5032. "type": "integer"
  5033. },
  5034. "RetentionPeriod": {
  5035. "type": "integer"
  5036. },
  5037. "SnapshotCopyGrantName": {}
  5038. }
  5039. },
  5040. "ClusterStatus": {},
  5041. "ClusterSubnetGroupName": {},
  5042. "ClusterVersion": {},
  5043. "DBName": {},
  5044. "DeferredMaintenanceWindows": {
  5045. "type": "list",
  5046. "member": {
  5047. "type": "structure",
  5048. "members": {
  5049. "DeferMaintenanceEndTime": {},
  5050. "DeferMaintenanceIdentifier": {},
  5051. "DeferMaintenanceStartTime": {}
  5052. }
  5053. }
  5054. },
  5055. "ElasticIpStatus": {
  5056. "type": "structure",
  5057. "members": {
  5058. "ElasticIp": {},
  5059. "Status": {}
  5060. }
  5061. },
  5062. "ElasticResizeNumberOfNodeOptions": {},
  5063. "Encrypted": {
  5064. "type": "boolean"
  5065. },
  5066. "Endpoint": {
  5067. "type": "structure",
  5068. "members": {
  5069. "Address": {},
  5070. "Port": {
  5071. "type": "integer"
  5072. }
  5073. }
  5074. },
  5075. "EnhancedVpcRouting": {
  5076. "type": "boolean"
  5077. },
  5078. "ExpectedNextSnapshotScheduleTime": {},
  5079. "ExpectedNextSnapshotScheduleTimeStatus": {},
  5080. "HsmStatus": {
  5081. "type": "structure",
  5082. "members": {
  5083. "HsmClientCertificateIdentifier": {},
  5084. "HsmConfigurationIdentifier": {},
  5085. "Status": {}
  5086. }
  5087. },
  5088. "IamRoles": {
  5089. "type": "list",
  5090. "member": {
  5091. "type": "structure",
  5092. "members": {
  5093. "ApplyStatus": {},
  5094. "IamRoleArn": {}
  5095. }
  5096. }
  5097. },
  5098. "KmsKeyId": {},
  5099. "MaintenanceTrackName": {},
  5100. "ManualSnapshotRetentionPeriod": {
  5101. "type": "integer"
  5102. },
  5103. "MasterUsername": {},
  5104. "NextMaintenanceWindowStartTime": {},
  5105. "NodeType": {},
  5106. "NumberOfNodes": {
  5107. "type": "integer"
  5108. },
  5109. "PendingActions": {
  5110. "shape": "S23"
  5111. },
  5112. "PendingModifiedValues": {
  5113. "type": "structure",
  5114. "members": {
  5115. "AutomatedSnapshotRetentionPeriod": {
  5116. "type": "integer"
  5117. },
  5118. "ClusterIdentifier": {},
  5119. "ClusterType": {},
  5120. "ClusterVersion": {},
  5121. "EncryptionType": {},
  5122. "EnhancedVpcRouting": {
  5123. "type": "boolean"
  5124. },
  5125. "MaintenanceTrackName": {},
  5126. "MasterUserPassword": {},
  5127. "NodeType": {},
  5128. "NumberOfNodes": {
  5129. "type": "integer"
  5130. },
  5131. "PubliclyAccessible": {
  5132. "type": "boolean"
  5133. }
  5134. }
  5135. },
  5136. "PreferredMaintenanceWindow": {},
  5137. "PubliclyAccessible": {
  5138. "type": "boolean"
  5139. },
  5140. "ResizeInfo": {
  5141. "type": "structure",
  5142. "members": {
  5143. "AllowCancelResize": {
  5144. "type": "boolean"
  5145. },
  5146. "ResizeType": {}
  5147. }
  5148. },
  5149. "RestoreStatus": {
  5150. "type": "structure",
  5151. "members": {
  5152. "CurrentRestoreRateInMegaBytesPerSecond": {
  5153. "type": "double"
  5154. },
  5155. "ElapsedTimeInSeconds": {
  5156. "type": "long"
  5157. },
  5158. "EstimatedTimeToCompletionInSeconds": {
  5159. "type": "long"
  5160. },
  5161. "ProgressInMegaBytes": {
  5162. "type": "long"
  5163. },
  5164. "SnapshotSizeInMegaBytes": {
  5165. "type": "long"
  5166. },
  5167. "Status": {}
  5168. }
  5169. },
  5170. "SnapshotScheduleIdentifier": {},
  5171. "SnapshotScheduleState": {},
  5172. "VpcId": {},
  5173. "VpcSecurityGroups": {
  5174. "type": "list",
  5175. "member": {
  5176. "type": "structure",
  5177. "members": {
  5178. "Status": {},
  5179. "VpcSecurityGroupId": {}
  5180. }
  5181. }
  5182. },
  5183. "LoggingStatus": {
  5184. "type": "structure",
  5185. "members": {
  5186. "BucketName": {},
  5187. "LastFailureMessage": {},
  5188. "LastFailureTime": {},
  5189. "LastSuccessfulDeliveryTime": {},
  5190. "LoggingEnabled": {
  5191. "type": "boolean"
  5192. },
  5193. "S3KeyPrefix": {}
  5194. }
  5195. }
  5196. }
  5197. },
  5198. "AwsElbLoadBalancer": {
  5199. "type": "structure",
  5200. "members": {
  5201. "AvailabilityZones": {
  5202. "shape": "S23"
  5203. },
  5204. "BackendServerDescriptions": {
  5205. "type": "list",
  5206. "member": {
  5207. "type": "structure",
  5208. "members": {
  5209. "InstancePort": {
  5210. "type": "integer"
  5211. },
  5212. "PolicyNames": {
  5213. "shape": "S23"
  5214. }
  5215. }
  5216. }
  5217. },
  5218. "CanonicalHostedZoneName": {},
  5219. "CanonicalHostedZoneNameID": {},
  5220. "CreatedTime": {},
  5221. "DnsName": {},
  5222. "HealthCheck": {
  5223. "type": "structure",
  5224. "members": {
  5225. "HealthyThreshold": {
  5226. "type": "integer"
  5227. },
  5228. "Interval": {
  5229. "type": "integer"
  5230. },
  5231. "Target": {},
  5232. "Timeout": {
  5233. "type": "integer"
  5234. },
  5235. "UnhealthyThreshold": {
  5236. "type": "integer"
  5237. }
  5238. }
  5239. },
  5240. "Instances": {
  5241. "type": "list",
  5242. "member": {
  5243. "type": "structure",
  5244. "members": {
  5245. "InstanceId": {}
  5246. }
  5247. }
  5248. },
  5249. "ListenerDescriptions": {
  5250. "type": "list",
  5251. "member": {
  5252. "type": "structure",
  5253. "members": {
  5254. "Listener": {
  5255. "type": "structure",
  5256. "members": {
  5257. "InstancePort": {
  5258. "type": "integer"
  5259. },
  5260. "InstanceProtocol": {},
  5261. "LoadBalancerPort": {
  5262. "type": "integer"
  5263. },
  5264. "Protocol": {},
  5265. "SslCertificateId": {}
  5266. }
  5267. },
  5268. "PolicyNames": {
  5269. "shape": "S23"
  5270. }
  5271. }
  5272. }
  5273. },
  5274. "LoadBalancerAttributes": {
  5275. "type": "structure",
  5276. "members": {
  5277. "AccessLog": {
  5278. "type": "structure",
  5279. "members": {
  5280. "EmitInterval": {
  5281. "type": "integer"
  5282. },
  5283. "Enabled": {
  5284. "type": "boolean"
  5285. },
  5286. "S3BucketName": {},
  5287. "S3BucketPrefix": {}
  5288. }
  5289. },
  5290. "ConnectionDraining": {
  5291. "type": "structure",
  5292. "members": {
  5293. "Enabled": {
  5294. "type": "boolean"
  5295. },
  5296. "Timeout": {
  5297. "type": "integer"
  5298. }
  5299. }
  5300. },
  5301. "ConnectionSettings": {
  5302. "type": "structure",
  5303. "members": {
  5304. "IdleTimeout": {
  5305. "type": "integer"
  5306. }
  5307. }
  5308. },
  5309. "CrossZoneLoadBalancing": {
  5310. "type": "structure",
  5311. "members": {
  5312. "Enabled": {
  5313. "type": "boolean"
  5314. }
  5315. }
  5316. },
  5317. "AdditionalAttributes": {
  5318. "type": "list",
  5319. "member": {
  5320. "type": "structure",
  5321. "members": {
  5322. "Key": {},
  5323. "Value": {}
  5324. }
  5325. }
  5326. }
  5327. }
  5328. },
  5329. "LoadBalancerName": {},
  5330. "Policies": {
  5331. "type": "structure",
  5332. "members": {
  5333. "AppCookieStickinessPolicies": {
  5334. "type": "list",
  5335. "member": {
  5336. "type": "structure",
  5337. "members": {
  5338. "CookieName": {},
  5339. "PolicyName": {}
  5340. }
  5341. }
  5342. },
  5343. "LbCookieStickinessPolicies": {
  5344. "type": "list",
  5345. "member": {
  5346. "type": "structure",
  5347. "members": {
  5348. "CookieExpirationPeriod": {
  5349. "type": "long"
  5350. },
  5351. "PolicyName": {}
  5352. }
  5353. }
  5354. },
  5355. "OtherPolicies": {
  5356. "shape": "S23"
  5357. }
  5358. }
  5359. },
  5360. "Scheme": {},
  5361. "SecurityGroups": {
  5362. "shape": "S23"
  5363. },
  5364. "SourceSecurityGroup": {
  5365. "type": "structure",
  5366. "members": {
  5367. "GroupName": {},
  5368. "OwnerAlias": {}
  5369. }
  5370. },
  5371. "Subnets": {
  5372. "shape": "S23"
  5373. },
  5374. "VpcId": {}
  5375. }
  5376. },
  5377. "AwsIamGroup": {
  5378. "type": "structure",
  5379. "members": {
  5380. "AttachedManagedPolicies": {
  5381. "shape": "S8k"
  5382. },
  5383. "CreateDate": {},
  5384. "GroupId": {},
  5385. "GroupName": {},
  5386. "GroupPolicyList": {
  5387. "type": "list",
  5388. "member": {
  5389. "type": "structure",
  5390. "members": {
  5391. "PolicyName": {}
  5392. }
  5393. }
  5394. },
  5395. "Path": {}
  5396. }
  5397. },
  5398. "AwsIamRole": {
  5399. "type": "structure",
  5400. "members": {
  5401. "AssumeRolePolicyDocument": {},
  5402. "AttachedManagedPolicies": {
  5403. "shape": "S8k"
  5404. },
  5405. "CreateDate": {},
  5406. "InstanceProfileList": {
  5407. "type": "list",
  5408. "member": {
  5409. "type": "structure",
  5410. "members": {
  5411. "Arn": {},
  5412. "CreateDate": {},
  5413. "InstanceProfileId": {},
  5414. "InstanceProfileName": {},
  5415. "Path": {},
  5416. "Roles": {
  5417. "type": "list",
  5418. "member": {
  5419. "type": "structure",
  5420. "members": {
  5421. "Arn": {},
  5422. "AssumeRolePolicyDocument": {},
  5423. "CreateDate": {},
  5424. "Path": {},
  5425. "RoleId": {},
  5426. "RoleName": {}
  5427. }
  5428. }
  5429. }
  5430. }
  5431. }
  5432. },
  5433. "PermissionsBoundary": {
  5434. "shape": "S8m"
  5435. },
  5436. "RoleId": {},
  5437. "RoleName": {},
  5438. "RolePolicyList": {
  5439. "type": "list",
  5440. "member": {
  5441. "type": "structure",
  5442. "members": {
  5443. "PolicyName": {}
  5444. }
  5445. }
  5446. },
  5447. "MaxSessionDuration": {
  5448. "type": "integer"
  5449. },
  5450. "Path": {}
  5451. }
  5452. },
  5453. "AwsKmsKey": {
  5454. "type": "structure",
  5455. "members": {
  5456. "AWSAccountId": {},
  5457. "CreationDate": {
  5458. "type": "double"
  5459. },
  5460. "KeyId": {},
  5461. "KeyManager": {},
  5462. "KeyState": {},
  5463. "Origin": {},
  5464. "Description": {},
  5465. "KeyRotationStatus": {
  5466. "type": "boolean"
  5467. }
  5468. }
  5469. },
  5470. "AwsLambdaFunction": {
  5471. "type": "structure",
  5472. "members": {
  5473. "Code": {
  5474. "type": "structure",
  5475. "members": {
  5476. "S3Bucket": {},
  5477. "S3Key": {},
  5478. "S3ObjectVersion": {},
  5479. "ZipFile": {}
  5480. }
  5481. },
  5482. "CodeSha256": {},
  5483. "DeadLetterConfig": {
  5484. "type": "structure",
  5485. "members": {
  5486. "TargetArn": {}
  5487. }
  5488. },
  5489. "Environment": {
  5490. "type": "structure",
  5491. "members": {
  5492. "Variables": {
  5493. "shape": "S1k"
  5494. },
  5495. "Error": {
  5496. "type": "structure",
  5497. "members": {
  5498. "ErrorCode": {},
  5499. "Message": {}
  5500. }
  5501. }
  5502. }
  5503. },
  5504. "FunctionName": {},
  5505. "Handler": {},
  5506. "KmsKeyArn": {},
  5507. "LastModified": {},
  5508. "Layers": {
  5509. "type": "list",
  5510. "member": {
  5511. "type": "structure",
  5512. "members": {
  5513. "Arn": {},
  5514. "CodeSize": {
  5515. "type": "integer"
  5516. }
  5517. }
  5518. }
  5519. },
  5520. "MasterArn": {},
  5521. "MemorySize": {
  5522. "type": "integer"
  5523. },
  5524. "RevisionId": {},
  5525. "Role": {},
  5526. "Runtime": {},
  5527. "Timeout": {
  5528. "type": "integer"
  5529. },
  5530. "TracingConfig": {
  5531. "type": "structure",
  5532. "members": {
  5533. "Mode": {}
  5534. }
  5535. },
  5536. "VpcConfig": {
  5537. "type": "structure",
  5538. "members": {
  5539. "SecurityGroupIds": {
  5540. "shape": "S4v"
  5541. },
  5542. "SubnetIds": {
  5543. "shape": "S4v"
  5544. },
  5545. "VpcId": {}
  5546. }
  5547. },
  5548. "Version": {},
  5549. "Architectures": {
  5550. "shape": "S4v"
  5551. },
  5552. "PackageType": {}
  5553. }
  5554. },
  5555. "AwsLambdaLayerVersion": {
  5556. "type": "structure",
  5557. "members": {
  5558. "Version": {
  5559. "type": "long"
  5560. },
  5561. "CompatibleRuntimes": {
  5562. "shape": "S4v"
  5563. },
  5564. "CreatedDate": {}
  5565. }
  5566. },
  5567. "AwsRdsDbInstance": {
  5568. "type": "structure",
  5569. "members": {
  5570. "AssociatedRoles": {
  5571. "type": "list",
  5572. "member": {
  5573. "type": "structure",
  5574. "members": {
  5575. "RoleArn": {},
  5576. "FeatureName": {},
  5577. "Status": {}
  5578. }
  5579. }
  5580. },
  5581. "CACertificateIdentifier": {},
  5582. "DBClusterIdentifier": {},
  5583. "DBInstanceIdentifier": {},
  5584. "DBInstanceClass": {},
  5585. "DbInstancePort": {
  5586. "type": "integer"
  5587. },
  5588. "DbiResourceId": {},
  5589. "DBName": {},
  5590. "DeletionProtection": {
  5591. "type": "boolean"
  5592. },
  5593. "Endpoint": {
  5594. "shape": "Sc1"
  5595. },
  5596. "Engine": {},
  5597. "EngineVersion": {},
  5598. "IAMDatabaseAuthenticationEnabled": {
  5599. "type": "boolean"
  5600. },
  5601. "InstanceCreateTime": {},
  5602. "KmsKeyId": {},
  5603. "PubliclyAccessible": {
  5604. "type": "boolean"
  5605. },
  5606. "StorageEncrypted": {
  5607. "type": "boolean"
  5608. },
  5609. "TdeCredentialArn": {},
  5610. "VpcSecurityGroups": {
  5611. "shape": "Sc2"
  5612. },
  5613. "MultiAz": {
  5614. "type": "boolean"
  5615. },
  5616. "EnhancedMonitoringResourceArn": {},
  5617. "DbInstanceStatus": {},
  5618. "MasterUsername": {},
  5619. "AllocatedStorage": {
  5620. "type": "integer"
  5621. },
  5622. "PreferredBackupWindow": {},
  5623. "BackupRetentionPeriod": {
  5624. "type": "integer"
  5625. },
  5626. "DbSecurityGroups": {
  5627. "shape": "S23"
  5628. },
  5629. "DbParameterGroups": {
  5630. "type": "list",
  5631. "member": {
  5632. "type": "structure",
  5633. "members": {
  5634. "DbParameterGroupName": {},
  5635. "ParameterApplyStatus": {}
  5636. }
  5637. }
  5638. },
  5639. "AvailabilityZone": {},
  5640. "DbSubnetGroup": {
  5641. "type": "structure",
  5642. "members": {
  5643. "DbSubnetGroupName": {},
  5644. "DbSubnetGroupDescription": {},
  5645. "VpcId": {},
  5646. "SubnetGroupStatus": {},
  5647. "Subnets": {
  5648. "type": "list",
  5649. "member": {
  5650. "type": "structure",
  5651. "members": {
  5652. "SubnetIdentifier": {},
  5653. "SubnetAvailabilityZone": {
  5654. "type": "structure",
  5655. "members": {
  5656. "Name": {}
  5657. }
  5658. },
  5659. "SubnetStatus": {}
  5660. }
  5661. }
  5662. },
  5663. "DbSubnetGroupArn": {}
  5664. }
  5665. },
  5666. "PreferredMaintenanceWindow": {},
  5667. "PendingModifiedValues": {
  5668. "type": "structure",
  5669. "members": {
  5670. "DbInstanceClass": {},
  5671. "AllocatedStorage": {
  5672. "type": "integer"
  5673. },
  5674. "MasterUserPassword": {},
  5675. "Port": {
  5676. "type": "integer"
  5677. },
  5678. "BackupRetentionPeriod": {
  5679. "type": "integer"
  5680. },
  5681. "MultiAZ": {
  5682. "type": "boolean"
  5683. },
  5684. "EngineVersion": {},
  5685. "LicenseModel": {},
  5686. "Iops": {
  5687. "type": "integer"
  5688. },
  5689. "DbInstanceIdentifier": {},
  5690. "StorageType": {},
  5691. "CaCertificateIdentifier": {},
  5692. "DbSubnetGroupName": {},
  5693. "PendingCloudWatchLogsExports": {
  5694. "type": "structure",
  5695. "members": {
  5696. "LogTypesToEnable": {
  5697. "shape": "S23"
  5698. },
  5699. "LogTypesToDisable": {
  5700. "shape": "S23"
  5701. }
  5702. }
  5703. },
  5704. "ProcessorFeatures": {
  5705. "shape": "Scc"
  5706. }
  5707. }
  5708. },
  5709. "LatestRestorableTime": {},
  5710. "AutoMinorVersionUpgrade": {
  5711. "type": "boolean"
  5712. },
  5713. "ReadReplicaSourceDBInstanceIdentifier": {},
  5714. "ReadReplicaDBInstanceIdentifiers": {
  5715. "shape": "S23"
  5716. },
  5717. "ReadReplicaDBClusterIdentifiers": {
  5718. "shape": "S23"
  5719. },
  5720. "LicenseModel": {},
  5721. "Iops": {
  5722. "type": "integer"
  5723. },
  5724. "OptionGroupMemberships": {
  5725. "type": "list",
  5726. "member": {
  5727. "type": "structure",
  5728. "members": {
  5729. "OptionGroupName": {},
  5730. "Status": {}
  5731. }
  5732. }
  5733. },
  5734. "CharacterSetName": {},
  5735. "SecondaryAvailabilityZone": {},
  5736. "StatusInfos": {
  5737. "type": "list",
  5738. "member": {
  5739. "type": "structure",
  5740. "members": {
  5741. "StatusType": {},
  5742. "Normal": {
  5743. "type": "boolean"
  5744. },
  5745. "Status": {},
  5746. "Message": {}
  5747. }
  5748. }
  5749. },
  5750. "StorageType": {},
  5751. "DomainMemberships": {
  5752. "shape": "Sci"
  5753. },
  5754. "CopyTagsToSnapshot": {
  5755. "type": "boolean"
  5756. },
  5757. "MonitoringInterval": {
  5758. "type": "integer"
  5759. },
  5760. "MonitoringRoleArn": {},
  5761. "PromotionTier": {
  5762. "type": "integer"
  5763. },
  5764. "Timezone": {},
  5765. "PerformanceInsightsEnabled": {
  5766. "type": "boolean"
  5767. },
  5768. "PerformanceInsightsKmsKeyId": {},
  5769. "PerformanceInsightsRetentionPeriod": {
  5770. "type": "integer"
  5771. },
  5772. "EnabledCloudWatchLogsExports": {
  5773. "shape": "S23"
  5774. },
  5775. "ProcessorFeatures": {
  5776. "shape": "Scc"
  5777. },
  5778. "ListenerEndpoint": {
  5779. "shape": "Sc1"
  5780. },
  5781. "MaxAllocatedStorage": {
  5782. "type": "integer"
  5783. }
  5784. }
  5785. },
  5786. "AwsSnsTopic": {
  5787. "type": "structure",
  5788. "members": {
  5789. "KmsMasterKeyId": {},
  5790. "Subscription": {
  5791. "type": "list",
  5792. "member": {
  5793. "type": "structure",
  5794. "members": {
  5795. "Endpoint": {},
  5796. "Protocol": {}
  5797. }
  5798. }
  5799. },
  5800. "TopicName": {},
  5801. "Owner": {},
  5802. "SqsSuccessFeedbackRoleArn": {},
  5803. "SqsFailureFeedbackRoleArn": {},
  5804. "ApplicationSuccessFeedbackRoleArn": {},
  5805. "FirehoseSuccessFeedbackRoleArn": {},
  5806. "FirehoseFailureFeedbackRoleArn": {},
  5807. "HttpSuccessFeedbackRoleArn": {},
  5808. "HttpFailureFeedbackRoleArn": {}
  5809. }
  5810. },
  5811. "AwsSqsQueue": {
  5812. "type": "structure",
  5813. "members": {
  5814. "KmsDataKeyReusePeriodSeconds": {
  5815. "type": "integer"
  5816. },
  5817. "KmsMasterKeyId": {},
  5818. "QueueName": {},
  5819. "DeadLetterTargetArn": {}
  5820. }
  5821. },
  5822. "AwsWafWebAcl": {
  5823. "type": "structure",
  5824. "members": {
  5825. "Name": {},
  5826. "DefaultAction": {},
  5827. "Rules": {
  5828. "type": "list",
  5829. "member": {
  5830. "type": "structure",
  5831. "members": {
  5832. "Action": {
  5833. "type": "structure",
  5834. "members": {
  5835. "Type": {}
  5836. }
  5837. },
  5838. "ExcludedRules": {
  5839. "type": "list",
  5840. "member": {
  5841. "type": "structure",
  5842. "members": {
  5843. "RuleId": {}
  5844. }
  5845. }
  5846. },
  5847. "OverrideAction": {
  5848. "type": "structure",
  5849. "members": {
  5850. "Type": {}
  5851. }
  5852. },
  5853. "Priority": {
  5854. "type": "integer"
  5855. },
  5856. "RuleId": {},
  5857. "Type": {}
  5858. }
  5859. }
  5860. },
  5861. "WebAclId": {}
  5862. }
  5863. },
  5864. "AwsRdsDbSnapshot": {
  5865. "type": "structure",
  5866. "members": {
  5867. "DbSnapshotIdentifier": {},
  5868. "DbInstanceIdentifier": {},
  5869. "SnapshotCreateTime": {},
  5870. "Engine": {},
  5871. "AllocatedStorage": {
  5872. "type": "integer"
  5873. },
  5874. "Status": {},
  5875. "Port": {
  5876. "type": "integer"
  5877. },
  5878. "AvailabilityZone": {},
  5879. "VpcId": {},
  5880. "InstanceCreateTime": {},
  5881. "MasterUsername": {},
  5882. "EngineVersion": {},
  5883. "LicenseModel": {},
  5884. "SnapshotType": {},
  5885. "Iops": {
  5886. "type": "integer"
  5887. },
  5888. "OptionGroupName": {},
  5889. "PercentProgress": {
  5890. "type": "integer"
  5891. },
  5892. "SourceRegion": {},
  5893. "SourceDbSnapshotIdentifier": {},
  5894. "StorageType": {},
  5895. "TdeCredentialArn": {},
  5896. "Encrypted": {
  5897. "type": "boolean"
  5898. },
  5899. "KmsKeyId": {},
  5900. "Timezone": {},
  5901. "IamDatabaseAuthenticationEnabled": {
  5902. "type": "boolean"
  5903. },
  5904. "ProcessorFeatures": {
  5905. "shape": "Scc"
  5906. },
  5907. "DbiResourceId": {}
  5908. }
  5909. },
  5910. "AwsRdsDbClusterSnapshot": {
  5911. "type": "structure",
  5912. "members": {
  5913. "AvailabilityZones": {
  5914. "shape": "S23"
  5915. },
  5916. "SnapshotCreateTime": {},
  5917. "Engine": {},
  5918. "AllocatedStorage": {
  5919. "type": "integer"
  5920. },
  5921. "Status": {},
  5922. "Port": {
  5923. "type": "integer"
  5924. },
  5925. "VpcId": {},
  5926. "ClusterCreateTime": {},
  5927. "MasterUsername": {},
  5928. "EngineVersion": {},
  5929. "LicenseModel": {},
  5930. "SnapshotType": {},
  5931. "PercentProgress": {
  5932. "type": "integer"
  5933. },
  5934. "StorageEncrypted": {
  5935. "type": "boolean"
  5936. },
  5937. "KmsKeyId": {},
  5938. "DbClusterIdentifier": {},
  5939. "DbClusterSnapshotIdentifier": {},
  5940. "IamDatabaseAuthenticationEnabled": {
  5941. "type": "boolean"
  5942. },
  5943. "DbClusterSnapshotAttributes": {
  5944. "type": "list",
  5945. "member": {
  5946. "type": "structure",
  5947. "members": {
  5948. "AttributeName": {},
  5949. "AttributeValues": {
  5950. "shape": "S4v"
  5951. }
  5952. }
  5953. }
  5954. }
  5955. }
  5956. },
  5957. "AwsRdsDbCluster": {
  5958. "type": "structure",
  5959. "members": {
  5960. "AllocatedStorage": {
  5961. "type": "integer"
  5962. },
  5963. "AvailabilityZones": {
  5964. "shape": "S23"
  5965. },
  5966. "BackupRetentionPeriod": {
  5967. "type": "integer"
  5968. },
  5969. "DatabaseName": {},
  5970. "Status": {},
  5971. "Endpoint": {},
  5972. "ReaderEndpoint": {},
  5973. "CustomEndpoints": {
  5974. "shape": "S23"
  5975. },
  5976. "MultiAz": {
  5977. "type": "boolean"
  5978. },
  5979. "Engine": {},
  5980. "EngineVersion": {},
  5981. "Port": {
  5982. "type": "integer"
  5983. },
  5984. "MasterUsername": {},
  5985. "PreferredBackupWindow": {},
  5986. "PreferredMaintenanceWindow": {},
  5987. "ReadReplicaIdentifiers": {
  5988. "shape": "S23"
  5989. },
  5990. "VpcSecurityGroups": {
  5991. "shape": "Sc2"
  5992. },
  5993. "HostedZoneId": {},
  5994. "StorageEncrypted": {
  5995. "type": "boolean"
  5996. },
  5997. "KmsKeyId": {},
  5998. "DbClusterResourceId": {},
  5999. "AssociatedRoles": {
  6000. "type": "list",
  6001. "member": {
  6002. "type": "structure",
  6003. "members": {
  6004. "RoleArn": {},
  6005. "Status": {}
  6006. }
  6007. }
  6008. },
  6009. "ClusterCreateTime": {},
  6010. "EnabledCloudWatchLogsExports": {
  6011. "shape": "S23"
  6012. },
  6013. "EngineMode": {},
  6014. "DeletionProtection": {
  6015. "type": "boolean"
  6016. },
  6017. "HttpEndpointEnabled": {
  6018. "type": "boolean"
  6019. },
  6020. "ActivityStreamStatus": {},
  6021. "CopyTagsToSnapshot": {
  6022. "type": "boolean"
  6023. },
  6024. "CrossAccountClone": {
  6025. "type": "boolean"
  6026. },
  6027. "DomainMemberships": {
  6028. "shape": "Sci"
  6029. },
  6030. "DbClusterParameterGroup": {},
  6031. "DbSubnetGroup": {},
  6032. "DbClusterOptionGroupMemberships": {
  6033. "type": "list",
  6034. "member": {
  6035. "type": "structure",
  6036. "members": {
  6037. "DbClusterOptionGroupName": {},
  6038. "Status": {}
  6039. }
  6040. }
  6041. },
  6042. "DbClusterIdentifier": {},
  6043. "DbClusterMembers": {
  6044. "type": "list",
  6045. "member": {
  6046. "type": "structure",
  6047. "members": {
  6048. "IsClusterWriter": {
  6049. "type": "boolean"
  6050. },
  6051. "PromotionTier": {
  6052. "type": "integer"
  6053. },
  6054. "DbInstanceIdentifier": {},
  6055. "DbClusterParameterGroupStatus": {}
  6056. }
  6057. }
  6058. },
  6059. "IamDatabaseAuthenticationEnabled": {
  6060. "type": "boolean"
  6061. },
  6062. "AutoMinorVersionUpgrade": {
  6063. "type": "boolean"
  6064. }
  6065. }
  6066. },
  6067. "AwsEcsCluster": {
  6068. "type": "structure",
  6069. "members": {
  6070. "ClusterArn": {},
  6071. "ActiveServicesCount": {
  6072. "type": "integer"
  6073. },
  6074. "CapacityProviders": {
  6075. "shape": "S4v"
  6076. },
  6077. "ClusterSettings": {
  6078. "type": "list",
  6079. "member": {
  6080. "type": "structure",
  6081. "members": {
  6082. "Name": {},
  6083. "Value": {}
  6084. }
  6085. }
  6086. },
  6087. "Configuration": {
  6088. "type": "structure",
  6089. "members": {
  6090. "ExecuteCommandConfiguration": {
  6091. "type": "structure",
  6092. "members": {
  6093. "KmsKeyId": {},
  6094. "LogConfiguration": {
  6095. "type": "structure",
  6096. "members": {
  6097. "CloudWatchEncryptionEnabled": {
  6098. "type": "boolean"
  6099. },
  6100. "CloudWatchLogGroupName": {},
  6101. "S3BucketName": {},
  6102. "S3EncryptionEnabled": {
  6103. "type": "boolean"
  6104. },
  6105. "S3KeyPrefix": {}
  6106. }
  6107. },
  6108. "Logging": {}
  6109. }
  6110. }
  6111. }
  6112. },
  6113. "DefaultCapacityProviderStrategy": {
  6114. "type": "list",
  6115. "member": {
  6116. "type": "structure",
  6117. "members": {
  6118. "Base": {
  6119. "type": "integer"
  6120. },
  6121. "CapacityProvider": {},
  6122. "Weight": {
  6123. "type": "integer"
  6124. }
  6125. }
  6126. }
  6127. },
  6128. "ClusterName": {},
  6129. "RegisteredContainerInstancesCount": {
  6130. "type": "integer"
  6131. },
  6132. "RunningTasksCount": {
  6133. "type": "integer"
  6134. },
  6135. "Status": {}
  6136. }
  6137. },
  6138. "AwsEcsContainer": {
  6139. "shape": "Sde"
  6140. },
  6141. "AwsEcsTaskDefinition": {
  6142. "type": "structure",
  6143. "members": {
  6144. "ContainerDefinitions": {
  6145. "type": "list",
  6146. "member": {
  6147. "type": "structure",
  6148. "members": {
  6149. "Command": {
  6150. "shape": "S4v"
  6151. },
  6152. "Cpu": {
  6153. "type": "integer"
  6154. },
  6155. "DependsOn": {
  6156. "type": "list",
  6157. "member": {
  6158. "type": "structure",
  6159. "members": {
  6160. "Condition": {},
  6161. "ContainerName": {}
  6162. }
  6163. }
  6164. },
  6165. "DisableNetworking": {
  6166. "type": "boolean"
  6167. },
  6168. "DnsSearchDomains": {
  6169. "shape": "S4v"
  6170. },
  6171. "DnsServers": {
  6172. "shape": "S4v"
  6173. },
  6174. "DockerLabels": {
  6175. "shape": "S1k"
  6176. },
  6177. "DockerSecurityOptions": {
  6178. "shape": "S4v"
  6179. },
  6180. "EntryPoint": {
  6181. "shape": "S4v"
  6182. },
  6183. "Environment": {
  6184. "type": "list",
  6185. "member": {
  6186. "type": "structure",
  6187. "members": {
  6188. "Name": {},
  6189. "Value": {}
  6190. }
  6191. }
  6192. },
  6193. "EnvironmentFiles": {
  6194. "type": "list",
  6195. "member": {
  6196. "type": "structure",
  6197. "members": {
  6198. "Type": {},
  6199. "Value": {}
  6200. }
  6201. }
  6202. },
  6203. "Essential": {
  6204. "type": "boolean"
  6205. },
  6206. "ExtraHosts": {
  6207. "type": "list",
  6208. "member": {
  6209. "type": "structure",
  6210. "members": {
  6211. "Hostname": {},
  6212. "IpAddress": {}
  6213. }
  6214. }
  6215. },
  6216. "FirelensConfiguration": {
  6217. "type": "structure",
  6218. "members": {
  6219. "Options": {
  6220. "shape": "S1k"
  6221. },
  6222. "Type": {}
  6223. }
  6224. },
  6225. "HealthCheck": {
  6226. "type": "structure",
  6227. "members": {
  6228. "Command": {
  6229. "shape": "S4v"
  6230. },
  6231. "Interval": {
  6232. "type": "integer"
  6233. },
  6234. "Retries": {
  6235. "type": "integer"
  6236. },
  6237. "StartPeriod": {
  6238. "type": "integer"
  6239. },
  6240. "Timeout": {
  6241. "type": "integer"
  6242. }
  6243. }
  6244. },
  6245. "Hostname": {},
  6246. "Image": {},
  6247. "Interactive": {
  6248. "type": "boolean"
  6249. },
  6250. "Links": {
  6251. "shape": "S4v"
  6252. },
  6253. "LinuxParameters": {
  6254. "type": "structure",
  6255. "members": {
  6256. "Capabilities": {
  6257. "type": "structure",
  6258. "members": {
  6259. "Add": {
  6260. "shape": "S4v"
  6261. },
  6262. "Drop": {
  6263. "shape": "S4v"
  6264. }
  6265. }
  6266. },
  6267. "Devices": {
  6268. "type": "list",
  6269. "member": {
  6270. "type": "structure",
  6271. "members": {
  6272. "ContainerPath": {},
  6273. "HostPath": {},
  6274. "Permissions": {
  6275. "shape": "S4v"
  6276. }
  6277. }
  6278. }
  6279. },
  6280. "InitProcessEnabled": {
  6281. "type": "boolean"
  6282. },
  6283. "MaxSwap": {
  6284. "type": "integer"
  6285. },
  6286. "SharedMemorySize": {
  6287. "type": "integer"
  6288. },
  6289. "Swappiness": {
  6290. "type": "integer"
  6291. },
  6292. "Tmpfs": {
  6293. "type": "list",
  6294. "member": {
  6295. "type": "structure",
  6296. "members": {
  6297. "ContainerPath": {},
  6298. "MountOptions": {
  6299. "shape": "S4v"
  6300. },
  6301. "Size": {
  6302. "type": "integer"
  6303. }
  6304. }
  6305. }
  6306. }
  6307. }
  6308. },
  6309. "LogConfiguration": {
  6310. "type": "structure",
  6311. "members": {
  6312. "LogDriver": {},
  6313. "Options": {
  6314. "shape": "S1k"
  6315. },
  6316. "SecretOptions": {
  6317. "type": "list",
  6318. "member": {
  6319. "type": "structure",
  6320. "members": {
  6321. "Name": {},
  6322. "ValueFrom": {}
  6323. }
  6324. }
  6325. }
  6326. }
  6327. },
  6328. "Memory": {
  6329. "type": "integer"
  6330. },
  6331. "MemoryReservation": {
  6332. "type": "integer"
  6333. },
  6334. "MountPoints": {
  6335. "type": "list",
  6336. "member": {
  6337. "type": "structure",
  6338. "members": {
  6339. "ContainerPath": {},
  6340. "ReadOnly": {
  6341. "type": "boolean"
  6342. },
  6343. "SourceVolume": {}
  6344. }
  6345. }
  6346. },
  6347. "Name": {},
  6348. "PortMappings": {
  6349. "type": "list",
  6350. "member": {
  6351. "type": "structure",
  6352. "members": {
  6353. "ContainerPort": {
  6354. "type": "integer"
  6355. },
  6356. "HostPort": {
  6357. "type": "integer"
  6358. },
  6359. "Protocol": {}
  6360. }
  6361. }
  6362. },
  6363. "Privileged": {
  6364. "type": "boolean"
  6365. },
  6366. "PseudoTerminal": {
  6367. "type": "boolean"
  6368. },
  6369. "ReadonlyRootFilesystem": {
  6370. "type": "boolean"
  6371. },
  6372. "RepositoryCredentials": {
  6373. "type": "structure",
  6374. "members": {
  6375. "CredentialsParameter": {}
  6376. }
  6377. },
  6378. "ResourceRequirements": {
  6379. "type": "list",
  6380. "member": {
  6381. "type": "structure",
  6382. "members": {
  6383. "Type": {},
  6384. "Value": {}
  6385. }
  6386. }
  6387. },
  6388. "Secrets": {
  6389. "type": "list",
  6390. "member": {
  6391. "type": "structure",
  6392. "members": {
  6393. "Name": {},
  6394. "ValueFrom": {}
  6395. }
  6396. }
  6397. },
  6398. "StartTimeout": {
  6399. "type": "integer"
  6400. },
  6401. "StopTimeout": {
  6402. "type": "integer"
  6403. },
  6404. "SystemControls": {
  6405. "type": "list",
  6406. "member": {
  6407. "type": "structure",
  6408. "members": {
  6409. "Namespace": {},
  6410. "Value": {}
  6411. }
  6412. }
  6413. },
  6414. "Ulimits": {
  6415. "type": "list",
  6416. "member": {
  6417. "type": "structure",
  6418. "members": {
  6419. "HardLimit": {
  6420. "type": "integer"
  6421. },
  6422. "Name": {},
  6423. "SoftLimit": {
  6424. "type": "integer"
  6425. }
  6426. }
  6427. }
  6428. },
  6429. "User": {},
  6430. "VolumesFrom": {
  6431. "type": "list",
  6432. "member": {
  6433. "type": "structure",
  6434. "members": {
  6435. "ReadOnly": {
  6436. "type": "boolean"
  6437. },
  6438. "SourceContainer": {}
  6439. }
  6440. }
  6441. },
  6442. "WorkingDirectory": {}
  6443. }
  6444. }
  6445. },
  6446. "Cpu": {},
  6447. "ExecutionRoleArn": {},
  6448. "Family": {},
  6449. "InferenceAccelerators": {
  6450. "type": "list",
  6451. "member": {
  6452. "type": "structure",
  6453. "members": {
  6454. "DeviceName": {},
  6455. "DeviceType": {}
  6456. }
  6457. }
  6458. },
  6459. "IpcMode": {},
  6460. "Memory": {},
  6461. "NetworkMode": {},
  6462. "PidMode": {},
  6463. "PlacementConstraints": {
  6464. "type": "list",
  6465. "member": {
  6466. "type": "structure",
  6467. "members": {
  6468. "Expression": {},
  6469. "Type": {}
  6470. }
  6471. }
  6472. },
  6473. "ProxyConfiguration": {
  6474. "type": "structure",
  6475. "members": {
  6476. "ContainerName": {},
  6477. "ProxyConfigurationProperties": {
  6478. "type": "list",
  6479. "member": {
  6480. "type": "structure",
  6481. "members": {
  6482. "Name": {},
  6483. "Value": {}
  6484. }
  6485. }
  6486. },
  6487. "Type": {}
  6488. }
  6489. },
  6490. "RequiresCompatibilities": {
  6491. "shape": "S4v"
  6492. },
  6493. "TaskRoleArn": {},
  6494. "Volumes": {
  6495. "type": "list",
  6496. "member": {
  6497. "type": "structure",
  6498. "members": {
  6499. "DockerVolumeConfiguration": {
  6500. "type": "structure",
  6501. "members": {
  6502. "Autoprovision": {
  6503. "type": "boolean"
  6504. },
  6505. "Driver": {},
  6506. "DriverOpts": {
  6507. "shape": "S1k"
  6508. },
  6509. "Labels": {
  6510. "shape": "S1k"
  6511. },
  6512. "Scope": {}
  6513. }
  6514. },
  6515. "EfsVolumeConfiguration": {
  6516. "type": "structure",
  6517. "members": {
  6518. "AuthorizationConfig": {
  6519. "type": "structure",
  6520. "members": {
  6521. "AccessPointId": {},
  6522. "Iam": {}
  6523. }
  6524. },
  6525. "FilesystemId": {},
  6526. "RootDirectory": {},
  6527. "TransitEncryption": {},
  6528. "TransitEncryptionPort": {
  6529. "type": "integer"
  6530. }
  6531. }
  6532. },
  6533. "Host": {
  6534. "type": "structure",
  6535. "members": {
  6536. "SourcePath": {}
  6537. }
  6538. },
  6539. "Name": {}
  6540. }
  6541. }
  6542. },
  6543. "Status": {}
  6544. }
  6545. },
  6546. "Container": {
  6547. "type": "structure",
  6548. "members": {
  6549. "ContainerRuntime": {},
  6550. "Name": {},
  6551. "ImageId": {},
  6552. "ImageName": {},
  6553. "LaunchedAt": {},
  6554. "VolumeMounts": {
  6555. "type": "list",
  6556. "member": {
  6557. "type": "structure",
  6558. "members": {
  6559. "Name": {},
  6560. "MountPath": {}
  6561. }
  6562. }
  6563. },
  6564. "Privileged": {
  6565. "type": "boolean"
  6566. }
  6567. }
  6568. },
  6569. "Other": {
  6570. "shape": "S1k"
  6571. },
  6572. "AwsRdsEventSubscription": {
  6573. "type": "structure",
  6574. "members": {
  6575. "CustSubscriptionId": {},
  6576. "CustomerAwsId": {},
  6577. "Enabled": {
  6578. "type": "boolean"
  6579. },
  6580. "EventCategoriesList": {
  6581. "shape": "S4v"
  6582. },
  6583. "EventSubscriptionArn": {},
  6584. "SnsTopicArn": {},
  6585. "SourceIdsList": {
  6586. "shape": "S4v"
  6587. },
  6588. "SourceType": {},
  6589. "Status": {},
  6590. "SubscriptionCreationTime": {}
  6591. }
  6592. },
  6593. "AwsEcsService": {
  6594. "type": "structure",
  6595. "members": {
  6596. "CapacityProviderStrategy": {
  6597. "type": "list",
  6598. "member": {
  6599. "type": "structure",
  6600. "members": {
  6601. "Base": {
  6602. "type": "integer"
  6603. },
  6604. "CapacityProvider": {},
  6605. "Weight": {
  6606. "type": "integer"
  6607. }
  6608. }
  6609. }
  6610. },
  6611. "Cluster": {},
  6612. "DeploymentConfiguration": {
  6613. "type": "structure",
  6614. "members": {
  6615. "DeploymentCircuitBreaker": {
  6616. "type": "structure",
  6617. "members": {
  6618. "Enable": {
  6619. "type": "boolean"
  6620. },
  6621. "Rollback": {
  6622. "type": "boolean"
  6623. }
  6624. }
  6625. },
  6626. "MaximumPercent": {
  6627. "type": "integer"
  6628. },
  6629. "MinimumHealthyPercent": {
  6630. "type": "integer"
  6631. }
  6632. }
  6633. },
  6634. "DeploymentController": {
  6635. "type": "structure",
  6636. "members": {
  6637. "Type": {}
  6638. }
  6639. },
  6640. "DesiredCount": {
  6641. "type": "integer"
  6642. },
  6643. "EnableEcsManagedTags": {
  6644. "type": "boolean"
  6645. },
  6646. "EnableExecuteCommand": {
  6647. "type": "boolean"
  6648. },
  6649. "HealthCheckGracePeriodSeconds": {
  6650. "type": "integer"
  6651. },
  6652. "LaunchType": {},
  6653. "LoadBalancers": {
  6654. "type": "list",
  6655. "member": {
  6656. "type": "structure",
  6657. "members": {
  6658. "ContainerName": {},
  6659. "ContainerPort": {
  6660. "type": "integer"
  6661. },
  6662. "LoadBalancerName": {},
  6663. "TargetGroupArn": {}
  6664. }
  6665. }
  6666. },
  6667. "Name": {},
  6668. "NetworkConfiguration": {
  6669. "type": "structure",
  6670. "members": {
  6671. "AwsVpcConfiguration": {
  6672. "type": "structure",
  6673. "members": {
  6674. "AssignPublicIp": {},
  6675. "SecurityGroups": {
  6676. "shape": "S4v"
  6677. },
  6678. "Subnets": {
  6679. "shape": "S4v"
  6680. }
  6681. }
  6682. }
  6683. }
  6684. },
  6685. "PlacementConstraints": {
  6686. "type": "list",
  6687. "member": {
  6688. "type": "structure",
  6689. "members": {
  6690. "Expression": {},
  6691. "Type": {}
  6692. }
  6693. }
  6694. },
  6695. "PlacementStrategies": {
  6696. "type": "list",
  6697. "member": {
  6698. "type": "structure",
  6699. "members": {
  6700. "Field": {},
  6701. "Type": {}
  6702. }
  6703. }
  6704. },
  6705. "PlatformVersion": {},
  6706. "PropagateTags": {},
  6707. "Role": {},
  6708. "SchedulingStrategy": {},
  6709. "ServiceArn": {},
  6710. "ServiceName": {},
  6711. "ServiceRegistries": {
  6712. "type": "list",
  6713. "member": {
  6714. "type": "structure",
  6715. "members": {
  6716. "ContainerName": {},
  6717. "ContainerPort": {
  6718. "type": "integer"
  6719. },
  6720. "Port": {
  6721. "type": "integer"
  6722. },
  6723. "RegistryArn": {}
  6724. }
  6725. }
  6726. },
  6727. "TaskDefinition": {}
  6728. }
  6729. },
  6730. "AwsAutoScalingLaunchConfiguration": {
  6731. "type": "structure",
  6732. "members": {
  6733. "AssociatePublicIpAddress": {
  6734. "type": "boolean"
  6735. },
  6736. "BlockDeviceMappings": {
  6737. "type": "list",
  6738. "member": {
  6739. "type": "structure",
  6740. "members": {
  6741. "DeviceName": {},
  6742. "Ebs": {
  6743. "type": "structure",
  6744. "members": {
  6745. "DeleteOnTermination": {
  6746. "type": "boolean"
  6747. },
  6748. "Encrypted": {
  6749. "type": "boolean"
  6750. },
  6751. "Iops": {
  6752. "type": "integer"
  6753. },
  6754. "SnapshotId": {},
  6755. "VolumeSize": {
  6756. "type": "integer"
  6757. },
  6758. "VolumeType": {}
  6759. }
  6760. },
  6761. "NoDevice": {
  6762. "type": "boolean"
  6763. },
  6764. "VirtualName": {}
  6765. }
  6766. }
  6767. },
  6768. "ClassicLinkVpcId": {},
  6769. "ClassicLinkVpcSecurityGroups": {
  6770. "shape": "S4v"
  6771. },
  6772. "CreatedTime": {},
  6773. "EbsOptimized": {
  6774. "type": "boolean"
  6775. },
  6776. "IamInstanceProfile": {},
  6777. "ImageId": {},
  6778. "InstanceMonitoring": {
  6779. "type": "structure",
  6780. "members": {
  6781. "Enabled": {
  6782. "type": "boolean"
  6783. }
  6784. }
  6785. },
  6786. "InstanceType": {},
  6787. "KernelId": {},
  6788. "KeyName": {},
  6789. "LaunchConfigurationName": {},
  6790. "PlacementTenancy": {},
  6791. "RamdiskId": {},
  6792. "SecurityGroups": {
  6793. "shape": "S4v"
  6794. },
  6795. "SpotPrice": {},
  6796. "UserData": {},
  6797. "MetadataOptions": {
  6798. "type": "structure",
  6799. "members": {
  6800. "HttpEndpoint": {},
  6801. "HttpPutResponseHopLimit": {
  6802. "type": "integer"
  6803. },
  6804. "HttpTokens": {}
  6805. }
  6806. }
  6807. }
  6808. },
  6809. "AwsEc2VpnConnection": {
  6810. "type": "structure",
  6811. "members": {
  6812. "VpnConnectionId": {},
  6813. "State": {},
  6814. "CustomerGatewayId": {},
  6815. "CustomerGatewayConfiguration": {},
  6816. "Type": {},
  6817. "VpnGatewayId": {},
  6818. "Category": {},
  6819. "VgwTelemetry": {
  6820. "type": "list",
  6821. "member": {
  6822. "type": "structure",
  6823. "members": {
  6824. "AcceptedRouteCount": {
  6825. "type": "integer"
  6826. },
  6827. "CertificateArn": {},
  6828. "LastStatusChange": {},
  6829. "OutsideIpAddress": {},
  6830. "Status": {},
  6831. "StatusMessage": {}
  6832. }
  6833. }
  6834. },
  6835. "Options": {
  6836. "type": "structure",
  6837. "members": {
  6838. "StaticRoutesOnly": {
  6839. "type": "boolean"
  6840. },
  6841. "TunnelOptions": {
  6842. "type": "list",
  6843. "member": {
  6844. "type": "structure",
  6845. "members": {
  6846. "DpdTimeoutSeconds": {
  6847. "type": "integer"
  6848. },
  6849. "IkeVersions": {
  6850. "shape": "S4v"
  6851. },
  6852. "OutsideIpAddress": {},
  6853. "Phase1DhGroupNumbers": {
  6854. "shape": "S2e"
  6855. },
  6856. "Phase1EncryptionAlgorithms": {
  6857. "shape": "S4v"
  6858. },
  6859. "Phase1IntegrityAlgorithms": {
  6860. "shape": "S4v"
  6861. },
  6862. "Phase1LifetimeSeconds": {
  6863. "type": "integer"
  6864. },
  6865. "Phase2DhGroupNumbers": {
  6866. "shape": "S2e"
  6867. },
  6868. "Phase2EncryptionAlgorithms": {
  6869. "shape": "S4v"
  6870. },
  6871. "Phase2IntegrityAlgorithms": {
  6872. "shape": "S4v"
  6873. },
  6874. "Phase2LifetimeSeconds": {
  6875. "type": "integer"
  6876. },
  6877. "PreSharedKey": {},
  6878. "RekeyFuzzPercentage": {
  6879. "type": "integer"
  6880. },
  6881. "RekeyMarginTimeSeconds": {
  6882. "type": "integer"
  6883. },
  6884. "ReplayWindowSize": {
  6885. "type": "integer"
  6886. },
  6887. "TunnelInsideCidr": {}
  6888. }
  6889. }
  6890. }
  6891. }
  6892. },
  6893. "Routes": {
  6894. "type": "list",
  6895. "member": {
  6896. "type": "structure",
  6897. "members": {
  6898. "DestinationCidrBlock": {},
  6899. "State": {}
  6900. }
  6901. }
  6902. },
  6903. "TransitGatewayId": {}
  6904. }
  6905. },
  6906. "AwsEcrContainerImage": {
  6907. "type": "structure",
  6908. "members": {
  6909. "RegistryId": {},
  6910. "RepositoryName": {},
  6911. "Architecture": {},
  6912. "ImageDigest": {},
  6913. "ImageTags": {
  6914. "shape": "S4v"
  6915. },
  6916. "ImagePublishedAt": {}
  6917. }
  6918. },
  6919. "AwsOpenSearchServiceDomain": {
  6920. "type": "structure",
  6921. "members": {
  6922. "Arn": {},
  6923. "AccessPolicies": {},
  6924. "DomainName": {},
  6925. "Id": {},
  6926. "DomainEndpoint": {},
  6927. "EngineVersion": {},
  6928. "EncryptionAtRestOptions": {
  6929. "type": "structure",
  6930. "members": {
  6931. "Enabled": {
  6932. "type": "boolean"
  6933. },
  6934. "KmsKeyId": {}
  6935. }
  6936. },
  6937. "NodeToNodeEncryptionOptions": {
  6938. "type": "structure",
  6939. "members": {
  6940. "Enabled": {
  6941. "type": "boolean"
  6942. }
  6943. }
  6944. },
  6945. "ServiceSoftwareOptions": {
  6946. "type": "structure",
  6947. "members": {
  6948. "AutomatedUpdateDate": {},
  6949. "Cancellable": {
  6950. "type": "boolean"
  6951. },
  6952. "CurrentVersion": {},
  6953. "Description": {},
  6954. "NewVersion": {},
  6955. "UpdateAvailable": {
  6956. "type": "boolean"
  6957. },
  6958. "UpdateStatus": {},
  6959. "OptionalDeployment": {
  6960. "type": "boolean"
  6961. }
  6962. }
  6963. },
  6964. "ClusterConfig": {
  6965. "type": "structure",
  6966. "members": {
  6967. "InstanceCount": {
  6968. "type": "integer"
  6969. },
  6970. "WarmEnabled": {
  6971. "type": "boolean"
  6972. },
  6973. "WarmCount": {
  6974. "type": "integer"
  6975. },
  6976. "DedicatedMasterEnabled": {
  6977. "type": "boolean"
  6978. },
  6979. "ZoneAwarenessConfig": {
  6980. "type": "structure",
  6981. "members": {
  6982. "AvailabilityZoneCount": {
  6983. "type": "integer"
  6984. }
  6985. }
  6986. },
  6987. "DedicatedMasterCount": {
  6988. "type": "integer"
  6989. },
  6990. "InstanceType": {},
  6991. "WarmType": {},
  6992. "ZoneAwarenessEnabled": {
  6993. "type": "boolean"
  6994. },
  6995. "DedicatedMasterType": {}
  6996. }
  6997. },
  6998. "DomainEndpointOptions": {
  6999. "type": "structure",
  7000. "members": {
  7001. "CustomEndpointCertificateArn": {},
  7002. "CustomEndpointEnabled": {
  7003. "type": "boolean"
  7004. },
  7005. "EnforceHTTPS": {
  7006. "type": "boolean"
  7007. },
  7008. "CustomEndpoint": {},
  7009. "TLSSecurityPolicy": {}
  7010. }
  7011. },
  7012. "VpcOptions": {
  7013. "type": "structure",
  7014. "members": {
  7015. "SecurityGroupIds": {
  7016. "shape": "S4v"
  7017. },
  7018. "SubnetIds": {
  7019. "shape": "S4v"
  7020. }
  7021. }
  7022. },
  7023. "LogPublishingOptions": {
  7024. "type": "structure",
  7025. "members": {
  7026. "IndexSlowLogs": {
  7027. "shape": "Sg3"
  7028. },
  7029. "SearchSlowLogs": {
  7030. "shape": "Sg3"
  7031. },
  7032. "AuditLogs": {
  7033. "shape": "Sg3"
  7034. }
  7035. }
  7036. },
  7037. "DomainEndpoints": {
  7038. "shape": "S1k"
  7039. },
  7040. "AdvancedSecurityOptions": {
  7041. "type": "structure",
  7042. "members": {
  7043. "Enabled": {
  7044. "type": "boolean"
  7045. },
  7046. "InternalUserDatabaseEnabled": {
  7047. "type": "boolean"
  7048. },
  7049. "MasterUserOptions": {
  7050. "type": "structure",
  7051. "members": {
  7052. "MasterUserArn": {},
  7053. "MasterUserName": {},
  7054. "MasterUserPassword": {}
  7055. }
  7056. }
  7057. }
  7058. }
  7059. }
  7060. },
  7061. "AwsEc2VpcEndpointService": {
  7062. "type": "structure",
  7063. "members": {
  7064. "AcceptanceRequired": {
  7065. "type": "boolean"
  7066. },
  7067. "AvailabilityZones": {
  7068. "shape": "S4v"
  7069. },
  7070. "BaseEndpointDnsNames": {
  7071. "shape": "S4v"
  7072. },
  7073. "ManagesVpcEndpoints": {
  7074. "type": "boolean"
  7075. },
  7076. "GatewayLoadBalancerArns": {
  7077. "shape": "S4v"
  7078. },
  7079. "NetworkLoadBalancerArns": {
  7080. "shape": "S4v"
  7081. },
  7082. "PrivateDnsName": {},
  7083. "ServiceId": {},
  7084. "ServiceName": {},
  7085. "ServiceState": {},
  7086. "ServiceType": {
  7087. "type": "list",
  7088. "member": {
  7089. "type": "structure",
  7090. "members": {
  7091. "ServiceType": {}
  7092. }
  7093. }
  7094. }
  7095. }
  7096. },
  7097. "AwsXrayEncryptionConfig": {
  7098. "type": "structure",
  7099. "members": {
  7100. "KeyId": {},
  7101. "Status": {},
  7102. "Type": {}
  7103. }
  7104. },
  7105. "AwsWafRateBasedRule": {
  7106. "type": "structure",
  7107. "members": {
  7108. "MetricName": {},
  7109. "Name": {},
  7110. "RateKey": {},
  7111. "RateLimit": {
  7112. "type": "long"
  7113. },
  7114. "RuleId": {},
  7115. "MatchPredicates": {
  7116. "type": "list",
  7117. "member": {
  7118. "type": "structure",
  7119. "members": {
  7120. "DataId": {},
  7121. "Negated": {
  7122. "type": "boolean"
  7123. },
  7124. "Type": {}
  7125. }
  7126. }
  7127. }
  7128. }
  7129. },
  7130. "AwsWafRegionalRateBasedRule": {
  7131. "type": "structure",
  7132. "members": {
  7133. "MetricName": {},
  7134. "Name": {},
  7135. "RateKey": {},
  7136. "RateLimit": {
  7137. "type": "long"
  7138. },
  7139. "RuleId": {},
  7140. "MatchPredicates": {
  7141. "type": "list",
  7142. "member": {
  7143. "type": "structure",
  7144. "members": {
  7145. "DataId": {},
  7146. "Negated": {
  7147. "type": "boolean"
  7148. },
  7149. "Type": {}
  7150. }
  7151. }
  7152. }
  7153. }
  7154. },
  7155. "AwsEcrRepository": {
  7156. "type": "structure",
  7157. "members": {
  7158. "Arn": {},
  7159. "ImageScanningConfiguration": {
  7160. "type": "structure",
  7161. "members": {
  7162. "ScanOnPush": {
  7163. "type": "boolean"
  7164. }
  7165. }
  7166. },
  7167. "ImageTagMutability": {},
  7168. "LifecyclePolicy": {
  7169. "type": "structure",
  7170. "members": {
  7171. "LifecyclePolicyText": {},
  7172. "RegistryId": {}
  7173. }
  7174. },
  7175. "RepositoryName": {},
  7176. "RepositoryPolicyText": {}
  7177. }
  7178. },
  7179. "AwsEksCluster": {
  7180. "type": "structure",
  7181. "members": {
  7182. "Arn": {},
  7183. "CertificateAuthorityData": {},
  7184. "ClusterStatus": {},
  7185. "Endpoint": {},
  7186. "Name": {},
  7187. "ResourcesVpcConfig": {
  7188. "type": "structure",
  7189. "members": {
  7190. "SecurityGroupIds": {
  7191. "shape": "S4v"
  7192. },
  7193. "SubnetIds": {
  7194. "shape": "S4v"
  7195. },
  7196. "EndpointPublicAccess": {
  7197. "type": "boolean"
  7198. }
  7199. }
  7200. },
  7201. "RoleArn": {},
  7202. "Version": {},
  7203. "Logging": {
  7204. "type": "structure",
  7205. "members": {
  7206. "ClusterLogging": {
  7207. "type": "list",
  7208. "member": {
  7209. "type": "structure",
  7210. "members": {
  7211. "Enabled": {
  7212. "type": "boolean"
  7213. },
  7214. "Types": {
  7215. "shape": "S4v"
  7216. }
  7217. }
  7218. }
  7219. }
  7220. }
  7221. }
  7222. }
  7223. },
  7224. "AwsNetworkFirewallFirewallPolicy": {
  7225. "type": "structure",
  7226. "members": {
  7227. "FirewallPolicy": {
  7228. "type": "structure",
  7229. "members": {
  7230. "StatefulRuleGroupReferences": {
  7231. "type": "list",
  7232. "member": {
  7233. "type": "structure",
  7234. "members": {
  7235. "ResourceArn": {}
  7236. }
  7237. }
  7238. },
  7239. "StatelessCustomActions": {
  7240. "type": "list",
  7241. "member": {
  7242. "type": "structure",
  7243. "members": {
  7244. "ActionDefinition": {
  7245. "shape": "Sgu"
  7246. },
  7247. "ActionName": {}
  7248. }
  7249. }
  7250. },
  7251. "StatelessDefaultActions": {
  7252. "shape": "S4v"
  7253. },
  7254. "StatelessFragmentDefaultActions": {
  7255. "shape": "S4v"
  7256. },
  7257. "StatelessRuleGroupReferences": {
  7258. "type": "list",
  7259. "member": {
  7260. "type": "structure",
  7261. "members": {
  7262. "Priority": {
  7263. "type": "integer"
  7264. },
  7265. "ResourceArn": {}
  7266. }
  7267. }
  7268. }
  7269. }
  7270. },
  7271. "FirewallPolicyArn": {},
  7272. "FirewallPolicyId": {},
  7273. "FirewallPolicyName": {},
  7274. "Description": {}
  7275. }
  7276. },
  7277. "AwsNetworkFirewallFirewall": {
  7278. "type": "structure",
  7279. "members": {
  7280. "DeleteProtection": {
  7281. "type": "boolean"
  7282. },
  7283. "Description": {},
  7284. "FirewallArn": {},
  7285. "FirewallId": {},
  7286. "FirewallName": {},
  7287. "FirewallPolicyArn": {},
  7288. "FirewallPolicyChangeProtection": {
  7289. "type": "boolean"
  7290. },
  7291. "SubnetChangeProtection": {
  7292. "type": "boolean"
  7293. },
  7294. "SubnetMappings": {
  7295. "type": "list",
  7296. "member": {
  7297. "type": "structure",
  7298. "members": {
  7299. "SubnetId": {}
  7300. }
  7301. }
  7302. },
  7303. "VpcId": {}
  7304. }
  7305. },
  7306. "AwsNetworkFirewallRuleGroup": {
  7307. "type": "structure",
  7308. "members": {
  7309. "Capacity": {
  7310. "type": "integer"
  7311. },
  7312. "Description": {},
  7313. "RuleGroup": {
  7314. "type": "structure",
  7315. "members": {
  7316. "RuleVariables": {
  7317. "type": "structure",
  7318. "members": {
  7319. "IpSets": {
  7320. "type": "structure",
  7321. "members": {
  7322. "Definition": {
  7323. "shape": "S4v"
  7324. }
  7325. }
  7326. },
  7327. "PortSets": {
  7328. "type": "structure",
  7329. "members": {
  7330. "Definition": {
  7331. "shape": "S4v"
  7332. }
  7333. }
  7334. }
  7335. }
  7336. },
  7337. "RulesSource": {
  7338. "type": "structure",
  7339. "members": {
  7340. "RulesSourceList": {
  7341. "type": "structure",
  7342. "members": {
  7343. "GeneratedRulesType": {},
  7344. "TargetTypes": {
  7345. "shape": "S4v"
  7346. },
  7347. "Targets": {
  7348. "shape": "S4v"
  7349. }
  7350. }
  7351. },
  7352. "RulesString": {},
  7353. "StatefulRules": {
  7354. "type": "list",
  7355. "member": {
  7356. "type": "structure",
  7357. "members": {
  7358. "Action": {},
  7359. "Header": {
  7360. "type": "structure",
  7361. "members": {
  7362. "Destination": {},
  7363. "DestinationPort": {},
  7364. "Direction": {},
  7365. "Protocol": {},
  7366. "Source": {},
  7367. "SourcePort": {}
  7368. }
  7369. },
  7370. "RuleOptions": {
  7371. "type": "list",
  7372. "member": {
  7373. "type": "structure",
  7374. "members": {
  7375. "Keyword": {},
  7376. "Settings": {
  7377. "type": "list",
  7378. "member": {}
  7379. }
  7380. }
  7381. }
  7382. }
  7383. }
  7384. }
  7385. },
  7386. "StatelessRulesAndCustomActions": {
  7387. "type": "structure",
  7388. "members": {
  7389. "CustomActions": {
  7390. "type": "list",
  7391. "member": {
  7392. "type": "structure",
  7393. "members": {
  7394. "ActionDefinition": {
  7395. "shape": "Sgu"
  7396. },
  7397. "ActionName": {}
  7398. }
  7399. }
  7400. },
  7401. "StatelessRules": {
  7402. "type": "list",
  7403. "member": {
  7404. "type": "structure",
  7405. "members": {
  7406. "Priority": {
  7407. "type": "integer"
  7408. },
  7409. "RuleDefinition": {
  7410. "type": "structure",
  7411. "members": {
  7412. "Actions": {
  7413. "shape": "S4v"
  7414. },
  7415. "MatchAttributes": {
  7416. "type": "structure",
  7417. "members": {
  7418. "DestinationPorts": {
  7419. "type": "list",
  7420. "member": {
  7421. "type": "structure",
  7422. "members": {
  7423. "FromPort": {
  7424. "type": "integer"
  7425. },
  7426. "ToPort": {
  7427. "type": "integer"
  7428. }
  7429. }
  7430. }
  7431. },
  7432. "Destinations": {
  7433. "type": "list",
  7434. "member": {
  7435. "type": "structure",
  7436. "members": {
  7437. "AddressDefinition": {}
  7438. }
  7439. }
  7440. },
  7441. "Protocols": {
  7442. "type": "list",
  7443. "member": {
  7444. "type": "integer"
  7445. }
  7446. },
  7447. "SourcePorts": {
  7448. "type": "list",
  7449. "member": {
  7450. "type": "structure",
  7451. "members": {
  7452. "FromPort": {
  7453. "type": "integer"
  7454. },
  7455. "ToPort": {
  7456. "type": "integer"
  7457. }
  7458. }
  7459. }
  7460. },
  7461. "Sources": {
  7462. "type": "list",
  7463. "member": {
  7464. "type": "structure",
  7465. "members": {
  7466. "AddressDefinition": {}
  7467. }
  7468. }
  7469. },
  7470. "TcpFlags": {
  7471. "type": "list",
  7472. "member": {
  7473. "type": "structure",
  7474. "members": {
  7475. "Flags": {
  7476. "shape": "S4v"
  7477. },
  7478. "Masks": {
  7479. "shape": "S4v"
  7480. }
  7481. }
  7482. }
  7483. }
  7484. }
  7485. }
  7486. }
  7487. }
  7488. }
  7489. }
  7490. }
  7491. }
  7492. }
  7493. }
  7494. }
  7495. }
  7496. },
  7497. "RuleGroupArn": {},
  7498. "RuleGroupId": {},
  7499. "RuleGroupName": {},
  7500. "Type": {}
  7501. }
  7502. },
  7503. "AwsRdsDbSecurityGroup": {
  7504. "type": "structure",
  7505. "members": {
  7506. "DbSecurityGroupArn": {},
  7507. "DbSecurityGroupDescription": {},
  7508. "DbSecurityGroupName": {},
  7509. "Ec2SecurityGroups": {
  7510. "type": "list",
  7511. "member": {
  7512. "type": "structure",
  7513. "members": {
  7514. "Ec2SecurityGroupId": {},
  7515. "Ec2SecurityGroupName": {},
  7516. "Ec2SecurityGroupOwnerId": {},
  7517. "Status": {}
  7518. }
  7519. }
  7520. },
  7521. "IpRanges": {
  7522. "type": "list",
  7523. "member": {
  7524. "type": "structure",
  7525. "members": {
  7526. "CidrIp": {},
  7527. "Status": {}
  7528. }
  7529. }
  7530. },
  7531. "OwnerId": {},
  7532. "VpcId": {}
  7533. }
  7534. },
  7535. "AwsKinesisStream": {
  7536. "type": "structure",
  7537. "members": {
  7538. "Name": {},
  7539. "Arn": {},
  7540. "StreamEncryption": {
  7541. "type": "structure",
  7542. "members": {
  7543. "EncryptionType": {},
  7544. "KeyId": {}
  7545. }
  7546. },
  7547. "ShardCount": {
  7548. "type": "integer"
  7549. },
  7550. "RetentionPeriodHours": {
  7551. "type": "integer"
  7552. }
  7553. }
  7554. },
  7555. "AwsEc2TransitGateway": {
  7556. "type": "structure",
  7557. "members": {
  7558. "Id": {},
  7559. "Description": {},
  7560. "DefaultRouteTablePropagation": {},
  7561. "AutoAcceptSharedAttachments": {},
  7562. "DefaultRouteTableAssociation": {},
  7563. "TransitGatewayCidrBlocks": {
  7564. "shape": "S4v"
  7565. },
  7566. "AssociationDefaultRouteTableId": {},
  7567. "PropagationDefaultRouteTableId": {},
  7568. "VpnEcmpSupport": {},
  7569. "DnsSupport": {},
  7570. "MulticastSupport": {},
  7571. "AmazonSideAsn": {
  7572. "type": "integer"
  7573. }
  7574. }
  7575. },
  7576. "AwsEfsAccessPoint": {
  7577. "type": "structure",
  7578. "members": {
  7579. "AccessPointId": {},
  7580. "Arn": {},
  7581. "ClientToken": {},
  7582. "FileSystemId": {},
  7583. "PosixUser": {
  7584. "type": "structure",
  7585. "members": {
  7586. "Gid": {},
  7587. "SecondaryGids": {
  7588. "shape": "S4v"
  7589. },
  7590. "Uid": {}
  7591. }
  7592. },
  7593. "RootDirectory": {
  7594. "type": "structure",
  7595. "members": {
  7596. "CreationInfo": {
  7597. "type": "structure",
  7598. "members": {
  7599. "OwnerGid": {},
  7600. "OwnerUid": {},
  7601. "Permissions": {}
  7602. }
  7603. },
  7604. "Path": {}
  7605. }
  7606. }
  7607. }
  7608. },
  7609. "AwsCloudFormationStack": {
  7610. "type": "structure",
  7611. "members": {
  7612. "Capabilities": {
  7613. "shape": "S4v"
  7614. },
  7615. "CreationTime": {},
  7616. "Description": {},
  7617. "DisableRollback": {
  7618. "type": "boolean"
  7619. },
  7620. "DriftInformation": {
  7621. "type": "structure",
  7622. "members": {
  7623. "StackDriftStatus": {}
  7624. }
  7625. },
  7626. "EnableTerminationProtection": {
  7627. "type": "boolean"
  7628. },
  7629. "LastUpdatedTime": {},
  7630. "NotificationArns": {
  7631. "shape": "S4v"
  7632. },
  7633. "Outputs": {
  7634. "type": "list",
  7635. "member": {
  7636. "type": "structure",
  7637. "members": {
  7638. "Description": {},
  7639. "OutputKey": {},
  7640. "OutputValue": {}
  7641. }
  7642. }
  7643. },
  7644. "RoleArn": {},
  7645. "StackId": {},
  7646. "StackName": {},
  7647. "StackStatus": {},
  7648. "StackStatusReason": {},
  7649. "TimeoutInMinutes": {
  7650. "type": "integer"
  7651. }
  7652. }
  7653. },
  7654. "AwsCloudWatchAlarm": {
  7655. "type": "structure",
  7656. "members": {
  7657. "ActionsEnabled": {
  7658. "type": "boolean"
  7659. },
  7660. "AlarmActions": {
  7661. "shape": "S4v"
  7662. },
  7663. "AlarmArn": {},
  7664. "AlarmConfigurationUpdatedTimestamp": {},
  7665. "AlarmDescription": {},
  7666. "AlarmName": {},
  7667. "ComparisonOperator": {},
  7668. "DatapointsToAlarm": {
  7669. "type": "integer"
  7670. },
  7671. "Dimensions": {
  7672. "type": "list",
  7673. "member": {
  7674. "type": "structure",
  7675. "members": {
  7676. "Name": {},
  7677. "Value": {}
  7678. }
  7679. }
  7680. },
  7681. "EvaluateLowSampleCountPercentile": {},
  7682. "EvaluationPeriods": {
  7683. "type": "integer"
  7684. },
  7685. "ExtendedStatistic": {},
  7686. "InsufficientDataActions": {
  7687. "shape": "S4v"
  7688. },
  7689. "MetricName": {},
  7690. "Namespace": {},
  7691. "OkActions": {
  7692. "shape": "S4v"
  7693. },
  7694. "Period": {
  7695. "type": "integer"
  7696. },
  7697. "Statistic": {},
  7698. "Threshold": {
  7699. "type": "double"
  7700. },
  7701. "ThresholdMetricId": {},
  7702. "TreatMissingData": {},
  7703. "Unit": {}
  7704. }
  7705. },
  7706. "AwsEc2VpcPeeringConnection": {
  7707. "type": "structure",
  7708. "members": {
  7709. "AccepterVpcInfo": {
  7710. "shape": "Sii"
  7711. },
  7712. "ExpirationTime": {},
  7713. "RequesterVpcInfo": {
  7714. "shape": "Sii"
  7715. },
  7716. "Status": {
  7717. "type": "structure",
  7718. "members": {
  7719. "Code": {},
  7720. "Message": {}
  7721. }
  7722. },
  7723. "VpcPeeringConnectionId": {}
  7724. }
  7725. },
  7726. "AwsWafRegionalRuleGroup": {
  7727. "type": "structure",
  7728. "members": {
  7729. "MetricName": {},
  7730. "Name": {},
  7731. "RuleGroupId": {},
  7732. "Rules": {
  7733. "type": "list",
  7734. "member": {
  7735. "type": "structure",
  7736. "members": {
  7737. "Action": {
  7738. "type": "structure",
  7739. "members": {
  7740. "Type": {}
  7741. }
  7742. },
  7743. "Priority": {
  7744. "type": "integer"
  7745. },
  7746. "RuleId": {},
  7747. "Type": {}
  7748. }
  7749. }
  7750. }
  7751. }
  7752. },
  7753. "AwsWafRegionalRule": {
  7754. "type": "structure",
  7755. "members": {
  7756. "MetricName": {},
  7757. "Name": {},
  7758. "PredicateList": {
  7759. "type": "list",
  7760. "member": {
  7761. "type": "structure",
  7762. "members": {
  7763. "DataId": {},
  7764. "Negated": {
  7765. "type": "boolean"
  7766. },
  7767. "Type": {}
  7768. }
  7769. }
  7770. },
  7771. "RuleId": {}
  7772. }
  7773. },
  7774. "AwsWafRegionalWebAcl": {
  7775. "type": "structure",
  7776. "members": {
  7777. "DefaultAction": {},
  7778. "MetricName": {},
  7779. "Name": {},
  7780. "RulesList": {
  7781. "type": "list",
  7782. "member": {
  7783. "type": "structure",
  7784. "members": {
  7785. "Action": {
  7786. "type": "structure",
  7787. "members": {
  7788. "Type": {}
  7789. }
  7790. },
  7791. "OverrideAction": {
  7792. "type": "structure",
  7793. "members": {
  7794. "Type": {}
  7795. }
  7796. },
  7797. "Priority": {
  7798. "type": "integer"
  7799. },
  7800. "RuleId": {},
  7801. "Type": {}
  7802. }
  7803. }
  7804. },
  7805. "WebAclId": {}
  7806. }
  7807. },
  7808. "AwsWafRule": {
  7809. "type": "structure",
  7810. "members": {
  7811. "MetricName": {},
  7812. "Name": {},
  7813. "PredicateList": {
  7814. "type": "list",
  7815. "member": {
  7816. "type": "structure",
  7817. "members": {
  7818. "DataId": {},
  7819. "Negated": {
  7820. "type": "boolean"
  7821. },
  7822. "Type": {}
  7823. }
  7824. }
  7825. },
  7826. "RuleId": {}
  7827. }
  7828. },
  7829. "AwsWafRuleGroup": {
  7830. "type": "structure",
  7831. "members": {
  7832. "MetricName": {},
  7833. "Name": {},
  7834. "RuleGroupId": {},
  7835. "Rules": {
  7836. "type": "list",
  7837. "member": {
  7838. "type": "structure",
  7839. "members": {
  7840. "Action": {
  7841. "type": "structure",
  7842. "members": {
  7843. "Type": {}
  7844. }
  7845. },
  7846. "Priority": {
  7847. "type": "integer"
  7848. },
  7849. "RuleId": {},
  7850. "Type": {}
  7851. }
  7852. }
  7853. }
  7854. }
  7855. },
  7856. "AwsEcsTask": {
  7857. "type": "structure",
  7858. "members": {
  7859. "ClusterArn": {},
  7860. "TaskDefinitionArn": {},
  7861. "Version": {},
  7862. "CreatedAt": {},
  7863. "StartedAt": {},
  7864. "StartedBy": {},
  7865. "Group": {},
  7866. "Volumes": {
  7867. "type": "list",
  7868. "member": {
  7869. "type": "structure",
  7870. "members": {
  7871. "Name": {},
  7872. "Host": {
  7873. "type": "structure",
  7874. "members": {
  7875. "SourcePath": {}
  7876. }
  7877. }
  7878. }
  7879. }
  7880. },
  7881. "Containers": {
  7882. "type": "list",
  7883. "member": {
  7884. "shape": "Sde"
  7885. }
  7886. }
  7887. }
  7888. },
  7889. "AwsBackupBackupVault": {
  7890. "type": "structure",
  7891. "members": {
  7892. "BackupVaultArn": {},
  7893. "BackupVaultName": {},
  7894. "EncryptionKeyArn": {},
  7895. "Notifications": {
  7896. "type": "structure",
  7897. "members": {
  7898. "BackupVaultEvents": {
  7899. "shape": "S4v"
  7900. },
  7901. "SnsTopicArn": {}
  7902. }
  7903. },
  7904. "AccessPolicy": {}
  7905. }
  7906. },
  7907. "AwsBackupBackupPlan": {
  7908. "type": "structure",
  7909. "members": {
  7910. "BackupPlan": {
  7911. "type": "structure",
  7912. "members": {
  7913. "BackupPlanName": {},
  7914. "AdvancedBackupSettings": {
  7915. "type": "list",
  7916. "member": {
  7917. "type": "structure",
  7918. "members": {
  7919. "BackupOptions": {
  7920. "shape": "S1k"
  7921. },
  7922. "ResourceType": {}
  7923. }
  7924. }
  7925. },
  7926. "BackupPlanRule": {
  7927. "type": "list",
  7928. "member": {
  7929. "type": "structure",
  7930. "members": {
  7931. "TargetBackupVault": {},
  7932. "StartWindowMinutes": {
  7933. "type": "long"
  7934. },
  7935. "ScheduleExpression": {},
  7936. "RuleName": {},
  7937. "RuleId": {},
  7938. "EnableContinuousBackup": {
  7939. "type": "boolean"
  7940. },
  7941. "CompletionWindowMinutes": {
  7942. "type": "long"
  7943. },
  7944. "CopyActions": {
  7945. "type": "list",
  7946. "member": {
  7947. "type": "structure",
  7948. "members": {
  7949. "DestinationBackupVaultArn": {},
  7950. "Lifecycle": {
  7951. "shape": "Sjn"
  7952. }
  7953. }
  7954. }
  7955. },
  7956. "Lifecycle": {
  7957. "shape": "Sjn"
  7958. }
  7959. }
  7960. }
  7961. }
  7962. }
  7963. },
  7964. "BackupPlanArn": {},
  7965. "BackupPlanId": {},
  7966. "VersionId": {}
  7967. }
  7968. },
  7969. "AwsBackupRecoveryPoint": {
  7970. "type": "structure",
  7971. "members": {
  7972. "BackupSizeInBytes": {
  7973. "type": "long"
  7974. },
  7975. "BackupVaultArn": {},
  7976. "BackupVaultName": {},
  7977. "CalculatedLifecycle": {
  7978. "type": "structure",
  7979. "members": {
  7980. "DeleteAt": {},
  7981. "MoveToColdStorageAt": {}
  7982. }
  7983. },
  7984. "CompletionDate": {},
  7985. "CreatedBy": {
  7986. "type": "structure",
  7987. "members": {
  7988. "BackupPlanArn": {},
  7989. "BackupPlanId": {},
  7990. "BackupPlanVersion": {},
  7991. "BackupRuleId": {}
  7992. }
  7993. },
  7994. "CreationDate": {},
  7995. "EncryptionKeyArn": {},
  7996. "IamRoleArn": {},
  7997. "IsEncrypted": {
  7998. "type": "boolean"
  7999. },
  8000. "LastRestoreTime": {},
  8001. "Lifecycle": {
  8002. "type": "structure",
  8003. "members": {
  8004. "DeleteAfterDays": {
  8005. "type": "long"
  8006. },
  8007. "MoveToColdStorageAfterDays": {
  8008. "type": "long"
  8009. }
  8010. }
  8011. },
  8012. "RecoveryPointArn": {},
  8013. "ResourceArn": {},
  8014. "ResourceType": {},
  8015. "SourceBackupVaultArn": {},
  8016. "Status": {},
  8017. "StatusMessage": {},
  8018. "StorageClass": {}
  8019. }
  8020. },
  8021. "AwsEc2LaunchTemplate": {
  8022. "type": "structure",
  8023. "members": {
  8024. "LaunchTemplateName": {},
  8025. "Id": {},
  8026. "LaunchTemplateData": {
  8027. "type": "structure",
  8028. "members": {
  8029. "BlockDeviceMappingSet": {
  8030. "type": "list",
  8031. "member": {
  8032. "type": "structure",
  8033. "members": {
  8034. "DeviceName": {},
  8035. "Ebs": {
  8036. "type": "structure",
  8037. "members": {
  8038. "DeleteOnTermination": {
  8039. "type": "boolean"
  8040. },
  8041. "Encrypted": {
  8042. "type": "boolean"
  8043. },
  8044. "Iops": {
  8045. "type": "integer"
  8046. },
  8047. "KmsKeyId": {},
  8048. "SnapshotId": {},
  8049. "Throughput": {
  8050. "type": "integer"
  8051. },
  8052. "VolumeSize": {
  8053. "type": "integer"
  8054. },
  8055. "VolumeType": {}
  8056. }
  8057. },
  8058. "NoDevice": {},
  8059. "VirtualName": {}
  8060. }
  8061. }
  8062. },
  8063. "CapacityReservationSpecification": {
  8064. "type": "structure",
  8065. "members": {
  8066. "CapacityReservationPreference": {},
  8067. "CapacityReservationTarget": {
  8068. "type": "structure",
  8069. "members": {
  8070. "CapacityReservationId": {},
  8071. "CapacityReservationResourceGroupArn": {}
  8072. }
  8073. }
  8074. }
  8075. },
  8076. "CpuOptions": {
  8077. "type": "structure",
  8078. "members": {
  8079. "CoreCount": {
  8080. "type": "integer"
  8081. },
  8082. "ThreadsPerCore": {
  8083. "type": "integer"
  8084. }
  8085. }
  8086. },
  8087. "CreditSpecification": {
  8088. "type": "structure",
  8089. "members": {
  8090. "CpuCredits": {}
  8091. }
  8092. },
  8093. "DisableApiStop": {
  8094. "type": "boolean"
  8095. },
  8096. "DisableApiTermination": {
  8097. "type": "boolean"
  8098. },
  8099. "EbsOptimized": {
  8100. "type": "boolean"
  8101. },
  8102. "ElasticGpuSpecificationSet": {
  8103. "type": "list",
  8104. "member": {
  8105. "type": "structure",
  8106. "members": {
  8107. "Type": {}
  8108. }
  8109. }
  8110. },
  8111. "ElasticInferenceAcceleratorSet": {
  8112. "type": "list",
  8113. "member": {
  8114. "type": "structure",
  8115. "members": {
  8116. "Count": {
  8117. "type": "integer"
  8118. },
  8119. "Type": {}
  8120. }
  8121. }
  8122. },
  8123. "EnclaveOptions": {
  8124. "type": "structure",
  8125. "members": {
  8126. "Enabled": {
  8127. "type": "boolean"
  8128. }
  8129. }
  8130. },
  8131. "HibernationOptions": {
  8132. "type": "structure",
  8133. "members": {
  8134. "Configured": {
  8135. "type": "boolean"
  8136. }
  8137. }
  8138. },
  8139. "IamInstanceProfile": {
  8140. "type": "structure",
  8141. "members": {
  8142. "Arn": {},
  8143. "Name": {}
  8144. }
  8145. },
  8146. "ImageId": {},
  8147. "InstanceInitiatedShutdownBehavior": {},
  8148. "InstanceMarketOptions": {
  8149. "type": "structure",
  8150. "members": {
  8151. "MarketType": {},
  8152. "SpotOptions": {
  8153. "type": "structure",
  8154. "members": {
  8155. "BlockDurationMinutes": {
  8156. "type": "integer"
  8157. },
  8158. "InstanceInterruptionBehavior": {},
  8159. "MaxPrice": {},
  8160. "SpotInstanceType": {},
  8161. "ValidUntil": {}
  8162. }
  8163. }
  8164. }
  8165. },
  8166. "InstanceRequirements": {
  8167. "type": "structure",
  8168. "members": {
  8169. "AcceleratorCount": {
  8170. "type": "structure",
  8171. "members": {
  8172. "Max": {
  8173. "type": "integer"
  8174. },
  8175. "Min": {
  8176. "type": "integer"
  8177. }
  8178. }
  8179. },
  8180. "AcceleratorManufacturers": {
  8181. "shape": "S4v"
  8182. },
  8183. "AcceleratorNames": {
  8184. "shape": "S4v"
  8185. },
  8186. "AcceleratorTotalMemoryMiB": {
  8187. "type": "structure",
  8188. "members": {
  8189. "Max": {
  8190. "type": "integer"
  8191. },
  8192. "Min": {
  8193. "type": "integer"
  8194. }
  8195. }
  8196. },
  8197. "AcceleratorTypes": {
  8198. "shape": "S4v"
  8199. },
  8200. "BareMetal": {},
  8201. "BaselineEbsBandwidthMbps": {
  8202. "type": "structure",
  8203. "members": {
  8204. "Max": {
  8205. "type": "integer"
  8206. },
  8207. "Min": {
  8208. "type": "integer"
  8209. }
  8210. }
  8211. },
  8212. "BurstablePerformance": {},
  8213. "CpuManufacturers": {
  8214. "shape": "S4v"
  8215. },
  8216. "ExcludedInstanceTypes": {
  8217. "shape": "S4v"
  8218. },
  8219. "InstanceGenerations": {
  8220. "shape": "S4v"
  8221. },
  8222. "LocalStorage": {},
  8223. "LocalStorageTypes": {
  8224. "shape": "S4v"
  8225. },
  8226. "MemoryGiBPerVCpu": {
  8227. "type": "structure",
  8228. "members": {
  8229. "Max": {
  8230. "type": "double"
  8231. },
  8232. "Min": {
  8233. "type": "double"
  8234. }
  8235. }
  8236. },
  8237. "MemoryMiB": {
  8238. "type": "structure",
  8239. "members": {
  8240. "Max": {
  8241. "type": "integer"
  8242. },
  8243. "Min": {
  8244. "type": "integer"
  8245. }
  8246. }
  8247. },
  8248. "NetworkInterfaceCount": {
  8249. "type": "structure",
  8250. "members": {
  8251. "Max": {
  8252. "type": "integer"
  8253. },
  8254. "Min": {
  8255. "type": "integer"
  8256. }
  8257. }
  8258. },
  8259. "OnDemandMaxPricePercentageOverLowestPrice": {
  8260. "type": "integer"
  8261. },
  8262. "RequireHibernateSupport": {
  8263. "type": "boolean"
  8264. },
  8265. "SpotMaxPricePercentageOverLowestPrice": {
  8266. "type": "integer"
  8267. },
  8268. "TotalLocalStorageGB": {
  8269. "type": "structure",
  8270. "members": {
  8271. "Max": {
  8272. "type": "double"
  8273. },
  8274. "Min": {
  8275. "type": "double"
  8276. }
  8277. }
  8278. },
  8279. "VCpuCount": {
  8280. "type": "structure",
  8281. "members": {
  8282. "Max": {
  8283. "type": "integer"
  8284. },
  8285. "Min": {
  8286. "type": "integer"
  8287. }
  8288. }
  8289. }
  8290. }
  8291. },
  8292. "InstanceType": {},
  8293. "KernelId": {},
  8294. "KeyName": {},
  8295. "LicenseSet": {
  8296. "type": "list",
  8297. "member": {
  8298. "type": "structure",
  8299. "members": {
  8300. "LicenseConfigurationArn": {}
  8301. }
  8302. }
  8303. },
  8304. "MaintenanceOptions": {
  8305. "type": "structure",
  8306. "members": {
  8307. "AutoRecovery": {}
  8308. }
  8309. },
  8310. "MetadataOptions": {
  8311. "type": "structure",
  8312. "members": {
  8313. "HttpEndpoint": {},
  8314. "HttpProtocolIpv6": {},
  8315. "HttpTokens": {},
  8316. "HttpPutResponseHopLimit": {
  8317. "type": "integer"
  8318. },
  8319. "InstanceMetadataTags": {}
  8320. }
  8321. },
  8322. "Monitoring": {
  8323. "type": "structure",
  8324. "members": {
  8325. "Enabled": {
  8326. "type": "boolean"
  8327. }
  8328. }
  8329. },
  8330. "NetworkInterfaceSet": {
  8331. "type": "list",
  8332. "member": {
  8333. "type": "structure",
  8334. "members": {
  8335. "AssociateCarrierIpAddress": {
  8336. "type": "boolean"
  8337. },
  8338. "AssociatePublicIpAddress": {
  8339. "type": "boolean"
  8340. },
  8341. "DeleteOnTermination": {
  8342. "type": "boolean"
  8343. },
  8344. "Description": {},
  8345. "DeviceIndex": {
  8346. "type": "integer"
  8347. },
  8348. "Groups": {
  8349. "shape": "S4v"
  8350. },
  8351. "InterfaceType": {},
  8352. "Ipv4PrefixCount": {
  8353. "type": "integer"
  8354. },
  8355. "Ipv4Prefixes": {
  8356. "type": "list",
  8357. "member": {
  8358. "type": "structure",
  8359. "members": {
  8360. "Ipv4Prefix": {}
  8361. }
  8362. }
  8363. },
  8364. "Ipv6AddressCount": {
  8365. "type": "integer"
  8366. },
  8367. "Ipv6Addresses": {
  8368. "type": "list",
  8369. "member": {
  8370. "type": "structure",
  8371. "members": {
  8372. "Ipv6Address": {}
  8373. }
  8374. }
  8375. },
  8376. "Ipv6PrefixCount": {
  8377. "type": "integer"
  8378. },
  8379. "Ipv6Prefixes": {
  8380. "type": "list",
  8381. "member": {
  8382. "type": "structure",
  8383. "members": {
  8384. "Ipv6Prefix": {}
  8385. }
  8386. }
  8387. },
  8388. "NetworkCardIndex": {
  8389. "type": "integer"
  8390. },
  8391. "NetworkInterfaceId": {},
  8392. "PrivateIpAddress": {},
  8393. "PrivateIpAddresses": {
  8394. "type": "list",
  8395. "member": {
  8396. "type": "structure",
  8397. "members": {
  8398. "Primary": {
  8399. "type": "boolean"
  8400. },
  8401. "PrivateIpAddress": {}
  8402. }
  8403. }
  8404. },
  8405. "SecondaryPrivateIpAddressCount": {
  8406. "type": "integer"
  8407. },
  8408. "SubnetId": {}
  8409. }
  8410. }
  8411. },
  8412. "Placement": {
  8413. "type": "structure",
  8414. "members": {
  8415. "Affinity": {},
  8416. "AvailabilityZone": {},
  8417. "GroupName": {},
  8418. "HostId": {},
  8419. "HostResourceGroupArn": {},
  8420. "PartitionNumber": {
  8421. "type": "integer"
  8422. },
  8423. "SpreadDomain": {},
  8424. "Tenancy": {}
  8425. }
  8426. },
  8427. "PrivateDnsNameOptions": {
  8428. "type": "structure",
  8429. "members": {
  8430. "EnableResourceNameDnsAAAARecord": {
  8431. "type": "boolean"
  8432. },
  8433. "EnableResourceNameDnsARecord": {
  8434. "type": "boolean"
  8435. },
  8436. "HostnameType": {}
  8437. }
  8438. },
  8439. "RamDiskId": {},
  8440. "SecurityGroupIdSet": {
  8441. "shape": "S4v"
  8442. },
  8443. "SecurityGroupSet": {
  8444. "shape": "S4v"
  8445. },
  8446. "UserData": {}
  8447. }
  8448. },
  8449. "DefaultVersionNumber": {
  8450. "type": "long"
  8451. },
  8452. "LatestVersionNumber": {
  8453. "type": "long"
  8454. }
  8455. }
  8456. },
  8457. "AwsSageMakerNotebookInstance": {
  8458. "type": "structure",
  8459. "members": {
  8460. "AcceleratorTypes": {
  8461. "shape": "S4v"
  8462. },
  8463. "AdditionalCodeRepositories": {
  8464. "shape": "S4v"
  8465. },
  8466. "DefaultCodeRepository": {},
  8467. "DirectInternetAccess": {},
  8468. "FailureReason": {},
  8469. "InstanceMetadataServiceConfiguration": {
  8470. "type": "structure",
  8471. "members": {
  8472. "MinimumInstanceMetadataServiceVersion": {}
  8473. }
  8474. },
  8475. "InstanceType": {},
  8476. "KmsKeyId": {},
  8477. "NetworkInterfaceId": {},
  8478. "NotebookInstanceArn": {},
  8479. "NotebookInstanceLifecycleConfigName": {},
  8480. "NotebookInstanceName": {},
  8481. "NotebookInstanceStatus": {},
  8482. "PlatformIdentifier": {},
  8483. "RoleArn": {},
  8484. "RootAccess": {},
  8485. "SecurityGroups": {
  8486. "shape": "S4v"
  8487. },
  8488. "SubnetId": {},
  8489. "Url": {},
  8490. "VolumeSizeInGB": {
  8491. "type": "integer"
  8492. }
  8493. }
  8494. },
  8495. "AwsWafv2WebAcl": {
  8496. "type": "structure",
  8497. "members": {
  8498. "Name": {},
  8499. "Arn": {},
  8500. "ManagedbyFirewallManager": {
  8501. "type": "boolean"
  8502. },
  8503. "Id": {},
  8504. "Capacity": {
  8505. "type": "long"
  8506. },
  8507. "CaptchaConfig": {
  8508. "type": "structure",
  8509. "members": {
  8510. "ImmunityTimeProperty": {
  8511. "type": "structure",
  8512. "members": {
  8513. "ImmunityTime": {
  8514. "type": "long"
  8515. }
  8516. }
  8517. }
  8518. }
  8519. },
  8520. "DefaultAction": {
  8521. "type": "structure",
  8522. "members": {
  8523. "Allow": {
  8524. "shape": "Sl6"
  8525. },
  8526. "Block": {
  8527. "shape": "Sla"
  8528. }
  8529. }
  8530. },
  8531. "Description": {},
  8532. "Rules": {
  8533. "shape": "Slc"
  8534. },
  8535. "VisibilityConfig": {
  8536. "shape": "Slh"
  8537. }
  8538. }
  8539. },
  8540. "AwsWafv2RuleGroup": {
  8541. "type": "structure",
  8542. "members": {
  8543. "Capacity": {
  8544. "type": "long"
  8545. },
  8546. "Description": {},
  8547. "Id": {},
  8548. "Name": {},
  8549. "Arn": {},
  8550. "Rules": {
  8551. "shape": "Slc"
  8552. },
  8553. "Scope": {},
  8554. "VisibilityConfig": {
  8555. "shape": "Slh"
  8556. }
  8557. }
  8558. },
  8559. "AwsEc2RouteTable": {
  8560. "type": "structure",
  8561. "members": {
  8562. "AssociationSet": {
  8563. "type": "list",
  8564. "member": {
  8565. "type": "structure",
  8566. "members": {
  8567. "AssociationState": {
  8568. "type": "structure",
  8569. "members": {
  8570. "State": {},
  8571. "StatusMessage": {}
  8572. }
  8573. },
  8574. "GatewayId": {},
  8575. "Main": {
  8576. "type": "boolean"
  8577. },
  8578. "RouteTableAssociationId": {},
  8579. "RouteTableId": {},
  8580. "SubnetId": {}
  8581. }
  8582. }
  8583. },
  8584. "OwnerId": {},
  8585. "PropagatingVgwSet": {
  8586. "type": "list",
  8587. "member": {
  8588. "type": "structure",
  8589. "members": {
  8590. "GatewayId": {}
  8591. }
  8592. }
  8593. },
  8594. "RouteTableId": {},
  8595. "RouteSet": {
  8596. "type": "list",
  8597. "member": {
  8598. "type": "structure",
  8599. "members": {
  8600. "CarrierGatewayId": {},
  8601. "CoreNetworkArn": {},
  8602. "DestinationCidrBlock": {},
  8603. "DestinationIpv6CidrBlock": {},
  8604. "DestinationPrefixListId": {},
  8605. "EgressOnlyInternetGatewayId": {},
  8606. "GatewayId": {},
  8607. "InstanceId": {},
  8608. "InstanceOwnerId": {},
  8609. "LocalGatewayId": {},
  8610. "NatGatewayId": {},
  8611. "NetworkInterfaceId": {},
  8612. "Origin": {},
  8613. "State": {},
  8614. "TransitGatewayId": {},
  8615. "VpcPeeringConnectionId": {}
  8616. }
  8617. }
  8618. },
  8619. "VpcId": {}
  8620. }
  8621. },
  8622. "AwsAmazonMqBroker": {
  8623. "type": "structure",
  8624. "members": {
  8625. "AuthenticationStrategy": {},
  8626. "AutoMinorVersionUpgrade": {
  8627. "type": "boolean"
  8628. },
  8629. "BrokerArn": {},
  8630. "BrokerName": {},
  8631. "DeploymentMode": {},
  8632. "EncryptionOptions": {
  8633. "type": "structure",
  8634. "members": {
  8635. "KmsKeyId": {},
  8636. "UseAwsOwnedKey": {
  8637. "type": "boolean"
  8638. }
  8639. }
  8640. },
  8641. "EngineType": {},
  8642. "EngineVersion": {},
  8643. "HostInstanceType": {},
  8644. "BrokerId": {},
  8645. "LdapServerMetadata": {
  8646. "type": "structure",
  8647. "members": {
  8648. "Hosts": {
  8649. "shape": "S23"
  8650. },
  8651. "RoleBase": {},
  8652. "RoleName": {},
  8653. "RoleSearchMatching": {},
  8654. "RoleSearchSubtree": {
  8655. "type": "boolean"
  8656. },
  8657. "ServiceAccountUsername": {},
  8658. "UserBase": {},
  8659. "UserRoleName": {},
  8660. "UserSearchMatching": {},
  8661. "UserSearchSubtree": {
  8662. "type": "boolean"
  8663. }
  8664. }
  8665. },
  8666. "Logs": {
  8667. "type": "structure",
  8668. "members": {
  8669. "Audit": {
  8670. "type": "boolean"
  8671. },
  8672. "General": {
  8673. "type": "boolean"
  8674. },
  8675. "AuditLogGroup": {},
  8676. "GeneralLogGroup": {},
  8677. "Pending": {
  8678. "type": "structure",
  8679. "members": {
  8680. "Audit": {
  8681. "type": "boolean"
  8682. },
  8683. "General": {
  8684. "type": "boolean"
  8685. }
  8686. }
  8687. }
  8688. }
  8689. },
  8690. "MaintenanceWindowStartTime": {
  8691. "type": "structure",
  8692. "members": {
  8693. "DayOfWeek": {},
  8694. "TimeOfDay": {},
  8695. "TimeZone": {}
  8696. }
  8697. },
  8698. "PubliclyAccessible": {
  8699. "type": "boolean"
  8700. },
  8701. "SecurityGroups": {
  8702. "shape": "S23"
  8703. },
  8704. "StorageType": {},
  8705. "SubnetIds": {
  8706. "shape": "S23"
  8707. },
  8708. "Users": {
  8709. "type": "list",
  8710. "member": {
  8711. "type": "structure",
  8712. "members": {
  8713. "PendingChange": {},
  8714. "Username": {}
  8715. }
  8716. }
  8717. }
  8718. }
  8719. },
  8720. "AwsAppSyncGraphQlApi": {
  8721. "type": "structure",
  8722. "members": {
  8723. "ApiId": {},
  8724. "Id": {},
  8725. "OpenIdConnectConfig": {
  8726. "shape": "Sm0"
  8727. },
  8728. "Name": {},
  8729. "LambdaAuthorizerConfig": {
  8730. "shape": "Sm1"
  8731. },
  8732. "XrayEnabled": {
  8733. "type": "boolean"
  8734. },
  8735. "Arn": {},
  8736. "UserPoolConfig": {
  8737. "shape": "Sm2"
  8738. },
  8739. "AuthenticationType": {},
  8740. "LogConfig": {
  8741. "type": "structure",
  8742. "members": {
  8743. "CloudWatchLogsRoleArn": {},
  8744. "ExcludeVerboseContent": {
  8745. "type": "boolean"
  8746. },
  8747. "FieldLogLevel": {}
  8748. }
  8749. },
  8750. "AdditionalAuthenticationProviders": {
  8751. "type": "list",
  8752. "member": {
  8753. "type": "structure",
  8754. "members": {
  8755. "AuthenticationType": {},
  8756. "LambdaAuthorizerConfig": {
  8757. "shape": "Sm1"
  8758. },
  8759. "OpenIdConnectConfig": {
  8760. "shape": "Sm0"
  8761. },
  8762. "UserPoolConfig": {
  8763. "shape": "Sm2"
  8764. }
  8765. }
  8766. }
  8767. },
  8768. "WafWebAclArn": {}
  8769. }
  8770. },
  8771. "AwsEventSchemasRegistry": {
  8772. "type": "structure",
  8773. "members": {
  8774. "Description": {},
  8775. "RegistryArn": {},
  8776. "RegistryName": {}
  8777. }
  8778. },
  8779. "AwsGuardDutyDetector": {
  8780. "type": "structure",
  8781. "members": {
  8782. "DataSources": {
  8783. "type": "structure",
  8784. "members": {
  8785. "CloudTrail": {
  8786. "type": "structure",
  8787. "members": {
  8788. "Status": {}
  8789. }
  8790. },
  8791. "DnsLogs": {
  8792. "type": "structure",
  8793. "members": {
  8794. "Status": {}
  8795. }
  8796. },
  8797. "FlowLogs": {
  8798. "type": "structure",
  8799. "members": {
  8800. "Status": {}
  8801. }
  8802. },
  8803. "Kubernetes": {
  8804. "type": "structure",
  8805. "members": {
  8806. "AuditLogs": {
  8807. "type": "structure",
  8808. "members": {
  8809. "Status": {}
  8810. }
  8811. }
  8812. }
  8813. },
  8814. "MalwareProtection": {
  8815. "type": "structure",
  8816. "members": {
  8817. "ScanEc2InstanceWithFindings": {
  8818. "type": "structure",
  8819. "members": {
  8820. "EbsVolumes": {
  8821. "type": "structure",
  8822. "members": {
  8823. "Reason": {},
  8824. "Status": {}
  8825. }
  8826. }
  8827. }
  8828. },
  8829. "ServiceRole": {}
  8830. }
  8831. },
  8832. "S3Logs": {
  8833. "type": "structure",
  8834. "members": {
  8835. "Status": {}
  8836. }
  8837. }
  8838. }
  8839. },
  8840. "Features": {
  8841. "type": "list",
  8842. "member": {
  8843. "type": "structure",
  8844. "members": {
  8845. "Name": {},
  8846. "Status": {}
  8847. }
  8848. }
  8849. },
  8850. "FindingPublishingFrequency": {},
  8851. "ServiceRole": {},
  8852. "Status": {}
  8853. }
  8854. },
  8855. "AwsStepFunctionStateMachine": {
  8856. "type": "structure",
  8857. "members": {
  8858. "Label": {},
  8859. "LoggingConfiguration": {
  8860. "type": "structure",
  8861. "members": {
  8862. "Destinations": {
  8863. "type": "list",
  8864. "member": {
  8865. "type": "structure",
  8866. "members": {
  8867. "CloudWatchLogsLogGroup": {
  8868. "type": "structure",
  8869. "members": {
  8870. "LogGroupArn": {}
  8871. }
  8872. }
  8873. }
  8874. }
  8875. },
  8876. "IncludeExecutionData": {
  8877. "type": "boolean"
  8878. },
  8879. "Level": {}
  8880. }
  8881. },
  8882. "Name": {},
  8883. "RoleArn": {},
  8884. "StateMachineArn": {},
  8885. "Status": {},
  8886. "TracingConfiguration": {
  8887. "type": "structure",
  8888. "members": {
  8889. "Enabled": {
  8890. "type": "boolean"
  8891. }
  8892. }
  8893. },
  8894. "Type": {}
  8895. }
  8896. },
  8897. "AwsAthenaWorkGroup": {
  8898. "type": "structure",
  8899. "members": {
  8900. "Name": {},
  8901. "Description": {},
  8902. "State": {},
  8903. "Configuration": {
  8904. "type": "structure",
  8905. "members": {
  8906. "ResultConfiguration": {
  8907. "type": "structure",
  8908. "members": {
  8909. "EncryptionConfiguration": {
  8910. "type": "structure",
  8911. "members": {
  8912. "EncryptionOption": {},
  8913. "KmsKey": {}
  8914. }
  8915. }
  8916. }
  8917. }
  8918. }
  8919. }
  8920. }
  8921. },
  8922. "AwsEventsEventbus": {
  8923. "type": "structure",
  8924. "members": {
  8925. "Arn": {},
  8926. "Name": {},
  8927. "Policy": {}
  8928. }
  8929. },
  8930. "AwsDmsEndpoint": {
  8931. "type": "structure",
  8932. "members": {
  8933. "CertificateArn": {},
  8934. "DatabaseName": {},
  8935. "EndpointArn": {},
  8936. "EndpointIdentifier": {},
  8937. "EndpointType": {},
  8938. "EngineName": {},
  8939. "ExternalId": {},
  8940. "ExtraConnectionAttributes": {},
  8941. "KmsKeyId": {},
  8942. "Port": {
  8943. "type": "integer"
  8944. },
  8945. "ServerName": {},
  8946. "SslMode": {},
  8947. "Username": {}
  8948. }
  8949. },
  8950. "AwsEventsEndpoint": {
  8951. "type": "structure",
  8952. "members": {
  8953. "Arn": {},
  8954. "Description": {},
  8955. "EndpointId": {},
  8956. "EndpointUrl": {},
  8957. "EventBuses": {
  8958. "type": "list",
  8959. "member": {
  8960. "type": "structure",
  8961. "members": {
  8962. "EventBusArn": {}
  8963. }
  8964. }
  8965. },
  8966. "Name": {},
  8967. "ReplicationConfig": {
  8968. "type": "structure",
  8969. "members": {
  8970. "State": {}
  8971. }
  8972. },
  8973. "RoleArn": {},
  8974. "RoutingConfig": {
  8975. "type": "structure",
  8976. "members": {
  8977. "FailoverConfig": {
  8978. "type": "structure",
  8979. "members": {
  8980. "Primary": {
  8981. "type": "structure",
  8982. "members": {
  8983. "HealthCheck": {}
  8984. }
  8985. },
  8986. "Secondary": {
  8987. "type": "structure",
  8988. "members": {
  8989. "Route": {}
  8990. }
  8991. }
  8992. }
  8993. }
  8994. }
  8995. },
  8996. "State": {},
  8997. "StateReason": {}
  8998. }
  8999. },
  9000. "AwsDmsReplicationTask": {
  9001. "type": "structure",
  9002. "members": {
  9003. "CdcStartPosition": {},
  9004. "CdcStartTime": {},
  9005. "CdcStopPosition": {},
  9006. "MigrationType": {},
  9007. "Id": {},
  9008. "ResourceIdentifier": {},
  9009. "ReplicationInstanceArn": {},
  9010. "ReplicationTaskIdentifier": {},
  9011. "ReplicationTaskSettings": {},
  9012. "SourceEndpointArn": {},
  9013. "TableMappings": {},
  9014. "TargetEndpointArn": {},
  9015. "TaskData": {}
  9016. }
  9017. },
  9018. "AwsDmsReplicationInstance": {
  9019. "type": "structure",
  9020. "members": {
  9021. "AllocatedStorage": {
  9022. "type": "integer"
  9023. },
  9024. "AutoMinorVersionUpgrade": {
  9025. "type": "boolean"
  9026. },
  9027. "AvailabilityZone": {},
  9028. "EngineVersion": {},
  9029. "KmsKeyId": {},
  9030. "MultiAZ": {
  9031. "type": "boolean"
  9032. },
  9033. "PreferredMaintenanceWindow": {},
  9034. "PubliclyAccessible": {
  9035. "type": "boolean"
  9036. },
  9037. "ReplicationInstanceClass": {},
  9038. "ReplicationInstanceIdentifier": {},
  9039. "ReplicationSubnetGroup": {
  9040. "type": "structure",
  9041. "members": {
  9042. "ReplicationSubnetGroupIdentifier": {}
  9043. }
  9044. },
  9045. "VpcSecurityGroups": {
  9046. "type": "list",
  9047. "member": {
  9048. "type": "structure",
  9049. "members": {
  9050. "VpcSecurityGroupId": {}
  9051. }
  9052. }
  9053. }
  9054. }
  9055. },
  9056. "AwsRoute53HostedZone": {
  9057. "type": "structure",
  9058. "members": {
  9059. "HostedZone": {
  9060. "type": "structure",
  9061. "members": {
  9062. "Id": {},
  9063. "Name": {},
  9064. "Config": {
  9065. "type": "structure",
  9066. "members": {
  9067. "Comment": {}
  9068. }
  9069. }
  9070. }
  9071. },
  9072. "Vpcs": {
  9073. "type": "list",
  9074. "member": {
  9075. "type": "structure",
  9076. "members": {
  9077. "Id": {},
  9078. "Region": {}
  9079. }
  9080. }
  9081. },
  9082. "NameServers": {
  9083. "type": "list",
  9084. "member": {}
  9085. },
  9086. "QueryLoggingConfig": {
  9087. "type": "structure",
  9088. "members": {
  9089. "CloudWatchLogsLogGroupArn": {
  9090. "type": "structure",
  9091. "members": {
  9092. "CloudWatchLogsLogGroupArn": {},
  9093. "HostedZoneId": {},
  9094. "Id": {}
  9095. }
  9096. }
  9097. }
  9098. }
  9099. }
  9100. },
  9101. "AwsMskCluster": {
  9102. "type": "structure",
  9103. "members": {
  9104. "ClusterInfo": {
  9105. "type": "structure",
  9106. "members": {
  9107. "EncryptionInfo": {
  9108. "type": "structure",
  9109. "members": {
  9110. "EncryptionInTransit": {
  9111. "type": "structure",
  9112. "members": {
  9113. "InCluster": {
  9114. "type": "boolean"
  9115. },
  9116. "ClientBroker": {}
  9117. }
  9118. },
  9119. "EncryptionAtRest": {
  9120. "type": "structure",
  9121. "members": {
  9122. "DataVolumeKMSKeyId": {}
  9123. }
  9124. }
  9125. }
  9126. },
  9127. "CurrentVersion": {},
  9128. "NumberOfBrokerNodes": {
  9129. "type": "integer"
  9130. },
  9131. "ClusterName": {},
  9132. "ClientAuthentication": {
  9133. "type": "structure",
  9134. "members": {
  9135. "Sasl": {
  9136. "type": "structure",
  9137. "members": {
  9138. "Iam": {
  9139. "type": "structure",
  9140. "members": {
  9141. "Enabled": {
  9142. "type": "boolean"
  9143. }
  9144. }
  9145. },
  9146. "Scram": {
  9147. "type": "structure",
  9148. "members": {
  9149. "Enabled": {
  9150. "type": "boolean"
  9151. }
  9152. }
  9153. }
  9154. }
  9155. },
  9156. "Unauthenticated": {
  9157. "type": "structure",
  9158. "members": {
  9159. "Enabled": {
  9160. "type": "boolean"
  9161. }
  9162. }
  9163. },
  9164. "Tls": {
  9165. "type": "structure",
  9166. "members": {
  9167. "CertificateAuthorityArnList": {
  9168. "shape": "S23"
  9169. },
  9170. "Enabled": {
  9171. "type": "boolean"
  9172. }
  9173. }
  9174. }
  9175. }
  9176. },
  9177. "EnhancedMonitoring": {}
  9178. }
  9179. }
  9180. }
  9181. },
  9182. "AwsS3AccessPoint": {
  9183. "type": "structure",
  9184. "members": {
  9185. "AccessPointArn": {},
  9186. "Alias": {},
  9187. "Bucket": {},
  9188. "BucketAccountId": {},
  9189. "Name": {},
  9190. "NetworkOrigin": {},
  9191. "PublicAccessBlockConfiguration": {
  9192. "shape": "S7q"
  9193. },
  9194. "VpcConfiguration": {
  9195. "type": "structure",
  9196. "members": {
  9197. "VpcId": {}
  9198. }
  9199. }
  9200. }
  9201. },
  9202. "AwsEc2ClientVpnEndpoint": {
  9203. "type": "structure",
  9204. "members": {
  9205. "ClientVpnEndpointId": {},
  9206. "Description": {},
  9207. "ClientCidrBlock": {},
  9208. "DnsServer": {
  9209. "shape": "S23"
  9210. },
  9211. "SplitTunnel": {
  9212. "type": "boolean"
  9213. },
  9214. "TransportProtocol": {},
  9215. "VpnPort": {
  9216. "type": "integer"
  9217. },
  9218. "ServerCertificateArn": {},
  9219. "AuthenticationOptions": {
  9220. "type": "list",
  9221. "member": {
  9222. "type": "structure",
  9223. "members": {
  9224. "Type": {},
  9225. "ActiveDirectory": {
  9226. "type": "structure",
  9227. "members": {
  9228. "DirectoryId": {}
  9229. }
  9230. },
  9231. "MutualAuthentication": {
  9232. "type": "structure",
  9233. "members": {
  9234. "ClientRootCertificateChain": {}
  9235. }
  9236. },
  9237. "FederatedAuthentication": {
  9238. "type": "structure",
  9239. "members": {
  9240. "SamlProviderArn": {},
  9241. "SelfServiceSamlProviderArn": {}
  9242. }
  9243. }
  9244. }
  9245. }
  9246. },
  9247. "ConnectionLogOptions": {
  9248. "type": "structure",
  9249. "members": {
  9250. "Enabled": {
  9251. "type": "boolean"
  9252. },
  9253. "CloudwatchLogGroup": {},
  9254. "CloudwatchLogStream": {}
  9255. }
  9256. },
  9257. "SecurityGroupIdSet": {
  9258. "shape": "S23"
  9259. },
  9260. "VpcId": {},
  9261. "SelfServicePortalUrl": {},
  9262. "ClientConnectOptions": {
  9263. "type": "structure",
  9264. "members": {
  9265. "Enabled": {
  9266. "type": "boolean"
  9267. },
  9268. "LambdaFunctionArn": {},
  9269. "Status": {
  9270. "type": "structure",
  9271. "members": {
  9272. "Code": {},
  9273. "Message": {}
  9274. }
  9275. }
  9276. }
  9277. },
  9278. "SessionTimeoutHours": {
  9279. "type": "integer"
  9280. },
  9281. "ClientLoginBannerOptions": {
  9282. "type": "structure",
  9283. "members": {
  9284. "Enabled": {
  9285. "type": "boolean"
  9286. },
  9287. "BannerText": {}
  9288. }
  9289. }
  9290. }
  9291. }
  9292. }
  9293. },
  9294. "ApplicationName": {},
  9295. "ApplicationArn": {}
  9296. }
  9297. }
  9298. },
  9299. "Compliance": {
  9300. "type": "structure",
  9301. "members": {
  9302. "Status": {},
  9303. "RelatedRequirements": {
  9304. "shape": "S2q"
  9305. },
  9306. "StatusReasons": {
  9307. "type": "list",
  9308. "member": {
  9309. "type": "structure",
  9310. "required": [
  9311. "ReasonCode"
  9312. ],
  9313. "members": {
  9314. "ReasonCode": {},
  9315. "Description": {}
  9316. }
  9317. }
  9318. },
  9319. "SecurityControlId": {},
  9320. "AssociatedStandards": {
  9321. "type": "list",
  9322. "member": {
  9323. "type": "structure",
  9324. "members": {
  9325. "StandardsId": {}
  9326. }
  9327. }
  9328. },
  9329. "SecurityControlParameters": {
  9330. "type": "list",
  9331. "member": {
  9332. "type": "structure",
  9333. "members": {
  9334. "Name": {},
  9335. "Value": {
  9336. "shape": "S1j"
  9337. }
  9338. }
  9339. }
  9340. }
  9341. }
  9342. },
  9343. "VerificationState": {},
  9344. "WorkflowState": {
  9345. "type": "string",
  9346. "deprecated": true,
  9347. "deprecatedMessage": "This filter is deprecated. Instead, use SeverityLabel or FindingProviderFieldsSeverityLabel."
  9348. },
  9349. "Workflow": {
  9350. "type": "structure",
  9351. "members": {
  9352. "Status": {}
  9353. }
  9354. },
  9355. "RecordState": {},
  9356. "RelatedFindings": {
  9357. "shape": "S1n"
  9358. },
  9359. "Note": {
  9360. "type": "structure",
  9361. "required": [
  9362. "Text",
  9363. "UpdatedBy",
  9364. "UpdatedAt"
  9365. ],
  9366. "members": {
  9367. "Text": {},
  9368. "UpdatedBy": {},
  9369. "UpdatedAt": {}
  9370. }
  9371. },
  9372. "Vulnerabilities": {
  9373. "type": "list",
  9374. "member": {
  9375. "type": "structure",
  9376. "required": [
  9377. "Id"
  9378. ],
  9379. "members": {
  9380. "Id": {},
  9381. "VulnerablePackages": {
  9382. "type": "list",
  9383. "member": {
  9384. "type": "structure",
  9385. "members": {
  9386. "Name": {},
  9387. "Version": {},
  9388. "Epoch": {},
  9389. "Release": {},
  9390. "Architecture": {},
  9391. "PackageManager": {},
  9392. "FilePath": {},
  9393. "FixedInVersion": {},
  9394. "Remediation": {},
  9395. "SourceLayerHash": {},
  9396. "SourceLayerArn": {}
  9397. }
  9398. }
  9399. },
  9400. "Cvss": {
  9401. "type": "list",
  9402. "member": {
  9403. "type": "structure",
  9404. "members": {
  9405. "Version": {},
  9406. "BaseScore": {
  9407. "type": "double"
  9408. },
  9409. "BaseVector": {},
  9410. "Source": {},
  9411. "Adjustments": {
  9412. "type": "list",
  9413. "member": {
  9414. "type": "structure",
  9415. "members": {
  9416. "Metric": {},
  9417. "Reason": {}
  9418. }
  9419. }
  9420. }
  9421. }
  9422. }
  9423. },
  9424. "RelatedVulnerabilities": {
  9425. "shape": "S23"
  9426. },
  9427. "Vendor": {
  9428. "type": "structure",
  9429. "required": [
  9430. "Name"
  9431. ],
  9432. "members": {
  9433. "Name": {},
  9434. "Url": {},
  9435. "VendorSeverity": {},
  9436. "VendorCreatedAt": {},
  9437. "VendorUpdatedAt": {}
  9438. }
  9439. },
  9440. "ReferenceUrls": {
  9441. "shape": "S23"
  9442. },
  9443. "FixAvailable": {},
  9444. "EpssScore": {
  9445. "type": "double"
  9446. },
  9447. "ExploitAvailable": {},
  9448. "LastKnownExploitAt": {},
  9449. "CodeVulnerabilities": {
  9450. "type": "list",
  9451. "member": {
  9452. "type": "structure",
  9453. "members": {
  9454. "Cwes": {
  9455. "shape": "S1j"
  9456. },
  9457. "FilePath": {
  9458. "type": "structure",
  9459. "members": {
  9460. "EndLine": {
  9461. "type": "integer"
  9462. },
  9463. "FileName": {},
  9464. "FilePath": {},
  9465. "StartLine": {
  9466. "type": "integer"
  9467. }
  9468. }
  9469. },
  9470. "SourceArn": {}
  9471. }
  9472. }
  9473. }
  9474. }
  9475. }
  9476. },
  9477. "PatchSummary": {
  9478. "type": "structure",
  9479. "required": [
  9480. "Id"
  9481. ],
  9482. "members": {
  9483. "Id": {},
  9484. "InstalledCount": {
  9485. "type": "integer"
  9486. },
  9487. "MissingCount": {
  9488. "type": "integer"
  9489. },
  9490. "FailedCount": {
  9491. "type": "integer"
  9492. },
  9493. "InstalledOtherCount": {
  9494. "type": "integer"
  9495. },
  9496. "InstalledRejectedCount": {
  9497. "type": "integer"
  9498. },
  9499. "InstalledPendingReboot": {
  9500. "type": "integer"
  9501. },
  9502. "OperationStartTime": {},
  9503. "OperationEndTime": {},
  9504. "RebootOption": {},
  9505. "Operation": {}
  9506. }
  9507. },
  9508. "Action": {
  9509. "type": "structure",
  9510. "members": {
  9511. "ActionType": {},
  9512. "NetworkConnectionAction": {
  9513. "type": "structure",
  9514. "members": {
  9515. "ConnectionDirection": {},
  9516. "RemoteIpDetails": {
  9517. "shape": "Sox"
  9518. },
  9519. "RemotePortDetails": {
  9520. "type": "structure",
  9521. "members": {
  9522. "Port": {
  9523. "type": "integer"
  9524. },
  9525. "PortName": {}
  9526. }
  9527. },
  9528. "LocalPortDetails": {
  9529. "shape": "Sp3"
  9530. },
  9531. "Protocol": {},
  9532. "Blocked": {
  9533. "type": "boolean"
  9534. }
  9535. }
  9536. },
  9537. "AwsApiCallAction": {
  9538. "type": "structure",
  9539. "members": {
  9540. "Api": {},
  9541. "ServiceName": {},
  9542. "CallerType": {},
  9543. "RemoteIpDetails": {
  9544. "shape": "Sox"
  9545. },
  9546. "DomainDetails": {
  9547. "type": "structure",
  9548. "members": {
  9549. "Domain": {}
  9550. }
  9551. },
  9552. "AffectedResources": {
  9553. "shape": "S1k"
  9554. },
  9555. "FirstSeen": {},
  9556. "LastSeen": {}
  9557. }
  9558. },
  9559. "DnsRequestAction": {
  9560. "type": "structure",
  9561. "members": {
  9562. "Domain": {},
  9563. "Protocol": {},
  9564. "Blocked": {
  9565. "type": "boolean"
  9566. }
  9567. }
  9568. },
  9569. "PortProbeAction": {
  9570. "type": "structure",
  9571. "members": {
  9572. "PortProbeDetails": {
  9573. "type": "list",
  9574. "member": {
  9575. "type": "structure",
  9576. "members": {
  9577. "LocalPortDetails": {
  9578. "shape": "Sp3"
  9579. },
  9580. "LocalIpDetails": {
  9581. "type": "structure",
  9582. "members": {
  9583. "IpAddressV4": {}
  9584. }
  9585. },
  9586. "RemoteIpDetails": {
  9587. "shape": "Sox"
  9588. }
  9589. }
  9590. }
  9591. },
  9592. "Blocked": {
  9593. "type": "boolean"
  9594. }
  9595. }
  9596. }
  9597. }
  9598. },
  9599. "FindingProviderFields": {
  9600. "type": "structure",
  9601. "members": {
  9602. "Confidence": {
  9603. "type": "integer"
  9604. },
  9605. "Criticality": {
  9606. "type": "integer"
  9607. },
  9608. "RelatedFindings": {
  9609. "shape": "S1n"
  9610. },
  9611. "Severity": {
  9612. "type": "structure",
  9613. "members": {
  9614. "Label": {},
  9615. "Original": {}
  9616. }
  9617. },
  9618. "Types": {
  9619. "shape": "S1j"
  9620. }
  9621. }
  9622. },
  9623. "Sample": {
  9624. "type": "boolean"
  9625. },
  9626. "GeneratorDetails": {
  9627. "type": "structure",
  9628. "members": {
  9629. "Name": {},
  9630. "Description": {},
  9631. "Labels": {
  9632. "shape": "S1j"
  9633. }
  9634. }
  9635. },
  9636. "ProcessedAt": {},
  9637. "AwsAccountName": {}
  9638. }
  9639. },
  9640. "S36": {
  9641. "type": "structure",
  9642. "members": {
  9643. "Begin": {
  9644. "type": "integer"
  9645. },
  9646. "End": {
  9647. "type": "integer"
  9648. }
  9649. }
  9650. },
  9651. "S39": {
  9652. "type": "structure",
  9653. "members": {
  9654. "Protocol": {},
  9655. "Destination": {
  9656. "shape": "S3a"
  9657. },
  9658. "Source": {
  9659. "shape": "S3a"
  9660. }
  9661. }
  9662. },
  9663. "S3a": {
  9664. "type": "structure",
  9665. "members": {
  9666. "Address": {
  9667. "shape": "S23"
  9668. },
  9669. "PortRanges": {
  9670. "type": "list",
  9671. "member": {
  9672. "shape": "S36"
  9673. }
  9674. }
  9675. }
  9676. },
  9677. "S3w": {
  9678. "type": "structure",
  9679. "members": {
  9680. "LineRanges": {
  9681. "shape": "S3x"
  9682. },
  9683. "OffsetRanges": {
  9684. "shape": "S3x"
  9685. },
  9686. "Pages": {
  9687. "type": "list",
  9688. "member": {
  9689. "type": "structure",
  9690. "members": {
  9691. "PageNumber": {
  9692. "type": "long"
  9693. },
  9694. "LineRange": {
  9695. "shape": "S3y"
  9696. },
  9697. "OffsetRange": {
  9698. "shape": "S3y"
  9699. }
  9700. }
  9701. }
  9702. },
  9703. "Records": {
  9704. "type": "list",
  9705. "member": {
  9706. "type": "structure",
  9707. "members": {
  9708. "JsonPath": {},
  9709. "RecordIndex": {
  9710. "type": "long"
  9711. }
  9712. }
  9713. }
  9714. },
  9715. "Cells": {
  9716. "type": "list",
  9717. "member": {
  9718. "type": "structure",
  9719. "members": {
  9720. "Column": {
  9721. "type": "long"
  9722. },
  9723. "Row": {
  9724. "type": "long"
  9725. },
  9726. "ColumnName": {},
  9727. "CellReference": {}
  9728. }
  9729. }
  9730. }
  9731. }
  9732. },
  9733. "S3x": {
  9734. "type": "list",
  9735. "member": {
  9736. "shape": "S3y"
  9737. }
  9738. },
  9739. "S3y": {
  9740. "type": "structure",
  9741. "members": {
  9742. "Start": {
  9743. "type": "long"
  9744. },
  9745. "End": {
  9746. "type": "long"
  9747. },
  9748. "StartColumn": {
  9749. "type": "long"
  9750. }
  9751. }
  9752. },
  9753. "S4k": {
  9754. "type": "list",
  9755. "member": {
  9756. "type": "structure",
  9757. "members": {
  9758. "ArtifactIdentifier": {},
  9759. "EncryptionDisabled": {
  9760. "type": "boolean"
  9761. },
  9762. "Location": {},
  9763. "Name": {},
  9764. "NamespaceType": {},
  9765. "OverrideArtifactName": {
  9766. "type": "boolean"
  9767. },
  9768. "Packaging": {},
  9769. "Path": {},
  9770. "Type": {}
  9771. }
  9772. }
  9773. },
  9774. "S4v": {
  9775. "type": "list",
  9776. "member": {}
  9777. },
  9778. "S5t": {
  9779. "type": "list",
  9780. "member": {
  9781. "type": "structure",
  9782. "members": {
  9783. "IpProtocol": {},
  9784. "FromPort": {
  9785. "type": "integer"
  9786. },
  9787. "ToPort": {
  9788. "type": "integer"
  9789. },
  9790. "UserIdGroupPairs": {
  9791. "type": "list",
  9792. "member": {
  9793. "type": "structure",
  9794. "members": {
  9795. "GroupId": {},
  9796. "GroupName": {},
  9797. "PeeringStatus": {},
  9798. "UserId": {},
  9799. "VpcId": {},
  9800. "VpcPeeringConnectionId": {}
  9801. }
  9802. }
  9803. },
  9804. "IpRanges": {
  9805. "type": "list",
  9806. "member": {
  9807. "type": "structure",
  9808. "members": {
  9809. "CidrIp": {}
  9810. }
  9811. }
  9812. },
  9813. "Ipv6Ranges": {
  9814. "type": "list",
  9815. "member": {
  9816. "type": "structure",
  9817. "members": {
  9818. "CidrIpv6": {}
  9819. }
  9820. }
  9821. },
  9822. "PrefixListIds": {
  9823. "type": "list",
  9824. "member": {
  9825. "type": "structure",
  9826. "members": {
  9827. "PrefixListId": {}
  9828. }
  9829. }
  9830. }
  9831. }
  9832. }
  9833. },
  9834. "S69": {
  9835. "type": "list",
  9836. "member": {
  9837. "type": "structure",
  9838. "members": {
  9839. "AssociationId": {},
  9840. "Ipv6CidrBlock": {},
  9841. "CidrBlockState": {}
  9842. }
  9843. }
  9844. },
  9845. "S73": {
  9846. "type": "structure",
  9847. "members": {
  9848. "CloudWatchLogsLogGroupArn": {},
  9849. "Enabled": {
  9850. "type": "boolean"
  9851. }
  9852. }
  9853. },
  9854. "S7q": {
  9855. "type": "structure",
  9856. "members": {
  9857. "BlockPublicAcls": {
  9858. "type": "boolean"
  9859. },
  9860. "BlockPublicPolicy": {
  9861. "type": "boolean"
  9862. },
  9863. "IgnorePublicAcls": {
  9864. "type": "boolean"
  9865. },
  9866. "RestrictPublicBuckets": {
  9867. "type": "boolean"
  9868. }
  9869. }
  9870. },
  9871. "S8k": {
  9872. "type": "list",
  9873. "member": {
  9874. "type": "structure",
  9875. "members": {
  9876. "PolicyName": {},
  9877. "PolicyArn": {}
  9878. }
  9879. }
  9880. },
  9881. "S8m": {
  9882. "type": "structure",
  9883. "members": {
  9884. "PermissionsBoundaryArn": {},
  9885. "PermissionsBoundaryType": {}
  9886. }
  9887. },
  9888. "S8t": {
  9889. "type": "structure",
  9890. "members": {
  9891. "DetailedMetricsEnabled": {
  9892. "type": "boolean"
  9893. },
  9894. "LoggingLevel": {},
  9895. "DataTraceEnabled": {
  9896. "type": "boolean"
  9897. },
  9898. "ThrottlingBurstLimit": {
  9899. "type": "integer"
  9900. },
  9901. "ThrottlingRateLimit": {
  9902. "type": "double"
  9903. }
  9904. }
  9905. },
  9906. "S8u": {
  9907. "type": "structure",
  9908. "members": {
  9909. "Format": {},
  9910. "DestinationArn": {}
  9911. }
  9912. },
  9913. "S94": {
  9914. "type": "list",
  9915. "member": {
  9916. "type": "structure",
  9917. "members": {
  9918. "AttributeName": {},
  9919. "KeyType": {}
  9920. }
  9921. }
  9922. },
  9923. "S96": {
  9924. "type": "structure",
  9925. "members": {
  9926. "NonKeyAttributes": {
  9927. "shape": "S23"
  9928. },
  9929. "ProjectionType": {}
  9930. }
  9931. },
  9932. "S97": {
  9933. "type": "structure",
  9934. "members": {
  9935. "LastDecreaseDateTime": {},
  9936. "LastIncreaseDateTime": {},
  9937. "NumberOfDecreasesToday": {
  9938. "type": "integer"
  9939. },
  9940. "ReadCapacityUnits": {
  9941. "type": "integer"
  9942. },
  9943. "WriteCapacityUnits": {
  9944. "type": "integer"
  9945. }
  9946. }
  9947. },
  9948. "S9e": {
  9949. "type": "structure",
  9950. "members": {
  9951. "ReadCapacityUnits": {
  9952. "type": "integer"
  9953. }
  9954. }
  9955. },
  9956. "S9t": {
  9957. "type": "list",
  9958. "member": {
  9959. "type": "structure",
  9960. "members": {
  9961. "DomainName": {},
  9962. "ResourceRecord": {
  9963. "type": "structure",
  9964. "members": {
  9965. "Name": {},
  9966. "Type": {},
  9967. "Value": {}
  9968. }
  9969. },
  9970. "ValidationDomain": {},
  9971. "ValidationEmails": {
  9972. "shape": "S23"
  9973. },
  9974. "ValidationMethod": {},
  9975. "ValidationStatus": {}
  9976. }
  9977. }
  9978. },
  9979. "Sc1": {
  9980. "type": "structure",
  9981. "members": {
  9982. "Address": {},
  9983. "Port": {
  9984. "type": "integer"
  9985. },
  9986. "HostedZoneId": {}
  9987. }
  9988. },
  9989. "Sc2": {
  9990. "type": "list",
  9991. "member": {
  9992. "type": "structure",
  9993. "members": {
  9994. "VpcSecurityGroupId": {},
  9995. "Status": {}
  9996. }
  9997. }
  9998. },
  9999. "Scc": {
  10000. "type": "list",
  10001. "member": {
  10002. "type": "structure",
  10003. "members": {
  10004. "Name": {},
  10005. "Value": {}
  10006. }
  10007. }
  10008. },
  10009. "Sci": {
  10010. "type": "list",
  10011. "member": {
  10012. "type": "structure",
  10013. "members": {
  10014. "Domain": {},
  10015. "Status": {},
  10016. "Fqdn": {},
  10017. "IamRoleName": {}
  10018. }
  10019. }
  10020. },
  10021. "Sde": {
  10022. "type": "structure",
  10023. "members": {
  10024. "Name": {},
  10025. "Image": {},
  10026. "MountPoints": {
  10027. "type": "list",
  10028. "member": {
  10029. "type": "structure",
  10030. "members": {
  10031. "SourceVolume": {},
  10032. "ContainerPath": {}
  10033. }
  10034. }
  10035. },
  10036. "Privileged": {
  10037. "type": "boolean"
  10038. }
  10039. }
  10040. },
  10041. "Sg3": {
  10042. "type": "structure",
  10043. "members": {
  10044. "CloudWatchLogsLogGroupArn": {},
  10045. "Enabled": {
  10046. "type": "boolean"
  10047. }
  10048. }
  10049. },
  10050. "Sgu": {
  10051. "type": "structure",
  10052. "members": {
  10053. "PublishMetricAction": {
  10054. "type": "structure",
  10055. "members": {
  10056. "Dimensions": {
  10057. "type": "list",
  10058. "member": {
  10059. "type": "structure",
  10060. "members": {
  10061. "Value": {}
  10062. }
  10063. }
  10064. }
  10065. }
  10066. }
  10067. }
  10068. },
  10069. "Sii": {
  10070. "type": "structure",
  10071. "members": {
  10072. "CidrBlock": {},
  10073. "CidrBlockSet": {
  10074. "type": "list",
  10075. "member": {
  10076. "type": "structure",
  10077. "members": {
  10078. "CidrBlock": {}
  10079. }
  10080. }
  10081. },
  10082. "Ipv6CidrBlockSet": {
  10083. "type": "list",
  10084. "member": {
  10085. "type": "structure",
  10086. "members": {
  10087. "Ipv6CidrBlock": {}
  10088. }
  10089. }
  10090. },
  10091. "OwnerId": {},
  10092. "PeeringOptions": {
  10093. "type": "structure",
  10094. "members": {
  10095. "AllowDnsResolutionFromRemoteVpc": {
  10096. "type": "boolean"
  10097. },
  10098. "AllowEgressFromLocalClassicLinkToRemoteVpc": {
  10099. "type": "boolean"
  10100. },
  10101. "AllowEgressFromLocalVpcToRemoteClassicLink": {
  10102. "type": "boolean"
  10103. }
  10104. }
  10105. },
  10106. "Region": {},
  10107. "VpcId": {}
  10108. }
  10109. },
  10110. "Sjn": {
  10111. "type": "structure",
  10112. "members": {
  10113. "DeleteAfterDays": {
  10114. "type": "long"
  10115. },
  10116. "MoveToColdStorageAfterDays": {
  10117. "type": "long"
  10118. }
  10119. }
  10120. },
  10121. "Sl6": {
  10122. "type": "structure",
  10123. "members": {
  10124. "CustomRequestHandling": {
  10125. "shape": "Sl7"
  10126. }
  10127. }
  10128. },
  10129. "Sl7": {
  10130. "type": "structure",
  10131. "members": {
  10132. "InsertHeaders": {
  10133. "shape": "Sl8"
  10134. }
  10135. }
  10136. },
  10137. "Sl8": {
  10138. "type": "list",
  10139. "member": {
  10140. "type": "structure",
  10141. "members": {
  10142. "Name": {},
  10143. "Value": {}
  10144. }
  10145. }
  10146. },
  10147. "Sla": {
  10148. "type": "structure",
  10149. "members": {
  10150. "CustomResponse": {
  10151. "type": "structure",
  10152. "members": {
  10153. "CustomResponseBodyKey": {},
  10154. "ResponseCode": {
  10155. "type": "integer"
  10156. },
  10157. "ResponseHeaders": {
  10158. "shape": "Sl8"
  10159. }
  10160. }
  10161. }
  10162. }
  10163. },
  10164. "Slc": {
  10165. "type": "list",
  10166. "member": {
  10167. "type": "structure",
  10168. "members": {
  10169. "Action": {
  10170. "type": "structure",
  10171. "members": {
  10172. "Allow": {
  10173. "shape": "Sl6"
  10174. },
  10175. "Block": {
  10176. "shape": "Sla"
  10177. },
  10178. "Captcha": {
  10179. "type": "structure",
  10180. "members": {
  10181. "CustomRequestHandling": {
  10182. "shape": "Sl7"
  10183. }
  10184. }
  10185. },
  10186. "Count": {
  10187. "type": "structure",
  10188. "members": {
  10189. "CustomRequestHandling": {
  10190. "shape": "Sl7"
  10191. }
  10192. }
  10193. }
  10194. }
  10195. },
  10196. "Name": {},
  10197. "OverrideAction": {},
  10198. "Priority": {
  10199. "type": "integer"
  10200. },
  10201. "VisibilityConfig": {
  10202. "shape": "Slh"
  10203. }
  10204. }
  10205. }
  10206. },
  10207. "Slh": {
  10208. "type": "structure",
  10209. "members": {
  10210. "CloudWatchMetricsEnabled": {
  10211. "type": "boolean"
  10212. },
  10213. "MetricName": {},
  10214. "SampledRequestsEnabled": {
  10215. "type": "boolean"
  10216. }
  10217. }
  10218. },
  10219. "Sm0": {
  10220. "type": "structure",
  10221. "members": {
  10222. "AuthTtL": {
  10223. "type": "long"
  10224. },
  10225. "ClientId": {},
  10226. "IatTtL": {
  10227. "type": "long"
  10228. },
  10229. "Issuer": {}
  10230. }
  10231. },
  10232. "Sm1": {
  10233. "type": "structure",
  10234. "members": {
  10235. "AuthorizerResultTtlInSeconds": {
  10236. "type": "integer"
  10237. },
  10238. "AuthorizerUri": {},
  10239. "IdentityValidationExpression": {}
  10240. }
  10241. },
  10242. "Sm2": {
  10243. "type": "structure",
  10244. "members": {
  10245. "AppIdClientRegex": {},
  10246. "AwsRegion": {},
  10247. "DefaultAction": {},
  10248. "UserPoolId": {}
  10249. }
  10250. },
  10251. "Sox": {
  10252. "type": "structure",
  10253. "members": {
  10254. "IpAddressV4": {},
  10255. "Organization": {
  10256. "type": "structure",
  10257. "members": {
  10258. "Asn": {
  10259. "type": "integer"
  10260. },
  10261. "AsnOrg": {},
  10262. "Isp": {},
  10263. "Org": {}
  10264. }
  10265. },
  10266. "Country": {
  10267. "type": "structure",
  10268. "members": {
  10269. "CountryCode": {},
  10270. "CountryName": {}
  10271. }
  10272. },
  10273. "City": {
  10274. "type": "structure",
  10275. "members": {
  10276. "CityName": {}
  10277. }
  10278. },
  10279. "GeoLocation": {
  10280. "type": "structure",
  10281. "members": {
  10282. "Lon": {
  10283. "type": "double"
  10284. },
  10285. "Lat": {
  10286. "type": "double"
  10287. }
  10288. }
  10289. }
  10290. }
  10291. },
  10292. "Sp3": {
  10293. "type": "structure",
  10294. "members": {
  10295. "Port": {
  10296. "type": "integer"
  10297. },
  10298. "PortName": {}
  10299. }
  10300. },
  10301. "Spm": {
  10302. "type": "list",
  10303. "member": {
  10304. "shape": "Spn"
  10305. }
  10306. },
  10307. "Spn": {
  10308. "type": "structure",
  10309. "required": [
  10310. "Id",
  10311. "ProductArn"
  10312. ],
  10313. "members": {
  10314. "Id": {},
  10315. "ProductArn": {}
  10316. }
  10317. },
  10318. "Spt": {
  10319. "type": "structure",
  10320. "required": [
  10321. "StandardsArn",
  10322. "SecurityControlId",
  10323. "AssociationStatus"
  10324. ],
  10325. "members": {
  10326. "StandardsArn": {},
  10327. "SecurityControlId": {},
  10328. "AssociationStatus": {},
  10329. "UpdatedReason": {}
  10330. }
  10331. },
  10332. "Sq0": {
  10333. "type": "map",
  10334. "key": {},
  10335. "value": {}
  10336. },
  10337. "Sq5": {
  10338. "type": "structure",
  10339. "members": {
  10340. "SecurityHub": {
  10341. "type": "structure",
  10342. "members": {
  10343. "ServiceEnabled": {
  10344. "type": "boolean"
  10345. },
  10346. "EnabledStandardIdentifiers": {
  10347. "type": "list",
  10348. "member": {}
  10349. },
  10350. "SecurityControlsConfiguration": {
  10351. "type": "structure",
  10352. "members": {
  10353. "EnabledSecurityControlIdentifiers": {
  10354. "type": "list",
  10355. "member": {}
  10356. },
  10357. "DisabledSecurityControlIdentifiers": {
  10358. "type": "list",
  10359. "member": {}
  10360. },
  10361. "SecurityControlCustomParameters": {
  10362. "type": "list",
  10363. "member": {
  10364. "type": "structure",
  10365. "members": {
  10366. "SecurityControlId": {},
  10367. "Parameters": {
  10368. "shape": "S2a"
  10369. }
  10370. }
  10371. }
  10372. }
  10373. }
  10374. }
  10375. }
  10376. }
  10377. },
  10378. "union": true
  10379. },
  10380. "Sqh": {
  10381. "type": "structure",
  10382. "members": {
  10383. "ProductArn": {
  10384. "shape": "Sx"
  10385. },
  10386. "AwsAccountId": {
  10387. "shape": "Sx"
  10388. },
  10389. "Id": {
  10390. "shape": "Sx"
  10391. },
  10392. "GeneratorId": {
  10393. "shape": "Sx"
  10394. },
  10395. "Region": {
  10396. "shape": "Sx"
  10397. },
  10398. "Type": {
  10399. "shape": "Sx"
  10400. },
  10401. "FirstObservedAt": {
  10402. "shape": "S10"
  10403. },
  10404. "LastObservedAt": {
  10405. "shape": "S10"
  10406. },
  10407. "CreatedAt": {
  10408. "shape": "S10"
  10409. },
  10410. "UpdatedAt": {
  10411. "shape": "S10"
  10412. },
  10413. "SeverityProduct": {
  10414. "shape": "S14",
  10415. "deprecated": true,
  10416. "deprecatedMessage": "This filter is deprecated. Instead, use FindingProviderSeverityOriginal."
  10417. },
  10418. "SeverityNormalized": {
  10419. "shape": "S14",
  10420. "deprecated": true,
  10421. "deprecatedMessage": "This filter is deprecated. Instead, use SeverityLabel or FindingProviderFieldsSeverityLabel."
  10422. },
  10423. "SeverityLabel": {
  10424. "shape": "Sx"
  10425. },
  10426. "Confidence": {
  10427. "shape": "S14"
  10428. },
  10429. "Criticality": {
  10430. "shape": "S14"
  10431. },
  10432. "Title": {
  10433. "shape": "Sx"
  10434. },
  10435. "Description": {
  10436. "shape": "Sx"
  10437. },
  10438. "RecommendationText": {
  10439. "shape": "Sx"
  10440. },
  10441. "SourceUrl": {
  10442. "shape": "Sx"
  10443. },
  10444. "ProductFields": {
  10445. "shape": "S17"
  10446. },
  10447. "ProductName": {
  10448. "shape": "Sx"
  10449. },
  10450. "CompanyName": {
  10451. "shape": "Sx"
  10452. },
  10453. "UserDefinedFields": {
  10454. "shape": "S17"
  10455. },
  10456. "MalwareName": {
  10457. "shape": "Sx"
  10458. },
  10459. "MalwareType": {
  10460. "shape": "Sx"
  10461. },
  10462. "MalwarePath": {
  10463. "shape": "Sx"
  10464. },
  10465. "MalwareState": {
  10466. "shape": "Sx"
  10467. },
  10468. "NetworkDirection": {
  10469. "shape": "Sx"
  10470. },
  10471. "NetworkProtocol": {
  10472. "shape": "Sx"
  10473. },
  10474. "NetworkSourceIpV4": {
  10475. "shape": "Sqi"
  10476. },
  10477. "NetworkSourceIpV6": {
  10478. "shape": "Sqi"
  10479. },
  10480. "NetworkSourcePort": {
  10481. "shape": "S14"
  10482. },
  10483. "NetworkSourceDomain": {
  10484. "shape": "Sx"
  10485. },
  10486. "NetworkSourceMac": {
  10487. "shape": "Sx"
  10488. },
  10489. "NetworkDestinationIpV4": {
  10490. "shape": "Sqi"
  10491. },
  10492. "NetworkDestinationIpV6": {
  10493. "shape": "Sqi"
  10494. },
  10495. "NetworkDestinationPort": {
  10496. "shape": "S14"
  10497. },
  10498. "NetworkDestinationDomain": {
  10499. "shape": "Sx"
  10500. },
  10501. "ProcessName": {
  10502. "shape": "Sx"
  10503. },
  10504. "ProcessPath": {
  10505. "shape": "Sx"
  10506. },
  10507. "ProcessPid": {
  10508. "shape": "S14"
  10509. },
  10510. "ProcessParentPid": {
  10511. "shape": "S14"
  10512. },
  10513. "ProcessLaunchedAt": {
  10514. "shape": "S10"
  10515. },
  10516. "ProcessTerminatedAt": {
  10517. "shape": "S10"
  10518. },
  10519. "ThreatIntelIndicatorType": {
  10520. "shape": "Sx"
  10521. },
  10522. "ThreatIntelIndicatorValue": {
  10523. "shape": "Sx"
  10524. },
  10525. "ThreatIntelIndicatorCategory": {
  10526. "shape": "Sx"
  10527. },
  10528. "ThreatIntelIndicatorLastObservedAt": {
  10529. "shape": "S10"
  10530. },
  10531. "ThreatIntelIndicatorSource": {
  10532. "shape": "Sx"
  10533. },
  10534. "ThreatIntelIndicatorSourceUrl": {
  10535. "shape": "Sx"
  10536. },
  10537. "ResourceType": {
  10538. "shape": "Sx"
  10539. },
  10540. "ResourceId": {
  10541. "shape": "Sx"
  10542. },
  10543. "ResourcePartition": {
  10544. "shape": "Sx"
  10545. },
  10546. "ResourceRegion": {
  10547. "shape": "Sx"
  10548. },
  10549. "ResourceTags": {
  10550. "shape": "S17"
  10551. },
  10552. "ResourceAwsEc2InstanceType": {
  10553. "shape": "Sx"
  10554. },
  10555. "ResourceAwsEc2InstanceImageId": {
  10556. "shape": "Sx"
  10557. },
  10558. "ResourceAwsEc2InstanceIpV4Addresses": {
  10559. "shape": "Sqi"
  10560. },
  10561. "ResourceAwsEc2InstanceIpV6Addresses": {
  10562. "shape": "Sqi"
  10563. },
  10564. "ResourceAwsEc2InstanceKeyName": {
  10565. "shape": "Sx"
  10566. },
  10567. "ResourceAwsEc2InstanceIamInstanceProfileArn": {
  10568. "shape": "Sx"
  10569. },
  10570. "ResourceAwsEc2InstanceVpcId": {
  10571. "shape": "Sx"
  10572. },
  10573. "ResourceAwsEc2InstanceSubnetId": {
  10574. "shape": "Sx"
  10575. },
  10576. "ResourceAwsEc2InstanceLaunchedAt": {
  10577. "shape": "S10"
  10578. },
  10579. "ResourceAwsS3BucketOwnerId": {
  10580. "shape": "Sx"
  10581. },
  10582. "ResourceAwsS3BucketOwnerName": {
  10583. "shape": "Sx"
  10584. },
  10585. "ResourceAwsIamAccessKeyUserName": {
  10586. "shape": "Sx",
  10587. "deprecated": true,
  10588. "deprecatedMessage": "This filter is deprecated. Instead, use ResourceAwsIamAccessKeyPrincipalName."
  10589. },
  10590. "ResourceAwsIamAccessKeyPrincipalName": {
  10591. "shape": "Sx"
  10592. },
  10593. "ResourceAwsIamAccessKeyStatus": {
  10594. "shape": "Sx"
  10595. },
  10596. "ResourceAwsIamAccessKeyCreatedAt": {
  10597. "shape": "S10"
  10598. },
  10599. "ResourceAwsIamUserUserName": {
  10600. "shape": "Sx"
  10601. },
  10602. "ResourceContainerName": {
  10603. "shape": "Sx"
  10604. },
  10605. "ResourceContainerImageId": {
  10606. "shape": "Sx"
  10607. },
  10608. "ResourceContainerImageName": {
  10609. "shape": "Sx"
  10610. },
  10611. "ResourceContainerLaunchedAt": {
  10612. "shape": "S10"
  10613. },
  10614. "ResourceDetailsOther": {
  10615. "shape": "S17"
  10616. },
  10617. "ComplianceStatus": {
  10618. "shape": "Sx"
  10619. },
  10620. "VerificationState": {
  10621. "shape": "Sx"
  10622. },
  10623. "WorkflowState": {
  10624. "shape": "Sx"
  10625. },
  10626. "WorkflowStatus": {
  10627. "shape": "Sx"
  10628. },
  10629. "RecordState": {
  10630. "shape": "Sx"
  10631. },
  10632. "RelatedFindingsProductArn": {
  10633. "shape": "Sx"
  10634. },
  10635. "RelatedFindingsId": {
  10636. "shape": "Sx"
  10637. },
  10638. "NoteText": {
  10639. "shape": "Sx"
  10640. },
  10641. "NoteUpdatedAt": {
  10642. "shape": "S10"
  10643. },
  10644. "NoteUpdatedBy": {
  10645. "shape": "Sx"
  10646. },
  10647. "Keyword": {
  10648. "deprecated": true,
  10649. "deprecatedMessage": "The Keyword property is deprecated.",
  10650. "type": "list",
  10651. "member": {
  10652. "type": "structure",
  10653. "members": {
  10654. "Value": {}
  10655. }
  10656. }
  10657. },
  10658. "FindingProviderFieldsConfidence": {
  10659. "shape": "S14"
  10660. },
  10661. "FindingProviderFieldsCriticality": {
  10662. "shape": "S14"
  10663. },
  10664. "FindingProviderFieldsRelatedFindingsId": {
  10665. "shape": "Sx"
  10666. },
  10667. "FindingProviderFieldsRelatedFindingsProductArn": {
  10668. "shape": "Sx"
  10669. },
  10670. "FindingProviderFieldsSeverityLabel": {
  10671. "shape": "Sx"
  10672. },
  10673. "FindingProviderFieldsSeverityOriginal": {
  10674. "shape": "Sx"
  10675. },
  10676. "FindingProviderFieldsTypes": {
  10677. "shape": "Sx"
  10678. },
  10679. "Sample": {
  10680. "type": "list",
  10681. "member": {
  10682. "type": "structure",
  10683. "members": {
  10684. "Value": {
  10685. "type": "boolean"
  10686. }
  10687. }
  10688. }
  10689. },
  10690. "ComplianceSecurityControlId": {
  10691. "shape": "Sx"
  10692. },
  10693. "ComplianceAssociatedStandardsId": {
  10694. "shape": "Sx"
  10695. },
  10696. "VulnerabilitiesExploitAvailable": {
  10697. "shape": "Sx"
  10698. },
  10699. "VulnerabilitiesFixAvailable": {
  10700. "shape": "Sx"
  10701. },
  10702. "ComplianceSecurityControlParametersName": {
  10703. "shape": "Sx"
  10704. },
  10705. "ComplianceSecurityControlParametersValue": {
  10706. "shape": "Sx"
  10707. },
  10708. "AwsAccountName": {
  10709. "shape": "Sx"
  10710. },
  10711. "ResourceApplicationName": {
  10712. "shape": "Sx"
  10713. },
  10714. "ResourceApplicationArn": {
  10715. "shape": "Sx"
  10716. }
  10717. }
  10718. },
  10719. "Sqi": {
  10720. "type": "list",
  10721. "member": {
  10722. "type": "structure",
  10723. "members": {
  10724. "Cidr": {}
  10725. }
  10726. }
  10727. },
  10728. "Squ": {
  10729. "type": "list",
  10730. "member": {
  10731. "type": "structure",
  10732. "members": {
  10733. "AccountId": {},
  10734. "ProcessingResult": {}
  10735. }
  10736. }
  10737. },
  10738. "Sqx": {
  10739. "type": "list",
  10740. "member": {}
  10741. },
  10742. "Src": {
  10743. "type": "list",
  10744. "member": {}
  10745. },
  10746. "Sro": {
  10747. "type": "structure",
  10748. "members": {
  10749. "ConfigurationType": {},
  10750. "Status": {},
  10751. "StatusMessage": {}
  10752. }
  10753. },
  10754. "Ssr": {
  10755. "type": "structure",
  10756. "members": {
  10757. "AccountId": {},
  10758. "InvitationId": {},
  10759. "InvitedAt": {
  10760. "shape": "S1p"
  10761. },
  10762. "MemberStatus": {}
  10763. }
  10764. },
  10765. "Stt": {
  10766. "type": "list",
  10767. "member": {
  10768. "type": "structure",
  10769. "members": {
  10770. "AccountId": {},
  10771. "Email": {},
  10772. "MasterId": {
  10773. "deprecated": true,
  10774. "deprecatedMessage": "This field is deprecated, use AdministratorId instead."
  10775. },
  10776. "AdministratorId": {},
  10777. "MemberStatus": {},
  10778. "InvitedAt": {
  10779. "shape": "S1p"
  10780. },
  10781. "UpdatedAt": {
  10782. "shape": "S1p"
  10783. }
  10784. }
  10785. }
  10786. },
  10787. "Stx": {
  10788. "type": "structure",
  10789. "required": [
  10790. "SecurityControlId",
  10791. "Title",
  10792. "Description",
  10793. "RemediationUrl",
  10794. "SeverityRating",
  10795. "CurrentRegionAvailability"
  10796. ],
  10797. "members": {
  10798. "SecurityControlId": {},
  10799. "Title": {},
  10800. "Description": {},
  10801. "RemediationUrl": {},
  10802. "SeverityRating": {},
  10803. "CurrentRegionAvailability": {},
  10804. "CustomizableProperties": {
  10805. "type": "list",
  10806. "member": {}
  10807. },
  10808. "ParameterDefinitions": {
  10809. "type": "map",
  10810. "key": {},
  10811. "value": {
  10812. "type": "structure",
  10813. "required": [
  10814. "Description",
  10815. "ConfigurationOptions"
  10816. ],
  10817. "members": {
  10818. "Description": {},
  10819. "ConfigurationOptions": {
  10820. "type": "structure",
  10821. "members": {
  10822. "Integer": {
  10823. "type": "structure",
  10824. "members": {
  10825. "DefaultValue": {
  10826. "type": "integer"
  10827. },
  10828. "Min": {
  10829. "type": "integer"
  10830. },
  10831. "Max": {
  10832. "type": "integer"
  10833. }
  10834. }
  10835. },
  10836. "IntegerList": {
  10837. "type": "structure",
  10838. "members": {
  10839. "DefaultValue": {
  10840. "shape": "S2e"
  10841. },
  10842. "Min": {
  10843. "type": "integer"
  10844. },
  10845. "Max": {
  10846. "type": "integer"
  10847. },
  10848. "MaxItems": {
  10849. "type": "integer"
  10850. }
  10851. }
  10852. },
  10853. "Double": {
  10854. "type": "structure",
  10855. "members": {
  10856. "DefaultValue": {
  10857. "type": "double"
  10858. },
  10859. "Min": {
  10860. "type": "double"
  10861. },
  10862. "Max": {
  10863. "type": "double"
  10864. }
  10865. }
  10866. },
  10867. "String": {
  10868. "type": "structure",
  10869. "members": {
  10870. "DefaultValue": {},
  10871. "Re2Expression": {},
  10872. "ExpressionDescription": {}
  10873. }
  10874. },
  10875. "StringList": {
  10876. "type": "structure",
  10877. "members": {
  10878. "DefaultValue": {
  10879. "shape": "S23"
  10880. },
  10881. "Re2Expression": {},
  10882. "MaxItems": {
  10883. "type": "integer"
  10884. },
  10885. "ExpressionDescription": {}
  10886. }
  10887. },
  10888. "Boolean": {
  10889. "type": "structure",
  10890. "members": {
  10891. "DefaultValue": {
  10892. "type": "boolean"
  10893. }
  10894. }
  10895. },
  10896. "Enum": {
  10897. "type": "structure",
  10898. "members": {
  10899. "DefaultValue": {},
  10900. "AllowedValues": {
  10901. "shape": "S23"
  10902. }
  10903. }
  10904. },
  10905. "EnumList": {
  10906. "type": "structure",
  10907. "members": {
  10908. "DefaultValue": {
  10909. "shape": "S23"
  10910. },
  10911. "MaxItems": {
  10912. "type": "integer"
  10913. },
  10914. "AllowedValues": {
  10915. "shape": "S23"
  10916. }
  10917. }
  10918. }
  10919. },
  10920. "union": true
  10921. }
  10922. }
  10923. }
  10924. }
  10925. }
  10926. }
  10927. }
  10928. }