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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-guardduty/client.rb +362 -3
- data/lib/aws-sdk-guardduty/client_api.rb +11 -0
- data/lib/aws-sdk-guardduty/endpoint_parameters.rb +9 -6
- data/lib/aws-sdk-guardduty/endpoints.rb +2 -812
- data/lib/aws-sdk-guardduty/plugins/endpoints.rb +1 -154
- data/lib/aws-sdk-guardduty/types.rb +424 -7
- data/lib/aws-sdk-guardduty.rb +1 -1
- data/sig/types.rbs +12 -0
- metadata +4 -4
data/lib/aws-sdk-guardduty.rb
CHANGED
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.
|
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-
|
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.
|
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.
|
32
|
+
version: 3.210.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|