aws-sdk-detective 1.12.0 → 1.17.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: 7f659b15693e1f9d6c0c05507f10c5d164cddbff1c746f0adcc6bf420766117a
4
- data.tar.gz: 342056f16cfd3217d37d9d6c072f7e2fc10a5ecab20116a1bef96568a37a1434
3
+ metadata.gz: 19f3f223e64029f4db45b7e0f8628bc20e99e941ca13c870fd9a58f75fd20ae4
4
+ data.tar.gz: f70911eee261e0106367f4ba015ae6a2b581daaae443b34636ea195bf5721de3
5
5
  SHA512:
6
- metadata.gz: 9e66bd90ab3131c02b599ba0b6430fb220dc1a4aef311a9270eb245a3b0d1f2f45d9014127c23a65cce4d1689cac4ded643542f49927bee69a32464694e1a536
7
- data.tar.gz: bdbd8871042176e53d6582f6362e13af873820ddcaaabd688d7aabe391a1c78c3b024c1518fa06b319bd6660f563d669b3bb2f1982df92eb84cea324c8596a71
6
+ metadata.gz: 2a7011c9fb2cb8651ded5ee843217730d1ebe73330cca0d6979c8a35e1e9547480286b3df49a12383ddd124c5b90967474ce6deb676ac0acc891f896d1a3285d
7
+ data.tar.gz: df0df2259f2514381c715937a4c89e77d889da4a8484e14aa39c3eb86afe20e086b70ece386c36607fd3af42198223e996d4caa331c76dd553761713ce3fc075
data/CHANGELOG.md ADDED
@@ -0,0 +1,98 @@
1
+ Unreleased Changes
2
+ ------------------
3
+
4
+ 1.17.0 (2021-04-21)
5
+ ------------------
6
+
7
+ * 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.
8
+
9
+ 1.16.0 (2021-03-31)
10
+ ------------------
11
+
12
+ * 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.
13
+
14
+ 1.15.0 (2021-03-10)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.14.0 (2021-02-25)
20
+ ------------------
21
+
22
+ * 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.
23
+
24
+ 1.13.0 (2021-02-12)
25
+ ------------------
26
+
27
+ * Feature - The API definition now indicates that the format for timestamps is an ISO 8601 date-time string
28
+
29
+ 1.12.0 (2021-02-02)
30
+ ------------------
31
+
32
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
33
+
34
+ 1.11.0 (2020-09-30)
35
+ ------------------
36
+
37
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
38
+
39
+ 1.10.0 (2020-09-15)
40
+ ------------------
41
+
42
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
43
+
44
+ 1.9.0 (2020-08-25)
45
+ ------------------
46
+
47
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
48
+
49
+ 1.8.0 (2020-06-23)
50
+ ------------------
51
+
52
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
53
+
54
+ 1.7.1 (2020-06-11)
55
+ ------------------
56
+
57
+ * Issue - Republish previous version with correct dependency on `aws-sdk-core`.
58
+
59
+ 1.7.0 (2020-06-10)
60
+ ------------------
61
+
62
+ * Issue - This version has been yanked. (#2327).
63
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
64
+
65
+ 1.6.0 (2020-05-28)
66
+ ------------------
67
+
68
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
69
+
70
+ 1.5.0 (2020-05-07)
71
+ ------------------
72
+
73
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
74
+
75
+ 1.4.0 (2020-03-31)
76
+ ------------------
77
+
78
+ * Feature - Removing the notes that Detective is in preview, in preparation for the Detective GA release.
79
+
80
+ 1.3.0 (2020-03-25)
81
+ ------------------
82
+
83
+ * 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.
84
+
85
+ 1.2.0 (2020-03-09)
86
+ ------------------
87
+
88
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
89
+
90
+ 1.1.0 (2019-12-23)
91
+ ------------------
92
+
93
+ * Feature - Updated the documentation for Amazon Detective.
94
+
95
+ 1.0.0 (2019-12-13)
96
+ ------------------
97
+
98
+ * 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.17.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.12.0'
51
+ GEM_VERSION = '1.17.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,27 @@ 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. For each tag, you
386
+ # provide the tag key and the tag value.
383
387
  #
384
388
  # @return [Types::CreateGraphResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
385
389
  #
386
390
  # * {Types::CreateGraphResponse#graph_arn #graph_arn} => String
387
391
  #
392
+ # @example Request syntax with placeholder values
393
+ #
394
+ # resp = client.create_graph({
395
+ # tags: {
396
+ # "TagKey" => "TagValue",
397
+ # },
398
+ # })
399
+ #
388
400
  # @example Response structure
389
401
  #
390
402
  # resp.graph_arn #=> String
@@ -400,10 +412,12 @@ module Aws::Detective
400
412
 
401
413
  # Sends a request to invite the specified AWS accounts to be member
402
414
  # accounts in the behavior graph. This operation can only be called by
403
- # the master account for a behavior graph.
415
+ # the administrator account for a behavior graph.
404
416
  #
405
- # `CreateMembers` verifies the accounts and then sends invitations to
406
- # the verified accounts.
417
+ # `CreateMembers` verifies the accounts and then invites the verified
418
+ # accounts. The administrator can optionally specify to not send
419
+ # invitation emails to the member accounts. This would be used when the
420
+ # administrator manages their member accounts centrally.
407
421
  #
408
422
  # The request provides the behavior graph ARN and the list of accounts
409
423
  # to invite.
@@ -412,8 +426,8 @@ module Aws::Detective
412
426
  #
413
427
  # * The accounts that `CreateMembers` was able to start the verification
414
428
  # 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.
429
+ # that have passed verification and are to be invited, and that have
430
+ # failed verification.
417
431
  #
418
432
  # * The accounts that `CreateMembers` was unable to process. This list
419
433
  # includes accounts that were already invited to be member accounts in
@@ -427,6 +441,11 @@ module Aws::Detective
427
441
  # Customized message text to include in the invitation email message to
428
442
  # the invited member accounts.
429
443
  #
444
+ # @option params [Boolean] :disable_email_notification
445
+ # if set to `true`, then the member accounts do not receive email
446
+ # notifications. By default, this is set to `false`, and the member
447
+ # accounts receive email notifications.
448
+ #
430
449
  # @option params [required, Array<Types::Account>] :accounts
431
450
  # The list of AWS accounts to invite to become member accounts in the
432
451
  # behavior graph. For each invited account, the account list contains
@@ -442,6 +461,7 @@ module Aws::Detective
442
461
  # resp = client.create_members({
443
462
  # graph_arn: "GraphArn", # required
444
463
  # message: "EmailMessage",
464
+ # disable_email_notification: false,
445
465
  # accounts: [ # required
446
466
  # {
447
467
  # account_id: "AccountId", # required
@@ -457,10 +477,13 @@ module Aws::Detective
457
477
  # resp.members[0].email_address #=> String
458
478
  # resp.members[0].graph_arn #=> String
459
479
  # resp.members[0].master_id #=> String
480
+ # resp.members[0].administrator_id #=> String
460
481
  # resp.members[0].status #=> String, one of "INVITED", "VERIFICATION_IN_PROGRESS", "VERIFICATION_FAILED", "ENABLED", "ACCEPTED_BUT_DISABLED"
461
482
  # resp.members[0].disabled_reason #=> String, one of "VOLUME_TOO_HIGH", "VOLUME_UNKNOWN"
462
483
  # resp.members[0].invited_time #=> Time
463
484
  # resp.members[0].updated_time #=> Time
485
+ # resp.members[0].volume_usage_in_bytes #=> Integer
486
+ # resp.members[0].volume_usage_updated_time #=> Time
464
487
  # resp.members[0].percent_of_graph_utilization #=> Float
465
488
  # resp.members[0].percent_of_graph_utilization_updated_time #=> Time
466
489
  # resp.unprocessed_accounts #=> Array
@@ -480,8 +503,8 @@ module Aws::Detective
480
503
  # This operation removes the graph from each member account's list of
481
504
  # behavior graphs.
482
505
  #
483
- # `DeleteGraph` can only be called by the master account for a behavior
484
- # graph.
506
+ # `DeleteGraph` can only be called by the administrator account for a
507
+ # behavior graph.
485
508
  #
486
509
  # @option params [required, String] :graph_arn
487
510
  # The ARN of the behavior graph to disable.
@@ -503,11 +526,12 @@ module Aws::Detective
503
526
  req.send_request(options)
504
527
  end
505
528
 
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.
529
+ # Deletes one or more member accounts from the administrator account's
530
+ # behavior graph. This operation can only be called by a Detective
531
+ # administrator account. That account cannot use `DeleteMembers` to
532
+ # delete their own account from the behavior graph. To disable a
533
+ # behavior graph, the administrator account uses the `DeleteGraph` API
534
+ # method.
511
535
  #
512
536
  # @option params [required, String] :graph_arn
513
537
  # The ARN of the behavior graph to delete members from.
@@ -604,10 +628,13 @@ module Aws::Detective
604
628
  # resp.member_details[0].email_address #=> String
605
629
  # resp.member_details[0].graph_arn #=> String
606
630
  # resp.member_details[0].master_id #=> String
631
+ # resp.member_details[0].administrator_id #=> String
607
632
  # resp.member_details[0].status #=> String, one of "INVITED", "VERIFICATION_IN_PROGRESS", "VERIFICATION_FAILED", "ENABLED", "ACCEPTED_BUT_DISABLED"
608
633
  # resp.member_details[0].disabled_reason #=> String, one of "VOLUME_TOO_HIGH", "VOLUME_UNKNOWN"
609
634
  # resp.member_details[0].invited_time #=> Time
610
635
  # resp.member_details[0].updated_time #=> Time
636
+ # resp.member_details[0].volume_usage_in_bytes #=> Integer
637
+ # resp.member_details[0].volume_usage_updated_time #=> Time
611
638
  # resp.member_details[0].percent_of_graph_utilization #=> Float
612
639
  # resp.member_details[0].percent_of_graph_utilization_updated_time #=> Time
613
640
  # resp.unprocessed_accounts #=> Array
@@ -623,11 +650,13 @@ module Aws::Detective
623
650
  req.send_request(options)
624
651
  end
625
652
 
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.
653
+ # Returns the list of behavior graphs that the calling account is an
654
+ # administrator account of. This operation can only be called by an
655
+ # administrator account.
628
656
  #
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.
657
+ # Because an account can currently only be the administrator of one
658
+ # behavior graph within a Region, the results always contain a single
659
+ # behavior graph.
631
660
  #
632
661
  # @option params [String] :next_token
633
662
  # For requests to get the next page of results, the pagination token
@@ -712,10 +741,13 @@ module Aws::Detective
712
741
  # resp.invitations[0].email_address #=> String
713
742
  # resp.invitations[0].graph_arn #=> String
714
743
  # resp.invitations[0].master_id #=> String
744
+ # resp.invitations[0].administrator_id #=> String
715
745
  # resp.invitations[0].status #=> String, one of "INVITED", "VERIFICATION_IN_PROGRESS", "VERIFICATION_FAILED", "ENABLED", "ACCEPTED_BUT_DISABLED"
716
746
  # resp.invitations[0].disabled_reason #=> String, one of "VOLUME_TOO_HIGH", "VOLUME_UNKNOWN"
717
747
  # resp.invitations[0].invited_time #=> Time
718
748
  # resp.invitations[0].updated_time #=> Time
749
+ # resp.invitations[0].volume_usage_in_bytes #=> Integer
750
+ # resp.invitations[0].volume_usage_updated_time #=> Time
719
751
  # resp.invitations[0].percent_of_graph_utilization #=> Float
720
752
  # resp.invitations[0].percent_of_graph_utilization_updated_time #=> Time
721
753
  # resp.next_token #=> String
@@ -768,10 +800,13 @@ module Aws::Detective
768
800
  # resp.member_details[0].email_address #=> String
769
801
  # resp.member_details[0].graph_arn #=> String
770
802
  # resp.member_details[0].master_id #=> String
803
+ # resp.member_details[0].administrator_id #=> String
771
804
  # resp.member_details[0].status #=> String, one of "INVITED", "VERIFICATION_IN_PROGRESS", "VERIFICATION_FAILED", "ENABLED", "ACCEPTED_BUT_DISABLED"
772
805
  # resp.member_details[0].disabled_reason #=> String, one of "VOLUME_TOO_HIGH", "VOLUME_UNKNOWN"
773
806
  # resp.member_details[0].invited_time #=> Time
774
807
  # resp.member_details[0].updated_time #=> Time
808
+ # resp.member_details[0].volume_usage_in_bytes #=> Integer
809
+ # resp.member_details[0].volume_usage_updated_time #=> Time
775
810
  # resp.member_details[0].percent_of_graph_utilization #=> Float
776
811
  # resp.member_details[0].percent_of_graph_utilization_updated_time #=> Time
777
812
  # resp.next_token #=> String
@@ -785,6 +820,35 @@ module Aws::Detective
785
820
  req.send_request(options)
786
821
  end
787
822
 
823
+ # Returns the tag values that are assigned to a behavior graph.
824
+ #
825
+ # @option params [required, String] :resource_arn
826
+ # The ARN of the behavior graph for which to retrieve the tag values.
827
+ #
828
+ # @return [Types::ListTagsForResourceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
829
+ #
830
+ # * {Types::ListTagsForResourceResponse#tags #tags} => Hash&lt;String,String&gt;
831
+ #
832
+ # @example Request syntax with placeholder values
833
+ #
834
+ # resp = client.list_tags_for_resource({
835
+ # resource_arn: "GraphArn", # required
836
+ # })
837
+ #
838
+ # @example Response structure
839
+ #
840
+ # resp.tags #=> Hash
841
+ # resp.tags["TagKey"] #=> String
842
+ #
843
+ # @see http://docs.aws.amazon.com/goto/WebAPI/detective-2018-10-26/ListTagsForResource AWS API Documentation
844
+ #
845
+ # @overload list_tags_for_resource(params = {})
846
+ # @param [Hash] params ({})
847
+ def list_tags_for_resource(params = {}, options = {})
848
+ req = build_request(:list_tags_for_resource, params)
849
+ req.send_request(options)
850
+ end
851
+
788
852
  # Rejects an invitation to contribute the account data to a behavior
789
853
  # graph. This operation must be called by a member account that has the
790
854
  # `INVITED` status.
@@ -850,6 +914,60 @@ module Aws::Detective
850
914
  req.send_request(options)
851
915
  end
852
916
 
917
+ # Applies tag values to a behavior graph.
918
+ #
919
+ # @option params [required, String] :resource_arn
920
+ # The ARN of the behavior graph to assign the tags to.
921
+ #
922
+ # @option params [required, Hash<String,String>] :tags
923
+ # The tag values to assign to the behavior graph.
924
+ #
925
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
926
+ #
927
+ # @example Request syntax with placeholder values
928
+ #
929
+ # resp = client.tag_resource({
930
+ # resource_arn: "GraphArn", # required
931
+ # tags: { # required
932
+ # "TagKey" => "TagValue",
933
+ # },
934
+ # })
935
+ #
936
+ # @see http://docs.aws.amazon.com/goto/WebAPI/detective-2018-10-26/TagResource AWS API Documentation
937
+ #
938
+ # @overload tag_resource(params = {})
939
+ # @param [Hash] params ({})
940
+ def tag_resource(params = {}, options = {})
941
+ req = build_request(:tag_resource, params)
942
+ req.send_request(options)
943
+ end
944
+
945
+ # Removes tags from a behavior graph.
946
+ #
947
+ # @option params [required, String] :resource_arn
948
+ # The ARN of the behavior graph to remove the tags from.
949
+ #
950
+ # @option params [required, Array<String>] :tag_keys
951
+ # The tag keys of the tags to remove from the behavior graph.
952
+ #
953
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
954
+ #
955
+ # @example Request syntax with placeholder values
956
+ #
957
+ # resp = client.untag_resource({
958
+ # resource_arn: "GraphArn", # required
959
+ # tag_keys: ["TagKey"], # required
960
+ # })
961
+ #
962
+ # @see http://docs.aws.amazon.com/goto/WebAPI/detective-2018-10-26/UntagResource AWS API Documentation
963
+ #
964
+ # @overload untag_resource(params = {})
965
+ # @param [Hash] params ({})
966
+ def untag_resource(params = {}, options = {})
967
+ req = build_request(:untag_resource, params)
968
+ req.send_request(options)
969
+ end
970
+
853
971
  # @!endgroup
854
972
 
855
973
  # @param params ({})
@@ -863,7 +981,7 @@ module Aws::Detective
863
981
  params: params,
864
982
  config: config)
865
983
  context[:gem_name] = 'aws-sdk-detective'
866
- context[:gem_version] = '1.12.0'
984
+ context[:gem_version] = '1.17.0'
867
985
  Seahorse::Client::Request.new(handlers, context)
868
986
  end
869
987
 
@@ -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')
55
- Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
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')
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,28 @@ 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. For each tag, you
87
+ # provide the tag key and the tag value.
88
+ # @return [Hash<String,String>]
89
+ #
90
+ # @see http://docs.aws.amazon.com/goto/WebAPI/detective-2018-10-26/CreateGraphRequest AWS API Documentation
91
+ #
92
+ class CreateGraphRequest < Struct.new(
93
+ :tags)
94
+ SENSITIVE = []
95
+ include Aws::Structure
96
+ end
97
+
75
98
  # @!attribute [rw] graph_arn
76
99
  # The ARN of the new behavior graph.
77
100
  # @return [String]
@@ -90,6 +113,7 @@ module Aws::Detective
90
113
  # {
91
114
  # graph_arn: "GraphArn", # required
92
115
  # message: "EmailMessage",
116
+ # disable_email_notification: false,
93
117
  # accounts: [ # required
94
118
  # {
95
119
  # account_id: "AccountId", # required
@@ -108,6 +132,12 @@ module Aws::Detective
108
132
  # to the invited member accounts.
109
133
  # @return [String]
110
134
  #
135
+ # @!attribute [rw] disable_email_notification
136
+ # if set to `true`, then the member accounts do not receive email
137
+ # notifications. By default, this is set to `false`, and the member
138
+ # accounts receive email notifications.
139
+ # @return [Boolean]
140
+ #
111
141
  # @!attribute [rw] accounts
112
142
  # The list of AWS accounts to invite to become member accounts in the
113
143
  # behavior graph. For each invited account, the account list contains
@@ -119,6 +149,7 @@ module Aws::Detective
119
149
  class CreateMembersRequest < Struct.new(
120
150
  :graph_arn,
121
151
  :message,
152
+ :disable_email_notification,
122
153
  :accounts)
123
154
  SENSITIVE = []
124
155
  include Aws::Structure
@@ -350,7 +381,8 @@ module Aws::Detective
350
381
  end
351
382
 
352
383
  # @!attribute [rw] graph_list
353
- # A list of behavior graphs that the account is a master for.
384
+ # A list of behavior graphs that the account is an administrator
385
+ # account for.
354
386
  # @return [Array<Types::Graph>]
355
387
  #
356
388
  # @!attribute [rw] next_token
@@ -477,6 +509,37 @@ module Aws::Detective
477
509
  include Aws::Structure
478
510
  end
479
511
 
512
+ # @note When making an API call, you may pass ListTagsForResourceRequest
513
+ # data as a hash:
514
+ #
515
+ # {
516
+ # resource_arn: "GraphArn", # required
517
+ # }
518
+ #
519
+ # @!attribute [rw] resource_arn
520
+ # The ARN of the behavior graph for which to retrieve the tag values.
521
+ # @return [String]
522
+ #
523
+ # @see http://docs.aws.amazon.com/goto/WebAPI/detective-2018-10-26/ListTagsForResourceRequest AWS API Documentation
524
+ #
525
+ class ListTagsForResourceRequest < Struct.new(
526
+ :resource_arn)
527
+ SENSITIVE = []
528
+ include Aws::Structure
529
+ end
530
+
531
+ # @!attribute [rw] tags
532
+ # The tag values that are assigned to the behavior graph.
533
+ # @return [Hash<String,String>]
534
+ #
535
+ # @see http://docs.aws.amazon.com/goto/WebAPI/detective-2018-10-26/ListTagsForResourceResponse AWS API Documentation
536
+ #
537
+ class ListTagsForResourceResponse < Struct.new(
538
+ :tags)
539
+ SENSITIVE = []
540
+ include Aws::Structure
541
+ end
542
+
480
543
  # Details about a member account that was invited to contribute to a
481
544
  # behavior graph.
482
545
  #
@@ -494,8 +557,13 @@ module Aws::Detective
494
557
  # @return [String]
495
558
  #
496
559
  # @!attribute [rw] master_id
497
- # The AWS account identifier of the master account for the behavior
498
- # graph.
560
+ # The AWS account identifier of the administrator account for the
561
+ # behavior graph.
562
+ # @return [String]
563
+ #
564
+ # @!attribute [rw] administrator_id
565
+ # The AWS account identifier of the administrator account for the
566
+ # behavior graph.
499
567
  # @return [String]
500
568
  #
501
569
  # @!attribute [rw] status
@@ -551,6 +619,15 @@ module Aws::Detective
551
619
  # value is in milliseconds since the epoch.
552
620
  # @return [Time]
553
621
  #
622
+ # @!attribute [rw] volume_usage_in_bytes
623
+ # The data volume in bytes per day for the member account.
624
+ # @return [Integer]
625
+ #
626
+ # @!attribute [rw] volume_usage_updated_time
627
+ # The data and time when the member account data volume was last
628
+ # updated.
629
+ # @return [Time]
630
+ #
554
631
  # @!attribute [rw] percent_of_graph_utilization
555
632
  # The member account data volume as a percentage of the maximum
556
633
  # allowed data volume. 0 indicates 0 percent, and 100 indicates 100
@@ -578,10 +655,13 @@ module Aws::Detective
578
655
  :email_address,
579
656
  :graph_arn,
580
657
  :master_id,
658
+ :administrator_id,
581
659
  :status,
582
660
  :disabled_reason,
583
661
  :invited_time,
584
662
  :updated_time,
663
+ :volume_usage_in_bytes,
664
+ :volume_usage_updated_time,
585
665
  :percent_of_graph_utilization,
586
666
  :percent_of_graph_utilization_updated_time)
587
667
  SENSITIVE = []
@@ -675,6 +755,37 @@ module Aws::Detective
675
755
  include Aws::Structure
676
756
  end
677
757
 
758
+ # @note When making an API call, you may pass TagResourceRequest
759
+ # data as a hash:
760
+ #
761
+ # {
762
+ # resource_arn: "GraphArn", # required
763
+ # tags: { # required
764
+ # "TagKey" => "TagValue",
765
+ # },
766
+ # }
767
+ #
768
+ # @!attribute [rw] resource_arn
769
+ # The ARN of the behavior graph to assign the tags to.
770
+ # @return [String]
771
+ #
772
+ # @!attribute [rw] tags
773
+ # The tag values to assign to the behavior graph.
774
+ # @return [Hash<String,String>]
775
+ #
776
+ # @see http://docs.aws.amazon.com/goto/WebAPI/detective-2018-10-26/TagResourceRequest AWS API Documentation
777
+ #
778
+ class TagResourceRequest < Struct.new(
779
+ :resource_arn,
780
+ :tags)
781
+ SENSITIVE = []
782
+ include Aws::Structure
783
+ end
784
+
785
+ # @see http://docs.aws.amazon.com/goto/WebAPI/detective-2018-10-26/TagResourceResponse AWS API Documentation
786
+ #
787
+ class TagResourceResponse < Aws::EmptyStructure; end
788
+
678
789
  # A member account that was included in a request but for which the
679
790
  # request could not be processed.
680
791
  #
@@ -696,6 +807,35 @@ module Aws::Detective
696
807
  include Aws::Structure
697
808
  end
698
809
 
810
+ # @note When making an API call, you may pass UntagResourceRequest
811
+ # data as a hash:
812
+ #
813
+ # {
814
+ # resource_arn: "GraphArn", # required
815
+ # tag_keys: ["TagKey"], # required
816
+ # }
817
+ #
818
+ # @!attribute [rw] resource_arn
819
+ # The ARN of the behavior graph to remove the tags from.
820
+ # @return [String]
821
+ #
822
+ # @!attribute [rw] tag_keys
823
+ # The tag keys of the tags to remove from the behavior graph.
824
+ # @return [Array<String>]
825
+ #
826
+ # @see http://docs.aws.amazon.com/goto/WebAPI/detective-2018-10-26/UntagResourceRequest AWS API Documentation
827
+ #
828
+ class UntagResourceRequest < Struct.new(
829
+ :resource_arn,
830
+ :tag_keys)
831
+ SENSITIVE = []
832
+ include Aws::Structure
833
+ end
834
+
835
+ # @see http://docs.aws.amazon.com/goto/WebAPI/detective-2018-10-26/UntagResourceResponse AWS API Documentation
836
+ #
837
+ class UntagResourceResponse < Aws::EmptyStructure; end
838
+
699
839
  # The request parameters are invalid.
700
840
  #
701
841
  # @!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.12.0
4
+ version: 1.17.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-02 00:00:00.000000000 Z
11
+ date: 2021-04-21 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:
@@ -81,7 +84,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
81
84
  version: '0'
82
85
  requirements: []
83
86
  rubyforge_project:
84
- rubygems_version: 2.7.6.2
87
+ rubygems_version: 2.7.6.3
85
88
  signing_key:
86
89
  specification_version: 4
87
90
  summary: AWS SDK for Ruby - Amazon Detective