Skip to content

Commit b383600

Browse files
Update CloudFormation specs to 165.0.0 (#3092)
Co-authored-by: kddejong <[email protected]>
1 parent 3f57152 commit b383600

File tree

79 files changed

+12899
-7848
lines changed

Some content is hidden

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

79 files changed

+12899
-7848
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.85.0',
47+
'aws-sam-translator>=1.86.0',
4848
'jsonpatch',
4949
'jsonschema>=3.0,<5',
5050
'networkx>=2.4,<4',

src/cfnlint/data/AdditionalSpecs/Policies.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7550,6 +7550,8 @@
75507550
"ListImportFileTask",
75517551
"ListJarArtifacts",
75527552
"ListServers",
7553+
"PutLogData",
7554+
"PutMetricData",
75537555
"PutPortfolioPreferences",
75547556
"RegisterCollector",
75557557
"SendMessage",
@@ -13173,6 +13175,7 @@
1317313175
"Actions": [
1317413176
"AcceptPredictions",
1317513177
"AcceptSubscriptionRequest",
13178+
"CancelMetadataGenerationRun",
1317613179
"CancelSubscription",
1317713180
"CreateAsset",
1317813181
"CreateAssetRevision",
@@ -16569,6 +16572,7 @@
1656916572
"CreateBotAlias",
1657016573
"CreateBotChannel",
1657116574
"CreateBotLocale",
16575+
"CreateBotReplica",
1657216576
"CreateBotVersion",
1657316577
"CreateCustomVocabulary",
1657416578
"CreateExport",
@@ -16583,6 +16587,7 @@
1658316587
"DeleteBotAlias",
1658416588
"DeleteBotChannel",
1658516589
"DeleteBotLocale",
16590+
"DeleteBotReplica",
1658616591
"DeleteBotVersion",
1658716592
"DeleteCustomVocabulary",
1658816593
"DeleteExport",
@@ -16599,6 +16604,7 @@
1659916604
"DescribeBotChannel",
1660016605
"DescribeBotLocale",
1660116606
"DescribeBotRecommendation",
16607+
"DescribeBotReplica",
1660216608
"DescribeBotResourceGeneration",
1660316609
"DescribeBotVersion",
1660416610
"DescribeCustomVocabulary",
@@ -16617,11 +16623,14 @@
1661716623
"GetSession",
1661816624
"GetTestExecutionArtifactsUrl",
1661916625
"ListAggregatedUtterances",
16626+
"ListBotAliasReplicas",
1662016627
"ListBotAliases",
1662116628
"ListBotChannels",
1662216629
"ListBotLocales",
1662316630
"ListBotRecommendations",
16631+
"ListBotReplicas",
1662416632
"ListBotResourceGenerations",
16633+
"ListBotVersionReplicas",
1662516634
"ListBotVersions",
1662616635
"ListBots",
1662716636
"ListBuiltInIntents",
@@ -16803,6 +16812,7 @@
1680316812
"GetRelationalDatabaseSnapshot",
1680416813
"GetRelationalDatabaseSnapshots",
1680516814
"GetRelationalDatabases",
16815+
"GetSetupHistory",
1680616816
"GetStaticIp",
1680716817
"GetStaticIps",
1680816818
"ImportKeyPair",
@@ -16819,6 +16829,7 @@
1681916829
"SendContactMethodVerification",
1682016830
"SetIpAddressType",
1682116831
"SetResourceAccessForBucket",
16832+
"SetupInstanceHttps",
1682216833
"StartGUISession",
1682316834
"StartInstance",
1682416835
"StartRelationalDatabase",
@@ -21175,6 +21186,30 @@
2117521186
"aws:TagKeys"
2117621187
]
2117721188
},
21189+
"Amazon Timestream Influxdb": {
21190+
"ARNFormat": "arn:aws:timestream-influxdb:${Region}:${Account}:${ResourceType}",
21191+
"ARNRegex": "^arn:aws:timestream-influxdb:.+:.+:.+",
21192+
"Actions": [
21193+
"CreateDbInstance",
21194+
"CreateDbParameterGroup",
21195+
"DeleteDbInstance",
21196+
"GetDbInstance",
21197+
"GetDbParameterGroup",
21198+
"ListDbInstances",
21199+
"ListDbParameterGroups",
21200+
"ListTagsForResource",
21201+
"TagResource",
21202+
"UntagResource",
21203+
"UpdateDbInstance"
21204+
],
21205+
"HasResource": true,
21206+
"StringPrefix": "timestream-influxdb",
21207+
"conditionKeys": [
21208+
"aws:RequestTag/${TagKey}",
21209+
"aws:ResourceTag/${TagKey}",
21210+
"aws:TagKeys"
21211+
]
21212+
},
2117821213
"Amazon Transcribe": {
2117921214
"ARNFormat": "arn:aws:transcribe:${Region}:${Account}:${ResourceType}/${ResourceName}",
2118021215
"ARNRegex": "^arn:aws:transcribe:.+:.+:.+",

src/cfnlint/data/AdditionalSpecs/RdsProperties.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17055,7 +17055,6 @@
1705517055
"db.r5.8xlarge",
1705617056
"db.r5.large",
1705717057
"db.r5.xlarge",
17058-
"db.r5b.8xlarge",
1705917058
"db.r5d.12xlarge",
1706017059
"db.r5d.16xlarge",
1706117060
"db.r5d.24xlarge",

0 commit comments

Comments
 (0)