aws-sdk-guardduty 1.42.0 → 1.46.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: 0007b20377809ea8fb504cee7f6d3b26040f4b8590736569ce8b90a1349dc296
4
- data.tar.gz: b85694297543a5fb33077088d035da8ec9aa1ccc51f93fa27eae186b0fc3542f
3
+ metadata.gz: 4f0b0e253781076044888d7ed8545f8d555e456b27201c0773a6c748c1546c7f
4
+ data.tar.gz: 73380e656971d6c813e8c6a4968b4ef7757b32e2f3f73f6be8d41da58255b88a
5
5
  SHA512:
6
- metadata.gz: 7f857b899ee5b02a5af1b8399fcf008ba0263cbf1ffccec109f487cd728050045fd2fe9ecdcb133f4d922caa8c022a08135e72c924513816baa4d97c7a0446d9
7
- data.tar.gz: 424e56a8afdd9a255c7634208a6736d43864e4de1ba7d6e8578cd02edeb9fb258352fe659ae8bf07b08dfadab21f8f1da1c00af569d6395b729f090476b4fd22
6
+ metadata.gz: 3dc138b1f84a15a0f835ac1ef826d297918b1d27921bf302e052483fe0a098a7ec3bc815ee2f281ea7337dfe29563a2c542c72cacfe98c1061d0b4f2966b7bbf
7
+ data.tar.gz: 422cb53fe0c5707e09744440aee00023d07b3a202562176d94420ae53d3a064a648217b83e03e6f342da054eb24c9ef5693cf838aaf5e0ac481418df86ac039a
data/CHANGELOG.md ADDED
@@ -0,0 +1,243 @@
1
+ Unreleased Changes
2
+ ------------------
3
+
4
+ 1.46.0 (2021-07-28)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.45.0 (2021-03-10)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.44.0 (2021-02-02)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.43.0 (2020-12-11)
20
+ ------------------
21
+
22
+ * Feature - Documentation updates for GuardDuty
23
+
24
+ 1.42.0 (2020-09-30)
25
+ ------------------
26
+
27
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
28
+
29
+ 1.41.0 (2020-09-15)
30
+ ------------------
31
+
32
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
33
+
34
+ 1.40.0 (2020-09-03)
35
+ ------------------
36
+
37
+ * Feature - GuardDuty findings triggered by failed events now include the error code name within the AwsApiCallAction section.
38
+
39
+ 1.39.0 (2020-08-25)
40
+ ------------------
41
+
42
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
43
+
44
+ 1.38.0 (2020-07-30)
45
+ ------------------
46
+
47
+ * Feature - GuardDuty can now provide detailed cost metrics broken down by account, data source, and S3 resources, based on the past 30 days of usage. This new feature also supports viewing cost metrics for all member accounts as a GuardDuty master.
48
+
49
+ 1.37.0 (2020-07-29)
50
+ ------------------
51
+
52
+ * Feature - GuardDuty now supports S3 Data Events as a configurable data source type. This feature expands GuardDuty's monitoring scope to include S3 data plane operations, such as GetObject and PutObject. This data source is optional and can be enabled or disabled at anytime. Accounts already using GuardDuty must first enable the new feature to use it; new accounts will be enabled by default. GuardDuty masters can configure this data source for individual member accounts and GuardDuty masters associated through AWS Organizations can automatically enable the data source in member accounts.
53
+
54
+ 1.36.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.35.1 (2020-06-11)
60
+ ------------------
61
+
62
+ * Issue - Republish previous version with correct dependency on `aws-sdk-core`.
63
+
64
+ 1.35.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.34.0 (2020-06-02)
71
+ ------------------
72
+
73
+ * Feature - Amazon GuardDuty findings now include S3 bucket details under the resource section if an S3 Bucket was one of the affected resources
74
+
75
+ 1.33.0 (2020-05-28)
76
+ ------------------
77
+
78
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
79
+
80
+ 1.32.0 (2020-05-27)
81
+ ------------------
82
+
83
+ * Feature - Documentation updates for GuardDuty
84
+
85
+ 1.31.0 (2020-05-08)
86
+ ------------------
87
+
88
+ * Feature - Documentation updates for GuardDuty
89
+
90
+ 1.30.0 (2020-05-07)
91
+ ------------------
92
+
93
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
94
+
95
+ 1.29.0 (2020-04-21)
96
+ ------------------
97
+
98
+ * Feature - AWS GuardDuty now supports using AWS Organizations delegated administrators to create and manage GuardDuty master and member accounts. The feature also allows GuardDuty to be automatically enabled on associated organization accounts.
99
+
100
+ 1.28.0 (2020-03-09)
101
+ ------------------
102
+
103
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
104
+
105
+ 1.27.0 (2020-03-06)
106
+ ------------------
107
+
108
+ * Feature - Amazon GuardDuty findings now include the OutpostArn if the finding is generated for an AWS Outposts EC2 host.
109
+
110
+ 1.26.0 (2020-03-05)
111
+ ------------------
112
+
113
+ * Feature - Add a new finding field for EC2 findings indicating the instance's local IP address involved in the threat.
114
+
115
+ 1.25.0 (2019-11-15)
116
+ ------------------
117
+
118
+ * Feature - This release includes new operations related to findings export, including: CreatePublishingDestination, UpdatePublishingDestination, DescribePublishingDestination, DeletePublishingDestination and ListPublishingDestinations.
119
+
120
+ 1.24.0 (2019-10-23)
121
+ ------------------
122
+
123
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
124
+
125
+ 1.23.0 (2019-08-09)
126
+ ------------------
127
+
128
+ * Feature - New "evidence" field in the finding model to provide evidence information explaining why the finding has been triggered. Currently only threat-intelligence findings have this field. Some documentation updates.
129
+
130
+ 1.22.0 (2019-07-25)
131
+ ------------------
132
+
133
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
134
+
135
+ 1.21.0 (2019-07-01)
136
+ ------------------
137
+
138
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
139
+
140
+ 1.20.0 (2019-06-17)
141
+ ------------------
142
+
143
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
144
+
145
+ 1.19.0 (2019-06-13)
146
+ ------------------
147
+
148
+ * Feature - Support for tagging functionality in Create and Get operations for Detector, IP Set, Threat Intel Set, and Finding Filter resources and 3 new tagging APIs: ListTagsForResource, TagResource, and UntagResource.
149
+
150
+ 1.18.0 (2019-06-06)
151
+ ------------------
152
+
153
+ * Feature - Improve FindingCriteria Condition field names, support long-typed conditions and deprecate old Condition field names.
154
+
155
+ 1.17.0 (2019-05-21)
156
+ ------------------
157
+
158
+ * Feature - API update.
159
+
160
+ 1.16.0 (2019-05-15)
161
+ ------------------
162
+
163
+ * Feature - API update.
164
+
165
+ 1.15.0 (2019-05-14)
166
+ ------------------
167
+
168
+ * Feature - API update.
169
+
170
+ 1.14.0 (2019-03-21)
171
+ ------------------
172
+
173
+ * Feature - API update.
174
+
175
+ 1.13.0 (2019-03-18)
176
+ ------------------
177
+
178
+ * Feature - API update.
179
+
180
+ 1.12.0 (2019-03-14)
181
+ ------------------
182
+
183
+ * Feature - API update.
184
+
185
+ 1.11.0 (2018-11-20)
186
+ ------------------
187
+
188
+ * Feature - API update.
189
+
190
+ 1.10.0 (2018-10-24)
191
+ ------------------
192
+
193
+ * Feature - API update.
194
+
195
+ 1.9.0 (2018-10-23)
196
+ ------------------
197
+
198
+ * Feature - API update.
199
+
200
+ 1.8.0 (2018-10-01)
201
+ ------------------
202
+
203
+ * Feature - API update.
204
+
205
+ 1.7.0 (2018-09-06)
206
+ ------------------
207
+
208
+ * Feature - Adds code paths and plugins for future SDK instrumentation and telemetry.
209
+
210
+ 1.6.0 (2018-09-05)
211
+ ------------------
212
+
213
+ * Feature - API update.
214
+
215
+ 1.5.0 (2018-06-26)
216
+ ------------------
217
+
218
+ * Feature - API update.
219
+
220
+ 1.4.0 (2018-05-04)
221
+ ------------------
222
+
223
+ * Feature - API update.
224
+
225
+ 1.3.0 (2018-04-30)
226
+ ------------------
227
+
228
+ * Feature - API update.
229
+
230
+ 1.2.0 (2018-02-12)
231
+ ------------------
232
+
233
+ * Feature - API update.
234
+
235
+ 1.1.0 (2018-01-25)
236
+ ------------------
237
+
238
+ * Feature - API update.
239
+
240
+ 1.0.0 (2017-11-29)
241
+ ------------------
242
+
243
+ * Feature - Initial release of `aws-sdk-guardduty`.
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.46.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-guardduty/customizations'
48
48
  # @!group service
49
49
  module Aws::GuardDuty
50
50
 
51
- GEM_VERSION = '1.42.0'
51
+ GEM_VERSION = '1.46.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
 
@@ -327,18 +327,19 @@ module Aws::GuardDuty
327
327
 
328
328
  # @!group API Operations
329
329
 
330
- # Accepts the invitation to be monitored by a master GuardDuty account.
330
+ # Accepts the invitation to be monitored by a GuardDuty administrator
331
+ # account.
331
332
  #
332
333
  # @option params [required, String] :detector_id
333
334
  # The unique ID of the detector of the GuardDuty member account.
334
335
  #
335
336
  # @option params [required, String] :master_id
336
- # The account ID of the master GuardDuty account whose invitation
337
+ # The account ID of the GuardDuty administrator account whose invitation
337
338
  # you're accepting.
338
339
  #
339
340
  # @option params [required, String] :invitation_id
340
- # The value that is used to validate the master account to the member
341
- # account.
341
+ # The value that is used to validate the administrator account to the
342
+ # member account.
342
343
  #
343
344
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
344
345
  #
@@ -362,8 +363,8 @@ module Aws::GuardDuty
362
363
  # Archives GuardDuty findings that are specified by the list of finding
363
364
  # IDs.
364
365
  #
365
- # <note markdown="1"> Only the master account can archive findings. Member accounts don't
366
- # have permission to archive findings from their accounts.
366
+ # <note markdown="1"> Only the administrator account can archive findings. Member accounts
367
+ # don't have permission to archive findings from their accounts.
367
368
  #
368
369
  # </note>
369
370
  #
@@ -408,12 +409,10 @@ module Aws::GuardDuty
408
409
  # not need to pass this option.**
409
410
  #
410
411
  # @option params [String] :finding_publishing_frequency
411
- # An enum value that specifies how frequently updated findings are
412
- # exported.
412
+ # A value that specifies how frequently updated findings are exported.
413
413
  #
414
414
  # @option params [Types::DataSourceConfigurations] :data_sources
415
- # An object that describes which data sources will be enabled for the
416
- # detector.
415
+ # Describes which data sources will be enabled for the detector.
417
416
  #
418
417
  # @option params [Hash<String,String>] :tags
419
418
  # The tags to be added to a new detector resource.
@@ -454,11 +453,13 @@ module Aws::GuardDuty
454
453
  # Creates a filter using the specified finding criteria.
455
454
  #
456
455
  # @option params [required, String] :detector_id
457
- # The unique ID of the detector of the GuardDuty account that you want
458
- # to create a filter for.
456
+ # The ID of the detector belonging to the GuardDuty account that you
457
+ # want to create a filter for.
459
458
  #
460
459
  # @option params [required, String] :name
461
- # The name of the filter.
460
+ # The name of the filter. Minimum length of 3. Maximum length of 64.
461
+ # Valid characters include alphanumeric characters, dot (.), underscore
462
+ # (\_), and dash (-). Spaces are not allowed.
462
463
  #
463
464
  # @option params [String] :description
464
465
  # The description of the filter.
@@ -530,6 +531,8 @@ module Aws::GuardDuty
530
531
  #
531
532
  # * service.action.awsApiCallAction.callerType
532
533
  #
534
+ # * service.action.awsApiCallAction.errorCode
535
+ #
533
536
  # * service.action.awsApiCallAction.remoteIpDetails.city.cityName
534
537
  #
535
538
  # * service.action.awsApiCallAction.remoteIpDetails.country.countryName
@@ -649,8 +652,8 @@ module Aws::GuardDuty
649
652
  # user interface. An IPSet is a list of IP addresses that are trusted
650
653
  # for secure communication with AWS infrastructure and applications.
651
654
  # GuardDuty doesn't generate findings for IP addresses that are
652
- # included in IPSets. Only users from the master account can use this
653
- # operation.
655
+ # included in IPSets. Only users from the administrator account can use
656
+ # this operation.
654
657
  #
655
658
  # @option params [required, String] :detector_id
656
659
  # The unique ID of the detector of the GuardDuty account that you want
@@ -720,8 +723,9 @@ module Aws::GuardDuty
720
723
  #
721
724
  # When using `Create Members` as an organizations delegated
722
725
  # administrator this action will enable GuardDuty in the added member
723
- # accounts, with the exception of the organization master account, which
724
- # must enable GuardDuty prior to being added as a member.
726
+ # accounts, with the exception of the organization delegated
727
+ # administrator account, which must enable GuardDuty prior to being
728
+ # added as a member.
725
729
  #
726
730
  # If you are adding accounts by invitation use this action after
727
731
  # GuardDuty has been enabled in potential member accounts and before
@@ -737,7 +741,7 @@ module Aws::GuardDuty
737
741
  #
738
742
  # @option params [required, Array<Types::AccountDetail>] :account_details
739
743
  # A list of account ID and email address pairs of the accounts that you
740
- # want to associate with the master GuardDuty account.
744
+ # want to associate with the GuardDuty administrator account.
741
745
  #
742
746
  # @return [Types::CreateMembersResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
743
747
  #
@@ -850,7 +854,7 @@ module Aws::GuardDuty
850
854
 
851
855
  # Creates a new ThreatIntelSet. ThreatIntelSets consist of known
852
856
  # malicious IP addresses. GuardDuty generates findings based on
853
- # ThreatIntelSets. Only users of the master account can use this
857
+ # ThreatIntelSets. Only users of the administrator account can use this
854
858
  # operation.
855
859
  #
856
860
  # @option params [required, String] :detector_id
@@ -1053,8 +1057,8 @@ module Aws::GuardDuty
1053
1057
  req.send_request(options)
1054
1058
  end
1055
1059
 
1056
- # Deletes GuardDuty member accounts (to the current GuardDuty master
1057
- # account) specified by the account IDs.
1060
+ # Deletes GuardDuty member accounts (to the current GuardDuty
1061
+ # administrator account) specified by the account IDs.
1058
1062
  #
1059
1063
  # @option params [required, String] :detector_id
1060
1064
  # The unique ID of the detector of the GuardDuty account whose members
@@ -1245,8 +1249,8 @@ module Aws::GuardDuty
1245
1249
  req.send_request(options)
1246
1250
  end
1247
1251
 
1248
- # Disassociates the current GuardDuty member account from its master
1249
- # account.
1252
+ # Disassociates the current GuardDuty member account from its
1253
+ # administrator account.
1250
1254
  #
1251
1255
  # @option params [required, String] :detector_id
1252
1256
  # The unique ID of the detector of the GuardDuty member account.
@@ -1269,15 +1273,15 @@ module Aws::GuardDuty
1269
1273
  end
1270
1274
 
1271
1275
  # Disassociates GuardDuty member accounts (to the current GuardDuty
1272
- # master account) specified by the account IDs.
1276
+ # administrator account) specified by the account IDs.
1273
1277
  #
1274
1278
  # @option params [required, String] :detector_id
1275
1279
  # The unique ID of the detector of the GuardDuty account whose members
1276
- # you want to disassociate from the master account.
1280
+ # you want to disassociate from the administrator account.
1277
1281
  #
1278
1282
  # @option params [required, Array<String>] :account_ids
1279
1283
  # A list of account IDs of the GuardDuty member accounts that you want
1280
- # to disassociate from the master account.
1284
+ # to disassociate from the administrator account.
1281
1285
  #
1282
1286
  # @return [Types::DisassociateMembersResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1283
1287
  #
@@ -1727,8 +1731,8 @@ module Aws::GuardDuty
1727
1731
  req.send_request(options)
1728
1732
  end
1729
1733
 
1730
- # Provides the details for the GuardDuty master account associated with
1731
- # the current GuardDuty member account.
1734
+ # Provides the details for the GuardDuty administrator account
1735
+ # associated with the current GuardDuty member account.
1732
1736
  #
1733
1737
  # @option params [required, String] :detector_id
1734
1738
  # The unique ID of the detector of the GuardDuty member account.
@@ -1763,7 +1767,7 @@ module Aws::GuardDuty
1763
1767
  # detector.
1764
1768
  #
1765
1769
  # @option params [required, String] :detector_id
1766
- # The detector ID for the master account.
1770
+ # The detector ID for the administrator account.
1767
1771
  #
1768
1772
  # @option params [required, Array<String>] :account_ids
1769
1773
  # The account ID of the member account.
@@ -1801,8 +1805,8 @@ module Aws::GuardDuty
1801
1805
  req.send_request(options)
1802
1806
  end
1803
1807
 
1804
- # Retrieves GuardDuty member accounts (to the current GuardDuty master
1805
- # account) specified by the account IDs.
1808
+ # Retrieves GuardDuty member accounts (of the current GuardDuty
1809
+ # administrator account) specified by the account IDs.
1806
1810
  #
1807
1811
  # @option params [required, String] :detector_id
1808
1812
  # The unique ID of the detector of the GuardDuty account whose members
@@ -1978,8 +1982,8 @@ module Aws::GuardDuty
1978
1982
 
1979
1983
  # Invites other AWS accounts (created as members of the current AWS
1980
1984
  # account by CreateMembers) to enable GuardDuty, and allow the current
1981
- # AWS account to view and manage these accounts' GuardDuty findings on
1982
- # their behalf as the master account.
1985
+ # AWS account to view and manage these accounts' findings on their
1986
+ # behalf as the GuardDuty administrator account.
1983
1987
  #
1984
1988
  # @option params [required, String] :detector_id
1985
1989
  # The unique ID of the detector of the GuardDuty account that you want
@@ -2301,7 +2305,7 @@ module Aws::GuardDuty
2301
2305
 
2302
2306
  # Lists the IPSets of the GuardDuty service specified by the detector
2303
2307
  # ID. If you use this operation from a member account, the IPSets
2304
- # returned are the IPSets from the associated master account.
2308
+ # returned are the IPSets from the associated administrator account.
2305
2309
  #
2306
2310
  # @option params [required, String] :detector_id
2307
2311
  # The unique ID of the detector that the IPSet is associated with.
@@ -2396,7 +2400,7 @@ module Aws::GuardDuty
2396
2400
  end
2397
2401
 
2398
2402
  # Lists details about all member accounts for the current GuardDuty
2399
- # master account.
2403
+ # administrator account.
2400
2404
  #
2401
2405
  # @option params [required, String] :detector_id
2402
2406
  # The unique ID of the detector the member is associated with.
@@ -2579,7 +2583,8 @@ module Aws::GuardDuty
2579
2583
 
2580
2584
  # Lists the ThreatIntelSets of the GuardDuty service specified by the
2581
2585
  # detector ID. If you use this operation from a member account, the
2582
- # ThreatIntelSets associated with the master account are returned.
2586
+ # ThreatIntelSets associated with the administrator account are
2587
+ # returned.
2583
2588
  #
2584
2589
  # @option params [required, String] :detector_id
2585
2590
  # The unique ID of the detector that the threatIntelSet is associated
@@ -2632,7 +2637,7 @@ module Aws::GuardDuty
2632
2637
  # monitoring with the `StopMonitoringMembers` operation.
2633
2638
  #
2634
2639
  # @option params [required, String] :detector_id
2635
- # The unique ID of the detector of the GuardDuty master account
2640
+ # The unique ID of the detector of the GuardDuty administrator account
2636
2641
  # associated with the member accounts to monitor.
2637
2642
  #
2638
2643
  # @option params [required, Array<String>] :account_ids
@@ -2670,8 +2675,8 @@ module Aws::GuardDuty
2670
2675
  # accounts.
2671
2676
  #
2672
2677
  # @option params [required, String] :detector_id
2673
- # The unique ID of the detector associated with the GuardDuty master
2674
- # account that is monitoring member accounts.
2678
+ # The unique ID of the detector associated with the GuardDuty
2679
+ # administrator account that is monitoring member accounts.
2675
2680
  #
2676
2681
  # @option params [required, Array<String>] :account_ids
2677
2682
  # A list of account IDs for the member accounts to stop monitoring.
@@ -2796,7 +2801,7 @@ module Aws::GuardDuty
2796
2801
  # such as to CloudWatch Events.
2797
2802
  #
2798
2803
  # @option params [Types::DataSourceConfigurations] :data_sources
2799
- # An object that describes which data sources will be updated.
2804
+ # Describes which data sources will be updated.
2800
2805
  #
2801
2806
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
2802
2807
  #
@@ -2971,13 +2976,13 @@ module Aws::GuardDuty
2971
2976
  # Contains information on member accounts to be updated.
2972
2977
  #
2973
2978
  # @option params [required, String] :detector_id
2974
- # The detector ID of the master account.
2979
+ # The detector ID of the administrator account.
2975
2980
  #
2976
2981
  # @option params [required, Array<String>] :account_ids
2977
2982
  # A list of member account IDs to be updated.
2978
2983
  #
2979
2984
  # @option params [Types::DataSourceConfigurations] :data_sources
2980
- # An object describes which data sources will be updated.
2985
+ # Describes which data sources will be updated.
2981
2986
  #
2982
2987
  # @return [Types::UpdateMemberDetectorsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2983
2988
  #
@@ -3020,7 +3025,7 @@ module Aws::GuardDuty
3020
3025
  # organization.
3021
3026
  #
3022
3027
  # @option params [Types::OrganizationDataSourceConfigurations] :data_sources
3023
- # An object describes which data sources will be updated.
3028
+ # Describes which data sources will be updated.
3024
3029
  #
3025
3030
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
3026
3031
  #
@@ -3096,8 +3101,7 @@ module Aws::GuardDuty
3096
3101
  # update.
3097
3102
  #
3098
3103
  # @option params [String] :location
3099
- # The updated URI of the file that contains the ThreateIntelSet. For
3100
- # example: https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key.
3104
+ # The updated URI of the file that contains the ThreateIntelSet.
3101
3105
  #
3102
3106
  # @option params [Boolean] :activate
3103
3107
  # The updated Boolean value that specifies whether the ThreateIntelSet
@@ -3137,7 +3141,7 @@ module Aws::GuardDuty
3137
3141
  params: params,
3138
3142
  config: config)
3139
3143
  context[:gem_name] = 'aws-sdk-guardduty'
3140
- context[:gem_version] = '1.42.0'
3144
+ context[:gem_version] = '1.46.0'
3141
3145
  Seahorse::Client::Request.new(handlers, context)
3142
3146
  end
3143
3147
 
@@ -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
 
@@ -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
 
@@ -24,13 +24,13 @@ module Aws::GuardDuty
24
24
  # @return [String]
25
25
  #
26
26
  # @!attribute [rw] master_id
27
- # The account ID of the master GuardDuty account whose invitation
28
- # you're accepting.
27
+ # The account ID of the GuardDuty administrator account whose
28
+ # invitation you're accepting.
29
29
  # @return [String]
30
30
  #
31
31
  # @!attribute [rw] invitation_id
32
- # The value that is used to validate the master account to the member
33
- # account.
32
+ # The value that is used to validate the administrator account to the
33
+ # member account.
34
34
  # @return [String]
35
35
  #
36
36
  # @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/AcceptInvitationRequest AWS API Documentation
@@ -550,13 +550,11 @@ module Aws::GuardDuty
550
550
  # @return [String]
551
551
  #
552
552
  # @!attribute [rw] finding_publishing_frequency
553
- # An enum value that specifies how frequently updated findings are
554
- # exported.
553
+ # A value that specifies how frequently updated findings are exported.
555
554
  # @return [String]
556
555
  #
557
556
  # @!attribute [rw] data_sources
558
- # An object that describes which data sources will be enabled for the
559
- # detector.
557
+ # Describes which data sources will be enabled for the detector.
560
558
  # @return [Types::DataSourceConfigurations]
561
559
  #
562
560
  # @!attribute [rw] tags
@@ -621,12 +619,14 @@ module Aws::GuardDuty
621
619
  # }
622
620
  #
623
621
  # @!attribute [rw] detector_id
624
- # The unique ID of the detector of the GuardDuty account that you want
625
- # to create a filter for.
622
+ # The ID of the detector belonging to the GuardDuty account that you
623
+ # want to create a filter for.
626
624
  # @return [String]
627
625
  #
628
626
  # @!attribute [rw] name
629
- # The name of the filter.
627
+ # The name of the filter. Minimum length of 3. Maximum length of 64.
628
+ # Valid characters include alphanumeric characters, dot (.),
629
+ # underscore (\_), and dash (-). Spaces are not allowed.
630
630
  # @return [String]
631
631
  #
632
632
  # @!attribute [rw] description
@@ -702,6 +702,8 @@ module Aws::GuardDuty
702
702
  #
703
703
  # * service.action.awsApiCallAction.callerType
704
704
  #
705
+ # * service.action.awsApiCallAction.errorCode
706
+ #
705
707
  # * service.action.awsApiCallAction.remoteIpDetails.city.cityName
706
708
  #
707
709
  # * service.action.awsApiCallAction.remoteIpDetails.country.countryName
@@ -896,7 +898,7 @@ module Aws::GuardDuty
896
898
  #
897
899
  # @!attribute [rw] account_details
898
900
  # A list of account ID and email address pairs of the accounts that
899
- # you want to associate with the master GuardDuty account.
901
+ # you want to associate with the GuardDuty administrator account.
900
902
  # @return [Array<Types::AccountDetail>]
901
903
  #
902
904
  # @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/CreateMembersRequest AWS API Documentation
@@ -1454,12 +1456,13 @@ module Aws::GuardDuty
1454
1456
  #
1455
1457
  # @!attribute [rw] member_account_limit_reached
1456
1458
  # Indicates whether the maximum number of allowed member accounts are
1457
- # already associated with the delegated administrator master account.
1459
+ # already associated with the delegated administrator account for your
1460
+ # organization.
1458
1461
  # @return [Boolean]
1459
1462
  #
1460
1463
  # @!attribute [rw] data_sources
1461
- # An object that describes which data sources are enabled
1462
- # automatically for member accounts.
1464
+ # Describes which data sources are enabled automatically for member
1465
+ # accounts.
1463
1466
  # @return [Types::OrganizationDataSourceConfigurationsResult]
1464
1467
  #
1465
1468
  # @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/DescribeOrganizationConfigurationResponse AWS API Documentation
@@ -1645,12 +1648,12 @@ module Aws::GuardDuty
1645
1648
  #
1646
1649
  # @!attribute [rw] detector_id
1647
1650
  # The unique ID of the detector of the GuardDuty account whose members
1648
- # you want to disassociate from the master account.
1651
+ # you want to disassociate from the administrator account.
1649
1652
  # @return [String]
1650
1653
  #
1651
1654
  # @!attribute [rw] account_ids
1652
1655
  # A list of account IDs of the GuardDuty member accounts that you want
1653
- # to disassociate from the master account.
1656
+ # to disassociate from the administrator account.
1654
1657
  # @return [Array<String>]
1655
1658
  #
1656
1659
  # @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/DisassociateMembersRequest AWS API Documentation
@@ -1953,8 +1956,7 @@ module Aws::GuardDuty
1953
1956
  # @return [String]
1954
1957
  #
1955
1958
  # @!attribute [rw] data_sources
1956
- # An object that describes which data sources are enabled for the
1957
- # detector.
1959
+ # Describes which data sources are enabled for the detector.
1958
1960
  # @return [Types::DataSourceConfigurationsResult]
1959
1961
  #
1960
1962
  # @!attribute [rw] tags
@@ -2245,7 +2247,7 @@ module Aws::GuardDuty
2245
2247
  end
2246
2248
 
2247
2249
  # @!attribute [rw] master
2248
- # The master account details.
2250
+ # The administrator account details.
2249
2251
  # @return [Types::Master]
2250
2252
  #
2251
2253
  # @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/GetMasterAccountResponse AWS API Documentation
@@ -2265,7 +2267,7 @@ module Aws::GuardDuty
2265
2267
  # }
2266
2268
  #
2267
2269
  # @!attribute [rw] detector_id
2268
- # The detector ID for the master account.
2270
+ # The detector ID for the administrator account.
2269
2271
  # @return [String]
2270
2272
  #
2271
2273
  # @!attribute [rw] account_ids
@@ -3178,8 +3180,7 @@ module Aws::GuardDuty
3178
3180
  end
3179
3181
 
3180
3182
  # @!attribute [rw] admin_accounts
3181
- # An AdminAccounts object that includes a list of accounts configured
3182
- # as GuardDuty delegated administrators.
3183
+ # A list of accounts configured as GuardDuty delegated administrators.
3183
3184
  # @return [Array<Types::AdminAccount>]
3184
3185
  #
3185
3186
  # @!attribute [rw] next_token
@@ -3373,18 +3374,19 @@ module Aws::GuardDuty
3373
3374
  include Aws::Structure
3374
3375
  end
3375
3376
 
3376
- # Contains information about the master account and invitation.
3377
+ # Contains information about the administrator account and invitation.
3377
3378
  #
3378
3379
  # @!attribute [rw] account_id
3379
- # The ID of the account used as the master account.
3380
+ # The ID of the account used as the administrator account.
3380
3381
  # @return [String]
3381
3382
  #
3382
3383
  # @!attribute [rw] invitation_id
3383
- # The value used to validate the master account to the member account.
3384
+ # The value used to validate the administrator account to the member
3385
+ # account.
3384
3386
  # @return [String]
3385
3387
  #
3386
3388
  # @!attribute [rw] relationship_status
3387
- # The status of the relationship between the master and member
3389
+ # The status of the relationship between the administrator and member
3388
3390
  # accounts.
3389
3391
  # @return [String]
3390
3392
  #
@@ -3414,7 +3416,7 @@ module Aws::GuardDuty
3414
3416
  # @return [String]
3415
3417
  #
3416
3418
  # @!attribute [rw] master_id
3417
- # The master account ID.
3419
+ # The administrator account ID.
3418
3420
  # @return [String]
3419
3421
  #
3420
3422
  # @!attribute [rw] email
@@ -3422,7 +3424,8 @@ module Aws::GuardDuty
3422
3424
  # @return [String]
3423
3425
  #
3424
3426
  # @!attribute [rw] relationship_status
3425
- # The status of the relationship between the member and the master.
3427
+ # The status of the relationship between the member and the
3428
+ # administrator.
3426
3429
  # @return [String]
3427
3430
  #
3428
3431
  # @!attribute [rw] invited_at
@@ -4119,7 +4122,7 @@ module Aws::GuardDuty
4119
4122
  # }
4120
4123
  #
4121
4124
  # @!attribute [rw] detector_id
4122
- # The unique ID of the detector of the GuardDuty master account
4125
+ # The unique ID of the detector of the GuardDuty administrator account
4123
4126
  # associated with the member accounts to monitor.
4124
4127
  # @return [String]
4125
4128
  #
@@ -4159,8 +4162,8 @@ module Aws::GuardDuty
4159
4162
  # }
4160
4163
  #
4161
4164
  # @!attribute [rw] detector_id
4162
- # The unique ID of the detector associated with the GuardDuty master
4163
- # account that is monitoring member accounts.
4165
+ # The unique ID of the detector associated with the GuardDuty
4166
+ # administrator account that is monitoring member accounts.
4164
4167
  # @return [String]
4165
4168
  #
4166
4169
  # @!attribute [rw] account_ids
@@ -4387,7 +4390,7 @@ module Aws::GuardDuty
4387
4390
  # @return [String]
4388
4391
  #
4389
4392
  # @!attribute [rw] data_sources
4390
- # An object that describes which data sources will be updated.
4393
+ # Describes which data sources will be updated.
4391
4394
  # @return [Types::DataSourceConfigurations]
4392
4395
  #
4393
4396
  # @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/UpdateDetectorRequest AWS API Documentation
@@ -4595,7 +4598,7 @@ module Aws::GuardDuty
4595
4598
  # }
4596
4599
  #
4597
4600
  # @!attribute [rw] detector_id
4598
- # The detector ID of the master account.
4601
+ # The detector ID of the administrator account.
4599
4602
  # @return [String]
4600
4603
  #
4601
4604
  # @!attribute [rw] account_ids
@@ -4603,7 +4606,7 @@ module Aws::GuardDuty
4603
4606
  # @return [Array<String>]
4604
4607
  #
4605
4608
  # @!attribute [rw] data_sources
4606
- # An object describes which data sources will be updated.
4609
+ # Describes which data sources will be updated.
4607
4610
  # @return [Types::DataSourceConfigurations]
4608
4611
  #
4609
4612
  # @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/UpdateMemberDetectorsRequest AWS API Documentation
@@ -4652,7 +4655,7 @@ module Aws::GuardDuty
4652
4655
  # @return [Boolean]
4653
4656
  #
4654
4657
  # @!attribute [rw] data_sources
4655
- # An object describes which data sources will be updated.
4658
+ # Describes which data sources will be updated.
4656
4659
  # @return [Types::OrganizationDataSourceConfigurations]
4657
4660
  #
4658
4661
  # @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/UpdateOrganizationConfigurationRequest AWS API Documentation
@@ -4736,8 +4739,7 @@ module Aws::GuardDuty
4736
4739
  # @return [String]
4737
4740
  #
4738
4741
  # @!attribute [rw] location
4739
- # The updated URI of the file that contains the ThreateIntelSet. For
4740
- # example: https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key.
4742
+ # The updated URI of the file that contains the ThreateIntelSet.
4741
4743
  # @return [String]
4742
4744
  #
4743
4745
  # @!attribute [rw] activate
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-guardduty
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.42.0
4
+ version: 1.46.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-09-30 00:00:00.000000000 Z
11
+ date: 2021-07-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.109.0
22
+ version: 3.118.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.109.0
32
+ version: 3.118.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -47,11 +47,14 @@ dependencies:
47
47
  description: Official AWS Ruby gem for Amazon GuardDuty. 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-guardduty.rb
56
59
  - lib/aws-sdk-guardduty/client.rb
57
60
  - lib/aws-sdk-guardduty/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-guardduty
67
- changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-guardduty/CHANGELOG.md
69
+ source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-guardduty
70
+ changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-guardduty/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 GuardDuty