aws-sdk-guardduty 1.42.0 → 1.43.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-guardduty.rb +1 -1
- data/lib/aws-sdk-guardduty/client.rb +50 -46
- data/lib/aws-sdk-guardduty/types.rb +40 -38
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 28913946912ae19b507b145452083440b6e06468fcceb7bc64ab4607a9469d08
|
4
|
+
data.tar.gz: ee0cae222a868b74653f4d94b5837f47c3058db42f91cb128b42c340e4bec43f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 582ba9a8714800a74d92e74899c2c498b6411910c91114e643cb2b5418ae9bad59dfbf588b1986734dc3821c4967df35c81359429db77f2056cd5d38f9bde24f
|
7
|
+
data.tar.gz: bba71ea8d240e970c02eb19a1710815945cd93986af71ef6bc87df5a2bd13d4762a0c1f79970ef29d45a6aba98c6bb886a3a19465b44f7afbddf773dd0a74f1e
|
data/lib/aws-sdk-guardduty.rb
CHANGED
@@ -327,18 +327,19 @@ module Aws::GuardDuty
|
|
327
327
|
|
328
328
|
# @!group API Operations
|
329
329
|
|
330
|
-
# Accepts the invitation to be monitored by a
|
330
|
+
# Accepts the invitation to be monitored by a GuardDuty administrator
|
331
|
+
# account.
|
331
332
|
#
|
332
333
|
# @option params [required, String] :detector_id
|
333
334
|
# The unique ID of the detector of the GuardDuty member account.
|
334
335
|
#
|
335
336
|
# @option params [required, String] :master_id
|
336
|
-
# The account ID of the
|
337
|
+
# The account ID of the GuardDuty administrator account whose invitation
|
337
338
|
# you're accepting.
|
338
339
|
#
|
339
340
|
# @option params [required, String] :invitation_id
|
340
|
-
# The value that is used to validate the
|
341
|
-
# account.
|
341
|
+
# The value that is used to validate the administrator account to the
|
342
|
+
# member account.
|
342
343
|
#
|
343
344
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
344
345
|
#
|
@@ -362,8 +363,8 @@ module Aws::GuardDuty
|
|
362
363
|
# Archives GuardDuty findings that are specified by the list of finding
|
363
364
|
# IDs.
|
364
365
|
#
|
365
|
-
# <note markdown="1"> Only the
|
366
|
-
# have permission to archive findings from their accounts.
|
366
|
+
# <note markdown="1"> Only the administrator account can archive findings. Member accounts
|
367
|
+
# don't have permission to archive findings from their accounts.
|
367
368
|
#
|
368
369
|
# </note>
|
369
370
|
#
|
@@ -408,12 +409,10 @@ module Aws::GuardDuty
|
|
408
409
|
# not need to pass this option.**
|
409
410
|
#
|
410
411
|
# @option params [String] :finding_publishing_frequency
|
411
|
-
#
|
412
|
-
# exported.
|
412
|
+
# A value that specifies how frequently updated findings are exported.
|
413
413
|
#
|
414
414
|
# @option params [Types::DataSourceConfigurations] :data_sources
|
415
|
-
#
|
416
|
-
# detector.
|
415
|
+
# Describes which data sources will be enabled for the detector.
|
417
416
|
#
|
418
417
|
# @option params [Hash<String,String>] :tags
|
419
418
|
# The tags to be added to a new detector resource.
|
@@ -454,11 +453,13 @@ module Aws::GuardDuty
|
|
454
453
|
# Creates a filter using the specified finding criteria.
|
455
454
|
#
|
456
455
|
# @option params [required, String] :detector_id
|
457
|
-
# The
|
458
|
-
# to create a filter for.
|
456
|
+
# The ID of the detector belonging to the GuardDuty account that you
|
457
|
+
# want to create a filter for.
|
459
458
|
#
|
460
459
|
# @option params [required, String] :name
|
461
|
-
# The name of the filter.
|
460
|
+
# The name of the filter. Minimum length of 3. Maximum length of 64.
|
461
|
+
# Valid characters include alphanumeric characters, dot (.), underscore
|
462
|
+
# (\_), and dash (-). Spaces are not allowed.
|
462
463
|
#
|
463
464
|
# @option params [String] :description
|
464
465
|
# The description of the filter.
|
@@ -530,6 +531,8 @@ module Aws::GuardDuty
|
|
530
531
|
#
|
531
532
|
# * service.action.awsApiCallAction.callerType
|
532
533
|
#
|
534
|
+
# * service.action.awsApiCallAction.errorCode
|
535
|
+
#
|
533
536
|
# * service.action.awsApiCallAction.remoteIpDetails.city.cityName
|
534
537
|
#
|
535
538
|
# * service.action.awsApiCallAction.remoteIpDetails.country.countryName
|
@@ -649,8 +652,8 @@ module Aws::GuardDuty
|
|
649
652
|
# user interface. An IPSet is a list of IP addresses that are trusted
|
650
653
|
# for secure communication with AWS infrastructure and applications.
|
651
654
|
# GuardDuty doesn't generate findings for IP addresses that are
|
652
|
-
# included in IPSets. Only users from the
|
653
|
-
# operation.
|
655
|
+
# included in IPSets. Only users from the administrator account can use
|
656
|
+
# this operation.
|
654
657
|
#
|
655
658
|
# @option params [required, String] :detector_id
|
656
659
|
# The unique ID of the detector of the GuardDuty account that you want
|
@@ -720,8 +723,9 @@ module Aws::GuardDuty
|
|
720
723
|
#
|
721
724
|
# When using `Create Members` as an organizations delegated
|
722
725
|
# administrator this action will enable GuardDuty in the added member
|
723
|
-
# accounts, with the exception of the organization
|
724
|
-
# must enable GuardDuty prior to being
|
726
|
+
# accounts, with the exception of the organization delegated
|
727
|
+
# administrator account, which must enable GuardDuty prior to being
|
728
|
+
# added as a member.
|
725
729
|
#
|
726
730
|
# If you are adding accounts by invitation use this action after
|
727
731
|
# GuardDuty has been enabled in potential member accounts and before
|
@@ -737,7 +741,7 @@ module Aws::GuardDuty
|
|
737
741
|
#
|
738
742
|
# @option params [required, Array<Types::AccountDetail>] :account_details
|
739
743
|
# A list of account ID and email address pairs of the accounts that you
|
740
|
-
# want to associate with the
|
744
|
+
# want to associate with the GuardDuty administrator account.
|
741
745
|
#
|
742
746
|
# @return [Types::CreateMembersResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
743
747
|
#
|
@@ -850,7 +854,7 @@ module Aws::GuardDuty
|
|
850
854
|
|
851
855
|
# Creates a new ThreatIntelSet. ThreatIntelSets consist of known
|
852
856
|
# malicious IP addresses. GuardDuty generates findings based on
|
853
|
-
# ThreatIntelSets. Only users of the
|
857
|
+
# ThreatIntelSets. Only users of the administrator account can use this
|
854
858
|
# operation.
|
855
859
|
#
|
856
860
|
# @option params [required, String] :detector_id
|
@@ -1053,8 +1057,8 @@ module Aws::GuardDuty
|
|
1053
1057
|
req.send_request(options)
|
1054
1058
|
end
|
1055
1059
|
|
1056
|
-
# Deletes GuardDuty member accounts (to the current GuardDuty
|
1057
|
-
# account) specified by the account IDs.
|
1060
|
+
# Deletes GuardDuty member accounts (to the current GuardDuty
|
1061
|
+
# administrator account) specified by the account IDs.
|
1058
1062
|
#
|
1059
1063
|
# @option params [required, String] :detector_id
|
1060
1064
|
# The unique ID of the detector of the GuardDuty account whose members
|
@@ -1245,8 +1249,8 @@ module Aws::GuardDuty
|
|
1245
1249
|
req.send_request(options)
|
1246
1250
|
end
|
1247
1251
|
|
1248
|
-
# Disassociates the current GuardDuty member account from its
|
1249
|
-
# account.
|
1252
|
+
# Disassociates the current GuardDuty member account from its
|
1253
|
+
# administrator account.
|
1250
1254
|
#
|
1251
1255
|
# @option params [required, String] :detector_id
|
1252
1256
|
# The unique ID of the detector of the GuardDuty member account.
|
@@ -1269,15 +1273,15 @@ module Aws::GuardDuty
|
|
1269
1273
|
end
|
1270
1274
|
|
1271
1275
|
# Disassociates GuardDuty member accounts (to the current GuardDuty
|
1272
|
-
#
|
1276
|
+
# administrator account) specified by the account IDs.
|
1273
1277
|
#
|
1274
1278
|
# @option params [required, String] :detector_id
|
1275
1279
|
# The unique ID of the detector of the GuardDuty account whose members
|
1276
|
-
# you want to disassociate from the
|
1280
|
+
# you want to disassociate from the administrator account.
|
1277
1281
|
#
|
1278
1282
|
# @option params [required, Array<String>] :account_ids
|
1279
1283
|
# A list of account IDs of the GuardDuty member accounts that you want
|
1280
|
-
# to disassociate from the
|
1284
|
+
# to disassociate from the administrator account.
|
1281
1285
|
#
|
1282
1286
|
# @return [Types::DisassociateMembersResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1283
1287
|
#
|
@@ -1727,8 +1731,8 @@ module Aws::GuardDuty
|
|
1727
1731
|
req.send_request(options)
|
1728
1732
|
end
|
1729
1733
|
|
1730
|
-
# Provides the details for the GuardDuty
|
1731
|
-
# the current GuardDuty member account.
|
1734
|
+
# Provides the details for the GuardDuty administrator account
|
1735
|
+
# associated with the current GuardDuty member account.
|
1732
1736
|
#
|
1733
1737
|
# @option params [required, String] :detector_id
|
1734
1738
|
# The unique ID of the detector of the GuardDuty member account.
|
@@ -1763,7 +1767,7 @@ module Aws::GuardDuty
|
|
1763
1767
|
# detector.
|
1764
1768
|
#
|
1765
1769
|
# @option params [required, String] :detector_id
|
1766
|
-
# The detector ID for the
|
1770
|
+
# The detector ID for the administrator account.
|
1767
1771
|
#
|
1768
1772
|
# @option params [required, Array<String>] :account_ids
|
1769
1773
|
# The account ID of the member account.
|
@@ -1801,8 +1805,8 @@ module Aws::GuardDuty
|
|
1801
1805
|
req.send_request(options)
|
1802
1806
|
end
|
1803
1807
|
|
1804
|
-
# Retrieves GuardDuty member accounts (
|
1805
|
-
# account) specified by the account IDs.
|
1808
|
+
# Retrieves GuardDuty member accounts (of the current GuardDuty
|
1809
|
+
# administrator account) specified by the account IDs.
|
1806
1810
|
#
|
1807
1811
|
# @option params [required, String] :detector_id
|
1808
1812
|
# The unique ID of the detector of the GuardDuty account whose members
|
@@ -1978,8 +1982,8 @@ module Aws::GuardDuty
|
|
1978
1982
|
|
1979
1983
|
# Invites other AWS accounts (created as members of the current AWS
|
1980
1984
|
# account by CreateMembers) to enable GuardDuty, and allow the current
|
1981
|
-
# AWS account to view and manage these accounts'
|
1982
|
-
#
|
1985
|
+
# AWS account to view and manage these accounts' findings on their
|
1986
|
+
# behalf as the GuardDuty administrator account.
|
1983
1987
|
#
|
1984
1988
|
# @option params [required, String] :detector_id
|
1985
1989
|
# The unique ID of the detector of the GuardDuty account that you want
|
@@ -2301,7 +2305,7 @@ module Aws::GuardDuty
|
|
2301
2305
|
|
2302
2306
|
# Lists the IPSets of the GuardDuty service specified by the detector
|
2303
2307
|
# ID. If you use this operation from a member account, the IPSets
|
2304
|
-
# returned are the IPSets from the associated
|
2308
|
+
# returned are the IPSets from the associated administrator account.
|
2305
2309
|
#
|
2306
2310
|
# @option params [required, String] :detector_id
|
2307
2311
|
# The unique ID of the detector that the IPSet is associated with.
|
@@ -2396,7 +2400,7 @@ module Aws::GuardDuty
|
|
2396
2400
|
end
|
2397
2401
|
|
2398
2402
|
# Lists details about all member accounts for the current GuardDuty
|
2399
|
-
#
|
2403
|
+
# administrator account.
|
2400
2404
|
#
|
2401
2405
|
# @option params [required, String] :detector_id
|
2402
2406
|
# The unique ID of the detector the member is associated with.
|
@@ -2579,7 +2583,8 @@ module Aws::GuardDuty
|
|
2579
2583
|
|
2580
2584
|
# Lists the ThreatIntelSets of the GuardDuty service specified by the
|
2581
2585
|
# detector ID. If you use this operation from a member account, the
|
2582
|
-
# ThreatIntelSets associated with the
|
2586
|
+
# ThreatIntelSets associated with the administrator account are
|
2587
|
+
# returned.
|
2583
2588
|
#
|
2584
2589
|
# @option params [required, String] :detector_id
|
2585
2590
|
# The unique ID of the detector that the threatIntelSet is associated
|
@@ -2632,7 +2637,7 @@ module Aws::GuardDuty
|
|
2632
2637
|
# monitoring with the `StopMonitoringMembers` operation.
|
2633
2638
|
#
|
2634
2639
|
# @option params [required, String] :detector_id
|
2635
|
-
# The unique ID of the detector of the GuardDuty
|
2640
|
+
# The unique ID of the detector of the GuardDuty administrator account
|
2636
2641
|
# associated with the member accounts to monitor.
|
2637
2642
|
#
|
2638
2643
|
# @option params [required, Array<String>] :account_ids
|
@@ -2670,8 +2675,8 @@ module Aws::GuardDuty
|
|
2670
2675
|
# accounts.
|
2671
2676
|
#
|
2672
2677
|
# @option params [required, String] :detector_id
|
2673
|
-
# The unique ID of the detector associated with the GuardDuty
|
2674
|
-
# account that is monitoring member accounts.
|
2678
|
+
# The unique ID of the detector associated with the GuardDuty
|
2679
|
+
# administrator account that is monitoring member accounts.
|
2675
2680
|
#
|
2676
2681
|
# @option params [required, Array<String>] :account_ids
|
2677
2682
|
# A list of account IDs for the member accounts to stop monitoring.
|
@@ -2796,7 +2801,7 @@ module Aws::GuardDuty
|
|
2796
2801
|
# such as to CloudWatch Events.
|
2797
2802
|
#
|
2798
2803
|
# @option params [Types::DataSourceConfigurations] :data_sources
|
2799
|
-
#
|
2804
|
+
# Describes which data sources will be updated.
|
2800
2805
|
#
|
2801
2806
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
2802
2807
|
#
|
@@ -2971,13 +2976,13 @@ module Aws::GuardDuty
|
|
2971
2976
|
# Contains information on member accounts to be updated.
|
2972
2977
|
#
|
2973
2978
|
# @option params [required, String] :detector_id
|
2974
|
-
# The detector ID of the
|
2979
|
+
# The detector ID of the administrator account.
|
2975
2980
|
#
|
2976
2981
|
# @option params [required, Array<String>] :account_ids
|
2977
2982
|
# A list of member account IDs to be updated.
|
2978
2983
|
#
|
2979
2984
|
# @option params [Types::DataSourceConfigurations] :data_sources
|
2980
|
-
#
|
2985
|
+
# Describes which data sources will be updated.
|
2981
2986
|
#
|
2982
2987
|
# @return [Types::UpdateMemberDetectorsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2983
2988
|
#
|
@@ -3020,7 +3025,7 @@ module Aws::GuardDuty
|
|
3020
3025
|
# organization.
|
3021
3026
|
#
|
3022
3027
|
# @option params [Types::OrganizationDataSourceConfigurations] :data_sources
|
3023
|
-
#
|
3028
|
+
# Describes which data sources will be updated.
|
3024
3029
|
#
|
3025
3030
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
3026
3031
|
#
|
@@ -3096,8 +3101,7 @@ module Aws::GuardDuty
|
|
3096
3101
|
# update.
|
3097
3102
|
#
|
3098
3103
|
# @option params [String] :location
|
3099
|
-
# The updated URI of the file that contains the ThreateIntelSet.
|
3100
|
-
# example: https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key.
|
3104
|
+
# The updated URI of the file that contains the ThreateIntelSet.
|
3101
3105
|
#
|
3102
3106
|
# @option params [Boolean] :activate
|
3103
3107
|
# The updated Boolean value that specifies whether the ThreateIntelSet
|
@@ -3137,7 +3141,7 @@ module Aws::GuardDuty
|
|
3137
3141
|
params: params,
|
3138
3142
|
config: config)
|
3139
3143
|
context[:gem_name] = 'aws-sdk-guardduty'
|
3140
|
-
context[:gem_version] = '1.
|
3144
|
+
context[:gem_version] = '1.43.0'
|
3141
3145
|
Seahorse::Client::Request.new(handlers, context)
|
3142
3146
|
end
|
3143
3147
|
|
@@ -24,13 +24,13 @@ module Aws::GuardDuty
|
|
24
24
|
# @return [String]
|
25
25
|
#
|
26
26
|
# @!attribute [rw] master_id
|
27
|
-
# The account ID of the
|
28
|
-
# you're accepting.
|
27
|
+
# The account ID of the GuardDuty administrator account whose
|
28
|
+
# invitation you're accepting.
|
29
29
|
# @return [String]
|
30
30
|
#
|
31
31
|
# @!attribute [rw] invitation_id
|
32
|
-
# The value that is used to validate the
|
33
|
-
# account.
|
32
|
+
# The value that is used to validate the administrator account to the
|
33
|
+
# member account.
|
34
34
|
# @return [String]
|
35
35
|
#
|
36
36
|
# @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/AcceptInvitationRequest AWS API Documentation
|
@@ -550,13 +550,11 @@ module Aws::GuardDuty
|
|
550
550
|
# @return [String]
|
551
551
|
#
|
552
552
|
# @!attribute [rw] finding_publishing_frequency
|
553
|
-
#
|
554
|
-
# exported.
|
553
|
+
# A value that specifies how frequently updated findings are exported.
|
555
554
|
# @return [String]
|
556
555
|
#
|
557
556
|
# @!attribute [rw] data_sources
|
558
|
-
#
|
559
|
-
# detector.
|
557
|
+
# Describes which data sources will be enabled for the detector.
|
560
558
|
# @return [Types::DataSourceConfigurations]
|
561
559
|
#
|
562
560
|
# @!attribute [rw] tags
|
@@ -621,12 +619,14 @@ module Aws::GuardDuty
|
|
621
619
|
# }
|
622
620
|
#
|
623
621
|
# @!attribute [rw] detector_id
|
624
|
-
# The
|
625
|
-
# to create a filter for.
|
622
|
+
# The ID of the detector belonging to the GuardDuty account that you
|
623
|
+
# want to create a filter for.
|
626
624
|
# @return [String]
|
627
625
|
#
|
628
626
|
# @!attribute [rw] name
|
629
|
-
# The name of the filter.
|
627
|
+
# The name of the filter. Minimum length of 3. Maximum length of 64.
|
628
|
+
# Valid characters include alphanumeric characters, dot (.),
|
629
|
+
# underscore (\_), and dash (-). Spaces are not allowed.
|
630
630
|
# @return [String]
|
631
631
|
#
|
632
632
|
# @!attribute [rw] description
|
@@ -702,6 +702,8 @@ module Aws::GuardDuty
|
|
702
702
|
#
|
703
703
|
# * service.action.awsApiCallAction.callerType
|
704
704
|
#
|
705
|
+
# * service.action.awsApiCallAction.errorCode
|
706
|
+
#
|
705
707
|
# * service.action.awsApiCallAction.remoteIpDetails.city.cityName
|
706
708
|
#
|
707
709
|
# * service.action.awsApiCallAction.remoteIpDetails.country.countryName
|
@@ -896,7 +898,7 @@ module Aws::GuardDuty
|
|
896
898
|
#
|
897
899
|
# @!attribute [rw] account_details
|
898
900
|
# A list of account ID and email address pairs of the accounts that
|
899
|
-
# you want to associate with the
|
901
|
+
# you want to associate with the GuardDuty administrator account.
|
900
902
|
# @return [Array<Types::AccountDetail>]
|
901
903
|
#
|
902
904
|
# @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/CreateMembersRequest AWS API Documentation
|
@@ -1454,12 +1456,13 @@ module Aws::GuardDuty
|
|
1454
1456
|
#
|
1455
1457
|
# @!attribute [rw] member_account_limit_reached
|
1456
1458
|
# Indicates whether the maximum number of allowed member accounts are
|
1457
|
-
# already associated with the delegated administrator
|
1459
|
+
# already associated with the delegated administrator account for your
|
1460
|
+
# organization.
|
1458
1461
|
# @return [Boolean]
|
1459
1462
|
#
|
1460
1463
|
# @!attribute [rw] data_sources
|
1461
|
-
#
|
1462
|
-
#
|
1464
|
+
# Describes which data sources are enabled automatically for member
|
1465
|
+
# accounts.
|
1463
1466
|
# @return [Types::OrganizationDataSourceConfigurationsResult]
|
1464
1467
|
#
|
1465
1468
|
# @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/DescribeOrganizationConfigurationResponse AWS API Documentation
|
@@ -1645,12 +1648,12 @@ module Aws::GuardDuty
|
|
1645
1648
|
#
|
1646
1649
|
# @!attribute [rw] detector_id
|
1647
1650
|
# The unique ID of the detector of the GuardDuty account whose members
|
1648
|
-
# you want to disassociate from the
|
1651
|
+
# you want to disassociate from the administrator account.
|
1649
1652
|
# @return [String]
|
1650
1653
|
#
|
1651
1654
|
# @!attribute [rw] account_ids
|
1652
1655
|
# A list of account IDs of the GuardDuty member accounts that you want
|
1653
|
-
# to disassociate from the
|
1656
|
+
# to disassociate from the administrator account.
|
1654
1657
|
# @return [Array<String>]
|
1655
1658
|
#
|
1656
1659
|
# @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/DisassociateMembersRequest AWS API Documentation
|
@@ -1953,8 +1956,7 @@ module Aws::GuardDuty
|
|
1953
1956
|
# @return [String]
|
1954
1957
|
#
|
1955
1958
|
# @!attribute [rw] data_sources
|
1956
|
-
#
|
1957
|
-
# detector.
|
1959
|
+
# Describes which data sources are enabled for the detector.
|
1958
1960
|
# @return [Types::DataSourceConfigurationsResult]
|
1959
1961
|
#
|
1960
1962
|
# @!attribute [rw] tags
|
@@ -2245,7 +2247,7 @@ module Aws::GuardDuty
|
|
2245
2247
|
end
|
2246
2248
|
|
2247
2249
|
# @!attribute [rw] master
|
2248
|
-
# The
|
2250
|
+
# The administrator account details.
|
2249
2251
|
# @return [Types::Master]
|
2250
2252
|
#
|
2251
2253
|
# @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/GetMasterAccountResponse AWS API Documentation
|
@@ -2265,7 +2267,7 @@ module Aws::GuardDuty
|
|
2265
2267
|
# }
|
2266
2268
|
#
|
2267
2269
|
# @!attribute [rw] detector_id
|
2268
|
-
# The detector ID for the
|
2270
|
+
# The detector ID for the administrator account.
|
2269
2271
|
# @return [String]
|
2270
2272
|
#
|
2271
2273
|
# @!attribute [rw] account_ids
|
@@ -3178,8 +3180,7 @@ module Aws::GuardDuty
|
|
3178
3180
|
end
|
3179
3181
|
|
3180
3182
|
# @!attribute [rw] admin_accounts
|
3181
|
-
#
|
3182
|
-
# as GuardDuty delegated administrators.
|
3183
|
+
# A list of accounts configured as GuardDuty delegated administrators.
|
3183
3184
|
# @return [Array<Types::AdminAccount>]
|
3184
3185
|
#
|
3185
3186
|
# @!attribute [rw] next_token
|
@@ -3373,18 +3374,19 @@ module Aws::GuardDuty
|
|
3373
3374
|
include Aws::Structure
|
3374
3375
|
end
|
3375
3376
|
|
3376
|
-
# Contains information about the
|
3377
|
+
# Contains information about the administrator account and invitation.
|
3377
3378
|
#
|
3378
3379
|
# @!attribute [rw] account_id
|
3379
|
-
# The ID of the account used as the
|
3380
|
+
# The ID of the account used as the administrator account.
|
3380
3381
|
# @return [String]
|
3381
3382
|
#
|
3382
3383
|
# @!attribute [rw] invitation_id
|
3383
|
-
# The value used to validate the
|
3384
|
+
# The value used to validate the administrator account to the member
|
3385
|
+
# account.
|
3384
3386
|
# @return [String]
|
3385
3387
|
#
|
3386
3388
|
# @!attribute [rw] relationship_status
|
3387
|
-
# The status of the relationship between the
|
3389
|
+
# The status of the relationship between the administrator and member
|
3388
3390
|
# accounts.
|
3389
3391
|
# @return [String]
|
3390
3392
|
#
|
@@ -3414,7 +3416,7 @@ module Aws::GuardDuty
|
|
3414
3416
|
# @return [String]
|
3415
3417
|
#
|
3416
3418
|
# @!attribute [rw] master_id
|
3417
|
-
# The
|
3419
|
+
# The administrator account ID.
|
3418
3420
|
# @return [String]
|
3419
3421
|
#
|
3420
3422
|
# @!attribute [rw] email
|
@@ -3422,7 +3424,8 @@ module Aws::GuardDuty
|
|
3422
3424
|
# @return [String]
|
3423
3425
|
#
|
3424
3426
|
# @!attribute [rw] relationship_status
|
3425
|
-
# The status of the relationship between the member and the
|
3427
|
+
# The status of the relationship between the member and the
|
3428
|
+
# administrator.
|
3426
3429
|
# @return [String]
|
3427
3430
|
#
|
3428
3431
|
# @!attribute [rw] invited_at
|
@@ -4119,7 +4122,7 @@ module Aws::GuardDuty
|
|
4119
4122
|
# }
|
4120
4123
|
#
|
4121
4124
|
# @!attribute [rw] detector_id
|
4122
|
-
# The unique ID of the detector of the GuardDuty
|
4125
|
+
# The unique ID of the detector of the GuardDuty administrator account
|
4123
4126
|
# associated with the member accounts to monitor.
|
4124
4127
|
# @return [String]
|
4125
4128
|
#
|
@@ -4159,8 +4162,8 @@ module Aws::GuardDuty
|
|
4159
4162
|
# }
|
4160
4163
|
#
|
4161
4164
|
# @!attribute [rw] detector_id
|
4162
|
-
# The unique ID of the detector associated with the GuardDuty
|
4163
|
-
# account that is monitoring member accounts.
|
4165
|
+
# The unique ID of the detector associated with the GuardDuty
|
4166
|
+
# administrator account that is monitoring member accounts.
|
4164
4167
|
# @return [String]
|
4165
4168
|
#
|
4166
4169
|
# @!attribute [rw] account_ids
|
@@ -4387,7 +4390,7 @@ module Aws::GuardDuty
|
|
4387
4390
|
# @return [String]
|
4388
4391
|
#
|
4389
4392
|
# @!attribute [rw] data_sources
|
4390
|
-
#
|
4393
|
+
# Describes which data sources will be updated.
|
4391
4394
|
# @return [Types::DataSourceConfigurations]
|
4392
4395
|
#
|
4393
4396
|
# @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/UpdateDetectorRequest AWS API Documentation
|
@@ -4595,7 +4598,7 @@ module Aws::GuardDuty
|
|
4595
4598
|
# }
|
4596
4599
|
#
|
4597
4600
|
# @!attribute [rw] detector_id
|
4598
|
-
# The detector ID of the
|
4601
|
+
# The detector ID of the administrator account.
|
4599
4602
|
# @return [String]
|
4600
4603
|
#
|
4601
4604
|
# @!attribute [rw] account_ids
|
@@ -4603,7 +4606,7 @@ module Aws::GuardDuty
|
|
4603
4606
|
# @return [Array<String>]
|
4604
4607
|
#
|
4605
4608
|
# @!attribute [rw] data_sources
|
4606
|
-
#
|
4609
|
+
# Describes which data sources will be updated.
|
4607
4610
|
# @return [Types::DataSourceConfigurations]
|
4608
4611
|
#
|
4609
4612
|
# @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/UpdateMemberDetectorsRequest AWS API Documentation
|
@@ -4652,7 +4655,7 @@ module Aws::GuardDuty
|
|
4652
4655
|
# @return [Boolean]
|
4653
4656
|
#
|
4654
4657
|
# @!attribute [rw] data_sources
|
4655
|
-
#
|
4658
|
+
# Describes which data sources will be updated.
|
4656
4659
|
# @return [Types::OrganizationDataSourceConfigurations]
|
4657
4660
|
#
|
4658
4661
|
# @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/UpdateOrganizationConfigurationRequest AWS API Documentation
|
@@ -4736,8 +4739,7 @@ module Aws::GuardDuty
|
|
4736
4739
|
# @return [String]
|
4737
4740
|
#
|
4738
4741
|
# @!attribute [rw] location
|
4739
|
-
# The updated URI of the file that contains the ThreateIntelSet.
|
4740
|
-
# example: https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key.
|
4742
|
+
# The updated URI of the file that contains the ThreateIntelSet.
|
4741
4743
|
# @return [String]
|
4742
4744
|
#
|
4743
4745
|
# @!attribute [rw] activate
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-guardduty
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.43.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-12-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|