@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
|
@@ -8,16 +8,8 @@ export interface AcceptAdministratorInvitationRequest {
|
|
|
8
8
|
|
|
9
9
|
InvitationId: string | undefined;
|
|
10
10
|
}
|
|
11
|
-
export declare namespace AcceptAdministratorInvitationRequest {
|
|
12
|
-
|
|
13
|
-
const filterSensitiveLog: (obj: AcceptAdministratorInvitationRequest) => any;
|
|
14
|
-
}
|
|
15
11
|
export interface AcceptAdministratorInvitationResponse {
|
|
16
12
|
}
|
|
17
|
-
export declare namespace AcceptAdministratorInvitationResponse {
|
|
18
|
-
|
|
19
|
-
const filterSensitiveLog: (obj: AcceptAdministratorInvitationResponse) => any;
|
|
20
|
-
}
|
|
21
13
|
|
|
22
14
|
export declare class BadRequestException extends __BaseException {
|
|
23
15
|
readonly name: "BadRequestException";
|
|
@@ -48,16 +40,8 @@ export interface AcceptInvitationRequest {
|
|
|
48
40
|
|
|
49
41
|
InvitationId: string | undefined;
|
|
50
42
|
}
|
|
51
|
-
export declare namespace AcceptInvitationRequest {
|
|
52
|
-
|
|
53
|
-
const filterSensitiveLog: (obj: AcceptInvitationRequest) => any;
|
|
54
|
-
}
|
|
55
43
|
export interface AcceptInvitationResponse {
|
|
56
44
|
}
|
|
57
|
-
export declare namespace AcceptInvitationResponse {
|
|
58
|
-
|
|
59
|
-
const filterSensitiveLog: (obj: AcceptInvitationResponse) => any;
|
|
60
|
-
}
|
|
61
45
|
|
|
62
46
|
export interface AccessControlList {
|
|
63
47
|
|
|
@@ -65,10 +49,6 @@ export interface AccessControlList {
|
|
|
65
49
|
|
|
66
50
|
AllowsPublicWriteAccess?: boolean;
|
|
67
51
|
}
|
|
68
|
-
export declare namespace AccessControlList {
|
|
69
|
-
|
|
70
|
-
const filterSensitiveLog: (obj: AccessControlList) => any;
|
|
71
|
-
}
|
|
72
52
|
|
|
73
53
|
export interface AccessKeyDetails {
|
|
74
54
|
|
|
@@ -80,10 +60,6 @@ export interface AccessKeyDetails {
|
|
|
80
60
|
|
|
81
61
|
UserType?: string;
|
|
82
62
|
}
|
|
83
|
-
export declare namespace AccessKeyDetails {
|
|
84
|
-
|
|
85
|
-
const filterSensitiveLog: (obj: AccessKeyDetails) => any;
|
|
86
|
-
}
|
|
87
63
|
|
|
88
64
|
export interface AccountDetail {
|
|
89
65
|
|
|
@@ -91,27 +67,20 @@ export interface AccountDetail {
|
|
|
91
67
|
|
|
92
68
|
Email: string | undefined;
|
|
93
69
|
}
|
|
94
|
-
export declare namespace AccountDetail {
|
|
95
|
-
|
|
96
|
-
const filterSensitiveLog: (obj: AccountDetail) => any;
|
|
97
|
-
}
|
|
98
70
|
|
|
99
71
|
export interface DataSourceFreeTrial {
|
|
100
72
|
|
|
101
73
|
FreeTrialDaysRemaining?: number;
|
|
102
74
|
}
|
|
103
|
-
export declare namespace DataSourceFreeTrial {
|
|
104
|
-
|
|
105
|
-
const filterSensitiveLog: (obj: DataSourceFreeTrial) => any;
|
|
106
|
-
}
|
|
107
75
|
|
|
108
76
|
export interface KubernetesDataSourceFreeTrial {
|
|
109
77
|
|
|
110
78
|
AuditLogs?: DataSourceFreeTrial;
|
|
111
79
|
}
|
|
112
|
-
|
|
80
|
+
|
|
81
|
+
export interface MalwareProtectionDataSourceFreeTrial {
|
|
113
82
|
|
|
114
|
-
|
|
83
|
+
ScanEc2InstanceWithFindings?: DataSourceFreeTrial;
|
|
115
84
|
}
|
|
116
85
|
|
|
117
86
|
export interface DataSourcesFreeTrial {
|
|
@@ -125,10 +94,8 @@ export interface DataSourcesFreeTrial {
|
|
|
125
94
|
S3Logs?: DataSourceFreeTrial;
|
|
126
95
|
|
|
127
96
|
Kubernetes?: KubernetesDataSourceFreeTrial;
|
|
128
|
-
}
|
|
129
|
-
export declare namespace DataSourcesFreeTrial {
|
|
130
97
|
|
|
131
|
-
|
|
98
|
+
MalwareProtection?: MalwareProtectionDataSourceFreeTrial;
|
|
132
99
|
}
|
|
133
100
|
|
|
134
101
|
export interface AccountFreeTrialInfo {
|
|
@@ -137,10 +104,6 @@ export interface AccountFreeTrialInfo {
|
|
|
137
104
|
|
|
138
105
|
DataSources?: DataSourcesFreeTrial;
|
|
139
106
|
}
|
|
140
|
-
export declare namespace AccountFreeTrialInfo {
|
|
141
|
-
|
|
142
|
-
const filterSensitiveLog: (obj: AccountFreeTrialInfo) => any;
|
|
143
|
-
}
|
|
144
107
|
|
|
145
108
|
export interface BlockPublicAccess {
|
|
146
109
|
|
|
@@ -152,28 +115,16 @@ export interface BlockPublicAccess {
|
|
|
152
115
|
|
|
153
116
|
BlockPublicPolicy?: boolean;
|
|
154
117
|
}
|
|
155
|
-
export declare namespace BlockPublicAccess {
|
|
156
|
-
|
|
157
|
-
const filterSensitiveLog: (obj: BlockPublicAccess) => any;
|
|
158
|
-
}
|
|
159
118
|
|
|
160
119
|
export interface AccountLevelPermissions {
|
|
161
120
|
|
|
162
121
|
BlockPublicAccess?: BlockPublicAccess;
|
|
163
122
|
}
|
|
164
|
-
export declare namespace AccountLevelPermissions {
|
|
165
|
-
|
|
166
|
-
const filterSensitiveLog: (obj: AccountLevelPermissions) => any;
|
|
167
|
-
}
|
|
168
123
|
|
|
169
124
|
export interface DomainDetails {
|
|
170
125
|
|
|
171
126
|
Domain?: string;
|
|
172
127
|
}
|
|
173
|
-
export declare namespace DomainDetails {
|
|
174
|
-
|
|
175
|
-
const filterSensitiveLog: (obj: DomainDetails) => any;
|
|
176
|
-
}
|
|
177
128
|
|
|
178
129
|
export interface RemoteAccountDetails {
|
|
179
130
|
|
|
@@ -181,19 +132,11 @@ export interface RemoteAccountDetails {
|
|
|
181
132
|
|
|
182
133
|
Affiliated?: boolean;
|
|
183
134
|
}
|
|
184
|
-
export declare namespace RemoteAccountDetails {
|
|
185
|
-
|
|
186
|
-
const filterSensitiveLog: (obj: RemoteAccountDetails) => any;
|
|
187
|
-
}
|
|
188
135
|
|
|
189
136
|
export interface City {
|
|
190
137
|
|
|
191
138
|
CityName?: string;
|
|
192
139
|
}
|
|
193
|
-
export declare namespace City {
|
|
194
|
-
|
|
195
|
-
const filterSensitiveLog: (obj: City) => any;
|
|
196
|
-
}
|
|
197
140
|
|
|
198
141
|
export interface Country {
|
|
199
142
|
|
|
@@ -201,10 +144,6 @@ export interface Country {
|
|
|
201
144
|
|
|
202
145
|
CountryName?: string;
|
|
203
146
|
}
|
|
204
|
-
export declare namespace Country {
|
|
205
|
-
|
|
206
|
-
const filterSensitiveLog: (obj: Country) => any;
|
|
207
|
-
}
|
|
208
147
|
|
|
209
148
|
export interface GeoLocation {
|
|
210
149
|
|
|
@@ -212,10 +151,6 @@ export interface GeoLocation {
|
|
|
212
151
|
|
|
213
152
|
Lon?: number;
|
|
214
153
|
}
|
|
215
|
-
export declare namespace GeoLocation {
|
|
216
|
-
|
|
217
|
-
const filterSensitiveLog: (obj: GeoLocation) => any;
|
|
218
|
-
}
|
|
219
154
|
|
|
220
155
|
export interface Organization {
|
|
221
156
|
|
|
@@ -227,10 +162,6 @@ export interface Organization {
|
|
|
227
162
|
|
|
228
163
|
Org?: string;
|
|
229
164
|
}
|
|
230
|
-
export declare namespace Organization {
|
|
231
|
-
|
|
232
|
-
const filterSensitiveLog: (obj: Organization) => any;
|
|
233
|
-
}
|
|
234
165
|
|
|
235
166
|
export interface RemoteIpDetails {
|
|
236
167
|
|
|
@@ -244,10 +175,6 @@ export interface RemoteIpDetails {
|
|
|
244
175
|
|
|
245
176
|
Organization?: Organization;
|
|
246
177
|
}
|
|
247
|
-
export declare namespace RemoteIpDetails {
|
|
248
|
-
|
|
249
|
-
const filterSensitiveLog: (obj: RemoteIpDetails) => any;
|
|
250
|
-
}
|
|
251
178
|
|
|
252
179
|
export interface AwsApiCallAction {
|
|
253
180
|
|
|
@@ -269,10 +196,6 @@ export interface AwsApiCallAction {
|
|
|
269
196
|
|
|
270
197
|
AffectedResources?: Record<string, string>;
|
|
271
198
|
}
|
|
272
|
-
export declare namespace AwsApiCallAction {
|
|
273
|
-
|
|
274
|
-
const filterSensitiveLog: (obj: AwsApiCallAction) => any;
|
|
275
|
-
}
|
|
276
199
|
|
|
277
200
|
export interface DnsRequestAction {
|
|
278
201
|
|
|
@@ -282,10 +205,6 @@ export interface DnsRequestAction {
|
|
|
282
205
|
|
|
283
206
|
Blocked?: boolean;
|
|
284
207
|
}
|
|
285
|
-
export declare namespace DnsRequestAction {
|
|
286
|
-
|
|
287
|
-
const filterSensitiveLog: (obj: DnsRequestAction) => any;
|
|
288
|
-
}
|
|
289
208
|
|
|
290
209
|
export interface KubernetesApiCallAction {
|
|
291
210
|
|
|
@@ -303,19 +222,11 @@ export interface KubernetesApiCallAction {
|
|
|
303
222
|
|
|
304
223
|
Parameters?: string;
|
|
305
224
|
}
|
|
306
|
-
export declare namespace KubernetesApiCallAction {
|
|
307
|
-
|
|
308
|
-
const filterSensitiveLog: (obj: KubernetesApiCallAction) => any;
|
|
309
|
-
}
|
|
310
225
|
|
|
311
226
|
export interface LocalIpDetails {
|
|
312
227
|
|
|
313
228
|
IpAddressV4?: string;
|
|
314
229
|
}
|
|
315
|
-
export declare namespace LocalIpDetails {
|
|
316
|
-
|
|
317
|
-
const filterSensitiveLog: (obj: LocalIpDetails) => any;
|
|
318
|
-
}
|
|
319
230
|
|
|
320
231
|
export interface LocalPortDetails {
|
|
321
232
|
|
|
@@ -323,10 +234,6 @@ export interface LocalPortDetails {
|
|
|
323
234
|
|
|
324
235
|
PortName?: string;
|
|
325
236
|
}
|
|
326
|
-
export declare namespace LocalPortDetails {
|
|
327
|
-
|
|
328
|
-
const filterSensitiveLog: (obj: LocalPortDetails) => any;
|
|
329
|
-
}
|
|
330
237
|
|
|
331
238
|
export interface RemotePortDetails {
|
|
332
239
|
|
|
@@ -334,10 +241,6 @@ export interface RemotePortDetails {
|
|
|
334
241
|
|
|
335
242
|
PortName?: string;
|
|
336
243
|
}
|
|
337
|
-
export declare namespace RemotePortDetails {
|
|
338
|
-
|
|
339
|
-
const filterSensitiveLog: (obj: RemotePortDetails) => any;
|
|
340
|
-
}
|
|
341
244
|
|
|
342
245
|
export interface NetworkConnectionAction {
|
|
343
246
|
|
|
@@ -355,10 +258,6 @@ export interface NetworkConnectionAction {
|
|
|
355
258
|
|
|
356
259
|
RemotePortDetails?: RemotePortDetails;
|
|
357
260
|
}
|
|
358
|
-
export declare namespace NetworkConnectionAction {
|
|
359
|
-
|
|
360
|
-
const filterSensitiveLog: (obj: NetworkConnectionAction) => any;
|
|
361
|
-
}
|
|
362
261
|
|
|
363
262
|
export interface PortProbeDetail {
|
|
364
263
|
|
|
@@ -368,10 +267,6 @@ export interface PortProbeDetail {
|
|
|
368
267
|
|
|
369
268
|
RemoteIpDetails?: RemoteIpDetails;
|
|
370
269
|
}
|
|
371
|
-
export declare namespace PortProbeDetail {
|
|
372
|
-
|
|
373
|
-
const filterSensitiveLog: (obj: PortProbeDetail) => any;
|
|
374
|
-
}
|
|
375
270
|
|
|
376
271
|
export interface PortProbeAction {
|
|
377
272
|
|
|
@@ -379,10 +274,6 @@ export interface PortProbeAction {
|
|
|
379
274
|
|
|
380
275
|
PortProbeDetails?: PortProbeDetail[];
|
|
381
276
|
}
|
|
382
|
-
export declare namespace PortProbeAction {
|
|
383
|
-
|
|
384
|
-
const filterSensitiveLog: (obj: PortProbeAction) => any;
|
|
385
|
-
}
|
|
386
277
|
|
|
387
278
|
export interface Action {
|
|
388
279
|
|
|
@@ -398,10 +289,6 @@ export interface Action {
|
|
|
398
289
|
|
|
399
290
|
KubernetesApiCallAction?: KubernetesApiCallAction;
|
|
400
291
|
}
|
|
401
|
-
export declare namespace Action {
|
|
402
|
-
|
|
403
|
-
const filterSensitiveLog: (obj: Action) => any;
|
|
404
|
-
}
|
|
405
292
|
export declare enum AdminStatus {
|
|
406
293
|
DISABLE_IN_PROGRESS = "DISABLE_IN_PROGRESS",
|
|
407
294
|
ENABLED = "ENABLED"
|
|
@@ -413,10 +300,6 @@ export interface AdminAccount {
|
|
|
413
300
|
|
|
414
301
|
AdminStatus?: AdminStatus | string;
|
|
415
302
|
}
|
|
416
|
-
export declare namespace AdminAccount {
|
|
417
|
-
|
|
418
|
-
const filterSensitiveLog: (obj: AdminAccount) => any;
|
|
419
|
-
}
|
|
420
303
|
|
|
421
304
|
export interface Administrator {
|
|
422
305
|
|
|
@@ -428,26 +311,14 @@ export interface Administrator {
|
|
|
428
311
|
|
|
429
312
|
InvitedAt?: string;
|
|
430
313
|
}
|
|
431
|
-
export declare namespace Administrator {
|
|
432
|
-
|
|
433
|
-
const filterSensitiveLog: (obj: Administrator) => any;
|
|
434
|
-
}
|
|
435
314
|
export interface ArchiveFindingsRequest {
|
|
436
315
|
|
|
437
316
|
DetectorId: string | undefined;
|
|
438
317
|
|
|
439
318
|
FindingIds: string[] | undefined;
|
|
440
319
|
}
|
|
441
|
-
export declare namespace ArchiveFindingsRequest {
|
|
442
|
-
|
|
443
|
-
const filterSensitiveLog: (obj: ArchiveFindingsRequest) => any;
|
|
444
|
-
}
|
|
445
320
|
export interface ArchiveFindingsResponse {
|
|
446
321
|
}
|
|
447
|
-
export declare namespace ArchiveFindingsResponse {
|
|
448
|
-
|
|
449
|
-
const filterSensitiveLog: (obj: ArchiveFindingsResponse) => any;
|
|
450
|
-
}
|
|
451
322
|
|
|
452
323
|
export interface BucketPolicy {
|
|
453
324
|
|
|
@@ -455,10 +326,6 @@ export interface BucketPolicy {
|
|
|
455
326
|
|
|
456
327
|
AllowsPublicWriteAccess?: boolean;
|
|
457
328
|
}
|
|
458
|
-
export declare namespace BucketPolicy {
|
|
459
|
-
|
|
460
|
-
const filterSensitiveLog: (obj: BucketPolicy) => any;
|
|
461
|
-
}
|
|
462
329
|
|
|
463
330
|
export interface BucketLevelPermissions {
|
|
464
331
|
|
|
@@ -468,10 +335,6 @@ export interface BucketLevelPermissions {
|
|
|
468
335
|
|
|
469
336
|
BlockPublicAccess?: BlockPublicAccess;
|
|
470
337
|
}
|
|
471
|
-
export declare namespace BucketLevelPermissions {
|
|
472
|
-
|
|
473
|
-
const filterSensitiveLog: (obj: BucketLevelPermissions) => any;
|
|
474
|
-
}
|
|
475
338
|
export declare enum DataSourceStatus {
|
|
476
339
|
DISABLED = "DISABLED",
|
|
477
340
|
ENABLED = "ENABLED"
|
|
@@ -481,10 +344,6 @@ export interface CloudTrailConfigurationResult {
|
|
|
481
344
|
|
|
482
345
|
Status: DataSourceStatus | string | undefined;
|
|
483
346
|
}
|
|
484
|
-
export declare namespace CloudTrailConfigurationResult {
|
|
485
|
-
|
|
486
|
-
const filterSensitiveLog: (obj: CloudTrailConfigurationResult) => any;
|
|
487
|
-
}
|
|
488
347
|
|
|
489
348
|
export interface Condition {
|
|
490
349
|
|
|
@@ -512,19 +371,11 @@ export interface Condition {
|
|
|
512
371
|
|
|
513
372
|
LessThanOrEqual?: number;
|
|
514
373
|
}
|
|
515
|
-
export declare namespace Condition {
|
|
516
|
-
|
|
517
|
-
const filterSensitiveLog: (obj: Condition) => any;
|
|
518
|
-
}
|
|
519
374
|
|
|
520
375
|
export interface SecurityContext {
|
|
521
376
|
|
|
522
377
|
Privileged?: boolean;
|
|
523
378
|
}
|
|
524
|
-
export declare namespace SecurityContext {
|
|
525
|
-
|
|
526
|
-
const filterSensitiveLog: (obj: SecurityContext) => any;
|
|
527
|
-
}
|
|
528
379
|
|
|
529
380
|
export interface VolumeMount {
|
|
530
381
|
|
|
@@ -532,10 +383,6 @@ export interface VolumeMount {
|
|
|
532
383
|
|
|
533
384
|
MountPath?: string;
|
|
534
385
|
}
|
|
535
|
-
export declare namespace VolumeMount {
|
|
536
|
-
|
|
537
|
-
const filterSensitiveLog: (obj: VolumeMount) => any;
|
|
538
|
-
}
|
|
539
386
|
|
|
540
387
|
export interface Container {
|
|
541
388
|
|
|
@@ -553,36 +400,30 @@ export interface Container {
|
|
|
553
400
|
|
|
554
401
|
SecurityContext?: SecurityContext;
|
|
555
402
|
}
|
|
556
|
-
export declare namespace Container {
|
|
557
|
-
|
|
558
|
-
const filterSensitiveLog: (obj: Container) => any;
|
|
559
|
-
}
|
|
560
403
|
|
|
561
404
|
export interface KubernetesAuditLogsConfiguration {
|
|
562
405
|
|
|
563
406
|
Enable: boolean | undefined;
|
|
564
407
|
}
|
|
565
|
-
export declare namespace KubernetesAuditLogsConfiguration {
|
|
566
|
-
|
|
567
|
-
const filterSensitiveLog: (obj: KubernetesAuditLogsConfiguration) => any;
|
|
568
|
-
}
|
|
569
408
|
|
|
570
409
|
export interface KubernetesConfiguration {
|
|
571
410
|
|
|
572
411
|
AuditLogs: KubernetesAuditLogsConfiguration | undefined;
|
|
573
412
|
}
|
|
574
|
-
|
|
413
|
+
|
|
414
|
+
export interface ScanEc2InstanceWithFindings {
|
|
575
415
|
|
|
576
|
-
|
|
416
|
+
EbsVolumes?: boolean;
|
|
577
417
|
}
|
|
578
418
|
|
|
579
|
-
export interface
|
|
419
|
+
export interface MalwareProtectionConfiguration {
|
|
580
420
|
|
|
581
|
-
|
|
421
|
+
ScanEc2InstanceWithFindings?: ScanEc2InstanceWithFindings;
|
|
582
422
|
}
|
|
583
|
-
|
|
423
|
+
|
|
424
|
+
export interface S3LogsConfiguration {
|
|
584
425
|
|
|
585
|
-
|
|
426
|
+
Enable: boolean | undefined;
|
|
586
427
|
}
|
|
587
428
|
|
|
588
429
|
export interface DataSourceConfigurations {
|
|
@@ -590,10 +431,8 @@ export interface DataSourceConfigurations {
|
|
|
590
431
|
S3Logs?: S3LogsConfiguration;
|
|
591
432
|
|
|
592
433
|
Kubernetes?: KubernetesConfiguration;
|
|
593
|
-
}
|
|
594
|
-
export declare namespace DataSourceConfigurations {
|
|
595
434
|
|
|
596
|
-
|
|
435
|
+
MalwareProtection?: MalwareProtectionConfiguration;
|
|
597
436
|
}
|
|
598
437
|
export declare enum FindingPublishingFrequency {
|
|
599
438
|
FIFTEEN_MINUTES = "FIFTEEN_MINUTES",
|
|
@@ -612,18 +451,10 @@ export interface CreateDetectorRequest {
|
|
|
612
451
|
|
|
613
452
|
Tags?: Record<string, string>;
|
|
614
453
|
}
|
|
615
|
-
export declare namespace CreateDetectorRequest {
|
|
616
|
-
|
|
617
|
-
const filterSensitiveLog: (obj: CreateDetectorRequest) => any;
|
|
618
|
-
}
|
|
619
454
|
export interface CreateDetectorResponse {
|
|
620
455
|
|
|
621
456
|
DetectorId?: string;
|
|
622
457
|
}
|
|
623
|
-
export declare namespace CreateDetectorResponse {
|
|
624
|
-
|
|
625
|
-
const filterSensitiveLog: (obj: CreateDetectorResponse) => any;
|
|
626
|
-
}
|
|
627
458
|
export declare enum FilterAction {
|
|
628
459
|
ARCHIVE = "ARCHIVE",
|
|
629
460
|
NOOP = "NOOP"
|
|
@@ -633,10 +464,6 @@ export interface FindingCriteria {
|
|
|
633
464
|
|
|
634
465
|
Criterion?: Record<string, Condition>;
|
|
635
466
|
}
|
|
636
|
-
export declare namespace FindingCriteria {
|
|
637
|
-
|
|
638
|
-
const filterSensitiveLog: (obj: FindingCriteria) => any;
|
|
639
|
-
}
|
|
640
467
|
export interface CreateFilterRequest {
|
|
641
468
|
|
|
642
469
|
DetectorId: string | undefined;
|
|
@@ -655,18 +482,10 @@ export interface CreateFilterRequest {
|
|
|
655
482
|
|
|
656
483
|
Tags?: Record<string, string>;
|
|
657
484
|
}
|
|
658
|
-
export declare namespace CreateFilterRequest {
|
|
659
|
-
|
|
660
|
-
const filterSensitiveLog: (obj: CreateFilterRequest) => any;
|
|
661
|
-
}
|
|
662
485
|
export interface CreateFilterResponse {
|
|
663
486
|
|
|
664
487
|
Name: string | undefined;
|
|
665
488
|
}
|
|
666
|
-
export declare namespace CreateFilterResponse {
|
|
667
|
-
|
|
668
|
-
const filterSensitiveLog: (obj: CreateFilterResponse) => any;
|
|
669
|
-
}
|
|
670
489
|
export declare enum IpSetFormat {
|
|
671
490
|
ALIEN_VAULT = "ALIEN_VAULT",
|
|
672
491
|
FIRE_EYE = "FIRE_EYE",
|
|
@@ -691,28 +510,16 @@ export interface CreateIPSetRequest {
|
|
|
691
510
|
|
|
692
511
|
Tags?: Record<string, string>;
|
|
693
512
|
}
|
|
694
|
-
export declare namespace CreateIPSetRequest {
|
|
695
|
-
|
|
696
|
-
const filterSensitiveLog: (obj: CreateIPSetRequest) => any;
|
|
697
|
-
}
|
|
698
513
|
export interface CreateIPSetResponse {
|
|
699
514
|
|
|
700
515
|
IpSetId: string | undefined;
|
|
701
516
|
}
|
|
702
|
-
export declare namespace CreateIPSetResponse {
|
|
703
|
-
|
|
704
|
-
const filterSensitiveLog: (obj: CreateIPSetResponse) => any;
|
|
705
|
-
}
|
|
706
517
|
export interface CreateMembersRequest {
|
|
707
518
|
|
|
708
519
|
DetectorId: string | undefined;
|
|
709
520
|
|
|
710
521
|
AccountDetails: AccountDetail[] | undefined;
|
|
711
522
|
}
|
|
712
|
-
export declare namespace CreateMembersRequest {
|
|
713
|
-
|
|
714
|
-
const filterSensitiveLog: (obj: CreateMembersRequest) => any;
|
|
715
|
-
}
|
|
716
523
|
|
|
717
524
|
export interface UnprocessedAccount {
|
|
718
525
|
|
|
@@ -720,18 +527,10 @@ export interface UnprocessedAccount {
|
|
|
720
527
|
|
|
721
528
|
Result: string | undefined;
|
|
722
529
|
}
|
|
723
|
-
export declare namespace UnprocessedAccount {
|
|
724
|
-
|
|
725
|
-
const filterSensitiveLog: (obj: UnprocessedAccount) => any;
|
|
726
|
-
}
|
|
727
530
|
export interface CreateMembersResponse {
|
|
728
531
|
|
|
729
532
|
UnprocessedAccounts: UnprocessedAccount[] | undefined;
|
|
730
533
|
}
|
|
731
|
-
export declare namespace CreateMembersResponse {
|
|
732
|
-
|
|
733
|
-
const filterSensitiveLog: (obj: CreateMembersResponse) => any;
|
|
734
|
-
}
|
|
735
534
|
|
|
736
535
|
export interface DestinationProperties {
|
|
737
536
|
|
|
@@ -739,10 +538,6 @@ export interface DestinationProperties {
|
|
|
739
538
|
|
|
740
539
|
KmsKeyArn?: string;
|
|
741
540
|
}
|
|
742
|
-
export declare namespace DestinationProperties {
|
|
743
|
-
|
|
744
|
-
const filterSensitiveLog: (obj: DestinationProperties) => any;
|
|
745
|
-
}
|
|
746
541
|
export declare enum DestinationType {
|
|
747
542
|
S3 = "S3"
|
|
748
543
|
}
|
|
@@ -756,34 +551,18 @@ export interface CreatePublishingDestinationRequest {
|
|
|
756
551
|
|
|
757
552
|
ClientToken?: string;
|
|
758
553
|
}
|
|
759
|
-
export declare namespace CreatePublishingDestinationRequest {
|
|
760
|
-
|
|
761
|
-
const filterSensitiveLog: (obj: CreatePublishingDestinationRequest) => any;
|
|
762
|
-
}
|
|
763
554
|
export interface CreatePublishingDestinationResponse {
|
|
764
555
|
|
|
765
556
|
DestinationId: string | undefined;
|
|
766
557
|
}
|
|
767
|
-
export declare namespace CreatePublishingDestinationResponse {
|
|
768
|
-
|
|
769
|
-
const filterSensitiveLog: (obj: CreatePublishingDestinationResponse) => any;
|
|
770
|
-
}
|
|
771
558
|
export interface CreateSampleFindingsRequest {
|
|
772
559
|
|
|
773
560
|
DetectorId: string | undefined;
|
|
774
561
|
|
|
775
562
|
FindingTypes?: string[];
|
|
776
563
|
}
|
|
777
|
-
export declare namespace CreateSampleFindingsRequest {
|
|
778
|
-
|
|
779
|
-
const filterSensitiveLog: (obj: CreateSampleFindingsRequest) => any;
|
|
780
|
-
}
|
|
781
564
|
export interface CreateSampleFindingsResponse {
|
|
782
565
|
}
|
|
783
|
-
export declare namespace CreateSampleFindingsResponse {
|
|
784
|
-
|
|
785
|
-
const filterSensitiveLog: (obj: CreateSampleFindingsResponse) => any;
|
|
786
|
-
}
|
|
787
566
|
export declare enum ThreatIntelSetFormat {
|
|
788
567
|
ALIEN_VAULT = "ALIEN_VAULT",
|
|
789
568
|
FIRE_EYE = "FIRE_EYE",
|
|
@@ -808,21 +587,22 @@ export interface CreateThreatIntelSetRequest {
|
|
|
808
587
|
|
|
809
588
|
Tags?: Record<string, string>;
|
|
810
589
|
}
|
|
811
|
-
export declare namespace CreateThreatIntelSetRequest {
|
|
812
|
-
|
|
813
|
-
const filterSensitiveLog: (obj: CreateThreatIntelSetRequest) => any;
|
|
814
|
-
}
|
|
815
590
|
export interface CreateThreatIntelSetResponse {
|
|
816
591
|
|
|
817
592
|
ThreatIntelSetId: string | undefined;
|
|
818
593
|
}
|
|
819
|
-
export declare
|
|
820
|
-
|
|
821
|
-
|
|
594
|
+
export declare enum CriterionKey {
|
|
595
|
+
ACCOUNT_ID = "ACCOUNT_ID",
|
|
596
|
+
EC2_INSTANCE_ARN = "EC2_INSTANCE_ARN",
|
|
597
|
+
GUARDDUTY_FINDING_ID = "GUARDDUTY_FINDING_ID",
|
|
598
|
+
SCAN_ID = "SCAN_ID",
|
|
599
|
+
SCAN_START_TIME = "SCAN_START_TIME",
|
|
600
|
+
SCAN_STATUS = "SCAN_STATUS"
|
|
822
601
|
}
|
|
823
602
|
export declare enum DataSource {
|
|
824
603
|
CLOUD_TRAIL = "CLOUD_TRAIL",
|
|
825
604
|
DNS_LOGS = "DNS_LOGS",
|
|
605
|
+
EC2_MALWARE_SCAN = "EC2_MALWARE_SCAN",
|
|
826
606
|
FLOW_LOGS = "FLOW_LOGS",
|
|
827
607
|
KUBERNETES_AUDIT_LOGS = "KUBERNETES_AUDIT_LOGS",
|
|
828
608
|
S3_LOGS = "S3_LOGS"
|
|
@@ -832,45 +612,42 @@ export interface DNSLogsConfigurationResult {
|
|
|
832
612
|
|
|
833
613
|
Status: DataSourceStatus | string | undefined;
|
|
834
614
|
}
|
|
835
|
-
export declare namespace DNSLogsConfigurationResult {
|
|
836
|
-
|
|
837
|
-
const filterSensitiveLog: (obj: DNSLogsConfigurationResult) => any;
|
|
838
|
-
}
|
|
839
615
|
|
|
840
616
|
export interface FlowLogsConfigurationResult {
|
|
841
617
|
|
|
842
618
|
Status: DataSourceStatus | string | undefined;
|
|
843
619
|
}
|
|
844
|
-
export declare namespace FlowLogsConfigurationResult {
|
|
845
|
-
|
|
846
|
-
const filterSensitiveLog: (obj: FlowLogsConfigurationResult) => any;
|
|
847
|
-
}
|
|
848
620
|
|
|
849
621
|
export interface KubernetesAuditLogsConfigurationResult {
|
|
850
622
|
|
|
851
623
|
Status: DataSourceStatus | string | undefined;
|
|
852
624
|
}
|
|
853
|
-
export declare namespace KubernetesAuditLogsConfigurationResult {
|
|
854
|
-
|
|
855
|
-
const filterSensitiveLog: (obj: KubernetesAuditLogsConfigurationResult) => any;
|
|
856
|
-
}
|
|
857
625
|
|
|
858
626
|
export interface KubernetesConfigurationResult {
|
|
859
627
|
|
|
860
628
|
AuditLogs: KubernetesAuditLogsConfigurationResult | undefined;
|
|
861
629
|
}
|
|
862
|
-
|
|
630
|
+
|
|
631
|
+
export interface EbsVolumesResult {
|
|
863
632
|
|
|
864
|
-
|
|
633
|
+
Status?: DataSourceStatus | string;
|
|
865
634
|
}
|
|
866
635
|
|
|
867
|
-
export interface
|
|
636
|
+
export interface ScanEc2InstanceWithFindingsResult {
|
|
868
637
|
|
|
869
|
-
|
|
638
|
+
EbsVolumes?: EbsVolumesResult;
|
|
639
|
+
}
|
|
640
|
+
|
|
641
|
+
export interface MalwareProtectionConfigurationResult {
|
|
642
|
+
|
|
643
|
+
ScanEc2InstanceWithFindings?: ScanEc2InstanceWithFindingsResult;
|
|
644
|
+
|
|
645
|
+
ServiceRole?: string;
|
|
870
646
|
}
|
|
871
|
-
|
|
647
|
+
|
|
648
|
+
export interface S3LogsConfigurationResult {
|
|
872
649
|
|
|
873
|
-
|
|
650
|
+
Status: DataSourceStatus | string | undefined;
|
|
874
651
|
}
|
|
875
652
|
|
|
876
653
|
export interface DataSourceConfigurationsResult {
|
|
@@ -884,27 +661,17 @@ export interface DataSourceConfigurationsResult {
|
|
|
884
661
|
S3Logs: S3LogsConfigurationResult | undefined;
|
|
885
662
|
|
|
886
663
|
Kubernetes?: KubernetesConfigurationResult;
|
|
887
|
-
}
|
|
888
|
-
export declare namespace DataSourceConfigurationsResult {
|
|
889
664
|
|
|
890
|
-
|
|
665
|
+
MalwareProtection?: MalwareProtectionConfigurationResult;
|
|
891
666
|
}
|
|
892
667
|
export interface DeclineInvitationsRequest {
|
|
893
668
|
|
|
894
669
|
AccountIds: string[] | undefined;
|
|
895
670
|
}
|
|
896
|
-
export declare namespace DeclineInvitationsRequest {
|
|
897
|
-
|
|
898
|
-
const filterSensitiveLog: (obj: DeclineInvitationsRequest) => any;
|
|
899
|
-
}
|
|
900
671
|
export interface DeclineInvitationsResponse {
|
|
901
672
|
|
|
902
673
|
UnprocessedAccounts: UnprocessedAccount[] | undefined;
|
|
903
674
|
}
|
|
904
|
-
export declare namespace DeclineInvitationsResponse {
|
|
905
|
-
|
|
906
|
-
const filterSensitiveLog: (obj: DeclineInvitationsResponse) => any;
|
|
907
|
-
}
|
|
908
675
|
|
|
909
676
|
export interface DefaultServerSideEncryption {
|
|
910
677
|
|
|
@@ -912,288 +679,394 @@ export interface DefaultServerSideEncryption {
|
|
|
912
679
|
|
|
913
680
|
KmsMasterKeyArn?: string;
|
|
914
681
|
}
|
|
915
|
-
export declare namespace DefaultServerSideEncryption {
|
|
916
|
-
|
|
917
|
-
const filterSensitiveLog: (obj: DefaultServerSideEncryption) => any;
|
|
918
|
-
}
|
|
919
682
|
export interface DeleteDetectorRequest {
|
|
920
683
|
|
|
921
684
|
DetectorId: string | undefined;
|
|
922
685
|
}
|
|
923
|
-
export declare namespace DeleteDetectorRequest {
|
|
924
|
-
|
|
925
|
-
const filterSensitiveLog: (obj: DeleteDetectorRequest) => any;
|
|
926
|
-
}
|
|
927
686
|
export interface DeleteDetectorResponse {
|
|
928
687
|
}
|
|
929
|
-
export declare namespace DeleteDetectorResponse {
|
|
930
|
-
|
|
931
|
-
const filterSensitiveLog: (obj: DeleteDetectorResponse) => any;
|
|
932
|
-
}
|
|
933
688
|
export interface DeleteFilterRequest {
|
|
934
689
|
|
|
935
690
|
DetectorId: string | undefined;
|
|
936
691
|
|
|
937
692
|
FilterName: string | undefined;
|
|
938
693
|
}
|
|
939
|
-
export declare namespace DeleteFilterRequest {
|
|
940
|
-
|
|
941
|
-
const filterSensitiveLog: (obj: DeleteFilterRequest) => any;
|
|
942
|
-
}
|
|
943
694
|
export interface DeleteFilterResponse {
|
|
944
695
|
}
|
|
945
|
-
export declare namespace DeleteFilterResponse {
|
|
946
|
-
|
|
947
|
-
const filterSensitiveLog: (obj: DeleteFilterResponse) => any;
|
|
948
|
-
}
|
|
949
696
|
export interface DeleteInvitationsRequest {
|
|
950
697
|
|
|
951
698
|
AccountIds: string[] | undefined;
|
|
952
699
|
}
|
|
953
|
-
export declare namespace DeleteInvitationsRequest {
|
|
954
|
-
|
|
955
|
-
const filterSensitiveLog: (obj: DeleteInvitationsRequest) => any;
|
|
956
|
-
}
|
|
957
700
|
export interface DeleteInvitationsResponse {
|
|
958
701
|
|
|
959
702
|
UnprocessedAccounts: UnprocessedAccount[] | undefined;
|
|
960
703
|
}
|
|
961
|
-
export declare namespace DeleteInvitationsResponse {
|
|
962
|
-
|
|
963
|
-
const filterSensitiveLog: (obj: DeleteInvitationsResponse) => any;
|
|
964
|
-
}
|
|
965
704
|
export interface DeleteIPSetRequest {
|
|
966
705
|
|
|
967
706
|
DetectorId: string | undefined;
|
|
968
707
|
|
|
969
708
|
IpSetId: string | undefined;
|
|
970
709
|
}
|
|
971
|
-
export declare namespace DeleteIPSetRequest {
|
|
972
|
-
|
|
973
|
-
const filterSensitiveLog: (obj: DeleteIPSetRequest) => any;
|
|
974
|
-
}
|
|
975
710
|
export interface DeleteIPSetResponse {
|
|
976
711
|
}
|
|
977
|
-
export declare namespace DeleteIPSetResponse {
|
|
978
|
-
|
|
979
|
-
const filterSensitiveLog: (obj: DeleteIPSetResponse) => any;
|
|
980
|
-
}
|
|
981
712
|
export interface DeleteMembersRequest {
|
|
982
713
|
|
|
983
714
|
DetectorId: string | undefined;
|
|
984
715
|
|
|
985
716
|
AccountIds: string[] | undefined;
|
|
986
717
|
}
|
|
987
|
-
export declare namespace DeleteMembersRequest {
|
|
988
|
-
|
|
989
|
-
const filterSensitiveLog: (obj: DeleteMembersRequest) => any;
|
|
990
|
-
}
|
|
991
718
|
export interface DeleteMembersResponse {
|
|
992
719
|
|
|
993
720
|
UnprocessedAccounts: UnprocessedAccount[] | undefined;
|
|
994
721
|
}
|
|
995
|
-
export declare namespace DeleteMembersResponse {
|
|
996
|
-
|
|
997
|
-
const filterSensitiveLog: (obj: DeleteMembersResponse) => any;
|
|
998
|
-
}
|
|
999
722
|
export interface DeletePublishingDestinationRequest {
|
|
1000
723
|
|
|
1001
724
|
DetectorId: string | undefined;
|
|
1002
725
|
|
|
1003
726
|
DestinationId: string | undefined;
|
|
1004
727
|
}
|
|
1005
|
-
export declare namespace DeletePublishingDestinationRequest {
|
|
1006
|
-
|
|
1007
|
-
const filterSensitiveLog: (obj: DeletePublishingDestinationRequest) => any;
|
|
1008
|
-
}
|
|
1009
728
|
export interface DeletePublishingDestinationResponse {
|
|
1010
729
|
}
|
|
1011
|
-
export declare namespace DeletePublishingDestinationResponse {
|
|
1012
|
-
|
|
1013
|
-
const filterSensitiveLog: (obj: DeletePublishingDestinationResponse) => any;
|
|
1014
|
-
}
|
|
1015
730
|
export interface DeleteThreatIntelSetRequest {
|
|
1016
731
|
|
|
1017
732
|
DetectorId: string | undefined;
|
|
1018
733
|
|
|
1019
734
|
ThreatIntelSetId: string | undefined;
|
|
1020
735
|
}
|
|
1021
|
-
export declare namespace DeleteThreatIntelSetRequest {
|
|
1022
|
-
|
|
1023
|
-
const filterSensitiveLog: (obj: DeleteThreatIntelSetRequest) => any;
|
|
1024
|
-
}
|
|
1025
736
|
export interface DeleteThreatIntelSetResponse {
|
|
1026
737
|
}
|
|
1027
|
-
|
|
738
|
+
|
|
739
|
+
export interface FilterCondition {
|
|
1028
740
|
|
|
1029
|
-
|
|
1030
|
-
}
|
|
1031
|
-
export interface DescribeOrganizationConfigurationRequest {
|
|
741
|
+
EqualsValue?: string;
|
|
1032
742
|
|
|
1033
|
-
|
|
1034
|
-
}
|
|
1035
|
-
export declare namespace DescribeOrganizationConfigurationRequest {
|
|
743
|
+
GreaterThan?: number;
|
|
1036
744
|
|
|
1037
|
-
|
|
745
|
+
LessThan?: number;
|
|
1038
746
|
}
|
|
1039
747
|
|
|
1040
|
-
export interface
|
|
748
|
+
export interface FilterCriterion {
|
|
1041
749
|
|
|
1042
|
-
|
|
1043
|
-
}
|
|
1044
|
-
export declare namespace OrganizationKubernetesAuditLogsConfigurationResult {
|
|
750
|
+
CriterionKey?: CriterionKey | string;
|
|
1045
751
|
|
|
1046
|
-
|
|
752
|
+
FilterCondition?: FilterCondition;
|
|
1047
753
|
}
|
|
1048
754
|
|
|
1049
|
-
export interface
|
|
755
|
+
export interface FilterCriteria {
|
|
1050
756
|
|
|
1051
|
-
|
|
757
|
+
FilterCriterion?: FilterCriterion[];
|
|
1052
758
|
}
|
|
1053
|
-
export declare
|
|
1054
|
-
|
|
1055
|
-
|
|
759
|
+
export declare enum OrderBy {
|
|
760
|
+
ASC = "ASC",
|
|
761
|
+
DESC = "DESC"
|
|
1056
762
|
}
|
|
1057
763
|
|
|
1058
|
-
export interface
|
|
764
|
+
export interface SortCriteria {
|
|
1059
765
|
|
|
1060
|
-
|
|
766
|
+
AttributeName?: string;
|
|
767
|
+
|
|
768
|
+
OrderBy?: OrderBy | string;
|
|
1061
769
|
}
|
|
1062
|
-
export
|
|
770
|
+
export interface DescribeMalwareScansRequest {
|
|
771
|
+
|
|
772
|
+
DetectorId: string | undefined;
|
|
773
|
+
|
|
774
|
+
NextToken?: string;
|
|
775
|
+
|
|
776
|
+
MaxResults?: number;
|
|
777
|
+
|
|
778
|
+
FilterCriteria?: FilterCriteria;
|
|
1063
779
|
|
|
1064
|
-
|
|
780
|
+
SortCriteria?: SortCriteria;
|
|
1065
781
|
}
|
|
1066
782
|
|
|
1067
|
-
export interface
|
|
783
|
+
export interface VolumeDetail {
|
|
1068
784
|
|
|
1069
|
-
|
|
785
|
+
VolumeArn?: string;
|
|
1070
786
|
|
|
1071
|
-
|
|
1072
|
-
}
|
|
1073
|
-
export declare namespace OrganizationDataSourceConfigurationsResult {
|
|
787
|
+
VolumeType?: string;
|
|
1074
788
|
|
|
1075
|
-
|
|
1076
|
-
}
|
|
1077
|
-
export interface DescribeOrganizationConfigurationResponse {
|
|
789
|
+
DeviceName?: string;
|
|
1078
790
|
|
|
1079
|
-
|
|
791
|
+
VolumeSizeInGB?: number;
|
|
1080
792
|
|
|
1081
|
-
|
|
793
|
+
EncryptionType?: string;
|
|
1082
794
|
|
|
1083
|
-
|
|
1084
|
-
}
|
|
1085
|
-
export declare namespace DescribeOrganizationConfigurationResponse {
|
|
795
|
+
SnapshotArn?: string;
|
|
1086
796
|
|
|
1087
|
-
|
|
797
|
+
KmsKeyArn?: string;
|
|
1088
798
|
}
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
DetectorId: string | undefined;
|
|
799
|
+
|
|
800
|
+
export interface ResourceDetails {
|
|
1092
801
|
|
|
1093
|
-
|
|
802
|
+
InstanceArn?: string;
|
|
1094
803
|
}
|
|
1095
|
-
export declare
|
|
804
|
+
export declare enum ScanResult {
|
|
805
|
+
CLEAN = "CLEAN",
|
|
806
|
+
INFECTED = "INFECTED"
|
|
807
|
+
}
|
|
808
|
+
|
|
809
|
+
export interface ScanResultDetails {
|
|
1096
810
|
|
|
1097
|
-
|
|
811
|
+
ScanResult?: ScanResult | string;
|
|
1098
812
|
}
|
|
1099
|
-
export declare enum
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
UNABLE_TO_PUBLISH_FIX_DESTINATION_PROPERTY = "UNABLE_TO_PUBLISH_FIX_DESTINATION_PROPERTY"
|
|
813
|
+
export declare enum ScanStatus {
|
|
814
|
+
COMPLETED = "COMPLETED",
|
|
815
|
+
FAILED = "FAILED",
|
|
816
|
+
RUNNING = "RUNNING"
|
|
1104
817
|
}
|
|
1105
|
-
|
|
818
|
+
|
|
819
|
+
export interface TriggerDetails {
|
|
1106
820
|
|
|
1107
|
-
|
|
821
|
+
GuardDutyFindingId?: string;
|
|
1108
822
|
|
|
1109
|
-
|
|
823
|
+
Description?: string;
|
|
824
|
+
}
|
|
825
|
+
|
|
826
|
+
export interface Scan {
|
|
1110
827
|
|
|
1111
|
-
|
|
828
|
+
DetectorId?: string;
|
|
1112
829
|
|
|
1113
|
-
|
|
830
|
+
AdminDetectorId?: string;
|
|
1114
831
|
|
|
1115
|
-
|
|
1116
|
-
}
|
|
1117
|
-
export declare namespace DescribePublishingDestinationResponse {
|
|
832
|
+
ScanId?: string;
|
|
1118
833
|
|
|
1119
|
-
|
|
1120
|
-
}
|
|
1121
|
-
|
|
1122
|
-
export interface Destination {
|
|
834
|
+
ScanStatus?: ScanStatus | string;
|
|
1123
835
|
|
|
1124
|
-
|
|
836
|
+
FailureReason?: string;
|
|
1125
837
|
|
|
1126
|
-
|
|
838
|
+
ScanStartTime?: Date;
|
|
1127
839
|
|
|
1128
|
-
|
|
1129
|
-
}
|
|
1130
|
-
export declare namespace Destination {
|
|
840
|
+
ScanEndTime?: Date;
|
|
1131
841
|
|
|
1132
|
-
|
|
1133
|
-
}
|
|
1134
|
-
export declare enum DetectorStatus {
|
|
1135
|
-
DISABLED = "DISABLED",
|
|
1136
|
-
ENABLED = "ENABLED"
|
|
1137
|
-
}
|
|
1138
|
-
export interface DisableOrganizationAdminAccountRequest {
|
|
842
|
+
TriggerDetails?: TriggerDetails;
|
|
1139
843
|
|
|
1140
|
-
|
|
1141
|
-
}
|
|
1142
|
-
export declare namespace DisableOrganizationAdminAccountRequest {
|
|
844
|
+
ResourceDetails?: ResourceDetails;
|
|
1143
845
|
|
|
1144
|
-
|
|
1145
|
-
}
|
|
1146
|
-
export interface DisableOrganizationAdminAccountResponse {
|
|
1147
|
-
}
|
|
1148
|
-
export declare namespace DisableOrganizationAdminAccountResponse {
|
|
846
|
+
ScanResultDetails?: ScanResultDetails;
|
|
1149
847
|
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
848
|
+
AccountId?: string;
|
|
849
|
+
|
|
850
|
+
TotalBytes?: number;
|
|
851
|
+
|
|
852
|
+
FileCount?: number;
|
|
853
|
+
|
|
854
|
+
AttachedVolumes?: VolumeDetail[];
|
|
855
|
+
}
|
|
856
|
+
export interface DescribeMalwareScansResponse {
|
|
857
|
+
|
|
858
|
+
Scans: Scan[] | undefined;
|
|
859
|
+
|
|
860
|
+
NextToken?: string;
|
|
861
|
+
}
|
|
862
|
+
export interface DescribeOrganizationConfigurationRequest {
|
|
1153
863
|
|
|
1154
864
|
DetectorId: string | undefined;
|
|
1155
865
|
}
|
|
1156
|
-
|
|
866
|
+
|
|
867
|
+
export interface OrganizationKubernetesAuditLogsConfigurationResult {
|
|
1157
868
|
|
|
1158
|
-
|
|
869
|
+
AutoEnable: boolean | undefined;
|
|
1159
870
|
}
|
|
1160
|
-
|
|
871
|
+
|
|
872
|
+
export interface OrganizationKubernetesConfigurationResult {
|
|
873
|
+
|
|
874
|
+
AuditLogs: OrganizationKubernetesAuditLogsConfigurationResult | undefined;
|
|
875
|
+
}
|
|
876
|
+
|
|
877
|
+
export interface OrganizationEbsVolumesResult {
|
|
878
|
+
|
|
879
|
+
AutoEnable?: boolean;
|
|
1161
880
|
}
|
|
1162
|
-
|
|
881
|
+
|
|
882
|
+
export interface OrganizationScanEc2InstanceWithFindingsResult {
|
|
1163
883
|
|
|
1164
|
-
|
|
884
|
+
EbsVolumes?: OrganizationEbsVolumesResult;
|
|
1165
885
|
}
|
|
1166
|
-
|
|
886
|
+
|
|
887
|
+
export interface OrganizationMalwareProtectionConfigurationResult {
|
|
888
|
+
|
|
889
|
+
ScanEc2InstanceWithFindings?: OrganizationScanEc2InstanceWithFindingsResult;
|
|
890
|
+
}
|
|
891
|
+
|
|
892
|
+
export interface OrganizationS3LogsConfigurationResult {
|
|
893
|
+
|
|
894
|
+
AutoEnable: boolean | undefined;
|
|
895
|
+
}
|
|
896
|
+
|
|
897
|
+
export interface OrganizationDataSourceConfigurationsResult {
|
|
898
|
+
|
|
899
|
+
S3Logs: OrganizationS3LogsConfigurationResult | undefined;
|
|
900
|
+
|
|
901
|
+
Kubernetes?: OrganizationKubernetesConfigurationResult;
|
|
902
|
+
|
|
903
|
+
MalwareProtection?: OrganizationMalwareProtectionConfigurationResult;
|
|
904
|
+
}
|
|
905
|
+
export interface DescribeOrganizationConfigurationResponse {
|
|
906
|
+
|
|
907
|
+
AutoEnable: boolean | undefined;
|
|
908
|
+
|
|
909
|
+
MemberAccountLimitReached: boolean | undefined;
|
|
910
|
+
|
|
911
|
+
DataSources?: OrganizationDataSourceConfigurationsResult;
|
|
912
|
+
}
|
|
913
|
+
export interface DescribePublishingDestinationRequest {
|
|
1167
914
|
|
|
1168
915
|
DetectorId: string | undefined;
|
|
916
|
+
|
|
917
|
+
DestinationId: string | undefined;
|
|
918
|
+
}
|
|
919
|
+
export declare enum PublishingStatus {
|
|
920
|
+
PENDING_VERIFICATION = "PENDING_VERIFICATION",
|
|
921
|
+
PUBLISHING = "PUBLISHING",
|
|
922
|
+
STOPPED = "STOPPED",
|
|
923
|
+
UNABLE_TO_PUBLISH_FIX_DESTINATION_PROPERTY = "UNABLE_TO_PUBLISH_FIX_DESTINATION_PROPERTY"
|
|
924
|
+
}
|
|
925
|
+
export interface DescribePublishingDestinationResponse {
|
|
926
|
+
|
|
927
|
+
DestinationId: string | undefined;
|
|
928
|
+
|
|
929
|
+
DestinationType: DestinationType | string | undefined;
|
|
930
|
+
|
|
931
|
+
Status: PublishingStatus | string | undefined;
|
|
932
|
+
|
|
933
|
+
PublishingFailureStartTimestamp: number | undefined;
|
|
934
|
+
|
|
935
|
+
DestinationProperties: DestinationProperties | undefined;
|
|
1169
936
|
}
|
|
1170
|
-
|
|
937
|
+
|
|
938
|
+
export interface Destination {
|
|
939
|
+
|
|
940
|
+
DestinationId: string | undefined;
|
|
941
|
+
|
|
942
|
+
DestinationType: DestinationType | string | undefined;
|
|
1171
943
|
|
|
1172
|
-
|
|
944
|
+
Status: PublishingStatus | string | undefined;
|
|
1173
945
|
}
|
|
1174
|
-
export
|
|
946
|
+
export declare enum DetectorStatus {
|
|
947
|
+
DISABLED = "DISABLED",
|
|
948
|
+
ENABLED = "ENABLED"
|
|
1175
949
|
}
|
|
1176
|
-
export
|
|
950
|
+
export interface DisableOrganizationAdminAccountRequest {
|
|
1177
951
|
|
|
1178
|
-
|
|
952
|
+
AdminAccountId: string | undefined;
|
|
1179
953
|
}
|
|
1180
|
-
export interface
|
|
954
|
+
export interface DisableOrganizationAdminAccountResponse {
|
|
955
|
+
}
|
|
956
|
+
export interface DisassociateFromAdministratorAccountRequest {
|
|
1181
957
|
|
|
1182
958
|
DetectorId: string | undefined;
|
|
959
|
+
}
|
|
960
|
+
export interface DisassociateFromAdministratorAccountResponse {
|
|
961
|
+
}
|
|
962
|
+
export interface DisassociateFromMasterAccountRequest {
|
|
1183
963
|
|
|
1184
|
-
|
|
964
|
+
DetectorId: string | undefined;
|
|
1185
965
|
}
|
|
1186
|
-
export
|
|
966
|
+
export interface DisassociateFromMasterAccountResponse {
|
|
967
|
+
}
|
|
968
|
+
export interface DisassociateMembersRequest {
|
|
969
|
+
|
|
970
|
+
DetectorId: string | undefined;
|
|
1187
971
|
|
|
1188
|
-
|
|
972
|
+
AccountIds: string[] | undefined;
|
|
1189
973
|
}
|
|
1190
974
|
export interface DisassociateMembersResponse {
|
|
1191
975
|
|
|
1192
976
|
UnprocessedAccounts: UnprocessedAccount[] | undefined;
|
|
1193
977
|
}
|
|
1194
|
-
export declare
|
|
978
|
+
export declare enum EbsSnapshotPreservation {
|
|
979
|
+
NO_RETENTION = "NO_RETENTION",
|
|
980
|
+
RETENTION_WITH_FINDING = "RETENTION_WITH_FINDING"
|
|
981
|
+
}
|
|
982
|
+
|
|
983
|
+
export interface EbsVolumeDetails {
|
|
984
|
+
|
|
985
|
+
ScannedVolumeDetails?: VolumeDetail[];
|
|
986
|
+
|
|
987
|
+
SkippedVolumeDetails?: VolumeDetail[];
|
|
988
|
+
}
|
|
989
|
+
|
|
990
|
+
export interface HighestSeverityThreatDetails {
|
|
991
|
+
|
|
992
|
+
Severity?: string;
|
|
993
|
+
|
|
994
|
+
ThreatName?: string;
|
|
995
|
+
|
|
996
|
+
Count?: number;
|
|
997
|
+
}
|
|
998
|
+
|
|
999
|
+
export interface ScannedItemCount {
|
|
1000
|
+
|
|
1001
|
+
TotalGb?: number;
|
|
1002
|
+
|
|
1003
|
+
Files?: number;
|
|
1004
|
+
|
|
1005
|
+
Volumes?: number;
|
|
1006
|
+
}
|
|
1007
|
+
|
|
1008
|
+
export interface ScanFilePath {
|
|
1009
|
+
|
|
1010
|
+
FilePath?: string;
|
|
1011
|
+
|
|
1012
|
+
VolumeArn?: string;
|
|
1013
|
+
|
|
1014
|
+
Hash?: string;
|
|
1015
|
+
|
|
1016
|
+
FileName?: string;
|
|
1017
|
+
}
|
|
1018
|
+
|
|
1019
|
+
export interface ScanThreatName {
|
|
1020
|
+
|
|
1021
|
+
Name?: string;
|
|
1022
|
+
|
|
1023
|
+
Severity?: string;
|
|
1024
|
+
|
|
1025
|
+
ItemCount?: number;
|
|
1026
|
+
|
|
1027
|
+
FilePaths?: ScanFilePath[];
|
|
1028
|
+
}
|
|
1029
|
+
|
|
1030
|
+
export interface ThreatDetectedByName {
|
|
1031
|
+
|
|
1032
|
+
ItemCount?: number;
|
|
1033
|
+
|
|
1034
|
+
UniqueThreatNameCount?: number;
|
|
1035
|
+
|
|
1036
|
+
Shortened?: boolean;
|
|
1037
|
+
|
|
1038
|
+
ThreatNames?: ScanThreatName[];
|
|
1039
|
+
}
|
|
1040
|
+
|
|
1041
|
+
export interface ThreatsDetectedItemCount {
|
|
1042
|
+
|
|
1043
|
+
Files?: number;
|
|
1044
|
+
}
|
|
1045
|
+
|
|
1046
|
+
export interface ScanDetections {
|
|
1047
|
+
|
|
1048
|
+
ScannedItemCount?: ScannedItemCount;
|
|
1049
|
+
|
|
1050
|
+
ThreatsDetectedItemCount?: ThreatsDetectedItemCount;
|
|
1051
|
+
|
|
1052
|
+
HighestSeverityThreatDetails?: HighestSeverityThreatDetails;
|
|
1053
|
+
|
|
1054
|
+
ThreatDetectedByName?: ThreatDetectedByName;
|
|
1055
|
+
}
|
|
1056
|
+
|
|
1057
|
+
export interface EbsVolumeScanDetails {
|
|
1058
|
+
|
|
1059
|
+
ScanId?: string;
|
|
1195
1060
|
|
|
1196
|
-
|
|
1061
|
+
ScanStartedAt?: Date;
|
|
1062
|
+
|
|
1063
|
+
ScanCompletedAt?: Date;
|
|
1064
|
+
|
|
1065
|
+
TriggerFindingId?: string;
|
|
1066
|
+
|
|
1067
|
+
Sources?: string[];
|
|
1068
|
+
|
|
1069
|
+
ScanDetections?: ScanDetections;
|
|
1197
1070
|
}
|
|
1198
1071
|
|
|
1199
1072
|
export interface Tag {
|
|
@@ -1202,9 +1075,59 @@ export interface Tag {
|
|
|
1202
1075
|
|
|
1203
1076
|
Value?: string;
|
|
1204
1077
|
}
|
|
1205
|
-
|
|
1078
|
+
|
|
1079
|
+
export interface HostPath {
|
|
1080
|
+
|
|
1081
|
+
Path?: string;
|
|
1082
|
+
}
|
|
1083
|
+
|
|
1084
|
+
export interface Volume {
|
|
1085
|
+
|
|
1086
|
+
Name?: string;
|
|
1087
|
+
|
|
1088
|
+
HostPath?: HostPath;
|
|
1089
|
+
}
|
|
1090
|
+
|
|
1091
|
+
export interface EcsTaskDetails {
|
|
1092
|
+
|
|
1093
|
+
Arn?: string;
|
|
1094
|
+
|
|
1095
|
+
DefinitionArn?: string;
|
|
1096
|
+
|
|
1097
|
+
Version?: string;
|
|
1098
|
+
|
|
1099
|
+
TaskCreatedAt?: Date;
|
|
1100
|
+
|
|
1101
|
+
StartedAt?: Date;
|
|
1102
|
+
|
|
1103
|
+
StartedBy?: string;
|
|
1104
|
+
|
|
1105
|
+
Tags?: Tag[];
|
|
1106
|
+
|
|
1107
|
+
Volumes?: Volume[];
|
|
1108
|
+
|
|
1109
|
+
Containers?: Container[];
|
|
1110
|
+
|
|
1111
|
+
Group?: string;
|
|
1112
|
+
}
|
|
1113
|
+
|
|
1114
|
+
export interface EcsClusterDetails {
|
|
1115
|
+
|
|
1116
|
+
Name?: string;
|
|
1117
|
+
|
|
1118
|
+
Arn?: string;
|
|
1119
|
+
|
|
1120
|
+
Status?: string;
|
|
1121
|
+
|
|
1122
|
+
ActiveServicesCount?: number;
|
|
1206
1123
|
|
|
1207
|
-
|
|
1124
|
+
RegisteredContainerInstancesCount?: number;
|
|
1125
|
+
|
|
1126
|
+
RunningTasksCount?: number;
|
|
1127
|
+
|
|
1128
|
+
Tags?: Tag[];
|
|
1129
|
+
|
|
1130
|
+
TaskDetails?: EcsTaskDetails;
|
|
1208
1131
|
}
|
|
1209
1132
|
|
|
1210
1133
|
export interface EksClusterDetails {
|
|
@@ -1221,24 +1144,12 @@ export interface EksClusterDetails {
|
|
|
1221
1144
|
|
|
1222
1145
|
CreatedAt?: Date;
|
|
1223
1146
|
}
|
|
1224
|
-
export declare namespace EksClusterDetails {
|
|
1225
|
-
|
|
1226
|
-
const filterSensitiveLog: (obj: EksClusterDetails) => any;
|
|
1227
|
-
}
|
|
1228
1147
|
export interface EnableOrganizationAdminAccountRequest {
|
|
1229
1148
|
|
|
1230
1149
|
AdminAccountId: string | undefined;
|
|
1231
1150
|
}
|
|
1232
|
-
export declare namespace EnableOrganizationAdminAccountRequest {
|
|
1233
|
-
|
|
1234
|
-
const filterSensitiveLog: (obj: EnableOrganizationAdminAccountRequest) => any;
|
|
1235
|
-
}
|
|
1236
1151
|
export interface EnableOrganizationAdminAccountResponse {
|
|
1237
1152
|
}
|
|
1238
|
-
export declare namespace EnableOrganizationAdminAccountResponse {
|
|
1239
|
-
|
|
1240
|
-
const filterSensitiveLog: (obj: EnableOrganizationAdminAccountResponse) => any;
|
|
1241
|
-
}
|
|
1242
1153
|
|
|
1243
1154
|
export interface ThreatIntelligenceDetail {
|
|
1244
1155
|
|
|
@@ -1246,19 +1157,11 @@ export interface ThreatIntelligenceDetail {
|
|
|
1246
1157
|
|
|
1247
1158
|
ThreatNames?: string[];
|
|
1248
1159
|
}
|
|
1249
|
-
export declare namespace ThreatIntelligenceDetail {
|
|
1250
|
-
|
|
1251
|
-
const filterSensitiveLog: (obj: ThreatIntelligenceDetail) => any;
|
|
1252
|
-
}
|
|
1253
1160
|
|
|
1254
1161
|
export interface Evidence {
|
|
1255
1162
|
|
|
1256
1163
|
ThreatIntelligenceDetails?: ThreatIntelligenceDetail[];
|
|
1257
1164
|
}
|
|
1258
|
-
export declare namespace Evidence {
|
|
1259
|
-
|
|
1260
|
-
const filterSensitiveLog: (obj: Evidence) => any;
|
|
1261
|
-
}
|
|
1262
1165
|
export declare enum Feedback {
|
|
1263
1166
|
NOT_USEFUL = "NOT_USEFUL",
|
|
1264
1167
|
USEFUL = "USEFUL"
|
|
@@ -1270,10 +1173,6 @@ export interface IamInstanceProfile {
|
|
|
1270
1173
|
|
|
1271
1174
|
Id?: string;
|
|
1272
1175
|
}
|
|
1273
|
-
export declare namespace IamInstanceProfile {
|
|
1274
|
-
|
|
1275
|
-
const filterSensitiveLog: (obj: IamInstanceProfile) => any;
|
|
1276
|
-
}
|
|
1277
1176
|
|
|
1278
1177
|
export interface PrivateIpAddressDetails {
|
|
1279
1178
|
|
|
@@ -1281,10 +1180,6 @@ export interface PrivateIpAddressDetails {
|
|
|
1281
1180
|
|
|
1282
1181
|
PrivateIpAddress?: string;
|
|
1283
1182
|
}
|
|
1284
|
-
export declare namespace PrivateIpAddressDetails {
|
|
1285
|
-
|
|
1286
|
-
const filterSensitiveLog: (obj: PrivateIpAddressDetails) => any;
|
|
1287
|
-
}
|
|
1288
1183
|
|
|
1289
1184
|
export interface SecurityGroup {
|
|
1290
1185
|
|
|
@@ -1292,10 +1187,6 @@ export interface SecurityGroup {
|
|
|
1292
1187
|
|
|
1293
1188
|
GroupName?: string;
|
|
1294
1189
|
}
|
|
1295
|
-
export declare namespace SecurityGroup {
|
|
1296
|
-
|
|
1297
|
-
const filterSensitiveLog: (obj: SecurityGroup) => any;
|
|
1298
|
-
}
|
|
1299
1190
|
|
|
1300
1191
|
export interface NetworkInterface {
|
|
1301
1192
|
|
|
@@ -1319,10 +1210,6 @@ export interface NetworkInterface {
|
|
|
1319
1210
|
|
|
1320
1211
|
VpcId?: string;
|
|
1321
1212
|
}
|
|
1322
|
-
export declare namespace NetworkInterface {
|
|
1323
|
-
|
|
1324
|
-
const filterSensitiveLog: (obj: NetworkInterface) => any;
|
|
1325
|
-
}
|
|
1326
1213
|
|
|
1327
1214
|
export interface ProductCode {
|
|
1328
1215
|
|
|
@@ -1330,10 +1217,6 @@ export interface ProductCode {
|
|
|
1330
1217
|
|
|
1331
1218
|
ProductType?: string;
|
|
1332
1219
|
}
|
|
1333
|
-
export declare namespace ProductCode {
|
|
1334
|
-
|
|
1335
|
-
const filterSensitiveLog: (obj: ProductCode) => any;
|
|
1336
|
-
}
|
|
1337
1220
|
|
|
1338
1221
|
export interface InstanceDetails {
|
|
1339
1222
|
|
|
@@ -1363,10 +1246,6 @@ export interface InstanceDetails {
|
|
|
1363
1246
|
|
|
1364
1247
|
Tags?: Tag[];
|
|
1365
1248
|
}
|
|
1366
|
-
export declare namespace InstanceDetails {
|
|
1367
|
-
|
|
1368
|
-
const filterSensitiveLog: (obj: InstanceDetails) => any;
|
|
1369
|
-
}
|
|
1370
1249
|
|
|
1371
1250
|
export interface KubernetesUserDetails {
|
|
1372
1251
|
|
|
@@ -1376,30 +1255,6 @@ export interface KubernetesUserDetails {
|
|
|
1376
1255
|
|
|
1377
1256
|
Groups?: string[];
|
|
1378
1257
|
}
|
|
1379
|
-
export declare namespace KubernetesUserDetails {
|
|
1380
|
-
|
|
1381
|
-
const filterSensitiveLog: (obj: KubernetesUserDetails) => any;
|
|
1382
|
-
}
|
|
1383
|
-
|
|
1384
|
-
export interface HostPath {
|
|
1385
|
-
|
|
1386
|
-
Path?: string;
|
|
1387
|
-
}
|
|
1388
|
-
export declare namespace HostPath {
|
|
1389
|
-
|
|
1390
|
-
const filterSensitiveLog: (obj: HostPath) => any;
|
|
1391
|
-
}
|
|
1392
|
-
|
|
1393
|
-
export interface Volume {
|
|
1394
|
-
|
|
1395
|
-
Name?: string;
|
|
1396
|
-
|
|
1397
|
-
HostPath?: HostPath;
|
|
1398
|
-
}
|
|
1399
|
-
export declare namespace Volume {
|
|
1400
|
-
|
|
1401
|
-
const filterSensitiveLog: (obj: Volume) => any;
|
|
1402
|
-
}
|
|
1403
1258
|
|
|
1404
1259
|
export interface KubernetesWorkloadDetails {
|
|
1405
1260
|
|
|
@@ -1417,10 +1272,6 @@ export interface KubernetesWorkloadDetails {
|
|
|
1417
1272
|
|
|
1418
1273
|
Volumes?: Volume[];
|
|
1419
1274
|
}
|
|
1420
|
-
export declare namespace KubernetesWorkloadDetails {
|
|
1421
|
-
|
|
1422
|
-
const filterSensitiveLog: (obj: KubernetesWorkloadDetails) => any;
|
|
1423
|
-
}
|
|
1424
1275
|
|
|
1425
1276
|
export interface KubernetesDetails {
|
|
1426
1277
|
|
|
@@ -1428,19 +1279,11 @@ export interface KubernetesDetails {
|
|
|
1428
1279
|
|
|
1429
1280
|
KubernetesWorkloadDetails?: KubernetesWorkloadDetails;
|
|
1430
1281
|
}
|
|
1431
|
-
export declare namespace KubernetesDetails {
|
|
1432
|
-
|
|
1433
|
-
const filterSensitiveLog: (obj: KubernetesDetails) => any;
|
|
1434
|
-
}
|
|
1435
1282
|
|
|
1436
1283
|
export interface Owner {
|
|
1437
1284
|
|
|
1438
1285
|
Id?: string;
|
|
1439
1286
|
}
|
|
1440
|
-
export declare namespace Owner {
|
|
1441
|
-
|
|
1442
|
-
const filterSensitiveLog: (obj: Owner) => any;
|
|
1443
|
-
}
|
|
1444
1287
|
|
|
1445
1288
|
export interface PermissionConfiguration {
|
|
1446
1289
|
|
|
@@ -1448,10 +1291,6 @@ export interface PermissionConfiguration {
|
|
|
1448
1291
|
|
|
1449
1292
|
AccountLevelPermissions?: AccountLevelPermissions;
|
|
1450
1293
|
}
|
|
1451
|
-
export declare namespace PermissionConfiguration {
|
|
1452
|
-
|
|
1453
|
-
const filterSensitiveLog: (obj: PermissionConfiguration) => any;
|
|
1454
|
-
}
|
|
1455
1294
|
|
|
1456
1295
|
export interface PublicAccess {
|
|
1457
1296
|
|
|
@@ -1459,10 +1298,6 @@ export interface PublicAccess {
|
|
|
1459
1298
|
|
|
1460
1299
|
EffectivePermission?: string;
|
|
1461
1300
|
}
|
|
1462
|
-
export declare namespace PublicAccess {
|
|
1463
|
-
|
|
1464
|
-
const filterSensitiveLog: (obj: PublicAccess) => any;
|
|
1465
|
-
}
|
|
1466
1301
|
|
|
1467
1302
|
export interface S3BucketDetail {
|
|
1468
1303
|
|
|
@@ -1482,10 +1317,6 @@ export interface S3BucketDetail {
|
|
|
1482
1317
|
|
|
1483
1318
|
PublicAccess?: PublicAccess;
|
|
1484
1319
|
}
|
|
1485
|
-
export declare namespace S3BucketDetail {
|
|
1486
|
-
|
|
1487
|
-
const filterSensitiveLog: (obj: S3BucketDetail) => any;
|
|
1488
|
-
}
|
|
1489
1320
|
|
|
1490
1321
|
export interface Resource {
|
|
1491
1322
|
|
|
@@ -1500,10 +1331,12 @@ export interface Resource {
|
|
|
1500
1331
|
KubernetesDetails?: KubernetesDetails;
|
|
1501
1332
|
|
|
1502
1333
|
ResourceType?: string;
|
|
1503
|
-
}
|
|
1504
|
-
export declare namespace Resource {
|
|
1505
1334
|
|
|
1506
|
-
|
|
1335
|
+
EbsVolumeDetails?: EbsVolumeDetails;
|
|
1336
|
+
|
|
1337
|
+
EcsClusterDetails?: EcsClusterDetails;
|
|
1338
|
+
|
|
1339
|
+
ContainerDetails?: Container;
|
|
1507
1340
|
}
|
|
1508
1341
|
|
|
1509
1342
|
export interface ServiceAdditionalInfo {
|
|
@@ -1512,10 +1345,6 @@ export interface ServiceAdditionalInfo {
|
|
|
1512
1345
|
|
|
1513
1346
|
Type?: string;
|
|
1514
1347
|
}
|
|
1515
|
-
export declare namespace ServiceAdditionalInfo {
|
|
1516
|
-
|
|
1517
|
-
const filterSensitiveLog: (obj: ServiceAdditionalInfo) => any;
|
|
1518
|
-
}
|
|
1519
1348
|
|
|
1520
1349
|
export interface Service {
|
|
1521
1350
|
|
|
@@ -1540,10 +1369,10 @@ export interface Service {
|
|
|
1540
1369
|
UserFeedback?: string;
|
|
1541
1370
|
|
|
1542
1371
|
AdditionalInfo?: ServiceAdditionalInfo;
|
|
1543
|
-
}
|
|
1544
|
-
export declare namespace Service {
|
|
1545
1372
|
|
|
1546
|
-
|
|
1373
|
+
FeatureName?: string;
|
|
1374
|
+
|
|
1375
|
+
EbsVolumeScanDetails?: EbsVolumeScanDetails;
|
|
1547
1376
|
}
|
|
1548
1377
|
|
|
1549
1378
|
export interface Finding {
|
|
@@ -1578,19 +1407,11 @@ export interface Finding {
|
|
|
1578
1407
|
|
|
1579
1408
|
UpdatedAt: string | undefined;
|
|
1580
1409
|
}
|
|
1581
|
-
export declare namespace Finding {
|
|
1582
|
-
|
|
1583
|
-
const filterSensitiveLog: (obj: Finding) => any;
|
|
1584
|
-
}
|
|
1585
1410
|
|
|
1586
1411
|
export interface FindingStatistics {
|
|
1587
1412
|
|
|
1588
1413
|
CountBySeverity?: Record<string, number>;
|
|
1589
1414
|
}
|
|
1590
|
-
export declare namespace FindingStatistics {
|
|
1591
|
-
|
|
1592
|
-
const filterSensitiveLog: (obj: FindingStatistics) => any;
|
|
1593
|
-
}
|
|
1594
1415
|
export declare enum FindingStatisticType {
|
|
1595
1416
|
COUNT_BY_SEVERITY = "COUNT_BY_SEVERITY"
|
|
1596
1417
|
}
|
|
@@ -1598,27 +1419,15 @@ export interface GetAdministratorAccountRequest {
|
|
|
1598
1419
|
|
|
1599
1420
|
DetectorId: string | undefined;
|
|
1600
1421
|
}
|
|
1601
|
-
export declare namespace GetAdministratorAccountRequest {
|
|
1602
|
-
|
|
1603
|
-
const filterSensitiveLog: (obj: GetAdministratorAccountRequest) => any;
|
|
1604
|
-
}
|
|
1605
1422
|
export interface GetAdministratorAccountResponse {
|
|
1606
1423
|
|
|
1607
1424
|
Administrator: Administrator | undefined;
|
|
1608
1425
|
}
|
|
1609
|
-
export declare namespace GetAdministratorAccountResponse {
|
|
1610
|
-
|
|
1611
|
-
const filterSensitiveLog: (obj: GetAdministratorAccountResponse) => any;
|
|
1612
|
-
}
|
|
1613
1426
|
export interface GetDetectorRequest {
|
|
1614
1427
|
|
|
1615
1428
|
DetectorId: string | undefined;
|
|
1616
1429
|
}
|
|
1617
|
-
export
|
|
1618
|
-
|
|
1619
|
-
const filterSensitiveLog: (obj: GetDetectorRequest) => any;
|
|
1620
|
-
}
|
|
1621
|
-
export interface GetDetectorResponse {
|
|
1430
|
+
export interface GetDetectorResponse {
|
|
1622
1431
|
|
|
1623
1432
|
CreatedAt?: string;
|
|
1624
1433
|
|
|
@@ -1634,20 +1443,12 @@ export interface GetDetectorResponse {
|
|
|
1634
1443
|
|
|
1635
1444
|
Tags?: Record<string, string>;
|
|
1636
1445
|
}
|
|
1637
|
-
export declare namespace GetDetectorResponse {
|
|
1638
|
-
|
|
1639
|
-
const filterSensitiveLog: (obj: GetDetectorResponse) => any;
|
|
1640
|
-
}
|
|
1641
1446
|
export interface GetFilterRequest {
|
|
1642
1447
|
|
|
1643
1448
|
DetectorId: string | undefined;
|
|
1644
1449
|
|
|
1645
1450
|
FilterName: string | undefined;
|
|
1646
1451
|
}
|
|
1647
|
-
export declare namespace GetFilterRequest {
|
|
1648
|
-
|
|
1649
|
-
const filterSensitiveLog: (obj: GetFilterRequest) => any;
|
|
1650
|
-
}
|
|
1651
1452
|
export interface GetFilterResponse {
|
|
1652
1453
|
|
|
1653
1454
|
Name: string | undefined;
|
|
@@ -1662,25 +1463,6 @@ export interface GetFilterResponse {
|
|
|
1662
1463
|
|
|
1663
1464
|
Tags?: Record<string, string>;
|
|
1664
1465
|
}
|
|
1665
|
-
export declare namespace GetFilterResponse {
|
|
1666
|
-
|
|
1667
|
-
const filterSensitiveLog: (obj: GetFilterResponse) => any;
|
|
1668
|
-
}
|
|
1669
|
-
export declare enum OrderBy {
|
|
1670
|
-
ASC = "ASC",
|
|
1671
|
-
DESC = "DESC"
|
|
1672
|
-
}
|
|
1673
|
-
|
|
1674
|
-
export interface SortCriteria {
|
|
1675
|
-
|
|
1676
|
-
AttributeName?: string;
|
|
1677
|
-
|
|
1678
|
-
OrderBy?: OrderBy | string;
|
|
1679
|
-
}
|
|
1680
|
-
export declare namespace SortCriteria {
|
|
1681
|
-
|
|
1682
|
-
const filterSensitiveLog: (obj: SortCriteria) => any;
|
|
1683
|
-
}
|
|
1684
1466
|
export interface GetFindingsRequest {
|
|
1685
1467
|
|
|
1686
1468
|
DetectorId: string | undefined;
|
|
@@ -1689,18 +1471,10 @@ export interface GetFindingsRequest {
|
|
|
1689
1471
|
|
|
1690
1472
|
SortCriteria?: SortCriteria;
|
|
1691
1473
|
}
|
|
1692
|
-
export declare namespace GetFindingsRequest {
|
|
1693
|
-
|
|
1694
|
-
const filterSensitiveLog: (obj: GetFindingsRequest) => any;
|
|
1695
|
-
}
|
|
1696
1474
|
export interface GetFindingsResponse {
|
|
1697
1475
|
|
|
1698
1476
|
Findings: Finding[] | undefined;
|
|
1699
1477
|
}
|
|
1700
|
-
export declare namespace GetFindingsResponse {
|
|
1701
|
-
|
|
1702
|
-
const filterSensitiveLog: (obj: GetFindingsResponse) => any;
|
|
1703
|
-
}
|
|
1704
1478
|
export interface GetFindingsStatisticsRequest {
|
|
1705
1479
|
|
|
1706
1480
|
DetectorId: string | undefined;
|
|
@@ -1709,42 +1483,22 @@ export interface GetFindingsStatisticsRequest {
|
|
|
1709
1483
|
|
|
1710
1484
|
FindingCriteria?: FindingCriteria;
|
|
1711
1485
|
}
|
|
1712
|
-
export declare namespace GetFindingsStatisticsRequest {
|
|
1713
|
-
|
|
1714
|
-
const filterSensitiveLog: (obj: GetFindingsStatisticsRequest) => any;
|
|
1715
|
-
}
|
|
1716
1486
|
export interface GetFindingsStatisticsResponse {
|
|
1717
1487
|
|
|
1718
1488
|
FindingStatistics: FindingStatistics | undefined;
|
|
1719
1489
|
}
|
|
1720
|
-
export declare namespace GetFindingsStatisticsResponse {
|
|
1721
|
-
|
|
1722
|
-
const filterSensitiveLog: (obj: GetFindingsStatisticsResponse) => any;
|
|
1723
|
-
}
|
|
1724
1490
|
export interface GetInvitationsCountRequest {
|
|
1725
1491
|
}
|
|
1726
|
-
export declare namespace GetInvitationsCountRequest {
|
|
1727
|
-
|
|
1728
|
-
const filterSensitiveLog: (obj: GetInvitationsCountRequest) => any;
|
|
1729
|
-
}
|
|
1730
1492
|
export interface GetInvitationsCountResponse {
|
|
1731
1493
|
|
|
1732
1494
|
InvitationsCount?: number;
|
|
1733
1495
|
}
|
|
1734
|
-
export declare namespace GetInvitationsCountResponse {
|
|
1735
|
-
|
|
1736
|
-
const filterSensitiveLog: (obj: GetInvitationsCountResponse) => any;
|
|
1737
|
-
}
|
|
1738
1496
|
export interface GetIPSetRequest {
|
|
1739
1497
|
|
|
1740
1498
|
DetectorId: string | undefined;
|
|
1741
1499
|
|
|
1742
1500
|
IpSetId: string | undefined;
|
|
1743
1501
|
}
|
|
1744
|
-
export declare namespace GetIPSetRequest {
|
|
1745
|
-
|
|
1746
|
-
const filterSensitiveLog: (obj: GetIPSetRequest) => any;
|
|
1747
|
-
}
|
|
1748
1502
|
export declare enum IpSetStatus {
|
|
1749
1503
|
ACTIVATING = "ACTIVATING",
|
|
1750
1504
|
ACTIVE = "ACTIVE",
|
|
@@ -1766,17 +1520,41 @@ export interface GetIPSetResponse {
|
|
|
1766
1520
|
|
|
1767
1521
|
Tags?: Record<string, string>;
|
|
1768
1522
|
}
|
|
1769
|
-
export
|
|
1523
|
+
export interface GetMalwareScanSettingsRequest {
|
|
1770
1524
|
|
|
1771
|
-
|
|
1525
|
+
DetectorId: string | undefined;
|
|
1772
1526
|
}
|
|
1773
|
-
export
|
|
1527
|
+
export declare enum ScanCriterionKey {
|
|
1528
|
+
EC2_INSTANCE_TAG = "EC2_INSTANCE_TAG"
|
|
1529
|
+
}
|
|
1530
|
+
|
|
1531
|
+
export interface ScanConditionPair {
|
|
1774
1532
|
|
|
1775
|
-
|
|
1533
|
+
Key: string | undefined;
|
|
1534
|
+
|
|
1535
|
+
Value?: string;
|
|
1776
1536
|
}
|
|
1777
|
-
|
|
1537
|
+
|
|
1538
|
+
export interface ScanCondition {
|
|
1778
1539
|
|
|
1779
|
-
|
|
1540
|
+
MapEquals: ScanConditionPair[] | undefined;
|
|
1541
|
+
}
|
|
1542
|
+
|
|
1543
|
+
export interface ScanResourceCriteria {
|
|
1544
|
+
|
|
1545
|
+
Include?: Record<string, ScanCondition>;
|
|
1546
|
+
|
|
1547
|
+
Exclude?: Record<string, ScanCondition>;
|
|
1548
|
+
}
|
|
1549
|
+
export interface GetMalwareScanSettingsResponse {
|
|
1550
|
+
|
|
1551
|
+
ScanResourceCriteria?: ScanResourceCriteria;
|
|
1552
|
+
|
|
1553
|
+
EbsSnapshotPreservation?: EbsSnapshotPreservation | string;
|
|
1554
|
+
}
|
|
1555
|
+
export interface GetMasterAccountRequest {
|
|
1556
|
+
|
|
1557
|
+
DetectorId: string | undefined;
|
|
1780
1558
|
}
|
|
1781
1559
|
|
|
1782
1560
|
export interface Master {
|
|
@@ -1789,28 +1567,16 @@ export interface Master {
|
|
|
1789
1567
|
|
|
1790
1568
|
InvitedAt?: string;
|
|
1791
1569
|
}
|
|
1792
|
-
export declare namespace Master {
|
|
1793
|
-
|
|
1794
|
-
const filterSensitiveLog: (obj: Master) => any;
|
|
1795
|
-
}
|
|
1796
1570
|
export interface GetMasterAccountResponse {
|
|
1797
1571
|
|
|
1798
1572
|
Master: Master | undefined;
|
|
1799
1573
|
}
|
|
1800
|
-
export declare namespace GetMasterAccountResponse {
|
|
1801
|
-
|
|
1802
|
-
const filterSensitiveLog: (obj: GetMasterAccountResponse) => any;
|
|
1803
|
-
}
|
|
1804
1574
|
export interface GetMemberDetectorsRequest {
|
|
1805
1575
|
|
|
1806
1576
|
DetectorId: string | undefined;
|
|
1807
1577
|
|
|
1808
1578
|
AccountIds: string[] | undefined;
|
|
1809
1579
|
}
|
|
1810
|
-
export declare namespace GetMemberDetectorsRequest {
|
|
1811
|
-
|
|
1812
|
-
const filterSensitiveLog: (obj: GetMemberDetectorsRequest) => any;
|
|
1813
|
-
}
|
|
1814
1580
|
|
|
1815
1581
|
export interface MemberDataSourceConfiguration {
|
|
1816
1582
|
|
|
@@ -1818,30 +1584,18 @@ export interface MemberDataSourceConfiguration {
|
|
|
1818
1584
|
|
|
1819
1585
|
DataSources: DataSourceConfigurationsResult | undefined;
|
|
1820
1586
|
}
|
|
1821
|
-
export declare namespace MemberDataSourceConfiguration {
|
|
1822
|
-
|
|
1823
|
-
const filterSensitiveLog: (obj: MemberDataSourceConfiguration) => any;
|
|
1824
|
-
}
|
|
1825
1587
|
export interface GetMemberDetectorsResponse {
|
|
1826
1588
|
|
|
1827
1589
|
MemberDataSourceConfigurations: MemberDataSourceConfiguration[] | undefined;
|
|
1828
1590
|
|
|
1829
1591
|
UnprocessedAccounts: UnprocessedAccount[] | undefined;
|
|
1830
1592
|
}
|
|
1831
|
-
export declare namespace GetMemberDetectorsResponse {
|
|
1832
|
-
|
|
1833
|
-
const filterSensitiveLog: (obj: GetMemberDetectorsResponse) => any;
|
|
1834
|
-
}
|
|
1835
1593
|
export interface GetMembersRequest {
|
|
1836
1594
|
|
|
1837
1595
|
DetectorId: string | undefined;
|
|
1838
1596
|
|
|
1839
1597
|
AccountIds: string[] | undefined;
|
|
1840
1598
|
}
|
|
1841
|
-
export declare namespace GetMembersRequest {
|
|
1842
|
-
|
|
1843
|
-
const filterSensitiveLog: (obj: GetMembersRequest) => any;
|
|
1844
|
-
}
|
|
1845
1599
|
|
|
1846
1600
|
export interface Member {
|
|
1847
1601
|
|
|
@@ -1861,50 +1615,30 @@ export interface Member {
|
|
|
1861
1615
|
|
|
1862
1616
|
AdministratorId?: string;
|
|
1863
1617
|
}
|
|
1864
|
-
export declare namespace Member {
|
|
1865
|
-
|
|
1866
|
-
const filterSensitiveLog: (obj: Member) => any;
|
|
1867
|
-
}
|
|
1868
1618
|
export interface GetMembersResponse {
|
|
1869
1619
|
|
|
1870
1620
|
Members: Member[] | undefined;
|
|
1871
1621
|
|
|
1872
1622
|
UnprocessedAccounts: UnprocessedAccount[] | undefined;
|
|
1873
1623
|
}
|
|
1874
|
-
export declare namespace GetMembersResponse {
|
|
1875
|
-
|
|
1876
|
-
const filterSensitiveLog: (obj: GetMembersResponse) => any;
|
|
1877
|
-
}
|
|
1878
1624
|
export interface GetRemainingFreeTrialDaysRequest {
|
|
1879
1625
|
|
|
1880
1626
|
DetectorId: string | undefined;
|
|
1881
1627
|
|
|
1882
1628
|
AccountIds?: string[];
|
|
1883
1629
|
}
|
|
1884
|
-
export declare namespace GetRemainingFreeTrialDaysRequest {
|
|
1885
|
-
|
|
1886
|
-
const filterSensitiveLog: (obj: GetRemainingFreeTrialDaysRequest) => any;
|
|
1887
|
-
}
|
|
1888
1630
|
export interface GetRemainingFreeTrialDaysResponse {
|
|
1889
1631
|
|
|
1890
1632
|
Accounts?: AccountFreeTrialInfo[];
|
|
1891
1633
|
|
|
1892
1634
|
UnprocessedAccounts?: UnprocessedAccount[];
|
|
1893
1635
|
}
|
|
1894
|
-
export declare namespace GetRemainingFreeTrialDaysResponse {
|
|
1895
|
-
|
|
1896
|
-
const filterSensitiveLog: (obj: GetRemainingFreeTrialDaysResponse) => any;
|
|
1897
|
-
}
|
|
1898
1636
|
export interface GetThreatIntelSetRequest {
|
|
1899
1637
|
|
|
1900
1638
|
DetectorId: string | undefined;
|
|
1901
1639
|
|
|
1902
1640
|
ThreatIntelSetId: string | undefined;
|
|
1903
1641
|
}
|
|
1904
|
-
export declare namespace GetThreatIntelSetRequest {
|
|
1905
|
-
|
|
1906
|
-
const filterSensitiveLog: (obj: GetThreatIntelSetRequest) => any;
|
|
1907
|
-
}
|
|
1908
1642
|
export declare enum ThreatIntelSetStatus {
|
|
1909
1643
|
ACTIVATING = "ACTIVATING",
|
|
1910
1644
|
ACTIVE = "ACTIVE",
|
|
@@ -1926,10 +1660,6 @@ export interface GetThreatIntelSetResponse {
|
|
|
1926
1660
|
|
|
1927
1661
|
Tags?: Record<string, string>;
|
|
1928
1662
|
}
|
|
1929
|
-
export declare namespace GetThreatIntelSetResponse {
|
|
1930
|
-
|
|
1931
|
-
const filterSensitiveLog: (obj: GetThreatIntelSetResponse) => any;
|
|
1932
|
-
}
|
|
1933
1663
|
|
|
1934
1664
|
export interface UsageCriteria {
|
|
1935
1665
|
|
|
@@ -1939,10 +1669,6 @@ export interface UsageCriteria {
|
|
|
1939
1669
|
|
|
1940
1670
|
Resources?: string[];
|
|
1941
1671
|
}
|
|
1942
|
-
export declare namespace UsageCriteria {
|
|
1943
|
-
|
|
1944
|
-
const filterSensitiveLog: (obj: UsageCriteria) => any;
|
|
1945
|
-
}
|
|
1946
1672
|
export declare enum UsageStatisticType {
|
|
1947
1673
|
SUM_BY_ACCOUNT = "SUM_BY_ACCOUNT",
|
|
1948
1674
|
SUM_BY_DATA_SOURCE = "SUM_BY_DATA_SOURCE",
|
|
@@ -1963,10 +1689,6 @@ export interface GetUsageStatisticsRequest {
|
|
|
1963
1689
|
|
|
1964
1690
|
NextToken?: string;
|
|
1965
1691
|
}
|
|
1966
|
-
export declare namespace GetUsageStatisticsRequest {
|
|
1967
|
-
|
|
1968
|
-
const filterSensitiveLog: (obj: GetUsageStatisticsRequest) => any;
|
|
1969
|
-
}
|
|
1970
1692
|
|
|
1971
1693
|
export interface Total {
|
|
1972
1694
|
|
|
@@ -1974,10 +1696,6 @@ export interface Total {
|
|
|
1974
1696
|
|
|
1975
1697
|
Unit?: string;
|
|
1976
1698
|
}
|
|
1977
|
-
export declare namespace Total {
|
|
1978
|
-
|
|
1979
|
-
const filterSensitiveLog: (obj: Total) => any;
|
|
1980
|
-
}
|
|
1981
1699
|
|
|
1982
1700
|
export interface UsageAccountResult {
|
|
1983
1701
|
|
|
@@ -1985,10 +1703,6 @@ export interface UsageAccountResult {
|
|
|
1985
1703
|
|
|
1986
1704
|
Total?: Total;
|
|
1987
1705
|
}
|
|
1988
|
-
export declare namespace UsageAccountResult {
|
|
1989
|
-
|
|
1990
|
-
const filterSensitiveLog: (obj: UsageAccountResult) => any;
|
|
1991
|
-
}
|
|
1992
1706
|
|
|
1993
1707
|
export interface UsageDataSourceResult {
|
|
1994
1708
|
|
|
@@ -1996,10 +1710,6 @@ export interface UsageDataSourceResult {
|
|
|
1996
1710
|
|
|
1997
1711
|
Total?: Total;
|
|
1998
1712
|
}
|
|
1999
|
-
export declare namespace UsageDataSourceResult {
|
|
2000
|
-
|
|
2001
|
-
const filterSensitiveLog: (obj: UsageDataSourceResult) => any;
|
|
2002
|
-
}
|
|
2003
1713
|
|
|
2004
1714
|
export interface UsageResourceResult {
|
|
2005
1715
|
|
|
@@ -2007,10 +1717,6 @@ export interface UsageResourceResult {
|
|
|
2007
1717
|
|
|
2008
1718
|
Total?: Total;
|
|
2009
1719
|
}
|
|
2010
|
-
export declare namespace UsageResourceResult {
|
|
2011
|
-
|
|
2012
|
-
const filterSensitiveLog: (obj: UsageResourceResult) => any;
|
|
2013
|
-
}
|
|
2014
1720
|
|
|
2015
1721
|
export interface UsageStatistics {
|
|
2016
1722
|
|
|
@@ -2022,20 +1728,12 @@ export interface UsageStatistics {
|
|
|
2022
1728
|
|
|
2023
1729
|
TopResources?: UsageResourceResult[];
|
|
2024
1730
|
}
|
|
2025
|
-
export declare namespace UsageStatistics {
|
|
2026
|
-
|
|
2027
|
-
const filterSensitiveLog: (obj: UsageStatistics) => any;
|
|
2028
|
-
}
|
|
2029
1731
|
export interface GetUsageStatisticsResponse {
|
|
2030
1732
|
|
|
2031
1733
|
UsageStatistics?: UsageStatistics;
|
|
2032
1734
|
|
|
2033
1735
|
NextToken?: string;
|
|
2034
1736
|
}
|
|
2035
|
-
export declare namespace GetUsageStatisticsResponse {
|
|
2036
|
-
|
|
2037
|
-
const filterSensitiveLog: (obj: GetUsageStatisticsResponse) => any;
|
|
2038
|
-
}
|
|
2039
1737
|
export interface InviteMembersRequest {
|
|
2040
1738
|
|
|
2041
1739
|
DetectorId: string | undefined;
|
|
@@ -2046,38 +1744,22 @@ export interface InviteMembersRequest {
|
|
|
2046
1744
|
|
|
2047
1745
|
Message?: string;
|
|
2048
1746
|
}
|
|
2049
|
-
export declare namespace InviteMembersRequest {
|
|
2050
|
-
|
|
2051
|
-
const filterSensitiveLog: (obj: InviteMembersRequest) => any;
|
|
2052
|
-
}
|
|
2053
1747
|
export interface InviteMembersResponse {
|
|
2054
1748
|
|
|
2055
1749
|
UnprocessedAccounts: UnprocessedAccount[] | undefined;
|
|
2056
1750
|
}
|
|
2057
|
-
export declare namespace InviteMembersResponse {
|
|
2058
|
-
|
|
2059
|
-
const filterSensitiveLog: (obj: InviteMembersResponse) => any;
|
|
2060
|
-
}
|
|
2061
1751
|
export interface ListDetectorsRequest {
|
|
2062
1752
|
|
|
2063
1753
|
MaxResults?: number;
|
|
2064
1754
|
|
|
2065
1755
|
NextToken?: string;
|
|
2066
1756
|
}
|
|
2067
|
-
export declare namespace ListDetectorsRequest {
|
|
2068
|
-
|
|
2069
|
-
const filterSensitiveLog: (obj: ListDetectorsRequest) => any;
|
|
2070
|
-
}
|
|
2071
1757
|
export interface ListDetectorsResponse {
|
|
2072
1758
|
|
|
2073
1759
|
DetectorIds: string[] | undefined;
|
|
2074
1760
|
|
|
2075
1761
|
NextToken?: string;
|
|
2076
1762
|
}
|
|
2077
|
-
export declare namespace ListDetectorsResponse {
|
|
2078
|
-
|
|
2079
|
-
const filterSensitiveLog: (obj: ListDetectorsResponse) => any;
|
|
2080
|
-
}
|
|
2081
1763
|
export interface ListFiltersRequest {
|
|
2082
1764
|
|
|
2083
1765
|
DetectorId: string | undefined;
|
|
@@ -2086,20 +1768,12 @@ export interface ListFiltersRequest {
|
|
|
2086
1768
|
|
|
2087
1769
|
NextToken?: string;
|
|
2088
1770
|
}
|
|
2089
|
-
export declare namespace ListFiltersRequest {
|
|
2090
|
-
|
|
2091
|
-
const filterSensitiveLog: (obj: ListFiltersRequest) => any;
|
|
2092
|
-
}
|
|
2093
1771
|
export interface ListFiltersResponse {
|
|
2094
1772
|
|
|
2095
1773
|
FilterNames: string[] | undefined;
|
|
2096
1774
|
|
|
2097
1775
|
NextToken?: string;
|
|
2098
1776
|
}
|
|
2099
|
-
export declare namespace ListFiltersResponse {
|
|
2100
|
-
|
|
2101
|
-
const filterSensitiveLog: (obj: ListFiltersResponse) => any;
|
|
2102
|
-
}
|
|
2103
1777
|
export interface ListFindingsRequest {
|
|
2104
1778
|
|
|
2105
1779
|
DetectorId: string | undefined;
|
|
@@ -2112,30 +1786,18 @@ export interface ListFindingsRequest {
|
|
|
2112
1786
|
|
|
2113
1787
|
NextToken?: string;
|
|
2114
1788
|
}
|
|
2115
|
-
export declare namespace ListFindingsRequest {
|
|
2116
|
-
|
|
2117
|
-
const filterSensitiveLog: (obj: ListFindingsRequest) => any;
|
|
2118
|
-
}
|
|
2119
1789
|
export interface ListFindingsResponse {
|
|
2120
1790
|
|
|
2121
1791
|
FindingIds: string[] | undefined;
|
|
2122
1792
|
|
|
2123
1793
|
NextToken?: string;
|
|
2124
1794
|
}
|
|
2125
|
-
export declare namespace ListFindingsResponse {
|
|
2126
|
-
|
|
2127
|
-
const filterSensitiveLog: (obj: ListFindingsResponse) => any;
|
|
2128
|
-
}
|
|
2129
1795
|
export interface ListInvitationsRequest {
|
|
2130
1796
|
|
|
2131
1797
|
MaxResults?: number;
|
|
2132
1798
|
|
|
2133
1799
|
NextToken?: string;
|
|
2134
1800
|
}
|
|
2135
|
-
export declare namespace ListInvitationsRequest {
|
|
2136
|
-
|
|
2137
|
-
const filterSensitiveLog: (obj: ListInvitationsRequest) => any;
|
|
2138
|
-
}
|
|
2139
1801
|
|
|
2140
1802
|
export interface Invitation {
|
|
2141
1803
|
|
|
@@ -2147,20 +1809,12 @@ export interface Invitation {
|
|
|
2147
1809
|
|
|
2148
1810
|
InvitedAt?: string;
|
|
2149
1811
|
}
|
|
2150
|
-
export declare namespace Invitation {
|
|
2151
|
-
|
|
2152
|
-
const filterSensitiveLog: (obj: Invitation) => any;
|
|
2153
|
-
}
|
|
2154
1812
|
export interface ListInvitationsResponse {
|
|
2155
1813
|
|
|
2156
1814
|
Invitations?: Invitation[];
|
|
2157
1815
|
|
|
2158
1816
|
NextToken?: string;
|
|
2159
1817
|
}
|
|
2160
|
-
export declare namespace ListInvitationsResponse {
|
|
2161
|
-
|
|
2162
|
-
const filterSensitiveLog: (obj: ListInvitationsResponse) => any;
|
|
2163
|
-
}
|
|
2164
1818
|
export interface ListIPSetsRequest {
|
|
2165
1819
|
|
|
2166
1820
|
DetectorId: string | undefined;
|
|
@@ -2169,20 +1823,12 @@ export interface ListIPSetsRequest {
|
|
|
2169
1823
|
|
|
2170
1824
|
NextToken?: string;
|
|
2171
1825
|
}
|
|
2172
|
-
export declare namespace ListIPSetsRequest {
|
|
2173
|
-
|
|
2174
|
-
const filterSensitiveLog: (obj: ListIPSetsRequest) => any;
|
|
2175
|
-
}
|
|
2176
1826
|
export interface ListIPSetsResponse {
|
|
2177
1827
|
|
|
2178
1828
|
IpSetIds: string[] | undefined;
|
|
2179
1829
|
|
|
2180
1830
|
NextToken?: string;
|
|
2181
1831
|
}
|
|
2182
|
-
export declare namespace ListIPSetsResponse {
|
|
2183
|
-
|
|
2184
|
-
const filterSensitiveLog: (obj: ListIPSetsResponse) => any;
|
|
2185
|
-
}
|
|
2186
1832
|
export interface ListMembersRequest {
|
|
2187
1833
|
|
|
2188
1834
|
DetectorId: string | undefined;
|
|
@@ -2193,40 +1839,24 @@ export interface ListMembersRequest {
|
|
|
2193
1839
|
|
|
2194
1840
|
OnlyAssociated?: string;
|
|
2195
1841
|
}
|
|
2196
|
-
export declare namespace ListMembersRequest {
|
|
2197
|
-
|
|
2198
|
-
const filterSensitiveLog: (obj: ListMembersRequest) => any;
|
|
2199
|
-
}
|
|
2200
1842
|
export interface ListMembersResponse {
|
|
2201
1843
|
|
|
2202
1844
|
Members?: Member[];
|
|
2203
1845
|
|
|
2204
1846
|
NextToken?: string;
|
|
2205
1847
|
}
|
|
2206
|
-
export declare namespace ListMembersResponse {
|
|
2207
|
-
|
|
2208
|
-
const filterSensitiveLog: (obj: ListMembersResponse) => any;
|
|
2209
|
-
}
|
|
2210
1848
|
export interface ListOrganizationAdminAccountsRequest {
|
|
2211
1849
|
|
|
2212
1850
|
MaxResults?: number;
|
|
2213
1851
|
|
|
2214
1852
|
NextToken?: string;
|
|
2215
1853
|
}
|
|
2216
|
-
export declare namespace ListOrganizationAdminAccountsRequest {
|
|
2217
|
-
|
|
2218
|
-
const filterSensitiveLog: (obj: ListOrganizationAdminAccountsRequest) => any;
|
|
2219
|
-
}
|
|
2220
1854
|
export interface ListOrganizationAdminAccountsResponse {
|
|
2221
1855
|
|
|
2222
1856
|
AdminAccounts?: AdminAccount[];
|
|
2223
1857
|
|
|
2224
1858
|
NextToken?: string;
|
|
2225
1859
|
}
|
|
2226
|
-
export declare namespace ListOrganizationAdminAccountsResponse {
|
|
2227
|
-
|
|
2228
|
-
const filterSensitiveLog: (obj: ListOrganizationAdminAccountsResponse) => any;
|
|
2229
|
-
}
|
|
2230
1860
|
export interface ListPublishingDestinationsRequest {
|
|
2231
1861
|
|
|
2232
1862
|
DetectorId: string | undefined;
|
|
@@ -2235,36 +1865,20 @@ export interface ListPublishingDestinationsRequest {
|
|
|
2235
1865
|
|
|
2236
1866
|
NextToken?: string;
|
|
2237
1867
|
}
|
|
2238
|
-
export declare namespace ListPublishingDestinationsRequest {
|
|
2239
|
-
|
|
2240
|
-
const filterSensitiveLog: (obj: ListPublishingDestinationsRequest) => any;
|
|
2241
|
-
}
|
|
2242
1868
|
export interface ListPublishingDestinationsResponse {
|
|
2243
1869
|
|
|
2244
1870
|
Destinations: Destination[] | undefined;
|
|
2245
1871
|
|
|
2246
1872
|
NextToken?: string;
|
|
2247
1873
|
}
|
|
2248
|
-
export declare namespace ListPublishingDestinationsResponse {
|
|
2249
|
-
|
|
2250
|
-
const filterSensitiveLog: (obj: ListPublishingDestinationsResponse) => any;
|
|
2251
|
-
}
|
|
2252
1874
|
export interface ListTagsForResourceRequest {
|
|
2253
1875
|
|
|
2254
1876
|
ResourceArn: string | undefined;
|
|
2255
1877
|
}
|
|
2256
|
-
export declare namespace ListTagsForResourceRequest {
|
|
2257
|
-
|
|
2258
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
2259
|
-
}
|
|
2260
1878
|
export interface ListTagsForResourceResponse {
|
|
2261
1879
|
|
|
2262
1880
|
Tags?: Record<string, string>;
|
|
2263
1881
|
}
|
|
2264
|
-
export declare namespace ListTagsForResourceResponse {
|
|
2265
|
-
|
|
2266
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2267
|
-
}
|
|
2268
1882
|
export interface ListThreatIntelSetsRequest {
|
|
2269
1883
|
|
|
2270
1884
|
DetectorId: string | undefined;
|
|
@@ -2273,104 +1887,56 @@ export interface ListThreatIntelSetsRequest {
|
|
|
2273
1887
|
|
|
2274
1888
|
NextToken?: string;
|
|
2275
1889
|
}
|
|
2276
|
-
export declare namespace ListThreatIntelSetsRequest {
|
|
2277
|
-
|
|
2278
|
-
const filterSensitiveLog: (obj: ListThreatIntelSetsRequest) => any;
|
|
2279
|
-
}
|
|
2280
1890
|
export interface ListThreatIntelSetsResponse {
|
|
2281
1891
|
|
|
2282
1892
|
ThreatIntelSetIds: string[] | undefined;
|
|
2283
1893
|
|
|
2284
1894
|
NextToken?: string;
|
|
2285
1895
|
}
|
|
2286
|
-
export declare namespace ListThreatIntelSetsResponse {
|
|
2287
|
-
|
|
2288
|
-
const filterSensitiveLog: (obj: ListThreatIntelSetsResponse) => any;
|
|
2289
|
-
}
|
|
2290
1896
|
export interface StartMonitoringMembersRequest {
|
|
2291
1897
|
|
|
2292
1898
|
DetectorId: string | undefined;
|
|
2293
1899
|
|
|
2294
1900
|
AccountIds: string[] | undefined;
|
|
2295
1901
|
}
|
|
2296
|
-
export declare namespace StartMonitoringMembersRequest {
|
|
2297
|
-
|
|
2298
|
-
const filterSensitiveLog: (obj: StartMonitoringMembersRequest) => any;
|
|
2299
|
-
}
|
|
2300
1902
|
export interface StartMonitoringMembersResponse {
|
|
2301
1903
|
|
|
2302
1904
|
UnprocessedAccounts: UnprocessedAccount[] | undefined;
|
|
2303
1905
|
}
|
|
2304
|
-
export declare namespace StartMonitoringMembersResponse {
|
|
2305
|
-
|
|
2306
|
-
const filterSensitiveLog: (obj: StartMonitoringMembersResponse) => any;
|
|
2307
|
-
}
|
|
2308
1906
|
export interface StopMonitoringMembersRequest {
|
|
2309
1907
|
|
|
2310
1908
|
DetectorId: string | undefined;
|
|
2311
1909
|
|
|
2312
1910
|
AccountIds: string[] | undefined;
|
|
2313
1911
|
}
|
|
2314
|
-
export declare namespace StopMonitoringMembersRequest {
|
|
2315
|
-
|
|
2316
|
-
const filterSensitiveLog: (obj: StopMonitoringMembersRequest) => any;
|
|
2317
|
-
}
|
|
2318
1912
|
export interface StopMonitoringMembersResponse {
|
|
2319
1913
|
|
|
2320
1914
|
UnprocessedAccounts: UnprocessedAccount[] | undefined;
|
|
2321
1915
|
}
|
|
2322
|
-
export declare namespace StopMonitoringMembersResponse {
|
|
2323
|
-
|
|
2324
|
-
const filterSensitiveLog: (obj: StopMonitoringMembersResponse) => any;
|
|
2325
|
-
}
|
|
2326
1916
|
export interface TagResourceRequest {
|
|
2327
1917
|
|
|
2328
1918
|
ResourceArn: string | undefined;
|
|
2329
1919
|
|
|
2330
1920
|
Tags: Record<string, string> | undefined;
|
|
2331
1921
|
}
|
|
2332
|
-
export declare namespace TagResourceRequest {
|
|
2333
|
-
|
|
2334
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
2335
|
-
}
|
|
2336
1922
|
export interface TagResourceResponse {
|
|
2337
1923
|
}
|
|
2338
|
-
export declare namespace TagResourceResponse {
|
|
2339
|
-
|
|
2340
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
2341
|
-
}
|
|
2342
1924
|
export interface UnarchiveFindingsRequest {
|
|
2343
1925
|
|
|
2344
1926
|
DetectorId: string | undefined;
|
|
2345
1927
|
|
|
2346
1928
|
FindingIds: string[] | undefined;
|
|
2347
1929
|
}
|
|
2348
|
-
export declare namespace UnarchiveFindingsRequest {
|
|
2349
|
-
|
|
2350
|
-
const filterSensitiveLog: (obj: UnarchiveFindingsRequest) => any;
|
|
2351
|
-
}
|
|
2352
1930
|
export interface UnarchiveFindingsResponse {
|
|
2353
1931
|
}
|
|
2354
|
-
export declare namespace UnarchiveFindingsResponse {
|
|
2355
|
-
|
|
2356
|
-
const filterSensitiveLog: (obj: UnarchiveFindingsResponse) => any;
|
|
2357
|
-
}
|
|
2358
1932
|
export interface UntagResourceRequest {
|
|
2359
1933
|
|
|
2360
1934
|
ResourceArn: string | undefined;
|
|
2361
1935
|
|
|
2362
1936
|
TagKeys: string[] | undefined;
|
|
2363
1937
|
}
|
|
2364
|
-
export declare namespace UntagResourceRequest {
|
|
2365
|
-
|
|
2366
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
2367
|
-
}
|
|
2368
1938
|
export interface UntagResourceResponse {
|
|
2369
1939
|
}
|
|
2370
|
-
export declare namespace UntagResourceResponse {
|
|
2371
|
-
|
|
2372
|
-
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
2373
|
-
}
|
|
2374
1940
|
export interface UpdateDetectorRequest {
|
|
2375
1941
|
|
|
2376
1942
|
DetectorId: string | undefined;
|
|
@@ -2381,16 +1947,8 @@ export interface UpdateDetectorRequest {
|
|
|
2381
1947
|
|
|
2382
1948
|
DataSources?: DataSourceConfigurations;
|
|
2383
1949
|
}
|
|
2384
|
-
export declare namespace UpdateDetectorRequest {
|
|
2385
|
-
|
|
2386
|
-
const filterSensitiveLog: (obj: UpdateDetectorRequest) => any;
|
|
2387
|
-
}
|
|
2388
1950
|
export interface UpdateDetectorResponse {
|
|
2389
1951
|
}
|
|
2390
|
-
export declare namespace UpdateDetectorResponse {
|
|
2391
|
-
|
|
2392
|
-
const filterSensitiveLog: (obj: UpdateDetectorResponse) => any;
|
|
2393
|
-
}
|
|
2394
1952
|
export interface UpdateFilterRequest {
|
|
2395
1953
|
|
|
2396
1954
|
DetectorId: string | undefined;
|
|
@@ -2405,18 +1963,10 @@ export interface UpdateFilterRequest {
|
|
|
2405
1963
|
|
|
2406
1964
|
FindingCriteria?: FindingCriteria;
|
|
2407
1965
|
}
|
|
2408
|
-
export declare namespace UpdateFilterRequest {
|
|
2409
|
-
|
|
2410
|
-
const filterSensitiveLog: (obj: UpdateFilterRequest) => any;
|
|
2411
|
-
}
|
|
2412
1966
|
export interface UpdateFilterResponse {
|
|
2413
1967
|
|
|
2414
1968
|
Name: string | undefined;
|
|
2415
1969
|
}
|
|
2416
|
-
export declare namespace UpdateFilterResponse {
|
|
2417
|
-
|
|
2418
|
-
const filterSensitiveLog: (obj: UpdateFilterResponse) => any;
|
|
2419
|
-
}
|
|
2420
1970
|
export interface UpdateFindingsFeedbackRequest {
|
|
2421
1971
|
|
|
2422
1972
|
DetectorId: string | undefined;
|
|
@@ -2427,16 +1977,8 @@ export interface UpdateFindingsFeedbackRequest {
|
|
|
2427
1977
|
|
|
2428
1978
|
Comments?: string;
|
|
2429
1979
|
}
|
|
2430
|
-
export declare namespace UpdateFindingsFeedbackRequest {
|
|
2431
|
-
|
|
2432
|
-
const filterSensitiveLog: (obj: UpdateFindingsFeedbackRequest) => any;
|
|
2433
|
-
}
|
|
2434
1980
|
export interface UpdateFindingsFeedbackResponse {
|
|
2435
1981
|
}
|
|
2436
|
-
export declare namespace UpdateFindingsFeedbackResponse {
|
|
2437
|
-
|
|
2438
|
-
const filterSensitiveLog: (obj: UpdateFindingsFeedbackResponse) => any;
|
|
2439
|
-
}
|
|
2440
1982
|
export interface UpdateIPSetRequest {
|
|
2441
1983
|
|
|
2442
1984
|
DetectorId: string | undefined;
|
|
@@ -2449,15 +1991,17 @@ export interface UpdateIPSetRequest {
|
|
|
2449
1991
|
|
|
2450
1992
|
Activate?: boolean;
|
|
2451
1993
|
}
|
|
2452
|
-
export declare namespace UpdateIPSetRequest {
|
|
2453
|
-
|
|
2454
|
-
const filterSensitiveLog: (obj: UpdateIPSetRequest) => any;
|
|
2455
|
-
}
|
|
2456
1994
|
export interface UpdateIPSetResponse {
|
|
2457
1995
|
}
|
|
2458
|
-
export
|
|
1996
|
+
export interface UpdateMalwareScanSettingsRequest {
|
|
1997
|
+
|
|
1998
|
+
DetectorId: string | undefined;
|
|
1999
|
+
|
|
2000
|
+
ScanResourceCriteria?: ScanResourceCriteria;
|
|
2459
2001
|
|
|
2460
|
-
|
|
2002
|
+
EbsSnapshotPreservation?: EbsSnapshotPreservation | string;
|
|
2003
|
+
}
|
|
2004
|
+
export interface UpdateMalwareScanSettingsResponse {
|
|
2461
2005
|
}
|
|
2462
2006
|
export interface UpdateMemberDetectorsRequest {
|
|
2463
2007
|
|
|
@@ -2467,44 +2011,39 @@ export interface UpdateMemberDetectorsRequest {
|
|
|
2467
2011
|
|
|
2468
2012
|
DataSources?: DataSourceConfigurations;
|
|
2469
2013
|
}
|
|
2470
|
-
export declare namespace UpdateMemberDetectorsRequest {
|
|
2471
|
-
|
|
2472
|
-
const filterSensitiveLog: (obj: UpdateMemberDetectorsRequest) => any;
|
|
2473
|
-
}
|
|
2474
2014
|
export interface UpdateMemberDetectorsResponse {
|
|
2475
2015
|
|
|
2476
2016
|
UnprocessedAccounts: UnprocessedAccount[] | undefined;
|
|
2477
2017
|
}
|
|
2478
|
-
export declare namespace UpdateMemberDetectorsResponse {
|
|
2479
|
-
|
|
2480
|
-
const filterSensitiveLog: (obj: UpdateMemberDetectorsResponse) => any;
|
|
2481
|
-
}
|
|
2482
2018
|
|
|
2483
2019
|
export interface OrganizationKubernetesAuditLogsConfiguration {
|
|
2484
2020
|
|
|
2485
2021
|
AutoEnable: boolean | undefined;
|
|
2486
2022
|
}
|
|
2487
|
-
export declare namespace OrganizationKubernetesAuditLogsConfiguration {
|
|
2488
|
-
|
|
2489
|
-
const filterSensitiveLog: (obj: OrganizationKubernetesAuditLogsConfiguration) => any;
|
|
2490
|
-
}
|
|
2491
2023
|
|
|
2492
2024
|
export interface OrganizationKubernetesConfiguration {
|
|
2493
2025
|
|
|
2494
2026
|
AuditLogs: OrganizationKubernetesAuditLogsConfiguration | undefined;
|
|
2495
2027
|
}
|
|
2496
|
-
|
|
2028
|
+
|
|
2029
|
+
export interface OrganizationEbsVolumes {
|
|
2497
2030
|
|
|
2498
|
-
|
|
2031
|
+
AutoEnable?: boolean;
|
|
2499
2032
|
}
|
|
2500
2033
|
|
|
2501
|
-
export interface
|
|
2034
|
+
export interface OrganizationScanEc2InstanceWithFindings {
|
|
2502
2035
|
|
|
2503
|
-
|
|
2036
|
+
EbsVolumes?: OrganizationEbsVolumes;
|
|
2504
2037
|
}
|
|
2505
|
-
|
|
2038
|
+
|
|
2039
|
+
export interface OrganizationMalwareProtectionConfiguration {
|
|
2506
2040
|
|
|
2507
|
-
|
|
2041
|
+
ScanEc2InstanceWithFindings?: OrganizationScanEc2InstanceWithFindings;
|
|
2042
|
+
}
|
|
2043
|
+
|
|
2044
|
+
export interface OrganizationS3LogsConfiguration {
|
|
2045
|
+
|
|
2046
|
+
AutoEnable: boolean | undefined;
|
|
2508
2047
|
}
|
|
2509
2048
|
|
|
2510
2049
|
export interface OrganizationDataSourceConfigurations {
|
|
@@ -2512,10 +2051,8 @@ export interface OrganizationDataSourceConfigurations {
|
|
|
2512
2051
|
S3Logs?: OrganizationS3LogsConfiguration;
|
|
2513
2052
|
|
|
2514
2053
|
Kubernetes?: OrganizationKubernetesConfiguration;
|
|
2515
|
-
}
|
|
2516
|
-
export declare namespace OrganizationDataSourceConfigurations {
|
|
2517
2054
|
|
|
2518
|
-
|
|
2055
|
+
MalwareProtection?: OrganizationMalwareProtectionConfiguration;
|
|
2519
2056
|
}
|
|
2520
2057
|
export interface UpdateOrganizationConfigurationRequest {
|
|
2521
2058
|
|
|
@@ -2525,16 +2062,8 @@ export interface UpdateOrganizationConfigurationRequest {
|
|
|
2525
2062
|
|
|
2526
2063
|
DataSources?: OrganizationDataSourceConfigurations;
|
|
2527
2064
|
}
|
|
2528
|
-
export declare namespace UpdateOrganizationConfigurationRequest {
|
|
2529
|
-
|
|
2530
|
-
const filterSensitiveLog: (obj: UpdateOrganizationConfigurationRequest) => any;
|
|
2531
|
-
}
|
|
2532
2065
|
export interface UpdateOrganizationConfigurationResponse {
|
|
2533
2066
|
}
|
|
2534
|
-
export declare namespace UpdateOrganizationConfigurationResponse {
|
|
2535
|
-
|
|
2536
|
-
const filterSensitiveLog: (obj: UpdateOrganizationConfigurationResponse) => any;
|
|
2537
|
-
}
|
|
2538
2067
|
export interface UpdatePublishingDestinationRequest {
|
|
2539
2068
|
|
|
2540
2069
|
DetectorId: string | undefined;
|
|
@@ -2543,16 +2072,8 @@ export interface UpdatePublishingDestinationRequest {
|
|
|
2543
2072
|
|
|
2544
2073
|
DestinationProperties?: DestinationProperties;
|
|
2545
2074
|
}
|
|
2546
|
-
export declare namespace UpdatePublishingDestinationRequest {
|
|
2547
|
-
|
|
2548
|
-
const filterSensitiveLog: (obj: UpdatePublishingDestinationRequest) => any;
|
|
2549
|
-
}
|
|
2550
2075
|
export interface UpdatePublishingDestinationResponse {
|
|
2551
2076
|
}
|
|
2552
|
-
export declare namespace UpdatePublishingDestinationResponse {
|
|
2553
|
-
|
|
2554
|
-
const filterSensitiveLog: (obj: UpdatePublishingDestinationResponse) => any;
|
|
2555
|
-
}
|
|
2556
2077
|
export interface UpdateThreatIntelSetRequest {
|
|
2557
2078
|
|
|
2558
2079
|
DetectorId: string | undefined;
|
|
@@ -2565,13 +2086,519 @@ export interface UpdateThreatIntelSetRequest {
|
|
|
2565
2086
|
|
|
2566
2087
|
Activate?: boolean;
|
|
2567
2088
|
}
|
|
2568
|
-
export declare namespace UpdateThreatIntelSetRequest {
|
|
2569
|
-
|
|
2570
|
-
const filterSensitiveLog: (obj: UpdateThreatIntelSetRequest) => any;
|
|
2571
|
-
}
|
|
2572
2089
|
export interface UpdateThreatIntelSetResponse {
|
|
2573
2090
|
}
|
|
2574
|
-
|
|
2575
|
-
|
|
2576
|
-
|
|
2577
|
-
|
|
2091
|
+
|
|
2092
|
+
export declare const AcceptAdministratorInvitationRequestFilterSensitiveLog: (obj: AcceptAdministratorInvitationRequest) => any;
|
|
2093
|
+
|
|
2094
|
+
export declare const AcceptAdministratorInvitationResponseFilterSensitiveLog: (obj: AcceptAdministratorInvitationResponse) => any;
|
|
2095
|
+
|
|
2096
|
+
export declare const AcceptInvitationRequestFilterSensitiveLog: (obj: AcceptInvitationRequest) => any;
|
|
2097
|
+
|
|
2098
|
+
export declare const AcceptInvitationResponseFilterSensitiveLog: (obj: AcceptInvitationResponse) => any;
|
|
2099
|
+
|
|
2100
|
+
export declare const AccessControlListFilterSensitiveLog: (obj: AccessControlList) => any;
|
|
2101
|
+
|
|
2102
|
+
export declare const AccessKeyDetailsFilterSensitiveLog: (obj: AccessKeyDetails) => any;
|
|
2103
|
+
|
|
2104
|
+
export declare const AccountDetailFilterSensitiveLog: (obj: AccountDetail) => any;
|
|
2105
|
+
|
|
2106
|
+
export declare const DataSourceFreeTrialFilterSensitiveLog: (obj: DataSourceFreeTrial) => any;
|
|
2107
|
+
|
|
2108
|
+
export declare const KubernetesDataSourceFreeTrialFilterSensitiveLog: (obj: KubernetesDataSourceFreeTrial) => any;
|
|
2109
|
+
|
|
2110
|
+
export declare const MalwareProtectionDataSourceFreeTrialFilterSensitiveLog: (obj: MalwareProtectionDataSourceFreeTrial) => any;
|
|
2111
|
+
|
|
2112
|
+
export declare const DataSourcesFreeTrialFilterSensitiveLog: (obj: DataSourcesFreeTrial) => any;
|
|
2113
|
+
|
|
2114
|
+
export declare const AccountFreeTrialInfoFilterSensitiveLog: (obj: AccountFreeTrialInfo) => any;
|
|
2115
|
+
|
|
2116
|
+
export declare const BlockPublicAccessFilterSensitiveLog: (obj: BlockPublicAccess) => any;
|
|
2117
|
+
|
|
2118
|
+
export declare const AccountLevelPermissionsFilterSensitiveLog: (obj: AccountLevelPermissions) => any;
|
|
2119
|
+
|
|
2120
|
+
export declare const DomainDetailsFilterSensitiveLog: (obj: DomainDetails) => any;
|
|
2121
|
+
|
|
2122
|
+
export declare const RemoteAccountDetailsFilterSensitiveLog: (obj: RemoteAccountDetails) => any;
|
|
2123
|
+
|
|
2124
|
+
export declare const CityFilterSensitiveLog: (obj: City) => any;
|
|
2125
|
+
|
|
2126
|
+
export declare const CountryFilterSensitiveLog: (obj: Country) => any;
|
|
2127
|
+
|
|
2128
|
+
export declare const GeoLocationFilterSensitiveLog: (obj: GeoLocation) => any;
|
|
2129
|
+
|
|
2130
|
+
export declare const OrganizationFilterSensitiveLog: (obj: Organization) => any;
|
|
2131
|
+
|
|
2132
|
+
export declare const RemoteIpDetailsFilterSensitiveLog: (obj: RemoteIpDetails) => any;
|
|
2133
|
+
|
|
2134
|
+
export declare const AwsApiCallActionFilterSensitiveLog: (obj: AwsApiCallAction) => any;
|
|
2135
|
+
|
|
2136
|
+
export declare const DnsRequestActionFilterSensitiveLog: (obj: DnsRequestAction) => any;
|
|
2137
|
+
|
|
2138
|
+
export declare const KubernetesApiCallActionFilterSensitiveLog: (obj: KubernetesApiCallAction) => any;
|
|
2139
|
+
|
|
2140
|
+
export declare const LocalIpDetailsFilterSensitiveLog: (obj: LocalIpDetails) => any;
|
|
2141
|
+
|
|
2142
|
+
export declare const LocalPortDetailsFilterSensitiveLog: (obj: LocalPortDetails) => any;
|
|
2143
|
+
|
|
2144
|
+
export declare const RemotePortDetailsFilterSensitiveLog: (obj: RemotePortDetails) => any;
|
|
2145
|
+
|
|
2146
|
+
export declare const NetworkConnectionActionFilterSensitiveLog: (obj: NetworkConnectionAction) => any;
|
|
2147
|
+
|
|
2148
|
+
export declare const PortProbeDetailFilterSensitiveLog: (obj: PortProbeDetail) => any;
|
|
2149
|
+
|
|
2150
|
+
export declare const PortProbeActionFilterSensitiveLog: (obj: PortProbeAction) => any;
|
|
2151
|
+
|
|
2152
|
+
export declare const ActionFilterSensitiveLog: (obj: Action) => any;
|
|
2153
|
+
|
|
2154
|
+
export declare const AdminAccountFilterSensitiveLog: (obj: AdminAccount) => any;
|
|
2155
|
+
|
|
2156
|
+
export declare const AdministratorFilterSensitiveLog: (obj: Administrator) => any;
|
|
2157
|
+
|
|
2158
|
+
export declare const ArchiveFindingsRequestFilterSensitiveLog: (obj: ArchiveFindingsRequest) => any;
|
|
2159
|
+
|
|
2160
|
+
export declare const ArchiveFindingsResponseFilterSensitiveLog: (obj: ArchiveFindingsResponse) => any;
|
|
2161
|
+
|
|
2162
|
+
export declare const BucketPolicyFilterSensitiveLog: (obj: BucketPolicy) => any;
|
|
2163
|
+
|
|
2164
|
+
export declare const BucketLevelPermissionsFilterSensitiveLog: (obj: BucketLevelPermissions) => any;
|
|
2165
|
+
|
|
2166
|
+
export declare const CloudTrailConfigurationResultFilterSensitiveLog: (obj: CloudTrailConfigurationResult) => any;
|
|
2167
|
+
|
|
2168
|
+
export declare const ConditionFilterSensitiveLog: (obj: Condition) => any;
|
|
2169
|
+
|
|
2170
|
+
export declare const SecurityContextFilterSensitiveLog: (obj: SecurityContext) => any;
|
|
2171
|
+
|
|
2172
|
+
export declare const VolumeMountFilterSensitiveLog: (obj: VolumeMount) => any;
|
|
2173
|
+
|
|
2174
|
+
export declare const ContainerFilterSensitiveLog: (obj: Container) => any;
|
|
2175
|
+
|
|
2176
|
+
export declare const KubernetesAuditLogsConfigurationFilterSensitiveLog: (obj: KubernetesAuditLogsConfiguration) => any;
|
|
2177
|
+
|
|
2178
|
+
export declare const KubernetesConfigurationFilterSensitiveLog: (obj: KubernetesConfiguration) => any;
|
|
2179
|
+
|
|
2180
|
+
export declare const ScanEc2InstanceWithFindingsFilterSensitiveLog: (obj: ScanEc2InstanceWithFindings) => any;
|
|
2181
|
+
|
|
2182
|
+
export declare const MalwareProtectionConfigurationFilterSensitiveLog: (obj: MalwareProtectionConfiguration) => any;
|
|
2183
|
+
|
|
2184
|
+
export declare const S3LogsConfigurationFilterSensitiveLog: (obj: S3LogsConfiguration) => any;
|
|
2185
|
+
|
|
2186
|
+
export declare const DataSourceConfigurationsFilterSensitiveLog: (obj: DataSourceConfigurations) => any;
|
|
2187
|
+
|
|
2188
|
+
export declare const CreateDetectorRequestFilterSensitiveLog: (obj: CreateDetectorRequest) => any;
|
|
2189
|
+
|
|
2190
|
+
export declare const CreateDetectorResponseFilterSensitiveLog: (obj: CreateDetectorResponse) => any;
|
|
2191
|
+
|
|
2192
|
+
export declare const FindingCriteriaFilterSensitiveLog: (obj: FindingCriteria) => any;
|
|
2193
|
+
|
|
2194
|
+
export declare const CreateFilterRequestFilterSensitiveLog: (obj: CreateFilterRequest) => any;
|
|
2195
|
+
|
|
2196
|
+
export declare const CreateFilterResponseFilterSensitiveLog: (obj: CreateFilterResponse) => any;
|
|
2197
|
+
|
|
2198
|
+
export declare const CreateIPSetRequestFilterSensitiveLog: (obj: CreateIPSetRequest) => any;
|
|
2199
|
+
|
|
2200
|
+
export declare const CreateIPSetResponseFilterSensitiveLog: (obj: CreateIPSetResponse) => any;
|
|
2201
|
+
|
|
2202
|
+
export declare const CreateMembersRequestFilterSensitiveLog: (obj: CreateMembersRequest) => any;
|
|
2203
|
+
|
|
2204
|
+
export declare const UnprocessedAccountFilterSensitiveLog: (obj: UnprocessedAccount) => any;
|
|
2205
|
+
|
|
2206
|
+
export declare const CreateMembersResponseFilterSensitiveLog: (obj: CreateMembersResponse) => any;
|
|
2207
|
+
|
|
2208
|
+
export declare const DestinationPropertiesFilterSensitiveLog: (obj: DestinationProperties) => any;
|
|
2209
|
+
|
|
2210
|
+
export declare const CreatePublishingDestinationRequestFilterSensitiveLog: (obj: CreatePublishingDestinationRequest) => any;
|
|
2211
|
+
|
|
2212
|
+
export declare const CreatePublishingDestinationResponseFilterSensitiveLog: (obj: CreatePublishingDestinationResponse) => any;
|
|
2213
|
+
|
|
2214
|
+
export declare const CreateSampleFindingsRequestFilterSensitiveLog: (obj: CreateSampleFindingsRequest) => any;
|
|
2215
|
+
|
|
2216
|
+
export declare const CreateSampleFindingsResponseFilterSensitiveLog: (obj: CreateSampleFindingsResponse) => any;
|
|
2217
|
+
|
|
2218
|
+
export declare const CreateThreatIntelSetRequestFilterSensitiveLog: (obj: CreateThreatIntelSetRequest) => any;
|
|
2219
|
+
|
|
2220
|
+
export declare const CreateThreatIntelSetResponseFilterSensitiveLog: (obj: CreateThreatIntelSetResponse) => any;
|
|
2221
|
+
|
|
2222
|
+
export declare const DNSLogsConfigurationResultFilterSensitiveLog: (obj: DNSLogsConfigurationResult) => any;
|
|
2223
|
+
|
|
2224
|
+
export declare const FlowLogsConfigurationResultFilterSensitiveLog: (obj: FlowLogsConfigurationResult) => any;
|
|
2225
|
+
|
|
2226
|
+
export declare const KubernetesAuditLogsConfigurationResultFilterSensitiveLog: (obj: KubernetesAuditLogsConfigurationResult) => any;
|
|
2227
|
+
|
|
2228
|
+
export declare const KubernetesConfigurationResultFilterSensitiveLog: (obj: KubernetesConfigurationResult) => any;
|
|
2229
|
+
|
|
2230
|
+
export declare const EbsVolumesResultFilterSensitiveLog: (obj: EbsVolumesResult) => any;
|
|
2231
|
+
|
|
2232
|
+
export declare const ScanEc2InstanceWithFindingsResultFilterSensitiveLog: (obj: ScanEc2InstanceWithFindingsResult) => any;
|
|
2233
|
+
|
|
2234
|
+
export declare const MalwareProtectionConfigurationResultFilterSensitiveLog: (obj: MalwareProtectionConfigurationResult) => any;
|
|
2235
|
+
|
|
2236
|
+
export declare const S3LogsConfigurationResultFilterSensitiveLog: (obj: S3LogsConfigurationResult) => any;
|
|
2237
|
+
|
|
2238
|
+
export declare const DataSourceConfigurationsResultFilterSensitiveLog: (obj: DataSourceConfigurationsResult) => any;
|
|
2239
|
+
|
|
2240
|
+
export declare const DeclineInvitationsRequestFilterSensitiveLog: (obj: DeclineInvitationsRequest) => any;
|
|
2241
|
+
|
|
2242
|
+
export declare const DeclineInvitationsResponseFilterSensitiveLog: (obj: DeclineInvitationsResponse) => any;
|
|
2243
|
+
|
|
2244
|
+
export declare const DefaultServerSideEncryptionFilterSensitiveLog: (obj: DefaultServerSideEncryption) => any;
|
|
2245
|
+
|
|
2246
|
+
export declare const DeleteDetectorRequestFilterSensitiveLog: (obj: DeleteDetectorRequest) => any;
|
|
2247
|
+
|
|
2248
|
+
export declare const DeleteDetectorResponseFilterSensitiveLog: (obj: DeleteDetectorResponse) => any;
|
|
2249
|
+
|
|
2250
|
+
export declare const DeleteFilterRequestFilterSensitiveLog: (obj: DeleteFilterRequest) => any;
|
|
2251
|
+
|
|
2252
|
+
export declare const DeleteFilterResponseFilterSensitiveLog: (obj: DeleteFilterResponse) => any;
|
|
2253
|
+
|
|
2254
|
+
export declare const DeleteInvitationsRequestFilterSensitiveLog: (obj: DeleteInvitationsRequest) => any;
|
|
2255
|
+
|
|
2256
|
+
export declare const DeleteInvitationsResponseFilterSensitiveLog: (obj: DeleteInvitationsResponse) => any;
|
|
2257
|
+
|
|
2258
|
+
export declare const DeleteIPSetRequestFilterSensitiveLog: (obj: DeleteIPSetRequest) => any;
|
|
2259
|
+
|
|
2260
|
+
export declare const DeleteIPSetResponseFilterSensitiveLog: (obj: DeleteIPSetResponse) => any;
|
|
2261
|
+
|
|
2262
|
+
export declare const DeleteMembersRequestFilterSensitiveLog: (obj: DeleteMembersRequest) => any;
|
|
2263
|
+
|
|
2264
|
+
export declare const DeleteMembersResponseFilterSensitiveLog: (obj: DeleteMembersResponse) => any;
|
|
2265
|
+
|
|
2266
|
+
export declare const DeletePublishingDestinationRequestFilterSensitiveLog: (obj: DeletePublishingDestinationRequest) => any;
|
|
2267
|
+
|
|
2268
|
+
export declare const DeletePublishingDestinationResponseFilterSensitiveLog: (obj: DeletePublishingDestinationResponse) => any;
|
|
2269
|
+
|
|
2270
|
+
export declare const DeleteThreatIntelSetRequestFilterSensitiveLog: (obj: DeleteThreatIntelSetRequest) => any;
|
|
2271
|
+
|
|
2272
|
+
export declare const DeleteThreatIntelSetResponseFilterSensitiveLog: (obj: DeleteThreatIntelSetResponse) => any;
|
|
2273
|
+
|
|
2274
|
+
export declare const FilterConditionFilterSensitiveLog: (obj: FilterCondition) => any;
|
|
2275
|
+
|
|
2276
|
+
export declare const FilterCriterionFilterSensitiveLog: (obj: FilterCriterion) => any;
|
|
2277
|
+
|
|
2278
|
+
export declare const FilterCriteriaFilterSensitiveLog: (obj: FilterCriteria) => any;
|
|
2279
|
+
|
|
2280
|
+
export declare const SortCriteriaFilterSensitiveLog: (obj: SortCriteria) => any;
|
|
2281
|
+
|
|
2282
|
+
export declare const DescribeMalwareScansRequestFilterSensitiveLog: (obj: DescribeMalwareScansRequest) => any;
|
|
2283
|
+
|
|
2284
|
+
export declare const VolumeDetailFilterSensitiveLog: (obj: VolumeDetail) => any;
|
|
2285
|
+
|
|
2286
|
+
export declare const ResourceDetailsFilterSensitiveLog: (obj: ResourceDetails) => any;
|
|
2287
|
+
|
|
2288
|
+
export declare const ScanResultDetailsFilterSensitiveLog: (obj: ScanResultDetails) => any;
|
|
2289
|
+
|
|
2290
|
+
export declare const TriggerDetailsFilterSensitiveLog: (obj: TriggerDetails) => any;
|
|
2291
|
+
|
|
2292
|
+
export declare const ScanFilterSensitiveLog: (obj: Scan) => any;
|
|
2293
|
+
|
|
2294
|
+
export declare const DescribeMalwareScansResponseFilterSensitiveLog: (obj: DescribeMalwareScansResponse) => any;
|
|
2295
|
+
|
|
2296
|
+
export declare const DescribeOrganizationConfigurationRequestFilterSensitiveLog: (obj: DescribeOrganizationConfigurationRequest) => any;
|
|
2297
|
+
|
|
2298
|
+
export declare const OrganizationKubernetesAuditLogsConfigurationResultFilterSensitiveLog: (obj: OrganizationKubernetesAuditLogsConfigurationResult) => any;
|
|
2299
|
+
|
|
2300
|
+
export declare const OrganizationKubernetesConfigurationResultFilterSensitiveLog: (obj: OrganizationKubernetesConfigurationResult) => any;
|
|
2301
|
+
|
|
2302
|
+
export declare const OrganizationEbsVolumesResultFilterSensitiveLog: (obj: OrganizationEbsVolumesResult) => any;
|
|
2303
|
+
|
|
2304
|
+
export declare const OrganizationScanEc2InstanceWithFindingsResultFilterSensitiveLog: (obj: OrganizationScanEc2InstanceWithFindingsResult) => any;
|
|
2305
|
+
|
|
2306
|
+
export declare const OrganizationMalwareProtectionConfigurationResultFilterSensitiveLog: (obj: OrganizationMalwareProtectionConfigurationResult) => any;
|
|
2307
|
+
|
|
2308
|
+
export declare const OrganizationS3LogsConfigurationResultFilterSensitiveLog: (obj: OrganizationS3LogsConfigurationResult) => any;
|
|
2309
|
+
|
|
2310
|
+
export declare const OrganizationDataSourceConfigurationsResultFilterSensitiveLog: (obj: OrganizationDataSourceConfigurationsResult) => any;
|
|
2311
|
+
|
|
2312
|
+
export declare const DescribeOrganizationConfigurationResponseFilterSensitiveLog: (obj: DescribeOrganizationConfigurationResponse) => any;
|
|
2313
|
+
|
|
2314
|
+
export declare const DescribePublishingDestinationRequestFilterSensitiveLog: (obj: DescribePublishingDestinationRequest) => any;
|
|
2315
|
+
|
|
2316
|
+
export declare const DescribePublishingDestinationResponseFilterSensitiveLog: (obj: DescribePublishingDestinationResponse) => any;
|
|
2317
|
+
|
|
2318
|
+
export declare const DestinationFilterSensitiveLog: (obj: Destination) => any;
|
|
2319
|
+
|
|
2320
|
+
export declare const DisableOrganizationAdminAccountRequestFilterSensitiveLog: (obj: DisableOrganizationAdminAccountRequest) => any;
|
|
2321
|
+
|
|
2322
|
+
export declare const DisableOrganizationAdminAccountResponseFilterSensitiveLog: (obj: DisableOrganizationAdminAccountResponse) => any;
|
|
2323
|
+
|
|
2324
|
+
export declare const DisassociateFromAdministratorAccountRequestFilterSensitiveLog: (obj: DisassociateFromAdministratorAccountRequest) => any;
|
|
2325
|
+
|
|
2326
|
+
export declare const DisassociateFromAdministratorAccountResponseFilterSensitiveLog: (obj: DisassociateFromAdministratorAccountResponse) => any;
|
|
2327
|
+
|
|
2328
|
+
export declare const DisassociateFromMasterAccountRequestFilterSensitiveLog: (obj: DisassociateFromMasterAccountRequest) => any;
|
|
2329
|
+
|
|
2330
|
+
export declare const DisassociateFromMasterAccountResponseFilterSensitiveLog: (obj: DisassociateFromMasterAccountResponse) => any;
|
|
2331
|
+
|
|
2332
|
+
export declare const DisassociateMembersRequestFilterSensitiveLog: (obj: DisassociateMembersRequest) => any;
|
|
2333
|
+
|
|
2334
|
+
export declare const DisassociateMembersResponseFilterSensitiveLog: (obj: DisassociateMembersResponse) => any;
|
|
2335
|
+
|
|
2336
|
+
export declare const EbsVolumeDetailsFilterSensitiveLog: (obj: EbsVolumeDetails) => any;
|
|
2337
|
+
|
|
2338
|
+
export declare const HighestSeverityThreatDetailsFilterSensitiveLog: (obj: HighestSeverityThreatDetails) => any;
|
|
2339
|
+
|
|
2340
|
+
export declare const ScannedItemCountFilterSensitiveLog: (obj: ScannedItemCount) => any;
|
|
2341
|
+
|
|
2342
|
+
export declare const ScanFilePathFilterSensitiveLog: (obj: ScanFilePath) => any;
|
|
2343
|
+
|
|
2344
|
+
export declare const ScanThreatNameFilterSensitiveLog: (obj: ScanThreatName) => any;
|
|
2345
|
+
|
|
2346
|
+
export declare const ThreatDetectedByNameFilterSensitiveLog: (obj: ThreatDetectedByName) => any;
|
|
2347
|
+
|
|
2348
|
+
export declare const ThreatsDetectedItemCountFilterSensitiveLog: (obj: ThreatsDetectedItemCount) => any;
|
|
2349
|
+
|
|
2350
|
+
export declare const ScanDetectionsFilterSensitiveLog: (obj: ScanDetections) => any;
|
|
2351
|
+
|
|
2352
|
+
export declare const EbsVolumeScanDetailsFilterSensitiveLog: (obj: EbsVolumeScanDetails) => any;
|
|
2353
|
+
|
|
2354
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
2355
|
+
|
|
2356
|
+
export declare const HostPathFilterSensitiveLog: (obj: HostPath) => any;
|
|
2357
|
+
|
|
2358
|
+
export declare const VolumeFilterSensitiveLog: (obj: Volume) => any;
|
|
2359
|
+
|
|
2360
|
+
export declare const EcsTaskDetailsFilterSensitiveLog: (obj: EcsTaskDetails) => any;
|
|
2361
|
+
|
|
2362
|
+
export declare const EcsClusterDetailsFilterSensitiveLog: (obj: EcsClusterDetails) => any;
|
|
2363
|
+
|
|
2364
|
+
export declare const EksClusterDetailsFilterSensitiveLog: (obj: EksClusterDetails) => any;
|
|
2365
|
+
|
|
2366
|
+
export declare const EnableOrganizationAdminAccountRequestFilterSensitiveLog: (obj: EnableOrganizationAdminAccountRequest) => any;
|
|
2367
|
+
|
|
2368
|
+
export declare const EnableOrganizationAdminAccountResponseFilterSensitiveLog: (obj: EnableOrganizationAdminAccountResponse) => any;
|
|
2369
|
+
|
|
2370
|
+
export declare const ThreatIntelligenceDetailFilterSensitiveLog: (obj: ThreatIntelligenceDetail) => any;
|
|
2371
|
+
|
|
2372
|
+
export declare const EvidenceFilterSensitiveLog: (obj: Evidence) => any;
|
|
2373
|
+
|
|
2374
|
+
export declare const IamInstanceProfileFilterSensitiveLog: (obj: IamInstanceProfile) => any;
|
|
2375
|
+
|
|
2376
|
+
export declare const PrivateIpAddressDetailsFilterSensitiveLog: (obj: PrivateIpAddressDetails) => any;
|
|
2377
|
+
|
|
2378
|
+
export declare const SecurityGroupFilterSensitiveLog: (obj: SecurityGroup) => any;
|
|
2379
|
+
|
|
2380
|
+
export declare const NetworkInterfaceFilterSensitiveLog: (obj: NetworkInterface) => any;
|
|
2381
|
+
|
|
2382
|
+
export declare const ProductCodeFilterSensitiveLog: (obj: ProductCode) => any;
|
|
2383
|
+
|
|
2384
|
+
export declare const InstanceDetailsFilterSensitiveLog: (obj: InstanceDetails) => any;
|
|
2385
|
+
|
|
2386
|
+
export declare const KubernetesUserDetailsFilterSensitiveLog: (obj: KubernetesUserDetails) => any;
|
|
2387
|
+
|
|
2388
|
+
export declare const KubernetesWorkloadDetailsFilterSensitiveLog: (obj: KubernetesWorkloadDetails) => any;
|
|
2389
|
+
|
|
2390
|
+
export declare const KubernetesDetailsFilterSensitiveLog: (obj: KubernetesDetails) => any;
|
|
2391
|
+
|
|
2392
|
+
export declare const OwnerFilterSensitiveLog: (obj: Owner) => any;
|
|
2393
|
+
|
|
2394
|
+
export declare const PermissionConfigurationFilterSensitiveLog: (obj: PermissionConfiguration) => any;
|
|
2395
|
+
|
|
2396
|
+
export declare const PublicAccessFilterSensitiveLog: (obj: PublicAccess) => any;
|
|
2397
|
+
|
|
2398
|
+
export declare const S3BucketDetailFilterSensitiveLog: (obj: S3BucketDetail) => any;
|
|
2399
|
+
|
|
2400
|
+
export declare const ResourceFilterSensitiveLog: (obj: Resource) => any;
|
|
2401
|
+
|
|
2402
|
+
export declare const ServiceAdditionalInfoFilterSensitiveLog: (obj: ServiceAdditionalInfo) => any;
|
|
2403
|
+
|
|
2404
|
+
export declare const ServiceFilterSensitiveLog: (obj: Service) => any;
|
|
2405
|
+
|
|
2406
|
+
export declare const FindingFilterSensitiveLog: (obj: Finding) => any;
|
|
2407
|
+
|
|
2408
|
+
export declare const FindingStatisticsFilterSensitiveLog: (obj: FindingStatistics) => any;
|
|
2409
|
+
|
|
2410
|
+
export declare const GetAdministratorAccountRequestFilterSensitiveLog: (obj: GetAdministratorAccountRequest) => any;
|
|
2411
|
+
|
|
2412
|
+
export declare const GetAdministratorAccountResponseFilterSensitiveLog: (obj: GetAdministratorAccountResponse) => any;
|
|
2413
|
+
|
|
2414
|
+
export declare const GetDetectorRequestFilterSensitiveLog: (obj: GetDetectorRequest) => any;
|
|
2415
|
+
|
|
2416
|
+
export declare const GetDetectorResponseFilterSensitiveLog: (obj: GetDetectorResponse) => any;
|
|
2417
|
+
|
|
2418
|
+
export declare const GetFilterRequestFilterSensitiveLog: (obj: GetFilterRequest) => any;
|
|
2419
|
+
|
|
2420
|
+
export declare const GetFilterResponseFilterSensitiveLog: (obj: GetFilterResponse) => any;
|
|
2421
|
+
|
|
2422
|
+
export declare const GetFindingsRequestFilterSensitiveLog: (obj: GetFindingsRequest) => any;
|
|
2423
|
+
|
|
2424
|
+
export declare const GetFindingsResponseFilterSensitiveLog: (obj: GetFindingsResponse) => any;
|
|
2425
|
+
|
|
2426
|
+
export declare const GetFindingsStatisticsRequestFilterSensitiveLog: (obj: GetFindingsStatisticsRequest) => any;
|
|
2427
|
+
|
|
2428
|
+
export declare const GetFindingsStatisticsResponseFilterSensitiveLog: (obj: GetFindingsStatisticsResponse) => any;
|
|
2429
|
+
|
|
2430
|
+
export declare const GetInvitationsCountRequestFilterSensitiveLog: (obj: GetInvitationsCountRequest) => any;
|
|
2431
|
+
|
|
2432
|
+
export declare const GetInvitationsCountResponseFilterSensitiveLog: (obj: GetInvitationsCountResponse) => any;
|
|
2433
|
+
|
|
2434
|
+
export declare const GetIPSetRequestFilterSensitiveLog: (obj: GetIPSetRequest) => any;
|
|
2435
|
+
|
|
2436
|
+
export declare const GetIPSetResponseFilterSensitiveLog: (obj: GetIPSetResponse) => any;
|
|
2437
|
+
|
|
2438
|
+
export declare const GetMalwareScanSettingsRequestFilterSensitiveLog: (obj: GetMalwareScanSettingsRequest) => any;
|
|
2439
|
+
|
|
2440
|
+
export declare const ScanConditionPairFilterSensitiveLog: (obj: ScanConditionPair) => any;
|
|
2441
|
+
|
|
2442
|
+
export declare const ScanConditionFilterSensitiveLog: (obj: ScanCondition) => any;
|
|
2443
|
+
|
|
2444
|
+
export declare const ScanResourceCriteriaFilterSensitiveLog: (obj: ScanResourceCriteria) => any;
|
|
2445
|
+
|
|
2446
|
+
export declare const GetMalwareScanSettingsResponseFilterSensitiveLog: (obj: GetMalwareScanSettingsResponse) => any;
|
|
2447
|
+
|
|
2448
|
+
export declare const GetMasterAccountRequestFilterSensitiveLog: (obj: GetMasterAccountRequest) => any;
|
|
2449
|
+
|
|
2450
|
+
export declare const MasterFilterSensitiveLog: (obj: Master) => any;
|
|
2451
|
+
|
|
2452
|
+
export declare const GetMasterAccountResponseFilterSensitiveLog: (obj: GetMasterAccountResponse) => any;
|
|
2453
|
+
|
|
2454
|
+
export declare const GetMemberDetectorsRequestFilterSensitiveLog: (obj: GetMemberDetectorsRequest) => any;
|
|
2455
|
+
|
|
2456
|
+
export declare const MemberDataSourceConfigurationFilterSensitiveLog: (obj: MemberDataSourceConfiguration) => any;
|
|
2457
|
+
|
|
2458
|
+
export declare const GetMemberDetectorsResponseFilterSensitiveLog: (obj: GetMemberDetectorsResponse) => any;
|
|
2459
|
+
|
|
2460
|
+
export declare const GetMembersRequestFilterSensitiveLog: (obj: GetMembersRequest) => any;
|
|
2461
|
+
|
|
2462
|
+
export declare const MemberFilterSensitiveLog: (obj: Member) => any;
|
|
2463
|
+
|
|
2464
|
+
export declare const GetMembersResponseFilterSensitiveLog: (obj: GetMembersResponse) => any;
|
|
2465
|
+
|
|
2466
|
+
export declare const GetRemainingFreeTrialDaysRequestFilterSensitiveLog: (obj: GetRemainingFreeTrialDaysRequest) => any;
|
|
2467
|
+
|
|
2468
|
+
export declare const GetRemainingFreeTrialDaysResponseFilterSensitiveLog: (obj: GetRemainingFreeTrialDaysResponse) => any;
|
|
2469
|
+
|
|
2470
|
+
export declare const GetThreatIntelSetRequestFilterSensitiveLog: (obj: GetThreatIntelSetRequest) => any;
|
|
2471
|
+
|
|
2472
|
+
export declare const GetThreatIntelSetResponseFilterSensitiveLog: (obj: GetThreatIntelSetResponse) => any;
|
|
2473
|
+
|
|
2474
|
+
export declare const UsageCriteriaFilterSensitiveLog: (obj: UsageCriteria) => any;
|
|
2475
|
+
|
|
2476
|
+
export declare const GetUsageStatisticsRequestFilterSensitiveLog: (obj: GetUsageStatisticsRequest) => any;
|
|
2477
|
+
|
|
2478
|
+
export declare const TotalFilterSensitiveLog: (obj: Total) => any;
|
|
2479
|
+
|
|
2480
|
+
export declare const UsageAccountResultFilterSensitiveLog: (obj: UsageAccountResult) => any;
|
|
2481
|
+
|
|
2482
|
+
export declare const UsageDataSourceResultFilterSensitiveLog: (obj: UsageDataSourceResult) => any;
|
|
2483
|
+
|
|
2484
|
+
export declare const UsageResourceResultFilterSensitiveLog: (obj: UsageResourceResult) => any;
|
|
2485
|
+
|
|
2486
|
+
export declare const UsageStatisticsFilterSensitiveLog: (obj: UsageStatistics) => any;
|
|
2487
|
+
|
|
2488
|
+
export declare const GetUsageStatisticsResponseFilterSensitiveLog: (obj: GetUsageStatisticsResponse) => any;
|
|
2489
|
+
|
|
2490
|
+
export declare const InviteMembersRequestFilterSensitiveLog: (obj: InviteMembersRequest) => any;
|
|
2491
|
+
|
|
2492
|
+
export declare const InviteMembersResponseFilterSensitiveLog: (obj: InviteMembersResponse) => any;
|
|
2493
|
+
|
|
2494
|
+
export declare const ListDetectorsRequestFilterSensitiveLog: (obj: ListDetectorsRequest) => any;
|
|
2495
|
+
|
|
2496
|
+
export declare const ListDetectorsResponseFilterSensitiveLog: (obj: ListDetectorsResponse) => any;
|
|
2497
|
+
|
|
2498
|
+
export declare const ListFiltersRequestFilterSensitiveLog: (obj: ListFiltersRequest) => any;
|
|
2499
|
+
|
|
2500
|
+
export declare const ListFiltersResponseFilterSensitiveLog: (obj: ListFiltersResponse) => any;
|
|
2501
|
+
|
|
2502
|
+
export declare const ListFindingsRequestFilterSensitiveLog: (obj: ListFindingsRequest) => any;
|
|
2503
|
+
|
|
2504
|
+
export declare const ListFindingsResponseFilterSensitiveLog: (obj: ListFindingsResponse) => any;
|
|
2505
|
+
|
|
2506
|
+
export declare const ListInvitationsRequestFilterSensitiveLog: (obj: ListInvitationsRequest) => any;
|
|
2507
|
+
|
|
2508
|
+
export declare const InvitationFilterSensitiveLog: (obj: Invitation) => any;
|
|
2509
|
+
|
|
2510
|
+
export declare const ListInvitationsResponseFilterSensitiveLog: (obj: ListInvitationsResponse) => any;
|
|
2511
|
+
|
|
2512
|
+
export declare const ListIPSetsRequestFilterSensitiveLog: (obj: ListIPSetsRequest) => any;
|
|
2513
|
+
|
|
2514
|
+
export declare const ListIPSetsResponseFilterSensitiveLog: (obj: ListIPSetsResponse) => any;
|
|
2515
|
+
|
|
2516
|
+
export declare const ListMembersRequestFilterSensitiveLog: (obj: ListMembersRequest) => any;
|
|
2517
|
+
|
|
2518
|
+
export declare const ListMembersResponseFilterSensitiveLog: (obj: ListMembersResponse) => any;
|
|
2519
|
+
|
|
2520
|
+
export declare const ListOrganizationAdminAccountsRequestFilterSensitiveLog: (obj: ListOrganizationAdminAccountsRequest) => any;
|
|
2521
|
+
|
|
2522
|
+
export declare const ListOrganizationAdminAccountsResponseFilterSensitiveLog: (obj: ListOrganizationAdminAccountsResponse) => any;
|
|
2523
|
+
|
|
2524
|
+
export declare const ListPublishingDestinationsRequestFilterSensitiveLog: (obj: ListPublishingDestinationsRequest) => any;
|
|
2525
|
+
|
|
2526
|
+
export declare const ListPublishingDestinationsResponseFilterSensitiveLog: (obj: ListPublishingDestinationsResponse) => any;
|
|
2527
|
+
|
|
2528
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
2529
|
+
|
|
2530
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2531
|
+
|
|
2532
|
+
export declare const ListThreatIntelSetsRequestFilterSensitiveLog: (obj: ListThreatIntelSetsRequest) => any;
|
|
2533
|
+
|
|
2534
|
+
export declare const ListThreatIntelSetsResponseFilterSensitiveLog: (obj: ListThreatIntelSetsResponse) => any;
|
|
2535
|
+
|
|
2536
|
+
export declare const StartMonitoringMembersRequestFilterSensitiveLog: (obj: StartMonitoringMembersRequest) => any;
|
|
2537
|
+
|
|
2538
|
+
export declare const StartMonitoringMembersResponseFilterSensitiveLog: (obj: StartMonitoringMembersResponse) => any;
|
|
2539
|
+
|
|
2540
|
+
export declare const StopMonitoringMembersRequestFilterSensitiveLog: (obj: StopMonitoringMembersRequest) => any;
|
|
2541
|
+
|
|
2542
|
+
export declare const StopMonitoringMembersResponseFilterSensitiveLog: (obj: StopMonitoringMembersResponse) => any;
|
|
2543
|
+
|
|
2544
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
2545
|
+
|
|
2546
|
+
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
2547
|
+
|
|
2548
|
+
export declare const UnarchiveFindingsRequestFilterSensitiveLog: (obj: UnarchiveFindingsRequest) => any;
|
|
2549
|
+
|
|
2550
|
+
export declare const UnarchiveFindingsResponseFilterSensitiveLog: (obj: UnarchiveFindingsResponse) => any;
|
|
2551
|
+
|
|
2552
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
2553
|
+
|
|
2554
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
2555
|
+
|
|
2556
|
+
export declare const UpdateDetectorRequestFilterSensitiveLog: (obj: UpdateDetectorRequest) => any;
|
|
2557
|
+
|
|
2558
|
+
export declare const UpdateDetectorResponseFilterSensitiveLog: (obj: UpdateDetectorResponse) => any;
|
|
2559
|
+
|
|
2560
|
+
export declare const UpdateFilterRequestFilterSensitiveLog: (obj: UpdateFilterRequest) => any;
|
|
2561
|
+
|
|
2562
|
+
export declare const UpdateFilterResponseFilterSensitiveLog: (obj: UpdateFilterResponse) => any;
|
|
2563
|
+
|
|
2564
|
+
export declare const UpdateFindingsFeedbackRequestFilterSensitiveLog: (obj: UpdateFindingsFeedbackRequest) => any;
|
|
2565
|
+
|
|
2566
|
+
export declare const UpdateFindingsFeedbackResponseFilterSensitiveLog: (obj: UpdateFindingsFeedbackResponse) => any;
|
|
2567
|
+
|
|
2568
|
+
export declare const UpdateIPSetRequestFilterSensitiveLog: (obj: UpdateIPSetRequest) => any;
|
|
2569
|
+
|
|
2570
|
+
export declare const UpdateIPSetResponseFilterSensitiveLog: (obj: UpdateIPSetResponse) => any;
|
|
2571
|
+
|
|
2572
|
+
export declare const UpdateMalwareScanSettingsRequestFilterSensitiveLog: (obj: UpdateMalwareScanSettingsRequest) => any;
|
|
2573
|
+
|
|
2574
|
+
export declare const UpdateMalwareScanSettingsResponseFilterSensitiveLog: (obj: UpdateMalwareScanSettingsResponse) => any;
|
|
2575
|
+
|
|
2576
|
+
export declare const UpdateMemberDetectorsRequestFilterSensitiveLog: (obj: UpdateMemberDetectorsRequest) => any;
|
|
2577
|
+
|
|
2578
|
+
export declare const UpdateMemberDetectorsResponseFilterSensitiveLog: (obj: UpdateMemberDetectorsResponse) => any;
|
|
2579
|
+
|
|
2580
|
+
export declare const OrganizationKubernetesAuditLogsConfigurationFilterSensitiveLog: (obj: OrganizationKubernetesAuditLogsConfiguration) => any;
|
|
2581
|
+
|
|
2582
|
+
export declare const OrganizationKubernetesConfigurationFilterSensitiveLog: (obj: OrganizationKubernetesConfiguration) => any;
|
|
2583
|
+
|
|
2584
|
+
export declare const OrganizationEbsVolumesFilterSensitiveLog: (obj: OrganizationEbsVolumes) => any;
|
|
2585
|
+
|
|
2586
|
+
export declare const OrganizationScanEc2InstanceWithFindingsFilterSensitiveLog: (obj: OrganizationScanEc2InstanceWithFindings) => any;
|
|
2587
|
+
|
|
2588
|
+
export declare const OrganizationMalwareProtectionConfigurationFilterSensitiveLog: (obj: OrganizationMalwareProtectionConfiguration) => any;
|
|
2589
|
+
|
|
2590
|
+
export declare const OrganizationS3LogsConfigurationFilterSensitiveLog: (obj: OrganizationS3LogsConfiguration) => any;
|
|
2591
|
+
|
|
2592
|
+
export declare const OrganizationDataSourceConfigurationsFilterSensitiveLog: (obj: OrganizationDataSourceConfigurations) => any;
|
|
2593
|
+
|
|
2594
|
+
export declare const UpdateOrganizationConfigurationRequestFilterSensitiveLog: (obj: UpdateOrganizationConfigurationRequest) => any;
|
|
2595
|
+
|
|
2596
|
+
export declare const UpdateOrganizationConfigurationResponseFilterSensitiveLog: (obj: UpdateOrganizationConfigurationResponse) => any;
|
|
2597
|
+
|
|
2598
|
+
export declare const UpdatePublishingDestinationRequestFilterSensitiveLog: (obj: UpdatePublishingDestinationRequest) => any;
|
|
2599
|
+
|
|
2600
|
+
export declare const UpdatePublishingDestinationResponseFilterSensitiveLog: (obj: UpdatePublishingDestinationResponse) => any;
|
|
2601
|
+
|
|
2602
|
+
export declare const UpdateThreatIntelSetRequestFilterSensitiveLog: (obj: UpdateThreatIntelSetRequest) => any;
|
|
2603
|
+
|
|
2604
|
+
export declare const UpdateThreatIntelSetResponseFilterSensitiveLog: (obj: UpdateThreatIntelSetResponse) => any;
|