serverless-tag-resources 1.2.17 → 1.2.19

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 +5 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -157,6 +157,7 @@ class TagResourcesServerlessPlugin {
157
157
  "AWS::Pinpoint::SMSChannel",
158
158
  "AWS::Pinpoint::VoiceChannel",
159
159
  "AWS::QLDB::Ledger",
160
+ "AWS::Scheduler::Schedule",
160
161
  ];
161
162
 
162
163
  this.tagDictBasedTypes = [
@@ -179,6 +180,10 @@ class TagResourcesServerlessPlugin {
179
180
  "AWS::Glue::MLTransform",
180
181
  "AWS::Glue::Trigger",
181
182
  "AWS::Glue::Workflow",
183
+ "AWS::Batch::JobDefinition",
184
+ "AWS::Batch::ComputeEnvironment",
185
+ "AWS::Batch::JobQueue",
186
+ "AWS::Batch::SchedulingPolicy",
182
187
  ];
183
188
 
184
189
  this.otherBasedTypes = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "serverless-tag-resources",
3
- "version": "1.2.17",
3
+ "version": "1.2.19",
4
4
  "description": "Datamart Solution: Tag all aws resources",
5
5
  "main": "index.js",
6
6
  "scripts": {