Skip to content

Commit abe5b76

Browse files
chore(specs) - Update CloudFormation specs to 116.0.0 (#2620)
* Update CloudFormation specs to 116.0.0 --------- Co-authored-by: kddejong <[email protected]> Co-authored-by: Kevin DeJong <[email protected]>
1 parent 1c56b4a commit abe5b76

File tree

92 files changed

+11320
-3702
lines changed

Some content is hidden

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

92 files changed

+11320
-3702
lines changed

src/cfnlint/data/AdditionalSpecs/Policies.json

+29
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,7 @@
416416
"ARNRegex": "^arn:aws:apprunner:.+",
417417
"Actions": [
418418
"AssociateCustomDomain",
419+
"AssociateWebAcl",
419420
"CreateAutoScalingConfiguration",
420421
"CreateConnection",
421422
"CreateObservabilityConfiguration",
@@ -435,7 +436,10 @@
435436
"DescribeService",
436437
"DescribeVpcConnector",
437438
"DescribeVpcIngressConnection",
439+
"DescribeWebAclForService",
438440
"DisassociateCustomDomain",
441+
"DisassociateWebAcl",
442+
"ListAssociatedServicesForWebAcl",
439443
"ListAutoScalingConfigurations",
440444
"ListConnections",
441445
"ListObservabilityConfigurations",
@@ -711,6 +715,10 @@
711715
"InitializeService",
712716
"IssueClientCertificateForMgn",
713717
"ListApplications",
718+
"ListExportErrors",
719+
"ListExports",
720+
"ListImportErrors",
721+
"ListImports",
714722
"ListSourceServerActions",
715723
"ListTagsForResource",
716724
"ListTemplateActions",
@@ -736,6 +744,8 @@
736744
"SendVcenterClientLogsForMgn",
737745
"SendVcenterClientMetricsForMgn",
738746
"StartCutover",
747+
"StartExport",
748+
"StartImport",
739749
"StartReplication",
740750
"StartTest",
741751
"TagResource",
@@ -1230,8 +1240,12 @@
12301240
"ARNRegex": "^arn:aws:chatbot:.+",
12311241
"Actions": [
12321242
"CreateChimeWebhookConfiguration",
1243+
"CreateMicrosoftTeamsChannelConfiguration",
12331244
"CreateSlackChannelConfiguration",
12341245
"DeleteChimeWebhookConfiguration",
1246+
"DeleteMicrosoftTeamsChannelConfiguration",
1247+
"DeleteMicrosoftTeamsConfiguredTeam",
1248+
"DeleteMicrosoftTeamsUserIdentity",
12351249
"DeleteSlackChannelConfiguration",
12361250
"DeleteSlackUserIdentity",
12371251
"DeleteSlackWorkspaceAuthorization",
@@ -1241,10 +1255,17 @@
12411255
"DescribeSlackUserIdentities",
12421256
"DescribeSlackWorkspaces",
12431257
"GetAccountPreferences",
1258+
"GetMicrosoftTeamsChannelConfiguration",
1259+
"GetMicrosoftTeamsOauthParameters",
12441260
"GetSlackOauthParameters",
1261+
"ListMicrosoftTeamsChannelConfigurations",
1262+
"ListMicrosoftTeamsConfiguredTeams",
1263+
"ListMicrosoftTeamsUserIdentities",
1264+
"RedeemMicrosoftTeamsOauthCode",
12451265
"RedeemSlackOauthCode",
12461266
"UpdateAccountPreferences",
12471267
"UpdateChimeWebhookConfiguration",
1268+
"UpdateMicrosoftTeamsChannelConfiguration",
12481269
"UpdateSlackChannelConfiguration"
12491270
],
12501271
"HasResource": true,
@@ -11004,6 +11025,7 @@
1100411025
"GetFederationToken",
1100511026
"GetFederationTokens",
1100611027
"GetMetricData",
11028+
"GetMetricDataV2",
1100711029
"GetTaskTemplate",
1100811030
"GetTrafficDistribution",
1100911031
"ListAgentStatuses",
@@ -13874,6 +13896,7 @@
1387413896
"Actions": [
1387513897
"AssociateMember",
1387613898
"BatchGetAccountStatus",
13899+
"BatchGetCodeSnippet",
1387713900
"BatchGetFreeTrialInfo",
1387813901
"CancelFindingsReport",
1387913902
"CreateFilter",
@@ -14471,6 +14494,7 @@
1447114494
"CreateDistribution",
1447214495
"CreateDomain",
1447314496
"CreateDomainEntry",
14497+
"CreateGUISessionAccessDetails",
1447414498
"CreateInstanceSnapshot",
1447514499
"CreateInstances",
1447614500
"CreateInstancesFromSnapshot",
@@ -14528,6 +14552,7 @@
1452814552
"GetContainerServiceMetricData",
1452914553
"GetContainerServicePowers",
1453014554
"GetContainerServices",
14555+
"GetCostEstimate",
1453114556
"GetDisk",
1453214557
"GetDiskSnapshot",
1453314558
"GetDiskSnapshots",
@@ -14586,8 +14611,10 @@
1458614611
"SendContactMethodVerification",
1458714612
"SetIpAddressType",
1458814613
"SetResourceAccessForBucket",
14614+
"StartGUISession",
1458914615
"StartInstance",
1459014616
"StartRelationalDatabase",
14617+
"StopGUISession",
1459114618
"StopInstance",
1459214619
"StopRelationalDatabase",
1459314620
"TagResource",
@@ -15650,6 +15677,7 @@
1565015677
"ListElasticsearchVersions",
1565115678
"ListInstanceTypeDetails",
1565215679
"ListPackagesForDomain",
15680+
"ListScheduledActions",
1565315681
"ListTags",
1565415682
"ListVersions",
1565515683
"ListVpcEndpointAccess",
@@ -15666,6 +15694,7 @@
1566615694
"UpdateDomainConfig",
1566715695
"UpdateElasticsearchDomainConfig",
1566815696
"UpdatePackage",
15697+
"UpdateScheduledAction",
1566915698
"UpdateVpcEndpoint",
1567015699
"UpgradeDomain",
1567115700
"UpgradeElasticsearchDomain"

0 commit comments

Comments
 (0)