@aws-cdk/aws-iot-alpha 2.213.0-alpha.0 → 2.214.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.213.0",
11
+ "aws-cdk-lib": "^2.214.0",
12
12
  "constructs": "^10.0.0"
13
13
  },
14
14
  "dependencyClosure": {
@@ -4056,7 +4056,7 @@
4056
4056
  "stability": "experimental"
4057
4057
  },
4058
4058
  "homepage": "https://github.com/aws/aws-cdk",
4059
- "jsiiVersion": "5.7.21 (build e7af4b3)",
4059
+ "jsiiVersion": "5.7.22 (build 1cfeabd)",
4060
4060
  "keywords": [
4061
4061
  "aws",
4062
4062
  "cdk",
@@ -6383,6 +6383,6 @@
6383
6383
  "symbolId": "lib/topic-rule:TopicRuleProps"
6384
6384
  }
6385
6385
  },
6386
- "version": "2.213.0-alpha.0",
6386
+ "version": "2.214.0-alpha.0",
6387
6387
  "fingerprint": "**********"
6388
6388
  }
Binary file
@@ -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.213.0-alpha.0" };
142
+ AccountAuditConfiguration[_a] = { fqn: "@aws-cdk/aws-iot-alpha.AccountAuditConfiguration", version: "2.214.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.213.0-alpha.0" };
41
+ IotSql[_a] = { fqn: "@aws-cdk/aws-iot-alpha.IotSql", version: "2.214.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.213.0-alpha.0" };
131
+ Logging[_a] = { fqn: "@aws-cdk/aws-iot-alpha.Logging", version: "2.214.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.213.0-alpha.0" };
160
+ DayOfMonth[_a] = { fqn: "@aws-cdk/aws-iot-alpha.DayOfMonth", version: "2.214.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.213.0-alpha.0" };
298
+ ScheduledAudit[_b] = { fqn: "@aws-cdk/aws-iot-alpha.ScheduledAudit", version: "2.214.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.213.0-alpha.0" };
111
+ TopicRule[_a] = { fqn: "@aws-cdk/aws-iot-alpha.TopicRule", version: "2.214.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.213.0-alpha.0",
3
+ "version": "2.214.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.213.0-alpha.0",
85
- "@aws-cdk/integ-runner": "^2.189.3",
86
- "@aws-cdk/pkglint": "2.213.0-alpha.0",
84
+ "@aws-cdk/cdk-build-tools": "2.214.0-alpha.0",
85
+ "@aws-cdk/integ-runner": "^2.190.2",
86
+ "@aws-cdk/pkglint": "2.214.0-alpha.0",
87
87
  "@types/jest": "^29.5.14",
88
88
  "jest": "^29.7.0",
89
- "aws-cdk-lib": "2.213.0",
89
+ "aws-cdk-lib": "2.214.0",
90
90
  "constructs": "^10.0.0",
91
- "@aws-cdk/integ-tests-alpha": "2.213.0-alpha.0"
91
+ "@aws-cdk/integ-tests-alpha": "2.214.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.213.0",
96
+ "aws-cdk-lib": "^2.214.0",
97
97
  "constructs": "^10.0.0"
98
98
  },
99
99
  "engines": {