aws-sdk-guardduty 1.31.0 → 1.36.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: f0a9809a659fc8926241fc5bbd6f1f9b4545a0d75f971feef244fc239988504c
4
- data.tar.gz: b966788115cbb9a9a255338cb414521f3a46c72a655f2b86c886cefb973c5a84
3
+ metadata.gz: 0b31e6be5da0f7f691fe98f9e0f431c3c313aa2267e59e8a456b9138e167f00c
4
+ data.tar.gz: 20abf5a840390cc62d4d6c168536d640d5c613ebd3f38f4c8390073a0d908177
5
5
  SHA512:
6
- metadata.gz: 66f2e58e21320658518a2e6af5059e92216dc2b669ee79dc044622274c90d6feced5740a354e020a534c8da15d9ea7a2f416aac2ba4e05471f63d609d2d2a740
7
- data.tar.gz: b62ad8d9b366764a797c589498ab450ec4cc0213664dcf8a778cec1c8defcb5a37f70a02d9fceb0f4e54bbffe398215ed3d38c179613a8dd23290760378afe23
6
+ metadata.gz: 301174c7ee0c0208913ab17c76f5f3a4e96f3c24aff9d3714a7bcfbb63341cadca77777dd1dd22c1318fe7ea51b362ee5333251b6e19841e6dc119916f9c0ad4
7
+ data.tar.gz: acc43203f71aa487f9da853348b06b156e7758610abb1238ee738c18a5e0d7b7595e5d325708b29b1b09a0f3c69e854dac54f3c21202d536737d65449664d8d0
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-guardduty/customizations'
45
47
  # @service
46
48
  module Aws::GuardDuty
47
49
 
48
- GEM_VERSION = '1.31.0'
50
+ GEM_VERSION = '1.36.0'
49
51
 
50
52
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -24,6 +26,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
24
26
  require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
25
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
26
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
+ require 'aws-sdk-core/plugins/http_checksum.rb'
27
30
  require 'aws-sdk-core/plugins/signature_v4.rb'
28
31
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
29
32
 
@@ -69,6 +72,7 @@ module Aws::GuardDuty
69
72
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
70
73
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
71
74
  add_plugin(Aws::Plugins::TransferEncoding)
75
+ add_plugin(Aws::Plugins::HttpChecksum)
72
76
  add_plugin(Aws::Plugins::SignatureV4)
73
77
  add_plugin(Aws::Plugins::Protocols::RestJson)
74
78
 
@@ -161,7 +165,7 @@ module Aws::GuardDuty
161
165
  # @option options [String] :endpoint
162
166
  # The client endpoint is normally constructed from the `:region`
163
167
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be a valid HTTP(S) URI.
168
+ # to test or custom endpoints. This should be a valid HTTP(S) URI.
165
169
  #
166
170
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
171
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -176,7 +180,7 @@ module Aws::GuardDuty
176
180
  # requests fetching endpoints information. Defaults to 60 sec.
177
181
  #
178
182
  # @option options [Boolean] :endpoint_discovery (false)
179
- # When set to `true`, endpoint discovery will be enabled for operations when available. Defaults to `false`.
183
+ # When set to `true`, endpoint discovery will be enabled for operations when available.
180
184
  #
181
185
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
182
186
  # The log formatter.
@@ -637,7 +641,8 @@ module Aws::GuardDuty
637
641
  # The format of the file that contains the IPSet.
638
642
  #
639
643
  # @option params [required, String] :location
640
- # The URI of the file that contains the IPSet. For example: .
644
+ # The URI of the file that contains the IPSet. For example:
645
+ # https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key.
641
646
  #
642
647
  # @option params [required, Boolean] :activate
643
648
  # A Boolean value that indicates whether GuardDuty is to start using the
@@ -822,7 +827,8 @@ module Aws::GuardDuty
822
827
  # The format of the file that contains the ThreatIntelSet.
823
828
  #
824
829
  # @option params [required, String] :location
825
- # The URI of the file that contains the ThreatIntelSet. For example: .
830
+ # The URI of the file that contains the ThreatIntelSet. For example:
831
+ # https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key.
826
832
  #
827
833
  # @option params [required, Boolean] :activate
828
834
  # A Boolean value that indicates whether GuardDuty is to start using the
@@ -1422,6 +1428,30 @@ module Aws::GuardDuty
1422
1428
  # resp.findings[0].resource.access_key_details.principal_id #=> String
1423
1429
  # resp.findings[0].resource.access_key_details.user_name #=> String
1424
1430
  # resp.findings[0].resource.access_key_details.user_type #=> String
1431
+ # resp.findings[0].resource.s3_bucket_details #=> Array
1432
+ # resp.findings[0].resource.s3_bucket_details[0].arn #=> String
1433
+ # resp.findings[0].resource.s3_bucket_details[0].name #=> String
1434
+ # resp.findings[0].resource.s3_bucket_details[0].type #=> String
1435
+ # resp.findings[0].resource.s3_bucket_details[0].created_at #=> Time
1436
+ # resp.findings[0].resource.s3_bucket_details[0].owner.id #=> String
1437
+ # resp.findings[0].resource.s3_bucket_details[0].tags #=> Array
1438
+ # resp.findings[0].resource.s3_bucket_details[0].tags[0].key #=> String
1439
+ # resp.findings[0].resource.s3_bucket_details[0].tags[0].value #=> String
1440
+ # resp.findings[0].resource.s3_bucket_details[0].default_server_side_encryption.encryption_type #=> String
1441
+ # resp.findings[0].resource.s3_bucket_details[0].default_server_side_encryption.kms_master_key_arn #=> String
1442
+ # resp.findings[0].resource.s3_bucket_details[0].public_access.permission_configuration.bucket_level_permissions.access_control_list.allows_public_read_access #=> Boolean
1443
+ # resp.findings[0].resource.s3_bucket_details[0].public_access.permission_configuration.bucket_level_permissions.access_control_list.allows_public_write_access #=> Boolean
1444
+ # resp.findings[0].resource.s3_bucket_details[0].public_access.permission_configuration.bucket_level_permissions.bucket_policy.allows_public_read_access #=> Boolean
1445
+ # resp.findings[0].resource.s3_bucket_details[0].public_access.permission_configuration.bucket_level_permissions.bucket_policy.allows_public_write_access #=> Boolean
1446
+ # resp.findings[0].resource.s3_bucket_details[0].public_access.permission_configuration.bucket_level_permissions.block_public_access.ignore_public_acls #=> Boolean
1447
+ # resp.findings[0].resource.s3_bucket_details[0].public_access.permission_configuration.bucket_level_permissions.block_public_access.restrict_public_buckets #=> Boolean
1448
+ # resp.findings[0].resource.s3_bucket_details[0].public_access.permission_configuration.bucket_level_permissions.block_public_access.block_public_acls #=> Boolean
1449
+ # resp.findings[0].resource.s3_bucket_details[0].public_access.permission_configuration.bucket_level_permissions.block_public_access.block_public_policy #=> Boolean
1450
+ # resp.findings[0].resource.s3_bucket_details[0].public_access.permission_configuration.account_level_permissions.block_public_access.ignore_public_acls #=> Boolean
1451
+ # resp.findings[0].resource.s3_bucket_details[0].public_access.permission_configuration.account_level_permissions.block_public_access.restrict_public_buckets #=> Boolean
1452
+ # resp.findings[0].resource.s3_bucket_details[0].public_access.permission_configuration.account_level_permissions.block_public_access.block_public_acls #=> Boolean
1453
+ # resp.findings[0].resource.s3_bucket_details[0].public_access.permission_configuration.account_level_permissions.block_public_access.block_public_policy #=> Boolean
1454
+ # resp.findings[0].resource.s3_bucket_details[0].public_access.effective_permission #=> String
1425
1455
  # resp.findings[0].resource.instance_details.availability_zone #=> String
1426
1456
  # resp.findings[0].resource.instance_details.iam_instance_profile.arn #=> String
1427
1457
  # resp.findings[0].resource.instance_details.iam_instance_profile.id #=> String
@@ -1946,8 +1976,6 @@ module Aws::GuardDuty
1946
1976
  #
1947
1977
  # * resource.instanceDetails.instanceId
1948
1978
  #
1949
- # * resource.instanceDetails.outpostArn
1950
- #
1951
1979
  # * resource.instanceDetails.networkInterfaces.ipv6Addresses
1952
1980
  #
1953
1981
  # * resource.instanceDetails.networkInterfaces.privateIpAddresses.privateIpAddress
@@ -1998,8 +2026,6 @@ module Aws::GuardDuty
1998
2026
  #
1999
2027
  # * service.action.networkConnectionAction.protocol
2000
2028
  #
2001
- # * service.action.networkConnectionAction.localIpDetails.ipAddressV4
2002
- #
2003
2029
  # * service.action.networkConnectionAction.remoteIpDetails.city.cityName
2004
2030
  #
2005
2031
  # * service.action.networkConnectionAction.remoteIpDetails.country.countryName
@@ -2194,8 +2220,8 @@ module Aws::GuardDuty
2194
2220
  req.send_request(options)
2195
2221
  end
2196
2222
 
2197
- # Lists details about associated member accounts for the current
2198
- # GuardDuty master account.
2223
+ # Lists details about all member accounts for the current GuardDuty
2224
+ # master account.
2199
2225
  #
2200
2226
  # @option params [required, String] :detector_id
2201
2227
  # The unique ID of the detector the member is associated with.
@@ -2213,11 +2239,9 @@ module Aws::GuardDuty
2213
2239
  # data.
2214
2240
  #
2215
2241
  # @option params [String] :only_associated
2216
- # Specifies what member accounts the response includes based on their
2217
- # relationship status with the master account. The default value is
2218
- # "true". If set to "false" the response includes all existing
2219
- # member accounts (including members who haven't been invited yet or
2220
- # have been disassociated).
2242
+ # Specifies whether to only return associated members or to return all
2243
+ # members (including members who haven't been invited yet or have been
2244
+ # disassociated).
2221
2245
  #
2222
2246
  # @return [Types::ListMembersResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2223
2247
  #
@@ -2733,7 +2757,8 @@ module Aws::GuardDuty
2733
2757
  # The unique ID that specifies the IPSet that you want to update.
2734
2758
  #
2735
2759
  # @option params [String] :location
2736
- # The updated URI of the file that contains the IPSet. For example: .
2760
+ # The updated URI of the file that contains the IPSet. For example:
2761
+ # https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key.
2737
2762
  #
2738
2763
  # @option params [Boolean] :activate
2739
2764
  # The updated Boolean value that specifies whether the IPSet is active
@@ -2839,7 +2864,7 @@ module Aws::GuardDuty
2839
2864
  #
2840
2865
  # @option params [String] :location
2841
2866
  # The updated URI of the file that contains the ThreateIntelSet. For
2842
- # example: .
2867
+ # example: https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key.
2843
2868
  #
2844
2869
  # @option params [Boolean] :activate
2845
2870
  # The updated Boolean value that specifies whether the ThreateIntelSet
@@ -2879,7 +2904,7 @@ module Aws::GuardDuty
2879
2904
  params: params,
2880
2905
  config: config)
2881
2906
  context[:gem_name] = 'aws-sdk-guardduty'
2882
- context[:gem_version] = '1.31.0'
2907
+ context[:gem_version] = '1.36.0'
2883
2908
  Seahorse::Client::Request.new(handlers, context)
2884
2909
  end
2885
2910
 
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -13,11 +15,13 @@ module Aws::GuardDuty
13
15
 
14
16
  AcceptInvitationRequest = Shapes::StructureShape.new(name: 'AcceptInvitationRequest')
15
17
  AcceptInvitationResponse = Shapes::StructureShape.new(name: 'AcceptInvitationResponse')
18
+ AccessControlList = Shapes::StructureShape.new(name: 'AccessControlList')
16
19
  AccessKeyDetails = Shapes::StructureShape.new(name: 'AccessKeyDetails')
17
20
  AccountDetail = Shapes::StructureShape.new(name: 'AccountDetail')
18
21
  AccountDetails = Shapes::ListShape.new(name: 'AccountDetails')
19
22
  AccountId = Shapes::StringShape.new(name: 'AccountId')
20
23
  AccountIds = Shapes::ListShape.new(name: 'AccountIds')
24
+ AccountLevelPermissions = Shapes::StructureShape.new(name: 'AccountLevelPermissions')
21
25
  Action = Shapes::StructureShape.new(name: 'Action')
22
26
  AdminAccount = Shapes::StructureShape.new(name: 'AdminAccount')
23
27
  AdminAccounts = Shapes::ListShape.new(name: 'AdminAccounts')
@@ -26,7 +30,10 @@ module Aws::GuardDuty
26
30
  ArchiveFindingsResponse = Shapes::StructureShape.new(name: 'ArchiveFindingsResponse')
27
31
  AwsApiCallAction = Shapes::StructureShape.new(name: 'AwsApiCallAction')
28
32
  BadRequestException = Shapes::StructureShape.new(name: 'BadRequestException')
33
+ BlockPublicAccess = Shapes::StructureShape.new(name: 'BlockPublicAccess')
29
34
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
35
+ BucketLevelPermissions = Shapes::StructureShape.new(name: 'BucketLevelPermissions')
36
+ BucketPolicy = Shapes::StructureShape.new(name: 'BucketPolicy')
30
37
  City = Shapes::StructureShape.new(name: 'City')
31
38
  ClientToken = Shapes::StringShape.new(name: 'ClientToken')
32
39
  Condition = Shapes::StructureShape.new(name: 'Condition')
@@ -49,6 +56,7 @@ module Aws::GuardDuty
49
56
  Criterion = Shapes::MapShape.new(name: 'Criterion')
50
57
  DeclineInvitationsRequest = Shapes::StructureShape.new(name: 'DeclineInvitationsRequest')
51
58
  DeclineInvitationsResponse = Shapes::StructureShape.new(name: 'DeclineInvitationsResponse')
59
+ DefaultServerSideEncryption = Shapes::StructureShape.new(name: 'DefaultServerSideEncryption')
52
60
  DeleteDetectorRequest = Shapes::StructureShape.new(name: 'DeleteDetectorRequest')
53
61
  DeleteDetectorResponse = Shapes::StructureShape.new(name: 'DeleteDetectorResponse')
54
62
  DeleteFilterRequest = Shapes::StructureShape.new(name: 'DeleteFilterRequest')
@@ -174,6 +182,8 @@ module Aws::GuardDuty
174
182
  NotEquals = Shapes::ListShape.new(name: 'NotEquals')
175
183
  OrderBy = Shapes::StringShape.new(name: 'OrderBy')
176
184
  Organization = Shapes::StructureShape.new(name: 'Organization')
185
+ Owner = Shapes::StructureShape.new(name: 'Owner')
186
+ PermissionConfiguration = Shapes::StructureShape.new(name: 'PermissionConfiguration')
177
187
  PortProbeAction = Shapes::StructureShape.new(name: 'PortProbeAction')
178
188
  PortProbeDetail = Shapes::StructureShape.new(name: 'PortProbeDetail')
179
189
  PortProbeDetails = Shapes::ListShape.new(name: 'PortProbeDetails')
@@ -181,10 +191,13 @@ module Aws::GuardDuty
181
191
  PrivateIpAddresses = Shapes::ListShape.new(name: 'PrivateIpAddresses')
182
192
  ProductCode = Shapes::StructureShape.new(name: 'ProductCode')
183
193
  ProductCodes = Shapes::ListShape.new(name: 'ProductCodes')
194
+ PublicAccess = Shapes::StructureShape.new(name: 'PublicAccess')
184
195
  PublishingStatus = Shapes::StringShape.new(name: 'PublishingStatus')
185
196
  RemoteIpDetails = Shapes::StructureShape.new(name: 'RemoteIpDetails')
186
197
  RemotePortDetails = Shapes::StructureShape.new(name: 'RemotePortDetails')
187
198
  Resource = Shapes::StructureShape.new(name: 'Resource')
199
+ S3BucketDetail = Shapes::StructureShape.new(name: 'S3BucketDetail')
200
+ S3BucketDetails = Shapes::ListShape.new(name: 'S3BucketDetails')
188
201
  SecurityGroup = Shapes::StructureShape.new(name: 'SecurityGroup')
189
202
  SecurityGroups = Shapes::ListShape.new(name: 'SecurityGroups')
190
203
  Service = Shapes::StructureShape.new(name: 'Service')
@@ -208,6 +221,7 @@ module Aws::GuardDuty
208
221
  ThreatIntelligenceDetail = Shapes::StructureShape.new(name: 'ThreatIntelligenceDetail')
209
222
  ThreatIntelligenceDetails = Shapes::ListShape.new(name: 'ThreatIntelligenceDetails')
210
223
  ThreatNames = Shapes::ListShape.new(name: 'ThreatNames')
224
+ Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
211
225
  UnarchiveFindingsRequest = Shapes::StructureShape.new(name: 'UnarchiveFindingsRequest')
212
226
  UnarchiveFindingsResponse = Shapes::StructureShape.new(name: 'UnarchiveFindingsResponse')
213
227
  UnprocessedAccount = Shapes::StructureShape.new(name: 'UnprocessedAccount')
@@ -236,6 +250,10 @@ module Aws::GuardDuty
236
250
 
237
251
  AcceptInvitationResponse.struct_class = Types::AcceptInvitationResponse
238
252
 
253
+ AccessControlList.add_member(:allows_public_read_access, Shapes::ShapeRef.new(shape: Boolean, location_name: "allowsPublicReadAccess"))
254
+ AccessControlList.add_member(:allows_public_write_access, Shapes::ShapeRef.new(shape: Boolean, location_name: "allowsPublicWriteAccess"))
255
+ AccessControlList.struct_class = Types::AccessControlList
256
+
239
257
  AccessKeyDetails.add_member(:access_key_id, Shapes::ShapeRef.new(shape: String, location_name: "accessKeyId"))
240
258
  AccessKeyDetails.add_member(:principal_id, Shapes::ShapeRef.new(shape: String, location_name: "principalId"))
241
259
  AccessKeyDetails.add_member(:user_name, Shapes::ShapeRef.new(shape: String, location_name: "userName"))
@@ -250,6 +268,9 @@ module Aws::GuardDuty
250
268
 
251
269
  AccountIds.member = Shapes::ShapeRef.new(shape: AccountId)
252
270
 
271
+ AccountLevelPermissions.add_member(:block_public_access, Shapes::ShapeRef.new(shape: BlockPublicAccess, location_name: "blockPublicAccess"))
272
+ AccountLevelPermissions.struct_class = Types::AccountLevelPermissions
273
+
253
274
  Action.add_member(:action_type, Shapes::ShapeRef.new(shape: String, location_name: "actionType"))
254
275
  Action.add_member(:aws_api_call_action, Shapes::ShapeRef.new(shape: AwsApiCallAction, location_name: "awsApiCallAction"))
255
276
  Action.add_member(:dns_request_action, Shapes::ShapeRef.new(shape: DnsRequestAction, location_name: "dnsRequestAction"))
@@ -280,6 +301,21 @@ module Aws::GuardDuty
280
301
  BadRequestException.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "__type"))
281
302
  BadRequestException.struct_class = Types::BadRequestException
282
303
 
304
+ BlockPublicAccess.add_member(:ignore_public_acls, Shapes::ShapeRef.new(shape: Boolean, location_name: "ignorePublicAcls"))
305
+ BlockPublicAccess.add_member(:restrict_public_buckets, Shapes::ShapeRef.new(shape: Boolean, location_name: "restrictPublicBuckets"))
306
+ BlockPublicAccess.add_member(:block_public_acls, Shapes::ShapeRef.new(shape: Boolean, location_name: "blockPublicAcls"))
307
+ BlockPublicAccess.add_member(:block_public_policy, Shapes::ShapeRef.new(shape: Boolean, location_name: "blockPublicPolicy"))
308
+ BlockPublicAccess.struct_class = Types::BlockPublicAccess
309
+
310
+ BucketLevelPermissions.add_member(:access_control_list, Shapes::ShapeRef.new(shape: AccessControlList, location_name: "accessControlList"))
311
+ BucketLevelPermissions.add_member(:bucket_policy, Shapes::ShapeRef.new(shape: BucketPolicy, location_name: "bucketPolicy"))
312
+ BucketLevelPermissions.add_member(:block_public_access, Shapes::ShapeRef.new(shape: BlockPublicAccess, location_name: "blockPublicAccess"))
313
+ BucketLevelPermissions.struct_class = Types::BucketLevelPermissions
314
+
315
+ BucketPolicy.add_member(:allows_public_read_access, Shapes::ShapeRef.new(shape: Boolean, location_name: "allowsPublicReadAccess"))
316
+ BucketPolicy.add_member(:allows_public_write_access, Shapes::ShapeRef.new(shape: Boolean, location_name: "allowsPublicWriteAccess"))
317
+ BucketPolicy.struct_class = Types::BucketPolicy
318
+
283
319
  City.add_member(:city_name, Shapes::ShapeRef.new(shape: String, location_name: "cityName"))
284
320
  City.struct_class = Types::City
285
321
 
@@ -381,6 +417,10 @@ module Aws::GuardDuty
381
417
  DeclineInvitationsResponse.add_member(:unprocessed_accounts, Shapes::ShapeRef.new(shape: UnprocessedAccounts, required: true, location_name: "unprocessedAccounts"))
382
418
  DeclineInvitationsResponse.struct_class = Types::DeclineInvitationsResponse
383
419
 
420
+ DefaultServerSideEncryption.add_member(:encryption_type, Shapes::ShapeRef.new(shape: String, location_name: "encryptionType"))
421
+ DefaultServerSideEncryption.add_member(:kms_master_key_arn, Shapes::ShapeRef.new(shape: String, location_name: "kmsMasterKeyArn"))
422
+ DefaultServerSideEncryption.struct_class = Types::DefaultServerSideEncryption
423
+
384
424
  DeleteDetectorRequest.add_member(:detector_id, Shapes::ShapeRef.new(shape: DetectorId, required: true, location: "uri", location_name: "detectorId"))
385
425
  DeleteDetectorRequest.struct_class = Types::DeleteDetectorRequest
386
426
 
@@ -794,6 +834,13 @@ module Aws::GuardDuty
794
834
  Organization.add_member(:org, Shapes::ShapeRef.new(shape: String, location_name: "org"))
795
835
  Organization.struct_class = Types::Organization
796
836
 
837
+ Owner.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
838
+ Owner.struct_class = Types::Owner
839
+
840
+ PermissionConfiguration.add_member(:bucket_level_permissions, Shapes::ShapeRef.new(shape: BucketLevelPermissions, location_name: "bucketLevelPermissions"))
841
+ PermissionConfiguration.add_member(:account_level_permissions, Shapes::ShapeRef.new(shape: AccountLevelPermissions, location_name: "accountLevelPermissions"))
842
+ PermissionConfiguration.struct_class = Types::PermissionConfiguration
843
+
797
844
  PortProbeAction.add_member(:blocked, Shapes::ShapeRef.new(shape: Boolean, location_name: "blocked"))
798
845
  PortProbeAction.add_member(:port_probe_details, Shapes::ShapeRef.new(shape: PortProbeDetails, location_name: "portProbeDetails"))
799
846
  PortProbeAction.struct_class = Types::PortProbeAction
@@ -817,6 +864,10 @@ module Aws::GuardDuty
817
864
 
818
865
  ProductCodes.member = Shapes::ShapeRef.new(shape: ProductCode)
819
866
 
867
+ PublicAccess.add_member(:permission_configuration, Shapes::ShapeRef.new(shape: PermissionConfiguration, location_name: "permissionConfiguration"))
868
+ PublicAccess.add_member(:effective_permission, Shapes::ShapeRef.new(shape: String, location_name: "effectivePermission"))
869
+ PublicAccess.struct_class = Types::PublicAccess
870
+
820
871
  RemoteIpDetails.add_member(:city, Shapes::ShapeRef.new(shape: City, location_name: "city"))
821
872
  RemoteIpDetails.add_member(:country, Shapes::ShapeRef.new(shape: Country, location_name: "country"))
822
873
  RemoteIpDetails.add_member(:geo_location, Shapes::ShapeRef.new(shape: GeoLocation, location_name: "geoLocation"))
@@ -829,10 +880,23 @@ module Aws::GuardDuty
829
880
  RemotePortDetails.struct_class = Types::RemotePortDetails
830
881
 
831
882
  Resource.add_member(:access_key_details, Shapes::ShapeRef.new(shape: AccessKeyDetails, location_name: "accessKeyDetails"))
883
+ Resource.add_member(:s3_bucket_details, Shapes::ShapeRef.new(shape: S3BucketDetails, location_name: "s3BucketDetails"))
832
884
  Resource.add_member(:instance_details, Shapes::ShapeRef.new(shape: InstanceDetails, location_name: "instanceDetails"))
833
885
  Resource.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, location_name: "resourceType"))
834
886
  Resource.struct_class = Types::Resource
835
887
 
888
+ S3BucketDetail.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "arn"))
889
+ S3BucketDetail.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
890
+ S3BucketDetail.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "type"))
891
+ S3BucketDetail.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
892
+ S3BucketDetail.add_member(:owner, Shapes::ShapeRef.new(shape: Owner, location_name: "owner"))
893
+ S3BucketDetail.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
894
+ S3BucketDetail.add_member(:default_server_side_encryption, Shapes::ShapeRef.new(shape: DefaultServerSideEncryption, location_name: "defaultServerSideEncryption"))
895
+ S3BucketDetail.add_member(:public_access, Shapes::ShapeRef.new(shape: PublicAccess, location_name: "publicAccess"))
896
+ S3BucketDetail.struct_class = Types::S3BucketDetail
897
+
898
+ S3BucketDetails.member = Shapes::ShapeRef.new(shape: S3BucketDetail)
899
+
836
900
  SecurityGroup.add_member(:group_id, Shapes::ShapeRef.new(shape: String, location_name: "groupId"))
837
901
  SecurityGroup.add_member(:group_name, Shapes::ShapeRef.new(shape: String, location_name: "groupName"))
838
902
  SecurityGroup.struct_class = Types::SecurityGroup
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -37,6 +39,7 @@ module Aws::GuardDuty
37
39
  :detector_id,
38
40
  :master_id,
39
41
  :invitation_id)
42
+ SENSITIVE = []
40
43
  include Aws::Structure
41
44
  end
42
45
 
@@ -44,6 +47,28 @@ module Aws::GuardDuty
44
47
  #
45
48
  class AcceptInvitationResponse < Aws::EmptyStructure; end
46
49
 
50
+ # Contains information on the current access control policies for the
51
+ # bucket.
52
+ #
53
+ # @!attribute [rw] allows_public_read_access
54
+ # A value that indicates whether public read access for the bucket is
55
+ # enabled through an Access Control List (ACL).
56
+ # @return [Boolean]
57
+ #
58
+ # @!attribute [rw] allows_public_write_access
59
+ # A value that indicates whether public write access for the bucket is
60
+ # enabled through an Access Control List (ACL).
61
+ # @return [Boolean]
62
+ #
63
+ # @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/AccessControlList AWS API Documentation
64
+ #
65
+ class AccessControlList < Struct.new(
66
+ :allows_public_read_access,
67
+ :allows_public_write_access)
68
+ SENSITIVE = []
69
+ include Aws::Structure
70
+ end
71
+
47
72
  # Contains information about the access keys.
48
73
  #
49
74
  # @!attribute [rw] access_key_id
@@ -69,6 +94,7 @@ module Aws::GuardDuty
69
94
  :principal_id,
70
95
  :user_name,
71
96
  :user_type)
97
+ SENSITIVE = []
72
98
  include Aws::Structure
73
99
  end
74
100
 
@@ -95,6 +121,23 @@ module Aws::GuardDuty
95
121
  class AccountDetail < Struct.new(
96
122
  :account_id,
97
123
  :email)
124
+ SENSITIVE = []
125
+ include Aws::Structure
126
+ end
127
+
128
+ # Contains information about the account level permissions on the S3
129
+ # bucket.
130
+ #
131
+ # @!attribute [rw] block_public_access
132
+ # Describes the S3 Block Public Access settings of the bucket's
133
+ # parent account.
134
+ # @return [Types::BlockPublicAccess]
135
+ #
136
+ # @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/AccountLevelPermissions AWS API Documentation
137
+ #
138
+ class AccountLevelPermissions < Struct.new(
139
+ :block_public_access)
140
+ SENSITIVE = []
98
141
  include Aws::Structure
99
142
  end
100
143
 
@@ -130,6 +173,7 @@ module Aws::GuardDuty
130
173
  :dns_request_action,
131
174
  :network_connection_action,
132
175
  :port_probe_action)
176
+ SENSITIVE = []
133
177
  include Aws::Structure
134
178
  end
135
179
 
@@ -150,6 +194,7 @@ module Aws::GuardDuty
150
194
  class AdminAccount < Struct.new(
151
195
  :admin_account_id,
152
196
  :admin_status)
197
+ SENSITIVE = []
153
198
  include Aws::Structure
154
199
  end
155
200
 
@@ -175,6 +220,7 @@ module Aws::GuardDuty
175
220
  class ArchiveFindingsRequest < Struct.new(
176
221
  :detector_id,
177
222
  :finding_ids)
223
+ SENSITIVE = []
178
224
  include Aws::Structure
179
225
  end
180
226
 
@@ -212,6 +258,7 @@ module Aws::GuardDuty
212
258
  :domain_details,
213
259
  :remote_ip_details,
214
260
  :service_name)
261
+ SENSITIVE = []
215
262
  include Aws::Structure
216
263
  end
217
264
 
@@ -230,6 +277,91 @@ module Aws::GuardDuty
230
277
  class BadRequestException < Struct.new(
231
278
  :message,
232
279
  :type)
280
+ SENSITIVE = []
281
+ include Aws::Structure
282
+ end
283
+
284
+ # Contains information on how the bucker owner's S3 Block Public Access
285
+ # settings are being applied to the S3 bucket. See [S3 Block Public
286
+ # Access][1] for more information.
287
+ #
288
+ #
289
+ #
290
+ # [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html
291
+ #
292
+ # @!attribute [rw] ignore_public_acls
293
+ # Indicates if S3 Block Public Access is set to `IgnorePublicAcls`.
294
+ # @return [Boolean]
295
+ #
296
+ # @!attribute [rw] restrict_public_buckets
297
+ # Indicates if S3 Block Public Access is set to
298
+ # `RestrictPublicBuckets`.
299
+ # @return [Boolean]
300
+ #
301
+ # @!attribute [rw] block_public_acls
302
+ # Indicates if S3 Block Public Access is set to `BlockPublicAcls`.
303
+ # @return [Boolean]
304
+ #
305
+ # @!attribute [rw] block_public_policy
306
+ # Indicates if S3 Block Public Access is set to `BlockPublicPolicy`.
307
+ # @return [Boolean]
308
+ #
309
+ # @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/BlockPublicAccess AWS API Documentation
310
+ #
311
+ class BlockPublicAccess < Struct.new(
312
+ :ignore_public_acls,
313
+ :restrict_public_buckets,
314
+ :block_public_acls,
315
+ :block_public_policy)
316
+ SENSITIVE = []
317
+ include Aws::Structure
318
+ end
319
+
320
+ # Contains information about the bucket level permissions for the S3
321
+ # bucket.
322
+ #
323
+ # @!attribute [rw] access_control_list
324
+ # Contains information on how Access Control Policies are applied to
325
+ # the bucket.
326
+ # @return [Types::AccessControlList]
327
+ #
328
+ # @!attribute [rw] bucket_policy
329
+ # Contains information on the bucket policies for the S3 bucket.
330
+ # @return [Types::BucketPolicy]
331
+ #
332
+ # @!attribute [rw] block_public_access
333
+ # Contains information on which account level S3 Block Public Access
334
+ # settings are applied to the S3 bucket.
335
+ # @return [Types::BlockPublicAccess]
336
+ #
337
+ # @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/BucketLevelPermissions AWS API Documentation
338
+ #
339
+ class BucketLevelPermissions < Struct.new(
340
+ :access_control_list,
341
+ :bucket_policy,
342
+ :block_public_access)
343
+ SENSITIVE = []
344
+ include Aws::Structure
345
+ end
346
+
347
+ # Contains information on the current bucket policies for the S3 bucket.
348
+ #
349
+ # @!attribute [rw] allows_public_read_access
350
+ # A value that indicates whether public read access for the bucket is
351
+ # enabled through a bucket policy.
352
+ # @return [Boolean]
353
+ #
354
+ # @!attribute [rw] allows_public_write_access
355
+ # A value that indicates whether public write access for the bucket is
356
+ # enabled through a bucket policy.
357
+ # @return [Boolean]
358
+ #
359
+ # @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/BucketPolicy AWS API Documentation
360
+ #
361
+ class BucketPolicy < Struct.new(
362
+ :allows_public_read_access,
363
+ :allows_public_write_access)
364
+ SENSITIVE = []
233
365
  include Aws::Structure
234
366
  end
235
367
 
@@ -243,6 +375,7 @@ module Aws::GuardDuty
243
375
  #
244
376
  class City < Struct.new(
245
377
  :city_name)
378
+ SENSITIVE = []
246
379
  include Aws::Structure
247
380
  end
248
381
 
@@ -341,6 +474,7 @@ module Aws::GuardDuty
341
474
  :greater_than_or_equal,
342
475
  :less_than,
343
476
  :less_than_or_equal)
477
+ SENSITIVE = []
344
478
  include Aws::Structure
345
479
  end
346
480
 
@@ -360,6 +494,7 @@ module Aws::GuardDuty
360
494
  class Country < Struct.new(
361
495
  :country_code,
362
496
  :country_name)
497
+ SENSITIVE = []
363
498
  include Aws::Structure
364
499
  end
365
500
 
@@ -403,6 +538,7 @@ module Aws::GuardDuty
403
538
  :client_token,
404
539
  :finding_publishing_frequency,
405
540
  :tags)
541
+ SENSITIVE = []
406
542
  include Aws::Structure
407
543
  end
408
544
 
@@ -414,6 +550,7 @@ module Aws::GuardDuty
414
550
  #
415
551
  class CreateDetectorResponse < Struct.new(
416
552
  :detector_id)
553
+ SENSITIVE = []
417
554
  include Aws::Structure
418
555
  end
419
556
 
@@ -612,6 +749,7 @@ module Aws::GuardDuty
612
749
  :finding_criteria,
613
750
  :client_token,
614
751
  :tags)
752
+ SENSITIVE = []
615
753
  include Aws::Structure
616
754
  end
617
755
 
@@ -623,6 +761,7 @@ module Aws::GuardDuty
623
761
  #
624
762
  class CreateFilterResponse < Struct.new(
625
763
  :name)
764
+ SENSITIVE = []
626
765
  include Aws::Structure
627
766
  end
628
767
 
@@ -658,7 +797,8 @@ module Aws::GuardDuty
658
797
  # @return [String]
659
798
  #
660
799
  # @!attribute [rw] location
661
- # The URI of the file that contains the IPSet. For example: .
800
+ # The URI of the file that contains the IPSet. For example:
801
+ # https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key.
662
802
  # @return [String]
663
803
  #
664
804
  # @!attribute [rw] activate
@@ -687,6 +827,7 @@ module Aws::GuardDuty
687
827
  :activate,
688
828
  :client_token,
689
829
  :tags)
830
+ SENSITIVE = []
690
831
  include Aws::Structure
691
832
  end
692
833
 
@@ -698,6 +839,7 @@ module Aws::GuardDuty
698
839
  #
699
840
  class CreateIPSetResponse < Struct.new(
700
841
  :ip_set_id)
842
+ SENSITIVE = []
701
843
  include Aws::Structure
702
844
  end
703
845
 
@@ -729,6 +871,7 @@ module Aws::GuardDuty
729
871
  class CreateMembersRequest < Struct.new(
730
872
  :detector_id,
731
873
  :account_details)
874
+ SENSITIVE = []
732
875
  include Aws::Structure
733
876
  end
734
877
 
@@ -741,6 +884,7 @@ module Aws::GuardDuty
741
884
  #
742
885
  class CreateMembersResponse < Struct.new(
743
886
  :unprocessed_accounts)
887
+ SENSITIVE = []
744
888
  include Aws::Structure
745
889
  end
746
890
 
@@ -786,6 +930,7 @@ module Aws::GuardDuty
786
930
  :destination_type,
787
931
  :destination_properties,
788
932
  :client_token)
933
+ SENSITIVE = []
789
934
  include Aws::Structure
790
935
  end
791
936
 
@@ -797,6 +942,7 @@ module Aws::GuardDuty
797
942
  #
798
943
  class CreatePublishingDestinationResponse < Struct.new(
799
944
  :destination_id)
945
+ SENSITIVE = []
800
946
  include Aws::Structure
801
947
  end
802
948
 
@@ -821,6 +967,7 @@ module Aws::GuardDuty
821
967
  class CreateSampleFindingsRequest < Struct.new(
822
968
  :detector_id,
823
969
  :finding_types)
970
+ SENSITIVE = []
824
971
  include Aws::Structure
825
972
  end
826
973
 
@@ -859,7 +1006,8 @@ module Aws::GuardDuty
859
1006
  # @return [String]
860
1007
  #
861
1008
  # @!attribute [rw] location
862
- # The URI of the file that contains the ThreatIntelSet. For example: .
1009
+ # The URI of the file that contains the ThreatIntelSet. For example:
1010
+ # https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key.
863
1011
  # @return [String]
864
1012
  #
865
1013
  # @!attribute [rw] activate
@@ -888,6 +1036,7 @@ module Aws::GuardDuty
888
1036
  :activate,
889
1037
  :client_token,
890
1038
  :tags)
1039
+ SENSITIVE = []
891
1040
  include Aws::Structure
892
1041
  end
893
1042
 
@@ -899,6 +1048,7 @@ module Aws::GuardDuty
899
1048
  #
900
1049
  class CreateThreatIntelSetResponse < Struct.new(
901
1050
  :threat_intel_set_id)
1051
+ SENSITIVE = []
902
1052
  include Aws::Structure
903
1053
  end
904
1054
 
@@ -919,6 +1069,7 @@ module Aws::GuardDuty
919
1069
  #
920
1070
  class DeclineInvitationsRequest < Struct.new(
921
1071
  :account_ids)
1072
+ SENSITIVE = []
922
1073
  include Aws::Structure
923
1074
  end
924
1075
 
@@ -931,6 +1082,32 @@ module Aws::GuardDuty
931
1082
  #
932
1083
  class DeclineInvitationsResponse < Struct.new(
933
1084
  :unprocessed_accounts)
1085
+ SENSITIVE = []
1086
+ include Aws::Structure
1087
+ end
1088
+
1089
+ # Contains information on the server side encryption method used in the
1090
+ # S3 bucket. See [S3 Server-Side Encryption][1] for more information.
1091
+ #
1092
+ #
1093
+ #
1094
+ # [1]: https://docs.aws.amazon.com/AmazonS3/atest/dev/serv-side-encryption.html
1095
+ #
1096
+ # @!attribute [rw] encryption_type
1097
+ # The type of encryption used for objects within the S3 bucket.
1098
+ # @return [String]
1099
+ #
1100
+ # @!attribute [rw] kms_master_key_arn
1101
+ # The Amazon Resource Name (ARN) of the KMS encryption key. Only
1102
+ # available if the bucket `EncryptionType` is `aws:kms`.
1103
+ # @return [String]
1104
+ #
1105
+ # @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/DefaultServerSideEncryption AWS API Documentation
1106
+ #
1107
+ class DefaultServerSideEncryption < Struct.new(
1108
+ :encryption_type,
1109
+ :kms_master_key_arn)
1110
+ SENSITIVE = []
934
1111
  include Aws::Structure
935
1112
  end
936
1113
 
@@ -949,6 +1126,7 @@ module Aws::GuardDuty
949
1126
  #
950
1127
  class DeleteDetectorRequest < Struct.new(
951
1128
  :detector_id)
1129
+ SENSITIVE = []
952
1130
  include Aws::Structure
953
1131
  end
954
1132
 
@@ -977,6 +1155,7 @@ module Aws::GuardDuty
977
1155
  class DeleteFilterRequest < Struct.new(
978
1156
  :detector_id,
979
1157
  :filter_name)
1158
+ SENSITIVE = []
980
1159
  include Aws::Structure
981
1160
  end
982
1161
 
@@ -1005,6 +1184,7 @@ module Aws::GuardDuty
1005
1184
  class DeleteIPSetRequest < Struct.new(
1006
1185
  :detector_id,
1007
1186
  :ip_set_id)
1187
+ SENSITIVE = []
1008
1188
  include Aws::Structure
1009
1189
  end
1010
1190
 
@@ -1028,6 +1208,7 @@ module Aws::GuardDuty
1028
1208
  #
1029
1209
  class DeleteInvitationsRequest < Struct.new(
1030
1210
  :account_ids)
1211
+ SENSITIVE = []
1031
1212
  include Aws::Structure
1032
1213
  end
1033
1214
 
@@ -1040,6 +1221,7 @@ module Aws::GuardDuty
1040
1221
  #
1041
1222
  class DeleteInvitationsResponse < Struct.new(
1042
1223
  :unprocessed_accounts)
1224
+ SENSITIVE = []
1043
1225
  include Aws::Structure
1044
1226
  end
1045
1227
 
@@ -1066,6 +1248,7 @@ module Aws::GuardDuty
1066
1248
  class DeleteMembersRequest < Struct.new(
1067
1249
  :detector_id,
1068
1250
  :account_ids)
1251
+ SENSITIVE = []
1069
1252
  include Aws::Structure
1070
1253
  end
1071
1254
 
@@ -1077,6 +1260,7 @@ module Aws::GuardDuty
1077
1260
  #
1078
1261
  class DeleteMembersResponse < Struct.new(
1079
1262
  :unprocessed_accounts)
1263
+ SENSITIVE = []
1080
1264
  include Aws::Structure
1081
1265
  end
1082
1266
 
@@ -1102,6 +1286,7 @@ module Aws::GuardDuty
1102
1286
  class DeletePublishingDestinationRequest < Struct.new(
1103
1287
  :detector_id,
1104
1288
  :destination_id)
1289
+ SENSITIVE = []
1105
1290
  include Aws::Structure
1106
1291
  end
1107
1292
 
@@ -1131,6 +1316,7 @@ module Aws::GuardDuty
1131
1316
  class DeleteThreatIntelSetRequest < Struct.new(
1132
1317
  :detector_id,
1133
1318
  :threat_intel_set_id)
1319
+ SENSITIVE = []
1134
1320
  include Aws::Structure
1135
1321
  end
1136
1322
 
@@ -1154,6 +1340,7 @@ module Aws::GuardDuty
1154
1340
  #
1155
1341
  class DescribeOrganizationConfigurationRequest < Struct.new(
1156
1342
  :detector_id)
1343
+ SENSITIVE = []
1157
1344
  include Aws::Structure
1158
1345
  end
1159
1346
 
@@ -1172,6 +1359,7 @@ module Aws::GuardDuty
1172
1359
  class DescribeOrganizationConfigurationResponse < Struct.new(
1173
1360
  :auto_enable,
1174
1361
  :member_account_limit_reached)
1362
+ SENSITIVE = []
1175
1363
  include Aws::Structure
1176
1364
  end
1177
1365
 
@@ -1197,6 +1385,7 @@ module Aws::GuardDuty
1197
1385
  class DescribePublishingDestinationRequest < Struct.new(
1198
1386
  :detector_id,
1199
1387
  :destination_id)
1388
+ SENSITIVE = []
1200
1389
  include Aws::Structure
1201
1390
  end
1202
1391
 
@@ -1231,6 +1420,7 @@ module Aws::GuardDuty
1231
1420
  :status,
1232
1421
  :publishing_failure_start_timestamp,
1233
1422
  :destination_properties)
1423
+ SENSITIVE = []
1234
1424
  include Aws::Structure
1235
1425
  end
1236
1426
 
@@ -1256,6 +1446,7 @@ module Aws::GuardDuty
1256
1446
  :destination_id,
1257
1447
  :destination_type,
1258
1448
  :status)
1449
+ SENSITIVE = []
1259
1450
  include Aws::Structure
1260
1451
  end
1261
1452
 
@@ -1284,6 +1475,7 @@ module Aws::GuardDuty
1284
1475
  class DestinationProperties < Struct.new(
1285
1476
  :destination_arn,
1286
1477
  :kms_key_arn)
1478
+ SENSITIVE = []
1287
1479
  include Aws::Structure
1288
1480
  end
1289
1481
 
@@ -1303,6 +1495,7 @@ module Aws::GuardDuty
1303
1495
  #
1304
1496
  class DisableOrganizationAdminAccountRequest < Struct.new(
1305
1497
  :admin_account_id)
1498
+ SENSITIVE = []
1306
1499
  include Aws::Structure
1307
1500
  end
1308
1501
 
@@ -1325,6 +1518,7 @@ module Aws::GuardDuty
1325
1518
  #
1326
1519
  class DisassociateFromMasterAccountRequest < Struct.new(
1327
1520
  :detector_id)
1521
+ SENSITIVE = []
1328
1522
  include Aws::Structure
1329
1523
  end
1330
1524
 
@@ -1355,6 +1549,7 @@ module Aws::GuardDuty
1355
1549
  class DisassociateMembersRequest < Struct.new(
1356
1550
  :detector_id,
1357
1551
  :account_ids)
1552
+ SENSITIVE = []
1358
1553
  include Aws::Structure
1359
1554
  end
1360
1555
 
@@ -1367,6 +1562,7 @@ module Aws::GuardDuty
1367
1562
  #
1368
1563
  class DisassociateMembersResponse < Struct.new(
1369
1564
  :unprocessed_accounts)
1565
+ SENSITIVE = []
1370
1566
  include Aws::Structure
1371
1567
  end
1372
1568
 
@@ -1381,6 +1577,7 @@ module Aws::GuardDuty
1381
1577
  #
1382
1578
  class DnsRequestAction < Struct.new(
1383
1579
  :domain)
1580
+ SENSITIVE = []
1384
1581
  include Aws::Structure
1385
1582
  end
1386
1583
 
@@ -1394,6 +1591,7 @@ module Aws::GuardDuty
1394
1591
  #
1395
1592
  class DomainDetails < Struct.new(
1396
1593
  :domain)
1594
+ SENSITIVE = []
1397
1595
  include Aws::Structure
1398
1596
  end
1399
1597
 
@@ -1413,6 +1611,7 @@ module Aws::GuardDuty
1413
1611
  #
1414
1612
  class EnableOrganizationAdminAccountRequest < Struct.new(
1415
1613
  :admin_account_id)
1614
+ SENSITIVE = []
1416
1615
  include Aws::Structure
1417
1616
  end
1418
1617
 
@@ -1430,6 +1629,7 @@ module Aws::GuardDuty
1430
1629
  #
1431
1630
  class Evidence < Struct.new(
1432
1631
  :threat_intelligence_details)
1632
+ SENSITIVE = []
1433
1633
  include Aws::Structure
1434
1634
  end
1435
1635
 
@@ -1515,6 +1715,7 @@ module Aws::GuardDuty
1515
1715
  :title,
1516
1716
  :type,
1517
1717
  :updated_at)
1718
+ SENSITIVE = []
1518
1719
  include Aws::Structure
1519
1720
  end
1520
1721
 
@@ -1551,6 +1752,7 @@ module Aws::GuardDuty
1551
1752
  #
1552
1753
  class FindingCriteria < Struct.new(
1553
1754
  :criterion)
1755
+ SENSITIVE = []
1554
1756
  include Aws::Structure
1555
1757
  end
1556
1758
 
@@ -1565,6 +1767,7 @@ module Aws::GuardDuty
1565
1767
  #
1566
1768
  class FindingStatistics < Struct.new(
1567
1769
  :count_by_severity)
1770
+ SENSITIVE = []
1568
1771
  include Aws::Structure
1569
1772
  end
1570
1773
 
@@ -1583,6 +1786,7 @@ module Aws::GuardDuty
1583
1786
  class GeoLocation < Struct.new(
1584
1787
  :lat,
1585
1788
  :lon)
1789
+ SENSITIVE = []
1586
1790
  include Aws::Structure
1587
1791
  end
1588
1792
 
@@ -1601,6 +1805,7 @@ module Aws::GuardDuty
1601
1805
  #
1602
1806
  class GetDetectorRequest < Struct.new(
1603
1807
  :detector_id)
1808
+ SENSITIVE = []
1604
1809
  include Aws::Structure
1605
1810
  end
1606
1811
 
@@ -1637,6 +1842,7 @@ module Aws::GuardDuty
1637
1842
  :status,
1638
1843
  :updated_at,
1639
1844
  :tags)
1845
+ SENSITIVE = []
1640
1846
  include Aws::Structure
1641
1847
  end
1642
1848
 
@@ -1661,6 +1867,7 @@ module Aws::GuardDuty
1661
1867
  class GetFilterRequest < Struct.new(
1662
1868
  :detector_id,
1663
1869
  :filter_name)
1870
+ SENSITIVE = []
1664
1871
  include Aws::Structure
1665
1872
  end
1666
1873
 
@@ -1701,6 +1908,7 @@ module Aws::GuardDuty
1701
1908
  :rank,
1702
1909
  :finding_criteria,
1703
1910
  :tags)
1911
+ SENSITIVE = []
1704
1912
  include Aws::Structure
1705
1913
  end
1706
1914
 
@@ -1735,6 +1943,7 @@ module Aws::GuardDuty
1735
1943
  :detector_id,
1736
1944
  :finding_ids,
1737
1945
  :sort_criteria)
1946
+ SENSITIVE = []
1738
1947
  include Aws::Structure
1739
1948
  end
1740
1949
 
@@ -1746,6 +1955,7 @@ module Aws::GuardDuty
1746
1955
  #
1747
1956
  class GetFindingsResponse < Struct.new(
1748
1957
  :findings)
1958
+ SENSITIVE = []
1749
1959
  include Aws::Structure
1750
1960
  end
1751
1961
 
@@ -1794,6 +2004,7 @@ module Aws::GuardDuty
1794
2004
  :detector_id,
1795
2005
  :finding_statistic_types,
1796
2006
  :finding_criteria)
2007
+ SENSITIVE = []
1797
2008
  include Aws::Structure
1798
2009
  end
1799
2010
 
@@ -1805,6 +2016,7 @@ module Aws::GuardDuty
1805
2016
  #
1806
2017
  class GetFindingsStatisticsResponse < Struct.new(
1807
2018
  :finding_statistics)
2019
+ SENSITIVE = []
1808
2020
  include Aws::Structure
1809
2021
  end
1810
2022
 
@@ -1829,6 +2041,7 @@ module Aws::GuardDuty
1829
2041
  class GetIPSetRequest < Struct.new(
1830
2042
  :detector_id,
1831
2043
  :ip_set_id)
2044
+ SENSITIVE = []
1832
2045
  include Aws::Structure
1833
2046
  end
1834
2047
 
@@ -1841,7 +2054,8 @@ module Aws::GuardDuty
1841
2054
  # @return [String]
1842
2055
  #
1843
2056
  # @!attribute [rw] location
1844
- # The URI of the file that contains the IPSet. For example: .
2057
+ # The URI of the file that contains the IPSet. For example:
2058
+ # https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key.
1845
2059
  # @return [String]
1846
2060
  #
1847
2061
  # @!attribute [rw] status
@@ -1860,6 +2074,7 @@ module Aws::GuardDuty
1860
2074
  :location,
1861
2075
  :status,
1862
2076
  :tags)
2077
+ SENSITIVE = []
1863
2078
  include Aws::Structure
1864
2079
  end
1865
2080
 
@@ -1877,6 +2092,7 @@ module Aws::GuardDuty
1877
2092
  #
1878
2093
  class GetInvitationsCountResponse < Struct.new(
1879
2094
  :invitations_count)
2095
+ SENSITIVE = []
1880
2096
  include Aws::Structure
1881
2097
  end
1882
2098
 
@@ -1895,6 +2111,7 @@ module Aws::GuardDuty
1895
2111
  #
1896
2112
  class GetMasterAccountRequest < Struct.new(
1897
2113
  :detector_id)
2114
+ SENSITIVE = []
1898
2115
  include Aws::Structure
1899
2116
  end
1900
2117
 
@@ -1906,6 +2123,7 @@ module Aws::GuardDuty
1906
2123
  #
1907
2124
  class GetMasterAccountResponse < Struct.new(
1908
2125
  :master)
2126
+ SENSITIVE = []
1909
2127
  include Aws::Structure
1910
2128
  end
1911
2129
 
@@ -1932,6 +2150,7 @@ module Aws::GuardDuty
1932
2150
  class GetMembersRequest < Struct.new(
1933
2151
  :detector_id,
1934
2152
  :account_ids)
2153
+ SENSITIVE = []
1935
2154
  include Aws::Structure
1936
2155
  end
1937
2156
 
@@ -1949,6 +2168,7 @@ module Aws::GuardDuty
1949
2168
  class GetMembersResponse < Struct.new(
1950
2169
  :members,
1951
2170
  :unprocessed_accounts)
2171
+ SENSITIVE = []
1952
2172
  include Aws::Structure
1953
2173
  end
1954
2174
 
@@ -1974,6 +2194,7 @@ module Aws::GuardDuty
1974
2194
  class GetThreatIntelSetRequest < Struct.new(
1975
2195
  :detector_id,
1976
2196
  :threat_intel_set_id)
2197
+ SENSITIVE = []
1977
2198
  include Aws::Structure
1978
2199
  end
1979
2200
 
@@ -1988,7 +2209,8 @@ module Aws::GuardDuty
1988
2209
  # @return [String]
1989
2210
  #
1990
2211
  # @!attribute [rw] location
1991
- # The URI of the file that contains the ThreatIntelSet. For example: .
2212
+ # The URI of the file that contains the ThreatIntelSet. For example:
2213
+ # https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key.
1992
2214
  # @return [String]
1993
2215
  #
1994
2216
  # @!attribute [rw] status
@@ -2007,6 +2229,7 @@ module Aws::GuardDuty
2007
2229
  :location,
2008
2230
  :status,
2009
2231
  :tags)
2232
+ SENSITIVE = []
2010
2233
  include Aws::Structure
2011
2234
  end
2012
2235
 
@@ -2025,6 +2248,7 @@ module Aws::GuardDuty
2025
2248
  class IamInstanceProfile < Struct.new(
2026
2249
  :arn,
2027
2250
  :id)
2251
+ SENSITIVE = []
2028
2252
  include Aws::Structure
2029
2253
  end
2030
2254
 
@@ -2099,6 +2323,7 @@ module Aws::GuardDuty
2099
2323
  :platform,
2100
2324
  :product_codes,
2101
2325
  :tags)
2326
+ SENSITIVE = []
2102
2327
  include Aws::Structure
2103
2328
  end
2104
2329
 
@@ -2117,6 +2342,7 @@ module Aws::GuardDuty
2117
2342
  class InternalServerErrorException < Struct.new(
2118
2343
  :message,
2119
2344
  :type)
2345
+ SENSITIVE = []
2120
2346
  include Aws::Structure
2121
2347
  end
2122
2348
 
@@ -2147,6 +2373,7 @@ module Aws::GuardDuty
2147
2373
  :invitation_id,
2148
2374
  :relationship_status,
2149
2375
  :invited_at)
2376
+ SENSITIVE = []
2150
2377
  include Aws::Structure
2151
2378
  end
2152
2379
 
@@ -2188,6 +2415,7 @@ module Aws::GuardDuty
2188
2415
  :account_ids,
2189
2416
  :disable_email_notification,
2190
2417
  :message)
2418
+ SENSITIVE = []
2191
2419
  include Aws::Structure
2192
2420
  end
2193
2421
 
@@ -2200,6 +2428,7 @@ module Aws::GuardDuty
2200
2428
  #
2201
2429
  class InviteMembersResponse < Struct.new(
2202
2430
  :unprocessed_accounts)
2431
+ SENSITIVE = []
2203
2432
  include Aws::Structure
2204
2433
  end
2205
2434
 
@@ -2230,6 +2459,7 @@ module Aws::GuardDuty
2230
2459
  class ListDetectorsRequest < Struct.new(
2231
2460
  :max_results,
2232
2461
  :next_token)
2462
+ SENSITIVE = []
2233
2463
  include Aws::Structure
2234
2464
  end
2235
2465
 
@@ -2247,6 +2477,7 @@ module Aws::GuardDuty
2247
2477
  class ListDetectorsResponse < Struct.new(
2248
2478
  :detector_ids,
2249
2479
  :next_token)
2480
+ SENSITIVE = []
2250
2481
  include Aws::Structure
2251
2482
  end
2252
2483
 
@@ -2283,6 +2514,7 @@ module Aws::GuardDuty
2283
2514
  :detector_id,
2284
2515
  :max_results,
2285
2516
  :next_token)
2517
+ SENSITIVE = []
2286
2518
  include Aws::Structure
2287
2519
  end
2288
2520
 
@@ -2300,6 +2532,7 @@ module Aws::GuardDuty
2300
2532
  class ListFiltersResponse < Struct.new(
2301
2533
  :filter_names,
2302
2534
  :next_token)
2535
+ SENSITIVE = []
2303
2536
  include Aws::Structure
2304
2537
  end
2305
2538
 
@@ -2367,8 +2600,6 @@ module Aws::GuardDuty
2367
2600
  #
2368
2601
  # * resource.instanceDetails.instanceId
2369
2602
  #
2370
- # * resource.instanceDetails.outpostArn
2371
- #
2372
2603
  # * resource.instanceDetails.networkInterfaces.ipv6Addresses
2373
2604
  #
2374
2605
  # * resource.instanceDetails.networkInterfaces.privateIpAddresses.privateIpAddress
@@ -2419,8 +2650,6 @@ module Aws::GuardDuty
2419
2650
  #
2420
2651
  # * service.action.networkConnectionAction.protocol
2421
2652
  #
2422
- # * service.action.networkConnectionAction.localIpDetails.ipAddressV4
2423
- #
2424
2653
  # * service.action.networkConnectionAction.remoteIpDetails.city.cityName
2425
2654
  #
2426
2655
  # * service.action.networkConnectionAction.remoteIpDetails.country.countryName
@@ -2479,6 +2708,7 @@ module Aws::GuardDuty
2479
2708
  :sort_criteria,
2480
2709
  :max_results,
2481
2710
  :next_token)
2711
+ SENSITIVE = []
2482
2712
  include Aws::Structure
2483
2713
  end
2484
2714
 
@@ -2496,6 +2726,7 @@ module Aws::GuardDuty
2496
2726
  class ListFindingsResponse < Struct.new(
2497
2727
  :finding_ids,
2498
2728
  :next_token)
2729
+ SENSITIVE = []
2499
2730
  include Aws::Structure
2500
2731
  end
2501
2732
 
@@ -2532,6 +2763,7 @@ module Aws::GuardDuty
2532
2763
  :detector_id,
2533
2764
  :max_results,
2534
2765
  :next_token)
2766
+ SENSITIVE = []
2535
2767
  include Aws::Structure
2536
2768
  end
2537
2769
 
@@ -2549,6 +2781,7 @@ module Aws::GuardDuty
2549
2781
  class ListIPSetsResponse < Struct.new(
2550
2782
  :ip_set_ids,
2551
2783
  :next_token)
2784
+ SENSITIVE = []
2552
2785
  include Aws::Structure
2553
2786
  end
2554
2787
 
@@ -2579,6 +2812,7 @@ module Aws::GuardDuty
2579
2812
  class ListInvitationsRequest < Struct.new(
2580
2813
  :max_results,
2581
2814
  :next_token)
2815
+ SENSITIVE = []
2582
2816
  include Aws::Structure
2583
2817
  end
2584
2818
 
@@ -2596,6 +2830,7 @@ module Aws::GuardDuty
2596
2830
  class ListInvitationsResponse < Struct.new(
2597
2831
  :invitations,
2598
2832
  :next_token)
2833
+ SENSITIVE = []
2599
2834
  include Aws::Structure
2600
2835
  end
2601
2836
 
@@ -2628,11 +2863,9 @@ module Aws::GuardDuty
2628
2863
  # @return [String]
2629
2864
  #
2630
2865
  # @!attribute [rw] only_associated
2631
- # Specifies what member accounts the response includes based on their
2632
- # relationship status with the master account. The default value is
2633
- # "true". If set to "false" the response includes all existing
2634
- # member accounts (including members who haven't been invited yet or
2635
- # have been disassociated).
2866
+ # Specifies whether to only return associated members or to return all
2867
+ # members (including members who haven't been invited yet or have
2868
+ # been disassociated).
2636
2869
  # @return [String]
2637
2870
  #
2638
2871
  # @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/ListMembersRequest AWS API Documentation
@@ -2642,6 +2875,7 @@ module Aws::GuardDuty
2642
2875
  :max_results,
2643
2876
  :next_token,
2644
2877
  :only_associated)
2878
+ SENSITIVE = []
2645
2879
  include Aws::Structure
2646
2880
  end
2647
2881
 
@@ -2659,6 +2893,7 @@ module Aws::GuardDuty
2659
2893
  class ListMembersResponse < Struct.new(
2660
2894
  :members,
2661
2895
  :next_token)
2896
+ SENSITIVE = []
2662
2897
  include Aws::Structure
2663
2898
  end
2664
2899
 
@@ -2687,6 +2922,7 @@ module Aws::GuardDuty
2687
2922
  class ListOrganizationAdminAccountsRequest < Struct.new(
2688
2923
  :max_results,
2689
2924
  :next_token)
2925
+ SENSITIVE = []
2690
2926
  include Aws::Structure
2691
2927
  end
2692
2928
 
@@ -2705,6 +2941,7 @@ module Aws::GuardDuty
2705
2941
  class ListOrganizationAdminAccountsResponse < Struct.new(
2706
2942
  :admin_accounts,
2707
2943
  :next_token)
2944
+ SENSITIVE = []
2708
2945
  include Aws::Structure
2709
2946
  end
2710
2947
 
@@ -2739,6 +2976,7 @@ module Aws::GuardDuty
2739
2976
  :detector_id,
2740
2977
  :max_results,
2741
2978
  :next_token)
2979
+ SENSITIVE = []
2742
2980
  include Aws::Structure
2743
2981
  end
2744
2982
 
@@ -2760,6 +2998,7 @@ module Aws::GuardDuty
2760
2998
  class ListPublishingDestinationsResponse < Struct.new(
2761
2999
  :destinations,
2762
3000
  :next_token)
3001
+ SENSITIVE = []
2763
3002
  include Aws::Structure
2764
3003
  end
2765
3004
 
@@ -2778,6 +3017,7 @@ module Aws::GuardDuty
2778
3017
  #
2779
3018
  class ListTagsForResourceRequest < Struct.new(
2780
3019
  :resource_arn)
3020
+ SENSITIVE = []
2781
3021
  include Aws::Structure
2782
3022
  end
2783
3023
 
@@ -2789,6 +3029,7 @@ module Aws::GuardDuty
2789
3029
  #
2790
3030
  class ListTagsForResourceResponse < Struct.new(
2791
3031
  :tags)
3032
+ SENSITIVE = []
2792
3033
  include Aws::Structure
2793
3034
  end
2794
3035
 
@@ -2826,6 +3067,7 @@ module Aws::GuardDuty
2826
3067
  :detector_id,
2827
3068
  :max_results,
2828
3069
  :next_token)
3070
+ SENSITIVE = []
2829
3071
  include Aws::Structure
2830
3072
  end
2831
3073
 
@@ -2843,6 +3085,7 @@ module Aws::GuardDuty
2843
3085
  class ListThreatIntelSetsResponse < Struct.new(
2844
3086
  :threat_intel_set_ids,
2845
3087
  :next_token)
3088
+ SENSITIVE = []
2846
3089
  include Aws::Structure
2847
3090
  end
2848
3091
 
@@ -2856,6 +3099,7 @@ module Aws::GuardDuty
2856
3099
  #
2857
3100
  class LocalIpDetails < Struct.new(
2858
3101
  :ip_address_v4)
3102
+ SENSITIVE = []
2859
3103
  include Aws::Structure
2860
3104
  end
2861
3105
 
@@ -2874,6 +3118,7 @@ module Aws::GuardDuty
2874
3118
  class LocalPortDetails < Struct.new(
2875
3119
  :port,
2876
3120
  :port_name)
3121
+ SENSITIVE = []
2877
3122
  include Aws::Structure
2878
3123
  end
2879
3124
 
@@ -2903,6 +3148,7 @@ module Aws::GuardDuty
2903
3148
  :invitation_id,
2904
3149
  :relationship_status,
2905
3150
  :invited_at)
3151
+ SENSITIVE = []
2906
3152
  include Aws::Structure
2907
3153
  end
2908
3154
 
@@ -2946,6 +3192,7 @@ module Aws::GuardDuty
2946
3192
  :relationship_status,
2947
3193
  :invited_at,
2948
3194
  :updated_at)
3195
+ SENSITIVE = []
2949
3196
  include Aws::Structure
2950
3197
  end
2951
3198
 
@@ -2991,6 +3238,7 @@ module Aws::GuardDuty
2991
3238
  :local_ip_details,
2992
3239
  :remote_ip_details,
2993
3240
  :remote_port_details)
3241
+ SENSITIVE = []
2994
3242
  include Aws::Structure
2995
3243
  end
2996
3244
 
@@ -3050,6 +3298,7 @@ module Aws::GuardDuty
3050
3298
  :security_groups,
3051
3299
  :subnet_id,
3052
3300
  :vpc_id)
3301
+ SENSITIVE = []
3053
3302
  include Aws::Structure
3054
3303
  end
3055
3304
 
@@ -3080,6 +3329,49 @@ module Aws::GuardDuty
3080
3329
  :asn_org,
3081
3330
  :isp,
3082
3331
  :org)
3332
+ SENSITIVE = []
3333
+ include Aws::Structure
3334
+ end
3335
+
3336
+ # Contains information on the owner of the bucket.
3337
+ #
3338
+ # @!attribute [rw] id
3339
+ # The canonical user ID of the bucket owner. For information about
3340
+ # locating your canonical user ID see [Finding Your Account Canonical
3341
+ # User ID.][1]
3342
+ #
3343
+ #
3344
+ #
3345
+ # [1]: https://docs.aws.amazon.com/general/latest/gr/acct-identifiers.html#FindingCanonicalId
3346
+ # @return [String]
3347
+ #
3348
+ # @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/Owner AWS API Documentation
3349
+ #
3350
+ class Owner < Struct.new(
3351
+ :id)
3352
+ SENSITIVE = []
3353
+ include Aws::Structure
3354
+ end
3355
+
3356
+ # Contains information about how permissions are configured for the S3
3357
+ # bucket.
3358
+ #
3359
+ # @!attribute [rw] bucket_level_permissions
3360
+ # Contains information about the bucket level permissions for the S3
3361
+ # bucket.
3362
+ # @return [Types::BucketLevelPermissions]
3363
+ #
3364
+ # @!attribute [rw] account_level_permissions
3365
+ # Contains information about the account level permissions on the S3
3366
+ # bucket.
3367
+ # @return [Types::AccountLevelPermissions]
3368
+ #
3369
+ # @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/PermissionConfiguration AWS API Documentation
3370
+ #
3371
+ class PermissionConfiguration < Struct.new(
3372
+ :bucket_level_permissions,
3373
+ :account_level_permissions)
3374
+ SENSITIVE = []
3083
3375
  include Aws::Structure
3084
3376
  end
3085
3377
 
@@ -3100,6 +3392,7 @@ module Aws::GuardDuty
3100
3392
  class PortProbeAction < Struct.new(
3101
3393
  :blocked,
3102
3394
  :port_probe_details)
3395
+ SENSITIVE = []
3103
3396
  include Aws::Structure
3104
3397
  end
3105
3398
 
@@ -3123,6 +3416,7 @@ module Aws::GuardDuty
3123
3416
  :local_port_details,
3124
3417
  :local_ip_details,
3125
3418
  :remote_ip_details)
3419
+ SENSITIVE = []
3126
3420
  include Aws::Structure
3127
3421
  end
3128
3422
 
@@ -3141,6 +3435,7 @@ module Aws::GuardDuty
3141
3435
  class PrivateIpAddressDetails < Struct.new(
3142
3436
  :private_dns_name,
3143
3437
  :private_ip_address)
3438
+ SENSITIVE = []
3144
3439
  include Aws::Structure
3145
3440
  end
3146
3441
 
@@ -3159,6 +3454,28 @@ module Aws::GuardDuty
3159
3454
  class ProductCode < Struct.new(
3160
3455
  :code,
3161
3456
  :product_type)
3457
+ SENSITIVE = []
3458
+ include Aws::Structure
3459
+ end
3460
+
3461
+ # Describes the public access policies that apply to the S3 bucket.
3462
+ #
3463
+ # @!attribute [rw] permission_configuration
3464
+ # Contains information about how permissions are configured for the S3
3465
+ # bucket.
3466
+ # @return [Types::PermissionConfiguration]
3467
+ #
3468
+ # @!attribute [rw] effective_permission
3469
+ # Describes the effective permission on this bucket after factoring
3470
+ # all attached policies.
3471
+ # @return [String]
3472
+ #
3473
+ # @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/PublicAccess AWS API Documentation
3474
+ #
3475
+ class PublicAccess < Struct.new(
3476
+ :permission_configuration,
3477
+ :effective_permission)
3478
+ SENSITIVE = []
3162
3479
  include Aws::Structure
3163
3480
  end
3164
3481
 
@@ -3192,6 +3509,7 @@ module Aws::GuardDuty
3192
3509
  :geo_location,
3193
3510
  :ip_address_v4,
3194
3511
  :organization)
3512
+ SENSITIVE = []
3195
3513
  include Aws::Structure
3196
3514
  end
3197
3515
 
@@ -3210,6 +3528,7 @@ module Aws::GuardDuty
3210
3528
  class RemotePortDetails < Struct.new(
3211
3529
  :port,
3212
3530
  :port_name)
3531
+ SENSITIVE = []
3213
3532
  include Aws::Structure
3214
3533
  end
3215
3534
 
@@ -3222,6 +3541,10 @@ module Aws::GuardDuty
3222
3541
  # finding.
3223
3542
  # @return [Types::AccessKeyDetails]
3224
3543
  #
3544
+ # @!attribute [rw] s3_bucket_details
3545
+ # Contains information on the S3 bucket.
3546
+ # @return [Array<Types::S3BucketDetail>]
3547
+ #
3225
3548
  # @!attribute [rw] instance_details
3226
3549
  # The information about the EC2 instance associated with the activity
3227
3550
  # that prompted GuardDuty to generate a finding.
@@ -3235,8 +3558,57 @@ module Aws::GuardDuty
3235
3558
  #
3236
3559
  class Resource < Struct.new(
3237
3560
  :access_key_details,
3561
+ :s3_bucket_details,
3238
3562
  :instance_details,
3239
3563
  :resource_type)
3564
+ SENSITIVE = []
3565
+ include Aws::Structure
3566
+ end
3567
+
3568
+ # @!attribute [rw] arn
3569
+ # The Amazon Resource Name (ARN) of the S3 bucket.
3570
+ # @return [String]
3571
+ #
3572
+ # @!attribute [rw] name
3573
+ # The name of the S3 bucket.
3574
+ # @return [String]
3575
+ #
3576
+ # @!attribute [rw] type
3577
+ # Describes whether the bucket is a source or destination bucket.
3578
+ # @return [String]
3579
+ #
3580
+ # @!attribute [rw] created_at
3581
+ # The date and time the bucket was created at.
3582
+ # @return [Time]
3583
+ #
3584
+ # @!attribute [rw] owner
3585
+ # The owner of the S3 bucket.
3586
+ # @return [Types::Owner]
3587
+ #
3588
+ # @!attribute [rw] tags
3589
+ # All tags attached to the S3 bucket
3590
+ # @return [Array<Types::Tag>]
3591
+ #
3592
+ # @!attribute [rw] default_server_side_encryption
3593
+ # Describes the server side encryption method used in the S3 bucket.
3594
+ # @return [Types::DefaultServerSideEncryption]
3595
+ #
3596
+ # @!attribute [rw] public_access
3597
+ # Describes the public access policies that apply to the S3 bucket.
3598
+ # @return [Types::PublicAccess]
3599
+ #
3600
+ # @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/S3BucketDetail AWS API Documentation
3601
+ #
3602
+ class S3BucketDetail < Struct.new(
3603
+ :arn,
3604
+ :name,
3605
+ :type,
3606
+ :created_at,
3607
+ :owner,
3608
+ :tags,
3609
+ :default_server_side_encryption,
3610
+ :public_access)
3611
+ SENSITIVE = []
3240
3612
  include Aws::Structure
3241
3613
  end
3242
3614
 
@@ -3256,6 +3628,7 @@ module Aws::GuardDuty
3256
3628
  class SecurityGroup < Struct.new(
3257
3629
  :group_id,
3258
3630
  :group_name)
3631
+ SENSITIVE = []
3259
3632
  include Aws::Structure
3260
3633
  end
3261
3634
 
@@ -3316,6 +3689,7 @@ module Aws::GuardDuty
3316
3689
  :resource_role,
3317
3690
  :service_name,
3318
3691
  :user_feedback)
3692
+ SENSITIVE = []
3319
3693
  include Aws::Structure
3320
3694
  end
3321
3695
 
@@ -3343,6 +3717,7 @@ module Aws::GuardDuty
3343
3717
  class SortCriteria < Struct.new(
3344
3718
  :attribute_name,
3345
3719
  :order_by)
3720
+ SENSITIVE = []
3346
3721
  include Aws::Structure
3347
3722
  end
3348
3723
 
@@ -3369,6 +3744,7 @@ module Aws::GuardDuty
3369
3744
  class StartMonitoringMembersRequest < Struct.new(
3370
3745
  :detector_id,
3371
3746
  :account_ids)
3747
+ SENSITIVE = []
3372
3748
  include Aws::Structure
3373
3749
  end
3374
3750
 
@@ -3381,6 +3757,7 @@ module Aws::GuardDuty
3381
3757
  #
3382
3758
  class StartMonitoringMembersResponse < Struct.new(
3383
3759
  :unprocessed_accounts)
3760
+ SENSITIVE = []
3384
3761
  include Aws::Structure
3385
3762
  end
3386
3763
 
@@ -3406,6 +3783,7 @@ module Aws::GuardDuty
3406
3783
  class StopMonitoringMembersRequest < Struct.new(
3407
3784
  :detector_id,
3408
3785
  :account_ids)
3786
+ SENSITIVE = []
3409
3787
  include Aws::Structure
3410
3788
  end
3411
3789
 
@@ -3419,6 +3797,7 @@ module Aws::GuardDuty
3419
3797
  #
3420
3798
  class StopMonitoringMembersResponse < Struct.new(
3421
3799
  :unprocessed_accounts)
3800
+ SENSITIVE = []
3422
3801
  include Aws::Structure
3423
3802
  end
3424
3803
 
@@ -3437,6 +3816,7 @@ module Aws::GuardDuty
3437
3816
  class Tag < Struct.new(
3438
3817
  :key,
3439
3818
  :value)
3819
+ SENSITIVE = []
3440
3820
  include Aws::Structure
3441
3821
  end
3442
3822
 
@@ -3464,6 +3844,7 @@ module Aws::GuardDuty
3464
3844
  class TagResourceRequest < Struct.new(
3465
3845
  :resource_arn,
3466
3846
  :tags)
3847
+ SENSITIVE = []
3467
3848
  include Aws::Structure
3468
3849
  end
3469
3850
 
@@ -3488,6 +3869,7 @@ module Aws::GuardDuty
3488
3869
  class ThreatIntelligenceDetail < Struct.new(
3489
3870
  :threat_list_name,
3490
3871
  :threat_names)
3872
+ SENSITIVE = []
3491
3873
  include Aws::Structure
3492
3874
  end
3493
3875
 
@@ -3512,6 +3894,7 @@ module Aws::GuardDuty
3512
3894
  class UnarchiveFindingsRequest < Struct.new(
3513
3895
  :detector_id,
3514
3896
  :finding_ids)
3897
+ SENSITIVE = []
3515
3898
  include Aws::Structure
3516
3899
  end
3517
3900
 
@@ -3534,6 +3917,7 @@ module Aws::GuardDuty
3534
3917
  class UnprocessedAccount < Struct.new(
3535
3918
  :account_id,
3536
3919
  :result)
3920
+ SENSITIVE = []
3537
3921
  include Aws::Structure
3538
3922
  end
3539
3923
 
@@ -3558,6 +3942,7 @@ module Aws::GuardDuty
3558
3942
  class UntagResourceRequest < Struct.new(
3559
3943
  :resource_arn,
3560
3944
  :tag_keys)
3945
+ SENSITIVE = []
3561
3946
  include Aws::Structure
3562
3947
  end
3563
3948
 
@@ -3593,6 +3978,7 @@ module Aws::GuardDuty
3593
3978
  :detector_id,
3594
3979
  :enable,
3595
3980
  :finding_publishing_frequency)
3981
+ SENSITIVE = []
3596
3982
  include Aws::Structure
3597
3983
  end
3598
3984
 
@@ -3667,6 +4053,7 @@ module Aws::GuardDuty
3667
4053
  :action,
3668
4054
  :rank,
3669
4055
  :finding_criteria)
4056
+ SENSITIVE = []
3670
4057
  include Aws::Structure
3671
4058
  end
3672
4059
 
@@ -3678,6 +4065,7 @@ module Aws::GuardDuty
3678
4065
  #
3679
4066
  class UpdateFilterResponse < Struct.new(
3680
4067
  :name)
4068
+ SENSITIVE = []
3681
4069
  include Aws::Structure
3682
4070
  end
3683
4071
 
@@ -3716,6 +4104,7 @@ module Aws::GuardDuty
3716
4104
  :finding_ids,
3717
4105
  :feedback,
3718
4106
  :comments)
4107
+ SENSITIVE = []
3719
4108
  include Aws::Structure
3720
4109
  end
3721
4110
 
@@ -3748,7 +4137,8 @@ module Aws::GuardDuty
3748
4137
  # @return [String]
3749
4138
  #
3750
4139
  # @!attribute [rw] location
3751
- # The updated URI of the file that contains the IPSet. For example: .
4140
+ # The updated URI of the file that contains the IPSet. For example:
4141
+ # https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key.
3752
4142
  # @return [String]
3753
4143
  #
3754
4144
  # @!attribute [rw] activate
@@ -3764,6 +4154,7 @@ module Aws::GuardDuty
3764
4154
  :name,
3765
4155
  :location,
3766
4156
  :activate)
4157
+ SENSITIVE = []
3767
4158
  include Aws::Structure
3768
4159
  end
3769
4160
 
@@ -3793,6 +4184,7 @@ module Aws::GuardDuty
3793
4184
  class UpdateOrganizationConfigurationRequest < Struct.new(
3794
4185
  :detector_id,
3795
4186
  :auto_enable)
4187
+ SENSITIVE = []
3796
4188
  include Aws::Structure
3797
4189
  end
3798
4190
 
@@ -3832,6 +4224,7 @@ module Aws::GuardDuty
3832
4224
  :detector_id,
3833
4225
  :destination_id,
3834
4226
  :destination_properties)
4227
+ SENSITIVE = []
3835
4228
  include Aws::Structure
3836
4229
  end
3837
4230
 
@@ -3867,7 +4260,7 @@ module Aws::GuardDuty
3867
4260
  #
3868
4261
  # @!attribute [rw] location
3869
4262
  # The updated URI of the file that contains the ThreateIntelSet. For
3870
- # example: .
4263
+ # example: https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key.
3871
4264
  # @return [String]
3872
4265
  #
3873
4266
  # @!attribute [rw] activate
@@ -3883,6 +4276,7 @@ module Aws::GuardDuty
3883
4276
  :name,
3884
4277
  :location,
3885
4278
  :activate)
4279
+ SENSITIVE = []
3886
4280
  include Aws::Structure
3887
4281
  end
3888
4282