Skip to content

Commit

Permalink
chore(schemas) - Update CloudFormation schemas to 2024-06-25 (#3313)
Browse files Browse the repository at this point in the history
* Update CloudFormation schemas to 2024-06-25

* Update tests

* Patch workspaces spec

---------

Co-authored-by: kddejong <[email protected]>
Co-authored-by: Kevin DeJong <[email protected]>
  • Loading branch information
3 people authored Jun 25, 2024
1 parent 2a2adbc commit c446ec4
Show file tree
Hide file tree
Showing 323 changed files with 30,832 additions and 30,464 deletions.
40 changes: 20 additions & 20 deletions docs/rules.md

Large diffs are not rendered by default.

79 changes: 78 additions & 1 deletion src/cfnlint/data/AdditionalSpecs/Policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -1899,6 +1899,7 @@
"CreateEnvironment",
"CreateSession",
"DeleteEnvironment",
"DescribeEnvironments",
"GetEnvironmentStatus",
"GetFileDownloadUrls",
"GetFileUploadUrls",
Expand All @@ -1907,7 +1908,12 @@
"StopEnvironment"
],
"HasResource": true,
"StringPrefix": "cloudshell"
"StringPrefix": "cloudshell",
"conditionKeys": [
"cloudshell:SecurityGroupIds",
"cloudshell:SubnetIds",
"cloudshell:VpcIds"
]
},
"AWS CloudTrail": {
"ARNFormat": "arn:aws:cloudtrail:${Region}:${Account}:${Resource}",
Expand Down Expand Up @@ -2581,6 +2587,7 @@
"ExportECSServiceRecommendations",
"ExportLambdaFunctionRecommendations",
"ExportLicenseRecommendations",
"ExportRDSDatabaseRecommendations",
"GetAutoScalingGroupRecommendations",
"GetEBSVolumeRecommendations",
"GetEC2InstanceRecommendations",
Expand All @@ -2592,6 +2599,8 @@
"GetEnrollmentStatusesForOrganization",
"GetLambdaFunctionRecommendations",
"GetLicenseRecommendations",
"GetRDSDatabaseRecommendationProjectedMetrics",
"GetRDSDatabaseRecommendations",
"GetRecommendationPreferences",
"GetRecommendationSummaries",
"PutRecommendationPreferences",
Expand Down Expand Up @@ -11597,6 +11606,7 @@
"ARNFormat": "arn:aws:bedrock:${Region}:${Account}:${ResourceType}/${ResourceId}",
"ARNRegex": "^arn:aws:bedrock:.*:.*:.+",
"Actions": [
"AllowVendedLogDeliveryForResource",
"ApplyGuardrail",
"AssociateAgentKnowledgeBase",
"AssociateThirdPartyKnowledgeBase",
Expand Down Expand Up @@ -13247,6 +13257,7 @@
"ClaimPhoneNumber",
"CompleteAttachedFileUpload",
"CreateAgentStatus",
"CreateAuthenticationProfile",
"CreateContactFlow",
"CreateContactFlowModule",
"CreateEvaluationForm",
Expand Down Expand Up @@ -13295,6 +13306,7 @@
"DeleteViewVersion",
"DeleteVocabulary",
"DescribeAgentStatus",
"DescribeAuthenticationProfile",
"DescribeContact",
"DescribeContactEvaluation",
"DescribeContactFlow",
Expand Down Expand Up @@ -13347,6 +13359,7 @@
"ImportPhoneNumber",
"ListAgentStatuses",
"ListApprovedOrigins",
"ListAuthenticationProfiles",
"ListBots",
"ListContactEvaluations",
"ListContactFlowModules",
Expand Down Expand Up @@ -13432,6 +13445,7 @@
"UntagContact",
"UntagResource",
"UpdateAgentStatus",
"UpdateAuthenticationProfile",
"UpdateContact",
"UpdateContactAttributes",
"UpdateContactEvaluation",
Expand Down Expand Up @@ -17721,6 +17735,7 @@
"Actions": [
"AcceptInvitation",
"BatchGetCustomDataIdentifiers",
"BatchUpdateAutomatedDiscoveryAccounts",
"CreateAllowList",
"CreateClassificationJob",
"CreateCustomDataIdentifier",
Expand Down Expand Up @@ -17767,6 +17782,7 @@
"GetUsageStatistics",
"GetUsageTotals",
"ListAllowLists",
"ListAutomatedDiscoveryAccounts",
"ListClassificationJobs",
"ListClassificationScopes",
"ListCustomDataIdentifiers",
Expand Down Expand Up @@ -21107,6 +21123,7 @@
"CreateInferenceRecommendationsJob",
"CreateLabelingJob",
"CreateLineageGroupPolicy",
"CreateMlflowTrackingServer",
"CreateModel",
"CreateModelBiasJobDefinition",
"CreateModelCard",
Expand All @@ -21120,6 +21137,7 @@
"CreateNotebookInstanceLifecycleConfig",
"CreatePipeline",
"CreatePresignedDomainUrl",
"CreatePresignedMlflowTrackingServerUrl",
"CreatePresignedNotebookInstanceUrl",
"CreateProcessingJob",
"CreateProject",
Expand Down Expand Up @@ -21163,6 +21181,7 @@
"DeleteInferenceComponent",
"DeleteInferenceExperiment",
"DeleteLineageGroupPolicy",
"DeleteMlflowTrackingServer",
"DeleteModel",
"DeleteModelBiasJobDefinition",
"DeleteModelCard",
Expand Down Expand Up @@ -21223,6 +21242,7 @@
"DescribeInferenceRecommendationsJob",
"DescribeLabelingJob",
"DescribeLineageGroup",
"DescribeMlflowTrackingServer",
"DescribeModel",
"DescribeModelBiasJobDefinition",
"DescribeModelCard",
Expand Down Expand Up @@ -21307,6 +21327,7 @@
"ListLabelingJobs",
"ListLabelingJobsForWorkteam",
"ListLineageGroups",
"ListMlflowTrackingServers",
"ListModelBiasJobDefinitions",
"ListModelCardExportJobs",
"ListModelCardVersions",
Expand Down Expand Up @@ -21362,6 +21383,7 @@
"StartEdgeDeploymentStage",
"StartHumanLoop",
"StartInferenceExperiment",
"StartMlflowTrackingServer",
"StartMonitoringSchedule",
"StartNotebookInstance",
"StartPipelineExecution",
Expand All @@ -21374,6 +21396,7 @@
"StopInferenceExperiment",
"StopInferenceRecommendationsJob",
"StopLabelingJob",
"StopMlflowTrackingServer",
"StopMonitoringSchedule",
"StopNotebookInstance",
"StopPipelineExecution",
Expand Down Expand Up @@ -21401,6 +21424,7 @@
"UpdateInferenceComponent",
"UpdateInferenceComponentRuntimeConfig",
"UpdateInferenceExperiment",
"UpdateMlflowTrackingServer",
"UpdateModelCard",
"UpdateModelPackage",
"UpdateMonitoringAlert",
Expand Down Expand Up @@ -21525,6 +21549,59 @@
"aws:TagKeys"
]
},
"Amazon SageMaker with MLflow": {
"ARNFormat": "arn:aws:sagemaker:${Region}:${Account}:${ResourceType}/${ResourceName}",
"ARNRegex": "^arn:aws:sagemaker:.+",
"Actions": [
"AccessUI",
"CreateExperiment",
"CreateModelVersion",
"CreateRegisteredModel",
"CreateRun",
"DeleteExperiment",
"DeleteModelVersion",
"DeleteModelVersionTag",
"DeleteRegisteredModel",
"DeleteRegisteredModelAlias",
"DeleteRegisteredModelTag",
"DeleteRun",
"DeleteTag",
"GetDownloadURIForModelVersionArtifacts",
"GetExperiment",
"GetExperimentByName",
"GetLatestModelVersions",
"GetMetricHistory",
"GetModelVersion",
"GetModelVersionByAlias",
"GetRegisteredModel",
"GetRun",
"ListArtifacts",
"LogBatch",
"LogInputs",
"LogMetric",
"LogModel",
"LogParam",
"RenameRegisteredModel",
"RestoreExperiment",
"RestoreRun",
"SearchExperiments",
"SearchModelVersions",
"SearchRegisteredModels",
"SearchRuns",
"SetExperimentTag",
"SetModelVersionTag",
"SetRegisteredModelAlias",
"SetRegisteredModelTag",
"SetTag",
"TransitionModelVersionStage",
"UpdateExperiment",
"UpdateModelVersion",
"UpdateRegisteredModel",
"UpdateRun"
],
"HasResource": true,
"StringPrefix": "sagemaker-mlflow"
},
"Amazon Security Lake": {
"ARNFormat": "arn:aws:securitylake:${Region}:${Account}:${ResourceType}/${ResourcePath}",
"ARNRegex": "^arn:aws:securitylake:.+:.+:.+",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"06ed2d95838e50d642d5fbfbf270a069\"", "url": "https://schema.cloudformation.eu-south-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"b658285000afc83f21ab25b390d22e7f\"", "url": "https://schema.cloudformation.eu-south-1.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"07903209c6db4f89f261743b11f0c11a\"", "url": "https://schema.cloudformation.cn-north-1.amazonaws.com.cn/CloudformationSchema.zip"}
{"etag": "\"526b6a27794ad8148f5768d1bfc46aef\"", "url": "https://schema.cloudformation.cn-north-1.amazonaws.com.cn/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"a3ef51011873bd2e896f68fef65fc157\"", "url": "https://schema.cloudformation.us-gov-east-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"58cb8abae39cb16173d1dcfb5774b930\"", "url": "https://schema.cloudformation.us-gov-east-1.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"40267d0f81599b30854d25f40be73c4d\"", "url": "https://schema.cloudformation.me-south-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"f4596a32fd0b6531d59cfc8073c6f232\"", "url": "https://schema.cloudformation.me-south-1.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"6b13ca33ece90d61c6561eac537b08fb\"", "url": "https://schema.cloudformation.us-gov-west-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"b0818651b985279adea0d4bd31fd23c5\"", "url": "https://schema.cloudformation.us-gov-west-1.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"db6a2d492920e3932e27499771354a27\"", "url": "https://schema.cloudformation.me-central-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"cafc6210e321f41ef5eddd36b651930f\"", "url": "https://schema.cloudformation.me-central-1.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"b8f176dd8a68a65ded300e0ff3b8b7d0\"", "url": "https://schema.cloudformation.eu-west-2.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"9d74a5b82b6011e69a3f13ef657ffb01\"", "url": "https://schema.cloudformation.eu-west-2.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"fd87d257d9d228e6c6e1ef2c00ab6d9b\"", "url": "https://schema.cloudformation.cn-northwest-1.amazonaws.com.cn/CloudformationSchema.zip"}
{"etag": "\"fab10b363974326d034e45eea1e780f0\"", "url": "https://schema.cloudformation.cn-northwest-1.amazonaws.com.cn/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"35dc8f6531bb1e918e9552a2067c21d9\"", "url": "https://schema.cloudformation.af-south-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"2c94c363b9942d92dff6b4157a4c13e2\"", "url": "https://schema.cloudformation.af-south-1.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"3ba1aea68462464fb8d063a4f4eb0a61\"", "url": "https://schema.cloudformation.us-west-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"5797f8af733215d6fab2c48ec3085136\"", "url": "https://schema.cloudformation.us-west-1.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"6d5965d0a338dfd69b7291aac2290208\"", "url": "https://schema.cloudformation.eu-central-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"3bdb97f468b70c32eb06242fc5bdc2b7\"", "url": "https://schema.cloudformation.eu-central-1.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"1833f70c2a746f2af6b65f1dbe6daf05\"", "url": "https://schema.cloudformation.ap-south-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"87dbe8d72b114f79fbc608c98806364a\"", "url": "https://schema.cloudformation.ap-south-1.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"8980893cc0f38d2caa2429e90486c0c8\"", "url": "https://schema.cloudformation.ap-southeast-4.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"fc2de0a27081580b398d58c00348446e\"", "url": "https://schema.cloudformation.ap-southeast-4.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"1b78bced7eb52159929d4e2255d2cae9\"", "url": "https://schema.cloudformation.us-east-2.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"9e9dfb17c3944c1f7c3e47fbc989f5d3\"", "url": "https://schema.cloudformation.us-east-2.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"c5a77052ba4f313b72c7fe051f72ce83\"", "url": "https://schema.cloudformation.ap-southeast-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"06bdc5dfe39aca598c743967a27e566e\"", "url": "https://schema.cloudformation.ap-southeast-1.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"402b563254e0765a2ea6c30f516634c6\"", "url": "https://schema.cloudformation.ap-northeast-2.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"eaa4c653144c22d2f81de85edc820c97\"", "url": "https://schema.cloudformation.ap-northeast-2.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"11b67461dd38d2b3547f51f44d34b6d5\"", "url": "https://schema.cloudformation.ap-southeast-3.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"7eda474ddfbcaef0bd128f22bfe24dbb\"", "url": "https://schema.cloudformation.ap-southeast-3.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"ebf4273457e71a460f2394004739f0b8\"", "url": "https://schema.cloudformation.ap-east-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"336c8f9179674321494b919a66ca97c6\"", "url": "https://schema.cloudformation.ap-east-1.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"024c03fa1a45f8e182db8ae83cdd31c1\"", "url": "https://schema.cloudformation.sa-east-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"154d3d8330985f7930412837d817b42c\"", "url": "https://schema.cloudformation.sa-east-1.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"c2b60c0393d763ad496eb55babbe4ed1\"", "url": "https://schema.cloudformation.ap-southeast-2.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"20bd1097ea12df81de72376235c6670e\"", "url": "https://schema.cloudformation.ap-southeast-2.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"bb0848e7da2d2fe268507920fe4bcfcb\"", "url": "https://schema.cloudformation.ca-west-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"fe5a3a64879b49ba07f6d0e40f7cda4e\"", "url": "https://schema.cloudformation.ca-west-1.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"fc49d7fdaebcdbe567b58ea44eabf48d\"", "url": "https://schema.cloudformation.eu-central-2.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"c17d95a2d30cb74ab3531aaf22a75418\"", "url": "https://schema.cloudformation.eu-central-2.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"604583524257c377dd0426b667a383a1\"", "url": "https://schema.cloudformation.eu-north-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"8ad868ec672f842b68b05600b5a5d103\"", "url": "https://schema.cloudformation.eu-north-1.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"861b534f31f92bd80d4a44461a46369f\"", "url": "https://schema.cloudformation.eu-south-2.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"fa0b097f427f0f923400285b256dfafb\"", "url": "https://schema.cloudformation.eu-south-2.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"fbfb07c0253c5754f009d71e4c8bb80d\"", "url": "https://schema.cloudformation.ca-central-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"09e64454f48831b73280d42c6e2cf9a4\"", "url": "https://schema.cloudformation.ca-central-1.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"a07395e3bd669f3e72ea2df9639898e8\"", "url": "https://schema.cloudformation.eu-west-3.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"7d0837fbd3430bcca80d3b5255592366\"", "url": "https://schema.cloudformation.eu-west-3.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"535b7e18e55d0fe6e7937ea3f855807b\"", "url": "https://schema.cloudformation.ap-northeast-3.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"55e291fbd1d194744195d829488aaf0b\"", "url": "https://schema.cloudformation.ap-northeast-3.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"de613316af2381c4996ae1d15dd14306\"", "url": "https://schema.cloudformation.us-west-2.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"c065fa9efdfc9b0c32dfccb53437fdb5\"", "url": "https://schema.cloudformation.us-west-2.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"c1549028d15e77124d915f42dd5b4f05\"", "url": "https://schema.cloudformation.ap-south-2.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"86f33a9bad21f79a2b04532e087227a7\"", "url": "https://schema.cloudformation.ap-south-2.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"a1f848436addd536bd60599ef5b5f231\"", "url": "https://schema.cloudformation.us-east-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"4692cb055dae96b5a99b20ed17092c22\"", "url": "https://schema.cloudformation.us-east-1.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"5b35c384b930cca8614021755ef3156a\"", "url": "https://schema.cloudformation.il-central-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"c8561dab9a5ce0ef617d471c28f0894b\"", "url": "https://schema.cloudformation.il-central-1.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"d52c88f02b8e4e1b7afee5f3689c65c7\"", "url": "https://schema.cloudformation.eu-west-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"9d35728649cd2bfeac7fbcdd355cab1b\"", "url": "https://schema.cloudformation.eu-west-1.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"084d94123705cb2385b2d2071cf76b1e\"", "url": "https://schema.cloudformation.ap-northeast-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"a912bc8a66266d2bd4ca5e59a507289b\"", "url": "https://schema.cloudformation.ap-northeast-1.amazonaws.com/CloudformationSchema.zip"}
2 changes: 2 additions & 0 deletions src/cfnlint/data/Serverless/ManagedPolicies.json
Original file line number Diff line number Diff line change
Expand Up @@ -1006,6 +1006,7 @@
"AmazonWorkMailReadOnlyAccess": "arn:aws:iam::aws:policy/AmazonWorkMailReadOnlyAccess",
"AmazonWorkSpacesAdmin": "arn:aws:iam::aws:policy/AmazonWorkSpacesAdmin",
"AmazonWorkSpacesApplicationManagerAdminAccess": "arn:aws:iam::aws:policy/AmazonWorkSpacesApplicationManagerAdminAccess",
"AmazonWorkSpacesSecureBrowserReadOnly": "arn:aws:iam::aws:policy/AmazonWorkSpacesSecureBrowserReadOnly",
"AmazonWorkSpacesSelfServiceAccess": "arn:aws:iam::aws:policy/AmazonWorkSpacesSelfServiceAccess",
"AmazonWorkSpacesServiceAccess": "arn:aws:iam::aws:policy/AmazonWorkSpacesServiceAccess",
"AmazonWorkSpacesWebReadOnly": "arn:aws:iam::aws:policy/AmazonWorkSpacesWebReadOnly",
Expand Down Expand Up @@ -1096,6 +1097,7 @@
"EC2InstanceProfileForImageBuilder": "arn:aws:iam::aws:policy/EC2InstanceProfileForImageBuilder",
"EC2InstanceProfileForImageBuilderECRContainerBuilds": "arn:aws:iam::aws:policy/EC2InstanceProfileForImageBuilderECRContainerBuilds",
"ECRReplicationServiceRolePolicy": "arn:aws:iam::aws:policy/aws-service-role/ECRReplicationServiceRolePolicy",
"ECRTemplateServiceRolePolicy": "arn:aws:iam::aws:policy/aws-service-role/ECRTemplateServiceRolePolicy",
"EMRDescribeClusterPolicyForEMRWAL": "arn:aws:iam::aws:policy/aws-service-role/EMRDescribeClusterPolicyForEMRWAL",
"Ec2ImageBuilderCrossAccountDistributionAccess": "arn:aws:iam::aws:policy/Ec2ImageBuilderCrossAccountDistributionAccess",
"Ec2InstanceConnectEndpoint": "arn:aws:iam::aws:policy/aws-service-role/Ec2InstanceConnectEndpoint",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"8.0.mysql_aurora.3.04.2",
"8.0.mysql_aurora.3.05.2",
"8.0.mysql_aurora.3.06.0",
"8.0.mysql_aurora.3.06.1",
"8.0.mysql_aurora.3.07.0"
]
}
Expand Down Expand Up @@ -165,7 +166,8 @@
"8.0.33",
"8.0.34",
"8.0.35",
"8.0.36"
"8.0.36",
"8.0.37"
]
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16523,6 +16523,10 @@
"db.r5.4xlarge",
"db.r5.large",
"db.r5.xlarge",
"db.r6i.2xlarge",
"db.r6i.4xlarge",
"db.r6i.large",
"db.r6i.xlarge",
"db.t2.2xlarge",
"db.t2.large",
"db.t2.medium",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
"8.0.mysql_aurora.3.04.2",
"8.0.mysql_aurora.3.05.2",
"8.0.mysql_aurora.3.06.0",
"8.0.mysql_aurora.3.06.1",
"8.0.mysql_aurora.3.07.0"
]
}
Expand Down Expand Up @@ -397,7 +398,8 @@
"8.0.33",
"8.0.34",
"8.0.35",
"8.0.36"
"8.0.36",
"8.0.37"
]
}
}
Expand Down
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[
{
"op": "test",
"path": "/deprecatedProperties",
"value": [
"/properties/Tags/TagKey",
"/properties/Tags/TagValue"
]
},
{
"op": "remove",
"path": "/deprecatedProperties"
}
]
Loading

0 comments on commit c446ec4

Please sign in to comment.