Skip to content

Commit ede46a9

Browse files
Update CloudFormation specs to 151.0.0 (#2969)
Co-authored-by: kddejong <[email protected]>
1 parent 4c02332 commit ede46a9

File tree

100 files changed

+47492
-34497
lines changed

Some content is hidden

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

100 files changed

+47492
-34497
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def get_version(filename):
4444
zip_safe=False,
4545
install_requires=[
4646
'pyyaml>5.4',
47-
'aws-sam-translator>=1.81.0',
47+
'aws-sam-translator>=1.82.0',
4848
'jsonpatch',
4949
'jsonschema>=3.0,<5',
5050
'networkx>=2.4,<4',

src/cfnlint/data/AdditionalSpecs/Policies.json

+40-1
Original file line numberDiff line numberDiff line change
@@ -2766,13 +2766,21 @@
27662766
"GetClassicReport",
27672767
"GetClassicReportPreferences",
27682768
"GetUsageReport",
2769+
"ListTagsForResource",
27692770
"ModifyReportDefinition",
27702771
"PutClassicReportPreferences",
27712772
"PutReportDefinition",
2773+
"TagResource",
2774+
"UntagResource",
27722775
"ValidateReportDestination"
27732776
],
27742777
"HasResource": true,
2775-
"StringPrefix": "cur"
2778+
"StringPrefix": "cur",
2779+
"conditionKeys": [
2780+
"aws:RequestTag/${TagKey}",
2781+
"aws:ResourceTag/${TagKey}",
2782+
"aws:TagKeys"
2783+
]
27762784
},
27772785
"AWS Customer Verification Service": {
27782786
"Actions": [
@@ -14295,6 +14303,7 @@
1429514303
"CreateImageRecipe",
1429614304
"CreateInfrastructureConfiguration",
1429714305
"CreateLifecyclePolicy",
14306+
"CreateWorkflow",
1429814307
"DeleteComponent",
1429914308
"DeleteContainerRecipe",
1430014309
"DeleteDistributionConfiguration",
@@ -14303,6 +14312,7 @@
1430314312
"DeleteImageRecipe",
1430414313
"DeleteInfrastructureConfiguration",
1430514314
"DeleteLifecyclePolicy",
14315+
"DeleteWorkflow",
1430614316
"GetComponent",
1430714317
"GetComponentPolicy",
1430814318
"GetContainerRecipe",
@@ -14316,6 +14326,7 @@
1431614326
"GetInfrastructureConfiguration",
1431714327
"GetLifecycleExecution",
1431814328
"GetLifecyclePolicy",
14329+
"GetWorkflow",
1431914330
"GetWorkflowExecution",
1432014331
"GetWorkflowStepExecution",
1432114332
"ImportComponent",
@@ -14337,12 +14348,16 @@
1433714348
"ListLifecycleExecutions",
1433814349
"ListLifecyclePolicies",
1433914350
"ListTagsForResource",
14351+
"ListWaitingWorkflowSteps",
14352+
"ListWorkflowBuildVersions",
1434014353
"ListWorkflowExecutions",
1434114354
"ListWorkflowStepExecutions",
14355+
"ListWorkflows",
1434214356
"PutComponentPolicy",
1434314357
"PutContainerRecipePolicy",
1434414358
"PutImagePolicy",
1434514359
"PutImageRecipePolicy",
14360+
"SendWorkflowStepAction",
1434614361
"StartImagePipelineExecution",
1434714362
"StartResourceStateUpdate",
1434814363
"TagResource",
@@ -15274,30 +15289,42 @@
1527415289
"CreateKxChangeset",
1527515290
"CreateKxCluster",
1527615291
"CreateKxDatabase",
15292+
"CreateKxDataview",
1527715293
"CreateKxEnvironment",
15294+
"CreateKxScalingGroup",
1527815295
"CreateKxUser",
15296+
"CreateKxVolume",
1527915297
"CreateUser",
1528015298
"DeleteEnvironment",
1528115299
"DeleteKxCluster",
1528215300
"DeleteKxDatabase",
15301+
"DeleteKxDataview",
1528315302
"DeleteKxEnvironment",
15303+
"DeleteKxScalingGroup",
1528415304
"DeleteKxUser",
15305+
"DeleteKxVolume",
1528515306
"GetEnvironment",
1528615307
"GetKxChangeset",
1528715308
"GetKxCluster",
1528815309
"GetKxConnectionString",
1528915310
"GetKxDatabase",
15311+
"GetKxDataview",
1529015312
"GetKxEnvironment",
15313+
"GetKxScalingGroup",
1529115314
"GetKxUser",
15315+
"GetKxVolume",
1529215316
"GetLoadSampleDataSetGroupIntoEnvironmentStatus",
1529315317
"GetUser",
1529415318
"ListEnvironments",
1529515319
"ListKxChangesets",
1529615320
"ListKxClusterNodes",
1529715321
"ListKxClusters",
1529815322
"ListKxDatabases",
15323+
"ListKxDataviews",
1529915324
"ListKxEnvironments",
15325+
"ListKxScalingGroups",
1530015326
"ListKxUsers",
15327+
"ListKxVolumes",
1530115328
"ListTagsForResource",
1530215329
"ListUsers",
1530315330
"LoadSampleDataSetGroupIntoEnvironment",
@@ -15309,9 +15336,11 @@
1530915336
"UpdateKxClusterCodeConfiguration",
1531015337
"UpdateKxClusterDatabases",
1531115338
"UpdateKxDatabase",
15339+
"UpdateKxDataview",
1531215340
"UpdateKxEnvironment",
1531315341
"UpdateKxEnvironmentNetwork",
1531415342
"UpdateKxUser",
15343+
"UpdateKxVolume",
1531515344
"UpdateUser"
1531615345
],
1531715346
"HasResource": true,
@@ -16422,6 +16451,7 @@
1642216451
"DescribeBotChannel",
1642316452
"DescribeBotLocale",
1642416453
"DescribeBotRecommendation",
16454+
"DescribeBotResourceGeneration",
1642516455
"DescribeBotVersion",
1642616456
"DescribeCustomVocabulary",
1642716457
"DescribeCustomVocabularyMetadata",
@@ -16435,13 +16465,15 @@
1643516465
"DescribeTestSet",
1643616466
"DescribeTestSetDiscrepancyReport",
1643716467
"DescribeTestSetGeneration",
16468+
"GenerateBotElement",
1643816469
"GetSession",
1643916470
"GetTestExecutionArtifactsUrl",
1644016471
"ListAggregatedUtterances",
1644116472
"ListBotAliases",
1644216473
"ListBotChannels",
1644316474
"ListBotLocales",
1644416475
"ListBotRecommendations",
16476+
"ListBotResourceGenerations",
1644516477
"ListBotVersions",
1644616478
"ListBots",
1644716479
"ListBuiltInIntents",
@@ -16468,6 +16500,7 @@
1646816500
"RecognizeUtterance",
1646916501
"SearchAssociatedTranscripts",
1647016502
"StartBotRecommendation",
16503+
"StartBotResourceGeneration",
1647116504
"StartConversation",
1647216505
"StartImport",
1647316506
"StartTestExecution",
@@ -17437,13 +17470,19 @@
1743717470
"Actions": [
1743817471
"AssociateProjectAdminUser",
1743917472
"CreateProject",
17473+
"CreateProjectUserAssociation",
17474+
"CreateUserAccessRoleAssociation",
1744017475
"DeleteProject",
17476+
"DeleteProjectUserAssociation",
17477+
"DeleteUserAccessRoleAssociation",
1744117478
"DisassociateProjectAdminUser",
1744217479
"GetProject",
1744317480
"GetProjectAdminUser",
1744417481
"ListProjectAdminUsers",
17482+
"ListProjectUserAssociations",
1744517483
"ListProjects",
1744617484
"ListTagsForResource",
17485+
"ListUserAccessRoleAssociations",
1744717486
"TagResource",
1744817487
"UntagResource",
1744917488
"UpdateProject"

0 commit comments

Comments
 (0)