Skip to content

Commit 3d2d565

Browse files
author
awstools
committed
docs(client-guardduty): Updated descriptions for the Location parameter in CreateTrustedEntitySet and CreateThreatEntitySet.
1 parent 228e362 commit 3d2d565

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

clients/client-guardduty/src/models/models_0.ts

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3548,7 +3548,10 @@ export interface CreateThreatEntitySetRequest {
35483548
Format: ThreatEntitySetFormat | undefined;
35493549

35503550
/**
3551-
* <p>The URI of the file that contains the threat entity set.</p>
3551+
* <p>The URI of the file that contains the threat entity set. The format of the <code>Location</code> URL must be a valid
3552+
* 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
3553+
* 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>
3554+
* in the <i>Amazon GuardDuty User Guide</i>.</p>
35523555
* @public
35533556
*/
35543557
Location: string | undefined;
@@ -3723,7 +3726,10 @@ export interface CreateTrustedEntitySetRequest {
37233726
Format: TrustedEntitySetFormat | undefined;
37243727

37253728
/**
3726-
* <p>The URI of the file that contains the trusted entity set.</p>
3729+
* <p>The URI of the file that contains the threat entity set. The format of the <code>Location</code> URL must be a valid
3730+
* 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
3731+
* 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>
3732+
* in the <i>Amazon GuardDuty User Guide</i>.</p>
37273733
* @public
37283734
*/
37293735
Location: string | undefined;

codegen/sdk-codegen/aws-models/guardduty.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2786,7 +2786,7 @@
27862786
"target": "com.amazonaws.guardduty#Location",
27872787
"traits": {
27882788
"smithy.api#clientOptional": {},
2789-
"smithy.api#documentation": "<p>The URI of the file that contains the threat entity set.</p>",
2789+
"smithy.api#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\n 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\n 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>\n in the <i>Amazon GuardDuty User Guide</i>.</p>",
27902790
"smithy.api#jsonName": "location",
27912791
"smithy.api#required": {}
27922792
}
@@ -3023,7 +3023,7 @@
30233023
"target": "com.amazonaws.guardduty#Location",
30243024
"traits": {
30253025
"smithy.api#clientOptional": {},
3026-
"smithy.api#documentation": "<p>The URI of the file that contains the trusted entity set.</p>",
3026+
"smithy.api#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\n 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\n 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>\n in the <i>Amazon GuardDuty User Guide</i>.</p>",
30273027
"smithy.api#jsonName": "location",
30283028
"smithy.api#required": {}
30293029
}

0 commit comments

Comments
 (0)