aws-sdk-guardduty 1.56.0 → 1.57.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-guardduty/client.rb +10 -2
- data/lib/aws-sdk-guardduty/types.rb +3 -0
- data/lib/aws-sdk-guardduty.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f2849fb927ef46d15f6d43d47187982a707e01ec907a8fb095f1db7e12162c29
|
4
|
+
data.tar.gz: 533e43863f7f26197a11415ef941068f4bdc373c328ee1650d972392d02af21e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ea1caf66103632936148259bad3b13ed623b3661607d1085869959c0c3d25e5c52f20ff09d31a60bdd1aa52493b2eb6fc8f0834359b6b3941953a948d1634ba4
|
7
|
+
data.tar.gz: 3cba6b299e6dcd150f06d17b2358bb9e9a94bff5299a4585032f0ff26209edfb73c35cf1d1c460b709538a898ba16985eed1f5f95dd89cb4381adf4a27786fe4
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.57.0
|
@@ -562,6 +562,8 @@ module Aws::GuardDuty
|
|
562
562
|
#
|
563
563
|
# * service.action.awsApiCallAction.errorCode
|
564
564
|
#
|
565
|
+
# * service.action.awsApiCallAction.userAgent
|
566
|
+
#
|
565
567
|
# * service.action.awsApiCallAction.remoteIpDetails.city.cityName
|
566
568
|
#
|
567
569
|
# * service.action.awsApiCallAction.remoteIpDetails.country.countryName
|
@@ -1313,7 +1315,13 @@ module Aws::GuardDuty
|
|
1313
1315
|
end
|
1314
1316
|
|
1315
1317
|
# Disassociates GuardDuty member accounts (to the current GuardDuty
|
1316
|
-
# 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
|
1317
1325
|
#
|
1318
1326
|
# @option params [required, String] :detector_id
|
1319
1327
|
# The unique ID of the detector of the GuardDuty account whose members
|
@@ -3246,7 +3254,7 @@ module Aws::GuardDuty
|
|
3246
3254
|
params: params,
|
3247
3255
|
config: config)
|
3248
3256
|
context[:gem_name] = 'aws-sdk-guardduty'
|
3249
|
-
context[:gem_version] = '1.
|
3257
|
+
context[:gem_version] = '1.57.0'
|
3250
3258
|
Seahorse::Client::Request.new(handlers, context)
|
3251
3259
|
end
|
3252
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
|
data/lib/aws-sdk-guardduty.rb
CHANGED
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.
|
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-
|
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
|