aws-sdk-detective 1.3.0 → 1.4.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/lib/aws-sdk-detective.rb +1 -1
- data/lib/aws-sdk-detective/client.rb +1 -23
- data/lib/aws-sdk-detective/types.rb +6 -14
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 95782499e30a5451e137d417e64234c0d72864ad
|
4
|
+
data.tar.gz: 7403ba9e1f35672dba26d6b7e598f21b76010643
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 93b2ffd4ac7d17766ddb06ab24a06a6a91a337f04210474bd34d920b5e920676cfd13d4241a75e7e47c258a525f33cc6f77de069df9f546a5d61aacf78f78805
|
7
|
+
data.tar.gz: 2d87d0991c6907f9bc8c48f269009c95474db01e53524c835c38b0d5a963427660ffbae0f0353e02600899ecf4cc7e0d85e731b410c06e312889a58a211558ef
|
data/lib/aws-sdk-detective.rb
CHANGED
@@ -308,8 +308,6 @@ module Aws::Detective
|
|
308
308
|
|
309
309
|
# @!group API Operations
|
310
310
|
|
311
|
-
# Amazon Detective is currently in preview.
|
312
|
-
#
|
313
311
|
# Accepts an invitation for the member account to contribute data to a
|
314
312
|
# behavior graph. This operation can only be called by an invited member
|
315
313
|
# account.
|
@@ -341,8 +339,6 @@ module Aws::Detective
|
|
341
339
|
req.send_request(options)
|
342
340
|
end
|
343
341
|
|
344
|
-
# Amazon Detective is currently in preview.
|
345
|
-
#
|
346
342
|
# Creates a new behavior graph for the calling account, and sets that
|
347
343
|
# account as the master account. This operation is called by the account
|
348
344
|
# that is enabling Detective.
|
@@ -383,8 +379,6 @@ module Aws::Detective
|
|
383
379
|
req.send_request(options)
|
384
380
|
end
|
385
381
|
|
386
|
-
# Amazon Detective is currently in preview.
|
387
|
-
#
|
388
382
|
# Sends a request to invite the specified AWS accounts to be member
|
389
383
|
# accounts in the behavior graph. This operation can only be called by
|
390
384
|
# the master account for a behavior graph.
|
@@ -463,8 +457,6 @@ module Aws::Detective
|
|
463
457
|
req.send_request(options)
|
464
458
|
end
|
465
459
|
|
466
|
-
# Amazon Detective is currently in preview.
|
467
|
-
#
|
468
460
|
# Disables the specified behavior graph and queues it to be deleted.
|
469
461
|
# This operation removes the graph from each member account's list of
|
470
462
|
# behavior graphs.
|
@@ -492,8 +484,6 @@ module Aws::Detective
|
|
492
484
|
req.send_request(options)
|
493
485
|
end
|
494
486
|
|
495
|
-
# Amazon Detective is currently in preview.
|
496
|
-
#
|
497
487
|
# Deletes one or more member accounts from the master account behavior
|
498
488
|
# graph. This operation can only be called by a Detective master
|
499
489
|
# account. That account cannot use `DeleteMembers` to delete their own
|
@@ -536,8 +526,6 @@ module Aws::Detective
|
|
536
526
|
req.send_request(options)
|
537
527
|
end
|
538
528
|
|
539
|
-
# Amazon Detective is currently in preview.
|
540
|
-
#
|
541
529
|
# Removes the member account from the specified behavior graph. This
|
542
530
|
# operation can only be called by a member account that has the
|
543
531
|
# `ENABLED` status.
|
@@ -565,8 +553,6 @@ module Aws::Detective
|
|
565
553
|
req.send_request(options)
|
566
554
|
end
|
567
555
|
|
568
|
-
# Amazon Detective is currently in preview.
|
569
|
-
#
|
570
556
|
# Returns the membership details for specified member accounts for a
|
571
557
|
# behavior graph.
|
572
558
|
#
|
@@ -618,8 +604,6 @@ module Aws::Detective
|
|
618
604
|
req.send_request(options)
|
619
605
|
end
|
620
606
|
|
621
|
-
# Amazon Detective is currently in preview.
|
622
|
-
#
|
623
607
|
# Returns the list of behavior graphs that the calling account is a
|
624
608
|
# master of. This operation can only be called by a master account.
|
625
609
|
#
|
@@ -666,8 +650,6 @@ module Aws::Detective
|
|
666
650
|
req.send_request(options)
|
667
651
|
end
|
668
652
|
|
669
|
-
# Amazon Detective is currently in preview.
|
670
|
-
#
|
671
653
|
# Retrieves the list of open and accepted behavior graph invitations for
|
672
654
|
# the member account. This operation can only be called by a member
|
673
655
|
# account.
|
@@ -728,8 +710,6 @@ module Aws::Detective
|
|
728
710
|
req.send_request(options)
|
729
711
|
end
|
730
712
|
|
731
|
-
# Amazon Detective is currently in preview.
|
732
|
-
#
|
733
713
|
# Retrieves the list of member accounts for a behavior graph. Does not
|
734
714
|
# return member accounts that were removed from the behavior graph.
|
735
715
|
#
|
@@ -786,8 +766,6 @@ module Aws::Detective
|
|
786
766
|
req.send_request(options)
|
787
767
|
end
|
788
768
|
|
789
|
-
# Amazon Detective is currently in preview.
|
790
|
-
#
|
791
769
|
# Rejects an invitation to contribute the account data to a behavior
|
792
770
|
# graph. This operation must be called by a member account that has the
|
793
771
|
# `INVITED` status.
|
@@ -866,7 +844,7 @@ module Aws::Detective
|
|
866
844
|
params: params,
|
867
845
|
config: config)
|
868
846
|
context[:gem_name] = 'aws-sdk-detective'
|
869
|
-
context[:gem_version] = '1.
|
847
|
+
context[:gem_version] = '1.4.0'
|
870
848
|
Seahorse::Client::Request.new(handlers, context)
|
871
849
|
end
|
872
850
|
|
@@ -29,8 +29,6 @@ module Aws::Detective
|
|
29
29
|
include Aws::Structure
|
30
30
|
end
|
31
31
|
|
32
|
-
# Amazon Detective is currently in preview.
|
33
|
-
#
|
34
32
|
# An AWS account that is the master of or a member of a behavior graph.
|
35
33
|
#
|
36
34
|
# @note When making an API call, you may pass Account
|
@@ -274,8 +272,6 @@ module Aws::Detective
|
|
274
272
|
include Aws::Structure
|
275
273
|
end
|
276
274
|
|
277
|
-
# Amazon Detective is currently in preview.
|
278
|
-
#
|
279
275
|
# A behavior graph in Detective.
|
280
276
|
#
|
281
277
|
# @!attribute [rw] arn
|
@@ -459,8 +455,6 @@ module Aws::Detective
|
|
459
455
|
include Aws::Structure
|
460
456
|
end
|
461
457
|
|
462
|
-
# Amazon Detective is currently in preview.
|
463
|
-
#
|
464
458
|
# Details about a member account that was invited to contribute to a
|
465
459
|
# behavior graph.
|
466
460
|
#
|
@@ -503,9 +497,9 @@ module Aws::Detective
|
|
503
497
|
# invitation to contribute to the behavior graph.
|
504
498
|
#
|
505
499
|
# * `ACCEPTED_BUT_DISABLED` - Indicates that the member account
|
506
|
-
# accepted the invitation
|
500
|
+
# accepted the invitation but is prevented from contributing data to
|
507
501
|
# the behavior graph. `DisabledReason` provides the reason why the
|
508
|
-
# member account is
|
502
|
+
# member account is not enabled.
|
509
503
|
#
|
510
504
|
# Member accounts that declined an invitation or that were removed
|
511
505
|
# from the behavior graph are not included.
|
@@ -513,16 +507,16 @@ module Aws::Detective
|
|
513
507
|
#
|
514
508
|
# @!attribute [rw] disabled_reason
|
515
509
|
# For member accounts with a status of `ACCEPTED_BUT_DISABLED`, the
|
516
|
-
# reason that the member account is
|
510
|
+
# reason that the member account is not enabled.
|
517
511
|
#
|
518
512
|
# The reason can have one of the following values:
|
519
513
|
#
|
520
514
|
# * `VOLUME_TOO_HIGH` - Indicates that adding the member account would
|
521
|
-
# cause the data
|
515
|
+
# cause the data volume for the behavior graph to be too high.
|
522
516
|
#
|
523
517
|
# * `VOLUME_UNKNOWN` - Indicates that Detective is unable to verify
|
524
|
-
# the data
|
525
|
-
# member account is not enrolled in Amazon GuardDuty.
|
518
|
+
# the data volume for the member account. This is usually because
|
519
|
+
# the member account is not enrolled in Amazon GuardDuty.
|
526
520
|
# @return [String]
|
527
521
|
#
|
528
522
|
# @!attribute [rw] invited_time
|
@@ -654,8 +648,6 @@ module Aws::Detective
|
|
654
648
|
include Aws::Structure
|
655
649
|
end
|
656
650
|
|
657
|
-
# Amazon Detective is currently in preview.
|
658
|
-
#
|
659
651
|
# A member account that was included in a request but for which the
|
660
652
|
# request could not be processed.
|
661
653
|
#
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-detective
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.4.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-03-
|
11
|
+
date: 2020-03-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|