@aws-cdk/aws-iot-alpha 2.268.0-alpha.0 → 2.269.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.268.0",
11
+ "aws-cdk-lib": "^2.269.0",
12
12
  "constructs": "^10.5.0"
13
13
  },
14
14
  "dependencyClosure": {
@@ -3262,6 +3262,19 @@
3262
3262
  }
3263
3263
  }
3264
3264
  },
3265
+ "aws-cdk-lib.aws_pricingplanmanager": {
3266
+ "targets": {
3267
+ "dotnet": {
3268
+ "namespace": "Amazon.CDK.AWS.PricingPlanManager"
3269
+ },
3270
+ "java": {
3271
+ "package": "software.amazon.awscdk.services.pricingplanmanager"
3272
+ },
3273
+ "python": {
3274
+ "module": "aws_cdk.aws_pricingplanmanager"
3275
+ }
3276
+ }
3277
+ },
3265
3278
  "aws-cdk-lib.aws_proton": {
3266
3279
  "targets": {
3267
3280
  "dotnet": {
@@ -8095,6 +8108,22 @@
8095
8108
  }
8096
8109
  }
8097
8110
  },
8111
+ "aws-cdk-lib.interfaces.aws_pricingplanmanager": {
8112
+ "targets": {
8113
+ "dotnet": {
8114
+ "namespace": "Amazon.CDK.Interfaces.PricingPlanManager"
8115
+ },
8116
+ "go": {
8117
+ "packageName": "interfacesawspricingplanmanager"
8118
+ },
8119
+ "java": {
8120
+ "package": "software.amazon.awscdk.interfaces.pricingplanmanager"
8121
+ },
8122
+ "python": {
8123
+ "module": "aws_cdk.interfaces.aws_pricingplanmanager"
8124
+ }
8125
+ }
8126
+ },
8098
8127
  "aws-cdk-lib.interfaces.aws_proton": {
8099
8128
  "targets": {
8100
8129
  "dotnet": {
@@ -9824,7 +9853,7 @@
9824
9853
  "docs": {
9825
9854
  "stability": "experimental",
9826
9855
  "summary": "Properties for an topic rule action.",
9827
- "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 batchAcrossTopics: false,\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};",
9856
+ "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 batchAcrossTopics: false,\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 influxDb: {\n databaseName: 'databaseName',\n destinationArn: 'destinationArn',\n roleArn: 'roleArn',\n tableName: 'tableName',\n\n // the properties below are optional\n batchConfig: {\n batchAcrossTopics: false,\n maxBatchOpenMs: 123,\n maxBatchSize: 123,\n maxBatchSizeBytes: 123,\n },\n organization: 'organization',\n tags: {\n tagsKey: 'tags',\n },\n timestampUnit: 'timestampUnit',\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};",
9828
9857
  "custom": {
9829
9858
  "exampleMetadata": "fixture=_generated"
9830
9859
  }
@@ -11889,6 +11918,6 @@
11889
11918
  "symbolId": "lib/topic-rule:TopicRuleProps"
11890
11919
  }
11891
11920
  },
11892
- "version": "2.268.0-alpha.0",
11921
+ "version": "2.269.0-alpha.0",
11893
11922
  "fingerprint": "**********"
11894
11923
  }
Binary file
@@ -92,7 +92,7 @@ let AccountAuditConfiguration = (() => {
92
92
  AccountAuditConfiguration = _classThis = _classDescriptor.value;
93
93
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
94
94
  }
95
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-iot-alpha.AccountAuditConfiguration", version: "2.268.0-alpha.0" };
95
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-iot-alpha.AccountAuditConfiguration", version: "2.269.0-alpha.0" };
96
96
  /** Uniquely identifies this class. */
97
97
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-iot-alpha.AccountAuditConfiguration';
98
98
  /**
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.268.0-alpha.0" };
9
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-iot-alpha.IotSql", version: "2.269.0-alpha.0" };
10
10
  /**
11
11
  * Uses the original SQL version built on 2015-10-08.
12
12
  *
package/lib/logging.js CHANGED
@@ -126,7 +126,7 @@ let Logging = (() => {
126
126
  Logging = _classThis = _classDescriptor.value;
127
127
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
128
128
  }
129
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-iot-alpha.Logging", version: "2.268.0-alpha.0" };
129
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-iot-alpha.Logging", version: "2.269.0-alpha.0" };
130
130
  /** Uniquely identifies this class. */
131
131
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-iot-alpha.Logging';
132
132
  /**
@@ -195,7 +195,7 @@ var DayOfWeek;
195
195
  */
196
196
  class DayOfMonth {
197
197
  day;
198
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-iot-alpha.DayOfMonth", version: "2.268.0-alpha.0" };
198
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-iot-alpha.DayOfMonth", version: "2.269.0-alpha.0" };
199
199
  /**
200
200
  * The last day of the month
201
201
  */
@@ -261,7 +261,7 @@ let ScheduledAudit = (() => {
261
261
  ScheduledAudit = _classThis = _classDescriptor.value;
262
262
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
263
263
  }
264
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-iot-alpha.ScheduledAudit", version: "2.268.0-alpha.0" };
264
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-iot-alpha.ScheduledAudit", version: "2.269.0-alpha.0" };
265
265
  /** Uniquely identifies this class. */
266
266
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-iot-alpha.ScheduledAudit';
267
267
  /**
package/lib/topic-rule.js CHANGED
@@ -69,7 +69,7 @@ let TopicRule = (() => {
69
69
  TopicRule = _classThis = _classDescriptor.value;
70
70
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
71
71
  }
72
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-iot-alpha.TopicRule", version: "2.268.0-alpha.0" };
72
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-iot-alpha.TopicRule", version: "2.269.0-alpha.0" };
73
73
  /** Uniquely identifies this class. */
74
74
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-iot-alpha.TopicRule';
75
75
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-cdk/aws-iot-alpha",
3
- "version": "2.268.0-alpha.0",
3
+ "version": "2.269.0-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.268.0-alpha.0",
85
+ "@aws-cdk/cdk-build-tools": "2.269.0-alpha.0",
86
86
  "@aws-cdk/integ-runner": "^2.202.3",
87
- "@aws-cdk/pkglint": "2.268.0-alpha.0",
87
+ "@aws-cdk/pkglint": "2.269.0-alpha.0",
88
88
  "@types/jest": "^29.5.14",
89
89
  "jest": "^29.7.0",
90
- "aws-cdk-lib": "2.268.0",
90
+ "aws-cdk-lib": "2.269.0",
91
91
  "constructs": "^10.5.0",
92
- "@aws-cdk/integ-tests-alpha": "2.268.0-alpha.0"
92
+ "@aws-cdk/integ-tests-alpha": "2.269.0-alpha.0"
93
93
  },
94
94
  "dependencies": {},
95
95
  "homepage": "https://github.com/aws/aws-cdk",
96
96
  "peerDependencies": {
97
- "aws-cdk-lib": "^2.268.0",
97
+ "aws-cdk-lib": "^2.269.0",
98
98
  "constructs": "^10.5.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.268.0-alpha.0"
119
+ "@aws-cdk/aws-iot-actions-alpha": "^2.269.0-alpha.0"
120
120
  }
121
121
  }
122
122
  }