aws-sdk-guardduty 1.88.0 → 1.90.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 28923545ec34a8af51b106dc0fa4c9326ef492d36070cabce028bc8bf14f4a19
4
- data.tar.gz: df08c8678d87a34a7b1e04625ca036fa909ca87a34abc8152e1a306a18fd136d
3
+ metadata.gz: 07402bf7edfab9f177dd02dffdbc46ca4f7c994dd482d4e93ed1a0626e343373
4
+ data.tar.gz: 4126992953191c97d2e17420fa6a6d5b505ab30ac90cd3b824b3d5bb847f97a8
5
5
  SHA512:
6
- metadata.gz: 7c5d903c115033a8f8a5525dcbe9ee3efa96812cd12370c3a3ac4470a30100fe1150f487386d2d0d5306a2dc1e616cd54c07c2e0fb0472e612620a7a83ddd3c7
7
- data.tar.gz: 51d1132514814621b33667a03d30491d69bfff524922af9ee22a1adcbf1c11f78c191b0d155ccb3db2a58474b1795c26d218543ccdf8d412daa12cd1a015cdaf
6
+ metadata.gz: f00e87dffb8ad864371b690896cb0571d6fa1bd6f6a1f3a3300328bb4959221ed15d28ce885133dfdfb1ed5363a6a4677263060a79aac873484bc6ad8abc5d01
7
+ data.tar.gz: 23b7d615533735ac18a0fbb00ef3e61cf74c96474ee8c267e7077bd264ec639ad433ce35e538aec23d3fcfa77ff1d9a923c5d1f5a9352908c645d6ba58cb1dd1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.90.0 (2024-04-18)
5
+ ------------------
6
+
7
+ * Feature - Added IPv6Address fields for local and remote IP addresses
8
+
9
+ 1.89.0 (2024-03-28)
10
+ ------------------
11
+
12
+ * Feature - Add EC2 support for GuardDuty Runtime Monitoring auto management.
13
+
4
14
  1.88.0 (2024-03-08)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.88.0
1
+ 1.90.0
@@ -582,7 +582,7 @@ module Aws::GuardDuty
582
582
  # status: "ENABLED", # accepts ENABLED, DISABLED
583
583
  # additional_configuration: [
584
584
  # {
585
- # name: "EKS_ADDON_MANAGEMENT", # accepts EKS_ADDON_MANAGEMENT, ECS_FARGATE_AGENT_MANAGEMENT
585
+ # name: "EKS_ADDON_MANAGEMENT", # accepts EKS_ADDON_MANAGEMENT, ECS_FARGATE_AGENT_MANAGEMENT, EC2_AGENT_MANAGEMENT
586
586
  # status: "ENABLED", # accepts ENABLED, DISABLED
587
587
  # },
588
588
  # ],
@@ -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
@@ -990,18 +998,19 @@ module Aws::GuardDuty
990
998
  # existing auto-enable settings for your organization, see
991
999
  # [DescribeOrganizationConfiguration][1].
992
1000
  #
993
- # If you are adding accounts by invitation, before using
994
- # [InviteMembers][2], use `CreateMembers` after GuardDuty has been
995
- # enabled in potential member accounts.
996
- #
997
- # If you disassociate a member from a GuardDuty delegated administrator,
998
- # the member account details obtained from this API, including the
1001
+ # If you disassociate a member account that was added by invitation, the
1002
+ # member account details obtained from this API, including the
999
1003
  # associated email addresses, will be retained. This is done so that the
1000
1004
  # delegated administrator can invoke the [InviteMembers][2] API without
1001
1005
  # the need to invoke the CreateMembers API again. To remove the details
1002
1006
  # associated with a member account, the delegated administrator must
1003
1007
  # invoke the [DeleteMembers][3] API.
1004
1008
  #
1009
+ # When the member accounts added through Organizations are later
1010
+ # disassociated, you (administrator) can't invite them by calling the
1011
+ # InviteMembers API. You can create an association with these member
1012
+ # accounts again only by calling the CreateMembers API.
1013
+ #
1005
1014
  #
1006
1015
  #
1007
1016
  # [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_DescribeOrganizationConfiguration.html
@@ -1591,7 +1600,7 @@ module Aws::GuardDuty
1591
1600
  # resp.features[0].name #=> String, one of "S3_DATA_EVENTS", "EKS_AUDIT_LOGS", "EBS_MALWARE_PROTECTION", "RDS_LOGIN_EVENTS", "EKS_RUNTIME_MONITORING", "LAMBDA_NETWORK_LOGS", "RUNTIME_MONITORING"
1592
1601
  # resp.features[0].auto_enable #=> String, one of "NEW", "NONE", "ALL"
1593
1602
  # resp.features[0].additional_configuration #=> Array
1594
- # resp.features[0].additional_configuration[0].name #=> String, one of "EKS_ADDON_MANAGEMENT", "ECS_FARGATE_AGENT_MANAGEMENT"
1603
+ # resp.features[0].additional_configuration[0].name #=> String, one of "EKS_ADDON_MANAGEMENT", "ECS_FARGATE_AGENT_MANAGEMENT", "EC2_AGENT_MANAGEMENT"
1595
1604
  # resp.features[0].additional_configuration[0].auto_enable #=> String, one of "NEW", "NONE", "ALL"
1596
1605
  # resp.next_token #=> String
1597
1606
  # resp.auto_enable_organization_members #=> String, one of "NEW", "ALL", "NONE"
@@ -1770,6 +1779,19 @@ module Aws::GuardDuty
1770
1779
  # disassociate a member account before removing them from your
1771
1780
  # organization.
1772
1781
  #
1782
+ # If you disassociate a member account that was added by invitation, the
1783
+ # member account details obtained from this API, including the
1784
+ # associated email addresses, will be retained. This is done so that the
1785
+ # delegated administrator can invoke the [InviteMembers][2] API without
1786
+ # the need to invoke the CreateMembers API again. To remove the details
1787
+ # associated with a member account, the delegated administrator must
1788
+ # invoke the [DeleteMembers][3] API.
1789
+ #
1790
+ # When the member accounts added through Organizations are later
1791
+ # disassociated, you (administrator) can't invite them by calling the
1792
+ # InviteMembers API. You can create an association with these member
1793
+ # accounts again only by calling the CreateMembers API.
1794
+ #
1773
1795
  #
1774
1796
  #
1775
1797
  # [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_CreateMembers.html
@@ -1979,7 +2001,7 @@ module Aws::GuardDuty
1979
2001
  # resp.features[0].status #=> String, one of "ENABLED", "DISABLED"
1980
2002
  # resp.features[0].updated_at #=> Time
1981
2003
  # resp.features[0].additional_configuration #=> Array
1982
- # resp.features[0].additional_configuration[0].name #=> String, one of "EKS_ADDON_MANAGEMENT", "ECS_FARGATE_AGENT_MANAGEMENT"
2004
+ # resp.features[0].additional_configuration[0].name #=> String, one of "EKS_ADDON_MANAGEMENT", "ECS_FARGATE_AGENT_MANAGEMENT", "EC2_AGENT_MANAGEMENT"
1983
2005
  # resp.features[0].additional_configuration[0].status #=> String, one of "ENABLED", "DISABLED"
1984
2006
  # resp.features[0].additional_configuration[0].updated_at #=> Time
1985
2007
  #
@@ -2291,6 +2313,7 @@ module Aws::GuardDuty
2291
2313
  # resp.findings[0].service.action.aws_api_call_action.remote_ip_details.geo_location.lat #=> Float
2292
2314
  # resp.findings[0].service.action.aws_api_call_action.remote_ip_details.geo_location.lon #=> Float
2293
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
2294
2317
  # resp.findings[0].service.action.aws_api_call_action.remote_ip_details.organization.asn #=> String
2295
2318
  # resp.findings[0].service.action.aws_api_call_action.remote_ip_details.organization.asn_org #=> String
2296
2319
  # resp.findings[0].service.action.aws_api_call_action.remote_ip_details.organization.isp #=> String
@@ -2310,12 +2333,14 @@ module Aws::GuardDuty
2310
2333
  # resp.findings[0].service.action.network_connection_action.local_port_details.port_name #=> String
2311
2334
  # resp.findings[0].service.action.network_connection_action.protocol #=> String
2312
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
2313
2337
  # resp.findings[0].service.action.network_connection_action.remote_ip_details.city.city_name #=> String
2314
2338
  # resp.findings[0].service.action.network_connection_action.remote_ip_details.country.country_code #=> String
2315
2339
  # resp.findings[0].service.action.network_connection_action.remote_ip_details.country.country_name #=> String
2316
2340
  # resp.findings[0].service.action.network_connection_action.remote_ip_details.geo_location.lat #=> Float
2317
2341
  # resp.findings[0].service.action.network_connection_action.remote_ip_details.geo_location.lon #=> Float
2318
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
2319
2344
  # resp.findings[0].service.action.network_connection_action.remote_ip_details.organization.asn #=> String
2320
2345
  # resp.findings[0].service.action.network_connection_action.remote_ip_details.organization.asn_org #=> String
2321
2346
  # resp.findings[0].service.action.network_connection_action.remote_ip_details.organization.isp #=> String
@@ -2327,12 +2352,14 @@ module Aws::GuardDuty
2327
2352
  # resp.findings[0].service.action.port_probe_action.port_probe_details[0].local_port_details.port #=> Integer
2328
2353
  # resp.findings[0].service.action.port_probe_action.port_probe_details[0].local_port_details.port_name #=> String
2329
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
2330
2356
  # resp.findings[0].service.action.port_probe_action.port_probe_details[0].remote_ip_details.city.city_name #=> String
2331
2357
  # resp.findings[0].service.action.port_probe_action.port_probe_details[0].remote_ip_details.country.country_code #=> String
2332
2358
  # resp.findings[0].service.action.port_probe_action.port_probe_details[0].remote_ip_details.country.country_name #=> String
2333
2359
  # resp.findings[0].service.action.port_probe_action.port_probe_details[0].remote_ip_details.geo_location.lat #=> Float
2334
2360
  # resp.findings[0].service.action.port_probe_action.port_probe_details[0].remote_ip_details.geo_location.lon #=> Float
2335
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
2336
2363
  # resp.findings[0].service.action.port_probe_action.port_probe_details[0].remote_ip_details.organization.asn #=> String
2337
2364
  # resp.findings[0].service.action.port_probe_action.port_probe_details[0].remote_ip_details.organization.asn_org #=> String
2338
2365
  # resp.findings[0].service.action.port_probe_action.port_probe_details[0].remote_ip_details.organization.isp #=> String
@@ -2348,6 +2375,7 @@ module Aws::GuardDuty
2348
2375
  # resp.findings[0].service.action.kubernetes_api_call_action.remote_ip_details.geo_location.lat #=> Float
2349
2376
  # resp.findings[0].service.action.kubernetes_api_call_action.remote_ip_details.geo_location.lon #=> Float
2350
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
2351
2379
  # resp.findings[0].service.action.kubernetes_api_call_action.remote_ip_details.organization.asn #=> String
2352
2380
  # resp.findings[0].service.action.kubernetes_api_call_action.remote_ip_details.organization.asn_org #=> String
2353
2381
  # resp.findings[0].service.action.kubernetes_api_call_action.remote_ip_details.organization.isp #=> String
@@ -2364,6 +2392,7 @@ module Aws::GuardDuty
2364
2392
  # resp.findings[0].service.action.rds_login_attempt_action.remote_ip_details.geo_location.lat #=> Float
2365
2393
  # resp.findings[0].service.action.rds_login_attempt_action.remote_ip_details.geo_location.lon #=> Float
2366
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
2367
2396
  # resp.findings[0].service.action.rds_login_attempt_action.remote_ip_details.organization.asn #=> String
2368
2397
  # resp.findings[0].service.action.rds_login_attempt_action.remote_ip_details.organization.asn_org #=> String
2369
2398
  # resp.findings[0].service.action.rds_login_attempt_action.remote_ip_details.organization.isp #=> String
@@ -2389,6 +2418,7 @@ module Aws::GuardDuty
2389
2418
  # resp.findings[0].service.evidence.threat_intelligence_details[0].threat_list_name #=> String
2390
2419
  # resp.findings[0].service.evidence.threat_intelligence_details[0].threat_names #=> Array
2391
2420
  # resp.findings[0].service.evidence.threat_intelligence_details[0].threat_names[0] #=> String
2421
+ # resp.findings[0].service.evidence.threat_intelligence_details[0].threat_file_sha_256 #=> String
2392
2422
  # resp.findings[0].service.archived #=> Boolean
2393
2423
  # resp.findings[0].service.count #=> Integer
2394
2424
  # resp.findings[0].service.detector_id #=> String
@@ -2512,6 +2542,11 @@ module Aws::GuardDuty
2512
2542
  # resp.findings[0].service.runtime_details.context.iana_protocol_number #=> Integer
2513
2543
  # resp.findings[0].service.runtime_details.context.memory_regions #=> Array
2514
2544
  # resp.findings[0].service.runtime_details.context.memory_regions[0] #=> String
2545
+ # resp.findings[0].service.runtime_details.context.tool_name #=> String
2546
+ # resp.findings[0].service.runtime_details.context.tool_category #=> String
2547
+ # resp.findings[0].service.runtime_details.context.service_name #=> String
2548
+ # resp.findings[0].service.runtime_details.context.command_line_example #=> String
2549
+ # resp.findings[0].service.runtime_details.context.threat_file_path #=> String
2515
2550
  # resp.findings[0].service.detection.anomaly.profiles #=> Hash
2516
2551
  # resp.findings[0].service.detection.anomaly.profiles["String"] #=> Hash
2517
2552
  # resp.findings[0].service.detection.anomaly.profiles["String"]["String"] #=> Array
@@ -2791,7 +2826,7 @@ module Aws::GuardDuty
2791
2826
  # resp.member_data_source_configurations[0].features[0].status #=> String, one of "ENABLED", "DISABLED"
2792
2827
  # resp.member_data_source_configurations[0].features[0].updated_at #=> Time
2793
2828
  # resp.member_data_source_configurations[0].features[0].additional_configuration #=> Array
2794
- # resp.member_data_source_configurations[0].features[0].additional_configuration[0].name #=> String, one of "EKS_ADDON_MANAGEMENT", "ECS_FARGATE_AGENT_MANAGEMENT"
2829
+ # resp.member_data_source_configurations[0].features[0].additional_configuration[0].name #=> String, one of "EKS_ADDON_MANAGEMENT", "ECS_FARGATE_AGENT_MANAGEMENT", "EC2_AGENT_MANAGEMENT"
2795
2830
  # resp.member_data_source_configurations[0].features[0].additional_configuration[0].status #=> String, one of "ENABLED", "DISABLED"
2796
2831
  # resp.member_data_source_configurations[0].features[0].additional_configuration[0].updated_at #=> Time
2797
2832
  # resp.unprocessed_accounts #=> Array
@@ -2876,7 +2911,7 @@ module Aws::GuardDuty
2876
2911
  # resp.organization_details.organization_statistics.count_by_feature[0].name #=> String, one of "S3_DATA_EVENTS", "EKS_AUDIT_LOGS", "EBS_MALWARE_PROTECTION", "RDS_LOGIN_EVENTS", "EKS_RUNTIME_MONITORING", "LAMBDA_NETWORK_LOGS", "RUNTIME_MONITORING"
2877
2912
  # resp.organization_details.organization_statistics.count_by_feature[0].enabled_accounts_count #=> Integer
2878
2913
  # resp.organization_details.organization_statistics.count_by_feature[0].additional_configuration #=> Array
2879
- # resp.organization_details.organization_statistics.count_by_feature[0].additional_configuration[0].name #=> String, one of "EKS_ADDON_MANAGEMENT", "ECS_FARGATE_AGENT_MANAGEMENT"
2914
+ # resp.organization_details.organization_statistics.count_by_feature[0].additional_configuration[0].name #=> String, one of "EKS_ADDON_MANAGEMENT", "ECS_FARGATE_AGENT_MANAGEMENT", "EC2_AGENT_MANAGEMENT"
2880
2915
  # resp.organization_details.organization_statistics.count_by_feature[0].additional_configuration[0].enabled_accounts_count #=> Integer
2881
2916
  #
2882
2917
  # @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/GetOrganizationStatistics AWS API Documentation
@@ -3099,6 +3134,19 @@ module Aws::GuardDuty
3099
3134
  # associated with a member account, you must also invoke
3100
3135
  # [DeleteMembers][5].
3101
3136
  #
3137
+ # If you disassociate a member account that was added by invitation, the
3138
+ # member account details obtained from this API, including the
3139
+ # associated email addresses, will be retained. This is done so that the
3140
+ # delegated administrator can invoke the [InviteMembers][6] API without
3141
+ # the need to invoke the CreateMembers API again. To remove the details
3142
+ # associated with a member account, the delegated administrator must
3143
+ # invoke the [DeleteMembers][5] API.
3144
+ #
3145
+ # When the member accounts added through Organizations are later
3146
+ # disassociated, you (administrator) can't invite them by calling the
3147
+ # InviteMembers API. You can create an association with these member
3148
+ # accounts again only by calling the CreateMembers API.
3149
+ #
3102
3150
  #
3103
3151
  #
3104
3152
  # [1]: https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_organizations.html
@@ -3106,6 +3154,7 @@ module Aws::GuardDuty
3106
3154
  # [3]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_DisassociateMembers.html
3107
3155
  # [4]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_CreateMembers.html
3108
3156
  # [5]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_DeleteMembers.html
3157
+ # [6]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_InviteMembers.html
3109
3158
  #
3110
3159
  # @option params [required, String] :detector_id
3111
3160
  # The unique ID of the detector of the GuardDuty account that you want
@@ -4141,7 +4190,7 @@ module Aws::GuardDuty
4141
4190
  # status: "ENABLED", # accepts ENABLED, DISABLED
4142
4191
  # additional_configuration: [
4143
4192
  # {
4144
- # name: "EKS_ADDON_MANAGEMENT", # accepts EKS_ADDON_MANAGEMENT, ECS_FARGATE_AGENT_MANAGEMENT
4193
+ # name: "EKS_ADDON_MANAGEMENT", # accepts EKS_ADDON_MANAGEMENT, ECS_FARGATE_AGENT_MANAGEMENT, EC2_AGENT_MANAGEMENT
4145
4194
  # status: "ENABLED", # accepts ENABLED, DISABLED
4146
4195
  # },
4147
4196
  # ],
@@ -4430,7 +4479,7 @@ module Aws::GuardDuty
4430
4479
  # status: "ENABLED", # accepts ENABLED, DISABLED
4431
4480
  # additional_configuration: [
4432
4481
  # {
4433
- # name: "EKS_ADDON_MANAGEMENT", # accepts EKS_ADDON_MANAGEMENT, ECS_FARGATE_AGENT_MANAGEMENT
4482
+ # name: "EKS_ADDON_MANAGEMENT", # accepts EKS_ADDON_MANAGEMENT, ECS_FARGATE_AGENT_MANAGEMENT, EC2_AGENT_MANAGEMENT
4434
4483
  # status: "ENABLED", # accepts ENABLED, DISABLED
4435
4484
  # },
4436
4485
  # ],
@@ -4551,7 +4600,7 @@ module Aws::GuardDuty
4551
4600
  # auto_enable: "NEW", # accepts NEW, NONE, ALL
4552
4601
  # additional_configuration: [
4553
4602
  # {
4554
- # name: "EKS_ADDON_MANAGEMENT", # accepts EKS_ADDON_MANAGEMENT, ECS_FARGATE_AGENT_MANAGEMENT
4603
+ # name: "EKS_ADDON_MANAGEMENT", # accepts EKS_ADDON_MANAGEMENT, ECS_FARGATE_AGENT_MANAGEMENT, EC2_AGENT_MANAGEMENT
4555
4604
  # auto_enable: "NEW", # accepts NEW, NONE, ALL
4556
4605
  # },
4557
4606
  # ],
@@ -4660,7 +4709,7 @@ module Aws::GuardDuty
4660
4709
  params: params,
4661
4710
  config: config)
4662
4711
  context[:gem_name] = 'aws-sdk-guardduty'
4663
- context[:gem_version] = '1.88.0'
4712
+ context[:gem_version] = '1.90.0'
4664
4713
  Seahorse::Client::Request.new(handlers, context)
4665
4714
  end
4666
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
 
@@ -1863,6 +1865,11 @@ module Aws::GuardDuty
1863
1865
  RuntimeContext.add_member(:address_family, Shapes::ShapeRef.new(shape: String, location_name: "addressFamily"))
1864
1866
  RuntimeContext.add_member(:iana_protocol_number, Shapes::ShapeRef.new(shape: Integer, location_name: "ianaProtocolNumber"))
1865
1867
  RuntimeContext.add_member(:memory_regions, Shapes::ShapeRef.new(shape: MemoryRegionsList, location_name: "memoryRegions"))
1868
+ RuntimeContext.add_member(:tool_name, Shapes::ShapeRef.new(shape: String, location_name: "toolName"))
1869
+ RuntimeContext.add_member(:tool_category, Shapes::ShapeRef.new(shape: String, location_name: "toolCategory"))
1870
+ RuntimeContext.add_member(:service_name, Shapes::ShapeRef.new(shape: String, location_name: "serviceName"))
1871
+ RuntimeContext.add_member(:command_line_example, Shapes::ShapeRef.new(shape: String, location_name: "commandLineExample"))
1872
+ RuntimeContext.add_member(:threat_file_path, Shapes::ShapeRef.new(shape: String, location_name: "threatFilePath"))
1866
1873
  RuntimeContext.struct_class = Types::RuntimeContext
1867
1874
 
1868
1875
  RuntimeDetails.add_member(:process, Shapes::ShapeRef.new(shape: ProcessDetails, location_name: "process"))
@@ -2044,6 +2051,7 @@ module Aws::GuardDuty
2044
2051
 
2045
2052
  ThreatIntelligenceDetail.add_member(:threat_list_name, Shapes::ShapeRef.new(shape: String, location_name: "threatListName"))
2046
2053
  ThreatIntelligenceDetail.add_member(:threat_names, Shapes::ShapeRef.new(shape: ThreatNames, location_name: "threatNames"))
2054
+ ThreatIntelligenceDetail.add_member(:threat_file_sha_256, Shapes::ShapeRef.new(shape: String, location_name: "threatFileSha256"))
2047
2055
  ThreatIntelligenceDetail.struct_class = Types::ThreatIntelligenceDetail
2048
2056
 
2049
2057
  ThreatIntelligenceDetails.member = Shapes::ShapeRef.new(shape: ThreatIntelligenceDetail)
@@ -808,20 +808,9 @@ module Aws::GuardDuty
808
808
  include Aws::Structure
809
809
  end
810
810
 
811
- # <note markdown="1"> This API is also used when you use GuardDuty Runtime Monitoring for
812
- # your Amazon EC2 instances (currently in preview release) and is
813
- # subject to change. The use of this API is subject to Section 2 of the
814
- # [Amazon Web Services Service Terms][1] ("Betas and Previews").
815
- #
816
- # </note>
817
- #
818
811
  # Contains information about the Amazon EC2 instance runtime coverage
819
812
  # details.
820
813
  #
821
- #
822
- #
823
- # [1]: http://aws.amazon.com/service-terms/
824
- #
825
814
  # @!attribute [rw] instance_id
826
815
  # The Amazon EC2 instance ID.
827
816
  # @return [String]
@@ -1062,19 +1051,8 @@ module Aws::GuardDuty
1062
1051
  # @return [Types::CoverageEcsClusterDetails]
1063
1052
  #
1064
1053
  # @!attribute [rw] ec2_instance_details
1065
- # <note markdown="1"> This API is also used when you use GuardDuty Runtime Monitoring for
1066
- # your Amazon EC2 instances (currently in preview release) and is
1067
- # subject to change. The use of this API is subject to Section 2 of
1068
- # the [Amazon Web Services Service Terms][1] ("Betas and Previews").
1069
- #
1070
- # </note>
1071
- #
1072
1054
  # Information about the Amazon EC2 instance assessed for runtime
1073
1055
  # coverage.
1074
- #
1075
- #
1076
- #
1077
- # [1]: http://aws.amazon.com/service-terms/
1078
1056
  # @return [Types::CoverageEc2InstanceDetails]
1079
1057
  #
1080
1058
  # @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/CoverageResourceDetails AWS API Documentation
@@ -1328,6 +1306,8 @@ module Aws::GuardDuty
1328
1306
  #
1329
1307
  # * service.action.awsApiCallAction.remoteIpDetails.ipAddressV4
1330
1308
  #
1309
+ # * service.action.awsApiCallAction.remoteIpDetails.ipAddressV6
1310
+ #
1331
1311
  # * service.action.awsApiCallAction.remoteIpDetails.organization.asn
1332
1312
  #
1333
1313
  # * service.action.awsApiCallAction.remoteIpDetails.organization.asnOrg
@@ -1352,6 +1332,8 @@ module Aws::GuardDuty
1352
1332
  #
1353
1333
  # * service.action.networkConnectionAction.remoteIpDetails.ipAddressV4
1354
1334
  #
1335
+ # * service.action.networkConnectionAction.remoteIpDetails.ipAddressV6
1336
+ #
1355
1337
  # * service.action.networkConnectionAction.remoteIpDetails.organization.asn
1356
1338
  #
1357
1339
  # * service.action.networkConnectionAction.remoteIpDetails.organization.asnOrg
@@ -1362,6 +1344,8 @@ module Aws::GuardDuty
1362
1344
  #
1363
1345
  # * service.action.kubernetesApiCallAction.remoteIpDetails.ipAddressV4
1364
1346
  #
1347
+ # * service.action.kubernetesApiCallAction.remoteIpDetails.ipAddressV6
1348
+ #
1365
1349
  # * service.action.kubernetesApiCallAction.namespace
1366
1350
  #
1367
1351
  # * service.action.kubernetesApiCallAction.remoteIpDetails.organization.asn
@@ -1372,6 +1356,8 @@ module Aws::GuardDuty
1372
1356
  #
1373
1357
  # * service.action.networkConnectionAction.localIpDetails.ipAddressV4
1374
1358
  #
1359
+ # * service.action.networkConnectionAction.localIpDetails.ipAddressV6
1360
+ #
1375
1361
  # * service.action.networkConnectionAction.protocol
1376
1362
  #
1377
1363
  # * service.action.awsApiCallAction.serviceName
@@ -2549,7 +2535,12 @@ module Aws::GuardDuty
2549
2535
  #
2550
2536
  # @!attribute [rw] domain_with_suffix
2551
2537
  # The second and top level domain involved in the activity that
2552
- # prompted GuardDuty to generate this finding.
2538
+ # potentially prompted GuardDuty to generate this finding. For a list
2539
+ # of top-level and second-level domains, see [public suffix list][1].
2540
+ #
2541
+ #
2542
+ #
2543
+ # [1]: https://publicsuffix.org/
2553
2544
  # @return [String]
2554
2545
  #
2555
2546
  # @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/DnsRequestAction AWS API Documentation
@@ -5056,11 +5047,16 @@ module Aws::GuardDuty
5056
5047
  # The IPv4 local address of the connection.
5057
5048
  # @return [String]
5058
5049
  #
5050
+ # @!attribute [rw] ip_address_v6
5051
+ # The IPv6 local address of the connection.
5052
+ # @return [String]
5053
+ #
5059
5054
  # @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/LocalIpDetails AWS API Documentation
5060
5055
  #
5061
5056
  class LocalIpDetails < Struct.new(
5062
- :ip_address_v4)
5063
- SENSITIVE = [:ip_address_v4]
5057
+ :ip_address_v4,
5058
+ :ip_address_v6)
5059
+ SENSITIVE = [:ip_address_v4, :ip_address_v6]
5064
5060
  include Aws::Structure
5065
5061
  end
5066
5062
 
@@ -6400,6 +6396,10 @@ module Aws::GuardDuty
6400
6396
  # The IPv4 remote address of the connection.
6401
6397
  # @return [String]
6402
6398
  #
6399
+ # @!attribute [rw] ip_address_v6
6400
+ # The IPv6 remote address of the connection.
6401
+ # @return [String]
6402
+ #
6403
6403
  # @!attribute [rw] organization
6404
6404
  # The ISP organization information of the remote IP address.
6405
6405
  # @return [Types::Organization]
@@ -6411,8 +6411,9 @@ module Aws::GuardDuty
6411
6411
  :country,
6412
6412
  :geo_location,
6413
6413
  :ip_address_v4,
6414
+ :ip_address_v6,
6414
6415
  :organization)
6415
- SENSITIVE = [:ip_address_v4]
6416
+ SENSITIVE = [:ip_address_v4, :ip_address_v6]
6416
6417
  include Aws::Structure
6417
6418
  end
6418
6419
 
@@ -6617,6 +6618,28 @@ module Aws::GuardDuty
6617
6618
  # heap.
6618
6619
  # @return [Array<String>]
6619
6620
  #
6621
+ # @!attribute [rw] tool_name
6622
+ # Name of the potentially suspicious tool.
6623
+ # @return [String]
6624
+ #
6625
+ # @!attribute [rw] tool_category
6626
+ # Category that the tool belongs to. Some of the examples are Backdoor
6627
+ # Tool, Pentest Tool, Network Scanner, and Network Sniffer.
6628
+ # @return [String]
6629
+ #
6630
+ # @!attribute [rw] service_name
6631
+ # Name of the security service that has been potentially disabled.
6632
+ # @return [String]
6633
+ #
6634
+ # @!attribute [rw] command_line_example
6635
+ # Example of the command line involved in the suspicious activity.
6636
+ # @return [String]
6637
+ #
6638
+ # @!attribute [rw] threat_file_path
6639
+ # The suspicious file path for which the threat intelligence details
6640
+ # were found.
6641
+ # @return [String]
6642
+ #
6620
6643
  # @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/RuntimeContext AWS API Documentation
6621
6644
  #
6622
6645
  class RuntimeContext < Struct.new(
@@ -6639,7 +6662,12 @@ module Aws::GuardDuty
6639
6662
  :target_process,
6640
6663
  :address_family,
6641
6664
  :iana_protocol_number,
6642
- :memory_regions)
6665
+ :memory_regions,
6666
+ :tool_name,
6667
+ :tool_category,
6668
+ :service_name,
6669
+ :command_line_example,
6670
+ :threat_file_path)
6643
6671
  SENSITIVE = []
6644
6672
  include Aws::Structure
6645
6673
  end
@@ -7388,11 +7416,16 @@ module Aws::GuardDuty
7388
7416
  # triggered the finding.
7389
7417
  # @return [Array<String>]
7390
7418
  #
7419
+ # @!attribute [rw] threat_file_sha_256
7420
+ # SHA256 of the file that generated the finding.
7421
+ # @return [String]
7422
+ #
7391
7423
  # @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/ThreatIntelligenceDetail AWS API Documentation
7392
7424
  #
7393
7425
  class ThreatIntelligenceDetail < Struct.new(
7394
7426
  :threat_list_name,
7395
- :threat_names)
7427
+ :threat_names,
7428
+ :threat_file_sha_256)
7396
7429
  SENSITIVE = []
7397
7430
  include Aws::Structure
7398
7431
  end
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-guardduty/customizations'
52
52
  # @!group service
53
53
  module Aws::GuardDuty
54
54
 
55
- GEM_VERSION = '1.88.0'
55
+ GEM_VERSION = '1.90.0'
56
56
 
57
57
  end
data/sig/client.rbs CHANGED
@@ -136,7 +136,7 @@ module Aws
136
136
  status: ("ENABLED" | "DISABLED")?,
137
137
  additional_configuration: Array[
138
138
  {
139
- name: ("EKS_ADDON_MANAGEMENT" | "ECS_FARGATE_AGENT_MANAGEMENT")?,
139
+ name: ("EKS_ADDON_MANAGEMENT" | "ECS_FARGATE_AGENT_MANAGEMENT" | "EC2_AGENT_MANAGEMENT")?,
140
140
  status: ("ENABLED" | "DISABLED")?
141
141
  },
142
142
  ]?
@@ -948,7 +948,7 @@ module Aws
948
948
  status: ("ENABLED" | "DISABLED")?,
949
949
  additional_configuration: Array[
950
950
  {
951
- name: ("EKS_ADDON_MANAGEMENT" | "ECS_FARGATE_AGENT_MANAGEMENT")?,
951
+ name: ("EKS_ADDON_MANAGEMENT" | "ECS_FARGATE_AGENT_MANAGEMENT" | "EC2_AGENT_MANAGEMENT")?,
952
952
  status: ("ENABLED" | "DISABLED")?
953
953
  },
954
954
  ]?
@@ -1069,7 +1069,7 @@ module Aws
1069
1069
  status: ("ENABLED" | "DISABLED")?,
1070
1070
  additional_configuration: Array[
1071
1071
  {
1072
- name: ("EKS_ADDON_MANAGEMENT" | "ECS_FARGATE_AGENT_MANAGEMENT")?,
1072
+ name: ("EKS_ADDON_MANAGEMENT" | "ECS_FARGATE_AGENT_MANAGEMENT" | "EC2_AGENT_MANAGEMENT")?,
1073
1073
  status: ("ENABLED" | "DISABLED")?
1074
1074
  },
1075
1075
  ]?
@@ -1108,7 +1108,7 @@ module Aws
1108
1108
  auto_enable: ("NEW" | "NONE" | "ALL")?,
1109
1109
  additional_configuration: Array[
1110
1110
  {
1111
- name: ("EKS_ADDON_MANAGEMENT" | "ECS_FARGATE_AGENT_MANAGEMENT")?,
1111
+ name: ("EKS_ADDON_MANAGEMENT" | "ECS_FARGATE_AGENT_MANAGEMENT" | "EC2_AGENT_MANAGEMENT")?,
1112
1112
  auto_enable: ("NEW" | "NONE" | "ALL")?
1113
1113
  },
1114
1114
  ]?
data/sig/types.rbs CHANGED
@@ -582,13 +582,13 @@ module Aws::GuardDuty
582
582
  end
583
583
 
584
584
  class DetectorAdditionalConfiguration
585
- attr_accessor name: ("EKS_ADDON_MANAGEMENT" | "ECS_FARGATE_AGENT_MANAGEMENT")
585
+ attr_accessor name: ("EKS_ADDON_MANAGEMENT" | "ECS_FARGATE_AGENT_MANAGEMENT" | "EC2_AGENT_MANAGEMENT")
586
586
  attr_accessor status: ("ENABLED" | "DISABLED")
587
587
  SENSITIVE: []
588
588
  end
589
589
 
590
590
  class DetectorAdditionalConfigurationResult
591
- attr_accessor name: ("EKS_ADDON_MANAGEMENT" | "ECS_FARGATE_AGENT_MANAGEMENT")
591
+ attr_accessor name: ("EKS_ADDON_MANAGEMENT" | "ECS_FARGATE_AGENT_MANAGEMENT" | "EC2_AGENT_MANAGEMENT")
592
592
  attr_accessor status: ("ENABLED" | "DISABLED")
593
593
  attr_accessor updated_at: ::Time
594
594
  SENSITIVE: []
@@ -1325,7 +1325,8 @@ module Aws::GuardDuty
1325
1325
 
1326
1326
  class LocalIpDetails
1327
1327
  attr_accessor ip_address_v4: ::String
1328
- SENSITIVE: [:ip_address_v4]
1328
+ attr_accessor ip_address_v6: ::String
1329
+ SENSITIVE: [:ip_address_v4, :ip_address_v6]
1329
1330
  end
1330
1331
 
1331
1332
  class LocalPortDetails
@@ -1379,13 +1380,13 @@ module Aws::GuardDuty
1379
1380
  end
1380
1381
 
1381
1382
  class MemberAdditionalConfiguration
1382
- attr_accessor name: ("EKS_ADDON_MANAGEMENT" | "ECS_FARGATE_AGENT_MANAGEMENT")
1383
+ attr_accessor name: ("EKS_ADDON_MANAGEMENT" | "ECS_FARGATE_AGENT_MANAGEMENT" | "EC2_AGENT_MANAGEMENT")
1383
1384
  attr_accessor status: ("ENABLED" | "DISABLED")
1384
1385
  SENSITIVE: []
1385
1386
  end
1386
1387
 
1387
1388
  class MemberAdditionalConfigurationResult
1388
- attr_accessor name: ("EKS_ADDON_MANAGEMENT" | "ECS_FARGATE_AGENT_MANAGEMENT")
1389
+ attr_accessor name: ("EKS_ADDON_MANAGEMENT" | "ECS_FARGATE_AGENT_MANAGEMENT" | "EC2_AGENT_MANAGEMENT")
1389
1390
  attr_accessor status: ("ENABLED" | "DISABLED")
1390
1391
  attr_accessor updated_at: ::Time
1391
1392
  SENSITIVE: []
@@ -1452,13 +1453,13 @@ module Aws::GuardDuty
1452
1453
  end
1453
1454
 
1454
1455
  class OrganizationAdditionalConfiguration
1455
- attr_accessor name: ("EKS_ADDON_MANAGEMENT" | "ECS_FARGATE_AGENT_MANAGEMENT")
1456
+ attr_accessor name: ("EKS_ADDON_MANAGEMENT" | "ECS_FARGATE_AGENT_MANAGEMENT" | "EC2_AGENT_MANAGEMENT")
1456
1457
  attr_accessor auto_enable: ("NEW" | "NONE" | "ALL")
1457
1458
  SENSITIVE: []
1458
1459
  end
1459
1460
 
1460
1461
  class OrganizationAdditionalConfigurationResult
1461
- attr_accessor name: ("EKS_ADDON_MANAGEMENT" | "ECS_FARGATE_AGENT_MANAGEMENT")
1462
+ attr_accessor name: ("EKS_ADDON_MANAGEMENT" | "ECS_FARGATE_AGENT_MANAGEMENT" | "EC2_AGENT_MANAGEMENT")
1462
1463
  attr_accessor auto_enable: ("NEW" | "NONE" | "ALL")
1463
1464
  SENSITIVE: []
1464
1465
  end
@@ -1515,7 +1516,7 @@ module Aws::GuardDuty
1515
1516
  end
1516
1517
 
1517
1518
  class OrganizationFeatureStatisticsAdditionalConfiguration
1518
- attr_accessor name: ("EKS_ADDON_MANAGEMENT" | "ECS_FARGATE_AGENT_MANAGEMENT")
1519
+ attr_accessor name: ("EKS_ADDON_MANAGEMENT" | "ECS_FARGATE_AGENT_MANAGEMENT" | "EC2_AGENT_MANAGEMENT")
1519
1520
  attr_accessor enabled_accounts_count: ::Integer
1520
1521
  SENSITIVE: []
1521
1522
  end
@@ -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
@@ -1726,6 +1728,11 @@ module Aws::GuardDuty
1726
1728
  attr_accessor address_family: ::String
1727
1729
  attr_accessor iana_protocol_number: ::Integer
1728
1730
  attr_accessor memory_regions: ::Array[::String]
1731
+ attr_accessor tool_name: ::String
1732
+ attr_accessor tool_category: ::String
1733
+ attr_accessor service_name: ::String
1734
+ attr_accessor command_line_example: ::String
1735
+ attr_accessor threat_file_path: ::String
1729
1736
  SENSITIVE: []
1730
1737
  end
1731
1738
 
@@ -1940,6 +1947,7 @@ module Aws::GuardDuty
1940
1947
  class ThreatIntelligenceDetail
1941
1948
  attr_accessor threat_list_name: ::String
1942
1949
  attr_accessor threat_names: ::Array[::String]
1950
+ attr_accessor threat_file_sha_256: ::String
1943
1951
  SENSITIVE: []
1944
1952
  end
1945
1953
 
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.88.0
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-03-08 00:00:00.000000000 Z
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