@aws-cdk/aws-iotevents-alpha 2.200.0-alpha.0 → 2.200.2-alpha.0

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
@@ -8,7 +8,7 @@
8
8
  "url": "https://aws.amazon.com"
9
9
  },
10
10
  "dependencies": {
11
- "aws-cdk-lib": "^2.200.0",
11
+ "aws-cdk-lib": "^2.200.2",
12
12
  "constructs": "^10.0.0"
13
13
  },
14
14
  "dependencyClosure": {
@@ -5858,6 +5858,6 @@
5858
5858
  "symbolId": "lib/state:TransitionOptions"
5859
5859
  }
5860
5860
  },
5861
- "version": "2.200.0-alpha.0",
5861
+ "version": "2.200.2-alpha.0",
5862
5862
  "fingerprint": "**********"
5863
5863
  }
@@ -83,7 +83,7 @@ let DetectorModel = class DetectorModel extends core_1.Resource {
83
83
  };
84
84
  exports.DetectorModel = DetectorModel;
85
85
  _a = JSII_RTTI_SYMBOL_1;
86
- DetectorModel[_a] = { fqn: "@aws-cdk/aws-iotevents-alpha.DetectorModel", version: "2.200.0-alpha.0" };
86
+ DetectorModel[_a] = { fqn: "@aws-cdk/aws-iotevents-alpha.DetectorModel", version: "2.200.2-alpha.0" };
87
87
  /** Uniquely identifies this class. */
88
88
  DetectorModel.PROPERTY_INJECTION_ID = '@aws-cdk.aws-iotevents-alpha.DetectorModel';
89
89
  exports.DetectorModel = DetectorModel = __decorate([
package/lib/expression.js CHANGED
@@ -315,7 +315,7 @@ class Expression {
315
315
  }
316
316
  exports.Expression = Expression;
317
317
  _a = JSII_RTTI_SYMBOL_1;
318
- Expression[_a] = { fqn: "@aws-cdk/aws-iotevents-alpha.Expression", version: "2.200.0-alpha.0" };
318
+ Expression[_a] = { fqn: "@aws-cdk/aws-iotevents-alpha.Expression", version: "2.200.2-alpha.0" };
319
319
  class StringExpression extends Expression {
320
320
  constructor(value) {
321
321
  super();
package/lib/input.js CHANGED
@@ -81,7 +81,7 @@ let Input = class Input extends InputBase {
81
81
  };
82
82
  exports.Input = Input;
83
83
  _a = JSII_RTTI_SYMBOL_1;
84
- Input[_a] = { fqn: "@aws-cdk/aws-iotevents-alpha.Input", version: "2.200.0-alpha.0" };
84
+ Input[_a] = { fqn: "@aws-cdk/aws-iotevents-alpha.Input", version: "2.200.2-alpha.0" };
85
85
  /** Uniquely identifies this class. */
86
86
  Input.PROPERTY_INJECTION_ID = '@aws-cdk.aws-iotevents-alpha.Input';
87
87
  exports.Input = Input = __decorate([
package/lib/state.js CHANGED
@@ -97,7 +97,7 @@ class State {
97
97
  }
98
98
  exports.State = State;
99
99
  _a = JSII_RTTI_SYMBOL_1;
100
- State[_a] = { fqn: "@aws-cdk/aws-iotevents-alpha.State", version: "2.200.0-alpha.0" };
100
+ State[_a] = { fqn: "@aws-cdk/aws-iotevents-alpha.State", version: "2.200.2-alpha.0" };
101
101
  function toEventsJson(scope, actionBindOptions, events) {
102
102
  return events?.map(event => ({
103
103
  eventName: event.eventName,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-cdk/aws-iotevents-alpha",
3
- "version": "2.200.0-alpha.0",
3
+ "version": "2.200.2-alpha.0",
4
4
  "private": false,
5
5
  "description": "The CDK Construct Library for AWS::IoTEvents",
6
6
  "main": "lib/index.js",
@@ -83,18 +83,18 @@
83
83
  },
84
84
  "license": "Apache-2.0",
85
85
  "devDependencies": {
86
- "@aws-cdk/cdk-build-tools": "2.200.0-alpha.0",
86
+ "@aws-cdk/cdk-build-tools": "2.200.2-alpha.0",
87
87
  "@aws-cdk/integ-runner": "^2.186.11",
88
- "@aws-cdk/pkglint": "2.200.0-alpha.0",
88
+ "@aws-cdk/pkglint": "2.200.2-alpha.0",
89
89
  "@types/jest": "^29.5.14",
90
90
  "jest": "^29.7.0",
91
- "aws-cdk-lib": "2.200.0",
91
+ "aws-cdk-lib": "2.200.2",
92
92
  "constructs": "^10.0.0",
93
- "@aws-cdk/integ-tests-alpha": "2.200.0-alpha.0"
93
+ "@aws-cdk/integ-tests-alpha": "2.200.2-alpha.0"
94
94
  },
95
95
  "dependencies": {},
96
96
  "peerDependencies": {
97
- "aws-cdk-lib": "^2.200.0",
97
+ "aws-cdk-lib": "^2.200.2",
98
98
  "constructs": "^10.0.0"
99
99
  },
100
100
  "engines": {