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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f517f78b7c342c1fbaca28c2beb0bdbe6e8612a3605f8fed91bd2aded61ce06a
4
- data.tar.gz: cbd43cf75785fa129b7b6edfa4487a9d3dcc9d496249569d28e001bd20648ccd
3
+ metadata.gz: f2849fb927ef46d15f6d43d47187982a707e01ec907a8fb095f1db7e12162c29
4
+ data.tar.gz: 533e43863f7f26197a11415ef941068f4bdc373c328ee1650d972392d02af21e
5
5
  SHA512:
6
- metadata.gz: 695a0ddb6f38650944b5f83e0ba60bef91a1451e7e12810ac89d412266075b7cf65267bd4261f3b75974677ea6a2e3c7cfcf211dfe76919ab7ecc4b67490e3a8
7
- data.tar.gz: a9dfeabea56bd4cca1034d6a4c6f384586a9fb74ba4ec3384478a7f7692d52d373891bdcd7cae41b6b4f86d34b4e4fceaad9750f5bfdff3242eb899b2155717e
6
+ metadata.gz: ea1caf66103632936148259bad3b13ed623b3661607d1085869959c0c3d25e5c52f20ff09d31a60bdd1aa52493b2eb6fc8f0834359b6b3941953a948d1634ba4
7
+ data.tar.gz: 3cba6b299e6dcd150f06d17b2358bb9e9a94bff5299a4585032f0ff26209edfb73c35cf1d1c460b709538a898ba16985eed1f5f95dd89cb4381adf4a27786fe4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.56.0 (2022-02-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.56.0
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.56.0'
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
@@ -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.56.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.56.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-02-24 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