Skip to content

Commit

Permalink
Update CloudFormation specs to 147.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong authored Nov 6, 2023
1 parent 1266f4e commit c9e0a25
Show file tree
Hide file tree
Showing 81 changed files with 33,511 additions and 15,058 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def get_version(filename):
zip_safe=False,
install_requires=[
'pyyaml>5.4',
'aws-sam-translator>=1.77.0',
'aws-sam-translator>=1.79.0',
'jsonpatch',
'jsonschema>=3.0,<5',
'networkx>=2.4,<4',
Expand Down
23 changes: 22 additions & 1 deletion src/cfnlint/data/AdditionalSpecs/Policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -2619,6 +2619,7 @@
"PublishDataSet",
"RevokeRevision",
"SendApiAsset",
"SendDataSetNotification",
"StartJob",
"TagResource",
"UntagResource",
Expand Down Expand Up @@ -3002,6 +3003,7 @@
"GetTrainingJob",
"ImportModel",
"ListEvaluations",
"ListLeaderboardEvaluations",
"ListLeaderboardSubmissions",
"ListLeaderboards",
"ListModels",
Expand Down Expand Up @@ -4154,20 +4156,22 @@
"StringPrefix": "freetier"
},
"AWS Global Accelerator": {
"ARNFormat": "arn:aws:globalaccelerator::${Account}:accelerator/${AcceleratorId}",
"ARNFormat": "arn:aws:globalaccelerator::${Account}:${ResourceType}/${ResourceId}",
"ARNRegex": "^arn:aws:globalaccelerator::.+:.+",
"Actions": [
"AddCustomRoutingEndpoints",
"AddEndpoints",
"AdvertiseByoipCidr",
"AllowCustomRoutingTraffic",
"CreateAccelerator",
"CreateCrossAccountAttachment",
"CreateCustomRoutingAccelerator",
"CreateCustomRoutingEndpointGroup",
"CreateCustomRoutingListener",
"CreateEndpointGroup",
"CreateListener",
"DeleteAccelerator",
"DeleteCrossAccountAttachment",
"DeleteCustomRoutingAccelerator",
"DeleteCustomRoutingEndpointGroup",
"DeleteCustomRoutingListener",
Expand All @@ -4177,6 +4181,7 @@
"DeprovisionByoipCidr",
"DescribeAccelerator",
"DescribeAcceleratorAttributes",
"DescribeCrossAccountAttachment",
"DescribeCustomRoutingAccelerator",
"DescribeCustomRoutingAcceleratorAttributes",
"DescribeCustomRoutingEndpointGroup",
Expand All @@ -4185,6 +4190,9 @@
"DescribeListener",
"ListAccelerators",
"ListByoipCidrs",
"ListCrossAccountAttachments",
"ListCrossAccountResourceAccounts",
"ListCrossAccountResources",
"ListCustomRoutingAccelerators",
"ListCustomRoutingEndpointGroups",
"ListCustomRoutingListeners",
Expand All @@ -4200,6 +4208,7 @@
"UntagResource",
"UpdateAccelerator",
"UpdateAcceleratorAttributes",
"UpdateCrossAccountAttachment",
"UpdateCustomRoutingAccelerator",
"UpdateCustomRoutingAcceleratorAttributes",
"UpdateCustomRoutingListener",
Expand Down Expand Up @@ -7121,6 +7130,7 @@
"GetRecommendationReportDetails",
"GetServerDetails",
"GetServerStrategies",
"ListAnalyzableServers",
"ListAntiPatterns",
"ListApplicationComponents",
"ListCollectors",
Expand Down Expand Up @@ -9143,6 +9153,7 @@
"DeleteDocument",
"DeleteInventory",
"DeleteMaintenanceWindow",
"DeleteOpsItem",
"DeleteOpsMetadata",
"DeleteParameter",
"DeleteParameters",
Expand Down Expand Up @@ -11756,7 +11767,10 @@
"DescribeIdentityPool",
"GetCredentialsForIdentity",
"GetId",
"GetIdentityPoolAnalytics",
"GetIdentityPoolDailyAnalytics",
"GetIdentityPoolRoles",
"GetIdentityProviderDailyAnalytics",
"GetOpenIdToken",
"GetOpenIdTokenForDeveloperIdentity",
"GetPrincipalTagAttributeMap",
Expand Down Expand Up @@ -13827,6 +13841,7 @@
"ARNFormat": "arn:aws:emr-serverless:${Region}:${Account}:/${ResourceType}/${ResourcePath}",
"ARNRegex": "^arn:aws:emr-serverless:.+",
"Actions": [
"AccessInteractiveEndpoints",
"CancelJobRun",
"CreateApplication",
"DeleteApplication",
Expand Down Expand Up @@ -18066,6 +18081,7 @@
"EnableLogging",
"EnableSnapshotCopy",
"ExecuteQuery",
"FailoverPrimaryCompute",
"FetchResults",
"GetClusterCredentials",
"GetClusterCredentialsWithIAM",
Expand Down Expand Up @@ -18151,11 +18167,13 @@
"ARNRegex": "^arn:aws:redshift-serverless:.+:.+:.+",
"Actions": [
"ConvertRecoveryPointToSnapshot",
"CreateCustomDomainAssociation",
"CreateEndpointAccess",
"CreateNamespace",
"CreateSnapshot",
"CreateUsageLimit",
"CreateWorkgroup",
"DeleteCustomDomainAssociation",
"DeleteEndpointAccess",
"DeleteNamespace",
"DeleteResourcePolicy",
Expand All @@ -18164,6 +18182,7 @@
"DeleteWorkgroup",
"DescribeOneTimeCredit",
"GetCredentials",
"GetCustomDomainAssociation",
"GetEndpointAccess",
"GetNamespace",
"GetRecoveryPoint",
Expand All @@ -18172,6 +18191,7 @@
"GetTableRestoreStatus",
"GetUsageLimit",
"GetWorkgroup",
"ListCustomDomainAssociations",
"ListEndpointAccess",
"ListNamespaces",
"ListRecoveryPoints",
Expand All @@ -18186,6 +18206,7 @@
"RestoreTableFromSnapshot",
"TagResource",
"UntagResource",
"UpdateCustomDomainAssociation",
"UpdateEndpointAccess",
"UpdateNamespace",
"UpdateSnapshot",
Expand Down
Loading

0 comments on commit c9e0a25

Please sign in to comment.