Skip to content

Commit c9ce944

Browse files
author
awstools
committed
docs(client-guardduty): Updated description of a data structure.
1 parent 5a23f2f commit c9ce944

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,8 @@ export interface Country {
555555
}
556556

557557
/**
558-
* <p>Contains information about the location of the remote IP address.</p>
558+
* <p>Contains information about the location of the remote IP address. By default, GuardDuty
559+
* returns <code>Geolocation</code> with <code>Lat</code> and <code>Lon</code> as <code>0.0</code>.</p>
559560
* @public
560561
*/
561562
export interface GeoLocation {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5835,7 +5835,7 @@
58355835
}
58365836
},
58375837
"traits": {
5838-
"smithy.api#documentation": "<p>Contains information about the location of the remote IP address.</p>"
5838+
"smithy.api#documentation": "<p>Contains information about the location of the remote IP address. By default, GuardDuty\n returns <code>Geolocation</code> with <code>Lat</code> and <code>Lon</code> as <code>0.0</code>.</p>"
58395839
}
58405840
},
58415841
"com.amazonaws.guardduty#GetAdministratorAccount": {

0 commit comments

Comments
 (0)