Skip to content

Commit c403f19

Browse files
Update CloudFormation schemas to 2025-05-21 (#4142)
Co-authored-by: kddejong <[email protected]>
1 parent ae80a38 commit c403f19

File tree

621 files changed

+69687
-151866
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

621 files changed

+69687
-151866
lines changed

src/cfnlint/data/AdditionalSpecs/Policies.json

Lines changed: 125 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14802,6 +14802,7 @@
1480214802
},
1480314803
"enabletopologydiscovery": {},
1480414804
"generatequery": {},
14805+
"generatequeryresultssummary": {},
1480514806
"getdashboard": {
1480614807
"Resources": [
1480714808
"dashboard"
@@ -16852,6 +16853,11 @@
1685216853
]
1685316854
},
1685416855
"listactiontypes": {},
16856+
"listdeployactionexecutiontargets": {
16857+
"Resources": [
16858+
"pipeline"
16859+
]
16860+
},
1685516861
"listpipelineexecutions": {
1685616862
"Resources": [
1685716863
"pipeline"
@@ -35518,8 +35524,10 @@
3551835524
},
3551935525
"createarchive": {
3552035526
"Resources": [
35527+
"alias",
3552135528
"archive",
35522-
"event-bus"
35529+
"event-bus",
35530+
"key"
3552335531
]
3552435532
},
3552535533
"createconnection": {
@@ -35740,7 +35748,9 @@
3574035748
},
3574135749
"updatearchive": {
3574235750
"Resources": [
35743-
"archive"
35751+
"alias",
35752+
"archive",
35753+
"key"
3574435754
]
3574535755
},
3574635756
"updateconnection": {
@@ -35760,6 +35770,11 @@
3576035770
}
3576135771
},
3576235772
"Resources": {
35773+
"alias": {
35774+
"ARNFormats": [
35775+
"arn:${Partition}:kms:${Region}:${Account}:alias/.*"
35776+
]
35777+
},
3576335778
"api-destination": {
3576435779
"ARNFormats": [
3576535780
"arn:${Partition}:events:${Region}:${Account}:api-destination/.*"
@@ -35798,6 +35813,11 @@
3579835813
"arn:${Partition}:events:${Region}::event-source/.*"
3579935814
]
3580035815
},
35816+
"key": {
35817+
"ARNFormats": [
35818+
"arn:${Partition}:kms:${Region}:${Account}:key/.*"
35819+
]
35820+
},
3580135821
"reboot-instance": {
3580235822
"ARNFormats": [
3580335823
"arn:${Partition}:events:${Region}:${Account}:target/reboot-instance"
@@ -57637,6 +57657,21 @@
5763757657
"imageset"
5763857658
]
5763957659
},
57660+
"searchdicominstances": {
57661+
"Resources": [
57662+
"datastore"
57663+
]
57664+
},
57665+
"searchdicomseries": {
57666+
"Resources": [
57667+
"datastore"
57668+
]
57669+
},
57670+
"searchdicomstudies": {
57671+
"Resources": [
57672+
"datastore"
57673+
]
57674+
},
5764057675
"searchimagesets": {
5764157676
"Resources": [
5764257677
"datastore"
@@ -65450,6 +65485,12 @@
6545065485
"domains"
6545165486
]
6545265487
},
65488+
"createdomainlayout": {
65489+
"Resources": [
65490+
"domains",
65491+
"layouts"
65492+
]
65493+
},
6545365494
"createeventstream": {
6545465495
"Resources": [
6545565496
"domains",
@@ -65506,6 +65547,12 @@
6550665547
"domains"
6550765548
]
6550865549
},
65550+
"deletedomainlayout": {
65551+
"Resources": [
65552+
"domains",
65553+
"layouts"
65554+
]
65555+
},
6550965556
"deleteeventstream": {
6551065557
"Resources": [
6551165558
"domains",
@@ -65584,6 +65631,12 @@
6558465631
"domains"
6558565632
]
6558665633
},
65634+
"getdomainlayout": {
65635+
"Resources": [
65636+
"domains",
65637+
"layouts"
65638+
]
65639+
},
6558765640
"geteventstream": {
6558865641
"Resources": [
6558965642
"domains",
@@ -65673,6 +65726,11 @@
6567365726
"domains"
6567465727
]
6567565728
},
65729+
"listdomainlayouts": {
65730+
"Resources": [
65731+
"domains"
65732+
]
65733+
},
6567665734
"listdomains": {},
6567765735
"listeventstreams": {
6567865736
"Resources": [
@@ -65798,6 +65856,12 @@
6579865856
"domains"
6579965857
]
6580065858
},
65859+
"updatedomainlayout": {
65860+
"Resources": [
65861+
"domains",
65862+
"layouts"
65863+
]
65864+
},
6580165865
"updateeventtrigger": {
6580265866
"Resources": [
6580365867
"domains",
@@ -65851,6 +65915,14 @@
6585165915
"aws:ResourceTag/${TagKey}"
6585265916
]
6585365917
},
65918+
"layouts": {
65919+
"ARNFormats": [
65920+
"arn:${Partition}:profile:${Region}:${Account}:domains/.*"
65921+
],
65922+
"ConditionKeys": [
65923+
"aws:ResourceTag/${TagKey}"
65924+
]
65925+
},
6585465926
"object-types": {
6585565927
"ARNFormats": [
6585665928
"arn:${Partition}:profile:${Region}:${Account}:domains/.*"
@@ -71859,7 +71931,11 @@
7185971931
"application"
7186071932
]
7186171933
},
71862-
"createapp": {},
71934+
"createapp": {
71935+
"Resources": [
71936+
"application"
71937+
]
71938+
},
7186371939
"createappversionappcomponent": {
7186471940
"Resources": [
7186571941
"application"
@@ -71875,7 +71951,11 @@
7187571951
"application"
7187671952
]
7187771953
},
71878-
"createresiliencypolicy": {},
71954+
"createresiliencypolicy": {
71955+
"Resources": [
71956+
"resiliency-policy"
71957+
]
71958+
},
7187971959
"deleteapp": {
7188071960
"Resources": [
7188171961
"application"
@@ -85758,6 +85838,7 @@
8575885838
"createcase": {},
8575985839
"describeattachment": {},
8576085840
"describecaseattributes": {},
85841+
"describecaseoptions": {},
8576185842
"describecases": {},
8576285843
"describecommunication": {},
8576385844
"describecommunications": {},
@@ -85779,7 +85860,8 @@
8577985860
"refreshtrustedadvisorcheck": {},
8578085861
"resolvecase": {},
8578185862
"searchforcases": {},
85782-
"startinteraction": {}
85863+
"startinteraction": {},
85864+
"updatecaseseverity": {}
8578385865
},
8578485866
"Resources": {}
8578585867
},
@@ -87543,6 +87625,36 @@
8754387625
}
8754487626
}
8754587627
},
87628+
"transform": {
87629+
"Actions": {
87630+
"associateconnectorresource": {},
87631+
"createprofile": {
87632+
"Resources": [
87633+
"profile"
87634+
]
87635+
},
87636+
"deleteprofile": {
87637+
"Resources": [
87638+
"profile"
87639+
]
87640+
},
87641+
"getconnector": {},
87642+
"listprofiles": {},
87643+
"rejectconnector": {},
87644+
"updateprofile": {
87645+
"Resources": [
87646+
"profile"
87647+
]
87648+
}
87649+
},
87650+
"Resources": {
87651+
"profile": {
87652+
"ARNFormats": [
87653+
"arn:${Partition}:transform:${Region}:${Account}:profile/.*"
87654+
]
87655+
}
87656+
}
87657+
},
8754687658
"translate": {
8754787659
"Actions": {
8754887660
"createparalleldata": {
@@ -87795,6 +87907,14 @@
8779587907
},
8779687908
"Resources": {}
8779787909
},
87910+
"uxc": {
87911+
"Actions": {
87912+
"deleteaccountcolor": {},
87913+
"getaccountcolor": {},
87914+
"putaccountcolor": {}
87915+
},
87916+
"Resources": {}
87917+
},
8779887918
"vendor-insights": {
8779987919
"Actions": {
8780087920
"activatesecurityprofile": {
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"5bef31b280faaab90ccbce407e654367\"", "url": "https://schema.cloudformation.eu-south-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"fdfb35f277ca46529eafcb74fac14833\"", "url": "https://schema.cloudformation.eu-south-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"08cb6bb564084b1249c860e8fefe4d01\"", "url": "https://schema.cloudformation.cn-north-1.amazonaws.com.cn/CloudformationSchema.zip"}
1+
{"etag": "\"f9a6d5a2547df350b5d3f5c48a015f6d\"", "url": "https://schema.cloudformation.cn-north-1.amazonaws.com.cn/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"7b09758c6524543194cde5f016239e68\"", "url": "https://schema.cloudformation.us-gov-east-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"c3b603c55e759788d96dab748b471677\"", "url": "https://schema.cloudformation.us-gov-east-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"acf7c3e9bed9a7256b74f3d8a522ac86\"", "url": "https://schema.cloudformation.me-south-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"ae1ded9b1191b4473430968ad068d16b\"", "url": "https://schema.cloudformation.me-south-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"a3390e84cbd99677d0457b2fc303e718\"", "url": "https://schema.cloudformation.us-gov-west-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"2eabb77ebc8c7a7dbd5f97c69a6b2c6b\"", "url": "https://schema.cloudformation.us-gov-west-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"ed274a2b6b8a959d088fb9ba52b7fddc\"", "url": "https://schema.cloudformation.me-central-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"c47b8d9517da2b410228d320834c60c7\"", "url": "https://schema.cloudformation.me-central-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"da71cf4d891242cf56c58fa13f19a5fe\"", "url": "https://schema.cloudformation.eu-west-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"019dd5dfb2446cb2bb685cfe5958ffc7\"", "url": "https://schema.cloudformation.eu-west-2.amazonaws.com/CloudformationSchema.zip"}

src/cfnlint/data/DownloadsMetadata/371e40c90b2e47c99f6e275e060ee83a3fbf0a0fb76625ba46dbe42abd34333c.meta.json

Lines changed: 0 additions & 1 deletion
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"60e0452e92dde00782fe7e463c79a435\"", "url": "https://schema.cloudformation.af-south-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"f71f75f23ed1aa24cd5aa7609db7bd86\"", "url": "https://schema.cloudformation.af-south-1.amazonaws.com/CloudformationSchema.zip"}

0 commit comments

Comments
 (0)