aws-sdk-guardduty 1.58.0 → 1.59.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-guardduty/client.rb +296 -3
- data/lib/aws-sdk-guardduty/client_api.rb +312 -0
- data/lib/aws-sdk-guardduty/types.rb +1248 -20
- data/lib/aws-sdk-guardduty.rb +1 -1
- metadata +2 -2
@@ -63,6 +63,7 @@ module Aws::GuardDuty
|
|
63
63
|
CreateThreatIntelSetRequest = Shapes::StructureShape.new(name: 'CreateThreatIntelSetRequest')
|
64
64
|
CreateThreatIntelSetResponse = Shapes::StructureShape.new(name: 'CreateThreatIntelSetResponse')
|
65
65
|
Criterion = Shapes::MapShape.new(name: 'Criterion')
|
66
|
+
CriterionKey = Shapes::StringShape.new(name: 'CriterionKey')
|
66
67
|
DNSLogsConfigurationResult = Shapes::StructureShape.new(name: 'DNSLogsConfigurationResult')
|
67
68
|
DataSource = Shapes::StringShape.new(name: 'DataSource')
|
68
69
|
DataSourceConfigurations = Shapes::StructureShape.new(name: 'DataSourceConfigurations')
|
@@ -88,6 +89,8 @@ module Aws::GuardDuty
|
|
88
89
|
DeletePublishingDestinationResponse = Shapes::StructureShape.new(name: 'DeletePublishingDestinationResponse')
|
89
90
|
DeleteThreatIntelSetRequest = Shapes::StructureShape.new(name: 'DeleteThreatIntelSetRequest')
|
90
91
|
DeleteThreatIntelSetResponse = Shapes::StructureShape.new(name: 'DeleteThreatIntelSetResponse')
|
92
|
+
DescribeMalwareScansRequest = Shapes::StructureShape.new(name: 'DescribeMalwareScansRequest')
|
93
|
+
DescribeMalwareScansResponse = Shapes::StructureShape.new(name: 'DescribeMalwareScansResponse')
|
91
94
|
DescribeOrganizationConfigurationRequest = Shapes::StructureShape.new(name: 'DescribeOrganizationConfigurationRequest')
|
92
95
|
DescribeOrganizationConfigurationResponse = Shapes::StructureShape.new(name: 'DescribeOrganizationConfigurationResponse')
|
93
96
|
DescribePublishingDestinationRequest = Shapes::StructureShape.new(name: 'DescribePublishingDestinationRequest')
|
@@ -110,6 +113,12 @@ module Aws::GuardDuty
|
|
110
113
|
DnsRequestAction = Shapes::StructureShape.new(name: 'DnsRequestAction')
|
111
114
|
DomainDetails = Shapes::StructureShape.new(name: 'DomainDetails')
|
112
115
|
Double = Shapes::FloatShape.new(name: 'Double')
|
116
|
+
EbsSnapshotPreservation = Shapes::StringShape.new(name: 'EbsSnapshotPreservation')
|
117
|
+
EbsVolumeDetails = Shapes::StructureShape.new(name: 'EbsVolumeDetails')
|
118
|
+
EbsVolumeScanDetails = Shapes::StructureShape.new(name: 'EbsVolumeScanDetails')
|
119
|
+
EbsVolumesResult = Shapes::StructureShape.new(name: 'EbsVolumesResult')
|
120
|
+
EcsClusterDetails = Shapes::StructureShape.new(name: 'EcsClusterDetails')
|
121
|
+
EcsTaskDetails = Shapes::StructureShape.new(name: 'EcsTaskDetails')
|
113
122
|
EksClusterDetails = Shapes::StructureShape.new(name: 'EksClusterDetails')
|
114
123
|
Email = Shapes::StringShape.new(name: 'Email')
|
115
124
|
EnableOrganizationAdminAccountRequest = Shapes::StructureShape.new(name: 'EnableOrganizationAdminAccountRequest')
|
@@ -118,7 +127,12 @@ module Aws::GuardDuty
|
|
118
127
|
Equals = Shapes::ListShape.new(name: 'Equals')
|
119
128
|
Evidence = Shapes::StructureShape.new(name: 'Evidence')
|
120
129
|
Feedback = Shapes::StringShape.new(name: 'Feedback')
|
130
|
+
FilePaths = Shapes::ListShape.new(name: 'FilePaths')
|
121
131
|
FilterAction = Shapes::StringShape.new(name: 'FilterAction')
|
132
|
+
FilterCondition = Shapes::StructureShape.new(name: 'FilterCondition')
|
133
|
+
FilterCriteria = Shapes::StructureShape.new(name: 'FilterCriteria')
|
134
|
+
FilterCriterion = Shapes::StructureShape.new(name: 'FilterCriterion')
|
135
|
+
FilterCriterionList = Shapes::ListShape.new(name: 'FilterCriterionList')
|
122
136
|
FilterDescription = Shapes::StringShape.new(name: 'FilterDescription')
|
123
137
|
FilterName = Shapes::StringShape.new(name: 'FilterName')
|
124
138
|
FilterNames = Shapes::ListShape.new(name: 'FilterNames')
|
@@ -150,6 +164,8 @@ module Aws::GuardDuty
|
|
150
164
|
GetIPSetResponse = Shapes::StructureShape.new(name: 'GetIPSetResponse')
|
151
165
|
GetInvitationsCountRequest = Shapes::StructureShape.new(name: 'GetInvitationsCountRequest')
|
152
166
|
GetInvitationsCountResponse = Shapes::StructureShape.new(name: 'GetInvitationsCountResponse')
|
167
|
+
GetMalwareScanSettingsRequest = Shapes::StructureShape.new(name: 'GetMalwareScanSettingsRequest')
|
168
|
+
GetMalwareScanSettingsResponse = Shapes::StructureShape.new(name: 'GetMalwareScanSettingsResponse')
|
153
169
|
GetMasterAccountRequest = Shapes::StructureShape.new(name: 'GetMasterAccountRequest')
|
154
170
|
GetMasterAccountResponse = Shapes::StructureShape.new(name: 'GetMasterAccountResponse')
|
155
171
|
GetMemberDetectorsRequest = Shapes::StructureShape.new(name: 'GetMemberDetectorsRequest')
|
@@ -164,10 +180,13 @@ module Aws::GuardDuty
|
|
164
180
|
GetUsageStatisticsResponse = Shapes::StructureShape.new(name: 'GetUsageStatisticsResponse')
|
165
181
|
Groups = Shapes::ListShape.new(name: 'Groups')
|
166
182
|
GuardDutyArn = Shapes::StringShape.new(name: 'GuardDutyArn')
|
183
|
+
HighestSeverityThreatDetails = Shapes::StructureShape.new(name: 'HighestSeverityThreatDetails')
|
167
184
|
HostPath = Shapes::StructureShape.new(name: 'HostPath')
|
168
185
|
IamInstanceProfile = Shapes::StructureShape.new(name: 'IamInstanceProfile')
|
186
|
+
InstanceArn = Shapes::StringShape.new(name: 'InstanceArn')
|
169
187
|
InstanceDetails = Shapes::StructureShape.new(name: 'InstanceDetails')
|
170
188
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
189
|
+
IntegerValueWithMax = Shapes::IntegerShape.new(name: 'IntegerValueWithMax')
|
171
190
|
InternalServerErrorException = Shapes::StructureShape.new(name: 'InternalServerErrorException')
|
172
191
|
Invitation = Shapes::StructureShape.new(name: 'Invitation')
|
173
192
|
Invitations = Shapes::ListShape.new(name: 'Invitations')
|
@@ -210,6 +229,11 @@ module Aws::GuardDuty
|
|
210
229
|
LocalPortDetails = Shapes::StructureShape.new(name: 'LocalPortDetails')
|
211
230
|
Location = Shapes::StringShape.new(name: 'Location')
|
212
231
|
Long = Shapes::IntegerShape.new(name: 'Long')
|
232
|
+
LongValue = Shapes::IntegerShape.new(name: 'LongValue')
|
233
|
+
MalwareProtectionConfiguration = Shapes::StructureShape.new(name: 'MalwareProtectionConfiguration')
|
234
|
+
MalwareProtectionConfigurationResult = Shapes::StructureShape.new(name: 'MalwareProtectionConfigurationResult')
|
235
|
+
MalwareProtectionDataSourceFreeTrial = Shapes::StructureShape.new(name: 'MalwareProtectionDataSourceFreeTrial')
|
236
|
+
MapEquals = Shapes::ListShape.new(name: 'MapEquals')
|
213
237
|
Master = Shapes::StructureShape.new(name: 'Master')
|
214
238
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
215
239
|
Member = Shapes::StructureShape.new(name: 'Member')
|
@@ -221,22 +245,30 @@ module Aws::GuardDuty
|
|
221
245
|
NetworkConnectionAction = Shapes::StructureShape.new(name: 'NetworkConnectionAction')
|
222
246
|
NetworkInterface = Shapes::StructureShape.new(name: 'NetworkInterface')
|
223
247
|
NetworkInterfaces = Shapes::ListShape.new(name: 'NetworkInterfaces')
|
248
|
+
NonEmptyString = Shapes::StringShape.new(name: 'NonEmptyString')
|
224
249
|
NotEquals = Shapes::ListShape.new(name: 'NotEquals')
|
225
250
|
OrderBy = Shapes::StringShape.new(name: 'OrderBy')
|
226
251
|
Organization = Shapes::StructureShape.new(name: 'Organization')
|
227
252
|
OrganizationDataSourceConfigurations = Shapes::StructureShape.new(name: 'OrganizationDataSourceConfigurations')
|
228
253
|
OrganizationDataSourceConfigurationsResult = Shapes::StructureShape.new(name: 'OrganizationDataSourceConfigurationsResult')
|
254
|
+
OrganizationEbsVolumes = Shapes::StructureShape.new(name: 'OrganizationEbsVolumes')
|
255
|
+
OrganizationEbsVolumesResult = Shapes::StructureShape.new(name: 'OrganizationEbsVolumesResult')
|
229
256
|
OrganizationKubernetesAuditLogsConfiguration = Shapes::StructureShape.new(name: 'OrganizationKubernetesAuditLogsConfiguration')
|
230
257
|
OrganizationKubernetesAuditLogsConfigurationResult = Shapes::StructureShape.new(name: 'OrganizationKubernetesAuditLogsConfigurationResult')
|
231
258
|
OrganizationKubernetesConfiguration = Shapes::StructureShape.new(name: 'OrganizationKubernetesConfiguration')
|
232
259
|
OrganizationKubernetesConfigurationResult = Shapes::StructureShape.new(name: 'OrganizationKubernetesConfigurationResult')
|
260
|
+
OrganizationMalwareProtectionConfiguration = Shapes::StructureShape.new(name: 'OrganizationMalwareProtectionConfiguration')
|
261
|
+
OrganizationMalwareProtectionConfigurationResult = Shapes::StructureShape.new(name: 'OrganizationMalwareProtectionConfigurationResult')
|
233
262
|
OrganizationS3LogsConfiguration = Shapes::StructureShape.new(name: 'OrganizationS3LogsConfiguration')
|
234
263
|
OrganizationS3LogsConfigurationResult = Shapes::StructureShape.new(name: 'OrganizationS3LogsConfigurationResult')
|
264
|
+
OrganizationScanEc2InstanceWithFindings = Shapes::StructureShape.new(name: 'OrganizationScanEc2InstanceWithFindings')
|
265
|
+
OrganizationScanEc2InstanceWithFindingsResult = Shapes::StructureShape.new(name: 'OrganizationScanEc2InstanceWithFindingsResult')
|
235
266
|
Owner = Shapes::StructureShape.new(name: 'Owner')
|
236
267
|
PermissionConfiguration = Shapes::StructureShape.new(name: 'PermissionConfiguration')
|
237
268
|
PortProbeAction = Shapes::StructureShape.new(name: 'PortProbeAction')
|
238
269
|
PortProbeDetail = Shapes::StructureShape.new(name: 'PortProbeDetail')
|
239
270
|
PortProbeDetails = Shapes::ListShape.new(name: 'PortProbeDetails')
|
271
|
+
PositiveLong = Shapes::IntegerShape.new(name: 'PositiveLong')
|
240
272
|
PrivateIpAddressDetails = Shapes::StructureShape.new(name: 'PrivateIpAddressDetails')
|
241
273
|
PrivateIpAddresses = Shapes::ListShape.new(name: 'PrivateIpAddresses')
|
242
274
|
ProductCode = Shapes::StructureShape.new(name: 'ProductCode')
|
@@ -247,11 +279,29 @@ module Aws::GuardDuty
|
|
247
279
|
RemoteIpDetails = Shapes::StructureShape.new(name: 'RemoteIpDetails')
|
248
280
|
RemotePortDetails = Shapes::StructureShape.new(name: 'RemotePortDetails')
|
249
281
|
Resource = Shapes::StructureShape.new(name: 'Resource')
|
282
|
+
ResourceDetails = Shapes::StructureShape.new(name: 'ResourceDetails')
|
250
283
|
ResourceList = Shapes::ListShape.new(name: 'ResourceList')
|
251
284
|
S3BucketDetail = Shapes::StructureShape.new(name: 'S3BucketDetail')
|
252
285
|
S3BucketDetails = Shapes::ListShape.new(name: 'S3BucketDetails')
|
253
286
|
S3LogsConfiguration = Shapes::StructureShape.new(name: 'S3LogsConfiguration')
|
254
287
|
S3LogsConfigurationResult = Shapes::StructureShape.new(name: 'S3LogsConfigurationResult')
|
288
|
+
Scan = Shapes::StructureShape.new(name: 'Scan')
|
289
|
+
ScanCondition = Shapes::StructureShape.new(name: 'ScanCondition')
|
290
|
+
ScanConditionPair = Shapes::StructureShape.new(name: 'ScanConditionPair')
|
291
|
+
ScanCriterion = Shapes::MapShape.new(name: 'ScanCriterion')
|
292
|
+
ScanCriterionKey = Shapes::StringShape.new(name: 'ScanCriterionKey')
|
293
|
+
ScanDetections = Shapes::StructureShape.new(name: 'ScanDetections')
|
294
|
+
ScanEc2InstanceWithFindings = Shapes::StructureShape.new(name: 'ScanEc2InstanceWithFindings')
|
295
|
+
ScanEc2InstanceWithFindingsResult = Shapes::StructureShape.new(name: 'ScanEc2InstanceWithFindingsResult')
|
296
|
+
ScanFilePath = Shapes::StructureShape.new(name: 'ScanFilePath')
|
297
|
+
ScanResourceCriteria = Shapes::StructureShape.new(name: 'ScanResourceCriteria')
|
298
|
+
ScanResult = Shapes::StringShape.new(name: 'ScanResult')
|
299
|
+
ScanResultDetails = Shapes::StructureShape.new(name: 'ScanResultDetails')
|
300
|
+
ScanStatus = Shapes::StringShape.new(name: 'ScanStatus')
|
301
|
+
ScanThreatName = Shapes::StructureShape.new(name: 'ScanThreatName')
|
302
|
+
ScanThreatNames = Shapes::ListShape.new(name: 'ScanThreatNames')
|
303
|
+
ScannedItemCount = Shapes::StructureShape.new(name: 'ScannedItemCount')
|
304
|
+
Scans = Shapes::ListShape.new(name: 'Scans')
|
255
305
|
SecurityContext = Shapes::StructureShape.new(name: 'SecurityContext')
|
256
306
|
SecurityGroup = Shapes::StructureShape.new(name: 'SecurityGroup')
|
257
307
|
SecurityGroups = Shapes::ListShape.new(name: 'SecurityGroups')
|
@@ -259,6 +309,7 @@ module Aws::GuardDuty
|
|
259
309
|
ServiceAdditionalInfo = Shapes::StructureShape.new(name: 'ServiceAdditionalInfo')
|
260
310
|
SortCriteria = Shapes::StructureShape.new(name: 'SortCriteria')
|
261
311
|
SourceIps = Shapes::ListShape.new(name: 'SourceIps')
|
312
|
+
Sources = Shapes::ListShape.new(name: 'Sources')
|
262
313
|
StartMonitoringMembersRequest = Shapes::StructureShape.new(name: 'StartMonitoringMembersRequest')
|
263
314
|
StartMonitoringMembersResponse = Shapes::StructureShape.new(name: 'StartMonitoringMembersResponse')
|
264
315
|
StopMonitoringMembersRequest = Shapes::StructureShape.new(name: 'StopMonitoringMembersRequest')
|
@@ -272,14 +323,17 @@ module Aws::GuardDuty
|
|
272
323
|
TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
|
273
324
|
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
274
325
|
Tags = Shapes::ListShape.new(name: 'Tags')
|
326
|
+
ThreatDetectedByName = Shapes::StructureShape.new(name: 'ThreatDetectedByName')
|
275
327
|
ThreatIntelSetFormat = Shapes::StringShape.new(name: 'ThreatIntelSetFormat')
|
276
328
|
ThreatIntelSetIds = Shapes::ListShape.new(name: 'ThreatIntelSetIds')
|
277
329
|
ThreatIntelSetStatus = Shapes::StringShape.new(name: 'ThreatIntelSetStatus')
|
278
330
|
ThreatIntelligenceDetail = Shapes::StructureShape.new(name: 'ThreatIntelligenceDetail')
|
279
331
|
ThreatIntelligenceDetails = Shapes::ListShape.new(name: 'ThreatIntelligenceDetails')
|
280
332
|
ThreatNames = Shapes::ListShape.new(name: 'ThreatNames')
|
333
|
+
ThreatsDetectedItemCount = Shapes::StructureShape.new(name: 'ThreatsDetectedItemCount')
|
281
334
|
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
282
335
|
Total = Shapes::StructureShape.new(name: 'Total')
|
336
|
+
TriggerDetails = Shapes::StructureShape.new(name: 'TriggerDetails')
|
283
337
|
UnarchiveFindingsRequest = Shapes::StructureShape.new(name: 'UnarchiveFindingsRequest')
|
284
338
|
UnarchiveFindingsResponse = Shapes::StructureShape.new(name: 'UnarchiveFindingsResponse')
|
285
339
|
UnprocessedAccount = Shapes::StructureShape.new(name: 'UnprocessedAccount')
|
@@ -294,6 +348,8 @@ module Aws::GuardDuty
|
|
294
348
|
UpdateFindingsFeedbackResponse = Shapes::StructureShape.new(name: 'UpdateFindingsFeedbackResponse')
|
295
349
|
UpdateIPSetRequest = Shapes::StructureShape.new(name: 'UpdateIPSetRequest')
|
296
350
|
UpdateIPSetResponse = Shapes::StructureShape.new(name: 'UpdateIPSetResponse')
|
351
|
+
UpdateMalwareScanSettingsRequest = Shapes::StructureShape.new(name: 'UpdateMalwareScanSettingsRequest')
|
352
|
+
UpdateMalwareScanSettingsResponse = Shapes::StructureShape.new(name: 'UpdateMalwareScanSettingsResponse')
|
297
353
|
UpdateMemberDetectorsRequest = Shapes::StructureShape.new(name: 'UpdateMemberDetectorsRequest')
|
298
354
|
UpdateMemberDetectorsResponse = Shapes::StructureShape.new(name: 'UpdateMemberDetectorsResponse')
|
299
355
|
UpdateOrganizationConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateOrganizationConfigurationRequest')
|
@@ -312,6 +368,8 @@ module Aws::GuardDuty
|
|
312
368
|
UsageStatisticType = Shapes::StringShape.new(name: 'UsageStatisticType')
|
313
369
|
UsageStatistics = Shapes::StructureShape.new(name: 'UsageStatistics')
|
314
370
|
Volume = Shapes::StructureShape.new(name: 'Volume')
|
371
|
+
VolumeDetail = Shapes::StructureShape.new(name: 'VolumeDetail')
|
372
|
+
VolumeDetails = Shapes::ListShape.new(name: 'VolumeDetails')
|
315
373
|
VolumeMount = Shapes::StructureShape.new(name: 'VolumeMount')
|
316
374
|
VolumeMounts = Shapes::ListShape.new(name: 'VolumeMounts')
|
317
375
|
Volumes = Shapes::ListShape.new(name: 'Volumes')
|
@@ -531,6 +589,7 @@ module Aws::GuardDuty
|
|
531
589
|
|
532
590
|
DataSourceConfigurations.add_member(:s3_logs, Shapes::ShapeRef.new(shape: S3LogsConfiguration, location_name: "s3Logs"))
|
533
591
|
DataSourceConfigurations.add_member(:kubernetes, Shapes::ShapeRef.new(shape: KubernetesConfiguration, location_name: "kubernetes"))
|
592
|
+
DataSourceConfigurations.add_member(:malware_protection, Shapes::ShapeRef.new(shape: MalwareProtectionConfiguration, location_name: "malwareProtection"))
|
534
593
|
DataSourceConfigurations.struct_class = Types::DataSourceConfigurations
|
535
594
|
|
536
595
|
DataSourceConfigurationsResult.add_member(:cloud_trail, Shapes::ShapeRef.new(shape: CloudTrailConfigurationResult, required: true, location_name: "cloudTrail"))
|
@@ -538,6 +597,7 @@ module Aws::GuardDuty
|
|
538
597
|
DataSourceConfigurationsResult.add_member(:flow_logs, Shapes::ShapeRef.new(shape: FlowLogsConfigurationResult, required: true, location_name: "flowLogs"))
|
539
598
|
DataSourceConfigurationsResult.add_member(:s3_logs, Shapes::ShapeRef.new(shape: S3LogsConfigurationResult, required: true, location_name: "s3Logs"))
|
540
599
|
DataSourceConfigurationsResult.add_member(:kubernetes, Shapes::ShapeRef.new(shape: KubernetesConfigurationResult, location_name: "kubernetes"))
|
600
|
+
DataSourceConfigurationsResult.add_member(:malware_protection, Shapes::ShapeRef.new(shape: MalwareProtectionConfigurationResult, location_name: "malwareProtection"))
|
541
601
|
DataSourceConfigurationsResult.struct_class = Types::DataSourceConfigurationsResult
|
542
602
|
|
543
603
|
DataSourceFreeTrial.add_member(:free_trial_days_remaining, Shapes::ShapeRef.new(shape: Integer, location_name: "freeTrialDaysRemaining"))
|
@@ -550,6 +610,7 @@ module Aws::GuardDuty
|
|
550
610
|
DataSourcesFreeTrial.add_member(:flow_logs, Shapes::ShapeRef.new(shape: DataSourceFreeTrial, location_name: "flowLogs"))
|
551
611
|
DataSourcesFreeTrial.add_member(:s3_logs, Shapes::ShapeRef.new(shape: DataSourceFreeTrial, location_name: "s3Logs"))
|
552
612
|
DataSourcesFreeTrial.add_member(:kubernetes, Shapes::ShapeRef.new(shape: KubernetesDataSourceFreeTrial, location_name: "kubernetes"))
|
613
|
+
DataSourcesFreeTrial.add_member(:malware_protection, Shapes::ShapeRef.new(shape: MalwareProtectionDataSourceFreeTrial, location_name: "malwareProtection"))
|
553
614
|
DataSourcesFreeTrial.struct_class = Types::DataSourcesFreeTrial
|
554
615
|
|
555
616
|
DeclineInvitationsRequest.add_member(:account_ids, Shapes::ShapeRef.new(shape: AccountIds, required: true, location_name: "accountIds"))
|
@@ -604,6 +665,17 @@ module Aws::GuardDuty
|
|
604
665
|
|
605
666
|
DeleteThreatIntelSetResponse.struct_class = Types::DeleteThreatIntelSetResponse
|
606
667
|
|
668
|
+
DescribeMalwareScansRequest.add_member(:detector_id, Shapes::ShapeRef.new(shape: DetectorId, required: true, location: "uri", location_name: "detectorId"))
|
669
|
+
DescribeMalwareScansRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
670
|
+
DescribeMalwareScansRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: IntegerValueWithMax, location_name: "maxResults"))
|
671
|
+
DescribeMalwareScansRequest.add_member(:filter_criteria, Shapes::ShapeRef.new(shape: FilterCriteria, location_name: "filterCriteria"))
|
672
|
+
DescribeMalwareScansRequest.add_member(:sort_criteria, Shapes::ShapeRef.new(shape: SortCriteria, location_name: "sortCriteria"))
|
673
|
+
DescribeMalwareScansRequest.struct_class = Types::DescribeMalwareScansRequest
|
674
|
+
|
675
|
+
DescribeMalwareScansResponse.add_member(:scans, Shapes::ShapeRef.new(shape: Scans, required: true, location_name: "scans"))
|
676
|
+
DescribeMalwareScansResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
677
|
+
DescribeMalwareScansResponse.struct_class = Types::DescribeMalwareScansResponse
|
678
|
+
|
607
679
|
DescribeOrganizationConfigurationRequest.add_member(:detector_id, Shapes::ShapeRef.new(shape: DetectorId, required: true, location: "uri", location_name: "detectorId"))
|
608
680
|
DescribeOrganizationConfigurationRequest.struct_class = Types::DescribeOrganizationConfigurationRequest
|
609
681
|
|
@@ -666,6 +738,43 @@ module Aws::GuardDuty
|
|
666
738
|
DomainDetails.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "domain"))
|
667
739
|
DomainDetails.struct_class = Types::DomainDetails
|
668
740
|
|
741
|
+
EbsVolumeDetails.add_member(:scanned_volume_details, Shapes::ShapeRef.new(shape: VolumeDetails, location_name: "scannedVolumeDetails"))
|
742
|
+
EbsVolumeDetails.add_member(:skipped_volume_details, Shapes::ShapeRef.new(shape: VolumeDetails, location_name: "skippedVolumeDetails"))
|
743
|
+
EbsVolumeDetails.struct_class = Types::EbsVolumeDetails
|
744
|
+
|
745
|
+
EbsVolumeScanDetails.add_member(:scan_id, Shapes::ShapeRef.new(shape: String, location_name: "scanId"))
|
746
|
+
EbsVolumeScanDetails.add_member(:scan_started_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "scanStartedAt"))
|
747
|
+
EbsVolumeScanDetails.add_member(:scan_completed_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "scanCompletedAt"))
|
748
|
+
EbsVolumeScanDetails.add_member(:trigger_finding_id, Shapes::ShapeRef.new(shape: String, location_name: "triggerFindingId"))
|
749
|
+
EbsVolumeScanDetails.add_member(:sources, Shapes::ShapeRef.new(shape: Sources, location_name: "sources"))
|
750
|
+
EbsVolumeScanDetails.add_member(:scan_detections, Shapes::ShapeRef.new(shape: ScanDetections, location_name: "scanDetections"))
|
751
|
+
EbsVolumeScanDetails.struct_class = Types::EbsVolumeScanDetails
|
752
|
+
|
753
|
+
EbsVolumesResult.add_member(:status, Shapes::ShapeRef.new(shape: DataSourceStatus, location_name: "status"))
|
754
|
+
EbsVolumesResult.struct_class = Types::EbsVolumesResult
|
755
|
+
|
756
|
+
EcsClusterDetails.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
757
|
+
EcsClusterDetails.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "arn"))
|
758
|
+
EcsClusterDetails.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "status"))
|
759
|
+
EcsClusterDetails.add_member(:active_services_count, Shapes::ShapeRef.new(shape: Integer, location_name: "activeServicesCount"))
|
760
|
+
EcsClusterDetails.add_member(:registered_container_instances_count, Shapes::ShapeRef.new(shape: Integer, location_name: "registeredContainerInstancesCount"))
|
761
|
+
EcsClusterDetails.add_member(:running_tasks_count, Shapes::ShapeRef.new(shape: Integer, location_name: "runningTasksCount"))
|
762
|
+
EcsClusterDetails.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
763
|
+
EcsClusterDetails.add_member(:task_details, Shapes::ShapeRef.new(shape: EcsTaskDetails, location_name: "taskDetails"))
|
764
|
+
EcsClusterDetails.struct_class = Types::EcsClusterDetails
|
765
|
+
|
766
|
+
EcsTaskDetails.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "arn"))
|
767
|
+
EcsTaskDetails.add_member(:definition_arn, Shapes::ShapeRef.new(shape: String, location_name: "definitionArn"))
|
768
|
+
EcsTaskDetails.add_member(:version, Shapes::ShapeRef.new(shape: String, location_name: "version"))
|
769
|
+
EcsTaskDetails.add_member(:task_created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
770
|
+
EcsTaskDetails.add_member(:started_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "startedAt"))
|
771
|
+
EcsTaskDetails.add_member(:started_by, Shapes::ShapeRef.new(shape: String, location_name: "startedBy"))
|
772
|
+
EcsTaskDetails.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
773
|
+
EcsTaskDetails.add_member(:volumes, Shapes::ShapeRef.new(shape: Volumes, location_name: "volumes"))
|
774
|
+
EcsTaskDetails.add_member(:containers, Shapes::ShapeRef.new(shape: Containers, location_name: "containers"))
|
775
|
+
EcsTaskDetails.add_member(:group, Shapes::ShapeRef.new(shape: String, location_name: "group"))
|
776
|
+
EcsTaskDetails.struct_class = Types::EcsTaskDetails
|
777
|
+
|
669
778
|
EksClusterDetails.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
670
779
|
EksClusterDetails.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "arn"))
|
671
780
|
EksClusterDetails.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcId"))
|
@@ -686,6 +795,22 @@ module Aws::GuardDuty
|
|
686
795
|
Evidence.add_member(:threat_intelligence_details, Shapes::ShapeRef.new(shape: ThreatIntelligenceDetails, location_name: "threatIntelligenceDetails"))
|
687
796
|
Evidence.struct_class = Types::Evidence
|
688
797
|
|
798
|
+
FilePaths.member = Shapes::ShapeRef.new(shape: ScanFilePath)
|
799
|
+
|
800
|
+
FilterCondition.add_member(:equals_value, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "equalsValue"))
|
801
|
+
FilterCondition.add_member(:greater_than, Shapes::ShapeRef.new(shape: LongValue, location_name: "greaterThan"))
|
802
|
+
FilterCondition.add_member(:less_than, Shapes::ShapeRef.new(shape: LongValue, location_name: "lessThan"))
|
803
|
+
FilterCondition.struct_class = Types::FilterCondition
|
804
|
+
|
805
|
+
FilterCriteria.add_member(:filter_criterion, Shapes::ShapeRef.new(shape: FilterCriterionList, location_name: "filterCriterion"))
|
806
|
+
FilterCriteria.struct_class = Types::FilterCriteria
|
807
|
+
|
808
|
+
FilterCriterion.add_member(:criterion_key, Shapes::ShapeRef.new(shape: CriterionKey, location_name: "criterionKey"))
|
809
|
+
FilterCriterion.add_member(:filter_condition, Shapes::ShapeRef.new(shape: FilterCondition, location_name: "filterCondition"))
|
810
|
+
FilterCriterion.struct_class = Types::FilterCriterion
|
811
|
+
|
812
|
+
FilterCriterionList.member = Shapes::ShapeRef.new(shape: FilterCriterion)
|
813
|
+
|
689
814
|
FilterNames.member = Shapes::ShapeRef.new(shape: FilterName)
|
690
815
|
|
691
816
|
Finding.add_member(:account_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "accountId"))
|
@@ -788,6 +913,13 @@ module Aws::GuardDuty
|
|
788
913
|
GetInvitationsCountResponse.add_member(:invitations_count, Shapes::ShapeRef.new(shape: Integer, location_name: "invitationsCount"))
|
789
914
|
GetInvitationsCountResponse.struct_class = Types::GetInvitationsCountResponse
|
790
915
|
|
916
|
+
GetMalwareScanSettingsRequest.add_member(:detector_id, Shapes::ShapeRef.new(shape: DetectorId, required: true, location: "uri", location_name: "detectorId"))
|
917
|
+
GetMalwareScanSettingsRequest.struct_class = Types::GetMalwareScanSettingsRequest
|
918
|
+
|
919
|
+
GetMalwareScanSettingsResponse.add_member(:scan_resource_criteria, Shapes::ShapeRef.new(shape: ScanResourceCriteria, location_name: "scanResourceCriteria"))
|
920
|
+
GetMalwareScanSettingsResponse.add_member(:ebs_snapshot_preservation, Shapes::ShapeRef.new(shape: EbsSnapshotPreservation, location_name: "ebsSnapshotPreservation"))
|
921
|
+
GetMalwareScanSettingsResponse.struct_class = Types::GetMalwareScanSettingsResponse
|
922
|
+
|
791
923
|
GetMasterAccountRequest.add_member(:detector_id, Shapes::ShapeRef.new(shape: DetectorId, required: true, location: "uri", location_name: "detectorId"))
|
792
924
|
GetMasterAccountRequest.struct_class = Types::GetMasterAccountRequest
|
793
925
|
|
@@ -843,6 +975,11 @@ module Aws::GuardDuty
|
|
843
975
|
|
844
976
|
Groups.member = Shapes::ShapeRef.new(shape: String)
|
845
977
|
|
978
|
+
HighestSeverityThreatDetails.add_member(:severity, Shapes::ShapeRef.new(shape: String, location_name: "severity"))
|
979
|
+
HighestSeverityThreatDetails.add_member(:threat_name, Shapes::ShapeRef.new(shape: String, location_name: "threatName"))
|
980
|
+
HighestSeverityThreatDetails.add_member(:count, Shapes::ShapeRef.new(shape: Integer, location_name: "count"))
|
981
|
+
HighestSeverityThreatDetails.struct_class = Types::HighestSeverityThreatDetails
|
982
|
+
|
846
983
|
HostPath.add_member(:path, Shapes::ShapeRef.new(shape: String, location_name: "path"))
|
847
984
|
HostPath.struct_class = Types::HostPath
|
848
985
|
|
@@ -1026,6 +1163,18 @@ module Aws::GuardDuty
|
|
1026
1163
|
LocalPortDetails.add_member(:port_name, Shapes::ShapeRef.new(shape: String, location_name: "portName"))
|
1027
1164
|
LocalPortDetails.struct_class = Types::LocalPortDetails
|
1028
1165
|
|
1166
|
+
MalwareProtectionConfiguration.add_member(:scan_ec2_instance_with_findings, Shapes::ShapeRef.new(shape: ScanEc2InstanceWithFindings, location_name: "scanEc2InstanceWithFindings"))
|
1167
|
+
MalwareProtectionConfiguration.struct_class = Types::MalwareProtectionConfiguration
|
1168
|
+
|
1169
|
+
MalwareProtectionConfigurationResult.add_member(:scan_ec2_instance_with_findings, Shapes::ShapeRef.new(shape: ScanEc2InstanceWithFindingsResult, location_name: "scanEc2InstanceWithFindings"))
|
1170
|
+
MalwareProtectionConfigurationResult.add_member(:service_role, Shapes::ShapeRef.new(shape: String, location_name: "serviceRole"))
|
1171
|
+
MalwareProtectionConfigurationResult.struct_class = Types::MalwareProtectionConfigurationResult
|
1172
|
+
|
1173
|
+
MalwareProtectionDataSourceFreeTrial.add_member(:scan_ec2_instance_with_findings, Shapes::ShapeRef.new(shape: DataSourceFreeTrial, location_name: "scanEc2InstanceWithFindings"))
|
1174
|
+
MalwareProtectionDataSourceFreeTrial.struct_class = Types::MalwareProtectionDataSourceFreeTrial
|
1175
|
+
|
1176
|
+
MapEquals.member = Shapes::ShapeRef.new(shape: ScanConditionPair)
|
1177
|
+
|
1029
1178
|
Master.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "accountId"))
|
1030
1179
|
Master.add_member(:invitation_id, Shapes::ShapeRef.new(shape: String, location_name: "invitationId"))
|
1031
1180
|
Master.add_member(:relationship_status, Shapes::ShapeRef.new(shape: String, location_name: "relationshipStatus"))
|
@@ -1085,12 +1234,20 @@ module Aws::GuardDuty
|
|
1085
1234
|
|
1086
1235
|
OrganizationDataSourceConfigurations.add_member(:s3_logs, Shapes::ShapeRef.new(shape: OrganizationS3LogsConfiguration, location_name: "s3Logs"))
|
1087
1236
|
OrganizationDataSourceConfigurations.add_member(:kubernetes, Shapes::ShapeRef.new(shape: OrganizationKubernetesConfiguration, location_name: "kubernetes"))
|
1237
|
+
OrganizationDataSourceConfigurations.add_member(:malware_protection, Shapes::ShapeRef.new(shape: OrganizationMalwareProtectionConfiguration, location_name: "malwareProtection"))
|
1088
1238
|
OrganizationDataSourceConfigurations.struct_class = Types::OrganizationDataSourceConfigurations
|
1089
1239
|
|
1090
1240
|
OrganizationDataSourceConfigurationsResult.add_member(:s3_logs, Shapes::ShapeRef.new(shape: OrganizationS3LogsConfigurationResult, required: true, location_name: "s3Logs"))
|
1091
1241
|
OrganizationDataSourceConfigurationsResult.add_member(:kubernetes, Shapes::ShapeRef.new(shape: OrganizationKubernetesConfigurationResult, location_name: "kubernetes"))
|
1242
|
+
OrganizationDataSourceConfigurationsResult.add_member(:malware_protection, Shapes::ShapeRef.new(shape: OrganizationMalwareProtectionConfigurationResult, location_name: "malwareProtection"))
|
1092
1243
|
OrganizationDataSourceConfigurationsResult.struct_class = Types::OrganizationDataSourceConfigurationsResult
|
1093
1244
|
|
1245
|
+
OrganizationEbsVolumes.add_member(:auto_enable, Shapes::ShapeRef.new(shape: Boolean, location_name: "autoEnable"))
|
1246
|
+
OrganizationEbsVolumes.struct_class = Types::OrganizationEbsVolumes
|
1247
|
+
|
1248
|
+
OrganizationEbsVolumesResult.add_member(:auto_enable, Shapes::ShapeRef.new(shape: Boolean, location_name: "autoEnable"))
|
1249
|
+
OrganizationEbsVolumesResult.struct_class = Types::OrganizationEbsVolumesResult
|
1250
|
+
|
1094
1251
|
OrganizationKubernetesAuditLogsConfiguration.add_member(:auto_enable, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "autoEnable"))
|
1095
1252
|
OrganizationKubernetesAuditLogsConfiguration.struct_class = Types::OrganizationKubernetesAuditLogsConfiguration
|
1096
1253
|
|
@@ -1103,12 +1260,24 @@ module Aws::GuardDuty
|
|
1103
1260
|
OrganizationKubernetesConfigurationResult.add_member(:audit_logs, Shapes::ShapeRef.new(shape: OrganizationKubernetesAuditLogsConfigurationResult, required: true, location_name: "auditLogs"))
|
1104
1261
|
OrganizationKubernetesConfigurationResult.struct_class = Types::OrganizationKubernetesConfigurationResult
|
1105
1262
|
|
1263
|
+
OrganizationMalwareProtectionConfiguration.add_member(:scan_ec2_instance_with_findings, Shapes::ShapeRef.new(shape: OrganizationScanEc2InstanceWithFindings, location_name: "scanEc2InstanceWithFindings"))
|
1264
|
+
OrganizationMalwareProtectionConfiguration.struct_class = Types::OrganizationMalwareProtectionConfiguration
|
1265
|
+
|
1266
|
+
OrganizationMalwareProtectionConfigurationResult.add_member(:scan_ec2_instance_with_findings, Shapes::ShapeRef.new(shape: OrganizationScanEc2InstanceWithFindingsResult, location_name: "scanEc2InstanceWithFindings"))
|
1267
|
+
OrganizationMalwareProtectionConfigurationResult.struct_class = Types::OrganizationMalwareProtectionConfigurationResult
|
1268
|
+
|
1106
1269
|
OrganizationS3LogsConfiguration.add_member(:auto_enable, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "autoEnable"))
|
1107
1270
|
OrganizationS3LogsConfiguration.struct_class = Types::OrganizationS3LogsConfiguration
|
1108
1271
|
|
1109
1272
|
OrganizationS3LogsConfigurationResult.add_member(:auto_enable, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "autoEnable"))
|
1110
1273
|
OrganizationS3LogsConfigurationResult.struct_class = Types::OrganizationS3LogsConfigurationResult
|
1111
1274
|
|
1275
|
+
OrganizationScanEc2InstanceWithFindings.add_member(:ebs_volumes, Shapes::ShapeRef.new(shape: OrganizationEbsVolumes, location_name: "ebsVolumes"))
|
1276
|
+
OrganizationScanEc2InstanceWithFindings.struct_class = Types::OrganizationScanEc2InstanceWithFindings
|
1277
|
+
|
1278
|
+
OrganizationScanEc2InstanceWithFindingsResult.add_member(:ebs_volumes, Shapes::ShapeRef.new(shape: OrganizationEbsVolumesResult, location_name: "ebsVolumes"))
|
1279
|
+
OrganizationScanEc2InstanceWithFindingsResult.struct_class = Types::OrganizationScanEc2InstanceWithFindingsResult
|
1280
|
+
|
1112
1281
|
Owner.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
|
1113
1282
|
Owner.struct_class = Types::Owner
|
1114
1283
|
|
@@ -1164,8 +1333,14 @@ module Aws::GuardDuty
|
|
1164
1333
|
Resource.add_member(:eks_cluster_details, Shapes::ShapeRef.new(shape: EksClusterDetails, location_name: "eksClusterDetails"))
|
1165
1334
|
Resource.add_member(:kubernetes_details, Shapes::ShapeRef.new(shape: KubernetesDetails, location_name: "kubernetesDetails"))
|
1166
1335
|
Resource.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, location_name: "resourceType"))
|
1336
|
+
Resource.add_member(:ebs_volume_details, Shapes::ShapeRef.new(shape: EbsVolumeDetails, location_name: "ebsVolumeDetails"))
|
1337
|
+
Resource.add_member(:ecs_cluster_details, Shapes::ShapeRef.new(shape: EcsClusterDetails, location_name: "ecsClusterDetails"))
|
1338
|
+
Resource.add_member(:container_details, Shapes::ShapeRef.new(shape: Container, location_name: "containerDetails"))
|
1167
1339
|
Resource.struct_class = Types::Resource
|
1168
1340
|
|
1341
|
+
ResourceDetails.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, location_name: "instanceArn"))
|
1342
|
+
ResourceDetails.struct_class = Types::ResourceDetails
|
1343
|
+
|
1169
1344
|
ResourceList.member = Shapes::ShapeRef.new(shape: String)
|
1170
1345
|
|
1171
1346
|
S3BucketDetail.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "arn"))
|
@@ -1186,6 +1361,72 @@ module Aws::GuardDuty
|
|
1186
1361
|
S3LogsConfigurationResult.add_member(:status, Shapes::ShapeRef.new(shape: DataSourceStatus, required: true, location_name: "status"))
|
1187
1362
|
S3LogsConfigurationResult.struct_class = Types::S3LogsConfigurationResult
|
1188
1363
|
|
1364
|
+
Scan.add_member(:detector_id, Shapes::ShapeRef.new(shape: DetectorId, location_name: "detectorId"))
|
1365
|
+
Scan.add_member(:admin_detector_id, Shapes::ShapeRef.new(shape: DetectorId, location_name: "adminDetectorId"))
|
1366
|
+
Scan.add_member(:scan_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "scanId"))
|
1367
|
+
Scan.add_member(:scan_status, Shapes::ShapeRef.new(shape: ScanStatus, location_name: "scanStatus"))
|
1368
|
+
Scan.add_member(:failure_reason, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "failureReason"))
|
1369
|
+
Scan.add_member(:scan_start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "scanStartTime"))
|
1370
|
+
Scan.add_member(:scan_end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "scanEndTime"))
|
1371
|
+
Scan.add_member(:trigger_details, Shapes::ShapeRef.new(shape: TriggerDetails, location_name: "triggerDetails"))
|
1372
|
+
Scan.add_member(:resource_details, Shapes::ShapeRef.new(shape: ResourceDetails, location_name: "resourceDetails"))
|
1373
|
+
Scan.add_member(:scan_result_details, Shapes::ShapeRef.new(shape: ScanResultDetails, location_name: "scanResultDetails"))
|
1374
|
+
Scan.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "accountId"))
|
1375
|
+
Scan.add_member(:total_bytes, Shapes::ShapeRef.new(shape: PositiveLong, location_name: "totalBytes"))
|
1376
|
+
Scan.add_member(:file_count, Shapes::ShapeRef.new(shape: PositiveLong, location_name: "fileCount"))
|
1377
|
+
Scan.add_member(:attached_volumes, Shapes::ShapeRef.new(shape: VolumeDetails, location_name: "attachedVolumes"))
|
1378
|
+
Scan.struct_class = Types::Scan
|
1379
|
+
|
1380
|
+
ScanCondition.add_member(:map_equals, Shapes::ShapeRef.new(shape: MapEquals, required: true, location_name: "mapEquals"))
|
1381
|
+
ScanCondition.struct_class = Types::ScanCondition
|
1382
|
+
|
1383
|
+
ScanConditionPair.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "key"))
|
1384
|
+
ScanConditionPair.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, location_name: "value"))
|
1385
|
+
ScanConditionPair.struct_class = Types::ScanConditionPair
|
1386
|
+
|
1387
|
+
ScanCriterion.key = Shapes::ShapeRef.new(shape: ScanCriterionKey)
|
1388
|
+
ScanCriterion.value = Shapes::ShapeRef.new(shape: ScanCondition)
|
1389
|
+
|
1390
|
+
ScanDetections.add_member(:scanned_item_count, Shapes::ShapeRef.new(shape: ScannedItemCount, location_name: "scannedItemCount"))
|
1391
|
+
ScanDetections.add_member(:threats_detected_item_count, Shapes::ShapeRef.new(shape: ThreatsDetectedItemCount, location_name: "threatsDetectedItemCount"))
|
1392
|
+
ScanDetections.add_member(:highest_severity_threat_details, Shapes::ShapeRef.new(shape: HighestSeverityThreatDetails, location_name: "highestSeverityThreatDetails"))
|
1393
|
+
ScanDetections.add_member(:threat_detected_by_name, Shapes::ShapeRef.new(shape: ThreatDetectedByName, location_name: "threatDetectedByName"))
|
1394
|
+
ScanDetections.struct_class = Types::ScanDetections
|
1395
|
+
|
1396
|
+
ScanEc2InstanceWithFindings.add_member(:ebs_volumes, Shapes::ShapeRef.new(shape: Boolean, location_name: "ebsVolumes"))
|
1397
|
+
ScanEc2InstanceWithFindings.struct_class = Types::ScanEc2InstanceWithFindings
|
1398
|
+
|
1399
|
+
ScanEc2InstanceWithFindingsResult.add_member(:ebs_volumes, Shapes::ShapeRef.new(shape: EbsVolumesResult, location_name: "ebsVolumes"))
|
1400
|
+
ScanEc2InstanceWithFindingsResult.struct_class = Types::ScanEc2InstanceWithFindingsResult
|
1401
|
+
|
1402
|
+
ScanFilePath.add_member(:file_path, Shapes::ShapeRef.new(shape: String, location_name: "filePath"))
|
1403
|
+
ScanFilePath.add_member(:volume_arn, Shapes::ShapeRef.new(shape: String, location_name: "volumeArn"))
|
1404
|
+
ScanFilePath.add_member(:hash, Shapes::ShapeRef.new(shape: String, location_name: "hash"))
|
1405
|
+
ScanFilePath.add_member(:file_name, Shapes::ShapeRef.new(shape: String, location_name: "fileName"))
|
1406
|
+
ScanFilePath.struct_class = Types::ScanFilePath
|
1407
|
+
|
1408
|
+
ScanResourceCriteria.add_member(:include, Shapes::ShapeRef.new(shape: ScanCriterion, location_name: "include"))
|
1409
|
+
ScanResourceCriteria.add_member(:exclude, Shapes::ShapeRef.new(shape: ScanCriterion, location_name: "exclude"))
|
1410
|
+
ScanResourceCriteria.struct_class = Types::ScanResourceCriteria
|
1411
|
+
|
1412
|
+
ScanResultDetails.add_member(:scan_result, Shapes::ShapeRef.new(shape: ScanResult, location_name: "scanResult"))
|
1413
|
+
ScanResultDetails.struct_class = Types::ScanResultDetails
|
1414
|
+
|
1415
|
+
ScanThreatName.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
1416
|
+
ScanThreatName.add_member(:severity, Shapes::ShapeRef.new(shape: String, location_name: "severity"))
|
1417
|
+
ScanThreatName.add_member(:item_count, Shapes::ShapeRef.new(shape: Integer, location_name: "itemCount"))
|
1418
|
+
ScanThreatName.add_member(:file_paths, Shapes::ShapeRef.new(shape: FilePaths, location_name: "filePaths"))
|
1419
|
+
ScanThreatName.struct_class = Types::ScanThreatName
|
1420
|
+
|
1421
|
+
ScanThreatNames.member = Shapes::ShapeRef.new(shape: ScanThreatName)
|
1422
|
+
|
1423
|
+
ScannedItemCount.add_member(:total_gb, Shapes::ShapeRef.new(shape: Integer, location_name: "totalGb"))
|
1424
|
+
ScannedItemCount.add_member(:files, Shapes::ShapeRef.new(shape: Integer, location_name: "files"))
|
1425
|
+
ScannedItemCount.add_member(:volumes, Shapes::ShapeRef.new(shape: Integer, location_name: "volumes"))
|
1426
|
+
ScannedItemCount.struct_class = Types::ScannedItemCount
|
1427
|
+
|
1428
|
+
Scans.member = Shapes::ShapeRef.new(shape: Scan)
|
1429
|
+
|
1189
1430
|
SecurityContext.add_member(:privileged, Shapes::ShapeRef.new(shape: Boolean, location_name: "privileged"))
|
1190
1431
|
SecurityContext.struct_class = Types::SecurityContext
|
1191
1432
|
|
@@ -1206,6 +1447,8 @@ module Aws::GuardDuty
|
|
1206
1447
|
Service.add_member(:service_name, Shapes::ShapeRef.new(shape: String, location_name: "serviceName"))
|
1207
1448
|
Service.add_member(:user_feedback, Shapes::ShapeRef.new(shape: String, location_name: "userFeedback"))
|
1208
1449
|
Service.add_member(:additional_info, Shapes::ShapeRef.new(shape: ServiceAdditionalInfo, location_name: "additionalInfo"))
|
1450
|
+
Service.add_member(:feature_name, Shapes::ShapeRef.new(shape: String, location_name: "featureName"))
|
1451
|
+
Service.add_member(:ebs_volume_scan_details, Shapes::ShapeRef.new(shape: EbsVolumeScanDetails, location_name: "ebsVolumeScanDetails"))
|
1209
1452
|
Service.struct_class = Types::Service
|
1210
1453
|
|
1211
1454
|
ServiceAdditionalInfo.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "value"))
|
@@ -1218,6 +1461,8 @@ module Aws::GuardDuty
|
|
1218
1461
|
|
1219
1462
|
SourceIps.member = Shapes::ShapeRef.new(shape: String)
|
1220
1463
|
|
1464
|
+
Sources.member = Shapes::ShapeRef.new(shape: String)
|
1465
|
+
|
1221
1466
|
StartMonitoringMembersRequest.add_member(:detector_id, Shapes::ShapeRef.new(shape: DetectorId, required: true, location: "uri", location_name: "detectorId"))
|
1222
1467
|
StartMonitoringMembersRequest.add_member(:account_ids, Shapes::ShapeRef.new(shape: AccountIds, required: true, location_name: "accountIds"))
|
1223
1468
|
StartMonitoringMembersRequest.struct_class = Types::StartMonitoringMembersRequest
|
@@ -1249,6 +1494,12 @@ module Aws::GuardDuty
|
|
1249
1494
|
|
1250
1495
|
Tags.member = Shapes::ShapeRef.new(shape: Tag)
|
1251
1496
|
|
1497
|
+
ThreatDetectedByName.add_member(:item_count, Shapes::ShapeRef.new(shape: Integer, location_name: "itemCount"))
|
1498
|
+
ThreatDetectedByName.add_member(:unique_threat_name_count, Shapes::ShapeRef.new(shape: Integer, location_name: "uniqueThreatNameCount"))
|
1499
|
+
ThreatDetectedByName.add_member(:shortened, Shapes::ShapeRef.new(shape: Boolean, location_name: "shortened"))
|
1500
|
+
ThreatDetectedByName.add_member(:threat_names, Shapes::ShapeRef.new(shape: ScanThreatNames, location_name: "threatNames"))
|
1501
|
+
ThreatDetectedByName.struct_class = Types::ThreatDetectedByName
|
1502
|
+
|
1252
1503
|
ThreatIntelSetIds.member = Shapes::ShapeRef.new(shape: String)
|
1253
1504
|
|
1254
1505
|
ThreatIntelligenceDetail.add_member(:threat_list_name, Shapes::ShapeRef.new(shape: String, location_name: "threatListName"))
|
@@ -1259,10 +1510,17 @@ module Aws::GuardDuty
|
|
1259
1510
|
|
1260
1511
|
ThreatNames.member = Shapes::ShapeRef.new(shape: String)
|
1261
1512
|
|
1513
|
+
ThreatsDetectedItemCount.add_member(:files, Shapes::ShapeRef.new(shape: Integer, location_name: "files"))
|
1514
|
+
ThreatsDetectedItemCount.struct_class = Types::ThreatsDetectedItemCount
|
1515
|
+
|
1262
1516
|
Total.add_member(:amount, Shapes::ShapeRef.new(shape: String, location_name: "amount"))
|
1263
1517
|
Total.add_member(:unit, Shapes::ShapeRef.new(shape: String, location_name: "unit"))
|
1264
1518
|
Total.struct_class = Types::Total
|
1265
1519
|
|
1520
|
+
TriggerDetails.add_member(:guard_duty_finding_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "guardDutyFindingId"))
|
1521
|
+
TriggerDetails.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "description"))
|
1522
|
+
TriggerDetails.struct_class = Types::TriggerDetails
|
1523
|
+
|
1266
1524
|
UnarchiveFindingsRequest.add_member(:detector_id, Shapes::ShapeRef.new(shape: DetectorId, required: true, location: "uri", location_name: "detectorId"))
|
1267
1525
|
UnarchiveFindingsRequest.add_member(:finding_ids, Shapes::ShapeRef.new(shape: FindingIds, required: true, location_name: "findingIds"))
|
1268
1526
|
UnarchiveFindingsRequest.struct_class = Types::UnarchiveFindingsRequest
|
@@ -1317,6 +1575,13 @@ module Aws::GuardDuty
|
|
1317
1575
|
|
1318
1576
|
UpdateIPSetResponse.struct_class = Types::UpdateIPSetResponse
|
1319
1577
|
|
1578
|
+
UpdateMalwareScanSettingsRequest.add_member(:detector_id, Shapes::ShapeRef.new(shape: DetectorId, required: true, location: "uri", location_name: "detectorId"))
|
1579
|
+
UpdateMalwareScanSettingsRequest.add_member(:scan_resource_criteria, Shapes::ShapeRef.new(shape: ScanResourceCriteria, location_name: "scanResourceCriteria"))
|
1580
|
+
UpdateMalwareScanSettingsRequest.add_member(:ebs_snapshot_preservation, Shapes::ShapeRef.new(shape: EbsSnapshotPreservation, location_name: "ebsSnapshotPreservation"))
|
1581
|
+
UpdateMalwareScanSettingsRequest.struct_class = Types::UpdateMalwareScanSettingsRequest
|
1582
|
+
|
1583
|
+
UpdateMalwareScanSettingsResponse.struct_class = Types::UpdateMalwareScanSettingsResponse
|
1584
|
+
|
1320
1585
|
UpdateMemberDetectorsRequest.add_member(:detector_id, Shapes::ShapeRef.new(shape: DetectorId, required: true, location: "uri", location_name: "detectorId"))
|
1321
1586
|
UpdateMemberDetectorsRequest.add_member(:account_ids, Shapes::ShapeRef.new(shape: AccountIds, required: true, location_name: "accountIds"))
|
1322
1587
|
UpdateMemberDetectorsRequest.add_member(:data_sources, Shapes::ShapeRef.new(shape: DataSourceConfigurations, location_name: "dataSources"))
|
@@ -1381,6 +1646,17 @@ module Aws::GuardDuty
|
|
1381
1646
|
Volume.add_member(:host_path, Shapes::ShapeRef.new(shape: HostPath, location_name: "hostPath"))
|
1382
1647
|
Volume.struct_class = Types::Volume
|
1383
1648
|
|
1649
|
+
VolumeDetail.add_member(:volume_arn, Shapes::ShapeRef.new(shape: String, location_name: "volumeArn"))
|
1650
|
+
VolumeDetail.add_member(:volume_type, Shapes::ShapeRef.new(shape: String, location_name: "volumeType"))
|
1651
|
+
VolumeDetail.add_member(:device_name, Shapes::ShapeRef.new(shape: String, location_name: "deviceName"))
|
1652
|
+
VolumeDetail.add_member(:volume_size_in_gb, Shapes::ShapeRef.new(shape: Integer, location_name: "volumeSizeInGB"))
|
1653
|
+
VolumeDetail.add_member(:encryption_type, Shapes::ShapeRef.new(shape: String, location_name: "encryptionType"))
|
1654
|
+
VolumeDetail.add_member(:snapshot_arn, Shapes::ShapeRef.new(shape: String, location_name: "snapshotArn"))
|
1655
|
+
VolumeDetail.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: String, location_name: "kmsKeyArn"))
|
1656
|
+
VolumeDetail.struct_class = Types::VolumeDetail
|
1657
|
+
|
1658
|
+
VolumeDetails.member = Shapes::ShapeRef.new(shape: VolumeDetail)
|
1659
|
+
|
1384
1660
|
VolumeMount.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
1385
1661
|
VolumeMount.add_member(:mount_path, Shapes::ShapeRef.new(shape: String, location_name: "mountPath"))
|
1386
1662
|
VolumeMount.struct_class = Types::VolumeMount
|
@@ -1588,6 +1864,22 @@ module Aws::GuardDuty
|
|
1588
1864
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1589
1865
|
end)
|
1590
1866
|
|
1867
|
+
api.add_operation(:describe_malware_scans, Seahorse::Model::Operation.new.tap do |o|
|
1868
|
+
o.name = "DescribeMalwareScans"
|
1869
|
+
o.http_method = "POST"
|
1870
|
+
o.http_request_uri = "/detector/{detectorId}/malware-scans"
|
1871
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeMalwareScansRequest)
|
1872
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeMalwareScansResponse)
|
1873
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1874
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1875
|
+
o[:pager] = Aws::Pager.new(
|
1876
|
+
limit_key: "max_results",
|
1877
|
+
tokens: {
|
1878
|
+
"next_token" => "next_token"
|
1879
|
+
}
|
1880
|
+
)
|
1881
|
+
end)
|
1882
|
+
|
1591
1883
|
api.add_operation(:describe_organization_configuration, Seahorse::Model::Operation.new.tap do |o|
|
1592
1884
|
o.name = "DescribeOrganizationConfiguration"
|
1593
1885
|
o.http_method = "GET"
|
@@ -1729,6 +2021,16 @@ module Aws::GuardDuty
|
|
1729
2021
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1730
2022
|
end)
|
1731
2023
|
|
2024
|
+
api.add_operation(:get_malware_scan_settings, Seahorse::Model::Operation.new.tap do |o|
|
2025
|
+
o.name = "GetMalwareScanSettings"
|
2026
|
+
o.http_method = "GET"
|
2027
|
+
o.http_request_uri = "/detector/{detectorId}/malware-scan-settings"
|
2028
|
+
o.input = Shapes::ShapeRef.new(shape: GetMalwareScanSettingsRequest)
|
2029
|
+
o.output = Shapes::ShapeRef.new(shape: GetMalwareScanSettingsResponse)
|
2030
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2031
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
2032
|
+
end)
|
2033
|
+
|
1732
2034
|
api.add_operation(:get_master_account, Seahorse::Model::Operation.new.tap do |o|
|
1733
2035
|
o.name = "GetMasterAccount"
|
1734
2036
|
o.http_method = "GET"
|
@@ -2050,6 +2352,16 @@ module Aws::GuardDuty
|
|
2050
2352
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
2051
2353
|
end)
|
2052
2354
|
|
2355
|
+
api.add_operation(:update_malware_scan_settings, Seahorse::Model::Operation.new.tap do |o|
|
2356
|
+
o.name = "UpdateMalwareScanSettings"
|
2357
|
+
o.http_method = "POST"
|
2358
|
+
o.http_request_uri = "/detector/{detectorId}/malware-scan-settings"
|
2359
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateMalwareScanSettingsRequest)
|
2360
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateMalwareScanSettingsResponse)
|
2361
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2362
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
2363
|
+
end)
|
2364
|
+
|
2053
2365
|
api.add_operation(:update_member_detectors, Seahorse::Model::Operation.new.tap do |o|
|
2054
2366
|
o.name = "UpdateMemberDetectors"
|
2055
2367
|
o.http_method = "POST"
|