aws-sdk-guardduty 1.66.0 → 1.68.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-guardduty/client.rb +295 -15
- data/lib/aws-sdk-guardduty/client_api.rb +268 -0
- data/lib/aws-sdk-guardduty/endpoints.rb +28 -0
- data/lib/aws-sdk-guardduty/plugins/endpoints.rb +4 -0
- data/lib/aws-sdk-guardduty/types.rb +877 -22
- data/lib/aws-sdk-guardduty.rb +1 -1
- metadata +2 -2
@@ -27,6 +27,7 @@ module Aws::GuardDuty
|
|
27
27
|
AccountIds = Shapes::ListShape.new(name: 'AccountIds')
|
28
28
|
AccountLevelPermissions = Shapes::StructureShape.new(name: 'AccountLevelPermissions')
|
29
29
|
Action = Shapes::StructureShape.new(name: 'Action')
|
30
|
+
AddonDetails = Shapes::StructureShape.new(name: 'AddonDetails')
|
30
31
|
AdminAccount = Shapes::StructureShape.new(name: 'AdminAccount')
|
31
32
|
AdminAccounts = Shapes::ListShape.new(name: 'AdminAccounts')
|
32
33
|
AdminStatus = Shapes::StringShape.new(name: 'AdminStatus')
|
@@ -47,8 +48,25 @@ module Aws::GuardDuty
|
|
47
48
|
Condition = Shapes::StructureShape.new(name: 'Condition')
|
48
49
|
Container = Shapes::StructureShape.new(name: 'Container')
|
49
50
|
Containers = Shapes::ListShape.new(name: 'Containers')
|
51
|
+
CountByCoverageStatus = Shapes::MapShape.new(name: 'CountByCoverageStatus')
|
52
|
+
CountByResourceType = Shapes::MapShape.new(name: 'CountByResourceType')
|
50
53
|
CountBySeverity = Shapes::MapShape.new(name: 'CountBySeverity')
|
51
54
|
Country = Shapes::StructureShape.new(name: 'Country')
|
55
|
+
CoverageEksClusterDetails = Shapes::StructureShape.new(name: 'CoverageEksClusterDetails')
|
56
|
+
CoverageFilterCondition = Shapes::StructureShape.new(name: 'CoverageFilterCondition')
|
57
|
+
CoverageFilterCriteria = Shapes::StructureShape.new(name: 'CoverageFilterCriteria')
|
58
|
+
CoverageFilterCriterion = Shapes::StructureShape.new(name: 'CoverageFilterCriterion')
|
59
|
+
CoverageFilterCriterionKey = Shapes::StringShape.new(name: 'CoverageFilterCriterionKey')
|
60
|
+
CoverageFilterCriterionList = Shapes::ListShape.new(name: 'CoverageFilterCriterionList')
|
61
|
+
CoverageResource = Shapes::StructureShape.new(name: 'CoverageResource')
|
62
|
+
CoverageResourceDetails = Shapes::StructureShape.new(name: 'CoverageResourceDetails')
|
63
|
+
CoverageResources = Shapes::ListShape.new(name: 'CoverageResources')
|
64
|
+
CoverageSortCriteria = Shapes::StructureShape.new(name: 'CoverageSortCriteria')
|
65
|
+
CoverageSortKey = Shapes::StringShape.new(name: 'CoverageSortKey')
|
66
|
+
CoverageStatistics = Shapes::StructureShape.new(name: 'CoverageStatistics')
|
67
|
+
CoverageStatisticsType = Shapes::StringShape.new(name: 'CoverageStatisticsType')
|
68
|
+
CoverageStatisticsTypeList = Shapes::ListShape.new(name: 'CoverageStatisticsTypeList')
|
69
|
+
CoverageStatus = Shapes::StringShape.new(name: 'CoverageStatus')
|
52
70
|
CreateDetectorRequest = Shapes::StructureShape.new(name: 'CreateDetectorRequest')
|
53
71
|
CreateDetectorResponse = Shapes::StructureShape.new(name: 'CreateDetectorResponse')
|
54
72
|
CreateFilterRequest = Shapes::StructureShape.new(name: 'CreateFilterRequest')
|
@@ -100,6 +118,10 @@ module Aws::GuardDuty
|
|
100
118
|
DestinationProperties = Shapes::StructureShape.new(name: 'DestinationProperties')
|
101
119
|
DestinationType = Shapes::StringShape.new(name: 'DestinationType')
|
102
120
|
Destinations = Shapes::ListShape.new(name: 'Destinations')
|
121
|
+
DetectorAdditionalConfiguration = Shapes::StructureShape.new(name: 'DetectorAdditionalConfiguration')
|
122
|
+
DetectorAdditionalConfigurationResult = Shapes::StructureShape.new(name: 'DetectorAdditionalConfigurationResult')
|
123
|
+
DetectorAdditionalConfigurationResults = Shapes::ListShape.new(name: 'DetectorAdditionalConfigurationResults')
|
124
|
+
DetectorAdditionalConfigurations = Shapes::ListShape.new(name: 'DetectorAdditionalConfigurations')
|
103
125
|
DetectorFeature = Shapes::StringShape.new(name: 'DetectorFeature')
|
104
126
|
DetectorFeatureConfiguration = Shapes::StructureShape.new(name: 'DetectorFeatureConfiguration')
|
105
127
|
DetectorFeatureConfigurationResult = Shapes::StructureShape.new(name: 'DetectorFeatureConfigurationResult')
|
@@ -133,6 +155,7 @@ module Aws::GuardDuty
|
|
133
155
|
Eq = Shapes::ListShape.new(name: 'Eq')
|
134
156
|
Equals = Shapes::ListShape.new(name: 'Equals')
|
135
157
|
Evidence = Shapes::StructureShape.new(name: 'Evidence')
|
158
|
+
FeatureAdditionalConfiguration = Shapes::StringShape.new(name: 'FeatureAdditionalConfiguration')
|
136
159
|
FeatureStatus = Shapes::StringShape.new(name: 'FeatureStatus')
|
137
160
|
Feedback = Shapes::StringShape.new(name: 'Feedback')
|
138
161
|
FilePaths = Shapes::ListShape.new(name: 'FilePaths')
|
@@ -156,6 +179,7 @@ module Aws::GuardDuty
|
|
156
179
|
FindingType = Shapes::StringShape.new(name: 'FindingType')
|
157
180
|
FindingTypes = Shapes::ListShape.new(name: 'FindingTypes')
|
158
181
|
Findings = Shapes::ListShape.new(name: 'Findings')
|
182
|
+
FlagsList = Shapes::ListShape.new(name: 'FlagsList')
|
159
183
|
FlowLogsConfigurationResult = Shapes::StructureShape.new(name: 'FlowLogsConfigurationResult')
|
160
184
|
FreeTrialFeatureConfigurationResult = Shapes::StructureShape.new(name: 'FreeTrialFeatureConfigurationResult')
|
161
185
|
FreeTrialFeatureConfigurationsResults = Shapes::ListShape.new(name: 'FreeTrialFeatureConfigurationsResults')
|
@@ -163,6 +187,8 @@ module Aws::GuardDuty
|
|
163
187
|
GeoLocation = Shapes::StructureShape.new(name: 'GeoLocation')
|
164
188
|
GetAdministratorAccountRequest = Shapes::StructureShape.new(name: 'GetAdministratorAccountRequest')
|
165
189
|
GetAdministratorAccountResponse = Shapes::StructureShape.new(name: 'GetAdministratorAccountResponse')
|
190
|
+
GetCoverageStatisticsRequest = Shapes::StructureShape.new(name: 'GetCoverageStatisticsRequest')
|
191
|
+
GetCoverageStatisticsResponse = Shapes::StructureShape.new(name: 'GetCoverageStatisticsResponse')
|
166
192
|
GetDetectorRequest = Shapes::StructureShape.new(name: 'GetDetectorRequest')
|
167
193
|
GetDetectorResponse = Shapes::StructureShape.new(name: 'GetDetectorResponse')
|
168
194
|
GetFilterRequest = Shapes::StructureShape.new(name: 'GetFilterRequest')
|
@@ -216,6 +242,11 @@ module Aws::GuardDuty
|
|
216
242
|
KubernetesDetails = Shapes::StructureShape.new(name: 'KubernetesDetails')
|
217
243
|
KubernetesUserDetails = Shapes::StructureShape.new(name: 'KubernetesUserDetails')
|
218
244
|
KubernetesWorkloadDetails = Shapes::StructureShape.new(name: 'KubernetesWorkloadDetails')
|
245
|
+
LambdaDetails = Shapes::StructureShape.new(name: 'LambdaDetails')
|
246
|
+
Lineage = Shapes::ListShape.new(name: 'Lineage')
|
247
|
+
LineageObject = Shapes::StructureShape.new(name: 'LineageObject')
|
248
|
+
ListCoverageRequest = Shapes::StructureShape.new(name: 'ListCoverageRequest')
|
249
|
+
ListCoverageResponse = Shapes::StructureShape.new(name: 'ListCoverageResponse')
|
219
250
|
ListDetectorsRequest = Shapes::StructureShape.new(name: 'ListDetectorsRequest')
|
220
251
|
ListDetectorsResponse = Shapes::StructureShape.new(name: 'ListDetectorsResponse')
|
221
252
|
ListFiltersRequest = Shapes::StructureShape.new(name: 'ListFiltersRequest')
|
@@ -250,6 +281,10 @@ module Aws::GuardDuty
|
|
250
281
|
Master = Shapes::StructureShape.new(name: 'Master')
|
251
282
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
252
283
|
Member = Shapes::StructureShape.new(name: 'Member')
|
284
|
+
MemberAdditionalConfiguration = Shapes::StructureShape.new(name: 'MemberAdditionalConfiguration')
|
285
|
+
MemberAdditionalConfigurationResult = Shapes::StructureShape.new(name: 'MemberAdditionalConfigurationResult')
|
286
|
+
MemberAdditionalConfigurationResults = Shapes::ListShape.new(name: 'MemberAdditionalConfigurationResults')
|
287
|
+
MemberAdditionalConfigurations = Shapes::ListShape.new(name: 'MemberAdditionalConfigurations')
|
253
288
|
MemberDataSourceConfiguration = Shapes::StructureShape.new(name: 'MemberDataSourceConfiguration')
|
254
289
|
MemberDataSourceConfigurations = Shapes::ListShape.new(name: 'MemberDataSourceConfigurations')
|
255
290
|
MemberFeaturesConfiguration = Shapes::StructureShape.new(name: 'MemberFeaturesConfiguration')
|
@@ -257,6 +292,7 @@ module Aws::GuardDuty
|
|
257
292
|
MemberFeaturesConfigurations = Shapes::ListShape.new(name: 'MemberFeaturesConfigurations')
|
258
293
|
MemberFeaturesConfigurationsResults = Shapes::ListShape.new(name: 'MemberFeaturesConfigurationsResults')
|
259
294
|
Members = Shapes::ListShape.new(name: 'Members')
|
295
|
+
MemoryRegionsList = Shapes::ListShape.new(name: 'MemoryRegionsList')
|
260
296
|
Name = Shapes::StringShape.new(name: 'Name')
|
261
297
|
Neq = Shapes::ListShape.new(name: 'Neq')
|
262
298
|
NetworkConnectionAction = Shapes::StructureShape.new(name: 'NetworkConnectionAction')
|
@@ -266,8 +302,13 @@ module Aws::GuardDuty
|
|
266
302
|
NotEquals = Shapes::ListShape.new(name: 'NotEquals')
|
267
303
|
OrderBy = Shapes::StringShape.new(name: 'OrderBy')
|
268
304
|
OrgFeature = Shapes::StringShape.new(name: 'OrgFeature')
|
305
|
+
OrgFeatureAdditionalConfiguration = Shapes::StringShape.new(name: 'OrgFeatureAdditionalConfiguration')
|
269
306
|
OrgFeatureStatus = Shapes::StringShape.new(name: 'OrgFeatureStatus')
|
270
307
|
Organization = Shapes::StructureShape.new(name: 'Organization')
|
308
|
+
OrganizationAdditionalConfiguration = Shapes::StructureShape.new(name: 'OrganizationAdditionalConfiguration')
|
309
|
+
OrganizationAdditionalConfigurationResult = Shapes::StructureShape.new(name: 'OrganizationAdditionalConfigurationResult')
|
310
|
+
OrganizationAdditionalConfigurationResults = Shapes::ListShape.new(name: 'OrganizationAdditionalConfigurationResults')
|
311
|
+
OrganizationAdditionalConfigurations = Shapes::ListShape.new(name: 'OrganizationAdditionalConfigurations')
|
271
312
|
OrganizationDataSourceConfigurations = Shapes::StructureShape.new(name: 'OrganizationDataSourceConfigurations')
|
272
313
|
OrganizationDataSourceConfigurationsResult = Shapes::StructureShape.new(name: 'OrganizationDataSourceConfigurationsResult')
|
273
314
|
OrganizationEbsVolumes = Shapes::StructureShape.new(name: 'OrganizationEbsVolumes')
|
@@ -294,6 +335,7 @@ module Aws::GuardDuty
|
|
294
335
|
PositiveLong = Shapes::IntegerShape.new(name: 'PositiveLong')
|
295
336
|
PrivateIpAddressDetails = Shapes::StructureShape.new(name: 'PrivateIpAddressDetails')
|
296
337
|
PrivateIpAddresses = Shapes::ListShape.new(name: 'PrivateIpAddresses')
|
338
|
+
ProcessDetails = Shapes::StructureShape.new(name: 'ProcessDetails')
|
297
339
|
ProductCode = Shapes::StructureShape.new(name: 'ProductCode')
|
298
340
|
ProductCodes = Shapes::ListShape.new(name: 'ProductCodes')
|
299
341
|
PublicAccess = Shapes::StructureShape.new(name: 'PublicAccess')
|
@@ -307,6 +349,9 @@ module Aws::GuardDuty
|
|
307
349
|
Resource = Shapes::StructureShape.new(name: 'Resource')
|
308
350
|
ResourceDetails = Shapes::StructureShape.new(name: 'ResourceDetails')
|
309
351
|
ResourceList = Shapes::ListShape.new(name: 'ResourceList')
|
352
|
+
ResourceType = Shapes::StringShape.new(name: 'ResourceType')
|
353
|
+
RuntimeContext = Shapes::StructureShape.new(name: 'RuntimeContext')
|
354
|
+
RuntimeDetails = Shapes::StructureShape.new(name: 'RuntimeDetails')
|
310
355
|
S3BucketDetail = Shapes::StructureShape.new(name: 'S3BucketDetail')
|
311
356
|
S3BucketDetails = Shapes::ListShape.new(name: 'S3BucketDetails')
|
312
357
|
S3LogsConfiguration = Shapes::StructureShape.new(name: 'S3LogsConfiguration')
|
@@ -341,6 +386,7 @@ module Aws::GuardDuty
|
|
341
386
|
StopMonitoringMembersRequest = Shapes::StructureShape.new(name: 'StopMonitoringMembersRequest')
|
342
387
|
StopMonitoringMembersResponse = Shapes::StructureShape.new(name: 'StopMonitoringMembersResponse')
|
343
388
|
String = Shapes::StringShape.new(name: 'String')
|
389
|
+
SubnetIds = Shapes::ListShape.new(name: 'SubnetIds')
|
344
390
|
Tag = Shapes::StructureShape.new(name: 'Tag')
|
345
391
|
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
346
392
|
TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
|
@@ -404,6 +450,7 @@ module Aws::GuardDuty
|
|
404
450
|
VolumeMount = Shapes::StructureShape.new(name: 'VolumeMount')
|
405
451
|
VolumeMounts = Shapes::ListShape.new(name: 'VolumeMounts')
|
406
452
|
Volumes = Shapes::ListShape.new(name: 'Volumes')
|
453
|
+
VpcConfig = Shapes::StructureShape.new(name: 'VpcConfig')
|
407
454
|
|
408
455
|
AcceptAdministratorInvitationRequest.add_member(:detector_id, Shapes::ShapeRef.new(shape: DetectorId, required: true, location: "uri", location_name: "detectorId"))
|
409
456
|
AcceptAdministratorInvitationRequest.add_member(:administrator_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "administratorId"))
|
@@ -456,6 +503,10 @@ module Aws::GuardDuty
|
|
456
503
|
Action.add_member(:rds_login_attempt_action, Shapes::ShapeRef.new(shape: RdsLoginAttemptAction, location_name: "rdsLoginAttemptAction"))
|
457
504
|
Action.struct_class = Types::Action
|
458
505
|
|
506
|
+
AddonDetails.add_member(:addon_version, Shapes::ShapeRef.new(shape: String, location_name: "addonVersion"))
|
507
|
+
AddonDetails.add_member(:addon_status, Shapes::ShapeRef.new(shape: String, location_name: "addonStatus"))
|
508
|
+
AddonDetails.struct_class = Types::AddonDetails
|
509
|
+
|
459
510
|
AdminAccount.add_member(:admin_account_id, Shapes::ShapeRef.new(shape: String, location_name: "adminAccountId"))
|
460
511
|
AdminAccount.add_member(:admin_status, Shapes::ShapeRef.new(shape: AdminStatus, location_name: "adminStatus"))
|
461
512
|
AdminAccount.struct_class = Types::AdminAccount
|
@@ -538,6 +589,12 @@ module Aws::GuardDuty
|
|
538
589
|
|
539
590
|
Containers.member = Shapes::ShapeRef.new(shape: Container)
|
540
591
|
|
592
|
+
CountByCoverageStatus.key = Shapes::ShapeRef.new(shape: CoverageStatus)
|
593
|
+
CountByCoverageStatus.value = Shapes::ShapeRef.new(shape: Long)
|
594
|
+
|
595
|
+
CountByResourceType.key = Shapes::ShapeRef.new(shape: ResourceType)
|
596
|
+
CountByResourceType.value = Shapes::ShapeRef.new(shape: Long)
|
597
|
+
|
541
598
|
CountBySeverity.key = Shapes::ShapeRef.new(shape: String)
|
542
599
|
CountBySeverity.value = Shapes::ShapeRef.new(shape: Integer)
|
543
600
|
|
@@ -545,6 +602,50 @@ module Aws::GuardDuty
|
|
545
602
|
Country.add_member(:country_name, Shapes::ShapeRef.new(shape: String, location_name: "countryName"))
|
546
603
|
Country.struct_class = Types::Country
|
547
604
|
|
605
|
+
CoverageEksClusterDetails.add_member(:cluster_name, Shapes::ShapeRef.new(shape: String, location_name: "clusterName"))
|
606
|
+
CoverageEksClusterDetails.add_member(:covered_nodes, Shapes::ShapeRef.new(shape: Long, location_name: "coveredNodes"))
|
607
|
+
CoverageEksClusterDetails.add_member(:compatible_nodes, Shapes::ShapeRef.new(shape: Long, location_name: "compatibleNodes"))
|
608
|
+
CoverageEksClusterDetails.add_member(:addon_details, Shapes::ShapeRef.new(shape: AddonDetails, location_name: "addonDetails"))
|
609
|
+
CoverageEksClusterDetails.struct_class = Types::CoverageEksClusterDetails
|
610
|
+
|
611
|
+
CoverageFilterCondition.add_member(:equals, Shapes::ShapeRef.new(shape: Equals, location_name: "equals"))
|
612
|
+
CoverageFilterCondition.add_member(:not_equals, Shapes::ShapeRef.new(shape: NotEquals, location_name: "notEquals"))
|
613
|
+
CoverageFilterCondition.struct_class = Types::CoverageFilterCondition
|
614
|
+
|
615
|
+
CoverageFilterCriteria.add_member(:filter_criterion, Shapes::ShapeRef.new(shape: CoverageFilterCriterionList, location_name: "filterCriterion"))
|
616
|
+
CoverageFilterCriteria.struct_class = Types::CoverageFilterCriteria
|
617
|
+
|
618
|
+
CoverageFilterCriterion.add_member(:criterion_key, Shapes::ShapeRef.new(shape: CoverageFilterCriterionKey, location_name: "criterionKey"))
|
619
|
+
CoverageFilterCriterion.add_member(:filter_condition, Shapes::ShapeRef.new(shape: CoverageFilterCondition, location_name: "filterCondition"))
|
620
|
+
CoverageFilterCriterion.struct_class = Types::CoverageFilterCriterion
|
621
|
+
|
622
|
+
CoverageFilterCriterionList.member = Shapes::ShapeRef.new(shape: CoverageFilterCriterion)
|
623
|
+
|
624
|
+
CoverageResource.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceId"))
|
625
|
+
CoverageResource.add_member(:detector_id, Shapes::ShapeRef.new(shape: DetectorId, location_name: "detectorId"))
|
626
|
+
CoverageResource.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "accountId"))
|
627
|
+
CoverageResource.add_member(:resource_details, Shapes::ShapeRef.new(shape: CoverageResourceDetails, location_name: "resourceDetails"))
|
628
|
+
CoverageResource.add_member(:coverage_status, Shapes::ShapeRef.new(shape: CoverageStatus, location_name: "coverageStatus"))
|
629
|
+
CoverageResource.add_member(:issue, Shapes::ShapeRef.new(shape: String, location_name: "issue"))
|
630
|
+
CoverageResource.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "updatedAt"))
|
631
|
+
CoverageResource.struct_class = Types::CoverageResource
|
632
|
+
|
633
|
+
CoverageResourceDetails.add_member(:eks_cluster_details, Shapes::ShapeRef.new(shape: CoverageEksClusterDetails, location_name: "eksClusterDetails"))
|
634
|
+
CoverageResourceDetails.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "resourceType"))
|
635
|
+
CoverageResourceDetails.struct_class = Types::CoverageResourceDetails
|
636
|
+
|
637
|
+
CoverageResources.member = Shapes::ShapeRef.new(shape: CoverageResource)
|
638
|
+
|
639
|
+
CoverageSortCriteria.add_member(:attribute_name, Shapes::ShapeRef.new(shape: CoverageSortKey, location_name: "attributeName"))
|
640
|
+
CoverageSortCriteria.add_member(:order_by, Shapes::ShapeRef.new(shape: OrderBy, location_name: "orderBy"))
|
641
|
+
CoverageSortCriteria.struct_class = Types::CoverageSortCriteria
|
642
|
+
|
643
|
+
CoverageStatistics.add_member(:count_by_resource_type, Shapes::ShapeRef.new(shape: CountByResourceType, location_name: "countByResourceType"))
|
644
|
+
CoverageStatistics.add_member(:count_by_coverage_status, Shapes::ShapeRef.new(shape: CountByCoverageStatus, location_name: "countByCoverageStatus"))
|
645
|
+
CoverageStatistics.struct_class = Types::CoverageStatistics
|
646
|
+
|
647
|
+
CoverageStatisticsTypeList.member = Shapes::ShapeRef.new(shape: CoverageStatisticsType)
|
648
|
+
|
548
649
|
CreateDetectorRequest.add_member(:enable, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "enable"))
|
549
650
|
CreateDetectorRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
550
651
|
CreateDetectorRequest.add_member(:finding_publishing_frequency, Shapes::ShapeRef.new(shape: FindingPublishingFrequency, location_name: "findingPublishingFrequency"))
|
@@ -746,13 +847,28 @@ module Aws::GuardDuty
|
|
746
847
|
|
747
848
|
Destinations.member = Shapes::ShapeRef.new(shape: Destination)
|
748
849
|
|
850
|
+
DetectorAdditionalConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: FeatureAdditionalConfiguration, location_name: "name"))
|
851
|
+
DetectorAdditionalConfiguration.add_member(:status, Shapes::ShapeRef.new(shape: FeatureStatus, location_name: "status"))
|
852
|
+
DetectorAdditionalConfiguration.struct_class = Types::DetectorAdditionalConfiguration
|
853
|
+
|
854
|
+
DetectorAdditionalConfigurationResult.add_member(:name, Shapes::ShapeRef.new(shape: FeatureAdditionalConfiguration, location_name: "name"))
|
855
|
+
DetectorAdditionalConfigurationResult.add_member(:status, Shapes::ShapeRef.new(shape: FeatureStatus, location_name: "status"))
|
856
|
+
DetectorAdditionalConfigurationResult.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "updatedAt"))
|
857
|
+
DetectorAdditionalConfigurationResult.struct_class = Types::DetectorAdditionalConfigurationResult
|
858
|
+
|
859
|
+
DetectorAdditionalConfigurationResults.member = Shapes::ShapeRef.new(shape: DetectorAdditionalConfigurationResult)
|
860
|
+
|
861
|
+
DetectorAdditionalConfigurations.member = Shapes::ShapeRef.new(shape: DetectorAdditionalConfiguration)
|
862
|
+
|
749
863
|
DetectorFeatureConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: DetectorFeature, location_name: "name"))
|
750
864
|
DetectorFeatureConfiguration.add_member(:status, Shapes::ShapeRef.new(shape: FeatureStatus, location_name: "status"))
|
865
|
+
DetectorFeatureConfiguration.add_member(:additional_configuration, Shapes::ShapeRef.new(shape: DetectorAdditionalConfigurations, location_name: "additionalConfiguration"))
|
751
866
|
DetectorFeatureConfiguration.struct_class = Types::DetectorFeatureConfiguration
|
752
867
|
|
753
868
|
DetectorFeatureConfigurationResult.add_member(:name, Shapes::ShapeRef.new(shape: DetectorFeatureResult, location_name: "name"))
|
754
869
|
DetectorFeatureConfigurationResult.add_member(:status, Shapes::ShapeRef.new(shape: FeatureStatus, location_name: "status"))
|
755
870
|
DetectorFeatureConfigurationResult.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "updatedAt"))
|
871
|
+
DetectorFeatureConfigurationResult.add_member(:additional_configuration, Shapes::ShapeRef.new(shape: DetectorAdditionalConfigurationResults, location_name: "additionalConfiguration"))
|
756
872
|
DetectorFeatureConfigurationResult.struct_class = Types::DetectorFeatureConfigurationResult
|
757
873
|
|
758
874
|
DetectorFeatureConfigurations.member = Shapes::ShapeRef.new(shape: DetectorFeatureConfiguration)
|
@@ -898,6 +1014,8 @@ module Aws::GuardDuty
|
|
898
1014
|
|
899
1015
|
Findings.member = Shapes::ShapeRef.new(shape: Finding)
|
900
1016
|
|
1017
|
+
FlagsList.member = Shapes::ShapeRef.new(shape: String)
|
1018
|
+
|
901
1019
|
FlowLogsConfigurationResult.add_member(:status, Shapes::ShapeRef.new(shape: DataSourceStatus, required: true, location_name: "status"))
|
902
1020
|
FlowLogsConfigurationResult.struct_class = Types::FlowLogsConfigurationResult
|
903
1021
|
|
@@ -917,6 +1035,14 @@ module Aws::GuardDuty
|
|
917
1035
|
GetAdministratorAccountResponse.add_member(:administrator, Shapes::ShapeRef.new(shape: Administrator, required: true, location_name: "administrator"))
|
918
1036
|
GetAdministratorAccountResponse.struct_class = Types::GetAdministratorAccountResponse
|
919
1037
|
|
1038
|
+
GetCoverageStatisticsRequest.add_member(:detector_id, Shapes::ShapeRef.new(shape: DetectorId, required: true, location: "uri", location_name: "detectorId"))
|
1039
|
+
GetCoverageStatisticsRequest.add_member(:filter_criteria, Shapes::ShapeRef.new(shape: CoverageFilterCriteria, location_name: "filterCriteria"))
|
1040
|
+
GetCoverageStatisticsRequest.add_member(:statistics_type, Shapes::ShapeRef.new(shape: CoverageStatisticsTypeList, required: true, location_name: "statisticsType"))
|
1041
|
+
GetCoverageStatisticsRequest.struct_class = Types::GetCoverageStatisticsRequest
|
1042
|
+
|
1043
|
+
GetCoverageStatisticsResponse.add_member(:coverage_statistics, Shapes::ShapeRef.new(shape: CoverageStatistics, location_name: "coverageStatistics"))
|
1044
|
+
GetCoverageStatisticsResponse.struct_class = Types::GetCoverageStatisticsResponse
|
1045
|
+
|
920
1046
|
GetDetectorRequest.add_member(:detector_id, Shapes::ShapeRef.new(shape: DetectorId, required: true, location: "uri", location_name: "detectorId"))
|
921
1047
|
GetDetectorRequest.struct_class = Types::GetDetectorRequest
|
922
1048
|
|
@@ -1130,6 +1256,41 @@ module Aws::GuardDuty
|
|
1130
1256
|
KubernetesWorkloadDetails.add_member(:volumes, Shapes::ShapeRef.new(shape: Volumes, location_name: "volumes"))
|
1131
1257
|
KubernetesWorkloadDetails.struct_class = Types::KubernetesWorkloadDetails
|
1132
1258
|
|
1259
|
+
LambdaDetails.add_member(:function_arn, Shapes::ShapeRef.new(shape: String, location_name: "functionArn"))
|
1260
|
+
LambdaDetails.add_member(:function_name, Shapes::ShapeRef.new(shape: String, location_name: "functionName"))
|
1261
|
+
LambdaDetails.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
1262
|
+
LambdaDetails.add_member(:last_modified_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastModifiedAt"))
|
1263
|
+
LambdaDetails.add_member(:revision_id, Shapes::ShapeRef.new(shape: String, location_name: "revisionId"))
|
1264
|
+
LambdaDetails.add_member(:function_version, Shapes::ShapeRef.new(shape: String, location_name: "functionVersion"))
|
1265
|
+
LambdaDetails.add_member(:role, Shapes::ShapeRef.new(shape: String, location_name: "role"))
|
1266
|
+
LambdaDetails.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "vpcConfig"))
|
1267
|
+
LambdaDetails.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
1268
|
+
LambdaDetails.struct_class = Types::LambdaDetails
|
1269
|
+
|
1270
|
+
Lineage.member = Shapes::ShapeRef.new(shape: LineageObject)
|
1271
|
+
|
1272
|
+
LineageObject.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "startTime"))
|
1273
|
+
LineageObject.add_member(:namespace_pid, Shapes::ShapeRef.new(shape: Integer, location_name: "namespacePid"))
|
1274
|
+
LineageObject.add_member(:user_id, Shapes::ShapeRef.new(shape: Integer, location_name: "userId"))
|
1275
|
+
LineageObject.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
1276
|
+
LineageObject.add_member(:pid, Shapes::ShapeRef.new(shape: Integer, location_name: "pid"))
|
1277
|
+
LineageObject.add_member(:uuid, Shapes::ShapeRef.new(shape: String, location_name: "uuid"))
|
1278
|
+
LineageObject.add_member(:executable_path, Shapes::ShapeRef.new(shape: String, location_name: "executablePath"))
|
1279
|
+
LineageObject.add_member(:euid, Shapes::ShapeRef.new(shape: Integer, location_name: "euid"))
|
1280
|
+
LineageObject.add_member(:parent_uuid, Shapes::ShapeRef.new(shape: String, location_name: "parentUuid"))
|
1281
|
+
LineageObject.struct_class = Types::LineageObject
|
1282
|
+
|
1283
|
+
ListCoverageRequest.add_member(:detector_id, Shapes::ShapeRef.new(shape: DetectorId, required: true, location: "uri", location_name: "detectorId"))
|
1284
|
+
ListCoverageRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
1285
|
+
ListCoverageRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
|
1286
|
+
ListCoverageRequest.add_member(:filter_criteria, Shapes::ShapeRef.new(shape: CoverageFilterCriteria, location_name: "filterCriteria"))
|
1287
|
+
ListCoverageRequest.add_member(:sort_criteria, Shapes::ShapeRef.new(shape: CoverageSortCriteria, location_name: "sortCriteria"))
|
1288
|
+
ListCoverageRequest.struct_class = Types::ListCoverageRequest
|
1289
|
+
|
1290
|
+
ListCoverageResponse.add_member(:resources, Shapes::ShapeRef.new(shape: CoverageResources, required: true, location_name: "resources"))
|
1291
|
+
ListCoverageResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
1292
|
+
ListCoverageResponse.struct_class = Types::ListCoverageResponse
|
1293
|
+
|
1133
1294
|
ListDetectorsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1134
1295
|
ListDetectorsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
1135
1296
|
ListDetectorsRequest.struct_class = Types::ListDetectorsRequest
|
@@ -1260,6 +1421,19 @@ module Aws::GuardDuty
|
|
1260
1421
|
Member.add_member(:administrator_id, Shapes::ShapeRef.new(shape: String, location_name: "administratorId"))
|
1261
1422
|
Member.struct_class = Types::Member
|
1262
1423
|
|
1424
|
+
MemberAdditionalConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: OrgFeatureAdditionalConfiguration, location_name: "name"))
|
1425
|
+
MemberAdditionalConfiguration.add_member(:status, Shapes::ShapeRef.new(shape: FeatureStatus, location_name: "status"))
|
1426
|
+
MemberAdditionalConfiguration.struct_class = Types::MemberAdditionalConfiguration
|
1427
|
+
|
1428
|
+
MemberAdditionalConfigurationResult.add_member(:name, Shapes::ShapeRef.new(shape: OrgFeatureAdditionalConfiguration, location_name: "name"))
|
1429
|
+
MemberAdditionalConfigurationResult.add_member(:status, Shapes::ShapeRef.new(shape: FeatureStatus, location_name: "status"))
|
1430
|
+
MemberAdditionalConfigurationResult.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "updatedAt"))
|
1431
|
+
MemberAdditionalConfigurationResult.struct_class = Types::MemberAdditionalConfigurationResult
|
1432
|
+
|
1433
|
+
MemberAdditionalConfigurationResults.member = Shapes::ShapeRef.new(shape: MemberAdditionalConfigurationResult)
|
1434
|
+
|
1435
|
+
MemberAdditionalConfigurations.member = Shapes::ShapeRef.new(shape: MemberAdditionalConfiguration)
|
1436
|
+
|
1263
1437
|
MemberDataSourceConfiguration.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "accountId"))
|
1264
1438
|
MemberDataSourceConfiguration.add_member(:data_sources, Shapes::ShapeRef.new(shape: DataSourceConfigurationsResult, deprecated: true, location_name: "dataSources", metadata: {"deprecatedMessage"=>"This parameter is deprecated, use Features instead"}))
|
1265
1439
|
MemberDataSourceConfiguration.add_member(:features, Shapes::ShapeRef.new(shape: MemberFeaturesConfigurationsResults, location_name: "features"))
|
@@ -1269,11 +1443,13 @@ module Aws::GuardDuty
|
|
1269
1443
|
|
1270
1444
|
MemberFeaturesConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: OrgFeature, location_name: "name"))
|
1271
1445
|
MemberFeaturesConfiguration.add_member(:status, Shapes::ShapeRef.new(shape: FeatureStatus, location_name: "status"))
|
1446
|
+
MemberFeaturesConfiguration.add_member(:additional_configuration, Shapes::ShapeRef.new(shape: MemberAdditionalConfigurations, location_name: "additionalConfiguration"))
|
1272
1447
|
MemberFeaturesConfiguration.struct_class = Types::MemberFeaturesConfiguration
|
1273
1448
|
|
1274
1449
|
MemberFeaturesConfigurationResult.add_member(:name, Shapes::ShapeRef.new(shape: OrgFeature, location_name: "name"))
|
1275
1450
|
MemberFeaturesConfigurationResult.add_member(:status, Shapes::ShapeRef.new(shape: FeatureStatus, location_name: "status"))
|
1276
1451
|
MemberFeaturesConfigurationResult.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "updatedAt"))
|
1452
|
+
MemberFeaturesConfigurationResult.add_member(:additional_configuration, Shapes::ShapeRef.new(shape: MemberAdditionalConfigurationResults, location_name: "additionalConfiguration"))
|
1277
1453
|
MemberFeaturesConfigurationResult.struct_class = Types::MemberFeaturesConfigurationResult
|
1278
1454
|
|
1279
1455
|
MemberFeaturesConfigurations.member = Shapes::ShapeRef.new(shape: MemberFeaturesConfiguration)
|
@@ -1282,6 +1458,8 @@ module Aws::GuardDuty
|
|
1282
1458
|
|
1283
1459
|
Members.member = Shapes::ShapeRef.new(shape: Member)
|
1284
1460
|
|
1461
|
+
MemoryRegionsList.member = Shapes::ShapeRef.new(shape: String)
|
1462
|
+
|
1285
1463
|
Neq.member = Shapes::ShapeRef.new(shape: String)
|
1286
1464
|
|
1287
1465
|
NetworkConnectionAction.add_member(:blocked, Shapes::ShapeRef.new(shape: Boolean, location_name: "blocked"))
|
@@ -1315,6 +1493,18 @@ module Aws::GuardDuty
|
|
1315
1493
|
Organization.add_member(:org, Shapes::ShapeRef.new(shape: String, location_name: "org"))
|
1316
1494
|
Organization.struct_class = Types::Organization
|
1317
1495
|
|
1496
|
+
OrganizationAdditionalConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: OrgFeatureAdditionalConfiguration, location_name: "name"))
|
1497
|
+
OrganizationAdditionalConfiguration.add_member(:auto_enable, Shapes::ShapeRef.new(shape: OrgFeatureStatus, location_name: "autoEnable"))
|
1498
|
+
OrganizationAdditionalConfiguration.struct_class = Types::OrganizationAdditionalConfiguration
|
1499
|
+
|
1500
|
+
OrganizationAdditionalConfigurationResult.add_member(:name, Shapes::ShapeRef.new(shape: OrgFeatureAdditionalConfiguration, location_name: "name"))
|
1501
|
+
OrganizationAdditionalConfigurationResult.add_member(:auto_enable, Shapes::ShapeRef.new(shape: OrgFeatureStatus, location_name: "autoEnable"))
|
1502
|
+
OrganizationAdditionalConfigurationResult.struct_class = Types::OrganizationAdditionalConfigurationResult
|
1503
|
+
|
1504
|
+
OrganizationAdditionalConfigurationResults.member = Shapes::ShapeRef.new(shape: OrganizationAdditionalConfigurationResult)
|
1505
|
+
|
1506
|
+
OrganizationAdditionalConfigurations.member = Shapes::ShapeRef.new(shape: OrganizationAdditionalConfiguration)
|
1507
|
+
|
1318
1508
|
OrganizationDataSourceConfigurations.add_member(:s3_logs, Shapes::ShapeRef.new(shape: OrganizationS3LogsConfiguration, location_name: "s3Logs"))
|
1319
1509
|
OrganizationDataSourceConfigurations.add_member(:kubernetes, Shapes::ShapeRef.new(shape: OrganizationKubernetesConfiguration, location_name: "kubernetes"))
|
1320
1510
|
OrganizationDataSourceConfigurations.add_member(:malware_protection, Shapes::ShapeRef.new(shape: OrganizationMalwareProtectionConfiguration, location_name: "malwareProtection"))
|
@@ -1333,10 +1523,12 @@ module Aws::GuardDuty
|
|
1333
1523
|
|
1334
1524
|
OrganizationFeatureConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: OrgFeature, location_name: "name"))
|
1335
1525
|
OrganizationFeatureConfiguration.add_member(:auto_enable, Shapes::ShapeRef.new(shape: OrgFeatureStatus, location_name: "autoEnable"))
|
1526
|
+
OrganizationFeatureConfiguration.add_member(:additional_configuration, Shapes::ShapeRef.new(shape: OrganizationAdditionalConfigurations, location_name: "additionalConfiguration"))
|
1336
1527
|
OrganizationFeatureConfiguration.struct_class = Types::OrganizationFeatureConfiguration
|
1337
1528
|
|
1338
1529
|
OrganizationFeatureConfigurationResult.add_member(:name, Shapes::ShapeRef.new(shape: OrgFeature, location_name: "name"))
|
1339
1530
|
OrganizationFeatureConfigurationResult.add_member(:auto_enable, Shapes::ShapeRef.new(shape: OrgFeatureStatus, location_name: "autoEnable"))
|
1531
|
+
OrganizationFeatureConfigurationResult.add_member(:additional_configuration, Shapes::ShapeRef.new(shape: OrganizationAdditionalConfigurationResults, location_name: "additionalConfiguration"))
|
1340
1532
|
OrganizationFeatureConfigurationResult.struct_class = Types::OrganizationFeatureConfigurationResult
|
1341
1533
|
|
1342
1534
|
OrganizationFeaturesConfigurations.member = Shapes::ShapeRef.new(shape: OrganizationFeatureConfiguration)
|
@@ -1397,6 +1589,21 @@ module Aws::GuardDuty
|
|
1397
1589
|
|
1398
1590
|
PrivateIpAddresses.member = Shapes::ShapeRef.new(shape: PrivateIpAddressDetails)
|
1399
1591
|
|
1592
|
+
ProcessDetails.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
1593
|
+
ProcessDetails.add_member(:executable_path, Shapes::ShapeRef.new(shape: String, location_name: "executablePath"))
|
1594
|
+
ProcessDetails.add_member(:executable_sha_256, Shapes::ShapeRef.new(shape: String, location_name: "executableSha256"))
|
1595
|
+
ProcessDetails.add_member(:namespace_pid, Shapes::ShapeRef.new(shape: Integer, location_name: "namespacePid"))
|
1596
|
+
ProcessDetails.add_member(:pwd, Shapes::ShapeRef.new(shape: String, location_name: "pwd"))
|
1597
|
+
ProcessDetails.add_member(:pid, Shapes::ShapeRef.new(shape: Integer, location_name: "pid"))
|
1598
|
+
ProcessDetails.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "startTime"))
|
1599
|
+
ProcessDetails.add_member(:uuid, Shapes::ShapeRef.new(shape: String, location_name: "uuid"))
|
1600
|
+
ProcessDetails.add_member(:parent_uuid, Shapes::ShapeRef.new(shape: String, location_name: "parentUuid"))
|
1601
|
+
ProcessDetails.add_member(:user, Shapes::ShapeRef.new(shape: String, location_name: "user"))
|
1602
|
+
ProcessDetails.add_member(:user_id, Shapes::ShapeRef.new(shape: Integer, location_name: "userId"))
|
1603
|
+
ProcessDetails.add_member(:euid, Shapes::ShapeRef.new(shape: Integer, location_name: "euid"))
|
1604
|
+
ProcessDetails.add_member(:lineage, Shapes::ShapeRef.new(shape: Lineage, location_name: "lineage"))
|
1605
|
+
ProcessDetails.struct_class = Types::ProcessDetails
|
1606
|
+
|
1400
1607
|
ProductCode.add_member(:code, Shapes::ShapeRef.new(shape: String, location_name: "productCodeId"))
|
1401
1608
|
ProductCode.add_member(:product_type, Shapes::ShapeRef.new(shape: String, location_name: "productCodeType"))
|
1402
1609
|
ProductCode.struct_class = Types::ProductCode
|
@@ -1452,6 +1659,7 @@ module Aws::GuardDuty
|
|
1452
1659
|
Resource.add_member(:container_details, Shapes::ShapeRef.new(shape: Container, location_name: "containerDetails"))
|
1453
1660
|
Resource.add_member(:rds_db_instance_details, Shapes::ShapeRef.new(shape: RdsDbInstanceDetails, location_name: "rdsDbInstanceDetails"))
|
1454
1661
|
Resource.add_member(:rds_db_user_details, Shapes::ShapeRef.new(shape: RdsDbUserDetails, location_name: "rdsDbUserDetails"))
|
1662
|
+
Resource.add_member(:lambda_details, Shapes::ShapeRef.new(shape: LambdaDetails, location_name: "lambdaDetails"))
|
1455
1663
|
Resource.struct_class = Types::Resource
|
1456
1664
|
|
1457
1665
|
ResourceDetails.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, location_name: "instanceArn"))
|
@@ -1459,6 +1667,32 @@ module Aws::GuardDuty
|
|
1459
1667
|
|
1460
1668
|
ResourceList.member = Shapes::ShapeRef.new(shape: String)
|
1461
1669
|
|
1670
|
+
RuntimeContext.add_member(:modifying_process, Shapes::ShapeRef.new(shape: ProcessDetails, location_name: "modifyingProcess"))
|
1671
|
+
RuntimeContext.add_member(:modified_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "modifiedAt"))
|
1672
|
+
RuntimeContext.add_member(:script_path, Shapes::ShapeRef.new(shape: String, location_name: "scriptPath"))
|
1673
|
+
RuntimeContext.add_member(:library_path, Shapes::ShapeRef.new(shape: String, location_name: "libraryPath"))
|
1674
|
+
RuntimeContext.add_member(:ld_preload_value, Shapes::ShapeRef.new(shape: String, location_name: "ldPreloadValue"))
|
1675
|
+
RuntimeContext.add_member(:socket_path, Shapes::ShapeRef.new(shape: String, location_name: "socketPath"))
|
1676
|
+
RuntimeContext.add_member(:runc_binary_path, Shapes::ShapeRef.new(shape: String, location_name: "runcBinaryPath"))
|
1677
|
+
RuntimeContext.add_member(:release_agent_path, Shapes::ShapeRef.new(shape: String, location_name: "releaseAgentPath"))
|
1678
|
+
RuntimeContext.add_member(:mount_source, Shapes::ShapeRef.new(shape: String, location_name: "mountSource"))
|
1679
|
+
RuntimeContext.add_member(:mount_target, Shapes::ShapeRef.new(shape: String, location_name: "mountTarget"))
|
1680
|
+
RuntimeContext.add_member(:file_system_type, Shapes::ShapeRef.new(shape: String, location_name: "fileSystemType"))
|
1681
|
+
RuntimeContext.add_member(:flags, Shapes::ShapeRef.new(shape: FlagsList, location_name: "flags"))
|
1682
|
+
RuntimeContext.add_member(:module_name, Shapes::ShapeRef.new(shape: String, location_name: "moduleName"))
|
1683
|
+
RuntimeContext.add_member(:module_file_path, Shapes::ShapeRef.new(shape: String, location_name: "moduleFilePath"))
|
1684
|
+
RuntimeContext.add_member(:module_sha_256, Shapes::ShapeRef.new(shape: String, location_name: "moduleSha256"))
|
1685
|
+
RuntimeContext.add_member(:shell_history_file_path, Shapes::ShapeRef.new(shape: String, location_name: "shellHistoryFilePath"))
|
1686
|
+
RuntimeContext.add_member(:target_process, Shapes::ShapeRef.new(shape: ProcessDetails, location_name: "targetProcess"))
|
1687
|
+
RuntimeContext.add_member(:address_family, Shapes::ShapeRef.new(shape: String, location_name: "addressFamily"))
|
1688
|
+
RuntimeContext.add_member(:iana_protocol_number, Shapes::ShapeRef.new(shape: Integer, location_name: "ianaProtocolNumber"))
|
1689
|
+
RuntimeContext.add_member(:memory_regions, Shapes::ShapeRef.new(shape: MemoryRegionsList, location_name: "memoryRegions"))
|
1690
|
+
RuntimeContext.struct_class = Types::RuntimeContext
|
1691
|
+
|
1692
|
+
RuntimeDetails.add_member(:process, Shapes::ShapeRef.new(shape: ProcessDetails, location_name: "process"))
|
1693
|
+
RuntimeDetails.add_member(:context, Shapes::ShapeRef.new(shape: RuntimeContext, location_name: "context"))
|
1694
|
+
RuntimeDetails.struct_class = Types::RuntimeDetails
|
1695
|
+
|
1462
1696
|
S3BucketDetail.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "arn"))
|
1463
1697
|
S3BucketDetail.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
1464
1698
|
S3BucketDetail.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "type"))
|
@@ -1565,6 +1799,7 @@ module Aws::GuardDuty
|
|
1565
1799
|
Service.add_member(:additional_info, Shapes::ShapeRef.new(shape: ServiceAdditionalInfo, location_name: "additionalInfo"))
|
1566
1800
|
Service.add_member(:feature_name, Shapes::ShapeRef.new(shape: String, location_name: "featureName"))
|
1567
1801
|
Service.add_member(:ebs_volume_scan_details, Shapes::ShapeRef.new(shape: EbsVolumeScanDetails, location_name: "ebsVolumeScanDetails"))
|
1802
|
+
Service.add_member(:runtime_details, Shapes::ShapeRef.new(shape: RuntimeDetails, location_name: "runtimeDetails"))
|
1568
1803
|
Service.struct_class = Types::Service
|
1569
1804
|
|
1570
1805
|
ServiceAdditionalInfo.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "value"))
|
@@ -1593,6 +1828,8 @@ module Aws::GuardDuty
|
|
1593
1828
|
StopMonitoringMembersResponse.add_member(:unprocessed_accounts, Shapes::ShapeRef.new(shape: UnprocessedAccounts, required: true, location_name: "unprocessedAccounts"))
|
1594
1829
|
StopMonitoringMembersResponse.struct_class = Types::StopMonitoringMembersResponse
|
1595
1830
|
|
1831
|
+
SubnetIds.member = Shapes::ShapeRef.new(shape: String)
|
1832
|
+
|
1596
1833
|
Tag.add_member(:key, Shapes::ShapeRef.new(shape: String, location_name: "key"))
|
1597
1834
|
Tag.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "value"))
|
1598
1835
|
Tag.struct_class = Types::Tag
|
@@ -1798,6 +2035,11 @@ module Aws::GuardDuty
|
|
1798
2035
|
|
1799
2036
|
Volumes.member = Shapes::ShapeRef.new(shape: Volume)
|
1800
2037
|
|
2038
|
+
VpcConfig.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIds, location_name: "subnetIds"))
|
2039
|
+
VpcConfig.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcId"))
|
2040
|
+
VpcConfig.add_member(:security_groups, Shapes::ShapeRef.new(shape: SecurityGroups, location_name: "securityGroups"))
|
2041
|
+
VpcConfig.struct_class = Types::VpcConfig
|
2042
|
+
|
1801
2043
|
|
1802
2044
|
# @api private
|
1803
2045
|
API = Seahorse::Model::Api.new.tap do |api|
|
@@ -2100,6 +2342,16 @@ module Aws::GuardDuty
|
|
2100
2342
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
2101
2343
|
end)
|
2102
2344
|
|
2345
|
+
api.add_operation(:get_coverage_statistics, Seahorse::Model::Operation.new.tap do |o|
|
2346
|
+
o.name = "GetCoverageStatistics"
|
2347
|
+
o.http_method = "POST"
|
2348
|
+
o.http_request_uri = "/detector/{detectorId}/coverage/statistics"
|
2349
|
+
o.input = Shapes::ShapeRef.new(shape: GetCoverageStatisticsRequest)
|
2350
|
+
o.output = Shapes::ShapeRef.new(shape: GetCoverageStatisticsResponse)
|
2351
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2352
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
2353
|
+
end)
|
2354
|
+
|
2103
2355
|
api.add_operation(:get_detector, Seahorse::Model::Operation.new.tap do |o|
|
2104
2356
|
o.name = "GetDetector"
|
2105
2357
|
o.http_method = "GET"
|
@@ -2247,6 +2499,22 @@ module Aws::GuardDuty
|
|
2247
2499
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
2248
2500
|
end)
|
2249
2501
|
|
2502
|
+
api.add_operation(:list_coverage, Seahorse::Model::Operation.new.tap do |o|
|
2503
|
+
o.name = "ListCoverage"
|
2504
|
+
o.http_method = "POST"
|
2505
|
+
o.http_request_uri = "/detector/{detectorId}/coverage"
|
2506
|
+
o.input = Shapes::ShapeRef.new(shape: ListCoverageRequest)
|
2507
|
+
o.output = Shapes::ShapeRef.new(shape: ListCoverageResponse)
|
2508
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2509
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
2510
|
+
o[:pager] = Aws::Pager.new(
|
2511
|
+
limit_key: "max_results",
|
2512
|
+
tokens: {
|
2513
|
+
"next_token" => "next_token"
|
2514
|
+
}
|
2515
|
+
)
|
2516
|
+
end)
|
2517
|
+
|
2250
2518
|
api.add_operation(:list_detectors, Seahorse::Model::Operation.new.tap do |o|
|
2251
2519
|
o.name = "ListDetectors"
|
2252
2520
|
o.http_method = "GET"
|
@@ -389,6 +389,20 @@ module Aws::GuardDuty
|
|
389
389
|
end
|
390
390
|
end
|
391
391
|
|
392
|
+
class GetCoverageStatistics
|
393
|
+
def self.build(context)
|
394
|
+
unless context.config.regional_endpoint
|
395
|
+
endpoint = context.config.endpoint.to_s
|
396
|
+
end
|
397
|
+
Aws::GuardDuty::EndpointParameters.new(
|
398
|
+
region: context.config.region,
|
399
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
400
|
+
use_fips: context.config.use_fips_endpoint,
|
401
|
+
endpoint: endpoint,
|
402
|
+
)
|
403
|
+
end
|
404
|
+
end
|
405
|
+
|
392
406
|
class GetDetector
|
393
407
|
def self.build(context)
|
394
408
|
unless context.config.regional_endpoint
|
@@ -585,6 +599,20 @@ module Aws::GuardDuty
|
|
585
599
|
end
|
586
600
|
end
|
587
601
|
|
602
|
+
class ListCoverage
|
603
|
+
def self.build(context)
|
604
|
+
unless context.config.regional_endpoint
|
605
|
+
endpoint = context.config.endpoint.to_s
|
606
|
+
end
|
607
|
+
Aws::GuardDuty::EndpointParameters.new(
|
608
|
+
region: context.config.region,
|
609
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
610
|
+
use_fips: context.config.use_fips_endpoint,
|
611
|
+
endpoint: endpoint,
|
612
|
+
)
|
613
|
+
end
|
614
|
+
end
|
615
|
+
|
588
616
|
class ListDetectors
|
589
617
|
def self.build(context)
|
590
618
|
unless context.config.regional_endpoint
|
@@ -110,6 +110,8 @@ module Aws::GuardDuty
|
|
110
110
|
Aws::GuardDuty::Endpoints::EnableOrganizationAdminAccount.build(context)
|
111
111
|
when :get_administrator_account
|
112
112
|
Aws::GuardDuty::Endpoints::GetAdministratorAccount.build(context)
|
113
|
+
when :get_coverage_statistics
|
114
|
+
Aws::GuardDuty::Endpoints::GetCoverageStatistics.build(context)
|
113
115
|
when :get_detector
|
114
116
|
Aws::GuardDuty::Endpoints::GetDetector.build(context)
|
115
117
|
when :get_filter
|
@@ -138,6 +140,8 @@ module Aws::GuardDuty
|
|
138
140
|
Aws::GuardDuty::Endpoints::GetUsageStatistics.build(context)
|
139
141
|
when :invite_members
|
140
142
|
Aws::GuardDuty::Endpoints::InviteMembers.build(context)
|
143
|
+
when :list_coverage
|
144
|
+
Aws::GuardDuty::Endpoints::ListCoverage.build(context)
|
141
145
|
when :list_detectors
|
142
146
|
Aws::GuardDuty::Endpoints::ListDetectors.build(context)
|
143
147
|
when :list_filters
|