@aws-cdk/aws-iotevents-alpha 2.210.0-alpha.0 → 2.211.0-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.210.0",
11
+ "aws-cdk-lib": "^2.211.0",
12
12
  "constructs": "^10.0.0"
13
13
  },
14
14
  "dependencyClosure": {
@@ -421,6 +421,19 @@
421
421
  }
422
422
  }
423
423
  },
424
+ "aws-cdk-lib.aws_arcregionswitch": {
425
+ "targets": {
426
+ "dotnet": {
427
+ "package": "Amazon.CDK.AWS.ARCRegionSwitch"
428
+ },
429
+ "java": {
430
+ "package": "software.amazon.awscdk.services.arcregionswitch"
431
+ },
432
+ "python": {
433
+ "module": "aws_cdk.aws_arcregionswitch"
434
+ }
435
+ }
436
+ },
424
437
  "aws-cdk-lib.aws_arczonalshift": {
425
438
  "targets": {
426
439
  "dotnet": {
@@ -2658,6 +2671,19 @@
2658
2671
  }
2659
2672
  }
2660
2673
  },
2674
+ "aws-cdk-lib.aws_observabilityadmin": {
2675
+ "targets": {
2676
+ "dotnet": {
2677
+ "package": "Amazon.CDK.AWS.ObservabilityAdmin"
2678
+ },
2679
+ "java": {
2680
+ "package": "software.amazon.awscdk.services.observabilityadmin"
2681
+ },
2682
+ "python": {
2683
+ "module": "aws_cdk.aws_observabilityadmin"
2684
+ }
2685
+ }
2686
+ },
2661
2687
  "aws-cdk-lib.aws_odb": {
2662
2688
  "targets": {
2663
2689
  "dotnet": {
@@ -5923,6 +5949,6 @@
5923
5949
  "symbolId": "lib/state:TransitionOptions"
5924
5950
  }
5925
5951
  },
5926
- "version": "2.210.0-alpha.0",
5952
+ "version": "2.211.0-alpha.0",
5927
5953
  "fingerprint": "**********"
5928
5954
  }
@@ -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.210.0-alpha.0" };
86
+ DetectorModel[_a] = { fqn: "@aws-cdk/aws-iotevents-alpha.DetectorModel", version: "2.211.0-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.210.0-alpha.0" };
318
+ Expression[_a] = { fqn: "@aws-cdk/aws-iotevents-alpha.Expression", version: "2.211.0-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.210.0-alpha.0" };
84
+ Input[_a] = { fqn: "@aws-cdk/aws-iotevents-alpha.Input", version: "2.211.0-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.210.0-alpha.0" };
100
+ State[_a] = { fqn: "@aws-cdk/aws-iotevents-alpha.State", version: "2.211.0-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.210.0-alpha.0",
3
+ "version": "2.211.0-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.210.0-alpha.0",
86
+ "@aws-cdk/cdk-build-tools": "2.211.0-alpha.0",
87
87
  "@aws-cdk/integ-runner": "^2.189.2",
88
- "@aws-cdk/pkglint": "2.210.0-alpha.0",
88
+ "@aws-cdk/pkglint": "2.211.0-alpha.0",
89
89
  "@types/jest": "^29.5.14",
90
90
  "jest": "^29.7.0",
91
- "aws-cdk-lib": "2.210.0",
91
+ "aws-cdk-lib": "2.211.0",
92
92
  "constructs": "^10.0.0",
93
- "@aws-cdk/integ-tests-alpha": "2.210.0-alpha.0"
93
+ "@aws-cdk/integ-tests-alpha": "2.211.0-alpha.0"
94
94
  },
95
95
  "dependencies": {},
96
96
  "peerDependencies": {
97
- "aws-cdk-lib": "^2.210.0",
97
+ "aws-cdk-lib": "^2.211.0",
98
98
  "constructs": "^10.0.0"
99
99
  },
100
100
  "engines": {