aws-sdk-guardduty 1.112.0 → 1.113.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 +2 -2
- data/lib/aws-sdk-guardduty/types.rb +15 -10
- 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: 6625592e151714f800fcb148a17e4c92affa7a922e46401bad7a44481942c0cd
|
4
|
+
data.tar.gz: 0ef08abf7cd0e69f1e213d0ca177c016bf10462f48400b86d287f0d246c7f4e4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a1a4a963925e23d18b8dc52e36a49fa0d5790da2be88db8bdabf49d3131640354af3e07b32a2a2356d4110b4deec8516605bf943bf1b381c3ab4124aef8070fc
|
7
|
+
data.tar.gz: f8c31fea08bd7cc26bcf3d5f67acc52982c42180b70f88ec5e0e5951365c8c9c31142c8959c96025c396fccb85b1ab9b3155376bbf1c9c495f8147c761e92fc8
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.113.0
|
@@ -945,7 +945,7 @@ module Aws::GuardDuty
|
|
945
945
|
#
|
946
946
|
# * service.runtimeDetails.process.name
|
947
947
|
#
|
948
|
-
# * service.runtimeDetails.process.
|
948
|
+
# * service.runtimeDetails.process.executablePath
|
949
949
|
#
|
950
950
|
# * resource.lambdaDetails.functionName
|
951
951
|
#
|
@@ -5557,7 +5557,7 @@ module Aws::GuardDuty
|
|
5557
5557
|
tracer: tracer
|
5558
5558
|
)
|
5559
5559
|
context[:gem_name] = 'aws-sdk-guardduty'
|
5560
|
-
context[:gem_version] = '1.
|
5560
|
+
context[:gem_version] = '1.113.0'
|
5561
5561
|
Seahorse::Client::Request.new(handlers, context)
|
5562
5562
|
end
|
5563
5563
|
|
@@ -1549,7 +1549,7 @@ module Aws::GuardDuty
|
|
1549
1549
|
#
|
1550
1550
|
# * service.runtimeDetails.process.name
|
1551
1551
|
#
|
1552
|
-
# * service.runtimeDetails.process.
|
1552
|
+
# * service.runtimeDetails.process.executablePath
|
1553
1553
|
#
|
1554
1554
|
# * resource.lambdaDetails.functionName
|
1555
1555
|
#
|
@@ -4539,7 +4539,13 @@ module Aws::GuardDuty
|
|
4539
4539
|
# signals observed in an attack sequence.
|
4540
4540
|
#
|
4541
4541
|
# @!attribute [rw] key
|
4542
|
-
# Specific indicator keys observed in the attack sequence.
|
4542
|
+
# Specific indicator keys observed in the attack sequence. For
|
4543
|
+
# description of the valid values for key, see [Attack sequence
|
4544
|
+
# finding details][1] in the *Amazon GuardDuty User Guide*.
|
4545
|
+
#
|
4546
|
+
#
|
4547
|
+
#
|
4548
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_findings-summary.html#guardduty-extended-threat-detection-attack-sequence-finding-details
|
4543
4549
|
# @return [String]
|
4544
4550
|
#
|
4545
4551
|
# @!attribute [rw] values
|
@@ -4547,9 +4553,6 @@ module Aws::GuardDuty
|
|
4547
4553
|
# indicator key is `SUSPICIOUS_NETWORK`, then the value will be the
|
4548
4554
|
# name of the network. If the indicator key is `ATTACK_TACTIC`, then
|
4549
4555
|
# the value will be one of the MITRE tactics.
|
4550
|
-
#
|
4551
|
-
# For more information about the values associated with the key, see
|
4552
|
-
# GuardDuty Extended Threat Detection in the *GuardDuty User Guide.*
|
4553
4556
|
# @return [Array<String>]
|
4554
4557
|
#
|
4555
4558
|
# @!attribute [rw] title
|
@@ -6082,7 +6085,8 @@ module Aws::GuardDuty
|
|
6082
6085
|
# @!attribute [rw] message
|
6083
6086
|
# Issue message that specifies the reason. For information about
|
6084
6087
|
# potential troubleshooting steps, see [Troubleshooting Malware
|
6085
|
-
# Protection for S3 status issues][1] in the *GuardDuty User
|
6088
|
+
# Protection for S3 status issues][1] in the *Amazon GuardDuty User
|
6089
|
+
# Guide*.
|
6086
6090
|
#
|
6087
6091
|
#
|
6088
6092
|
#
|
@@ -8854,7 +8858,7 @@ module Aws::GuardDuty
|
|
8854
8858
|
#
|
8855
8859
|
# Signals can be GuardDuty findings or activities observed in data
|
8856
8860
|
# sources that GuardDuty monitors. For more information, see
|
8857
|
-
# [Foundational data sources][1] in the *GuardDuty User Guide*.
|
8861
|
+
# [Foundational data sources][1] in the *Amazon GuardDuty User Guide*.
|
8858
8862
|
#
|
8859
8863
|
# A signal type can be one of the valid values listed in this API.
|
8860
8864
|
# Here are the related descriptions:
|
@@ -8867,7 +8871,8 @@ module Aws::GuardDuty
|
|
8867
8871
|
# for S3. Activities associated with this type will show up only
|
8868
8872
|
# when you have enabled GuardDuty S3 Protection feature in your
|
8869
8873
|
# account. For more information about S3 Protection and steps to
|
8870
|
-
# enable it, see [S3 Protection][2] in the *GuardDuty User
|
8874
|
+
# enable it, see [S3 Protection][2] in the *Amazon GuardDuty User
|
8875
|
+
# Guide*.
|
8871
8876
|
#
|
8872
8877
|
#
|
8873
8878
|
#
|
@@ -8905,8 +8910,8 @@ module Aws::GuardDuty
|
|
8905
8910
|
#
|
8906
8911
|
# @!attribute [rw] severity
|
8907
8912
|
# The severity associated with the signal. For more information about
|
8908
|
-
# severity, see [Findings severity levels][1] in the *GuardDuty
|
8909
|
-
# Guide*.
|
8913
|
+
# severity, see [Findings severity levels][1] in the *Amazon GuardDuty
|
8914
|
+
# User Guide*.
|
8910
8915
|
#
|
8911
8916
|
#
|
8912
8917
|
#
|
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.113.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: 2025-02-
|
11
|
+
date: 2025-02-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|