Skip to content

Commit f769022

Browse files
Update CloudFormation specs to 161.0.0 (#3058)
Co-authored-by: kddejong <[email protected]>
1 parent 374bca8 commit f769022

File tree

70 files changed

+8320
-10602
lines changed

Some content is hidden

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

70 files changed

+8320
-10602
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
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.84.0',
47+
'aws-sam-translator>=1.85.0',
4848
'jsonpatch',
4949
'jsonschema>=3.0,<5',
5050
'networkx>=2.4,<4',

src/cfnlint/data/AdditionalSpecs/Policies.json

Lines changed: 28 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2656,22 +2656,29 @@
26562656
"DescribeManagedOrganizationalUnit",
26572657
"DescribeRegisterOrganizationalUnitOperation",
26582658
"DescribeSingleSignOn",
2659+
"DisableBaseline",
26592660
"DisableControl",
26602661
"DisableGuardrail",
2662+
"EnableBaseline",
26612663
"EnableControl",
26622664
"EnableGuardrail",
26632665
"GetAccountInfo",
26642666
"GetAvailableUpdates",
2667+
"GetBaseline",
2668+
"GetBaselineOperation",
26652669
"GetControlOperation",
2670+
"GetEnabledBaseline",
26662671
"GetEnabledControl",
26672672
"GetGuardrailComplianceStatus",
26682673
"GetHomeRegion",
26692674
"GetLandingZone",
26702675
"GetLandingZoneDriftStatus",
26712676
"GetLandingZoneOperation",
26722677
"GetLandingZoneStatus",
2678+
"ListBaselines",
26732679
"ListDirectoryGroups",
26742680
"ListDriftDetails",
2681+
"ListEnabledBaselines",
26752682
"ListEnabledControls",
26762683
"ListEnabledGuardrails",
26772684
"ListExtendGovernancePrecheckDetails",
@@ -2688,11 +2695,13 @@
26882695
"ListTagsForResource",
26892696
"ManageOrganizationalUnit",
26902697
"PerformPreLaunchChecks",
2698+
"ResetEnabledBaseline",
26912699
"ResetLandingZone",
26922700
"SetupLandingZone",
26932701
"TagResource",
26942702
"UntagResource",
26952703
"UpdateAccountFactoryConfig",
2704+
"UpdateEnabledBaseline",
26962705
"UpdateEnabledControl",
26972706
"UpdateLandingZone"
26982707
],
@@ -8539,15 +8548,18 @@
85398548
"AssociateResource",
85408549
"CreateGroup",
85418550
"DeleteGroup",
8551+
"DeleteGroupPolicy",
85428552
"DisassociateResource",
85438553
"GetAccountSettings",
85448554
"GetGroup",
85458555
"GetGroupConfiguration",
8556+
"GetGroupPolicy",
85468557
"GetGroupQuery",
85478558
"GetTags",
85488559
"GroupResources",
85498560
"ListGroupResources",
85508561
"ListGroups",
8562+
"ListResourceTypes",
85518563
"PutGroupConfiguration",
85528564
"PutGroupPolicy",
85538565
"SearchResources",
@@ -11169,6 +11181,7 @@
1116911181
"DeleteKnowledgeBase",
1117011182
"DeleteModelInvocationLoggingConfiguration",
1117111183
"DeleteProvisionedModelThroughput",
11184+
"DetectGeneratedContent",
1117211185
"DisassociateAgentKnowledgeBase",
1117311186
"GetAgent",
1117411187
"GetAgentActionGroup",
@@ -17605,6 +17618,20 @@
1760517618
"ssm:SourceInstanceARN"
1760617619
]
1760717620
},
17621+
"Amazon Message Gateway Service": {
17622+
"Actions": [
17623+
"CreateControlChannel",
17624+
"CreateDataChannel",
17625+
"OpenControlChannel",
17626+
"OpenDataChannel"
17627+
],
17628+
"HasResource": false,
17629+
"StringPrefix": "ssmmessages",
17630+
"conditionKeys": [
17631+
"ec2:SourceInstanceARN",
17632+
"ssm:SourceInstanceARN"
17633+
]
17634+
},
1760817635
"Amazon Mobile Analytics": {
1760917636
"Actions": [
1761017637
"GetFinancialReports",
@@ -20671,6 +20698,7 @@
2067120698
"UpdateAppImageConfig",
2067220699
"UpdateArtifact",
2067320700
"UpdateCluster",
20701+
"UpdateClusterSoftware",
2067420702
"UpdateCodeRepository",
2067520703
"UpdateContext",
2067620704
"UpdateDeviceFleet",
@@ -20855,20 +20883,6 @@
2085520883
"aws:TagKeys"
2085620884
]
2085720885
},
20858-
"Amazon Session Manager Message Gateway Service": {
20859-
"Actions": [
20860-
"CreateControlChannel",
20861-
"CreateDataChannel",
20862-
"OpenControlChannel",
20863-
"OpenDataChannel"
20864-
],
20865-
"HasResource": false,
20866-
"StringPrefix": "ssmmessages",
20867-
"conditionKeys": [
20868-
"ec2:SourceInstanceARN",
20869-
"ssm:SourceInstanceARN"
20870-
]
20871-
},
2087220886
"Amazon Simple Email Service v2": {
2087320887
"ARNFormat": "arn:aws:ses:${Region}:${Account}:${ResourceType}/${ResourceId}",
2087420888
"ARNRegex": "^arn:aws:ses:.+:[0-9]+:.+",

src/cfnlint/data/AdditionalSpecs/RdsProperties.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3420,6 +3420,7 @@
34203420
"db.m5.large",
34213421
"db.m5.xlarge",
34223422
"db.m5d.2xlarge",
3423+
"db.m5d.4xlarge",
34233424
"db.m5d.large",
34243425
"db.m5d.xlarge",
34253426
"db.m6i.2xlarge",

0 commit comments

Comments
 (0)