Skip to content

Commit 4d8260c

Browse files
author
AWS
committed
Amazon SageMaker Service Update: ListDevices and DescribeDevice now show Edge Manager agent version.
1 parent f413a8e commit 4d8260c

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon SageMaker Service",
4+
"contributor": "",
5+
"description": "ListDevices and DescribeDevice now show Edge Manager agent version."
6+
}

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

+8
Original file line numberDiff line numberDiff line change
@@ -9115,6 +9115,10 @@
91159115
"NextToken":{
91169116
"shape":"NextToken",
91179117
"documentation":"<p>The response from the last list when returning a list large enough to need tokening.</p>"
9118+
},
9119+
"AgentVersion":{
9120+
"shape":"EdgeVersion",
9121+
"documentation":"<p>Edge Manager agent version.</p>"
91189122
}
91199123
}
91209124
},
@@ -11558,6 +11562,10 @@
1155811562
"Models":{
1155911563
"shape":"EdgeModelSummaries",
1156011564
"documentation":"<p>Models on the device.</p>"
11565+
},
11566+
"AgentVersion":{
11567+
"shape":"EdgeVersion",
11568+
"documentation":"<p>Edge Manager agent version.</p>"
1156111569
}
1156211570
},
1156311571
"documentation":"<p>Summary of the device.</p>"

0 commit comments

Comments
 (0)