aws-sdk-guardduty 1.106.0 → 1.107.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c233c61dd969c07264c3b0b3874b8f489e1272532ef0badfebc5306838ec7060
4
- data.tar.gz: 67d8fe16bd563558b02bfbbeef543bd462b9987c75a51389fab9b67d393a1188
3
+ metadata.gz: 854873401858e098e0ff72c0ae6ead8441db9dbc411cd9fcfcae7cb0509e630d
4
+ data.tar.gz: 64105ff6e676df62eb72baa459eff8b596ec430211850cd4d994faaff95dea64
5
5
  SHA512:
6
- metadata.gz: 73d0629a8e58bf1e8db64df5716a0755d9e98a724e6527f6b01c42776f45cb25248626c2f2994115cf38573ae9c81694c1937fce0e310e8393335fba613f3e8e
7
- data.tar.gz: 19010c2ac25d3b83ef882d67cf2b14b9fdead554392d82bae00f49eebd5c0f60716321c71236f5cd0a10b511589b5e15fc00beda661e5df8b352616970bef559
6
+ metadata.gz: b80fb4809cdbdcada212c8a6d224a09b54dbfa92f8a41302d03e876abe20ed9b7d303a0165ddf7223bde66cebc13627063705022ff2f7e4e36a99dc82cb39c84
7
+ data.tar.gz: 8ea2c700244d412f3856c6854b8c5980625730876a28a738afcaa961b0f0bf5648f89b1f0e4374eca9e6c62aa67b924a6d378d888a529cc6e1b9b31b534e9098
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.107.0 (2024-11-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.106.0 (2024-11-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.106.0
1
+ 1.107.0
@@ -741,7 +741,6 @@ module Aws::GuardDuty
741
741
  # * **Medium**: `["4", "5", "6"]`
742
742
  #
743
743
  # * **High**: `["7", "8", "9"]`
744
- #
745
744
  # For more information, see [Severity levels for GuardDuty
746
745
  # findings][2].
747
746
  #
@@ -5419,7 +5418,7 @@ module Aws::GuardDuty
5419
5418
  tracer: tracer
5420
5419
  )
5421
5420
  context[:gem_name] = 'aws-sdk-guardduty'
5422
- context[:gem_version] = '1.106.0'
5421
+ context[:gem_version] = '1.107.0'
5423
5422
  Seahorse::Client::Request.new(handlers, context)
5424
5423
  end
5425
5424
 
@@ -1279,7 +1279,6 @@ module Aws::GuardDuty
1279
1279
  # * **Medium**: `["4", "5", "6"]`
1280
1280
  #
1281
1281
  # * **High**: `["7", "8", "9"]`
1282
- #
1283
1282
  # For more information, see [Severity levels for GuardDuty
1284
1283
  # findings][2].
1285
1284
  #
@@ -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.106.0'
57
+ GEM_VERSION = '1.107.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-guardduty
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.106.0
4
+ version: 1.107.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-11-06 00:00:00.000000000 Z
11
+ date: 2024-11-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core