Skip to content

Commit be1a805

Browse files
author
AWS
committed
AWS IoT Update: General Availability (GA) release of AWS IoT Device Management - Commands, to trigger light-weight remote actions on targeted devices
1 parent d61ef85 commit be1a805

File tree

3 files changed

+888
-7
lines changed

3 files changed

+888
-7
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",
4+
"contributor": "",
5+
"description": "General Availability (GA) release of AWS IoT Device Management - Commands, to trigger light-weight remote actions on targeted devices"
6+
}

services/iot/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,18 @@
7878
"output_token": "nextMarker",
7979
"result_key": "certificates"
8080
},
81+
"ListCommandExecutions": {
82+
"input_token": "nextToken",
83+
"limit_key": "maxResults",
84+
"output_token": "nextToken",
85+
"result_key": "commandExecutions"
86+
},
87+
"ListCommands": {
88+
"input_token": "nextToken",
89+
"limit_key": "maxResults",
90+
"output_token": "nextToken",
91+
"result_key": "commands"
92+
},
8193
"ListCustomMetrics": {
8294
"input_token": "nextToken",
8395
"limit_key": "maxResults",

0 commit comments

Comments
 (0)