Skip to content

Commit

Permalink
Update CloudFormation specs to 157.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong authored Feb 5, 2024
1 parent 15c5d6c commit 6d5fbb0
Show file tree
Hide file tree
Showing 71 changed files with 11,264 additions and 13,362 deletions.
14 changes: 14 additions & 0 deletions src/cfnlint/data/AdditionalSpecs/Policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -3886,6 +3886,7 @@
"DeregisterGatewayInstance",
"DescribeBridge",
"DescribeFlow",
"DescribeFlowSourceMetadata",
"DescribeGateway",
"DescribeGatewayInstance",
"DescribeOffering",
Expand Down Expand Up @@ -13206,6 +13207,7 @@
"ListDataSourceRuns",
"ListDataSources",
"ListDomains",
"ListEnvironmentBlueprintConfigurationSummaries",
"ListEnvironmentBlueprintConfigurations",
"ListEnvironmentBlueprints",
"ListEnvironmentProfiles",
Expand Down Expand Up @@ -16036,13 +16038,15 @@
"CreateChannel",
"CreateEncoderConfiguration",
"CreateParticipantToken",
"CreatePlaybackRestrictionPolicy",
"CreateRecordingConfiguration",
"CreateStage",
"CreateStorageConfiguration",
"CreateStreamKey",
"DeleteChannel",
"DeleteEncoderConfiguration",
"DeletePlaybackKeyPair",
"DeletePlaybackRestrictionPolicy",
"DeleteRecordingConfiguration",
"DeleteStage",
"DeleteStorageConfiguration",
Expand All @@ -16053,6 +16057,7 @@
"GetEncoderConfiguration",
"GetParticipant",
"GetPlaybackKeyPair",
"GetPlaybackRestrictionPolicy",
"GetRecordingConfiguration",
"GetStage",
"GetStageSession",
Expand All @@ -16067,6 +16072,7 @@
"ListParticipantEvents",
"ListParticipants",
"ListPlaybackKeyPairs",
"ListPlaybackRestrictionPolicies",
"ListRecordingConfigurations",
"ListStageSessions",
"ListStages",
Expand All @@ -16083,6 +16089,7 @@
"TagResource",
"UntagResource",
"UpdateChannel",
"UpdatePlaybackRestrictionPolicy",
"UpdateStage"
],
"HasResource": true,
Expand Down Expand Up @@ -18823,6 +18830,7 @@
"CreateDBProxy",
"CreateDBProxyEndpoint",
"CreateDBSecurityGroup",
"CreateDBShardGroup",
"CreateDBSnapshot",
"CreateDBSubnetGroup",
"CreateEventSubscription",
Expand All @@ -18844,6 +18852,7 @@
"DeleteDBProxy",
"DeleteDBProxyEndpoint",
"DeleteDBSecurityGroup",
"DeleteDBShardGroup",
"DeleteDBSnapshot",
"DeleteDBSubnetGroup",
"DeleteEventSubscription",
Expand Down Expand Up @@ -18875,6 +18884,7 @@
"DescribeDBProxyTargets",
"DescribeDBRecommendations",
"DescribeDBSecurityGroups",
"DescribeDBShardGroups",
"DescribeDBSnapshotAttributes",
"DescribeDBSnapshots",
"DescribeDBSubnetGroups",
Expand Down Expand Up @@ -18919,6 +18929,7 @@
"ModifyDBProxyEndpoint",
"ModifyDBProxyTargetGroup",
"ModifyDBRecommendation",
"ModifyDBShardGroup",
"ModifyDBSnapshot",
"ModifyDBSnapshotAttribute",
"ModifyDBSubnetGroup",
Expand All @@ -18932,6 +18943,7 @@
"PurchaseReservedDBInstancesOffering",
"RebootDBCluster",
"RebootDBInstance",
"RebootDBShardGroup",
"RegisterDBProxyTargets",
"RemoveFromGlobalCluster",
"RemoveRoleFromDBCluster",
Expand Down Expand Up @@ -20394,6 +20406,7 @@
"DeleteHubContent",
"DeleteHumanLoop",
"DeleteHumanTaskUi",
"DeleteHyperParameterTuningJob",
"DeleteImage",
"DeleteImageVersion",
"DeleteInferenceComponent",
Expand Down Expand Up @@ -20691,6 +20704,7 @@
"sagemaker:ResourceTag/",
"sagemaker:ResourceTag/${TagKey}",
"sagemaker:RootAccess",
"sagemaker:SearchVisibilityCondition/${FilterKey}",
"sagemaker:ServerlessMaxConcurrency",
"sagemaker:ServerlessMemorySize",
"sagemaker:SpaceSharingType",
Expand Down
5 changes: 5 additions & 0 deletions src/cfnlint/data/AdditionalSpecs/RdsProperties.json
Original file line number Diff line number Diff line change
Expand Up @@ -23324,6 +23324,11 @@
"db.r5d.8xlarge",
"db.r5d.large",
"db.r5d.xlarge",
"db.r6i.2xlarge",
"db.r6i.4xlarge",
"db.r6i.8xlarge",
"db.r6i.large",
"db.r6i.xlarge",
"db.t3.2xlarge",
"db.t3.xlarge",
"db.x1.16xlarge",
Expand Down
Loading

0 comments on commit 6d5fbb0

Please sign in to comment.