Skip to content

Commit

Permalink
Update CloudFormation specs to 165.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong authored and github-actions[bot] committed Mar 15, 2024
1 parent 3f57152 commit dfc588e
Show file tree
Hide file tree
Showing 79 changed files with 12,899 additions and 7,848 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.85.0',
'aws-sam-translator>=1.86.0',
'jsonpatch',
'jsonschema>=3.0,<5',
'networkx>=2.4,<4',
Expand Down
35 changes: 35 additions & 0 deletions src/cfnlint/data/AdditionalSpecs/Policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -7550,6 +7550,8 @@
"ListImportFileTask",
"ListJarArtifacts",
"ListServers",
"PutLogData",
"PutMetricData",
"PutPortfolioPreferences",
"RegisterCollector",
"SendMessage",
Expand Down Expand Up @@ -13173,6 +13175,7 @@
"Actions": [
"AcceptPredictions",
"AcceptSubscriptionRequest",
"CancelMetadataGenerationRun",
"CancelSubscription",
"CreateAsset",
"CreateAssetRevision",
Expand Down Expand Up @@ -16569,6 +16572,7 @@
"CreateBotAlias",
"CreateBotChannel",
"CreateBotLocale",
"CreateBotReplica",
"CreateBotVersion",
"CreateCustomVocabulary",
"CreateExport",
Expand All @@ -16583,6 +16587,7 @@
"DeleteBotAlias",
"DeleteBotChannel",
"DeleteBotLocale",
"DeleteBotReplica",
"DeleteBotVersion",
"DeleteCustomVocabulary",
"DeleteExport",
Expand All @@ -16599,6 +16604,7 @@
"DescribeBotChannel",
"DescribeBotLocale",
"DescribeBotRecommendation",
"DescribeBotReplica",
"DescribeBotResourceGeneration",
"DescribeBotVersion",
"DescribeCustomVocabulary",
Expand All @@ -16617,11 +16623,14 @@
"GetSession",
"GetTestExecutionArtifactsUrl",
"ListAggregatedUtterances",
"ListBotAliasReplicas",
"ListBotAliases",
"ListBotChannels",
"ListBotLocales",
"ListBotRecommendations",
"ListBotReplicas",
"ListBotResourceGenerations",
"ListBotVersionReplicas",
"ListBotVersions",
"ListBots",
"ListBuiltInIntents",
Expand Down Expand Up @@ -16803,6 +16812,7 @@
"GetRelationalDatabaseSnapshot",
"GetRelationalDatabaseSnapshots",
"GetRelationalDatabases",
"GetSetupHistory",
"GetStaticIp",
"GetStaticIps",
"ImportKeyPair",
Expand All @@ -16819,6 +16829,7 @@
"SendContactMethodVerification",
"SetIpAddressType",
"SetResourceAccessForBucket",
"SetupInstanceHttps",
"StartGUISession",
"StartInstance",
"StartRelationalDatabase",
Expand Down Expand Up @@ -21175,6 +21186,30 @@
"aws:TagKeys"
]
},
"Amazon Timestream Influxdb": {
"ARNFormat": "arn:aws:timestream-influxdb:${Region}:${Account}:${ResourceType}",
"ARNRegex": "^arn:aws:timestream-influxdb:.+:.+:.+",
"Actions": [
"CreateDbInstance",
"CreateDbParameterGroup",
"DeleteDbInstance",
"GetDbInstance",
"GetDbParameterGroup",
"ListDbInstances",
"ListDbParameterGroups",
"ListTagsForResource",
"TagResource",
"UntagResource",
"UpdateDbInstance"
],
"HasResource": true,
"StringPrefix": "timestream-influxdb",
"conditionKeys": [
"aws:RequestTag/${TagKey}",
"aws:ResourceTag/${TagKey}",
"aws:TagKeys"
]
},
"Amazon Transcribe": {
"ARNFormat": "arn:aws:transcribe:${Region}:${Account}:${ResourceType}/${ResourceName}",
"ARNRegex": "^arn:aws:transcribe:.+:.+:.+",
Expand Down
1 change: 0 additions & 1 deletion src/cfnlint/data/AdditionalSpecs/RdsProperties.json
Original file line number Diff line number Diff line change
Expand Up @@ -17055,7 +17055,6 @@
"db.r5.8xlarge",
"db.r5.large",
"db.r5.xlarge",
"db.r5b.8xlarge",
"db.r5d.12xlarge",
"db.r5d.16xlarge",
"db.r5d.24xlarge",
Expand Down

0 comments on commit dfc588e

Please sign in to comment.