aws-sdk-guardduty 1.91.0 → 1.92.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: db86555a9f39ea4fd2bd6be22cf594a01da757f2f1bc7fa32588be3e9ec334c2
4
- data.tar.gz: 687faaa74fd5b34a4707d45802320415f0c6ec9bf75d21b085bc24ea370cc040
3
+ metadata.gz: aaddd223ffeb68bab8bdb3bafef45a86e2a48f69581ce15090236585686bc1b0
4
+ data.tar.gz: cc7ae257cba42b0d05f4d06493b26cd537281cae9ea931a4d9637533f6ebdd9e
5
5
  SHA512:
6
- metadata.gz: b7babceaef5731de3e7084418a43557e6be51696dd3a50b109a6f39d3d0285b7b7f874cce405a45672e38c1a3b7706bd780cfb5020fc15d35025892017d3fc54
7
- data.tar.gz: f2d00dcaeb621858da3e70394b4e9ea431d57fa6bd8cf4e29e56ad3ee7d28909abc6434b33f560ba5209be21e4d0bf6c3efd16abe1e3525897d655f0d9feb8ee
6
+ metadata.gz: 3822aa2068e9eba0d5e84b1d191c9898b63b45db3e29566fb02ef0b8029160cc65cbd8efcb984b8223a83dab60ccbcd5f8015d8ee25ba51dd2fc9832c4c87019
7
+ data.tar.gz: 5e9d27116db0b5ede54747f4c0420cc3c5e7a310420f4821df925b7bcb817fa82616d3a57ac185bbe20eba7747b792c5ccb19f972c22b3674d97977dd1b044a1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.92.0 (2024-05-13)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.91.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.91.0
1
+ 1.92.0
@@ -301,8 +301,9 @@ module Aws::GuardDuty
301
301
  #
302
302
  # @option options [String] :sdk_ua_app_id
303
303
  # A unique and opaque application ID that is appended to the
304
- # User-Agent header as app/<sdk_ua_app_id>. It should have a
305
- # maximum length of 50.
304
+ # User-Agent header as app/sdk_ua_app_id. It should have a
305
+ # maximum length of 50. This variable is sourced from environment
306
+ # variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
306
307
  #
307
308
  # @option options [String] :secret_access_key
308
309
  #
@@ -4733,7 +4734,7 @@ module Aws::GuardDuty
4733
4734
  params: params,
4734
4735
  config: config)
4735
4736
  context[:gem_name] = 'aws-sdk-guardduty'
4736
- context[:gem_version] = '1.91.0'
4737
+ context[:gem_version] = '1.92.0'
4737
4738
  Seahorse::Client::Request.new(handlers, context)
4738
4739
  end
4739
4740
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-guardduty/customizations'
52
52
  # @!group service
53
53
  module Aws::GuardDuty
54
54
 
55
- GEM_VERSION = '1.91.0'
55
+ GEM_VERSION = '1.92.0'
56
56
 
57
57
  end
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.91.0
4
+ version: 1.92.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-04-25 00:00:00.000000000 Z
11
+ date: 2024-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core