@aws-cdk/aws-iot-alpha 2.233.0-alpha.0 → 2.234.1-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 +33 -4
- package/.jsii.tabl.json.gz +0 -0
- package/LICENSE +1 -1
- package/NOTICE +1 -1
- package/lib/audit-configuration.js +1 -1
- package/lib/iot-sql.js +1 -1
- package/lib/logging.js +1 -1
- package/lib/scheduled-audit.js +2 -2
- package/lib/topic-rule.js +1 -1
- package/package.json +7 -7
package/.jsii
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"url": "https://aws.amazon.com"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"aws-cdk-lib": "^2.
|
|
11
|
+
"aws-cdk-lib": "^2.234.1",
|
|
12
12
|
"constructs": "^10.0.0"
|
|
13
13
|
},
|
|
14
14
|
"dependencyClosure": {
|
|
@@ -642,6 +642,19 @@
|
|
|
642
642
|
}
|
|
643
643
|
}
|
|
644
644
|
},
|
|
645
|
+
"aws-cdk-lib.aws_cases": {
|
|
646
|
+
"targets": {
|
|
647
|
+
"dotnet": {
|
|
648
|
+
"namespace": "Amazon.CDK.AWS.Cases"
|
|
649
|
+
},
|
|
650
|
+
"java": {
|
|
651
|
+
"package": "software.amazon.awscdk.services.cases"
|
|
652
|
+
},
|
|
653
|
+
"python": {
|
|
654
|
+
"module": "aws_cdk.aws_cases"
|
|
655
|
+
}
|
|
656
|
+
}
|
|
657
|
+
},
|
|
645
658
|
"aws-cdk-lib.aws_cassandra": {
|
|
646
659
|
"targets": {
|
|
647
660
|
"dotnet": {
|
|
@@ -4606,6 +4619,22 @@
|
|
|
4606
4619
|
}
|
|
4607
4620
|
}
|
|
4608
4621
|
},
|
|
4622
|
+
"aws-cdk-lib.interfaces.aws_cases": {
|
|
4623
|
+
"targets": {
|
|
4624
|
+
"dotnet": {
|
|
4625
|
+
"namespace": "Amazon.CDK.Interfaces.Cases"
|
|
4626
|
+
},
|
|
4627
|
+
"go": {
|
|
4628
|
+
"packageName": "interfacesawscases"
|
|
4629
|
+
},
|
|
4630
|
+
"java": {
|
|
4631
|
+
"package": "software.amazon.awscdk.interfaces.cases"
|
|
4632
|
+
},
|
|
4633
|
+
"python": {
|
|
4634
|
+
"module": "aws_cdk.interfaces.aws_cases"
|
|
4635
|
+
}
|
|
4636
|
+
}
|
|
4637
|
+
},
|
|
4609
4638
|
"aws-cdk-lib.interfaces.aws_cassandra": {
|
|
4610
4639
|
"targets": {
|
|
4611
4640
|
"dotnet": {
|
|
@@ -8441,7 +8470,7 @@
|
|
|
8441
8470
|
"stability": "experimental"
|
|
8442
8471
|
},
|
|
8443
8472
|
"homepage": "https://github.com/aws/aws-cdk",
|
|
8444
|
-
"jsiiVersion": "5.9.
|
|
8473
|
+
"jsiiVersion": "5.9.22 (build b81c634)",
|
|
8445
8474
|
"keywords": [
|
|
8446
8475
|
"aws",
|
|
8447
8476
|
"cdk",
|
|
@@ -8703,7 +8732,7 @@
|
|
|
8703
8732
|
"docs": {
|
|
8704
8733
|
"stability": "experimental",
|
|
8705
8734
|
"summary": "Properties for an topic rule action.",
|
|
8706
|
-
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as iot_alpha from '@aws-cdk/aws-iot-alpha';\nconst actionConfig: iot_alpha.ActionConfig = {\n configuration: {\n cloudwatchAlarm: {\n alarmName: 'alarmName',\n roleArn: 'roleArn',\n stateReason: 'stateReason',\n stateValue: 'stateValue',\n },\n cloudwatchLogs: {\n logGroupName: 'logGroupName',\n roleArn: 'roleArn',\n\n // the properties below are optional\n batchMode: false,\n },\n cloudwatchMetric: {\n metricName: 'metricName',\n metricNamespace: 'metricNamespace',\n metricUnit: 'metricUnit',\n metricValue: 'metricValue',\n roleArn: 'roleArn',\n\n // the properties below are optional\n metricTimestamp: 'metricTimestamp',\n },\n dynamoDb: {\n hashKeyField: 'hashKeyField',\n hashKeyValue: 'hashKeyValue',\n roleArn: 'roleArn',\n tableName: 'tableName',\n\n // the properties below are optional\n hashKeyType: 'hashKeyType',\n payloadField: 'payloadField',\n rangeKeyField: 'rangeKeyField',\n rangeKeyType: 'rangeKeyType',\n rangeKeyValue: 'rangeKeyValue',\n },\n dynamoDBv2: {\n putItem: {\n tableName: 'tableName',\n },\n roleArn: 'roleArn',\n },\n elasticsearch: {\n endpoint: 'endpoint',\n id: 'id',\n index: 'index',\n roleArn: 'roleArn',\n type: 'type',\n },\n firehose: {\n deliveryStreamName: 'deliveryStreamName',\n roleArn: 'roleArn',\n\n // the properties below are optional\n batchMode: false,\n separator: 'separator',\n },\n http: {\n url: 'url',\n\n // the properties below are optional\n auth: {\n sigv4: {\n roleArn: 'roleArn',\n serviceName: 'serviceName',\n signingRegion: 'signingRegion',\n },\n },\n confirmationUrl: 'confirmationUrl',\n headers: [{\n key: 'key',\n value: 'value',\n }],\n },\n iotAnalytics: {\n channelName: 'channelName',\n roleArn: 'roleArn',\n\n // the properties below are optional\n batchMode: false,\n },\n iotEvents: {\n inputName: 'inputName',\n roleArn: 'roleArn',\n\n // the properties below are optional\n batchMode: false,\n messageId: 'messageId',\n },\n iotSiteWise: {\n putAssetPropertyValueEntries: [{\n propertyValues: [{\n timestamp: {\n timeInSeconds: 'timeInSeconds',\n\n // the properties below are optional\n offsetInNanos: 'offsetInNanos',\n },\n value: {\n booleanValue: 'booleanValue',\n doubleValue: 'doubleValue',\n integerValue: 'integerValue',\n stringValue: 'stringValue',\n },\n\n // the properties below are optional\n quality: 'quality',\n }],\n\n // the properties below are optional\n assetId: 'assetId',\n entryId: 'entryId',\n propertyAlias: 'propertyAlias',\n propertyId: 'propertyId',\n }],\n roleArn: 'roleArn',\n },\n kafka: {\n clientProperties: {\n clientPropertiesKey: 'clientProperties',\n },\n destinationArn: 'destinationArn',\n topic: 'topic',\n\n // the properties below are optional\n headers: [{\n key: 'key',\n value: 'value',\n }],\n key: 'key',\n partition: 'partition',\n },\n kinesis: {\n roleArn: 'roleArn',\n streamName: 'streamName',\n\n // the properties below are optional\n partitionKey: 'partitionKey',\n },\n lambda: {\n functionArn: 'functionArn',\n },\n location: {\n deviceId: 'deviceId',\n latitude: 'latitude',\n longitude: 'longitude',\n roleArn: 'roleArn',\n trackerName: 'trackerName',\n\n // the properties below are optional\n timestamp: {\n value: 'value',\n\n // the properties below are optional\n unit: 'unit',\n },\n },\n openSearch: {\n endpoint: 'endpoint',\n id: 'id',\n index: 'index',\n roleArn: 'roleArn',\n type: 'type',\n },\n republish: {\n roleArn: 'roleArn',\n topic: 'topic',\n\n // the properties below are optional\n headers: {\n contentType: 'contentType',\n correlationData: 'correlationData',\n messageExpiry: 'messageExpiry',\n payloadFormatIndicator: 'payloadFormatIndicator',\n responseTopic: 'responseTopic',\n userProperties: [{\n key: 'key',\n value: 'value',\n }],\n },\n qos: 123,\n },\n s3: {\n bucketName: 'bucketName',\n key: 'key',\n roleArn: 'roleArn',\n\n // the properties below are optional\n cannedAcl: 'cannedAcl',\n },\n sns: {\n roleArn: 'roleArn',\n targetArn: 'targetArn',\n\n // the properties below are optional\n messageFormat: 'messageFormat',\n },\n sqs: {\n queueUrl: 'queueUrl',\n roleArn: 'roleArn',\n\n // the properties below are optional\n useBase64: false,\n },\n stepFunctions: {\n roleArn: 'roleArn',\n stateMachineName: 'stateMachineName',\n\n // the properties below are optional\n executionNamePrefix: 'executionNamePrefix',\n },\n timestream: {\n databaseName: 'databaseName',\n dimensions: [{\n name: 'name',\n value: 'value',\n }],\n roleArn: 'roleArn',\n tableName: 'tableName',\n\n // the properties below are optional\n timestamp: {\n unit: 'unit',\n value: 'value',\n },\n },\n },\n};",
|
|
8735
|
+
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as iot_alpha from '@aws-cdk/aws-iot-alpha';\nconst actionConfig: iot_alpha.ActionConfig = {\n configuration: {\n cloudwatchAlarm: {\n alarmName: 'alarmName',\n roleArn: 'roleArn',\n stateReason: 'stateReason',\n stateValue: 'stateValue',\n },\n cloudwatchLogs: {\n logGroupName: 'logGroupName',\n roleArn: 'roleArn',\n\n // the properties below are optional\n batchMode: false,\n },\n cloudwatchMetric: {\n metricName: 'metricName',\n metricNamespace: 'metricNamespace',\n metricUnit: 'metricUnit',\n metricValue: 'metricValue',\n roleArn: 'roleArn',\n\n // the properties below are optional\n metricTimestamp: 'metricTimestamp',\n },\n dynamoDb: {\n hashKeyField: 'hashKeyField',\n hashKeyValue: 'hashKeyValue',\n roleArn: 'roleArn',\n tableName: 'tableName',\n\n // the properties below are optional\n hashKeyType: 'hashKeyType',\n payloadField: 'payloadField',\n rangeKeyField: 'rangeKeyField',\n rangeKeyType: 'rangeKeyType',\n rangeKeyValue: 'rangeKeyValue',\n },\n dynamoDBv2: {\n putItem: {\n tableName: 'tableName',\n },\n roleArn: 'roleArn',\n },\n elasticsearch: {\n endpoint: 'endpoint',\n id: 'id',\n index: 'index',\n roleArn: 'roleArn',\n type: 'type',\n },\n firehose: {\n deliveryStreamName: 'deliveryStreamName',\n roleArn: 'roleArn',\n\n // the properties below are optional\n batchMode: false,\n separator: 'separator',\n },\n http: {\n url: 'url',\n\n // the properties below are optional\n auth: {\n sigv4: {\n roleArn: 'roleArn',\n serviceName: 'serviceName',\n signingRegion: 'signingRegion',\n },\n },\n batchConfig: {\n maxBatchOpenMs: 123,\n maxBatchSize: 123,\n maxBatchSizeBytes: 123,\n },\n confirmationUrl: 'confirmationUrl',\n enableBatching: false,\n headers: [{\n key: 'key',\n value: 'value',\n }],\n },\n iotAnalytics: {\n channelName: 'channelName',\n roleArn: 'roleArn',\n\n // the properties below are optional\n batchMode: false,\n },\n iotEvents: {\n inputName: 'inputName',\n roleArn: 'roleArn',\n\n // the properties below are optional\n batchMode: false,\n messageId: 'messageId',\n },\n iotSiteWise: {\n putAssetPropertyValueEntries: [{\n propertyValues: [{\n timestamp: {\n timeInSeconds: 'timeInSeconds',\n\n // the properties below are optional\n offsetInNanos: 'offsetInNanos',\n },\n value: {\n booleanValue: 'booleanValue',\n doubleValue: 'doubleValue',\n integerValue: 'integerValue',\n stringValue: 'stringValue',\n },\n\n // the properties below are optional\n quality: 'quality',\n }],\n\n // the properties below are optional\n assetId: 'assetId',\n entryId: 'entryId',\n propertyAlias: 'propertyAlias',\n propertyId: 'propertyId',\n }],\n roleArn: 'roleArn',\n },\n kafka: {\n clientProperties: {\n clientPropertiesKey: 'clientProperties',\n },\n destinationArn: 'destinationArn',\n topic: 'topic',\n\n // the properties below are optional\n headers: [{\n key: 'key',\n value: 'value',\n }],\n key: 'key',\n partition: 'partition',\n },\n kinesis: {\n roleArn: 'roleArn',\n streamName: 'streamName',\n\n // the properties below are optional\n partitionKey: 'partitionKey',\n },\n lambda: {\n functionArn: 'functionArn',\n },\n location: {\n deviceId: 'deviceId',\n latitude: 'latitude',\n longitude: 'longitude',\n roleArn: 'roleArn',\n trackerName: 'trackerName',\n\n // the properties below are optional\n timestamp: {\n value: 'value',\n\n // the properties below are optional\n unit: 'unit',\n },\n },\n openSearch: {\n endpoint: 'endpoint',\n id: 'id',\n index: 'index',\n roleArn: 'roleArn',\n type: 'type',\n },\n republish: {\n roleArn: 'roleArn',\n topic: 'topic',\n\n // the properties below are optional\n headers: {\n contentType: 'contentType',\n correlationData: 'correlationData',\n messageExpiry: 'messageExpiry',\n payloadFormatIndicator: 'payloadFormatIndicator',\n responseTopic: 'responseTopic',\n userProperties: [{\n key: 'key',\n value: 'value',\n }],\n },\n qos: 123,\n },\n s3: {\n bucketName: 'bucketName',\n key: 'key',\n roleArn: 'roleArn',\n\n // the properties below are optional\n cannedAcl: 'cannedAcl',\n },\n sns: {\n roleArn: 'roleArn',\n targetArn: 'targetArn',\n\n // the properties below are optional\n messageFormat: 'messageFormat',\n },\n sqs: {\n queueUrl: 'queueUrl',\n roleArn: 'roleArn',\n\n // the properties below are optional\n useBase64: false,\n },\n stepFunctions: {\n roleArn: 'roleArn',\n stateMachineName: 'stateMachineName',\n\n // the properties below are optional\n executionNamePrefix: 'executionNamePrefix',\n },\n timestream: {\n databaseName: 'databaseName',\n dimensions: [{\n name: 'name',\n value: 'value',\n }],\n roleArn: 'roleArn',\n tableName: 'tableName',\n\n // the properties below are optional\n timestamp: {\n unit: 'unit',\n value: 'value',\n },\n },\n },\n};",
|
|
8707
8736
|
"custom": {
|
|
8708
8737
|
"exampleMetadata": "fixture=_generated"
|
|
8709
8738
|
}
|
|
@@ -10768,6 +10797,6 @@
|
|
|
10768
10797
|
"symbolId": "lib/topic-rule:TopicRuleProps"
|
|
10769
10798
|
}
|
|
10770
10799
|
},
|
|
10771
|
-
"version": "2.
|
|
10800
|
+
"version": "2.234.1-alpha.0",
|
|
10772
10801
|
"fingerprint": "**********"
|
|
10773
10802
|
}
|
package/.jsii.tabl.json.gz
CHANGED
|
Binary file
|
package/LICENSE
CHANGED
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
same "printed page" as the copyright notice for easier
|
|
187
187
|
identification within third-party archives.
|
|
188
188
|
|
|
189
|
-
Copyright 2018-
|
|
189
|
+
Copyright 2018-2026 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
190
190
|
|
|
191
191
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
192
|
you may not use this file except in compliance with the License.
|
package/NOTICE
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
AWS Cloud Development Kit (AWS CDK)
|
|
2
|
-
Copyright 2018-
|
|
2
|
+
Copyright 2018-2026 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
@@ -59,7 +59,7 @@ let AccountAuditConfiguration = (() => {
|
|
|
59
59
|
AccountAuditConfiguration = _classThis = _classDescriptor.value;
|
|
60
60
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
61
61
|
}
|
|
62
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-iot-alpha.AccountAuditConfiguration", version: "2.
|
|
62
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-iot-alpha.AccountAuditConfiguration", version: "2.234.1-alpha.0" };
|
|
63
63
|
/** Uniquely identifies this class. */
|
|
64
64
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-iot-alpha.AccountAuditConfiguration';
|
|
65
65
|
/**
|
package/lib/iot-sql.js
CHANGED
|
@@ -6,7 +6,7 @@ const JSII_RTTI_SYMBOL_1 = Symbol.for("jsii.rtti");
|
|
|
6
6
|
* Defines AWS IoT SQL.
|
|
7
7
|
*/
|
|
8
8
|
class IotSql {
|
|
9
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-iot-alpha.IotSql", version: "2.
|
|
9
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-iot-alpha.IotSql", version: "2.234.1-alpha.0" };
|
|
10
10
|
/**
|
|
11
11
|
* Uses the original SQL version built on 2015-10-08.
|
|
12
12
|
*
|
package/lib/logging.js
CHANGED
|
@@ -93,7 +93,7 @@ let Logging = (() => {
|
|
|
93
93
|
Logging = _classThis = _classDescriptor.value;
|
|
94
94
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
95
95
|
}
|
|
96
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-iot-alpha.Logging", version: "2.
|
|
96
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-iot-alpha.Logging", version: "2.234.1-alpha.0" };
|
|
97
97
|
/** Uniquely identifies this class. */
|
|
98
98
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-iot-alpha.Logging';
|
|
99
99
|
/**
|
package/lib/scheduled-audit.js
CHANGED
|
@@ -162,7 +162,7 @@ var DayOfWeek;
|
|
|
162
162
|
*/
|
|
163
163
|
class DayOfMonth {
|
|
164
164
|
day;
|
|
165
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-iot-alpha.DayOfMonth", version: "2.
|
|
165
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-iot-alpha.DayOfMonth", version: "2.234.1-alpha.0" };
|
|
166
166
|
/**
|
|
167
167
|
* The last day of the month
|
|
168
168
|
*/
|
|
@@ -228,7 +228,7 @@ let ScheduledAudit = (() => {
|
|
|
228
228
|
ScheduledAudit = _classThis = _classDescriptor.value;
|
|
229
229
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
230
230
|
}
|
|
231
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-iot-alpha.ScheduledAudit", version: "2.
|
|
231
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-iot-alpha.ScheduledAudit", version: "2.234.1-alpha.0" };
|
|
232
232
|
/** Uniquely identifies this class. */
|
|
233
233
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-iot-alpha.ScheduledAudit';
|
|
234
234
|
/**
|
package/lib/topic-rule.js
CHANGED
|
@@ -62,7 +62,7 @@ let TopicRule = (() => {
|
|
|
62
62
|
TopicRule = _classThis = _classDescriptor.value;
|
|
63
63
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
64
64
|
}
|
|
65
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-iot-alpha.TopicRule", version: "2.
|
|
65
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-iot-alpha.TopicRule", version: "2.234.1-alpha.0" };
|
|
66
66
|
/** Uniquely identifies this class. */
|
|
67
67
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-iot-alpha.TopicRule';
|
|
68
68
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-cdk/aws-iot-alpha",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.234.1-alpha.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "The CDK Construct Library for AWS::IoT",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -82,19 +82,19 @@
|
|
|
82
82
|
},
|
|
83
83
|
"license": "Apache-2.0",
|
|
84
84
|
"devDependencies": {
|
|
85
|
-
"@aws-cdk/cdk-build-tools": "2.
|
|
85
|
+
"@aws-cdk/cdk-build-tools": "2.234.1-alpha.0",
|
|
86
86
|
"@aws-cdk/integ-runner": "^2.192.2",
|
|
87
|
-
"@aws-cdk/pkglint": "2.
|
|
87
|
+
"@aws-cdk/pkglint": "2.234.1-alpha.0",
|
|
88
88
|
"@types/jest": "^29.5.14",
|
|
89
89
|
"jest": "^29.7.0",
|
|
90
|
-
"aws-cdk-lib": "2.
|
|
90
|
+
"aws-cdk-lib": "2.234.1",
|
|
91
91
|
"constructs": "^10.0.0",
|
|
92
|
-
"@aws-cdk/integ-tests-alpha": "2.
|
|
92
|
+
"@aws-cdk/integ-tests-alpha": "2.234.1-alpha.0"
|
|
93
93
|
},
|
|
94
94
|
"dependencies": {},
|
|
95
95
|
"homepage": "https://github.com/aws/aws-cdk",
|
|
96
96
|
"peerDependencies": {
|
|
97
|
-
"aws-cdk-lib": "^2.
|
|
97
|
+
"aws-cdk-lib": "^2.234.1",
|
|
98
98
|
"constructs": "^10.0.0"
|
|
99
99
|
},
|
|
100
100
|
"engines": {
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
},
|
|
117
117
|
"jsiiRosetta": {
|
|
118
118
|
"exampleDependencies": {
|
|
119
|
-
"@aws-cdk/aws-iot-actions-alpha": "^2.
|
|
119
|
+
"@aws-cdk/aws-iot-actions-alpha": "^2.234.1-alpha.0"
|
|
120
120
|
}
|
|
121
121
|
}
|
|
122
122
|
}
|