Skip to content

Commit

Permalink
Update CloudFormation specs to 161.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong authored and github-actions[bot] committed Feb 22, 2024
1 parent 374bca8 commit 422d178
Show file tree
Hide file tree
Showing 70 changed files with 8,320 additions and 10,602 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def get_version(filename):
zip_safe=False,
install_requires=[
'pyyaml>5.4',
'aws-sam-translator>=1.84.0',
'aws-sam-translator>=1.85.0',
'jsonpatch',
'jsonschema>=3.0,<5',
'networkx>=2.4,<4',
Expand Down
42 changes: 28 additions & 14 deletions src/cfnlint/data/AdditionalSpecs/Policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -2656,22 +2656,29 @@
"DescribeManagedOrganizationalUnit",
"DescribeRegisterOrganizationalUnitOperation",
"DescribeSingleSignOn",
"DisableBaseline",
"DisableControl",
"DisableGuardrail",
"EnableBaseline",
"EnableControl",
"EnableGuardrail",
"GetAccountInfo",
"GetAvailableUpdates",
"GetBaseline",
"GetBaselineOperation",
"GetControlOperation",
"GetEnabledBaseline",
"GetEnabledControl",
"GetGuardrailComplianceStatus",
"GetHomeRegion",
"GetLandingZone",
"GetLandingZoneDriftStatus",
"GetLandingZoneOperation",
"GetLandingZoneStatus",
"ListBaselines",
"ListDirectoryGroups",
"ListDriftDetails",
"ListEnabledBaselines",
"ListEnabledControls",
"ListEnabledGuardrails",
"ListExtendGovernancePrecheckDetails",
Expand All @@ -2688,11 +2695,13 @@
"ListTagsForResource",
"ManageOrganizationalUnit",
"PerformPreLaunchChecks",
"ResetEnabledBaseline",
"ResetLandingZone",
"SetupLandingZone",
"TagResource",
"UntagResource",
"UpdateAccountFactoryConfig",
"UpdateEnabledBaseline",
"UpdateEnabledControl",
"UpdateLandingZone"
],
Expand Down Expand Up @@ -8539,15 +8548,18 @@
"AssociateResource",
"CreateGroup",
"DeleteGroup",
"DeleteGroupPolicy",
"DisassociateResource",
"GetAccountSettings",
"GetGroup",
"GetGroupConfiguration",
"GetGroupPolicy",
"GetGroupQuery",
"GetTags",
"GroupResources",
"ListGroupResources",
"ListGroups",
"ListResourceTypes",
"PutGroupConfiguration",
"PutGroupPolicy",
"SearchResources",
Expand Down Expand Up @@ -11169,6 +11181,7 @@
"DeleteKnowledgeBase",
"DeleteModelInvocationLoggingConfiguration",
"DeleteProvisionedModelThroughput",
"DetectGeneratedContent",
"DisassociateAgentKnowledgeBase",
"GetAgent",
"GetAgentActionGroup",
Expand Down Expand Up @@ -17605,6 +17618,20 @@
"ssm:SourceInstanceARN"
]
},
"Amazon Message Gateway Service": {
"Actions": [
"CreateControlChannel",
"CreateDataChannel",
"OpenControlChannel",
"OpenDataChannel"
],
"HasResource": false,
"StringPrefix": "ssmmessages",
"conditionKeys": [
"ec2:SourceInstanceARN",
"ssm:SourceInstanceARN"
]
},
"Amazon Mobile Analytics": {
"Actions": [
"GetFinancialReports",
Expand Down Expand Up @@ -20671,6 +20698,7 @@
"UpdateAppImageConfig",
"UpdateArtifact",
"UpdateCluster",
"UpdateClusterSoftware",
"UpdateCodeRepository",
"UpdateContext",
"UpdateDeviceFleet",
Expand Down Expand Up @@ -20855,20 +20883,6 @@
"aws:TagKeys"
]
},
"Amazon Session Manager Message Gateway Service": {
"Actions": [
"CreateControlChannel",
"CreateDataChannel",
"OpenControlChannel",
"OpenDataChannel"
],
"HasResource": false,
"StringPrefix": "ssmmessages",
"conditionKeys": [
"ec2:SourceInstanceARN",
"ssm:SourceInstanceARN"
]
},
"Amazon Simple Email Service v2": {
"ARNFormat": "arn:aws:ses:${Region}:${Account}:${ResourceType}/${ResourceId}",
"ARNRegex": "^arn:aws:ses:.+:[0-9]+:.+",
Expand Down
1 change: 1 addition & 0 deletions src/cfnlint/data/AdditionalSpecs/RdsProperties.json
Original file line number Diff line number Diff line change
Expand Up @@ -3420,6 +3420,7 @@
"db.m5.large",
"db.m5.xlarge",
"db.m5d.2xlarge",
"db.m5d.4xlarge",
"db.m5d.large",
"db.m5d.xlarge",
"db.m6i.2xlarge",
Expand Down
Loading

0 comments on commit 422d178

Please sign in to comment.