Skip to content

Commit 8d53651

Browse files
author
AWS
committed
Amazon GuardDuty Update: Marked fields IpAddressV4, PrivateIpAddress, Email as Sensitive.
1 parent fe67fd1 commit 8d53651

File tree

2 files changed

+19
-8
lines changed

2 files changed

+19
-8
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": "Marked fields IpAddressV4, PrivateIpAddress, Email as Sensitive."
6+
}

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

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@
494494
{"shape":"BadRequestException"},
495495
{"shape":"InternalServerErrorException"}
496496
],
497-
"documentation":"<p>Lists Amazon GuardDuty findings statistics for the specified detector ID.</p>"
497+
"documentation":"<p>Lists Amazon GuardDuty findings statistics for the specified detector ID.</p> <p>There might be regional differences because some flags might not be available in all the Regions where GuardDuty is currently supported. For more information, see <a href=\"https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_regions.html\">Regions and endpoints</a>.</p>"
498498
},
499499
"GetIPSet":{
500500
"name":"GetIPSet",
@@ -720,7 +720,7 @@
720720
{"shape":"BadRequestException"},
721721
{"shape":"InternalServerErrorException"}
722722
],
723-
"documentation":"<p>Lists Amazon GuardDuty findings for the specified detector ID.</p>"
723+
"documentation":"<p>Lists GuardDuty findings for the specified detector ID.</p> <p>There might be regional differences because some flags might not be available in all the Regions where GuardDuty is currently supported. For more information, see <a href=\"https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_regions.html\">Regions and endpoints</a>.</p>"
724724
},
725725
"ListIPSets":{
726726
"name":"ListIPSets",
@@ -934,7 +934,7 @@
934934
{"shape":"BadRequestException"},
935935
{"shape":"InternalServerErrorException"}
936936
],
937-
"documentation":"<p>Updates the Amazon GuardDuty detector specified by the detectorId.</p> <p>There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see <a href=\"https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_regions.html\">Regions and endpoints</a>.</p>"
937+
"documentation":"<p>Updates the GuardDuty detector specified by the detectorId.</p> <p>There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see <a href=\"https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_regions.html\">Regions and endpoints</a>.</p>"
938938
},
939939
"UpdateFilter":{
940940
"name":"UpdateFilter",
@@ -3567,7 +3567,8 @@
35673567
"Email":{
35683568
"type":"string",
35693569
"max":64,
3570-
"min":1
3570+
"min":1,
3571+
"sensitive":true
35713572
},
35723573
"EnableOrganizationAdminAccountRequest":{
35733574
"type":"structure",
@@ -5686,7 +5687,7 @@
56865687
"type":"structure",
56875688
"members":{
56885689
"IpAddressV4":{
5689-
"shape":"String",
5690+
"shape":"SensitiveString",
56905691
"documentation":"<p>The IPv4 local address of the connection.</p>",
56915692
"locationName":"ipAddressV4"
56925693
}
@@ -6089,7 +6090,7 @@
60896090
"locationName":"privateDnsName"
60906091
},
60916092
"PrivateIpAddress":{
6092-
"shape":"String",
6093+
"shape":"SensitiveString",
60936094
"documentation":"<p>The private IP address of the EC2 instance.</p>",
60946095
"locationName":"privateIpAddress"
60956096
},
@@ -6658,7 +6659,7 @@
66586659
"locationName":"privateDnsName"
66596660
},
66606661
"PrivateIpAddress":{
6661-
"shape":"String",
6662+
"shape":"SensitiveString",
66626663
"documentation":"<p>The private IP address of the EC2 instance.</p>",
66636664
"locationName":"privateIpAddress"
66646665
}
@@ -6916,7 +6917,7 @@
69166917
"locationName":"geoLocation"
69176918
},
69186919
"IpAddressV4":{
6919-
"shape":"String",
6920+
"shape":"SensitiveString",
69206921
"documentation":"<p>The IPv4 remote address of the connection.</p>",
69216922
"locationName":"ipAddressV4"
69226923
},
@@ -7568,6 +7569,10 @@
75687569
"type":"list",
75697570
"member":{"shape":"SecurityGroup"}
75707571
},
7572+
"SensitiveString":{
7573+
"type":"string",
7574+
"sensitive":true
7575+
},
75717576
"Service":{
75727577
"type":"structure",
75737578
"members":{

0 commit comments

Comments
 (0)