Skip to content

Commit

Permalink
autogenerated maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
PatMyron authored and kddejong committed Feb 25, 2021
1 parent be53013 commit 7042000
Show file tree
Hide file tree
Showing 70 changed files with 27,338 additions and 14,437 deletions.
82 changes: 71 additions & 11 deletions src/cfnlint/data/AdditionalSpecs/Policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -959,9 +959,13 @@
"Actions": [
"CreateEnvironment",
"CreateSession",
"DeleteEnvironment",
"GetEnvironmentStatus",
"GetFileDownloadUrls",
"GetFileUploadUrls",
"PutCredentials"
"PutCredentials",
"StartEnvironment",
"StopEnvironment"
],
"HasResource": true,
"StringPrefix": "cloudshell"
Expand Down Expand Up @@ -6905,6 +6909,39 @@
"comprehend:VpcSubnets"
]
},
"Amazon Comprehend Medical": {
"ARNFormat": "arn:${Partition}:comprehendmedical:${Region}:${AccountId}:${ResourceType}/${ResourceName}",
"ARNRegex": "^arn:${Partition}:comprehendmedical:.+:.+:.+",
"Actions": [
"DescribeEntitiesDetectionV2Job",
"DescribeICD10CMInferenceJob",
"DescribePHIDetectionJob",
"DescribeRxNormInferenceJob",
"DetectEntitiesV2",
"DetectPHI",
"InferICD10CM",
"InferRxNorm",
"ListEntitiesDetectionV2Jobs",
"ListICD10CMInferenceJobs",
"ListPHIDetectionJobs",
"ListRxNormInferenceJobs",
"StartEntitiesDetectionV2Job",
"StartICD10CMInferenceJob",
"StartPHIDetectionJob",
"StartRxNormInferenceJob",
"StopEntitiesDetectionV2Job",
"StopICD10CMInferenceJob",
"StopPHIDetectionJob",
"StopRxNormInferenceJob"
],
"HasResource": false,
"StringPrefix": "comprehendmedical",
"conditionKeys": [
"aws:SourceArn",
"aws:SourceVpc",
"aws:TagKeys"
]
},
"Amazon Connect": {
"ARNFormat": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}",
"ARNRegex": "^arn:${Partition}:connect:.+:.+:instance/.+",
Expand Down Expand Up @@ -7888,6 +7925,7 @@
"ListContainerRecipes",
"ListDistributionConfigurations",
"ListImageBuildVersions",
"ListImagePackages",
"ListImagePipelineImages",
"ListImagePipelines",
"ListImageRecipes",
Expand Down Expand Up @@ -9571,6 +9609,37 @@
"aws:TagKeys"
]
},
"Amazon Lookout for Metrics": {
"ARNFormat": "arn:aws:lookoutmetrics:<region>:<account-id>:<resource-type>:<resource_name>",
"ARNRegex": "^arn:aws:lookoutmetrics:.+:.+:.+",
"Actions": [
"ActivateAnomalyDetector",
"BackTestAnomalyDetector",
"CreateAlert",
"CreateAnomalyDetector",
"CreateMetricSet",
"DeleteAlert",
"DeleteAnomalyDetector",
"DescribeAlert",
"DescribeAnomalyDetectionExecutions",
"DescribeAnomalyDetector",
"DescribeMetricSet",
"GetAnomalyGroup",
"GetDataQualityMetrics",
"GetFeedback",
"GetSampleData",
"ListAlerts",
"ListAnomalyDetectors",
"ListAnomalyGroupSummaries",
"ListAnomalyGroupTimeSeries",
"ListMetricSets",
"PutFeedback",
"UpdateAnomalyDetector",
"UpdateMetricSet"
],
"HasResource": true,
"StringPrefix": "lookoutmetrics"
},
"Amazon Lookout for Vision": {
"ARNFormat": "arn:aws:lookoutvision:<region>:<account-id>:<resource-type>/<resource_name>",
"ARNRegex": "^arn:aws:lookoutvision:.+:.+:.+",
Expand Down Expand Up @@ -10514,6 +10583,7 @@
"DescribeValidDBInstanceModifications",
"DownloadDBLogFilePortion",
"FailoverDBCluster",
"FailoverGlobalCluster",
"ListTagsForResource",
"ModifyCurrentDBClusterCapacity",
"ModifyDBCluster",
Expand Down Expand Up @@ -12317,16 +12387,6 @@
"HasResource": false,
"StringPrefix": "applicationinsights"
},
"Comprehend Medical": {
"ARNFormat": "arn:${Partition}:comprehendmedical:${Region}:${AccountId}:${ResourceType}/${ResourceName}",
"ARNRegex": "^arn:${Partition}:comprehendmedical:.+:.+:.+",
"Actions": [
"DetectEntities",
"DetectPHI"
],
"HasResource": false,
"StringPrefix": "comprehendmedical"
},
"Data Pipeline": {
"Actions": [
"ActivatePipeline",
Expand Down
Loading

0 comments on commit 7042000

Please sign in to comment.