aws-sdk-guardduty 1.124.0 → 1.125.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-guardduty/client.rb +580 -2
- data/lib/aws-sdk-guardduty/client_api.rb +249 -0
- data/lib/aws-sdk-guardduty/types.rb +588 -1
- data/lib/aws-sdk-guardduty.rb +1 -1
- data/sig/client.rbs +146 -0
- data/sig/types.rbs +142 -0
- metadata +1 -1
@@ -1970,7 +1970,84 @@ module Aws::GuardDuty
|
|
1970
1970
|
|
1971
1971
|
# @!attribute [rw] detector_id
|
1972
1972
|
# The unique ID of the detector of the GuardDuty account for which you
|
1973
|
-
# want to create a
|
1973
|
+
# want to create a threat entity set.
|
1974
|
+
#
|
1975
|
+
# To find the `detectorId` in the current Region, see the Settings
|
1976
|
+
# page in the GuardDuty console, or run the [ListDetectors][1] API.
|
1977
|
+
#
|
1978
|
+
#
|
1979
|
+
#
|
1980
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
1981
|
+
# @return [String]
|
1982
|
+
#
|
1983
|
+
# @!attribute [rw] name
|
1984
|
+
# A user-friendly name to identify the threat entity set.
|
1985
|
+
#
|
1986
|
+
# **List naming constraints** - The name of your list can include
|
1987
|
+
# lowercase letters, uppercase letters, numbers, dash (-), and
|
1988
|
+
# underscore (\_).
|
1989
|
+
# @return [String]
|
1990
|
+
#
|
1991
|
+
# @!attribute [rw] format
|
1992
|
+
# The format of the file that contains the threat entity set.
|
1993
|
+
# @return [String]
|
1994
|
+
#
|
1995
|
+
# @!attribute [rw] location
|
1996
|
+
# The URI of the file that contains the threat entity set.
|
1997
|
+
# @return [String]
|
1998
|
+
#
|
1999
|
+
# @!attribute [rw] expected_bucket_owner
|
2000
|
+
# The Amazon Web Services account ID that owns the Amazon S3 bucket
|
2001
|
+
# specified in the **location** parameter.
|
2002
|
+
# @return [String]
|
2003
|
+
#
|
2004
|
+
# @!attribute [rw] activate
|
2005
|
+
# A boolean value that indicates whether GuardDuty should start using
|
2006
|
+
# the uploaded threat entity set to generate findings.
|
2007
|
+
# @return [Boolean]
|
2008
|
+
#
|
2009
|
+
# @!attribute [rw] client_token
|
2010
|
+
# The idempotency token for the create request.
|
2011
|
+
#
|
2012
|
+
# **A suitable default value is auto-generated.** You should normally
|
2013
|
+
# not need to pass this option.
|
2014
|
+
# @return [String]
|
2015
|
+
#
|
2016
|
+
# @!attribute [rw] tags
|
2017
|
+
# The tags to be added to a new threat entity set resource.
|
2018
|
+
# @return [Hash<String,String>]
|
2019
|
+
#
|
2020
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/CreateThreatEntitySetRequest AWS API Documentation
|
2021
|
+
#
|
2022
|
+
class CreateThreatEntitySetRequest < Struct.new(
|
2023
|
+
:detector_id,
|
2024
|
+
:name,
|
2025
|
+
:format,
|
2026
|
+
:location,
|
2027
|
+
:expected_bucket_owner,
|
2028
|
+
:activate,
|
2029
|
+
:client_token,
|
2030
|
+
:tags)
|
2031
|
+
SENSITIVE = []
|
2032
|
+
include Aws::Structure
|
2033
|
+
end
|
2034
|
+
|
2035
|
+
# @!attribute [rw] threat_entity_set_id
|
2036
|
+
# The ID returned by GuardDuty after creation of the threat entity set
|
2037
|
+
# resource.
|
2038
|
+
# @return [String]
|
2039
|
+
#
|
2040
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/CreateThreatEntitySetResponse AWS API Documentation
|
2041
|
+
#
|
2042
|
+
class CreateThreatEntitySetResponse < Struct.new(
|
2043
|
+
:threat_entity_set_id)
|
2044
|
+
SENSITIVE = []
|
2045
|
+
include Aws::Structure
|
2046
|
+
end
|
2047
|
+
|
2048
|
+
# @!attribute [rw] detector_id
|
2049
|
+
# The unique ID of the detector of the GuardDuty account for which you
|
2050
|
+
# want to create a `threatIntelSet`.
|
1974
2051
|
#
|
1975
2052
|
# To find the `detectorId` in the current Region, see the Settings
|
1976
2053
|
# page in the GuardDuty console, or run the [ListDetectors][1] API.
|
@@ -2042,6 +2119,83 @@ module Aws::GuardDuty
|
|
2042
2119
|
include Aws::Structure
|
2043
2120
|
end
|
2044
2121
|
|
2122
|
+
# @!attribute [rw] detector_id
|
2123
|
+
# The unique ID of the detector of the GuardDuty account for which you
|
2124
|
+
# want to create a trusted entity set.
|
2125
|
+
#
|
2126
|
+
# To find the `detectorId` in the current Region, see the Settings
|
2127
|
+
# page in the GuardDuty console, or run the [ListDetectors][1] API.
|
2128
|
+
#
|
2129
|
+
#
|
2130
|
+
#
|
2131
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
2132
|
+
# @return [String]
|
2133
|
+
#
|
2134
|
+
# @!attribute [rw] name
|
2135
|
+
# A user-friendly name to identify the trusted entity set.
|
2136
|
+
#
|
2137
|
+
# **List naming constraints** - The name of your list can include
|
2138
|
+
# lowercase letters, uppercase letters, numbers, dash (-), and
|
2139
|
+
# underscore (\_).
|
2140
|
+
# @return [String]
|
2141
|
+
#
|
2142
|
+
# @!attribute [rw] format
|
2143
|
+
# The format of the file that contains the trusted entity set.
|
2144
|
+
# @return [String]
|
2145
|
+
#
|
2146
|
+
# @!attribute [rw] location
|
2147
|
+
# The URI of the file that contains the trusted entity set.
|
2148
|
+
# @return [String]
|
2149
|
+
#
|
2150
|
+
# @!attribute [rw] expected_bucket_owner
|
2151
|
+
# The Amazon Web Services account ID that owns the Amazon S3 bucket
|
2152
|
+
# specified in the **location** parameter.
|
2153
|
+
# @return [String]
|
2154
|
+
#
|
2155
|
+
# @!attribute [rw] activate
|
2156
|
+
# A boolean value that indicates whether GuardDuty is to start using
|
2157
|
+
# the uploaded trusted entity set.
|
2158
|
+
# @return [Boolean]
|
2159
|
+
#
|
2160
|
+
# @!attribute [rw] client_token
|
2161
|
+
# The idempotency token for the create request.
|
2162
|
+
#
|
2163
|
+
# **A suitable default value is auto-generated.** You should normally
|
2164
|
+
# not need to pass this option.
|
2165
|
+
# @return [String]
|
2166
|
+
#
|
2167
|
+
# @!attribute [rw] tags
|
2168
|
+
# The tags to be added to a new trusted entity set resource.
|
2169
|
+
# @return [Hash<String,String>]
|
2170
|
+
#
|
2171
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/CreateTrustedEntitySetRequest AWS API Documentation
|
2172
|
+
#
|
2173
|
+
class CreateTrustedEntitySetRequest < Struct.new(
|
2174
|
+
:detector_id,
|
2175
|
+
:name,
|
2176
|
+
:format,
|
2177
|
+
:location,
|
2178
|
+
:expected_bucket_owner,
|
2179
|
+
:activate,
|
2180
|
+
:client_token,
|
2181
|
+
:tags)
|
2182
|
+
SENSITIVE = []
|
2183
|
+
include Aws::Structure
|
2184
|
+
end
|
2185
|
+
|
2186
|
+
# @!attribute [rw] trusted_entity_set_id
|
2187
|
+
# The ID returned by GuardDuty after creation of the trusted entity
|
2188
|
+
# set resource.
|
2189
|
+
# @return [String]
|
2190
|
+
#
|
2191
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/CreateTrustedEntitySetResponse AWS API Documentation
|
2192
|
+
#
|
2193
|
+
class CreateTrustedEntitySetResponse < Struct.new(
|
2194
|
+
:trusted_entity_set_id)
|
2195
|
+
SENSITIVE = []
|
2196
|
+
include Aws::Structure
|
2197
|
+
end
|
2198
|
+
|
2045
2199
|
# Contains information on the status of DNS logs as a data source.
|
2046
2200
|
#
|
2047
2201
|
# @!attribute [rw] status
|
@@ -2456,6 +2610,36 @@ module Aws::GuardDuty
|
|
2456
2610
|
#
|
2457
2611
|
class DeletePublishingDestinationResponse < Aws::EmptyStructure; end
|
2458
2612
|
|
2613
|
+
# @!attribute [rw] detector_id
|
2614
|
+
# The unique ID of the detector associated with the threat entity set
|
2615
|
+
# resource.
|
2616
|
+
#
|
2617
|
+
# To find the `detectorId` in the current Region, see the Settings
|
2618
|
+
# page in the GuardDuty console, or run the [ListDetectors][1] API.
|
2619
|
+
#
|
2620
|
+
#
|
2621
|
+
#
|
2622
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
2623
|
+
# @return [String]
|
2624
|
+
#
|
2625
|
+
# @!attribute [rw] threat_entity_set_id
|
2626
|
+
# The unique ID that helps GuardDuty identify which threat entity set
|
2627
|
+
# needs to be deleted.
|
2628
|
+
# @return [String]
|
2629
|
+
#
|
2630
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/DeleteThreatEntitySetRequest AWS API Documentation
|
2631
|
+
#
|
2632
|
+
class DeleteThreatEntitySetRequest < Struct.new(
|
2633
|
+
:detector_id,
|
2634
|
+
:threat_entity_set_id)
|
2635
|
+
SENSITIVE = []
|
2636
|
+
include Aws::Structure
|
2637
|
+
end
|
2638
|
+
|
2639
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/DeleteThreatEntitySetResponse AWS API Documentation
|
2640
|
+
#
|
2641
|
+
class DeleteThreatEntitySetResponse < Aws::EmptyStructure; end
|
2642
|
+
|
2459
2643
|
# @!attribute [rw] detector_id
|
2460
2644
|
# The unique ID of the detector that is associated with the
|
2461
2645
|
# threatIntelSet.
|
@@ -2485,6 +2669,36 @@ module Aws::GuardDuty
|
|
2485
2669
|
#
|
2486
2670
|
class DeleteThreatIntelSetResponse < Aws::EmptyStructure; end
|
2487
2671
|
|
2672
|
+
# @!attribute [rw] detector_id
|
2673
|
+
# The unique ID of the detector associated with the trusted entity set
|
2674
|
+
# resource.
|
2675
|
+
#
|
2676
|
+
# To find the `detectorId` in the current Region, see the Settings
|
2677
|
+
# page in the GuardDuty console, or run the [ListDetectors][1] API.
|
2678
|
+
#
|
2679
|
+
#
|
2680
|
+
#
|
2681
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
2682
|
+
# @return [String]
|
2683
|
+
#
|
2684
|
+
# @!attribute [rw] trusted_entity_set_id
|
2685
|
+
# The unique ID that helps GuardDuty identify which trusted entity set
|
2686
|
+
# needs to be deleted.
|
2687
|
+
# @return [String]
|
2688
|
+
#
|
2689
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/DeleteTrustedEntitySetRequest AWS API Documentation
|
2690
|
+
#
|
2691
|
+
class DeleteTrustedEntitySetRequest < Struct.new(
|
2692
|
+
:detector_id,
|
2693
|
+
:trusted_entity_set_id)
|
2694
|
+
SENSITIVE = []
|
2695
|
+
include Aws::Structure
|
2696
|
+
end
|
2697
|
+
|
2698
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/DeleteTrustedEntitySetResponse AWS API Documentation
|
2699
|
+
#
|
2700
|
+
class DeleteTrustedEntitySetResponse < Aws::EmptyStructure; end
|
2701
|
+
|
2488
2702
|
# @!attribute [rw] detector_id
|
2489
2703
|
# The unique ID of the detector that the request is associated with.
|
2490
2704
|
#
|
@@ -4481,6 +4695,85 @@ module Aws::GuardDuty
|
|
4481
4695
|
include Aws::Structure
|
4482
4696
|
end
|
4483
4697
|
|
4698
|
+
# @!attribute [rw] detector_id
|
4699
|
+
# The unique ID of the detector associated with the threat entity set
|
4700
|
+
# resource.
|
4701
|
+
#
|
4702
|
+
# To find the `detectorId` in the current Region, see the Settings
|
4703
|
+
# page in the GuardDuty console, or run the [ListDetectors][1] API.
|
4704
|
+
#
|
4705
|
+
#
|
4706
|
+
#
|
4707
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
4708
|
+
# @return [String]
|
4709
|
+
#
|
4710
|
+
# @!attribute [rw] threat_entity_set_id
|
4711
|
+
# The unique ID that helps GuardDuty identify the threat entity set.
|
4712
|
+
# @return [String]
|
4713
|
+
#
|
4714
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/GetThreatEntitySetRequest AWS API Documentation
|
4715
|
+
#
|
4716
|
+
class GetThreatEntitySetRequest < Struct.new(
|
4717
|
+
:detector_id,
|
4718
|
+
:threat_entity_set_id)
|
4719
|
+
SENSITIVE = []
|
4720
|
+
include Aws::Structure
|
4721
|
+
end
|
4722
|
+
|
4723
|
+
# @!attribute [rw] name
|
4724
|
+
# The name of the threat entity set associated with the specified
|
4725
|
+
# `threatEntitySetId`.
|
4726
|
+
# @return [String]
|
4727
|
+
#
|
4728
|
+
# @!attribute [rw] format
|
4729
|
+
# The format of the file that contains the threat entity set.
|
4730
|
+
# @return [String]
|
4731
|
+
#
|
4732
|
+
# @!attribute [rw] location
|
4733
|
+
# The URI of the file that contains the threat entity set.
|
4734
|
+
# @return [String]
|
4735
|
+
#
|
4736
|
+
# @!attribute [rw] expected_bucket_owner
|
4737
|
+
# The Amazon Web Services account ID that owns the Amazon S3 bucket
|
4738
|
+
# specified in the **location** parameter.
|
4739
|
+
# @return [String]
|
4740
|
+
#
|
4741
|
+
# @!attribute [rw] status
|
4742
|
+
# The status of the associated threat entity set.
|
4743
|
+
# @return [String]
|
4744
|
+
#
|
4745
|
+
# @!attribute [rw] tags
|
4746
|
+
# The tags associated with the threat entity set resource.
|
4747
|
+
# @return [Hash<String,String>]
|
4748
|
+
#
|
4749
|
+
# @!attribute [rw] created_at
|
4750
|
+
# The timestamp when the associated threat entity set was created.
|
4751
|
+
# @return [Time]
|
4752
|
+
#
|
4753
|
+
# @!attribute [rw] updated_at
|
4754
|
+
# The timestamp when the associated threat entity set was updated.
|
4755
|
+
# @return [Time]
|
4756
|
+
#
|
4757
|
+
# @!attribute [rw] error_details
|
4758
|
+
# The error details when the status is shown as `ERROR`.
|
4759
|
+
# @return [String]
|
4760
|
+
#
|
4761
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/GetThreatEntitySetResponse AWS API Documentation
|
4762
|
+
#
|
4763
|
+
class GetThreatEntitySetResponse < Struct.new(
|
4764
|
+
:name,
|
4765
|
+
:format,
|
4766
|
+
:location,
|
4767
|
+
:expected_bucket_owner,
|
4768
|
+
:status,
|
4769
|
+
:tags,
|
4770
|
+
:created_at,
|
4771
|
+
:updated_at,
|
4772
|
+
:error_details)
|
4773
|
+
SENSITIVE = []
|
4774
|
+
include Aws::Structure
|
4775
|
+
end
|
4776
|
+
|
4484
4777
|
# @!attribute [rw] detector_id
|
4485
4778
|
# The unique ID of the detector that is associated with the
|
4486
4779
|
# threatIntelSet.
|
@@ -4548,6 +4841,78 @@ module Aws::GuardDuty
|
|
4548
4841
|
include Aws::Structure
|
4549
4842
|
end
|
4550
4843
|
|
4844
|
+
# @!attribute [rw] detector_id
|
4845
|
+
# The unique ID of the GuardDuty detector associated with this trusted
|
4846
|
+
# entity set.
|
4847
|
+
# @return [String]
|
4848
|
+
#
|
4849
|
+
# @!attribute [rw] trusted_entity_set_id
|
4850
|
+
# The unique ID that helps GuardDuty identify the trusted entity set.
|
4851
|
+
# @return [String]
|
4852
|
+
#
|
4853
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/GetTrustedEntitySetRequest AWS API Documentation
|
4854
|
+
#
|
4855
|
+
class GetTrustedEntitySetRequest < Struct.new(
|
4856
|
+
:detector_id,
|
4857
|
+
:trusted_entity_set_id)
|
4858
|
+
SENSITIVE = []
|
4859
|
+
include Aws::Structure
|
4860
|
+
end
|
4861
|
+
|
4862
|
+
# @!attribute [rw] name
|
4863
|
+
# The name of the threat entity set associated with the specified
|
4864
|
+
# `trustedEntitySetId`.
|
4865
|
+
# @return [String]
|
4866
|
+
#
|
4867
|
+
# @!attribute [rw] format
|
4868
|
+
# The format of the file that contains the trusted entity set.
|
4869
|
+
# @return [String]
|
4870
|
+
#
|
4871
|
+
# @!attribute [rw] location
|
4872
|
+
# The URI of the file that contains the trusted entity set.
|
4873
|
+
# @return [String]
|
4874
|
+
#
|
4875
|
+
# @!attribute [rw] expected_bucket_owner
|
4876
|
+
# The Amazon Web Services account ID that owns the Amazon S3 bucket
|
4877
|
+
# specified in the **location** parameter.
|
4878
|
+
# @return [String]
|
4879
|
+
#
|
4880
|
+
# @!attribute [rw] status
|
4881
|
+
# The status of the associated trusted entity set.
|
4882
|
+
# @return [String]
|
4883
|
+
#
|
4884
|
+
# @!attribute [rw] tags
|
4885
|
+
# The tags associated with trusted entity set resource.
|
4886
|
+
# @return [Hash<String,String>]
|
4887
|
+
#
|
4888
|
+
# @!attribute [rw] created_at
|
4889
|
+
# The timestamp when the associated trusted entity set was created.
|
4890
|
+
# @return [Time]
|
4891
|
+
#
|
4892
|
+
# @!attribute [rw] updated_at
|
4893
|
+
# The timestamp when the associated trusted entity set was updated.
|
4894
|
+
# @return [Time]
|
4895
|
+
#
|
4896
|
+
# @!attribute [rw] error_details
|
4897
|
+
# The error details when the status is shown as `ERROR`.
|
4898
|
+
# @return [String]
|
4899
|
+
#
|
4900
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/GetTrustedEntitySetResponse AWS API Documentation
|
4901
|
+
#
|
4902
|
+
class GetTrustedEntitySetResponse < Struct.new(
|
4903
|
+
:name,
|
4904
|
+
:format,
|
4905
|
+
:location,
|
4906
|
+
:expected_bucket_owner,
|
4907
|
+
:status,
|
4908
|
+
:tags,
|
4909
|
+
:created_at,
|
4910
|
+
:updated_at,
|
4911
|
+
:error_details)
|
4912
|
+
SENSITIVE = []
|
4913
|
+
include Aws::Structure
|
4914
|
+
end
|
4915
|
+
|
4551
4916
|
# @!attribute [rw] detector_id
|
4552
4917
|
# The ID of the detector that specifies the GuardDuty service whose
|
4553
4918
|
# usage statistics you want to retrieve.
|
@@ -6074,6 +6439,59 @@ module Aws::GuardDuty
|
|
6074
6439
|
include Aws::Structure
|
6075
6440
|
end
|
6076
6441
|
|
6442
|
+
# @!attribute [rw] detector_id
|
6443
|
+
# The unique ID of the GuardDuty detector that is associated with this
|
6444
|
+
# threat entity set.
|
6445
|
+
#
|
6446
|
+
# To find the `detectorId` in the current Region, see the Settings
|
6447
|
+
# page in the GuardDuty console, or run the [ListDetectors][1] API.
|
6448
|
+
#
|
6449
|
+
#
|
6450
|
+
#
|
6451
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
6452
|
+
# @return [String]
|
6453
|
+
#
|
6454
|
+
# @!attribute [rw] max_results
|
6455
|
+
# You can use this parameter to indicate the maximum number of items
|
6456
|
+
# you want in the response. The default value is 50.
|
6457
|
+
# @return [Integer]
|
6458
|
+
#
|
6459
|
+
# @!attribute [rw] next_token
|
6460
|
+
# You can use this parameter when paginating results. Set the value of
|
6461
|
+
# this parameter to null on your first call to the list action. For
|
6462
|
+
# subsequent calls to the action, fill nextToken in the request with
|
6463
|
+
# the value of NextToken from the previous response to continue
|
6464
|
+
# listing data.
|
6465
|
+
# @return [String]
|
6466
|
+
#
|
6467
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/ListThreatEntitySetsRequest AWS API Documentation
|
6468
|
+
#
|
6469
|
+
class ListThreatEntitySetsRequest < Struct.new(
|
6470
|
+
:detector_id,
|
6471
|
+
:max_results,
|
6472
|
+
:next_token)
|
6473
|
+
SENSITIVE = []
|
6474
|
+
include Aws::Structure
|
6475
|
+
end
|
6476
|
+
|
6477
|
+
# @!attribute [rw] threat_entity_set_ids
|
6478
|
+
# The IDs of the threat entity set resources.
|
6479
|
+
# @return [Array<String>]
|
6480
|
+
#
|
6481
|
+
# @!attribute [rw] next_token
|
6482
|
+
# The pagination parameter to be used on the next list operation to
|
6483
|
+
# retrieve more items.
|
6484
|
+
# @return [String]
|
6485
|
+
#
|
6486
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/ListThreatEntitySetsResponse AWS API Documentation
|
6487
|
+
#
|
6488
|
+
class ListThreatEntitySetsResponse < Struct.new(
|
6489
|
+
:threat_entity_set_ids,
|
6490
|
+
:next_token)
|
6491
|
+
SENSITIVE = []
|
6492
|
+
include Aws::Structure
|
6493
|
+
end
|
6494
|
+
|
6077
6495
|
# @!attribute [rw] detector_id
|
6078
6496
|
# The unique ID of the detector that is associated with the
|
6079
6497
|
# threatIntelSet.
|
@@ -6128,6 +6546,59 @@ module Aws::GuardDuty
|
|
6128
6546
|
include Aws::Structure
|
6129
6547
|
end
|
6130
6548
|
|
6549
|
+
# @!attribute [rw] detector_id
|
6550
|
+
# The unique ID of the GuardDuty detector that is associated with this
|
6551
|
+
# threat entity set.
|
6552
|
+
#
|
6553
|
+
# To find the `detectorId` in the current Region, see the Settings
|
6554
|
+
# page in the GuardDuty console, or run the [ListDetectors][1] API.
|
6555
|
+
#
|
6556
|
+
#
|
6557
|
+
#
|
6558
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
6559
|
+
# @return [String]
|
6560
|
+
#
|
6561
|
+
# @!attribute [rw] max_results
|
6562
|
+
# You can use this parameter to indicate the maximum number of items
|
6563
|
+
# you want in the response. The default value is 50.
|
6564
|
+
# @return [Integer]
|
6565
|
+
#
|
6566
|
+
# @!attribute [rw] next_token
|
6567
|
+
# You can use this parameter when paginating results. Set the value of
|
6568
|
+
# this parameter to null on your first call to the list action. For
|
6569
|
+
# subsequent calls to the action, fill nextToken in the request with
|
6570
|
+
# the value of NextToken from the previous response to continue
|
6571
|
+
# listing data.
|
6572
|
+
# @return [String]
|
6573
|
+
#
|
6574
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/ListTrustedEntitySetsRequest AWS API Documentation
|
6575
|
+
#
|
6576
|
+
class ListTrustedEntitySetsRequest < Struct.new(
|
6577
|
+
:detector_id,
|
6578
|
+
:max_results,
|
6579
|
+
:next_token)
|
6580
|
+
SENSITIVE = []
|
6581
|
+
include Aws::Structure
|
6582
|
+
end
|
6583
|
+
|
6584
|
+
# @!attribute [rw] trusted_entity_set_ids
|
6585
|
+
# The IDs of the trusted entity set resources.
|
6586
|
+
# @return [Array<String>]
|
6587
|
+
#
|
6588
|
+
# @!attribute [rw] next_token
|
6589
|
+
# The pagination parameter to be used on the next list operation to
|
6590
|
+
# retrieve more items.
|
6591
|
+
# @return [String]
|
6592
|
+
#
|
6593
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/ListTrustedEntitySetsResponse AWS API Documentation
|
6594
|
+
#
|
6595
|
+
class ListTrustedEntitySetsResponse < Struct.new(
|
6596
|
+
:trusted_entity_set_ids,
|
6597
|
+
:next_token)
|
6598
|
+
SENSITIVE = []
|
6599
|
+
include Aws::Structure
|
6600
|
+
end
|
6601
|
+
|
6131
6602
|
# Contains information about the local IP address of the connection.
|
6132
6603
|
#
|
6133
6604
|
# @!attribute [rw] ip_address_v4
|
@@ -10033,6 +10504,64 @@ module Aws::GuardDuty
|
|
10033
10504
|
include Aws::Structure
|
10034
10505
|
end
|
10035
10506
|
|
10507
|
+
# @!attribute [rw] detector_id
|
10508
|
+
# The unique ID of the GuardDuty detector associated with the threat
|
10509
|
+
# entity set that you want to update.
|
10510
|
+
#
|
10511
|
+
# To find the `detectorId` in the current Region, see the Settings
|
10512
|
+
# page in the GuardDuty console, or run the [ListDetectors][1] API.
|
10513
|
+
#
|
10514
|
+
#
|
10515
|
+
#
|
10516
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
10517
|
+
# @return [String]
|
10518
|
+
#
|
10519
|
+
# @!attribute [rw] threat_entity_set_id
|
10520
|
+
# The ID returned by GuardDuty after updating the threat entity set
|
10521
|
+
# resource.
|
10522
|
+
# @return [String]
|
10523
|
+
#
|
10524
|
+
# @!attribute [rw] name
|
10525
|
+
# A user-friendly name to identify the trusted entity set.
|
10526
|
+
#
|
10527
|
+
# **List naming constraints** - The name of your list can include
|
10528
|
+
# lowercase letters, uppercase letters, numbers, dash (-), and
|
10529
|
+
# underscore (\_).
|
10530
|
+
# @return [String]
|
10531
|
+
#
|
10532
|
+
# @!attribute [rw] location
|
10533
|
+
# The URI of the file that contains the trusted entity set.
|
10534
|
+
# @return [String]
|
10535
|
+
#
|
10536
|
+
# @!attribute [rw] expected_bucket_owner
|
10537
|
+
# The Amazon Web Services account ID that owns the Amazon S3 bucket
|
10538
|
+
# specified in the **location** parameter.
|
10539
|
+
# @return [String]
|
10540
|
+
#
|
10541
|
+
# @!attribute [rw] activate
|
10542
|
+
# A boolean value that indicates whether GuardDuty is to start using
|
10543
|
+
# this updated threat entity set. After you update an entity set, you
|
10544
|
+
# will need to activate it again. It might take up to 15 minutes for
|
10545
|
+
# the updated entity set to be effective.
|
10546
|
+
# @return [Boolean]
|
10547
|
+
#
|
10548
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/UpdateThreatEntitySetRequest AWS API Documentation
|
10549
|
+
#
|
10550
|
+
class UpdateThreatEntitySetRequest < Struct.new(
|
10551
|
+
:detector_id,
|
10552
|
+
:threat_entity_set_id,
|
10553
|
+
:name,
|
10554
|
+
:location,
|
10555
|
+
:expected_bucket_owner,
|
10556
|
+
:activate)
|
10557
|
+
SENSITIVE = []
|
10558
|
+
include Aws::Structure
|
10559
|
+
end
|
10560
|
+
|
10561
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/UpdateThreatEntitySetResponse AWS API Documentation
|
10562
|
+
#
|
10563
|
+
class UpdateThreatEntitySetResponse < Aws::EmptyStructure; end
|
10564
|
+
|
10036
10565
|
# @!attribute [rw] detector_id
|
10037
10566
|
# The detectorID that specifies the GuardDuty service whose
|
10038
10567
|
# ThreatIntelSet you want to update.
|
@@ -10086,6 +10615,64 @@ module Aws::GuardDuty
|
|
10086
10615
|
#
|
10087
10616
|
class UpdateThreatIntelSetResponse < Aws::EmptyStructure; end
|
10088
10617
|
|
10618
|
+
# @!attribute [rw] detector_id
|
10619
|
+
# The unique ID of the GuardDuty detector associated with the threat
|
10620
|
+
# entity set that you want to update.
|
10621
|
+
#
|
10622
|
+
# To find the `detectorId` in the current Region, see the Settings
|
10623
|
+
# page in the GuardDuty console, or run the [ListDetectors][1] API.
|
10624
|
+
#
|
10625
|
+
#
|
10626
|
+
#
|
10627
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
10628
|
+
# @return [String]
|
10629
|
+
#
|
10630
|
+
# @!attribute [rw] trusted_entity_set_id
|
10631
|
+
# The ID returned by GuardDuty after updating the trusted entity set
|
10632
|
+
# resource.
|
10633
|
+
# @return [String]
|
10634
|
+
#
|
10635
|
+
# @!attribute [rw] name
|
10636
|
+
# A user-friendly name to identify the trusted entity set.
|
10637
|
+
#
|
10638
|
+
# **List naming constraints** - The name of your list can include
|
10639
|
+
# lowercase letters, uppercase letters, numbers, dash (-), and
|
10640
|
+
# underscore (\_).
|
10641
|
+
# @return [String]
|
10642
|
+
#
|
10643
|
+
# @!attribute [rw] location
|
10644
|
+
# The URI of the file that contains the trusted entity set.
|
10645
|
+
# @return [String]
|
10646
|
+
#
|
10647
|
+
# @!attribute [rw] expected_bucket_owner
|
10648
|
+
# The Amazon Web Services account ID that owns the Amazon S3 bucket
|
10649
|
+
# specified in the **location** parameter.
|
10650
|
+
# @return [String]
|
10651
|
+
#
|
10652
|
+
# @!attribute [rw] activate
|
10653
|
+
# A boolean value that indicates whether GuardDuty is to start using
|
10654
|
+
# this updated trusted entity set. After you update an entity set, you
|
10655
|
+
# will need to activate it again. It might take up to 15 minutes for
|
10656
|
+
# the updated entity set to be effective.
|
10657
|
+
# @return [Boolean]
|
10658
|
+
#
|
10659
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/UpdateTrustedEntitySetRequest AWS API Documentation
|
10660
|
+
#
|
10661
|
+
class UpdateTrustedEntitySetRequest < Struct.new(
|
10662
|
+
:detector_id,
|
10663
|
+
:trusted_entity_set_id,
|
10664
|
+
:name,
|
10665
|
+
:location,
|
10666
|
+
:expected_bucket_owner,
|
10667
|
+
:activate)
|
10668
|
+
SENSITIVE = []
|
10669
|
+
include Aws::Structure
|
10670
|
+
end
|
10671
|
+
|
10672
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/UpdateTrustedEntitySetResponse AWS API Documentation
|
10673
|
+
#
|
10674
|
+
class UpdateTrustedEntitySetResponse < Aws::EmptyStructure; end
|
10675
|
+
|
10089
10676
|
# Contains information on the total of usage based on account IDs.
|
10090
10677
|
#
|
10091
10678
|
# @!attribute [rw] account_id
|