|
3864 | 3864 | "min":36,
|
3865 | 3865 | "pattern":"[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}"
|
3866 | 3866 | },
|
| 3867 | + "CoreDeviceOperatingSystem":{ |
| 3868 | + "type":"string", |
| 3869 | + "enum":[ |
| 3870 | + "LINUX_AARCH64", |
| 3871 | + "LINUX_AMD64", |
| 3872 | + "WINDOWS_AMD64" |
| 3873 | + ] |
| 3874 | + }, |
3867 | 3875 | "CoreDeviceThingName":{
|
3868 | 3876 | "type":"string",
|
3869 | 3877 | "max":128,
|
|
4322 | 4330 | "shape":"GatewayPlatform",
|
4323 | 4331 | "documentation":"<p>The gateway's platform. You can only specify one platform in a gateway.</p>"
|
4324 | 4332 | },
|
| 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 | + }, |
4325 | 4337 | "tags":{
|
4326 | 4338 | "shape":"TagMap",
|
4327 | 4339 | "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 | 5822 | "shape":"GatewayPlatform",
|
5811 | 5823 | "documentation":"<p>The gateway's platform.</p>"
|
5812 | 5824 | },
|
| 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 | + }, |
5813 | 5829 | "gatewayCapabilitySummaries":{
|
5814 | 5830 | "shape":"GatewayCapabilitySummaries",
|
5815 | 5831 | "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 | 6546 | "documentation":"<p>The name of the gateway.</p>"
|
6531 | 6547 | },
|
6532 | 6548 | "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 | + }, |
6533 | 6553 | "gatewayCapabilitySummaries":{
|
6534 | 6554 | "shape":"GatewayCapabilitySummaries",
|
6535 | 6555 | "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 | 6565 | },
|
6546 | 6566 | "documentation":"<p>Contains a summary of a gateway.</p>"
|
6547 | 6567 | },
|
| 6568 | + "GatewayVersion":{ |
| 6569 | + "type":"string", |
| 6570 | + "max":1024, |
| 6571 | + "min":1, |
| 6572 | + "pattern":"^[0-9]+$" |
| 6573 | + }, |
6548 | 6574 | "GetAssetPropertyAggregatesRequest":{
|
6549 | 6575 | "type":"structure",
|
6550 | 6576 | "required":[
|
|
6871 | 6897 | "coreDeviceThingName":{
|
6872 | 6898 | "shape":"CoreDeviceThingName",
|
6873 | 6899 | "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>" |
6874 | 6904 | }
|
6875 | 6905 | },
|
6876 | 6906 | "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