Skip to content

Commit

Permalink
Update CloudFormation specs to 158.0.0 (#3039)
Browse files Browse the repository at this point in the history
Co-authored-by: kddejong <36457093+kddejong@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and kddejong authored Feb 8, 2024
1 parent 6c97759 commit 499d74d
Show file tree
Hide file tree
Showing 72 changed files with 15,876 additions and 17,334 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.83.0',
'aws-sam-translator>=1.84.0',
'jsonpatch',
'jsonschema>=3.0,<5',
'networkx>=2.4,<4',
Expand Down
56 changes: 54 additions & 2 deletions src/cfnlint/data/AdditionalSpecs/Policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,7 @@
"GetDomainName",
"GetFunction",
"GetGraphqlApi",
"GetGraphqlApiEnvironmentVariables",
"GetIntrospectionSchema",
"GetResolver",
"GetResourcePolicy",
Expand All @@ -645,6 +646,7 @@
"ListTagsForResource",
"ListTypes",
"ListTypesByAssociation",
"PutGraphqlApiEnvironmentVariables",
"PutResourcePolicy",
"SetWebACL",
"SourceGraphQL",
Expand Down Expand Up @@ -2982,6 +2984,10 @@
"CreateReplicationInstance",
"CreateReplicationSubnetGroup",
"CreateReplicationTask",
"CreateTest",
"CreateTestEnvironments",
"CreateTestPlan",
"CreateTestRun",
"DeleteCertificate",
"DeleteConnection",
"DeleteDataMigration",
Expand All @@ -2997,6 +3003,8 @@
"DeleteReplicationSubnetGroup",
"DeleteReplicationTask",
"DeleteReplicationTaskAssessmentRun",
"DeleteTest",
"DeleteTestPlan",
"DescribeAccountAttributes",
"DescribeApplicableIndividualAssessments",
"DescribeCertificates",
Expand Down Expand Up @@ -3041,6 +3049,12 @@
"DescribeReplications",
"DescribeSchemas",
"DescribeTableStatistics",
"DescribeTestEnvironments",
"DescribeTestGenerationStatus",
"DescribeTestPlans",
"DescribeTestRunResultsSummaries",
"DescribeTestRuns",
"DescribeTests",
"DisassociateExtensionPack",
"ExportMetadataModelAssessment",
"GetMetadataModel",
Expand All @@ -3067,6 +3081,8 @@
"ModifyReplicationInstance",
"ModifyReplicationSubnetGroup",
"ModifyReplicationTask",
"ModifyTest",
"ModifyTestPlan",
"MoveReplicationTask",
"RebootReplicationInstance",
"RefreshSchemas",
Expand All @@ -3076,6 +3092,7 @@
"RunFleetAdvisorLsaAnalysis",
"StartDataMigration",
"StartExtensionPackAssociation",
"StartGenerateTests",
"StartMetadataModelAssessment",
"StartMetadataModelConversion",
"StartMetadataModelExportAsScript",
Expand All @@ -3088,15 +3105,18 @@
"StartReplicationTaskAssessment",
"StartReplicationTaskAssessmentRun",
"StopDataMigration",
"StopGenerateTests",
"StopReplication",
"StopReplicationTask",
"StopTestRun",
"TestConnection",
"UpdateConversionConfiguration",
"UpdateDataProvider",
"UpdateInstanceProfile",
"UpdateMigrationProject",
"UpdateSubscriptionsToEventBridge",
"UploadFileMetadataList"
"UploadFileMetadataList",
"ViewTestRunResults"
],
"HasResource": true,
"StringPrefix": "dms",
Expand All @@ -3115,7 +3135,11 @@
"dms:replication-config-tag/${TagKey}",
"dms:req-tag/${TagKey}",
"dms:subgrp-tag/${TagKey}",
"dms:task-tag/${TagKey}"
"dms:task-tag/${TagKey}",
"dms:test-environment-tag/${TagKey}",
"dms:test-plan-tag/${TagKey}",
"dms:test-run-tag/${TagKey}",
"dms:test-tag/${TagKey}"
]
},
"AWS DeepComposer": {
Expand Down Expand Up @@ -3886,6 +3910,7 @@
"DeregisterGatewayInstance",
"DescribeBridge",
"DescribeFlow",
"DescribeFlowSourceMetadata",
"DescribeGateway",
"DescribeGatewayInstance",
"DescribeOffering",
Expand Down Expand Up @@ -7213,6 +7238,7 @@
"HasResource": true,
"StringPrefix": "aws-marketplace",
"conditionKeys": [
"aws-marketplace:Intent",
"aws:RequestTag/${TagKey}",
"aws:ResourceTag/${TagKey}",
"aws:TagKeys",
Expand Down Expand Up @@ -9888,6 +9914,7 @@
"BatchPutTaxRegistration",
"DeleteTaxRegistration",
"GetExemptions",
"GetTaxInfoReportingDocument",
"GetTaxInheritance",
"GetTaxInterview",
"GetTaxRegistration",
Expand Down Expand Up @@ -13206,6 +13233,7 @@
"ListDataSourceRuns",
"ListDataSources",
"ListDomains",
"ListEnvironmentBlueprintConfigurationSummaries",
"ListEnvironmentBlueprintConfigurations",
"ListEnvironmentBlueprints",
"ListEnvironmentProfiles",
Expand Down Expand Up @@ -16036,13 +16064,15 @@
"CreateChannel",
"CreateEncoderConfiguration",
"CreateParticipantToken",
"CreatePlaybackRestrictionPolicy",
"CreateRecordingConfiguration",
"CreateStage",
"CreateStorageConfiguration",
"CreateStreamKey",
"DeleteChannel",
"DeleteEncoderConfiguration",
"DeletePlaybackKeyPair",
"DeletePlaybackRestrictionPolicy",
"DeleteRecordingConfiguration",
"DeleteStage",
"DeleteStorageConfiguration",
Expand All @@ -16053,6 +16083,7 @@
"GetEncoderConfiguration",
"GetParticipant",
"GetPlaybackKeyPair",
"GetPlaybackRestrictionPolicy",
"GetRecordingConfiguration",
"GetStage",
"GetStageSession",
Expand All @@ -16067,6 +16098,7 @@
"ListParticipantEvents",
"ListParticipants",
"ListPlaybackKeyPairs",
"ListPlaybackRestrictionPolicies",
"ListRecordingConfigurations",
"ListStageSessions",
"ListStages",
Expand All @@ -16083,6 +16115,7 @@
"TagResource",
"UntagResource",
"UpdateChannel",
"UpdatePlaybackRestrictionPolicy",
"UpdateStage"
],
"HasResource": true,
Expand Down Expand Up @@ -18823,6 +18856,7 @@
"CreateDBProxy",
"CreateDBProxyEndpoint",
"CreateDBSecurityGroup",
"CreateDBShardGroup",
"CreateDBSnapshot",
"CreateDBSubnetGroup",
"CreateEventSubscription",
Expand All @@ -18844,6 +18878,7 @@
"DeleteDBProxy",
"DeleteDBProxyEndpoint",
"DeleteDBSecurityGroup",
"DeleteDBShardGroup",
"DeleteDBSnapshot",
"DeleteDBSubnetGroup",
"DeleteEventSubscription",
Expand Down Expand Up @@ -18875,6 +18910,7 @@
"DescribeDBProxyTargets",
"DescribeDBRecommendations",
"DescribeDBSecurityGroups",
"DescribeDBShardGroups",
"DescribeDBSnapshotAttributes",
"DescribeDBSnapshots",
"DescribeDBSubnetGroups",
Expand Down Expand Up @@ -18919,6 +18955,7 @@
"ModifyDBProxyEndpoint",
"ModifyDBProxyTargetGroup",
"ModifyDBRecommendation",
"ModifyDBShardGroup",
"ModifyDBSnapshot",
"ModifyDBSnapshotAttribute",
"ModifyDBSubnetGroup",
Expand All @@ -18932,6 +18969,7 @@
"PurchaseReservedDBInstancesOffering",
"RebootDBCluster",
"RebootDBInstance",
"RebootDBShardGroup",
"RegisterDBProxyTargets",
"RemoveFromGlobalCluster",
"RemoveRoleFromDBCluster",
Expand Down Expand Up @@ -19145,6 +19183,7 @@
"GetResourcePolicy",
"JoinGroup",
"ListDatabases",
"ListRecommendations",
"ListSavedQueries",
"ListSchemas",
"ListTables",
Expand Down Expand Up @@ -20394,6 +20433,7 @@
"DeleteHubContent",
"DeleteHumanLoop",
"DeleteHumanTaskUi",
"DeleteHyperParameterTuningJob",
"DeleteImage",
"DeleteImageVersion",
"DeleteInferenceComponent",
Expand Down Expand Up @@ -20691,6 +20731,7 @@
"sagemaker:ResourceTag/",
"sagemaker:ResourceTag/${TagKey}",
"sagemaker:RootAccess",
"sagemaker:SearchVisibilityCondition/${FilterKey}",
"sagemaker:ServerlessMaxConcurrency",
"sagemaker:ServerlessMemorySize",
"sagemaker:SpaceSharingType",
Expand Down Expand Up @@ -21926,6 +21967,17 @@
"aws:TagKeys",
"servicequotas:service"
]
},
"Tag Editor": {
"ARNFormat": "arn:${Partition}:resource-explorer:${Region}:${Account}:${ResourceType}/${ResourceName}",
"ARNRegex": "^arn:aws:resource-explorer:.+",
"Actions": [
"ListResourceTypes",
"ListResources",
"ListTags"
],
"HasResource": false,
"StringPrefix": "resource-explorer"
}
}
}
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 499d74d

Please sign in to comment.