aws-sdk-guardduty 1.151.0 → 1.153.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/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-guardduty/client.rb +14 -4
- data/lib/aws-sdk-guardduty/client_api.rb +18 -0
- data/lib/aws-sdk-guardduty/types.rb +79 -3
- data/lib/aws-sdk-guardduty.rb +1 -1
- data/sig/client.rbs +6 -2
- data/sig/types.rbs +20 -3
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f6adcc24edb8288ec2a463559ce6322630686396de0fc99c1cdbdda4054d63bb
|
|
4
|
+
data.tar.gz: d23a697f2f89452fb21ed7e0723895483a55ef02e1cb8545507b6bde634e312b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c523d3a7e9ef6a92c06ad91e2aba0b46ccf4c7cd80d3e1b5704914b4a74d77d3325ec31404f7e68b493ab29ba9a5d3c05b20bb71c5216170614111fae62a411f
|
|
7
|
+
data.tar.gz: 1cc71c945575b1e223b8f2b3f9b07debfd348729bd75a13e93d64d897bc1cd53e538a06d1b810b7747c9b0efa353571aa8bbd5340bd5a36aa91338e299a2a403
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.153.0 (2026-06-02)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Amazon GuardDuty Runtime Monitoring now supports 3 new SensitiveFileModified finding types (Persistence, PrivilegeEscalation, DefenseEvasion) that detect when security-sensitive system files are modified on EC2 instances or containers, indicating potential compromise through file tampering.
|
|
8
|
+
|
|
9
|
+
1.152.0 (2026-05-26)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Add malware scan support for Continuous Backups, also known as Point-In-Time Recovery Points (PITR).
|
|
13
|
+
|
|
4
14
|
1.151.0 (2026-05-21)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.153.0
|
|
@@ -4303,6 +4303,10 @@ module Aws::GuardDuty
|
|
|
4303
4303
|
# resp.findings[0].service.runtime_details.context.service_name #=> String
|
|
4304
4304
|
# resp.findings[0].service.runtime_details.context.command_line_example #=> String
|
|
4305
4305
|
# resp.findings[0].service.runtime_details.context.threat_file_path #=> String
|
|
4306
|
+
# resp.findings[0].service.runtime_details.context.file_operation #=> String
|
|
4307
|
+
# resp.findings[0].service.runtime_details.context.file_path #=> String
|
|
4308
|
+
# resp.findings[0].service.runtime_details.context.related_file_paths #=> Array
|
|
4309
|
+
# resp.findings[0].service.runtime_details.context.related_file_paths[0] #=> String
|
|
4306
4310
|
# resp.findings[0].service.detection.anomaly.profiles #=> Hash
|
|
4307
4311
|
# resp.findings[0].service.detection.anomaly.profiles["String"] #=> Hash
|
|
4308
4312
|
# resp.findings[0].service.detection.anomaly.profiles["String"]["String"] #=> Array
|
|
@@ -4789,13 +4793,13 @@ module Aws::GuardDuty
|
|
|
4789
4793
|
# resp.detector_id #=> String
|
|
4790
4794
|
# resp.admin_detector_id #=> String
|
|
4791
4795
|
# resp.resource_arn #=> String
|
|
4792
|
-
# resp.resource_type #=> String, one of "EBS_RECOVERY_POINT", "EBS_SNAPSHOT", "EBS_VOLUME", "EC2_AMI", "EC2_INSTANCE", "EC2_RECOVERY_POINT", "S3_RECOVERY_POINT", "S3_BUCKET"
|
|
4796
|
+
# resp.resource_type #=> String, one of "EBS_RECOVERY_POINT", "EBS_SNAPSHOT", "EBS_VOLUME", "EC2_AMI", "EC2_INSTANCE", "EC2_RECOVERY_POINT", "S3_RECOVERY_POINT", "S3_BUCKET", "S3_POINT_IN_TIME_RECOVERY"
|
|
4793
4797
|
# resp.scanned_resources_count #=> Integer
|
|
4794
4798
|
# resp.skipped_resources_count #=> Integer
|
|
4795
4799
|
# resp.failed_resources_count #=> Integer
|
|
4796
4800
|
# resp.scanned_resources #=> Array
|
|
4797
4801
|
# resp.scanned_resources[0].scanned_resource_arn #=> String
|
|
4798
|
-
# resp.scanned_resources[0].scanned_resource_type #=> String, one of "EBS_RECOVERY_POINT", "EBS_SNAPSHOT", "EBS_VOLUME", "EC2_AMI", "EC2_INSTANCE", "EC2_RECOVERY_POINT", "S3_RECOVERY_POINT", "S3_BUCKET"
|
|
4802
|
+
# resp.scanned_resources[0].scanned_resource_type #=> String, one of "EBS_RECOVERY_POINT", "EBS_SNAPSHOT", "EBS_VOLUME", "EC2_AMI", "EC2_INSTANCE", "EC2_RECOVERY_POINT", "S3_RECOVERY_POINT", "S3_BUCKET", "S3_POINT_IN_TIME_RECOVERY"
|
|
4799
4803
|
# resp.scanned_resources[0].scanned_resource_status #=> String, one of "RUNNING", "COMPLETED", "COMPLETED_WITH_ISSUES", "FAILED", "SKIPPED"
|
|
4800
4804
|
# resp.scanned_resources[0].scan_status_reason #=> String, one of "ACCESS_DENIED", "RESOURCE_NOT_FOUND", "SNAPSHOT_SIZE_LIMIT_EXCEEDED", "RESOURCE_UNAVAILABLE", "INCONSISTENT_SOURCE", "INCREMENTAL_NO_DIFFERENCE", "NO_EBS_VOLUMES_FOUND", "UNSUPPORTED_PRODUCT_CODE_TYPE", "AMI_SNAPSHOT_LIMIT_EXCEEDED", "UNRELATED_RESOURCES", "BASE_RESOURCE_NOT_SCANNED", "BASE_CREATED_AFTER_TARGET", "UNSUPPORTED_FOR_INCREMENTAL", "UNSUPPORTED_AMI", "UNSUPPORTED_SNAPSHOT", "UNSUPPORTED_COMPOSITE_RECOVERY_POINT", "ALL_FILES_SKIPPED_OR_FAILED"
|
|
4801
4805
|
# resp.scanned_resources[0].resource_details.ebs_volume.volume_arn #=> String
|
|
@@ -4812,6 +4816,8 @@ module Aws::GuardDuty
|
|
|
4812
4816
|
# resp.scan_configuration.trigger_details.trigger_type #=> String, one of "BACKUP", "GUARDDUTY"
|
|
4813
4817
|
# resp.scan_configuration.incremental_scan_details.baseline_resource_arn #=> String
|
|
4814
4818
|
# resp.scan_configuration.recovery_point.backup_vault_name #=> String
|
|
4819
|
+
# resp.scan_configuration.recovery_point.continuous_scan_details.start_time #=> Time
|
|
4820
|
+
# resp.scan_configuration.recovery_point.continuous_scan_details.end_time #=> Time
|
|
4815
4821
|
# resp.scan_category #=> String, one of "FULL_SCAN", "INCREMENTAL_SCAN"
|
|
4816
4822
|
# resp.scan_status #=> String, one of "RUNNING", "COMPLETED", "COMPLETED_WITH_ISSUES", "FAILED", "SKIPPED"
|
|
4817
4823
|
# resp.scan_status_reason #=> String, one of "ACCESS_DENIED", "RESOURCE_NOT_FOUND", "SNAPSHOT_SIZE_LIMIT_EXCEEDED", "RESOURCE_UNAVAILABLE", "INCONSISTENT_SOURCE", "INCREMENTAL_NO_DIFFERENCE", "NO_EBS_VOLUMES_FOUND", "UNSUPPORTED_PRODUCT_CODE_TYPE", "AMI_SNAPSHOT_LIMIT_EXCEEDED", "UNRELATED_RESOURCES", "BASE_RESOURCE_NOT_SCANNED", "BASE_CREATED_AFTER_TARGET", "UNSUPPORTED_FOR_INCREMENTAL", "UNSUPPORTED_AMI", "UNSUPPORTED_SNAPSHOT", "UNSUPPORTED_COMPOSITE_RECOVERY_POINT", "ALL_FILES_SKIPPED_OR_FAILED"
|
|
@@ -6109,7 +6115,7 @@ module Aws::GuardDuty
|
|
|
6109
6115
|
#
|
|
6110
6116
|
# resp.scans #=> Array
|
|
6111
6117
|
# resp.scans[0].resource_arn #=> String
|
|
6112
|
-
# resp.scans[0].resource_type #=> String, one of "EBS_RECOVERY_POINT", "EBS_SNAPSHOT", "EBS_VOLUME", "EC2_AMI", "EC2_INSTANCE", "EC2_RECOVERY_POINT", "S3_RECOVERY_POINT", "S3_BUCKET"
|
|
6118
|
+
# resp.scans[0].resource_type #=> String, one of "EBS_RECOVERY_POINT", "EBS_SNAPSHOT", "EBS_VOLUME", "EC2_AMI", "EC2_INSTANCE", "EC2_RECOVERY_POINT", "S3_RECOVERY_POINT", "S3_BUCKET", "S3_POINT_IN_TIME_RECOVERY"
|
|
6113
6119
|
# resp.scans[0].scan_id #=> String
|
|
6114
6120
|
# resp.scans[0].scan_status #=> String, one of "RUNNING", "COMPLETED", "COMPLETED_WITH_ISSUES", "FAILED", "SKIPPED"
|
|
6115
6121
|
# resp.scans[0].scan_result_status #=> String, one of "NO_THREATS_FOUND", "THREATS_FOUND"
|
|
@@ -6591,6 +6597,10 @@ module Aws::GuardDuty
|
|
|
6591
6597
|
# },
|
|
6592
6598
|
# recovery_point: {
|
|
6593
6599
|
# backup_vault_name: "String", # required
|
|
6600
|
+
# continuous_scan_details: {
|
|
6601
|
+
# start_time: Time.now,
|
|
6602
|
+
# end_time: Time.now, # required
|
|
6603
|
+
# },
|
|
6594
6604
|
# },
|
|
6595
6605
|
# },
|
|
6596
6606
|
# })
|
|
@@ -8962,7 +8972,7 @@ module Aws::GuardDuty
|
|
|
8962
8972
|
tracer: tracer
|
|
8963
8973
|
)
|
|
8964
8974
|
context[:gem_name] = 'aws-sdk-guardduty'
|
|
8965
|
-
context[:gem_version] = '1.
|
|
8975
|
+
context[:gem_version] = '1.153.0'
|
|
8966
8976
|
Seahorse::Client::Request.new(handlers, context)
|
|
8967
8977
|
end
|
|
8968
8978
|
|
|
@@ -78,6 +78,7 @@ module Aws::GuardDuty
|
|
|
78
78
|
ContainerUid = Shapes::StringShape.new(name: 'ContainerUid')
|
|
79
79
|
ContainerUids = Shapes::ListShape.new(name: 'ContainerUids')
|
|
80
80
|
Containers = Shapes::ListShape.new(name: 'Containers')
|
|
81
|
+
ContinuousScanDetails = Shapes::StructureShape.new(name: 'ContinuousScanDetails')
|
|
81
82
|
CountByCoverageStatus = Shapes::MapShape.new(name: 'CountByCoverageStatus')
|
|
82
83
|
CountByResourceType = Shapes::MapShape.new(name: 'CountByResourceType')
|
|
83
84
|
CountBySeverity = Shapes::MapShape.new(name: 'CountBySeverity')
|
|
@@ -509,6 +510,7 @@ module Aws::GuardDuty
|
|
|
509
510
|
RdsLoginAttemptAction = Shapes::StructureShape.new(name: 'RdsLoginAttemptAction')
|
|
510
511
|
RecoveryPoint = Shapes::StructureShape.new(name: 'RecoveryPoint')
|
|
511
512
|
RecoveryPointDetails = Shapes::StructureShape.new(name: 'RecoveryPointDetails')
|
|
513
|
+
RelatedFilePathsList = Shapes::ListShape.new(name: 'RelatedFilePathsList')
|
|
512
514
|
RemoteAccountDetails = Shapes::StructureShape.new(name: 'RemoteAccountDetails')
|
|
513
515
|
RemoteIpDetails = Shapes::StructureShape.new(name: 'RemoteIpDetails')
|
|
514
516
|
RemotePortDetails = Shapes::StructureShape.new(name: 'RemotePortDetails')
|
|
@@ -540,6 +542,7 @@ module Aws::GuardDuty
|
|
|
540
542
|
ScanCondition = Shapes::StructureShape.new(name: 'ScanCondition')
|
|
541
543
|
ScanConditionPair = Shapes::StructureShape.new(name: 'ScanConditionPair')
|
|
542
544
|
ScanConfiguration = Shapes::StructureShape.new(name: 'ScanConfiguration')
|
|
545
|
+
ScanConfigurationContinuousScanDetails = Shapes::StructureShape.new(name: 'ScanConfigurationContinuousScanDetails')
|
|
543
546
|
ScanConfigurationRecoveryPoint = Shapes::StructureShape.new(name: 'ScanConfigurationRecoveryPoint')
|
|
544
547
|
ScanCriterion = Shapes::MapShape.new(name: 'ScanCriterion')
|
|
545
548
|
ScanCriterionKey = Shapes::StringShape.new(name: 'ScanCriterionKey')
|
|
@@ -912,6 +915,10 @@ module Aws::GuardDuty
|
|
|
912
915
|
|
|
913
916
|
Containers.member = Shapes::ShapeRef.new(shape: Container)
|
|
914
917
|
|
|
918
|
+
ContinuousScanDetails.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "startTime"))
|
|
919
|
+
ContinuousScanDetails.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "endTime"))
|
|
920
|
+
ContinuousScanDetails.struct_class = Types::ContinuousScanDetails
|
|
921
|
+
|
|
915
922
|
CountByCoverageStatus.key = Shapes::ShapeRef.new(shape: CoverageStatus)
|
|
916
923
|
CountByCoverageStatus.value = Shapes::ShapeRef.new(shape: Long)
|
|
917
924
|
|
|
@@ -2443,12 +2450,15 @@ module Aws::GuardDuty
|
|
|
2443
2450
|
RdsLoginAttemptAction.struct_class = Types::RdsLoginAttemptAction
|
|
2444
2451
|
|
|
2445
2452
|
RecoveryPoint.add_member(:backup_vault_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "backupVaultName"))
|
|
2453
|
+
RecoveryPoint.add_member(:continuous_scan_details, Shapes::ShapeRef.new(shape: ContinuousScanDetails, location_name: "continuousScanDetails"))
|
|
2446
2454
|
RecoveryPoint.struct_class = Types::RecoveryPoint
|
|
2447
2455
|
|
|
2448
2456
|
RecoveryPointDetails.add_member(:recovery_point_arn, Shapes::ShapeRef.new(shape: String, location_name: "recoveryPointArn"))
|
|
2449
2457
|
RecoveryPointDetails.add_member(:backup_vault_name, Shapes::ShapeRef.new(shape: String, location_name: "backupVaultName"))
|
|
2450
2458
|
RecoveryPointDetails.struct_class = Types::RecoveryPointDetails
|
|
2451
2459
|
|
|
2460
|
+
RelatedFilePathsList.member = Shapes::ShapeRef.new(shape: String)
|
|
2461
|
+
|
|
2452
2462
|
RemoteAccountDetails.add_member(:account_id, Shapes::ShapeRef.new(shape: String, location_name: "accountId"))
|
|
2453
2463
|
RemoteAccountDetails.add_member(:affiliated, Shapes::ShapeRef.new(shape: Boolean, location_name: "affiliated"))
|
|
2454
2464
|
RemoteAccountDetails.struct_class = Types::RemoteAccountDetails
|
|
@@ -2557,6 +2567,9 @@ module Aws::GuardDuty
|
|
|
2557
2567
|
RuntimeContext.add_member(:service_name, Shapes::ShapeRef.new(shape: String, location_name: "serviceName"))
|
|
2558
2568
|
RuntimeContext.add_member(:command_line_example, Shapes::ShapeRef.new(shape: String, location_name: "commandLineExample"))
|
|
2559
2569
|
RuntimeContext.add_member(:threat_file_path, Shapes::ShapeRef.new(shape: String, location_name: "threatFilePath"))
|
|
2570
|
+
RuntimeContext.add_member(:file_operation, Shapes::ShapeRef.new(shape: String, location_name: "fileOperation"))
|
|
2571
|
+
RuntimeContext.add_member(:file_path, Shapes::ShapeRef.new(shape: String, location_name: "filePath"))
|
|
2572
|
+
RuntimeContext.add_member(:related_file_paths, Shapes::ShapeRef.new(shape: RelatedFilePathsList, location_name: "relatedFilePaths"))
|
|
2560
2573
|
RuntimeContext.struct_class = Types::RuntimeContext
|
|
2561
2574
|
|
|
2562
2575
|
RuntimeDetails.add_member(:process, Shapes::ShapeRef.new(shape: ProcessDetails, location_name: "process"))
|
|
@@ -2645,7 +2658,12 @@ module Aws::GuardDuty
|
|
|
2645
2658
|
ScanConfiguration.add_member(:recovery_point, Shapes::ShapeRef.new(shape: ScanConfigurationRecoveryPoint, location_name: "recoveryPoint"))
|
|
2646
2659
|
ScanConfiguration.struct_class = Types::ScanConfiguration
|
|
2647
2660
|
|
|
2661
|
+
ScanConfigurationContinuousScanDetails.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "startTime"))
|
|
2662
|
+
ScanConfigurationContinuousScanDetails.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "endTime"))
|
|
2663
|
+
ScanConfigurationContinuousScanDetails.struct_class = Types::ScanConfigurationContinuousScanDetails
|
|
2664
|
+
|
|
2648
2665
|
ScanConfigurationRecoveryPoint.add_member(:backup_vault_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "backupVaultName"))
|
|
2666
|
+
ScanConfigurationRecoveryPoint.add_member(:continuous_scan_details, Shapes::ShapeRef.new(shape: ScanConfigurationContinuousScanDetails, location_name: "continuousScanDetails"))
|
|
2649
2667
|
ScanConfigurationRecoveryPoint.struct_class = Types::ScanConfigurationRecoveryPoint
|
|
2650
2668
|
|
|
2651
2669
|
ScanCriterion.key = Shapes::ShapeRef.new(shape: ScanCriterionKey)
|
|
@@ -1082,6 +1082,28 @@ module Aws::GuardDuty
|
|
|
1082
1082
|
include Aws::Structure
|
|
1083
1083
|
end
|
|
1084
1084
|
|
|
1085
|
+
# Contains information about the time range within the continuous backup
|
|
1086
|
+
# in Amazon Web Services Backup to scan for a point-in-time recovery
|
|
1087
|
+
# resource.
|
|
1088
|
+
#
|
|
1089
|
+
# @!attribute [rw] start_time
|
|
1090
|
+
# The timestamp representing the start of the time range to scan.
|
|
1091
|
+
# Reserved for internal use.
|
|
1092
|
+
# @return [Time]
|
|
1093
|
+
#
|
|
1094
|
+
# @!attribute [rw] end_time
|
|
1095
|
+
# The timestamp representing the end of the time range to scan.
|
|
1096
|
+
# @return [Time]
|
|
1097
|
+
#
|
|
1098
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/ContinuousScanDetails AWS API Documentation
|
|
1099
|
+
#
|
|
1100
|
+
class ContinuousScanDetails < Struct.new(
|
|
1101
|
+
:start_time,
|
|
1102
|
+
:end_time)
|
|
1103
|
+
SENSITIVE = []
|
|
1104
|
+
include Aws::Structure
|
|
1105
|
+
end
|
|
1106
|
+
|
|
1085
1107
|
# Contains information about the country where the remote IP address is
|
|
1086
1108
|
# located.
|
|
1087
1109
|
#
|
|
@@ -10044,10 +10066,16 @@ module Aws::GuardDuty
|
|
|
10044
10066
|
# name of the recovery point to be scanned.
|
|
10045
10067
|
# @return [String]
|
|
10046
10068
|
#
|
|
10069
|
+
# @!attribute [rw] continuous_scan_details
|
|
10070
|
+
# Contains information about the time range within the continuous
|
|
10071
|
+
# backup in Amazon Web Services Backup to scan.
|
|
10072
|
+
# @return [Types::ContinuousScanDetails]
|
|
10073
|
+
#
|
|
10047
10074
|
# @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/RecoveryPoint AWS API Documentation
|
|
10048
10075
|
#
|
|
10049
10076
|
class RecoveryPoint < Struct.new(
|
|
10050
|
-
:backup_vault_name
|
|
10077
|
+
:backup_vault_name,
|
|
10078
|
+
:continuous_scan_details)
|
|
10051
10079
|
SENSITIVE = []
|
|
10052
10080
|
include Aws::Structure
|
|
10053
10081
|
end
|
|
@@ -10626,6 +10654,22 @@ module Aws::GuardDuty
|
|
|
10626
10654
|
# were found.
|
|
10627
10655
|
# @return [String]
|
|
10628
10656
|
#
|
|
10657
|
+
# @!attribute [rw] file_operation
|
|
10658
|
+
# Represents the type of file operation that triggered the finding,
|
|
10659
|
+
# such as Write, Delete, Rename, Link, or Symlink.
|
|
10660
|
+
# @return [String]
|
|
10661
|
+
#
|
|
10662
|
+
# @!attribute [rw] file_path
|
|
10663
|
+
# The path of the sensitive file that was modified. Modification
|
|
10664
|
+
# includes write, delete, rename, link, or symlink operations. This
|
|
10665
|
+
# field is indexed for filtering.
|
|
10666
|
+
# @return [String]
|
|
10667
|
+
#
|
|
10668
|
+
# @!attribute [rw] related_file_paths
|
|
10669
|
+
# All file paths modified by the same process that triggered the
|
|
10670
|
+
# finding, up to a maximum of 25 paths.
|
|
10671
|
+
# @return [Array<String>]
|
|
10672
|
+
#
|
|
10629
10673
|
# @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/RuntimeContext AWS API Documentation
|
|
10630
10674
|
#
|
|
10631
10675
|
class RuntimeContext < Struct.new(
|
|
@@ -10653,7 +10697,10 @@ module Aws::GuardDuty
|
|
|
10653
10697
|
:tool_category,
|
|
10654
10698
|
:service_name,
|
|
10655
10699
|
:command_line_example,
|
|
10656
|
-
:threat_file_path
|
|
10700
|
+
:threat_file_path,
|
|
10701
|
+
:file_operation,
|
|
10702
|
+
:file_path,
|
|
10703
|
+
:related_file_paths)
|
|
10657
10704
|
SENSITIVE = []
|
|
10658
10705
|
include Aws::Structure
|
|
10659
10706
|
end
|
|
@@ -11091,6 +11138,29 @@ module Aws::GuardDuty
|
|
|
11091
11138
|
include Aws::Structure
|
|
11092
11139
|
end
|
|
11093
11140
|
|
|
11141
|
+
# Contains information about the time range within the continuous backup
|
|
11142
|
+
# in Amazon Web Services Backup that was scanned for a point-in-time
|
|
11143
|
+
# recovery resource.
|
|
11144
|
+
#
|
|
11145
|
+
# @!attribute [rw] start_time
|
|
11146
|
+
# The timestamp representing the start of the time range that was
|
|
11147
|
+
# scanned.
|
|
11148
|
+
# @return [Time]
|
|
11149
|
+
#
|
|
11150
|
+
# @!attribute [rw] end_time
|
|
11151
|
+
# The timestamp representing the end of the time range that was
|
|
11152
|
+
# scanned.
|
|
11153
|
+
# @return [Time]
|
|
11154
|
+
#
|
|
11155
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/ScanConfigurationContinuousScanDetails AWS API Documentation
|
|
11156
|
+
#
|
|
11157
|
+
class ScanConfigurationContinuousScanDetails < Struct.new(
|
|
11158
|
+
:start_time,
|
|
11159
|
+
:end_time)
|
|
11160
|
+
SENSITIVE = []
|
|
11161
|
+
include Aws::Structure
|
|
11162
|
+
end
|
|
11163
|
+
|
|
11094
11164
|
# Contains information about the recovery point configuration used in
|
|
11095
11165
|
# the scan.
|
|
11096
11166
|
#
|
|
@@ -11099,10 +11169,16 @@ module Aws::GuardDuty
|
|
|
11099
11169
|
# recovery point for the scanned.
|
|
11100
11170
|
# @return [String]
|
|
11101
11171
|
#
|
|
11172
|
+
# @!attribute [rw] continuous_scan_details
|
|
11173
|
+
# The time range within the continuous backup in Amazon Web Services
|
|
11174
|
+
# Backup that was scanned for a point-in-time recovery resource.
|
|
11175
|
+
# @return [Types::ScanConfigurationContinuousScanDetails]
|
|
11176
|
+
#
|
|
11102
11177
|
# @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/ScanConfigurationRecoveryPoint AWS API Documentation
|
|
11103
11178
|
#
|
|
11104
11179
|
class ScanConfigurationRecoveryPoint < Struct.new(
|
|
11105
|
-
:backup_vault_name
|
|
11180
|
+
:backup_vault_name,
|
|
11181
|
+
:continuous_scan_details)
|
|
11106
11182
|
SENSITIVE = []
|
|
11107
11183
|
include Aws::Structure
|
|
11108
11184
|
end
|
data/lib/aws-sdk-guardduty.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -628,7 +628,7 @@ module Aws
|
|
|
628
628
|
def detector_id: () -> ::String
|
|
629
629
|
def admin_detector_id: () -> ::String
|
|
630
630
|
def resource_arn: () -> ::String
|
|
631
|
-
def resource_type: () -> ("EBS_RECOVERY_POINT" | "EBS_SNAPSHOT" | "EBS_VOLUME" | "EC2_AMI" | "EC2_INSTANCE" | "EC2_RECOVERY_POINT" | "S3_RECOVERY_POINT" | "S3_BUCKET")
|
|
631
|
+
def resource_type: () -> ("EBS_RECOVERY_POINT" | "EBS_SNAPSHOT" | "EBS_VOLUME" | "EC2_AMI" | "EC2_INSTANCE" | "EC2_RECOVERY_POINT" | "S3_RECOVERY_POINT" | "S3_BUCKET" | "S3_POINT_IN_TIME_RECOVERY")
|
|
632
632
|
def scanned_resources_count: () -> ::Integer
|
|
633
633
|
def skipped_resources_count: () -> ::Integer
|
|
634
634
|
def failed_resources_count: () -> ::Integer
|
|
@@ -1041,7 +1041,11 @@ module Aws
|
|
|
1041
1041
|
baseline_resource_arn: ::String
|
|
1042
1042
|
}?,
|
|
1043
1043
|
recovery_point: {
|
|
1044
|
-
backup_vault_name: ::String
|
|
1044
|
+
backup_vault_name: ::String,
|
|
1045
|
+
continuous_scan_details: {
|
|
1046
|
+
start_time: ::Time?,
|
|
1047
|
+
end_time: ::Time
|
|
1048
|
+
}?
|
|
1045
1049
|
}?
|
|
1046
1050
|
}
|
|
1047
1051
|
) -> _StartMalwareScanResponseSuccess
|
data/sig/types.rbs
CHANGED
|
@@ -286,6 +286,12 @@ module Aws::GuardDuty
|
|
|
286
286
|
SENSITIVE: []
|
|
287
287
|
end
|
|
288
288
|
|
|
289
|
+
class ContinuousScanDetails
|
|
290
|
+
attr_accessor start_time: ::Time
|
|
291
|
+
attr_accessor end_time: ::Time
|
|
292
|
+
SENSITIVE: []
|
|
293
|
+
end
|
|
294
|
+
|
|
289
295
|
class Country
|
|
290
296
|
attr_accessor country_code: ::String
|
|
291
297
|
attr_accessor country_name: ::String
|
|
@@ -1185,7 +1191,7 @@ module Aws::GuardDuty
|
|
|
1185
1191
|
attr_accessor detector_id: ::String
|
|
1186
1192
|
attr_accessor admin_detector_id: ::String
|
|
1187
1193
|
attr_accessor resource_arn: ::String
|
|
1188
|
-
attr_accessor resource_type: ("EBS_RECOVERY_POINT" | "EBS_SNAPSHOT" | "EBS_VOLUME" | "EC2_AMI" | "EC2_INSTANCE" | "EC2_RECOVERY_POINT" | "S3_RECOVERY_POINT" | "S3_BUCKET")
|
|
1194
|
+
attr_accessor resource_type: ("EBS_RECOVERY_POINT" | "EBS_SNAPSHOT" | "EBS_VOLUME" | "EC2_AMI" | "EC2_INSTANCE" | "EC2_RECOVERY_POINT" | "S3_RECOVERY_POINT" | "S3_BUCKET" | "S3_POINT_IN_TIME_RECOVERY")
|
|
1189
1195
|
attr_accessor scanned_resources_count: ::Integer
|
|
1190
1196
|
attr_accessor skipped_resources_count: ::Integer
|
|
1191
1197
|
attr_accessor failed_resources_count: ::Integer
|
|
@@ -1839,7 +1845,7 @@ module Aws::GuardDuty
|
|
|
1839
1845
|
|
|
1840
1846
|
class MalwareScan
|
|
1841
1847
|
attr_accessor resource_arn: ::String
|
|
1842
|
-
attr_accessor resource_type: ("EBS_RECOVERY_POINT" | "EBS_SNAPSHOT" | "EBS_VOLUME" | "EC2_AMI" | "EC2_INSTANCE" | "EC2_RECOVERY_POINT" | "S3_RECOVERY_POINT" | "S3_BUCKET")
|
|
1848
|
+
attr_accessor resource_type: ("EBS_RECOVERY_POINT" | "EBS_SNAPSHOT" | "EBS_VOLUME" | "EC2_AMI" | "EC2_INSTANCE" | "EC2_RECOVERY_POINT" | "S3_RECOVERY_POINT" | "S3_BUCKET" | "S3_POINT_IN_TIME_RECOVERY")
|
|
1843
1849
|
attr_accessor scan_id: ::String
|
|
1844
1850
|
attr_accessor scan_status: ("RUNNING" | "COMPLETED" | "COMPLETED_WITH_ISSUES" | "FAILED" | "SKIPPED")
|
|
1845
1851
|
attr_accessor scan_result_status: ("NO_THREATS_FOUND" | "THREATS_FOUND")
|
|
@@ -2211,6 +2217,7 @@ module Aws::GuardDuty
|
|
|
2211
2217
|
|
|
2212
2218
|
class RecoveryPoint
|
|
2213
2219
|
attr_accessor backup_vault_name: ::String
|
|
2220
|
+
attr_accessor continuous_scan_details: Types::ContinuousScanDetails
|
|
2214
2221
|
SENSITIVE: []
|
|
2215
2222
|
end
|
|
2216
2223
|
|
|
@@ -2341,6 +2348,9 @@ module Aws::GuardDuty
|
|
|
2341
2348
|
attr_accessor service_name: ::String
|
|
2342
2349
|
attr_accessor command_line_example: ::String
|
|
2343
2350
|
attr_accessor threat_file_path: ::String
|
|
2351
|
+
attr_accessor file_operation: ::String
|
|
2352
|
+
attr_accessor file_path: ::String
|
|
2353
|
+
attr_accessor related_file_paths: ::Array[::String]
|
|
2344
2354
|
SENSITIVE: []
|
|
2345
2355
|
end
|
|
2346
2356
|
|
|
@@ -2448,8 +2458,15 @@ module Aws::GuardDuty
|
|
|
2448
2458
|
SENSITIVE: []
|
|
2449
2459
|
end
|
|
2450
2460
|
|
|
2461
|
+
class ScanConfigurationContinuousScanDetails
|
|
2462
|
+
attr_accessor start_time: ::Time
|
|
2463
|
+
attr_accessor end_time: ::Time
|
|
2464
|
+
SENSITIVE: []
|
|
2465
|
+
end
|
|
2466
|
+
|
|
2451
2467
|
class ScanConfigurationRecoveryPoint
|
|
2452
2468
|
attr_accessor backup_vault_name: ::String
|
|
2469
|
+
attr_accessor continuous_scan_details: Types::ScanConfigurationContinuousScanDetails
|
|
2453
2470
|
SENSITIVE: []
|
|
2454
2471
|
end
|
|
2455
2472
|
|
|
@@ -2516,7 +2533,7 @@ module Aws::GuardDuty
|
|
|
2516
2533
|
|
|
2517
2534
|
class ScannedResource
|
|
2518
2535
|
attr_accessor scanned_resource_arn: ::String
|
|
2519
|
-
attr_accessor scanned_resource_type: ("EBS_RECOVERY_POINT" | "EBS_SNAPSHOT" | "EBS_VOLUME" | "EC2_AMI" | "EC2_INSTANCE" | "EC2_RECOVERY_POINT" | "S3_RECOVERY_POINT" | "S3_BUCKET")
|
|
2536
|
+
attr_accessor scanned_resource_type: ("EBS_RECOVERY_POINT" | "EBS_SNAPSHOT" | "EBS_VOLUME" | "EC2_AMI" | "EC2_INSTANCE" | "EC2_RECOVERY_POINT" | "S3_RECOVERY_POINT" | "S3_BUCKET" | "S3_POINT_IN_TIME_RECOVERY")
|
|
2520
2537
|
attr_accessor scanned_resource_status: ("RUNNING" | "COMPLETED" | "COMPLETED_WITH_ISSUES" | "FAILED" | "SKIPPED")
|
|
2521
2538
|
attr_accessor scan_status_reason: ("ACCESS_DENIED" | "RESOURCE_NOT_FOUND" | "SNAPSHOT_SIZE_LIMIT_EXCEEDED" | "RESOURCE_UNAVAILABLE" | "INCONSISTENT_SOURCE" | "INCREMENTAL_NO_DIFFERENCE" | "NO_EBS_VOLUMES_FOUND" | "UNSUPPORTED_PRODUCT_CODE_TYPE" | "AMI_SNAPSHOT_LIMIT_EXCEEDED" | "UNRELATED_RESOURCES" | "BASE_RESOURCE_NOT_SCANNED" | "BASE_CREATED_AFTER_TARGET" | "UNSUPPORTED_FOR_INCREMENTAL" | "UNSUPPORTED_AMI" | "UNSUPPORTED_SNAPSHOT" | "UNSUPPORTED_COMPOSITE_RECOVERY_POINT" | "ALL_FILES_SKIPPED_OR_FAILED")
|
|
2522
2539
|
attr_accessor resource_details: Types::ScannedResourceDetails
|