Skip to content

Commit f368148

Browse files
chore(specs) - Update CloudFormation specs to 139.0.0 (#2865)
* Update CloudFormation specs to 139.0.0 * Update SSM taging to be a map --------- Co-authored-by: kddejong <[email protected]> Co-authored-by: Kevin DeJong <[email protected]>
1 parent b0d46fd commit f368148

File tree

81 files changed

+11799
-12083
lines changed

Some content is hidden

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

81 files changed

+11799
-12083
lines changed

src/cfnlint/data/AdditionalSpecs/Policies.json

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2407,10 +2407,7 @@
24072407
"ListDeviceIdentities"
24082408
],
24092409
"HasResource": true,
2410-
"StringPrefix": "consoleapp",
2411-
"conditionKeys": [
2412-
"consoleapp:DeviceIdentityArn"
2413-
]
2410+
"StringPrefix": "consoleapp"
24142411
},
24152412
"AWS Consolidated Billing": {
24162413
"ARNFormat": "arn:${Partition}:consolidatedbilling::${Account}:${ResourceType}/${ResourceId}",
@@ -6552,6 +6549,7 @@
65526549
"aws:ResourceTag/${TagKey}",
65536550
"aws:TagKeys",
65546551
"lambda:CodeSigningConfigArn",
6552+
"lambda:EventSourceToken",
65556553
"lambda:FunctionArn",
65566554
"lambda:FunctionUrlAuthType",
65576555
"lambda:Layer",
@@ -11343,9 +11341,13 @@
1134311341
"DeleteMonitor",
1134411342
"GetHealthEvent",
1134511343
"GetMonitor",
11344+
"GetQueryResults",
11345+
"GetQueryStatus",
1134611346
"ListHealthEvents",
1134711347
"ListMonitors",
1134811348
"ListTagsForResource",
11349+
"StartQuery",
11350+
"StopQuery",
1134911351
"TagResource",
1135011352
"UntagResource",
1135111353
"UpdateMonitor"
@@ -19142,7 +19144,7 @@
1914219144
"GetModelPackageGroupPolicy",
1914319145
"GetRecord",
1914419146
"GetSagemakerServicecatalogPortfolioStatus",
19145-
"GetScalingPolicyConfigurationRecommendation",
19147+
"GetScalingConfigurationRecommendation",
1914619148
"GetSearchSuggestions",
1914719149
"ImportHubContent",
1914819150
"InvokeEndpoint",
@@ -19453,6 +19455,7 @@
1945319455
"ARNRegex": "^arn:aws:ses:.+:[0-9]+:.+",
1945419456
"Actions": [
1945519457
"BatchGetMetricData",
19458+
"CancelExportJob",
1945619459
"CreateConfigurationSet",
1945719460
"CreateConfigurationSetEventDestination",
1945819461
"CreateContact",
@@ -19463,6 +19466,7 @@
1946319466
"CreateEmailIdentity",
1946419467
"CreateEmailIdentityPolicy",
1946519468
"CreateEmailTemplate",
19469+
"CreateExportJob",
1946619470
"CreateImportJob",
1946719471
"DeleteConfigurationSet",
1946819472
"DeleteConfigurationSetEventDestination",
@@ -19491,7 +19495,9 @@
1949119495
"GetEmailIdentity",
1949219496
"GetEmailIdentityPolicies",
1949319497
"GetEmailTemplate",
19498+
"GetExportJob",
1949419499
"GetImportJob",
19500+
"GetMessageInsights",
1949519501
"GetSuppressedDestination",
1949619502
"ListConfigurationSets",
1949719503
"ListContactLists",
@@ -19502,6 +19508,7 @@
1950219508
"ListDomainDeliverabilityCampaigns",
1950319509
"ListEmailIdentities",
1950419510
"ListEmailTemplates",
19511+
"ListExportJobs",
1950519512
"ListImportJobs",
1950619513
"ListRecommendations",
1950719514
"ListSuppressedDestinations",
@@ -19547,6 +19554,7 @@
1954719554
"aws:ResourceTag/${TagKey}",
1954819555
"aws:TagKeys",
1954919556
"ses:ApiVersion",
19557+
"ses:ExportSourceType",
1955019558
"ses:FeedbackAddress",
1955119559
"ses:FromAddress",
1955219560
"ses:FromDisplayName",

0 commit comments

Comments
 (0)