Skip to content

Commit a81ae68

Browse files
Deprecate IoT 1Click
1 parent e74da80 commit a81ae68

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

gems/aws-sdk-iot1clickdevicesservice/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Unreleased Changes
22
------------------
33

4+
* Feature - IoT 1Click Devices Service has been removed from the SDK because it has been discontinued.
5+
46
1.62.0 (2024-10-18)
57
------------------
68

gems/aws-sdk-iot1clickprojects/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Unreleased Changes
22
------------------
33

4+
* Feature - IoT 1Click Projects has been removed from the SDK because it has been discontinued.
5+
46
1.64.0 (2024-11-06)
57
------------------
68

services.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -596,10 +596,12 @@
596596
"models": "iot/2015-05-28"
597597
},
598598
"IoT1ClickDevicesService": {
599-
"models": "iot1click-devices/2018-05-14"
599+
"models": "iot1click-devices/2018-05-14",
600+
"deprecated": true
600601
},
601602
"IoT1ClickProjects": {
602-
"models": "iot1click-projects/2018-05-14"
603+
"models": "iot1click-projects/2018-05-14",
604+
"deprecated": true
603605
},
604606
"IoTAnalytics": {
605607
"models": "iotanalytics/2017-11-27"

0 commit comments

Comments
 (0)