aws-sdk-guardduty 1.104.0 → 1.106.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.
@@ -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.104.0'
57
+ GEM_VERSION = '1.106.0'
58
58
 
59
59
  end
60
60
 
data/sig/types.rbs CHANGED
@@ -1781,6 +1781,17 @@ module Aws::GuardDuty
1781
1781
  SENSITIVE: []
1782
1782
  end
1783
1783
 
1784
+ class RdsLimitlessDbDetails
1785
+ attr_accessor db_shard_group_identifier: ::String
1786
+ attr_accessor db_shard_group_resource_id: ::String
1787
+ attr_accessor db_shard_group_arn: ::String
1788
+ attr_accessor engine: ::String
1789
+ attr_accessor engine_version: ::String
1790
+ attr_accessor db_cluster_identifier: ::String
1791
+ attr_accessor tags: ::Array[Types::Tag]
1792
+ SENSITIVE: []
1793
+ end
1794
+
1784
1795
  class RdsLoginAttemptAction
1785
1796
  attr_accessor remote_ip_details: Types::RemoteIpDetails
1786
1797
  attr_accessor login_attributes: ::Array[Types::LoginAttribute]
@@ -1820,6 +1831,7 @@ module Aws::GuardDuty
1820
1831
  attr_accessor ecs_cluster_details: Types::EcsClusterDetails
1821
1832
  attr_accessor container_details: Types::Container
1822
1833
  attr_accessor rds_db_instance_details: Types::RdsDbInstanceDetails
1834
+ attr_accessor rds_limitless_db_details: Types::RdsLimitlessDbDetails
1823
1835
  attr_accessor rds_db_user_details: Types::RdsDbUserDetails
1824
1836
  attr_accessor lambda_details: Types::LambdaDetails
1825
1837
  SENSITIVE: []
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-guardduty
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.104.0
4
+ version: 1.106.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-11 00:00:00.000000000 Z
11
+ date: 2024-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.207.0
22
+ version: 3.210.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.207.0
32
+ version: 3.210.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement