Skip to content

Commit f435977

Browse files
kddejonggithub-actions[bot]
authored andcommitted
Update CloudFormation schemas to 2026-04-22
1 parent 1b0250f commit f435977

96 files changed

Lines changed: 3750 additions & 1578 deletions

File tree

Some content is hidden

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

src/cfnlint/data/AdditionalSpecs/Policies.json

Lines changed: 131 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7867,6 +7867,11 @@
78677867
]
78687868
},
78697869
"getentitlements": {},
7870+
"getinvoicesubmissiontask": {
7871+
"Resources": [
7872+
"InvoiceSubmissionTask"
7873+
]
7874+
},
78707875
"getlisting": {
78717876
"Resources": [
78727877
"Listing"
@@ -7919,6 +7924,8 @@
79197924
"Product"
79207925
]
79217926
},
7927+
"listinvoicesubmissiontasks": {},
7928+
"listpayables": {},
79227929
"listprivatelistings": {},
79237930
"listprivatemarketplacerequests": {},
79247931
"listpurchaseoptions": {
@@ -7930,7 +7937,8 @@
79307937
"Resources": [
79317938
"ChangeSet",
79327939
"DeploymentParameter",
7933-
"Entity"
7940+
"Entity",
7941+
"InvoiceSubmissionTask"
79347942
]
79357943
},
79367944
"meterusage": {},
@@ -7969,20 +7977,27 @@
79697977
"Entity"
79707978
]
79717979
},
7980+
"startinvoicesubmissiontask": {
7981+
"Resources": [
7982+
"InvoiceSubmissionTask"
7983+
]
7984+
},
79727985
"subscribe": {},
79737986
"tagresource": {
79747987
"Resources": [
79757988
"ChangeSet",
79767989
"DeploymentParameter",
7977-
"Entity"
7990+
"Entity",
7991+
"InvoiceSubmissionTask"
79787992
]
79797993
},
79807994
"unsubscribe": {},
79817995
"untagresource": {
79827996
"Resources": [
79837997
"ChangeSet",
79847998
"DeploymentParameter",
7985-
"Entity"
7999+
"Entity",
8000+
"InvoiceSubmissionTask"
79868001
]
79878002
},
79888003
"updateagreementapprovalrequest": {},
@@ -8028,6 +8043,14 @@
80288043
"catalog:ChangeType"
80298044
]
80308045
},
8046+
"invoicesubmissiontask": {
8047+
"ARNFormats": [
8048+
"arn:${Partition}:aws-marketplace:${Region}:${Account}:catalog/.*"
8049+
],
8050+
"ConditionKeys": [
8051+
"aws:ResourceTag/${TagKey}"
8052+
]
8053+
},
80318054
"listing": {
80328055
"ARNFormats": [
80338056
"arn:${Partition}:aws-marketplace:::catalog/.*"
@@ -43866,6 +43889,7 @@
4386643889
"Resources": [
4386743890
"api-key",
4386843891
"geofence-collection",
43892+
"job",
4386943893
"map",
4387043894
"place-index",
4387143895
"route-calculator",
@@ -43906,6 +43930,7 @@
4390643930
"Resources": [
4390743931
"api-key",
4390843932
"geofence-collection",
43933+
"job",
4390943934
"map",
4391043935
"place-index",
4391143936
"route-calculator",
@@ -43916,6 +43941,7 @@
4391643941
"Resources": [
4391743942
"api-key",
4391843943
"geofence-collection",
43944+
"job",
4391943945
"map",
4392043946
"place-index",
4392143947
"route-calculator",
@@ -43976,6 +44002,14 @@
4397644002
"geo:GeofenceIds"
4397744003
]
4397844004
},
44005+
"job": {
44006+
"ARNFormats": [
44007+
"arn:${Partition}:geo:${Region}:${Account}:job/.*"
44008+
],
44009+
"ConditionKeys": [
44010+
"aws:ResourceTag/${TagKey}"
44011+
]
44012+
},
4397944013
"map": {
4398044014
"ARNFormats": [
4398144015
"arn:${Partition}:geo:${Region}:${Account}:map/.*"
@@ -85285,6 +85319,9 @@
8528585319
"addtags": {
8528685320
"Resources": [
8528785321
"action",
85322+
"ai-benchmark-job",
85323+
"ai-recommendation-job",
85324+
"ai-workload-config",
8528885325
"algorithm",
8528985326
"app",
8529085327
"app-image-config",
@@ -85402,6 +85439,21 @@
8540285439
"action"
8540385440
]
8540485441
},
85442+
"createaibenchmarkjob": {
85443+
"Resources": [
85444+
"ai-benchmark-job"
85445+
]
85446+
},
85447+
"createairecommendationjob": {
85448+
"Resources": [
85449+
"ai-recommendation-job"
85450+
]
85451+
},
85452+
"createaiworkloadconfig": {
85453+
"Resources": [
85454+
"ai-workload-config"
85455+
]
85456+
},
8540585457
"createalgorithm": {
8540685458
"Resources": [
8540785459
"algorithm"
@@ -85765,6 +85817,21 @@
8576585817
"action"
8576685818
]
8576785819
},
85820+
"deleteaibenchmarkjob": {
85821+
"Resources": [
85822+
"ai-benchmark-job"
85823+
]
85824+
},
85825+
"deleteairecommendationjob": {
85826+
"Resources": [
85827+
"ai-recommendation-job"
85828+
]
85829+
},
85830+
"deleteaiworkloadconfig": {
85831+
"Resources": [
85832+
"ai-workload-config"
85833+
]
85834+
},
8576885835
"deletealgorithm": {
8576985836
"Resources": [
8577085837
"algorithm"
@@ -86036,6 +86103,9 @@
8603686103
"deletetags": {
8603786104
"Resources": [
8603886105
"action",
86106+
"ai-benchmark-job",
86107+
"ai-recommendation-job",
86108+
"ai-workload-config",
8603986109
"algorithm",
8604086110
"app",
8604186111
"app-image-config",
@@ -86141,6 +86211,21 @@
8614186211
"action"
8614286212
]
8614386213
},
86214+
"describeaibenchmarkjob": {
86215+
"Resources": [
86216+
"ai-benchmark-job"
86217+
]
86218+
},
86219+
"describeairecommendationjob": {
86220+
"Resources": [
86221+
"ai-recommendation-job"
86222+
]
86223+
},
86224+
"describeaiworkloadconfig": {
86225+
"Resources": [
86226+
"ai-workload-config"
86227+
]
86228+
},
8614486229
"describealgorithm": {
8614586230
"Resources": [
8614686231
"algorithm"
@@ -86570,6 +86655,9 @@
8657086655
]
8657186656
},
8657286657
"listactions": {},
86658+
"listaibenchmarkjobs": {},
86659+
"listairecommendationjobs": {},
86660+
"listaiworkloadconfigs": {},
8657386661
"listalgorithms": {},
8657486662
"listaliases": {
8657586663
"Resources": [
@@ -86712,6 +86800,9 @@
8671286800
"listtags": {
8671386801
"Resources": [
8671486802
"action",
86803+
"ai-benchmark-job",
86804+
"ai-recommendation-job",
86805+
"ai-workload-config",
8671586806
"algorithm",
8671686807
"app",
8671786808
"app-image-config",
@@ -86881,6 +86972,16 @@
8688186972
"space"
8688286973
]
8688386974
},
86975+
"stopaibenchmarkjob": {
86976+
"Resources": [
86977+
"ai-benchmark-job"
86978+
]
86979+
},
86980+
"stopairecommendationjob": {
86981+
"Resources": [
86982+
"ai-recommendation-job"
86983+
]
86984+
},
8688486985
"stopautomljob": {
8688586986
"Resources": [
8688686987
"automl-job"
@@ -87224,6 +87325,33 @@
8722487325
"sagemaker:ResourceTag/${TagKey}"
8722587326
]
8722687327
},
87328+
"ai-benchmark-job": {
87329+
"ARNFormats": [
87330+
"arn:${Partition}:sagemaker:${Region}:${Account}:ai-benchmark-job/.*"
87331+
],
87332+
"ConditionKeys": [
87333+
"aws:ResourceTag/${TagKey}",
87334+
"sagemaker:ResourceTag/${TagKey}"
87335+
]
87336+
},
87337+
"ai-recommendation-job": {
87338+
"ARNFormats": [
87339+
"arn:${Partition}:sagemaker:${Region}:${Account}:ai-recommendation-job/.*"
87340+
],
87341+
"ConditionKeys": [
87342+
"aws:ResourceTag/${TagKey}",
87343+
"sagemaker:ResourceTag/${TagKey}"
87344+
]
87345+
},
87346+
"ai-workload-config": {
87347+
"ARNFormats": [
87348+
"arn:${Partition}:sagemaker:${Region}:${Account}:ai-workload-config/.*"
87349+
],
87350+
"ConditionKeys": [
87351+
"aws:ResourceTag/${TagKey}",
87352+
"sagemaker:ResourceTag/${TagKey}"
87353+
]
87354+
},
8722787355
"algorithm": {
8722887356
"ARNFormats": [
8722987357
"arn:${Partition}:sagemaker:${Region}:${Account}:algorithm/.*"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"40f5c64d3b49f62907ac3b11bf39b2f6\"", "url": "https://schema.cloudformation.ap-east-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"5eb5b632d5535b4c8e54c9d0a6b76341\"", "url": "https://schema.cloudformation.ap-east-2.amazonaws.com/CloudformationSchema.zip"}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"1e255ed16a827adef12bf2548005f087\"", "url": "https://schema.cloudformation.eu-south-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"119a0ac7a47a95994d081ac0f1c724ea\"", "url": "https://schema.cloudformation.eu-south-1.amazonaws.com/CloudformationSchema.zip"}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"c61a89c6797911cc45b686174fb40ad9\"", "url": "https://schema.cloudformation.cn-north-1.amazonaws.com.cn/CloudformationSchema.zip"}
1+
{"etag": "\"6dc8f0a01398aae9737ec952784ad969\"", "url": "https://schema.cloudformation.cn-north-1.amazonaws.com.cn/CloudformationSchema.zip"}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"09d0b2cc1eb2584dc74a2e53dc8e0e1e\"", "url": "https://schema.cloudformation.us-gov-east-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"b160a24cc9b695cf94016aa6983823aa\"", "url": "https://schema.cloudformation.us-gov-east-1.amazonaws.com/CloudformationSchema.zip"}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"a7816ac5b3384bd45620a9cf3fa03713\"", "url": "https://schema.cloudformation.us-gov-west-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"6eb0e335bb61afc0eb923b99e84fb731\"", "url": "https://schema.cloudformation.us-gov-west-1.amazonaws.com/CloudformationSchema.zip"}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"c5bbcf77fc5ecdbb9dc29bfe68f8e50b\"", "url": "https://schema.cloudformation.eu-west-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"288ccdfcc1f2b04ea4c4532ae65dddd9\"", "url": "https://schema.cloudformation.eu-west-2.amazonaws.com/CloudformationSchema.zip"}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"db36394c896f9aafd8c53a973c4cb361\"", "url": "https://schema.cloudformation.cn-northwest-1.amazonaws.com.cn/CloudformationSchema.zip"}
1+
{"etag": "\"402b9f3da21bf8900e284d86140c456f\"", "url": "https://schema.cloudformation.cn-northwest-1.amazonaws.com.cn/CloudformationSchema.zip"}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"689845c4d16d6b0cd23524881fba68c9\"", "url": "https://schema.cloudformation.af-south-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"352389e228f4c0c8edc8249bdd549e27\"", "url": "https://schema.cloudformation.af-south-1.amazonaws.com/CloudformationSchema.zip"}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"d0f91d636ee245b4f4289074a2299e8c\"", "url": "https://schema.cloudformation.us-west-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"758e4db6991ebdc56f80f6b839f966e5\"", "url": "https://schema.cloudformation.us-west-1.amazonaws.com/CloudformationSchema.zip"}

0 commit comments

Comments
 (0)