ec2-instance-running-scheduler 0.3.0 → 0.3.1

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/.jsii CHANGED
@@ -9351,6 +9351,6 @@
9351
9351
  "symbolId": "src/constructs/ec2-instance-running-scheduler:TargetResource"
9352
9352
  }
9353
9353
  },
9354
- "version": "0.3.0",
9355
- "fingerprint": "bwKUClibSPFDZfqak8YNEMPWz002RMgKad/Ke/6VtnE="
9354
+ "version": "0.3.1",
9355
+ "fingerprint": "7MM9XD2nI2ur/0dsogfw9Ou5xL5C+DhzRJIVWSm2DU4="
9356
9356
  }
@@ -58,7 +58,7 @@ const running_scheduler_wait_config_1 = require("../funcs/running-scheduler-wait
58
58
  * detection is available via {@link EC2InstanceRunningSchedulerProps.failureDetection}.
59
59
  */
60
60
  class EC2InstanceRunningScheduler extends constructs_1.Construct {
61
- static [JSII_RTTI_SYMBOL_1] = { fqn: "ec2-instance-running-scheduler.EC2InstanceRunningScheduler", version: "0.3.0" };
61
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "ec2-instance-running-scheduler.EC2InstanceRunningScheduler", version: "0.3.1" };
62
62
  /** Failure detection alarms, when {@link EC2InstanceRunningSchedulerProps.failureDetection} is enabled. */
63
63
  failureDetection;
64
64
  /**
@@ -88,7 +88,7 @@ const createLogSumAlarm = (scope, id, props) => {
88
88
  * Custom metrics are published under the `EC2InstanceRunningScheduler` namespace.
89
89
  */
90
90
  class RunningSchedulerFailureDetection extends constructs_1.Construct {
91
- static [JSII_RTTI_SYMBOL_1] = { fqn: "ec2-instance-running-scheduler.RunningSchedulerFailureDetection", version: "0.3.0" };
91
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "ec2-instance-running-scheduler.RunningSchedulerFailureDetection", version: "0.3.1" };
92
92
  /** SNS topic used for alarm actions, when configured. */
93
93
  alarmTopic;
94
94
  /** Fires when the Lambda `Errors` metric is non-zero. */
@@ -12,7 +12,7 @@ const ec2_instance_running_scheduler_1 = require("../constructs/ec2-instance-run
12
12
  * construct directly when custom per-instance wait limits are required.
13
13
  */
14
14
  class EC2InstanceRunningScheduleStack extends aws_cdk_lib_1.Stack {
15
- static [JSII_RTTI_SYMBOL_1] = { fqn: "ec2-instance-running-scheduler.EC2InstanceRunningScheduleStack", version: "0.3.0" };
15
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "ec2-instance-running-scheduler.EC2InstanceRunningScheduleStack", version: "0.3.1" };
16
16
  /**
17
17
  * Creates the stack and wires {@link EC2InstanceRunningScheduler}.
18
18
  *
package/package.json CHANGED
@@ -65,7 +65,7 @@
65
65
  "jsii-docgen": "^10.5.0",
66
66
  "jsii-pacmak": "^1.138.0",
67
67
  "jsii-rosetta": "5.9.x",
68
- "projen": "^0.101.4",
68
+ "projen": "^0.101.11",
69
69
  "strict-env-resolver": "^0.5.1",
70
70
  "ts-jest": "^29.4.11",
71
71
  "ts-node": "^10.9.2",
@@ -99,7 +99,7 @@
99
99
  "publishConfig": {
100
100
  "access": "public"
101
101
  },
102
- "version": "0.3.0",
102
+ "version": "0.3.1",
103
103
  "jest": {
104
104
  "coverageProvider": "v8",
105
105
  "testMatch": [