aws-sdk-guardduty 1.107.0 → 1.108.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 854873401858e098e0ff72c0ae6ead8441db9dbc411cd9fcfcae7cb0509e630d
4
- data.tar.gz: 64105ff6e676df62eb72baa459eff8b596ec430211850cd4d994faaff95dea64
3
+ metadata.gz: b2ee74e333e7addf0dd32f6afbfcfdb73f6e0b06cd7433fbca042453c2a3b379
4
+ data.tar.gz: 62ff29df6a2a875c4aabe2a9cfe090685fc7e33288dc0e52296a3cc85a0f3237
5
5
  SHA512:
6
- metadata.gz: b80fb4809cdbdcada212c8a6d224a09b54dbfa92f8a41302d03e876abe20ed9b7d303a0165ddf7223bde66cebc13627063705022ff2f7e4e36a99dc82cb39c84
7
- data.tar.gz: 8ea2c700244d412f3856c6854b8c5980625730876a28a738afcaa961b0f0bf5648f89b1f0e4374eca9e6c62aa67b924a6d378d888a529cc6e1b9b31b534e9098
6
+ metadata.gz: bd671491196eddb280b558faa35ea83d8a37beebc9233e23aeaccf35f396fb264f376247f885a14379373c7fd2a82b6052b2e2750a6edf89c68b2053ac4a8459
7
+ data.tar.gz: 823134a9f3eb689ad6c9093ed97e358edca63aa237c3d0c884f54b39e101b00b971338261832bda2fdf1d816a9172faced120fd8614c15e1977b665aa67f9bca
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.108.0 (2024-12-02)
5
+ ------------------
6
+
7
+ * Feature - Add new Multi Domain Correlation findings.
8
+
4
9
  1.107.0 (2024-11-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.107.0
1
+ 1.108.0
@@ -2877,6 +2877,117 @@ module Aws::GuardDuty
2877
2877
  # resp.findings[0].service.detection.anomaly.unusual.behavior["String"]["String"].profile_subtype #=> String, one of "FREQUENT", "INFREQUENT", "UNSEEN", "RARE"
2878
2878
  # resp.findings[0].service.detection.anomaly.unusual.behavior["String"]["String"].observations.text #=> Array
2879
2879
  # resp.findings[0].service.detection.anomaly.unusual.behavior["String"]["String"].observations.text[0] #=> String
2880
+ # resp.findings[0].service.detection.sequence.uid #=> String
2881
+ # resp.findings[0].service.detection.sequence.description #=> String
2882
+ # resp.findings[0].service.detection.sequence.actors #=> Array
2883
+ # resp.findings[0].service.detection.sequence.actors[0].id #=> String
2884
+ # resp.findings[0].service.detection.sequence.actors[0].user.name #=> String
2885
+ # resp.findings[0].service.detection.sequence.actors[0].user.uid #=> String
2886
+ # resp.findings[0].service.detection.sequence.actors[0].user.type #=> String
2887
+ # resp.findings[0].service.detection.sequence.actors[0].user.credential_uid #=> String
2888
+ # resp.findings[0].service.detection.sequence.actors[0].user.account.uid #=> String
2889
+ # resp.findings[0].service.detection.sequence.actors[0].user.account.name #=> String
2890
+ # resp.findings[0].service.detection.sequence.actors[0].session.uid #=> String
2891
+ # resp.findings[0].service.detection.sequence.actors[0].session.mfa_status #=> String, one of "ENABLED", "DISABLED"
2892
+ # resp.findings[0].service.detection.sequence.actors[0].session.created_time #=> Time
2893
+ # resp.findings[0].service.detection.sequence.actors[0].session.issuer #=> String
2894
+ # resp.findings[0].service.detection.sequence.resources #=> Array
2895
+ # resp.findings[0].service.detection.sequence.resources[0].uid #=> String
2896
+ # resp.findings[0].service.detection.sequence.resources[0].name #=> String
2897
+ # resp.findings[0].service.detection.sequence.resources[0].account_id #=> String
2898
+ # resp.findings[0].service.detection.sequence.resources[0].resource_type #=> String, one of "EC2_INSTANCE", "EC2_NETWORK_INTERFACE", "S3_BUCKET", "S3_OBJECT", "ACCESS_KEY"
2899
+ # resp.findings[0].service.detection.sequence.resources[0].region #=> String
2900
+ # resp.findings[0].service.detection.sequence.resources[0].service #=> String
2901
+ # resp.findings[0].service.detection.sequence.resources[0].cloud_partition #=> String
2902
+ # resp.findings[0].service.detection.sequence.resources[0].tags #=> Array
2903
+ # resp.findings[0].service.detection.sequence.resources[0].tags[0].key #=> String
2904
+ # resp.findings[0].service.detection.sequence.resources[0].tags[0].value #=> String
2905
+ # resp.findings[0].service.detection.sequence.resources[0].data.s3_bucket.owner_id #=> String
2906
+ # resp.findings[0].service.detection.sequence.resources[0].data.s3_bucket.created_at #=> Time
2907
+ # resp.findings[0].service.detection.sequence.resources[0].data.s3_bucket.encryption_type #=> String
2908
+ # resp.findings[0].service.detection.sequence.resources[0].data.s3_bucket.encryption_key_arn #=> String
2909
+ # resp.findings[0].service.detection.sequence.resources[0].data.s3_bucket.effective_permission #=> String
2910
+ # resp.findings[0].service.detection.sequence.resources[0].data.s3_bucket.public_read_access #=> String, one of "BLOCKED", "ALLOWED"
2911
+ # resp.findings[0].service.detection.sequence.resources[0].data.s3_bucket.public_write_access #=> String, one of "BLOCKED", "ALLOWED"
2912
+ # resp.findings[0].service.detection.sequence.resources[0].data.s3_bucket.account_public_access.public_acl_access #=> String, one of "BLOCKED", "ALLOWED"
2913
+ # resp.findings[0].service.detection.sequence.resources[0].data.s3_bucket.account_public_access.public_policy_access #=> String, one of "BLOCKED", "ALLOWED"
2914
+ # resp.findings[0].service.detection.sequence.resources[0].data.s3_bucket.account_public_access.public_acl_ignore_behavior #=> String, one of "IGNORED", "NOT_IGNORED"
2915
+ # resp.findings[0].service.detection.sequence.resources[0].data.s3_bucket.account_public_access.public_bucket_restrict_behavior #=> String, one of "RESTRICTED", "NOT_RESTRICTED"
2916
+ # resp.findings[0].service.detection.sequence.resources[0].data.s3_bucket.bucket_public_access.public_acl_access #=> String, one of "BLOCKED", "ALLOWED"
2917
+ # resp.findings[0].service.detection.sequence.resources[0].data.s3_bucket.bucket_public_access.public_policy_access #=> String, one of "BLOCKED", "ALLOWED"
2918
+ # resp.findings[0].service.detection.sequence.resources[0].data.s3_bucket.bucket_public_access.public_acl_ignore_behavior #=> String, one of "IGNORED", "NOT_IGNORED"
2919
+ # resp.findings[0].service.detection.sequence.resources[0].data.s3_bucket.bucket_public_access.public_bucket_restrict_behavior #=> String, one of "RESTRICTED", "NOT_RESTRICTED"
2920
+ # resp.findings[0].service.detection.sequence.resources[0].data.s3_bucket.s3_object_uids #=> Array
2921
+ # resp.findings[0].service.detection.sequence.resources[0].data.s3_bucket.s3_object_uids[0] #=> String
2922
+ # resp.findings[0].service.detection.sequence.resources[0].data.ec2_instance.availability_zone #=> String
2923
+ # resp.findings[0].service.detection.sequence.resources[0].data.ec2_instance.image_description #=> String
2924
+ # resp.findings[0].service.detection.sequence.resources[0].data.ec2_instance.instance_state #=> String
2925
+ # resp.findings[0].service.detection.sequence.resources[0].data.ec2_instance.iam_instance_profile.arn #=> String
2926
+ # resp.findings[0].service.detection.sequence.resources[0].data.ec2_instance.iam_instance_profile.id #=> String
2927
+ # resp.findings[0].service.detection.sequence.resources[0].data.ec2_instance.instance_type #=> String
2928
+ # resp.findings[0].service.detection.sequence.resources[0].data.ec2_instance.outpost_arn #=> String
2929
+ # resp.findings[0].service.detection.sequence.resources[0].data.ec2_instance.platform #=> String
2930
+ # resp.findings[0].service.detection.sequence.resources[0].data.ec2_instance.product_codes #=> Array
2931
+ # resp.findings[0].service.detection.sequence.resources[0].data.ec2_instance.product_codes[0].code #=> String
2932
+ # resp.findings[0].service.detection.sequence.resources[0].data.ec2_instance.product_codes[0].product_type #=> String
2933
+ # resp.findings[0].service.detection.sequence.resources[0].data.ec2_instance.ec2_network_interface_uids #=> Array
2934
+ # resp.findings[0].service.detection.sequence.resources[0].data.ec2_instance.ec2_network_interface_uids[0] #=> String
2935
+ # resp.findings[0].service.detection.sequence.resources[0].data.access_key.principal_id #=> String
2936
+ # resp.findings[0].service.detection.sequence.resources[0].data.access_key.user_name #=> String
2937
+ # resp.findings[0].service.detection.sequence.resources[0].data.access_key.user_type #=> String
2938
+ # resp.findings[0].service.detection.sequence.resources[0].data.ec2_network_interface.ipv_6_addresses #=> Array
2939
+ # resp.findings[0].service.detection.sequence.resources[0].data.ec2_network_interface.ipv_6_addresses[0] #=> String
2940
+ # resp.findings[0].service.detection.sequence.resources[0].data.ec2_network_interface.private_ip_addresses #=> Array
2941
+ # resp.findings[0].service.detection.sequence.resources[0].data.ec2_network_interface.private_ip_addresses[0].private_dns_name #=> String
2942
+ # resp.findings[0].service.detection.sequence.resources[0].data.ec2_network_interface.private_ip_addresses[0].private_ip_address #=> String
2943
+ # resp.findings[0].service.detection.sequence.resources[0].data.ec2_network_interface.public_ip #=> String
2944
+ # resp.findings[0].service.detection.sequence.resources[0].data.ec2_network_interface.security_groups #=> Array
2945
+ # resp.findings[0].service.detection.sequence.resources[0].data.ec2_network_interface.security_groups[0].group_id #=> String
2946
+ # resp.findings[0].service.detection.sequence.resources[0].data.ec2_network_interface.security_groups[0].group_name #=> String
2947
+ # resp.findings[0].service.detection.sequence.resources[0].data.ec2_network_interface.sub_net_id #=> String
2948
+ # resp.findings[0].service.detection.sequence.resources[0].data.ec2_network_interface.vpc_id #=> String
2949
+ # resp.findings[0].service.detection.sequence.resources[0].data.s3_object.etag #=> String
2950
+ # resp.findings[0].service.detection.sequence.resources[0].data.s3_object.key #=> String
2951
+ # resp.findings[0].service.detection.sequence.resources[0].data.s3_object.version_id #=> String
2952
+ # resp.findings[0].service.detection.sequence.endpoints #=> Array
2953
+ # resp.findings[0].service.detection.sequence.endpoints[0].id #=> String
2954
+ # resp.findings[0].service.detection.sequence.endpoints[0].ip #=> String
2955
+ # resp.findings[0].service.detection.sequence.endpoints[0].domain #=> String
2956
+ # resp.findings[0].service.detection.sequence.endpoints[0].port #=> Integer
2957
+ # resp.findings[0].service.detection.sequence.endpoints[0].location.city #=> String
2958
+ # resp.findings[0].service.detection.sequence.endpoints[0].location.country #=> String
2959
+ # resp.findings[0].service.detection.sequence.endpoints[0].location.latitude #=> Float
2960
+ # resp.findings[0].service.detection.sequence.endpoints[0].location.longitude #=> Float
2961
+ # resp.findings[0].service.detection.sequence.endpoints[0].autonomous_system.name #=> String
2962
+ # resp.findings[0].service.detection.sequence.endpoints[0].autonomous_system.number #=> Integer
2963
+ # resp.findings[0].service.detection.sequence.endpoints[0].connection.direction #=> String, one of "INBOUND", "OUTBOUND"
2964
+ # resp.findings[0].service.detection.sequence.signals #=> Array
2965
+ # resp.findings[0].service.detection.sequence.signals[0].uid #=> String
2966
+ # resp.findings[0].service.detection.sequence.signals[0].type #=> String, one of "FINDING", "CLOUD_TRAIL", "S3_DATA_EVENTS"
2967
+ # resp.findings[0].service.detection.sequence.signals[0].description #=> String
2968
+ # resp.findings[0].service.detection.sequence.signals[0].name #=> String
2969
+ # resp.findings[0].service.detection.sequence.signals[0].created_at #=> Time
2970
+ # resp.findings[0].service.detection.sequence.signals[0].updated_at #=> Time
2971
+ # resp.findings[0].service.detection.sequence.signals[0].first_seen_at #=> Time
2972
+ # resp.findings[0].service.detection.sequence.signals[0].last_seen_at #=> Time
2973
+ # resp.findings[0].service.detection.sequence.signals[0].severity #=> Float
2974
+ # resp.findings[0].service.detection.sequence.signals[0].count #=> Integer
2975
+ # resp.findings[0].service.detection.sequence.signals[0].resource_uids #=> Array
2976
+ # resp.findings[0].service.detection.sequence.signals[0].resource_uids[0] #=> String
2977
+ # resp.findings[0].service.detection.sequence.signals[0].actor_ids #=> Array
2978
+ # resp.findings[0].service.detection.sequence.signals[0].actor_ids[0] #=> String
2979
+ # resp.findings[0].service.detection.sequence.signals[0].endpoint_ids #=> Array
2980
+ # resp.findings[0].service.detection.sequence.signals[0].endpoint_ids[0] #=> String
2981
+ # resp.findings[0].service.detection.sequence.signals[0].signal_indicators #=> Array
2982
+ # resp.findings[0].service.detection.sequence.signals[0].signal_indicators[0].key #=> String, one of "SUSPICIOUS_USER_AGENT", "SUSPICIOUS_NETWORK", "MALICIOUS_IP", "TOR_IP", "ATTACK_TACTIC", "HIGH_RISK_API", "ATTACK_TECHNIQUE", "UNUSUAL_API_FOR_ACCOUNT", "UNUSUAL_ASN_FOR_ACCOUNT", "UNUSUAL_ASN_FOR_USER"
2983
+ # resp.findings[0].service.detection.sequence.signals[0].signal_indicators[0].values #=> Array
2984
+ # resp.findings[0].service.detection.sequence.signals[0].signal_indicators[0].values[0] #=> String
2985
+ # resp.findings[0].service.detection.sequence.signals[0].signal_indicators[0].title #=> String
2986
+ # resp.findings[0].service.detection.sequence.sequence_indicators #=> Array
2987
+ # resp.findings[0].service.detection.sequence.sequence_indicators[0].key #=> String, one of "SUSPICIOUS_USER_AGENT", "SUSPICIOUS_NETWORK", "MALICIOUS_IP", "TOR_IP", "ATTACK_TACTIC", "HIGH_RISK_API", "ATTACK_TECHNIQUE", "UNUSUAL_API_FOR_ACCOUNT", "UNUSUAL_ASN_FOR_ACCOUNT", "UNUSUAL_ASN_FOR_USER"
2988
+ # resp.findings[0].service.detection.sequence.sequence_indicators[0].values #=> Array
2989
+ # resp.findings[0].service.detection.sequence.sequence_indicators[0].values[0] #=> String
2990
+ # resp.findings[0].service.detection.sequence.sequence_indicators[0].title #=> String
2880
2991
  # resp.findings[0].service.malware_scan_details.threats #=> Array
2881
2992
  # resp.findings[0].service.malware_scan_details.threats[0].name #=> String
2882
2993
  # resp.findings[0].service.malware_scan_details.threats[0].source #=> String
@@ -2887,6 +2998,7 @@ module Aws::GuardDuty
2887
2998
  # resp.findings[0].title #=> String
2888
2999
  # resp.findings[0].type #=> String
2889
3000
  # resp.findings[0].updated_at #=> String
3001
+ # resp.findings[0].associated_attack_sequence_arn #=> String
2890
3002
  #
2891
3003
  # @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/GetFindings AWS API Documentation
2892
3004
  #
@@ -5418,7 +5530,7 @@ module Aws::GuardDuty
5418
5530
  tracer: tracer
5419
5531
  )
5420
5532
  context[:gem_name] = 'aws-sdk-guardduty'
5421
- context[:gem_version] = '1.107.0'
5533
+ context[:gem_version] = '1.108.0'
5422
5534
  Seahorse::Client::Request.new(handlers, context)
5423
5535
  end
5424
5536
 
@@ -20,7 +20,9 @@ module Aws::GuardDuty
20
20
  AcceptInvitationResponse = Shapes::StructureShape.new(name: 'AcceptInvitationResponse')
21
21
  AccessControlList = Shapes::StructureShape.new(name: 'AccessControlList')
22
22
  AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
23
+ AccessKey = Shapes::StructureShape.new(name: 'AccessKey')
23
24
  AccessKeyDetails = Shapes::StructureShape.new(name: 'AccessKeyDetails')
25
+ Account = Shapes::StructureShape.new(name: 'Account')
24
26
  AccountDetail = Shapes::StructureShape.new(name: 'AccountDetail')
25
27
  AccountDetails = Shapes::ListShape.new(name: 'AccountDetails')
26
28
  AccountFreeTrialInfo = Shapes::StructureShape.new(name: 'AccountFreeTrialInfo')
@@ -30,6 +32,9 @@ module Aws::GuardDuty
30
32
  AccountLevelPermissions = Shapes::StructureShape.new(name: 'AccountLevelPermissions')
31
33
  AccountStatistics = Shapes::StructureShape.new(name: 'AccountStatistics')
32
34
  Action = Shapes::StructureShape.new(name: 'Action')
35
+ Actor = Shapes::StructureShape.new(name: 'Actor')
36
+ ActorIds = Shapes::ListShape.new(name: 'ActorIds')
37
+ Actors = Shapes::ListShape.new(name: 'Actors')
33
38
  AddonDetails = Shapes::StructureShape.new(name: 'AddonDetails')
34
39
  AdminAccount = Shapes::StructureShape.new(name: 'AdminAccount')
35
40
  AdminAccounts = Shapes::ListShape.new(name: 'AdminAccounts')
@@ -47,6 +52,7 @@ module Aws::GuardDuty
47
52
  ArchiveFindingsRequest = Shapes::StructureShape.new(name: 'ArchiveFindingsRequest')
48
53
  ArchiveFindingsResponse = Shapes::StructureShape.new(name: 'ArchiveFindingsResponse')
49
54
  AutoEnableMembers = Shapes::StringShape.new(name: 'AutoEnableMembers')
55
+ AutonomousSystem = Shapes::StructureShape.new(name: 'AutonomousSystem')
50
56
  AwsApiCallAction = Shapes::StructureShape.new(name: 'AwsApiCallAction')
51
57
  BadRequestException = Shapes::StructureShape.new(name: 'BadRequestException')
52
58
  Behavior = Shapes::MapShape.new(name: 'Behavior')
@@ -169,12 +175,16 @@ module Aws::GuardDuty
169
175
  EbsVolumeDetails = Shapes::StructureShape.new(name: 'EbsVolumeDetails')
170
176
  EbsVolumeScanDetails = Shapes::StructureShape.new(name: 'EbsVolumeScanDetails')
171
177
  EbsVolumesResult = Shapes::StructureShape.new(name: 'EbsVolumesResult')
178
+ Ec2Instance = Shapes::StructureShape.new(name: 'Ec2Instance')
179
+ Ec2NetworkInterface = Shapes::StructureShape.new(name: 'Ec2NetworkInterface')
180
+ Ec2NetworkInterfaceUids = Shapes::ListShape.new(name: 'Ec2NetworkInterfaceUids')
172
181
  EcsClusterDetails = Shapes::StructureShape.new(name: 'EcsClusterDetails')
173
182
  EcsTaskDetails = Shapes::StructureShape.new(name: 'EcsTaskDetails')
174
183
  EksClusterDetails = Shapes::StructureShape.new(name: 'EksClusterDetails')
175
184
  Email = Shapes::StringShape.new(name: 'Email')
176
185
  EnableOrganizationAdminAccountRequest = Shapes::StructureShape.new(name: 'EnableOrganizationAdminAccountRequest')
177
186
  EnableOrganizationAdminAccountResponse = Shapes::StructureShape.new(name: 'EnableOrganizationAdminAccountResponse')
187
+ EndpointIds = Shapes::ListShape.new(name: 'EndpointIds')
178
188
  Eq = Shapes::ListShape.new(name: 'Eq')
179
189
  Equals = Shapes::ListShape.new(name: 'Equals')
180
190
  Evidence = Shapes::StructureShape.new(name: 'Evidence')
@@ -197,6 +207,7 @@ module Aws::GuardDuty
197
207
  FindingId = Shapes::StringShape.new(name: 'FindingId')
198
208
  FindingIds = Shapes::ListShape.new(name: 'FindingIds')
199
209
  FindingPublishingFrequency = Shapes::StringShape.new(name: 'FindingPublishingFrequency')
210
+ FindingResourceType = Shapes::StringShape.new(name: 'FindingResourceType')
200
211
  FindingStatisticType = Shapes::StringShape.new(name: 'FindingStatisticType')
201
212
  FindingStatisticTypes = Shapes::ListShape.new(name: 'FindingStatisticTypes')
202
213
  FindingStatistics = Shapes::StructureShape.new(name: 'FindingStatistics')
@@ -255,6 +266,12 @@ module Aws::GuardDuty
255
266
  HostPath = Shapes::StructureShape.new(name: 'HostPath')
256
267
  IamInstanceProfile = Shapes::StructureShape.new(name: 'IamInstanceProfile')
257
268
  ImpersonatedUser = Shapes::StructureShape.new(name: 'ImpersonatedUser')
269
+ Indicator = Shapes::StructureShape.new(name: 'Indicator')
270
+ IndicatorTitle = Shapes::StringShape.new(name: 'IndicatorTitle')
271
+ IndicatorType = Shapes::StringShape.new(name: 'IndicatorType')
272
+ IndicatorValueString = Shapes::StringShape.new(name: 'IndicatorValueString')
273
+ IndicatorValues = Shapes::ListShape.new(name: 'IndicatorValues')
274
+ Indicators = Shapes::ListShape.new(name: 'Indicators')
258
275
  InstanceArn = Shapes::StringShape.new(name: 'InstanceArn')
259
276
  InstanceDetails = Shapes::StructureShape.new(name: 'InstanceDetails')
260
277
  Integer = Shapes::IntegerShape.new(name: 'Integer')
@@ -348,9 +365,15 @@ module Aws::GuardDuty
348
365
  MemberFeaturesConfigurationsResults = Shapes::ListShape.new(name: 'MemberFeaturesConfigurationsResults')
349
366
  Members = Shapes::ListShape.new(name: 'Members')
350
367
  MemoryRegionsList = Shapes::ListShape.new(name: 'MemoryRegionsList')
368
+ MfaStatus = Shapes::StringShape.new(name: 'MfaStatus')
351
369
  Name = Shapes::StringShape.new(name: 'Name')
352
370
  Neq = Shapes::ListShape.new(name: 'Neq')
371
+ NetworkConnection = Shapes::StructureShape.new(name: 'NetworkConnection')
353
372
  NetworkConnectionAction = Shapes::StructureShape.new(name: 'NetworkConnectionAction')
373
+ NetworkDirection = Shapes::StringShape.new(name: 'NetworkDirection')
374
+ NetworkEndpoint = Shapes::StructureShape.new(name: 'NetworkEndpoint')
375
+ NetworkEndpoints = Shapes::ListShape.new(name: 'NetworkEndpoints')
376
+ NetworkGeoLocation = Shapes::StructureShape.new(name: 'NetworkGeoLocation')
354
377
  NetworkInterface = Shapes::StructureShape.new(name: 'NetworkInterface')
355
378
  NetworkInterfaces = Shapes::ListShape.new(name: 'NetworkInterfaces')
356
379
  NonEmptyString = Shapes::StringShape.new(name: 'NonEmptyString')
@@ -404,6 +427,10 @@ module Aws::GuardDuty
404
427
  ProfileSubtype = Shapes::StringShape.new(name: 'ProfileSubtype')
405
428
  ProfileType = Shapes::StringShape.new(name: 'ProfileType')
406
429
  PublicAccess = Shapes::StructureShape.new(name: 'PublicAccess')
430
+ PublicAccessConfiguration = Shapes::StructureShape.new(name: 'PublicAccessConfiguration')
431
+ PublicAccessStatus = Shapes::StringShape.new(name: 'PublicAccessStatus')
432
+ PublicAclIgnoreBehavior = Shapes::StringShape.new(name: 'PublicAclIgnoreBehavior')
433
+ PublicBucketRestrictBehavior = Shapes::StringShape.new(name: 'PublicBucketRestrictBehavior')
407
434
  PublishingStatus = Shapes::StringShape.new(name: 'PublishingStatus')
408
435
  RdsDbInstanceDetails = Shapes::StructureShape.new(name: 'RdsDbInstanceDetails')
409
436
  RdsDbUserDetails = Shapes::StructureShape.new(name: 'RdsDbUserDetails')
@@ -414,19 +441,26 @@ module Aws::GuardDuty
414
441
  RemotePortDetails = Shapes::StructureShape.new(name: 'RemotePortDetails')
415
442
  Resource = Shapes::StructureShape.new(name: 'Resource')
416
443
  ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
444
+ ResourceData = Shapes::StructureShape.new(name: 'ResourceData')
417
445
  ResourceDetails = Shapes::StructureShape.new(name: 'ResourceDetails')
418
446
  ResourceList = Shapes::ListShape.new(name: 'ResourceList')
419
447
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
420
448
  ResourceStatistics = Shapes::StructureShape.new(name: 'ResourceStatistics')
421
449
  ResourceType = Shapes::StringShape.new(name: 'ResourceType')
450
+ ResourceUids = Shapes::ListShape.new(name: 'ResourceUids')
451
+ ResourceV2 = Shapes::StructureShape.new(name: 'ResourceV2')
452
+ Resources = Shapes::ListShape.new(name: 'Resources')
422
453
  RuntimeContext = Shapes::StructureShape.new(name: 'RuntimeContext')
423
454
  RuntimeDetails = Shapes::StructureShape.new(name: 'RuntimeDetails')
455
+ S3Bucket = Shapes::StructureShape.new(name: 'S3Bucket')
424
456
  S3BucketDetail = Shapes::StructureShape.new(name: 'S3BucketDetail')
425
457
  S3BucketDetails = Shapes::ListShape.new(name: 'S3BucketDetails')
426
458
  S3LogsConfiguration = Shapes::StructureShape.new(name: 'S3LogsConfiguration')
427
459
  S3LogsConfigurationResult = Shapes::StructureShape.new(name: 'S3LogsConfigurationResult')
460
+ S3Object = Shapes::StructureShape.new(name: 'S3Object')
428
461
  S3ObjectDetail = Shapes::StructureShape.new(name: 'S3ObjectDetail')
429
462
  S3ObjectDetails = Shapes::ListShape.new(name: 'S3ObjectDetails')
463
+ S3ObjectUids = Shapes::ListShape.new(name: 'S3ObjectUids')
430
464
  Scan = Shapes::StructureShape.new(name: 'Scan')
431
465
  ScanCondition = Shapes::StructureShape.new(name: 'ScanCondition')
432
466
  ScanConditionPair = Shapes::StructureShape.new(name: 'ScanConditionPair')
@@ -449,10 +483,17 @@ module Aws::GuardDuty
449
483
  SecurityGroup = Shapes::StructureShape.new(name: 'SecurityGroup')
450
484
  SecurityGroups = Shapes::ListShape.new(name: 'SecurityGroups')
451
485
  SensitiveString = Shapes::StringShape.new(name: 'SensitiveString')
486
+ Sequence = Shapes::StructureShape.new(name: 'Sequence')
487
+ SequenceDescription = Shapes::StringShape.new(name: 'SequenceDescription')
452
488
  Service = Shapes::StructureShape.new(name: 'Service')
453
489
  ServiceAdditionalInfo = Shapes::StructureShape.new(name: 'ServiceAdditionalInfo')
490
+ Session = Shapes::StructureShape.new(name: 'Session')
454
491
  SessionNameList = Shapes::ListShape.new(name: 'SessionNameList')
455
492
  SeverityStatistics = Shapes::StructureShape.new(name: 'SeverityStatistics')
493
+ Signal = Shapes::StructureShape.new(name: 'Signal')
494
+ SignalDescription = Shapes::StringShape.new(name: 'SignalDescription')
495
+ SignalType = Shapes::StringShape.new(name: 'SignalType')
496
+ Signals = Shapes::ListShape.new(name: 'Signals')
456
497
  SortCriteria = Shapes::StructureShape.new(name: 'SortCriteria')
457
498
  SourceIps = Shapes::ListShape.new(name: 'SourceIps')
458
499
  Sources = Shapes::ListShape.new(name: 'Sources')
@@ -530,6 +571,7 @@ module Aws::GuardDuty
530
571
  UsageTopAccountsByFeatureList = Shapes::ListShape.new(name: 'UsageTopAccountsByFeatureList')
531
572
  UsageTopAccountsResult = Shapes::StructureShape.new(name: 'UsageTopAccountsResult')
532
573
  UsageTopAccountsResultList = Shapes::ListShape.new(name: 'UsageTopAccountsResultList')
574
+ User = Shapes::StructureShape.new(name: 'User')
533
575
  Volume = Shapes::StructureShape.new(name: 'Volume')
534
576
  VolumeDetail = Shapes::StructureShape.new(name: 'VolumeDetail')
535
577
  VolumeDetails = Shapes::ListShape.new(name: 'VolumeDetails')
@@ -560,12 +602,21 @@ module Aws::GuardDuty
560
602
  AccessDeniedException.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "__type"))
561
603
  AccessDeniedException.struct_class = Types::AccessDeniedException
562
604
 
605
+ AccessKey.add_member(:principal_id, Shapes::ShapeRef.new(shape: String, location_name: "principalId"))
606
+ AccessKey.add_member(:user_name, Shapes::ShapeRef.new(shape: String, location_name: "userName"))
607
+ AccessKey.add_member(:user_type, Shapes::ShapeRef.new(shape: String, location_name: "userType"))
608
+ AccessKey.struct_class = Types::AccessKey
609
+
563
610
  AccessKeyDetails.add_member(:access_key_id, Shapes::ShapeRef.new(shape: String, location_name: "accessKeyId"))
564
611
  AccessKeyDetails.add_member(:principal_id, Shapes::ShapeRef.new(shape: String, location_name: "principalId"))
565
612
  AccessKeyDetails.add_member(:user_name, Shapes::ShapeRef.new(shape: String, location_name: "userName"))
566
613
  AccessKeyDetails.add_member(:user_type, Shapes::ShapeRef.new(shape: String, location_name: "userType"))
567
614
  AccessKeyDetails.struct_class = Types::AccessKeyDetails
568
615
 
616
+ Account.add_member(:uid, Shapes::ShapeRef.new(shape: String, required: true, location_name: "uid"))
617
+ Account.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "account"))
618
+ Account.struct_class = Types::Account
619
+
569
620
  AccountDetail.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "accountId"))
570
621
  AccountDetail.add_member(:email, Shapes::ShapeRef.new(shape: Email, required: true, location_name: "email"))
571
622
  AccountDetail.struct_class = Types::AccountDetail
@@ -601,6 +652,15 @@ module Aws::GuardDuty
601
652
  Action.add_member(:kubernetes_role_details, Shapes::ShapeRef.new(shape: KubernetesRoleDetails, location_name: "kubernetesRoleDetails"))
602
653
  Action.struct_class = Types::Action
603
654
 
655
+ Actor.add_member(:id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "id"))
656
+ Actor.add_member(:user, Shapes::ShapeRef.new(shape: User, location_name: "user"))
657
+ Actor.add_member(:session, Shapes::ShapeRef.new(shape: Session, location_name: "session"))
658
+ Actor.struct_class = Types::Actor
659
+
660
+ ActorIds.member = Shapes::ShapeRef.new(shape: String)
661
+
662
+ Actors.member = Shapes::ShapeRef.new(shape: Actor)
663
+
604
664
  AddonDetails.add_member(:addon_version, Shapes::ShapeRef.new(shape: String, location_name: "addonVersion"))
605
665
  AddonDetails.add_member(:addon_status, Shapes::ShapeRef.new(shape: String, location_name: "addonStatus"))
606
666
  AddonDetails.struct_class = Types::AddonDetails
@@ -652,6 +712,10 @@ module Aws::GuardDuty
652
712
 
653
713
  ArchiveFindingsResponse.struct_class = Types::ArchiveFindingsResponse
654
714
 
715
+ AutonomousSystem.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
716
+ AutonomousSystem.add_member(:number, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "number"))
717
+ AutonomousSystem.struct_class = Types::AutonomousSystem
718
+
655
719
  AwsApiCallAction.add_member(:api, Shapes::ShapeRef.new(shape: String, location_name: "api"))
656
720
  AwsApiCallAction.add_member(:caller_type, Shapes::ShapeRef.new(shape: String, location_name: "callerType"))
657
721
  AwsApiCallAction.add_member(:domain_details, Shapes::ShapeRef.new(shape: DomainDetails, location_name: "domainDetails"))
@@ -1024,6 +1088,7 @@ module Aws::GuardDuty
1024
1088
  Destinations.member = Shapes::ShapeRef.new(shape: Destination)
1025
1089
 
1026
1090
  Detection.add_member(:anomaly, Shapes::ShapeRef.new(shape: Anomaly, location_name: "anomaly"))
1091
+ Detection.add_member(:sequence, Shapes::ShapeRef.new(shape: Sequence, location_name: "sequence"))
1027
1092
  Detection.struct_class = Types::Detection
1028
1093
 
1029
1094
  DetectorAdditionalConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: FeatureAdditionalConfiguration, location_name: "name"))
@@ -1104,6 +1169,27 @@ module Aws::GuardDuty
1104
1169
  EbsVolumesResult.add_member(:reason, Shapes::ShapeRef.new(shape: String, location_name: "reason"))
1105
1170
  EbsVolumesResult.struct_class = Types::EbsVolumesResult
1106
1171
 
1172
+ Ec2Instance.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZone"))
1173
+ Ec2Instance.add_member(:image_description, Shapes::ShapeRef.new(shape: String, location_name: "imageDescription"))
1174
+ Ec2Instance.add_member(:instance_state, Shapes::ShapeRef.new(shape: String, location_name: "instanceState"))
1175
+ Ec2Instance.add_member(:iam_instance_profile, Shapes::ShapeRef.new(shape: IamInstanceProfile, location_name: "IamInstanceProfile"))
1176
+ Ec2Instance.add_member(:instance_type, Shapes::ShapeRef.new(shape: String, location_name: "instanceType"))
1177
+ Ec2Instance.add_member(:outpost_arn, Shapes::ShapeRef.new(shape: String, location_name: "outpostArn"))
1178
+ Ec2Instance.add_member(:platform, Shapes::ShapeRef.new(shape: String, location_name: "platform"))
1179
+ Ec2Instance.add_member(:product_codes, Shapes::ShapeRef.new(shape: ProductCodes, location_name: "productCodes"))
1180
+ Ec2Instance.add_member(:ec2_network_interface_uids, Shapes::ShapeRef.new(shape: Ec2NetworkInterfaceUids, location_name: "ec2NetworkInterfaceUids"))
1181
+ Ec2Instance.struct_class = Types::Ec2Instance
1182
+
1183
+ Ec2NetworkInterface.add_member(:ipv_6_addresses, Shapes::ShapeRef.new(shape: Ipv6Addresses, location_name: "ipv6Addresses"))
1184
+ Ec2NetworkInterface.add_member(:private_ip_addresses, Shapes::ShapeRef.new(shape: PrivateIpAddresses, location_name: "privateIpAddresses"))
1185
+ Ec2NetworkInterface.add_member(:public_ip, Shapes::ShapeRef.new(shape: String, location_name: "publicIp"))
1186
+ Ec2NetworkInterface.add_member(:security_groups, Shapes::ShapeRef.new(shape: SecurityGroups, location_name: "securityGroups"))
1187
+ Ec2NetworkInterface.add_member(:sub_net_id, Shapes::ShapeRef.new(shape: String, location_name: "subNetId"))
1188
+ Ec2NetworkInterface.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcId"))
1189
+ Ec2NetworkInterface.struct_class = Types::Ec2NetworkInterface
1190
+
1191
+ Ec2NetworkInterfaceUids.member = Shapes::ShapeRef.new(shape: String)
1192
+
1107
1193
  EcsClusterDetails.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
1108
1194
  EcsClusterDetails.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "arn"))
1109
1195
  EcsClusterDetails.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "status"))
@@ -1140,6 +1226,8 @@ module Aws::GuardDuty
1140
1226
 
1141
1227
  EnableOrganizationAdminAccountResponse.struct_class = Types::EnableOrganizationAdminAccountResponse
1142
1228
 
1229
+ EndpointIds.member = Shapes::ShapeRef.new(shape: String)
1230
+
1143
1231
  Eq.member = Shapes::ShapeRef.new(shape: String)
1144
1232
 
1145
1233
  Equals.member = Shapes::ShapeRef.new(shape: String)
@@ -1184,6 +1272,7 @@ module Aws::GuardDuty
1184
1272
  Finding.add_member(:title, Shapes::ShapeRef.new(shape: String, location_name: "title"))
1185
1273
  Finding.add_member(:type, Shapes::ShapeRef.new(shape: FindingType, required: true, location_name: "type"))
1186
1274
  Finding.add_member(:updated_at, Shapes::ShapeRef.new(shape: String, required: true, location_name: "updatedAt"))
1275
+ Finding.add_member(:associated_attack_sequence_arn, Shapes::ShapeRef.new(shape: String, location_name: "associatedAttackSequenceArn"))
1187
1276
  Finding.struct_class = Types::Finding
1188
1277
 
1189
1278
  FindingCriteria.add_member(:criterion, Shapes::ShapeRef.new(shape: Criterion, location_name: "criterion"))
@@ -1404,6 +1493,15 @@ module Aws::GuardDuty
1404
1493
  ImpersonatedUser.add_member(:groups, Shapes::ShapeRef.new(shape: Groups, location_name: "groups"))
1405
1494
  ImpersonatedUser.struct_class = Types::ImpersonatedUser
1406
1495
 
1496
+ Indicator.add_member(:key, Shapes::ShapeRef.new(shape: IndicatorType, required: true, location_name: "key"))
1497
+ Indicator.add_member(:values, Shapes::ShapeRef.new(shape: IndicatorValues, location_name: "values"))
1498
+ Indicator.add_member(:title, Shapes::ShapeRef.new(shape: IndicatorTitle, location_name: "title"))
1499
+ Indicator.struct_class = Types::Indicator
1500
+
1501
+ IndicatorValues.member = Shapes::ShapeRef.new(shape: IndicatorValueString)
1502
+
1503
+ Indicators.member = Shapes::ShapeRef.new(shape: Indicator)
1504
+
1407
1505
  InstanceDetails.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZone"))
1408
1506
  InstanceDetails.add_member(:iam_instance_profile, Shapes::ShapeRef.new(shape: IamInstanceProfile, location_name: "iamInstanceProfile"))
1409
1507
  InstanceDetails.add_member(:image_description, Shapes::ShapeRef.new(shape: String, location_name: "imageDescription"))
@@ -1757,6 +1855,9 @@ module Aws::GuardDuty
1757
1855
 
1758
1856
  Neq.member = Shapes::ShapeRef.new(shape: String)
1759
1857
 
1858
+ NetworkConnection.add_member(:direction, Shapes::ShapeRef.new(shape: NetworkDirection, required: true, location_name: "direction"))
1859
+ NetworkConnection.struct_class = Types::NetworkConnection
1860
+
1760
1861
  NetworkConnectionAction.add_member(:blocked, Shapes::ShapeRef.new(shape: Boolean, location_name: "blocked"))
1761
1862
  NetworkConnectionAction.add_member(:connection_direction, Shapes::ShapeRef.new(shape: String, location_name: "connectionDirection"))
1762
1863
  NetworkConnectionAction.add_member(:local_port_details, Shapes::ShapeRef.new(shape: LocalPortDetails, location_name: "localPortDetails"))
@@ -1767,6 +1868,23 @@ module Aws::GuardDuty
1767
1868
  NetworkConnectionAction.add_member(:remote_port_details, Shapes::ShapeRef.new(shape: RemotePortDetails, location_name: "remotePortDetails"))
1768
1869
  NetworkConnectionAction.struct_class = Types::NetworkConnectionAction
1769
1870
 
1871
+ NetworkEndpoint.add_member(:id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "id"))
1872
+ NetworkEndpoint.add_member(:ip, Shapes::ShapeRef.new(shape: String, location_name: "ip"))
1873
+ NetworkEndpoint.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "domain"))
1874
+ NetworkEndpoint.add_member(:port, Shapes::ShapeRef.new(shape: Integer, location_name: "port"))
1875
+ NetworkEndpoint.add_member(:location, Shapes::ShapeRef.new(shape: NetworkGeoLocation, location_name: "location"))
1876
+ NetworkEndpoint.add_member(:autonomous_system, Shapes::ShapeRef.new(shape: AutonomousSystem, location_name: "autonomousSystem"))
1877
+ NetworkEndpoint.add_member(:connection, Shapes::ShapeRef.new(shape: NetworkConnection, location_name: "connection"))
1878
+ NetworkEndpoint.struct_class = Types::NetworkEndpoint
1879
+
1880
+ NetworkEndpoints.member = Shapes::ShapeRef.new(shape: NetworkEndpoint)
1881
+
1882
+ NetworkGeoLocation.add_member(:city, Shapes::ShapeRef.new(shape: String, required: true, location_name: "city"))
1883
+ NetworkGeoLocation.add_member(:country, Shapes::ShapeRef.new(shape: String, required: true, location_name: "country"))
1884
+ NetworkGeoLocation.add_member(:latitude, Shapes::ShapeRef.new(shape: Double, required: true, location_name: "lat"))
1885
+ NetworkGeoLocation.add_member(:longitude, Shapes::ShapeRef.new(shape: Double, required: true, location_name: "lon"))
1886
+ NetworkGeoLocation.struct_class = Types::NetworkGeoLocation
1887
+
1770
1888
  NetworkInterface.add_member(:ipv_6_addresses, Shapes::ShapeRef.new(shape: Ipv6Addresses, location_name: "ipv6Addresses"))
1771
1889
  NetworkInterface.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: String, location_name: "networkInterfaceId"))
1772
1890
  NetworkInterface.add_member(:private_dns_name, Shapes::ShapeRef.new(shape: String, location_name: "privateDnsName"))
@@ -1939,6 +2057,12 @@ module Aws::GuardDuty
1939
2057
  PublicAccess.add_member(:effective_permission, Shapes::ShapeRef.new(shape: String, location_name: "effectivePermission"))
1940
2058
  PublicAccess.struct_class = Types::PublicAccess
1941
2059
 
2060
+ PublicAccessConfiguration.add_member(:public_acl_access, Shapes::ShapeRef.new(shape: PublicAccessStatus, location_name: "publicAclAccess"))
2061
+ PublicAccessConfiguration.add_member(:public_policy_access, Shapes::ShapeRef.new(shape: PublicAccessStatus, location_name: "publicPolicyAccess"))
2062
+ PublicAccessConfiguration.add_member(:public_acl_ignore_behavior, Shapes::ShapeRef.new(shape: PublicAclIgnoreBehavior, location_name: "publicAclIgnoreBehavior"))
2063
+ PublicAccessConfiguration.add_member(:public_bucket_restrict_behavior, Shapes::ShapeRef.new(shape: PublicBucketRestrictBehavior, location_name: "publicBucketRestrictBehavior"))
2064
+ PublicAccessConfiguration.struct_class = Types::PublicAccessConfiguration
2065
+
1942
2066
  RdsDbInstanceDetails.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: String, location_name: "dbInstanceIdentifier"))
1943
2067
  RdsDbInstanceDetails.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "engine"))
1944
2068
  RdsDbInstanceDetails.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "engineVersion"))
@@ -1998,6 +2122,13 @@ module Aws::GuardDuty
1998
2122
  Resource.add_member(:lambda_details, Shapes::ShapeRef.new(shape: LambdaDetails, location_name: "lambdaDetails"))
1999
2123
  Resource.struct_class = Types::Resource
2000
2124
 
2125
+ ResourceData.add_member(:s3_bucket, Shapes::ShapeRef.new(shape: S3Bucket, location_name: "s3Bucket"))
2126
+ ResourceData.add_member(:ec2_instance, Shapes::ShapeRef.new(shape: Ec2Instance, location_name: "ec2Instance"))
2127
+ ResourceData.add_member(:access_key, Shapes::ShapeRef.new(shape: AccessKey, location_name: "accessKey"))
2128
+ ResourceData.add_member(:ec2_network_interface, Shapes::ShapeRef.new(shape: Ec2NetworkInterface, location_name: "ec2NetworkInterface"))
2129
+ ResourceData.add_member(:s3_object, Shapes::ShapeRef.new(shape: S3Object, location_name: "s3Object"))
2130
+ ResourceData.struct_class = Types::ResourceData
2131
+
2001
2132
  ResourceDetails.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, location_name: "instanceArn"))
2002
2133
  ResourceDetails.struct_class = Types::ResourceDetails
2003
2134
 
@@ -2014,6 +2145,21 @@ module Aws::GuardDuty
2014
2145
  ResourceStatistics.add_member(:total_findings, Shapes::ShapeRef.new(shape: Integer, location_name: "totalFindings"))
2015
2146
  ResourceStatistics.struct_class = Types::ResourceStatistics
2016
2147
 
2148
+ ResourceUids.member = Shapes::ShapeRef.new(shape: String)
2149
+
2150
+ ResourceV2.add_member(:uid, Shapes::ShapeRef.new(shape: String, required: true, location_name: "uid"))
2151
+ ResourceV2.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
2152
+ ResourceV2.add_member(:account_id, Shapes::ShapeRef.new(shape: String, location_name: "accountId"))
2153
+ ResourceV2.add_member(:resource_type, Shapes::ShapeRef.new(shape: FindingResourceType, required: true, location_name: "resourceType"))
2154
+ ResourceV2.add_member(:region, Shapes::ShapeRef.new(shape: String, location_name: "region"))
2155
+ ResourceV2.add_member(:service, Shapes::ShapeRef.new(shape: String, location_name: "service"))
2156
+ ResourceV2.add_member(:cloud_partition, Shapes::ShapeRef.new(shape: String, location_name: "cloudPartition"))
2157
+ ResourceV2.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
2158
+ ResourceV2.add_member(:data, Shapes::ShapeRef.new(shape: ResourceData, location_name: "data"))
2159
+ ResourceV2.struct_class = Types::ResourceV2
2160
+
2161
+ Resources.member = Shapes::ShapeRef.new(shape: ResourceV2)
2162
+
2017
2163
  RuntimeContext.add_member(:modifying_process, Shapes::ShapeRef.new(shape: ProcessDetails, location_name: "modifyingProcess"))
2018
2164
  RuntimeContext.add_member(:modified_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "modifiedAt"))
2019
2165
  RuntimeContext.add_member(:script_path, Shapes::ShapeRef.new(shape: String, location_name: "scriptPath"))
@@ -2045,6 +2191,18 @@ module Aws::GuardDuty
2045
2191
  RuntimeDetails.add_member(:context, Shapes::ShapeRef.new(shape: RuntimeContext, location_name: "context"))
2046
2192
  RuntimeDetails.struct_class = Types::RuntimeDetails
2047
2193
 
2194
+ S3Bucket.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "ownerId"))
2195
+ S3Bucket.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
2196
+ S3Bucket.add_member(:encryption_type, Shapes::ShapeRef.new(shape: String, location_name: "encryptionType"))
2197
+ S3Bucket.add_member(:encryption_key_arn, Shapes::ShapeRef.new(shape: String, location_name: "encryptionKeyArn"))
2198
+ S3Bucket.add_member(:effective_permission, Shapes::ShapeRef.new(shape: String, location_name: "effectivePermission"))
2199
+ S3Bucket.add_member(:public_read_access, Shapes::ShapeRef.new(shape: PublicAccessStatus, location_name: "publicReadAccess"))
2200
+ S3Bucket.add_member(:public_write_access, Shapes::ShapeRef.new(shape: PublicAccessStatus, location_name: "publicWriteAccess"))
2201
+ S3Bucket.add_member(:account_public_access, Shapes::ShapeRef.new(shape: PublicAccessConfiguration, location_name: "accountPublicAccess"))
2202
+ S3Bucket.add_member(:bucket_public_access, Shapes::ShapeRef.new(shape: PublicAccessConfiguration, location_name: "bucketPublicAccess"))
2203
+ S3Bucket.add_member(:s3_object_uids, Shapes::ShapeRef.new(shape: S3ObjectUids, location_name: "s3ObjectUids"))
2204
+ S3Bucket.struct_class = Types::S3Bucket
2205
+
2048
2206
  S3BucketDetail.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "arn"))
2049
2207
  S3BucketDetail.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
2050
2208
  S3BucketDetail.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "type"))
@@ -2064,6 +2222,11 @@ module Aws::GuardDuty
2064
2222
  S3LogsConfigurationResult.add_member(:status, Shapes::ShapeRef.new(shape: DataSourceStatus, required: true, location_name: "status"))
2065
2223
  S3LogsConfigurationResult.struct_class = Types::S3LogsConfigurationResult
2066
2224
 
2225
+ S3Object.add_member(:etag, Shapes::ShapeRef.new(shape: String, location_name: "eTag"))
2226
+ S3Object.add_member(:key, Shapes::ShapeRef.new(shape: String, location_name: "key"))
2227
+ S3Object.add_member(:version_id, Shapes::ShapeRef.new(shape: String, location_name: "versionId"))
2228
+ S3Object.struct_class = Types::S3Object
2229
+
2067
2230
  S3ObjectDetail.add_member(:object_arn, Shapes::ShapeRef.new(shape: String, location_name: "objectArn"))
2068
2231
  S3ObjectDetail.add_member(:key, Shapes::ShapeRef.new(shape: String, location_name: "key"))
2069
2232
  S3ObjectDetail.add_member(:etag, Shapes::ShapeRef.new(shape: String, location_name: "eTag"))
@@ -2073,6 +2236,8 @@ module Aws::GuardDuty
2073
2236
 
2074
2237
  S3ObjectDetails.member = Shapes::ShapeRef.new(shape: S3ObjectDetail)
2075
2238
 
2239
+ S3ObjectUids.member = Shapes::ShapeRef.new(shape: String)
2240
+
2076
2241
  Scan.add_member(:detector_id, Shapes::ShapeRef.new(shape: DetectorId, location_name: "detectorId"))
2077
2242
  Scan.add_member(:admin_detector_id, Shapes::ShapeRef.new(shape: DetectorId, location_name: "adminDetectorId"))
2078
2243
  Scan.add_member(:scan_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "scanId"))
@@ -2150,6 +2315,15 @@ module Aws::GuardDuty
2150
2315
 
2151
2316
  SecurityGroups.member = Shapes::ShapeRef.new(shape: SecurityGroup)
2152
2317
 
2318
+ Sequence.add_member(:uid, Shapes::ShapeRef.new(shape: String, required: true, location_name: "uid"))
2319
+ Sequence.add_member(:description, Shapes::ShapeRef.new(shape: SequenceDescription, required: true, location_name: "description"))
2320
+ Sequence.add_member(:actors, Shapes::ShapeRef.new(shape: Actors, location_name: "actors"))
2321
+ Sequence.add_member(:resources, Shapes::ShapeRef.new(shape: Resources, location_name: "resources"))
2322
+ Sequence.add_member(:endpoints, Shapes::ShapeRef.new(shape: NetworkEndpoints, location_name: "endpoints"))
2323
+ Sequence.add_member(:signals, Shapes::ShapeRef.new(shape: Signals, required: true, location_name: "signals"))
2324
+ Sequence.add_member(:sequence_indicators, Shapes::ShapeRef.new(shape: Indicators, location_name: "sequenceIndicators"))
2325
+ Sequence.struct_class = Types::Sequence
2326
+
2153
2327
  Service.add_member(:action, Shapes::ShapeRef.new(shape: Action, location_name: "action"))
2154
2328
  Service.add_member(:evidence, Shapes::ShapeRef.new(shape: Evidence, location_name: "evidence"))
2155
2329
  Service.add_member(:archived, Shapes::ShapeRef.new(shape: Boolean, location_name: "archived"))
@@ -2172,6 +2346,12 @@ module Aws::GuardDuty
2172
2346
  ServiceAdditionalInfo.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "type"))
2173
2347
  ServiceAdditionalInfo.struct_class = Types::ServiceAdditionalInfo
2174
2348
 
2349
+ Session.add_member(:uid, Shapes::ShapeRef.new(shape: String, location_name: "uid"))
2350
+ Session.add_member(:mfa_status, Shapes::ShapeRef.new(shape: MfaStatus, location_name: "mfaStatus"))
2351
+ Session.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdTime"))
2352
+ Session.add_member(:issuer, Shapes::ShapeRef.new(shape: String, location_name: "issuer"))
2353
+ Session.struct_class = Types::Session
2354
+
2175
2355
  SessionNameList.member = Shapes::ShapeRef.new(shape: String)
2176
2356
 
2177
2357
  SeverityStatistics.add_member(:last_generated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastGeneratedAt"))
@@ -2179,6 +2359,24 @@ module Aws::GuardDuty
2179
2359
  SeverityStatistics.add_member(:total_findings, Shapes::ShapeRef.new(shape: Integer, location_name: "totalFindings"))
2180
2360
  SeverityStatistics.struct_class = Types::SeverityStatistics
2181
2361
 
2362
+ Signal.add_member(:uid, Shapes::ShapeRef.new(shape: String, required: true, location_name: "uid"))
2363
+ Signal.add_member(:type, Shapes::ShapeRef.new(shape: SignalType, required: true, location_name: "type"))
2364
+ Signal.add_member(:description, Shapes::ShapeRef.new(shape: SignalDescription, location_name: "description"))
2365
+ Signal.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
2366
+ Signal.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
2367
+ Signal.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updatedAt"))
2368
+ Signal.add_member(:first_seen_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "firstSeenAt"))
2369
+ Signal.add_member(:last_seen_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastSeenAt"))
2370
+ Signal.add_member(:severity, Shapes::ShapeRef.new(shape: Double, location_name: "severity"))
2371
+ Signal.add_member(:count, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "count"))
2372
+ Signal.add_member(:resource_uids, Shapes::ShapeRef.new(shape: ResourceUids, location_name: "resourceUids"))
2373
+ Signal.add_member(:actor_ids, Shapes::ShapeRef.new(shape: ActorIds, location_name: "actorIds"))
2374
+ Signal.add_member(:endpoint_ids, Shapes::ShapeRef.new(shape: EndpointIds, location_name: "endpointIds"))
2375
+ Signal.add_member(:signal_indicators, Shapes::ShapeRef.new(shape: Indicators, location_name: "signalIndicators"))
2376
+ Signal.struct_class = Types::Signal
2377
+
2378
+ Signals.member = Shapes::ShapeRef.new(shape: Signal)
2379
+
2182
2380
  SortCriteria.add_member(:attribute_name, Shapes::ShapeRef.new(shape: String, location_name: "attributeName"))
2183
2381
  SortCriteria.add_member(:order_by, Shapes::ShapeRef.new(shape: OrderBy, location_name: "orderBy"))
2184
2382
  SortCriteria.struct_class = Types::SortCriteria
@@ -2424,6 +2622,13 @@ module Aws::GuardDuty
2424
2622
 
2425
2623
  UsageTopAccountsResultList.member = Shapes::ShapeRef.new(shape: UsageTopAccountsResult)
2426
2624
 
2625
+ User.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
2626
+ User.add_member(:uid, Shapes::ShapeRef.new(shape: String, required: true, location_name: "uid"))
2627
+ User.add_member(:type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "type"))
2628
+ User.add_member(:credential_uid, Shapes::ShapeRef.new(shape: String, location_name: "credentialUid"))
2629
+ User.add_member(:account, Shapes::ShapeRef.new(shape: Account, location_name: "account"))
2630
+ User.struct_class = Types::User
2631
+
2427
2632
  Volume.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
2428
2633
  Volume.add_member(:host_path, Shapes::ShapeRef.new(shape: HostPath, location_name: "hostPath"))
2429
2634
  Volume.struct_class = Types::Volume