aws-sdk-guardduty 1.137.0 → 1.139.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: 2ecc0055048ca37031c696b3b15d843b87f6ca50bd96d381b0c059a56b44f606
4
- data.tar.gz: d53df25af1304a39576655ea16b679d67e3cdbc0c5356392a14ac521f8a7f675
3
+ metadata.gz: 8e9e98ecd84bc0933240bf2ba798fd3ed032650485d99e1c1fc20778e42daa02
4
+ data.tar.gz: 507a863d78d7adefb997018b717330616bcd0579a763fef68c8a077fe3e6848d
5
5
  SHA512:
6
- metadata.gz: 3e3067ac0e74d5c147f89fbf8175c5e87a14cd80165fde172bf1dd963354dfd8286d0391d96ebdb6b77ec881f91f784debe635a5666e92372d05d66f4433dc05
7
- data.tar.gz: fc096363ca448f9a41210cea29ba5f71ab9a2db92328d3e541f390b7e5f2a495763b1614f086419315ae0aa8bc4b459a9203dc1ad6a806ea2eebae24b03c003b
6
+ metadata.gz: fea66d9dd342ec4ec829eee54bfd70748a4f528fc56d6849484005d8be975e2194d4042d7fe17906b299d9e7cdff4b3826d943db298a14c9754550b814119426
7
+ data.tar.gz: 897c40817d9c30e559dcc84aa6e0db27dd1db46b9a5dc386b690f63db7cf20729aa76d2322d5065d4e0deac387350eadf45ca83184670d1062632b68c70bc634
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.139.0 (2025-12-22)
5
+ ------------------
6
+
7
+ * Feature - Make accountIds a required field in GetRemainingFreeTrialDays API to reflect service behavior.
8
+
9
+ 1.138.0 (2025-12-17)
10
+ ------------------
11
+
12
+ * Feature - Add support for dbiResourceId in finding.
13
+
4
14
  1.137.0 (2025-12-09)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.137.0
1
+ 1.139.0
@@ -2903,6 +2903,7 @@ module Aws::GuardDuty
2903
2903
  # resp.findings[0].resource.rds_db_instance_details.engine_version #=> String
2904
2904
  # resp.findings[0].resource.rds_db_instance_details.db_cluster_identifier #=> String
2905
2905
  # resp.findings[0].resource.rds_db_instance_details.db_instance_arn #=> String
2906
+ # resp.findings[0].resource.rds_db_instance_details.dbi_resource_id #=> String
2906
2907
  # resp.findings[0].resource.rds_db_instance_details.tags #=> Array
2907
2908
  # resp.findings[0].resource.rds_db_instance_details.tags[0].key #=> String
2908
2909
  # resp.findings[0].resource.rds_db_instance_details.tags[0].value #=> String
@@ -3995,7 +3996,7 @@ module Aws::GuardDuty
3995
3996
  #
3996
3997
  # [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
3997
3998
  #
3998
- # @option params [Array<String>] :account_ids
3999
+ # @option params [required, Array<String>] :account_ids
3999
4000
  # A list of account identifiers of the GuardDuty member account.
4000
4001
  #
4001
4002
  # @return [Types::GetRemainingFreeTrialDaysResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -4007,7 +4008,7 @@ module Aws::GuardDuty
4007
4008
  #
4008
4009
  # resp = client.get_remaining_free_trial_days({
4009
4010
  # detector_id: "DetectorId", # required
4010
- # account_ids: ["AccountId"],
4011
+ # account_ids: ["AccountId"], # required
4011
4012
  # })
4012
4013
  #
4013
4014
  # @example Response structure
@@ -6516,7 +6517,7 @@ module Aws::GuardDuty
6516
6517
  tracer: tracer
6517
6518
  )
6518
6519
  context[:gem_name] = 'aws-sdk-guardduty'
6519
- context[:gem_version] = '1.137.0'
6520
+ context[:gem_version] = '1.139.0'
6520
6521
  Seahorse::Client::Request.new(handlers, context)
6521
6522
  end
6522
6523
 
@@ -1673,7 +1673,7 @@ module Aws::GuardDuty
1673
1673
  GetOrganizationStatisticsResponse.struct_class = Types::GetOrganizationStatisticsResponse
1674
1674
 
1675
1675
  GetRemainingFreeTrialDaysRequest.add_member(:detector_id, Shapes::ShapeRef.new(shape: DetectorId, required: true, location: "uri", location_name: "detectorId"))
1676
- GetRemainingFreeTrialDaysRequest.add_member(:account_ids, Shapes::ShapeRef.new(shape: AccountIds, location_name: "accountIds"))
1676
+ GetRemainingFreeTrialDaysRequest.add_member(:account_ids, Shapes::ShapeRef.new(shape: AccountIds, required: true, location_name: "accountIds"))
1677
1677
  GetRemainingFreeTrialDaysRequest.struct_class = Types::GetRemainingFreeTrialDaysRequest
1678
1678
 
1679
1679
  GetRemainingFreeTrialDaysResponse.add_member(:accounts, Shapes::ShapeRef.new(shape: AccountFreeTrialInfos, location_name: "accounts"))
@@ -2418,6 +2418,7 @@ module Aws::GuardDuty
2418
2418
  RdsDbInstanceDetails.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "engineVersion"))
2419
2419
  RdsDbInstanceDetails.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "dbClusterIdentifier"))
2420
2420
  RdsDbInstanceDetails.add_member(:db_instance_arn, Shapes::ShapeRef.new(shape: String, location_name: "dbInstanceArn"))
2421
+ RdsDbInstanceDetails.add_member(:dbi_resource_id, Shapes::ShapeRef.new(shape: String, location_name: "dbiResourceId"))
2421
2422
  RdsDbInstanceDetails.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
2422
2423
  RdsDbInstanceDetails.struct_class = Types::RdsDbInstanceDetails
2423
2424
 
@@ -8756,6 +8756,11 @@ module Aws::GuardDuty
8756
8756
  # involved in the finding.
8757
8757
  # @return [String]
8758
8758
  #
8759
+ # @!attribute [rw] dbi_resource_id
8760
+ # The unique ID of the database resource involved in the activity that
8761
+ # prompted GuardDuty to generate the finding.
8762
+ # @return [String]
8763
+ #
8759
8764
  # @!attribute [rw] tags
8760
8765
  # Information about the tag key-value pairs.
8761
8766
  # @return [Array<Types::Tag>]
@@ -8768,6 +8773,7 @@ module Aws::GuardDuty
8768
8773
  :engine_version,
8769
8774
  :db_cluster_identifier,
8770
8775
  :db_instance_arn,
8776
+ :dbi_resource_id,
8771
8777
  :tags)
8772
8778
  SENSITIVE = []
8773
8779
  include Aws::Structure
@@ -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.137.0'
57
+ GEM_VERSION = '1.139.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -776,7 +776,7 @@ module Aws
776
776
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GuardDuty/Client.html#get_remaining_free_trial_days-instance_method
777
777
  def get_remaining_free_trial_days: (
778
778
  detector_id: ::String,
779
- ?account_ids: Array[::String]
779
+ account_ids: Array[::String]
780
780
  ) -> _GetRemainingFreeTrialDaysResponseSuccess
781
781
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetRemainingFreeTrialDaysResponseSuccess
782
782
 
data/sig/types.rbs CHANGED
@@ -2178,6 +2178,7 @@ module Aws::GuardDuty
2178
2178
  attr_accessor engine_version: ::String
2179
2179
  attr_accessor db_cluster_identifier: ::String
2180
2180
  attr_accessor db_instance_arn: ::String
2181
+ attr_accessor dbi_resource_id: ::String
2181
2182
  attr_accessor tags: ::Array[Types::Tag]
2182
2183
  SENSITIVE: []
2183
2184
  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.137.0
4
+ version: 1.139.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services