aws-sdk-detective 1.13.0 → 1.18.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 41b36a9f345b5308f3a7b4f0a9a23d47694f06e2161db777e6f8520b9110fc25
4
- data.tar.gz: 8287322c678135719a3e8504ed84d69658a9f8502a9e8faa528b7e0b0c7d6722
3
+ metadata.gz: 061fb6f42c1f273a6b1537db50c51a6fc15eba63f74b0198683635e2cb461ec1
4
+ data.tar.gz: 5f63645ba8218fe2a4cc7b81b5f3d29c84db299d5813a05e1451740104acb547
5
5
  SHA512:
6
- metadata.gz: a21dd751ea35bd0847ca43ffb6fc50163a12b8ab405d10b7646b2c910f75598cf8dde51025197738eed381b140c5b841899ec3ecb889c5b73e7fe52db3243860
7
- data.tar.gz: a5e42e72fb5db83013824ec23bfaaad41f154e765a5837d12cfb5b8b59ff378e05212175dc4ca74e215b82ee06246ca74ef1132d6f45f528ddc20526f9a459e1
6
+ metadata.gz: fe39bf5a985550c5bfdfc5bf10302f3e3c84f7c502782cbdefb46c02d98cf7d420acd987d4247ffd10641883fa207757cc9455ddc140f64ff02ceadc5bdaaa64
7
+ data.tar.gz: 46b6d40644b33a83a265487d41ea0a7a61f463281dbc4838e1fbbdedb4679fbddf8403b15d52a1ef45937dd364885ce34cf4c04a12eacaa74491718e653c01af
data/CHANGELOG.md ADDED
@@ -0,0 +1,103 @@
1
+ Unreleased Changes
2
+ ------------------
3
+
4
+ 1.18.0 (2021-05-14)
5
+ ------------------
6
+
7
+ * Feature - Updated descriptions of array parameters to add the restrictions on the array and value lengths.
8
+
9
+ 1.17.0 (2021-04-21)
10
+ ------------------
11
+
12
+ * 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.
13
+
14
+ 1.16.0 (2021-03-31)
15
+ ------------------
16
+
17
+ * Feature - Added the ability to assign tag values to Detective behavior graphs. Tag values can be used for attribute-based access control, and for cost allocation for billing.
18
+
19
+ 1.15.0 (2021-03-10)
20
+ ------------------
21
+
22
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
23
+
24
+ 1.14.0 (2021-02-25)
25
+ ------------------
26
+
27
+ * Feature - Changed "master account" to "administrator account." A new AdministratorId field replaces the deprecated MasterId field. Added an option to disable email notifications for member account invitations.
28
+
29
+ 1.13.0 (2021-02-12)
30
+ ------------------
31
+
32
+ * Feature - The API definition now indicates that the format for timestamps is an ISO 8601 date-time string
33
+
34
+ 1.12.0 (2021-02-02)
35
+ ------------------
36
+
37
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
38
+
39
+ 1.11.0 (2020-09-30)
40
+ ------------------
41
+
42
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
43
+
44
+ 1.10.0 (2020-09-15)
45
+ ------------------
46
+
47
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
48
+
49
+ 1.9.0 (2020-08-25)
50
+ ------------------
51
+
52
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
53
+
54
+ 1.8.0 (2020-06-23)
55
+ ------------------
56
+
57
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
58
+
59
+ 1.7.1 (2020-06-11)
60
+ ------------------
61
+
62
+ * Issue - Republish previous version with correct dependency on `aws-sdk-core`.
63
+
64
+ 1.7.0 (2020-06-10)
65
+ ------------------
66
+
67
+ * Issue - This version has been yanked. (#2327).
68
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
69
+
70
+ 1.6.0 (2020-05-28)
71
+ ------------------
72
+
73
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
74
+
75
+ 1.5.0 (2020-05-07)
76
+ ------------------
77
+
78
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
79
+
80
+ 1.4.0 (2020-03-31)
81
+ ------------------
82
+
83
+ * Feature - Removing the notes that Detective is in preview, in preparation for the Detective GA release.
84
+
85
+ 1.3.0 (2020-03-25)
86
+ ------------------
87
+
88
+ * Feature - The new ACCEPTED_BUT_DISABLED member account status indicates that a member account that accepted the invitation is blocked from contributing data to the behavior graph. The reason is provided in the new DISABLED_REASON property. The new StartMonitoringMember operation enables a blocked member account.
89
+
90
+ 1.2.0 (2020-03-09)
91
+ ------------------
92
+
93
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
94
+
95
+ 1.1.0 (2019-12-23)
96
+ ------------------
97
+
98
+ * Feature - Updated the documentation for Amazon Detective.
99
+
100
+ 1.0.0 (2019-12-13)
101
+ ------------------
102
+
103
+ * Feature - Initial release of `aws-sdk-detective`.
data/LICENSE.txt ADDED
@@ -0,0 +1,202 @@
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright [yyyy] [name of copyright owner]
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.
data/VERSION ADDED
@@ -0,0 +1 @@
1
+ 1.18.0
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-detective/customizations'
48
48
  # @!group service
49
49
  module Aws::Detective
50
50
 
51
- GEM_VERSION = '1.13.0'
51
+ GEM_VERSION = '1.18.0'
52
52
 
53
53
  end
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -359,8 +359,8 @@ module Aws::Detective
359
359
  end
360
360
 
361
361
  # Creates a new behavior graph for the calling account, and sets that
362
- # account as the master account. This operation is called by the account
363
- # that is enabling Detective.
362
+ # account as the administrator account. This operation is called by the
363
+ # account that is enabling Detective.
364
364
  #
365
365
  # Before you try to enable Detective, make sure that your account has
366
366
  # been enrolled in Amazon GuardDuty for at least 48 hours. If you do not
@@ -376,15 +376,29 @@ module Aws::Detective
376
376
  # `CreateGraph` triggers a process to create the corresponding data
377
377
  # tables for the new behavior graph.
378
378
  #
379
- # An account can only be the master account for one behavior graph
380
- # within a Region. If the same account calls `CreateGraph` with the same
381
- # master account, it always returns the same behavior graph ARN. It does
382
- # not create a new behavior graph.
379
+ # An account can only be the administrator account for one behavior
380
+ # graph within a Region. If the same account calls `CreateGraph` with
381
+ # the same administrator account, it always returns the same behavior
382
+ # graph ARN. It does not create a new behavior graph.
383
+ #
384
+ # @option params [Hash<String,String>] :tags
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.
383
389
  #
384
390
  # @return [Types::CreateGraphResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
385
391
  #
386
392
  # * {Types::CreateGraphResponse#graph_arn #graph_arn} => String
387
393
  #
394
+ # @example Request syntax with placeholder values
395
+ #
396
+ # resp = client.create_graph({
397
+ # tags: {
398
+ # "TagKey" => "TagValue",
399
+ # },
400
+ # })
401
+ #
388
402
  # @example Response structure
389
403
  #
390
404
  # resp.graph_arn #=> String
@@ -400,10 +414,12 @@ module Aws::Detective
400
414
 
401
415
  # Sends a request to invite the specified AWS accounts to be member
402
416
  # accounts in the behavior graph. This operation can only be called by
403
- # the master account for a behavior graph.
417
+ # the administrator account for a behavior graph.
404
418
  #
405
- # `CreateMembers` verifies the accounts and then sends invitations to
406
- # the verified accounts.
419
+ # `CreateMembers` verifies the accounts and then invites the verified
420
+ # accounts. The administrator can optionally specify to not send
421
+ # invitation emails to the member accounts. This would be used when the
422
+ # administrator manages their member accounts centrally.
407
423
  #
408
424
  # The request provides the behavior graph ARN and the list of accounts
409
425
  # to invite.
@@ -412,8 +428,8 @@ module Aws::Detective
412
428
  #
413
429
  # * The accounts that `CreateMembers` was able to start the verification
414
430
  # for. This list includes member accounts that are being verified,
415
- # that have passed verification and are being sent an invitation, and
416
- # that have failed verification.
431
+ # that have passed verification and are to be invited, and that have
432
+ # failed verification.
417
433
  #
418
434
  # * The accounts that `CreateMembers` was unable to process. This list
419
435
  # includes accounts that were already invited to be member accounts in
@@ -427,10 +443,16 @@ module Aws::Detective
427
443
  # Customized message text to include in the invitation email message to
428
444
  # the invited member accounts.
429
445
  #
446
+ # @option params [Boolean] :disable_email_notification
447
+ # if set to `true`, then the member accounts do not receive email
448
+ # notifications. By default, this is set to `false`, and the member
449
+ # accounts receive email notifications.
450
+ #
430
451
  # @option params [required, Array<Types::Account>] :accounts
431
452
  # The list of AWS accounts to invite to become member accounts in the
432
- # behavior graph. For each invited account, the account list contains
433
- # the account identifier and the AWS account root user email address.
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.
434
456
  #
435
457
  # @return [Types::CreateMembersResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
436
458
  #
@@ -442,6 +464,7 @@ module Aws::Detective
442
464
  # resp = client.create_members({
443
465
  # graph_arn: "GraphArn", # required
444
466
  # message: "EmailMessage",
467
+ # disable_email_notification: false,
445
468
  # accounts: [ # required
446
469
  # {
447
470
  # account_id: "AccountId", # required
@@ -457,10 +480,13 @@ module Aws::Detective
457
480
  # resp.members[0].email_address #=> String
458
481
  # resp.members[0].graph_arn #=> String
459
482
  # resp.members[0].master_id #=> String
483
+ # resp.members[0].administrator_id #=> String
460
484
  # resp.members[0].status #=> String, one of "INVITED", "VERIFICATION_IN_PROGRESS", "VERIFICATION_FAILED", "ENABLED", "ACCEPTED_BUT_DISABLED"
461
485
  # resp.members[0].disabled_reason #=> String, one of "VOLUME_TOO_HIGH", "VOLUME_UNKNOWN"
462
486
  # resp.members[0].invited_time #=> Time
463
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
464
490
  # resp.members[0].percent_of_graph_utilization #=> Float
465
491
  # resp.members[0].percent_of_graph_utilization_updated_time #=> Time
466
492
  # resp.unprocessed_accounts #=> Array
@@ -480,8 +506,8 @@ module Aws::Detective
480
506
  # This operation removes the graph from each member account's list of
481
507
  # behavior graphs.
482
508
  #
483
- # `DeleteGraph` can only be called by the master account for a behavior
484
- # graph.
509
+ # `DeleteGraph` can only be called by the administrator account for a
510
+ # behavior graph.
485
511
  #
486
512
  # @option params [required, String] :graph_arn
487
513
  # The ARN of the behavior graph to disable.
@@ -503,18 +529,20 @@ module Aws::Detective
503
529
  req.send_request(options)
504
530
  end
505
531
 
506
- # Deletes one or more member accounts from the master account behavior
507
- # graph. This operation can only be called by a Detective master
508
- # account. That account cannot use `DeleteMembers` to delete their own
509
- # account from the behavior graph. To disable a behavior graph, the
510
- # master account uses the `DeleteGraph` API method.
532
+ # Deletes one or more member accounts from the administrator account's
533
+ # behavior graph. This operation can only be called by a Detective
534
+ # administrator account. That account cannot use `DeleteMembers` to
535
+ # delete their own account from the behavior graph. To disable a
536
+ # behavior graph, the administrator account uses the `DeleteGraph` API
537
+ # method.
511
538
  #
512
539
  # @option params [required, String] :graph_arn
513
540
  # The ARN of the behavior graph to delete members from.
514
541
  #
515
542
  # @option params [required, Array<String>] :account_ids
516
543
  # The list of AWS account identifiers for the member accounts to delete
517
- # from the behavior graph.
544
+ # from the behavior graph. You can delete up to 50 member accounts at a
545
+ # time.
518
546
  #
519
547
  # @return [Types::DeleteMembersResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
520
548
  #
@@ -580,7 +608,8 @@ module Aws::Detective
580
608
  #
581
609
  # @option params [required, Array<String>] :account_ids
582
610
  # The list of AWS account identifiers for the member account for which
583
- # to return member details.
611
+ # to return member details. You can request details for up to 50 member
612
+ # accounts at a time.
584
613
  #
585
614
  # You cannot use `GetMembers` to retrieve information about member
586
615
  # accounts that were removed from the behavior graph.
@@ -604,10 +633,13 @@ module Aws::Detective
604
633
  # resp.member_details[0].email_address #=> String
605
634
  # resp.member_details[0].graph_arn #=> String
606
635
  # resp.member_details[0].master_id #=> String
636
+ # resp.member_details[0].administrator_id #=> String
607
637
  # resp.member_details[0].status #=> String, one of "INVITED", "VERIFICATION_IN_PROGRESS", "VERIFICATION_FAILED", "ENABLED", "ACCEPTED_BUT_DISABLED"
608
638
  # resp.member_details[0].disabled_reason #=> String, one of "VOLUME_TOO_HIGH", "VOLUME_UNKNOWN"
609
639
  # resp.member_details[0].invited_time #=> Time
610
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
611
643
  # resp.member_details[0].percent_of_graph_utilization #=> Float
612
644
  # resp.member_details[0].percent_of_graph_utilization_updated_time #=> Time
613
645
  # resp.unprocessed_accounts #=> Array
@@ -623,11 +655,13 @@ module Aws::Detective
623
655
  req.send_request(options)
624
656
  end
625
657
 
626
- # Returns the list of behavior graphs that the calling account is a
627
- # master of. This operation can only be called by a master account.
658
+ # Returns the list of behavior graphs that the calling account is an
659
+ # administrator account of. This operation can only be called by an
660
+ # administrator account.
628
661
  #
629
- # Because an account can currently only be the master of one behavior
630
- # graph within a Region, the results always contain a single graph.
662
+ # Because an account can currently only be the administrator of one
663
+ # behavior graph within a Region, the results always contain a single
664
+ # behavior graph.
631
665
  #
632
666
  # @option params [String] :next_token
633
667
  # For requests to get the next page of results, the pagination token
@@ -712,10 +746,13 @@ module Aws::Detective
712
746
  # resp.invitations[0].email_address #=> String
713
747
  # resp.invitations[0].graph_arn #=> String
714
748
  # resp.invitations[0].master_id #=> String
749
+ # resp.invitations[0].administrator_id #=> String
715
750
  # resp.invitations[0].status #=> String, one of "INVITED", "VERIFICATION_IN_PROGRESS", "VERIFICATION_FAILED", "ENABLED", "ACCEPTED_BUT_DISABLED"
716
751
  # resp.invitations[0].disabled_reason #=> String, one of "VOLUME_TOO_HIGH", "VOLUME_UNKNOWN"
717
752
  # resp.invitations[0].invited_time #=> Time
718
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
719
756
  # resp.invitations[0].percent_of_graph_utilization #=> Float
720
757
  # resp.invitations[0].percent_of_graph_utilization_updated_time #=> Time
721
758
  # resp.next_token #=> String
@@ -768,10 +805,13 @@ module Aws::Detective
768
805
  # resp.member_details[0].email_address #=> String
769
806
  # resp.member_details[0].graph_arn #=> String
770
807
  # resp.member_details[0].master_id #=> String
808
+ # resp.member_details[0].administrator_id #=> String
771
809
  # resp.member_details[0].status #=> String, one of "INVITED", "VERIFICATION_IN_PROGRESS", "VERIFICATION_FAILED", "ENABLED", "ACCEPTED_BUT_DISABLED"
772
810
  # resp.member_details[0].disabled_reason #=> String, one of "VOLUME_TOO_HIGH", "VOLUME_UNKNOWN"
773
811
  # resp.member_details[0].invited_time #=> Time
774
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
775
815
  # resp.member_details[0].percent_of_graph_utilization #=> Float
776
816
  # resp.member_details[0].percent_of_graph_utilization_updated_time #=> Time
777
817
  # resp.next_token #=> String
@@ -785,6 +825,35 @@ module Aws::Detective
785
825
  req.send_request(options)
786
826
  end
787
827
 
828
+ # Returns the tag values that are assigned to a behavior graph.
829
+ #
830
+ # @option params [required, String] :resource_arn
831
+ # The ARN of the behavior graph for which to retrieve the tag values.
832
+ #
833
+ # @return [Types::ListTagsForResourceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
834
+ #
835
+ # * {Types::ListTagsForResourceResponse#tags #tags} => Hash&lt;String,String&gt;
836
+ #
837
+ # @example Request syntax with placeholder values
838
+ #
839
+ # resp = client.list_tags_for_resource({
840
+ # resource_arn: "GraphArn", # required
841
+ # })
842
+ #
843
+ # @example Response structure
844
+ #
845
+ # resp.tags #=> Hash
846
+ # resp.tags["TagKey"] #=> String
847
+ #
848
+ # @see http://docs.aws.amazon.com/goto/WebAPI/detective-2018-10-26/ListTagsForResource AWS API Documentation
849
+ #
850
+ # @overload list_tags_for_resource(params = {})
851
+ # @param [Hash] params ({})
852
+ def list_tags_for_resource(params = {}, options = {})
853
+ req = build_request(:list_tags_for_resource, params)
854
+ req.send_request(options)
855
+ end
856
+
788
857
  # Rejects an invitation to contribute the account data to a behavior
789
858
  # graph. This operation must be called by a member account that has the
790
859
  # `INVITED` status.
@@ -850,6 +919,64 @@ module Aws::Detective
850
919
  req.send_request(options)
851
920
  end
852
921
 
922
+ # Applies tag values to a behavior graph.
923
+ #
924
+ # @option params [required, String] :resource_arn
925
+ # The ARN of the behavior graph to assign the tags to.
926
+ #
927
+ # @option params [required, Hash<String,String>] :tags
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.
932
+ #
933
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
934
+ #
935
+ # @example Request syntax with placeholder values
936
+ #
937
+ # resp = client.tag_resource({
938
+ # resource_arn: "GraphArn", # required
939
+ # tags: { # required
940
+ # "TagKey" => "TagValue",
941
+ # },
942
+ # })
943
+ #
944
+ # @see http://docs.aws.amazon.com/goto/WebAPI/detective-2018-10-26/TagResource AWS API Documentation
945
+ #
946
+ # @overload tag_resource(params = {})
947
+ # @param [Hash] params ({})
948
+ def tag_resource(params = {}, options = {})
949
+ req = build_request(:tag_resource, params)
950
+ req.send_request(options)
951
+ end
952
+
953
+ # Removes tags from a behavior graph.
954
+ #
955
+ # @option params [required, String] :resource_arn
956
+ # The ARN of the behavior graph to remove the tags from.
957
+ #
958
+ # @option params [required, Array<String>] :tag_keys
959
+ # The tag keys of the tags to remove from the behavior graph. You can
960
+ # remove up to 50 tags at a time.
961
+ #
962
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
963
+ #
964
+ # @example Request syntax with placeholder values
965
+ #
966
+ # resp = client.untag_resource({
967
+ # resource_arn: "GraphArn", # required
968
+ # tag_keys: ["TagKey"], # required
969
+ # })
970
+ #
971
+ # @see http://docs.aws.amazon.com/goto/WebAPI/detective-2018-10-26/UntagResource AWS API Documentation
972
+ #
973
+ # @overload untag_resource(params = {})
974
+ # @param [Hash] params ({})
975
+ def untag_resource(params = {}, options = {})
976
+ req = build_request(:untag_resource, params)
977
+ req.send_request(options)
978
+ end
979
+
853
980
  # @!endgroup
854
981
 
855
982
  # @param params ({})
@@ -863,7 +990,7 @@ module Aws::Detective
863
990
  params: params,
864
991
  config: config)
865
992
  context[:gem_name] = 'aws-sdk-detective'
866
- context[:gem_version] = '1.13.0'
993
+ context[:gem_version] = '1.18.0'
867
994
  Seahorse::Client::Request.new(handlers, context)
868
995
  end
869
996
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -18,7 +18,10 @@ module Aws::Detective
18
18
  AccountId = Shapes::StringShape.new(name: 'AccountId')
19
19
  AccountIdList = Shapes::ListShape.new(name: 'AccountIdList')
20
20
  AccountList = Shapes::ListShape.new(name: 'AccountList')
21
+ Boolean = Shapes::BooleanShape.new(name: 'Boolean')
22
+ ByteValue = Shapes::IntegerShape.new(name: 'ByteValue')
21
23
  ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
24
+ CreateGraphRequest = Shapes::StructureShape.new(name: 'CreateGraphRequest')
22
25
  CreateGraphResponse = Shapes::StructureShape.new(name: 'CreateGraphResponse')
23
26
  CreateMembersRequest = Shapes::StructureShape.new(name: 'CreateMembersRequest')
24
27
  CreateMembersResponse = Shapes::StructureShape.new(name: 'CreateMembersResponse')
@@ -41,6 +44,8 @@ module Aws::Detective
41
44
  ListInvitationsResponse = Shapes::StructureShape.new(name: 'ListInvitationsResponse')
42
45
  ListMembersRequest = Shapes::StructureShape.new(name: 'ListMembersRequest')
43
46
  ListMembersResponse = Shapes::StructureShape.new(name: 'ListMembersResponse')
47
+ ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
48
+ ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
44
49
  MemberDetail = Shapes::StructureShape.new(name: 'MemberDetail')
45
50
  MemberDetailList = Shapes::ListShape.new(name: 'MemberDetailList')
46
51
  MemberDisabledReason = Shapes::StringShape.new(name: 'MemberDisabledReason')
@@ -52,10 +57,18 @@ module Aws::Detective
52
57
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
53
58
  ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
54
59
  StartMonitoringMemberRequest = Shapes::StructureShape.new(name: 'StartMonitoringMemberRequest')
60
+ TagKey = Shapes::StringShape.new(name: 'TagKey')
61
+ TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
62
+ TagMap = Shapes::MapShape.new(name: 'TagMap')
63
+ TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
64
+ TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
65
+ TagValue = Shapes::StringShape.new(name: 'TagValue')
55
66
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp', timestampFormat: "iso8601")
56
67
  UnprocessedAccount = Shapes::StructureShape.new(name: 'UnprocessedAccount')
57
68
  UnprocessedAccountList = Shapes::ListShape.new(name: 'UnprocessedAccountList')
58
69
  UnprocessedReason = Shapes::StringShape.new(name: 'UnprocessedReason')
70
+ UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
71
+ UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
59
72
  ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
60
73
 
61
74
  AcceptInvitationRequest.add_member(:graph_arn, Shapes::ShapeRef.new(shape: GraphArn, required: true, location_name: "GraphArn"))
@@ -72,11 +85,15 @@ module Aws::Detective
72
85
  ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
73
86
  ConflictException.struct_class = Types::ConflictException
74
87
 
88
+ CreateGraphRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
89
+ CreateGraphRequest.struct_class = Types::CreateGraphRequest
90
+
75
91
  CreateGraphResponse.add_member(:graph_arn, Shapes::ShapeRef.new(shape: GraphArn, location_name: "GraphArn"))
76
92
  CreateGraphResponse.struct_class = Types::CreateGraphResponse
77
93
 
78
94
  CreateMembersRequest.add_member(:graph_arn, Shapes::ShapeRef.new(shape: GraphArn, required: true, location_name: "GraphArn"))
79
95
  CreateMembersRequest.add_member(:message, Shapes::ShapeRef.new(shape: EmailMessage, location_name: "Message"))
96
+ CreateMembersRequest.add_member(:disable_email_notification, Shapes::ShapeRef.new(shape: Boolean, location_name: "DisableEmailNotification"))
80
97
  CreateMembersRequest.add_member(:accounts, Shapes::ShapeRef.new(shape: AccountList, required: true, location_name: "Accounts"))
81
98
  CreateMembersRequest.struct_class = Types::CreateMembersRequest
82
99
 
@@ -140,16 +157,25 @@ module Aws::Detective
140
157
  ListMembersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
141
158
  ListMembersResponse.struct_class = Types::ListMembersResponse
142
159
 
160
+ ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: GraphArn, required: true, location: "uri", location_name: "ResourceArn"))
161
+ ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
162
+
163
+ ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
164
+ ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
165
+
143
166
  MemberDetail.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "AccountId"))
144
167
  MemberDetail.add_member(:email_address, Shapes::ShapeRef.new(shape: EmailAddress, location_name: "EmailAddress"))
145
168
  MemberDetail.add_member(:graph_arn, Shapes::ShapeRef.new(shape: GraphArn, location_name: "GraphArn"))
146
- MemberDetail.add_member(:master_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "MasterId"))
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."}))
170
+ MemberDetail.add_member(:administrator_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "AdministratorId"))
147
171
  MemberDetail.add_member(:status, Shapes::ShapeRef.new(shape: MemberStatus, location_name: "Status"))
148
172
  MemberDetail.add_member(:disabled_reason, Shapes::ShapeRef.new(shape: MemberDisabledReason, location_name: "DisabledReason"))
149
173
  MemberDetail.add_member(:invited_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "InvitedTime"))
150
174
  MemberDetail.add_member(:updated_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "UpdatedTime"))
151
- MemberDetail.add_member(:percent_of_graph_utilization, Shapes::ShapeRef.new(shape: Percentage, location_name: "PercentOfGraphUtilization"))
152
- MemberDetail.add_member(:percent_of_graph_utilization_updated_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "PercentOfGraphUtilizationUpdatedTime"))
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."}))
153
179
  MemberDetail.struct_class = Types::MemberDetail
154
180
 
155
181
  MemberDetailList.member = Shapes::ShapeRef.new(shape: MemberDetail)
@@ -167,12 +193,29 @@ module Aws::Detective
167
193
  StartMonitoringMemberRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "AccountId"))
168
194
  StartMonitoringMemberRequest.struct_class = Types::StartMonitoringMemberRequest
169
195
 
196
+ TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
197
+
198
+ TagMap.key = Shapes::ShapeRef.new(shape: TagKey)
199
+ TagMap.value = Shapes::ShapeRef.new(shape: TagValue)
200
+
201
+ TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: GraphArn, required: true, location: "uri", location_name: "ResourceArn"))
202
+ TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, required: true, location_name: "Tags"))
203
+ TagResourceRequest.struct_class = Types::TagResourceRequest
204
+
205
+ TagResourceResponse.struct_class = Types::TagResourceResponse
206
+
170
207
  UnprocessedAccount.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "AccountId"))
171
208
  UnprocessedAccount.add_member(:reason, Shapes::ShapeRef.new(shape: UnprocessedReason, location_name: "Reason"))
172
209
  UnprocessedAccount.struct_class = Types::UnprocessedAccount
173
210
 
174
211
  UnprocessedAccountList.member = Shapes::ShapeRef.new(shape: UnprocessedAccount)
175
212
 
213
+ UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: GraphArn, required: true, location: "uri", location_name: "ResourceArn"))
214
+ UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
215
+ UntagResourceRequest.struct_class = Types::UntagResourceRequest
216
+
217
+ UntagResourceResponse.struct_class = Types::UntagResourceResponse
218
+
176
219
  ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
177
220
  ValidationException.struct_class = Types::ValidationException
178
221
 
@@ -210,7 +253,7 @@ module Aws::Detective
210
253
  o.name = "CreateGraph"
211
254
  o.http_method = "POST"
212
255
  o.http_request_uri = "/graph"
213
- o.input = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
256
+ o.input = Shapes::ShapeRef.new(shape: CreateGraphRequest)
214
257
  o.output = Shapes::ShapeRef.new(shape: CreateGraphResponse)
215
258
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
216
259
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
@@ -324,6 +367,17 @@ module Aws::Detective
324
367
  )
325
368
  end)
326
369
 
370
+ api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
371
+ o.name = "ListTagsForResource"
372
+ o.http_method = "GET"
373
+ o.http_request_uri = "/tags/{ResourceArn}"
374
+ o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
375
+ o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
376
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
377
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
378
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
379
+ end)
380
+
327
381
  api.add_operation(:reject_invitation, Seahorse::Model::Operation.new.tap do |o|
328
382
  o.name = "RejectInvitation"
329
383
  o.http_method = "POST"
@@ -348,6 +402,28 @@ module Aws::Detective
348
402
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
349
403
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
350
404
  end)
405
+
406
+ api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
407
+ o.name = "TagResource"
408
+ o.http_method = "POST"
409
+ o.http_request_uri = "/tags/{ResourceArn}"
410
+ o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
411
+ o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
412
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
413
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
414
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
415
+ end)
416
+
417
+ api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
418
+ o.name = "UntagResource"
419
+ o.http_method = "DELETE"
420
+ o.http_request_uri = "/tags/{ResourceArn}"
421
+ o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
422
+ o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
423
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
424
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
425
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
426
+ end)
351
427
  end
352
428
 
353
429
  end
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -32,7 +32,8 @@ module Aws::Detective
32
32
  include Aws::Structure
33
33
  end
34
34
 
35
- # An AWS account that is the master of or a member of a behavior graph.
35
+ # An AWS account that is the administrator account of or a member of a
36
+ # behavior graph.
36
37
  #
37
38
  # @note When making an API call, you may pass Account
38
39
  # data as a hash:
@@ -72,6 +73,30 @@ module Aws::Detective
72
73
  include Aws::Structure
73
74
  end
74
75
 
76
+ # @note When making an API call, you may pass CreateGraphRequest
77
+ # data as a hash:
78
+ #
79
+ # {
80
+ # tags: {
81
+ # "TagKey" => "TagValue",
82
+ # },
83
+ # }
84
+ #
85
+ # @!attribute [rw] tags
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.
90
+ # @return [Hash<String,String>]
91
+ #
92
+ # @see http://docs.aws.amazon.com/goto/WebAPI/detective-2018-10-26/CreateGraphRequest AWS API Documentation
93
+ #
94
+ class CreateGraphRequest < Struct.new(
95
+ :tags)
96
+ SENSITIVE = []
97
+ include Aws::Structure
98
+ end
99
+
75
100
  # @!attribute [rw] graph_arn
76
101
  # The ARN of the new behavior graph.
77
102
  # @return [String]
@@ -90,6 +115,7 @@ module Aws::Detective
90
115
  # {
91
116
  # graph_arn: "GraphArn", # required
92
117
  # message: "EmailMessage",
118
+ # disable_email_notification: false,
93
119
  # accounts: [ # required
94
120
  # {
95
121
  # account_id: "AccountId", # required
@@ -108,10 +134,17 @@ module Aws::Detective
108
134
  # to the invited member accounts.
109
135
  # @return [String]
110
136
  #
137
+ # @!attribute [rw] disable_email_notification
138
+ # if set to `true`, then the member accounts do not receive email
139
+ # notifications. By default, this is set to `false`, and the member
140
+ # accounts receive email notifications.
141
+ # @return [Boolean]
142
+ #
111
143
  # @!attribute [rw] accounts
112
144
  # The list of AWS accounts to invite to become member accounts in the
113
- # behavior graph. For each invited account, the account list contains
114
- # the account identifier and the AWS account root user email address.
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.
115
148
  # @return [Array<Types::Account>]
116
149
  #
117
150
  # @see http://docs.aws.amazon.com/goto/WebAPI/detective-2018-10-26/CreateMembersRequest AWS API Documentation
@@ -119,6 +152,7 @@ module Aws::Detective
119
152
  class CreateMembersRequest < Struct.new(
120
153
  :graph_arn,
121
154
  :message,
155
+ :disable_email_notification,
122
156
  :accounts)
123
157
  SENSITIVE = []
124
158
  include Aws::Structure
@@ -180,7 +214,8 @@ module Aws::Detective
180
214
  #
181
215
  # @!attribute [rw] account_ids
182
216
  # The list of AWS account identifiers for the member accounts to
183
- # delete from the behavior graph.
217
+ # delete from the behavior graph. You can delete up to 50 member
218
+ # accounts at a time.
184
219
  # @return [Array<String>]
185
220
  #
186
221
  # @see http://docs.aws.amazon.com/goto/WebAPI/detective-2018-10-26/DeleteMembersRequest AWS API Documentation
@@ -249,7 +284,8 @@ module Aws::Detective
249
284
  #
250
285
  # @!attribute [rw] account_ids
251
286
  # The list of AWS account identifiers for the member account for which
252
- # to return member details.
287
+ # to return member details. You can request details for up to 50
288
+ # member accounts at a time.
253
289
  #
254
290
  # You cannot use `GetMembers` to retrieve information about member
255
291
  # accounts that were removed from the behavior graph.
@@ -350,7 +386,8 @@ module Aws::Detective
350
386
  end
351
387
 
352
388
  # @!attribute [rw] graph_list
353
- # A list of behavior graphs that the account is a master for.
389
+ # A list of behavior graphs that the account is an administrator
390
+ # account for.
354
391
  # @return [Array<Types::Graph>]
355
392
  #
356
393
  # @!attribute [rw] next_token
@@ -477,6 +514,38 @@ module Aws::Detective
477
514
  include Aws::Structure
478
515
  end
479
516
 
517
+ # @note When making an API call, you may pass ListTagsForResourceRequest
518
+ # data as a hash:
519
+ #
520
+ # {
521
+ # resource_arn: "GraphArn", # required
522
+ # }
523
+ #
524
+ # @!attribute [rw] resource_arn
525
+ # The ARN of the behavior graph for which to retrieve the tag values.
526
+ # @return [String]
527
+ #
528
+ # @see http://docs.aws.amazon.com/goto/WebAPI/detective-2018-10-26/ListTagsForResourceRequest AWS API Documentation
529
+ #
530
+ class ListTagsForResourceRequest < Struct.new(
531
+ :resource_arn)
532
+ SENSITIVE = []
533
+ include Aws::Structure
534
+ end
535
+
536
+ # @!attribute [rw] tags
537
+ # The tag values that are assigned to the behavior graph. The request
538
+ # returns up to 50 tag values.
539
+ # @return [Hash<String,String>]
540
+ #
541
+ # @see http://docs.aws.amazon.com/goto/WebAPI/detective-2018-10-26/ListTagsForResourceResponse AWS API Documentation
542
+ #
543
+ class ListTagsForResourceResponse < Struct.new(
544
+ :tags)
545
+ SENSITIVE = []
546
+ include Aws::Structure
547
+ end
548
+
480
549
  # Details about a member account that was invited to contribute to a
481
550
  # behavior graph.
482
551
  #
@@ -494,8 +563,13 @@ module Aws::Detective
494
563
  # @return [String]
495
564
  #
496
565
  # @!attribute [rw] master_id
497
- # The AWS account identifier of the master account for the behavior
498
- # graph.
566
+ # The AWS account identifier of the administrator account for the
567
+ # behavior graph.
568
+ # @return [String]
569
+ #
570
+ # @!attribute [rw] administrator_id
571
+ # The AWS account identifier of the administrator account for the
572
+ # behavior graph.
499
573
  # @return [String]
500
574
  #
501
575
  # @!attribute [rw] status
@@ -551,6 +625,15 @@ module Aws::Detective
551
625
  # value is in milliseconds since the epoch.
552
626
  # @return [Time]
553
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
+ #
554
637
  # @!attribute [rw] percent_of_graph_utilization
555
638
  # The member account data volume as a percentage of the maximum
556
639
  # allowed data volume. 0 indicates 0 percent, and 100 indicates 100
@@ -578,10 +661,13 @@ module Aws::Detective
578
661
  :email_address,
579
662
  :graph_arn,
580
663
  :master_id,
664
+ :administrator_id,
581
665
  :status,
582
666
  :disabled_reason,
583
667
  :invited_time,
584
668
  :updated_time,
669
+ :volume_usage_in_bytes,
670
+ :volume_usage_updated_time,
585
671
  :percent_of_graph_utilization,
586
672
  :percent_of_graph_utilization_updated_time)
587
673
  SENSITIVE = []
@@ -675,6 +761,40 @@ module Aws::Detective
675
761
  include Aws::Structure
676
762
  end
677
763
 
764
+ # @note When making an API call, you may pass TagResourceRequest
765
+ # data as a hash:
766
+ #
767
+ # {
768
+ # resource_arn: "GraphArn", # required
769
+ # tags: { # required
770
+ # "TagKey" => "TagValue",
771
+ # },
772
+ # }
773
+ #
774
+ # @!attribute [rw] resource_arn
775
+ # The ARN of the behavior graph to assign the tags to.
776
+ # @return [String]
777
+ #
778
+ # @!attribute [rw] tags
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.
783
+ # @return [Hash<String,String>]
784
+ #
785
+ # @see http://docs.aws.amazon.com/goto/WebAPI/detective-2018-10-26/TagResourceRequest AWS API Documentation
786
+ #
787
+ class TagResourceRequest < Struct.new(
788
+ :resource_arn,
789
+ :tags)
790
+ SENSITIVE = []
791
+ include Aws::Structure
792
+ end
793
+
794
+ # @see http://docs.aws.amazon.com/goto/WebAPI/detective-2018-10-26/TagResourceResponse AWS API Documentation
795
+ #
796
+ class TagResourceResponse < Aws::EmptyStructure; end
797
+
678
798
  # A member account that was included in a request but for which the
679
799
  # request could not be processed.
680
800
  #
@@ -696,6 +816,36 @@ module Aws::Detective
696
816
  include Aws::Structure
697
817
  end
698
818
 
819
+ # @note When making an API call, you may pass UntagResourceRequest
820
+ # data as a hash:
821
+ #
822
+ # {
823
+ # resource_arn: "GraphArn", # required
824
+ # tag_keys: ["TagKey"], # required
825
+ # }
826
+ #
827
+ # @!attribute [rw] resource_arn
828
+ # The ARN of the behavior graph to remove the tags from.
829
+ # @return [String]
830
+ #
831
+ # @!attribute [rw] tag_keys
832
+ # The tag keys of the tags to remove from the behavior graph. You can
833
+ # remove up to 50 tags at a time.
834
+ # @return [Array<String>]
835
+ #
836
+ # @see http://docs.aws.amazon.com/goto/WebAPI/detective-2018-10-26/UntagResourceRequest AWS API Documentation
837
+ #
838
+ class UntagResourceRequest < Struct.new(
839
+ :resource_arn,
840
+ :tag_keys)
841
+ SENSITIVE = []
842
+ include Aws::Structure
843
+ end
844
+
845
+ # @see http://docs.aws.amazon.com/goto/WebAPI/detective-2018-10-26/UntagResourceResponse AWS API Documentation
846
+ #
847
+ class UntagResourceResponse < Aws::EmptyStructure; end
848
+
699
849
  # The request parameters are invalid.
700
850
  #
701
851
  # @!attribute [rw] message
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.13.0
4
+ version: 1.18.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-02-12 00:00:00.000000000 Z
11
+ date: 2021-05-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -47,11 +47,14 @@ dependencies:
47
47
  description: Official AWS Ruby gem for Amazon Detective. This gem is part of the AWS
48
48
  SDK for Ruby.
49
49
  email:
50
- - trevrowe@amazon.com
50
+ - aws-dr-rubygems@amazon.com
51
51
  executables: []
52
52
  extensions: []
53
53
  extra_rdoc_files: []
54
54
  files:
55
+ - CHANGELOG.md
56
+ - LICENSE.txt
57
+ - VERSION
55
58
  - lib/aws-sdk-detective.rb
56
59
  - lib/aws-sdk-detective/client.rb
57
60
  - lib/aws-sdk-detective/client_api.rb
@@ -63,8 +66,8 @@ homepage: https://github.com/aws/aws-sdk-ruby
63
66
  licenses:
64
67
  - Apache-2.0
65
68
  metadata:
66
- source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-detective
67
- changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-detective/CHANGELOG.md
69
+ source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-detective
70
+ changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-detective/CHANGELOG.md
68
71
  post_install_message:
69
72
  rdoc_options: []
70
73
  require_paths:
@@ -80,8 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
80
83
  - !ruby/object:Gem::Version
81
84
  version: '0'
82
85
  requirements: []
83
- rubyforge_project:
84
- rubygems_version: 2.7.6.2
86
+ rubygems_version: 3.1.6
85
87
  signing_key:
86
88
  specification_version: 4
87
89
  summary: AWS SDK for Ruby - Amazon Detective