@aws-cdk/aws-iot-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": {
@@ -6357,6 +6383,6 @@
6357
6383
  "symbolId": "lib/topic-rule:TopicRuleProps"
6358
6384
  }
6359
6385
  },
6360
- "version": "2.210.0-alpha.0",
6386
+ "version": "2.211.0-alpha.0",
6361
6387
  "fingerprint": "**********"
6362
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.210.0-alpha.0" };
142
+ AccountAuditConfiguration[_a] = { fqn: "@aws-cdk/aws-iot-alpha.AccountAuditConfiguration", version: "2.211.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.210.0-alpha.0" };
41
+ IotSql[_a] = { fqn: "@aws-cdk/aws-iot-alpha.IotSql", version: "2.211.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.210.0-alpha.0" };
131
+ Logging[_a] = { fqn: "@aws-cdk/aws-iot-alpha.Logging", version: "2.211.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.210.0-alpha.0" };
160
+ DayOfMonth[_a] = { fqn: "@aws-cdk/aws-iot-alpha.DayOfMonth", version: "2.211.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.210.0-alpha.0" };
298
+ ScheduledAudit[_b] = { fqn: "@aws-cdk/aws-iot-alpha.ScheduledAudit", version: "2.211.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.210.0-alpha.0" };
111
+ TopicRule[_a] = { fqn: "@aws-cdk/aws-iot-alpha.TopicRule", version: "2.211.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.210.0-alpha.0",
3
+ "version": "2.211.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.210.0-alpha.0",
84
+ "@aws-cdk/cdk-build-tools": "2.211.0-alpha.0",
85
85
  "@aws-cdk/integ-runner": "^2.189.2",
86
- "@aws-cdk/pkglint": "2.210.0-alpha.0",
86
+ "@aws-cdk/pkglint": "2.211.0-alpha.0",
87
87
  "@types/jest": "^29.5.14",
88
88
  "jest": "^29.7.0",
89
- "aws-cdk-lib": "2.210.0",
89
+ "aws-cdk-lib": "2.211.0",
90
90
  "constructs": "^10.0.0",
91
- "@aws-cdk/integ-tests-alpha": "2.210.0-alpha.0"
91
+ "@aws-cdk/integ-tests-alpha": "2.211.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.210.0",
96
+ "aws-cdk-lib": "^2.211.0",
97
97
  "constructs": "^10.0.0"
98
98
  },
99
99
  "engines": {