aws-sdk-guardduty 1.138.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: a287e8391e5a9ce9e4934ff383459f0b5a18c8d91bd1af005b34be62841db64e
4
- data.tar.gz: 42385f0437475d96579c0faa75314c2c9be385aa8051800a675ee23f413d0c6d
3
+ metadata.gz: 8e9e98ecd84bc0933240bf2ba798fd3ed032650485d99e1c1fc20778e42daa02
4
+ data.tar.gz: 507a863d78d7adefb997018b717330616bcd0579a763fef68c8a077fe3e6848d
5
5
  SHA512:
6
- metadata.gz: eca9f188bc731895400d6d42284d1fa053be0a0915b144c9284b362c10dfb0933d59021ce21c6a67344922b9e8947605ed51e643d094d90e374521f1f73c1434
7
- data.tar.gz: b4201583c7141656b99f304b535db5479acbad3cb6ba60ee0e680784e5e12d1306f7b51d8adbd367d291ba1400f42f1846867bfec4ef2522afe71b0e88333697
6
+ metadata.gz: fea66d9dd342ec4ec829eee54bfd70748a4f528fc56d6849484005d8be975e2194d4042d7fe17906b299d9e7cdff4b3826d943db298a14c9754550b814119426
7
+ data.tar.gz: 897c40817d9c30e559dcc84aa6e0db27dd1db46b9a5dc386b690f63db7cf20729aa76d2322d5065d4e0deac387350eadf45ca83184670d1062632b68c70bc634
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.138.0 (2025-12-17)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.138.0
1
+ 1.139.0
@@ -3996,7 +3996,7 @@ module Aws::GuardDuty
3996
3996
  #
3997
3997
  # [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
3998
3998
  #
3999
- # @option params [Array<String>] :account_ids
3999
+ # @option params [required, Array<String>] :account_ids
4000
4000
  # A list of account identifiers of the GuardDuty member account.
4001
4001
  #
4002
4002
  # @return [Types::GetRemainingFreeTrialDaysResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -4008,7 +4008,7 @@ module Aws::GuardDuty
4008
4008
  #
4009
4009
  # resp = client.get_remaining_free_trial_days({
4010
4010
  # detector_id: "DetectorId", # required
4011
- # account_ids: ["AccountId"],
4011
+ # account_ids: ["AccountId"], # required
4012
4012
  # })
4013
4013
  #
4014
4014
  # @example Response structure
@@ -6517,7 +6517,7 @@ module Aws::GuardDuty
6517
6517
  tracer: tracer
6518
6518
  )
6519
6519
  context[:gem_name] = 'aws-sdk-guardduty'
6520
- context[:gem_version] = '1.138.0'
6520
+ context[:gem_version] = '1.139.0'
6521
6521
  Seahorse::Client::Request.new(handlers, context)
6522
6522
  end
6523
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"))
@@ -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.138.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
 
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.138.0
4
+ version: 1.139.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services