You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(client-guardduty): Add UnprocessedDataSources to CreateDetectorResponse which specifies the data sources that couldn't be enabled during the CreateDetector request. In addition, update documentations.
* <p>Describes the configuration of scanning EBS volumes as a data source.</p>
1034
+
*/
1035
+
exportinterfaceEbsVolumesResult{
1036
+
/**
1037
+
* <p>Describes whether scanning EBS volumes is enabled as a data source.</p>
1038
+
*/
1039
+
Status?: DataSourceStatus|string;
1040
+
1041
+
/**
1042
+
* <p>Specifies the reason why scanning EBS volumes (Malware Protection) was not enabled as a data source.</p>
1043
+
*/
1044
+
Reason?: string;
1045
+
}
1046
+
1047
+
/**
1048
+
* <p>An object that contains information on the status of whether Malware Protection for EC2 instances with findings will be enabled as a data source.</p>
1049
+
*/
1050
+
exportinterfaceScanEc2InstanceWithFindingsResult{
1051
+
/**
1052
+
* <p>Describes the configuration of scanning EBS volumes as a data source.</p>
1053
+
*/
1054
+
EbsVolumes?: EbsVolumesResult;
1055
+
}
1056
+
1057
+
/**
1058
+
* <p>An object that contains information on the status of all Malware Protection data sources.</p>
* <p>Describes the configuration of scanning EBS volumes as a data source.</p>
1562
-
*/
1563
-
exportinterfaceEbsVolumesResult{
1564
-
/**
1565
-
* <p>Describes whether scanning EBS volumes is enabled as a data source.</p>
1566
-
*/
1567
-
Status?: DataSourceStatus|string;
1568
-
}
1569
-
1570
-
/**
1571
-
* <p>An object that contains information on the status of whether Malware Protection for EC2 instances with findings will be enabled as a data source.</p>
1572
-
*/
1573
-
exportinterfaceScanEc2InstanceWithFindingsResult{
1574
-
/**
1575
-
* <p>Describes the configuration of scanning EBS volumes as a data source.</p>
1576
-
*/
1577
-
EbsVolumes?: EbsVolumesResult;
1578
-
}
1579
-
1580
-
/**
1581
-
* <p>An object that contains information on the status of all Malware Protection data sources.</p>
* <p>Specifies whether to only return associated members or to return all members (including
4369
-
* members who haven't been invited yet or have been disassociated).</p>
4393
+
* members who haven't been invited yet or have been disassociated).
4394
+
* Member accounts must have been previously associated with the GuardDuty administrator account using <a href="https://docs.aws.amazon.com/guardduty/latest/APIReference/API_CreateMembers.html">
0 commit comments