Skip to content

Commit 64ed27b

Browse files
Update CloudFormation specs to 172.0.0 (#3181)
Co-authored-by: kddejong <[email protected]>
1 parent 7416868 commit 64ed27b

File tree

69 files changed

+19319
-14911
lines changed

Some content is hidden

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

69 files changed

+19319
-14911
lines changed

Diff for: src/cfnlint/data/AdditionalSpecs/Policies.json

+15-1
Original file line numberDiff line numberDiff line change
@@ -18123,7 +18123,8 @@
1812318123
"conditionKeys": [
1812418124
"aws:RequestTag/${TagKey}",
1812518125
"aws:ResourceTag/${TagKey}",
18126-
"aws:TagKeys"
18126+
"aws:TagKeys",
18127+
"neptune-graph:PublicConnectivity"
1812718128
]
1812818129
},
1812918130
"Amazon Nimble Studio": {
@@ -18716,23 +18717,28 @@
1871618717
"ARNRegex": "^arn:aws:sms-voice:.+",
1871718718
"Actions": [
1871818719
"AssociateOriginationIdentity",
18720+
"AssociateProtectConfiguration",
1871918721
"CreateConfigurationSet",
1872018722
"CreateEventDestination",
1872118723
"CreateOptOutList",
1872218724
"CreatePool",
18725+
"CreateProtectConfiguration",
1872318726
"CreateRegistration",
1872418727
"CreateRegistrationAssociation",
1872518728
"CreateRegistrationAttachment",
1872618729
"CreateRegistrationVersion",
1872718730
"CreateVerifiedDestinationNumber",
18731+
"DeleteAccountDefaultProtectConfiguration",
1872818732
"DeleteConfigurationSet",
1872918733
"DeleteDefaultMessageType",
1873018734
"DeleteDefaultSenderId",
1873118735
"DeleteEventDestination",
1873218736
"DeleteKeyword",
18737+
"DeleteMediaMessageSpendLimitOverride",
1873318738
"DeleteOptOutList",
1873418739
"DeleteOptedOutNumber",
1873518740
"DeletePool",
18741+
"DeleteProtectConfiguration",
1873618742
"DeleteRegistration",
1873718743
"DeleteRegistrationAttachment",
1873818744
"DeleteRegistrationFieldValue",
@@ -18747,6 +18753,7 @@
1874718753
"DescribeOptedOutNumbers",
1874818754
"DescribePhoneNumbers",
1874918755
"DescribePools",
18756+
"DescribeProtectConfigurations",
1875018757
"DescribeRegistrationAttachments",
1875118758
"DescribeRegistrationFieldDefinitions",
1875218759
"DescribeRegistrationFieldValues",
@@ -18758,7 +18765,9 @@
1875818765
"DescribeSpendLimits",
1875918766
"DescribeVerifiedDestinationNumbers",
1876018767
"DisassociateOriginationIdentity",
18768+
"DisassociateProtectConfiguration",
1876118769
"DiscardRegistrationVersion",
18770+
"GetProtectConfigurationCountryRuleSet",
1876218771
"ListPoolOriginationIdentities",
1876318772
"ListRegistrationAssociations",
1876418773
"ListTagsForResource",
@@ -18770,10 +18779,13 @@
1877018779
"RequestPhoneNumber",
1877118780
"RequestSenderId",
1877218781
"SendDestinationNumberVerificationCode",
18782+
"SendMediaMessage",
1877318783
"SendTextMessage",
1877418784
"SendVoiceMessage",
18785+
"SetAccountDefaultProtectConfiguration",
1877518786
"SetDefaultMessageType",
1877618787
"SetDefaultSenderId",
18788+
"SetMediaMessageSpendLimitOverride",
1877718789
"SetTextMessageSpendLimitOverride",
1877818790
"SetVoiceMessageSpendLimitOverride",
1877918791
"SubmitRegistrationVersion",
@@ -18782,6 +18794,8 @@
1878218794
"UpdateEventDestination",
1878318795
"UpdatePhoneNumber",
1878418796
"UpdatePool",
18797+
"UpdateProtectConfiguration",
18798+
"UpdateProtectConfigurationCountryRuleSet",
1878518799
"UpdateSenderId",
1878618800
"VerifyDestinationNumber"
1878718801
],

Diff for: src/cfnlint/data/CloudSpecs/af-south-1.json

+426-8
Large diffs are not rendered by default.

Diff for: src/cfnlint/data/CloudSpecs/ap-east-1.json

+402-567
Large diffs are not rendered by default.

Diff for: src/cfnlint/data/CloudSpecs/ap-northeast-1.json

+771-578
Large diffs are not rendered by default.

Diff for: src/cfnlint/data/CloudSpecs/ap-northeast-2.json

+441-8
Large diffs are not rendered by default.

Diff for: src/cfnlint/data/CloudSpecs/ap-northeast-3.json

+446-567
Large diffs are not rendered by default.

Diff for: src/cfnlint/data/CloudSpecs/ap-south-1.json

+409-566
Large diffs are not rendered by default.

Diff for: src/cfnlint/data/CloudSpecs/ap-south-2.json

+448-533
Large diffs are not rendered by default.

Diff for: src/cfnlint/data/CloudSpecs/ap-southeast-1.json

+763-638
Large diffs are not rendered by default.

Diff for: src/cfnlint/data/CloudSpecs/ap-southeast-2.json

+414-643
Large diffs are not rendered by default.

Diff for: src/cfnlint/data/CloudSpecs/ap-southeast-3.json

+426-8
Large diffs are not rendered by default.

Diff for: src/cfnlint/data/CloudSpecs/ap-southeast-4.json

+443-567
Large diffs are not rendered by default.

Diff for: src/cfnlint/data/CloudSpecs/ca-central-1.json

+422-568
Large diffs are not rendered by default.

Diff for: src/cfnlint/data/CloudSpecs/ca-west-1.json

+405-7
Large diffs are not rendered by default.

Diff for: src/cfnlint/data/CloudSpecs/cn-north-1.json

+889-706
Large diffs are not rendered by default.

Diff for: src/cfnlint/data/CloudSpecs/cn-northwest-1.json

+429-112
Large diffs are not rendered by default.

Diff for: src/cfnlint/data/CloudSpecs/eu-central-1.json

+902-1,175
Large diffs are not rendered by default.

Diff for: src/cfnlint/data/CloudSpecs/eu-central-2.json

+626-12
Large diffs are not rendered by default.

Diff for: src/cfnlint/data/CloudSpecs/eu-north-1.json

+442-533
Large diffs are not rendered by default.

Diff for: src/cfnlint/data/CloudSpecs/eu-south-1.json

+426-8
Large diffs are not rendered by default.

Diff for: src/cfnlint/data/CloudSpecs/eu-south-2.json

+448-533
Large diffs are not rendered by default.

Diff for: src/cfnlint/data/CloudSpecs/eu-west-1.json

+768-722
Large diffs are not rendered by default.

Diff for: src/cfnlint/data/CloudSpecs/eu-west-2.json

+410-567
Large diffs are not rendered by default.

Diff for: src/cfnlint/data/CloudSpecs/eu-west-3.json

+451-568
Large diffs are not rendered by default.

Diff for: src/cfnlint/data/CloudSpecs/il-central-1.json

+517-782
Large diffs are not rendered by default.

Diff for: src/cfnlint/data/CloudSpecs/me-central-1.json

+423-567
Large diffs are not rendered by default.

Diff for: src/cfnlint/data/CloudSpecs/me-south-1.json

+427-25
Large diffs are not rendered by default.

Diff for: src/cfnlint/data/CloudSpecs/sa-east-1.json

+409-566
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)