Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(specs) - Update CloudFormation specs to 161.0.0 #3058

Merged
merged 1 commit into from
Feb 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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