Skip to content

Commit 90151f7

Browse files
author
AWS
committed
AWS IoT Wireless Update: Introducing new APIs that enable Sidewalk devices to communicate with AWS IoT Core through Sidewalk gateways. This will empower AWS customers to connect Sidewalk devices with other AWS IoT Services, creating possibilities for seamless integration and advanced device management.
1 parent 015454f commit 90151f7

File tree

4 files changed

+873
-144
lines changed

4 files changed

+873
-144
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 Wireless",
4+
"contributor": "",
5+
"description": "Introducing new APIs that enable Sidewalk devices to communicate with AWS IoT Core through Sidewalk gateways. This will empower AWS customers to connect Sidewalk devices with other AWS IoT Services, creating possibilities for seamless integration and advanced device management."
6+
}

services/iotwireless/src/main/resources/codegen-resources/endpoint-rule-set.json

Lines changed: 0 additions & 95 deletions
Original file line numberDiff line numberDiff line change
@@ -324,101 +324,6 @@
324324
"conditions": [],
325325
"type": "tree",
326326
"rules": [
327-
{
328-
"conditions": [
329-
{
330-
"fn": "stringEquals",
331-
"argv": [
332-
{
333-
"ref": "Region"
334-
},
335-
"ap-northeast-1"
336-
]
337-
}
338-
],
339-
"endpoint": {
340-
"url": "https://api.iotwireless.ap-northeast-1.amazonaws.com",
341-
"properties": {},
342-
"headers": {}
343-
},
344-
"type": "endpoint"
345-
},
346-
{
347-
"conditions": [
348-
{
349-
"fn": "stringEquals",
350-
"argv": [
351-
{
352-
"ref": "Region"
353-
},
354-
"ap-southeast-2"
355-
]
356-
}
357-
],
358-
"endpoint": {
359-
"url": "https://api.iotwireless.ap-southeast-2.amazonaws.com",
360-
"properties": {},
361-
"headers": {}
362-
},
363-
"type": "endpoint"
364-
},
365-
{
366-
"conditions": [
367-
{
368-
"fn": "stringEquals",
369-
"argv": [
370-
{
371-
"ref": "Region"
372-
},
373-
"eu-west-1"
374-
]
375-
}
376-
],
377-
"endpoint": {
378-
"url": "https://api.iotwireless.eu-west-1.amazonaws.com",
379-
"properties": {},
380-
"headers": {}
381-
},
382-
"type": "endpoint"
383-
},
384-
{
385-
"conditions": [
386-
{
387-
"fn": "stringEquals",
388-
"argv": [
389-
{
390-
"ref": "Region"
391-
},
392-
"us-east-1"
393-
]
394-
}
395-
],
396-
"endpoint": {
397-
"url": "https://api.iotwireless.us-east-1.amazonaws.com",
398-
"properties": {},
399-
"headers": {}
400-
},
401-
"type": "endpoint"
402-
},
403-
{
404-
"conditions": [
405-
{
406-
"fn": "stringEquals",
407-
"argv": [
408-
{
409-
"ref": "Region"
410-
},
411-
"us-west-2"
412-
]
413-
}
414-
],
415-
"endpoint": {
416-
"url": "https://api.iotwireless.us-west-2.amazonaws.com",
417-
"properties": {},
418-
"headers": {}
419-
},
420-
"type": "endpoint"
421-
},
422327
{
423328
"conditions": [],
424329
"endpoint": {

0 commit comments

Comments
 (0)