Skip to content

Commit 3a362b6

Browse files
Update CloudFormation specs to 135.0.0 (#2837)
Co-authored-by: kddejong <kddejong@users.noreply.github.com>
1 parent c52494e commit 3a362b6

File tree

76 files changed

+10149
-26263
lines changed

Some content is hidden

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

76 files changed

+10149
-26263
lines changed

src/cfnlint/data/AdditionalSpecs/Policies.json

Lines changed: 41 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -855,10 +855,12 @@
855855
"AcceptAgreement",
856856
"DownloadAgreement",
857857
"Get",
858+
"GetAccountSettings",
858859
"GetReport",
859860
"GetReportMetadata",
860861
"GetTermForReport",
861862
"ListReports",
863+
"PutAccountSettings",
862864
"TerminateAgreement"
863865
],
864866
"HasResource": true,
@@ -963,13 +965,15 @@
963965
"CreateBackupVault",
964966
"CreateFramework",
965967
"CreateLegalHold",
968+
"CreateLogicallyAirGappedBackupVault",
966969
"CreateReportPlan",
967970
"DeleteBackupPlan",
968971
"DeleteBackupSelection",
969972
"DeleteBackupVault",
970973
"DeleteBackupVaultAccessPolicy",
971974
"DeleteBackupVaultLockConfiguration",
972975
"DeleteBackupVaultNotifications",
976+
"DeleteBackupVaultSharingPolicy",
973977
"DeleteFramework",
974978
"DeleteRecoveryPoint",
975979
"DeleteReportPlan",
@@ -993,6 +997,7 @@
993997
"GetBackupSelection",
994998
"GetBackupVaultAccessPolicy",
995999
"GetBackupVaultNotifications",
1000+
"GetBackupVaultSharingPolicy",
9961001
"GetLegalHold",
9971002
"GetRecoveryPointRestoreMetadata",
9981003
"GetSupportedResourceTypes",
@@ -1006,6 +1011,7 @@
10061011
"ListFrameworks",
10071012
"ListLegalHolds",
10081013
"ListProtectedResources",
1014+
"ListProtectedResourcesByBackupVault",
10091015
"ListRecoveryPointsByBackupVault",
10101016
"ListRecoveryPointsByLegalHold",
10111017
"ListRecoveryPointsByResource",
@@ -1016,6 +1022,7 @@
10161022
"PutBackupVaultAccessPolicy",
10171023
"PutBackupVaultLockConfiguration",
10181024
"PutBackupVaultNotifications",
1025+
"PutBackupVaultSharingPolicy",
10191026
"StartBackupJob",
10201027
"StartCopyJob",
10211028
"StartReportJob",
@@ -1039,7 +1046,9 @@
10391046
"backup:ChangeableForDays",
10401047
"backup:CopyTargetOrgPaths",
10411048
"backup:CopyTargets",
1042-
"backup:FrameworkArns"
1049+
"backup:FrameworkArns",
1050+
"backup:MaxRetentionDays",
1051+
"backup:MinRetentionDays"
10431052
]
10441053
},
10451054
"AWS Backup Gateway": {
@@ -4942,6 +4951,7 @@
49424951
"Actions": [
49434952
"ApproveAccessGrant",
49444953
"ApprovePermissionRequest",
4954+
"AssumePermissionRole",
49454955
"CreatePermissionRequest",
49464956
"GetPermissionRequest",
49474957
"ListPermissionRequests",
@@ -8735,6 +8745,7 @@
87358745
"ListCompatibleImages",
87368746
"ListJobs",
87378747
"ListLongTermPricing",
8748+
"ListPickupLocations",
87388749
"ListServiceVersions",
87398750
"UpdateCluster",
87408751
"UpdateJob",
@@ -10467,14 +10478,27 @@
1046710478
"ARNFormat": "arn:aws:bedrock:${Region}:${Account}:${ResourceType}/${ResourceId}",
1046810479
"ARNRegex": "^arn:aws:bedrock:.*:.*:.+",
1046910480
"Actions": [
10481+
"CreateAgent",
10482+
"CreateAgentActionGroup",
10483+
"CreateAgentAlias",
10484+
"CreateAgentDraftSnapshot",
1047010485
"CreateModelCustomizationJob",
1047110486
"DeleteCustomModel",
1047210487
"DeletePrompt",
10488+
"GetAgent",
10489+
"GetAgentActionGroup",
10490+
"GetAgentAlias",
10491+
"GetAgentVersion",
1047310492
"GetCustomModel",
1047410493
"GetModelCustomizationJob",
1047510494
"GetPrompt",
10495+
"InvokeAgent",
1047610496
"InvokeModel",
1047710497
"InvokeModelWithResponseStream",
10498+
"ListAgentActionGroups",
10499+
"ListAgentAliases",
10500+
"ListAgentVersions",
10501+
"ListAgents",
1047810502
"ListCustomModels",
1047910503
"ListFoundationModels",
1048010504
"ListModelCustomizationJobs",
@@ -10483,6 +10507,9 @@
1048310507
"StopModelCustomizationJob",
1048410508
"TagResource",
1048510509
"UntagResource",
10510+
"UpdateAgent",
10511+
"UpdateAgentActionGroup",
10512+
"UpdateAgentAlias",
1048610513
"UpdatePrompt"
1048710514
],
1048810515
"HasResource": true,
@@ -11131,6 +11158,7 @@
1113111158
},
1113211159
"Amazon CloudWatch Application Insights": {
1113311160
"Actions": [
11161+
"AddWorkload",
1113411162
"CreateApplication",
1113511163
"CreateComponent",
1113611164
"CreateLogPattern",
@@ -11145,6 +11173,7 @@
1114511173
"DescribeObservation",
1114611174
"DescribeProblem",
1114711175
"DescribeProblemObservations",
11176+
"DescribeWorkload",
1114811177
"Link",
1114911178
"ListApplications",
1115011179
"ListComponents",
@@ -11153,12 +11182,16 @@
1115311182
"ListLogPatterns",
1115411183
"ListProblems",
1115511184
"ListTagsForResource",
11185+
"ListWorkloads",
11186+
"RemoveWorkload",
1115611187
"TagResource",
1115711188
"UntagResource",
1115811189
"UpdateApplication",
1115911190
"UpdateComponent",
1116011191
"UpdateComponentConfiguration",
11161-
"UpdateLogPattern"
11192+
"UpdateLogPattern",
11193+
"UpdateProblem",
11194+
"UpdateWorkload"
1116211195
],
1116311196
"HasResource": false,
1116411197
"StringPrefix": "applicationinsights",
@@ -11867,6 +11900,7 @@
1186711900
"AssociateQueueQuickConnects",
1186811901
"AssociateRoutingProfileQueues",
1186911902
"AssociateSecurityKey",
11903+
"AssociateTrafficDistributionGroupUser",
1187011904
"BatchAssociateAnalyticsDataSet",
1187111905
"BatchDisassociateAnalyticsDataSet",
1187211906
"ClaimPhoneNumber",
@@ -11943,6 +11977,7 @@
1194311977
"DisassociateQueueQuickConnects",
1194411978
"DisassociateRoutingProfileQueues",
1194511979
"DisassociateSecurityKey",
11980+
"DisassociateTrafficDistributionGroupUser",
1194611981
"DismissUserContact",
1194711982
"GetContactAttributes",
1194811983
"GetCurrentMetricData",
@@ -11986,6 +12021,7 @@
1198612021
"ListSecurityProfiles",
1198712022
"ListTagsForResource",
1198812023
"ListTaskTemplates",
12024+
"ListTrafficDistributionGroupUsers",
1198912025
"ListTrafficDistributionGroups",
1199012026
"ListUseCases",
1199112027
"ListUserHierarchyGroups",
@@ -12045,6 +12081,7 @@
1204512081
"UpdateQueueStatus",
1204612082
"UpdateQuickConnectConfig",
1204712083
"UpdateQuickConnectName",
12084+
"UpdateRoutingProfileAgentAvailabilityTimer",
1204812085
"UpdateRoutingProfileConcurrency",
1204912086
"UpdateRoutingProfileDefaultOutboundQueue",
1205012087
"UpdateRoutingProfileName",
@@ -13625,7 +13662,8 @@
1362513662
"ResetCacheParameterGroup",
1362613663
"RevokeCacheSecurityGroupIngress",
1362713664
"StartMigration",
13628-
"TestFailover"
13665+
"TestFailover",
13666+
"TestMigration"
1362913667
],
1363013668
"HasResource": true,
1363113669
"StringPrefix": "elasticache",

0 commit comments

Comments
 (0)