Skip to content

Commit 26044b5

Browse files
author
AWS
committed
AWS Greengrass Update: Greengrass OTA service now returns the updated software version in the PlatformSoftwareVersion parameter of a CreateSoftwareUpdateJob response
1 parent 00ef02c commit 26044b5

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Greengrass",
4+
"description": "Greengrass OTA service now returns the updated software version in the PlatformSoftwareVersion parameter of a CreateSoftwareUpdateJob response"
5+
}

services/greengrass/src/main/resources/codegen-resources/service-2.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1558,7 +1558,7 @@
15581558
"shape" : "BadRequestException",
15591559
"documentation" : "invalid request"
15601560
} ],
1561-
"documentation" : "Add resource tags to a Greengrass Resource. Valid resources are Group, Connector, Core, Device, Function, Logger, Subscription, and Resource Defintions, and also BulkDeploymentIds."
1561+
"documentation" : "Adds tags to a Greengrass resource. Valid resources are 'Group', 'ConnectorDefinition', 'CoreDefinition', 'DeviceDefinition', 'FunctionDefinition', 'LoggerDefinition', 'SubscriptionDefinition', 'ResourceDefinition', and 'BulkDeployment'."
15621562
},
15631563
"UntagResource" : {
15641564
"name" : "UntagResource",
@@ -2854,6 +2854,10 @@
28542854
"IotJobId" : {
28552855
"shape" : "__string",
28562856
"documentation" : "The IoT Job Id corresponding to this update."
2857+
},
2858+
"PlatformSoftwareVersion" : {
2859+
"shape" : "__string",
2860+
"documentation" : "The software version installed on the device or devices after the update."
28572861
}
28582862
}
28592863
},
@@ -4097,11 +4101,11 @@
40974101
},
40984102
"Id" : {
40994103
"shape" : "__string",
4100-
"documentation" : "The ID of the group version."
4104+
"documentation" : "The ID of the group that the version is associated with."
41014105
},
41024106
"Version" : {
41034107
"shape" : "__string",
4104-
"documentation" : "The unique ID for the version of the group."
4108+
"documentation" : "The ID of the group version."
41054109
}
41064110
}
41074111
},
@@ -5887,11 +5891,11 @@
58875891
},
58885892
"Id" : {
58895893
"shape" : "__string",
5890-
"documentation" : "The ID of the version."
5894+
"documentation" : "The ID of the parent definition that the version is associated with."
58915895
},
58925896
"Version" : {
58935897
"shape" : "__string",
5894-
"documentation" : "The unique ID of the version."
5898+
"documentation" : "The ID of the version."
58955899
}
58965900
},
58975901
"documentation" : "Information about a version."

0 commit comments

Comments
 (0)