aws-sdk-guardduty 1.87.0 → 1.89.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: f65ec1425196f2ee15974da2d6574666be9a660203529a63a3d310c6b9fa1028
4
- data.tar.gz: a1b0a489c3995991432f60c3af92db31e9cfce93945af9f1b66cc7ada485b54e
3
+ metadata.gz: 17b65972af65719879325e2105b93afa525189c5851a519d735654f8282ea2fc
4
+ data.tar.gz: f1b9299e18b7f95e4cb643e3a655756b6decad4ecd590d69c452b86e9e27b6e5
5
5
  SHA512:
6
- metadata.gz: f89de28ad36850f57d7d40465f75a0df2a355157e5fb0197461be41b598e1486968e911a1bbe0a781a793b5e12e7779ef05101e9a01abac3faae3f845202ecda
7
- data.tar.gz: 9c6fa8c45db4b83cbbd39f8476a8e30b12e92dd53247702166b54109521a98127205b345f2b12161b75fe994142f235ce39e441dfd7443d5ea6690389081ef2d
6
+ metadata.gz: 8a7139d8178d2b490ca621c8656b20c57043ade1900ddd37127ddf4a902b01967ed0bf0f4cbef0bde52fdcd8a9f4b5cba555fa3d43e81391ebb2668aef27bfd3
7
+ data.tar.gz: cecdd4ccab6555b0ab9befacf0c6db6ba16f6354a9c0db764712da5295356a5f3325eec2a02c06a00cc0409de687548dd5503bb87db0979fc4e08692ec8e132c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.89.0 (2024-03-28)
5
+ ------------------
6
+
7
+ * Feature - Add EC2 support for GuardDuty Runtime Monitoring auto management.
8
+
9
+ 1.88.0 (2024-03-08)
10
+ ------------------
11
+
12
+ * Feature - Add RDS Provisioned and Serverless Usage types
13
+
4
14
  1.87.0 (2024-01-26)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.87.0
1
+ 1.89.0
@@ -487,20 +487,35 @@ module Aws::GuardDuty
487
487
  req.send_request(options)
488
488
  end
489
489
 
490
- # Creates a single Amazon GuardDuty detector. A detector is a resource
491
- # that represents the GuardDuty service. To start using GuardDuty, you
492
- # must create a detector in each Region where you enable the service.
493
- # You can have only one detector per account per Region. All data
494
- # sources are enabled in a new detector by default.
490
+ # Creates a single GuardDuty detector. A detector is a resource that
491
+ # represents the GuardDuty service. To start using GuardDuty, you must
492
+ # create a detector in each Region where you enable the service. You can
493
+ # have only one detector per account per Region. All data sources are
494
+ # enabled in a new detector by default.
495
+ #
496
+ # * When you don't specify any `features`, with an exception to
497
+ # `RUNTIME_MONITORING`, all the optional features are enabled by
498
+ # default.
499
+ #
500
+ # * When you specify some of the `features`, any feature that is not
501
+ # specified in the API call gets enabled by default, with an exception
502
+ # to `RUNTIME_MONITORING`.
503
+ #
504
+ # Specifying both EKS Runtime Monitoring (`EKS_RUNTIME_MONITORING`) and
505
+ # Runtime Monitoring (`RUNTIME_MONITORING`) will cause an error. You can
506
+ # add only one of these two features because Runtime Monitoring already
507
+ # includes the threat detection for Amazon EKS resources. For more
508
+ # information, see [Runtime Monitoring][1].
495
509
  #
496
510
  # There might be regional differences because some data sources might
497
511
  # not be available in all the Amazon Web Services Regions where
498
512
  # GuardDuty is presently supported. For more information, see [Regions
499
- # and endpoints][1].
513
+ # and endpoints][2].
500
514
  #
501
515
  #
502
516
  #
503
- # [1]: https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_regions.html
517
+ # [1]: https://docs.aws.amazon.com/guardduty/latest/ug/runtime-monitoring.html
518
+ # [2]: https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_regions.html
504
519
  #
505
520
  # @option params [required, Boolean] :enable
506
521
  # A Boolean value that specifies whether the detector is to be enabled.
@@ -567,7 +582,7 @@ module Aws::GuardDuty
567
582
  # status: "ENABLED", # accepts ENABLED, DISABLED
568
583
  # additional_configuration: [
569
584
  # {
570
- # 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
571
586
  # status: "ENABLED", # accepts ENABLED, DISABLED
572
587
  # },
573
588
  # ],
@@ -975,18 +990,19 @@ module Aws::GuardDuty
975
990
  # existing auto-enable settings for your organization, see
976
991
  # [DescribeOrganizationConfiguration][1].
977
992
  #
978
- # If you are adding accounts by invitation, before using
979
- # [InviteMembers][2], use `CreateMembers` after GuardDuty has been
980
- # enabled in potential member accounts.
981
- #
982
- # If you disassociate a member from a GuardDuty delegated administrator,
983
- # the member account details obtained from this API, including the
993
+ # If you disassociate a member account that was added by invitation, the
994
+ # member account details obtained from this API, including the
984
995
  # associated email addresses, will be retained. This is done so that the
985
996
  # delegated administrator can invoke the [InviteMembers][2] API without
986
997
  # the need to invoke the CreateMembers API again. To remove the details
987
998
  # associated with a member account, the delegated administrator must
988
999
  # invoke the [DeleteMembers][3] API.
989
1000
  #
1001
+ # When the member accounts added through Organizations are later
1002
+ # disassociated, you (administrator) can't invite them by calling the
1003
+ # InviteMembers API. You can create an association with these member
1004
+ # accounts again only by calling the CreateMembers API.
1005
+ #
990
1006
  #
991
1007
  #
992
1008
  # [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_DescribeOrganizationConfiguration.html
@@ -1576,7 +1592,7 @@ module Aws::GuardDuty
1576
1592
  # 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"
1577
1593
  # resp.features[0].auto_enable #=> String, one of "NEW", "NONE", "ALL"
1578
1594
  # resp.features[0].additional_configuration #=> Array
1579
- # resp.features[0].additional_configuration[0].name #=> String, one of "EKS_ADDON_MANAGEMENT", "ECS_FARGATE_AGENT_MANAGEMENT"
1595
+ # resp.features[0].additional_configuration[0].name #=> String, one of "EKS_ADDON_MANAGEMENT", "ECS_FARGATE_AGENT_MANAGEMENT", "EC2_AGENT_MANAGEMENT"
1580
1596
  # resp.features[0].additional_configuration[0].auto_enable #=> String, one of "NEW", "NONE", "ALL"
1581
1597
  # resp.next_token #=> String
1582
1598
  # resp.auto_enable_organization_members #=> String, one of "NEW", "ALL", "NONE"
@@ -1755,6 +1771,19 @@ module Aws::GuardDuty
1755
1771
  # disassociate a member account before removing them from your
1756
1772
  # organization.
1757
1773
  #
1774
+ # If you disassociate a member account that was added by invitation, the
1775
+ # member account details obtained from this API, including the
1776
+ # associated email addresses, will be retained. This is done so that the
1777
+ # delegated administrator can invoke the [InviteMembers][2] API without
1778
+ # the need to invoke the CreateMembers API again. To remove the details
1779
+ # associated with a member account, the delegated administrator must
1780
+ # invoke the [DeleteMembers][3] API.
1781
+ #
1782
+ # When the member accounts added through Organizations are later
1783
+ # disassociated, you (administrator) can't invite them by calling the
1784
+ # InviteMembers API. You can create an association with these member
1785
+ # accounts again only by calling the CreateMembers API.
1786
+ #
1758
1787
  #
1759
1788
  #
1760
1789
  # [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_CreateMembers.html
@@ -1964,7 +1993,7 @@ module Aws::GuardDuty
1964
1993
  # resp.features[0].status #=> String, one of "ENABLED", "DISABLED"
1965
1994
  # resp.features[0].updated_at #=> Time
1966
1995
  # resp.features[0].additional_configuration #=> Array
1967
- # resp.features[0].additional_configuration[0].name #=> String, one of "EKS_ADDON_MANAGEMENT", "ECS_FARGATE_AGENT_MANAGEMENT"
1996
+ # resp.features[0].additional_configuration[0].name #=> String, one of "EKS_ADDON_MANAGEMENT", "ECS_FARGATE_AGENT_MANAGEMENT", "EC2_AGENT_MANAGEMENT"
1968
1997
  # resp.features[0].additional_configuration[0].status #=> String, one of "ENABLED", "DISABLED"
1969
1998
  # resp.features[0].additional_configuration[0].updated_at #=> Time
1970
1999
  #
@@ -2374,6 +2403,7 @@ module Aws::GuardDuty
2374
2403
  # resp.findings[0].service.evidence.threat_intelligence_details[0].threat_list_name #=> String
2375
2404
  # resp.findings[0].service.evidence.threat_intelligence_details[0].threat_names #=> Array
2376
2405
  # resp.findings[0].service.evidence.threat_intelligence_details[0].threat_names[0] #=> String
2406
+ # resp.findings[0].service.evidence.threat_intelligence_details[0].threat_file_sha_256 #=> String
2377
2407
  # resp.findings[0].service.archived #=> Boolean
2378
2408
  # resp.findings[0].service.count #=> Integer
2379
2409
  # resp.findings[0].service.detector_id #=> String
@@ -2497,6 +2527,11 @@ module Aws::GuardDuty
2497
2527
  # resp.findings[0].service.runtime_details.context.iana_protocol_number #=> Integer
2498
2528
  # resp.findings[0].service.runtime_details.context.memory_regions #=> Array
2499
2529
  # resp.findings[0].service.runtime_details.context.memory_regions[0] #=> String
2530
+ # resp.findings[0].service.runtime_details.context.tool_name #=> String
2531
+ # resp.findings[0].service.runtime_details.context.tool_category #=> String
2532
+ # resp.findings[0].service.runtime_details.context.service_name #=> String
2533
+ # resp.findings[0].service.runtime_details.context.command_line_example #=> String
2534
+ # resp.findings[0].service.runtime_details.context.threat_file_path #=> String
2500
2535
  # resp.findings[0].service.detection.anomaly.profiles #=> Hash
2501
2536
  # resp.findings[0].service.detection.anomaly.profiles["String"] #=> Hash
2502
2537
  # resp.findings[0].service.detection.anomaly.profiles["String"]["String"] #=> Array
@@ -2527,6 +2562,14 @@ module Aws::GuardDuty
2527
2562
  # Lists Amazon GuardDuty findings statistics for the specified detector
2528
2563
  # ID.
2529
2564
  #
2565
+ # There might be regional differences because some flags might not be
2566
+ # available in all the Regions where GuardDuty is currently supported.
2567
+ # For more information, see [Regions and endpoints][1].
2568
+ #
2569
+ #
2570
+ #
2571
+ # [1]: https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_regions.html
2572
+ #
2530
2573
  # @option params [required, String] :detector_id
2531
2574
  # The ID of the detector that specifies the GuardDuty service whose
2532
2575
  # findings' statistics you want to retrieve.
@@ -2768,7 +2811,7 @@ module Aws::GuardDuty
2768
2811
  # resp.member_data_source_configurations[0].features[0].status #=> String, one of "ENABLED", "DISABLED"
2769
2812
  # resp.member_data_source_configurations[0].features[0].updated_at #=> Time
2770
2813
  # resp.member_data_source_configurations[0].features[0].additional_configuration #=> Array
2771
- # resp.member_data_source_configurations[0].features[0].additional_configuration[0].name #=> String, one of "EKS_ADDON_MANAGEMENT", "ECS_FARGATE_AGENT_MANAGEMENT"
2814
+ # 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"
2772
2815
  # resp.member_data_source_configurations[0].features[0].additional_configuration[0].status #=> String, one of "ENABLED", "DISABLED"
2773
2816
  # resp.member_data_source_configurations[0].features[0].additional_configuration[0].updated_at #=> Time
2774
2817
  # resp.unprocessed_accounts #=> Array
@@ -2831,12 +2874,12 @@ module Aws::GuardDuty
2831
2874
  req.send_request(options)
2832
2875
  end
2833
2876
 
2834
- # Retrieves how many active member accounts in your Amazon Web Services
2835
- # organization have each feature enabled within GuardDuty. Only a
2836
- # delegated GuardDuty administrator of an organization can run this API.
2877
+ # Retrieves how many active member accounts have each feature enabled
2878
+ # within GuardDuty. Only a delegated GuardDuty administrator of an
2879
+ # organization can run this API.
2837
2880
  #
2838
- # When you create a new Amazon Web Services organization, it might take
2839
- # up to 24 hours to generate the statistics for the entire organization.
2881
+ # When you create a new organization, it might take up to 24 hours to
2882
+ # generate the statistics for the entire organization.
2840
2883
  #
2841
2884
  # @return [Types::GetOrganizationStatisticsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2842
2885
  #
@@ -2853,7 +2896,7 @@ module Aws::GuardDuty
2853
2896
  # 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"
2854
2897
  # resp.organization_details.organization_statistics.count_by_feature[0].enabled_accounts_count #=> Integer
2855
2898
  # resp.organization_details.organization_statistics.count_by_feature[0].additional_configuration #=> Array
2856
- # resp.organization_details.organization_statistics.count_by_feature[0].additional_configuration[0].name #=> String, one of "EKS_ADDON_MANAGEMENT", "ECS_FARGATE_AGENT_MANAGEMENT"
2899
+ # 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"
2857
2900
  # resp.organization_details.organization_statistics.count_by_feature[0].additional_configuration[0].enabled_accounts_count #=> Integer
2858
2901
  #
2859
2902
  # @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/GetOrganizationStatistics AWS API Documentation
@@ -3006,7 +3049,7 @@ module Aws::GuardDuty
3006
3049
  # account_ids: ["AccountId"],
3007
3050
  # data_sources: ["FLOW_LOGS"], # accepts FLOW_LOGS, CLOUD_TRAIL, DNS_LOGS, S3_LOGS, KUBERNETES_AUDIT_LOGS, EC2_MALWARE_SCAN
3008
3051
  # resources: ["String"],
3009
- # features: ["FLOW_LOGS"], # accepts FLOW_LOGS, CLOUD_TRAIL, DNS_LOGS, S3_DATA_EVENTS, EKS_AUDIT_LOGS, EBS_MALWARE_PROTECTION, RDS_LOGIN_EVENTS, LAMBDA_NETWORK_LOGS, EKS_RUNTIME_MONITORING, FARGATE_RUNTIME_MONITORING, EC2_RUNTIME_MONITORING
3052
+ # features: ["FLOW_LOGS"], # accepts FLOW_LOGS, CLOUD_TRAIL, DNS_LOGS, S3_DATA_EVENTS, EKS_AUDIT_LOGS, EBS_MALWARE_PROTECTION, RDS_LOGIN_EVENTS, LAMBDA_NETWORK_LOGS, EKS_RUNTIME_MONITORING, FARGATE_RUNTIME_MONITORING, EC2_RUNTIME_MONITORING, RDS_DBI_PROTECTION_PROVISIONED, RDS_DBI_PROTECTION_SERVERLESS
3010
3053
  # },
3011
3054
  # unit: "String",
3012
3055
  # max_results: 1,
@@ -3020,7 +3063,7 @@ module Aws::GuardDuty
3020
3063
  # resp.usage_statistics.sum_by_account[0].total.amount #=> String
3021
3064
  # resp.usage_statistics.sum_by_account[0].total.unit #=> String
3022
3065
  # resp.usage_statistics.top_accounts_by_feature #=> Array
3023
- # resp.usage_statistics.top_accounts_by_feature[0].feature #=> String, one of "FLOW_LOGS", "CLOUD_TRAIL", "DNS_LOGS", "S3_DATA_EVENTS", "EKS_AUDIT_LOGS", "EBS_MALWARE_PROTECTION", "RDS_LOGIN_EVENTS", "LAMBDA_NETWORK_LOGS", "EKS_RUNTIME_MONITORING", "FARGATE_RUNTIME_MONITORING", "EC2_RUNTIME_MONITORING"
3066
+ # resp.usage_statistics.top_accounts_by_feature[0].feature #=> String, one of "FLOW_LOGS", "CLOUD_TRAIL", "DNS_LOGS", "S3_DATA_EVENTS", "EKS_AUDIT_LOGS", "EBS_MALWARE_PROTECTION", "RDS_LOGIN_EVENTS", "LAMBDA_NETWORK_LOGS", "EKS_RUNTIME_MONITORING", "FARGATE_RUNTIME_MONITORING", "EC2_RUNTIME_MONITORING", "RDS_DBI_PROTECTION_PROVISIONED", "RDS_DBI_PROTECTION_SERVERLESS"
3024
3067
  # resp.usage_statistics.top_accounts_by_feature[0].accounts #=> Array
3025
3068
  # resp.usage_statistics.top_accounts_by_feature[0].accounts[0].account_id #=> String
3026
3069
  # resp.usage_statistics.top_accounts_by_feature[0].accounts[0].total.amount #=> String
@@ -3038,7 +3081,7 @@ module Aws::GuardDuty
3038
3081
  # resp.usage_statistics.top_resources[0].total.amount #=> String
3039
3082
  # resp.usage_statistics.top_resources[0].total.unit #=> String
3040
3083
  # resp.usage_statistics.sum_by_feature #=> Array
3041
- # resp.usage_statistics.sum_by_feature[0].feature #=> String, one of "FLOW_LOGS", "CLOUD_TRAIL", "DNS_LOGS", "S3_DATA_EVENTS", "EKS_AUDIT_LOGS", "EBS_MALWARE_PROTECTION", "RDS_LOGIN_EVENTS", "LAMBDA_NETWORK_LOGS", "EKS_RUNTIME_MONITORING", "FARGATE_RUNTIME_MONITORING", "EC2_RUNTIME_MONITORING"
3084
+ # resp.usage_statistics.sum_by_feature[0].feature #=> String, one of "FLOW_LOGS", "CLOUD_TRAIL", "DNS_LOGS", "S3_DATA_EVENTS", "EKS_AUDIT_LOGS", "EBS_MALWARE_PROTECTION", "RDS_LOGIN_EVENTS", "LAMBDA_NETWORK_LOGS", "EKS_RUNTIME_MONITORING", "FARGATE_RUNTIME_MONITORING", "EC2_RUNTIME_MONITORING", "RDS_DBI_PROTECTION_PROVISIONED", "RDS_DBI_PROTECTION_SERVERLESS"
3042
3085
  # resp.usage_statistics.sum_by_feature[0].total.amount #=> String
3043
3086
  # resp.usage_statistics.sum_by_feature[0].total.unit #=> String
3044
3087
  # resp.next_token #=> String
@@ -3076,6 +3119,19 @@ module Aws::GuardDuty
3076
3119
  # associated with a member account, you must also invoke
3077
3120
  # [DeleteMembers][5].
3078
3121
  #
3122
+ # If you disassociate a member account that was added by invitation, the
3123
+ # member account details obtained from this API, including the
3124
+ # associated email addresses, will be retained. This is done so that the
3125
+ # delegated administrator can invoke the [InviteMembers][6] API without
3126
+ # the need to invoke the CreateMembers API again. To remove the details
3127
+ # associated with a member account, the delegated administrator must
3128
+ # invoke the [DeleteMembers][5] API.
3129
+ #
3130
+ # When the member accounts added through Organizations are later
3131
+ # disassociated, you (administrator) can't invite them by calling the
3132
+ # InviteMembers API. You can create an association with these member
3133
+ # accounts again only by calling the CreateMembers API.
3134
+ #
3079
3135
  #
3080
3136
  #
3081
3137
  # [1]: https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_organizations.html
@@ -3083,6 +3139,7 @@ module Aws::GuardDuty
3083
3139
  # [3]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_DisassociateMembers.html
3084
3140
  # [4]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_CreateMembers.html
3085
3141
  # [5]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_DeleteMembers.html
3142
+ # [6]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_InviteMembers.html
3086
3143
  #
3087
3144
  # @option params [required, String] :detector_id
3088
3145
  # The unique ID of the detector of the GuardDuty account that you want
@@ -3315,7 +3372,15 @@ module Aws::GuardDuty
3315
3372
  req.send_request(options)
3316
3373
  end
3317
3374
 
3318
- # Lists Amazon GuardDuty findings for the specified detector ID.
3375
+ # Lists GuardDuty findings for the specified detector ID.
3376
+ #
3377
+ # There might be regional differences because some flags might not be
3378
+ # available in all the Regions where GuardDuty is currently supported.
3379
+ # For more information, see [Regions and endpoints][1].
3380
+ #
3381
+ #
3382
+ #
3383
+ # [1]: https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_regions.html
3319
3384
  #
3320
3385
  # @option params [required, String] :detector_id
3321
3386
  # The ID of the detector that specifies the GuardDuty service whose
@@ -3836,11 +3901,16 @@ module Aws::GuardDuty
3836
3901
  end
3837
3902
 
3838
3903
  # Initiates the malware scan. Invoking this API will automatically
3839
- # create the [Service-linked role ][1] in the corresponding account.
3904
+ # create the [Service-linked role][1] in the corresponding account.
3905
+ #
3906
+ # When the malware scan starts, you can use the associated scan ID to
3907
+ # track the status of the scan. For more information, see
3908
+ # [DescribeMalwareScans][2].
3840
3909
  #
3841
3910
  #
3842
3911
  #
3843
3912
  # [1]: https://docs.aws.amazon.com/guardduty/latest/ug/slr-permissions-malware-protection.html
3913
+ # [2]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_DescribeMalwareScans.html
3844
3914
  #
3845
3915
  # @option params [required, String] :resource_arn
3846
3916
  # Amazon Resource Name (ARN) of the resource for which you invoked the
@@ -4033,16 +4103,23 @@ module Aws::GuardDuty
4033
4103
  req.send_request(options)
4034
4104
  end
4035
4105
 
4036
- # Updates the Amazon GuardDuty detector specified by the detectorId.
4106
+ # Updates the GuardDuty detector specified by the detector ID.
4107
+ #
4108
+ # Specifying both EKS Runtime Monitoring (`EKS_RUNTIME_MONITORING`) and
4109
+ # Runtime Monitoring (`RUNTIME_MONITORING`) will cause an error. You can
4110
+ # add only one of these two features because Runtime Monitoring already
4111
+ # includes the threat detection for Amazon EKS resources. For more
4112
+ # information, see [Runtime Monitoring][1].
4037
4113
  #
4038
4114
  # There might be regional differences because some data sources might
4039
4115
  # not be available in all the Amazon Web Services Regions where
4040
4116
  # GuardDuty is presently supported. For more information, see [Regions
4041
- # and endpoints][1].
4117
+ # and endpoints][2].
4042
4118
  #
4043
4119
  #
4044
4120
  #
4045
- # [1]: https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_regions.html
4121
+ # [1]: https://docs.aws.amazon.com/guardduty/latest/ug/runtime-monitoring.html
4122
+ # [2]: https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_regions.html
4046
4123
  #
4047
4124
  # @option params [required, String] :detector_id
4048
4125
  # The unique ID of the detector to update.
@@ -4098,7 +4175,7 @@ module Aws::GuardDuty
4098
4175
  # status: "ENABLED", # accepts ENABLED, DISABLED
4099
4176
  # additional_configuration: [
4100
4177
  # {
4101
- # name: "EKS_ADDON_MANAGEMENT", # accepts EKS_ADDON_MANAGEMENT, ECS_FARGATE_AGENT_MANAGEMENT
4178
+ # name: "EKS_ADDON_MANAGEMENT", # accepts EKS_ADDON_MANAGEMENT, ECS_FARGATE_AGENT_MANAGEMENT, EC2_AGENT_MANAGEMENT
4102
4179
  # status: "ENABLED", # accepts ENABLED, DISABLED
4103
4180
  # },
4104
4181
  # ],
@@ -4328,14 +4405,21 @@ module Aws::GuardDuty
4328
4405
 
4329
4406
  # Contains information on member accounts to be updated.
4330
4407
  #
4408
+ # Specifying both EKS Runtime Monitoring (`EKS_RUNTIME_MONITORING`) and
4409
+ # Runtime Monitoring (`RUNTIME_MONITORING`) will cause an error. You can
4410
+ # add only one of these two features because Runtime Monitoring already
4411
+ # includes the threat detection for Amazon EKS resources. For more
4412
+ # information, see [Runtime Monitoring][1].
4413
+ #
4331
4414
  # There might be regional differences because some data sources might
4332
4415
  # not be available in all the Amazon Web Services Regions where
4333
4416
  # GuardDuty is presently supported. For more information, see [Regions
4334
- # and endpoints][1].
4417
+ # and endpoints][2].
4335
4418
  #
4336
4419
  #
4337
4420
  #
4338
- # [1]: https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_regions.html
4421
+ # [1]: https://docs.aws.amazon.com/guardduty/latest/ug/runtime-monitoring.html
4422
+ # [2]: https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_regions.html
4339
4423
  #
4340
4424
  # @option params [required, String] :detector_id
4341
4425
  # The detector ID of the administrator account.
@@ -4380,7 +4464,7 @@ module Aws::GuardDuty
4380
4464
  # status: "ENABLED", # accepts ENABLED, DISABLED
4381
4465
  # additional_configuration: [
4382
4466
  # {
4383
- # name: "EKS_ADDON_MANAGEMENT", # accepts EKS_ADDON_MANAGEMENT, ECS_FARGATE_AGENT_MANAGEMENT
4467
+ # name: "EKS_ADDON_MANAGEMENT", # accepts EKS_ADDON_MANAGEMENT, ECS_FARGATE_AGENT_MANAGEMENT, EC2_AGENT_MANAGEMENT
4384
4468
  # status: "ENABLED", # accepts ENABLED, DISABLED
4385
4469
  # },
4386
4470
  # ],
@@ -4407,14 +4491,21 @@ module Aws::GuardDuty
4407
4491
  # values. You must provide a value for either
4408
4492
  # `autoEnableOrganizationMembers` or `autoEnable`, but not both.
4409
4493
  #
4494
+ # Specifying both EKS Runtime Monitoring (`EKS_RUNTIME_MONITORING`) and
4495
+ # Runtime Monitoring (`RUNTIME_MONITORING`) will cause an error. You can
4496
+ # add only one of these two features because Runtime Monitoring already
4497
+ # includes the threat detection for Amazon EKS resources. For more
4498
+ # information, see [Runtime Monitoring][1].
4499
+ #
4410
4500
  # There might be regional differences because some data sources might
4411
4501
  # not be available in all the Amazon Web Services Regions where
4412
4502
  # GuardDuty is presently supported. For more information, see [Regions
4413
- # and endpoints][1].
4503
+ # and endpoints][2].
4414
4504
  #
4415
4505
  #
4416
4506
  #
4417
- # [1]: https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_regions.html
4507
+ # [1]: https://docs.aws.amazon.com/guardduty/latest/ug/runtime-monitoring.html
4508
+ # [2]: https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_regions.html
4418
4509
  #
4419
4510
  # @option params [required, String] :detector_id
4420
4511
  # The ID of the detector that configures the delegated administrator.
@@ -4457,6 +4548,13 @@ module Aws::GuardDuty
4457
4548
  # for any account in the organization. The administrator must manage
4458
4549
  # GuardDuty for each account in the organization individually.
4459
4550
  #
4551
+ # When you update the auto-enable setting from `ALL` or `NEW` to
4552
+ # `NONE`, this action doesn't disable the corresponding option for
4553
+ # your existing accounts. This configuration will apply to the new
4554
+ # accounts that join the organization. After you update the
4555
+ # auto-enable settings, no new account will have the corresponding
4556
+ # option as enabled.
4557
+ #
4460
4558
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
4461
4559
  #
4462
4560
  # @example Request syntax with placeholder values
@@ -4487,7 +4585,7 @@ module Aws::GuardDuty
4487
4585
  # auto_enable: "NEW", # accepts NEW, NONE, ALL
4488
4586
  # additional_configuration: [
4489
4587
  # {
4490
- # name: "EKS_ADDON_MANAGEMENT", # accepts EKS_ADDON_MANAGEMENT, ECS_FARGATE_AGENT_MANAGEMENT
4588
+ # name: "EKS_ADDON_MANAGEMENT", # accepts EKS_ADDON_MANAGEMENT, ECS_FARGATE_AGENT_MANAGEMENT, EC2_AGENT_MANAGEMENT
4491
4589
  # auto_enable: "NEW", # accepts NEW, NONE, ALL
4492
4590
  # },
4493
4591
  # ],
@@ -4596,7 +4694,7 @@ module Aws::GuardDuty
4596
4694
  params: params,
4597
4695
  config: config)
4598
4696
  context[:gem_name] = 'aws-sdk-guardduty'
4599
- context[:gem_version] = '1.87.0'
4697
+ context[:gem_version] = '1.89.0'
4600
4698
  Seahorse::Client::Request.new(handlers, context)
4601
4699
  end
4602
4700
 
@@ -411,6 +411,7 @@ module Aws::GuardDuty
411
411
  SecurityContext = Shapes::StructureShape.new(name: 'SecurityContext')
412
412
  SecurityGroup = Shapes::StructureShape.new(name: 'SecurityGroup')
413
413
  SecurityGroups = Shapes::ListShape.new(name: 'SecurityGroups')
414
+ SensitiveString = Shapes::StringShape.new(name: 'SensitiveString')
414
415
  Service = Shapes::StructureShape.new(name: 'Service')
415
416
  ServiceAdditionalInfo = Shapes::StructureShape.new(name: 'ServiceAdditionalInfo')
416
417
  SessionNameList = Shapes::ListShape.new(name: 'SessionNameList')
@@ -1524,7 +1525,7 @@ module Aws::GuardDuty
1524
1525
  ListThreatIntelSetsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
1525
1526
  ListThreatIntelSetsResponse.struct_class = Types::ListThreatIntelSetsResponse
1526
1527
 
1527
- LocalIpDetails.add_member(:ip_address_v4, Shapes::ShapeRef.new(shape: String, location_name: "ipAddressV4"))
1528
+ LocalIpDetails.add_member(:ip_address_v4, Shapes::ShapeRef.new(shape: SensitiveString, location_name: "ipAddressV4"))
1528
1529
  LocalIpDetails.struct_class = Types::LocalIpDetails
1529
1530
 
1530
1531
  LocalPortDetails.add_member(:port, Shapes::ShapeRef.new(shape: Integer, location_name: "port"))
@@ -1620,7 +1621,7 @@ module Aws::GuardDuty
1620
1621
  NetworkInterface.add_member(:ipv_6_addresses, Shapes::ShapeRef.new(shape: Ipv6Addresses, location_name: "ipv6Addresses"))
1621
1622
  NetworkInterface.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: String, location_name: "networkInterfaceId"))
1622
1623
  NetworkInterface.add_member(:private_dns_name, Shapes::ShapeRef.new(shape: String, location_name: "privateDnsName"))
1623
- NetworkInterface.add_member(:private_ip_address, Shapes::ShapeRef.new(shape: String, location_name: "privateIpAddress"))
1624
+ NetworkInterface.add_member(:private_ip_address, Shapes::ShapeRef.new(shape: SensitiveString, location_name: "privateIpAddress"))
1624
1625
  NetworkInterface.add_member(:private_ip_addresses, Shapes::ShapeRef.new(shape: PrivateIpAddresses, location_name: "privateIpAddresses"))
1625
1626
  NetworkInterface.add_member(:public_dns_name, Shapes::ShapeRef.new(shape: String, location_name: "publicDnsName"))
1626
1627
  NetworkInterface.add_member(:public_ip, Shapes::ShapeRef.new(shape: String, location_name: "publicIp"))
@@ -1759,7 +1760,7 @@ module Aws::GuardDuty
1759
1760
  PortProbeDetails.member = Shapes::ShapeRef.new(shape: PortProbeDetail)
1760
1761
 
1761
1762
  PrivateIpAddressDetails.add_member(:private_dns_name, Shapes::ShapeRef.new(shape: String, location_name: "privateDnsName"))
1762
- PrivateIpAddressDetails.add_member(:private_ip_address, Shapes::ShapeRef.new(shape: String, location_name: "privateIpAddress"))
1763
+ PrivateIpAddressDetails.add_member(:private_ip_address, Shapes::ShapeRef.new(shape: SensitiveString, location_name: "privateIpAddress"))
1763
1764
  PrivateIpAddressDetails.struct_class = Types::PrivateIpAddressDetails
1764
1765
 
1765
1766
  PrivateIpAddresses.member = Shapes::ShapeRef.new(shape: PrivateIpAddressDetails)
@@ -1815,7 +1816,7 @@ module Aws::GuardDuty
1815
1816
  RemoteIpDetails.add_member(:city, Shapes::ShapeRef.new(shape: City, location_name: "city"))
1816
1817
  RemoteIpDetails.add_member(:country, Shapes::ShapeRef.new(shape: Country, location_name: "country"))
1817
1818
  RemoteIpDetails.add_member(:geo_location, Shapes::ShapeRef.new(shape: GeoLocation, location_name: "geoLocation"))
1818
- RemoteIpDetails.add_member(:ip_address_v4, Shapes::ShapeRef.new(shape: String, location_name: "ipAddressV4"))
1819
+ RemoteIpDetails.add_member(:ip_address_v4, Shapes::ShapeRef.new(shape: SensitiveString, location_name: "ipAddressV4"))
1819
1820
  RemoteIpDetails.add_member(:organization, Shapes::ShapeRef.new(shape: Organization, location_name: "organization"))
1820
1821
  RemoteIpDetails.struct_class = Types::RemoteIpDetails
1821
1822
 
@@ -1862,6 +1863,11 @@ module Aws::GuardDuty
1862
1863
  RuntimeContext.add_member(:address_family, Shapes::ShapeRef.new(shape: String, location_name: "addressFamily"))
1863
1864
  RuntimeContext.add_member(:iana_protocol_number, Shapes::ShapeRef.new(shape: Integer, location_name: "ianaProtocolNumber"))
1864
1865
  RuntimeContext.add_member(:memory_regions, Shapes::ShapeRef.new(shape: MemoryRegionsList, location_name: "memoryRegions"))
1866
+ RuntimeContext.add_member(:tool_name, Shapes::ShapeRef.new(shape: String, location_name: "toolName"))
1867
+ RuntimeContext.add_member(:tool_category, Shapes::ShapeRef.new(shape: String, location_name: "toolCategory"))
1868
+ RuntimeContext.add_member(:service_name, Shapes::ShapeRef.new(shape: String, location_name: "serviceName"))
1869
+ RuntimeContext.add_member(:command_line_example, Shapes::ShapeRef.new(shape: String, location_name: "commandLineExample"))
1870
+ RuntimeContext.add_member(:threat_file_path, Shapes::ShapeRef.new(shape: String, location_name: "threatFilePath"))
1865
1871
  RuntimeContext.struct_class = Types::RuntimeContext
1866
1872
 
1867
1873
  RuntimeDetails.add_member(:process, Shapes::ShapeRef.new(shape: ProcessDetails, location_name: "process"))
@@ -2043,6 +2049,7 @@ module Aws::GuardDuty
2043
2049
 
2044
2050
  ThreatIntelligenceDetail.add_member(:threat_list_name, Shapes::ShapeRef.new(shape: String, location_name: "threatListName"))
2045
2051
  ThreatIntelligenceDetail.add_member(:threat_names, Shapes::ShapeRef.new(shape: ThreatNames, location_name: "threatNames"))
2052
+ ThreatIntelligenceDetail.add_member(:threat_file_sha_256, Shapes::ShapeRef.new(shape: String, location_name: "threatFileSha256"))
2046
2053
  ThreatIntelligenceDetail.struct_class = Types::ThreatIntelligenceDetail
2047
2054
 
2048
2055
  ThreatIntelligenceDetails.member = Shapes::ShapeRef.new(shape: ThreatIntelligenceDetail)
@@ -151,7 +151,7 @@ module Aws::GuardDuty
151
151
  class AccountDetail < Struct.new(
152
152
  :account_id,
153
153
  :email)
154
- SENSITIVE = []
154
+ SENSITIVE = [:email]
155
155
  include Aws::Structure
156
156
  end
157
157
 
@@ -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
@@ -2172,20 +2150,31 @@ module Aws::GuardDuty
2172
2150
  # @return [String]
2173
2151
  #
2174
2152
  # @!attribute [rw] auto_enable_organization_members
2175
- # Indicates the auto-enablement configuration of GuardDuty for the
2176
- # member accounts in the organization.
2153
+ # Indicates the auto-enablement configuration of GuardDuty or any of
2154
+ # the corresponding protection plans for the member accounts in the
2155
+ # organization.
2177
2156
  #
2178
2157
  # * `NEW`: Indicates that when a new account joins the organization,
2179
- # they will have GuardDuty enabled automatically.
2158
+ # they will have GuardDuty or any of the corresponding protection
2159
+ # plans enabled automatically.
2180
2160
  #
2181
2161
  # * `ALL`: Indicates that all accounts in the organization have
2182
- # GuardDuty enabled automatically. This includes `NEW` accounts that
2183
- # join the organization and accounts that may have been suspended or
2184
- # removed from the organization in GuardDuty.
2162
+ # GuardDuty and any of the corresponding protection plans enabled
2163
+ # automatically. This includes `NEW` accounts that join the
2164
+ # organization and accounts that may have been suspended or removed
2165
+ # from the organization in GuardDuty.
2185
2166
  #
2186
- # * `NONE`: Indicates that GuardDuty will not be automatically enabled
2187
- # for any account in the organization. The administrator must manage
2188
- # GuardDuty for each account in the organization individually.
2167
+ # * `NONE`: Indicates that GuardDuty or any of the corresponding
2168
+ # protection plans will not be automatically enabled for any account
2169
+ # in the organization. The administrator must manage GuardDuty for
2170
+ # each account in the organization individually.
2171
+ #
2172
+ # When you update the auto-enable setting from `ALL` or `NEW` to
2173
+ # `NONE`, this action doesn't disable the corresponding option for
2174
+ # your existing accounts. This configuration will apply to the new
2175
+ # accounts that join the organization. After you update the
2176
+ # auto-enable settings, no new account will have the corresponding
2177
+ # option as enabled.
2189
2178
  # @return [String]
2190
2179
  #
2191
2180
  # @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/DescribeOrganizationConfigurationResponse AWS API Documentation
@@ -2366,6 +2355,16 @@ module Aws::GuardDuty
2366
2355
 
2367
2356
  # Contains information about a GuardDuty feature.
2368
2357
  #
2358
+ # Specifying both EKS Runtime Monitoring (`EKS_RUNTIME_MONITORING`) and
2359
+ # Runtime Monitoring (`RUNTIME_MONITORING`) will cause an error. You can
2360
+ # add only one of these two features because Runtime Monitoring already
2361
+ # includes the threat detection for Amazon EKS resources. For more
2362
+ # information, see [Runtime Monitoring][1].
2363
+ #
2364
+ #
2365
+ #
2366
+ # [1]: https://docs.aws.amazon.com/guardduty/latest/ug/runtime-monitoring.html
2367
+ #
2369
2368
  # @!attribute [rw] name
2370
2369
  # The name of the feature.
2371
2370
  # @return [String]
@@ -2390,6 +2389,16 @@ module Aws::GuardDuty
2390
2389
 
2391
2390
  # Contains information about a GuardDuty feature.
2392
2391
  #
2392
+ # Specifying both EKS Runtime Monitoring (`EKS_RUNTIME_MONITORING`) and
2393
+ # Runtime Monitoring (`RUNTIME_MONITORING`) will cause an error. You can
2394
+ # add only one of these two features because Runtime Monitoring already
2395
+ # includes the threat detection for Amazon EKS resources. For more
2396
+ # information, see [Runtime Monitoring][1].
2397
+ #
2398
+ #
2399
+ #
2400
+ # [1]: https://docs.aws.amazon.com/guardduty/latest/ug/runtime-monitoring.html
2401
+ #
2393
2402
  # @!attribute [rw] name
2394
2403
  # Indicates the name of the feature that can be enabled for the
2395
2404
  # detector.
@@ -2518,7 +2527,12 @@ module Aws::GuardDuty
2518
2527
  #
2519
2528
  # @!attribute [rw] domain_with_suffix
2520
2529
  # The second and top level domain involved in the activity that
2521
- # prompted GuardDuty to generate this finding.
2530
+ # potentially prompted GuardDuty to generate this finding. For a list
2531
+ # of top-level and second-level domains, see [public suffix list][1].
2532
+ #
2533
+ #
2534
+ #
2535
+ # [1]: https://publicsuffix.org/
2522
2536
  # @return [String]
2523
2537
  #
2524
2538
  # @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/DnsRequestAction AWS API Documentation
@@ -5029,7 +5043,7 @@ module Aws::GuardDuty
5029
5043
  #
5030
5044
  class LocalIpDetails < Struct.new(
5031
5045
  :ip_address_v4)
5032
- SENSITIVE = []
5046
+ SENSITIVE = [:ip_address_v4]
5033
5047
  include Aws::Structure
5034
5048
  end
5035
5049
 
@@ -5212,7 +5226,7 @@ module Aws::GuardDuty
5212
5226
  :invited_at,
5213
5227
  :updated_at,
5214
5228
  :administrator_id)
5215
- SENSITIVE = []
5229
+ SENSITIVE = [:email]
5216
5230
  include Aws::Structure
5217
5231
  end
5218
5232
 
@@ -5445,7 +5459,7 @@ module Aws::GuardDuty
5445
5459
  :security_groups,
5446
5460
  :subnet_id,
5447
5461
  :vpc_id)
5448
- SENSITIVE = []
5462
+ SENSITIVE = [:private_ip_address]
5449
5463
  include Aws::Structure
5450
5464
  end
5451
5465
 
@@ -6108,7 +6122,7 @@ module Aws::GuardDuty
6108
6122
  class PrivateIpAddressDetails < Struct.new(
6109
6123
  :private_dns_name,
6110
6124
  :private_ip_address)
6111
- SENSITIVE = []
6125
+ SENSITIVE = [:private_ip_address]
6112
6126
  include Aws::Structure
6113
6127
  end
6114
6128
 
@@ -6381,7 +6395,7 @@ module Aws::GuardDuty
6381
6395
  :geo_location,
6382
6396
  :ip_address_v4,
6383
6397
  :organization)
6384
- SENSITIVE = []
6398
+ SENSITIVE = [:ip_address_v4]
6385
6399
  include Aws::Structure
6386
6400
  end
6387
6401
 
@@ -6586,6 +6600,28 @@ module Aws::GuardDuty
6586
6600
  # heap.
6587
6601
  # @return [Array<String>]
6588
6602
  #
6603
+ # @!attribute [rw] tool_name
6604
+ # Name of the potentially suspicious tool.
6605
+ # @return [String]
6606
+ #
6607
+ # @!attribute [rw] tool_category
6608
+ # Category that the tool belongs to. Some of the examples are Backdoor
6609
+ # Tool, Pentest Tool, Network Scanner, and Network Sniffer.
6610
+ # @return [String]
6611
+ #
6612
+ # @!attribute [rw] service_name
6613
+ # Name of the security service that has been potentially disabled.
6614
+ # @return [String]
6615
+ #
6616
+ # @!attribute [rw] command_line_example
6617
+ # Example of the command line involved in the suspicious activity.
6618
+ # @return [String]
6619
+ #
6620
+ # @!attribute [rw] threat_file_path
6621
+ # The suspicious file path for which the threat intelligence details
6622
+ # were found.
6623
+ # @return [String]
6624
+ #
6589
6625
  # @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/RuntimeContext AWS API Documentation
6590
6626
  #
6591
6627
  class RuntimeContext < Struct.new(
@@ -6608,7 +6644,12 @@ module Aws::GuardDuty
6608
6644
  :target_process,
6609
6645
  :address_family,
6610
6646
  :iana_protocol_number,
6611
- :memory_regions)
6647
+ :memory_regions,
6648
+ :tool_name,
6649
+ :tool_category,
6650
+ :service_name,
6651
+ :command_line_example,
6652
+ :threat_file_path)
6612
6653
  SENSITIVE = []
6613
6654
  include Aws::Structure
6614
6655
  end
@@ -7357,11 +7398,16 @@ module Aws::GuardDuty
7357
7398
  # triggered the finding.
7358
7399
  # @return [Array<String>]
7359
7400
  #
7401
+ # @!attribute [rw] threat_file_sha_256
7402
+ # SHA256 of the file that generated the finding.
7403
+ # @return [String]
7404
+ #
7360
7405
  # @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/ThreatIntelligenceDetail AWS API Documentation
7361
7406
  #
7362
7407
  class ThreatIntelligenceDetail < Struct.new(
7363
7408
  :threat_list_name,
7364
- :threat_names)
7409
+ :threat_names,
7410
+ :threat_file_sha_256)
7365
7411
  SENSITIVE = []
7366
7412
  include Aws::Structure
7367
7413
  end
@@ -7783,6 +7829,13 @@ module Aws::GuardDuty
7783
7829
  # * `NONE`: Indicates that GuardDuty will not be automatically enabled
7784
7830
  # for any account in the organization. The administrator must manage
7785
7831
  # GuardDuty for each account in the organization individually.
7832
+ #
7833
+ # When you update the auto-enable setting from `ALL` or `NEW` to
7834
+ # `NONE`, this action doesn't disable the corresponding option for
7835
+ # your existing accounts. This configuration will apply to the new
7836
+ # accounts that join the organization. After you update the
7837
+ # auto-enable settings, no new account will have the corresponding
7838
+ # option as enabled.
7786
7839
  # @return [String]
7787
7840
  #
7788
7841
  # @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/UpdateOrganizationConfigurationRequest AWS API Documentation
@@ -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.87.0'
55
+ GEM_VERSION = '1.89.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
  ]?
@@ -663,7 +663,7 @@ module Aws
663
663
  account_ids: Array[::String]?,
664
664
  data_sources: Array[("FLOW_LOGS" | "CLOUD_TRAIL" | "DNS_LOGS" | "S3_LOGS" | "KUBERNETES_AUDIT_LOGS" | "EC2_MALWARE_SCAN")]?,
665
665
  resources: Array[::String]?,
666
- features: Array[("FLOW_LOGS" | "CLOUD_TRAIL" | "DNS_LOGS" | "S3_DATA_EVENTS" | "EKS_AUDIT_LOGS" | "EBS_MALWARE_PROTECTION" | "RDS_LOGIN_EVENTS" | "LAMBDA_NETWORK_LOGS" | "EKS_RUNTIME_MONITORING" | "FARGATE_RUNTIME_MONITORING" | "EC2_RUNTIME_MONITORING")]?
666
+ features: Array[("FLOW_LOGS" | "CLOUD_TRAIL" | "DNS_LOGS" | "S3_DATA_EVENTS" | "EKS_AUDIT_LOGS" | "EBS_MALWARE_PROTECTION" | "RDS_LOGIN_EVENTS" | "LAMBDA_NETWORK_LOGS" | "EKS_RUNTIME_MONITORING" | "FARGATE_RUNTIME_MONITORING" | "EC2_RUNTIME_MONITORING" | "RDS_DBI_PROTECTION_PROVISIONED" | "RDS_DBI_PROTECTION_SERVERLESS")]?
667
667
  },
668
668
  ?unit: ::String,
669
669
  ?max_results: ::Integer,
@@ -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
@@ -51,7 +51,7 @@ module Aws::GuardDuty
51
51
  class AccountDetail
52
52
  attr_accessor account_id: ::String
53
53
  attr_accessor email: ::String
54
- SENSITIVE: []
54
+ SENSITIVE: [:email]
55
55
  end
56
56
 
57
57
  class AccountFreeTrialInfo
@@ -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,7 @@ module Aws::GuardDuty
1325
1325
 
1326
1326
  class LocalIpDetails
1327
1327
  attr_accessor ip_address_v4: ::String
1328
- SENSITIVE: []
1328
+ SENSITIVE: [:ip_address_v4]
1329
1329
  end
1330
1330
 
1331
1331
  class LocalPortDetails
@@ -1375,17 +1375,17 @@ module Aws::GuardDuty
1375
1375
  attr_accessor invited_at: ::String
1376
1376
  attr_accessor updated_at: ::String
1377
1377
  attr_accessor administrator_id: ::String
1378
- SENSITIVE: []
1378
+ SENSITIVE: [:email]
1379
1379
  end
1380
1380
 
1381
1381
  class MemberAdditionalConfiguration
1382
- attr_accessor name: ("EKS_ADDON_MANAGEMENT" | "ECS_FARGATE_AGENT_MANAGEMENT")
1382
+ attr_accessor name: ("EKS_ADDON_MANAGEMENT" | "ECS_FARGATE_AGENT_MANAGEMENT" | "EC2_AGENT_MANAGEMENT")
1383
1383
  attr_accessor status: ("ENABLED" | "DISABLED")
1384
1384
  SENSITIVE: []
1385
1385
  end
1386
1386
 
1387
1387
  class MemberAdditionalConfigurationResult
1388
- attr_accessor name: ("EKS_ADDON_MANAGEMENT" | "ECS_FARGATE_AGENT_MANAGEMENT")
1388
+ attr_accessor name: ("EKS_ADDON_MANAGEMENT" | "ECS_FARGATE_AGENT_MANAGEMENT" | "EC2_AGENT_MANAGEMENT")
1389
1389
  attr_accessor status: ("ENABLED" | "DISABLED")
1390
1390
  attr_accessor updated_at: ::Time
1391
1391
  SENSITIVE: []
@@ -1435,7 +1435,7 @@ module Aws::GuardDuty
1435
1435
  attr_accessor security_groups: ::Array[Types::SecurityGroup]
1436
1436
  attr_accessor subnet_id: ::String
1437
1437
  attr_accessor vpc_id: ::String
1438
- SENSITIVE: []
1438
+ SENSITIVE: [:private_ip_address]
1439
1439
  end
1440
1440
 
1441
1441
  class Observations
@@ -1452,13 +1452,13 @@ module Aws::GuardDuty
1452
1452
  end
1453
1453
 
1454
1454
  class OrganizationAdditionalConfiguration
1455
- attr_accessor name: ("EKS_ADDON_MANAGEMENT" | "ECS_FARGATE_AGENT_MANAGEMENT")
1455
+ attr_accessor name: ("EKS_ADDON_MANAGEMENT" | "ECS_FARGATE_AGENT_MANAGEMENT" | "EC2_AGENT_MANAGEMENT")
1456
1456
  attr_accessor auto_enable: ("NEW" | "NONE" | "ALL")
1457
1457
  SENSITIVE: []
1458
1458
  end
1459
1459
 
1460
1460
  class OrganizationAdditionalConfigurationResult
1461
- attr_accessor name: ("EKS_ADDON_MANAGEMENT" | "ECS_FARGATE_AGENT_MANAGEMENT")
1461
+ attr_accessor name: ("EKS_ADDON_MANAGEMENT" | "ECS_FARGATE_AGENT_MANAGEMENT" | "EC2_AGENT_MANAGEMENT")
1462
1462
  attr_accessor auto_enable: ("NEW" | "NONE" | "ALL")
1463
1463
  SENSITIVE: []
1464
1464
  end
@@ -1515,7 +1515,7 @@ module Aws::GuardDuty
1515
1515
  end
1516
1516
 
1517
1517
  class OrganizationFeatureStatisticsAdditionalConfiguration
1518
- attr_accessor name: ("EKS_ADDON_MANAGEMENT" | "ECS_FARGATE_AGENT_MANAGEMENT")
1518
+ attr_accessor name: ("EKS_ADDON_MANAGEMENT" | "ECS_FARGATE_AGENT_MANAGEMENT" | "EC2_AGENT_MANAGEMENT")
1519
1519
  attr_accessor enabled_accounts_count: ::Integer
1520
1520
  SENSITIVE: []
1521
1521
  end
@@ -1606,7 +1606,7 @@ module Aws::GuardDuty
1606
1606
  class PrivateIpAddressDetails
1607
1607
  attr_accessor private_dns_name: ::String
1608
1608
  attr_accessor private_ip_address: ::String
1609
- SENSITIVE: []
1609
+ SENSITIVE: [:private_ip_address]
1610
1610
  end
1611
1611
 
1612
1612
  class ProcessDetails
@@ -1675,7 +1675,7 @@ module Aws::GuardDuty
1675
1675
  attr_accessor geo_location: Types::GeoLocation
1676
1676
  attr_accessor ip_address_v4: ::String
1677
1677
  attr_accessor organization: Types::Organization
1678
- SENSITIVE: []
1678
+ SENSITIVE: [:ip_address_v4]
1679
1679
  end
1680
1680
 
1681
1681
  class RemotePortDetails
@@ -1726,6 +1726,11 @@ module Aws::GuardDuty
1726
1726
  attr_accessor address_family: ::String
1727
1727
  attr_accessor iana_protocol_number: ::Integer
1728
1728
  attr_accessor memory_regions: ::Array[::String]
1729
+ attr_accessor tool_name: ::String
1730
+ attr_accessor tool_category: ::String
1731
+ attr_accessor service_name: ::String
1732
+ attr_accessor command_line_example: ::String
1733
+ attr_accessor threat_file_path: ::String
1729
1734
  SENSITIVE: []
1730
1735
  end
1731
1736
 
@@ -1940,6 +1945,7 @@ module Aws::GuardDuty
1940
1945
  class ThreatIntelligenceDetail
1941
1946
  attr_accessor threat_list_name: ::String
1942
1947
  attr_accessor threat_names: ::Array[::String]
1948
+ attr_accessor threat_file_sha_256: ::String
1943
1949
  SENSITIVE: []
1944
1950
  end
1945
1951
 
@@ -2106,7 +2112,7 @@ module Aws::GuardDuty
2106
2112
  attr_accessor account_ids: ::Array[::String]
2107
2113
  attr_accessor data_sources: ::Array[("FLOW_LOGS" | "CLOUD_TRAIL" | "DNS_LOGS" | "S3_LOGS" | "KUBERNETES_AUDIT_LOGS" | "EC2_MALWARE_SCAN")]
2108
2114
  attr_accessor resources: ::Array[::String]
2109
- attr_accessor features: ::Array[("FLOW_LOGS" | "CLOUD_TRAIL" | "DNS_LOGS" | "S3_DATA_EVENTS" | "EKS_AUDIT_LOGS" | "EBS_MALWARE_PROTECTION" | "RDS_LOGIN_EVENTS" | "LAMBDA_NETWORK_LOGS" | "EKS_RUNTIME_MONITORING" | "FARGATE_RUNTIME_MONITORING" | "EC2_RUNTIME_MONITORING")]
2115
+ attr_accessor features: ::Array[("FLOW_LOGS" | "CLOUD_TRAIL" | "DNS_LOGS" | "S3_DATA_EVENTS" | "EKS_AUDIT_LOGS" | "EBS_MALWARE_PROTECTION" | "RDS_LOGIN_EVENTS" | "LAMBDA_NETWORK_LOGS" | "EKS_RUNTIME_MONITORING" | "FARGATE_RUNTIME_MONITORING" | "EC2_RUNTIME_MONITORING" | "RDS_DBI_PROTECTION_PROVISIONED" | "RDS_DBI_PROTECTION_SERVERLESS")]
2110
2116
  SENSITIVE: []
2111
2117
  end
2112
2118
 
@@ -2117,7 +2123,7 @@ module Aws::GuardDuty
2117
2123
  end
2118
2124
 
2119
2125
  class UsageFeatureResult
2120
- attr_accessor feature: ("FLOW_LOGS" | "CLOUD_TRAIL" | "DNS_LOGS" | "S3_DATA_EVENTS" | "EKS_AUDIT_LOGS" | "EBS_MALWARE_PROTECTION" | "RDS_LOGIN_EVENTS" | "LAMBDA_NETWORK_LOGS" | "EKS_RUNTIME_MONITORING" | "FARGATE_RUNTIME_MONITORING" | "EC2_RUNTIME_MONITORING")
2126
+ attr_accessor feature: ("FLOW_LOGS" | "CLOUD_TRAIL" | "DNS_LOGS" | "S3_DATA_EVENTS" | "EKS_AUDIT_LOGS" | "EBS_MALWARE_PROTECTION" | "RDS_LOGIN_EVENTS" | "LAMBDA_NETWORK_LOGS" | "EKS_RUNTIME_MONITORING" | "FARGATE_RUNTIME_MONITORING" | "EC2_RUNTIME_MONITORING" | "RDS_DBI_PROTECTION_PROVISIONED" | "RDS_DBI_PROTECTION_SERVERLESS")
2121
2127
  attr_accessor total: Types::Total
2122
2128
  SENSITIVE: []
2123
2129
  end
@@ -2145,7 +2151,7 @@ module Aws::GuardDuty
2145
2151
  end
2146
2152
 
2147
2153
  class UsageTopAccountsResult
2148
- attr_accessor feature: ("FLOW_LOGS" | "CLOUD_TRAIL" | "DNS_LOGS" | "S3_DATA_EVENTS" | "EKS_AUDIT_LOGS" | "EBS_MALWARE_PROTECTION" | "RDS_LOGIN_EVENTS" | "LAMBDA_NETWORK_LOGS" | "EKS_RUNTIME_MONITORING" | "FARGATE_RUNTIME_MONITORING" | "EC2_RUNTIME_MONITORING")
2154
+ attr_accessor feature: ("FLOW_LOGS" | "CLOUD_TRAIL" | "DNS_LOGS" | "S3_DATA_EVENTS" | "EKS_AUDIT_LOGS" | "EBS_MALWARE_PROTECTION" | "RDS_LOGIN_EVENTS" | "LAMBDA_NETWORK_LOGS" | "EKS_RUNTIME_MONITORING" | "FARGATE_RUNTIME_MONITORING" | "EC2_RUNTIME_MONITORING" | "RDS_DBI_PROTECTION_PROVISIONED" | "RDS_DBI_PROTECTION_SERVERLESS")
2149
2155
  attr_accessor accounts: ::Array[Types::UsageTopAccountResult]
2150
2156
  SENSITIVE: []
2151
2157
  end
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.87.0
4
+ version: 1.89.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-01-26 00:00:00.000000000 Z
11
+ date: 2024-03-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core