aws-sdk-guardduty 1.156.0 → 1.157.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-guardduty/client.rb +36 -17
- data/lib/aws-sdk-guardduty/client_api.rb +50 -0
- data/lib/aws-sdk-guardduty/types.rb +129 -3
- data/lib/aws-sdk-guardduty.rb +1 -1
- data/sig/client.rbs +3 -3
- data/sig/params.rbs +1 -1
- data/sig/types.rbs +45 -13
- 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: 1b871564dc8202339e36e2693df7f171a5b3d72693dbb3d8ad3d8f31604a08c3
|
|
4
|
+
data.tar.gz: a9ab65bdc13962e5b87a060c96dc49662f9f7a9cca2b776a288cafbc993ffa22
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 66d6607b457efd4d590e20dc333b7d4114a601853484786ef217161e303641590896954c430ab68c510c92516b0c7180ed59df8d052e6753dba894aac4eec9dc
|
|
7
|
+
data.tar.gz: 88379b723db927800f64e72fe823d8f2e3812aec7ee35f95167daeba9e155f37f283c79ca2e4195430259447f968c252c6b789f15ae72016a89f4d0174472a8b
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.157.0 (2026-07-13)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - GuardDuty AI Protection is now publicly available. Findings include Bedrock guardrail details, model details, observation numbers, and continuous scan details. GuardrailArn and GuardrailVersion are deprecated in favor of the guardrails list.
|
|
8
|
+
|
|
4
9
|
1.156.0 (2026-07-09)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.157.0
|
|
@@ -678,7 +678,7 @@ module Aws::GuardDuty
|
|
|
678
678
|
# },
|
|
679
679
|
# features: [
|
|
680
680
|
# {
|
|
681
|
-
# name: "S3_DATA_EVENTS", # accepts S3_DATA_EVENTS, EKS_AUDIT_LOGS, EBS_MALWARE_PROTECTION, RDS_LOGIN_EVENTS, LAMBDA_NETWORK_LOGS, EKS_RUNTIME_MONITORING, RUNTIME_MONITORING, AI_ANALYST
|
|
681
|
+
# name: "S3_DATA_EVENTS", # accepts S3_DATA_EVENTS, EKS_AUDIT_LOGS, EBS_MALWARE_PROTECTION, RDS_LOGIN_EVENTS, LAMBDA_NETWORK_LOGS, EKS_RUNTIME_MONITORING, RUNTIME_MONITORING, AI_PROTECTION, AI_ANALYST
|
|
682
682
|
# status: "ENABLED", # accepts ENABLED, DISABLED
|
|
683
683
|
# additional_configuration: [
|
|
684
684
|
# {
|
|
@@ -3354,7 +3354,7 @@ module Aws::GuardDuty
|
|
|
3354
3354
|
# resp.data_sources.kubernetes.audit_logs.auto_enable #=> Boolean
|
|
3355
3355
|
# resp.data_sources.malware_protection.scan_ec2_instance_with_findings.ebs_volumes.auto_enable #=> Boolean
|
|
3356
3356
|
# resp.features #=> Array
|
|
3357
|
-
# resp.features[0].name #=> String, one of "S3_DATA_EVENTS", "EKS_AUDIT_LOGS", "EBS_MALWARE_PROTECTION", "RDS_LOGIN_EVENTS", "LAMBDA_NETWORK_LOGS", "EKS_RUNTIME_MONITORING", "RUNTIME_MONITORING"
|
|
3357
|
+
# resp.features[0].name #=> String, one of "S3_DATA_EVENTS", "EKS_AUDIT_LOGS", "EBS_MALWARE_PROTECTION", "RDS_LOGIN_EVENTS", "LAMBDA_NETWORK_LOGS", "EKS_RUNTIME_MONITORING", "RUNTIME_MONITORING", "AI_PROTECTION"
|
|
3358
3358
|
# resp.features[0].auto_enable #=> String, one of "NEW", "NONE", "ALL"
|
|
3359
3359
|
# resp.features[0].additional_configuration #=> Array
|
|
3360
3360
|
# resp.features[0].additional_configuration[0].name #=> String, one of "EKS_ADDON_MANAGEMENT", "ECS_FARGATE_AGENT_MANAGEMENT", "EC2_AGENT_MANAGEMENT"
|
|
@@ -3785,7 +3785,7 @@ module Aws::GuardDuty
|
|
|
3785
3785
|
# resp.tags #=> Hash
|
|
3786
3786
|
# resp.tags["TagKey"] #=> String
|
|
3787
3787
|
# resp.features #=> Array
|
|
3788
|
-
# resp.features[0].name #=> String, one of "FLOW_LOGS", "CLOUD_TRAIL", "DNS_LOGS", "S3_DATA_EVENTS", "EKS_AUDIT_LOGS", "EBS_MALWARE_PROTECTION", "RDS_LOGIN_EVENTS", "LAMBDA_NETWORK_LOGS", "EKS_RUNTIME_MONITORING", "RUNTIME_MONITORING", "AI_ANALYST"
|
|
3788
|
+
# resp.features[0].name #=> String, one of "FLOW_LOGS", "CLOUD_TRAIL", "DNS_LOGS", "S3_DATA_EVENTS", "EKS_AUDIT_LOGS", "EBS_MALWARE_PROTECTION", "RDS_LOGIN_EVENTS", "LAMBDA_NETWORK_LOGS", "EKS_RUNTIME_MONITORING", "RUNTIME_MONITORING", "AI_PROTECTION", "AI_ANALYST"
|
|
3789
3789
|
# resp.features[0].status #=> String, one of "ENABLED", "DISABLED"
|
|
3790
3790
|
# resp.features[0].updated_at #=> Time
|
|
3791
3791
|
# resp.features[0].additional_configuration #=> Array
|
|
@@ -4127,6 +4127,21 @@ module Aws::GuardDuty
|
|
|
4127
4127
|
# resp.findings[0].resource.ec2_image_details.image_arn #=> String
|
|
4128
4128
|
# resp.findings[0].resource.recovery_point_details.recovery_point_arn #=> String
|
|
4129
4129
|
# resp.findings[0].resource.recovery_point_details.backup_vault_name #=> String
|
|
4130
|
+
# resp.findings[0].resource.recovery_point_details.continuous_scan_details.start_time #=> Time
|
|
4131
|
+
# resp.findings[0].resource.recovery_point_details.continuous_scan_details.end_time #=> Time
|
|
4132
|
+
# resp.findings[0].resource.bedrock_guardrail_details.guardrail_arn #=> String
|
|
4133
|
+
# resp.findings[0].resource.bedrock_guardrail_details.guardrail_version #=> String
|
|
4134
|
+
# resp.findings[0].resource.bedrock_guardrail_details.guardrails #=> Array
|
|
4135
|
+
# resp.findings[0].resource.bedrock_guardrail_details.guardrails[0].arn #=> String
|
|
4136
|
+
# resp.findings[0].resource.bedrock_guardrail_details.guardrails[0].version #=> String
|
|
4137
|
+
# resp.findings[0].resource.bedrock_guardrail_details.guardrail_action #=> String, one of "GUARDRAIL_INTERVENED", "NONE"
|
|
4138
|
+
# resp.findings[0].resource.bedrock_guardrail_details.guardrail_source #=> String, one of "INPUT", "OUTPUT"
|
|
4139
|
+
# resp.findings[0].resource.bedrock_guardrail_details.content_policy_filters #=> Array
|
|
4140
|
+
# resp.findings[0].resource.bedrock_guardrail_details.content_policy_filters[0].type #=> String, one of "PROMPT_ATTACK", "JAILBREAK", "HATE", "INSULTS", "SEXUAL", "VIOLENCE", "MISCONDUCT"
|
|
4141
|
+
# resp.findings[0].resource.bedrock_guardrail_details.content_policy_filters[0].confidence #=> String, one of "HIGH", "MEDIUM", "LOW", "NONE"
|
|
4142
|
+
# resp.findings[0].resource.bedrock_guardrail_details.content_policy_filters[0].action #=> String, one of "BLOCKED", "NONE"
|
|
4143
|
+
# resp.findings[0].resource.model_details #=> Array
|
|
4144
|
+
# resp.findings[0].resource.model_details[0].model_id #=> String
|
|
4130
4145
|
# resp.findings[0].schema_version #=> String
|
|
4131
4146
|
# resp.findings[0].service.action.action_type #=> String
|
|
4132
4147
|
# resp.findings[0].service.action.aws_api_call_action.api #=> String
|
|
@@ -4383,16 +4398,20 @@ module Aws::GuardDuty
|
|
|
4383
4398
|
# resp.findings[0].service.detection.anomaly.profiles #=> Hash
|
|
4384
4399
|
# resp.findings[0].service.detection.anomaly.profiles["String"] #=> Hash
|
|
4385
4400
|
# resp.findings[0].service.detection.anomaly.profiles["String"]["String"] #=> Array
|
|
4386
|
-
# resp.findings[0].service.detection.anomaly.profiles["String"]["String"][0].profile_type #=> String, one of "FREQUENCY"
|
|
4387
|
-
# resp.findings[0].service.detection.anomaly.profiles["String"]["String"][0].profile_subtype #=> String, one of "FREQUENT", "INFREQUENT", "UNSEEN", "RARE"
|
|
4401
|
+
# resp.findings[0].service.detection.anomaly.profiles["String"]["String"][0].profile_type #=> String, one of "FREQUENCY", "VOLUME"
|
|
4402
|
+
# resp.findings[0].service.detection.anomaly.profiles["String"]["String"][0].profile_subtype #=> String, one of "FREQUENT", "INFREQUENT", "UNSEEN", "RARE", "COUNT", "AVERAGE"
|
|
4388
4403
|
# resp.findings[0].service.detection.anomaly.profiles["String"]["String"][0].observations.text #=> Array
|
|
4389
4404
|
# resp.findings[0].service.detection.anomaly.profiles["String"]["String"][0].observations.text[0] #=> String
|
|
4405
|
+
# resp.findings[0].service.detection.anomaly.profiles["String"]["String"][0].observations.number #=> Array
|
|
4406
|
+
# resp.findings[0].service.detection.anomaly.profiles["String"]["String"][0].observations.number[0] #=> Integer
|
|
4390
4407
|
# resp.findings[0].service.detection.anomaly.unusual.behavior #=> Hash
|
|
4391
4408
|
# resp.findings[0].service.detection.anomaly.unusual.behavior["String"] #=> Hash
|
|
4392
|
-
# resp.findings[0].service.detection.anomaly.unusual.behavior["String"]["String"].profile_type #=> String, one of "FREQUENCY"
|
|
4393
|
-
# resp.findings[0].service.detection.anomaly.unusual.behavior["String"]["String"].profile_subtype #=> String, one of "FREQUENT", "INFREQUENT", "UNSEEN", "RARE"
|
|
4409
|
+
# resp.findings[0].service.detection.anomaly.unusual.behavior["String"]["String"].profile_type #=> String, one of "FREQUENCY", "VOLUME"
|
|
4410
|
+
# resp.findings[0].service.detection.anomaly.unusual.behavior["String"]["String"].profile_subtype #=> String, one of "FREQUENT", "INFREQUENT", "UNSEEN", "RARE", "COUNT", "AVERAGE"
|
|
4394
4411
|
# resp.findings[0].service.detection.anomaly.unusual.behavior["String"]["String"].observations.text #=> Array
|
|
4395
4412
|
# resp.findings[0].service.detection.anomaly.unusual.behavior["String"]["String"].observations.text[0] #=> String
|
|
4413
|
+
# resp.findings[0].service.detection.anomaly.unusual.behavior["String"]["String"].observations.number #=> Array
|
|
4414
|
+
# resp.findings[0].service.detection.anomaly.unusual.behavior["String"]["String"].observations.number[0] #=> Integer
|
|
4396
4415
|
# resp.findings[0].service.detection.sequence.uid #=> String
|
|
4397
4416
|
# resp.findings[0].service.detection.sequence.description #=> String
|
|
4398
4417
|
# resp.findings[0].service.detection.sequence.actors #=> Array
|
|
@@ -5134,7 +5153,7 @@ module Aws::GuardDuty
|
|
|
5134
5153
|
# resp.member_data_source_configurations[0].data_sources.malware_protection.scan_ec2_instance_with_findings.ebs_volumes.reason #=> String
|
|
5135
5154
|
# resp.member_data_source_configurations[0].data_sources.malware_protection.service_role #=> String
|
|
5136
5155
|
# resp.member_data_source_configurations[0].features #=> Array
|
|
5137
|
-
# resp.member_data_source_configurations[0].features[0].name #=> String, one of "S3_DATA_EVENTS", "EKS_AUDIT_LOGS", "EBS_MALWARE_PROTECTION", "RDS_LOGIN_EVENTS", "LAMBDA_NETWORK_LOGS", "EKS_RUNTIME_MONITORING", "RUNTIME_MONITORING"
|
|
5156
|
+
# resp.member_data_source_configurations[0].features[0].name #=> String, one of "S3_DATA_EVENTS", "EKS_AUDIT_LOGS", "EBS_MALWARE_PROTECTION", "RDS_LOGIN_EVENTS", "LAMBDA_NETWORK_LOGS", "EKS_RUNTIME_MONITORING", "RUNTIME_MONITORING", "AI_PROTECTION"
|
|
5138
5157
|
# resp.member_data_source_configurations[0].features[0].status #=> String, one of "ENABLED", "DISABLED"
|
|
5139
5158
|
# resp.member_data_source_configurations[0].features[0].updated_at #=> Time
|
|
5140
5159
|
# resp.member_data_source_configurations[0].features[0].additional_configuration #=> Array
|
|
@@ -5227,7 +5246,7 @@ module Aws::GuardDuty
|
|
|
5227
5246
|
# resp.organization_details.organization_statistics.active_accounts_count #=> Integer
|
|
5228
5247
|
# resp.organization_details.organization_statistics.enabled_accounts_count #=> Integer
|
|
5229
5248
|
# resp.organization_details.organization_statistics.count_by_feature #=> Array
|
|
5230
|
-
# resp.organization_details.organization_statistics.count_by_feature[0].name #=> String, one of "S3_DATA_EVENTS", "EKS_AUDIT_LOGS", "EBS_MALWARE_PROTECTION", "RDS_LOGIN_EVENTS", "LAMBDA_NETWORK_LOGS", "EKS_RUNTIME_MONITORING", "RUNTIME_MONITORING"
|
|
5249
|
+
# resp.organization_details.organization_statistics.count_by_feature[0].name #=> String, one of "S3_DATA_EVENTS", "EKS_AUDIT_LOGS", "EBS_MALWARE_PROTECTION", "RDS_LOGIN_EVENTS", "LAMBDA_NETWORK_LOGS", "EKS_RUNTIME_MONITORING", "RUNTIME_MONITORING", "AI_PROTECTION"
|
|
5231
5250
|
# resp.organization_details.organization_statistics.count_by_feature[0].enabled_accounts_count #=> Integer
|
|
5232
5251
|
# resp.organization_details.organization_statistics.count_by_feature[0].additional_configuration #=> Array
|
|
5233
5252
|
# resp.organization_details.organization_statistics.count_by_feature[0].additional_configuration[0].name #=> String, one of "EKS_ADDON_MANAGEMENT", "ECS_FARGATE_AGENT_MANAGEMENT", "EC2_AGENT_MANAGEMENT"
|
|
@@ -5281,7 +5300,7 @@ module Aws::GuardDuty
|
|
|
5281
5300
|
# resp.accounts[0].data_sources.kubernetes.audit_logs.free_trial_days_remaining #=> Integer
|
|
5282
5301
|
# resp.accounts[0].data_sources.malware_protection.scan_ec2_instance_with_findings.free_trial_days_remaining #=> Integer
|
|
5283
5302
|
# resp.accounts[0].features #=> Array
|
|
5284
|
-
# resp.accounts[0].features[0].name #=> String, one of "FLOW_LOGS", "CLOUD_TRAIL", "DNS_LOGS", "S3_DATA_EVENTS", "EKS_AUDIT_LOGS", "EBS_MALWARE_PROTECTION", "RDS_LOGIN_EVENTS", "LAMBDA_NETWORK_LOGS", "EKS_RUNTIME_MONITORING", "EC2_RUNTIME_MONITORING", "FARGATE_RUNTIME_MONITORING"
|
|
5303
|
+
# resp.accounts[0].features[0].name #=> String, one of "FLOW_LOGS", "CLOUD_TRAIL", "DNS_LOGS", "S3_DATA_EVENTS", "EKS_AUDIT_LOGS", "EBS_MALWARE_PROTECTION", "RDS_LOGIN_EVENTS", "LAMBDA_NETWORK_LOGS", "EKS_RUNTIME_MONITORING", "EC2_RUNTIME_MONITORING", "FARGATE_RUNTIME_MONITORING", "AI_PROTECTION"
|
|
5285
5304
|
# resp.accounts[0].features[0].free_trial_days_remaining #=> Integer
|
|
5286
5305
|
# resp.unprocessed_accounts #=> Array
|
|
5287
5306
|
# resp.unprocessed_accounts[0].account_id #=> String
|
|
@@ -5515,7 +5534,7 @@ module Aws::GuardDuty
|
|
|
5515
5534
|
# account_ids: ["AccountId"],
|
|
5516
5535
|
# data_sources: ["FLOW_LOGS"], # accepts FLOW_LOGS, CLOUD_TRAIL, DNS_LOGS, S3_LOGS, KUBERNETES_AUDIT_LOGS, EC2_MALWARE_SCAN
|
|
5517
5536
|
# resources: ["String"],
|
|
5518
|
-
# features: ["FLOW_LOGS"], # accepts FLOW_LOGS, CLOUD_TRAIL, DNS_LOGS, S3_DATA_EVENTS, EKS_AUDIT_LOGS, EBS_MALWARE_PROTECTION, RDS_LOGIN_EVENTS, LAMBDA_NETWORK_LOGS, EKS_RUNTIME_MONITORING, EC2_RUNTIME_MONITORING, FARGATE_RUNTIME_MONITORING, RDS_DBI_PROTECTION_PROVISIONED, RDS_DBI_PROTECTION_SERVERLESS
|
|
5537
|
+
# features: ["FLOW_LOGS"], # accepts FLOW_LOGS, CLOUD_TRAIL, DNS_LOGS, S3_DATA_EVENTS, EKS_AUDIT_LOGS, EBS_MALWARE_PROTECTION, RDS_LOGIN_EVENTS, LAMBDA_NETWORK_LOGS, EKS_RUNTIME_MONITORING, EC2_RUNTIME_MONITORING, FARGATE_RUNTIME_MONITORING, RDS_DBI_PROTECTION_PROVISIONED, RDS_DBI_PROTECTION_SERVERLESS, AI_PROTECTION
|
|
5519
5538
|
# },
|
|
5520
5539
|
# unit: "String",
|
|
5521
5540
|
# max_results: 1,
|
|
@@ -5529,7 +5548,7 @@ module Aws::GuardDuty
|
|
|
5529
5548
|
# resp.usage_statistics.sum_by_account[0].total.amount #=> String
|
|
5530
5549
|
# resp.usage_statistics.sum_by_account[0].total.unit #=> String
|
|
5531
5550
|
# resp.usage_statistics.top_accounts_by_feature #=> Array
|
|
5532
|
-
# resp.usage_statistics.top_accounts_by_feature[0].feature #=> String, one of "FLOW_LOGS", "CLOUD_TRAIL", "DNS_LOGS", "S3_DATA_EVENTS", "EKS_AUDIT_LOGS", "EBS_MALWARE_PROTECTION", "RDS_LOGIN_EVENTS", "LAMBDA_NETWORK_LOGS", "EKS_RUNTIME_MONITORING", "EC2_RUNTIME_MONITORING", "FARGATE_RUNTIME_MONITORING", "RDS_DBI_PROTECTION_PROVISIONED", "RDS_DBI_PROTECTION_SERVERLESS"
|
|
5551
|
+
# resp.usage_statistics.top_accounts_by_feature[0].feature #=> String, one of "FLOW_LOGS", "CLOUD_TRAIL", "DNS_LOGS", "S3_DATA_EVENTS", "EKS_AUDIT_LOGS", "EBS_MALWARE_PROTECTION", "RDS_LOGIN_EVENTS", "LAMBDA_NETWORK_LOGS", "EKS_RUNTIME_MONITORING", "EC2_RUNTIME_MONITORING", "FARGATE_RUNTIME_MONITORING", "RDS_DBI_PROTECTION_PROVISIONED", "RDS_DBI_PROTECTION_SERVERLESS", "AI_PROTECTION"
|
|
5533
5552
|
# resp.usage_statistics.top_accounts_by_feature[0].accounts #=> Array
|
|
5534
5553
|
# resp.usage_statistics.top_accounts_by_feature[0].accounts[0].account_id #=> String
|
|
5535
5554
|
# resp.usage_statistics.top_accounts_by_feature[0].accounts[0].total.amount #=> String
|
|
@@ -5547,7 +5566,7 @@ module Aws::GuardDuty
|
|
|
5547
5566
|
# resp.usage_statistics.top_resources[0].total.amount #=> String
|
|
5548
5567
|
# resp.usage_statistics.top_resources[0].total.unit #=> String
|
|
5549
5568
|
# resp.usage_statistics.sum_by_feature #=> Array
|
|
5550
|
-
# resp.usage_statistics.sum_by_feature[0].feature #=> String, one of "FLOW_LOGS", "CLOUD_TRAIL", "DNS_LOGS", "S3_DATA_EVENTS", "EKS_AUDIT_LOGS", "EBS_MALWARE_PROTECTION", "RDS_LOGIN_EVENTS", "LAMBDA_NETWORK_LOGS", "EKS_RUNTIME_MONITORING", "EC2_RUNTIME_MONITORING", "FARGATE_RUNTIME_MONITORING", "RDS_DBI_PROTECTION_PROVISIONED", "RDS_DBI_PROTECTION_SERVERLESS"
|
|
5569
|
+
# resp.usage_statistics.sum_by_feature[0].feature #=> String, one of "FLOW_LOGS", "CLOUD_TRAIL", "DNS_LOGS", "S3_DATA_EVENTS", "EKS_AUDIT_LOGS", "EBS_MALWARE_PROTECTION", "RDS_LOGIN_EVENTS", "LAMBDA_NETWORK_LOGS", "EKS_RUNTIME_MONITORING", "EC2_RUNTIME_MONITORING", "FARGATE_RUNTIME_MONITORING", "RDS_DBI_PROTECTION_PROVISIONED", "RDS_DBI_PROTECTION_SERVERLESS", "AI_PROTECTION"
|
|
5551
5570
|
# resp.usage_statistics.sum_by_feature[0].total.amount #=> String
|
|
5552
5571
|
# resp.usage_statistics.sum_by_feature[0].total.unit #=> String
|
|
5553
5572
|
# resp.next_token #=> String
|
|
@@ -7098,7 +7117,7 @@ module Aws::GuardDuty
|
|
|
7098
7117
|
# },
|
|
7099
7118
|
# features: [
|
|
7100
7119
|
# {
|
|
7101
|
-
# name: "S3_DATA_EVENTS", # accepts S3_DATA_EVENTS, EKS_AUDIT_LOGS, EBS_MALWARE_PROTECTION, RDS_LOGIN_EVENTS, LAMBDA_NETWORK_LOGS, EKS_RUNTIME_MONITORING, RUNTIME_MONITORING, AI_ANALYST
|
|
7120
|
+
# name: "S3_DATA_EVENTS", # accepts S3_DATA_EVENTS, EKS_AUDIT_LOGS, EBS_MALWARE_PROTECTION, RDS_LOGIN_EVENTS, LAMBDA_NETWORK_LOGS, EKS_RUNTIME_MONITORING, RUNTIME_MONITORING, AI_PROTECTION, AI_ANALYST
|
|
7102
7121
|
# status: "ENABLED", # accepts ENABLED, DISABLED
|
|
7103
7122
|
# additional_configuration: [
|
|
7104
7123
|
# {
|
|
@@ -8793,7 +8812,7 @@ module Aws::GuardDuty
|
|
|
8793
8812
|
# },
|
|
8794
8813
|
# features: [
|
|
8795
8814
|
# {
|
|
8796
|
-
# name: "S3_DATA_EVENTS", # accepts S3_DATA_EVENTS, EKS_AUDIT_LOGS, EBS_MALWARE_PROTECTION, RDS_LOGIN_EVENTS, LAMBDA_NETWORK_LOGS, EKS_RUNTIME_MONITORING, RUNTIME_MONITORING
|
|
8815
|
+
# name: "S3_DATA_EVENTS", # accepts S3_DATA_EVENTS, EKS_AUDIT_LOGS, EBS_MALWARE_PROTECTION, RDS_LOGIN_EVENTS, LAMBDA_NETWORK_LOGS, EKS_RUNTIME_MONITORING, RUNTIME_MONITORING, AI_PROTECTION
|
|
8797
8816
|
# status: "ENABLED", # accepts ENABLED, DISABLED
|
|
8798
8817
|
# additional_configuration: [
|
|
8799
8818
|
# {
|
|
@@ -8923,7 +8942,7 @@ module Aws::GuardDuty
|
|
|
8923
8942
|
# },
|
|
8924
8943
|
# features: [
|
|
8925
8944
|
# {
|
|
8926
|
-
# name: "S3_DATA_EVENTS", # accepts S3_DATA_EVENTS, EKS_AUDIT_LOGS, EBS_MALWARE_PROTECTION, RDS_LOGIN_EVENTS, LAMBDA_NETWORK_LOGS, EKS_RUNTIME_MONITORING, RUNTIME_MONITORING
|
|
8945
|
+
# name: "S3_DATA_EVENTS", # accepts S3_DATA_EVENTS, EKS_AUDIT_LOGS, EBS_MALWARE_PROTECTION, RDS_LOGIN_EVENTS, LAMBDA_NETWORK_LOGS, EKS_RUNTIME_MONITORING, RUNTIME_MONITORING, AI_PROTECTION
|
|
8927
8946
|
# auto_enable: "NEW", # accepts NEW, NONE, ALL
|
|
8928
8947
|
# additional_configuration: [
|
|
8929
8948
|
# {
|
|
@@ -9178,7 +9197,7 @@ module Aws::GuardDuty
|
|
|
9178
9197
|
tracer: tracer
|
|
9179
9198
|
)
|
|
9180
9199
|
context[:gem_name] = 'aws-sdk-guardduty'
|
|
9181
|
-
context[:gem_version] = '1.
|
|
9200
|
+
context[:gem_version] = '1.157.0'
|
|
9182
9201
|
Seahorse::Client::Request.new(handlers, context)
|
|
9183
9202
|
end
|
|
9184
9203
|
|
|
@@ -59,6 +59,13 @@ module Aws::GuardDuty
|
|
|
59
59
|
AutoscalingAutoScalingGroup = Shapes::StructureShape.new(name: 'AutoscalingAutoScalingGroup')
|
|
60
60
|
AwsApiCallAction = Shapes::StructureShape.new(name: 'AwsApiCallAction')
|
|
61
61
|
BadRequestException = Shapes::StructureShape.new(name: 'BadRequestException')
|
|
62
|
+
BedrockGuardrail = Shapes::StructureShape.new(name: 'BedrockGuardrail')
|
|
63
|
+
BedrockGuardrailArnString = Shapes::StringShape.new(name: 'BedrockGuardrailArnString')
|
|
64
|
+
BedrockGuardrailDetails = Shapes::StructureShape.new(name: 'BedrockGuardrailDetails')
|
|
65
|
+
BedrockGuardrailDetailsGuardrailArnString = Shapes::StringShape.new(name: 'BedrockGuardrailDetailsGuardrailArnString')
|
|
66
|
+
BedrockGuardrailDetailsGuardrailVersionString = Shapes::StringShape.new(name: 'BedrockGuardrailDetailsGuardrailVersionString')
|
|
67
|
+
BedrockGuardrailVersionString = Shapes::StringShape.new(name: 'BedrockGuardrailVersionString')
|
|
68
|
+
BedrockGuardrails = Shapes::ListShape.new(name: 'BedrockGuardrails')
|
|
62
69
|
Behavior = Shapes::MapShape.new(name: 'Behavior')
|
|
63
70
|
BlockPublicAccess = Shapes::StructureShape.new(name: 'BlockPublicAccess')
|
|
64
71
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
|
@@ -73,6 +80,7 @@ module Aws::GuardDuty
|
|
|
73
80
|
ClusterStatus = Shapes::StringShape.new(name: 'ClusterStatus')
|
|
74
81
|
Condition = Shapes::StructureShape.new(name: 'Condition')
|
|
75
82
|
Confidence = Shapes::StringShape.new(name: 'Confidence')
|
|
83
|
+
ConfidenceLevel = Shapes::StringShape.new(name: 'ConfidenceLevel')
|
|
76
84
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
|
77
85
|
Container = Shapes::StructureShape.new(name: 'Container')
|
|
78
86
|
ContainerFindingResource = Shapes::StructureShape.new(name: 'ContainerFindingResource')
|
|
@@ -81,6 +89,10 @@ module Aws::GuardDuty
|
|
|
81
89
|
ContainerUid = Shapes::StringShape.new(name: 'ContainerUid')
|
|
82
90
|
ContainerUids = Shapes::ListShape.new(name: 'ContainerUids')
|
|
83
91
|
Containers = Shapes::ListShape.new(name: 'Containers')
|
|
92
|
+
ContentPolicyFilter = Shapes::StructureShape.new(name: 'ContentPolicyFilter')
|
|
93
|
+
ContentPolicyFilterAction = Shapes::StringShape.new(name: 'ContentPolicyFilterAction')
|
|
94
|
+
ContentPolicyFilterType = Shapes::StringShape.new(name: 'ContentPolicyFilterType')
|
|
95
|
+
ContentPolicyFilters = Shapes::ListShape.new(name: 'ContentPolicyFilters')
|
|
84
96
|
ContinuousScanDetails = Shapes::StructureShape.new(name: 'ContinuousScanDetails')
|
|
85
97
|
CountByCoverageStatus = Shapes::MapShape.new(name: 'CountByCoverageStatus')
|
|
86
98
|
CountByResourceType = Shapes::MapShape.new(name: 'CountByResourceType')
|
|
@@ -310,6 +322,8 @@ module Aws::GuardDuty
|
|
|
310
322
|
GroupedBySeverity = Shapes::ListShape.new(name: 'GroupedBySeverity')
|
|
311
323
|
Groups = Shapes::ListShape.new(name: 'Groups')
|
|
312
324
|
GuardDutyArn = Shapes::StringShape.new(name: 'GuardDutyArn')
|
|
325
|
+
GuardrailAction = Shapes::StringShape.new(name: 'GuardrailAction')
|
|
326
|
+
GuardrailSource = Shapes::StringShape.new(name: 'GuardrailSource')
|
|
313
327
|
HighestSeverityThreatDetails = Shapes::StructureShape.new(name: 'HighestSeverityThreatDetails')
|
|
314
328
|
HostPath = Shapes::StructureShape.new(name: 'HostPath')
|
|
315
329
|
IamInstanceProfile = Shapes::StructureShape.new(name: 'IamInstanceProfile')
|
|
@@ -451,6 +465,9 @@ module Aws::GuardDuty
|
|
|
451
465
|
Members = Shapes::ListShape.new(name: 'Members')
|
|
452
466
|
MemoryRegionsList = Shapes::ListShape.new(name: 'MemoryRegionsList')
|
|
453
467
|
MfaStatus = Shapes::StringShape.new(name: 'MfaStatus')
|
|
468
|
+
ModelDetail = Shapes::StructureShape.new(name: 'ModelDetail')
|
|
469
|
+
ModelDetailModelIdString = Shapes::StringShape.new(name: 'ModelDetailModelIdString')
|
|
470
|
+
ModelDetails = Shapes::ListShape.new(name: 'ModelDetails')
|
|
454
471
|
Name = Shapes::StringShape.new(name: 'Name')
|
|
455
472
|
Neq = Shapes::ListShape.new(name: 'Neq')
|
|
456
473
|
NetworkConnection = Shapes::StructureShape.new(name: 'NetworkConnection')
|
|
@@ -467,6 +484,7 @@ module Aws::GuardDuty
|
|
|
467
484
|
NotEquals = Shapes::ListShape.new(name: 'NotEquals')
|
|
468
485
|
NotMatch = Shapes::StringShape.new(name: 'NotMatch')
|
|
469
486
|
NotMatches = Shapes::ListShape.new(name: 'NotMatches')
|
|
487
|
+
ObservationNumbers = Shapes::ListShape.new(name: 'ObservationNumbers')
|
|
470
488
|
ObservationTexts = Shapes::ListShape.new(name: 'ObservationTexts')
|
|
471
489
|
Observations = Shapes::StructureShape.new(name: 'Observations')
|
|
472
490
|
OrderBy = Shapes::StringShape.new(name: 'OrderBy')
|
|
@@ -872,6 +890,20 @@ module Aws::GuardDuty
|
|
|
872
890
|
BadRequestException.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "type"))
|
|
873
891
|
BadRequestException.struct_class = Types::BadRequestException
|
|
874
892
|
|
|
893
|
+
BedrockGuardrail.add_member(:arn, Shapes::ShapeRef.new(shape: BedrockGuardrailArnString, location_name: "arn"))
|
|
894
|
+
BedrockGuardrail.add_member(:version, Shapes::ShapeRef.new(shape: BedrockGuardrailVersionString, location_name: "version"))
|
|
895
|
+
BedrockGuardrail.struct_class = Types::BedrockGuardrail
|
|
896
|
+
|
|
897
|
+
BedrockGuardrailDetails.add_member(:guardrail_arn, Shapes::ShapeRef.new(shape: BedrockGuardrailDetailsGuardrailArnString, deprecated: true, location_name: "guardrailArn", metadata: {"deprecatedMessage" => "Use guardrails list instead", "deprecatedSince" => "2026-07-13"}))
|
|
898
|
+
BedrockGuardrailDetails.add_member(:guardrail_version, Shapes::ShapeRef.new(shape: BedrockGuardrailDetailsGuardrailVersionString, deprecated: true, location_name: "guardrailVersion", metadata: {"deprecatedMessage" => "Use guardrails list instead", "deprecatedSince" => "2026-07-13"}))
|
|
899
|
+
BedrockGuardrailDetails.add_member(:guardrails, Shapes::ShapeRef.new(shape: BedrockGuardrails, location_name: "guardrails"))
|
|
900
|
+
BedrockGuardrailDetails.add_member(:guardrail_action, Shapes::ShapeRef.new(shape: GuardrailAction, location_name: "guardrailAction"))
|
|
901
|
+
BedrockGuardrailDetails.add_member(:guardrail_source, Shapes::ShapeRef.new(shape: GuardrailSource, location_name: "guardrailSource"))
|
|
902
|
+
BedrockGuardrailDetails.add_member(:content_policy_filters, Shapes::ShapeRef.new(shape: ContentPolicyFilters, location_name: "contentPolicyFilters"))
|
|
903
|
+
BedrockGuardrailDetails.struct_class = Types::BedrockGuardrailDetails
|
|
904
|
+
|
|
905
|
+
BedrockGuardrails.member = Shapes::ShapeRef.new(shape: BedrockGuardrail)
|
|
906
|
+
|
|
875
907
|
Behavior.key = Shapes::ShapeRef.new(shape: String)
|
|
876
908
|
Behavior.value = Shapes::ShapeRef.new(shape: AnomalyUnusualBehaviorFeature)
|
|
877
909
|
|
|
@@ -945,6 +977,13 @@ module Aws::GuardDuty
|
|
|
945
977
|
|
|
946
978
|
Containers.member = Shapes::ShapeRef.new(shape: Container)
|
|
947
979
|
|
|
980
|
+
ContentPolicyFilter.add_member(:type, Shapes::ShapeRef.new(shape: ContentPolicyFilterType, location_name: "type"))
|
|
981
|
+
ContentPolicyFilter.add_member(:confidence, Shapes::ShapeRef.new(shape: ConfidenceLevel, location_name: "confidence"))
|
|
982
|
+
ContentPolicyFilter.add_member(:action, Shapes::ShapeRef.new(shape: ContentPolicyFilterAction, location_name: "action"))
|
|
983
|
+
ContentPolicyFilter.struct_class = Types::ContentPolicyFilter
|
|
984
|
+
|
|
985
|
+
ContentPolicyFilters.member = Shapes::ShapeRef.new(shape: ContentPolicyFilter)
|
|
986
|
+
|
|
948
987
|
ContinuousScanDetails.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "startTime"))
|
|
949
988
|
ContinuousScanDetails.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "endTime"))
|
|
950
989
|
ContinuousScanDetails.struct_class = Types::ContinuousScanDetails
|
|
@@ -2299,6 +2338,11 @@ module Aws::GuardDuty
|
|
|
2299
2338
|
|
|
2300
2339
|
MemoryRegionsList.member = Shapes::ShapeRef.new(shape: String)
|
|
2301
2340
|
|
|
2341
|
+
ModelDetail.add_member(:model_id, Shapes::ShapeRef.new(shape: ModelDetailModelIdString, location_name: "modelId"))
|
|
2342
|
+
ModelDetail.struct_class = Types::ModelDetail
|
|
2343
|
+
|
|
2344
|
+
ModelDetails.member = Shapes::ShapeRef.new(shape: ModelDetail)
|
|
2345
|
+
|
|
2302
2346
|
Neq.member = Shapes::ShapeRef.new(shape: String)
|
|
2303
2347
|
|
|
2304
2348
|
NetworkConnection.add_member(:direction, Shapes::ShapeRef.new(shape: NetworkDirection, required: true, location_name: "direction"))
|
|
@@ -2349,9 +2393,12 @@ module Aws::GuardDuty
|
|
|
2349
2393
|
|
|
2350
2394
|
NotMatches.member = Shapes::ShapeRef.new(shape: NotMatch)
|
|
2351
2395
|
|
|
2396
|
+
ObservationNumbers.member = Shapes::ShapeRef.new(shape: Long)
|
|
2397
|
+
|
|
2352
2398
|
ObservationTexts.member = Shapes::ShapeRef.new(shape: String)
|
|
2353
2399
|
|
|
2354
2400
|
Observations.add_member(:text, Shapes::ShapeRef.new(shape: ObservationTexts, location_name: "text"))
|
|
2401
|
+
Observations.add_member(:number, Shapes::ShapeRef.new(shape: ObservationNumbers, location_name: "number"))
|
|
2355
2402
|
Observations.struct_class = Types::Observations
|
|
2356
2403
|
|
|
2357
2404
|
Organization.add_member(:asn, Shapes::ShapeRef.new(shape: String, location_name: "asn"))
|
|
@@ -2550,6 +2597,7 @@ module Aws::GuardDuty
|
|
|
2550
2597
|
|
|
2551
2598
|
RecoveryPointDetails.add_member(:recovery_point_arn, Shapes::ShapeRef.new(shape: String, location_name: "recoveryPointArn"))
|
|
2552
2599
|
RecoveryPointDetails.add_member(:backup_vault_name, Shapes::ShapeRef.new(shape: String, location_name: "backupVaultName"))
|
|
2600
|
+
RecoveryPointDetails.add_member(:continuous_scan_details, Shapes::ShapeRef.new(shape: ScanConfigurationContinuousScanDetails, location_name: "continuousScanDetails"))
|
|
2553
2601
|
RecoveryPointDetails.struct_class = Types::RecoveryPointDetails
|
|
2554
2602
|
|
|
2555
2603
|
RelatedFilePathsList.member = Shapes::ShapeRef.new(shape: String)
|
|
@@ -2586,6 +2634,8 @@ module Aws::GuardDuty
|
|
|
2586
2634
|
Resource.add_member(:ebs_snapshot_details, Shapes::ShapeRef.new(shape: EbsSnapshotDetails, location_name: "ebsSnapshotDetails"))
|
|
2587
2635
|
Resource.add_member(:ec2_image_details, Shapes::ShapeRef.new(shape: Ec2ImageDetails, location_name: "ec2ImageDetails"))
|
|
2588
2636
|
Resource.add_member(:recovery_point_details, Shapes::ShapeRef.new(shape: RecoveryPointDetails, location_name: "recoveryPointDetails"))
|
|
2637
|
+
Resource.add_member(:bedrock_guardrail_details, Shapes::ShapeRef.new(shape: BedrockGuardrailDetails, location_name: "bedrockGuardrailDetails"))
|
|
2638
|
+
Resource.add_member(:model_details, Shapes::ShapeRef.new(shape: ModelDetails, location_name: "modelDetails"))
|
|
2589
2639
|
Resource.struct_class = Types::Resource
|
|
2590
2640
|
|
|
2591
2641
|
ResourceData.add_member(:s3_bucket, Shapes::ShapeRef.new(shape: S3Bucket, location_name: "s3Bucket"))
|
|
@@ -729,6 +729,70 @@ module Aws::GuardDuty
|
|
|
729
729
|
include Aws::Structure
|
|
730
730
|
end
|
|
731
731
|
|
|
732
|
+
# Contains information about a Bedrock guardrail associated with a
|
|
733
|
+
# finding.
|
|
734
|
+
#
|
|
735
|
+
# @!attribute [rw] arn
|
|
736
|
+
# The ARN of the Bedrock guardrail.
|
|
737
|
+
# @return [String]
|
|
738
|
+
#
|
|
739
|
+
# @!attribute [rw] version
|
|
740
|
+
# The version of the Bedrock guardrail.
|
|
741
|
+
# @return [String]
|
|
742
|
+
#
|
|
743
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/BedrockGuardrail AWS API Documentation
|
|
744
|
+
#
|
|
745
|
+
class BedrockGuardrail < Struct.new(
|
|
746
|
+
:arn,
|
|
747
|
+
:version)
|
|
748
|
+
SENSITIVE = []
|
|
749
|
+
include Aws::Structure
|
|
750
|
+
end
|
|
751
|
+
|
|
752
|
+
# Contains information about the Bedrock guardrail that was involved in
|
|
753
|
+
# a finding.
|
|
754
|
+
#
|
|
755
|
+
# @!attribute [rw] guardrail_arn
|
|
756
|
+
# The ARN of the Bedrock guardrail. This field is deprecated. Use the
|
|
757
|
+
# `guardrails` list instead.
|
|
758
|
+
# @return [String]
|
|
759
|
+
#
|
|
760
|
+
# @!attribute [rw] guardrail_version
|
|
761
|
+
# The version of the Bedrock guardrail. This field is deprecated. Use
|
|
762
|
+
# the `guardrails` list instead.
|
|
763
|
+
# @return [String]
|
|
764
|
+
#
|
|
765
|
+
# @!attribute [rw] guardrails
|
|
766
|
+
# The list of Bedrock guardrails associated with the finding.
|
|
767
|
+
# @return [Array<Types::BedrockGuardrail>]
|
|
768
|
+
#
|
|
769
|
+
# @!attribute [rw] guardrail_action
|
|
770
|
+
# Indicates whether the guardrail intervened or not.
|
|
771
|
+
# @return [String]
|
|
772
|
+
#
|
|
773
|
+
# @!attribute [rw] guardrail_source
|
|
774
|
+
# Indicates whether the guardrail was applied on the input or output
|
|
775
|
+
# of the model invocation.
|
|
776
|
+
# @return [String]
|
|
777
|
+
#
|
|
778
|
+
# @!attribute [rw] content_policy_filters
|
|
779
|
+
# The list of content policy filters that matched during the guardrail
|
|
780
|
+
# evaluation.
|
|
781
|
+
# @return [Array<Types::ContentPolicyFilter>]
|
|
782
|
+
#
|
|
783
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/BedrockGuardrailDetails AWS API Documentation
|
|
784
|
+
#
|
|
785
|
+
class BedrockGuardrailDetails < Struct.new(
|
|
786
|
+
:guardrail_arn,
|
|
787
|
+
:guardrail_version,
|
|
788
|
+
:guardrails,
|
|
789
|
+
:guardrail_action,
|
|
790
|
+
:guardrail_source,
|
|
791
|
+
:content_policy_filters)
|
|
792
|
+
SENSITIVE = []
|
|
793
|
+
include Aws::Structure
|
|
794
|
+
end
|
|
795
|
+
|
|
732
796
|
# Contains information on how the bucker owner's S3 Block Public Access
|
|
733
797
|
# settings are being applied to the S3 bucket. See [S3 Block Public
|
|
734
798
|
# Access][1] for more information.
|
|
@@ -1108,6 +1172,31 @@ module Aws::GuardDuty
|
|
|
1108
1172
|
include Aws::Structure
|
|
1109
1173
|
end
|
|
1110
1174
|
|
|
1175
|
+
# Contains information about a content policy filter that matched during
|
|
1176
|
+
# a guardrail evaluation.
|
|
1177
|
+
#
|
|
1178
|
+
# @!attribute [rw] type
|
|
1179
|
+
# The type of content that was filtered by the guardrail.
|
|
1180
|
+
# @return [String]
|
|
1181
|
+
#
|
|
1182
|
+
# @!attribute [rw] confidence
|
|
1183
|
+
# The confidence level that the content matched the filter.
|
|
1184
|
+
# @return [String]
|
|
1185
|
+
#
|
|
1186
|
+
# @!attribute [rw] action
|
|
1187
|
+
# The action taken by the guardrail filter.
|
|
1188
|
+
# @return [String]
|
|
1189
|
+
#
|
|
1190
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/ContentPolicyFilter AWS API Documentation
|
|
1191
|
+
#
|
|
1192
|
+
class ContentPolicyFilter < Struct.new(
|
|
1193
|
+
:type,
|
|
1194
|
+
:confidence,
|
|
1195
|
+
:action)
|
|
1196
|
+
SENSITIVE = []
|
|
1197
|
+
include Aws::Structure
|
|
1198
|
+
end
|
|
1199
|
+
|
|
1111
1200
|
# Contains information about the time range within the continuous backup
|
|
1112
1201
|
# in Amazon Web Services Backup to scan for a point-in-time recovery
|
|
1113
1202
|
# resource.
|
|
@@ -9215,6 +9304,20 @@ module Aws::GuardDuty
|
|
|
9215
9304
|
include Aws::Structure
|
|
9216
9305
|
end
|
|
9217
9306
|
|
|
9307
|
+
# Contains information about the AI model involved in a finding.
|
|
9308
|
+
#
|
|
9309
|
+
# @!attribute [rw] model_id
|
|
9310
|
+
# The identifier of the AI model.
|
|
9311
|
+
# @return [String]
|
|
9312
|
+
#
|
|
9313
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/ModelDetail AWS API Documentation
|
|
9314
|
+
#
|
|
9315
|
+
class ModelDetail < Struct.new(
|
|
9316
|
+
:model_id)
|
|
9317
|
+
SENSITIVE = []
|
|
9318
|
+
include Aws::Structure
|
|
9319
|
+
end
|
|
9320
|
+
|
|
9218
9321
|
# Contains information about the network connection.
|
|
9219
9322
|
#
|
|
9220
9323
|
# @!attribute [rw] direction
|
|
@@ -9421,10 +9524,15 @@ module Aws::GuardDuty
|
|
|
9421
9524
|
# The text that was unusual.
|
|
9422
9525
|
# @return [Array<String>]
|
|
9423
9526
|
#
|
|
9527
|
+
# @!attribute [rw] number
|
|
9528
|
+
# The numeric values that were unusual.
|
|
9529
|
+
# @return [Array<Integer>]
|
|
9530
|
+
#
|
|
9424
9531
|
# @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/Observations AWS API Documentation
|
|
9425
9532
|
#
|
|
9426
9533
|
class Observations < Struct.new(
|
|
9427
|
-
:text
|
|
9534
|
+
:text,
|
|
9535
|
+
:number)
|
|
9428
9536
|
SENSITIVE = []
|
|
9429
9537
|
include Aws::Structure
|
|
9430
9538
|
end
|
|
@@ -10446,11 +10554,18 @@ module Aws::GuardDuty
|
|
|
10446
10554
|
# The name of the backup vault containing the recovery point.
|
|
10447
10555
|
# @return [String]
|
|
10448
10556
|
#
|
|
10557
|
+
# @!attribute [rw] continuous_scan_details
|
|
10558
|
+
# Contains information about the time range within the continuous
|
|
10559
|
+
# backup in Amazon Web Services Backup that was scanned for a
|
|
10560
|
+
# point-in-time recovery resource.
|
|
10561
|
+
# @return [Types::ScanConfigurationContinuousScanDetails]
|
|
10562
|
+
#
|
|
10449
10563
|
# @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/RecoveryPointDetails AWS API Documentation
|
|
10450
10564
|
#
|
|
10451
10565
|
class RecoveryPointDetails < Struct.new(
|
|
10452
10566
|
:recovery_point_arn,
|
|
10453
|
-
:backup_vault_name
|
|
10567
|
+
:backup_vault_name,
|
|
10568
|
+
:continuous_scan_details)
|
|
10454
10569
|
SENSITIVE = []
|
|
10455
10570
|
include Aws::Structure
|
|
10456
10571
|
end
|
|
@@ -10610,6 +10725,15 @@ module Aws::GuardDuty
|
|
|
10610
10725
|
# Contains details about the backup recovery point that was scanned.
|
|
10611
10726
|
# @return [Types::RecoveryPointDetails]
|
|
10612
10727
|
#
|
|
10728
|
+
# @!attribute [rw] bedrock_guardrail_details
|
|
10729
|
+
# Contains information about the Bedrock guardrail that was involved
|
|
10730
|
+
# in a finding.
|
|
10731
|
+
# @return [Types::BedrockGuardrailDetails]
|
|
10732
|
+
#
|
|
10733
|
+
# @!attribute [rw] model_details
|
|
10734
|
+
# Contains information about the AI models involved in a finding.
|
|
10735
|
+
# @return [Array<Types::ModelDetail>]
|
|
10736
|
+
#
|
|
10613
10737
|
# @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/Resource AWS API Documentation
|
|
10614
10738
|
#
|
|
10615
10739
|
class Resource < Struct.new(
|
|
@@ -10628,7 +10752,9 @@ module Aws::GuardDuty
|
|
|
10628
10752
|
:rds_db_user_details,
|
|
10629
10753
|
:ebs_snapshot_details,
|
|
10630
10754
|
:ec2_image_details,
|
|
10631
|
-
:recovery_point_details
|
|
10755
|
+
:recovery_point_details,
|
|
10756
|
+
:bedrock_guardrail_details,
|
|
10757
|
+
:model_details)
|
|
10632
10758
|
SENSITIVE = []
|
|
10633
10759
|
include Aws::Structure
|
|
10634
10760
|
end
|
data/lib/aws-sdk-guardduty.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -803,7 +803,7 @@ module Aws
|
|
|
803
803
|
account_ids: Array[::String]?,
|
|
804
804
|
data_sources: Array[("FLOW_LOGS" | "CLOUD_TRAIL" | "DNS_LOGS" | "S3_LOGS" | "KUBERNETES_AUDIT_LOGS" | "EC2_MALWARE_SCAN")]?,
|
|
805
805
|
resources: Array[::String]?,
|
|
806
|
-
features: Array[("FLOW_LOGS" | "CLOUD_TRAIL" | "DNS_LOGS" | "S3_DATA_EVENTS" | "EKS_AUDIT_LOGS" | "EBS_MALWARE_PROTECTION" | "RDS_LOGIN_EVENTS" | "LAMBDA_NETWORK_LOGS" | "EKS_RUNTIME_MONITORING" | "EC2_RUNTIME_MONITORING" | "FARGATE_RUNTIME_MONITORING" | "RDS_DBI_PROTECTION_PROVISIONED" | "RDS_DBI_PROTECTION_SERVERLESS")]?
|
|
806
|
+
features: Array[("FLOW_LOGS" | "CLOUD_TRAIL" | "DNS_LOGS" | "S3_DATA_EVENTS" | "EKS_AUDIT_LOGS" | "EBS_MALWARE_PROTECTION" | "RDS_LOGIN_EVENTS" | "LAMBDA_NETWORK_LOGS" | "EKS_RUNTIME_MONITORING" | "EC2_RUNTIME_MONITORING" | "FARGATE_RUNTIME_MONITORING" | "RDS_DBI_PROTECTION_PROVISIONED" | "RDS_DBI_PROTECTION_SERVERLESS" | "AI_PROTECTION")]?
|
|
807
807
|
},
|
|
808
808
|
?unit: ::String,
|
|
809
809
|
?max_results: ::Integer,
|
|
@@ -1255,7 +1255,7 @@ module Aws
|
|
|
1255
1255
|
?data_sources: Params::data_source_configurations,
|
|
1256
1256
|
?features: Array[
|
|
1257
1257
|
{
|
|
1258
|
-
name: ("S3_DATA_EVENTS" | "EKS_AUDIT_LOGS" | "EBS_MALWARE_PROTECTION" | "RDS_LOGIN_EVENTS" | "LAMBDA_NETWORK_LOGS" | "EKS_RUNTIME_MONITORING" | "RUNTIME_MONITORING")?,
|
|
1258
|
+
name: ("S3_DATA_EVENTS" | "EKS_AUDIT_LOGS" | "EBS_MALWARE_PROTECTION" | "RDS_LOGIN_EVENTS" | "LAMBDA_NETWORK_LOGS" | "EKS_RUNTIME_MONITORING" | "RUNTIME_MONITORING" | "AI_PROTECTION")?,
|
|
1259
1259
|
status: ("ENABLED" | "DISABLED")?,
|
|
1260
1260
|
additional_configuration: Array[
|
|
1261
1261
|
{
|
|
@@ -1294,7 +1294,7 @@ module Aws
|
|
|
1294
1294
|
},
|
|
1295
1295
|
?features: Array[
|
|
1296
1296
|
{
|
|
1297
|
-
name: ("S3_DATA_EVENTS" | "EKS_AUDIT_LOGS" | "EBS_MALWARE_PROTECTION" | "RDS_LOGIN_EVENTS" | "LAMBDA_NETWORK_LOGS" | "EKS_RUNTIME_MONITORING" | "RUNTIME_MONITORING")?,
|
|
1297
|
+
name: ("S3_DATA_EVENTS" | "EKS_AUDIT_LOGS" | "EBS_MALWARE_PROTECTION" | "RDS_LOGIN_EVENTS" | "LAMBDA_NETWORK_LOGS" | "EKS_RUNTIME_MONITORING" | "RUNTIME_MONITORING" | "AI_PROTECTION")?,
|
|
1298
1298
|
auto_enable: ("NEW" | "NONE" | "ALL")?,
|
|
1299
1299
|
additional_configuration: Array[
|
|
1300
1300
|
{
|
data/sig/params.rbs
CHANGED
|
@@ -25,7 +25,7 @@ module Aws
|
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
type detector_feature_configuration = {
|
|
28
|
-
name: ("S3_DATA_EVENTS" | "EKS_AUDIT_LOGS" | "EBS_MALWARE_PROTECTION" | "RDS_LOGIN_EVENTS" | "LAMBDA_NETWORK_LOGS" | "EKS_RUNTIME_MONITORING" | "RUNTIME_MONITORING" | "AI_ANALYST")?,
|
|
28
|
+
name: ("S3_DATA_EVENTS" | "EKS_AUDIT_LOGS" | "EBS_MALWARE_PROTECTION" | "RDS_LOGIN_EVENTS" | "LAMBDA_NETWORK_LOGS" | "EKS_RUNTIME_MONITORING" | "RUNTIME_MONITORING" | "AI_PROTECTION" | "AI_ANALYST")?,
|
|
29
29
|
status: ("ENABLED" | "DISABLED")?,
|
|
30
30
|
additional_configuration: Array[
|
|
31
31
|
{
|
data/sig/types.rbs
CHANGED
|
@@ -153,8 +153,8 @@ module Aws::GuardDuty
|
|
|
153
153
|
end
|
|
154
154
|
|
|
155
155
|
class AnomalyObject
|
|
156
|
-
attr_accessor profile_type: ("FREQUENCY")
|
|
157
|
-
attr_accessor profile_subtype: ("FREQUENT" | "INFREQUENT" | "UNSEEN" | "RARE")
|
|
156
|
+
attr_accessor profile_type: ("FREQUENCY" | "VOLUME")
|
|
157
|
+
attr_accessor profile_subtype: ("FREQUENT" | "INFREQUENT" | "UNSEEN" | "RARE" | "COUNT" | "AVERAGE")
|
|
158
158
|
attr_accessor observations: Types::Observations
|
|
159
159
|
SENSITIVE: []
|
|
160
160
|
end
|
|
@@ -203,6 +203,22 @@ module Aws::GuardDuty
|
|
|
203
203
|
SENSITIVE: []
|
|
204
204
|
end
|
|
205
205
|
|
|
206
|
+
class BedrockGuardrail
|
|
207
|
+
attr_accessor arn: ::String
|
|
208
|
+
attr_accessor version: ::String
|
|
209
|
+
SENSITIVE: []
|
|
210
|
+
end
|
|
211
|
+
|
|
212
|
+
class BedrockGuardrailDetails
|
|
213
|
+
attr_accessor guardrail_arn: ::String
|
|
214
|
+
attr_accessor guardrail_version: ::String
|
|
215
|
+
attr_accessor guardrails: ::Array[Types::BedrockGuardrail]
|
|
216
|
+
attr_accessor guardrail_action: ("GUARDRAIL_INTERVENED" | "NONE")
|
|
217
|
+
attr_accessor guardrail_source: ("INPUT" | "OUTPUT")
|
|
218
|
+
attr_accessor content_policy_filters: ::Array[Types::ContentPolicyFilter]
|
|
219
|
+
SENSITIVE: []
|
|
220
|
+
end
|
|
221
|
+
|
|
206
222
|
class BlockPublicAccess
|
|
207
223
|
attr_accessor ignore_public_acls: bool
|
|
208
224
|
attr_accessor restrict_public_buckets: bool
|
|
@@ -293,6 +309,13 @@ module Aws::GuardDuty
|
|
|
293
309
|
SENSITIVE: []
|
|
294
310
|
end
|
|
295
311
|
|
|
312
|
+
class ContentPolicyFilter
|
|
313
|
+
attr_accessor type: ("PROMPT_ATTACK" | "JAILBREAK" | "HATE" | "INSULTS" | "SEXUAL" | "VIOLENCE" | "MISCONDUCT")
|
|
314
|
+
attr_accessor confidence: ("HIGH" | "MEDIUM" | "LOW" | "NONE")
|
|
315
|
+
attr_accessor action: ("BLOCKED" | "NONE")
|
|
316
|
+
SENSITIVE: []
|
|
317
|
+
end
|
|
318
|
+
|
|
296
319
|
class ContinuousScanDetails
|
|
297
320
|
attr_accessor start_time: ::Time
|
|
298
321
|
attr_accessor end_time: ::Time
|
|
@@ -780,14 +803,14 @@ module Aws::GuardDuty
|
|
|
780
803
|
end
|
|
781
804
|
|
|
782
805
|
class DetectorFeatureConfiguration
|
|
783
|
-
attr_accessor name: ("S3_DATA_EVENTS" | "EKS_AUDIT_LOGS" | "EBS_MALWARE_PROTECTION" | "RDS_LOGIN_EVENTS" | "LAMBDA_NETWORK_LOGS" | "EKS_RUNTIME_MONITORING" | "RUNTIME_MONITORING" | "AI_ANALYST")
|
|
806
|
+
attr_accessor name: ("S3_DATA_EVENTS" | "EKS_AUDIT_LOGS" | "EBS_MALWARE_PROTECTION" | "RDS_LOGIN_EVENTS" | "LAMBDA_NETWORK_LOGS" | "EKS_RUNTIME_MONITORING" | "RUNTIME_MONITORING" | "AI_PROTECTION" | "AI_ANALYST")
|
|
784
807
|
attr_accessor status: ("ENABLED" | "DISABLED")
|
|
785
808
|
attr_accessor additional_configuration: ::Array[Types::DetectorAdditionalConfiguration]
|
|
786
809
|
SENSITIVE: []
|
|
787
810
|
end
|
|
788
811
|
|
|
789
812
|
class DetectorFeatureConfigurationResult
|
|
790
|
-
attr_accessor name: ("FLOW_LOGS" | "CLOUD_TRAIL" | "DNS_LOGS" | "S3_DATA_EVENTS" | "EKS_AUDIT_LOGS" | "EBS_MALWARE_PROTECTION" | "RDS_LOGIN_EVENTS" | "LAMBDA_NETWORK_LOGS" | "EKS_RUNTIME_MONITORING" | "RUNTIME_MONITORING" | "AI_ANALYST")
|
|
813
|
+
attr_accessor name: ("FLOW_LOGS" | "CLOUD_TRAIL" | "DNS_LOGS" | "S3_DATA_EVENTS" | "EKS_AUDIT_LOGS" | "EBS_MALWARE_PROTECTION" | "RDS_LOGIN_EVENTS" | "LAMBDA_NETWORK_LOGS" | "EKS_RUNTIME_MONITORING" | "RUNTIME_MONITORING" | "AI_PROTECTION" | "AI_ANALYST")
|
|
791
814
|
attr_accessor status: ("ENABLED" | "DISABLED")
|
|
792
815
|
attr_accessor updated_at: ::Time
|
|
793
816
|
attr_accessor additional_configuration: ::Array[Types::DetectorAdditionalConfigurationResult]
|
|
@@ -1065,7 +1088,7 @@ module Aws::GuardDuty
|
|
|
1065
1088
|
end
|
|
1066
1089
|
|
|
1067
1090
|
class FreeTrialFeatureConfigurationResult
|
|
1068
|
-
attr_accessor name: ("FLOW_LOGS" | "CLOUD_TRAIL" | "DNS_LOGS" | "S3_DATA_EVENTS" | "EKS_AUDIT_LOGS" | "EBS_MALWARE_PROTECTION" | "RDS_LOGIN_EVENTS" | "LAMBDA_NETWORK_LOGS" | "EKS_RUNTIME_MONITORING" | "EC2_RUNTIME_MONITORING" | "FARGATE_RUNTIME_MONITORING")
|
|
1091
|
+
attr_accessor name: ("FLOW_LOGS" | "CLOUD_TRAIL" | "DNS_LOGS" | "S3_DATA_EVENTS" | "EKS_AUDIT_LOGS" | "EBS_MALWARE_PROTECTION" | "RDS_LOGIN_EVENTS" | "LAMBDA_NETWORK_LOGS" | "EKS_RUNTIME_MONITORING" | "EC2_RUNTIME_MONITORING" | "FARGATE_RUNTIME_MONITORING" | "AI_PROTECTION")
|
|
1069
1092
|
attr_accessor free_trial_days_remaining: ::Integer
|
|
1070
1093
|
SENSITIVE: []
|
|
1071
1094
|
end
|
|
@@ -1992,20 +2015,25 @@ module Aws::GuardDuty
|
|
|
1992
2015
|
end
|
|
1993
2016
|
|
|
1994
2017
|
class MemberFeaturesConfiguration
|
|
1995
|
-
attr_accessor name: ("S3_DATA_EVENTS" | "EKS_AUDIT_LOGS" | "EBS_MALWARE_PROTECTION" | "RDS_LOGIN_EVENTS" | "LAMBDA_NETWORK_LOGS" | "EKS_RUNTIME_MONITORING" | "RUNTIME_MONITORING")
|
|
2018
|
+
attr_accessor name: ("S3_DATA_EVENTS" | "EKS_AUDIT_LOGS" | "EBS_MALWARE_PROTECTION" | "RDS_LOGIN_EVENTS" | "LAMBDA_NETWORK_LOGS" | "EKS_RUNTIME_MONITORING" | "RUNTIME_MONITORING" | "AI_PROTECTION")
|
|
1996
2019
|
attr_accessor status: ("ENABLED" | "DISABLED")
|
|
1997
2020
|
attr_accessor additional_configuration: ::Array[Types::MemberAdditionalConfiguration]
|
|
1998
2021
|
SENSITIVE: []
|
|
1999
2022
|
end
|
|
2000
2023
|
|
|
2001
2024
|
class MemberFeaturesConfigurationResult
|
|
2002
|
-
attr_accessor name: ("S3_DATA_EVENTS" | "EKS_AUDIT_LOGS" | "EBS_MALWARE_PROTECTION" | "RDS_LOGIN_EVENTS" | "LAMBDA_NETWORK_LOGS" | "EKS_RUNTIME_MONITORING" | "RUNTIME_MONITORING")
|
|
2025
|
+
attr_accessor name: ("S3_DATA_EVENTS" | "EKS_AUDIT_LOGS" | "EBS_MALWARE_PROTECTION" | "RDS_LOGIN_EVENTS" | "LAMBDA_NETWORK_LOGS" | "EKS_RUNTIME_MONITORING" | "RUNTIME_MONITORING" | "AI_PROTECTION")
|
|
2003
2026
|
attr_accessor status: ("ENABLED" | "DISABLED")
|
|
2004
2027
|
attr_accessor updated_at: ::Time
|
|
2005
2028
|
attr_accessor additional_configuration: ::Array[Types::MemberAdditionalConfigurationResult]
|
|
2006
2029
|
SENSITIVE: []
|
|
2007
2030
|
end
|
|
2008
2031
|
|
|
2032
|
+
class ModelDetail
|
|
2033
|
+
attr_accessor model_id: ::String
|
|
2034
|
+
SENSITIVE: []
|
|
2035
|
+
end
|
|
2036
|
+
|
|
2009
2037
|
class NetworkConnection
|
|
2010
2038
|
attr_accessor direction: ("INBOUND" | "OUTBOUND")
|
|
2011
2039
|
SENSITIVE: []
|
|
@@ -2058,6 +2086,7 @@ module Aws::GuardDuty
|
|
|
2058
2086
|
|
|
2059
2087
|
class Observations
|
|
2060
2088
|
attr_accessor text: ::Array[::String]
|
|
2089
|
+
attr_accessor number: ::Array[::Integer]
|
|
2061
2090
|
SENSITIVE: []
|
|
2062
2091
|
end
|
|
2063
2092
|
|
|
@@ -2112,21 +2141,21 @@ module Aws::GuardDuty
|
|
|
2112
2141
|
end
|
|
2113
2142
|
|
|
2114
2143
|
class OrganizationFeatureConfiguration
|
|
2115
|
-
attr_accessor name: ("S3_DATA_EVENTS" | "EKS_AUDIT_LOGS" | "EBS_MALWARE_PROTECTION" | "RDS_LOGIN_EVENTS" | "LAMBDA_NETWORK_LOGS" | "EKS_RUNTIME_MONITORING" | "RUNTIME_MONITORING")
|
|
2144
|
+
attr_accessor name: ("S3_DATA_EVENTS" | "EKS_AUDIT_LOGS" | "EBS_MALWARE_PROTECTION" | "RDS_LOGIN_EVENTS" | "LAMBDA_NETWORK_LOGS" | "EKS_RUNTIME_MONITORING" | "RUNTIME_MONITORING" | "AI_PROTECTION")
|
|
2116
2145
|
attr_accessor auto_enable: ("NEW" | "NONE" | "ALL")
|
|
2117
2146
|
attr_accessor additional_configuration: ::Array[Types::OrganizationAdditionalConfiguration]
|
|
2118
2147
|
SENSITIVE: []
|
|
2119
2148
|
end
|
|
2120
2149
|
|
|
2121
2150
|
class OrganizationFeatureConfigurationResult
|
|
2122
|
-
attr_accessor name: ("S3_DATA_EVENTS" | "EKS_AUDIT_LOGS" | "EBS_MALWARE_PROTECTION" | "RDS_LOGIN_EVENTS" | "LAMBDA_NETWORK_LOGS" | "EKS_RUNTIME_MONITORING" | "RUNTIME_MONITORING")
|
|
2151
|
+
attr_accessor name: ("S3_DATA_EVENTS" | "EKS_AUDIT_LOGS" | "EBS_MALWARE_PROTECTION" | "RDS_LOGIN_EVENTS" | "LAMBDA_NETWORK_LOGS" | "EKS_RUNTIME_MONITORING" | "RUNTIME_MONITORING" | "AI_PROTECTION")
|
|
2123
2152
|
attr_accessor auto_enable: ("NEW" | "NONE" | "ALL")
|
|
2124
2153
|
attr_accessor additional_configuration: ::Array[Types::OrganizationAdditionalConfigurationResult]
|
|
2125
2154
|
SENSITIVE: []
|
|
2126
2155
|
end
|
|
2127
2156
|
|
|
2128
2157
|
class OrganizationFeatureStatistics
|
|
2129
|
-
attr_accessor name: ("S3_DATA_EVENTS" | "EKS_AUDIT_LOGS" | "EBS_MALWARE_PROTECTION" | "RDS_LOGIN_EVENTS" | "LAMBDA_NETWORK_LOGS" | "EKS_RUNTIME_MONITORING" | "RUNTIME_MONITORING")
|
|
2158
|
+
attr_accessor name: ("S3_DATA_EVENTS" | "EKS_AUDIT_LOGS" | "EBS_MALWARE_PROTECTION" | "RDS_LOGIN_EVENTS" | "LAMBDA_NETWORK_LOGS" | "EKS_RUNTIME_MONITORING" | "RUNTIME_MONITORING" | "AI_PROTECTION")
|
|
2130
2159
|
attr_accessor enabled_accounts_count: ::Integer
|
|
2131
2160
|
attr_accessor additional_configuration: ::Array[Types::OrganizationFeatureStatisticsAdditionalConfiguration]
|
|
2132
2161
|
SENSITIVE: []
|
|
@@ -2316,6 +2345,7 @@ module Aws::GuardDuty
|
|
|
2316
2345
|
class RecoveryPointDetails
|
|
2317
2346
|
attr_accessor recovery_point_arn: ::String
|
|
2318
2347
|
attr_accessor backup_vault_name: ::String
|
|
2348
|
+
attr_accessor continuous_scan_details: Types::ScanConfigurationContinuousScanDetails
|
|
2319
2349
|
SENSITIVE: []
|
|
2320
2350
|
end
|
|
2321
2351
|
|
|
@@ -2358,6 +2388,8 @@ module Aws::GuardDuty
|
|
|
2358
2388
|
attr_accessor ebs_snapshot_details: Types::EbsSnapshotDetails
|
|
2359
2389
|
attr_accessor ec2_image_details: Types::Ec2ImageDetails
|
|
2360
2390
|
attr_accessor recovery_point_details: Types::RecoveryPointDetails
|
|
2391
|
+
attr_accessor bedrock_guardrail_details: Types::BedrockGuardrailDetails
|
|
2392
|
+
attr_accessor model_details: ::Array[Types::ModelDetail]
|
|
2361
2393
|
SENSITIVE: []
|
|
2362
2394
|
end
|
|
2363
2395
|
|
|
@@ -3026,7 +3058,7 @@ module Aws::GuardDuty
|
|
|
3026
3058
|
attr_accessor account_ids: ::Array[::String]
|
|
3027
3059
|
attr_accessor data_sources: ::Array[("FLOW_LOGS" | "CLOUD_TRAIL" | "DNS_LOGS" | "S3_LOGS" | "KUBERNETES_AUDIT_LOGS" | "EC2_MALWARE_SCAN")]
|
|
3028
3060
|
attr_accessor resources: ::Array[::String]
|
|
3029
|
-
attr_accessor features: ::Array[("FLOW_LOGS" | "CLOUD_TRAIL" | "DNS_LOGS" | "S3_DATA_EVENTS" | "EKS_AUDIT_LOGS" | "EBS_MALWARE_PROTECTION" | "RDS_LOGIN_EVENTS" | "LAMBDA_NETWORK_LOGS" | "EKS_RUNTIME_MONITORING" | "EC2_RUNTIME_MONITORING" | "FARGATE_RUNTIME_MONITORING" | "RDS_DBI_PROTECTION_PROVISIONED" | "RDS_DBI_PROTECTION_SERVERLESS")]
|
|
3061
|
+
attr_accessor features: ::Array[("FLOW_LOGS" | "CLOUD_TRAIL" | "DNS_LOGS" | "S3_DATA_EVENTS" | "EKS_AUDIT_LOGS" | "EBS_MALWARE_PROTECTION" | "RDS_LOGIN_EVENTS" | "LAMBDA_NETWORK_LOGS" | "EKS_RUNTIME_MONITORING" | "EC2_RUNTIME_MONITORING" | "FARGATE_RUNTIME_MONITORING" | "RDS_DBI_PROTECTION_PROVISIONED" | "RDS_DBI_PROTECTION_SERVERLESS" | "AI_PROTECTION")]
|
|
3030
3062
|
SENSITIVE: []
|
|
3031
3063
|
end
|
|
3032
3064
|
|
|
@@ -3037,7 +3069,7 @@ module Aws::GuardDuty
|
|
|
3037
3069
|
end
|
|
3038
3070
|
|
|
3039
3071
|
class UsageFeatureResult
|
|
3040
|
-
attr_accessor feature: ("FLOW_LOGS" | "CLOUD_TRAIL" | "DNS_LOGS" | "S3_DATA_EVENTS" | "EKS_AUDIT_LOGS" | "EBS_MALWARE_PROTECTION" | "RDS_LOGIN_EVENTS" | "LAMBDA_NETWORK_LOGS" | "EKS_RUNTIME_MONITORING" | "EC2_RUNTIME_MONITORING" | "FARGATE_RUNTIME_MONITORING" | "RDS_DBI_PROTECTION_PROVISIONED" | "RDS_DBI_PROTECTION_SERVERLESS")
|
|
3072
|
+
attr_accessor feature: ("FLOW_LOGS" | "CLOUD_TRAIL" | "DNS_LOGS" | "S3_DATA_EVENTS" | "EKS_AUDIT_LOGS" | "EBS_MALWARE_PROTECTION" | "RDS_LOGIN_EVENTS" | "LAMBDA_NETWORK_LOGS" | "EKS_RUNTIME_MONITORING" | "EC2_RUNTIME_MONITORING" | "FARGATE_RUNTIME_MONITORING" | "RDS_DBI_PROTECTION_PROVISIONED" | "RDS_DBI_PROTECTION_SERVERLESS" | "AI_PROTECTION")
|
|
3041
3073
|
attr_accessor total: Types::Total
|
|
3042
3074
|
SENSITIVE: []
|
|
3043
3075
|
end
|
|
@@ -3065,7 +3097,7 @@ module Aws::GuardDuty
|
|
|
3065
3097
|
end
|
|
3066
3098
|
|
|
3067
3099
|
class UsageTopAccountsResult
|
|
3068
|
-
attr_accessor feature: ("FLOW_LOGS" | "CLOUD_TRAIL" | "DNS_LOGS" | "S3_DATA_EVENTS" | "EKS_AUDIT_LOGS" | "EBS_MALWARE_PROTECTION" | "RDS_LOGIN_EVENTS" | "LAMBDA_NETWORK_LOGS" | "EKS_RUNTIME_MONITORING" | "EC2_RUNTIME_MONITORING" | "FARGATE_RUNTIME_MONITORING" | "RDS_DBI_PROTECTION_PROVISIONED" | "RDS_DBI_PROTECTION_SERVERLESS")
|
|
3100
|
+
attr_accessor feature: ("FLOW_LOGS" | "CLOUD_TRAIL" | "DNS_LOGS" | "S3_DATA_EVENTS" | "EKS_AUDIT_LOGS" | "EBS_MALWARE_PROTECTION" | "RDS_LOGIN_EVENTS" | "LAMBDA_NETWORK_LOGS" | "EKS_RUNTIME_MONITORING" | "EC2_RUNTIME_MONITORING" | "FARGATE_RUNTIME_MONITORING" | "RDS_DBI_PROTECTION_PROVISIONED" | "RDS_DBI_PROTECTION_SERVERLESS" | "AI_PROTECTION")
|
|
3069
3101
|
attr_accessor accounts: ::Array[Types::UsageTopAccountResult]
|
|
3070
3102
|
SENSITIVE: []
|
|
3071
3103
|
end
|