Skip to content

Commit f0c3397

Browse files
Update CloudFormation specs to 138.0.0 (#2857)
Co-authored-by: kddejong <[email protected]> Co-authored-by: Kevin DeJong <[email protected]>
1 parent a5ea4d8 commit f0c3397

File tree

74 files changed

+40684
-48774
lines changed

Some content is hidden

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

74 files changed

+40684
-48774
lines changed

setup.py

+1-1
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.71.0',
47+
'aws-sam-translator>=1.73.0',
4848
'jsonpatch',
4949
'jsonschema>=3.0,<4.18',
5050
'networkx>=2.4,<4',

src/cfnlint/data/AdditionalSpecs/Policies.json

+3
Original file line numberDiff line numberDiff line change
@@ -1976,6 +1976,7 @@
19761976
"ListApprovalRuleTemplates",
19771977
"ListAssociatedApprovalRuleTemplatesForRepository",
19781978
"ListBranches",
1979+
"ListFileCommitHistory",
19791980
"ListPullRequests",
19801981
"ListRepositories",
19811982
"ListRepositoriesForApprovalRuleTemplate",
@@ -2259,6 +2260,7 @@
22592260
"ExportEC2InstanceRecommendations",
22602261
"ExportECSServiceRecommendations",
22612262
"ExportLambdaFunctionRecommendations",
2263+
"ExportLicenseRecommendations",
22622264
"GetAutoScalingGroupRecommendations",
22632265
"GetEBSVolumeRecommendations",
22642266
"GetEC2InstanceRecommendations",
@@ -2269,6 +2271,7 @@
22692271
"GetEnrollmentStatus",
22702272
"GetEnrollmentStatusesForOrganization",
22712273
"GetLambdaFunctionRecommendations",
2274+
"GetLicenseRecommendations",
22722275
"GetRecommendationPreferences",
22732276
"GetRecommendationSummaries",
22742277
"PutRecommendationPreferences",

src/cfnlint/data/CloudSpecs/af-south-1.json

+160-132
Large diffs are not rendered by default.

src/cfnlint/data/CloudSpecs/ap-east-1.json

+247-462
Large diffs are not rendered by default.

src/cfnlint/data/CloudSpecs/ap-northeast-1.json

+1,147-2,397
Large diffs are not rendered by default.

src/cfnlint/data/CloudSpecs/ap-northeast-2.json

+1,836-704
Large diffs are not rendered by default.

src/cfnlint/data/CloudSpecs/ap-northeast-3.json

+712-47
Large diffs are not rendered by default.

src/cfnlint/data/CloudSpecs/ap-south-1.json

+1,937-606
Large diffs are not rendered by default.

src/cfnlint/data/CloudSpecs/ap-south-2.json

+229-752
Large diffs are not rendered by default.

src/cfnlint/data/CloudSpecs/ap-southeast-1.json

+1,707-106
Large diffs are not rendered by default.

src/cfnlint/data/CloudSpecs/ap-southeast-2.json

+2,018-288
Large diffs are not rendered by default.

src/cfnlint/data/CloudSpecs/ap-southeast-3.json

+237-63
Large diffs are not rendered by default.

src/cfnlint/data/CloudSpecs/ap-southeast-4.json

+322-753
Large diffs are not rendered by default.

src/cfnlint/data/CloudSpecs/ca-central-1.json

+1,944-98
Large diffs are not rendered by default.

src/cfnlint/data/CloudSpecs/cn-north-1.json

+1,022-258
Large diffs are not rendered by default.

src/cfnlint/data/CloudSpecs/cn-northwest-1.json

+244-347
Large diffs are not rendered by default.

src/cfnlint/data/CloudSpecs/eu-central-1.json

+1,880-2,717
Large diffs are not rendered by default.

src/cfnlint/data/CloudSpecs/eu-central-2.json

+228-752
Large diffs are not rendered by default.

src/cfnlint/data/CloudSpecs/eu-north-1.json

+1,679-239
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)