aws-sdk-detective 1.16.0 → 1.20.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 +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-detective.rb +1 -1
- data/lib/aws-sdk-detective/client.rb +26 -9
- data/lib/aws-sdk-detective/client_api.rb +6 -3
- data/lib/aws-sdk-detective/types.rb +30 -11
- metadata +5 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 506f59aa8b6261469c5d82a8a9760573973cce04dd67b5c9727479686b82e478
|
4
|
+
data.tar.gz: 0cd2750f6c50a89f38b9fdbb25be1c4882fed84477e7bdfd36ff29ee758e6b66
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b55c981d83c834b30e671d538ed95ae1f7ae8912a49775851db97e99f971343c6d2a4eb530e25fb099f9254b41a90428a33b2c43ad5f58ebad06b8106bdd2893
|
7
|
+
data.tar.gz: ecff190656a30b7e8ccec8fdc2d6ffefcccadec99816a3324f50633d179776222cb9d2a9d22ddbf1dd0ba08bb8388eea79494d49ac7d28b994498f01d8261f16
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.20.0 (2021-07-30)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.19.0 (2021-07-28)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.18.0 (2021-05-14)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Updated descriptions of array parameters to add the restrictions on the array and value lengths.
|
18
|
+
|
19
|
+
1.17.0 (2021-04-21)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Added parameters to track the data volume in bytes for a member account. Deprecated the existing parameters that tracked the volume as a percentage of the allowed volume for a behavior graph. Changes reflected in MemberDetails object.
|
23
|
+
|
4
24
|
1.16.0 (2021-03-31)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.20.0
|
data/lib/aws-sdk-detective.rb
CHANGED
@@ -382,8 +382,10 @@ module Aws::Detective
|
|
382
382
|
# graph ARN. It does not create a new behavior graph.
|
383
383
|
#
|
384
384
|
# @option params [Hash<String,String>] :tags
|
385
|
-
# The tags to assign to the new behavior graph.
|
386
|
-
# provide the tag key and the tag value.
|
385
|
+
# The tags to assign to the new behavior graph. You can add up to 50
|
386
|
+
# tags. For each tag, you provide the tag key and the tag value. Each
|
387
|
+
# tag key can contain up to 128 characters. Each tag value can contain
|
388
|
+
# up to 256 characters.
|
387
389
|
#
|
388
390
|
# @return [Types::CreateGraphResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
389
391
|
#
|
@@ -448,8 +450,9 @@ module Aws::Detective
|
|
448
450
|
#
|
449
451
|
# @option params [required, Array<Types::Account>] :accounts
|
450
452
|
# The list of AWS accounts to invite to become member accounts in the
|
451
|
-
# behavior graph.
|
452
|
-
# the account
|
453
|
+
# behavior graph. You can invite up to 50 accounts at a time. For each
|
454
|
+
# invited account, the account list contains the account identifier and
|
455
|
+
# the AWS account root user email address.
|
453
456
|
#
|
454
457
|
# @return [Types::CreateMembersResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
455
458
|
#
|
@@ -482,6 +485,8 @@ module Aws::Detective
|
|
482
485
|
# resp.members[0].disabled_reason #=> String, one of "VOLUME_TOO_HIGH", "VOLUME_UNKNOWN"
|
483
486
|
# resp.members[0].invited_time #=> Time
|
484
487
|
# resp.members[0].updated_time #=> Time
|
488
|
+
# resp.members[0].volume_usage_in_bytes #=> Integer
|
489
|
+
# resp.members[0].volume_usage_updated_time #=> Time
|
485
490
|
# resp.members[0].percent_of_graph_utilization #=> Float
|
486
491
|
# resp.members[0].percent_of_graph_utilization_updated_time #=> Time
|
487
492
|
# resp.unprocessed_accounts #=> Array
|
@@ -536,7 +541,8 @@ module Aws::Detective
|
|
536
541
|
#
|
537
542
|
# @option params [required, Array<String>] :account_ids
|
538
543
|
# The list of AWS account identifiers for the member accounts to delete
|
539
|
-
# from the behavior graph.
|
544
|
+
# from the behavior graph. You can delete up to 50 member accounts at a
|
545
|
+
# time.
|
540
546
|
#
|
541
547
|
# @return [Types::DeleteMembersResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
542
548
|
#
|
@@ -602,7 +608,8 @@ module Aws::Detective
|
|
602
608
|
#
|
603
609
|
# @option params [required, Array<String>] :account_ids
|
604
610
|
# The list of AWS account identifiers for the member account for which
|
605
|
-
# to return member details.
|
611
|
+
# to return member details. You can request details for up to 50 member
|
612
|
+
# accounts at a time.
|
606
613
|
#
|
607
614
|
# You cannot use `GetMembers` to retrieve information about member
|
608
615
|
# accounts that were removed from the behavior graph.
|
@@ -631,6 +638,8 @@ module Aws::Detective
|
|
631
638
|
# resp.member_details[0].disabled_reason #=> String, one of "VOLUME_TOO_HIGH", "VOLUME_UNKNOWN"
|
632
639
|
# resp.member_details[0].invited_time #=> Time
|
633
640
|
# resp.member_details[0].updated_time #=> Time
|
641
|
+
# resp.member_details[0].volume_usage_in_bytes #=> Integer
|
642
|
+
# resp.member_details[0].volume_usage_updated_time #=> Time
|
634
643
|
# resp.member_details[0].percent_of_graph_utilization #=> Float
|
635
644
|
# resp.member_details[0].percent_of_graph_utilization_updated_time #=> Time
|
636
645
|
# resp.unprocessed_accounts #=> Array
|
@@ -742,6 +751,8 @@ module Aws::Detective
|
|
742
751
|
# resp.invitations[0].disabled_reason #=> String, one of "VOLUME_TOO_HIGH", "VOLUME_UNKNOWN"
|
743
752
|
# resp.invitations[0].invited_time #=> Time
|
744
753
|
# resp.invitations[0].updated_time #=> Time
|
754
|
+
# resp.invitations[0].volume_usage_in_bytes #=> Integer
|
755
|
+
# resp.invitations[0].volume_usage_updated_time #=> Time
|
745
756
|
# resp.invitations[0].percent_of_graph_utilization #=> Float
|
746
757
|
# resp.invitations[0].percent_of_graph_utilization_updated_time #=> Time
|
747
758
|
# resp.next_token #=> String
|
@@ -799,6 +810,8 @@ module Aws::Detective
|
|
799
810
|
# resp.member_details[0].disabled_reason #=> String, one of "VOLUME_TOO_HIGH", "VOLUME_UNKNOWN"
|
800
811
|
# resp.member_details[0].invited_time #=> Time
|
801
812
|
# resp.member_details[0].updated_time #=> Time
|
813
|
+
# resp.member_details[0].volume_usage_in_bytes #=> Integer
|
814
|
+
# resp.member_details[0].volume_usage_updated_time #=> Time
|
802
815
|
# resp.member_details[0].percent_of_graph_utilization #=> Float
|
803
816
|
# resp.member_details[0].percent_of_graph_utilization_updated_time #=> Time
|
804
817
|
# resp.next_token #=> String
|
@@ -912,7 +925,10 @@ module Aws::Detective
|
|
912
925
|
# The ARN of the behavior graph to assign the tags to.
|
913
926
|
#
|
914
927
|
# @option params [required, Hash<String,String>] :tags
|
915
|
-
# The
|
928
|
+
# The tags to assign to the behavior graph. You can add up to 50 tags.
|
929
|
+
# For each tag, you provide the tag key and the tag value. Each tag key
|
930
|
+
# can contain up to 128 characters. Each tag value can contain up to 256
|
931
|
+
# characters.
|
916
932
|
#
|
917
933
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
918
934
|
#
|
@@ -940,7 +956,8 @@ module Aws::Detective
|
|
940
956
|
# The ARN of the behavior graph to remove the tags from.
|
941
957
|
#
|
942
958
|
# @option params [required, Array<String>] :tag_keys
|
943
|
-
# The tag keys of the tags to remove from the behavior graph.
|
959
|
+
# The tag keys of the tags to remove from the behavior graph. You can
|
960
|
+
# remove up to 50 tags at a time.
|
944
961
|
#
|
945
962
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
946
963
|
#
|
@@ -973,7 +990,7 @@ module Aws::Detective
|
|
973
990
|
params: params,
|
974
991
|
config: config)
|
975
992
|
context[:gem_name] = 'aws-sdk-detective'
|
976
|
-
context[:gem_version] = '1.
|
993
|
+
context[:gem_version] = '1.20.0'
|
977
994
|
Seahorse::Client::Request.new(handlers, context)
|
978
995
|
end
|
979
996
|
|
@@ -19,6 +19,7 @@ module Aws::Detective
|
|
19
19
|
AccountIdList = Shapes::ListShape.new(name: 'AccountIdList')
|
20
20
|
AccountList = Shapes::ListShape.new(name: 'AccountList')
|
21
21
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
22
|
+
ByteValue = Shapes::IntegerShape.new(name: 'ByteValue')
|
22
23
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
23
24
|
CreateGraphRequest = Shapes::StructureShape.new(name: 'CreateGraphRequest')
|
24
25
|
CreateGraphResponse = Shapes::StructureShape.new(name: 'CreateGraphResponse')
|
@@ -165,14 +166,16 @@ module Aws::Detective
|
|
165
166
|
MemberDetail.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "AccountId"))
|
166
167
|
MemberDetail.add_member(:email_address, Shapes::ShapeRef.new(shape: EmailAddress, location_name: "EmailAddress"))
|
167
168
|
MemberDetail.add_member(:graph_arn, Shapes::ShapeRef.new(shape: GraphArn, location_name: "GraphArn"))
|
168
|
-
MemberDetail.add_member(:master_id, Shapes::ShapeRef.new(shape: AccountId, deprecated: true, location_name: "MasterId", metadata: {"deprecatedMessage"=>"This property is deprecated
|
169
|
+
MemberDetail.add_member(:master_id, Shapes::ShapeRef.new(shape: AccountId, deprecated: true, location_name: "MasterId", metadata: {"deprecatedMessage"=>"This property is deprecated. Use AdministratorId instead."}))
|
169
170
|
MemberDetail.add_member(:administrator_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "AdministratorId"))
|
170
171
|
MemberDetail.add_member(:status, Shapes::ShapeRef.new(shape: MemberStatus, location_name: "Status"))
|
171
172
|
MemberDetail.add_member(:disabled_reason, Shapes::ShapeRef.new(shape: MemberDisabledReason, location_name: "DisabledReason"))
|
172
173
|
MemberDetail.add_member(:invited_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "InvitedTime"))
|
173
174
|
MemberDetail.add_member(:updated_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "UpdatedTime"))
|
174
|
-
MemberDetail.add_member(:
|
175
|
-
MemberDetail.add_member(:
|
175
|
+
MemberDetail.add_member(:volume_usage_in_bytes, Shapes::ShapeRef.new(shape: ByteValue, location_name: "VolumeUsageInBytes"))
|
176
|
+
MemberDetail.add_member(:volume_usage_updated_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "VolumeUsageUpdatedTime"))
|
177
|
+
MemberDetail.add_member(:percent_of_graph_utilization, Shapes::ShapeRef.new(shape: Percentage, deprecated: true, location_name: "PercentOfGraphUtilization", metadata: {"deprecatedMessage"=>"This property is deprecated. Use VolumeUsageInBytes instead."}))
|
178
|
+
MemberDetail.add_member(:percent_of_graph_utilization_updated_time, Shapes::ShapeRef.new(shape: Timestamp, deprecated: true, location_name: "PercentOfGraphUtilizationUpdatedTime", metadata: {"deprecatedMessage"=>"This property is deprecated. Use VolumeUsageUpdatedTime instead."}))
|
176
179
|
MemberDetail.struct_class = Types::MemberDetail
|
177
180
|
|
178
181
|
MemberDetailList.member = Shapes::ShapeRef.new(shape: MemberDetail)
|
@@ -83,8 +83,10 @@ module Aws::Detective
|
|
83
83
|
# }
|
84
84
|
#
|
85
85
|
# @!attribute [rw] tags
|
86
|
-
# The tags to assign to the new behavior graph.
|
87
|
-
# provide the tag key and the tag value.
|
86
|
+
# The tags to assign to the new behavior graph. You can add up to 50
|
87
|
+
# tags. For each tag, you provide the tag key and the tag value. Each
|
88
|
+
# tag key can contain up to 128 characters. Each tag value can contain
|
89
|
+
# up to 256 characters.
|
88
90
|
# @return [Hash<String,String>]
|
89
91
|
#
|
90
92
|
# @see http://docs.aws.amazon.com/goto/WebAPI/detective-2018-10-26/CreateGraphRequest AWS API Documentation
|
@@ -140,8 +142,9 @@ module Aws::Detective
|
|
140
142
|
#
|
141
143
|
# @!attribute [rw] accounts
|
142
144
|
# The list of AWS accounts to invite to become member accounts in the
|
143
|
-
# behavior graph.
|
144
|
-
# the account
|
145
|
+
# behavior graph. You can invite up to 50 accounts at a time. For each
|
146
|
+
# invited account, the account list contains the account identifier
|
147
|
+
# and the AWS account root user email address.
|
145
148
|
# @return [Array<Types::Account>]
|
146
149
|
#
|
147
150
|
# @see http://docs.aws.amazon.com/goto/WebAPI/detective-2018-10-26/CreateMembersRequest AWS API Documentation
|
@@ -211,7 +214,8 @@ module Aws::Detective
|
|
211
214
|
#
|
212
215
|
# @!attribute [rw] account_ids
|
213
216
|
# The list of AWS account identifiers for the member accounts to
|
214
|
-
# delete from the behavior graph.
|
217
|
+
# delete from the behavior graph. You can delete up to 50 member
|
218
|
+
# accounts at a time.
|
215
219
|
# @return [Array<String>]
|
216
220
|
#
|
217
221
|
# @see http://docs.aws.amazon.com/goto/WebAPI/detective-2018-10-26/DeleteMembersRequest AWS API Documentation
|
@@ -280,7 +284,8 @@ module Aws::Detective
|
|
280
284
|
#
|
281
285
|
# @!attribute [rw] account_ids
|
282
286
|
# The list of AWS account identifiers for the member account for which
|
283
|
-
# to return member details.
|
287
|
+
# to return member details. You can request details for up to 50
|
288
|
+
# member accounts at a time.
|
284
289
|
#
|
285
290
|
# You cannot use `GetMembers` to retrieve information about member
|
286
291
|
# accounts that were removed from the behavior graph.
|
@@ -529,7 +534,8 @@ module Aws::Detective
|
|
529
534
|
end
|
530
535
|
|
531
536
|
# @!attribute [rw] tags
|
532
|
-
# The tag values that are assigned to the behavior graph.
|
537
|
+
# The tag values that are assigned to the behavior graph. The request
|
538
|
+
# returns up to 50 tag values.
|
533
539
|
# @return [Hash<String,String>]
|
534
540
|
#
|
535
541
|
# @see http://docs.aws.amazon.com/goto/WebAPI/detective-2018-10-26/ListTagsForResourceResponse AWS API Documentation
|
@@ -557,8 +563,6 @@ module Aws::Detective
|
|
557
563
|
# @return [String]
|
558
564
|
#
|
559
565
|
# @!attribute [rw] master_id
|
560
|
-
# Deprecated. Instead of `MasterId`, use `AdministratorId`.
|
561
|
-
#
|
562
566
|
# The AWS account identifier of the administrator account for the
|
563
567
|
# behavior graph.
|
564
568
|
# @return [String]
|
@@ -621,6 +625,15 @@ module Aws::Detective
|
|
621
625
|
# value is in milliseconds since the epoch.
|
622
626
|
# @return [Time]
|
623
627
|
#
|
628
|
+
# @!attribute [rw] volume_usage_in_bytes
|
629
|
+
# The data volume in bytes per day for the member account.
|
630
|
+
# @return [Integer]
|
631
|
+
#
|
632
|
+
# @!attribute [rw] volume_usage_updated_time
|
633
|
+
# The data and time when the member account data volume was last
|
634
|
+
# updated.
|
635
|
+
# @return [Time]
|
636
|
+
#
|
624
637
|
# @!attribute [rw] percent_of_graph_utilization
|
625
638
|
# The member account data volume as a percentage of the maximum
|
626
639
|
# allowed data volume. 0 indicates 0 percent, and 100 indicates 100
|
@@ -653,6 +666,8 @@ module Aws::Detective
|
|
653
666
|
:disabled_reason,
|
654
667
|
:invited_time,
|
655
668
|
:updated_time,
|
669
|
+
:volume_usage_in_bytes,
|
670
|
+
:volume_usage_updated_time,
|
656
671
|
:percent_of_graph_utilization,
|
657
672
|
:percent_of_graph_utilization_updated_time)
|
658
673
|
SENSITIVE = []
|
@@ -761,7 +776,10 @@ module Aws::Detective
|
|
761
776
|
# @return [String]
|
762
777
|
#
|
763
778
|
# @!attribute [rw] tags
|
764
|
-
# The
|
779
|
+
# The tags to assign to the behavior graph. You can add up to 50 tags.
|
780
|
+
# For each tag, you provide the tag key and the tag value. Each tag
|
781
|
+
# key can contain up to 128 characters. Each tag value can contain up
|
782
|
+
# to 256 characters.
|
765
783
|
# @return [Hash<String,String>]
|
766
784
|
#
|
767
785
|
# @see http://docs.aws.amazon.com/goto/WebAPI/detective-2018-10-26/TagResourceRequest AWS API Documentation
|
@@ -811,7 +829,8 @@ module Aws::Detective
|
|
811
829
|
# @return [String]
|
812
830
|
#
|
813
831
|
# @!attribute [rw] tag_keys
|
814
|
-
# The tag keys of the tags to remove from the behavior graph.
|
832
|
+
# The tag keys of the tags to remove from the behavior graph. You can
|
833
|
+
# remove up to 50 tags at a time.
|
815
834
|
# @return [Array<String>]
|
816
835
|
#
|
817
836
|
# @see http://docs.aws.amazon.com/goto/WebAPI/detective-2018-10-26/UntagResourceRequest AWS API Documentation
|
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.20.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: 2021-
|
11
|
+
date: 2021-07-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.119.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.119.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -83,8 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
83
83
|
- !ruby/object:Gem::Version
|
84
84
|
version: '0'
|
85
85
|
requirements: []
|
86
|
-
|
87
|
-
rubygems_version: 2.7.6.2
|
86
|
+
rubygems_version: 3.1.6
|
88
87
|
signing_key:
|
89
88
|
specification_version: 4
|
90
89
|
summary: AWS SDK for Ruby - Amazon Detective
|