Skip to content

Commit 4245478

Browse files
author
AWS
committed
AWS IoT Update: This release adds additional enhancements to AWS IoT Device Management Software Package Catalog and Jobs. It also adds SBOM support in Software Package Version.
1 parent ea096b3 commit 4245478

File tree

3 files changed

+319
-2
lines changed

3 files changed

+319
-2
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 adds additional enhancements to AWS IoT Device Management Software Package Catalog and Jobs. It also adds SBOM support in Software Package Version."
6+
}

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,12 @@
234234
"output_token": "nextMarker",
235235
"result_key": "roleAliases"
236236
},
237+
"ListSbomValidationResults": {
238+
"input_token": "nextToken",
239+
"limit_key": "maxResults",
240+
"output_token": "nextToken",
241+
"result_key": "validationResultSummaries"
242+
},
237243
"ListScheduledAudits": {
238244
"input_token": "nextToken",
239245
"limit_key": "maxResults",

0 commit comments

Comments
 (0)