aws-sdk-guardduty 1.89.0 → 1.90.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 +16 -1
- data/lib/aws-sdk-guardduty/client_api.rb +2 -0
- data/lib/aws-sdk-guardduty/types.rb +21 -3
- data/lib/aws-sdk-guardduty.rb +1 -1
- data/sig/types.rbs +4 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 07402bf7edfab9f177dd02dffdbc46ca4f7c994dd482d4e93ed1a0626e343373
|
|
4
|
+
data.tar.gz: 4126992953191c97d2e17420fa6a6d5b505ab30ac90cd3b824b3d5bb847f97a8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f00e87dffb8ad864371b690896cb0571d6fa1bd6f6a1f3a3300328bb4959221ed15d28ce885133dfdfb1ed5363a6a4677263060a79aac873484bc6ad8abc5d01
|
|
7
|
+
data.tar.gz: 23b7d615533735ac18a0fbb00ef3e61cf74c96474ee8c267e7077bd264ec639ad433ce35e538aec23d3fcfa77ff1d9a923c5d1f5a9352908c645d6ba58cb1dd1
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.90.0
|
|
@@ -735,6 +735,8 @@ module Aws::GuardDuty
|
|
|
735
735
|
#
|
|
736
736
|
# * service.action.awsApiCallAction.remoteIpDetails.ipAddressV4
|
|
737
737
|
#
|
|
738
|
+
# * service.action.awsApiCallAction.remoteIpDetails.ipAddressV6
|
|
739
|
+
#
|
|
738
740
|
# * service.action.awsApiCallAction.remoteIpDetails.organization.asn
|
|
739
741
|
#
|
|
740
742
|
# * service.action.awsApiCallAction.remoteIpDetails.organization.asnOrg
|
|
@@ -759,6 +761,8 @@ module Aws::GuardDuty
|
|
|
759
761
|
#
|
|
760
762
|
# * service.action.networkConnectionAction.remoteIpDetails.ipAddressV4
|
|
761
763
|
#
|
|
764
|
+
# * service.action.networkConnectionAction.remoteIpDetails.ipAddressV6
|
|
765
|
+
#
|
|
762
766
|
# * service.action.networkConnectionAction.remoteIpDetails.organization.asn
|
|
763
767
|
#
|
|
764
768
|
# * service.action.networkConnectionAction.remoteIpDetails.organization.asnOrg
|
|
@@ -769,6 +773,8 @@ module Aws::GuardDuty
|
|
|
769
773
|
#
|
|
770
774
|
# * service.action.kubernetesApiCallAction.remoteIpDetails.ipAddressV4
|
|
771
775
|
#
|
|
776
|
+
# * service.action.kubernetesApiCallAction.remoteIpDetails.ipAddressV6
|
|
777
|
+
#
|
|
772
778
|
# * service.action.kubernetesApiCallAction.namespace
|
|
773
779
|
#
|
|
774
780
|
# * service.action.kubernetesApiCallAction.remoteIpDetails.organization.asn
|
|
@@ -779,6 +785,8 @@ module Aws::GuardDuty
|
|
|
779
785
|
#
|
|
780
786
|
# * service.action.networkConnectionAction.localIpDetails.ipAddressV4
|
|
781
787
|
#
|
|
788
|
+
# * service.action.networkConnectionAction.localIpDetails.ipAddressV6
|
|
789
|
+
#
|
|
782
790
|
# * service.action.networkConnectionAction.protocol
|
|
783
791
|
#
|
|
784
792
|
# * service.action.awsApiCallAction.serviceName
|
|
@@ -2305,6 +2313,7 @@ module Aws::GuardDuty
|
|
|
2305
2313
|
# resp.findings[0].service.action.aws_api_call_action.remote_ip_details.geo_location.lat #=> Float
|
|
2306
2314
|
# resp.findings[0].service.action.aws_api_call_action.remote_ip_details.geo_location.lon #=> Float
|
|
2307
2315
|
# resp.findings[0].service.action.aws_api_call_action.remote_ip_details.ip_address_v4 #=> String
|
|
2316
|
+
# resp.findings[0].service.action.aws_api_call_action.remote_ip_details.ip_address_v6 #=> String
|
|
2308
2317
|
# resp.findings[0].service.action.aws_api_call_action.remote_ip_details.organization.asn #=> String
|
|
2309
2318
|
# resp.findings[0].service.action.aws_api_call_action.remote_ip_details.organization.asn_org #=> String
|
|
2310
2319
|
# resp.findings[0].service.action.aws_api_call_action.remote_ip_details.organization.isp #=> String
|
|
@@ -2324,12 +2333,14 @@ module Aws::GuardDuty
|
|
|
2324
2333
|
# resp.findings[0].service.action.network_connection_action.local_port_details.port_name #=> String
|
|
2325
2334
|
# resp.findings[0].service.action.network_connection_action.protocol #=> String
|
|
2326
2335
|
# resp.findings[0].service.action.network_connection_action.local_ip_details.ip_address_v4 #=> String
|
|
2336
|
+
# resp.findings[0].service.action.network_connection_action.local_ip_details.ip_address_v6 #=> String
|
|
2327
2337
|
# resp.findings[0].service.action.network_connection_action.remote_ip_details.city.city_name #=> String
|
|
2328
2338
|
# resp.findings[0].service.action.network_connection_action.remote_ip_details.country.country_code #=> String
|
|
2329
2339
|
# resp.findings[0].service.action.network_connection_action.remote_ip_details.country.country_name #=> String
|
|
2330
2340
|
# resp.findings[0].service.action.network_connection_action.remote_ip_details.geo_location.lat #=> Float
|
|
2331
2341
|
# resp.findings[0].service.action.network_connection_action.remote_ip_details.geo_location.lon #=> Float
|
|
2332
2342
|
# resp.findings[0].service.action.network_connection_action.remote_ip_details.ip_address_v4 #=> String
|
|
2343
|
+
# resp.findings[0].service.action.network_connection_action.remote_ip_details.ip_address_v6 #=> String
|
|
2333
2344
|
# resp.findings[0].service.action.network_connection_action.remote_ip_details.organization.asn #=> String
|
|
2334
2345
|
# resp.findings[0].service.action.network_connection_action.remote_ip_details.organization.asn_org #=> String
|
|
2335
2346
|
# resp.findings[0].service.action.network_connection_action.remote_ip_details.organization.isp #=> String
|
|
@@ -2341,12 +2352,14 @@ module Aws::GuardDuty
|
|
|
2341
2352
|
# resp.findings[0].service.action.port_probe_action.port_probe_details[0].local_port_details.port #=> Integer
|
|
2342
2353
|
# resp.findings[0].service.action.port_probe_action.port_probe_details[0].local_port_details.port_name #=> String
|
|
2343
2354
|
# resp.findings[0].service.action.port_probe_action.port_probe_details[0].local_ip_details.ip_address_v4 #=> String
|
|
2355
|
+
# resp.findings[0].service.action.port_probe_action.port_probe_details[0].local_ip_details.ip_address_v6 #=> String
|
|
2344
2356
|
# resp.findings[0].service.action.port_probe_action.port_probe_details[0].remote_ip_details.city.city_name #=> String
|
|
2345
2357
|
# resp.findings[0].service.action.port_probe_action.port_probe_details[0].remote_ip_details.country.country_code #=> String
|
|
2346
2358
|
# resp.findings[0].service.action.port_probe_action.port_probe_details[0].remote_ip_details.country.country_name #=> String
|
|
2347
2359
|
# resp.findings[0].service.action.port_probe_action.port_probe_details[0].remote_ip_details.geo_location.lat #=> Float
|
|
2348
2360
|
# resp.findings[0].service.action.port_probe_action.port_probe_details[0].remote_ip_details.geo_location.lon #=> Float
|
|
2349
2361
|
# resp.findings[0].service.action.port_probe_action.port_probe_details[0].remote_ip_details.ip_address_v4 #=> String
|
|
2362
|
+
# resp.findings[0].service.action.port_probe_action.port_probe_details[0].remote_ip_details.ip_address_v6 #=> String
|
|
2350
2363
|
# resp.findings[0].service.action.port_probe_action.port_probe_details[0].remote_ip_details.organization.asn #=> String
|
|
2351
2364
|
# resp.findings[0].service.action.port_probe_action.port_probe_details[0].remote_ip_details.organization.asn_org #=> String
|
|
2352
2365
|
# resp.findings[0].service.action.port_probe_action.port_probe_details[0].remote_ip_details.organization.isp #=> String
|
|
@@ -2362,6 +2375,7 @@ module Aws::GuardDuty
|
|
|
2362
2375
|
# resp.findings[0].service.action.kubernetes_api_call_action.remote_ip_details.geo_location.lat #=> Float
|
|
2363
2376
|
# resp.findings[0].service.action.kubernetes_api_call_action.remote_ip_details.geo_location.lon #=> Float
|
|
2364
2377
|
# resp.findings[0].service.action.kubernetes_api_call_action.remote_ip_details.ip_address_v4 #=> String
|
|
2378
|
+
# resp.findings[0].service.action.kubernetes_api_call_action.remote_ip_details.ip_address_v6 #=> String
|
|
2365
2379
|
# resp.findings[0].service.action.kubernetes_api_call_action.remote_ip_details.organization.asn #=> String
|
|
2366
2380
|
# resp.findings[0].service.action.kubernetes_api_call_action.remote_ip_details.organization.asn_org #=> String
|
|
2367
2381
|
# resp.findings[0].service.action.kubernetes_api_call_action.remote_ip_details.organization.isp #=> String
|
|
@@ -2378,6 +2392,7 @@ module Aws::GuardDuty
|
|
|
2378
2392
|
# resp.findings[0].service.action.rds_login_attempt_action.remote_ip_details.geo_location.lat #=> Float
|
|
2379
2393
|
# resp.findings[0].service.action.rds_login_attempt_action.remote_ip_details.geo_location.lon #=> Float
|
|
2380
2394
|
# resp.findings[0].service.action.rds_login_attempt_action.remote_ip_details.ip_address_v4 #=> String
|
|
2395
|
+
# resp.findings[0].service.action.rds_login_attempt_action.remote_ip_details.ip_address_v6 #=> String
|
|
2381
2396
|
# resp.findings[0].service.action.rds_login_attempt_action.remote_ip_details.organization.asn #=> String
|
|
2382
2397
|
# resp.findings[0].service.action.rds_login_attempt_action.remote_ip_details.organization.asn_org #=> String
|
|
2383
2398
|
# resp.findings[0].service.action.rds_login_attempt_action.remote_ip_details.organization.isp #=> String
|
|
@@ -4694,7 +4709,7 @@ module Aws::GuardDuty
|
|
|
4694
4709
|
params: params,
|
|
4695
4710
|
config: config)
|
|
4696
4711
|
context[:gem_name] = 'aws-sdk-guardduty'
|
|
4697
|
-
context[:gem_version] = '1.
|
|
4712
|
+
context[:gem_version] = '1.90.0'
|
|
4698
4713
|
Seahorse::Client::Request.new(handlers, context)
|
|
4699
4714
|
end
|
|
4700
4715
|
|
|
@@ -1526,6 +1526,7 @@ module Aws::GuardDuty
|
|
|
1526
1526
|
ListThreatIntelSetsResponse.struct_class = Types::ListThreatIntelSetsResponse
|
|
1527
1527
|
|
|
1528
1528
|
LocalIpDetails.add_member(:ip_address_v4, Shapes::ShapeRef.new(shape: SensitiveString, location_name: "ipAddressV4"))
|
|
1529
|
+
LocalIpDetails.add_member(:ip_address_v6, Shapes::ShapeRef.new(shape: SensitiveString, location_name: "ipAddressV6"))
|
|
1529
1530
|
LocalIpDetails.struct_class = Types::LocalIpDetails
|
|
1530
1531
|
|
|
1531
1532
|
LocalPortDetails.add_member(:port, Shapes::ShapeRef.new(shape: Integer, location_name: "port"))
|
|
@@ -1817,6 +1818,7 @@ module Aws::GuardDuty
|
|
|
1817
1818
|
RemoteIpDetails.add_member(:country, Shapes::ShapeRef.new(shape: Country, location_name: "country"))
|
|
1818
1819
|
RemoteIpDetails.add_member(:geo_location, Shapes::ShapeRef.new(shape: GeoLocation, location_name: "geoLocation"))
|
|
1819
1820
|
RemoteIpDetails.add_member(:ip_address_v4, Shapes::ShapeRef.new(shape: SensitiveString, location_name: "ipAddressV4"))
|
|
1821
|
+
RemoteIpDetails.add_member(:ip_address_v6, Shapes::ShapeRef.new(shape: SensitiveString, location_name: "ipAddressV6"))
|
|
1820
1822
|
RemoteIpDetails.add_member(:organization, Shapes::ShapeRef.new(shape: Organization, location_name: "organization"))
|
|
1821
1823
|
RemoteIpDetails.struct_class = Types::RemoteIpDetails
|
|
1822
1824
|
|
|
@@ -1306,6 +1306,8 @@ module Aws::GuardDuty
|
|
|
1306
1306
|
#
|
|
1307
1307
|
# * service.action.awsApiCallAction.remoteIpDetails.ipAddressV4
|
|
1308
1308
|
#
|
|
1309
|
+
# * service.action.awsApiCallAction.remoteIpDetails.ipAddressV6
|
|
1310
|
+
#
|
|
1309
1311
|
# * service.action.awsApiCallAction.remoteIpDetails.organization.asn
|
|
1310
1312
|
#
|
|
1311
1313
|
# * service.action.awsApiCallAction.remoteIpDetails.organization.asnOrg
|
|
@@ -1330,6 +1332,8 @@ module Aws::GuardDuty
|
|
|
1330
1332
|
#
|
|
1331
1333
|
# * service.action.networkConnectionAction.remoteIpDetails.ipAddressV4
|
|
1332
1334
|
#
|
|
1335
|
+
# * service.action.networkConnectionAction.remoteIpDetails.ipAddressV6
|
|
1336
|
+
#
|
|
1333
1337
|
# * service.action.networkConnectionAction.remoteIpDetails.organization.asn
|
|
1334
1338
|
#
|
|
1335
1339
|
# * service.action.networkConnectionAction.remoteIpDetails.organization.asnOrg
|
|
@@ -1340,6 +1344,8 @@ module Aws::GuardDuty
|
|
|
1340
1344
|
#
|
|
1341
1345
|
# * service.action.kubernetesApiCallAction.remoteIpDetails.ipAddressV4
|
|
1342
1346
|
#
|
|
1347
|
+
# * service.action.kubernetesApiCallAction.remoteIpDetails.ipAddressV6
|
|
1348
|
+
#
|
|
1343
1349
|
# * service.action.kubernetesApiCallAction.namespace
|
|
1344
1350
|
#
|
|
1345
1351
|
# * service.action.kubernetesApiCallAction.remoteIpDetails.organization.asn
|
|
@@ -1350,6 +1356,8 @@ module Aws::GuardDuty
|
|
|
1350
1356
|
#
|
|
1351
1357
|
# * service.action.networkConnectionAction.localIpDetails.ipAddressV4
|
|
1352
1358
|
#
|
|
1359
|
+
# * service.action.networkConnectionAction.localIpDetails.ipAddressV6
|
|
1360
|
+
#
|
|
1353
1361
|
# * service.action.networkConnectionAction.protocol
|
|
1354
1362
|
#
|
|
1355
1363
|
# * service.action.awsApiCallAction.serviceName
|
|
@@ -5039,11 +5047,16 @@ module Aws::GuardDuty
|
|
|
5039
5047
|
# The IPv4 local address of the connection.
|
|
5040
5048
|
# @return [String]
|
|
5041
5049
|
#
|
|
5050
|
+
# @!attribute [rw] ip_address_v6
|
|
5051
|
+
# The IPv6 local address of the connection.
|
|
5052
|
+
# @return [String]
|
|
5053
|
+
#
|
|
5042
5054
|
# @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/LocalIpDetails AWS API Documentation
|
|
5043
5055
|
#
|
|
5044
5056
|
class LocalIpDetails < Struct.new(
|
|
5045
|
-
:ip_address_v4
|
|
5046
|
-
|
|
5057
|
+
:ip_address_v4,
|
|
5058
|
+
:ip_address_v6)
|
|
5059
|
+
SENSITIVE = [:ip_address_v4, :ip_address_v6]
|
|
5047
5060
|
include Aws::Structure
|
|
5048
5061
|
end
|
|
5049
5062
|
|
|
@@ -6383,6 +6396,10 @@ module Aws::GuardDuty
|
|
|
6383
6396
|
# The IPv4 remote address of the connection.
|
|
6384
6397
|
# @return [String]
|
|
6385
6398
|
#
|
|
6399
|
+
# @!attribute [rw] ip_address_v6
|
|
6400
|
+
# The IPv6 remote address of the connection.
|
|
6401
|
+
# @return [String]
|
|
6402
|
+
#
|
|
6386
6403
|
# @!attribute [rw] organization
|
|
6387
6404
|
# The ISP organization information of the remote IP address.
|
|
6388
6405
|
# @return [Types::Organization]
|
|
@@ -6394,8 +6411,9 @@ module Aws::GuardDuty
|
|
|
6394
6411
|
:country,
|
|
6395
6412
|
:geo_location,
|
|
6396
6413
|
:ip_address_v4,
|
|
6414
|
+
:ip_address_v6,
|
|
6397
6415
|
:organization)
|
|
6398
|
-
SENSITIVE = [:ip_address_v4]
|
|
6416
|
+
SENSITIVE = [:ip_address_v4, :ip_address_v6]
|
|
6399
6417
|
include Aws::Structure
|
|
6400
6418
|
end
|
|
6401
6419
|
|
data/lib/aws-sdk-guardduty.rb
CHANGED
data/sig/types.rbs
CHANGED
|
@@ -1325,7 +1325,8 @@ module Aws::GuardDuty
|
|
|
1325
1325
|
|
|
1326
1326
|
class LocalIpDetails
|
|
1327
1327
|
attr_accessor ip_address_v4: ::String
|
|
1328
|
-
|
|
1328
|
+
attr_accessor ip_address_v6: ::String
|
|
1329
|
+
SENSITIVE: [:ip_address_v4, :ip_address_v6]
|
|
1329
1330
|
end
|
|
1330
1331
|
|
|
1331
1332
|
class LocalPortDetails
|
|
@@ -1674,8 +1675,9 @@ module Aws::GuardDuty
|
|
|
1674
1675
|
attr_accessor country: Types::Country
|
|
1675
1676
|
attr_accessor geo_location: Types::GeoLocation
|
|
1676
1677
|
attr_accessor ip_address_v4: ::String
|
|
1678
|
+
attr_accessor ip_address_v6: ::String
|
|
1677
1679
|
attr_accessor organization: Types::Organization
|
|
1678
|
-
SENSITIVE: [:ip_address_v4]
|
|
1680
|
+
SENSITIVE: [:ip_address_v4, :ip_address_v6]
|
|
1679
1681
|
end
|
|
1680
1682
|
|
|
1681
1683
|
class RemotePortDetails
|
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.90.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-04-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|