Skip to content

Commit 0829b82

Browse files
author
AWS
committed
Amazon GuardDuty Update: Added a new field for network connection details.
1 parent f6dccc2 commit 0829b82

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
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": "Amazon GuardDuty",
4+
"contributor": "",
5+
"description": "Added a new field for network connection details."
6+
}

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6580,6 +6580,11 @@
65806580
"documentation":"<p>The local IP information of the connection.</p>",
65816581
"locationName":"localIpDetails"
65826582
},
6583+
"LocalNetworkInterface":{
6584+
"shape":"String",
6585+
"documentation":"<p>The EC2 instance's local elastic network interface utilized for the connection.</p>",
6586+
"locationName":"localNetworkInterface"
6587+
},
65836588
"RemoteIpDetails":{
65846589
"shape":"RemoteIpDetails",
65856590
"documentation":"<p>The remote IP information of the connection.</p>",

0 commit comments

Comments
 (0)