serverless-tag-resources 1.2.16 → 1.2.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +7 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -92,6 +92,8 @@ class TagResourcesServerlessPlugin {
92
92
  "AWS::Events::EventBusPolicy",
93
93
  "AWS::Events::Connection",
94
94
  "AWS::Events::ApiDestination",
95
+ "AWS::Events::Endpoint",
96
+ "AWS::Events::Archive",
95
97
  "AWS::EFS::FileSystem",
96
98
  "AWS::EFS::MountTarget",
97
99
  "AWS::EFS::AccessPoint",
@@ -110,6 +112,7 @@ class TagResourcesServerlessPlugin {
110
112
  "AWS::KMS::Alias",
111
113
  "AWS::Route53::RecordSet",
112
114
  "AWS::Route53::RecordSetGroup",
115
+ "AWS::Route53::HealthCheck",
113
116
  "AWS::SES::ReceiptRuleSet",
114
117
  "AWS::SES::ReceiptRule",
115
118
  "AWS::SES::ConfigurationSet",
@@ -176,6 +179,10 @@ class TagResourcesServerlessPlugin {
176
179
  "AWS::Glue::MLTransform",
177
180
  "AWS::Glue::Trigger",
178
181
  "AWS::Glue::Workflow",
182
+ "AWS::Batch::JobDefinition",
183
+ "AWS::Batch::ComputeEnvironment",
184
+ "AWS::Batch::JobQueue",
185
+ "AWS::Batch::SchedulingPolicy",
179
186
  ];
180
187
 
181
188
  this.otherBasedTypes = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "serverless-tag-resources",
3
- "version": "1.2.16",
3
+ "version": "1.2.18",
4
4
  "description": "Datamart Solution: Tag all aws resources",
5
5
  "main": "index.js",
6
6
  "scripts": {