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