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