@aws-cdk/aws-iot-alpha 2.202.0-alpha.0 → 2.203.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.202.0",
11
+ "aws-cdk-lib": "^2.203.0",
12
12
  "constructs": "^10.0.0"
13
13
  },
14
14
  "dependencyClosure": {
@@ -161,6 +161,19 @@
161
161
  }
162
162
  }
163
163
  },
164
+ "aws-cdk-lib.aws_aiops": {
165
+ "targets": {
166
+ "dotnet": {
167
+ "package": "Amazon.CDK.AWS.AIOps"
168
+ },
169
+ "java": {
170
+ "package": "software.amazon.awscdk.services.aiops"
171
+ },
172
+ "python": {
173
+ "module": "aws_cdk.aws_aiops"
174
+ }
175
+ }
176
+ },
164
177
  "aws-cdk-lib.aws_amazonmq": {
165
178
  "targets": {
166
179
  "dotnet": {
@@ -2502,6 +2515,19 @@
2502
2515
  }
2503
2516
  }
2504
2517
  },
2518
+ "aws-cdk-lib.aws_mpa": {
2519
+ "targets": {
2520
+ "dotnet": {
2521
+ "package": "Amazon.CDK.AWS.MPA"
2522
+ },
2523
+ "java": {
2524
+ "package": "software.amazon.awscdk.services.mpa"
2525
+ },
2526
+ "python": {
2527
+ "module": "aws_cdk.aws_mpa"
2528
+ }
2529
+ }
2530
+ },
2505
2531
  "aws-cdk-lib.aws_msk": {
2506
2532
  "targets": {
2507
2533
  "dotnet": {
@@ -3776,6 +3802,19 @@
3776
3802
  }
3777
3803
  }
3778
3804
  },
3805
+ "aws-cdk-lib.aws_workspacesinstances": {
3806
+ "targets": {
3807
+ "dotnet": {
3808
+ "package": "Amazon.CDK.AWS.WorkspacesInstances"
3809
+ },
3810
+ "java": {
3811
+ "package": "software.amazon.awscdk.services.workspacesinstances"
3812
+ },
3813
+ "python": {
3814
+ "module": "aws_cdk.aws_workspacesinstances"
3815
+ }
3816
+ }
3817
+ },
3779
3818
  "aws-cdk-lib.aws_workspacesthinclient": {
3780
3819
  "targets": {
3781
3820
  "dotnet": {
@@ -6305,6 +6344,6 @@
6305
6344
  "symbolId": "lib/topic-rule:TopicRuleProps"
6306
6345
  }
6307
6346
  },
6308
- "version": "2.202.0-alpha.0",
6347
+ "version": "2.203.0-alpha.0",
6309
6348
  "fingerprint": "**********"
6310
6349
  }
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.202.0-alpha.0" };
142
+ AccountAuditConfiguration[_a] = { fqn: "@aws-cdk/aws-iot-alpha.AccountAuditConfiguration", version: "2.203.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.202.0-alpha.0" };
41
+ IotSql[_a] = { fqn: "@aws-cdk/aws-iot-alpha.IotSql", version: "2.203.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.202.0-alpha.0" };
131
+ Logging[_a] = { fqn: "@aws-cdk/aws-iot-alpha.Logging", version: "2.203.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.202.0-alpha.0" };
160
+ DayOfMonth[_a] = { fqn: "@aws-cdk/aws-iot-alpha.DayOfMonth", version: "2.203.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.202.0-alpha.0" };
298
+ ScheduledAudit[_b] = { fqn: "@aws-cdk/aws-iot-alpha.ScheduledAudit", version: "2.203.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.202.0-alpha.0" };
111
+ TopicRule[_a] = { fqn: "@aws-cdk/aws-iot-alpha.TopicRule", version: "2.203.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.202.0-alpha.0",
3
+ "version": "2.203.0-alpha.0",
4
4
  "private": false,
5
5
  "description": "The CDK Construct Library for AWS::IoT",
6
6
  "main": "lib/index.js",
@@ -52,7 +52,7 @@
52
52
  "watch": "cdk-watch",
53
53
  "lint": "cdk-lint",
54
54
  "test": "cdk-test",
55
- "integ": "integ-runner --language javascript",
55
+ "integ": "integ-runner --unstable=toolkit-lib-engine --language javascript",
56
56
  "pkglint": "pkglint -f",
57
57
  "package": "cdk-package",
58
58
  "awslint": "cdk-awslint",
@@ -81,19 +81,19 @@
81
81
  },
82
82
  "license": "Apache-2.0",
83
83
  "devDependencies": {
84
- "@aws-cdk/cdk-build-tools": "2.202.0-alpha.0",
85
- "@aws-cdk/integ-runner": "^2.187.0",
86
- "@aws-cdk/pkglint": "2.202.0-alpha.0",
84
+ "@aws-cdk/cdk-build-tools": "2.203.0-alpha.0",
85
+ "@aws-cdk/integ-runner": "^2.188.0",
86
+ "@aws-cdk/pkglint": "2.203.0-alpha.0",
87
87
  "@types/jest": "^29.5.14",
88
88
  "jest": "^29.7.0",
89
- "aws-cdk-lib": "2.202.0",
89
+ "aws-cdk-lib": "2.203.0",
90
90
  "constructs": "^10.0.0",
91
- "@aws-cdk/integ-tests-alpha": "2.202.0-alpha.0"
91
+ "@aws-cdk/integ-tests-alpha": "2.203.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.202.0",
96
+ "aws-cdk-lib": "^2.203.0",
97
97
  "constructs": "^10.0.0"
98
98
  },
99
99
  "engines": {