@aws-sdk/client-guardduty 3.131.0 → 3.142.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +34 -0
- package/README.md +1 -1
- package/dist-cjs/GuardDuty.js +45 -0
- package/dist-cjs/commands/AcceptAdministratorInvitationCommand.js +2 -2
- package/dist-cjs/commands/AcceptInvitationCommand.js +2 -2
- package/dist-cjs/commands/ArchiveFindingsCommand.js +2 -2
- package/dist-cjs/commands/CreateDetectorCommand.js +2 -2
- package/dist-cjs/commands/CreateFilterCommand.js +2 -2
- package/dist-cjs/commands/CreateIPSetCommand.js +2 -2
- package/dist-cjs/commands/CreateMembersCommand.js +2 -2
- package/dist-cjs/commands/CreatePublishingDestinationCommand.js +2 -2
- package/dist-cjs/commands/CreateSampleFindingsCommand.js +2 -2
- package/dist-cjs/commands/CreateThreatIntelSetCommand.js +2 -2
- package/dist-cjs/commands/DeclineInvitationsCommand.js +2 -2
- package/dist-cjs/commands/DeleteDetectorCommand.js +2 -2
- package/dist-cjs/commands/DeleteFilterCommand.js +2 -2
- package/dist-cjs/commands/DeleteIPSetCommand.js +2 -2
- package/dist-cjs/commands/DeleteInvitationsCommand.js +2 -2
- package/dist-cjs/commands/DeleteMembersCommand.js +2 -2
- package/dist-cjs/commands/DeletePublishingDestinationCommand.js +2 -2
- package/dist-cjs/commands/DeleteThreatIntelSetCommand.js +2 -2
- package/dist-cjs/commands/DescribeMalwareScansCommand.js +36 -0
- package/dist-cjs/commands/DescribeOrganizationConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DescribePublishingDestinationCommand.js +2 -2
- package/dist-cjs/commands/DisableOrganizationAdminAccountCommand.js +2 -2
- package/dist-cjs/commands/DisassociateFromAdministratorAccountCommand.js +2 -2
- package/dist-cjs/commands/DisassociateFromMasterAccountCommand.js +2 -2
- package/dist-cjs/commands/DisassociateMembersCommand.js +2 -2
- package/dist-cjs/commands/EnableOrganizationAdminAccountCommand.js +2 -2
- package/dist-cjs/commands/GetAdministratorAccountCommand.js +2 -2
- package/dist-cjs/commands/GetDetectorCommand.js +2 -2
- package/dist-cjs/commands/GetFilterCommand.js +2 -2
- package/dist-cjs/commands/GetFindingsCommand.js +2 -2
- package/dist-cjs/commands/GetFindingsStatisticsCommand.js +2 -2
- package/dist-cjs/commands/GetIPSetCommand.js +2 -2
- package/dist-cjs/commands/GetInvitationsCountCommand.js +2 -2
- package/dist-cjs/commands/GetMalwareScanSettingsCommand.js +36 -0
- package/dist-cjs/commands/GetMasterAccountCommand.js +2 -2
- package/dist-cjs/commands/GetMemberDetectorsCommand.js +2 -2
- package/dist-cjs/commands/GetMembersCommand.js +2 -2
- package/dist-cjs/commands/GetRemainingFreeTrialDaysCommand.js +2 -2
- package/dist-cjs/commands/GetThreatIntelSetCommand.js +2 -2
- package/dist-cjs/commands/GetUsageStatisticsCommand.js +2 -2
- package/dist-cjs/commands/InviteMembersCommand.js +2 -2
- package/dist-cjs/commands/ListDetectorsCommand.js +2 -2
- package/dist-cjs/commands/ListFiltersCommand.js +2 -2
- package/dist-cjs/commands/ListFindingsCommand.js +2 -2
- package/dist-cjs/commands/ListIPSetsCommand.js +2 -2
- package/dist-cjs/commands/ListInvitationsCommand.js +2 -2
- package/dist-cjs/commands/ListMembersCommand.js +2 -2
- package/dist-cjs/commands/ListOrganizationAdminAccountsCommand.js +2 -2
- package/dist-cjs/commands/ListPublishingDestinationsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListThreatIntelSetsCommand.js +2 -2
- package/dist-cjs/commands/StartMonitoringMembersCommand.js +2 -2
- package/dist-cjs/commands/StopMonitoringMembersCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UnarchiveFindingsCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateDetectorCommand.js +2 -2
- package/dist-cjs/commands/UpdateFilterCommand.js +2 -2
- package/dist-cjs/commands/UpdateFindingsFeedbackCommand.js +2 -2
- package/dist-cjs/commands/UpdateIPSetCommand.js +2 -2
- package/dist-cjs/commands/UpdateMalwareScanSettingsCommand.js +36 -0
- package/dist-cjs/commands/UpdateMemberDetectorsCommand.js +2 -2
- package/dist-cjs/commands/UpdateOrganizationConfigurationCommand.js +2 -2
- package/dist-cjs/commands/UpdatePublishingDestinationCommand.js +2 -2
- package/dist-cjs/commands/UpdateThreatIntelSetCommand.js +2 -2
- package/dist-cjs/commands/index.js +3 -0
- package/dist-cjs/models/models_0.js +1069 -1312
- package/dist-cjs/pagination/DescribeMalwareScansPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +1301 -1568
- package/dist-es/GuardDuty.js +45 -0
- package/dist-es/commands/AcceptAdministratorInvitationCommand.js +3 -3
- package/dist-es/commands/AcceptInvitationCommand.js +3 -3
- package/dist-es/commands/ArchiveFindingsCommand.js +3 -3
- package/dist-es/commands/CreateDetectorCommand.js +3 -3
- package/dist-es/commands/CreateFilterCommand.js +3 -3
- package/dist-es/commands/CreateIPSetCommand.js +3 -3
- package/dist-es/commands/CreateMembersCommand.js +3 -3
- package/dist-es/commands/CreatePublishingDestinationCommand.js +3 -3
- package/dist-es/commands/CreateSampleFindingsCommand.js +3 -3
- package/dist-es/commands/CreateThreatIntelSetCommand.js +3 -3
- package/dist-es/commands/DeclineInvitationsCommand.js +3 -3
- package/dist-es/commands/DeleteDetectorCommand.js +3 -3
- package/dist-es/commands/DeleteFilterCommand.js +3 -3
- package/dist-es/commands/DeleteIPSetCommand.js +3 -3
- package/dist-es/commands/DeleteInvitationsCommand.js +3 -3
- package/dist-es/commands/DeleteMembersCommand.js +3 -3
- package/dist-es/commands/DeletePublishingDestinationCommand.js +3 -3
- package/dist-es/commands/DeleteThreatIntelSetCommand.js +3 -3
- package/dist-es/commands/DescribeMalwareScansCommand.js +39 -0
- package/dist-es/commands/DescribeOrganizationConfigurationCommand.js +3 -3
- package/dist-es/commands/DescribePublishingDestinationCommand.js +3 -3
- package/dist-es/commands/DisableOrganizationAdminAccountCommand.js +3 -3
- package/dist-es/commands/DisassociateFromAdministratorAccountCommand.js +3 -3
- package/dist-es/commands/DisassociateFromMasterAccountCommand.js +3 -3
- package/dist-es/commands/DisassociateMembersCommand.js +3 -3
- package/dist-es/commands/EnableOrganizationAdminAccountCommand.js +3 -3
- package/dist-es/commands/GetAdministratorAccountCommand.js +3 -3
- package/dist-es/commands/GetDetectorCommand.js +3 -3
- package/dist-es/commands/GetFilterCommand.js +3 -3
- package/dist-es/commands/GetFindingsCommand.js +3 -3
- package/dist-es/commands/GetFindingsStatisticsCommand.js +3 -3
- package/dist-es/commands/GetIPSetCommand.js +3 -3
- package/dist-es/commands/GetInvitationsCountCommand.js +3 -3
- package/dist-es/commands/GetMalwareScanSettingsCommand.js +39 -0
- package/dist-es/commands/GetMasterAccountCommand.js +3 -3
- package/dist-es/commands/GetMemberDetectorsCommand.js +3 -3
- package/dist-es/commands/GetMembersCommand.js +3 -3
- package/dist-es/commands/GetRemainingFreeTrialDaysCommand.js +3 -3
- package/dist-es/commands/GetThreatIntelSetCommand.js +3 -3
- package/dist-es/commands/GetUsageStatisticsCommand.js +3 -3
- package/dist-es/commands/InviteMembersCommand.js +3 -3
- package/dist-es/commands/ListDetectorsCommand.js +3 -3
- package/dist-es/commands/ListFiltersCommand.js +3 -3
- package/dist-es/commands/ListFindingsCommand.js +3 -3
- package/dist-es/commands/ListIPSetsCommand.js +3 -3
- package/dist-es/commands/ListInvitationsCommand.js +3 -3
- package/dist-es/commands/ListMembersCommand.js +3 -3
- package/dist-es/commands/ListOrganizationAdminAccountsCommand.js +3 -3
- package/dist-es/commands/ListPublishingDestinationsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListThreatIntelSetsCommand.js +3 -3
- package/dist-es/commands/StartMonitoringMembersCommand.js +3 -3
- package/dist-es/commands/StopMonitoringMembersCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UnarchiveFindingsCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateDetectorCommand.js +3 -3
- package/dist-es/commands/UpdateFilterCommand.js +3 -3
- package/dist-es/commands/UpdateFindingsFeedbackCommand.js +3 -3
- package/dist-es/commands/UpdateIPSetCommand.js +3 -3
- package/dist-es/commands/UpdateMalwareScanSettingsCommand.js +39 -0
- package/dist-es/commands/UpdateMemberDetectorsCommand.js +3 -3
- package/dist-es/commands/UpdateOrganizationConfigurationCommand.js +3 -3
- package/dist-es/commands/UpdatePublishingDestinationCommand.js +3 -3
- package/dist-es/commands/UpdateThreatIntelSetCommand.js +3 -3
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +292 -873
- package/dist-es/pagination/DescribeMalwareScansPaginator.js +75 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +1581 -1592
- package/dist-types/GuardDuty.d.ts +21 -0
- package/dist-types/GuardDutyClient.d.ts +5 -2
- package/dist-types/commands/DescribeMalwareScansCommand.d.ts +35 -0
- package/dist-types/commands/GetMalwareScanSettingsCommand.d.ts +35 -0
- package/dist-types/commands/UpdateMalwareScanSettingsCommand.d.ts +35 -0
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +1729 -1297
- package/dist-types/pagination/DescribeMalwareScansPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
- package/dist-types/ts3.4/GuardDuty.d.ts +15 -0
- package/dist-types/ts3.4/GuardDutyClient.d.ts +5 -2
- package/dist-types/ts3.4/commands/DescribeMalwareScansCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMalwareScanSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateMalwareScanSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +925 -898
- package/dist-types/ts3.4/pagination/DescribeMalwareScansPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +9 -0
- package/package.json +6 -6
|
@@ -1,13 +1,5 @@
|
|
|
1
1
|
import { __assign, __extends } from "tslib";
|
|
2
2
|
import { GuardDutyServiceException as __BaseException } from "./GuardDutyServiceException";
|
|
3
|
-
export var AcceptAdministratorInvitationRequest;
|
|
4
|
-
(function (AcceptAdministratorInvitationRequest) {
|
|
5
|
-
AcceptAdministratorInvitationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
6
|
-
})(AcceptAdministratorInvitationRequest || (AcceptAdministratorInvitationRequest = {}));
|
|
7
|
-
export var AcceptAdministratorInvitationResponse;
|
|
8
|
-
(function (AcceptAdministratorInvitationResponse) {
|
|
9
|
-
AcceptAdministratorInvitationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
10
|
-
})(AcceptAdministratorInvitationResponse || (AcceptAdministratorInvitationResponse = {}));
|
|
11
3
|
var BadRequestException = (function (_super) {
|
|
12
4
|
__extends(BadRequestException, _super);
|
|
13
5
|
function BadRequestException(opts) {
|
|
@@ -36,219 +28,27 @@ var InternalServerErrorException = (function (_super) {
|
|
|
36
28
|
return InternalServerErrorException;
|
|
37
29
|
}(__BaseException));
|
|
38
30
|
export { InternalServerErrorException };
|
|
39
|
-
export var AcceptInvitationRequest;
|
|
40
|
-
(function (AcceptInvitationRequest) {
|
|
41
|
-
AcceptInvitationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
42
|
-
})(AcceptInvitationRequest || (AcceptInvitationRequest = {}));
|
|
43
|
-
export var AcceptInvitationResponse;
|
|
44
|
-
(function (AcceptInvitationResponse) {
|
|
45
|
-
AcceptInvitationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
46
|
-
})(AcceptInvitationResponse || (AcceptInvitationResponse = {}));
|
|
47
|
-
export var AccessControlList;
|
|
48
|
-
(function (AccessControlList) {
|
|
49
|
-
AccessControlList.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
50
|
-
})(AccessControlList || (AccessControlList = {}));
|
|
51
|
-
export var AccessKeyDetails;
|
|
52
|
-
(function (AccessKeyDetails) {
|
|
53
|
-
AccessKeyDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
54
|
-
})(AccessKeyDetails || (AccessKeyDetails = {}));
|
|
55
|
-
export var AccountDetail;
|
|
56
|
-
(function (AccountDetail) {
|
|
57
|
-
AccountDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
58
|
-
})(AccountDetail || (AccountDetail = {}));
|
|
59
|
-
export var DataSourceFreeTrial;
|
|
60
|
-
(function (DataSourceFreeTrial) {
|
|
61
|
-
DataSourceFreeTrial.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
62
|
-
})(DataSourceFreeTrial || (DataSourceFreeTrial = {}));
|
|
63
|
-
export var KubernetesDataSourceFreeTrial;
|
|
64
|
-
(function (KubernetesDataSourceFreeTrial) {
|
|
65
|
-
KubernetesDataSourceFreeTrial.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
66
|
-
})(KubernetesDataSourceFreeTrial || (KubernetesDataSourceFreeTrial = {}));
|
|
67
|
-
export var DataSourcesFreeTrial;
|
|
68
|
-
(function (DataSourcesFreeTrial) {
|
|
69
|
-
DataSourcesFreeTrial.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
70
|
-
})(DataSourcesFreeTrial || (DataSourcesFreeTrial = {}));
|
|
71
|
-
export var AccountFreeTrialInfo;
|
|
72
|
-
(function (AccountFreeTrialInfo) {
|
|
73
|
-
AccountFreeTrialInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
74
|
-
})(AccountFreeTrialInfo || (AccountFreeTrialInfo = {}));
|
|
75
|
-
export var BlockPublicAccess;
|
|
76
|
-
(function (BlockPublicAccess) {
|
|
77
|
-
BlockPublicAccess.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
78
|
-
})(BlockPublicAccess || (BlockPublicAccess = {}));
|
|
79
|
-
export var AccountLevelPermissions;
|
|
80
|
-
(function (AccountLevelPermissions) {
|
|
81
|
-
AccountLevelPermissions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
82
|
-
})(AccountLevelPermissions || (AccountLevelPermissions = {}));
|
|
83
|
-
export var DomainDetails;
|
|
84
|
-
(function (DomainDetails) {
|
|
85
|
-
DomainDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
86
|
-
})(DomainDetails || (DomainDetails = {}));
|
|
87
|
-
export var RemoteAccountDetails;
|
|
88
|
-
(function (RemoteAccountDetails) {
|
|
89
|
-
RemoteAccountDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
90
|
-
})(RemoteAccountDetails || (RemoteAccountDetails = {}));
|
|
91
|
-
export var City;
|
|
92
|
-
(function (City) {
|
|
93
|
-
City.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
94
|
-
})(City || (City = {}));
|
|
95
|
-
export var Country;
|
|
96
|
-
(function (Country) {
|
|
97
|
-
Country.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
98
|
-
})(Country || (Country = {}));
|
|
99
|
-
export var GeoLocation;
|
|
100
|
-
(function (GeoLocation) {
|
|
101
|
-
GeoLocation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
102
|
-
})(GeoLocation || (GeoLocation = {}));
|
|
103
|
-
export var Organization;
|
|
104
|
-
(function (Organization) {
|
|
105
|
-
Organization.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
106
|
-
})(Organization || (Organization = {}));
|
|
107
|
-
export var RemoteIpDetails;
|
|
108
|
-
(function (RemoteIpDetails) {
|
|
109
|
-
RemoteIpDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
110
|
-
})(RemoteIpDetails || (RemoteIpDetails = {}));
|
|
111
|
-
export var AwsApiCallAction;
|
|
112
|
-
(function (AwsApiCallAction) {
|
|
113
|
-
AwsApiCallAction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
114
|
-
})(AwsApiCallAction || (AwsApiCallAction = {}));
|
|
115
|
-
export var DnsRequestAction;
|
|
116
|
-
(function (DnsRequestAction) {
|
|
117
|
-
DnsRequestAction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
118
|
-
})(DnsRequestAction || (DnsRequestAction = {}));
|
|
119
|
-
export var KubernetesApiCallAction;
|
|
120
|
-
(function (KubernetesApiCallAction) {
|
|
121
|
-
KubernetesApiCallAction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
122
|
-
})(KubernetesApiCallAction || (KubernetesApiCallAction = {}));
|
|
123
|
-
export var LocalIpDetails;
|
|
124
|
-
(function (LocalIpDetails) {
|
|
125
|
-
LocalIpDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
126
|
-
})(LocalIpDetails || (LocalIpDetails = {}));
|
|
127
|
-
export var LocalPortDetails;
|
|
128
|
-
(function (LocalPortDetails) {
|
|
129
|
-
LocalPortDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
130
|
-
})(LocalPortDetails || (LocalPortDetails = {}));
|
|
131
|
-
export var RemotePortDetails;
|
|
132
|
-
(function (RemotePortDetails) {
|
|
133
|
-
RemotePortDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
134
|
-
})(RemotePortDetails || (RemotePortDetails = {}));
|
|
135
|
-
export var NetworkConnectionAction;
|
|
136
|
-
(function (NetworkConnectionAction) {
|
|
137
|
-
NetworkConnectionAction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
138
|
-
})(NetworkConnectionAction || (NetworkConnectionAction = {}));
|
|
139
|
-
export var PortProbeDetail;
|
|
140
|
-
(function (PortProbeDetail) {
|
|
141
|
-
PortProbeDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
142
|
-
})(PortProbeDetail || (PortProbeDetail = {}));
|
|
143
|
-
export var PortProbeAction;
|
|
144
|
-
(function (PortProbeAction) {
|
|
145
|
-
PortProbeAction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
146
|
-
})(PortProbeAction || (PortProbeAction = {}));
|
|
147
|
-
export var Action;
|
|
148
|
-
(function (Action) {
|
|
149
|
-
Action.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
150
|
-
})(Action || (Action = {}));
|
|
151
31
|
export var AdminStatus;
|
|
152
32
|
(function (AdminStatus) {
|
|
153
33
|
AdminStatus["DISABLE_IN_PROGRESS"] = "DISABLE_IN_PROGRESS";
|
|
154
34
|
AdminStatus["ENABLED"] = "ENABLED";
|
|
155
35
|
})(AdminStatus || (AdminStatus = {}));
|
|
156
|
-
export var AdminAccount;
|
|
157
|
-
(function (AdminAccount) {
|
|
158
|
-
AdminAccount.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
159
|
-
})(AdminAccount || (AdminAccount = {}));
|
|
160
|
-
export var Administrator;
|
|
161
|
-
(function (Administrator) {
|
|
162
|
-
Administrator.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
163
|
-
})(Administrator || (Administrator = {}));
|
|
164
|
-
export var ArchiveFindingsRequest;
|
|
165
|
-
(function (ArchiveFindingsRequest) {
|
|
166
|
-
ArchiveFindingsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
167
|
-
})(ArchiveFindingsRequest || (ArchiveFindingsRequest = {}));
|
|
168
|
-
export var ArchiveFindingsResponse;
|
|
169
|
-
(function (ArchiveFindingsResponse) {
|
|
170
|
-
ArchiveFindingsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
171
|
-
})(ArchiveFindingsResponse || (ArchiveFindingsResponse = {}));
|
|
172
|
-
export var BucketPolicy;
|
|
173
|
-
(function (BucketPolicy) {
|
|
174
|
-
BucketPolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
175
|
-
})(BucketPolicy || (BucketPolicy = {}));
|
|
176
|
-
export var BucketLevelPermissions;
|
|
177
|
-
(function (BucketLevelPermissions) {
|
|
178
|
-
BucketLevelPermissions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
179
|
-
})(BucketLevelPermissions || (BucketLevelPermissions = {}));
|
|
180
36
|
export var DataSourceStatus;
|
|
181
37
|
(function (DataSourceStatus) {
|
|
182
38
|
DataSourceStatus["DISABLED"] = "DISABLED";
|
|
183
39
|
DataSourceStatus["ENABLED"] = "ENABLED";
|
|
184
40
|
})(DataSourceStatus || (DataSourceStatus = {}));
|
|
185
|
-
export var CloudTrailConfigurationResult;
|
|
186
|
-
(function (CloudTrailConfigurationResult) {
|
|
187
|
-
CloudTrailConfigurationResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
188
|
-
})(CloudTrailConfigurationResult || (CloudTrailConfigurationResult = {}));
|
|
189
|
-
export var Condition;
|
|
190
|
-
(function (Condition) {
|
|
191
|
-
Condition.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
192
|
-
})(Condition || (Condition = {}));
|
|
193
|
-
export var SecurityContext;
|
|
194
|
-
(function (SecurityContext) {
|
|
195
|
-
SecurityContext.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
196
|
-
})(SecurityContext || (SecurityContext = {}));
|
|
197
|
-
export var VolumeMount;
|
|
198
|
-
(function (VolumeMount) {
|
|
199
|
-
VolumeMount.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
200
|
-
})(VolumeMount || (VolumeMount = {}));
|
|
201
|
-
export var Container;
|
|
202
|
-
(function (Container) {
|
|
203
|
-
Container.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
204
|
-
})(Container || (Container = {}));
|
|
205
|
-
export var KubernetesAuditLogsConfiguration;
|
|
206
|
-
(function (KubernetesAuditLogsConfiguration) {
|
|
207
|
-
KubernetesAuditLogsConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
208
|
-
})(KubernetesAuditLogsConfiguration || (KubernetesAuditLogsConfiguration = {}));
|
|
209
|
-
export var KubernetesConfiguration;
|
|
210
|
-
(function (KubernetesConfiguration) {
|
|
211
|
-
KubernetesConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
212
|
-
})(KubernetesConfiguration || (KubernetesConfiguration = {}));
|
|
213
|
-
export var S3LogsConfiguration;
|
|
214
|
-
(function (S3LogsConfiguration) {
|
|
215
|
-
S3LogsConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
216
|
-
})(S3LogsConfiguration || (S3LogsConfiguration = {}));
|
|
217
|
-
export var DataSourceConfigurations;
|
|
218
|
-
(function (DataSourceConfigurations) {
|
|
219
|
-
DataSourceConfigurations.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
220
|
-
})(DataSourceConfigurations || (DataSourceConfigurations = {}));
|
|
221
41
|
export var FindingPublishingFrequency;
|
|
222
42
|
(function (FindingPublishingFrequency) {
|
|
223
43
|
FindingPublishingFrequency["FIFTEEN_MINUTES"] = "FIFTEEN_MINUTES";
|
|
224
44
|
FindingPublishingFrequency["ONE_HOUR"] = "ONE_HOUR";
|
|
225
45
|
FindingPublishingFrequency["SIX_HOURS"] = "SIX_HOURS";
|
|
226
46
|
})(FindingPublishingFrequency || (FindingPublishingFrequency = {}));
|
|
227
|
-
export var CreateDetectorRequest;
|
|
228
|
-
(function (CreateDetectorRequest) {
|
|
229
|
-
CreateDetectorRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
230
|
-
})(CreateDetectorRequest || (CreateDetectorRequest = {}));
|
|
231
|
-
export var CreateDetectorResponse;
|
|
232
|
-
(function (CreateDetectorResponse) {
|
|
233
|
-
CreateDetectorResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
234
|
-
})(CreateDetectorResponse || (CreateDetectorResponse = {}));
|
|
235
47
|
export var FilterAction;
|
|
236
48
|
(function (FilterAction) {
|
|
237
49
|
FilterAction["ARCHIVE"] = "ARCHIVE";
|
|
238
50
|
FilterAction["NOOP"] = "NOOP";
|
|
239
51
|
})(FilterAction || (FilterAction = {}));
|
|
240
|
-
export var FindingCriteria;
|
|
241
|
-
(function (FindingCriteria) {
|
|
242
|
-
FindingCriteria.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
243
|
-
})(FindingCriteria || (FindingCriteria = {}));
|
|
244
|
-
export var CreateFilterRequest;
|
|
245
|
-
(function (CreateFilterRequest) {
|
|
246
|
-
CreateFilterRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
247
|
-
})(CreateFilterRequest || (CreateFilterRequest = {}));
|
|
248
|
-
export var CreateFilterResponse;
|
|
249
|
-
(function (CreateFilterResponse) {
|
|
250
|
-
CreateFilterResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
251
|
-
})(CreateFilterResponse || (CreateFilterResponse = {}));
|
|
252
52
|
export var IpSetFormat;
|
|
253
53
|
(function (IpSetFormat) {
|
|
254
54
|
IpSetFormat["ALIEN_VAULT"] = "ALIEN_VAULT";
|
|
@@ -258,50 +58,10 @@ export var IpSetFormat;
|
|
|
258
58
|
IpSetFormat["STIX"] = "STIX";
|
|
259
59
|
IpSetFormat["TXT"] = "TXT";
|
|
260
60
|
})(IpSetFormat || (IpSetFormat = {}));
|
|
261
|
-
export var CreateIPSetRequest;
|
|
262
|
-
(function (CreateIPSetRequest) {
|
|
263
|
-
CreateIPSetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
264
|
-
})(CreateIPSetRequest || (CreateIPSetRequest = {}));
|
|
265
|
-
export var CreateIPSetResponse;
|
|
266
|
-
(function (CreateIPSetResponse) {
|
|
267
|
-
CreateIPSetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
268
|
-
})(CreateIPSetResponse || (CreateIPSetResponse = {}));
|
|
269
|
-
export var CreateMembersRequest;
|
|
270
|
-
(function (CreateMembersRequest) {
|
|
271
|
-
CreateMembersRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
272
|
-
})(CreateMembersRequest || (CreateMembersRequest = {}));
|
|
273
|
-
export var UnprocessedAccount;
|
|
274
|
-
(function (UnprocessedAccount) {
|
|
275
|
-
UnprocessedAccount.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
276
|
-
})(UnprocessedAccount || (UnprocessedAccount = {}));
|
|
277
|
-
export var CreateMembersResponse;
|
|
278
|
-
(function (CreateMembersResponse) {
|
|
279
|
-
CreateMembersResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
280
|
-
})(CreateMembersResponse || (CreateMembersResponse = {}));
|
|
281
|
-
export var DestinationProperties;
|
|
282
|
-
(function (DestinationProperties) {
|
|
283
|
-
DestinationProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
284
|
-
})(DestinationProperties || (DestinationProperties = {}));
|
|
285
61
|
export var DestinationType;
|
|
286
62
|
(function (DestinationType) {
|
|
287
63
|
DestinationType["S3"] = "S3";
|
|
288
64
|
})(DestinationType || (DestinationType = {}));
|
|
289
|
-
export var CreatePublishingDestinationRequest;
|
|
290
|
-
(function (CreatePublishingDestinationRequest) {
|
|
291
|
-
CreatePublishingDestinationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
292
|
-
})(CreatePublishingDestinationRequest || (CreatePublishingDestinationRequest = {}));
|
|
293
|
-
export var CreatePublishingDestinationResponse;
|
|
294
|
-
(function (CreatePublishingDestinationResponse) {
|
|
295
|
-
CreatePublishingDestinationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
296
|
-
})(CreatePublishingDestinationResponse || (CreatePublishingDestinationResponse = {}));
|
|
297
|
-
export var CreateSampleFindingsRequest;
|
|
298
|
-
(function (CreateSampleFindingsRequest) {
|
|
299
|
-
CreateSampleFindingsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
300
|
-
})(CreateSampleFindingsRequest || (CreateSampleFindingsRequest = {}));
|
|
301
|
-
export var CreateSampleFindingsResponse;
|
|
302
|
-
(function (CreateSampleFindingsResponse) {
|
|
303
|
-
CreateSampleFindingsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
304
|
-
})(CreateSampleFindingsResponse || (CreateSampleFindingsResponse = {}));
|
|
305
65
|
export var ThreatIntelSetFormat;
|
|
306
66
|
(function (ThreatIntelSetFormat) {
|
|
307
67
|
ThreatIntelSetFormat["ALIEN_VAULT"] = "ALIEN_VAULT";
|
|
@@ -311,142 +71,40 @@ export var ThreatIntelSetFormat;
|
|
|
311
71
|
ThreatIntelSetFormat["STIX"] = "STIX";
|
|
312
72
|
ThreatIntelSetFormat["TXT"] = "TXT";
|
|
313
73
|
})(ThreatIntelSetFormat || (ThreatIntelSetFormat = {}));
|
|
314
|
-
export var
|
|
315
|
-
(function (
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
74
|
+
export var CriterionKey;
|
|
75
|
+
(function (CriterionKey) {
|
|
76
|
+
CriterionKey["ACCOUNT_ID"] = "ACCOUNT_ID";
|
|
77
|
+
CriterionKey["EC2_INSTANCE_ARN"] = "EC2_INSTANCE_ARN";
|
|
78
|
+
CriterionKey["GUARDDUTY_FINDING_ID"] = "GUARDDUTY_FINDING_ID";
|
|
79
|
+
CriterionKey["SCAN_ID"] = "SCAN_ID";
|
|
80
|
+
CriterionKey["SCAN_START_TIME"] = "SCAN_START_TIME";
|
|
81
|
+
CriterionKey["SCAN_STATUS"] = "SCAN_STATUS";
|
|
82
|
+
})(CriterionKey || (CriterionKey = {}));
|
|
322
83
|
export var DataSource;
|
|
323
84
|
(function (DataSource) {
|
|
324
85
|
DataSource["CLOUD_TRAIL"] = "CLOUD_TRAIL";
|
|
325
86
|
DataSource["DNS_LOGS"] = "DNS_LOGS";
|
|
87
|
+
DataSource["EC2_MALWARE_SCAN"] = "EC2_MALWARE_SCAN";
|
|
326
88
|
DataSource["FLOW_LOGS"] = "FLOW_LOGS";
|
|
327
89
|
DataSource["KUBERNETES_AUDIT_LOGS"] = "KUBERNETES_AUDIT_LOGS";
|
|
328
90
|
DataSource["S3_LOGS"] = "S3_LOGS";
|
|
329
91
|
})(DataSource || (DataSource = {}));
|
|
330
|
-
export var
|
|
331
|
-
(function (
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
(
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
})(
|
|
346
|
-
export var S3LogsConfigurationResult;
|
|
347
|
-
(function (S3LogsConfigurationResult) {
|
|
348
|
-
S3LogsConfigurationResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
349
|
-
})(S3LogsConfigurationResult || (S3LogsConfigurationResult = {}));
|
|
350
|
-
export var DataSourceConfigurationsResult;
|
|
351
|
-
(function (DataSourceConfigurationsResult) {
|
|
352
|
-
DataSourceConfigurationsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
353
|
-
})(DataSourceConfigurationsResult || (DataSourceConfigurationsResult = {}));
|
|
354
|
-
export var DeclineInvitationsRequest;
|
|
355
|
-
(function (DeclineInvitationsRequest) {
|
|
356
|
-
DeclineInvitationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
357
|
-
})(DeclineInvitationsRequest || (DeclineInvitationsRequest = {}));
|
|
358
|
-
export var DeclineInvitationsResponse;
|
|
359
|
-
(function (DeclineInvitationsResponse) {
|
|
360
|
-
DeclineInvitationsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
361
|
-
})(DeclineInvitationsResponse || (DeclineInvitationsResponse = {}));
|
|
362
|
-
export var DefaultServerSideEncryption;
|
|
363
|
-
(function (DefaultServerSideEncryption) {
|
|
364
|
-
DefaultServerSideEncryption.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
365
|
-
})(DefaultServerSideEncryption || (DefaultServerSideEncryption = {}));
|
|
366
|
-
export var DeleteDetectorRequest;
|
|
367
|
-
(function (DeleteDetectorRequest) {
|
|
368
|
-
DeleteDetectorRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
369
|
-
})(DeleteDetectorRequest || (DeleteDetectorRequest = {}));
|
|
370
|
-
export var DeleteDetectorResponse;
|
|
371
|
-
(function (DeleteDetectorResponse) {
|
|
372
|
-
DeleteDetectorResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
373
|
-
})(DeleteDetectorResponse || (DeleteDetectorResponse = {}));
|
|
374
|
-
export var DeleteFilterRequest;
|
|
375
|
-
(function (DeleteFilterRequest) {
|
|
376
|
-
DeleteFilterRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
377
|
-
})(DeleteFilterRequest || (DeleteFilterRequest = {}));
|
|
378
|
-
export var DeleteFilterResponse;
|
|
379
|
-
(function (DeleteFilterResponse) {
|
|
380
|
-
DeleteFilterResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
381
|
-
})(DeleteFilterResponse || (DeleteFilterResponse = {}));
|
|
382
|
-
export var DeleteInvitationsRequest;
|
|
383
|
-
(function (DeleteInvitationsRequest) {
|
|
384
|
-
DeleteInvitationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
385
|
-
})(DeleteInvitationsRequest || (DeleteInvitationsRequest = {}));
|
|
386
|
-
export var DeleteInvitationsResponse;
|
|
387
|
-
(function (DeleteInvitationsResponse) {
|
|
388
|
-
DeleteInvitationsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
389
|
-
})(DeleteInvitationsResponse || (DeleteInvitationsResponse = {}));
|
|
390
|
-
export var DeleteIPSetRequest;
|
|
391
|
-
(function (DeleteIPSetRequest) {
|
|
392
|
-
DeleteIPSetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
393
|
-
})(DeleteIPSetRequest || (DeleteIPSetRequest = {}));
|
|
394
|
-
export var DeleteIPSetResponse;
|
|
395
|
-
(function (DeleteIPSetResponse) {
|
|
396
|
-
DeleteIPSetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
397
|
-
})(DeleteIPSetResponse || (DeleteIPSetResponse = {}));
|
|
398
|
-
export var DeleteMembersRequest;
|
|
399
|
-
(function (DeleteMembersRequest) {
|
|
400
|
-
DeleteMembersRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
401
|
-
})(DeleteMembersRequest || (DeleteMembersRequest = {}));
|
|
402
|
-
export var DeleteMembersResponse;
|
|
403
|
-
(function (DeleteMembersResponse) {
|
|
404
|
-
DeleteMembersResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
405
|
-
})(DeleteMembersResponse || (DeleteMembersResponse = {}));
|
|
406
|
-
export var DeletePublishingDestinationRequest;
|
|
407
|
-
(function (DeletePublishingDestinationRequest) {
|
|
408
|
-
DeletePublishingDestinationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
409
|
-
})(DeletePublishingDestinationRequest || (DeletePublishingDestinationRequest = {}));
|
|
410
|
-
export var DeletePublishingDestinationResponse;
|
|
411
|
-
(function (DeletePublishingDestinationResponse) {
|
|
412
|
-
DeletePublishingDestinationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
413
|
-
})(DeletePublishingDestinationResponse || (DeletePublishingDestinationResponse = {}));
|
|
414
|
-
export var DeleteThreatIntelSetRequest;
|
|
415
|
-
(function (DeleteThreatIntelSetRequest) {
|
|
416
|
-
DeleteThreatIntelSetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
417
|
-
})(DeleteThreatIntelSetRequest || (DeleteThreatIntelSetRequest = {}));
|
|
418
|
-
export var DeleteThreatIntelSetResponse;
|
|
419
|
-
(function (DeleteThreatIntelSetResponse) {
|
|
420
|
-
DeleteThreatIntelSetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
421
|
-
})(DeleteThreatIntelSetResponse || (DeleteThreatIntelSetResponse = {}));
|
|
422
|
-
export var DescribeOrganizationConfigurationRequest;
|
|
423
|
-
(function (DescribeOrganizationConfigurationRequest) {
|
|
424
|
-
DescribeOrganizationConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
425
|
-
})(DescribeOrganizationConfigurationRequest || (DescribeOrganizationConfigurationRequest = {}));
|
|
426
|
-
export var OrganizationKubernetesAuditLogsConfigurationResult;
|
|
427
|
-
(function (OrganizationKubernetesAuditLogsConfigurationResult) {
|
|
428
|
-
OrganizationKubernetesAuditLogsConfigurationResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
429
|
-
})(OrganizationKubernetesAuditLogsConfigurationResult || (OrganizationKubernetesAuditLogsConfigurationResult = {}));
|
|
430
|
-
export var OrganizationKubernetesConfigurationResult;
|
|
431
|
-
(function (OrganizationKubernetesConfigurationResult) {
|
|
432
|
-
OrganizationKubernetesConfigurationResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
433
|
-
})(OrganizationKubernetesConfigurationResult || (OrganizationKubernetesConfigurationResult = {}));
|
|
434
|
-
export var OrganizationS3LogsConfigurationResult;
|
|
435
|
-
(function (OrganizationS3LogsConfigurationResult) {
|
|
436
|
-
OrganizationS3LogsConfigurationResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
437
|
-
})(OrganizationS3LogsConfigurationResult || (OrganizationS3LogsConfigurationResult = {}));
|
|
438
|
-
export var OrganizationDataSourceConfigurationsResult;
|
|
439
|
-
(function (OrganizationDataSourceConfigurationsResult) {
|
|
440
|
-
OrganizationDataSourceConfigurationsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
441
|
-
})(OrganizationDataSourceConfigurationsResult || (OrganizationDataSourceConfigurationsResult = {}));
|
|
442
|
-
export var DescribeOrganizationConfigurationResponse;
|
|
443
|
-
(function (DescribeOrganizationConfigurationResponse) {
|
|
444
|
-
DescribeOrganizationConfigurationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
445
|
-
})(DescribeOrganizationConfigurationResponse || (DescribeOrganizationConfigurationResponse = {}));
|
|
446
|
-
export var DescribePublishingDestinationRequest;
|
|
447
|
-
(function (DescribePublishingDestinationRequest) {
|
|
448
|
-
DescribePublishingDestinationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
449
|
-
})(DescribePublishingDestinationRequest || (DescribePublishingDestinationRequest = {}));
|
|
92
|
+
export var OrderBy;
|
|
93
|
+
(function (OrderBy) {
|
|
94
|
+
OrderBy["ASC"] = "ASC";
|
|
95
|
+
OrderBy["DESC"] = "DESC";
|
|
96
|
+
})(OrderBy || (OrderBy = {}));
|
|
97
|
+
export var ScanResult;
|
|
98
|
+
(function (ScanResult) {
|
|
99
|
+
ScanResult["CLEAN"] = "CLEAN";
|
|
100
|
+
ScanResult["INFECTED"] = "INFECTED";
|
|
101
|
+
})(ScanResult || (ScanResult = {}));
|
|
102
|
+
export var ScanStatus;
|
|
103
|
+
(function (ScanStatus) {
|
|
104
|
+
ScanStatus["COMPLETED"] = "COMPLETED";
|
|
105
|
+
ScanStatus["FAILED"] = "FAILED";
|
|
106
|
+
ScanStatus["RUNNING"] = "RUNNING";
|
|
107
|
+
})(ScanStatus || (ScanStatus = {}));
|
|
450
108
|
export var PublishingStatus;
|
|
451
109
|
(function (PublishingStatus) {
|
|
452
110
|
PublishingStatus["PENDING_VERIFICATION"] = "PENDING_VERIFICATION";
|
|
@@ -454,225 +112,25 @@ export var PublishingStatus;
|
|
|
454
112
|
PublishingStatus["STOPPED"] = "STOPPED";
|
|
455
113
|
PublishingStatus["UNABLE_TO_PUBLISH_FIX_DESTINATION_PROPERTY"] = "UNABLE_TO_PUBLISH_FIX_DESTINATION_PROPERTY";
|
|
456
114
|
})(PublishingStatus || (PublishingStatus = {}));
|
|
457
|
-
export var DescribePublishingDestinationResponse;
|
|
458
|
-
(function (DescribePublishingDestinationResponse) {
|
|
459
|
-
DescribePublishingDestinationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
460
|
-
})(DescribePublishingDestinationResponse || (DescribePublishingDestinationResponse = {}));
|
|
461
|
-
export var Destination;
|
|
462
|
-
(function (Destination) {
|
|
463
|
-
Destination.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
464
|
-
})(Destination || (Destination = {}));
|
|
465
115
|
export var DetectorStatus;
|
|
466
116
|
(function (DetectorStatus) {
|
|
467
117
|
DetectorStatus["DISABLED"] = "DISABLED";
|
|
468
118
|
DetectorStatus["ENABLED"] = "ENABLED";
|
|
469
119
|
})(DetectorStatus || (DetectorStatus = {}));
|
|
470
|
-
export var
|
|
471
|
-
(function (
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
(function (DisableOrganizationAdminAccountResponse) {
|
|
476
|
-
DisableOrganizationAdminAccountResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
477
|
-
})(DisableOrganizationAdminAccountResponse || (DisableOrganizationAdminAccountResponse = {}));
|
|
478
|
-
export var DisassociateFromAdministratorAccountRequest;
|
|
479
|
-
(function (DisassociateFromAdministratorAccountRequest) {
|
|
480
|
-
DisassociateFromAdministratorAccountRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
481
|
-
})(DisassociateFromAdministratorAccountRequest || (DisassociateFromAdministratorAccountRequest = {}));
|
|
482
|
-
export var DisassociateFromAdministratorAccountResponse;
|
|
483
|
-
(function (DisassociateFromAdministratorAccountResponse) {
|
|
484
|
-
DisassociateFromAdministratorAccountResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
485
|
-
})(DisassociateFromAdministratorAccountResponse || (DisassociateFromAdministratorAccountResponse = {}));
|
|
486
|
-
export var DisassociateFromMasterAccountRequest;
|
|
487
|
-
(function (DisassociateFromMasterAccountRequest) {
|
|
488
|
-
DisassociateFromMasterAccountRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
489
|
-
})(DisassociateFromMasterAccountRequest || (DisassociateFromMasterAccountRequest = {}));
|
|
490
|
-
export var DisassociateFromMasterAccountResponse;
|
|
491
|
-
(function (DisassociateFromMasterAccountResponse) {
|
|
492
|
-
DisassociateFromMasterAccountResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
493
|
-
})(DisassociateFromMasterAccountResponse || (DisassociateFromMasterAccountResponse = {}));
|
|
494
|
-
export var DisassociateMembersRequest;
|
|
495
|
-
(function (DisassociateMembersRequest) {
|
|
496
|
-
DisassociateMembersRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
497
|
-
})(DisassociateMembersRequest || (DisassociateMembersRequest = {}));
|
|
498
|
-
export var DisassociateMembersResponse;
|
|
499
|
-
(function (DisassociateMembersResponse) {
|
|
500
|
-
DisassociateMembersResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
501
|
-
})(DisassociateMembersResponse || (DisassociateMembersResponse = {}));
|
|
502
|
-
export var Tag;
|
|
503
|
-
(function (Tag) {
|
|
504
|
-
Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
505
|
-
})(Tag || (Tag = {}));
|
|
506
|
-
export var EksClusterDetails;
|
|
507
|
-
(function (EksClusterDetails) {
|
|
508
|
-
EksClusterDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
509
|
-
})(EksClusterDetails || (EksClusterDetails = {}));
|
|
510
|
-
export var EnableOrganizationAdminAccountRequest;
|
|
511
|
-
(function (EnableOrganizationAdminAccountRequest) {
|
|
512
|
-
EnableOrganizationAdminAccountRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
513
|
-
})(EnableOrganizationAdminAccountRequest || (EnableOrganizationAdminAccountRequest = {}));
|
|
514
|
-
export var EnableOrganizationAdminAccountResponse;
|
|
515
|
-
(function (EnableOrganizationAdminAccountResponse) {
|
|
516
|
-
EnableOrganizationAdminAccountResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
517
|
-
})(EnableOrganizationAdminAccountResponse || (EnableOrganizationAdminAccountResponse = {}));
|
|
518
|
-
export var ThreatIntelligenceDetail;
|
|
519
|
-
(function (ThreatIntelligenceDetail) {
|
|
520
|
-
ThreatIntelligenceDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
521
|
-
})(ThreatIntelligenceDetail || (ThreatIntelligenceDetail = {}));
|
|
522
|
-
export var Evidence;
|
|
523
|
-
(function (Evidence) {
|
|
524
|
-
Evidence.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
525
|
-
})(Evidence || (Evidence = {}));
|
|
120
|
+
export var EbsSnapshotPreservation;
|
|
121
|
+
(function (EbsSnapshotPreservation) {
|
|
122
|
+
EbsSnapshotPreservation["NO_RETENTION"] = "NO_RETENTION";
|
|
123
|
+
EbsSnapshotPreservation["RETENTION_WITH_FINDING"] = "RETENTION_WITH_FINDING";
|
|
124
|
+
})(EbsSnapshotPreservation || (EbsSnapshotPreservation = {}));
|
|
526
125
|
export var Feedback;
|
|
527
126
|
(function (Feedback) {
|
|
528
127
|
Feedback["NOT_USEFUL"] = "NOT_USEFUL";
|
|
529
128
|
Feedback["USEFUL"] = "USEFUL";
|
|
530
129
|
})(Feedback || (Feedback = {}));
|
|
531
|
-
export var IamInstanceProfile;
|
|
532
|
-
(function (IamInstanceProfile) {
|
|
533
|
-
IamInstanceProfile.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
534
|
-
})(IamInstanceProfile || (IamInstanceProfile = {}));
|
|
535
|
-
export var PrivateIpAddressDetails;
|
|
536
|
-
(function (PrivateIpAddressDetails) {
|
|
537
|
-
PrivateIpAddressDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
538
|
-
})(PrivateIpAddressDetails || (PrivateIpAddressDetails = {}));
|
|
539
|
-
export var SecurityGroup;
|
|
540
|
-
(function (SecurityGroup) {
|
|
541
|
-
SecurityGroup.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
542
|
-
})(SecurityGroup || (SecurityGroup = {}));
|
|
543
|
-
export var NetworkInterface;
|
|
544
|
-
(function (NetworkInterface) {
|
|
545
|
-
NetworkInterface.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
546
|
-
})(NetworkInterface || (NetworkInterface = {}));
|
|
547
|
-
export var ProductCode;
|
|
548
|
-
(function (ProductCode) {
|
|
549
|
-
ProductCode.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
550
|
-
})(ProductCode || (ProductCode = {}));
|
|
551
|
-
export var InstanceDetails;
|
|
552
|
-
(function (InstanceDetails) {
|
|
553
|
-
InstanceDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
554
|
-
})(InstanceDetails || (InstanceDetails = {}));
|
|
555
|
-
export var KubernetesUserDetails;
|
|
556
|
-
(function (KubernetesUserDetails) {
|
|
557
|
-
KubernetesUserDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
558
|
-
})(KubernetesUserDetails || (KubernetesUserDetails = {}));
|
|
559
|
-
export var HostPath;
|
|
560
|
-
(function (HostPath) {
|
|
561
|
-
HostPath.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
562
|
-
})(HostPath || (HostPath = {}));
|
|
563
|
-
export var Volume;
|
|
564
|
-
(function (Volume) {
|
|
565
|
-
Volume.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
566
|
-
})(Volume || (Volume = {}));
|
|
567
|
-
export var KubernetesWorkloadDetails;
|
|
568
|
-
(function (KubernetesWorkloadDetails) {
|
|
569
|
-
KubernetesWorkloadDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
570
|
-
})(KubernetesWorkloadDetails || (KubernetesWorkloadDetails = {}));
|
|
571
|
-
export var KubernetesDetails;
|
|
572
|
-
(function (KubernetesDetails) {
|
|
573
|
-
KubernetesDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
574
|
-
})(KubernetesDetails || (KubernetesDetails = {}));
|
|
575
|
-
export var Owner;
|
|
576
|
-
(function (Owner) {
|
|
577
|
-
Owner.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
578
|
-
})(Owner || (Owner = {}));
|
|
579
|
-
export var PermissionConfiguration;
|
|
580
|
-
(function (PermissionConfiguration) {
|
|
581
|
-
PermissionConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
582
|
-
})(PermissionConfiguration || (PermissionConfiguration = {}));
|
|
583
|
-
export var PublicAccess;
|
|
584
|
-
(function (PublicAccess) {
|
|
585
|
-
PublicAccess.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
586
|
-
})(PublicAccess || (PublicAccess = {}));
|
|
587
|
-
export var S3BucketDetail;
|
|
588
|
-
(function (S3BucketDetail) {
|
|
589
|
-
S3BucketDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
590
|
-
})(S3BucketDetail || (S3BucketDetail = {}));
|
|
591
|
-
export var Resource;
|
|
592
|
-
(function (Resource) {
|
|
593
|
-
Resource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
594
|
-
})(Resource || (Resource = {}));
|
|
595
|
-
export var ServiceAdditionalInfo;
|
|
596
|
-
(function (ServiceAdditionalInfo) {
|
|
597
|
-
ServiceAdditionalInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
598
|
-
})(ServiceAdditionalInfo || (ServiceAdditionalInfo = {}));
|
|
599
|
-
export var Service;
|
|
600
|
-
(function (Service) {
|
|
601
|
-
Service.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
602
|
-
})(Service || (Service = {}));
|
|
603
|
-
export var Finding;
|
|
604
|
-
(function (Finding) {
|
|
605
|
-
Finding.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
606
|
-
})(Finding || (Finding = {}));
|
|
607
|
-
export var FindingStatistics;
|
|
608
|
-
(function (FindingStatistics) {
|
|
609
|
-
FindingStatistics.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
610
|
-
})(FindingStatistics || (FindingStatistics = {}));
|
|
611
130
|
export var FindingStatisticType;
|
|
612
131
|
(function (FindingStatisticType) {
|
|
613
132
|
FindingStatisticType["COUNT_BY_SEVERITY"] = "COUNT_BY_SEVERITY";
|
|
614
133
|
})(FindingStatisticType || (FindingStatisticType = {}));
|
|
615
|
-
export var GetAdministratorAccountRequest;
|
|
616
|
-
(function (GetAdministratorAccountRequest) {
|
|
617
|
-
GetAdministratorAccountRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
618
|
-
})(GetAdministratorAccountRequest || (GetAdministratorAccountRequest = {}));
|
|
619
|
-
export var GetAdministratorAccountResponse;
|
|
620
|
-
(function (GetAdministratorAccountResponse) {
|
|
621
|
-
GetAdministratorAccountResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
622
|
-
})(GetAdministratorAccountResponse || (GetAdministratorAccountResponse = {}));
|
|
623
|
-
export var GetDetectorRequest;
|
|
624
|
-
(function (GetDetectorRequest) {
|
|
625
|
-
GetDetectorRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
626
|
-
})(GetDetectorRequest || (GetDetectorRequest = {}));
|
|
627
|
-
export var GetDetectorResponse;
|
|
628
|
-
(function (GetDetectorResponse) {
|
|
629
|
-
GetDetectorResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
630
|
-
})(GetDetectorResponse || (GetDetectorResponse = {}));
|
|
631
|
-
export var GetFilterRequest;
|
|
632
|
-
(function (GetFilterRequest) {
|
|
633
|
-
GetFilterRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
634
|
-
})(GetFilterRequest || (GetFilterRequest = {}));
|
|
635
|
-
export var GetFilterResponse;
|
|
636
|
-
(function (GetFilterResponse) {
|
|
637
|
-
GetFilterResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
638
|
-
})(GetFilterResponse || (GetFilterResponse = {}));
|
|
639
|
-
export var OrderBy;
|
|
640
|
-
(function (OrderBy) {
|
|
641
|
-
OrderBy["ASC"] = "ASC";
|
|
642
|
-
OrderBy["DESC"] = "DESC";
|
|
643
|
-
})(OrderBy || (OrderBy = {}));
|
|
644
|
-
export var SortCriteria;
|
|
645
|
-
(function (SortCriteria) {
|
|
646
|
-
SortCriteria.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
647
|
-
})(SortCriteria || (SortCriteria = {}));
|
|
648
|
-
export var GetFindingsRequest;
|
|
649
|
-
(function (GetFindingsRequest) {
|
|
650
|
-
GetFindingsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
651
|
-
})(GetFindingsRequest || (GetFindingsRequest = {}));
|
|
652
|
-
export var GetFindingsResponse;
|
|
653
|
-
(function (GetFindingsResponse) {
|
|
654
|
-
GetFindingsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
655
|
-
})(GetFindingsResponse || (GetFindingsResponse = {}));
|
|
656
|
-
export var GetFindingsStatisticsRequest;
|
|
657
|
-
(function (GetFindingsStatisticsRequest) {
|
|
658
|
-
GetFindingsStatisticsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
659
|
-
})(GetFindingsStatisticsRequest || (GetFindingsStatisticsRequest = {}));
|
|
660
|
-
export var GetFindingsStatisticsResponse;
|
|
661
|
-
(function (GetFindingsStatisticsResponse) {
|
|
662
|
-
GetFindingsStatisticsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
663
|
-
})(GetFindingsStatisticsResponse || (GetFindingsStatisticsResponse = {}));
|
|
664
|
-
export var GetInvitationsCountRequest;
|
|
665
|
-
(function (GetInvitationsCountRequest) {
|
|
666
|
-
GetInvitationsCountRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
667
|
-
})(GetInvitationsCountRequest || (GetInvitationsCountRequest = {}));
|
|
668
|
-
export var GetInvitationsCountResponse;
|
|
669
|
-
(function (GetInvitationsCountResponse) {
|
|
670
|
-
GetInvitationsCountResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
671
|
-
})(GetInvitationsCountResponse || (GetInvitationsCountResponse = {}));
|
|
672
|
-
export var GetIPSetRequest;
|
|
673
|
-
(function (GetIPSetRequest) {
|
|
674
|
-
GetIPSetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
675
|
-
})(GetIPSetRequest || (GetIPSetRequest = {}));
|
|
676
134
|
export var IpSetStatus;
|
|
677
135
|
(function (IpSetStatus) {
|
|
678
136
|
IpSetStatus["ACTIVATING"] = "ACTIVATING";
|
|
@@ -683,58 +141,10 @@ export var IpSetStatus;
|
|
|
683
141
|
IpSetStatus["ERROR"] = "ERROR";
|
|
684
142
|
IpSetStatus["INACTIVE"] = "INACTIVE";
|
|
685
143
|
})(IpSetStatus || (IpSetStatus = {}));
|
|
686
|
-
export var
|
|
687
|
-
(function (
|
|
688
|
-
|
|
689
|
-
})(
|
|
690
|
-
export var GetMasterAccountRequest;
|
|
691
|
-
(function (GetMasterAccountRequest) {
|
|
692
|
-
GetMasterAccountRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
693
|
-
})(GetMasterAccountRequest || (GetMasterAccountRequest = {}));
|
|
694
|
-
export var Master;
|
|
695
|
-
(function (Master) {
|
|
696
|
-
Master.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
697
|
-
})(Master || (Master = {}));
|
|
698
|
-
export var GetMasterAccountResponse;
|
|
699
|
-
(function (GetMasterAccountResponse) {
|
|
700
|
-
GetMasterAccountResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
701
|
-
})(GetMasterAccountResponse || (GetMasterAccountResponse = {}));
|
|
702
|
-
export var GetMemberDetectorsRequest;
|
|
703
|
-
(function (GetMemberDetectorsRequest) {
|
|
704
|
-
GetMemberDetectorsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
705
|
-
})(GetMemberDetectorsRequest || (GetMemberDetectorsRequest = {}));
|
|
706
|
-
export var MemberDataSourceConfiguration;
|
|
707
|
-
(function (MemberDataSourceConfiguration) {
|
|
708
|
-
MemberDataSourceConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
709
|
-
})(MemberDataSourceConfiguration || (MemberDataSourceConfiguration = {}));
|
|
710
|
-
export var GetMemberDetectorsResponse;
|
|
711
|
-
(function (GetMemberDetectorsResponse) {
|
|
712
|
-
GetMemberDetectorsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
713
|
-
})(GetMemberDetectorsResponse || (GetMemberDetectorsResponse = {}));
|
|
714
|
-
export var GetMembersRequest;
|
|
715
|
-
(function (GetMembersRequest) {
|
|
716
|
-
GetMembersRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
717
|
-
})(GetMembersRequest || (GetMembersRequest = {}));
|
|
718
|
-
export var Member;
|
|
719
|
-
(function (Member) {
|
|
720
|
-
Member.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
721
|
-
})(Member || (Member = {}));
|
|
722
|
-
export var GetMembersResponse;
|
|
723
|
-
(function (GetMembersResponse) {
|
|
724
|
-
GetMembersResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
725
|
-
})(GetMembersResponse || (GetMembersResponse = {}));
|
|
726
|
-
export var GetRemainingFreeTrialDaysRequest;
|
|
727
|
-
(function (GetRemainingFreeTrialDaysRequest) {
|
|
728
|
-
GetRemainingFreeTrialDaysRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
729
|
-
})(GetRemainingFreeTrialDaysRequest || (GetRemainingFreeTrialDaysRequest = {}));
|
|
730
|
-
export var GetRemainingFreeTrialDaysResponse;
|
|
731
|
-
(function (GetRemainingFreeTrialDaysResponse) {
|
|
732
|
-
GetRemainingFreeTrialDaysResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
733
|
-
})(GetRemainingFreeTrialDaysResponse || (GetRemainingFreeTrialDaysResponse = {}));
|
|
734
|
-
export var GetThreatIntelSetRequest;
|
|
735
|
-
(function (GetThreatIntelSetRequest) {
|
|
736
|
-
GetThreatIntelSetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
737
|
-
})(GetThreatIntelSetRequest || (GetThreatIntelSetRequest = {}));
|
|
144
|
+
export var ScanCriterionKey;
|
|
145
|
+
(function (ScanCriterionKey) {
|
|
146
|
+
ScanCriterionKey["EC2_INSTANCE_TAG"] = "EC2_INSTANCE_TAG";
|
|
147
|
+
})(ScanCriterionKey || (ScanCriterionKey = {}));
|
|
738
148
|
export var ThreatIntelSetStatus;
|
|
739
149
|
(function (ThreatIntelSetStatus) {
|
|
740
150
|
ThreatIntelSetStatus["ACTIVATING"] = "ACTIVATING";
|
|
@@ -745,14 +155,6 @@ export var ThreatIntelSetStatus;
|
|
|
745
155
|
ThreatIntelSetStatus["ERROR"] = "ERROR";
|
|
746
156
|
ThreatIntelSetStatus["INACTIVE"] = "INACTIVE";
|
|
747
157
|
})(ThreatIntelSetStatus || (ThreatIntelSetStatus = {}));
|
|
748
|
-
export var GetThreatIntelSetResponse;
|
|
749
|
-
(function (GetThreatIntelSetResponse) {
|
|
750
|
-
GetThreatIntelSetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
751
|
-
})(GetThreatIntelSetResponse || (GetThreatIntelSetResponse = {}));
|
|
752
|
-
export var UsageCriteria;
|
|
753
|
-
(function (UsageCriteria) {
|
|
754
|
-
UsageCriteria.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
755
|
-
})(UsageCriteria || (UsageCriteria = {}));
|
|
756
158
|
export var UsageStatisticType;
|
|
757
159
|
(function (UsageStatisticType) {
|
|
758
160
|
UsageStatisticType["SUM_BY_ACCOUNT"] = "SUM_BY_ACCOUNT";
|
|
@@ -760,243 +162,260 @@ export var UsageStatisticType;
|
|
|
760
162
|
UsageStatisticType["SUM_BY_RESOURCE"] = "SUM_BY_RESOURCE";
|
|
761
163
|
UsageStatisticType["TOP_RESOURCES"] = "TOP_RESOURCES";
|
|
762
164
|
})(UsageStatisticType || (UsageStatisticType = {}));
|
|
763
|
-
export var
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
export var
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
export var
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
export var
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
export var
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
export var
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
export var
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
export var
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
export var
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
export var
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
export var
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
export var
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
export var
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
export var
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
export var
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
export var
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
export var
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
export var
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
export var
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
export var
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
export var
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
export var
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
export var
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
export var
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
export var
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
export var
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
export var
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
export var
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
export var
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
export var
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
export var
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
export var
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
export var
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
export var
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
export var
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
export var
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
export var
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
export var
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
export var
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
export var
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
export var
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
export var
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
export var
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
export var
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
export var
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
export var
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
export var
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
export var
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
export var
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
export var
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
export var
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
export var
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
export var
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
export var
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
export var
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
export var
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
export var
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
export var
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
export var
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
export var
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
165
|
+
export var AcceptAdministratorInvitationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
166
|
+
export var AcceptAdministratorInvitationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
167
|
+
export var AcceptInvitationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
168
|
+
export var AcceptInvitationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
169
|
+
export var AccessControlListFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
170
|
+
export var AccessKeyDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
171
|
+
export var AccountDetailFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
172
|
+
export var DataSourceFreeTrialFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
173
|
+
export var KubernetesDataSourceFreeTrialFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
174
|
+
export var MalwareProtectionDataSourceFreeTrialFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
175
|
+
export var DataSourcesFreeTrialFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
176
|
+
export var AccountFreeTrialInfoFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
177
|
+
export var BlockPublicAccessFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
178
|
+
export var AccountLevelPermissionsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
179
|
+
export var DomainDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
180
|
+
export var RemoteAccountDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
181
|
+
export var CityFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
182
|
+
export var CountryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
183
|
+
export var GeoLocationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
184
|
+
export var OrganizationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
185
|
+
export var RemoteIpDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
186
|
+
export var AwsApiCallActionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
187
|
+
export var DnsRequestActionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
188
|
+
export var KubernetesApiCallActionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
189
|
+
export var LocalIpDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
190
|
+
export var LocalPortDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
191
|
+
export var RemotePortDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
192
|
+
export var NetworkConnectionActionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
193
|
+
export var PortProbeDetailFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
194
|
+
export var PortProbeActionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
195
|
+
export var ActionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
196
|
+
export var AdminAccountFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
197
|
+
export var AdministratorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
198
|
+
export var ArchiveFindingsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
199
|
+
export var ArchiveFindingsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
200
|
+
export var BucketPolicyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
201
|
+
export var BucketLevelPermissionsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
202
|
+
export var CloudTrailConfigurationResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
203
|
+
export var ConditionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
204
|
+
export var SecurityContextFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
205
|
+
export var VolumeMountFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
206
|
+
export var ContainerFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
207
|
+
export var KubernetesAuditLogsConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
208
|
+
export var KubernetesConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
209
|
+
export var ScanEc2InstanceWithFindingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
210
|
+
export var MalwareProtectionConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
211
|
+
export var S3LogsConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
212
|
+
export var DataSourceConfigurationsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
213
|
+
export var CreateDetectorRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
214
|
+
export var CreateDetectorResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
215
|
+
export var FindingCriteriaFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
216
|
+
export var CreateFilterRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
217
|
+
export var CreateFilterResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
218
|
+
export var CreateIPSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
219
|
+
export var CreateIPSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
220
|
+
export var CreateMembersRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
221
|
+
export var UnprocessedAccountFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
222
|
+
export var CreateMembersResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
223
|
+
export var DestinationPropertiesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
224
|
+
export var CreatePublishingDestinationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
225
|
+
export var CreatePublishingDestinationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
226
|
+
export var CreateSampleFindingsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
227
|
+
export var CreateSampleFindingsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
228
|
+
export var CreateThreatIntelSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
229
|
+
export var CreateThreatIntelSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
230
|
+
export var DNSLogsConfigurationResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
231
|
+
export var FlowLogsConfigurationResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
232
|
+
export var KubernetesAuditLogsConfigurationResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
233
|
+
export var KubernetesConfigurationResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
234
|
+
export var EbsVolumesResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
235
|
+
export var ScanEc2InstanceWithFindingsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
236
|
+
export var MalwareProtectionConfigurationResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
237
|
+
export var S3LogsConfigurationResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
238
|
+
export var DataSourceConfigurationsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
239
|
+
export var DeclineInvitationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
240
|
+
export var DeclineInvitationsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
241
|
+
export var DefaultServerSideEncryptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
242
|
+
export var DeleteDetectorRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
243
|
+
export var DeleteDetectorResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
244
|
+
export var DeleteFilterRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
245
|
+
export var DeleteFilterResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
246
|
+
export var DeleteInvitationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
247
|
+
export var DeleteInvitationsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
248
|
+
export var DeleteIPSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
249
|
+
export var DeleteIPSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
250
|
+
export var DeleteMembersRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
251
|
+
export var DeleteMembersResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
252
|
+
export var DeletePublishingDestinationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
253
|
+
export var DeletePublishingDestinationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
254
|
+
export var DeleteThreatIntelSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
255
|
+
export var DeleteThreatIntelSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
256
|
+
export var FilterConditionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
257
|
+
export var FilterCriterionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
258
|
+
export var FilterCriteriaFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
259
|
+
export var SortCriteriaFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
260
|
+
export var DescribeMalwareScansRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
261
|
+
export var VolumeDetailFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
262
|
+
export var ResourceDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
263
|
+
export var ScanResultDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
264
|
+
export var TriggerDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
265
|
+
export var ScanFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
266
|
+
export var DescribeMalwareScansResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
267
|
+
export var DescribeOrganizationConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
268
|
+
export var OrganizationKubernetesAuditLogsConfigurationResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
269
|
+
export var OrganizationKubernetesConfigurationResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
270
|
+
export var OrganizationEbsVolumesResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
271
|
+
export var OrganizationScanEc2InstanceWithFindingsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
272
|
+
export var OrganizationMalwareProtectionConfigurationResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
273
|
+
export var OrganizationS3LogsConfigurationResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
274
|
+
export var OrganizationDataSourceConfigurationsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
275
|
+
export var DescribeOrganizationConfigurationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
276
|
+
export var DescribePublishingDestinationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
277
|
+
export var DescribePublishingDestinationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
278
|
+
export var DestinationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
279
|
+
export var DisableOrganizationAdminAccountRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
280
|
+
export var DisableOrganizationAdminAccountResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
281
|
+
export var DisassociateFromAdministratorAccountRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
282
|
+
export var DisassociateFromAdministratorAccountResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
283
|
+
export var DisassociateFromMasterAccountRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
284
|
+
export var DisassociateFromMasterAccountResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
285
|
+
export var DisassociateMembersRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
286
|
+
export var DisassociateMembersResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
287
|
+
export var EbsVolumeDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
288
|
+
export var HighestSeverityThreatDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
289
|
+
export var ScannedItemCountFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
290
|
+
export var ScanFilePathFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
291
|
+
export var ScanThreatNameFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
292
|
+
export var ThreatDetectedByNameFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
293
|
+
export var ThreatsDetectedItemCountFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
294
|
+
export var ScanDetectionsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
295
|
+
export var EbsVolumeScanDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
296
|
+
export var TagFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
297
|
+
export var HostPathFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
298
|
+
export var VolumeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
299
|
+
export var EcsTaskDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
300
|
+
export var EcsClusterDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
301
|
+
export var EksClusterDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
302
|
+
export var EnableOrganizationAdminAccountRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
303
|
+
export var EnableOrganizationAdminAccountResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
304
|
+
export var ThreatIntelligenceDetailFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
305
|
+
export var EvidenceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
306
|
+
export var IamInstanceProfileFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
307
|
+
export var PrivateIpAddressDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
308
|
+
export var SecurityGroupFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
309
|
+
export var NetworkInterfaceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
310
|
+
export var ProductCodeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
311
|
+
export var InstanceDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
312
|
+
export var KubernetesUserDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
313
|
+
export var KubernetesWorkloadDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
314
|
+
export var KubernetesDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
315
|
+
export var OwnerFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
316
|
+
export var PermissionConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
317
|
+
export var PublicAccessFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
318
|
+
export var S3BucketDetailFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
319
|
+
export var ResourceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
320
|
+
export var ServiceAdditionalInfoFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
321
|
+
export var ServiceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
322
|
+
export var FindingFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
323
|
+
export var FindingStatisticsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
324
|
+
export var GetAdministratorAccountRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
325
|
+
export var GetAdministratorAccountResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
326
|
+
export var GetDetectorRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
327
|
+
export var GetDetectorResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
328
|
+
export var GetFilterRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
329
|
+
export var GetFilterResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
330
|
+
export var GetFindingsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
331
|
+
export var GetFindingsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
332
|
+
export var GetFindingsStatisticsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
333
|
+
export var GetFindingsStatisticsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
334
|
+
export var GetInvitationsCountRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
335
|
+
export var GetInvitationsCountResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
336
|
+
export var GetIPSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
337
|
+
export var GetIPSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
338
|
+
export var GetMalwareScanSettingsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
339
|
+
export var ScanConditionPairFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
340
|
+
export var ScanConditionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
341
|
+
export var ScanResourceCriteriaFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
342
|
+
export var GetMalwareScanSettingsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
343
|
+
export var GetMasterAccountRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
344
|
+
export var MasterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
345
|
+
export var GetMasterAccountResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
346
|
+
export var GetMemberDetectorsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
347
|
+
export var MemberDataSourceConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
348
|
+
export var GetMemberDetectorsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
349
|
+
export var GetMembersRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
350
|
+
export var MemberFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
351
|
+
export var GetMembersResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
352
|
+
export var GetRemainingFreeTrialDaysRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
353
|
+
export var GetRemainingFreeTrialDaysResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
354
|
+
export var GetThreatIntelSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
355
|
+
export var GetThreatIntelSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
356
|
+
export var UsageCriteriaFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
357
|
+
export var GetUsageStatisticsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
358
|
+
export var TotalFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
359
|
+
export var UsageAccountResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
360
|
+
export var UsageDataSourceResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
361
|
+
export var UsageResourceResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
362
|
+
export var UsageStatisticsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
363
|
+
export var GetUsageStatisticsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
364
|
+
export var InviteMembersRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
365
|
+
export var InviteMembersResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
366
|
+
export var ListDetectorsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
367
|
+
export var ListDetectorsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
368
|
+
export var ListFiltersRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
369
|
+
export var ListFiltersResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
370
|
+
export var ListFindingsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
371
|
+
export var ListFindingsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
372
|
+
export var ListInvitationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
373
|
+
export var InvitationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
374
|
+
export var ListInvitationsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
375
|
+
export var ListIPSetsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
376
|
+
export var ListIPSetsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
377
|
+
export var ListMembersRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
378
|
+
export var ListMembersResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
379
|
+
export var ListOrganizationAdminAccountsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
380
|
+
export var ListOrganizationAdminAccountsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
381
|
+
export var ListPublishingDestinationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
382
|
+
export var ListPublishingDestinationsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
383
|
+
export var ListTagsForResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
384
|
+
export var ListTagsForResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
385
|
+
export var ListThreatIntelSetsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
386
|
+
export var ListThreatIntelSetsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
387
|
+
export var StartMonitoringMembersRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
388
|
+
export var StartMonitoringMembersResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
389
|
+
export var StopMonitoringMembersRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
390
|
+
export var StopMonitoringMembersResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
391
|
+
export var TagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
392
|
+
export var TagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
393
|
+
export var UnarchiveFindingsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
394
|
+
export var UnarchiveFindingsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
395
|
+
export var UntagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
396
|
+
export var UntagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
397
|
+
export var UpdateDetectorRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
398
|
+
export var UpdateDetectorResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
399
|
+
export var UpdateFilterRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
400
|
+
export var UpdateFilterResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
401
|
+
export var UpdateFindingsFeedbackRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
402
|
+
export var UpdateFindingsFeedbackResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
403
|
+
export var UpdateIPSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
404
|
+
export var UpdateIPSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
405
|
+
export var UpdateMalwareScanSettingsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
406
|
+
export var UpdateMalwareScanSettingsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
407
|
+
export var UpdateMemberDetectorsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
408
|
+
export var UpdateMemberDetectorsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
409
|
+
export var OrganizationKubernetesAuditLogsConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
410
|
+
export var OrganizationKubernetesConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
411
|
+
export var OrganizationEbsVolumesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
412
|
+
export var OrganizationScanEc2InstanceWithFindingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
413
|
+
export var OrganizationMalwareProtectionConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
414
|
+
export var OrganizationS3LogsConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
415
|
+
export var OrganizationDataSourceConfigurationsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
416
|
+
export var UpdateOrganizationConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
417
|
+
export var UpdateOrganizationConfigurationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
418
|
+
export var UpdatePublishingDestinationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
419
|
+
export var UpdatePublishingDestinationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
420
|
+
export var UpdateThreatIntelSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
421
|
+
export var UpdateThreatIntelSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|