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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3e9f7cc867ec8617f327827e6a9fbbc7578d7f13019702b4580d39b78599e516
4
- data.tar.gz: 2648df6b7fafb680b3aa34c7adcec74e6b538cdbd96a2ceaac36601884f13005
3
+ metadata.gz: 63574b677d0c0a7190009eb855df6b78503bb927a5e8775a6cb06a13c2f1a217
4
+ data.tar.gz: 3a4806c47a2cc570c72bbf866f05050eb8c5be03eb2c5559aac39c7d89225a95
5
5
  SHA512:
6
- metadata.gz: 8d2be6abfc48210c7c3a918da62d72a5e3cc268fb1d5d15c64fc54fc13dbbc2630c8fae109e57c23fb49a526736d91f0b1f9a1ad3640f77032aac25950ce3f68
7
- data.tar.gz: 7215b97fa14904d9fe55ca7f69e2b94a400ca86e3c625470c1c262e2a770952c826636c2631257aa73700753f09d2aa8c17c8859592eb6fde3ec08a437b3519c
6
+ metadata.gz: 614d830eb698a8332e3dafdb6fdc9be7e2d0ff96797eb6ed380e1541ce25dea8fcfae112838b36de0808451ef441135f836f0af6d4a43609c25ccba521c805a3
7
+ data.tar.gz: 1b1f68893f1aaf704eb60cb3f04d4240e89f6bacc376163625125f25347c6a94ee38e5f40df8ef72dd3673405c12132fdc405227b85b6767fc265ab2535f3d90
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.115.0 (2025-05-08)
5
+ ------------------
6
+
7
+ * Feature - Updated description of a data structure.
8
+
4
9
  1.114.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.114.0
1
+ 1.115.0
@@ -5557,7 +5557,7 @@ module Aws::GuardDuty
5557
5557
  tracer: tracer
5558
5558
  )
5559
5559
  context[:gem_name] = 'aws-sdk-guardduty'
5560
- context[:gem_version] = '1.114.0'
5560
+ context[:gem_version] = '1.115.0'
5561
5561
  Seahorse::Client::Request.new(handlers, context)
5562
5562
  end
5563
5563
 
@@ -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.
@@ -54,7 +54,7 @@ module Aws::GuardDuty
54
54
  autoload :EndpointProvider, 'aws-sdk-guardduty/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-guardduty/endpoints'
56
56
 
57
- GEM_VERSION = '1.114.0'
57
+ GEM_VERSION = '1.115.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-guardduty
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.114.0
4
+ version: 1.115.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services