Skip to content

Commit d34c797

Browse files
author
AWS
committed
AWS IoT Update: This release allows AWS IoT Core users to enrich MQTT messages with propagating attributes, to associate a thing to a connection, and to enable Online Certificate Status Protocol (OCSP) stapling for TLS X.509 server certificates through private endpoints.
1 parent b1a0357 commit d34c797

File tree

3 files changed

+288
-3
lines changed

3 files changed

+288
-3
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": "This release allows AWS IoT Core users to enrich MQTT messages with propagating attributes, to associate a thing to a connection, and to enable Online Certificate Status Protocol (OCSP) stapling for TLS X.509 server certificates through private endpoints."
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
@@ -210,6 +210,12 @@
210210
"output_token": "nextToken",
211211
"result_key": "things"
212212
},
213+
"ListPrincipalThingsV2": {
214+
"input_token": "nextToken",
215+
"limit_key": "maxResults",
216+
"output_token": "nextToken",
217+
"result_key": "principalThingObjects"
218+
},
213219
"ListProvisioningTemplateVersions": {
214220
"input_token": "nextToken",
215221
"limit_key": "maxResults",
@@ -299,6 +305,12 @@
299305
"output_token": "nextToken",
300306
"result_key": "principals"
301307
},
308+
"ListThingPrincipalsV2": {
309+
"input_token": "nextToken",
310+
"limit_key": "maxResults",
311+
"output_token": "nextToken",
312+
"result_key": "thingPrincipalObjects"
313+
},
302314
"ListThingRegistrationTaskReports": {
303315
"input_token": "nextToken",
304316
"limit_key": "maxResults",

0 commit comments

Comments
 (0)