aws-sdk-guardduty 1.54.0 → 1.57.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: e147e69f8acd9cb6dd498c5a69df832b4e7d0fb43325ddac96f12077bcf98909
4
- data.tar.gz: '090cbcb445fcba86d7b7f0e1eaa8cbef74370ff8c037e581004d4e8afce02358'
3
+ metadata.gz: f2849fb927ef46d15f6d43d47187982a707e01ec907a8fb095f1db7e12162c29
4
+ data.tar.gz: 533e43863f7f26197a11415ef941068f4bdc373c328ee1650d972392d02af21e
5
5
  SHA512:
6
- metadata.gz: 902aeb9916eebf8e0e4b1ac9f8a5db1ef0d4fd1f40a06a1fa0616b86b7ae055acf1fa7db6eab0b67bb8e39f313b99d236e8f51267c735476f57ba5653f6c0c6b
7
- data.tar.gz: 46deb062685b564f8cf90ee5dbb327c189bab832d49e95d900c487186305d75369e10b1a2a255857dd8276ad67f18146efa4812cf47302bcf83ec1c2910af694
6
+ metadata.gz: ea1caf66103632936148259bad3b13ed623b3661607d1085869959c0c3d25e5c52f20ff09d31a60bdd1aa52493b2eb6fc8f0834359b6b3941953a948d1634ba4
7
+ data.tar.gz: 3cba6b299e6dcd150f06d17b2358bb9e9a94bff5299a4585032f0ff26209edfb73c35cf1d1c460b709538a898ba16985eed1f5f95dd89cb4381adf4a27786fe4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.57.0 (2022-04-28)
5
+ ------------------
6
+
7
+ * Feature - Documentation update for API description.
8
+
9
+ 1.56.0 (2022-02-24)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.55.0 (2022-02-03)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
4
19
  1.54.0 (2022-01-25)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.54.0
1
+ 1.57.0
@@ -27,7 +27,9 @@ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
27
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
28
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
29
  require 'aws-sdk-core/plugins/http_checksum.rb'
30
+ require 'aws-sdk-core/plugins/checksum_algorithm.rb'
30
31
  require 'aws-sdk-core/plugins/defaults_mode.rb'
32
+ require 'aws-sdk-core/plugins/recursion_detection.rb'
31
33
  require 'aws-sdk-core/plugins/signature_v4.rb'
32
34
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
33
35
 
@@ -74,7 +76,9 @@ module Aws::GuardDuty
74
76
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
75
77
  add_plugin(Aws::Plugins::TransferEncoding)
76
78
  add_plugin(Aws::Plugins::HttpChecksum)
79
+ add_plugin(Aws::Plugins::ChecksumAlgorithm)
77
80
  add_plugin(Aws::Plugins::DefaultsMode)
81
+ add_plugin(Aws::Plugins::RecursionDetection)
78
82
  add_plugin(Aws::Plugins::SignatureV4)
79
83
  add_plugin(Aws::Plugins::Protocols::RestJson)
80
84
 
@@ -558,6 +562,8 @@ module Aws::GuardDuty
558
562
  #
559
563
  # * service.action.awsApiCallAction.errorCode
560
564
  #
565
+ # * service.action.awsApiCallAction.userAgent
566
+ #
561
567
  # * service.action.awsApiCallAction.remoteIpDetails.city.cityName
562
568
  #
563
569
  # * service.action.awsApiCallAction.remoteIpDetails.country.countryName
@@ -1309,7 +1315,13 @@ module Aws::GuardDuty
1309
1315
  end
1310
1316
 
1311
1317
  # Disassociates GuardDuty member accounts (to the current GuardDuty
1312
- # administrator account) specified by the account IDs.
1318
+ # administrator account) specified by the account IDs. Member accounts
1319
+ # added through [Invitation][1] get deleted from the current GuardDuty
1320
+ # administrator account after 30 days of disassociation.
1321
+ #
1322
+ #
1323
+ #
1324
+ # [1]: https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_invitations.html
1313
1325
  #
1314
1326
  # @option params [required, String] :detector_id
1315
1327
  # The unique ID of the detector of the GuardDuty account whose members
@@ -3242,7 +3254,7 @@ module Aws::GuardDuty
3242
3254
  params: params,
3243
3255
  config: config)
3244
3256
  context[:gem_name] = 'aws-sdk-guardduty'
3245
- context[:gem_version] = '1.54.0'
3257
+ context[:gem_version] = '1.57.0'
3246
3258
  Seahorse::Client::Request.new(handlers, context)
3247
3259
  end
3248
3260
 
@@ -253,6 +253,7 @@ module Aws::GuardDuty
253
253
  # @return [String]
254
254
  #
255
255
  # @!attribute [rw] user_agent
256
+ # The agent through which the API request was made.
256
257
  # @return [String]
257
258
  #
258
259
  # @!attribute [rw] remote_ip_details
@@ -774,6 +775,8 @@ module Aws::GuardDuty
774
775
  #
775
776
  # * service.action.awsApiCallAction.errorCode
776
777
  #
778
+ # * service.action.awsApiCallAction.userAgent
779
+ #
777
780
  # * service.action.awsApiCallAction.remoteIpDetails.city.cityName
778
781
  #
779
782
  # * service.action.awsApiCallAction.remoteIpDetails.country.countryName
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-guardduty/customizations'
48
48
  # @!group service
49
49
  module Aws::GuardDuty
50
50
 
51
- GEM_VERSION = '1.54.0'
51
+ GEM_VERSION = '1.57.0'
52
52
 
53
53
  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.54.0
4
+ version: 1.57.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: 2022-01-25 00:00:00.000000000 Z
11
+ date: 2022-04-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.125.0
22
+ version: 3.127.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.125.0
32
+ version: 3.127.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement