aws-sdk-guardduty 1.156.0 → 1.158.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f9f3ae0d8f62b98639baa5a0ed0508aebe992e9ed82e9949229bf6dc2c3b4e7d
4
- data.tar.gz: 0f154c1b0b36ee8d5b55fb1550a34dd92543acc327b9623cc2e4fd6dfddd4243
3
+ metadata.gz: c2874415f97ca671121b11e842e70262a29d5a3097ecfab0026db36bf91bcfff
4
+ data.tar.gz: 54aaf687759db93ee24391bf58b57a930129d5f61517ce4e5bb5cd2da0f2b8c7
5
5
  SHA512:
6
- metadata.gz: ff13f206facf3e3a4ba048d37d1d1e972cf0379b3fed241ccc12fd5777c4e97d44683b8c6870d0d1e16ec16b8c0dd1bc8311f91d5e75089fa075231ee7a69f71
7
- data.tar.gz: 35c0349483cfe7e20ad2076e5204658ea4ff1ba751132d3194cb172c85226f03ca9ad8f697b5cf054f12c2fd4a3fa9dfe98e71358447f45f57c60ad41169d898
6
+ metadata.gz: 7db3fa4d4d89964f7f7eb6e146be73f330e02b32a4e229c488de2b445862bd76302d0509588724c7a137eebb77e2fa6ff05e1eef6256f29a9249010b57923e01
7
+ data.tar.gz: 1038c6949fce6c1fe7cbecc45c00df3230b946d0ce3da64b484977822aa3fd447b2bdf4e68514a9b030a3836ceb9ee7f966be703fb879fc96ea54a0df361fe9b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.158.0 (2026-07-22)
5
+ ------------------
6
+
7
+ * Feature - Amazon GuardDuty now returns filter lifecycle metadata in GetFilter responses. The response includes createdAt and updatedAt timestamps and a version number that increments on each update, giving you visibility into when a filter was created and last modified.
8
+
9
+ 1.157.0 (2026-07-13)
10
+ ------------------
11
+
12
+ * 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.
13
+
4
14
  1.156.0 (2026-07-09)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.156.0
1
+ 1.158.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
@@ -3825,6 +3825,9 @@ module Aws::GuardDuty
3825
3825
  # * {Types::GetFilterResponse#rank #rank} => Integer
3826
3826
  # * {Types::GetFilterResponse#finding_criteria #finding_criteria} => Types::FindingCriteria
3827
3827
  # * {Types::GetFilterResponse#tags #tags} => Hash<String,String>
3828
+ # * {Types::GetFilterResponse#created_at #created_at} => Time
3829
+ # * {Types::GetFilterResponse#updated_at #updated_at} => Time
3830
+ # * {Types::GetFilterResponse#version #version} => Integer
3828
3831
  #
3829
3832
  # @example Request syntax with placeholder values
3830
3833
  #
@@ -3862,6 +3865,9 @@ module Aws::GuardDuty
3862
3865
  # resp.finding_criteria.criterion["String"].not_matches[0] #=> String
3863
3866
  # resp.tags #=> Hash
3864
3867
  # resp.tags["TagKey"] #=> String
3868
+ # resp.created_at #=> Time
3869
+ # resp.updated_at #=> Time
3870
+ # resp.version #=> Integer
3865
3871
  #
3866
3872
  # @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/GetFilter AWS API Documentation
3867
3873
  #
@@ -4127,6 +4133,21 @@ module Aws::GuardDuty
4127
4133
  # resp.findings[0].resource.ec2_image_details.image_arn #=> String
4128
4134
  # resp.findings[0].resource.recovery_point_details.recovery_point_arn #=> String
4129
4135
  # resp.findings[0].resource.recovery_point_details.backup_vault_name #=> String
4136
+ # resp.findings[0].resource.recovery_point_details.continuous_scan_details.start_time #=> Time
4137
+ # resp.findings[0].resource.recovery_point_details.continuous_scan_details.end_time #=> Time
4138
+ # resp.findings[0].resource.bedrock_guardrail_details.guardrail_arn #=> String
4139
+ # resp.findings[0].resource.bedrock_guardrail_details.guardrail_version #=> String
4140
+ # resp.findings[0].resource.bedrock_guardrail_details.guardrails #=> Array
4141
+ # resp.findings[0].resource.bedrock_guardrail_details.guardrails[0].arn #=> String
4142
+ # resp.findings[0].resource.bedrock_guardrail_details.guardrails[0].version #=> String
4143
+ # resp.findings[0].resource.bedrock_guardrail_details.guardrail_action #=> String, one of "GUARDRAIL_INTERVENED", "NONE"
4144
+ # resp.findings[0].resource.bedrock_guardrail_details.guardrail_source #=> String, one of "INPUT", "OUTPUT"
4145
+ # resp.findings[0].resource.bedrock_guardrail_details.content_policy_filters #=> Array
4146
+ # resp.findings[0].resource.bedrock_guardrail_details.content_policy_filters[0].type #=> String, one of "PROMPT_ATTACK", "JAILBREAK", "HATE", "INSULTS", "SEXUAL", "VIOLENCE", "MISCONDUCT"
4147
+ # resp.findings[0].resource.bedrock_guardrail_details.content_policy_filters[0].confidence #=> String, one of "HIGH", "MEDIUM", "LOW", "NONE"
4148
+ # resp.findings[0].resource.bedrock_guardrail_details.content_policy_filters[0].action #=> String, one of "BLOCKED", "NONE"
4149
+ # resp.findings[0].resource.model_details #=> Array
4150
+ # resp.findings[0].resource.model_details[0].model_id #=> String
4130
4151
  # resp.findings[0].schema_version #=> String
4131
4152
  # resp.findings[0].service.action.action_type #=> String
4132
4153
  # resp.findings[0].service.action.aws_api_call_action.api #=> String
@@ -4383,16 +4404,20 @@ module Aws::GuardDuty
4383
4404
  # resp.findings[0].service.detection.anomaly.profiles #=> Hash
4384
4405
  # resp.findings[0].service.detection.anomaly.profiles["String"] #=> Hash
4385
4406
  # 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"
4407
+ # resp.findings[0].service.detection.anomaly.profiles["String"]["String"][0].profile_type #=> String, one of "FREQUENCY", "VOLUME"
4408
+ # resp.findings[0].service.detection.anomaly.profiles["String"]["String"][0].profile_subtype #=> String, one of "FREQUENT", "INFREQUENT", "UNSEEN", "RARE", "COUNT", "AVERAGE"
4388
4409
  # resp.findings[0].service.detection.anomaly.profiles["String"]["String"][0].observations.text #=> Array
4389
4410
  # resp.findings[0].service.detection.anomaly.profiles["String"]["String"][0].observations.text[0] #=> String
4411
+ # resp.findings[0].service.detection.anomaly.profiles["String"]["String"][0].observations.number #=> Array
4412
+ # resp.findings[0].service.detection.anomaly.profiles["String"]["String"][0].observations.number[0] #=> Integer
4390
4413
  # resp.findings[0].service.detection.anomaly.unusual.behavior #=> Hash
4391
4414
  # 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"
4415
+ # resp.findings[0].service.detection.anomaly.unusual.behavior["String"]["String"].profile_type #=> String, one of "FREQUENCY", "VOLUME"
4416
+ # resp.findings[0].service.detection.anomaly.unusual.behavior["String"]["String"].profile_subtype #=> String, one of "FREQUENT", "INFREQUENT", "UNSEEN", "RARE", "COUNT", "AVERAGE"
4394
4417
  # resp.findings[0].service.detection.anomaly.unusual.behavior["String"]["String"].observations.text #=> Array
4395
4418
  # resp.findings[0].service.detection.anomaly.unusual.behavior["String"]["String"].observations.text[0] #=> String
4419
+ # resp.findings[0].service.detection.anomaly.unusual.behavior["String"]["String"].observations.number #=> Array
4420
+ # resp.findings[0].service.detection.anomaly.unusual.behavior["String"]["String"].observations.number[0] #=> Integer
4396
4421
  # resp.findings[0].service.detection.sequence.uid #=> String
4397
4422
  # resp.findings[0].service.detection.sequence.description #=> String
4398
4423
  # resp.findings[0].service.detection.sequence.actors #=> Array
@@ -5134,7 +5159,7 @@ module Aws::GuardDuty
5134
5159
  # resp.member_data_source_configurations[0].data_sources.malware_protection.scan_ec2_instance_with_findings.ebs_volumes.reason #=> String
5135
5160
  # resp.member_data_source_configurations[0].data_sources.malware_protection.service_role #=> String
5136
5161
  # 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"
5162
+ # 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
5163
  # resp.member_data_source_configurations[0].features[0].status #=> String, one of "ENABLED", "DISABLED"
5139
5164
  # resp.member_data_source_configurations[0].features[0].updated_at #=> Time
5140
5165
  # resp.member_data_source_configurations[0].features[0].additional_configuration #=> Array
@@ -5227,7 +5252,7 @@ module Aws::GuardDuty
5227
5252
  # resp.organization_details.organization_statistics.active_accounts_count #=> Integer
5228
5253
  # resp.organization_details.organization_statistics.enabled_accounts_count #=> Integer
5229
5254
  # 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"
5255
+ # 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
5256
  # resp.organization_details.organization_statistics.count_by_feature[0].enabled_accounts_count #=> Integer
5232
5257
  # resp.organization_details.organization_statistics.count_by_feature[0].additional_configuration #=> Array
5233
5258
  # 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 +5306,7 @@ module Aws::GuardDuty
5281
5306
  # resp.accounts[0].data_sources.kubernetes.audit_logs.free_trial_days_remaining #=> Integer
5282
5307
  # resp.accounts[0].data_sources.malware_protection.scan_ec2_instance_with_findings.free_trial_days_remaining #=> Integer
5283
5308
  # 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"
5309
+ # 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
5310
  # resp.accounts[0].features[0].free_trial_days_remaining #=> Integer
5286
5311
  # resp.unprocessed_accounts #=> Array
5287
5312
  # resp.unprocessed_accounts[0].account_id #=> String
@@ -5515,7 +5540,7 @@ module Aws::GuardDuty
5515
5540
  # account_ids: ["AccountId"],
5516
5541
  # data_sources: ["FLOW_LOGS"], # accepts FLOW_LOGS, CLOUD_TRAIL, DNS_LOGS, S3_LOGS, KUBERNETES_AUDIT_LOGS, EC2_MALWARE_SCAN
5517
5542
  # 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
5543
+ # 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
5544
  # },
5520
5545
  # unit: "String",
5521
5546
  # max_results: 1,
@@ -5529,7 +5554,7 @@ module Aws::GuardDuty
5529
5554
  # resp.usage_statistics.sum_by_account[0].total.amount #=> String
5530
5555
  # resp.usage_statistics.sum_by_account[0].total.unit #=> String
5531
5556
  # 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"
5557
+ # 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
5558
  # resp.usage_statistics.top_accounts_by_feature[0].accounts #=> Array
5534
5559
  # resp.usage_statistics.top_accounts_by_feature[0].accounts[0].account_id #=> String
5535
5560
  # resp.usage_statistics.top_accounts_by_feature[0].accounts[0].total.amount #=> String
@@ -5547,7 +5572,7 @@ module Aws::GuardDuty
5547
5572
  # resp.usage_statistics.top_resources[0].total.amount #=> String
5548
5573
  # resp.usage_statistics.top_resources[0].total.unit #=> String
5549
5574
  # 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"
5575
+ # 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
5576
  # resp.usage_statistics.sum_by_feature[0].total.amount #=> String
5552
5577
  # resp.usage_statistics.sum_by_feature[0].total.unit #=> String
5553
5578
  # resp.next_token #=> String
@@ -7098,7 +7123,7 @@ module Aws::GuardDuty
7098
7123
  # },
7099
7124
  # features: [
7100
7125
  # {
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
7126
+ # 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
7127
  # status: "ENABLED", # accepts ENABLED, DISABLED
7103
7128
  # additional_configuration: [
7104
7129
  # {
@@ -8793,7 +8818,7 @@ module Aws::GuardDuty
8793
8818
  # },
8794
8819
  # features: [
8795
8820
  # {
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
8821
+ # 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
8822
  # status: "ENABLED", # accepts ENABLED, DISABLED
8798
8823
  # additional_configuration: [
8799
8824
  # {
@@ -8923,7 +8948,7 @@ module Aws::GuardDuty
8923
8948
  # },
8924
8949
  # features: [
8925
8950
  # {
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
8951
+ # 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
8952
  # auto_enable: "NEW", # accepts NEW, NONE, ALL
8928
8953
  # additional_configuration: [
8929
8954
  # {
@@ -9178,7 +9203,7 @@ module Aws::GuardDuty
9178
9203
  tracer: tracer
9179
9204
  )
9180
9205
  context[:gem_name] = 'aws-sdk-guardduty'
9181
- context[:gem_version] = '1.156.0'
9206
+ context[:gem_version] = '1.158.0'
9182
9207
  Seahorse::Client::Request.new(handlers, context)
9183
9208
  end
9184
9209
 
@@ -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')
@@ -241,6 +253,7 @@ module Aws::GuardDuty
241
253
  FilterName = Shapes::StringShape.new(name: 'FilterName')
242
254
  FilterNames = Shapes::ListShape.new(name: 'FilterNames')
243
255
  FilterRank = Shapes::IntegerShape.new(name: 'FilterRank')
256
+ FilterVersion = Shapes::IntegerShape.new(name: 'FilterVersion')
244
257
  Finding = Shapes::StructureShape.new(name: 'Finding')
245
258
  FindingCriteria = Shapes::StructureShape.new(name: 'FindingCriteria')
246
259
  FindingId = Shapes::StringShape.new(name: 'FindingId')
@@ -310,6 +323,8 @@ module Aws::GuardDuty
310
323
  GroupedBySeverity = Shapes::ListShape.new(name: 'GroupedBySeverity')
311
324
  Groups = Shapes::ListShape.new(name: 'Groups')
312
325
  GuardDutyArn = Shapes::StringShape.new(name: 'GuardDutyArn')
326
+ GuardrailAction = Shapes::StringShape.new(name: 'GuardrailAction')
327
+ GuardrailSource = Shapes::StringShape.new(name: 'GuardrailSource')
313
328
  HighestSeverityThreatDetails = Shapes::StructureShape.new(name: 'HighestSeverityThreatDetails')
314
329
  HostPath = Shapes::StructureShape.new(name: 'HostPath')
315
330
  IamInstanceProfile = Shapes::StructureShape.new(name: 'IamInstanceProfile')
@@ -451,6 +466,9 @@ module Aws::GuardDuty
451
466
  Members = Shapes::ListShape.new(name: 'Members')
452
467
  MemoryRegionsList = Shapes::ListShape.new(name: 'MemoryRegionsList')
453
468
  MfaStatus = Shapes::StringShape.new(name: 'MfaStatus')
469
+ ModelDetail = Shapes::StructureShape.new(name: 'ModelDetail')
470
+ ModelDetailModelIdString = Shapes::StringShape.new(name: 'ModelDetailModelIdString')
471
+ ModelDetails = Shapes::ListShape.new(name: 'ModelDetails')
454
472
  Name = Shapes::StringShape.new(name: 'Name')
455
473
  Neq = Shapes::ListShape.new(name: 'Neq')
456
474
  NetworkConnection = Shapes::StructureShape.new(name: 'NetworkConnection')
@@ -467,6 +485,7 @@ module Aws::GuardDuty
467
485
  NotEquals = Shapes::ListShape.new(name: 'NotEquals')
468
486
  NotMatch = Shapes::StringShape.new(name: 'NotMatch')
469
487
  NotMatches = Shapes::ListShape.new(name: 'NotMatches')
488
+ ObservationNumbers = Shapes::ListShape.new(name: 'ObservationNumbers')
470
489
  ObservationTexts = Shapes::ListShape.new(name: 'ObservationTexts')
471
490
  Observations = Shapes::StructureShape.new(name: 'Observations')
472
491
  OrderBy = Shapes::StringShape.new(name: 'OrderBy')
@@ -872,6 +891,20 @@ module Aws::GuardDuty
872
891
  BadRequestException.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "type"))
873
892
  BadRequestException.struct_class = Types::BadRequestException
874
893
 
894
+ BedrockGuardrail.add_member(:arn, Shapes::ShapeRef.new(shape: BedrockGuardrailArnString, location_name: "arn"))
895
+ BedrockGuardrail.add_member(:version, Shapes::ShapeRef.new(shape: BedrockGuardrailVersionString, location_name: "version"))
896
+ BedrockGuardrail.struct_class = Types::BedrockGuardrail
897
+
898
+ 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"}))
899
+ 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"}))
900
+ BedrockGuardrailDetails.add_member(:guardrails, Shapes::ShapeRef.new(shape: BedrockGuardrails, location_name: "guardrails"))
901
+ BedrockGuardrailDetails.add_member(:guardrail_action, Shapes::ShapeRef.new(shape: GuardrailAction, location_name: "guardrailAction"))
902
+ BedrockGuardrailDetails.add_member(:guardrail_source, Shapes::ShapeRef.new(shape: GuardrailSource, location_name: "guardrailSource"))
903
+ BedrockGuardrailDetails.add_member(:content_policy_filters, Shapes::ShapeRef.new(shape: ContentPolicyFilters, location_name: "contentPolicyFilters"))
904
+ BedrockGuardrailDetails.struct_class = Types::BedrockGuardrailDetails
905
+
906
+ BedrockGuardrails.member = Shapes::ShapeRef.new(shape: BedrockGuardrail)
907
+
875
908
  Behavior.key = Shapes::ShapeRef.new(shape: String)
876
909
  Behavior.value = Shapes::ShapeRef.new(shape: AnomalyUnusualBehaviorFeature)
877
910
 
@@ -945,6 +978,13 @@ module Aws::GuardDuty
945
978
 
946
979
  Containers.member = Shapes::ShapeRef.new(shape: Container)
947
980
 
981
+ ContentPolicyFilter.add_member(:type, Shapes::ShapeRef.new(shape: ContentPolicyFilterType, location_name: "type"))
982
+ ContentPolicyFilter.add_member(:confidence, Shapes::ShapeRef.new(shape: ConfidenceLevel, location_name: "confidence"))
983
+ ContentPolicyFilter.add_member(:action, Shapes::ShapeRef.new(shape: ContentPolicyFilterAction, location_name: "action"))
984
+ ContentPolicyFilter.struct_class = Types::ContentPolicyFilter
985
+
986
+ ContentPolicyFilters.member = Shapes::ShapeRef.new(shape: ContentPolicyFilter)
987
+
948
988
  ContinuousScanDetails.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "startTime"))
949
989
  ContinuousScanDetails.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "endTime"))
950
990
  ContinuousScanDetails.struct_class = Types::ContinuousScanDetails
@@ -1601,6 +1641,9 @@ module Aws::GuardDuty
1601
1641
  GetFilterResponse.add_member(:rank, Shapes::ShapeRef.new(shape: FilterRank, location_name: "rank"))
1602
1642
  GetFilterResponse.add_member(:finding_criteria, Shapes::ShapeRef.new(shape: FindingCriteria, required: true, location_name: "findingCriteria"))
1603
1643
  GetFilterResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
1644
+ GetFilterResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
1645
+ GetFilterResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "updatedAt"))
1646
+ GetFilterResponse.add_member(:version, Shapes::ShapeRef.new(shape: FilterVersion, location_name: "version"))
1604
1647
  GetFilterResponse.struct_class = Types::GetFilterResponse
1605
1648
 
1606
1649
  GetFindingsRequest.add_member(:detector_id, Shapes::ShapeRef.new(shape: DetectorId, required: true, location: "uri", location_name: "DetectorId"))
@@ -2299,6 +2342,11 @@ module Aws::GuardDuty
2299
2342
 
2300
2343
  MemoryRegionsList.member = Shapes::ShapeRef.new(shape: String)
2301
2344
 
2345
+ ModelDetail.add_member(:model_id, Shapes::ShapeRef.new(shape: ModelDetailModelIdString, location_name: "modelId"))
2346
+ ModelDetail.struct_class = Types::ModelDetail
2347
+
2348
+ ModelDetails.member = Shapes::ShapeRef.new(shape: ModelDetail)
2349
+
2302
2350
  Neq.member = Shapes::ShapeRef.new(shape: String)
2303
2351
 
2304
2352
  NetworkConnection.add_member(:direction, Shapes::ShapeRef.new(shape: NetworkDirection, required: true, location_name: "direction"))
@@ -2349,9 +2397,12 @@ module Aws::GuardDuty
2349
2397
 
2350
2398
  NotMatches.member = Shapes::ShapeRef.new(shape: NotMatch)
2351
2399
 
2400
+ ObservationNumbers.member = Shapes::ShapeRef.new(shape: Long)
2401
+
2352
2402
  ObservationTexts.member = Shapes::ShapeRef.new(shape: String)
2353
2403
 
2354
2404
  Observations.add_member(:text, Shapes::ShapeRef.new(shape: ObservationTexts, location_name: "text"))
2405
+ Observations.add_member(:number, Shapes::ShapeRef.new(shape: ObservationNumbers, location_name: "number"))
2355
2406
  Observations.struct_class = Types::Observations
2356
2407
 
2357
2408
  Organization.add_member(:asn, Shapes::ShapeRef.new(shape: String, location_name: "asn"))
@@ -2550,6 +2601,7 @@ module Aws::GuardDuty
2550
2601
 
2551
2602
  RecoveryPointDetails.add_member(:recovery_point_arn, Shapes::ShapeRef.new(shape: String, location_name: "recoveryPointArn"))
2552
2603
  RecoveryPointDetails.add_member(:backup_vault_name, Shapes::ShapeRef.new(shape: String, location_name: "backupVaultName"))
2604
+ RecoveryPointDetails.add_member(:continuous_scan_details, Shapes::ShapeRef.new(shape: ScanConfigurationContinuousScanDetails, location_name: "continuousScanDetails"))
2553
2605
  RecoveryPointDetails.struct_class = Types::RecoveryPointDetails
2554
2606
 
2555
2607
  RelatedFilePathsList.member = Shapes::ShapeRef.new(shape: String)
@@ -2586,6 +2638,8 @@ module Aws::GuardDuty
2586
2638
  Resource.add_member(:ebs_snapshot_details, Shapes::ShapeRef.new(shape: EbsSnapshotDetails, location_name: "ebsSnapshotDetails"))
2587
2639
  Resource.add_member(:ec2_image_details, Shapes::ShapeRef.new(shape: Ec2ImageDetails, location_name: "ec2ImageDetails"))
2588
2640
  Resource.add_member(:recovery_point_details, Shapes::ShapeRef.new(shape: RecoveryPointDetails, location_name: "recoveryPointDetails"))
2641
+ Resource.add_member(:bedrock_guardrail_details, Shapes::ShapeRef.new(shape: BedrockGuardrailDetails, location_name: "bedrockGuardrailDetails"))
2642
+ Resource.add_member(:model_details, Shapes::ShapeRef.new(shape: ModelDetails, location_name: "modelDetails"))
2589
2643
  Resource.struct_class = Types::Resource
2590
2644
 
2591
2645
  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.
@@ -5707,6 +5796,25 @@ module Aws::GuardDuty
5707
5796
  # The tags of the filter resource.
5708
5797
  # @return [Hash<String,String>]
5709
5798
  #
5799
+ # @!attribute [rw] created_at
5800
+ # The timestamp when the filter was created. This field is not
5801
+ # available for filters that were created before the lifecycle
5802
+ # metadata feature was enabled (legacy filters).
5803
+ # @return [Time]
5804
+ #
5805
+ # @!attribute [rw] updated_at
5806
+ # The timestamp when the filter was last updated. For legacy filters,
5807
+ # this field is present only after the filter has been updated at
5808
+ # least once since the lifecycle metadata feature was enabled.
5809
+ # @return [Time]
5810
+ #
5811
+ # @!attribute [rw] version
5812
+ # The version of the filter. Every time the filter is updated, the
5813
+ # version increments by 1. This field is not available for legacy
5814
+ # filters that were created before the lifecycle metadata feature was
5815
+ # enabled.
5816
+ # @return [Integer]
5817
+ #
5710
5818
  # @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/GetFilterResponse AWS API Documentation
5711
5819
  #
5712
5820
  class GetFilterResponse < Struct.new(
@@ -5715,7 +5823,10 @@ module Aws::GuardDuty
5715
5823
  :action,
5716
5824
  :rank,
5717
5825
  :finding_criteria,
5718
- :tags)
5826
+ :tags,
5827
+ :created_at,
5828
+ :updated_at,
5829
+ :version)
5719
5830
  SENSITIVE = []
5720
5831
  include Aws::Structure
5721
5832
  end
@@ -9215,6 +9326,20 @@ module Aws::GuardDuty
9215
9326
  include Aws::Structure
9216
9327
  end
9217
9328
 
9329
+ # Contains information about the AI model involved in a finding.
9330
+ #
9331
+ # @!attribute [rw] model_id
9332
+ # The identifier of the AI model.
9333
+ # @return [String]
9334
+ #
9335
+ # @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/ModelDetail AWS API Documentation
9336
+ #
9337
+ class ModelDetail < Struct.new(
9338
+ :model_id)
9339
+ SENSITIVE = []
9340
+ include Aws::Structure
9341
+ end
9342
+
9218
9343
  # Contains information about the network connection.
9219
9344
  #
9220
9345
  # @!attribute [rw] direction
@@ -9421,10 +9546,15 @@ module Aws::GuardDuty
9421
9546
  # The text that was unusual.
9422
9547
  # @return [Array<String>]
9423
9548
  #
9549
+ # @!attribute [rw] number
9550
+ # The numeric values that were unusual.
9551
+ # @return [Array<Integer>]
9552
+ #
9424
9553
  # @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/Observations AWS API Documentation
9425
9554
  #
9426
9555
  class Observations < Struct.new(
9427
- :text)
9556
+ :text,
9557
+ :number)
9428
9558
  SENSITIVE = []
9429
9559
  include Aws::Structure
9430
9560
  end
@@ -10446,11 +10576,18 @@ module Aws::GuardDuty
10446
10576
  # The name of the backup vault containing the recovery point.
10447
10577
  # @return [String]
10448
10578
  #
10579
+ # @!attribute [rw] continuous_scan_details
10580
+ # Contains information about the time range within the continuous
10581
+ # backup in Amazon Web Services Backup that was scanned for a
10582
+ # point-in-time recovery resource.
10583
+ # @return [Types::ScanConfigurationContinuousScanDetails]
10584
+ #
10449
10585
  # @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/RecoveryPointDetails AWS API Documentation
10450
10586
  #
10451
10587
  class RecoveryPointDetails < Struct.new(
10452
10588
  :recovery_point_arn,
10453
- :backup_vault_name)
10589
+ :backup_vault_name,
10590
+ :continuous_scan_details)
10454
10591
  SENSITIVE = []
10455
10592
  include Aws::Structure
10456
10593
  end
@@ -10610,6 +10747,15 @@ module Aws::GuardDuty
10610
10747
  # Contains details about the backup recovery point that was scanned.
10611
10748
  # @return [Types::RecoveryPointDetails]
10612
10749
  #
10750
+ # @!attribute [rw] bedrock_guardrail_details
10751
+ # Contains information about the Bedrock guardrail that was involved
10752
+ # in a finding.
10753
+ # @return [Types::BedrockGuardrailDetails]
10754
+ #
10755
+ # @!attribute [rw] model_details
10756
+ # Contains information about the AI models involved in a finding.
10757
+ # @return [Array<Types::ModelDetail>]
10758
+ #
10613
10759
  # @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/Resource AWS API Documentation
10614
10760
  #
10615
10761
  class Resource < Struct.new(
@@ -10628,7 +10774,9 @@ module Aws::GuardDuty
10628
10774
  :rds_db_user_details,
10629
10775
  :ebs_snapshot_details,
10630
10776
  :ec2_image_details,
10631
- :recovery_point_details)
10777
+ :recovery_point_details,
10778
+ :bedrock_guardrail_details,
10779
+ :model_details)
10632
10780
  SENSITIVE = []
10633
10781
  include Aws::Structure
10634
10782
  end
@@ -54,7 +54,7 @@ module Aws::GuardDuty
54
54
  autoload :EndpointProvider, 'aws-sdk-guardduty/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-guardduty/endpoints'
56
56
 
57
- GEM_VERSION = '1.156.0'
57
+ GEM_VERSION = '1.158.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -553,6 +553,9 @@ module Aws
553
553
  def rank: () -> ::Integer
554
554
  def finding_criteria: () -> Types::FindingCriteria
555
555
  def tags: () -> ::Hash[::String, ::String]
556
+ def created_at: () -> ::Time
557
+ def updated_at: () -> ::Time
558
+ def version: () -> ::Integer
556
559
  end
557
560
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GuardDuty/Client.html#get_filter-instance_method
558
561
  def get_filter: (
@@ -803,7 +806,7 @@ module Aws
803
806
  account_ids: Array[::String]?,
804
807
  data_sources: Array[("FLOW_LOGS" | "CLOUD_TRAIL" | "DNS_LOGS" | "S3_LOGS" | "KUBERNETES_AUDIT_LOGS" | "EC2_MALWARE_SCAN")]?,
805
808
  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")]?
809
+ 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
810
  },
808
811
  ?unit: ::String,
809
812
  ?max_results: ::Integer,
@@ -1255,7 +1258,7 @@ module Aws
1255
1258
  ?data_sources: Params::data_source_configurations,
1256
1259
  ?features: Array[
1257
1260
  {
1258
- name: ("S3_DATA_EVENTS" | "EKS_AUDIT_LOGS" | "EBS_MALWARE_PROTECTION" | "RDS_LOGIN_EVENTS" | "LAMBDA_NETWORK_LOGS" | "EKS_RUNTIME_MONITORING" | "RUNTIME_MONITORING")?,
1261
+ name: ("S3_DATA_EVENTS" | "EKS_AUDIT_LOGS" | "EBS_MALWARE_PROTECTION" | "RDS_LOGIN_EVENTS" | "LAMBDA_NETWORK_LOGS" | "EKS_RUNTIME_MONITORING" | "RUNTIME_MONITORING" | "AI_PROTECTION")?,
1259
1262
  status: ("ENABLED" | "DISABLED")?,
1260
1263
  additional_configuration: Array[
1261
1264
  {
@@ -1294,7 +1297,7 @@ module Aws
1294
1297
  },
1295
1298
  ?features: Array[
1296
1299
  {
1297
- name: ("S3_DATA_EVENTS" | "EKS_AUDIT_LOGS" | "EBS_MALWARE_PROTECTION" | "RDS_LOGIN_EVENTS" | "LAMBDA_NETWORK_LOGS" | "EKS_RUNTIME_MONITORING" | "RUNTIME_MONITORING")?,
1300
+ name: ("S3_DATA_EVENTS" | "EKS_AUDIT_LOGS" | "EBS_MALWARE_PROTECTION" | "RDS_LOGIN_EVENTS" | "LAMBDA_NETWORK_LOGS" | "EKS_RUNTIME_MONITORING" | "RUNTIME_MONITORING" | "AI_PROTECTION")?,
1298
1301
  auto_enable: ("NEW" | "NONE" | "ALL")?,
1299
1302
  additional_configuration: Array[
1300
1303
  {
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
@@ -1128,6 +1151,9 @@ module Aws::GuardDuty
1128
1151
  attr_accessor rank: ::Integer
1129
1152
  attr_accessor finding_criteria: Types::FindingCriteria
1130
1153
  attr_accessor tags: ::Hash[::String, ::String]
1154
+ attr_accessor created_at: ::Time
1155
+ attr_accessor updated_at: ::Time
1156
+ attr_accessor version: ::Integer
1131
1157
  SENSITIVE: []
1132
1158
  end
1133
1159
 
@@ -1992,20 +2018,25 @@ module Aws::GuardDuty
1992
2018
  end
1993
2019
 
1994
2020
  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")
2021
+ 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
2022
  attr_accessor status: ("ENABLED" | "DISABLED")
1997
2023
  attr_accessor additional_configuration: ::Array[Types::MemberAdditionalConfiguration]
1998
2024
  SENSITIVE: []
1999
2025
  end
2000
2026
 
2001
2027
  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")
2028
+ 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
2029
  attr_accessor status: ("ENABLED" | "DISABLED")
2004
2030
  attr_accessor updated_at: ::Time
2005
2031
  attr_accessor additional_configuration: ::Array[Types::MemberAdditionalConfigurationResult]
2006
2032
  SENSITIVE: []
2007
2033
  end
2008
2034
 
2035
+ class ModelDetail
2036
+ attr_accessor model_id: ::String
2037
+ SENSITIVE: []
2038
+ end
2039
+
2009
2040
  class NetworkConnection
2010
2041
  attr_accessor direction: ("INBOUND" | "OUTBOUND")
2011
2042
  SENSITIVE: []
@@ -2058,6 +2089,7 @@ module Aws::GuardDuty
2058
2089
 
2059
2090
  class Observations
2060
2091
  attr_accessor text: ::Array[::String]
2092
+ attr_accessor number: ::Array[::Integer]
2061
2093
  SENSITIVE: []
2062
2094
  end
2063
2095
 
@@ -2112,21 +2144,21 @@ module Aws::GuardDuty
2112
2144
  end
2113
2145
 
2114
2146
  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")
2147
+ 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
2148
  attr_accessor auto_enable: ("NEW" | "NONE" | "ALL")
2117
2149
  attr_accessor additional_configuration: ::Array[Types::OrganizationAdditionalConfiguration]
2118
2150
  SENSITIVE: []
2119
2151
  end
2120
2152
 
2121
2153
  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")
2154
+ 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
2155
  attr_accessor auto_enable: ("NEW" | "NONE" | "ALL")
2124
2156
  attr_accessor additional_configuration: ::Array[Types::OrganizationAdditionalConfigurationResult]
2125
2157
  SENSITIVE: []
2126
2158
  end
2127
2159
 
2128
2160
  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")
2161
+ 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
2162
  attr_accessor enabled_accounts_count: ::Integer
2131
2163
  attr_accessor additional_configuration: ::Array[Types::OrganizationFeatureStatisticsAdditionalConfiguration]
2132
2164
  SENSITIVE: []
@@ -2316,6 +2348,7 @@ module Aws::GuardDuty
2316
2348
  class RecoveryPointDetails
2317
2349
  attr_accessor recovery_point_arn: ::String
2318
2350
  attr_accessor backup_vault_name: ::String
2351
+ attr_accessor continuous_scan_details: Types::ScanConfigurationContinuousScanDetails
2319
2352
  SENSITIVE: []
2320
2353
  end
2321
2354
 
@@ -2358,6 +2391,8 @@ module Aws::GuardDuty
2358
2391
  attr_accessor ebs_snapshot_details: Types::EbsSnapshotDetails
2359
2392
  attr_accessor ec2_image_details: Types::Ec2ImageDetails
2360
2393
  attr_accessor recovery_point_details: Types::RecoveryPointDetails
2394
+ attr_accessor bedrock_guardrail_details: Types::BedrockGuardrailDetails
2395
+ attr_accessor model_details: ::Array[Types::ModelDetail]
2361
2396
  SENSITIVE: []
2362
2397
  end
2363
2398
 
@@ -3026,7 +3061,7 @@ module Aws::GuardDuty
3026
3061
  attr_accessor account_ids: ::Array[::String]
3027
3062
  attr_accessor data_sources: ::Array[("FLOW_LOGS" | "CLOUD_TRAIL" | "DNS_LOGS" | "S3_LOGS" | "KUBERNETES_AUDIT_LOGS" | "EC2_MALWARE_SCAN")]
3028
3063
  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")]
3064
+ 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
3065
  SENSITIVE: []
3031
3066
  end
3032
3067
 
@@ -3037,7 +3072,7 @@ module Aws::GuardDuty
3037
3072
  end
3038
3073
 
3039
3074
  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")
3075
+ 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
3076
  attr_accessor total: Types::Total
3042
3077
  SENSITIVE: []
3043
3078
  end
@@ -3065,7 +3100,7 @@ module Aws::GuardDuty
3065
3100
  end
3066
3101
 
3067
3102
  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")
3103
+ 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
3104
  attr_accessor accounts: ::Array[Types::UsageTopAccountResult]
3070
3105
  SENSITIVE: []
3071
3106
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-guardduty
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.156.0
4
+ version: 1.158.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services