Skip to content

Commit 4949be2

Browse files
author
AWS
committed
Amazon GuardDuty Update: Updated descriptions for the Location parameter in CreateTrustedEntitySet and CreateThreatEntitySet.
1 parent 7de1ff2 commit 4949be2

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-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": "Amazon GuardDuty",
4+
"contributor": "",
5+
"description": "Updated descriptions for the Location parameter in CreateTrustedEntitySet and CreateThreatEntitySet."
6+
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2934,7 +2934,7 @@
29342934
},
29352935
"Location":{
29362936
"shape":"Location",
2937-
"documentation":"<p>The URI of the file that contains the threat entity set.</p>",
2937+
"documentation":"<p>The URI of the file that contains the threat entity set. The format of the <code>Location</code> URL must be a valid Amazon S3 URL format. Invalid URL formats will result in an error, regardless of whether you activate the entity set or not. For more information about format of the location URLs, see <a href=\"https://docs.aws.amazon.com/guardduty/latest/ug/guardduty-lists-create-activate.html\">Format of location URL under Step 2: Adding trusted or threat intelligence data</a> in the <i>Amazon GuardDuty User Guide</i>.</p>",
29382938
"locationName":"location"
29392939
},
29402940
"ExpectedBucketOwner":{
@@ -3064,7 +3064,7 @@
30643064
},
30653065
"Location":{
30663066
"shape":"Location",
3067-
"documentation":"<p>The URI of the file that contains the trusted entity set.</p>",
3067+
"documentation":"<p>The URI of the file that contains the threat entity set. The format of the <code>Location</code> URL must be a valid Amazon S3 URL format. Invalid URL formats will result in an error, regardless of whether you activate the entity set or not. For more information about format of the location URLs, see <a href=\"https://docs.aws.amazon.com/guardduty/latest/ug/guardduty-lists-create-activate.html\">Format of location URL under Step 2: Adding trusted or threat intelligence data</a> in the <i>Amazon GuardDuty User Guide</i>.</p>",
30683068
"locationName":"location"
30693069
},
30703070
"ExpectedBucketOwner":{

0 commit comments

Comments
 (0)