aws-sdk-guardduty 1.114.0 → 1.115.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-guardduty/client.rb +1 -1
- data/lib/aws-sdk-guardduty/types.rb +3 -1
- data/lib/aws-sdk-guardduty.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 63574b677d0c0a7190009eb855df6b78503bb927a5e8775a6cb06a13c2f1a217
|
4
|
+
data.tar.gz: 3a4806c47a2cc570c72bbf866f05050eb8c5be03eb2c5559aac39c7d89225a95
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 614d830eb698a8332e3dafdb6fdc9be7e2d0ff96797eb6ed380e1541ce25dea8fcfae112838b36de0808451ef441135f836f0af6d4a43609c25ccba521c805a3
|
7
|
+
data.tar.gz: 1b1f68893f1aaf704eb60cb3f04d4240e89f6bacc376163625125f25347c6a94ee38e5f40df8ef72dd3673405c12132fdc405227b85b6767fc265ab2535f3d90
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.115.0
|
@@ -3646,7 +3646,9 @@ module Aws::GuardDuty
|
|
3646
3646
|
include Aws::Structure
|
3647
3647
|
end
|
3648
3648
|
|
3649
|
-
# Contains information about the location of the remote IP address.
|
3649
|
+
# Contains information about the location of the remote IP address. By
|
3650
|
+
# default, GuardDuty returns `Geolocation` with `Lat` and `Lon` as
|
3651
|
+
# `0.0`.
|
3650
3652
|
#
|
3651
3653
|
# @!attribute [rw] lat
|
3652
3654
|
# The latitude information of the remote IP address.
|
data/lib/aws-sdk-guardduty.rb
CHANGED