aws-sdk-guardduty 1.66.0 → 1.67.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 +279 -15
- data/lib/aws-sdk-guardduty/client_api.rb +246 -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 +786 -21
- 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,10 @@ 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
|
+
Lineage = Shapes::ListShape.new(name: 'Lineage')
|
246
|
+
LineageObject = Shapes::StructureShape.new(name: 'LineageObject')
|
247
|
+
ListCoverageRequest = Shapes::StructureShape.new(name: 'ListCoverageRequest')
|
248
|
+
ListCoverageResponse = Shapes::StructureShape.new(name: 'ListCoverageResponse')
|
219
249
|
ListDetectorsRequest = Shapes::StructureShape.new(name: 'ListDetectorsRequest')
|
220
250
|
ListDetectorsResponse = Shapes::StructureShape.new(name: 'ListDetectorsResponse')
|
221
251
|
ListFiltersRequest = Shapes::StructureShape.new(name: 'ListFiltersRequest')
|
@@ -250,6 +280,10 @@ module Aws::GuardDuty
|
|
250
280
|
Master = Shapes::StructureShape.new(name: 'Master')
|
251
281
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
252
282
|
Member = Shapes::StructureShape.new(name: 'Member')
|
283
|
+
MemberAdditionalConfiguration = Shapes::StructureShape.new(name: 'MemberAdditionalConfiguration')
|
284
|
+
MemberAdditionalConfigurationResult = Shapes::StructureShape.new(name: 'MemberAdditionalConfigurationResult')
|
285
|
+
MemberAdditionalConfigurationResults = Shapes::ListShape.new(name: 'MemberAdditionalConfigurationResults')
|
286
|
+
MemberAdditionalConfigurations = Shapes::ListShape.new(name: 'MemberAdditionalConfigurations')
|
253
287
|
MemberDataSourceConfiguration = Shapes::StructureShape.new(name: 'MemberDataSourceConfiguration')
|
254
288
|
MemberDataSourceConfigurations = Shapes::ListShape.new(name: 'MemberDataSourceConfigurations')
|
255
289
|
MemberFeaturesConfiguration = Shapes::StructureShape.new(name: 'MemberFeaturesConfiguration')
|
@@ -257,6 +291,7 @@ module Aws::GuardDuty
|
|
257
291
|
MemberFeaturesConfigurations = Shapes::ListShape.new(name: 'MemberFeaturesConfigurations')
|
258
292
|
MemberFeaturesConfigurationsResults = Shapes::ListShape.new(name: 'MemberFeaturesConfigurationsResults')
|
259
293
|
Members = Shapes::ListShape.new(name: 'Members')
|
294
|
+
MemoryRegionsList = Shapes::ListShape.new(name: 'MemoryRegionsList')
|
260
295
|
Name = Shapes::StringShape.new(name: 'Name')
|
261
296
|
Neq = Shapes::ListShape.new(name: 'Neq')
|
262
297
|
NetworkConnectionAction = Shapes::StructureShape.new(name: 'NetworkConnectionAction')
|
@@ -266,8 +301,13 @@ module Aws::GuardDuty
|
|
266
301
|
NotEquals = Shapes::ListShape.new(name: 'NotEquals')
|
267
302
|
OrderBy = Shapes::StringShape.new(name: 'OrderBy')
|
268
303
|
OrgFeature = Shapes::StringShape.new(name: 'OrgFeature')
|
304
|
+
OrgFeatureAdditionalConfiguration = Shapes::StringShape.new(name: 'OrgFeatureAdditionalConfiguration')
|
269
305
|
OrgFeatureStatus = Shapes::StringShape.new(name: 'OrgFeatureStatus')
|
270
306
|
Organization = Shapes::StructureShape.new(name: 'Organization')
|
307
|
+
OrganizationAdditionalConfiguration = Shapes::StructureShape.new(name: 'OrganizationAdditionalConfiguration')
|
308
|
+
OrganizationAdditionalConfigurationResult = Shapes::StructureShape.new(name: 'OrganizationAdditionalConfigurationResult')
|
309
|
+
OrganizationAdditionalConfigurationResults = Shapes::ListShape.new(name: 'OrganizationAdditionalConfigurationResults')
|
310
|
+
OrganizationAdditionalConfigurations = Shapes::ListShape.new(name: 'OrganizationAdditionalConfigurations')
|
271
311
|
OrganizationDataSourceConfigurations = Shapes::StructureShape.new(name: 'OrganizationDataSourceConfigurations')
|
272
312
|
OrganizationDataSourceConfigurationsResult = Shapes::StructureShape.new(name: 'OrganizationDataSourceConfigurationsResult')
|
273
313
|
OrganizationEbsVolumes = Shapes::StructureShape.new(name: 'OrganizationEbsVolumes')
|
@@ -294,6 +334,7 @@ module Aws::GuardDuty
|
|
294
334
|
PositiveLong = Shapes::IntegerShape.new(name: 'PositiveLong')
|
295
335
|
PrivateIpAddressDetails = Shapes::StructureShape.new(name: 'PrivateIpAddressDetails')
|
296
336
|
PrivateIpAddresses = Shapes::ListShape.new(name: 'PrivateIpAddresses')
|
337
|
+
ProcessDetails = Shapes::StructureShape.new(name: 'ProcessDetails')
|
297
338
|
ProductCode = Shapes::StructureShape.new(name: 'ProductCode')
|
298
339
|
ProductCodes = Shapes::ListShape.new(name: 'ProductCodes')
|
299
340
|
PublicAccess = Shapes::StructureShape.new(name: 'PublicAccess')
|
@@ -307,6 +348,9 @@ module Aws::GuardDuty
|
|
307
348
|
Resource = Shapes::StructureShape.new(name: 'Resource')
|
308
349
|
ResourceDetails = Shapes::StructureShape.new(name: 'ResourceDetails')
|
309
350
|
ResourceList = Shapes::ListShape.new(name: 'ResourceList')
|
351
|
+
ResourceType = Shapes::StringShape.new(name: 'ResourceType')
|
352
|
+
RuntimeContext = Shapes::StructureShape.new(name: 'RuntimeContext')
|
353
|
+
RuntimeDetails = Shapes::StructureShape.new(name: 'RuntimeDetails')
|
310
354
|
S3BucketDetail = Shapes::StructureShape.new(name: 'S3BucketDetail')
|
311
355
|
S3BucketDetails = Shapes::ListShape.new(name: 'S3BucketDetails')
|
312
356
|
S3LogsConfiguration = Shapes::StructureShape.new(name: 'S3LogsConfiguration')
|
@@ -456,6 +500,10 @@ module Aws::GuardDuty
|
|
456
500
|
Action.add_member(:rds_login_attempt_action, Shapes::ShapeRef.new(shape: RdsLoginAttemptAction, location_name: "rdsLoginAttemptAction"))
|
457
501
|
Action.struct_class = Types::Action
|
458
502
|
|
503
|
+
AddonDetails.add_member(:addon_version, Shapes::ShapeRef.new(shape: String, location_name: "addonVersion"))
|
504
|
+
AddonDetails.add_member(:addon_status, Shapes::ShapeRef.new(shape: String, location_name: "addonStatus"))
|
505
|
+
AddonDetails.struct_class = Types::AddonDetails
|
506
|
+
|
459
507
|
AdminAccount.add_member(:admin_account_id, Shapes::ShapeRef.new(shape: String, location_name: "adminAccountId"))
|
460
508
|
AdminAccount.add_member(:admin_status, Shapes::ShapeRef.new(shape: AdminStatus, location_name: "adminStatus"))
|
461
509
|
AdminAccount.struct_class = Types::AdminAccount
|
@@ -538,6 +586,12 @@ module Aws::GuardDuty
|
|
538
586
|
|
539
587
|
Containers.member = Shapes::ShapeRef.new(shape: Container)
|
540
588
|
|
589
|
+
CountByCoverageStatus.key = Shapes::ShapeRef.new(shape: CoverageStatus)
|
590
|
+
CountByCoverageStatus.value = Shapes::ShapeRef.new(shape: Long)
|
591
|
+
|
592
|
+
CountByResourceType.key = Shapes::ShapeRef.new(shape: ResourceType)
|
593
|
+
CountByResourceType.value = Shapes::ShapeRef.new(shape: Long)
|
594
|
+
|
541
595
|
CountBySeverity.key = Shapes::ShapeRef.new(shape: String)
|
542
596
|
CountBySeverity.value = Shapes::ShapeRef.new(shape: Integer)
|
543
597
|
|
@@ -545,6 +599,50 @@ module Aws::GuardDuty
|
|
545
599
|
Country.add_member(:country_name, Shapes::ShapeRef.new(shape: String, location_name: "countryName"))
|
546
600
|
Country.struct_class = Types::Country
|
547
601
|
|
602
|
+
CoverageEksClusterDetails.add_member(:cluster_name, Shapes::ShapeRef.new(shape: String, location_name: "clusterName"))
|
603
|
+
CoverageEksClusterDetails.add_member(:covered_nodes, Shapes::ShapeRef.new(shape: Long, location_name: "coveredNodes"))
|
604
|
+
CoverageEksClusterDetails.add_member(:compatible_nodes, Shapes::ShapeRef.new(shape: Long, location_name: "compatibleNodes"))
|
605
|
+
CoverageEksClusterDetails.add_member(:addon_details, Shapes::ShapeRef.new(shape: AddonDetails, location_name: "addonDetails"))
|
606
|
+
CoverageEksClusterDetails.struct_class = Types::CoverageEksClusterDetails
|
607
|
+
|
608
|
+
CoverageFilterCondition.add_member(:equals, Shapes::ShapeRef.new(shape: Equals, location_name: "equals"))
|
609
|
+
CoverageFilterCondition.add_member(:not_equals, Shapes::ShapeRef.new(shape: NotEquals, location_name: "notEquals"))
|
610
|
+
CoverageFilterCondition.struct_class = Types::CoverageFilterCondition
|
611
|
+
|
612
|
+
CoverageFilterCriteria.add_member(:filter_criterion, Shapes::ShapeRef.new(shape: CoverageFilterCriterionList, location_name: "filterCriterion"))
|
613
|
+
CoverageFilterCriteria.struct_class = Types::CoverageFilterCriteria
|
614
|
+
|
615
|
+
CoverageFilterCriterion.add_member(:criterion_key, Shapes::ShapeRef.new(shape: CoverageFilterCriterionKey, location_name: "criterionKey"))
|
616
|
+
CoverageFilterCriterion.add_member(:filter_condition, Shapes::ShapeRef.new(shape: CoverageFilterCondition, location_name: "filterCondition"))
|
617
|
+
CoverageFilterCriterion.struct_class = Types::CoverageFilterCriterion
|
618
|
+
|
619
|
+
CoverageFilterCriterionList.member = Shapes::ShapeRef.new(shape: CoverageFilterCriterion)
|
620
|
+
|
621
|
+
CoverageResource.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceId"))
|
622
|
+
CoverageResource.add_member(:detector_id, Shapes::ShapeRef.new(shape: DetectorId, location_name: "detectorId"))
|
623
|
+
CoverageResource.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "accountId"))
|
624
|
+
CoverageResource.add_member(:resource_details, Shapes::ShapeRef.new(shape: CoverageResourceDetails, location_name: "resourceDetails"))
|
625
|
+
CoverageResource.add_member(:coverage_status, Shapes::ShapeRef.new(shape: CoverageStatus, location_name: "coverageStatus"))
|
626
|
+
CoverageResource.add_member(:issue, Shapes::ShapeRef.new(shape: String, location_name: "issue"))
|
627
|
+
CoverageResource.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "updatedAt"))
|
628
|
+
CoverageResource.struct_class = Types::CoverageResource
|
629
|
+
|
630
|
+
CoverageResourceDetails.add_member(:eks_cluster_details, Shapes::ShapeRef.new(shape: CoverageEksClusterDetails, location_name: "eksClusterDetails"))
|
631
|
+
CoverageResourceDetails.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "resourceType"))
|
632
|
+
CoverageResourceDetails.struct_class = Types::CoverageResourceDetails
|
633
|
+
|
634
|
+
CoverageResources.member = Shapes::ShapeRef.new(shape: CoverageResource)
|
635
|
+
|
636
|
+
CoverageSortCriteria.add_member(:attribute_name, Shapes::ShapeRef.new(shape: CoverageSortKey, location_name: "attributeName"))
|
637
|
+
CoverageSortCriteria.add_member(:order_by, Shapes::ShapeRef.new(shape: OrderBy, location_name: "orderBy"))
|
638
|
+
CoverageSortCriteria.struct_class = Types::CoverageSortCriteria
|
639
|
+
|
640
|
+
CoverageStatistics.add_member(:count_by_resource_type, Shapes::ShapeRef.new(shape: CountByResourceType, location_name: "countByResourceType"))
|
641
|
+
CoverageStatistics.add_member(:count_by_coverage_status, Shapes::ShapeRef.new(shape: CountByCoverageStatus, location_name: "countByCoverageStatus"))
|
642
|
+
CoverageStatistics.struct_class = Types::CoverageStatistics
|
643
|
+
|
644
|
+
CoverageStatisticsTypeList.member = Shapes::ShapeRef.new(shape: CoverageStatisticsType)
|
645
|
+
|
548
646
|
CreateDetectorRequest.add_member(:enable, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "enable"))
|
549
647
|
CreateDetectorRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
550
648
|
CreateDetectorRequest.add_member(:finding_publishing_frequency, Shapes::ShapeRef.new(shape: FindingPublishingFrequency, location_name: "findingPublishingFrequency"))
|
@@ -746,13 +844,28 @@ module Aws::GuardDuty
|
|
746
844
|
|
747
845
|
Destinations.member = Shapes::ShapeRef.new(shape: Destination)
|
748
846
|
|
847
|
+
DetectorAdditionalConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: FeatureAdditionalConfiguration, location_name: "name"))
|
848
|
+
DetectorAdditionalConfiguration.add_member(:status, Shapes::ShapeRef.new(shape: FeatureStatus, location_name: "status"))
|
849
|
+
DetectorAdditionalConfiguration.struct_class = Types::DetectorAdditionalConfiguration
|
850
|
+
|
851
|
+
DetectorAdditionalConfigurationResult.add_member(:name, Shapes::ShapeRef.new(shape: FeatureAdditionalConfiguration, location_name: "name"))
|
852
|
+
DetectorAdditionalConfigurationResult.add_member(:status, Shapes::ShapeRef.new(shape: FeatureStatus, location_name: "status"))
|
853
|
+
DetectorAdditionalConfigurationResult.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "updatedAt"))
|
854
|
+
DetectorAdditionalConfigurationResult.struct_class = Types::DetectorAdditionalConfigurationResult
|
855
|
+
|
856
|
+
DetectorAdditionalConfigurationResults.member = Shapes::ShapeRef.new(shape: DetectorAdditionalConfigurationResult)
|
857
|
+
|
858
|
+
DetectorAdditionalConfigurations.member = Shapes::ShapeRef.new(shape: DetectorAdditionalConfiguration)
|
859
|
+
|
749
860
|
DetectorFeatureConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: DetectorFeature, location_name: "name"))
|
750
861
|
DetectorFeatureConfiguration.add_member(:status, Shapes::ShapeRef.new(shape: FeatureStatus, location_name: "status"))
|
862
|
+
DetectorFeatureConfiguration.add_member(:additional_configuration, Shapes::ShapeRef.new(shape: DetectorAdditionalConfigurations, location_name: "additionalConfiguration"))
|
751
863
|
DetectorFeatureConfiguration.struct_class = Types::DetectorFeatureConfiguration
|
752
864
|
|
753
865
|
DetectorFeatureConfigurationResult.add_member(:name, Shapes::ShapeRef.new(shape: DetectorFeatureResult, location_name: "name"))
|
754
866
|
DetectorFeatureConfigurationResult.add_member(:status, Shapes::ShapeRef.new(shape: FeatureStatus, location_name: "status"))
|
755
867
|
DetectorFeatureConfigurationResult.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "updatedAt"))
|
868
|
+
DetectorFeatureConfigurationResult.add_member(:additional_configuration, Shapes::ShapeRef.new(shape: DetectorAdditionalConfigurationResults, location_name: "additionalConfiguration"))
|
756
869
|
DetectorFeatureConfigurationResult.struct_class = Types::DetectorFeatureConfigurationResult
|
757
870
|
|
758
871
|
DetectorFeatureConfigurations.member = Shapes::ShapeRef.new(shape: DetectorFeatureConfiguration)
|
@@ -898,6 +1011,8 @@ module Aws::GuardDuty
|
|
898
1011
|
|
899
1012
|
Findings.member = Shapes::ShapeRef.new(shape: Finding)
|
900
1013
|
|
1014
|
+
FlagsList.member = Shapes::ShapeRef.new(shape: String)
|
1015
|
+
|
901
1016
|
FlowLogsConfigurationResult.add_member(:status, Shapes::ShapeRef.new(shape: DataSourceStatus, required: true, location_name: "status"))
|
902
1017
|
FlowLogsConfigurationResult.struct_class = Types::FlowLogsConfigurationResult
|
903
1018
|
|
@@ -917,6 +1032,14 @@ module Aws::GuardDuty
|
|
917
1032
|
GetAdministratorAccountResponse.add_member(:administrator, Shapes::ShapeRef.new(shape: Administrator, required: true, location_name: "administrator"))
|
918
1033
|
GetAdministratorAccountResponse.struct_class = Types::GetAdministratorAccountResponse
|
919
1034
|
|
1035
|
+
GetCoverageStatisticsRequest.add_member(:detector_id, Shapes::ShapeRef.new(shape: DetectorId, required: true, location: "uri", location_name: "detectorId"))
|
1036
|
+
GetCoverageStatisticsRequest.add_member(:filter_criteria, Shapes::ShapeRef.new(shape: CoverageFilterCriteria, location_name: "filterCriteria"))
|
1037
|
+
GetCoverageStatisticsRequest.add_member(:statistics_type, Shapes::ShapeRef.new(shape: CoverageStatisticsTypeList, required: true, location_name: "statisticsType"))
|
1038
|
+
GetCoverageStatisticsRequest.struct_class = Types::GetCoverageStatisticsRequest
|
1039
|
+
|
1040
|
+
GetCoverageStatisticsResponse.add_member(:coverage_statistics, Shapes::ShapeRef.new(shape: CoverageStatistics, location_name: "coverageStatistics"))
|
1041
|
+
GetCoverageStatisticsResponse.struct_class = Types::GetCoverageStatisticsResponse
|
1042
|
+
|
920
1043
|
GetDetectorRequest.add_member(:detector_id, Shapes::ShapeRef.new(shape: DetectorId, required: true, location: "uri", location_name: "detectorId"))
|
921
1044
|
GetDetectorRequest.struct_class = Types::GetDetectorRequest
|
922
1045
|
|
@@ -1130,6 +1253,30 @@ module Aws::GuardDuty
|
|
1130
1253
|
KubernetesWorkloadDetails.add_member(:volumes, Shapes::ShapeRef.new(shape: Volumes, location_name: "volumes"))
|
1131
1254
|
KubernetesWorkloadDetails.struct_class = Types::KubernetesWorkloadDetails
|
1132
1255
|
|
1256
|
+
Lineage.member = Shapes::ShapeRef.new(shape: LineageObject)
|
1257
|
+
|
1258
|
+
LineageObject.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "startTime"))
|
1259
|
+
LineageObject.add_member(:namespace_pid, Shapes::ShapeRef.new(shape: Integer, location_name: "namespacePid"))
|
1260
|
+
LineageObject.add_member(:user_id, Shapes::ShapeRef.new(shape: Integer, location_name: "userId"))
|
1261
|
+
LineageObject.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
1262
|
+
LineageObject.add_member(:pid, Shapes::ShapeRef.new(shape: Integer, location_name: "pid"))
|
1263
|
+
LineageObject.add_member(:uuid, Shapes::ShapeRef.new(shape: String, location_name: "uuid"))
|
1264
|
+
LineageObject.add_member(:executable_path, Shapes::ShapeRef.new(shape: String, location_name: "executablePath"))
|
1265
|
+
LineageObject.add_member(:euid, Shapes::ShapeRef.new(shape: Integer, location_name: "euid"))
|
1266
|
+
LineageObject.add_member(:parent_uuid, Shapes::ShapeRef.new(shape: String, location_name: "parentUuid"))
|
1267
|
+
LineageObject.struct_class = Types::LineageObject
|
1268
|
+
|
1269
|
+
ListCoverageRequest.add_member(:detector_id, Shapes::ShapeRef.new(shape: DetectorId, required: true, location: "uri", location_name: "detectorId"))
|
1270
|
+
ListCoverageRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
1271
|
+
ListCoverageRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
|
1272
|
+
ListCoverageRequest.add_member(:filter_criteria, Shapes::ShapeRef.new(shape: CoverageFilterCriteria, location_name: "filterCriteria"))
|
1273
|
+
ListCoverageRequest.add_member(:sort_criteria, Shapes::ShapeRef.new(shape: CoverageSortCriteria, location_name: "sortCriteria"))
|
1274
|
+
ListCoverageRequest.struct_class = Types::ListCoverageRequest
|
1275
|
+
|
1276
|
+
ListCoverageResponse.add_member(:resources, Shapes::ShapeRef.new(shape: CoverageResources, required: true, location_name: "resources"))
|
1277
|
+
ListCoverageResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
1278
|
+
ListCoverageResponse.struct_class = Types::ListCoverageResponse
|
1279
|
+
|
1133
1280
|
ListDetectorsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1134
1281
|
ListDetectorsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
1135
1282
|
ListDetectorsRequest.struct_class = Types::ListDetectorsRequest
|
@@ -1260,6 +1407,19 @@ module Aws::GuardDuty
|
|
1260
1407
|
Member.add_member(:administrator_id, Shapes::ShapeRef.new(shape: String, location_name: "administratorId"))
|
1261
1408
|
Member.struct_class = Types::Member
|
1262
1409
|
|
1410
|
+
MemberAdditionalConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: OrgFeatureAdditionalConfiguration, location_name: "name"))
|
1411
|
+
MemberAdditionalConfiguration.add_member(:status, Shapes::ShapeRef.new(shape: FeatureStatus, location_name: "status"))
|
1412
|
+
MemberAdditionalConfiguration.struct_class = Types::MemberAdditionalConfiguration
|
1413
|
+
|
1414
|
+
MemberAdditionalConfigurationResult.add_member(:name, Shapes::ShapeRef.new(shape: OrgFeatureAdditionalConfiguration, location_name: "name"))
|
1415
|
+
MemberAdditionalConfigurationResult.add_member(:status, Shapes::ShapeRef.new(shape: FeatureStatus, location_name: "status"))
|
1416
|
+
MemberAdditionalConfigurationResult.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "updatedAt"))
|
1417
|
+
MemberAdditionalConfigurationResult.struct_class = Types::MemberAdditionalConfigurationResult
|
1418
|
+
|
1419
|
+
MemberAdditionalConfigurationResults.member = Shapes::ShapeRef.new(shape: MemberAdditionalConfigurationResult)
|
1420
|
+
|
1421
|
+
MemberAdditionalConfigurations.member = Shapes::ShapeRef.new(shape: MemberAdditionalConfiguration)
|
1422
|
+
|
1263
1423
|
MemberDataSourceConfiguration.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "accountId"))
|
1264
1424
|
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
1425
|
MemberDataSourceConfiguration.add_member(:features, Shapes::ShapeRef.new(shape: MemberFeaturesConfigurationsResults, location_name: "features"))
|
@@ -1269,11 +1429,13 @@ module Aws::GuardDuty
|
|
1269
1429
|
|
1270
1430
|
MemberFeaturesConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: OrgFeature, location_name: "name"))
|
1271
1431
|
MemberFeaturesConfiguration.add_member(:status, Shapes::ShapeRef.new(shape: FeatureStatus, location_name: "status"))
|
1432
|
+
MemberFeaturesConfiguration.add_member(:additional_configuration, Shapes::ShapeRef.new(shape: MemberAdditionalConfigurations, location_name: "additionalConfiguration"))
|
1272
1433
|
MemberFeaturesConfiguration.struct_class = Types::MemberFeaturesConfiguration
|
1273
1434
|
|
1274
1435
|
MemberFeaturesConfigurationResult.add_member(:name, Shapes::ShapeRef.new(shape: OrgFeature, location_name: "name"))
|
1275
1436
|
MemberFeaturesConfigurationResult.add_member(:status, Shapes::ShapeRef.new(shape: FeatureStatus, location_name: "status"))
|
1276
1437
|
MemberFeaturesConfigurationResult.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "updatedAt"))
|
1438
|
+
MemberFeaturesConfigurationResult.add_member(:additional_configuration, Shapes::ShapeRef.new(shape: MemberAdditionalConfigurationResults, location_name: "additionalConfiguration"))
|
1277
1439
|
MemberFeaturesConfigurationResult.struct_class = Types::MemberFeaturesConfigurationResult
|
1278
1440
|
|
1279
1441
|
MemberFeaturesConfigurations.member = Shapes::ShapeRef.new(shape: MemberFeaturesConfiguration)
|
@@ -1282,6 +1444,8 @@ module Aws::GuardDuty
|
|
1282
1444
|
|
1283
1445
|
Members.member = Shapes::ShapeRef.new(shape: Member)
|
1284
1446
|
|
1447
|
+
MemoryRegionsList.member = Shapes::ShapeRef.new(shape: String)
|
1448
|
+
|
1285
1449
|
Neq.member = Shapes::ShapeRef.new(shape: String)
|
1286
1450
|
|
1287
1451
|
NetworkConnectionAction.add_member(:blocked, Shapes::ShapeRef.new(shape: Boolean, location_name: "blocked"))
|
@@ -1315,6 +1479,18 @@ module Aws::GuardDuty
|
|
1315
1479
|
Organization.add_member(:org, Shapes::ShapeRef.new(shape: String, location_name: "org"))
|
1316
1480
|
Organization.struct_class = Types::Organization
|
1317
1481
|
|
1482
|
+
OrganizationAdditionalConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: OrgFeatureAdditionalConfiguration, location_name: "name"))
|
1483
|
+
OrganizationAdditionalConfiguration.add_member(:auto_enable, Shapes::ShapeRef.new(shape: OrgFeatureStatus, location_name: "autoEnable"))
|
1484
|
+
OrganizationAdditionalConfiguration.struct_class = Types::OrganizationAdditionalConfiguration
|
1485
|
+
|
1486
|
+
OrganizationAdditionalConfigurationResult.add_member(:name, Shapes::ShapeRef.new(shape: OrgFeatureAdditionalConfiguration, location_name: "name"))
|
1487
|
+
OrganizationAdditionalConfigurationResult.add_member(:auto_enable, Shapes::ShapeRef.new(shape: OrgFeatureStatus, location_name: "autoEnable"))
|
1488
|
+
OrganizationAdditionalConfigurationResult.struct_class = Types::OrganizationAdditionalConfigurationResult
|
1489
|
+
|
1490
|
+
OrganizationAdditionalConfigurationResults.member = Shapes::ShapeRef.new(shape: OrganizationAdditionalConfigurationResult)
|
1491
|
+
|
1492
|
+
OrganizationAdditionalConfigurations.member = Shapes::ShapeRef.new(shape: OrganizationAdditionalConfiguration)
|
1493
|
+
|
1318
1494
|
OrganizationDataSourceConfigurations.add_member(:s3_logs, Shapes::ShapeRef.new(shape: OrganizationS3LogsConfiguration, location_name: "s3Logs"))
|
1319
1495
|
OrganizationDataSourceConfigurations.add_member(:kubernetes, Shapes::ShapeRef.new(shape: OrganizationKubernetesConfiguration, location_name: "kubernetes"))
|
1320
1496
|
OrganizationDataSourceConfigurations.add_member(:malware_protection, Shapes::ShapeRef.new(shape: OrganizationMalwareProtectionConfiguration, location_name: "malwareProtection"))
|
@@ -1333,10 +1509,12 @@ module Aws::GuardDuty
|
|
1333
1509
|
|
1334
1510
|
OrganizationFeatureConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: OrgFeature, location_name: "name"))
|
1335
1511
|
OrganizationFeatureConfiguration.add_member(:auto_enable, Shapes::ShapeRef.new(shape: OrgFeatureStatus, location_name: "autoEnable"))
|
1512
|
+
OrganizationFeatureConfiguration.add_member(:additional_configuration, Shapes::ShapeRef.new(shape: OrganizationAdditionalConfigurations, location_name: "additionalConfiguration"))
|
1336
1513
|
OrganizationFeatureConfiguration.struct_class = Types::OrganizationFeatureConfiguration
|
1337
1514
|
|
1338
1515
|
OrganizationFeatureConfigurationResult.add_member(:name, Shapes::ShapeRef.new(shape: OrgFeature, location_name: "name"))
|
1339
1516
|
OrganizationFeatureConfigurationResult.add_member(:auto_enable, Shapes::ShapeRef.new(shape: OrgFeatureStatus, location_name: "autoEnable"))
|
1517
|
+
OrganizationFeatureConfigurationResult.add_member(:additional_configuration, Shapes::ShapeRef.new(shape: OrganizationAdditionalConfigurationResults, location_name: "additionalConfiguration"))
|
1340
1518
|
OrganizationFeatureConfigurationResult.struct_class = Types::OrganizationFeatureConfigurationResult
|
1341
1519
|
|
1342
1520
|
OrganizationFeaturesConfigurations.member = Shapes::ShapeRef.new(shape: OrganizationFeatureConfiguration)
|
@@ -1397,6 +1575,21 @@ module Aws::GuardDuty
|
|
1397
1575
|
|
1398
1576
|
PrivateIpAddresses.member = Shapes::ShapeRef.new(shape: PrivateIpAddressDetails)
|
1399
1577
|
|
1578
|
+
ProcessDetails.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
1579
|
+
ProcessDetails.add_member(:executable_path, Shapes::ShapeRef.new(shape: String, location_name: "executablePath"))
|
1580
|
+
ProcessDetails.add_member(:executable_sha_256, Shapes::ShapeRef.new(shape: String, location_name: "executableSha256"))
|
1581
|
+
ProcessDetails.add_member(:namespace_pid, Shapes::ShapeRef.new(shape: Integer, location_name: "namespacePid"))
|
1582
|
+
ProcessDetails.add_member(:pwd, Shapes::ShapeRef.new(shape: String, location_name: "pwd"))
|
1583
|
+
ProcessDetails.add_member(:pid, Shapes::ShapeRef.new(shape: Integer, location_name: "pid"))
|
1584
|
+
ProcessDetails.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "startTime"))
|
1585
|
+
ProcessDetails.add_member(:uuid, Shapes::ShapeRef.new(shape: String, location_name: "uuid"))
|
1586
|
+
ProcessDetails.add_member(:parent_uuid, Shapes::ShapeRef.new(shape: String, location_name: "parentUuid"))
|
1587
|
+
ProcessDetails.add_member(:user, Shapes::ShapeRef.new(shape: String, location_name: "user"))
|
1588
|
+
ProcessDetails.add_member(:user_id, Shapes::ShapeRef.new(shape: Integer, location_name: "userId"))
|
1589
|
+
ProcessDetails.add_member(:euid, Shapes::ShapeRef.new(shape: Integer, location_name: "euid"))
|
1590
|
+
ProcessDetails.add_member(:lineage, Shapes::ShapeRef.new(shape: Lineage, location_name: "lineage"))
|
1591
|
+
ProcessDetails.struct_class = Types::ProcessDetails
|
1592
|
+
|
1400
1593
|
ProductCode.add_member(:code, Shapes::ShapeRef.new(shape: String, location_name: "productCodeId"))
|
1401
1594
|
ProductCode.add_member(:product_type, Shapes::ShapeRef.new(shape: String, location_name: "productCodeType"))
|
1402
1595
|
ProductCode.struct_class = Types::ProductCode
|
@@ -1459,6 +1652,32 @@ module Aws::GuardDuty
|
|
1459
1652
|
|
1460
1653
|
ResourceList.member = Shapes::ShapeRef.new(shape: String)
|
1461
1654
|
|
1655
|
+
RuntimeContext.add_member(:modifying_process, Shapes::ShapeRef.new(shape: ProcessDetails, location_name: "modifyingProcess"))
|
1656
|
+
RuntimeContext.add_member(:modified_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "modifiedAt"))
|
1657
|
+
RuntimeContext.add_member(:script_path, Shapes::ShapeRef.new(shape: String, location_name: "scriptPath"))
|
1658
|
+
RuntimeContext.add_member(:library_path, Shapes::ShapeRef.new(shape: String, location_name: "libraryPath"))
|
1659
|
+
RuntimeContext.add_member(:ld_preload_value, Shapes::ShapeRef.new(shape: String, location_name: "ldPreloadValue"))
|
1660
|
+
RuntimeContext.add_member(:socket_path, Shapes::ShapeRef.new(shape: String, location_name: "socketPath"))
|
1661
|
+
RuntimeContext.add_member(:runc_binary_path, Shapes::ShapeRef.new(shape: String, location_name: "runcBinaryPath"))
|
1662
|
+
RuntimeContext.add_member(:release_agent_path, Shapes::ShapeRef.new(shape: String, location_name: "releaseAgentPath"))
|
1663
|
+
RuntimeContext.add_member(:mount_source, Shapes::ShapeRef.new(shape: String, location_name: "mountSource"))
|
1664
|
+
RuntimeContext.add_member(:mount_target, Shapes::ShapeRef.new(shape: String, location_name: "mountTarget"))
|
1665
|
+
RuntimeContext.add_member(:file_system_type, Shapes::ShapeRef.new(shape: String, location_name: "fileSystemType"))
|
1666
|
+
RuntimeContext.add_member(:flags, Shapes::ShapeRef.new(shape: FlagsList, location_name: "flags"))
|
1667
|
+
RuntimeContext.add_member(:module_name, Shapes::ShapeRef.new(shape: String, location_name: "moduleName"))
|
1668
|
+
RuntimeContext.add_member(:module_file_path, Shapes::ShapeRef.new(shape: String, location_name: "moduleFilePath"))
|
1669
|
+
RuntimeContext.add_member(:module_sha_256, Shapes::ShapeRef.new(shape: String, location_name: "moduleSha256"))
|
1670
|
+
RuntimeContext.add_member(:shell_history_file_path, Shapes::ShapeRef.new(shape: String, location_name: "shellHistoryFilePath"))
|
1671
|
+
RuntimeContext.add_member(:target_process, Shapes::ShapeRef.new(shape: ProcessDetails, location_name: "targetProcess"))
|
1672
|
+
RuntimeContext.add_member(:address_family, Shapes::ShapeRef.new(shape: String, location_name: "addressFamily"))
|
1673
|
+
RuntimeContext.add_member(:iana_protocol_number, Shapes::ShapeRef.new(shape: Integer, location_name: "ianaProtocolNumber"))
|
1674
|
+
RuntimeContext.add_member(:memory_regions, Shapes::ShapeRef.new(shape: MemoryRegionsList, location_name: "memoryRegions"))
|
1675
|
+
RuntimeContext.struct_class = Types::RuntimeContext
|
1676
|
+
|
1677
|
+
RuntimeDetails.add_member(:process, Shapes::ShapeRef.new(shape: ProcessDetails, location_name: "process"))
|
1678
|
+
RuntimeDetails.add_member(:context, Shapes::ShapeRef.new(shape: RuntimeContext, location_name: "context"))
|
1679
|
+
RuntimeDetails.struct_class = Types::RuntimeDetails
|
1680
|
+
|
1462
1681
|
S3BucketDetail.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "arn"))
|
1463
1682
|
S3BucketDetail.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
1464
1683
|
S3BucketDetail.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "type"))
|
@@ -1565,6 +1784,7 @@ module Aws::GuardDuty
|
|
1565
1784
|
Service.add_member(:additional_info, Shapes::ShapeRef.new(shape: ServiceAdditionalInfo, location_name: "additionalInfo"))
|
1566
1785
|
Service.add_member(:feature_name, Shapes::ShapeRef.new(shape: String, location_name: "featureName"))
|
1567
1786
|
Service.add_member(:ebs_volume_scan_details, Shapes::ShapeRef.new(shape: EbsVolumeScanDetails, location_name: "ebsVolumeScanDetails"))
|
1787
|
+
Service.add_member(:runtime_details, Shapes::ShapeRef.new(shape: RuntimeDetails, location_name: "runtimeDetails"))
|
1568
1788
|
Service.struct_class = Types::Service
|
1569
1789
|
|
1570
1790
|
ServiceAdditionalInfo.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "value"))
|
@@ -2100,6 +2320,16 @@ module Aws::GuardDuty
|
|
2100
2320
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
2101
2321
|
end)
|
2102
2322
|
|
2323
|
+
api.add_operation(:get_coverage_statistics, Seahorse::Model::Operation.new.tap do |o|
|
2324
|
+
o.name = "GetCoverageStatistics"
|
2325
|
+
o.http_method = "POST"
|
2326
|
+
o.http_request_uri = "/detector/{detectorId}/coverage/statistics"
|
2327
|
+
o.input = Shapes::ShapeRef.new(shape: GetCoverageStatisticsRequest)
|
2328
|
+
o.output = Shapes::ShapeRef.new(shape: GetCoverageStatisticsResponse)
|
2329
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2330
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
2331
|
+
end)
|
2332
|
+
|
2103
2333
|
api.add_operation(:get_detector, Seahorse::Model::Operation.new.tap do |o|
|
2104
2334
|
o.name = "GetDetector"
|
2105
2335
|
o.http_method = "GET"
|
@@ -2247,6 +2477,22 @@ module Aws::GuardDuty
|
|
2247
2477
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
2248
2478
|
end)
|
2249
2479
|
|
2480
|
+
api.add_operation(:list_coverage, Seahorse::Model::Operation.new.tap do |o|
|
2481
|
+
o.name = "ListCoverage"
|
2482
|
+
o.http_method = "POST"
|
2483
|
+
o.http_request_uri = "/detector/{detectorId}/coverage"
|
2484
|
+
o.input = Shapes::ShapeRef.new(shape: ListCoverageRequest)
|
2485
|
+
o.output = Shapes::ShapeRef.new(shape: ListCoverageResponse)
|
2486
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2487
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
2488
|
+
o[:pager] = Aws::Pager.new(
|
2489
|
+
limit_key: "max_results",
|
2490
|
+
tokens: {
|
2491
|
+
"next_token" => "next_token"
|
2492
|
+
}
|
2493
|
+
)
|
2494
|
+
end)
|
2495
|
+
|
2250
2496
|
api.add_operation(:list_detectors, Seahorse::Model::Operation.new.tap do |o|
|
2251
2497
|
o.name = "ListDetectors"
|
2252
2498
|
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
|