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
@@ -486,6 +486,13 @@ module Aws::GuardDuty
|
|
486
486
|
# @option params [required, String] :detector_id
|
487
487
|
# The unique ID of the detector of the GuardDuty member account.
|
488
488
|
#
|
489
|
+
# To find the `detectorId` in the current Region, see the Settings page
|
490
|
+
# in the GuardDuty console, or run the [ListDetectors][1] API.
|
491
|
+
#
|
492
|
+
#
|
493
|
+
#
|
494
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
495
|
+
#
|
489
496
|
# @option params [required, String] :master_id
|
490
497
|
# The account ID of the GuardDuty administrator account whose invitation
|
491
498
|
# you're accepting.
|
@@ -525,6 +532,13 @@ module Aws::GuardDuty
|
|
525
532
|
# The ID of the detector that specifies the GuardDuty service whose
|
526
533
|
# findings you want to archive.
|
527
534
|
#
|
535
|
+
# To find the `detectorId` in the current Region, see the Settings page
|
536
|
+
# in the GuardDuty console, or run the [ListDetectors][1] API.
|
537
|
+
#
|
538
|
+
#
|
539
|
+
#
|
540
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
541
|
+
#
|
528
542
|
# @option params [required, Array<String>] :finding_ids
|
529
543
|
# The IDs of the findings that you want to archive.
|
530
544
|
#
|
@@ -677,6 +691,13 @@ module Aws::GuardDuty
|
|
677
691
|
# The detector ID associated with the GuardDuty account for which you
|
678
692
|
# want to create a filter.
|
679
693
|
#
|
694
|
+
# To find the `detectorId` in the current Region, see the Settings page
|
695
|
+
# in the GuardDuty console, or run the [ListDetectors][1] API.
|
696
|
+
#
|
697
|
+
#
|
698
|
+
#
|
699
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
700
|
+
#
|
680
701
|
# @option params [required, String] :name
|
681
702
|
# The name of the filter. Valid characters include period (.),
|
682
703
|
# underscore (\_), dash (-), and alphanumeric characters. A whitespace
|
@@ -685,7 +706,7 @@ module Aws::GuardDuty
|
|
685
706
|
# @option params [String] :description
|
686
707
|
# The description of the filter. Valid characters include alphanumeric
|
687
708
|
# characters, and special characters such as hyphen, period, colon,
|
688
|
-
# underscore, parentheses (
|
709
|
+
# underscore, parentheses (`{ }`, `[ ]`, and `( )`), forward slash,
|
689
710
|
# horizontal tab, vertical tab, newline, form feed, return, and
|
690
711
|
# whitespace.
|
691
712
|
#
|
@@ -720,7 +741,6 @@ module Aws::GuardDuty
|
|
720
741
|
# * **Medium**: `["4", "5", "6"]`
|
721
742
|
#
|
722
743
|
# * **High**: `["7", "8", "9"]`
|
723
|
-
#
|
724
744
|
# For more information, see [Severity levels for GuardDuty
|
725
745
|
# findings][2].
|
726
746
|
#
|
@@ -984,6 +1004,13 @@ module Aws::GuardDuty
|
|
984
1004
|
# The unique ID of the detector of the GuardDuty account for which you
|
985
1005
|
# want to create an IPSet.
|
986
1006
|
#
|
1007
|
+
# To find the `detectorId` in the current Region, see the Settings page
|
1008
|
+
# in the GuardDuty console, or run the [ListDetectors][1] API.
|
1009
|
+
#
|
1010
|
+
#
|
1011
|
+
#
|
1012
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
1013
|
+
#
|
987
1014
|
# @option params [required, String] :name
|
988
1015
|
# The user-friendly name to identify the IPSet.
|
989
1016
|
#
|
@@ -1151,6 +1178,13 @@ module Aws::GuardDuty
|
|
1151
1178
|
# The unique ID of the detector of the GuardDuty account for which you
|
1152
1179
|
# want to associate member accounts.
|
1153
1180
|
#
|
1181
|
+
# To find the `detectorId` in the current Region, see the Settings page
|
1182
|
+
# in the GuardDuty console, or run the [ListDetectors][1] API.
|
1183
|
+
#
|
1184
|
+
#
|
1185
|
+
#
|
1186
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
1187
|
+
#
|
1154
1188
|
# @option params [required, Array<Types::AccountDetail>] :account_details
|
1155
1189
|
# A list of account ID and email address pairs of the accounts that you
|
1156
1190
|
# want to associate with the GuardDuty administrator account.
|
@@ -1194,6 +1228,13 @@ module Aws::GuardDuty
|
|
1194
1228
|
# The ID of the GuardDuty detector associated with the publishing
|
1195
1229
|
# destination.
|
1196
1230
|
#
|
1231
|
+
# To find the `detectorId` in the current Region, see the Settings page
|
1232
|
+
# in the GuardDuty console, or run the [ListDetectors][1] API.
|
1233
|
+
#
|
1234
|
+
#
|
1235
|
+
#
|
1236
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
1237
|
+
#
|
1197
1238
|
# @option params [required, String] :destination_type
|
1198
1239
|
# The type of resource for the publishing destination. Currently only
|
1199
1240
|
# Amazon S3 buckets are supported.
|
@@ -1244,6 +1285,13 @@ module Aws::GuardDuty
|
|
1244
1285
|
# @option params [required, String] :detector_id
|
1245
1286
|
# The ID of the detector for which you need to create sample findings.
|
1246
1287
|
#
|
1288
|
+
# To find the `detectorId` in the current Region, see the Settings page
|
1289
|
+
# in the GuardDuty console, or run the [ListDetectors][1] API.
|
1290
|
+
#
|
1291
|
+
#
|
1292
|
+
#
|
1293
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
1294
|
+
#
|
1247
1295
|
# @option params [Array<String>] :finding_types
|
1248
1296
|
# The types of sample findings to generate.
|
1249
1297
|
#
|
@@ -1274,6 +1322,13 @@ module Aws::GuardDuty
|
|
1274
1322
|
# The unique ID of the detector of the GuardDuty account for which you
|
1275
1323
|
# want to create a `ThreatIntelSet`.
|
1276
1324
|
#
|
1325
|
+
# To find the `detectorId` in the current Region, see the Settings page
|
1326
|
+
# in the GuardDuty console, or run the [ListDetectors][1] API.
|
1327
|
+
#
|
1328
|
+
#
|
1329
|
+
#
|
1330
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
1331
|
+
#
|
1277
1332
|
# @option params [required, String] :name
|
1278
1333
|
# A user-friendly ThreatIntelSet name displayed in all findings that are
|
1279
1334
|
# generated by activity that involves IP addresses included in this
|
@@ -1368,6 +1423,13 @@ module Aws::GuardDuty
|
|
1368
1423
|
# @option params [required, String] :detector_id
|
1369
1424
|
# The unique ID of the detector that you want to delete.
|
1370
1425
|
#
|
1426
|
+
# To find the `detectorId` in the current Region, see the Settings page
|
1427
|
+
# in the GuardDuty console, or run the [ListDetectors][1] API.
|
1428
|
+
#
|
1429
|
+
#
|
1430
|
+
#
|
1431
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
1432
|
+
#
|
1371
1433
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
1372
1434
|
#
|
1373
1435
|
# @example Request syntax with placeholder values
|
@@ -1390,6 +1452,13 @@ module Aws::GuardDuty
|
|
1390
1452
|
# @option params [required, String] :detector_id
|
1391
1453
|
# The unique ID of the detector that is associated with the filter.
|
1392
1454
|
#
|
1455
|
+
# To find the `detectorId` in the current Region, see the Settings page
|
1456
|
+
# in the GuardDuty console, or run the [ListDetectors][1] API.
|
1457
|
+
#
|
1458
|
+
#
|
1459
|
+
#
|
1460
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
1461
|
+
#
|
1393
1462
|
# @option params [required, String] :filter_name
|
1394
1463
|
# The name of the filter that you want to delete.
|
1395
1464
|
#
|
@@ -1417,6 +1486,13 @@ module Aws::GuardDuty
|
|
1417
1486
|
# @option params [required, String] :detector_id
|
1418
1487
|
# The unique ID of the detector associated with the IPSet.
|
1419
1488
|
#
|
1489
|
+
# To find the `detectorId` in the current Region, see the Settings page
|
1490
|
+
# in the GuardDuty console, or run the [ListDetectors][1] API.
|
1491
|
+
#
|
1492
|
+
#
|
1493
|
+
#
|
1494
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
1495
|
+
#
|
1420
1496
|
# @option params [required, String] :ip_set_id
|
1421
1497
|
# The unique ID of the IPSet to delete.
|
1422
1498
|
#
|
@@ -1506,6 +1582,13 @@ module Aws::GuardDuty
|
|
1506
1582
|
# The unique ID of the detector of the GuardDuty account whose members
|
1507
1583
|
# you want to delete.
|
1508
1584
|
#
|
1585
|
+
# To find the `detectorId` in the current Region, see the Settings page
|
1586
|
+
# in the GuardDuty console, or run the [ListDetectors][1] API.
|
1587
|
+
#
|
1588
|
+
#
|
1589
|
+
#
|
1590
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
1591
|
+
#
|
1509
1592
|
# @option params [required, Array<String>] :account_ids
|
1510
1593
|
# A list of account IDs of the GuardDuty member accounts that you want
|
1511
1594
|
# to delete.
|
@@ -1542,6 +1625,13 @@ module Aws::GuardDuty
|
|
1542
1625
|
# The unique ID of the detector associated with the publishing
|
1543
1626
|
# destination to delete.
|
1544
1627
|
#
|
1628
|
+
# To find the `detectorId` in the current Region, see the Settings page
|
1629
|
+
# in the GuardDuty console, or run the [ListDetectors][1] API.
|
1630
|
+
#
|
1631
|
+
#
|
1632
|
+
#
|
1633
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
1634
|
+
#
|
1545
1635
|
# @option params [required, String] :destination_id
|
1546
1636
|
# The ID of the publishing destination to delete.
|
1547
1637
|
#
|
@@ -1569,6 +1659,13 @@ module Aws::GuardDuty
|
|
1569
1659
|
# The unique ID of the detector that is associated with the
|
1570
1660
|
# threatIntelSet.
|
1571
1661
|
#
|
1662
|
+
# To find the `detectorId` in the current Region, see the Settings page
|
1663
|
+
# in the GuardDuty console, or run the [ListDetectors][1] API.
|
1664
|
+
#
|
1665
|
+
#
|
1666
|
+
#
|
1667
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
1668
|
+
#
|
1572
1669
|
# @option params [required, String] :threat_intel_set_id
|
1573
1670
|
# The unique ID of the threatIntelSet that you want to delete.
|
1574
1671
|
#
|
@@ -1606,6 +1703,13 @@ module Aws::GuardDuty
|
|
1606
1703
|
# @option params [required, String] :detector_id
|
1607
1704
|
# The unique ID of the detector that the request is associated with.
|
1608
1705
|
#
|
1706
|
+
# To find the `detectorId` in the current Region, see the Settings page
|
1707
|
+
# in the GuardDuty console, or run the [ListDetectors][1] API.
|
1708
|
+
#
|
1709
|
+
#
|
1710
|
+
#
|
1711
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
1712
|
+
#
|
1609
1713
|
# @option params [String] :next_token
|
1610
1714
|
# You can use this parameter when paginating results. Set the value of
|
1611
1715
|
# this parameter to null on your first call to the list action. For
|
@@ -1714,6 +1818,13 @@ module Aws::GuardDuty
|
|
1714
1818
|
# The detector ID of the delegated administrator for which you need to
|
1715
1819
|
# retrieve the information.
|
1716
1820
|
#
|
1821
|
+
# To find the `detectorId` in the current Region, see the Settings page
|
1822
|
+
# in the GuardDuty console, or run the [ListDetectors][1] API.
|
1823
|
+
#
|
1824
|
+
#
|
1825
|
+
#
|
1826
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
1827
|
+
#
|
1717
1828
|
# @option params [Integer] :max_results
|
1718
1829
|
# You can use this parameter to indicate the maximum number of items
|
1719
1830
|
# that you want in the response.
|
@@ -1776,6 +1887,13 @@ module Aws::GuardDuty
|
|
1776
1887
|
# The unique ID of the detector associated with the publishing
|
1777
1888
|
# destination to retrieve.
|
1778
1889
|
#
|
1890
|
+
# To find the `detectorId` in the current Region, see the Settings page
|
1891
|
+
# in the GuardDuty console, or run the [ListDetectors][1] API.
|
1892
|
+
#
|
1893
|
+
#
|
1894
|
+
#
|
1895
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
1896
|
+
#
|
1779
1897
|
# @option params [required, String] :destination_id
|
1780
1898
|
# The ID of the publishing destination to retrieve.
|
1781
1899
|
#
|
@@ -2058,6 +2176,13 @@ module Aws::GuardDuty
|
|
2058
2176
|
# @option params [required, String] :detector_id
|
2059
2177
|
# The unique ID of the GuardDuty detector.
|
2060
2178
|
#
|
2179
|
+
# To find the `detectorId` in the current Region, see the Settings page
|
2180
|
+
# in the GuardDuty console, or run the [ListDetectors][1] API.
|
2181
|
+
#
|
2182
|
+
#
|
2183
|
+
#
|
2184
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
2185
|
+
#
|
2061
2186
|
# @option params [Types::CoverageFilterCriteria] :filter_criteria
|
2062
2187
|
# Represents the criteria used to filter the coverage statistics.
|
2063
2188
|
#
|
@@ -2116,6 +2241,13 @@ module Aws::GuardDuty
|
|
2116
2241
|
# @option params [required, String] :detector_id
|
2117
2242
|
# The unique ID of the detector that you want to get.
|
2118
2243
|
#
|
2244
|
+
# To find the `detectorId` in the current Region, see the Settings page
|
2245
|
+
# in the GuardDuty console, or run the [ListDetectors][1] API.
|
2246
|
+
#
|
2247
|
+
#
|
2248
|
+
#
|
2249
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
2250
|
+
#
|
2119
2251
|
# @return [Types::GetDetectorResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2120
2252
|
#
|
2121
2253
|
# * {Types::GetDetectorResponse#created_at #created_at} => String
|
@@ -2173,6 +2305,13 @@ module Aws::GuardDuty
|
|
2173
2305
|
# @option params [required, String] :detector_id
|
2174
2306
|
# The unique ID of the detector that is associated with this filter.
|
2175
2307
|
#
|
2308
|
+
# To find the `detectorId` in the current Region, see the Settings page
|
2309
|
+
# in the GuardDuty console, or run the [ListDetectors][1] API.
|
2310
|
+
#
|
2311
|
+
#
|
2312
|
+
#
|
2313
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
2314
|
+
#
|
2176
2315
|
# @option params [required, String] :filter_name
|
2177
2316
|
# The name of the filter you want to get.
|
2178
2317
|
#
|
@@ -2233,6 +2372,13 @@ module Aws::GuardDuty
|
|
2233
2372
|
# The ID of the detector that specifies the GuardDuty service whose
|
2234
2373
|
# findings you want to retrieve.
|
2235
2374
|
#
|
2375
|
+
# To find the `detectorId` in the current Region, see the Settings page
|
2376
|
+
# in the GuardDuty console, or run the [ListDetectors][1] API.
|
2377
|
+
#
|
2378
|
+
#
|
2379
|
+
#
|
2380
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
2381
|
+
#
|
2236
2382
|
# @option params [required, Array<String>] :finding_ids
|
2237
2383
|
# The IDs of the findings that you want to retrieve.
|
2238
2384
|
#
|
@@ -2440,6 +2586,15 @@ module Aws::GuardDuty
|
|
2440
2586
|
# resp.findings[0].resource.rds_db_instance_details.tags #=> Array
|
2441
2587
|
# resp.findings[0].resource.rds_db_instance_details.tags[0].key #=> String
|
2442
2588
|
# resp.findings[0].resource.rds_db_instance_details.tags[0].value #=> String
|
2589
|
+
# resp.findings[0].resource.rds_limitless_db_details.db_shard_group_identifier #=> String
|
2590
|
+
# resp.findings[0].resource.rds_limitless_db_details.db_shard_group_resource_id #=> String
|
2591
|
+
# resp.findings[0].resource.rds_limitless_db_details.db_shard_group_arn #=> String
|
2592
|
+
# resp.findings[0].resource.rds_limitless_db_details.engine #=> String
|
2593
|
+
# resp.findings[0].resource.rds_limitless_db_details.engine_version #=> String
|
2594
|
+
# resp.findings[0].resource.rds_limitless_db_details.db_cluster_identifier #=> String
|
2595
|
+
# resp.findings[0].resource.rds_limitless_db_details.tags #=> Array
|
2596
|
+
# resp.findings[0].resource.rds_limitless_db_details.tags[0].key #=> String
|
2597
|
+
# resp.findings[0].resource.rds_limitless_db_details.tags[0].value #=> String
|
2443
2598
|
# resp.findings[0].resource.rds_db_user_details.user #=> String
|
2444
2599
|
# resp.findings[0].resource.rds_db_user_details.application #=> String
|
2445
2600
|
# resp.findings[0].resource.rds_db_user_details.database #=> String
|
@@ -2759,6 +2914,13 @@ module Aws::GuardDuty
|
|
2759
2914
|
# @option params [required, String] :detector_id
|
2760
2915
|
# The ID of the detector whose findings statistics you want to retrieve.
|
2761
2916
|
#
|
2917
|
+
# To find the `detectorId` in the current Region, see the Settings page
|
2918
|
+
# in the GuardDuty console, or run the [ListDetectors][1] API.
|
2919
|
+
#
|
2920
|
+
#
|
2921
|
+
#
|
2922
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
2923
|
+
#
|
2762
2924
|
# @option params [Array<String>] :finding_statistic_types
|
2763
2925
|
# The types of finding statistics to retrieve.
|
2764
2926
|
#
|
@@ -2857,6 +3019,13 @@ module Aws::GuardDuty
|
|
2857
3019
|
# @option params [required, String] :detector_id
|
2858
3020
|
# The unique ID of the detector that is associated with the IPSet.
|
2859
3021
|
#
|
3022
|
+
# To find the `detectorId` in the current Region, see the Settings page
|
3023
|
+
# in the GuardDuty console, or run the [ListDetectors][1] API.
|
3024
|
+
#
|
3025
|
+
#
|
3026
|
+
#
|
3027
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
3028
|
+
#
|
2860
3029
|
# @option params [required, String] :ip_set_id
|
2861
3030
|
# The unique ID of the IPSet to retrieve.
|
2862
3031
|
#
|
@@ -2976,6 +3145,13 @@ module Aws::GuardDuty
|
|
2976
3145
|
# @option params [required, String] :detector_id
|
2977
3146
|
# The unique ID of the detector that is associated with this scan.
|
2978
3147
|
#
|
3148
|
+
# To find the `detectorId` in the current Region, see the Settings page
|
3149
|
+
# in the GuardDuty console, or run the [ListDetectors][1] API.
|
3150
|
+
#
|
3151
|
+
#
|
3152
|
+
#
|
3153
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
3154
|
+
#
|
2979
3155
|
# @return [Types::GetMalwareScanSettingsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2980
3156
|
#
|
2981
3157
|
# * {Types::GetMalwareScanSettingsResponse#scan_resource_criteria #scan_resource_criteria} => Types::ScanResourceCriteria
|
@@ -3014,6 +3190,13 @@ module Aws::GuardDuty
|
|
3014
3190
|
# @option params [required, String] :detector_id
|
3015
3191
|
# The unique ID of the detector of the GuardDuty member account.
|
3016
3192
|
#
|
3193
|
+
# To find the `detectorId` in the current Region, see the Settings page
|
3194
|
+
# in the GuardDuty console, or run the [ListDetectors][1] API.
|
3195
|
+
#
|
3196
|
+
#
|
3197
|
+
#
|
3198
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
3199
|
+
#
|
3017
3200
|
# @return [Types::GetMasterAccountResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3018
3201
|
#
|
3019
3202
|
# * {Types::GetMasterAccountResponse#master #master} => Types::Master
|
@@ -3055,6 +3238,13 @@ module Aws::GuardDuty
|
|
3055
3238
|
# @option params [required, String] :detector_id
|
3056
3239
|
# The detector ID for the administrator account.
|
3057
3240
|
#
|
3241
|
+
# To find the `detectorId` in the current Region, see the Settings page
|
3242
|
+
# in the GuardDuty console, or run the [ListDetectors][1] API.
|
3243
|
+
#
|
3244
|
+
#
|
3245
|
+
#
|
3246
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
3247
|
+
#
|
3058
3248
|
# @option params [required, Array<String>] :account_ids
|
3059
3249
|
# A list of member account IDs.
|
3060
3250
|
#
|
@@ -3110,6 +3300,13 @@ module Aws::GuardDuty
|
|
3110
3300
|
# The unique ID of the detector of the GuardDuty account whose members
|
3111
3301
|
# you want to retrieve.
|
3112
3302
|
#
|
3303
|
+
# To find the `detectorId` in the current Region, see the Settings page
|
3304
|
+
# in the GuardDuty console, or run the [ListDetectors][1] API.
|
3305
|
+
#
|
3306
|
+
#
|
3307
|
+
#
|
3308
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
3309
|
+
#
|
3113
3310
|
# @option params [required, Array<String>] :account_ids
|
3114
3311
|
# A list of account IDs of the GuardDuty member accounts that you want
|
3115
3312
|
# to describe.
|
@@ -3190,6 +3387,13 @@ module Aws::GuardDuty
|
|
3190
3387
|
# @option params [required, String] :detector_id
|
3191
3388
|
# The unique ID of the detector of the GuardDuty member account.
|
3192
3389
|
#
|
3390
|
+
# To find the `detectorId` in the current Region, see the Settings page
|
3391
|
+
# in the GuardDuty console, or run the [ListDetectors][1] API.
|
3392
|
+
#
|
3393
|
+
#
|
3394
|
+
#
|
3395
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
3396
|
+
#
|
3193
3397
|
# @option params [Array<String>] :account_ids
|
3194
3398
|
# A list of account identifiers of the GuardDuty member account.
|
3195
3399
|
#
|
@@ -3238,6 +3442,13 @@ module Aws::GuardDuty
|
|
3238
3442
|
# The unique ID of the detector that is associated with the
|
3239
3443
|
# threatIntelSet.
|
3240
3444
|
#
|
3445
|
+
# To find the `detectorId` in the current Region, see the Settings page
|
3446
|
+
# in the GuardDuty console, or run the [ListDetectors][1] API.
|
3447
|
+
#
|
3448
|
+
#
|
3449
|
+
#
|
3450
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
3451
|
+
#
|
3241
3452
|
# @option params [required, String] :threat_intel_set_id
|
3242
3453
|
# The unique ID of the threatIntelSet that you want to get.
|
3243
3454
|
#
|
@@ -3289,6 +3500,13 @@ module Aws::GuardDuty
|
|
3289
3500
|
# The ID of the detector that specifies the GuardDuty service whose
|
3290
3501
|
# usage statistics you want to retrieve.
|
3291
3502
|
#
|
3503
|
+
# To find the `detectorId` in the current Region, see the Settings page
|
3504
|
+
# in the GuardDuty console, or run the [ListDetectors][1] API.
|
3505
|
+
#
|
3506
|
+
#
|
3507
|
+
#
|
3508
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
3509
|
+
#
|
3292
3510
|
# @option params [required, String] :usage_statistic_type
|
3293
3511
|
# The type of usage statistics to retrieve.
|
3294
3512
|
#
|
@@ -3421,6 +3639,13 @@ module Aws::GuardDuty
|
|
3421
3639
|
# The unique ID of the detector of the GuardDuty account with which you
|
3422
3640
|
# want to invite members.
|
3423
3641
|
#
|
3642
|
+
# To find the `detectorId` in the current Region, see the Settings page
|
3643
|
+
# in the GuardDuty console, or run the [ListDetectors][1] API.
|
3644
|
+
#
|
3645
|
+
#
|
3646
|
+
#
|
3647
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
3648
|
+
#
|
3424
3649
|
# @option params [required, Array<String>] :account_ids
|
3425
3650
|
# A list of account IDs of the accounts that you want to invite to
|
3426
3651
|
# GuardDuty as members.
|
@@ -3473,6 +3698,13 @@ module Aws::GuardDuty
|
|
3473
3698
|
# The unique ID of the detector whose coverage details you want to
|
3474
3699
|
# retrieve.
|
3475
3700
|
#
|
3701
|
+
# To find the `detectorId` in the current Region, see the Settings page
|
3702
|
+
# in the GuardDuty console, or run the [ListDetectors][1] API.
|
3703
|
+
#
|
3704
|
+
#
|
3705
|
+
#
|
3706
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
3707
|
+
#
|
3476
3708
|
# @option params [String] :next_token
|
3477
3709
|
# A token to use for paginating results that are returned in the
|
3478
3710
|
# response. Set the value of this parameter to null for the first
|
@@ -3606,6 +3838,13 @@ module Aws::GuardDuty
|
|
3606
3838
|
# @option params [required, String] :detector_id
|
3607
3839
|
# The unique ID of the detector that is associated with the filter.
|
3608
3840
|
#
|
3841
|
+
# To find the `detectorId` in the current Region, see the Settings page
|
3842
|
+
# in the GuardDuty console, or run the [ListDetectors][1] API.
|
3843
|
+
#
|
3844
|
+
#
|
3845
|
+
#
|
3846
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
3847
|
+
#
|
3609
3848
|
# @option params [Integer] :max_results
|
3610
3849
|
# You can use this parameter to indicate the maximum number of items
|
3611
3850
|
# that you want in the response. The default value is 50. The maximum
|
@@ -3662,6 +3901,13 @@ module Aws::GuardDuty
|
|
3662
3901
|
# The ID of the detector that specifies the GuardDuty service whose
|
3663
3902
|
# findings you want to list.
|
3664
3903
|
#
|
3904
|
+
# To find the `detectorId` in the current Region, see the Settings page
|
3905
|
+
# in the GuardDuty console, or run the [ListDetectors][1] API.
|
3906
|
+
#
|
3907
|
+
#
|
3908
|
+
#
|
3909
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
3910
|
+
#
|
3665
3911
|
# @option params [Types::FindingCriteria] :finding_criteria
|
3666
3912
|
# Represents the criteria used for querying findings. Valid values
|
3667
3913
|
# include:
|
@@ -3847,6 +4093,13 @@ module Aws::GuardDuty
|
|
3847
4093
|
# @option params [required, String] :detector_id
|
3848
4094
|
# The unique ID of the detector that is associated with IPSet.
|
3849
4095
|
#
|
4096
|
+
# To find the `detectorId` in the current Region, see the Settings page
|
4097
|
+
# in the GuardDuty console, or run the [ListDetectors][1] API.
|
4098
|
+
#
|
4099
|
+
#
|
4100
|
+
#
|
4101
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
4102
|
+
#
|
3850
4103
|
# @option params [Integer] :max_results
|
3851
4104
|
# You can use this parameter to indicate the maximum number of items you
|
3852
4105
|
# want in the response. The default value is 50. The maximum value is
|
@@ -3978,6 +4231,13 @@ module Aws::GuardDuty
|
|
3978
4231
|
# @option params [required, String] :detector_id
|
3979
4232
|
# The unique ID of the detector that is associated with the member.
|
3980
4233
|
#
|
4234
|
+
# To find the `detectorId` in the current Region, see the Settings page
|
4235
|
+
# in the GuardDuty console, or run the [ListDetectors][1] API.
|
4236
|
+
#
|
4237
|
+
#
|
4238
|
+
#
|
4239
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
4240
|
+
#
|
3981
4241
|
# @option params [Integer] :max_results
|
3982
4242
|
# You can use this parameter to indicate the maximum number of items you
|
3983
4243
|
# want in the response. The default value is 50. The maximum value is
|
@@ -4090,6 +4350,13 @@ module Aws::GuardDuty
|
|
4090
4350
|
# The detector ID for which you want to retrieve the publishing
|
4091
4351
|
# destination.
|
4092
4352
|
#
|
4353
|
+
# To find the `detectorId` in the current Region, see the Settings page
|
4354
|
+
# in the GuardDuty console, or run the [ListDetectors][1] API.
|
4355
|
+
#
|
4356
|
+
#
|
4357
|
+
#
|
4358
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
4359
|
+
#
|
4093
4360
|
# @option params [Integer] :max_results
|
4094
4361
|
# The maximum number of results to return in the response.
|
4095
4362
|
#
|
@@ -4173,6 +4440,13 @@ module Aws::GuardDuty
|
|
4173
4440
|
# The unique ID of the detector that is associated with the
|
4174
4441
|
# threatIntelSet.
|
4175
4442
|
#
|
4443
|
+
# To find the `detectorId` in the current Region, see the Settings page
|
4444
|
+
# in the GuardDuty console, or run the [ListDetectors][1] API.
|
4445
|
+
#
|
4446
|
+
#
|
4447
|
+
#
|
4448
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
4449
|
+
#
|
4176
4450
|
# @option params [Integer] :max_results
|
4177
4451
|
# You can use this parameter to indicate the maximum number of items
|
4178
4452
|
# that you want in the response. The default value is 50. The maximum
|
@@ -4266,6 +4540,13 @@ module Aws::GuardDuty
|
|
4266
4540
|
# The unique ID of the detector of the GuardDuty administrator account
|
4267
4541
|
# associated with the member accounts to monitor.
|
4268
4542
|
#
|
4543
|
+
# To find the `detectorId` in the current Region, see the Settings page
|
4544
|
+
# in the GuardDuty console, or run the [ListDetectors][1] API.
|
4545
|
+
#
|
4546
|
+
#
|
4547
|
+
#
|
4548
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
4549
|
+
#
|
4269
4550
|
# @option params [required, Array<String>] :account_ids
|
4270
4551
|
# A list of account IDs of the GuardDuty member accounts to start
|
4271
4552
|
# monitoring.
|
@@ -4308,6 +4589,13 @@ module Aws::GuardDuty
|
|
4308
4589
|
# The unique ID of the detector associated with the GuardDuty
|
4309
4590
|
# administrator account that is monitoring member accounts.
|
4310
4591
|
#
|
4592
|
+
# To find the `detectorId` in the current Region, see the Settings page
|
4593
|
+
# in the GuardDuty console, or run the [ListDetectors][1] API.
|
4594
|
+
#
|
4595
|
+
#
|
4596
|
+
#
|
4597
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
4598
|
+
#
|
4311
4599
|
# @option params [required, Array<String>] :account_ids
|
4312
4600
|
# A list of account IDs for the member accounts to stop monitoring.
|
4313
4601
|
#
|
@@ -4371,6 +4659,13 @@ module Aws::GuardDuty
|
|
4371
4659
|
# @option params [required, String] :detector_id
|
4372
4660
|
# The ID of the detector associated with the findings to unarchive.
|
4373
4661
|
#
|
4662
|
+
# To find the `detectorId` in the current Region, see the Settings page
|
4663
|
+
# in the GuardDuty console, or run the [ListDetectors][1] API.
|
4664
|
+
#
|
4665
|
+
#
|
4666
|
+
#
|
4667
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
4668
|
+
#
|
4374
4669
|
# @option params [required, Array<String>] :finding_ids
|
4375
4670
|
# The IDs of the findings to unarchive.
|
4376
4671
|
#
|
@@ -4439,6 +4734,13 @@ module Aws::GuardDuty
|
|
4439
4734
|
# @option params [required, String] :detector_id
|
4440
4735
|
# The unique ID of the detector to update.
|
4441
4736
|
#
|
4737
|
+
# To find the `detectorId` in the current Region, see the Settings page
|
4738
|
+
# in the GuardDuty console, or run the [ListDetectors][1] API.
|
4739
|
+
#
|
4740
|
+
#
|
4741
|
+
#
|
4742
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
4743
|
+
#
|
4442
4744
|
# @option params [Boolean] :enable
|
4443
4745
|
# Specifies whether the detector is enabled or not enabled.
|
4444
4746
|
#
|
@@ -4513,13 +4815,20 @@ module Aws::GuardDuty
|
|
4513
4815
|
# The unique ID of the detector that specifies the GuardDuty service
|
4514
4816
|
# where you want to update a filter.
|
4515
4817
|
#
|
4818
|
+
# To find the `detectorId` in the current Region, see the Settings page
|
4819
|
+
# in the GuardDuty console, or run the [ListDetectors][1] API.
|
4820
|
+
#
|
4821
|
+
#
|
4822
|
+
#
|
4823
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
4824
|
+
#
|
4516
4825
|
# @option params [required, String] :filter_name
|
4517
4826
|
# The name of the filter.
|
4518
4827
|
#
|
4519
4828
|
# @option params [String] :description
|
4520
4829
|
# The description of the filter. Valid characters include alphanumeric
|
4521
4830
|
# characters, and special characters such as hyphen, period, colon,
|
4522
|
-
# underscore, parentheses (
|
4831
|
+
# underscore, parentheses (`{ }`, `[ ]`, and `( )`), forward slash,
|
4523
4832
|
# horizontal tab, vertical tab, newline, form feed, return, and
|
4524
4833
|
# whitespace.
|
4525
4834
|
#
|
@@ -4587,6 +4896,13 @@ module Aws::GuardDuty
|
|
4587
4896
|
# The ID of the detector that is associated with the findings for which
|
4588
4897
|
# you want to update the feedback.
|
4589
4898
|
#
|
4899
|
+
# To find the `detectorId` in the current Region, see the Settings page
|
4900
|
+
# in the GuardDuty console, or run the [ListDetectors][1] API.
|
4901
|
+
#
|
4902
|
+
#
|
4903
|
+
#
|
4904
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
4905
|
+
#
|
4590
4906
|
# @option params [required, Array<String>] :finding_ids
|
4591
4907
|
# The IDs of the findings that you want to mark as useful or not useful.
|
4592
4908
|
#
|
@@ -4622,6 +4938,13 @@ module Aws::GuardDuty
|
|
4622
4938
|
# The detectorID that specifies the GuardDuty service whose IPSet you
|
4623
4939
|
# want to update.
|
4624
4940
|
#
|
4941
|
+
# To find the `detectorId` in the current Region, see the Settings page
|
4942
|
+
# in the GuardDuty console, or run the [ListDetectors][1] API.
|
4943
|
+
#
|
4944
|
+
#
|
4945
|
+
#
|
4946
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
4947
|
+
#
|
4625
4948
|
# @option params [required, String] :ip_set_id
|
4626
4949
|
# The unique ID that specifies the IPSet that you want to update.
|
4627
4950
|
#
|
@@ -4717,6 +5040,13 @@ module Aws::GuardDuty
|
|
4717
5040
|
# The unique ID of the detector that specifies the GuardDuty service
|
4718
5041
|
# where you want to update scan settings.
|
4719
5042
|
#
|
5043
|
+
# To find the `detectorId` in the current Region, see the Settings page
|
5044
|
+
# in the GuardDuty console, or run the [ListDetectors][1] API.
|
5045
|
+
#
|
5046
|
+
#
|
5047
|
+
#
|
5048
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
5049
|
+
#
|
4720
5050
|
# @option params [Types::ScanResourceCriteria] :scan_resource_criteria
|
4721
5051
|
# Represents the criteria to be used in the filter for selecting
|
4722
5052
|
# resources to scan.
|
@@ -4785,6 +5115,13 @@ module Aws::GuardDuty
|
|
4785
5115
|
# @option params [required, String] :detector_id
|
4786
5116
|
# The detector ID of the administrator account.
|
4787
5117
|
#
|
5118
|
+
# To find the `detectorId` in the current Region, see the Settings page
|
5119
|
+
# in the GuardDuty console, or run the [ListDetectors][1] API.
|
5120
|
+
#
|
5121
|
+
#
|
5122
|
+
#
|
5123
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
5124
|
+
#
|
4788
5125
|
# @option params [required, Array<String>] :account_ids
|
4789
5126
|
# A list of member account IDs to be updated.
|
4790
5127
|
#
|
@@ -4871,6 +5208,13 @@ module Aws::GuardDuty
|
|
4871
5208
|
# @option params [required, String] :detector_id
|
4872
5209
|
# The ID of the detector that configures the delegated administrator.
|
4873
5210
|
#
|
5211
|
+
# To find the `detectorId` in the current Region, see the Settings page
|
5212
|
+
# in the GuardDuty console, or run the [ListDetectors][1] API.
|
5213
|
+
#
|
5214
|
+
#
|
5215
|
+
#
|
5216
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
5217
|
+
#
|
4874
5218
|
# @option params [Boolean] :auto_enable
|
4875
5219
|
# Represents whether or not to automatically enable member accounts in
|
4876
5220
|
# the organization.
|
@@ -4971,6 +5315,13 @@ module Aws::GuardDuty
|
|
4971
5315
|
# The ID of the detector associated with the publishing destinations to
|
4972
5316
|
# update.
|
4973
5317
|
#
|
5318
|
+
# To find the `detectorId` in the current Region, see the Settings page
|
5319
|
+
# in the GuardDuty console, or run the [ListDetectors][1] API.
|
5320
|
+
#
|
5321
|
+
#
|
5322
|
+
#
|
5323
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
5324
|
+
#
|
4974
5325
|
# @option params [required, String] :destination_id
|
4975
5326
|
# The ID of the publishing destination to update.
|
4976
5327
|
#
|
@@ -5006,6 +5357,13 @@ module Aws::GuardDuty
|
|
5006
5357
|
# The detectorID that specifies the GuardDuty service whose
|
5007
5358
|
# ThreatIntelSet you want to update.
|
5008
5359
|
#
|
5360
|
+
# To find the `detectorId` in the current Region, see the Settings page
|
5361
|
+
# in the GuardDuty console, or run the [ListDetectors][1] API.
|
5362
|
+
#
|
5363
|
+
#
|
5364
|
+
#
|
5365
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
5366
|
+
#
|
5009
5367
|
# @option params [required, String] :threat_intel_set_id
|
5010
5368
|
# The unique ID that specifies the ThreatIntelSet that you want to
|
5011
5369
|
# update.
|
@@ -5060,7 +5418,7 @@ module Aws::GuardDuty
|
|
5060
5418
|
tracer: tracer
|
5061
5419
|
)
|
5062
5420
|
context[:gem_name] = 'aws-sdk-guardduty'
|
5063
|
-
context[:gem_version] = '1.
|
5421
|
+
context[:gem_version] = '1.107.0'
|
5064
5422
|
Seahorse::Client::Request.new(handlers, context)
|
5065
5423
|
end
|
5066
5424
|
|