serverless-tag-resources 1.2.40 → 1.2.42
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.
- package/index.js +3 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -153,6 +153,8 @@ class TagResourcesServerlessPlugin {
|
|
|
153
153
|
"AWS::EC2::TransitGatewayRoute",
|
|
154
154
|
"AWS::EC2::TransitGatewayRouteTableAssociation",
|
|
155
155
|
"AWS::EC2::TransitGatewayRouteTablePropagation",
|
|
156
|
+
"AWS::EC2::IPAMAllocation",
|
|
157
|
+
"AWS::EC2::IPAMPoolCidr",
|
|
156
158
|
"AWS::ApplicationAutoScaling::ScalableTarget",
|
|
157
159
|
"AWS::ApplicationAutoScaling::ScalingPolicy",
|
|
158
160
|
"AWS::WAFv2::WebACLAssociation",
|
|
@@ -173,6 +175,7 @@ class TagResourcesServerlessPlugin {
|
|
|
173
175
|
"AWS::Pinpoint::GCMChannel",
|
|
174
176
|
"AWS::Pinpoint::SMSChannel",
|
|
175
177
|
"AWS::Pinpoint::VoiceChannel",
|
|
178
|
+
"AWS::Pipes::Pipe",
|
|
176
179
|
"AWS::QLDB::Ledger",
|
|
177
180
|
"AWS::Scheduler::Schedule",
|
|
178
181
|
];
|