aws-sdk-guardduty 1.30.0 → 1.31.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: 0035c83067063fbdf7c7aeb3e71b5c1e819605919930c115d7be3830d4ed356f
4
- data.tar.gz: 7d9c94c2ded45a428d58ff3971f28e8177bea5ccd111ed3d6085231881689bd7
3
+ metadata.gz: f0a9809a659fc8926241fc5bbd6f1f9b4545a0d75f971feef244fc239988504c
4
+ data.tar.gz: b966788115cbb9a9a255338cb414521f3a46c72a655f2b86c886cefb973c5a84
5
5
  SHA512:
6
- metadata.gz: 6b0018108483c7fbb7c85b7e9afe328fc146b745e99a7dfbf23be3ee96e2cb6b816020362fbc10f3a0d165b61cb1147fcaa1bbdfbc0c4b56bb249f60a543895f
7
- data.tar.gz: 748310d372c1e4231da1b8bfbfb296226a4d66afda090f62a76fa39bee45913865292c14bc4178af88a3038cca50813670fa2353fd9141026ee5d78717e3ae73
6
+ metadata.gz: 66f2e58e21320658518a2e6af5059e92216dc2b669ee79dc044622274c90d6feced5740a354e020a534c8da15d9ea7a2f416aac2ba4e05471f63d609d2d2a740
7
+ data.tar.gz: b62ad8d9b366764a797c589498ab450ec4cc0213664dcf8a778cec1c8defcb5a37f70a02d9fceb0f4e54bbffe398215ed3d38c179613a8dd23290760378afe23
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-guardduty/customizations'
45
45
  # @service
46
46
  module Aws::GuardDuty
47
47
 
48
- GEM_VERSION = '1.30.0'
48
+ GEM_VERSION = '1.31.0'
49
49
 
50
50
  end
@@ -523,6 +523,8 @@ module Aws::GuardDuty
523
523
  #
524
524
  # * service.action.networkConnectionAction.protocol
525
525
  #
526
+ # * service.action.networkConnectionAction.localIpDetails.ipAddressV4
527
+ #
526
528
  # * service.action.networkConnectionAction.remoteIpDetails.city.cityName
527
529
  #
528
530
  # * service.action.networkConnectionAction.remoteIpDetails.country.countryName
@@ -635,8 +637,7 @@ module Aws::GuardDuty
635
637
  # The format of the file that contains the IPSet.
636
638
  #
637
639
  # @option params [required, String] :location
638
- # The URI of the file that contains the IPSet. For example:
639
- # https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key.
640
+ # The URI of the file that contains the IPSet. For example: .
640
641
  #
641
642
  # @option params [required, Boolean] :activate
642
643
  # A Boolean value that indicates whether GuardDuty is to start using the
@@ -821,8 +822,7 @@ module Aws::GuardDuty
821
822
  # The format of the file that contains the ThreatIntelSet.
822
823
  #
823
824
  # @option params [required, String] :location
824
- # The URI of the file that contains the ThreatIntelSet. For example:
825
- # https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key.
825
+ # The URI of the file that contains the ThreatIntelSet. For example: .
826
826
  #
827
827
  # @option params [required, Boolean] :activate
828
828
  # A Boolean value that indicates whether GuardDuty is to start using the
@@ -1174,11 +1174,11 @@ module Aws::GuardDuty
1174
1174
  req.send_request(options)
1175
1175
  end
1176
1176
 
1177
- # Disables GuardDuty administrator permissions for an AWS account within
1178
- # the Organization.
1177
+ # Disables an AWS account within the Organization as the GuardDuty
1178
+ # delegated administrator.
1179
1179
  #
1180
1180
  # @option params [required, String] :admin_account_id
1181
- # The AWS Account ID for the Organizations account to be disabled as a
1181
+ # The AWS Account ID for the organizations account to be disabled as a
1182
1182
  # GuardDuty delegated administrator.
1183
1183
  #
1184
1184
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
@@ -1258,11 +1258,11 @@ module Aws::GuardDuty
1258
1258
  req.send_request(options)
1259
1259
  end
1260
1260
 
1261
- # Enables GuardDuty administrator permissions for an AWS account within
1262
- # the organization.
1261
+ # Enables an AWS account within the organization as the GuardDuty
1262
+ # delegated administrator.
1263
1263
  #
1264
1264
  # @option params [required, String] :admin_account_id
1265
- # The AWS Account ID for the Organizations account to be enabled as a
1265
+ # The AWS Account ID for the organization account to be enabled as a
1266
1266
  # GuardDuty delegated administrator.
1267
1267
  #
1268
1268
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
@@ -1946,6 +1946,8 @@ module Aws::GuardDuty
1946
1946
  #
1947
1947
  # * resource.instanceDetails.instanceId
1948
1948
  #
1949
+ # * resource.instanceDetails.outpostArn
1950
+ #
1949
1951
  # * resource.instanceDetails.networkInterfaces.ipv6Addresses
1950
1952
  #
1951
1953
  # * resource.instanceDetails.networkInterfaces.privateIpAddresses.privateIpAddress
@@ -1996,6 +1998,8 @@ module Aws::GuardDuty
1996
1998
  #
1997
1999
  # * service.action.networkConnectionAction.protocol
1998
2000
  #
2001
+ # * service.action.networkConnectionAction.localIpDetails.ipAddressV4
2002
+ #
1999
2003
  # * service.action.networkConnectionAction.remoteIpDetails.city.cityName
2000
2004
  #
2001
2005
  # * service.action.networkConnectionAction.remoteIpDetails.country.countryName
@@ -2252,8 +2256,7 @@ module Aws::GuardDuty
2252
2256
  req.send_request(options)
2253
2257
  end
2254
2258
 
2255
- # Lists the accounts configured as AWS Organization delegated
2256
- # administrators.
2259
+ # Lists the accounts configured as GuardDuty delegated administrators.
2257
2260
  #
2258
2261
  # @option params [Integer] :max_results
2259
2262
  # The maximum number of results to return in the response.
@@ -2730,8 +2733,7 @@ module Aws::GuardDuty
2730
2733
  # The unique ID that specifies the IPSet that you want to update.
2731
2734
  #
2732
2735
  # @option params [String] :location
2733
- # The updated URI of the file that contains the IPSet. For example:
2734
- # https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key.
2736
+ # The updated URI of the file that contains the IPSet. For example: .
2735
2737
  #
2736
2738
  # @option params [Boolean] :activate
2737
2739
  # The updated Boolean value that specifies whether the IPSet is active
@@ -2837,7 +2839,7 @@ module Aws::GuardDuty
2837
2839
  #
2838
2840
  # @option params [String] :location
2839
2841
  # The updated URI of the file that contains the ThreateIntelSet. For
2840
- # example: https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key.
2842
+ # example: .
2841
2843
  #
2842
2844
  # @option params [Boolean] :activate
2843
2845
  # The updated Boolean value that specifies whether the ThreateIntelSet
@@ -2877,7 +2879,7 @@ module Aws::GuardDuty
2877
2879
  params: params,
2878
2880
  config: config)
2879
2881
  context[:gem_name] = 'aws-sdk-guardduty'
2880
- context[:gem_version] = '1.30.0'
2882
+ context[:gem_version] = '1.31.0'
2881
2883
  Seahorse::Client::Request.new(handlers, context)
2882
2884
  end
2883
2885
 
@@ -554,6 +554,8 @@ module Aws::GuardDuty
554
554
  #
555
555
  # * service.action.networkConnectionAction.protocol
556
556
  #
557
+ # * service.action.networkConnectionAction.localIpDetails.ipAddressV4
558
+ #
557
559
  # * service.action.networkConnectionAction.remoteIpDetails.city.cityName
558
560
  #
559
561
  # * service.action.networkConnectionAction.remoteIpDetails.country.countryName
@@ -656,8 +658,7 @@ module Aws::GuardDuty
656
658
  # @return [String]
657
659
  #
658
660
  # @!attribute [rw] location
659
- # The URI of the file that contains the IPSet. For example:
660
- # https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key.
661
+ # The URI of the file that contains the IPSet. For example: .
661
662
  # @return [String]
662
663
  #
663
664
  # @!attribute [rw] activate
@@ -858,8 +859,7 @@ module Aws::GuardDuty
858
859
  # @return [String]
859
860
  #
860
861
  # @!attribute [rw] location
861
- # The URI of the file that contains the ThreatIntelSet. For example:
862
- # https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key.
862
+ # The URI of the file that contains the ThreatIntelSet. For example: .
863
863
  # @return [String]
864
864
  #
865
865
  # @!attribute [rw] activate
@@ -1295,7 +1295,7 @@ module Aws::GuardDuty
1295
1295
  # }
1296
1296
  #
1297
1297
  # @!attribute [rw] admin_account_id
1298
- # The AWS Account ID for the Organizations account to be disabled as a
1298
+ # The AWS Account ID for the organizations account to be disabled as a
1299
1299
  # GuardDuty delegated administrator.
1300
1300
  # @return [String]
1301
1301
  #
@@ -1405,7 +1405,7 @@ module Aws::GuardDuty
1405
1405
  # }
1406
1406
  #
1407
1407
  # @!attribute [rw] admin_account_id
1408
- # The AWS Account ID for the Organizations account to be enabled as a
1408
+ # The AWS Account ID for the organization account to be enabled as a
1409
1409
  # GuardDuty delegated administrator.
1410
1410
  # @return [String]
1411
1411
  #
@@ -1841,8 +1841,7 @@ module Aws::GuardDuty
1841
1841
  # @return [String]
1842
1842
  #
1843
1843
  # @!attribute [rw] location
1844
- # The URI of the file that contains the IPSet. For example:
1845
- # https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key.
1844
+ # The URI of the file that contains the IPSet. For example: .
1846
1845
  # @return [String]
1847
1846
  #
1848
1847
  # @!attribute [rw] status
@@ -1989,8 +1988,7 @@ module Aws::GuardDuty
1989
1988
  # @return [String]
1990
1989
  #
1991
1990
  # @!attribute [rw] location
1992
- # The URI of the file that contains the ThreatIntelSet. For example:
1993
- # https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key.
1991
+ # The URI of the file that contains the ThreatIntelSet. For example: .
1994
1992
  # @return [String]
1995
1993
  #
1996
1994
  # @!attribute [rw] status
@@ -2369,6 +2367,8 @@ module Aws::GuardDuty
2369
2367
  #
2370
2368
  # * resource.instanceDetails.instanceId
2371
2369
  #
2370
+ # * resource.instanceDetails.outpostArn
2371
+ #
2372
2372
  # * resource.instanceDetails.networkInterfaces.ipv6Addresses
2373
2373
  #
2374
2374
  # * resource.instanceDetails.networkInterfaces.privateIpAddresses.privateIpAddress
@@ -2419,6 +2419,8 @@ module Aws::GuardDuty
2419
2419
  #
2420
2420
  # * service.action.networkConnectionAction.protocol
2421
2421
  #
2422
+ # * service.action.networkConnectionAction.localIpDetails.ipAddressV4
2423
+ #
2422
2424
  # * service.action.networkConnectionAction.remoteIpDetails.city.cityName
2423
2425
  #
2424
2426
  # * service.action.networkConnectionAction.remoteIpDetails.country.countryName
@@ -3746,8 +3748,7 @@ module Aws::GuardDuty
3746
3748
  # @return [String]
3747
3749
  #
3748
3750
  # @!attribute [rw] location
3749
- # The updated URI of the file that contains the IPSet. For example:
3750
- # https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key.
3751
+ # The updated URI of the file that contains the IPSet. For example: .
3751
3752
  # @return [String]
3752
3753
  #
3753
3754
  # @!attribute [rw] activate
@@ -3866,7 +3867,7 @@ module Aws::GuardDuty
3866
3867
  #
3867
3868
  # @!attribute [rw] location
3868
3869
  # The updated URI of the file that contains the ThreateIntelSet. For
3869
- # example: https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key.
3870
+ # example: .
3870
3871
  # @return [String]
3871
3872
  #
3872
3873
  # @!attribute [rw] activate
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.30.0
4
+ version: 1.31.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: 2020-05-07 00:00:00.000000000 Z
11
+ date: 2020-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core