aws-sdk-securityhub 1.124.0 → 1.126.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: 971414a1243914708da55197b18701b8554bbb9f12e88c6af51f4ca7395fd3da
4
- data.tar.gz: ce2cf692daf80fc33ecc911985aafc0433b3fc2590e497ade00f8c0db84b8698
3
+ metadata.gz: e09383da4884e565b371f8a0c2bdc54bef0c4f5b22ad0c925028447b350d4648
4
+ data.tar.gz: 32bbc7013e0ad9e4dd86d0146000fce253b2b4d2282c9b3a9cb35ddff1e2a8fd
5
5
  SHA512:
6
- metadata.gz: 75ecd701d592d9d45583743cefea1e81c7dd0de591dbe1f4b69da4deb04e304a183a85d6fb990346092a78d07220eddea896884020a81c2403bdad4636e2db34
7
- data.tar.gz: fd6e57580867656df9425deaf4015186b56ec9cc5610d49cff5cb3aefc38432d85bc11a7a08537dd3e875db6fdcb903d3254ca73a86ec4ce2dea480fb9305ce6
6
+ metadata.gz: 3e30546e166e6978d04adf01aa87dddbd288121fc1fa487bc5d1e2a988bbef1ebec1f2aed317e14b7e2d2b974636140b244ab09c92d584fc41fffbdefe889ce7
7
+ data.tar.gz: 993f4ae2cb4daa1c11b54075e8470a0eb6a87defabe5eafbce28d544b61ebf38865fe5dfbff71dc6f920291bef761b2a4b57711e483cada935e6831bc6d691d7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.126.0 (2024-12-26)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for AWS Security Hub
8
+
9
+ 1.125.0 (2024-12-02)
10
+ ------------------
11
+
12
+ * Feature - Add new Multi Domain Correlation findings.
13
+
4
14
  1.124.0 (2024-11-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.124.0
1
+ 1.126.0
@@ -5441,27 +5441,13 @@ module Aws::SecurityHub
5441
5441
  # all of these scenarios, the response is limited to 100 results, and
5442
5442
  # the maximum time period is limited to 90 days.
5443
5443
  #
5444
- # This field accepts only the specified formats. Timestamps can end with
5445
- # `Z` or `("+" / "-") time-hour [":" time-minute]`. The time-secfrac
5446
- # after seconds is limited to a maximum of 9 digits. The offset is
5447
- # bounded by +/-18:00. Here are valid timestamp formats with examples:
5448
- #
5449
- # * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
5450
- #
5451
- # * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
5452
- # `2019-01-31T23:00:00.123456789Z`)
5453
- #
5454
- # * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
5455
- # `2024-01-04T15:25:10+17:59`)
5456
- #
5457
- # * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example, `2024-01-04T15:25:10-1759`)
5458
- #
5459
- # * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
5460
- # `2024-01-04T15:25:10.123456789+17:59`)
5444
+ # For more information about the validation and formatting of timestamp
5445
+ # fields in Security Hub, see [Timestamps][2].
5461
5446
  #
5462
5447
  #
5463
5448
  #
5464
5449
  # [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_AwsSecurityFindingFilters.html#securityhub-Type-AwsSecurityFindingFilters-CreatedAt
5450
+ # [2]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
5465
5451
  #
5466
5452
  # @option params [Time,DateTime,Date,Integer,String] :end_time
5467
5453
  # An ISO 8601-formatted timestamp that indicates the end time of the
@@ -5479,27 +5465,13 @@ module Aws::SecurityHub
5479
5465
  # all of these scenarios, the response is limited to 100 results, and
5480
5466
  # the maximum time period is limited to 90 days.
5481
5467
  #
5482
- # This field accepts only the specified formats. Timestamps can end with
5483
- # `Z` or `("+" / "-") time-hour [":" time-minute]`. The time-secfrac
5484
- # after seconds is limited to a maximum of 9 digits. The offset is
5485
- # bounded by +/-18:00. Here are valid timestamp formats with examples:
5486
- #
5487
- # * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
5488
- #
5489
- # * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
5490
- # `2019-01-31T23:00:00.123456789Z`)
5491
- #
5492
- # * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
5493
- # `2024-01-04T15:25:10+17:59`)
5494
- #
5495
- # * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example, `2024-01-04T15:25:10-1759`)
5496
- #
5497
- # * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
5498
- # `2024-01-04T15:25:10.123456789+17:59`)
5468
+ # For more information about the validation and formatting of timestamp
5469
+ # fields in Security Hub, see [Timestamps][2].
5499
5470
  #
5500
5471
  #
5501
5472
  #
5502
5473
  # [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_AwsSecurityFindingFilters.html#securityhub-Type-AwsSecurityFindingFilters-CreatedAt
5474
+ # [2]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
5503
5475
  #
5504
5476
  # @option params [String] :next_token
5505
5477
  # A token for pagination purposes. Provide `NULL` as the initial value.
@@ -10445,6 +10417,16 @@ module Aws::SecurityHub
10445
10417
  # automatically. To not automatically enable new controls, set this to
10446
10418
  # `false`.
10447
10419
  #
10420
+ # When you automatically enable new controls, you can interact with the
10421
+ # controls in the console and programmatically immediately after
10422
+ # release. However, automatically enabled controls have a temporary
10423
+ # default status of `DISABLED`. It can take up to several days for
10424
+ # Security Hub to process the control release and designate the control
10425
+ # as `ENABLED` in your account. During the processing period, you can
10426
+ # manually enable or disable a control, and Security Hub will maintain
10427
+ # that designation regardless of whether you have `AutoEnableControls`
10428
+ # set to `true`.
10429
+ #
10448
10430
  # @option params [String] :control_finding_generator
10449
10431
  # Updates whether the calling account has consolidated control findings
10450
10432
  # turned on. If the value for this field is set to `SECURITY_CONTROL`,
@@ -10548,7 +10530,7 @@ module Aws::SecurityHub
10548
10530
  tracer: tracer
10549
10531
  )
10550
10532
  context[:gem_name] = 'aws-sdk-securityhub'
10551
- context[:gem_version] = '1.124.0'
10533
+ context[:gem_version] = '1.126.0'
10552
10534
  Seahorse::Client::Request.new(handlers, context)
10553
10535
  end
10554
10536
 
@@ -31,6 +31,11 @@ module Aws::SecurityHub
31
31
  ActionRemotePortDetails = Shapes::StructureShape.new(name: 'ActionRemotePortDetails')
32
32
  ActionTarget = Shapes::StructureShape.new(name: 'ActionTarget')
33
33
  ActionTargetList = Shapes::ListShape.new(name: 'ActionTargetList')
34
+ Actor = Shapes::StructureShape.new(name: 'Actor')
35
+ ActorSession = Shapes::StructureShape.new(name: 'ActorSession')
36
+ ActorSessionMfaStatus = Shapes::StringShape.new(name: 'ActorSessionMfaStatus')
37
+ ActorUser = Shapes::StructureShape.new(name: 'ActorUser')
38
+ ActorsList = Shapes::ListShape.new(name: 'ActorsList')
34
39
  Adjustment = Shapes::StructureShape.new(name: 'Adjustment')
35
40
  AdjustmentList = Shapes::ListShape.new(name: 'AdjustmentList')
36
41
  AdminAccount = Shapes::StructureShape.new(name: 'AdminAccount')
@@ -758,6 +763,7 @@ module Aws::SecurityHub
758
763
  ConfigurationPolicyAssociationsList = Shapes::ListShape.new(name: 'ConfigurationPolicyAssociationsList')
759
764
  ConfigurationPolicySummary = Shapes::StructureShape.new(name: 'ConfigurationPolicySummary')
760
765
  ConfigurationPolicySummaryList = Shapes::ListShape.new(name: 'ConfigurationPolicySummaryList')
766
+ ConnectionDirection = Shapes::StringShape.new(name: 'ConnectionDirection')
761
767
  ContainerDetails = Shapes::StructureShape.new(name: 'ContainerDetails')
762
768
  ControlFindingGenerator = Shapes::StringShape.new(name: 'ControlFindingGenerator')
763
769
  ControlStatus = Shapes::StringShape.new(name: 'ControlStatus')
@@ -812,6 +818,7 @@ module Aws::SecurityHub
812
818
  DescribeStandardsControlsResponse = Shapes::StructureShape.new(name: 'DescribeStandardsControlsResponse')
813
819
  DescribeStandardsRequest = Shapes::StructureShape.new(name: 'DescribeStandardsRequest')
814
820
  DescribeStandardsResponse = Shapes::StructureShape.new(name: 'DescribeStandardsResponse')
821
+ Detection = Shapes::StructureShape.new(name: 'Detection')
815
822
  DisableImportFindingsForProductRequest = Shapes::StructureShape.new(name: 'DisableImportFindingsForProductRequest')
816
823
  DisableImportFindingsForProductResponse = Shapes::StructureShape.new(name: 'DisableImportFindingsForProductResponse')
817
824
  DisableOrganizationAdminAccountRequest = Shapes::StructureShape.new(name: 'DisableOrganizationAdminAccountRequest')
@@ -889,6 +896,8 @@ module Aws::SecurityHub
889
896
  IcmpTypeCode = Shapes::StructureShape.new(name: 'IcmpTypeCode')
890
897
  ImportFindingsError = Shapes::StructureShape.new(name: 'ImportFindingsError')
891
898
  ImportFindingsErrorList = Shapes::ListShape.new(name: 'ImportFindingsErrorList')
899
+ Indicator = Shapes::StructureShape.new(name: 'Indicator')
900
+ IndicatorsList = Shapes::ListShape.new(name: 'IndicatorsList')
892
901
  Insight = Shapes::StructureShape.new(name: 'Insight')
893
902
  InsightList = Shapes::ListShape.new(name: 'InsightList')
894
903
  InsightResultValue = Shapes::StructureShape.new(name: 'InsightResultValue')
@@ -950,8 +959,13 @@ module Aws::SecurityHub
950
959
  Member = Shapes::StructureShape.new(name: 'Member')
951
960
  MemberList = Shapes::ListShape.new(name: 'MemberList')
952
961
  Network = Shapes::StructureShape.new(name: 'Network')
962
+ NetworkAutonomousSystem = Shapes::StructureShape.new(name: 'NetworkAutonomousSystem')
963
+ NetworkConnection = Shapes::StructureShape.new(name: 'NetworkConnection')
953
964
  NetworkConnectionAction = Shapes::StructureShape.new(name: 'NetworkConnectionAction')
954
965
  NetworkDirection = Shapes::StringShape.new(name: 'NetworkDirection')
966
+ NetworkEndpoint = Shapes::StructureShape.new(name: 'NetworkEndpoint')
967
+ NetworkEndpointsList = Shapes::ListShape.new(name: 'NetworkEndpointsList')
968
+ NetworkGeoLocation = Shapes::StructureShape.new(name: 'NetworkGeoLocation')
955
969
  NetworkHeader = Shapes::StructureShape.new(name: 'NetworkHeader')
956
970
  NetworkPathComponent = Shapes::StructureShape.new(name: 'NetworkPathComponent')
957
971
  NetworkPathComponentDetails = Shapes::StructureShape.new(name: 'NetworkPathComponentDetails')
@@ -1061,10 +1075,13 @@ module Aws::SecurityHub
1061
1075
  SensitiveDataDetectionsList = Shapes::ListShape.new(name: 'SensitiveDataDetectionsList')
1062
1076
  SensitiveDataResult = Shapes::StructureShape.new(name: 'SensitiveDataResult')
1063
1077
  SensitiveDataResultList = Shapes::ListShape.new(name: 'SensitiveDataResultList')
1078
+ Sequence = Shapes::StructureShape.new(name: 'Sequence')
1064
1079
  Severity = Shapes::StructureShape.new(name: 'Severity')
1065
1080
  SeverityLabel = Shapes::StringShape.new(name: 'SeverityLabel')
1066
1081
  SeverityRating = Shapes::StringShape.new(name: 'SeverityRating')
1067
1082
  SeverityUpdate = Shapes::StructureShape.new(name: 'SeverityUpdate')
1083
+ Signal = Shapes::StructureShape.new(name: 'Signal')
1084
+ SignalsList = Shapes::ListShape.new(name: 'SignalsList')
1068
1085
  SizeBytes = Shapes::IntegerShape.new(name: 'SizeBytes')
1069
1086
  SoftwarePackage = Shapes::StructureShape.new(name: 'SoftwarePackage')
1070
1087
  SoftwarePackageList = Shapes::ListShape.new(name: 'SoftwarePackageList')
@@ -1160,6 +1177,7 @@ module Aws::SecurityHub
1160
1177
  UpdateStandardsControlRequest = Shapes::StructureShape.new(name: 'UpdateStandardsControlRequest')
1161
1178
  UpdateStandardsControlResponse = Shapes::StructureShape.new(name: 'UpdateStandardsControlResponse')
1162
1179
  UpdateStatus = Shapes::StringShape.new(name: 'UpdateStatus')
1180
+ UserAccount = Shapes::StructureShape.new(name: 'UserAccount')
1163
1181
  VerificationState = Shapes::StringShape.new(name: 'VerificationState')
1164
1182
  VolumeMount = Shapes::StructureShape.new(name: 'VolumeMount')
1165
1183
  VolumeMountList = Shapes::ListShape.new(name: 'VolumeMountList')
@@ -1242,6 +1260,26 @@ module Aws::SecurityHub
1242
1260
 
1243
1261
  ActionTargetList.member = Shapes::ShapeRef.new(shape: ActionTarget)
1244
1262
 
1263
+ Actor.add_member(:id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Id"))
1264
+ Actor.add_member(:user, Shapes::ShapeRef.new(shape: ActorUser, location_name: "User"))
1265
+ Actor.add_member(:session, Shapes::ShapeRef.new(shape: ActorSession, location_name: "Session"))
1266
+ Actor.struct_class = Types::Actor
1267
+
1268
+ ActorSession.add_member(:uid, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Uid"))
1269
+ ActorSession.add_member(:mfa_status, Shapes::ShapeRef.new(shape: ActorSessionMfaStatus, location_name: "MfaStatus"))
1270
+ ActorSession.add_member(:created_time, Shapes::ShapeRef.new(shape: Long, location_name: "CreatedTime"))
1271
+ ActorSession.add_member(:issuer, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Issuer"))
1272
+ ActorSession.struct_class = Types::ActorSession
1273
+
1274
+ ActorUser.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Name"))
1275
+ ActorUser.add_member(:uid, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Uid"))
1276
+ ActorUser.add_member(:type, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Type"))
1277
+ ActorUser.add_member(:credential_uid, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "CredentialUid"))
1278
+ ActorUser.add_member(:account, Shapes::ShapeRef.new(shape: UserAccount, location_name: "Account"))
1279
+ ActorUser.struct_class = Types::ActorUser
1280
+
1281
+ ActorsList.member = Shapes::ShapeRef.new(shape: Actor)
1282
+
1245
1283
  Adjustment.add_member(:metric, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Metric"))
1246
1284
  Adjustment.add_member(:reason, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Reason"))
1247
1285
  Adjustment.struct_class = Types::Adjustment
@@ -4679,6 +4717,7 @@ module Aws::SecurityHub
4679
4717
  AwsSecurityFinding.add_member(:generator_details, Shapes::ShapeRef.new(shape: GeneratorDetails, location_name: "GeneratorDetails"))
4680
4718
  AwsSecurityFinding.add_member(:processed_at, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ProcessedAt"))
4681
4719
  AwsSecurityFinding.add_member(:aws_account_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "AwsAccountName"))
4720
+ AwsSecurityFinding.add_member(:detection, Shapes::ShapeRef.new(shape: Detection, location_name: "Detection"))
4682
4721
  AwsSecurityFinding.struct_class = Types::AwsSecurityFinding
4683
4722
 
4684
4723
  AwsSecurityFindingFilters.add_member(:product_arn, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "ProductArn"))
@@ -5486,6 +5525,9 @@ module Aws::SecurityHub
5486
5525
  DescribeStandardsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
5487
5526
  DescribeStandardsResponse.struct_class = Types::DescribeStandardsResponse
5488
5527
 
5528
+ Detection.add_member(:sequence, Shapes::ShapeRef.new(shape: Sequence, location_name: "Sequence"))
5529
+ Detection.struct_class = Types::Detection
5530
+
5489
5531
  DisableImportFindingsForProductRequest.add_member(:product_subscription_arn, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "ProductSubscriptionArn"))
5490
5532
  DisableImportFindingsForProductRequest.struct_class = Types::DisableImportFindingsForProductRequest
5491
5533
 
@@ -5754,6 +5796,14 @@ module Aws::SecurityHub
5754
5796
 
5755
5797
  ImportFindingsErrorList.member = Shapes::ShapeRef.new(shape: ImportFindingsError)
5756
5798
 
5799
+ Indicator.add_member(:key, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Key"))
5800
+ Indicator.add_member(:values, Shapes::ShapeRef.new(shape: NonEmptyStringList, location_name: "Values"))
5801
+ Indicator.add_member(:title, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Title"))
5802
+ Indicator.add_member(:type, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Type"))
5803
+ Indicator.struct_class = Types::Indicator
5804
+
5805
+ IndicatorsList.member = Shapes::ShapeRef.new(shape: Indicator)
5806
+
5757
5807
  Insight.add_member(:insight_arn, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "InsightArn"))
5758
5808
  Insight.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "Name"))
5759
5809
  Insight.add_member(:filters, Shapes::ShapeRef.new(shape: AwsSecurityFindingFilters, required: true, location_name: "Filters"))
@@ -5975,6 +6025,13 @@ module Aws::SecurityHub
5975
6025
  Network.add_member(:destination_domain, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "DestinationDomain"))
5976
6026
  Network.struct_class = Types::Network
5977
6027
 
6028
+ NetworkAutonomousSystem.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Name"))
6029
+ NetworkAutonomousSystem.add_member(:number, Shapes::ShapeRef.new(shape: Integer, location_name: "Number"))
6030
+ NetworkAutonomousSystem.struct_class = Types::NetworkAutonomousSystem
6031
+
6032
+ NetworkConnection.add_member(:direction, Shapes::ShapeRef.new(shape: ConnectionDirection, location_name: "Direction"))
6033
+ NetworkConnection.struct_class = Types::NetworkConnection
6034
+
5978
6035
  NetworkConnectionAction.add_member(:connection_direction, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ConnectionDirection"))
5979
6036
  NetworkConnectionAction.add_member(:remote_ip_details, Shapes::ShapeRef.new(shape: ActionRemoteIpDetails, location_name: "RemoteIpDetails"))
5980
6037
  NetworkConnectionAction.add_member(:remote_port_details, Shapes::ShapeRef.new(shape: ActionRemotePortDetails, location_name: "RemotePortDetails"))
@@ -5983,6 +6040,23 @@ module Aws::SecurityHub
5983
6040
  NetworkConnectionAction.add_member(:blocked, Shapes::ShapeRef.new(shape: Boolean, location_name: "Blocked"))
5984
6041
  NetworkConnectionAction.struct_class = Types::NetworkConnectionAction
5985
6042
 
6043
+ NetworkEndpoint.add_member(:id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Id"))
6044
+ NetworkEndpoint.add_member(:ip, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Ip"))
6045
+ NetworkEndpoint.add_member(:domain, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Domain"))
6046
+ NetworkEndpoint.add_member(:port, Shapes::ShapeRef.new(shape: Integer, location_name: "Port"))
6047
+ NetworkEndpoint.add_member(:location, Shapes::ShapeRef.new(shape: NetworkGeoLocation, location_name: "Location"))
6048
+ NetworkEndpoint.add_member(:autonomous_system, Shapes::ShapeRef.new(shape: NetworkAutonomousSystem, location_name: "AutonomousSystem"))
6049
+ NetworkEndpoint.add_member(:connection, Shapes::ShapeRef.new(shape: NetworkConnection, location_name: "Connection"))
6050
+ NetworkEndpoint.struct_class = Types::NetworkEndpoint
6051
+
6052
+ NetworkEndpointsList.member = Shapes::ShapeRef.new(shape: NetworkEndpoint)
6053
+
6054
+ NetworkGeoLocation.add_member(:city, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "City"))
6055
+ NetworkGeoLocation.add_member(:country, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Country"))
6056
+ NetworkGeoLocation.add_member(:lat, Shapes::ShapeRef.new(shape: Double, location_name: "Lat"))
6057
+ NetworkGeoLocation.add_member(:lon, Shapes::ShapeRef.new(shape: Double, location_name: "Lon"))
6058
+ NetworkGeoLocation.struct_class = Types::NetworkGeoLocation
6059
+
5986
6060
  NetworkHeader.add_member(:protocol, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Protocol"))
5987
6061
  NetworkHeader.add_member(:destination, Shapes::ShapeRef.new(shape: NetworkPathComponentDetails, location_name: "Destination"))
5988
6062
  NetworkHeader.add_member(:source, Shapes::ShapeRef.new(shape: NetworkPathComponentDetails, location_name: "Source"))
@@ -6492,6 +6566,13 @@ module Aws::SecurityHub
6492
6566
 
6493
6567
  SensitiveDataResultList.member = Shapes::ShapeRef.new(shape: SensitiveDataResult)
6494
6568
 
6569
+ Sequence.add_member(:uid, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Uid"))
6570
+ Sequence.add_member(:actors, Shapes::ShapeRef.new(shape: ActorsList, location_name: "Actors"))
6571
+ Sequence.add_member(:endpoints, Shapes::ShapeRef.new(shape: NetworkEndpointsList, location_name: "Endpoints"))
6572
+ Sequence.add_member(:signals, Shapes::ShapeRef.new(shape: SignalsList, location_name: "Signals"))
6573
+ Sequence.add_member(:sequence_indicators, Shapes::ShapeRef.new(shape: IndicatorsList, location_name: "SequenceIndicators"))
6574
+ Sequence.struct_class = Types::Sequence
6575
+
6495
6576
  Severity.add_member(:product, Shapes::ShapeRef.new(shape: Double, location_name: "Product"))
6496
6577
  Severity.add_member(:label, Shapes::ShapeRef.new(shape: SeverityLabel, location_name: "Label"))
6497
6578
  Severity.add_member(:normalized, Shapes::ShapeRef.new(shape: Integer, location_name: "Normalized"))
@@ -6503,6 +6584,25 @@ module Aws::SecurityHub
6503
6584
  SeverityUpdate.add_member(:label, Shapes::ShapeRef.new(shape: SeverityLabel, location_name: "Label"))
6504
6585
  SeverityUpdate.struct_class = Types::SeverityUpdate
6505
6586
 
6587
+ Signal.add_member(:type, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Type"))
6588
+ Signal.add_member(:id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Id"))
6589
+ Signal.add_member(:title, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Title"))
6590
+ Signal.add_member(:product_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ProductArn"))
6591
+ Signal.add_member(:resource_ids, Shapes::ShapeRef.new(shape: NonEmptyStringList, location_name: "ResourceIds"))
6592
+ Signal.add_member(:signal_indicators, Shapes::ShapeRef.new(shape: IndicatorsList, location_name: "SignalIndicators"))
6593
+ Signal.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Name"))
6594
+ Signal.add_member(:created_at, Shapes::ShapeRef.new(shape: Long, location_name: "CreatedAt"))
6595
+ Signal.add_member(:updated_at, Shapes::ShapeRef.new(shape: Long, location_name: "UpdatedAt"))
6596
+ Signal.add_member(:first_seen_at, Shapes::ShapeRef.new(shape: Long, location_name: "FirstSeenAt"))
6597
+ Signal.add_member(:last_seen_at, Shapes::ShapeRef.new(shape: Long, location_name: "LastSeenAt"))
6598
+ Signal.add_member(:severity, Shapes::ShapeRef.new(shape: Double, location_name: "Severity"))
6599
+ Signal.add_member(:count, Shapes::ShapeRef.new(shape: Integer, location_name: "Count"))
6600
+ Signal.add_member(:actor_ids, Shapes::ShapeRef.new(shape: NonEmptyStringList, location_name: "ActorIds"))
6601
+ Signal.add_member(:endpoint_ids, Shapes::ShapeRef.new(shape: NonEmptyStringList, location_name: "EndpointIds"))
6602
+ Signal.struct_class = Types::Signal
6603
+
6604
+ SignalsList.member = Shapes::ShapeRef.new(shape: Signal)
6605
+
6506
6606
  SoftwarePackage.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Name"))
6507
6607
  SoftwarePackage.add_member(:version, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Version"))
6508
6608
  SoftwarePackage.add_member(:epoch, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Epoch"))
@@ -6842,6 +6942,10 @@ module Aws::SecurityHub
6842
6942
 
6843
6943
  UpdateStandardsControlResponse.struct_class = Types::UpdateStandardsControlResponse
6844
6944
 
6945
+ UserAccount.add_member(:uid, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Uid"))
6946
+ UserAccount.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Name"))
6947
+ UserAccount.struct_class = Types::UserAccount
6948
+
6845
6949
  VolumeMount.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Name"))
6846
6950
  VolumeMount.add_member(:mount_path, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "MountPath"))
6847
6951
  VolumeMount.struct_class = Types::VolumeMount