@aws-cdk/aws-iotevents-alpha 2.216.0-alpha.0 → 2.217.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.216.0",
11
+ "aws-cdk-lib": "^2.217.0",
12
12
  "constructs": "^10.0.0"
13
13
  },
14
14
  "dependencyClosure": {
@@ -603,6 +603,19 @@
603
603
  }
604
604
  }
605
605
  },
606
+ "aws-cdk-lib.aws_bedrockagentcore": {
607
+ "targets": {
608
+ "dotnet": {
609
+ "package": "Amazon.CDK.AWS.BedrockAgentCore"
610
+ },
611
+ "java": {
612
+ "package": "software.amazon.awscdk.services.bedrockagentcore"
613
+ },
614
+ "python": {
615
+ "module": "aws_cdk.aws_bedrockagentcore"
616
+ }
617
+ }
618
+ },
606
619
  "aws-cdk-lib.aws_billingconductor": {
607
620
  "targets": {
608
621
  "dotnet": {
@@ -3529,6 +3542,19 @@
3529
3542
  }
3530
3543
  }
3531
3544
  },
3545
+ "aws-cdk-lib.aws_smsvoice": {
3546
+ "targets": {
3547
+ "dotnet": {
3548
+ "package": "Amazon.CDK.AWS.SMSVOICE"
3549
+ },
3550
+ "java": {
3551
+ "package": "software.amazon.awscdk.services.smsvoice"
3552
+ },
3553
+ "python": {
3554
+ "module": "aws_cdk.aws_smsvoice"
3555
+ }
3556
+ }
3557
+ },
3532
3558
  "aws-cdk-lib.aws_sns": {
3533
3559
  "targets": {
3534
3560
  "dotnet": {
@@ -5949,6 +5975,6 @@
5949
5975
  "symbolId": "lib/state:TransitionOptions"
5950
5976
  }
5951
5977
  },
5952
- "version": "2.216.0-alpha.0",
5978
+ "version": "2.217.0-alpha.0",
5953
5979
  "fingerprint": "**********"
5954
5980
  }
@@ -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.216.0-alpha.0" };
86
+ DetectorModel[_a] = { fqn: "@aws-cdk/aws-iotevents-alpha.DetectorModel", version: "2.217.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.216.0-alpha.0" };
318
+ Expression[_a] = { fqn: "@aws-cdk/aws-iotevents-alpha.Expression", version: "2.217.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.216.0-alpha.0" };
84
+ Input[_a] = { fqn: "@aws-cdk/aws-iotevents-alpha.Input", version: "2.217.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.216.0-alpha.0" };
100
+ State[_a] = { fqn: "@aws-cdk/aws-iotevents-alpha.State", version: "2.217.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.216.0-alpha.0",
3
+ "version": "2.217.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.216.0-alpha.0",
86
+ "@aws-cdk/cdk-build-tools": "2.217.0-alpha.0",
87
87
  "@aws-cdk/integ-runner": "^2.190.2",
88
- "@aws-cdk/pkglint": "2.216.0-alpha.0",
88
+ "@aws-cdk/pkglint": "2.217.0-alpha.0",
89
89
  "@types/jest": "^29.5.14",
90
90
  "jest": "^29.7.0",
91
- "aws-cdk-lib": "2.216.0",
91
+ "aws-cdk-lib": "2.217.0",
92
92
  "constructs": "^10.0.0",
93
- "@aws-cdk/integ-tests-alpha": "2.216.0-alpha.0"
93
+ "@aws-cdk/integ-tests-alpha": "2.217.0-alpha.0"
94
94
  },
95
95
  "dependencies": {},
96
96
  "peerDependencies": {
97
- "aws-cdk-lib": "^2.216.0",
97
+ "aws-cdk-lib": "^2.217.0",
98
98
  "constructs": "^10.0.0"
99
99
  },
100
100
  "engines": {