aws-sdk-guardduty 1.162.0 → 1.163.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 +5 -2
- data/lib/aws-sdk-guardduty/client_api.rb +8 -0
- data/lib/aws-sdk-guardduty/types.rb +36 -1
- data/lib/aws-sdk-guardduty.rb +1 -1
- data/sig/types.rbs +9 -1
- 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: '08ac5d74e490a77972084c55d6f1f75ed09b5bbc58a7492c9e608c4e22cbee1d'
|
|
4
|
+
data.tar.gz: e11d18913cd6c3eefa1835fd321c34176b79f28b7b663288375734ff908c23c5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5e6e0d8494863f27c0e62b4ed85a4ff3302b2e301e9ca9e759287916857046228e82278b7badc924aabf54e3096e8464b9017b649d007c5a93eb261797621e89
|
|
7
|
+
data.tar.gz: 3658a676f3cc2a4a001665350015c176c0edd2ff73bfa0d9d2b264d77395ab988c332e827f94d350f6aa6f9ea286df9bb505a69f3350d1dc371d343a3d582b10
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.163.0 (2026-09-17)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - This change surfaces AI Protection resources on existing public IAM attack sequences. Customers will now see which model was accessed and whether a guardrail intervened as part of the credential-compromise sequence.
|
|
8
|
+
|
|
4
9
|
1.162.0 (2026-09-11)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.163.0
|
|
@@ -4725,7 +4725,7 @@ module Aws::GuardDuty
|
|
|
4725
4725
|
# resp.findings[0].service.detection.sequence.resources[0].uid #=> String
|
|
4726
4726
|
# resp.findings[0].service.detection.sequence.resources[0].name #=> String
|
|
4727
4727
|
# resp.findings[0].service.detection.sequence.resources[0].account_id #=> String
|
|
4728
|
-
# resp.findings[0].service.detection.sequence.resources[0].resource_type #=> String, one of "EC2_INSTANCE", "EC2_NETWORK_INTERFACE", "S3_BUCKET", "S3_OBJECT", "ACCESS_KEY", "EKS_CLUSTER", "KUBERNETES_WORKLOAD", "CONTAINER", "ECS_CLUSTER", "ECS_TASK", "AUTOSCALING_AUTO_SCALING_GROUP", "IAM_INSTANCE_PROFILE", "CLOUDFORMATION_STACK", "EC2_LAUNCH_TEMPLATE", "EC2_VPC", "EC2_IMAGE"
|
|
4728
|
+
# resp.findings[0].service.detection.sequence.resources[0].resource_type #=> String, one of "EC2_INSTANCE", "EC2_NETWORK_INTERFACE", "S3_BUCKET", "S3_OBJECT", "ACCESS_KEY", "EKS_CLUSTER", "KUBERNETES_WORKLOAD", "CONTAINER", "ECS_CLUSTER", "ECS_TASK", "AUTOSCALING_AUTO_SCALING_GROUP", "IAM_INSTANCE_PROFILE", "CLOUDFORMATION_STACK", "EC2_LAUNCH_TEMPLATE", "EC2_VPC", "EC2_IMAGE", "BEDROCK_CUSTOM_MODEL", "BEDROCK_IMPORTED_MODEL", "BEDROCK_PROVISIONED_MODEL", "BEDROCK_CUSTOM_MODEL_DEPLOYMENT", "BEDROCK_INFERENCE_PROFILE", "BEDROCK_APPLICATION_INFERENCE_PROFILE", "BEDROCK_PROMPT", "BEDROCK_PROMPT_ROUTER", "BEDROCK_GUARDRAIL", "SAGEMAKER_ENDPOINT"
|
|
4729
4729
|
# resp.findings[0].service.detection.sequence.resources[0].region #=> String
|
|
4730
4730
|
# resp.findings[0].service.detection.sequence.resources[0].service #=> String
|
|
4731
4731
|
# resp.findings[0].service.detection.sequence.resources[0].cloud_partition #=> String
|
|
@@ -4812,6 +4812,9 @@ module Aws::GuardDuty
|
|
|
4812
4812
|
# resp.findings[0].service.detection.sequence.resources[0].data.ec2_image.ec2_instance_uids[0] #=> String
|
|
4813
4813
|
# resp.findings[0].service.detection.sequence.resources[0].data.cloudformation_stack.ec2_instance_uids #=> Array
|
|
4814
4814
|
# resp.findings[0].service.detection.sequence.resources[0].data.cloudformation_stack.ec2_instance_uids[0] #=> String
|
|
4815
|
+
# resp.findings[0].service.detection.sequence.resources[0].data.bedrock_guardrail.version #=> String
|
|
4816
|
+
# resp.findings[0].service.detection.sequence.resources[0].data.bedrock_guardrail.guardrail_action #=> String, one of "GUARDRAIL_INTERVENED", "NONE"
|
|
4817
|
+
# resp.findings[0].service.detection.sequence.resources[0].data.bedrock_guardrail.guardrail_source #=> String, one of "INPUT", "OUTPUT"
|
|
4815
4818
|
# resp.findings[0].service.detection.sequence.endpoints #=> Array
|
|
4816
4819
|
# resp.findings[0].service.detection.sequence.endpoints[0].id #=> String
|
|
4817
4820
|
# resp.findings[0].service.detection.sequence.endpoints[0].ip #=> String
|
|
@@ -9732,7 +9735,7 @@ module Aws::GuardDuty
|
|
|
9732
9735
|
tracer: tracer
|
|
9733
9736
|
)
|
|
9734
9737
|
context[:gem_name] = 'aws-sdk-guardduty'
|
|
9735
|
-
context[:gem_version] = '1.
|
|
9738
|
+
context[:gem_version] = '1.163.0'
|
|
9736
9739
|
Seahorse::Client::Request.new(handlers, context)
|
|
9737
9740
|
end
|
|
9738
9741
|
|
|
@@ -77,6 +77,8 @@ module Aws::GuardDuty
|
|
|
77
77
|
BedrockGuardrailDetails = Shapes::StructureShape.new(name: 'BedrockGuardrailDetails')
|
|
78
78
|
BedrockGuardrailDetailsGuardrailArnString = Shapes::StringShape.new(name: 'BedrockGuardrailDetailsGuardrailArnString')
|
|
79
79
|
BedrockGuardrailDetailsGuardrailVersionString = Shapes::StringShape.new(name: 'BedrockGuardrailDetailsGuardrailVersionString')
|
|
80
|
+
BedrockGuardrailResource = Shapes::StructureShape.new(name: 'BedrockGuardrailResource')
|
|
81
|
+
BedrockGuardrailResourceVersionString = Shapes::StringShape.new(name: 'BedrockGuardrailResourceVersionString')
|
|
80
82
|
BedrockGuardrailVersionString = Shapes::StringShape.new(name: 'BedrockGuardrailVersionString')
|
|
81
83
|
BedrockGuardrails = Shapes::ListShape.new(name: 'BedrockGuardrails')
|
|
82
84
|
Behavior = Shapes::MapShape.new(name: 'Behavior')
|
|
@@ -1001,6 +1003,11 @@ module Aws::GuardDuty
|
|
|
1001
1003
|
BedrockGuardrailDetails.add_member(:content_policy_filters, Shapes::ShapeRef.new(shape: ContentPolicyFilters, location_name: "contentPolicyFilters"))
|
|
1002
1004
|
BedrockGuardrailDetails.struct_class = Types::BedrockGuardrailDetails
|
|
1003
1005
|
|
|
1006
|
+
BedrockGuardrailResource.add_member(:version, Shapes::ShapeRef.new(shape: BedrockGuardrailResourceVersionString, location_name: "version"))
|
|
1007
|
+
BedrockGuardrailResource.add_member(:guardrail_action, Shapes::ShapeRef.new(shape: GuardrailAction, location_name: "guardrailAction"))
|
|
1008
|
+
BedrockGuardrailResource.add_member(:guardrail_source, Shapes::ShapeRef.new(shape: GuardrailSource, location_name: "guardrailSource"))
|
|
1009
|
+
BedrockGuardrailResource.struct_class = Types::BedrockGuardrailResource
|
|
1010
|
+
|
|
1004
1011
|
BedrockGuardrails.member = Shapes::ShapeRef.new(shape: BedrockGuardrail)
|
|
1005
1012
|
|
|
1006
1013
|
Behavior.key = Shapes::ShapeRef.new(shape: String)
|
|
@@ -2868,6 +2875,7 @@ module Aws::GuardDuty
|
|
|
2868
2875
|
ResourceData.add_member(:ec2_vpc, Shapes::ShapeRef.new(shape: Ec2Vpc, location_name: "ec2Vpc"))
|
|
2869
2876
|
ResourceData.add_member(:ec2_image, Shapes::ShapeRef.new(shape: Ec2Image, location_name: "ec2Image"))
|
|
2870
2877
|
ResourceData.add_member(:cloudformation_stack, Shapes::ShapeRef.new(shape: CloudformationStack, location_name: "cloudformationStack"))
|
|
2878
|
+
ResourceData.add_member(:bedrock_guardrail, Shapes::ShapeRef.new(shape: BedrockGuardrailResource, location_name: "bedrockGuardrail"))
|
|
2871
2879
|
ResourceData.struct_class = Types::ResourceData
|
|
2872
2880
|
|
|
2873
2881
|
ResourceDetails.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, location_name: "instanceArn"))
|
|
@@ -939,6 +939,34 @@ module Aws::GuardDuty
|
|
|
939
939
|
include Aws::Structure
|
|
940
940
|
end
|
|
941
941
|
|
|
942
|
+
# Contains details about an Amazon Bedrock guardrail evaluated during a
|
|
943
|
+
# model invocation.
|
|
944
|
+
#
|
|
945
|
+
# @!attribute [rw] version
|
|
946
|
+
# The version of the Amazon Bedrock guardrail. Valid values are a
|
|
947
|
+
# numeric version, `DRAFT`, or `ENFORCED`.
|
|
948
|
+
# @return [String]
|
|
949
|
+
#
|
|
950
|
+
# @!attribute [rw] guardrail_action
|
|
951
|
+
# Indicates whether the guardrail intervened during the model
|
|
952
|
+
# invocation.
|
|
953
|
+
# @return [String]
|
|
954
|
+
#
|
|
955
|
+
# @!attribute [rw] guardrail_source
|
|
956
|
+
# Indicates whether the guardrail was applied on the input or output
|
|
957
|
+
# of the model invocation.
|
|
958
|
+
# @return [String]
|
|
959
|
+
#
|
|
960
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/BedrockGuardrailResource AWS API Documentation
|
|
961
|
+
#
|
|
962
|
+
class BedrockGuardrailResource < Struct.new(
|
|
963
|
+
:version,
|
|
964
|
+
:guardrail_action,
|
|
965
|
+
:guardrail_source)
|
|
966
|
+
SENSITIVE = []
|
|
967
|
+
include Aws::Structure
|
|
968
|
+
end
|
|
969
|
+
|
|
942
970
|
# Contains information on how the bucker owner's S3 Block Public Access
|
|
943
971
|
# settings are being applied to the S3 bucket. See [S3 Block Public
|
|
944
972
|
# Access][1] for more information.
|
|
@@ -11497,6 +11525,12 @@ module Aws::GuardDuty
|
|
|
11497
11525
|
# finding.
|
|
11498
11526
|
# @return [Types::CloudformationStack]
|
|
11499
11527
|
#
|
|
11528
|
+
# @!attribute [rw] bedrock_guardrail
|
|
11529
|
+
# Contains detailed information about the Amazon Bedrock guardrail
|
|
11530
|
+
# associated with the activity that prompted GuardDuty to generate a
|
|
11531
|
+
# finding.
|
|
11532
|
+
# @return [Types::BedrockGuardrailResource]
|
|
11533
|
+
#
|
|
11500
11534
|
# @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/ResourceData AWS API Documentation
|
|
11501
11535
|
#
|
|
11502
11536
|
class ResourceData < Struct.new(
|
|
@@ -11515,7 +11549,8 @@ module Aws::GuardDuty
|
|
|
11515
11549
|
:ec2_launch_template,
|
|
11516
11550
|
:ec2_vpc,
|
|
11517
11551
|
:ec2_image,
|
|
11518
|
-
:cloudformation_stack
|
|
11552
|
+
:cloudformation_stack,
|
|
11553
|
+
:bedrock_guardrail)
|
|
11519
11554
|
SENSITIVE = []
|
|
11520
11555
|
include Aws::Structure
|
|
11521
11556
|
end
|
data/lib/aws-sdk-guardduty.rb
CHANGED
data/sig/types.rbs
CHANGED
|
@@ -256,6 +256,13 @@ module Aws::GuardDuty
|
|
|
256
256
|
SENSITIVE: []
|
|
257
257
|
end
|
|
258
258
|
|
|
259
|
+
class BedrockGuardrailResource
|
|
260
|
+
attr_accessor version: ::String
|
|
261
|
+
attr_accessor guardrail_action: ("GUARDRAIL_INTERVENED" | "NONE")
|
|
262
|
+
attr_accessor guardrail_source: ("INPUT" | "OUTPUT")
|
|
263
|
+
SENSITIVE: []
|
|
264
|
+
end
|
|
265
|
+
|
|
259
266
|
class BlockPublicAccess
|
|
260
267
|
attr_accessor ignore_public_acls: bool
|
|
261
268
|
attr_accessor restrict_public_buckets: bool
|
|
@@ -2597,6 +2604,7 @@ module Aws::GuardDuty
|
|
|
2597
2604
|
attr_accessor ec2_vpc: Types::Ec2Vpc
|
|
2598
2605
|
attr_accessor ec2_image: Types::Ec2Image
|
|
2599
2606
|
attr_accessor cloudformation_stack: Types::CloudformationStack
|
|
2607
|
+
attr_accessor bedrock_guardrail: Types::BedrockGuardrailResource
|
|
2600
2608
|
SENSITIVE: []
|
|
2601
2609
|
end
|
|
2602
2610
|
|
|
@@ -2624,7 +2632,7 @@ module Aws::GuardDuty
|
|
|
2624
2632
|
attr_accessor uid: ::String
|
|
2625
2633
|
attr_accessor name: ::String
|
|
2626
2634
|
attr_accessor account_id: ::String
|
|
2627
|
-
attr_accessor resource_type: ("EC2_INSTANCE" | "EC2_NETWORK_INTERFACE" | "S3_BUCKET" | "S3_OBJECT" | "ACCESS_KEY" | "EKS_CLUSTER" | "KUBERNETES_WORKLOAD" | "CONTAINER" | "ECS_CLUSTER" | "ECS_TASK" | "AUTOSCALING_AUTO_SCALING_GROUP" | "IAM_INSTANCE_PROFILE" | "CLOUDFORMATION_STACK" | "EC2_LAUNCH_TEMPLATE" | "EC2_VPC" | "EC2_IMAGE")
|
|
2635
|
+
attr_accessor resource_type: ("EC2_INSTANCE" | "EC2_NETWORK_INTERFACE" | "S3_BUCKET" | "S3_OBJECT" | "ACCESS_KEY" | "EKS_CLUSTER" | "KUBERNETES_WORKLOAD" | "CONTAINER" | "ECS_CLUSTER" | "ECS_TASK" | "AUTOSCALING_AUTO_SCALING_GROUP" | "IAM_INSTANCE_PROFILE" | "CLOUDFORMATION_STACK" | "EC2_LAUNCH_TEMPLATE" | "EC2_VPC" | "EC2_IMAGE" | "BEDROCK_CUSTOM_MODEL" | "BEDROCK_IMPORTED_MODEL" | "BEDROCK_PROVISIONED_MODEL" | "BEDROCK_CUSTOM_MODEL_DEPLOYMENT" | "BEDROCK_INFERENCE_PROFILE" | "BEDROCK_APPLICATION_INFERENCE_PROFILE" | "BEDROCK_PROMPT" | "BEDROCK_PROMPT_ROUTER" | "BEDROCK_GUARDRAIL" | "SAGEMAKER_ENDPOINT")
|
|
2628
2636
|
attr_accessor region: ::String
|
|
2629
2637
|
attr_accessor service: ::String
|
|
2630
2638
|
attr_accessor cloud_partition: ::String
|