aws-sdk-guardduty 1.31.0 → 1.32.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/aws-sdk-guardduty.rb +1 -1
- data/lib/aws-sdk-guardduty/client.rb +5 -6
- data/lib/aws-sdk-guardduty/types.rb +6 -7
- 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: bc0ba5a47397111aaac489281607408efa58b71542fb54cedf2185d144dc1a88
|
|
4
|
+
data.tar.gz: 3f8b2efcd682ef67ba482b91b285ac7958bc27003d8007b95f016dd63c076bbc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 811e38cefa8c4823f9bf96c02caf316da9c6b87aacea4ce3f550f8f1ac60ea42301f809631a18fe84690baaf91f8523e7d5bfde3ba3079037ef1298c1236201b
|
|
7
|
+
data.tar.gz: f05b0a6dd3eb2793ca8cb0274023d0cb2b1cc9ef039b1b5de3ba46e28df55a524ba58ca73f7ef66b6dd022923d95664803466929e6e5547cb816ccfef41744e5
|
data/lib/aws-sdk-guardduty.rb
CHANGED
|
@@ -637,7 +637,7 @@ module Aws::GuardDuty
|
|
|
637
637
|
# The format of the file that contains the IPSet.
|
|
638
638
|
#
|
|
639
639
|
# @option params [required, String] :location
|
|
640
|
-
# The URI of the file that contains the IPSet.
|
|
640
|
+
# The URI of the file that contains the IPSet.
|
|
641
641
|
#
|
|
642
642
|
# @option params [required, Boolean] :activate
|
|
643
643
|
# A Boolean value that indicates whether GuardDuty is to start using the
|
|
@@ -822,7 +822,7 @@ module Aws::GuardDuty
|
|
|
822
822
|
# The format of the file that contains the ThreatIntelSet.
|
|
823
823
|
#
|
|
824
824
|
# @option params [required, String] :location
|
|
825
|
-
# The URI of the file that contains the ThreatIntelSet.
|
|
825
|
+
# The URI of the file that contains the ThreatIntelSet.
|
|
826
826
|
#
|
|
827
827
|
# @option params [required, Boolean] :activate
|
|
828
828
|
# A Boolean value that indicates whether GuardDuty is to start using the
|
|
@@ -2733,7 +2733,7 @@ module Aws::GuardDuty
|
|
|
2733
2733
|
# The unique ID that specifies the IPSet that you want to update.
|
|
2734
2734
|
#
|
|
2735
2735
|
# @option params [String] :location
|
|
2736
|
-
# The updated URI of the file that contains the IPSet.
|
|
2736
|
+
# The updated URI of the file that contains the IPSet.
|
|
2737
2737
|
#
|
|
2738
2738
|
# @option params [Boolean] :activate
|
|
2739
2739
|
# The updated Boolean value that specifies whether the IPSet is active
|
|
@@ -2838,8 +2838,7 @@ module Aws::GuardDuty
|
|
|
2838
2838
|
# update.
|
|
2839
2839
|
#
|
|
2840
2840
|
# @option params [String] :location
|
|
2841
|
-
# The updated URI of the file that contains the ThreateIntelSet.
|
|
2842
|
-
# example: .
|
|
2841
|
+
# The updated URI of the file that contains the ThreateIntelSet.
|
|
2843
2842
|
#
|
|
2844
2843
|
# @option params [Boolean] :activate
|
|
2845
2844
|
# The updated Boolean value that specifies whether the ThreateIntelSet
|
|
@@ -2879,7 +2878,7 @@ module Aws::GuardDuty
|
|
|
2879
2878
|
params: params,
|
|
2880
2879
|
config: config)
|
|
2881
2880
|
context[:gem_name] = 'aws-sdk-guardduty'
|
|
2882
|
-
context[:gem_version] = '1.
|
|
2881
|
+
context[:gem_version] = '1.32.0'
|
|
2883
2882
|
Seahorse::Client::Request.new(handlers, context)
|
|
2884
2883
|
end
|
|
2885
2884
|
|
|
@@ -658,7 +658,7 @@ module Aws::GuardDuty
|
|
|
658
658
|
# @return [String]
|
|
659
659
|
#
|
|
660
660
|
# @!attribute [rw] location
|
|
661
|
-
# The URI of the file that contains the IPSet.
|
|
661
|
+
# The URI of the file that contains the IPSet.
|
|
662
662
|
# @return [String]
|
|
663
663
|
#
|
|
664
664
|
# @!attribute [rw] activate
|
|
@@ -859,7 +859,7 @@ module Aws::GuardDuty
|
|
|
859
859
|
# @return [String]
|
|
860
860
|
#
|
|
861
861
|
# @!attribute [rw] location
|
|
862
|
-
# The URI of the file that contains the ThreatIntelSet.
|
|
862
|
+
# The URI of the file that contains the ThreatIntelSet.
|
|
863
863
|
# @return [String]
|
|
864
864
|
#
|
|
865
865
|
# @!attribute [rw] activate
|
|
@@ -1841,7 +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.
|
|
1844
|
+
# The URI of the file that contains the IPSet.
|
|
1845
1845
|
# @return [String]
|
|
1846
1846
|
#
|
|
1847
1847
|
# @!attribute [rw] status
|
|
@@ -1988,7 +1988,7 @@ module Aws::GuardDuty
|
|
|
1988
1988
|
# @return [String]
|
|
1989
1989
|
#
|
|
1990
1990
|
# @!attribute [rw] location
|
|
1991
|
-
# The URI of the file that contains the ThreatIntelSet.
|
|
1991
|
+
# The URI of the file that contains the ThreatIntelSet.
|
|
1992
1992
|
# @return [String]
|
|
1993
1993
|
#
|
|
1994
1994
|
# @!attribute [rw] status
|
|
@@ -3748,7 +3748,7 @@ module Aws::GuardDuty
|
|
|
3748
3748
|
# @return [String]
|
|
3749
3749
|
#
|
|
3750
3750
|
# @!attribute [rw] location
|
|
3751
|
-
# The updated URI of the file that contains the IPSet.
|
|
3751
|
+
# The updated URI of the file that contains the IPSet.
|
|
3752
3752
|
# @return [String]
|
|
3753
3753
|
#
|
|
3754
3754
|
# @!attribute [rw] activate
|
|
@@ -3866,8 +3866,7 @@ module Aws::GuardDuty
|
|
|
3866
3866
|
# @return [String]
|
|
3867
3867
|
#
|
|
3868
3868
|
# @!attribute [rw] location
|
|
3869
|
-
# The updated URI of the file that contains the ThreateIntelSet.
|
|
3870
|
-
# example: .
|
|
3869
|
+
# The updated URI of the file that contains the ThreateIntelSet.
|
|
3871
3870
|
# @return [String]
|
|
3872
3871
|
#
|
|
3873
3872
|
# @!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.
|
|
4
|
+
version: 1.32.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-
|
|
11
|
+
date: 2020-05-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|