Skip to content

Commit 32723f3

Browse files
Update CloudFormation specs to 134.0.0 (#2833)
Co-authored-by: kddejong <[email protected]>
1 parent c19cff4 commit 32723f3

34 files changed

+17504
-18285
lines changed

src/cfnlint/data/AdditionalSpecs/Policies.json

+29-1
Original file line numberDiff line numberDiff line change
@@ -1350,26 +1350,33 @@
13501350
"ARNFormat": "arn:aws:cleanrooms:${Region}:${Account}:${ResourceType}/${PathToResource}",
13511351
"ARNRegex": "^arn:aws:cleanrooms:.+",
13521352
"Actions": [
1353+
"BatchGetCollaborationAnalysisTemplate",
13531354
"BatchGetSchema",
1355+
"CreateAnalysisTemplate",
13541356
"CreateCollaboration",
13551357
"CreateConfiguredTable",
13561358
"CreateConfiguredTableAnalysisRule",
13571359
"CreateConfiguredTableAssociation",
13581360
"CreateMembership",
1361+
"DeleteAnalysisTemplate",
13591362
"DeleteCollaboration",
13601363
"DeleteConfiguredTable",
13611364
"DeleteConfiguredTableAnalysisRule",
13621365
"DeleteConfiguredTableAssociation",
13631366
"DeleteMember",
13641367
"DeleteMembership",
1368+
"GetAnalysisTemplate",
13651369
"GetCollaboration",
1370+
"GetCollaborationAnalysisTemplate",
13661371
"GetConfiguredTable",
13671372
"GetConfiguredTableAnalysisRule",
13681373
"GetConfiguredTableAssociation",
13691374
"GetMembership",
13701375
"GetProtectedQuery",
13711376
"GetSchema",
13721377
"GetSchemaAnalysisRule",
1378+
"ListAnalysisTemplates",
1379+
"ListCollaborationAnalysisTemplates",
13731380
"ListCollaborations",
13741381
"ListConfiguredTableAssociations",
13751382
"ListConfiguredTables",
@@ -1381,6 +1388,7 @@
13811388
"StartProtectedQuery",
13821389
"TagResource",
13831390
"UntagResource",
1391+
"UpdateAnalysisTemplate",
13841392
"UpdateCollaboration",
13851393
"UpdateConfiguredTable",
13861394
"UpdateConfiguredTableAnalysisRule",
@@ -2620,6 +2628,7 @@
26202628
"AddStorageSystem",
26212629
"CancelTaskExecution",
26222630
"CreateAgent",
2631+
"CreateLocationAzureBlob",
26232632
"CreateLocationEfs",
26242633
"CreateLocationFsxLustre",
26252634
"CreateLocationFsxOntap",
@@ -2636,6 +2645,7 @@
26362645
"DeleteTask",
26372646
"DescribeAgent",
26382647
"DescribeDiscoveryJob",
2648+
"DescribeLocationAzureBlob",
26392649
"DescribeLocationEfs",
26402650
"DescribeLocationFsxLustre",
26412651
"DescribeLocationFsxOntap",
@@ -2667,6 +2677,7 @@
26672677
"UntagResource",
26682678
"UpdateAgent",
26692679
"UpdateDiscoveryJob",
2680+
"UpdateLocationAzureBlob",
26702681
"UpdateLocationHdfs",
26712682
"UpdateLocationNfs",
26722683
"UpdateLocationObjectStorage",
@@ -3669,6 +3680,7 @@
36693680
"DeleteReservation",
36703681
"DeleteSchedule",
36713682
"DeleteTags",
3683+
"DescribeAccountConfiguration",
36723684
"DescribeChannel",
36733685
"DescribeInput",
36743686
"DescribeInputDevice",
@@ -3679,6 +3691,7 @@
36793691
"DescribeOffering",
36803692
"DescribeReservation",
36813693
"DescribeSchedule",
3694+
"DescribeThumbnails",
36823695
"ListChannels",
36833696
"ListInputDeviceTransfers",
36843697
"ListInputDevices",
@@ -3698,6 +3711,7 @@
36983711
"StopChannel",
36993712
"StopMultiplex",
37003713
"TransferInputDevice",
3714+
"UpdateAccountConfiguration",
37013715
"UpdateChannel",
37023716
"UpdateChannelClass",
37033717
"UpdateInput",
@@ -6649,6 +6663,7 @@
66496663
"GetDataSetImportTask",
66506664
"GetDeployment",
66516665
"GetEnvironment",
6666+
"GetSignedBluinsightsUrl",
66526667
"ListApplicationVersions",
66536668
"ListApplications",
66546669
"ListBatchJobDefinitions",
@@ -7778,11 +7793,12 @@
77787793
"rbin:Request/ResourceType"
77797794
]
77807795
},
7781-
"AWS Resilience Hub Service": {
7796+
"AWS Resilience Hub": {
77827797
"ARNFormat": "arn:aws:resiliencehub:${Region}:${Account}:${ResourceType}/${ResourceId}",
77837798
"ARNRegex": "^arn:aws:resiliencehub:.+",
77847799
"Actions": [
77857800
"AddDraftAppVersionResourceMappings",
7801+
"BatchUpdateRecommendationStatus",
77867802
"CreateApp",
77877803
"CreateAppVersionAppComponent",
77887804
"CreateAppVersionResource",
@@ -7806,6 +7822,7 @@
78067822
"DescribeResiliencyPolicy",
78077823
"ImportResourcesToDraftAppVersion",
78087824
"ListAlarmRecommendations",
7825+
"ListAppAssessmentComplianceDrifts",
78097826
"ListAppAssessments",
78107827
"ListAppComponentCompliances",
78117828
"ListAppComponentRecommendations",
@@ -14923,6 +14940,7 @@
1492314940
"AssociateMember",
1492414941
"BatchGetAccountStatus",
1492514942
"BatchGetCodeSnippet",
14943+
"BatchGetFindingDetails",
1492614944
"BatchGetFreeTrialInfo",
1492714945
"BatchGetMemberEc2DeepInspectionStatus",
1492814946
"BatchUpdateMemberEc2DeepInspectionStatus",
@@ -15820,27 +15838,35 @@
1582015838
"DeleteLabel",
1582115839
"DeleteLabelGroup",
1582215840
"DeleteModel",
15841+
"DeleteResourcePolicy",
1582315842
"DescribeDataIngestionJob",
1582415843
"DescribeDataset",
1582515844
"DescribeInferenceScheduler",
1582615845
"DescribeLabelGroup",
1582715846
"DescribeModel",
15847+
"DescribeModelVersion",
15848+
"DescribeResourcePolicy",
1582815849
"Describelabel",
15850+
"ImportDataset",
15851+
"ImportModelVersion",
1582915852
"ListDataIngestionJobs",
1583015853
"ListDatasets",
1583115854
"ListInferenceEvents",
1583215855
"ListInferenceExecutions",
1583315856
"ListInferenceSchedulers",
1583415857
"ListLabelGroups",
1583515858
"ListLabels",
15859+
"ListModelVersions",
1583615860
"ListModels",
1583715861
"ListSensorStatistics",
1583815862
"ListTagsForResource",
15863+
"PutResourcePolicy",
1583915864
"StartDataIngestionJob",
1584015865
"StartInferenceScheduler",
1584115866
"StopInferenceScheduler",
1584215867
"TagResource",
1584315868
"UntagResource",
15869+
"UpdateActiveModelVersion",
1584415870
"UpdateInferenceScheduler",
1584515871
"UpdateLabelGroup"
1584615872
],
@@ -17439,6 +17465,7 @@
1743917465
"DeleteBlueGreenDeployment",
1744017466
"DeleteCustomDBEngineVersion",
1744117467
"DeleteDBCluster",
17468+
"DeleteDBClusterAutomatedBackup",
1744217469
"DeleteDBClusterEndpoint",
1744317470
"DeleteDBClusterParameterGroup",
1744417471
"DeleteDBClusterSnapshot",
@@ -17457,6 +17484,7 @@
1745717484
"DescribeAccountAttributes",
1745817485
"DescribeBlueGreenDeployments",
1745917486
"DescribeCertificates",
17487+
"DescribeDBClusterAutomatedBackups",
1746017488
"DescribeDBClusterBacktracks",
1746117489
"DescribeDBClusterEndpoints",
1746217490
"DescribeDBClusterParameterGroups",

0 commit comments

Comments
 (0)