aws-sdk-guardduty 1.105.0 → 1.106.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-guardduty/client.rb +362 -3
- data/lib/aws-sdk-guardduty/client_api.rb +11 -0
- data/lib/aws-sdk-guardduty/types.rb +424 -7
- data/lib/aws-sdk-guardduty.rb +1 -1
- data/sig/types.rbs +12 -0
- metadata +2 -2
@@ -40,6 +40,13 @@ module Aws::GuardDuty
|
|
40
40
|
|
41
41
|
# @!attribute [rw] detector_id
|
42
42
|
# The unique ID of the detector of the GuardDuty member account.
|
43
|
+
#
|
44
|
+
# To find the `detectorId` in the current Region, see the Settings
|
45
|
+
# page in the GuardDuty console, or run the [ListDetectors][1] API.
|
46
|
+
#
|
47
|
+
#
|
48
|
+
#
|
49
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
43
50
|
# @return [String]
|
44
51
|
#
|
45
52
|
# @!attribute [rw] master_id
|
@@ -434,6 +441,13 @@ module Aws::GuardDuty
|
|
434
441
|
# @!attribute [rw] detector_id
|
435
442
|
# The ID of the detector that specifies the GuardDuty service whose
|
436
443
|
# findings you want to archive.
|
444
|
+
#
|
445
|
+
# To find the `detectorId` in the current Region, see the Settings
|
446
|
+
# page in the GuardDuty console, or run the [ListDetectors][1] API.
|
447
|
+
#
|
448
|
+
#
|
449
|
+
#
|
450
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
437
451
|
# @return [String]
|
438
452
|
#
|
439
453
|
# @!attribute [rw] finding_ids
|
@@ -1209,6 +1223,13 @@ module Aws::GuardDuty
|
|
1209
1223
|
# @!attribute [rw] detector_id
|
1210
1224
|
# The detector ID associated with the GuardDuty account for which you
|
1211
1225
|
# want to create a filter.
|
1226
|
+
#
|
1227
|
+
# To find the `detectorId` in the current Region, see the Settings
|
1228
|
+
# page in the GuardDuty console, or run the [ListDetectors][1] API.
|
1229
|
+
#
|
1230
|
+
#
|
1231
|
+
#
|
1232
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
1212
1233
|
# @return [String]
|
1213
1234
|
#
|
1214
1235
|
# @!attribute [rw] name
|
@@ -1220,7 +1241,7 @@ module Aws::GuardDuty
|
|
1220
1241
|
# @!attribute [rw] description
|
1221
1242
|
# The description of the filter. Valid characters include alphanumeric
|
1222
1243
|
# characters, and special characters such as hyphen, period, colon,
|
1223
|
-
# underscore, parentheses (
|
1244
|
+
# underscore, parentheses (`{ }`, `[ ]`, and `( )`), forward slash,
|
1224
1245
|
# horizontal tab, vertical tab, newline, form feed, return, and
|
1225
1246
|
# whitespace.
|
1226
1247
|
# @return [String]
|
@@ -1495,6 +1516,13 @@ module Aws::GuardDuty
|
|
1495
1516
|
# @!attribute [rw] detector_id
|
1496
1517
|
# The unique ID of the detector of the GuardDuty account for which you
|
1497
1518
|
# want to create an IPSet.
|
1519
|
+
#
|
1520
|
+
# To find the `detectorId` in the current Region, see the Settings
|
1521
|
+
# page in the GuardDuty console, or run the [ListDetectors][1] API.
|
1522
|
+
#
|
1523
|
+
#
|
1524
|
+
#
|
1525
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
1498
1526
|
# @return [String]
|
1499
1527
|
#
|
1500
1528
|
# @!attribute [rw] name
|
@@ -1609,6 +1637,13 @@ module Aws::GuardDuty
|
|
1609
1637
|
# @!attribute [rw] detector_id
|
1610
1638
|
# The unique ID of the detector of the GuardDuty account for which you
|
1611
1639
|
# want to associate member accounts.
|
1640
|
+
#
|
1641
|
+
# To find the `detectorId` in the current Region, see the Settings
|
1642
|
+
# page in the GuardDuty console, or run the [ListDetectors][1] API.
|
1643
|
+
#
|
1644
|
+
#
|
1645
|
+
#
|
1646
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
1612
1647
|
# @return [String]
|
1613
1648
|
#
|
1614
1649
|
# @!attribute [rw] account_details
|
@@ -1657,6 +1692,13 @@ module Aws::GuardDuty
|
|
1657
1692
|
# @!attribute [rw] detector_id
|
1658
1693
|
# The ID of the GuardDuty detector associated with the publishing
|
1659
1694
|
# destination.
|
1695
|
+
#
|
1696
|
+
# To find the `detectorId` in the current Region, see the Settings
|
1697
|
+
# page in the GuardDuty console, or run the [ListDetectors][1] API.
|
1698
|
+
#
|
1699
|
+
#
|
1700
|
+
#
|
1701
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
1660
1702
|
# @return [String]
|
1661
1703
|
#
|
1662
1704
|
# @!attribute [rw] destination_type
|
@@ -1722,6 +1764,13 @@ module Aws::GuardDuty
|
|
1722
1764
|
|
1723
1765
|
# @!attribute [rw] detector_id
|
1724
1766
|
# The ID of the detector for which you need to create sample findings.
|
1767
|
+
#
|
1768
|
+
# To find the `detectorId` in the current Region, see the Settings
|
1769
|
+
# page in the GuardDuty console, or run the [ListDetectors][1] API.
|
1770
|
+
#
|
1771
|
+
#
|
1772
|
+
#
|
1773
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
1725
1774
|
# @return [String]
|
1726
1775
|
#
|
1727
1776
|
# @!attribute [rw] finding_types
|
@@ -1744,6 +1793,13 @@ module Aws::GuardDuty
|
|
1744
1793
|
# @!attribute [rw] detector_id
|
1745
1794
|
# The unique ID of the detector of the GuardDuty account for which you
|
1746
1795
|
# want to create a `ThreatIntelSet`.
|
1796
|
+
#
|
1797
|
+
# To find the `detectorId` in the current Region, see the Settings
|
1798
|
+
# page in the GuardDuty console, or run the [ListDetectors][1] API.
|
1799
|
+
#
|
1800
|
+
#
|
1801
|
+
#
|
1802
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
1747
1803
|
# @return [String]
|
1748
1804
|
#
|
1749
1805
|
# @!attribute [rw] name
|
@@ -2032,6 +2088,13 @@ module Aws::GuardDuty
|
|
2032
2088
|
|
2033
2089
|
# @!attribute [rw] detector_id
|
2034
2090
|
# The unique ID of the detector that you want to delete.
|
2091
|
+
#
|
2092
|
+
# To find the `detectorId` in the current Region, see the Settings
|
2093
|
+
# page in the GuardDuty console, or run the [ListDetectors][1] API.
|
2094
|
+
#
|
2095
|
+
#
|
2096
|
+
#
|
2097
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
2035
2098
|
# @return [String]
|
2036
2099
|
#
|
2037
2100
|
# @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/DeleteDetectorRequest AWS API Documentation
|
@@ -2048,6 +2111,13 @@ module Aws::GuardDuty
|
|
2048
2111
|
|
2049
2112
|
# @!attribute [rw] detector_id
|
2050
2113
|
# The unique ID of the detector that is associated with the filter.
|
2114
|
+
#
|
2115
|
+
# To find the `detectorId` in the current Region, see the Settings
|
2116
|
+
# page in the GuardDuty console, or run the [ListDetectors][1] API.
|
2117
|
+
#
|
2118
|
+
#
|
2119
|
+
#
|
2120
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
2051
2121
|
# @return [String]
|
2052
2122
|
#
|
2053
2123
|
# @!attribute [rw] filter_name
|
@@ -2069,6 +2139,13 @@ module Aws::GuardDuty
|
|
2069
2139
|
|
2070
2140
|
# @!attribute [rw] detector_id
|
2071
2141
|
# The unique ID of the detector associated with the IPSet.
|
2142
|
+
#
|
2143
|
+
# To find the `detectorId` in the current Region, see the Settings
|
2144
|
+
# page in the GuardDuty console, or run the [ListDetectors][1] API.
|
2145
|
+
#
|
2146
|
+
#
|
2147
|
+
#
|
2148
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
2072
2149
|
# @return [String]
|
2073
2150
|
#
|
2074
2151
|
# @!attribute [rw] ip_set_id
|
@@ -2131,6 +2208,13 @@ module Aws::GuardDuty
|
|
2131
2208
|
# @!attribute [rw] detector_id
|
2132
2209
|
# The unique ID of the detector of the GuardDuty account whose members
|
2133
2210
|
# you want to delete.
|
2211
|
+
#
|
2212
|
+
# To find the `detectorId` in the current Region, see the Settings
|
2213
|
+
# page in the GuardDuty console, or run the [ListDetectors][1] API.
|
2214
|
+
#
|
2215
|
+
#
|
2216
|
+
#
|
2217
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
2134
2218
|
# @return [String]
|
2135
2219
|
#
|
2136
2220
|
# @!attribute [rw] account_ids
|
@@ -2162,6 +2246,13 @@ module Aws::GuardDuty
|
|
2162
2246
|
# @!attribute [rw] detector_id
|
2163
2247
|
# The unique ID of the detector associated with the publishing
|
2164
2248
|
# destination to delete.
|
2249
|
+
#
|
2250
|
+
# To find the `detectorId` in the current Region, see the Settings
|
2251
|
+
# page in the GuardDuty console, or run the [ListDetectors][1] API.
|
2252
|
+
#
|
2253
|
+
#
|
2254
|
+
#
|
2255
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
2165
2256
|
# @return [String]
|
2166
2257
|
#
|
2167
2258
|
# @!attribute [rw] destination_id
|
@@ -2184,6 +2275,13 @@ module Aws::GuardDuty
|
|
2184
2275
|
# @!attribute [rw] detector_id
|
2185
2276
|
# The unique ID of the detector that is associated with the
|
2186
2277
|
# threatIntelSet.
|
2278
|
+
#
|
2279
|
+
# To find the `detectorId` in the current Region, see the Settings
|
2280
|
+
# page in the GuardDuty console, or run the [ListDetectors][1] API.
|
2281
|
+
#
|
2282
|
+
#
|
2283
|
+
#
|
2284
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
2187
2285
|
# @return [String]
|
2188
2286
|
#
|
2189
2287
|
# @!attribute [rw] threat_intel_set_id
|
@@ -2205,6 +2303,13 @@ module Aws::GuardDuty
|
|
2205
2303
|
|
2206
2304
|
# @!attribute [rw] detector_id
|
2207
2305
|
# The unique ID of the detector that the request is associated with.
|
2306
|
+
#
|
2307
|
+
# To find the `detectorId` in the current Region, see the Settings
|
2308
|
+
# page in the GuardDuty console, or run the [ListDetectors][1] API.
|
2309
|
+
#
|
2310
|
+
#
|
2311
|
+
#
|
2312
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
2208
2313
|
# @return [String]
|
2209
2314
|
#
|
2210
2315
|
# @!attribute [rw] next_token
|
@@ -2268,6 +2373,13 @@ module Aws::GuardDuty
|
|
2268
2373
|
# @!attribute [rw] detector_id
|
2269
2374
|
# The detector ID of the delegated administrator for which you need to
|
2270
2375
|
# retrieve the information.
|
2376
|
+
#
|
2377
|
+
# To find the `detectorId` in the current Region, see the Settings
|
2378
|
+
# page in the GuardDuty console, or run the [ListDetectors][1] API.
|
2379
|
+
#
|
2380
|
+
#
|
2381
|
+
#
|
2382
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
2271
2383
|
# @return [String]
|
2272
2384
|
#
|
2273
2385
|
# @!attribute [rw] max_results
|
@@ -2365,6 +2477,13 @@ module Aws::GuardDuty
|
|
2365
2477
|
# @!attribute [rw] detector_id
|
2366
2478
|
# The unique ID of the detector associated with the publishing
|
2367
2479
|
# destination to retrieve.
|
2480
|
+
#
|
2481
|
+
# To find the `detectorId` in the current Region, see the Settings
|
2482
|
+
# page in the GuardDuty console, or run the [ListDetectors][1] API.
|
2483
|
+
#
|
2484
|
+
#
|
2485
|
+
#
|
2486
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
2368
2487
|
# @return [String]
|
2369
2488
|
#
|
2370
2489
|
# @!attribute [rw] destination_id
|
@@ -3363,6 +3482,13 @@ module Aws::GuardDuty
|
|
3363
3482
|
|
3364
3483
|
# @!attribute [rw] detector_id
|
3365
3484
|
# The unique ID of the GuardDuty detector.
|
3485
|
+
#
|
3486
|
+
# To find the `detectorId` in the current Region, see the Settings
|
3487
|
+
# page in the GuardDuty console, or run the [ListDetectors][1] API.
|
3488
|
+
#
|
3489
|
+
#
|
3490
|
+
#
|
3491
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
3366
3492
|
# @return [String]
|
3367
3493
|
#
|
3368
3494
|
# @!attribute [rw] filter_criteria
|
@@ -3399,6 +3525,13 @@ module Aws::GuardDuty
|
|
3399
3525
|
|
3400
3526
|
# @!attribute [rw] detector_id
|
3401
3527
|
# The unique ID of the detector that you want to get.
|
3528
|
+
#
|
3529
|
+
# To find the `detectorId` in the current Region, see the Settings
|
3530
|
+
# page in the GuardDuty console, or run the [ListDetectors][1] API.
|
3531
|
+
#
|
3532
|
+
#
|
3533
|
+
#
|
3534
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
3402
3535
|
# @return [String]
|
3403
3536
|
#
|
3404
3537
|
# @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/GetDetectorRequest AWS API Documentation
|
@@ -3458,6 +3591,13 @@ module Aws::GuardDuty
|
|
3458
3591
|
|
3459
3592
|
# @!attribute [rw] detector_id
|
3460
3593
|
# The unique ID of the detector that is associated with this filter.
|
3594
|
+
#
|
3595
|
+
# To find the `detectorId` in the current Region, see the Settings
|
3596
|
+
# page in the GuardDuty console, or run the [ListDetectors][1] API.
|
3597
|
+
#
|
3598
|
+
#
|
3599
|
+
#
|
3600
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
3461
3601
|
# @return [String]
|
3462
3602
|
#
|
3463
3603
|
# @!attribute [rw] filter_name
|
@@ -3517,6 +3657,13 @@ module Aws::GuardDuty
|
|
3517
3657
|
# @!attribute [rw] detector_id
|
3518
3658
|
# The ID of the detector that specifies the GuardDuty service whose
|
3519
3659
|
# findings you want to retrieve.
|
3660
|
+
#
|
3661
|
+
# To find the `detectorId` in the current Region, see the Settings
|
3662
|
+
# page in the GuardDuty console, or run the [ListDetectors][1] API.
|
3663
|
+
#
|
3664
|
+
#
|
3665
|
+
#
|
3666
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
3520
3667
|
# @return [String]
|
3521
3668
|
#
|
3522
3669
|
# @!attribute [rw] finding_ids
|
@@ -3552,6 +3699,13 @@ module Aws::GuardDuty
|
|
3552
3699
|
# @!attribute [rw] detector_id
|
3553
3700
|
# The ID of the detector whose findings statistics you want to
|
3554
3701
|
# retrieve.
|
3702
|
+
#
|
3703
|
+
# To find the `detectorId` in the current Region, see the Settings
|
3704
|
+
# page in the GuardDuty console, or run the [ListDetectors][1] API.
|
3705
|
+
#
|
3706
|
+
#
|
3707
|
+
#
|
3708
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
3555
3709
|
# @return [String]
|
3556
3710
|
#
|
3557
3711
|
# @!attribute [rw] finding_statistic_types
|
@@ -3616,6 +3770,13 @@ module Aws::GuardDuty
|
|
3616
3770
|
|
3617
3771
|
# @!attribute [rw] detector_id
|
3618
3772
|
# The unique ID of the detector that is associated with the IPSet.
|
3773
|
+
#
|
3774
|
+
# To find the `detectorId` in the current Region, see the Settings
|
3775
|
+
# page in the GuardDuty console, or run the [ListDetectors][1] API.
|
3776
|
+
#
|
3777
|
+
#
|
3778
|
+
#
|
3779
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
3619
3780
|
# @return [String]
|
3620
3781
|
#
|
3621
3782
|
# @!attribute [rw] ip_set_id
|
@@ -3749,6 +3910,13 @@ module Aws::GuardDuty
|
|
3749
3910
|
|
3750
3911
|
# @!attribute [rw] detector_id
|
3751
3912
|
# The unique ID of the detector that is associated with this scan.
|
3913
|
+
#
|
3914
|
+
# To find the `detectorId` in the current Region, see the Settings
|
3915
|
+
# page in the GuardDuty console, or run the [ListDetectors][1] API.
|
3916
|
+
#
|
3917
|
+
#
|
3918
|
+
#
|
3919
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
3752
3920
|
# @return [String]
|
3753
3921
|
#
|
3754
3922
|
# @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/GetMalwareScanSettingsRequest AWS API Documentation
|
@@ -3779,6 +3947,13 @@ module Aws::GuardDuty
|
|
3779
3947
|
|
3780
3948
|
# @!attribute [rw] detector_id
|
3781
3949
|
# The unique ID of the detector of the GuardDuty member account.
|
3950
|
+
#
|
3951
|
+
# To find the `detectorId` in the current Region, see the Settings
|
3952
|
+
# page in the GuardDuty console, or run the [ListDetectors][1] API.
|
3953
|
+
#
|
3954
|
+
#
|
3955
|
+
#
|
3956
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
3782
3957
|
# @return [String]
|
3783
3958
|
#
|
3784
3959
|
# @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/GetMasterAccountRequest AWS API Documentation
|
@@ -3803,6 +3978,13 @@ module Aws::GuardDuty
|
|
3803
3978
|
|
3804
3979
|
# @!attribute [rw] detector_id
|
3805
3980
|
# The detector ID for the administrator account.
|
3981
|
+
#
|
3982
|
+
# To find the `detectorId` in the current Region, see the Settings
|
3983
|
+
# page in the GuardDuty console, or run the [ListDetectors][1] API.
|
3984
|
+
#
|
3985
|
+
#
|
3986
|
+
#
|
3987
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
3806
3988
|
# @return [String]
|
3807
3989
|
#
|
3808
3990
|
# @!attribute [rw] account_ids
|
@@ -3840,6 +4022,13 @@ module Aws::GuardDuty
|
|
3840
4022
|
# @!attribute [rw] detector_id
|
3841
4023
|
# The unique ID of the detector of the GuardDuty account whose members
|
3842
4024
|
# you want to retrieve.
|
4025
|
+
#
|
4026
|
+
# To find the `detectorId` in the current Region, see the Settings
|
4027
|
+
# page in the GuardDuty console, or run the [ListDetectors][1] API.
|
4028
|
+
#
|
4029
|
+
#
|
4030
|
+
#
|
4031
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
3843
4032
|
# @return [String]
|
3844
4033
|
#
|
3845
4034
|
# @!attribute [rw] account_ids
|
@@ -3888,6 +4077,13 @@ module Aws::GuardDuty
|
|
3888
4077
|
|
3889
4078
|
# @!attribute [rw] detector_id
|
3890
4079
|
# The unique ID of the detector of the GuardDuty member account.
|
4080
|
+
#
|
4081
|
+
# To find the `detectorId` in the current Region, see the Settings
|
4082
|
+
# page in the GuardDuty console, or run the [ListDetectors][1] API.
|
4083
|
+
#
|
4084
|
+
#
|
4085
|
+
#
|
4086
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
3891
4087
|
# @return [String]
|
3892
4088
|
#
|
3893
4089
|
# @!attribute [rw] account_ids
|
@@ -3925,6 +4121,13 @@ module Aws::GuardDuty
|
|
3925
4121
|
# @!attribute [rw] detector_id
|
3926
4122
|
# The unique ID of the detector that is associated with the
|
3927
4123
|
# threatIntelSet.
|
4124
|
+
#
|
4125
|
+
# To find the `detectorId` in the current Region, see the Settings
|
4126
|
+
# page in the GuardDuty console, or run the [ListDetectors][1] API.
|
4127
|
+
#
|
4128
|
+
#
|
4129
|
+
#
|
4130
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
3928
4131
|
# @return [String]
|
3929
4132
|
#
|
3930
4133
|
# @!attribute [rw] threat_intel_set_id
|
@@ -3977,6 +4180,13 @@ module Aws::GuardDuty
|
|
3977
4180
|
# @!attribute [rw] detector_id
|
3978
4181
|
# The ID of the detector that specifies the GuardDuty service whose
|
3979
4182
|
# usage statistics you want to retrieve.
|
4183
|
+
#
|
4184
|
+
# To find the `detectorId` in the current Region, see the Settings
|
4185
|
+
# page in the GuardDuty console, or run the [ListDetectors][1] API.
|
4186
|
+
#
|
4187
|
+
#
|
4188
|
+
#
|
4189
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
3980
4190
|
# @return [String]
|
3981
4191
|
#
|
3982
4192
|
# @!attribute [rw] usage_statistic_type
|
@@ -4244,6 +4454,13 @@ module Aws::GuardDuty
|
|
4244
4454
|
# @!attribute [rw] detector_id
|
4245
4455
|
# The unique ID of the detector of the GuardDuty account with which
|
4246
4456
|
# you want to invite members.
|
4457
|
+
#
|
4458
|
+
# To find the `detectorId` in the current Region, see the Settings
|
4459
|
+
# page in the GuardDuty console, or run the [ListDetectors][1] API.
|
4460
|
+
#
|
4461
|
+
#
|
4462
|
+
#
|
4463
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
4247
4464
|
# @return [String]
|
4248
4465
|
#
|
4249
4466
|
# @!attribute [rw] account_ids
|
@@ -4777,6 +4994,13 @@ module Aws::GuardDuty
|
|
4777
4994
|
# @!attribute [rw] detector_id
|
4778
4995
|
# The unique ID of the detector whose coverage details you want to
|
4779
4996
|
# retrieve.
|
4997
|
+
#
|
4998
|
+
# To find the `detectorId` in the current Region, see the Settings
|
4999
|
+
# page in the GuardDuty console, or run the [ListDetectors][1] API.
|
5000
|
+
#
|
5001
|
+
#
|
5002
|
+
#
|
5003
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
4780
5004
|
# @return [String]
|
4781
5005
|
#
|
4782
5006
|
# @!attribute [rw] next_token
|
@@ -4872,6 +5096,13 @@ module Aws::GuardDuty
|
|
4872
5096
|
|
4873
5097
|
# @!attribute [rw] detector_id
|
4874
5098
|
# The unique ID of the detector that is associated with the filter.
|
5099
|
+
#
|
5100
|
+
# To find the `detectorId` in the current Region, see the Settings
|
5101
|
+
# page in the GuardDuty console, or run the [ListDetectors][1] API.
|
5102
|
+
#
|
5103
|
+
#
|
5104
|
+
#
|
5105
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
4875
5106
|
# @return [String]
|
4876
5107
|
#
|
4877
5108
|
# @!attribute [rw] max_results
|
@@ -4919,6 +5150,13 @@ module Aws::GuardDuty
|
|
4919
5150
|
# @!attribute [rw] detector_id
|
4920
5151
|
# The ID of the detector that specifies the GuardDuty service whose
|
4921
5152
|
# findings you want to list.
|
5153
|
+
#
|
5154
|
+
# To find the `detectorId` in the current Region, see the Settings
|
5155
|
+
# page in the GuardDuty console, or run the [ListDetectors][1] API.
|
5156
|
+
#
|
5157
|
+
#
|
5158
|
+
#
|
5159
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
4922
5160
|
# @return [String]
|
4923
5161
|
#
|
4924
5162
|
# @!attribute [rw] finding_criteria
|
@@ -5083,6 +5321,13 @@ module Aws::GuardDuty
|
|
5083
5321
|
|
5084
5322
|
# @!attribute [rw] detector_id
|
5085
5323
|
# The unique ID of the detector that is associated with IPSet.
|
5324
|
+
#
|
5325
|
+
# To find the `detectorId` in the current Region, see the Settings
|
5326
|
+
# page in the GuardDuty console, or run the [ListDetectors][1] API.
|
5327
|
+
#
|
5328
|
+
#
|
5329
|
+
#
|
5330
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
5086
5331
|
# @return [String]
|
5087
5332
|
#
|
5088
5333
|
# @!attribute [rw] max_results
|
@@ -5208,6 +5453,13 @@ module Aws::GuardDuty
|
|
5208
5453
|
|
5209
5454
|
# @!attribute [rw] detector_id
|
5210
5455
|
# The unique ID of the detector that is associated with the member.
|
5456
|
+
#
|
5457
|
+
# To find the `detectorId` in the current Region, see the Settings
|
5458
|
+
# page in the GuardDuty console, or run the [ListDetectors][1] API.
|
5459
|
+
#
|
5460
|
+
#
|
5461
|
+
#
|
5462
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
5211
5463
|
# @return [String]
|
5212
5464
|
#
|
5213
5465
|
# @!attribute [rw] max_results
|
@@ -5312,6 +5564,13 @@ module Aws::GuardDuty
|
|
5312
5564
|
# @!attribute [rw] detector_id
|
5313
5565
|
# The detector ID for which you want to retrieve the publishing
|
5314
5566
|
# destination.
|
5567
|
+
#
|
5568
|
+
# To find the `detectorId` in the current Region, see the Settings
|
5569
|
+
# page in the GuardDuty console, or run the [ListDetectors][1] API.
|
5570
|
+
#
|
5571
|
+
#
|
5572
|
+
#
|
5573
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
5315
5574
|
# @return [String]
|
5316
5575
|
#
|
5317
5576
|
# @!attribute [rw] max_results
|
@@ -5385,6 +5644,13 @@ module Aws::GuardDuty
|
|
5385
5644
|
# @!attribute [rw] detector_id
|
5386
5645
|
# The unique ID of the detector that is associated with the
|
5387
5646
|
# threatIntelSet.
|
5647
|
+
#
|
5648
|
+
# To find the `detectorId` in the current Region, see the Settings
|
5649
|
+
# page in the GuardDuty console, or run the [ListDetectors][1] API.
|
5650
|
+
#
|
5651
|
+
#
|
5652
|
+
#
|
5653
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
5388
5654
|
# @return [String]
|
5389
5655
|
#
|
5390
5656
|
# @!attribute [rw] max_results
|
@@ -6762,8 +7028,7 @@ module Aws::GuardDuty
|
|
6762
7028
|
# @return [String]
|
6763
7029
|
#
|
6764
7030
|
# @!attribute [rw] tags
|
6765
|
-
#
|
6766
|
-
# ID.
|
7031
|
+
# Information about the tag key-value pairs.
|
6767
7032
|
# @return [Array<Types::Tag>]
|
6768
7033
|
#
|
6769
7034
|
# @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/RdsDbInstanceDetails AWS API Documentation
|
@@ -6815,6 +7080,54 @@ module Aws::GuardDuty
|
|
6815
7080
|
include Aws::Structure
|
6816
7081
|
end
|
6817
7082
|
|
7083
|
+
# Contains information about the resource type `RDSLimitlessDB` that is
|
7084
|
+
# involved in a GuardDuty finding.
|
7085
|
+
#
|
7086
|
+
# @!attribute [rw] db_shard_group_identifier
|
7087
|
+
# The name associated with the Limitless DB shard group.
|
7088
|
+
# @return [String]
|
7089
|
+
#
|
7090
|
+
# @!attribute [rw] db_shard_group_resource_id
|
7091
|
+
# The resource identifier of the DB shard group within the Limitless
|
7092
|
+
# Database.
|
7093
|
+
# @return [String]
|
7094
|
+
#
|
7095
|
+
# @!attribute [rw] db_shard_group_arn
|
7096
|
+
# The Amazon Resource Name (ARN) that identifies the DB shard group.
|
7097
|
+
# @return [String]
|
7098
|
+
#
|
7099
|
+
# @!attribute [rw] engine
|
7100
|
+
# The database engine of the database instance involved in the
|
7101
|
+
# finding.
|
7102
|
+
# @return [String]
|
7103
|
+
#
|
7104
|
+
# @!attribute [rw] engine_version
|
7105
|
+
# The version of the database engine.
|
7106
|
+
# @return [String]
|
7107
|
+
#
|
7108
|
+
# @!attribute [rw] db_cluster_identifier
|
7109
|
+
# The name of the database cluster that is a part of the Limitless
|
7110
|
+
# Database.
|
7111
|
+
# @return [String]
|
7112
|
+
#
|
7113
|
+
# @!attribute [rw] tags
|
7114
|
+
# Information about the tag-key value pair.
|
7115
|
+
# @return [Array<Types::Tag>]
|
7116
|
+
#
|
7117
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/RdsLimitlessDbDetails AWS API Documentation
|
7118
|
+
#
|
7119
|
+
class RdsLimitlessDbDetails < Struct.new(
|
7120
|
+
:db_shard_group_identifier,
|
7121
|
+
:db_shard_group_resource_id,
|
7122
|
+
:db_shard_group_arn,
|
7123
|
+
:engine,
|
7124
|
+
:engine_version,
|
7125
|
+
:db_cluster_identifier,
|
7126
|
+
:tags)
|
7127
|
+
SENSITIVE = []
|
7128
|
+
include Aws::Structure
|
7129
|
+
end
|
7130
|
+
|
6818
7131
|
# Indicates that a login attempt was made to the potentially compromised
|
6819
7132
|
# database from a remote IP address.
|
6820
7133
|
#
|
@@ -6963,6 +7276,11 @@ module Aws::GuardDuty
|
|
6963
7276
|
# anomalous login attempt was made.
|
6964
7277
|
# @return [Types::RdsDbInstanceDetails]
|
6965
7278
|
#
|
7279
|
+
# @!attribute [rw] rds_limitless_db_details
|
7280
|
+
# Contains information about the RDS Limitless database that was
|
7281
|
+
# involved in a GuardDuty finding.
|
7282
|
+
# @return [Types::RdsLimitlessDbDetails]
|
7283
|
+
#
|
6966
7284
|
# @!attribute [rw] rds_db_user_details
|
6967
7285
|
# Contains information about the user details through which anomalous
|
6968
7286
|
# login attempt was made.
|
@@ -6986,6 +7304,7 @@ module Aws::GuardDuty
|
|
6986
7304
|
:ecs_cluster_details,
|
6987
7305
|
:container_details,
|
6988
7306
|
:rds_db_instance_details,
|
7307
|
+
:rds_limitless_db_details,
|
6989
7308
|
:rds_db_user_details,
|
6990
7309
|
:lambda_details)
|
6991
7310
|
SENSITIVE = []
|
@@ -7374,12 +7693,26 @@ module Aws::GuardDuty
|
|
7374
7693
|
#
|
7375
7694
|
# @!attribute [rw] detector_id
|
7376
7695
|
# The unique ID of the detector that the request is associated with.
|
7696
|
+
#
|
7697
|
+
# To find the `detectorId` in the current Region, see the Settings
|
7698
|
+
# page in the GuardDuty console, or run the [ListDetectors][1] API.
|
7699
|
+
#
|
7700
|
+
#
|
7701
|
+
#
|
7702
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
7377
7703
|
# @return [String]
|
7378
7704
|
#
|
7379
7705
|
# @!attribute [rw] admin_detector_id
|
7380
7706
|
# The unique detector ID of the administrator account that the request
|
7381
7707
|
# is associated with. If the account is an administrator, the
|
7382
7708
|
# `AdminDetectorId` will be the same as the one used for `DetectorId`.
|
7709
|
+
#
|
7710
|
+
# To find the `detectorId` in the current Region, see the Settings
|
7711
|
+
# page in the GuardDuty console, or run the [ListDetectors][1] API.
|
7712
|
+
#
|
7713
|
+
#
|
7714
|
+
#
|
7715
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
7383
7716
|
# @return [String]
|
7384
7717
|
#
|
7385
7718
|
# @!attribute [rw] scan_id
|
@@ -7902,6 +8235,13 @@ module Aws::GuardDuty
|
|
7902
8235
|
# @!attribute [rw] detector_id
|
7903
8236
|
# The unique ID of the detector of the GuardDuty administrator account
|
7904
8237
|
# associated with the member accounts to monitor.
|
8238
|
+
#
|
8239
|
+
# To find the `detectorId` in the current Region, see the Settings
|
8240
|
+
# page in the GuardDuty console, or run the [ListDetectors][1] API.
|
8241
|
+
#
|
8242
|
+
#
|
8243
|
+
#
|
8244
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
7905
8245
|
# @return [String]
|
7906
8246
|
#
|
7907
8247
|
# @!attribute [rw] account_ids
|
@@ -7934,6 +8274,13 @@ module Aws::GuardDuty
|
|
7934
8274
|
# @!attribute [rw] detector_id
|
7935
8275
|
# The unique ID of the detector associated with the GuardDuty
|
7936
8276
|
# administrator account that is monitoring member accounts.
|
8277
|
+
#
|
8278
|
+
# To find the `detectorId` in the current Region, see the Settings
|
8279
|
+
# page in the GuardDuty console, or run the [ListDetectors][1] API.
|
8280
|
+
#
|
8281
|
+
#
|
8282
|
+
#
|
8283
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
7937
8284
|
# @return [String]
|
7938
8285
|
#
|
7939
8286
|
# @!attribute [rw] account_ids
|
@@ -7963,14 +8310,14 @@ module Aws::GuardDuty
|
|
7963
8310
|
include Aws::Structure
|
7964
8311
|
end
|
7965
8312
|
|
7966
|
-
# Contains information about a tag
|
8313
|
+
# Contains information about a tag key-value pair.
|
7967
8314
|
#
|
7968
8315
|
# @!attribute [rw] key
|
7969
|
-
#
|
8316
|
+
# Describes the key associated with the tag.
|
7970
8317
|
# @return [String]
|
7971
8318
|
#
|
7972
8319
|
# @!attribute [rw] value
|
7973
|
-
#
|
8320
|
+
# Describes the value associated with the tag key.
|
7974
8321
|
# @return [String]
|
7975
8322
|
#
|
7976
8323
|
# @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/Tag AWS API Documentation
|
@@ -8143,6 +8490,13 @@ module Aws::GuardDuty
|
|
8143
8490
|
|
8144
8491
|
# @!attribute [rw] detector_id
|
8145
8492
|
# The ID of the detector associated with the findings to unarchive.
|
8493
|
+
#
|
8494
|
+
# To find the `detectorId` in the current Region, see the Settings
|
8495
|
+
# page in the GuardDuty console, or run the [ListDetectors][1] API.
|
8496
|
+
#
|
8497
|
+
#
|
8498
|
+
#
|
8499
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
8146
8500
|
# @return [String]
|
8147
8501
|
#
|
8148
8502
|
# @!attribute [rw] finding_ids
|
@@ -8219,6 +8573,13 @@ module Aws::GuardDuty
|
|
8219
8573
|
|
8220
8574
|
# @!attribute [rw] detector_id
|
8221
8575
|
# The unique ID of the detector to update.
|
8576
|
+
#
|
8577
|
+
# To find the `detectorId` in the current Region, see the Settings
|
8578
|
+
# page in the GuardDuty console, or run the [ListDetectors][1] API.
|
8579
|
+
#
|
8580
|
+
#
|
8581
|
+
#
|
8582
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
8222
8583
|
# @return [String]
|
8223
8584
|
#
|
8224
8585
|
# @!attribute [rw] enable
|
@@ -8266,6 +8627,13 @@ module Aws::GuardDuty
|
|
8266
8627
|
# @!attribute [rw] detector_id
|
8267
8628
|
# The unique ID of the detector that specifies the GuardDuty service
|
8268
8629
|
# where you want to update a filter.
|
8630
|
+
#
|
8631
|
+
# To find the `detectorId` in the current Region, see the Settings
|
8632
|
+
# page in the GuardDuty console, or run the [ListDetectors][1] API.
|
8633
|
+
#
|
8634
|
+
#
|
8635
|
+
#
|
8636
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
8269
8637
|
# @return [String]
|
8270
8638
|
#
|
8271
8639
|
# @!attribute [rw] filter_name
|
@@ -8275,7 +8643,7 @@ module Aws::GuardDuty
|
|
8275
8643
|
# @!attribute [rw] description
|
8276
8644
|
# The description of the filter. Valid characters include alphanumeric
|
8277
8645
|
# characters, and special characters such as hyphen, period, colon,
|
8278
|
-
# underscore, parentheses (
|
8646
|
+
# underscore, parentheses (`{ }`, `[ ]`, and `( )`), forward slash,
|
8279
8647
|
# horizontal tab, vertical tab, newline, form feed, return, and
|
8280
8648
|
# whitespace.
|
8281
8649
|
# @return [String]
|
@@ -8324,6 +8692,13 @@ module Aws::GuardDuty
|
|
8324
8692
|
# @!attribute [rw] detector_id
|
8325
8693
|
# The ID of the detector that is associated with the findings for
|
8326
8694
|
# which you want to update the feedback.
|
8695
|
+
#
|
8696
|
+
# To find the `detectorId` in the current Region, see the Settings
|
8697
|
+
# page in the GuardDuty console, or run the [ListDetectors][1] API.
|
8698
|
+
#
|
8699
|
+
#
|
8700
|
+
#
|
8701
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
8327
8702
|
# @return [String]
|
8328
8703
|
#
|
8329
8704
|
# @!attribute [rw] finding_ids
|
@@ -8357,6 +8732,13 @@ module Aws::GuardDuty
|
|
8357
8732
|
# @!attribute [rw] detector_id
|
8358
8733
|
# The detectorID that specifies the GuardDuty service whose IPSet you
|
8359
8734
|
# want to update.
|
8735
|
+
#
|
8736
|
+
# To find the `detectorId` in the current Region, see the Settings
|
8737
|
+
# page in the GuardDuty console, or run the [ListDetectors][1] API.
|
8738
|
+
#
|
8739
|
+
#
|
8740
|
+
#
|
8741
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
8360
8742
|
# @return [String]
|
8361
8743
|
#
|
8362
8744
|
# @!attribute [rw] ip_set_id
|
@@ -8426,6 +8808,13 @@ module Aws::GuardDuty
|
|
8426
8808
|
# @!attribute [rw] detector_id
|
8427
8809
|
# The unique ID of the detector that specifies the GuardDuty service
|
8428
8810
|
# where you want to update scan settings.
|
8811
|
+
#
|
8812
|
+
# To find the `detectorId` in the current Region, see the Settings
|
8813
|
+
# page in the GuardDuty console, or run the [ListDetectors][1] API.
|
8814
|
+
#
|
8815
|
+
#
|
8816
|
+
#
|
8817
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
8429
8818
|
# @return [String]
|
8430
8819
|
#
|
8431
8820
|
# @!attribute [rw] scan_resource_criteria
|
@@ -8453,6 +8842,13 @@ module Aws::GuardDuty
|
|
8453
8842
|
|
8454
8843
|
# @!attribute [rw] detector_id
|
8455
8844
|
# The detector ID of the administrator account.
|
8845
|
+
#
|
8846
|
+
# To find the `detectorId` in the current Region, see the Settings
|
8847
|
+
# page in the GuardDuty console, or run the [ListDetectors][1] API.
|
8848
|
+
#
|
8849
|
+
#
|
8850
|
+
#
|
8851
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
8456
8852
|
# @return [String]
|
8457
8853
|
#
|
8458
8854
|
# @!attribute [rw] account_ids
|
@@ -8494,6 +8890,13 @@ module Aws::GuardDuty
|
|
8494
8890
|
|
8495
8891
|
# @!attribute [rw] detector_id
|
8496
8892
|
# The ID of the detector that configures the delegated administrator.
|
8893
|
+
#
|
8894
|
+
# To find the `detectorId` in the current Region, see the Settings
|
8895
|
+
# page in the GuardDuty console, or run the [ListDetectors][1] API.
|
8896
|
+
#
|
8897
|
+
#
|
8898
|
+
#
|
8899
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
8497
8900
|
# @return [String]
|
8498
8901
|
#
|
8499
8902
|
# @!attribute [rw] auto_enable
|
@@ -8580,6 +8983,13 @@ module Aws::GuardDuty
|
|
8580
8983
|
# @!attribute [rw] detector_id
|
8581
8984
|
# The ID of the detector associated with the publishing destinations
|
8582
8985
|
# to update.
|
8986
|
+
#
|
8987
|
+
# To find the `detectorId` in the current Region, see the Settings
|
8988
|
+
# page in the GuardDuty console, or run the [ListDetectors][1] API.
|
8989
|
+
#
|
8990
|
+
#
|
8991
|
+
#
|
8992
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
8583
8993
|
# @return [String]
|
8584
8994
|
#
|
8585
8995
|
# @!attribute [rw] destination_id
|
@@ -8624,6 +9034,13 @@ module Aws::GuardDuty
|
|
8624
9034
|
# @!attribute [rw] detector_id
|
8625
9035
|
# The detectorID that specifies the GuardDuty service whose
|
8626
9036
|
# ThreatIntelSet you want to update.
|
9037
|
+
#
|
9038
|
+
# To find the `detectorId` in the current Region, see the Settings
|
9039
|
+
# page in the GuardDuty console, or run the [ListDetectors][1] API.
|
9040
|
+
#
|
9041
|
+
#
|
9042
|
+
#
|
9043
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
8627
9044
|
# @return [String]
|
8628
9045
|
#
|
8629
9046
|
# @!attribute [rw] threat_intel_set_id
|