@aws-cdk/aws-iot-alpha 2.216.0-alpha.0 → 2.218.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.218.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": {
@@ -6383,6 +6409,6 @@
6383
6409
  "symbolId": "lib/topic-rule:TopicRuleProps"
6384
6410
  }
6385
6411
  },
6386
- "version": "2.216.0-alpha.0",
6412
+ "version": "2.218.0-alpha.0",
6387
6413
  "fingerprint": "**********"
6388
6414
  }
@@ -139,7 +139,7 @@ let AccountAuditConfiguration = class AccountAuditConfiguration extends core_1.R
139
139
  };
140
140
  exports.AccountAuditConfiguration = AccountAuditConfiguration;
141
141
  _a = JSII_RTTI_SYMBOL_1;
142
- AccountAuditConfiguration[_a] = { fqn: "@aws-cdk/aws-iot-alpha.AccountAuditConfiguration", version: "2.216.0-alpha.0" };
142
+ AccountAuditConfiguration[_a] = { fqn: "@aws-cdk/aws-iot-alpha.AccountAuditConfiguration", version: "2.218.0-alpha.0" };
143
143
  /** Uniquely identifies this class. */
144
144
  AccountAuditConfiguration.PROPERTY_INJECTION_ID = '@aws-cdk.aws-iot-alpha.AccountAuditConfiguration';
145
145
  exports.AccountAuditConfiguration = AccountAuditConfiguration = __decorate([
package/lib/iot-sql.js CHANGED
@@ -38,7 +38,7 @@ class IotSql {
38
38
  }
39
39
  exports.IotSql = IotSql;
40
40
  _a = JSII_RTTI_SYMBOL_1;
41
- IotSql[_a] = { fqn: "@aws-cdk/aws-iot-alpha.IotSql", version: "2.216.0-alpha.0" };
41
+ IotSql[_a] = { fqn: "@aws-cdk/aws-iot-alpha.IotSql", version: "2.218.0-alpha.0" };
42
42
  class IotSqlImpl extends IotSql {
43
43
  constructor(version, sql) {
44
44
  super();
package/lib/logging.js CHANGED
@@ -128,7 +128,7 @@ let Logging = class Logging extends core_1.Resource {
128
128
  };
129
129
  exports.Logging = Logging;
130
130
  _a = JSII_RTTI_SYMBOL_1;
131
- Logging[_a] = { fqn: "@aws-cdk/aws-iot-alpha.Logging", version: "2.216.0-alpha.0" };
131
+ Logging[_a] = { fqn: "@aws-cdk/aws-iot-alpha.Logging", version: "2.218.0-alpha.0" };
132
132
  /** Uniquely identifies this class. */
133
133
  Logging.PROPERTY_INJECTION_ID = '@aws-cdk.aws-iot-alpha.Logging';
134
134
  exports.Logging = Logging = __decorate([
@@ -157,7 +157,7 @@ class DayOfMonth {
157
157
  }
158
158
  exports.DayOfMonth = DayOfMonth;
159
159
  _a = JSII_RTTI_SYMBOL_1;
160
- DayOfMonth[_a] = { fqn: "@aws-cdk/aws-iot-alpha.DayOfMonth", version: "2.216.0-alpha.0" };
160
+ DayOfMonth[_a] = { fqn: "@aws-cdk/aws-iot-alpha.DayOfMonth", version: "2.218.0-alpha.0" };
161
161
  /**
162
162
  * The last day of the month
163
163
  */
@@ -295,7 +295,7 @@ let ScheduledAudit = class ScheduledAudit extends core_1.Resource {
295
295
  };
296
296
  exports.ScheduledAudit = ScheduledAudit;
297
297
  _b = JSII_RTTI_SYMBOL_1;
298
- ScheduledAudit[_b] = { fqn: "@aws-cdk/aws-iot-alpha.ScheduledAudit", version: "2.216.0-alpha.0" };
298
+ ScheduledAudit[_b] = { fqn: "@aws-cdk/aws-iot-alpha.ScheduledAudit", version: "2.218.0-alpha.0" };
299
299
  /** Uniquely identifies this class. */
300
300
  ScheduledAudit.PROPERTY_INJECTION_ID = '@aws-cdk.aws-iot-alpha.ScheduledAudit';
301
301
  exports.ScheduledAudit = ScheduledAudit = __decorate([
package/lib/topic-rule.js CHANGED
@@ -108,7 +108,7 @@ let TopicRule = class TopicRule extends core_1.Resource {
108
108
  };
109
109
  exports.TopicRule = TopicRule;
110
110
  _a = JSII_RTTI_SYMBOL_1;
111
- TopicRule[_a] = { fqn: "@aws-cdk/aws-iot-alpha.TopicRule", version: "2.216.0-alpha.0" };
111
+ TopicRule[_a] = { fqn: "@aws-cdk/aws-iot-alpha.TopicRule", version: "2.218.0-alpha.0" };
112
112
  /** Uniquely identifies this class. */
113
113
  TopicRule.PROPERTY_INJECTION_ID = '@aws-cdk.aws-iot-alpha.TopicRule';
114
114
  __decorate([
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-cdk/aws-iot-alpha",
3
- "version": "2.216.0-alpha.0",
3
+ "version": "2.218.0-alpha.0",
4
4
  "private": false,
5
5
  "description": "The CDK Construct Library for AWS::IoT",
6
6
  "main": "lib/index.js",
@@ -81,19 +81,19 @@
81
81
  },
82
82
  "license": "Apache-2.0",
83
83
  "devDependencies": {
84
- "@aws-cdk/cdk-build-tools": "2.216.0-alpha.0",
84
+ "@aws-cdk/cdk-build-tools": "2.218.0-alpha.0",
85
85
  "@aws-cdk/integ-runner": "^2.190.2",
86
- "@aws-cdk/pkglint": "2.216.0-alpha.0",
86
+ "@aws-cdk/pkglint": "2.218.0-alpha.0",
87
87
  "@types/jest": "^29.5.14",
88
88
  "jest": "^29.7.0",
89
- "aws-cdk-lib": "2.216.0",
89
+ "aws-cdk-lib": "2.218.0",
90
90
  "constructs": "^10.0.0",
91
- "@aws-cdk/integ-tests-alpha": "2.216.0-alpha.0"
91
+ "@aws-cdk/integ-tests-alpha": "2.218.0-alpha.0"
92
92
  },
93
93
  "dependencies": {},
94
94
  "homepage": "https://github.com/aws/aws-cdk",
95
95
  "peerDependencies": {
96
- "aws-cdk-lib": "^2.216.0",
96
+ "aws-cdk-lib": "^2.218.0",
97
97
  "constructs": "^10.0.0"
98
98
  },
99
99
  "engines": {
@@ -115,7 +115,7 @@
115
115
  },
116
116
  "jsiiRosetta": {
117
117
  "exampleDependencies": {
118
- "@aws-cdk/aws-iot-actions-alpha": "^2.216.0-alpha.0"
118
+ "@aws-cdk/aws-iot-actions-alpha": "^2.218.0-alpha.0"
119
119
  }
120
120
  }
121
121
  }