Skip to content

Commit a8b3449

Browse files
author
AWS
committed
AWS IoT SiteWise Update: AWS IoT SiteWise now supports MQTT-enabled, V3 gateways. Configure data destinations for real-time ingestion into AWS IoT SiteWise or buffered ingestion using Amazon S3 storage. You can also use path filters for precise data collection from specific MQTT topics.
1 parent 0e9e9dd commit a8b3449

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS IoT SiteWise",
4+
"contributor": "",
5+
"description": "AWS IoT SiteWise now supports MQTT-enabled, V3 gateways. Configure data destinations for real-time ingestion into AWS IoT SiteWise or buffered ingestion using Amazon S3 storage. You can also use path filters for precise data collection from specific MQTT topics."
6+
}

services/iotsitewise/src/main/resources/codegen-resources/service-2.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3864,6 +3864,14 @@
38643864
"min":36,
38653865
"pattern":"[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}"
38663866
},
3867+
"CoreDeviceOperatingSystem":{
3868+
"type":"string",
3869+
"enum":[
3870+
"LINUX_AARCH64",
3871+
"LINUX_AMD64",
3872+
"WINDOWS_AMD64"
3873+
]
3874+
},
38673875
"CoreDeviceThingName":{
38683876
"type":"string",
38693877
"max":128,
@@ -4322,6 +4330,10 @@
43224330
"shape":"GatewayPlatform",
43234331
"documentation":"<p>The gateway's platform. You can only specify one platform in a gateway.</p>"
43244332
},
4333+
"gatewayVersion":{
4334+
"shape":"GatewayVersion",
4335+
"documentation":"<p>The version of the gateway to create. Specify <code>3</code> to create an MQTT-enabled, V3 gateway and <code>2</code> To create a Classic streams, V2 gateway. If the version isn't specified, a Classic streams, V2 gateway is created by default.</p> <p> We recommend creating an MQTT-enabled, V3 gateway for self-hosted gateways. SiteWise Edge gateways on Siemens Industrial Edge should use gateway version <code>2</code>. For more information on gateway versions, see <a href=\"https://docs.aws.amazon.com/iot-sitewise/latest/userguide/gw-self-host-gg2.html\"> Self-host a SiteWise Edge gateway with IoT Greengrass V2</a>.</p>"
4336+
},
43254337
"tags":{
43264338
"shape":"TagMap",
43274339
"documentation":"<p>A list of key-value pairs that contain metadata for the gateway. For more information, see <a href=\"https://docs.aws.amazon.com/iot-sitewise/latest/userguide/tag-resources.html\">Tagging your IoT SiteWise resources</a> in the <i>IoT SiteWise User Guide</i>.</p>"
@@ -5810,6 +5822,10 @@
58105822
"shape":"GatewayPlatform",
58115823
"documentation":"<p>The gateway's platform.</p>"
58125824
},
5825+
"gatewayVersion":{
5826+
"shape":"GatewayVersion",
5827+
"documentation":"<p>The version of the gateway. A value of <code>3</code> indicates an MQTT-enabled, V3 gateway, while <code>2</code> indicates a Classic streams, V2 gateway.</p>"
5828+
},
58135829
"gatewayCapabilitySummaries":{
58145830
"shape":"GatewayCapabilitySummaries",
58155831
"documentation":"<p>A list of gateway capability summaries that each contain a namespace and status. Each gateway capability defines data sources for the gateway. To retrieve a capability configuration's definition, use <a href=\"https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_DescribeGatewayCapabilityConfiguration.html\">DescribeGatewayCapabilityConfiguration</a>.</p>"
@@ -6530,6 +6546,10 @@
65306546
"documentation":"<p>The name of the gateway.</p>"
65316547
},
65326548
"gatewayPlatform":{"shape":"GatewayPlatform"},
6549+
"gatewayVersion":{
6550+
"shape":"GatewayVersion",
6551+
"documentation":"<p>The version of the gateway. A value of <code>3</code> indicates an MQTT-enabled, V3 gateway, while <code>2</code> indicates a Classic streams, V2 gateway.</p>"
6552+
},
65336553
"gatewayCapabilitySummaries":{
65346554
"shape":"GatewayCapabilitySummaries",
65356555
"documentation":"<p>A list of gateway capability summaries that each contain a namespace and status. Each gateway capability defines data sources for the gateway. To retrieve a capability configuration's definition, use <a href=\"https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_DescribeGatewayCapabilityConfiguration.html\">DescribeGatewayCapabilityConfiguration</a>.</p>"
@@ -6545,6 +6565,12 @@
65456565
},
65466566
"documentation":"<p>Contains a summary of a gateway.</p>"
65476567
},
6568+
"GatewayVersion":{
6569+
"type":"string",
6570+
"max":1024,
6571+
"min":1,
6572+
"pattern":"^[0-9]+$"
6573+
},
65486574
"GetAssetPropertyAggregatesRequest":{
65496575
"type":"structure",
65506576
"required":[
@@ -6871,6 +6897,10 @@
68716897
"coreDeviceThingName":{
68726898
"shape":"CoreDeviceThingName",
68736899
"documentation":"<p>The name of the IoT thing for your IoT Greengrass V2 core device.</p>"
6900+
},
6901+
"coreDeviceOperatingSystem":{
6902+
"shape":"CoreDeviceOperatingSystem",
6903+
"documentation":"<p>The operating system of the core device in IoT Greengrass V2.</p>"
68746904
}
68756905
},
68766906
"documentation":"<p>Contains details for a gateway that runs on IoT Greengrass V2. To create a gateway that runs on IoT Greengrass V2, you must deploy the IoT SiteWise Edge component to your gateway device. Your <a href=\"https://docs.aws.amazon.com/greengrass/v2/developerguide/device-service-role.html\">Greengrass device role</a> must use the <code>AWSIoTSiteWiseEdgeAccess</code> policy. For more information, see <a href=\"https://docs.aws.amazon.com/iot-sitewise/latest/userguide/sw-gateways.html\">Using IoT SiteWise at the edge</a> in the <i>IoT SiteWise User Guide</i>.</p>"

0 commit comments

Comments
 (0)