Skip to content

Commit 0daa42c

Browse files
Update CloudFormation specs to 140.0.0 (#2870)
Co-authored-by: kddejong <[email protected]>
1 parent b74d531 commit 0daa42c

File tree

88 files changed

+16621
-5109
lines changed

Some content is hidden

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

88 files changed

+16621
-5109
lines changed

src/cfnlint/data/AdditionalSpecs/Policies.json

+21-3
Original file line numberDiff line numberDiff line change
@@ -3339,6 +3339,7 @@
33393339
"CreateSourceNetwork",
33403340
"CreateSourceServerForDrs",
33413341
"DeleteJob",
3342+
"DeleteLaunchAction",
33423343
"DeleteLaunchConfigurationTemplate",
33433344
"DeleteRecoveryInstance",
33443345
"DeleteReplicationConfigurationTemplate",
@@ -3373,6 +3374,7 @@
33733374
"InitializeService",
33743375
"IssueAgentCertificateForDrs",
33753376
"ListExtensibleSourceServers",
3377+
"ListLaunchActions",
33763378
"ListStagingAccounts",
33773379
"ListTagsForResource",
33783380
"NotifyAgentAuthenticationForDrs",
@@ -3382,6 +3384,7 @@
33823384
"NotifyConsistencyAttainedForDrs",
33833385
"NotifyReplicationServerAuthenticationForDrs",
33843386
"NotifyVolumeEventForDrs",
3387+
"PutLaunchAction",
33853388
"RetryDataReplication",
33863389
"ReverseReplication",
33873390
"SendAgentLogsForDrs",
@@ -3671,7 +3674,10 @@
36713674
"conditionKeys": [
36723675
"aws:RequestTag/${TagKey}",
36733676
"aws:ResourceTag/${TagKey}",
3674-
"aws:TagKeys"
3677+
"aws:TagKeys",
3678+
"mediaconvert:HttpInputsAllowed",
3679+
"mediaconvert:HttpsInputsAllowed",
3680+
"mediaconvert:S3InputsAllowed"
36753681
]
36763682
},
36773683
"AWS Elemental MediaLive": {
@@ -4502,13 +4508,14 @@
45024508
]
45034509
},
45044510
"AWS Health APIs and Notifications": {
4505-
"ARNFormat": "arn:aws:health::${Namespace}:${RelativeId}",
4511+
"ARNFormat": "arn:aws:health:${Region}::${RelativeId}",
45064512
"ARNRegex": "^arn:aws:health:[^:]*:[^:]*:.+",
45074513
"Actions": [
45084514
"DescribeAffectedAccountsForOrganization",
45094515
"DescribeAffectedEntities",
45104516
"DescribeAffectedEntitiesForOrganization",
45114517
"DescribeEntityAggregates",
4518+
"DescribeEntityAggregatesForOrganization",
45124519
"DescribeEventAggregates",
45134520
"DescribeEventDetails",
45144521
"DescribeEventDetailsForOrganization",
@@ -12010,6 +12017,8 @@
1201012017
"CreateUseCase",
1201112018
"CreateUser",
1201212019
"CreateUserHierarchyGroup",
12020+
"CreateView",
12021+
"CreateViewVersion",
1201312022
"CreateVocabulary",
1201412023
"DeactivateEvaluationForm",
1201512024
"DeleteContactEvaluation",
@@ -12030,6 +12039,8 @@
1203012039
"DeleteUseCase",
1203112040
"DeleteUser",
1203212041
"DeleteUserHierarchyGroup",
12042+
"DeleteView",
12043+
"DeleteViewVersion",
1203312044
"DeleteVocabulary",
1203412045
"DescribeAgentStatus",
1203512046
"DescribeContact",
@@ -12053,6 +12064,7 @@
1205312064
"DescribeUser",
1205412065
"DescribeUserHierarchyGroup",
1205512066
"DescribeUserHierarchyStructure",
12067+
"DescribeView",
1205612068
"DescribeVocabulary",
1205712069
"DisassociateApprovedOrigin",
1205812070
"DisassociateBot",
@@ -12113,6 +12125,8 @@
1211312125
"ListUseCases",
1211412126
"ListUserHierarchyGroups",
1211512127
"ListUsers",
12128+
"ListViewVersions",
12129+
"ListViews",
1211612130
"MonitorContact",
1211712131
"PutUserStatus",
1211812132
"ReleasePhoneNumber",
@@ -12183,7 +12197,9 @@
1218312197
"UpdateUserIdentityInfo",
1218412198
"UpdateUserPhoneConfig",
1218512199
"UpdateUserRoutingProfile",
12186-
"UpdateUserSecurityProfiles"
12200+
"UpdateUserSecurityProfiles",
12201+
"UpdateViewContent",
12202+
"UpdateViewMetadata"
1218712203
],
1218812204
"HasResource": true,
1218912205
"StringPrefix": "connect",
@@ -16604,6 +16620,7 @@
1660416620
"HasResource": false,
1660516621
"StringPrefix": "ec2messages",
1660616622
"conditionKeys": [
16623+
"ec2:SourceInstanceARN",
1660716624
"ssm:SourceInstanceARN"
1660816625
]
1660916626
},
@@ -19447,6 +19464,7 @@
1944719464
"HasResource": false,
1944819465
"StringPrefix": "ssmmessages",
1944919466
"conditionKeys": [
19467+
"ec2:SourceInstanceARN",
1945019468
"ssm:SourceInstanceARN"
1945119469
]
1945219470
},

0 commit comments

Comments
 (0)