aws-sdk-guardduty 1.112.0 → 1.114.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: 5816cc07e6d82f120e3477c2ebef9e7e2a87841d2ce4f43603eaa0e13c68174d
4
- data.tar.gz: 2a3974c931b14fe3e3c968733445c43c925df495fb3a7a9a128bb0873c727e3d
3
+ metadata.gz: 3e9f7cc867ec8617f327827e6a9fbbc7578d7f13019702b4580d39b78599e516
4
+ data.tar.gz: 2648df6b7fafb680b3aa34c7adcec74e6b538cdbd96a2ceaac36601884f13005
5
5
  SHA512:
6
- metadata.gz: 1eff612bb340b8d5421b3ab3fc59b8e08fbe44e81caa4923a92a5984caf20e1aa1e3c1146eb48a20eda5ad5d17c6e0427f813f6753a15c973acbe429465bba70
7
- data.tar.gz: 601cecdb19eede27a0525d1da41620e14f92e89013b41b06b7084e26ee270556c067e9644ca35d849a11d53743f6ba4cd9aaeb0af3c0c3f1c2153cc1ce07c933
6
+ metadata.gz: 8d2be6abfc48210c7c3a918da62d72a5e3cc268fb1d5d15c64fc54fc13dbbc2630c8fae109e57c23fb49a526736d91f0b1f9a1ad3640f77032aac25950ce3f68
7
+ data.tar.gz: 7215b97fa14904d9fe55ca7f69e2b94a400ca86e3c625470c1c262e2a770952c826636c2631257aa73700753f09d2aa8c17c8859592eb6fde3ec08a437b3519c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.114.0 (2025-05-01)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.113.0 (2025-02-20)
10
+ ------------------
11
+
12
+ * Feature - Reduce the minimum number of required attack sequence signals from 2 to 1
13
+
4
14
  1.112.0 (2025-02-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.112.0
1
+ 1.114.0
@@ -945,7 +945,7 @@ module Aws::GuardDuty
945
945
  #
946
946
  # * service.runtimeDetails.process.name
947
947
  #
948
- # * service.runtimeDetails.process.name
948
+ # * service.runtimeDetails.process.executablePath
949
949
  #
950
950
  # * resource.lambdaDetails.functionName
951
951
  #
@@ -5557,7 +5557,7 @@ module Aws::GuardDuty
5557
5557
  tracer: tracer
5558
5558
  )
5559
5559
  context[:gem_name] = 'aws-sdk-guardduty'
5560
- context[:gem_version] = '1.112.0'
5560
+ context[:gem_version] = '1.114.0'
5561
5561
  Seahorse::Client::Request.new(handlers, context)
5562
5562
  end
5563
5563
 
@@ -624,7 +624,7 @@ module Aws::GuardDuty
624
624
  AccountDetails.member = Shapes::ShapeRef.new(shape: AccountDetail)
625
625
 
626
626
  AccountFreeTrialInfo.add_member(:account_id, Shapes::ShapeRef.new(shape: String, location_name: "accountId"))
627
- AccountFreeTrialInfo.add_member(:data_sources, Shapes::ShapeRef.new(shape: DataSourcesFreeTrial, deprecated: true, location_name: "dataSources", metadata: {"deprecatedMessage"=>"This parameter is deprecated, use Features instead"}))
627
+ AccountFreeTrialInfo.add_member(:data_sources, Shapes::ShapeRef.new(shape: DataSourcesFreeTrial, deprecated: true, location_name: "dataSources", metadata: {"deprecatedMessage" => "This parameter is deprecated, use Features instead"}))
628
628
  AccountFreeTrialInfo.add_member(:features, Shapes::ShapeRef.new(shape: FreeTrialFeatureConfigurationsResults, location_name: "features"))
629
629
  AccountFreeTrialInfo.struct_class = Types::AccountFreeTrialInfo
630
630
 
@@ -861,9 +861,9 @@ module Aws::GuardDuty
861
861
  CoverageStatisticsTypeList.member = Shapes::ShapeRef.new(shape: CoverageStatisticsType)
862
862
 
863
863
  CreateDetectorRequest.add_member(:enable, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "enable"))
864
- CreateDetectorRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
864
+ CreateDetectorRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
865
865
  CreateDetectorRequest.add_member(:finding_publishing_frequency, Shapes::ShapeRef.new(shape: FindingPublishingFrequency, location_name: "findingPublishingFrequency"))
866
- CreateDetectorRequest.add_member(:data_sources, Shapes::ShapeRef.new(shape: DataSourceConfigurations, deprecated: true, location_name: "dataSources", metadata: {"deprecatedMessage"=>"This parameter is deprecated, use Features instead"}))
866
+ CreateDetectorRequest.add_member(:data_sources, Shapes::ShapeRef.new(shape: DataSourceConfigurations, deprecated: true, location_name: "dataSources", metadata: {"deprecatedMessage" => "This parameter is deprecated, use Features instead"}))
867
867
  CreateDetectorRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
868
868
  CreateDetectorRequest.add_member(:features, Shapes::ShapeRef.new(shape: DetectorFeatureConfigurations, location_name: "features"))
869
869
  CreateDetectorRequest.struct_class = Types::CreateDetectorRequest
@@ -878,7 +878,7 @@ module Aws::GuardDuty
878
878
  CreateFilterRequest.add_member(:action, Shapes::ShapeRef.new(shape: FilterAction, location_name: "action"))
879
879
  CreateFilterRequest.add_member(:rank, Shapes::ShapeRef.new(shape: FilterRank, location_name: "rank"))
880
880
  CreateFilterRequest.add_member(:finding_criteria, Shapes::ShapeRef.new(shape: FindingCriteria, required: true, location_name: "findingCriteria"))
881
- CreateFilterRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
881
+ CreateFilterRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
882
882
  CreateFilterRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
883
883
  CreateFilterRequest.struct_class = Types::CreateFilterRequest
884
884
 
@@ -890,14 +890,14 @@ module Aws::GuardDuty
890
890
  CreateIPSetRequest.add_member(:format, Shapes::ShapeRef.new(shape: IpSetFormat, required: true, location_name: "format"))
891
891
  CreateIPSetRequest.add_member(:location, Shapes::ShapeRef.new(shape: Location, required: true, location_name: "location"))
892
892
  CreateIPSetRequest.add_member(:activate, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "activate"))
893
- CreateIPSetRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
893
+ CreateIPSetRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
894
894
  CreateIPSetRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
895
895
  CreateIPSetRequest.struct_class = Types::CreateIPSetRequest
896
896
 
897
897
  CreateIPSetResponse.add_member(:ip_set_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ipSetId"))
898
898
  CreateIPSetResponse.struct_class = Types::CreateIPSetResponse
899
899
 
900
- CreateMalwareProtectionPlanRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
900
+ CreateMalwareProtectionPlanRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
901
901
  CreateMalwareProtectionPlanRequest.add_member(:role, Shapes::ShapeRef.new(shape: String, required: true, location_name: "role"))
902
902
  CreateMalwareProtectionPlanRequest.add_member(:protected_resource, Shapes::ShapeRef.new(shape: CreateProtectedResource, required: true, location_name: "protectedResource"))
903
903
  CreateMalwareProtectionPlanRequest.add_member(:actions, Shapes::ShapeRef.new(shape: MalwareProtectionPlanActions, location_name: "actions"))
@@ -920,7 +920,7 @@ module Aws::GuardDuty
920
920
  CreatePublishingDestinationRequest.add_member(:detector_id, Shapes::ShapeRef.new(shape: DetectorId, required: true, location: "uri", location_name: "detectorId"))
921
921
  CreatePublishingDestinationRequest.add_member(:destination_type, Shapes::ShapeRef.new(shape: DestinationType, required: true, location_name: "destinationType"))
922
922
  CreatePublishingDestinationRequest.add_member(:destination_properties, Shapes::ShapeRef.new(shape: DestinationProperties, required: true, location_name: "destinationProperties"))
923
- CreatePublishingDestinationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
923
+ CreatePublishingDestinationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
924
924
  CreatePublishingDestinationRequest.struct_class = Types::CreatePublishingDestinationRequest
925
925
 
926
926
  CreatePublishingDestinationResponse.add_member(:destination_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "destinationId"))
@@ -941,7 +941,7 @@ module Aws::GuardDuty
941
941
  CreateThreatIntelSetRequest.add_member(:format, Shapes::ShapeRef.new(shape: ThreatIntelSetFormat, required: true, location_name: "format"))
942
942
  CreateThreatIntelSetRequest.add_member(:location, Shapes::ShapeRef.new(shape: Location, required: true, location_name: "location"))
943
943
  CreateThreatIntelSetRequest.add_member(:activate, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "activate"))
944
- CreateThreatIntelSetRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
944
+ CreateThreatIntelSetRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
945
945
  CreateThreatIntelSetRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
946
946
  CreateThreatIntelSetRequest.struct_class = Types::CreateThreatIntelSetRequest
947
947
 
@@ -1057,9 +1057,9 @@ module Aws::GuardDuty
1057
1057
  DescribeOrganizationConfigurationRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
1058
1058
  DescribeOrganizationConfigurationRequest.struct_class = Types::DescribeOrganizationConfigurationRequest
1059
1059
 
1060
- DescribeOrganizationConfigurationResponse.add_member(:auto_enable, Shapes::ShapeRef.new(shape: Boolean, deprecated: true, location_name: "autoEnable", metadata: {"deprecatedMessage"=>"This field is deprecated, use AutoEnableOrganizationMembers instead"}))
1060
+ DescribeOrganizationConfigurationResponse.add_member(:auto_enable, Shapes::ShapeRef.new(shape: Boolean, deprecated: true, location_name: "autoEnable", metadata: {"deprecatedMessage" => "This field is deprecated, use AutoEnableOrganizationMembers instead"}))
1061
1061
  DescribeOrganizationConfigurationResponse.add_member(:member_account_limit_reached, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "memberAccountLimitReached"))
1062
- DescribeOrganizationConfigurationResponse.add_member(:data_sources, Shapes::ShapeRef.new(shape: OrganizationDataSourceConfigurationsResult, deprecated: true, location_name: "dataSources", metadata: {"deprecatedMessage"=>"This parameter is deprecated, use Features instead"}))
1062
+ DescribeOrganizationConfigurationResponse.add_member(:data_sources, Shapes::ShapeRef.new(shape: OrganizationDataSourceConfigurationsResult, deprecated: true, location_name: "dataSources", metadata: {"deprecatedMessage" => "This parameter is deprecated, use Features instead"}))
1063
1063
  DescribeOrganizationConfigurationResponse.add_member(:features, Shapes::ShapeRef.new(shape: OrganizationFeaturesConfigurationsResults, location_name: "features"))
1064
1064
  DescribeOrganizationConfigurationResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
1065
1065
  DescribeOrganizationConfigurationResponse.add_member(:auto_enable_organization_members, Shapes::ShapeRef.new(shape: AutoEnableMembers, location_name: "autoEnableOrganizationMembers"))
@@ -1282,7 +1282,7 @@ module Aws::GuardDuty
1282
1282
 
1283
1283
  FindingStatisticTypes.member = Shapes::ShapeRef.new(shape: FindingStatisticType)
1284
1284
 
1285
- FindingStatistics.add_member(:count_by_severity, Shapes::ShapeRef.new(shape: CountBySeverity, deprecated: true, location_name: "countBySeverity", metadata: {"deprecatedMessage"=>"This parameter is deprecated. Please set GroupBy to 'SEVERITY' to return GroupedBySeverity instead."}))
1285
+ FindingStatistics.add_member(:count_by_severity, Shapes::ShapeRef.new(shape: CountBySeverity, deprecated: true, location_name: "countBySeverity", metadata: {"deprecatedMessage" => "This parameter is deprecated. Please set GroupBy to 'SEVERITY' to return GroupedBySeverity instead."}))
1286
1286
  FindingStatistics.add_member(:grouped_by_account, Shapes::ShapeRef.new(shape: GroupedByAccount, location_name: "groupedByAccount"))
1287
1287
  FindingStatistics.add_member(:grouped_by_date, Shapes::ShapeRef.new(shape: GroupedByDate, location_name: "groupedByDate"))
1288
1288
  FindingStatistics.add_member(:grouped_by_finding_type, Shapes::ShapeRef.new(shape: GroupedByFindingType, location_name: "groupedByFindingType"))
@@ -1336,7 +1336,7 @@ module Aws::GuardDuty
1336
1336
  GetDetectorResponse.add_member(:service_role, Shapes::ShapeRef.new(shape: String, required: true, location_name: "serviceRole"))
1337
1337
  GetDetectorResponse.add_member(:status, Shapes::ShapeRef.new(shape: DetectorStatus, required: true, location_name: "status"))
1338
1338
  GetDetectorResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: String, location_name: "updatedAt"))
1339
- GetDetectorResponse.add_member(:data_sources, Shapes::ShapeRef.new(shape: DataSourceConfigurationsResult, deprecated: true, location_name: "dataSources", metadata: {"deprecatedMessage"=>"This parameter is deprecated, use Features instead"}))
1339
+ GetDetectorResponse.add_member(:data_sources, Shapes::ShapeRef.new(shape: DataSourceConfigurationsResult, deprecated: true, location_name: "dataSources", metadata: {"deprecatedMessage" => "This parameter is deprecated, use Features instead"}))
1340
1340
  GetDetectorResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
1341
1341
  GetDetectorResponse.add_member(:features, Shapes::ShapeRef.new(shape: DetectorFeatureConfigurationsResults, location_name: "features"))
1342
1342
  GetDetectorResponse.struct_class = Types::GetDetectorResponse
@@ -1362,7 +1362,7 @@ module Aws::GuardDuty
1362
1362
  GetFindingsResponse.struct_class = Types::GetFindingsResponse
1363
1363
 
1364
1364
  GetFindingsStatisticsRequest.add_member(:detector_id, Shapes::ShapeRef.new(shape: DetectorId, required: true, location: "uri", location_name: "detectorId"))
1365
- GetFindingsStatisticsRequest.add_member(:finding_statistic_types, Shapes::ShapeRef.new(shape: FindingStatisticTypes, deprecated: true, location_name: "findingStatisticTypes", metadata: {"deprecatedMessage"=>"This parameter is deprecated, please use GroupBy instead"}))
1365
+ GetFindingsStatisticsRequest.add_member(:finding_statistic_types, Shapes::ShapeRef.new(shape: FindingStatisticTypes, deprecated: true, location_name: "findingStatisticTypes", metadata: {"deprecatedMessage" => "This parameter is deprecated, please use GroupBy instead"}))
1366
1366
  GetFindingsStatisticsRequest.add_member(:finding_criteria, Shapes::ShapeRef.new(shape: FindingCriteria, location_name: "findingCriteria"))
1367
1367
  GetFindingsStatisticsRequest.add_member(:group_by, Shapes::ShapeRef.new(shape: GroupByType, location_name: "groupBy"))
1368
1368
  GetFindingsStatisticsRequest.add_member(:order_by, Shapes::ShapeRef.new(shape: OrderBy, location_name: "orderBy"))
@@ -1828,7 +1828,7 @@ module Aws::GuardDuty
1828
1828
  MemberAdditionalConfigurations.member = Shapes::ShapeRef.new(shape: MemberAdditionalConfiguration)
1829
1829
 
1830
1830
  MemberDataSourceConfiguration.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "accountId"))
1831
- MemberDataSourceConfiguration.add_member(:data_sources, Shapes::ShapeRef.new(shape: DataSourceConfigurationsResult, deprecated: true, location_name: "dataSources", metadata: {"deprecatedMessage"=>"This parameter is deprecated, use Features instead"}))
1831
+ MemberDataSourceConfiguration.add_member(:data_sources, Shapes::ShapeRef.new(shape: DataSourceConfigurationsResult, deprecated: true, location_name: "dataSources", metadata: {"deprecatedMessage" => "This parameter is deprecated, use Features instead"}))
1832
1832
  MemberDataSourceConfiguration.add_member(:features, Shapes::ShapeRef.new(shape: MemberFeaturesConfigurationsResults, location_name: "features"))
1833
1833
  MemberDataSourceConfiguration.struct_class = Types::MemberDataSourceConfiguration
1834
1834
 
@@ -2483,7 +2483,7 @@ module Aws::GuardDuty
2483
2483
  UpdateDetectorRequest.add_member(:detector_id, Shapes::ShapeRef.new(shape: DetectorId, required: true, location: "uri", location_name: "detectorId"))
2484
2484
  UpdateDetectorRequest.add_member(:enable, Shapes::ShapeRef.new(shape: Boolean, location_name: "enable"))
2485
2485
  UpdateDetectorRequest.add_member(:finding_publishing_frequency, Shapes::ShapeRef.new(shape: FindingPublishingFrequency, location_name: "findingPublishingFrequency"))
2486
- UpdateDetectorRequest.add_member(:data_sources, Shapes::ShapeRef.new(shape: DataSourceConfigurations, deprecated: true, location_name: "dataSources", metadata: {"deprecatedMessage"=>"This parameter is deprecated, use Features instead"}))
2486
+ UpdateDetectorRequest.add_member(:data_sources, Shapes::ShapeRef.new(shape: DataSourceConfigurations, deprecated: true, location_name: "dataSources", metadata: {"deprecatedMessage" => "This parameter is deprecated, use Features instead"}))
2487
2487
  UpdateDetectorRequest.add_member(:features, Shapes::ShapeRef.new(shape: DetectorFeatureConfigurations, location_name: "features"))
2488
2488
  UpdateDetectorRequest.struct_class = Types::UpdateDetectorRequest
2489
2489
 
@@ -2532,7 +2532,7 @@ module Aws::GuardDuty
2532
2532
 
2533
2533
  UpdateMemberDetectorsRequest.add_member(:detector_id, Shapes::ShapeRef.new(shape: DetectorId, required: true, location: "uri", location_name: "detectorId"))
2534
2534
  UpdateMemberDetectorsRequest.add_member(:account_ids, Shapes::ShapeRef.new(shape: AccountIds, required: true, location_name: "accountIds"))
2535
- UpdateMemberDetectorsRequest.add_member(:data_sources, Shapes::ShapeRef.new(shape: DataSourceConfigurations, deprecated: true, location_name: "dataSources", metadata: {"deprecatedMessage"=>"This parameter is deprecated, use Features instead"}))
2535
+ UpdateMemberDetectorsRequest.add_member(:data_sources, Shapes::ShapeRef.new(shape: DataSourceConfigurations, deprecated: true, location_name: "dataSources", metadata: {"deprecatedMessage" => "This parameter is deprecated, use Features instead"}))
2536
2536
  UpdateMemberDetectorsRequest.add_member(:features, Shapes::ShapeRef.new(shape: MemberFeaturesConfigurations, location_name: "features"))
2537
2537
  UpdateMemberDetectorsRequest.struct_class = Types::UpdateMemberDetectorsRequest
2538
2538
 
@@ -2540,8 +2540,8 @@ module Aws::GuardDuty
2540
2540
  UpdateMemberDetectorsResponse.struct_class = Types::UpdateMemberDetectorsResponse
2541
2541
 
2542
2542
  UpdateOrganizationConfigurationRequest.add_member(:detector_id, Shapes::ShapeRef.new(shape: DetectorId, required: true, location: "uri", location_name: "detectorId"))
2543
- UpdateOrganizationConfigurationRequest.add_member(:auto_enable, Shapes::ShapeRef.new(shape: Boolean, deprecated: true, location_name: "autoEnable", metadata: {"deprecatedMessage"=>"This field is deprecated, use AutoEnableOrganizationMembers instead"}))
2544
- UpdateOrganizationConfigurationRequest.add_member(:data_sources, Shapes::ShapeRef.new(shape: OrganizationDataSourceConfigurations, deprecated: true, location_name: "dataSources", metadata: {"deprecatedMessage"=>"This parameter is deprecated, use Features instead"}))
2543
+ UpdateOrganizationConfigurationRequest.add_member(:auto_enable, Shapes::ShapeRef.new(shape: Boolean, deprecated: true, location_name: "autoEnable", metadata: {"deprecatedMessage" => "This field is deprecated, use AutoEnableOrganizationMembers instead"}))
2544
+ UpdateOrganizationConfigurationRequest.add_member(:data_sources, Shapes::ShapeRef.new(shape: OrganizationDataSourceConfigurations, deprecated: true, location_name: "dataSources", metadata: {"deprecatedMessage" => "This parameter is deprecated, use Features instead"}))
2545
2545
  UpdateOrganizationConfigurationRequest.add_member(:features, Shapes::ShapeRef.new(shape: OrganizationFeaturesConfigurations, location_name: "features"))
2546
2546
  UpdateOrganizationConfigurationRequest.add_member(:auto_enable_organization_members, Shapes::ShapeRef.new(shape: AutoEnableMembers, location_name: "autoEnableOrganizationMembers"))
2547
2547
  UpdateOrganizationConfigurationRequest.struct_class = Types::UpdateOrganizationConfigurationRequest
@@ -2577,7 +2577,7 @@ module Aws::GuardDuty
2577
2577
  UsageAccountResultList.member = Shapes::ShapeRef.new(shape: UsageAccountResult)
2578
2578
 
2579
2579
  UsageCriteria.add_member(:account_ids, Shapes::ShapeRef.new(shape: AccountIds, location_name: "accountIds"))
2580
- UsageCriteria.add_member(:data_sources, Shapes::ShapeRef.new(shape: DataSourceList, deprecated: true, location_name: "dataSources", metadata: {"deprecatedMessage"=>"This parameter is deprecated, use Features instead"}))
2580
+ UsageCriteria.add_member(:data_sources, Shapes::ShapeRef.new(shape: DataSourceList, deprecated: true, location_name: "dataSources", metadata: {"deprecatedMessage" => "This parameter is deprecated, use Features instead"}))
2581
2581
  UsageCriteria.add_member(:resources, Shapes::ShapeRef.new(shape: ResourceList, location_name: "resources"))
2582
2582
  UsageCriteria.add_member(:features, Shapes::ShapeRef.new(shape: UsageFeatureList, location_name: "features"))
2583
2583
  UsageCriteria.struct_class = Types::UsageCriteria
@@ -1549,7 +1549,7 @@ module Aws::GuardDuty
1549
1549
  #
1550
1550
  # * service.runtimeDetails.process.name
1551
1551
  #
1552
- # * service.runtimeDetails.process.name
1552
+ # * service.runtimeDetails.process.executablePath
1553
1553
  #
1554
1554
  # * resource.lambdaDetails.functionName
1555
1555
  #
@@ -4539,7 +4539,13 @@ module Aws::GuardDuty
4539
4539
  # signals observed in an attack sequence.
4540
4540
  #
4541
4541
  # @!attribute [rw] key
4542
- # Specific indicator keys observed in the attack sequence.
4542
+ # Specific indicator keys observed in the attack sequence. For
4543
+ # description of the valid values for key, see [Attack sequence
4544
+ # finding details][1] in the *Amazon GuardDuty User Guide*.
4545
+ #
4546
+ #
4547
+ #
4548
+ # [1]: https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_findings-summary.html#guardduty-extended-threat-detection-attack-sequence-finding-details
4543
4549
  # @return [String]
4544
4550
  #
4545
4551
  # @!attribute [rw] values
@@ -4547,9 +4553,6 @@ module Aws::GuardDuty
4547
4553
  # indicator key is `SUSPICIOUS_NETWORK`, then the value will be the
4548
4554
  # name of the network. If the indicator key is `ATTACK_TACTIC`, then
4549
4555
  # the value will be one of the MITRE tactics.
4550
- #
4551
- # For more information about the values associated with the key, see
4552
- # GuardDuty Extended Threat Detection in the *GuardDuty User Guide.*
4553
4556
  # @return [Array<String>]
4554
4557
  #
4555
4558
  # @!attribute [rw] title
@@ -6082,7 +6085,8 @@ module Aws::GuardDuty
6082
6085
  # @!attribute [rw] message
6083
6086
  # Issue message that specifies the reason. For information about
6084
6087
  # potential troubleshooting steps, see [Troubleshooting Malware
6085
- # Protection for S3 status issues][1] in the *GuardDuty User Guide*.
6088
+ # Protection for S3 status issues][1] in the *Amazon GuardDuty User
6089
+ # Guide*.
6086
6090
  #
6087
6091
  #
6088
6092
  #
@@ -8854,7 +8858,7 @@ module Aws::GuardDuty
8854
8858
  #
8855
8859
  # Signals can be GuardDuty findings or activities observed in data
8856
8860
  # sources that GuardDuty monitors. For more information, see
8857
- # [Foundational data sources][1] in the *GuardDuty User Guide*.
8861
+ # [Foundational data sources][1] in the *Amazon GuardDuty User Guide*.
8858
8862
  #
8859
8863
  # A signal type can be one of the valid values listed in this API.
8860
8864
  # Here are the related descriptions:
@@ -8867,7 +8871,8 @@ module Aws::GuardDuty
8867
8871
  # for S3. Activities associated with this type will show up only
8868
8872
  # when you have enabled GuardDuty S3 Protection feature in your
8869
8873
  # account. For more information about S3 Protection and steps to
8870
- # enable it, see [S3 Protection][2] in the *GuardDuty User Guide*.
8874
+ # enable it, see [S3 Protection][2] in the *Amazon GuardDuty User
8875
+ # Guide*.
8871
8876
  #
8872
8877
  #
8873
8878
  #
@@ -8905,8 +8910,8 @@ module Aws::GuardDuty
8905
8910
  #
8906
8911
  # @!attribute [rw] severity
8907
8912
  # The severity associated with the signal. For more information about
8908
- # severity, see [Findings severity levels][1] in the *GuardDuty User
8909
- # Guide*.
8913
+ # severity, see [Findings severity levels][1] in the *Amazon GuardDuty
8914
+ # User Guide*.
8910
8915
  #
8911
8916
  #
8912
8917
  #
@@ -54,7 +54,7 @@ module Aws::GuardDuty
54
54
  autoload :EndpointProvider, 'aws-sdk-guardduty/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-guardduty/endpoints'
56
56
 
57
- GEM_VERSION = '1.112.0'
57
+ GEM_VERSION = '1.114.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-guardduty
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.112.0
4
+ version: 1.114.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-02-18 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: aws-sdk-core
@@ -77,7 +76,6 @@ licenses:
77
76
  metadata:
78
77
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-guardduty
79
78
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-guardduty/CHANGELOG.md
80
- post_install_message:
81
79
  rdoc_options: []
82
80
  require_paths:
83
81
  - lib
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
90
  - !ruby/object:Gem::Version
93
91
  version: '0'
94
92
  requirements: []
95
- rubygems_version: 3.4.10
96
- signing_key:
93
+ rubygems_version: 3.6.7
97
94
  specification_version: 4
98
95
  summary: AWS SDK for Ruby - Amazon GuardDuty
99
96
  test_files: []