@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
|
@@ -14,20 +14,8 @@ export interface AcceptAdministratorInvitationRequest {
|
|
|
14
14
|
*/
|
|
15
15
|
InvitationId: string | undefined;
|
|
16
16
|
}
|
|
17
|
-
export declare namespace AcceptAdministratorInvitationRequest {
|
|
18
|
-
/**
|
|
19
|
-
* @internal
|
|
20
|
-
*/
|
|
21
|
-
const filterSensitiveLog: (obj: AcceptAdministratorInvitationRequest) => any;
|
|
22
|
-
}
|
|
23
17
|
export interface AcceptAdministratorInvitationResponse {
|
|
24
18
|
}
|
|
25
|
-
export declare namespace AcceptAdministratorInvitationResponse {
|
|
26
|
-
/**
|
|
27
|
-
* @internal
|
|
28
|
-
*/
|
|
29
|
-
const filterSensitiveLog: (obj: AcceptAdministratorInvitationResponse) => any;
|
|
30
|
-
}
|
|
31
19
|
/**
|
|
32
20
|
* <p>A bad request exception object.</p>
|
|
33
21
|
*/
|
|
@@ -80,20 +68,8 @@ export interface AcceptInvitationRequest {
|
|
|
80
68
|
*/
|
|
81
69
|
InvitationId: string | undefined;
|
|
82
70
|
}
|
|
83
|
-
export declare namespace AcceptInvitationRequest {
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
const filterSensitiveLog: (obj: AcceptInvitationRequest) => any;
|
|
88
|
-
}
|
|
89
71
|
export interface AcceptInvitationResponse {
|
|
90
72
|
}
|
|
91
|
-
export declare namespace AcceptInvitationResponse {
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
const filterSensitiveLog: (obj: AcceptInvitationResponse) => any;
|
|
96
|
-
}
|
|
97
73
|
/**
|
|
98
74
|
* <p>Contains information on the current access control policies for the bucket.</p>
|
|
99
75
|
*/
|
|
@@ -109,12 +85,6 @@ export interface AccessControlList {
|
|
|
109
85
|
*/
|
|
110
86
|
AllowsPublicWriteAccess?: boolean;
|
|
111
87
|
}
|
|
112
|
-
export declare namespace AccessControlList {
|
|
113
|
-
/**
|
|
114
|
-
* @internal
|
|
115
|
-
*/
|
|
116
|
-
const filterSensitiveLog: (obj: AccessControlList) => any;
|
|
117
|
-
}
|
|
118
88
|
/**
|
|
119
89
|
* <p>Contains information about the access keys.</p>
|
|
120
90
|
*/
|
|
@@ -136,12 +106,6 @@ export interface AccessKeyDetails {
|
|
|
136
106
|
*/
|
|
137
107
|
UserType?: string;
|
|
138
108
|
}
|
|
139
|
-
export declare namespace AccessKeyDetails {
|
|
140
|
-
/**
|
|
141
|
-
* @internal
|
|
142
|
-
*/
|
|
143
|
-
const filterSensitiveLog: (obj: AccessKeyDetails) => any;
|
|
144
|
-
}
|
|
145
109
|
/**
|
|
146
110
|
* <p>Contains information about the account.</p>
|
|
147
111
|
*/
|
|
@@ -155,12 +119,6 @@ export interface AccountDetail {
|
|
|
155
119
|
*/
|
|
156
120
|
Email: string | undefined;
|
|
157
121
|
}
|
|
158
|
-
export declare namespace AccountDetail {
|
|
159
|
-
/**
|
|
160
|
-
* @internal
|
|
161
|
-
*/
|
|
162
|
-
const filterSensitiveLog: (obj: AccountDetail) => any;
|
|
163
|
-
}
|
|
164
122
|
/**
|
|
165
123
|
* <p>Contains information about which data sources are enabled for the GuardDuty member account.</p>
|
|
166
124
|
*/
|
|
@@ -170,12 +128,6 @@ export interface DataSourceFreeTrial {
|
|
|
170
128
|
*/
|
|
171
129
|
FreeTrialDaysRemaining?: number;
|
|
172
130
|
}
|
|
173
|
-
export declare namespace DataSourceFreeTrial {
|
|
174
|
-
/**
|
|
175
|
-
* @internal
|
|
176
|
-
*/
|
|
177
|
-
const filterSensitiveLog: (obj: DataSourceFreeTrial) => any;
|
|
178
|
-
}
|
|
179
131
|
/**
|
|
180
132
|
* <p>Provides details about the Kubernetes resources when it is enabled as a data source.</p>
|
|
181
133
|
*/
|
|
@@ -185,11 +137,14 @@ export interface KubernetesDataSourceFreeTrial {
|
|
|
185
137
|
*/
|
|
186
138
|
AuditLogs?: DataSourceFreeTrial;
|
|
187
139
|
}
|
|
188
|
-
|
|
140
|
+
/**
|
|
141
|
+
* <p>Provides details about Malware Protection when it is enabled as a data source.</p>
|
|
142
|
+
*/
|
|
143
|
+
export interface MalwareProtectionDataSourceFreeTrial {
|
|
189
144
|
/**
|
|
190
|
-
*
|
|
145
|
+
* <p>Describes whether Malware Protection for EC2 instances with findings is enabled as a data source.</p>
|
|
191
146
|
*/
|
|
192
|
-
|
|
147
|
+
ScanEc2InstanceWithFindings?: DataSourceFreeTrial;
|
|
193
148
|
}
|
|
194
149
|
/**
|
|
195
150
|
* <p>Contains information about which data sources are enabled for the GuardDuty member account.</p>
|
|
@@ -215,12 +170,10 @@ export interface DataSourcesFreeTrial {
|
|
|
215
170
|
* <p>Describes whether any Kubernetes logs are enabled as data sources.</p>
|
|
216
171
|
*/
|
|
217
172
|
Kubernetes?: KubernetesDataSourceFreeTrial;
|
|
218
|
-
}
|
|
219
|
-
export declare namespace DataSourcesFreeTrial {
|
|
220
173
|
/**
|
|
221
|
-
*
|
|
174
|
+
* <p>Describes whether Malware Protection is enabled as a data source.</p>
|
|
222
175
|
*/
|
|
223
|
-
|
|
176
|
+
MalwareProtection?: MalwareProtectionDataSourceFreeTrial;
|
|
224
177
|
}
|
|
225
178
|
/**
|
|
226
179
|
* <p>Provides details of the GuardDuty member account that uses a free trial service.</p>
|
|
@@ -235,12 +188,6 @@ export interface AccountFreeTrialInfo {
|
|
|
235
188
|
*/
|
|
236
189
|
DataSources?: DataSourcesFreeTrial;
|
|
237
190
|
}
|
|
238
|
-
export declare namespace AccountFreeTrialInfo {
|
|
239
|
-
/**
|
|
240
|
-
* @internal
|
|
241
|
-
*/
|
|
242
|
-
const filterSensitiveLog: (obj: AccountFreeTrialInfo) => any;
|
|
243
|
-
}
|
|
244
191
|
/**
|
|
245
192
|
* <p>Contains information on how the bucker owner's S3 Block Public Access settings are being
|
|
246
193
|
* applied to the S3 bucket. See <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html">S3 Block Public
|
|
@@ -264,12 +211,6 @@ export interface BlockPublicAccess {
|
|
|
264
211
|
*/
|
|
265
212
|
BlockPublicPolicy?: boolean;
|
|
266
213
|
}
|
|
267
|
-
export declare namespace BlockPublicAccess {
|
|
268
|
-
/**
|
|
269
|
-
* @internal
|
|
270
|
-
*/
|
|
271
|
-
const filterSensitiveLog: (obj: BlockPublicAccess) => any;
|
|
272
|
-
}
|
|
273
214
|
/**
|
|
274
215
|
* <p>Contains information about the account level permissions on the S3 bucket.</p>
|
|
275
216
|
*/
|
|
@@ -279,12 +220,6 @@ export interface AccountLevelPermissions {
|
|
|
279
220
|
*/
|
|
280
221
|
BlockPublicAccess?: BlockPublicAccess;
|
|
281
222
|
}
|
|
282
|
-
export declare namespace AccountLevelPermissions {
|
|
283
|
-
/**
|
|
284
|
-
* @internal
|
|
285
|
-
*/
|
|
286
|
-
const filterSensitiveLog: (obj: AccountLevelPermissions) => any;
|
|
287
|
-
}
|
|
288
223
|
/**
|
|
289
224
|
* <p>Contains information about the domain.</p>
|
|
290
225
|
*/
|
|
@@ -294,12 +229,6 @@ export interface DomainDetails {
|
|
|
294
229
|
*/
|
|
295
230
|
Domain?: string;
|
|
296
231
|
}
|
|
297
|
-
export declare namespace DomainDetails {
|
|
298
|
-
/**
|
|
299
|
-
* @internal
|
|
300
|
-
*/
|
|
301
|
-
const filterSensitiveLog: (obj: DomainDetails) => any;
|
|
302
|
-
}
|
|
303
232
|
/**
|
|
304
233
|
* <p>Contains details about the remote Amazon Web Services account that made the API call.</p>
|
|
305
234
|
*/
|
|
@@ -313,12 +242,6 @@ export interface RemoteAccountDetails {
|
|
|
313
242
|
*/
|
|
314
243
|
Affiliated?: boolean;
|
|
315
244
|
}
|
|
316
|
-
export declare namespace RemoteAccountDetails {
|
|
317
|
-
/**
|
|
318
|
-
* @internal
|
|
319
|
-
*/
|
|
320
|
-
const filterSensitiveLog: (obj: RemoteAccountDetails) => any;
|
|
321
|
-
}
|
|
322
245
|
/**
|
|
323
246
|
* <p>Contains information about the city associated with the IP address.</p>
|
|
324
247
|
*/
|
|
@@ -328,12 +251,6 @@ export interface City {
|
|
|
328
251
|
*/
|
|
329
252
|
CityName?: string;
|
|
330
253
|
}
|
|
331
|
-
export declare namespace City {
|
|
332
|
-
/**
|
|
333
|
-
* @internal
|
|
334
|
-
*/
|
|
335
|
-
const filterSensitiveLog: (obj: City) => any;
|
|
336
|
-
}
|
|
337
254
|
/**
|
|
338
255
|
* <p>Contains information about the country where the remote IP address is located.</p>
|
|
339
256
|
*/
|
|
@@ -347,12 +264,6 @@ export interface Country {
|
|
|
347
264
|
*/
|
|
348
265
|
CountryName?: string;
|
|
349
266
|
}
|
|
350
|
-
export declare namespace Country {
|
|
351
|
-
/**
|
|
352
|
-
* @internal
|
|
353
|
-
*/
|
|
354
|
-
const filterSensitiveLog: (obj: Country) => any;
|
|
355
|
-
}
|
|
356
267
|
/**
|
|
357
268
|
* <p>Contains information about the location of the remote IP address.</p>
|
|
358
269
|
*/
|
|
@@ -366,12 +277,6 @@ export interface GeoLocation {
|
|
|
366
277
|
*/
|
|
367
278
|
Lon?: number;
|
|
368
279
|
}
|
|
369
|
-
export declare namespace GeoLocation {
|
|
370
|
-
/**
|
|
371
|
-
* @internal
|
|
372
|
-
*/
|
|
373
|
-
const filterSensitiveLog: (obj: GeoLocation) => any;
|
|
374
|
-
}
|
|
375
280
|
/**
|
|
376
281
|
* <p>Contains information about the ISP organization of the remote IP address.</p>
|
|
377
282
|
*/
|
|
@@ -394,12 +299,6 @@ export interface Organization {
|
|
|
394
299
|
*/
|
|
395
300
|
Org?: string;
|
|
396
301
|
}
|
|
397
|
-
export declare namespace Organization {
|
|
398
|
-
/**
|
|
399
|
-
* @internal
|
|
400
|
-
*/
|
|
401
|
-
const filterSensitiveLog: (obj: Organization) => any;
|
|
402
|
-
}
|
|
403
302
|
/**
|
|
404
303
|
* <p>Contains information about the remote IP address of the connection.</p>
|
|
405
304
|
*/
|
|
@@ -425,12 +324,6 @@ export interface RemoteIpDetails {
|
|
|
425
324
|
*/
|
|
426
325
|
Organization?: Organization;
|
|
427
326
|
}
|
|
428
|
-
export declare namespace RemoteIpDetails {
|
|
429
|
-
/**
|
|
430
|
-
* @internal
|
|
431
|
-
*/
|
|
432
|
-
const filterSensitiveLog: (obj: RemoteIpDetails) => any;
|
|
433
|
-
}
|
|
434
327
|
/**
|
|
435
328
|
* <p>Contains information about the API action.</p>
|
|
436
329
|
*/
|
|
@@ -472,12 +365,6 @@ export interface AwsApiCallAction {
|
|
|
472
365
|
*/
|
|
473
366
|
AffectedResources?: Record<string, string>;
|
|
474
367
|
}
|
|
475
|
-
export declare namespace AwsApiCallAction {
|
|
476
|
-
/**
|
|
477
|
-
* @internal
|
|
478
|
-
*/
|
|
479
|
-
const filterSensitiveLog: (obj: AwsApiCallAction) => any;
|
|
480
|
-
}
|
|
481
368
|
/**
|
|
482
369
|
* <p>Contains information about the DNS_REQUEST action described in this finding.</p>
|
|
483
370
|
*/
|
|
@@ -495,12 +382,6 @@ export interface DnsRequestAction {
|
|
|
495
382
|
*/
|
|
496
383
|
Blocked?: boolean;
|
|
497
384
|
}
|
|
498
|
-
export declare namespace DnsRequestAction {
|
|
499
|
-
/**
|
|
500
|
-
* @internal
|
|
501
|
-
*/
|
|
502
|
-
const filterSensitiveLog: (obj: DnsRequestAction) => any;
|
|
503
|
-
}
|
|
504
385
|
/**
|
|
505
386
|
* <p>Information about the Kubernetes API call action described in this finding.</p>
|
|
506
387
|
*/
|
|
@@ -534,12 +415,6 @@ export interface KubernetesApiCallAction {
|
|
|
534
415
|
*/
|
|
535
416
|
Parameters?: string;
|
|
536
417
|
}
|
|
537
|
-
export declare namespace KubernetesApiCallAction {
|
|
538
|
-
/**
|
|
539
|
-
* @internal
|
|
540
|
-
*/
|
|
541
|
-
const filterSensitiveLog: (obj: KubernetesApiCallAction) => any;
|
|
542
|
-
}
|
|
543
418
|
/**
|
|
544
419
|
* <p>Contains information about the local IP address of the connection.</p>
|
|
545
420
|
*/
|
|
@@ -549,12 +424,6 @@ export interface LocalIpDetails {
|
|
|
549
424
|
*/
|
|
550
425
|
IpAddressV4?: string;
|
|
551
426
|
}
|
|
552
|
-
export declare namespace LocalIpDetails {
|
|
553
|
-
/**
|
|
554
|
-
* @internal
|
|
555
|
-
*/
|
|
556
|
-
const filterSensitiveLog: (obj: LocalIpDetails) => any;
|
|
557
|
-
}
|
|
558
427
|
/**
|
|
559
428
|
* <p>Contains information about the port for the local connection.</p>
|
|
560
429
|
*/
|
|
@@ -568,12 +437,6 @@ export interface LocalPortDetails {
|
|
|
568
437
|
*/
|
|
569
438
|
PortName?: string;
|
|
570
439
|
}
|
|
571
|
-
export declare namespace LocalPortDetails {
|
|
572
|
-
/**
|
|
573
|
-
* @internal
|
|
574
|
-
*/
|
|
575
|
-
const filterSensitiveLog: (obj: LocalPortDetails) => any;
|
|
576
|
-
}
|
|
577
440
|
/**
|
|
578
441
|
* <p>Contains information about the remote port.</p>
|
|
579
442
|
*/
|
|
@@ -587,12 +450,6 @@ export interface RemotePortDetails {
|
|
|
587
450
|
*/
|
|
588
451
|
PortName?: string;
|
|
589
452
|
}
|
|
590
|
-
export declare namespace RemotePortDetails {
|
|
591
|
-
/**
|
|
592
|
-
* @internal
|
|
593
|
-
*/
|
|
594
|
-
const filterSensitiveLog: (obj: RemotePortDetails) => any;
|
|
595
|
-
}
|
|
596
453
|
/**
|
|
597
454
|
* <p>Contains information about the NETWORK_CONNECTION action described in the finding.</p>
|
|
598
455
|
*/
|
|
@@ -626,12 +483,6 @@ export interface NetworkConnectionAction {
|
|
|
626
483
|
*/
|
|
627
484
|
RemotePortDetails?: RemotePortDetails;
|
|
628
485
|
}
|
|
629
|
-
export declare namespace NetworkConnectionAction {
|
|
630
|
-
/**
|
|
631
|
-
* @internal
|
|
632
|
-
*/
|
|
633
|
-
const filterSensitiveLog: (obj: NetworkConnectionAction) => any;
|
|
634
|
-
}
|
|
635
486
|
/**
|
|
636
487
|
* <p>Contains information about the port probe details.</p>
|
|
637
488
|
*/
|
|
@@ -649,12 +500,6 @@ export interface PortProbeDetail {
|
|
|
649
500
|
*/
|
|
650
501
|
RemoteIpDetails?: RemoteIpDetails;
|
|
651
502
|
}
|
|
652
|
-
export declare namespace PortProbeDetail {
|
|
653
|
-
/**
|
|
654
|
-
* @internal
|
|
655
|
-
*/
|
|
656
|
-
const filterSensitiveLog: (obj: PortProbeDetail) => any;
|
|
657
|
-
}
|
|
658
503
|
/**
|
|
659
504
|
* <p>Contains information about the PORT_PROBE action described in the finding.</p>
|
|
660
505
|
*/
|
|
@@ -668,12 +513,6 @@ export interface PortProbeAction {
|
|
|
668
513
|
*/
|
|
669
514
|
PortProbeDetails?: PortProbeDetail[];
|
|
670
515
|
}
|
|
671
|
-
export declare namespace PortProbeAction {
|
|
672
|
-
/**
|
|
673
|
-
* @internal
|
|
674
|
-
*/
|
|
675
|
-
const filterSensitiveLog: (obj: PortProbeAction) => any;
|
|
676
|
-
}
|
|
677
516
|
/**
|
|
678
517
|
* <p>Contains information about actions.</p>
|
|
679
518
|
*/
|
|
@@ -703,12 +542,6 @@ export interface Action {
|
|
|
703
542
|
*/
|
|
704
543
|
KubernetesApiCallAction?: KubernetesApiCallAction;
|
|
705
544
|
}
|
|
706
|
-
export declare namespace Action {
|
|
707
|
-
/**
|
|
708
|
-
* @internal
|
|
709
|
-
*/
|
|
710
|
-
const filterSensitiveLog: (obj: Action) => any;
|
|
711
|
-
}
|
|
712
545
|
export declare enum AdminStatus {
|
|
713
546
|
DISABLE_IN_PROGRESS = "DISABLE_IN_PROGRESS",
|
|
714
547
|
ENABLED = "ENABLED"
|
|
@@ -727,12 +560,6 @@ export interface AdminAccount {
|
|
|
727
560
|
*/
|
|
728
561
|
AdminStatus?: AdminStatus | string;
|
|
729
562
|
}
|
|
730
|
-
export declare namespace AdminAccount {
|
|
731
|
-
/**
|
|
732
|
-
* @internal
|
|
733
|
-
*/
|
|
734
|
-
const filterSensitiveLog: (obj: AdminAccount) => any;
|
|
735
|
-
}
|
|
736
563
|
/**
|
|
737
564
|
* <p>Contains information about the administrator account and invitation.</p>
|
|
738
565
|
*/
|
|
@@ -754,12 +581,6 @@ export interface Administrator {
|
|
|
754
581
|
*/
|
|
755
582
|
InvitedAt?: string;
|
|
756
583
|
}
|
|
757
|
-
export declare namespace Administrator {
|
|
758
|
-
/**
|
|
759
|
-
* @internal
|
|
760
|
-
*/
|
|
761
|
-
const filterSensitiveLog: (obj: Administrator) => any;
|
|
762
|
-
}
|
|
763
584
|
export interface ArchiveFindingsRequest {
|
|
764
585
|
/**
|
|
765
586
|
* <p>The ID of the detector that specifies the GuardDuty service whose findings you want to
|
|
@@ -771,20 +592,8 @@ export interface ArchiveFindingsRequest {
|
|
|
771
592
|
*/
|
|
772
593
|
FindingIds: string[] | undefined;
|
|
773
594
|
}
|
|
774
|
-
export declare namespace ArchiveFindingsRequest {
|
|
775
|
-
/**
|
|
776
|
-
* @internal
|
|
777
|
-
*/
|
|
778
|
-
const filterSensitiveLog: (obj: ArchiveFindingsRequest) => any;
|
|
779
|
-
}
|
|
780
595
|
export interface ArchiveFindingsResponse {
|
|
781
596
|
}
|
|
782
|
-
export declare namespace ArchiveFindingsResponse {
|
|
783
|
-
/**
|
|
784
|
-
* @internal
|
|
785
|
-
*/
|
|
786
|
-
const filterSensitiveLog: (obj: ArchiveFindingsResponse) => any;
|
|
787
|
-
}
|
|
788
597
|
/**
|
|
789
598
|
* <p>Contains information on the current bucket policies for the S3 bucket.</p>
|
|
790
599
|
*/
|
|
@@ -800,12 +609,6 @@ export interface BucketPolicy {
|
|
|
800
609
|
*/
|
|
801
610
|
AllowsPublicWriteAccess?: boolean;
|
|
802
611
|
}
|
|
803
|
-
export declare namespace BucketPolicy {
|
|
804
|
-
/**
|
|
805
|
-
* @internal
|
|
806
|
-
*/
|
|
807
|
-
const filterSensitiveLog: (obj: BucketPolicy) => any;
|
|
808
|
-
}
|
|
809
612
|
/**
|
|
810
613
|
* <p>Contains information about the bucket level permissions for the S3 bucket.</p>
|
|
811
614
|
*/
|
|
@@ -824,12 +627,6 @@ export interface BucketLevelPermissions {
|
|
|
824
627
|
*/
|
|
825
628
|
BlockPublicAccess?: BlockPublicAccess;
|
|
826
629
|
}
|
|
827
|
-
export declare namespace BucketLevelPermissions {
|
|
828
|
-
/**
|
|
829
|
-
* @internal
|
|
830
|
-
*/
|
|
831
|
-
const filterSensitiveLog: (obj: BucketLevelPermissions) => any;
|
|
832
|
-
}
|
|
833
630
|
export declare enum DataSourceStatus {
|
|
834
631
|
DISABLED = "DISABLED",
|
|
835
632
|
ENABLED = "ENABLED"
|
|
@@ -843,12 +640,6 @@ export interface CloudTrailConfigurationResult {
|
|
|
843
640
|
*/
|
|
844
641
|
Status: DataSourceStatus | string | undefined;
|
|
845
642
|
}
|
|
846
|
-
export declare namespace CloudTrailConfigurationResult {
|
|
847
|
-
/**
|
|
848
|
-
* @internal
|
|
849
|
-
*/
|
|
850
|
-
const filterSensitiveLog: (obj: CloudTrailConfigurationResult) => any;
|
|
851
|
-
}
|
|
852
643
|
/**
|
|
853
644
|
* <p>Contains information about the condition.</p>
|
|
854
645
|
*/
|
|
@@ -928,12 +719,6 @@ export interface Condition {
|
|
|
928
719
|
*/
|
|
929
720
|
LessThanOrEqual?: number;
|
|
930
721
|
}
|
|
931
|
-
export declare namespace Condition {
|
|
932
|
-
/**
|
|
933
|
-
* @internal
|
|
934
|
-
*/
|
|
935
|
-
const filterSensitiveLog: (obj: Condition) => any;
|
|
936
|
-
}
|
|
937
722
|
/**
|
|
938
723
|
* <p>Container security context.</p>
|
|
939
724
|
*/
|
|
@@ -943,12 +728,6 @@ export interface SecurityContext {
|
|
|
943
728
|
*/
|
|
944
729
|
Privileged?: boolean;
|
|
945
730
|
}
|
|
946
|
-
export declare namespace SecurityContext {
|
|
947
|
-
/**
|
|
948
|
-
* @internal
|
|
949
|
-
*/
|
|
950
|
-
const filterSensitiveLog: (obj: SecurityContext) => any;
|
|
951
|
-
}
|
|
952
731
|
/**
|
|
953
732
|
* <p>Container volume mount.</p>
|
|
954
733
|
*/
|
|
@@ -962,12 +741,6 @@ export interface VolumeMount {
|
|
|
962
741
|
*/
|
|
963
742
|
MountPath?: string;
|
|
964
743
|
}
|
|
965
|
-
export declare namespace VolumeMount {
|
|
966
|
-
/**
|
|
967
|
-
* @internal
|
|
968
|
-
*/
|
|
969
|
-
const filterSensitiveLog: (obj: VolumeMount) => any;
|
|
970
|
-
}
|
|
971
744
|
/**
|
|
972
745
|
* <p>Details of a container.</p>
|
|
973
746
|
*/
|
|
@@ -1001,12 +774,6 @@ export interface Container {
|
|
|
1001
774
|
*/
|
|
1002
775
|
SecurityContext?: SecurityContext;
|
|
1003
776
|
}
|
|
1004
|
-
export declare namespace Container {
|
|
1005
|
-
/**
|
|
1006
|
-
* @internal
|
|
1007
|
-
*/
|
|
1008
|
-
const filterSensitiveLog: (obj: Container) => any;
|
|
1009
|
-
}
|
|
1010
777
|
/**
|
|
1011
778
|
* <p>Describes whether Kubernetes audit logs are enabled as a data source.</p>
|
|
1012
779
|
*/
|
|
@@ -1016,12 +783,6 @@ export interface KubernetesAuditLogsConfiguration {
|
|
|
1016
783
|
*/
|
|
1017
784
|
Enable: boolean | undefined;
|
|
1018
785
|
}
|
|
1019
|
-
export declare namespace KubernetesAuditLogsConfiguration {
|
|
1020
|
-
/**
|
|
1021
|
-
* @internal
|
|
1022
|
-
*/
|
|
1023
|
-
const filterSensitiveLog: (obj: KubernetesAuditLogsConfiguration) => any;
|
|
1024
|
-
}
|
|
1025
786
|
/**
|
|
1026
787
|
* <p>Describes whether any Kubernetes data sources are enabled.</p>
|
|
1027
788
|
*/
|
|
@@ -1031,11 +792,23 @@ export interface KubernetesConfiguration {
|
|
|
1031
792
|
*/
|
|
1032
793
|
AuditLogs: KubernetesAuditLogsConfiguration | undefined;
|
|
1033
794
|
}
|
|
1034
|
-
|
|
795
|
+
/**
|
|
796
|
+
* <p>Describes whether Malware Protection for EC2 instances with findings will be enabled as a data source.</p>
|
|
797
|
+
*/
|
|
798
|
+
export interface ScanEc2InstanceWithFindings {
|
|
1035
799
|
/**
|
|
1036
|
-
*
|
|
800
|
+
* <p>Describes the configuration for scanning EBS volumes as data source.</p>
|
|
1037
801
|
*/
|
|
1038
|
-
|
|
802
|
+
EbsVolumes?: boolean;
|
|
803
|
+
}
|
|
804
|
+
/**
|
|
805
|
+
* <p>Describes whether Malware Protection will be enabled as a data source.</p>
|
|
806
|
+
*/
|
|
807
|
+
export interface MalwareProtectionConfiguration {
|
|
808
|
+
/**
|
|
809
|
+
* <p>Describes the configuration of Malware Protection for EC2 instances with findings.</p>
|
|
810
|
+
*/
|
|
811
|
+
ScanEc2InstanceWithFindings?: ScanEc2InstanceWithFindings;
|
|
1039
812
|
}
|
|
1040
813
|
/**
|
|
1041
814
|
* <p>Describes whether S3 data event logs will be enabled as a data source.</p>
|
|
@@ -1046,12 +819,6 @@ export interface S3LogsConfiguration {
|
|
|
1046
819
|
*/
|
|
1047
820
|
Enable: boolean | undefined;
|
|
1048
821
|
}
|
|
1049
|
-
export declare namespace S3LogsConfiguration {
|
|
1050
|
-
/**
|
|
1051
|
-
* @internal
|
|
1052
|
-
*/
|
|
1053
|
-
const filterSensitiveLog: (obj: S3LogsConfiguration) => any;
|
|
1054
|
-
}
|
|
1055
822
|
/**
|
|
1056
823
|
* <p>Contains information about which data sources are enabled.</p>
|
|
1057
824
|
*/
|
|
@@ -1064,12 +831,10 @@ export interface DataSourceConfigurations {
|
|
|
1064
831
|
* <p>Describes whether any Kubernetes logs are enabled as data sources.</p>
|
|
1065
832
|
*/
|
|
1066
833
|
Kubernetes?: KubernetesConfiguration;
|
|
1067
|
-
}
|
|
1068
|
-
export declare namespace DataSourceConfigurations {
|
|
1069
834
|
/**
|
|
1070
|
-
*
|
|
835
|
+
* <p>Describes whether Malware Protection is enabled as a data source.</p>
|
|
1071
836
|
*/
|
|
1072
|
-
|
|
837
|
+
MalwareProtection?: MalwareProtectionConfiguration;
|
|
1073
838
|
}
|
|
1074
839
|
export declare enum FindingPublishingFrequency {
|
|
1075
840
|
FIFTEEN_MINUTES = "FIFTEEN_MINUTES",
|
|
@@ -1098,24 +863,12 @@ export interface CreateDetectorRequest {
|
|
|
1098
863
|
*/
|
|
1099
864
|
Tags?: Record<string, string>;
|
|
1100
865
|
}
|
|
1101
|
-
export declare namespace CreateDetectorRequest {
|
|
1102
|
-
/**
|
|
1103
|
-
* @internal
|
|
1104
|
-
*/
|
|
1105
|
-
const filterSensitiveLog: (obj: CreateDetectorRequest) => any;
|
|
1106
|
-
}
|
|
1107
866
|
export interface CreateDetectorResponse {
|
|
1108
867
|
/**
|
|
1109
868
|
* <p>The unique ID of the created detector.</p>
|
|
1110
869
|
*/
|
|
1111
870
|
DetectorId?: string;
|
|
1112
871
|
}
|
|
1113
|
-
export declare namespace CreateDetectorResponse {
|
|
1114
|
-
/**
|
|
1115
|
-
* @internal
|
|
1116
|
-
*/
|
|
1117
|
-
const filterSensitiveLog: (obj: CreateDetectorResponse) => any;
|
|
1118
|
-
}
|
|
1119
872
|
export declare enum FilterAction {
|
|
1120
873
|
ARCHIVE = "ARCHIVE",
|
|
1121
874
|
NOOP = "NOOP"
|
|
@@ -1130,12 +883,6 @@ export interface FindingCriteria {
|
|
|
1130
883
|
*/
|
|
1131
884
|
Criterion?: Record<string, Condition>;
|
|
1132
885
|
}
|
|
1133
|
-
export declare namespace FindingCriteria {
|
|
1134
|
-
/**
|
|
1135
|
-
* @internal
|
|
1136
|
-
*/
|
|
1137
|
-
const filterSensitiveLog: (obj: FindingCriteria) => any;
|
|
1138
|
-
}
|
|
1139
886
|
export interface CreateFilterRequest {
|
|
1140
887
|
/**
|
|
1141
888
|
* <p>The ID of the detector belonging to the GuardDuty account that you want to create a filter
|
|
@@ -1351,24 +1098,12 @@ export interface CreateFilterRequest {
|
|
|
1351
1098
|
*/
|
|
1352
1099
|
Tags?: Record<string, string>;
|
|
1353
1100
|
}
|
|
1354
|
-
export declare namespace CreateFilterRequest {
|
|
1355
|
-
/**
|
|
1356
|
-
* @internal
|
|
1357
|
-
*/
|
|
1358
|
-
const filterSensitiveLog: (obj: CreateFilterRequest) => any;
|
|
1359
|
-
}
|
|
1360
1101
|
export interface CreateFilterResponse {
|
|
1361
1102
|
/**
|
|
1362
1103
|
* <p>The name of the successfully created filter.</p>
|
|
1363
1104
|
*/
|
|
1364
1105
|
Name: string | undefined;
|
|
1365
1106
|
}
|
|
1366
|
-
export declare namespace CreateFilterResponse {
|
|
1367
|
-
/**
|
|
1368
|
-
* @internal
|
|
1369
|
-
*/
|
|
1370
|
-
const filterSensitiveLog: (obj: CreateFilterResponse) => any;
|
|
1371
|
-
}
|
|
1372
1107
|
export declare enum IpSetFormat {
|
|
1373
1108
|
ALIEN_VAULT = "ALIEN_VAULT",
|
|
1374
1109
|
FIRE_EYE = "FIRE_EYE",
|
|
@@ -1410,24 +1145,12 @@ export interface CreateIPSetRequest {
|
|
|
1410
1145
|
*/
|
|
1411
1146
|
Tags?: Record<string, string>;
|
|
1412
1147
|
}
|
|
1413
|
-
export declare namespace CreateIPSetRequest {
|
|
1414
|
-
/**
|
|
1415
|
-
* @internal
|
|
1416
|
-
*/
|
|
1417
|
-
const filterSensitiveLog: (obj: CreateIPSetRequest) => any;
|
|
1418
|
-
}
|
|
1419
1148
|
export interface CreateIPSetResponse {
|
|
1420
1149
|
/**
|
|
1421
1150
|
* <p>The ID of the IPSet resource.</p>
|
|
1422
1151
|
*/
|
|
1423
1152
|
IpSetId: string | undefined;
|
|
1424
1153
|
}
|
|
1425
|
-
export declare namespace CreateIPSetResponse {
|
|
1426
|
-
/**
|
|
1427
|
-
* @internal
|
|
1428
|
-
*/
|
|
1429
|
-
const filterSensitiveLog: (obj: CreateIPSetResponse) => any;
|
|
1430
|
-
}
|
|
1431
1154
|
export interface CreateMembersRequest {
|
|
1432
1155
|
/**
|
|
1433
1156
|
* <p>The unique ID of the detector of the GuardDuty account that you want to associate member
|
|
@@ -1440,12 +1163,6 @@ export interface CreateMembersRequest {
|
|
|
1440
1163
|
*/
|
|
1441
1164
|
AccountDetails: AccountDetail[] | undefined;
|
|
1442
1165
|
}
|
|
1443
|
-
export declare namespace CreateMembersRequest {
|
|
1444
|
-
/**
|
|
1445
|
-
* @internal
|
|
1446
|
-
*/
|
|
1447
|
-
const filterSensitiveLog: (obj: CreateMembersRequest) => any;
|
|
1448
|
-
}
|
|
1449
1166
|
/**
|
|
1450
1167
|
* <p>Contains information about the accounts that weren't processed.</p>
|
|
1451
1168
|
*/
|
|
@@ -1459,12 +1176,6 @@ export interface UnprocessedAccount {
|
|
|
1459
1176
|
*/
|
|
1460
1177
|
Result: string | undefined;
|
|
1461
1178
|
}
|
|
1462
|
-
export declare namespace UnprocessedAccount {
|
|
1463
|
-
/**
|
|
1464
|
-
* @internal
|
|
1465
|
-
*/
|
|
1466
|
-
const filterSensitiveLog: (obj: UnprocessedAccount) => any;
|
|
1467
|
-
}
|
|
1468
1179
|
export interface CreateMembersResponse {
|
|
1469
1180
|
/**
|
|
1470
1181
|
* <p>A list of objects that include the <code>accountIds</code> of the unprocessed accounts and
|
|
@@ -1472,12 +1183,6 @@ export interface CreateMembersResponse {
|
|
|
1472
1183
|
*/
|
|
1473
1184
|
UnprocessedAccounts: UnprocessedAccount[] | undefined;
|
|
1474
1185
|
}
|
|
1475
|
-
export declare namespace CreateMembersResponse {
|
|
1476
|
-
/**
|
|
1477
|
-
* @internal
|
|
1478
|
-
*/
|
|
1479
|
-
const filterSensitiveLog: (obj: CreateMembersResponse) => any;
|
|
1480
|
-
}
|
|
1481
1186
|
/**
|
|
1482
1187
|
* <p>Contains the Amazon Resource Name (ARN) of the resource to publish to, such as an S3
|
|
1483
1188
|
* bucket, and the ARN of the KMS key to use to encrypt published findings.</p>
|
|
@@ -1495,12 +1200,6 @@ export interface DestinationProperties {
|
|
|
1495
1200
|
*/
|
|
1496
1201
|
KmsKeyArn?: string;
|
|
1497
1202
|
}
|
|
1498
|
-
export declare namespace DestinationProperties {
|
|
1499
|
-
/**
|
|
1500
|
-
* @internal
|
|
1501
|
-
*/
|
|
1502
|
-
const filterSensitiveLog: (obj: DestinationProperties) => any;
|
|
1503
|
-
}
|
|
1504
1203
|
export declare enum DestinationType {
|
|
1505
1204
|
S3 = "S3"
|
|
1506
1205
|
}
|
|
@@ -1524,24 +1223,12 @@ export interface CreatePublishingDestinationRequest {
|
|
|
1524
1223
|
*/
|
|
1525
1224
|
ClientToken?: string;
|
|
1526
1225
|
}
|
|
1527
|
-
export declare namespace CreatePublishingDestinationRequest {
|
|
1528
|
-
/**
|
|
1529
|
-
* @internal
|
|
1530
|
-
*/
|
|
1531
|
-
const filterSensitiveLog: (obj: CreatePublishingDestinationRequest) => any;
|
|
1532
|
-
}
|
|
1533
1226
|
export interface CreatePublishingDestinationResponse {
|
|
1534
1227
|
/**
|
|
1535
1228
|
* <p>The ID of the publishing destination that is created.</p>
|
|
1536
1229
|
*/
|
|
1537
1230
|
DestinationId: string | undefined;
|
|
1538
1231
|
}
|
|
1539
|
-
export declare namespace CreatePublishingDestinationResponse {
|
|
1540
|
-
/**
|
|
1541
|
-
* @internal
|
|
1542
|
-
*/
|
|
1543
|
-
const filterSensitiveLog: (obj: CreatePublishingDestinationResponse) => any;
|
|
1544
|
-
}
|
|
1545
1232
|
export interface CreateSampleFindingsRequest {
|
|
1546
1233
|
/**
|
|
1547
1234
|
* <p>The ID of the detector to create sample findings for.</p>
|
|
@@ -1552,20 +1239,8 @@ export interface CreateSampleFindingsRequest {
|
|
|
1552
1239
|
*/
|
|
1553
1240
|
FindingTypes?: string[];
|
|
1554
1241
|
}
|
|
1555
|
-
export declare namespace CreateSampleFindingsRequest {
|
|
1556
|
-
/**
|
|
1557
|
-
* @internal
|
|
1558
|
-
*/
|
|
1559
|
-
const filterSensitiveLog: (obj: CreateSampleFindingsRequest) => any;
|
|
1560
|
-
}
|
|
1561
1242
|
export interface CreateSampleFindingsResponse {
|
|
1562
1243
|
}
|
|
1563
|
-
export declare namespace CreateSampleFindingsResponse {
|
|
1564
|
-
/**
|
|
1565
|
-
* @internal
|
|
1566
|
-
*/
|
|
1567
|
-
const filterSensitiveLog: (obj: CreateSampleFindingsResponse) => any;
|
|
1568
|
-
}
|
|
1569
1244
|
export declare enum ThreatIntelSetFormat {
|
|
1570
1245
|
ALIEN_VAULT = "ALIEN_VAULT",
|
|
1571
1246
|
FIRE_EYE = "FIRE_EYE",
|
|
@@ -1607,27 +1282,24 @@ export interface CreateThreatIntelSetRequest {
|
|
|
1607
1282
|
*/
|
|
1608
1283
|
Tags?: Record<string, string>;
|
|
1609
1284
|
}
|
|
1610
|
-
export declare namespace CreateThreatIntelSetRequest {
|
|
1611
|
-
/**
|
|
1612
|
-
* @internal
|
|
1613
|
-
*/
|
|
1614
|
-
const filterSensitiveLog: (obj: CreateThreatIntelSetRequest) => any;
|
|
1615
|
-
}
|
|
1616
1285
|
export interface CreateThreatIntelSetResponse {
|
|
1617
1286
|
/**
|
|
1618
1287
|
* <p>The ID of the ThreatIntelSet resource.</p>
|
|
1619
1288
|
*/
|
|
1620
1289
|
ThreatIntelSetId: string | undefined;
|
|
1621
1290
|
}
|
|
1622
|
-
export declare
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1291
|
+
export declare enum CriterionKey {
|
|
1292
|
+
ACCOUNT_ID = "ACCOUNT_ID",
|
|
1293
|
+
EC2_INSTANCE_ARN = "EC2_INSTANCE_ARN",
|
|
1294
|
+
GUARDDUTY_FINDING_ID = "GUARDDUTY_FINDING_ID",
|
|
1295
|
+
SCAN_ID = "SCAN_ID",
|
|
1296
|
+
SCAN_START_TIME = "SCAN_START_TIME",
|
|
1297
|
+
SCAN_STATUS = "SCAN_STATUS"
|
|
1627
1298
|
}
|
|
1628
1299
|
export declare enum DataSource {
|
|
1629
1300
|
CLOUD_TRAIL = "CLOUD_TRAIL",
|
|
1630
1301
|
DNS_LOGS = "DNS_LOGS",
|
|
1302
|
+
EC2_MALWARE_SCAN = "EC2_MALWARE_SCAN",
|
|
1631
1303
|
FLOW_LOGS = "FLOW_LOGS",
|
|
1632
1304
|
KUBERNETES_AUDIT_LOGS = "KUBERNETES_AUDIT_LOGS",
|
|
1633
1305
|
S3_LOGS = "S3_LOGS"
|
|
@@ -1641,12 +1313,6 @@ export interface DNSLogsConfigurationResult {
|
|
|
1641
1313
|
*/
|
|
1642
1314
|
Status: DataSourceStatus | string | undefined;
|
|
1643
1315
|
}
|
|
1644
|
-
export declare namespace DNSLogsConfigurationResult {
|
|
1645
|
-
/**
|
|
1646
|
-
* @internal
|
|
1647
|
-
*/
|
|
1648
|
-
const filterSensitiveLog: (obj: DNSLogsConfigurationResult) => any;
|
|
1649
|
-
}
|
|
1650
1316
|
/**
|
|
1651
1317
|
* <p>Contains information on the status of VPC flow logs as a data source.</p>
|
|
1652
1318
|
*/
|
|
@@ -1656,12 +1322,6 @@ export interface FlowLogsConfigurationResult {
|
|
|
1656
1322
|
*/
|
|
1657
1323
|
Status: DataSourceStatus | string | undefined;
|
|
1658
1324
|
}
|
|
1659
|
-
export declare namespace FlowLogsConfigurationResult {
|
|
1660
|
-
/**
|
|
1661
|
-
* @internal
|
|
1662
|
-
*/
|
|
1663
|
-
const filterSensitiveLog: (obj: FlowLogsConfigurationResult) => any;
|
|
1664
|
-
}
|
|
1665
1325
|
/**
|
|
1666
1326
|
* <p>Describes whether Kubernetes audit logs are enabled as a data source.</p>
|
|
1667
1327
|
*/
|
|
@@ -1671,12 +1331,6 @@ export interface KubernetesAuditLogsConfigurationResult {
|
|
|
1671
1331
|
*/
|
|
1672
1332
|
Status: DataSourceStatus | string | undefined;
|
|
1673
1333
|
}
|
|
1674
|
-
export declare namespace KubernetesAuditLogsConfigurationResult {
|
|
1675
|
-
/**
|
|
1676
|
-
* @internal
|
|
1677
|
-
*/
|
|
1678
|
-
const filterSensitiveLog: (obj: KubernetesAuditLogsConfigurationResult) => any;
|
|
1679
|
-
}
|
|
1680
1334
|
/**
|
|
1681
1335
|
* <p>Describes whether any Kubernetes logs will be enabled as a data source.</p>
|
|
1682
1336
|
*/
|
|
@@ -1686,11 +1340,36 @@ export interface KubernetesConfigurationResult {
|
|
|
1686
1340
|
*/
|
|
1687
1341
|
AuditLogs: KubernetesAuditLogsConfigurationResult | undefined;
|
|
1688
1342
|
}
|
|
1689
|
-
|
|
1343
|
+
/**
|
|
1344
|
+
* <p>Describes the configuration of scanning EBS volumes as a data source.</p>
|
|
1345
|
+
*/
|
|
1346
|
+
export interface EbsVolumesResult {
|
|
1690
1347
|
/**
|
|
1691
|
-
*
|
|
1348
|
+
* <p>Describes whether scanning EBS volumes is enabled as a data source.</p>
|
|
1349
|
+
*/
|
|
1350
|
+
Status?: DataSourceStatus | string;
|
|
1351
|
+
}
|
|
1352
|
+
/**
|
|
1353
|
+
* <p>An object that contains information on the status of whether Malware Protection for EC2 instances with findings will be enabled as a data source.</p>
|
|
1354
|
+
*/
|
|
1355
|
+
export interface ScanEc2InstanceWithFindingsResult {
|
|
1356
|
+
/**
|
|
1357
|
+
* <p>Describes the configuration of scanning EBS volumes as a data source.</p>
|
|
1358
|
+
*/
|
|
1359
|
+
EbsVolumes?: EbsVolumesResult;
|
|
1360
|
+
}
|
|
1361
|
+
/**
|
|
1362
|
+
* <p>An object that contains information on the status of all Malware Protection data sources.</p>
|
|
1363
|
+
*/
|
|
1364
|
+
export interface MalwareProtectionConfigurationResult {
|
|
1365
|
+
/**
|
|
1366
|
+
* <p>Describes the configuration of Malware Protection for EC2 instances with findings.</p>
|
|
1367
|
+
*/
|
|
1368
|
+
ScanEc2InstanceWithFindings?: ScanEc2InstanceWithFindingsResult;
|
|
1369
|
+
/**
|
|
1370
|
+
* <p>The GuardDuty Malware Protection service role.</p>
|
|
1692
1371
|
*/
|
|
1693
|
-
|
|
1372
|
+
ServiceRole?: string;
|
|
1694
1373
|
}
|
|
1695
1374
|
/**
|
|
1696
1375
|
* <p>Describes whether S3 data event logs will be enabled as a data source.</p>
|
|
@@ -1702,12 +1381,6 @@ export interface S3LogsConfigurationResult {
|
|
|
1702
1381
|
*/
|
|
1703
1382
|
Status: DataSourceStatus | string | undefined;
|
|
1704
1383
|
}
|
|
1705
|
-
export declare namespace S3LogsConfigurationResult {
|
|
1706
|
-
/**
|
|
1707
|
-
* @internal
|
|
1708
|
-
*/
|
|
1709
|
-
const filterSensitiveLog: (obj: S3LogsConfigurationResult) => any;
|
|
1710
|
-
}
|
|
1711
1384
|
/**
|
|
1712
1385
|
* <p>Contains information on the status of data sources for the detector.</p>
|
|
1713
1386
|
*/
|
|
@@ -1734,12 +1407,10 @@ export interface DataSourceConfigurationsResult {
|
|
|
1734
1407
|
* <p>An object that contains information on the status of all Kubernetes data sources.</p>
|
|
1735
1408
|
*/
|
|
1736
1409
|
Kubernetes?: KubernetesConfigurationResult;
|
|
1737
|
-
}
|
|
1738
|
-
export declare namespace DataSourceConfigurationsResult {
|
|
1739
1410
|
/**
|
|
1740
|
-
*
|
|
1411
|
+
* <p>Describes the configuration of Malware Protection data sources.</p>
|
|
1741
1412
|
*/
|
|
1742
|
-
|
|
1413
|
+
MalwareProtection?: MalwareProtectionConfigurationResult;
|
|
1743
1414
|
}
|
|
1744
1415
|
export interface DeclineInvitationsRequest {
|
|
1745
1416
|
/**
|
|
@@ -1748,12 +1419,6 @@ export interface DeclineInvitationsRequest {
|
|
|
1748
1419
|
*/
|
|
1749
1420
|
AccountIds: string[] | undefined;
|
|
1750
1421
|
}
|
|
1751
|
-
export declare namespace DeclineInvitationsRequest {
|
|
1752
|
-
/**
|
|
1753
|
-
* @internal
|
|
1754
|
-
*/
|
|
1755
|
-
const filterSensitiveLog: (obj: DeclineInvitationsRequest) => any;
|
|
1756
|
-
}
|
|
1757
1422
|
export interface DeclineInvitationsResponse {
|
|
1758
1423
|
/**
|
|
1759
1424
|
* <p>A list of objects that contain the unprocessed account and a result string that explains
|
|
@@ -1761,12 +1426,6 @@ export interface DeclineInvitationsResponse {
|
|
|
1761
1426
|
*/
|
|
1762
1427
|
UnprocessedAccounts: UnprocessedAccount[] | undefined;
|
|
1763
1428
|
}
|
|
1764
|
-
export declare namespace DeclineInvitationsResponse {
|
|
1765
|
-
/**
|
|
1766
|
-
* @internal
|
|
1767
|
-
*/
|
|
1768
|
-
const filterSensitiveLog: (obj: DeclineInvitationsResponse) => any;
|
|
1769
|
-
}
|
|
1770
1429
|
/**
|
|
1771
1430
|
* <p>Contains information on the server side encryption method used in the S3 bucket. See
|
|
1772
1431
|
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/serv-side-encryption.html">S3
|
|
@@ -1783,32 +1442,14 @@ export interface DefaultServerSideEncryption {
|
|
|
1783
1442
|
*/
|
|
1784
1443
|
KmsMasterKeyArn?: string;
|
|
1785
1444
|
}
|
|
1786
|
-
export declare namespace DefaultServerSideEncryption {
|
|
1787
|
-
/**
|
|
1788
|
-
* @internal
|
|
1789
|
-
*/
|
|
1790
|
-
const filterSensitiveLog: (obj: DefaultServerSideEncryption) => any;
|
|
1791
|
-
}
|
|
1792
1445
|
export interface DeleteDetectorRequest {
|
|
1793
1446
|
/**
|
|
1794
1447
|
* <p>The unique ID of the detector that you want to delete.</p>
|
|
1795
1448
|
*/
|
|
1796
1449
|
DetectorId: string | undefined;
|
|
1797
1450
|
}
|
|
1798
|
-
export declare namespace DeleteDetectorRequest {
|
|
1799
|
-
/**
|
|
1800
|
-
* @internal
|
|
1801
|
-
*/
|
|
1802
|
-
const filterSensitiveLog: (obj: DeleteDetectorRequest) => any;
|
|
1803
|
-
}
|
|
1804
1451
|
export interface DeleteDetectorResponse {
|
|
1805
1452
|
}
|
|
1806
|
-
export declare namespace DeleteDetectorResponse {
|
|
1807
|
-
/**
|
|
1808
|
-
* @internal
|
|
1809
|
-
*/
|
|
1810
|
-
const filterSensitiveLog: (obj: DeleteDetectorResponse) => any;
|
|
1811
|
-
}
|
|
1812
1453
|
export interface DeleteFilterRequest {
|
|
1813
1454
|
/**
|
|
1814
1455
|
* <p>The unique ID of the detector that the filter is associated with.</p>
|
|
@@ -1819,20 +1460,8 @@ export interface DeleteFilterRequest {
|
|
|
1819
1460
|
*/
|
|
1820
1461
|
FilterName: string | undefined;
|
|
1821
1462
|
}
|
|
1822
|
-
export declare namespace DeleteFilterRequest {
|
|
1823
|
-
/**
|
|
1824
|
-
* @internal
|
|
1825
|
-
*/
|
|
1826
|
-
const filterSensitiveLog: (obj: DeleteFilterRequest) => any;
|
|
1827
|
-
}
|
|
1828
1463
|
export interface DeleteFilterResponse {
|
|
1829
1464
|
}
|
|
1830
|
-
export declare namespace DeleteFilterResponse {
|
|
1831
|
-
/**
|
|
1832
|
-
* @internal
|
|
1833
|
-
*/
|
|
1834
|
-
const filterSensitiveLog: (obj: DeleteFilterResponse) => any;
|
|
1835
|
-
}
|
|
1836
1465
|
export interface DeleteInvitationsRequest {
|
|
1837
1466
|
/**
|
|
1838
1467
|
* <p>A list of account IDs of the Amazon Web Services accounts that sent invitations to the current member
|
|
@@ -1840,12 +1469,6 @@ export interface DeleteInvitationsRequest {
|
|
|
1840
1469
|
*/
|
|
1841
1470
|
AccountIds: string[] | undefined;
|
|
1842
1471
|
}
|
|
1843
|
-
export declare namespace DeleteInvitationsRequest {
|
|
1844
|
-
/**
|
|
1845
|
-
* @internal
|
|
1846
|
-
*/
|
|
1847
|
-
const filterSensitiveLog: (obj: DeleteInvitationsRequest) => any;
|
|
1848
|
-
}
|
|
1849
1472
|
export interface DeleteInvitationsResponse {
|
|
1850
1473
|
/**
|
|
1851
1474
|
* <p>A list of objects that contain the unprocessed account and a result string that explains
|
|
@@ -1853,12 +1476,6 @@ export interface DeleteInvitationsResponse {
|
|
|
1853
1476
|
*/
|
|
1854
1477
|
UnprocessedAccounts: UnprocessedAccount[] | undefined;
|
|
1855
1478
|
}
|
|
1856
|
-
export declare namespace DeleteInvitationsResponse {
|
|
1857
|
-
/**
|
|
1858
|
-
* @internal
|
|
1859
|
-
*/
|
|
1860
|
-
const filterSensitiveLog: (obj: DeleteInvitationsResponse) => any;
|
|
1861
|
-
}
|
|
1862
1479
|
export interface DeleteIPSetRequest {
|
|
1863
1480
|
/**
|
|
1864
1481
|
* <p>The unique ID of the detector associated with the IPSet.</p>
|
|
@@ -1869,20 +1486,8 @@ export interface DeleteIPSetRequest {
|
|
|
1869
1486
|
*/
|
|
1870
1487
|
IpSetId: string | undefined;
|
|
1871
1488
|
}
|
|
1872
|
-
export declare namespace DeleteIPSetRequest {
|
|
1873
|
-
/**
|
|
1874
|
-
* @internal
|
|
1875
|
-
*/
|
|
1876
|
-
const filterSensitiveLog: (obj: DeleteIPSetRequest) => any;
|
|
1877
|
-
}
|
|
1878
1489
|
export interface DeleteIPSetResponse {
|
|
1879
1490
|
}
|
|
1880
|
-
export declare namespace DeleteIPSetResponse {
|
|
1881
|
-
/**
|
|
1882
|
-
* @internal
|
|
1883
|
-
*/
|
|
1884
|
-
const filterSensitiveLog: (obj: DeleteIPSetResponse) => any;
|
|
1885
|
-
}
|
|
1886
1491
|
export interface DeleteMembersRequest {
|
|
1887
1492
|
/**
|
|
1888
1493
|
* <p>The unique ID of the detector of the GuardDuty account whose members you want to
|
|
@@ -1894,24 +1499,12 @@ export interface DeleteMembersRequest {
|
|
|
1894
1499
|
*/
|
|
1895
1500
|
AccountIds: string[] | undefined;
|
|
1896
1501
|
}
|
|
1897
|
-
export declare namespace DeleteMembersRequest {
|
|
1898
|
-
/**
|
|
1899
|
-
* @internal
|
|
1900
|
-
*/
|
|
1901
|
-
const filterSensitiveLog: (obj: DeleteMembersRequest) => any;
|
|
1902
|
-
}
|
|
1903
1502
|
export interface DeleteMembersResponse {
|
|
1904
1503
|
/**
|
|
1905
1504
|
* <p>The accounts that could not be processed.</p>
|
|
1906
1505
|
*/
|
|
1907
1506
|
UnprocessedAccounts: UnprocessedAccount[] | undefined;
|
|
1908
1507
|
}
|
|
1909
|
-
export declare namespace DeleteMembersResponse {
|
|
1910
|
-
/**
|
|
1911
|
-
* @internal
|
|
1912
|
-
*/
|
|
1913
|
-
const filterSensitiveLog: (obj: DeleteMembersResponse) => any;
|
|
1914
|
-
}
|
|
1915
1508
|
export interface DeletePublishingDestinationRequest {
|
|
1916
1509
|
/**
|
|
1917
1510
|
* <p>The unique ID of the detector associated with the publishing destination to delete.</p>
|
|
@@ -1922,43 +1515,250 @@ export interface DeletePublishingDestinationRequest {
|
|
|
1922
1515
|
*/
|
|
1923
1516
|
DestinationId: string | undefined;
|
|
1924
1517
|
}
|
|
1925
|
-
export
|
|
1518
|
+
export interface DeletePublishingDestinationResponse {
|
|
1519
|
+
}
|
|
1520
|
+
export interface DeleteThreatIntelSetRequest {
|
|
1926
1521
|
/**
|
|
1927
|
-
*
|
|
1522
|
+
* <p>The unique ID of the detector that the threatIntelSet is associated with.</p>
|
|
1928
1523
|
*/
|
|
1929
|
-
|
|
1524
|
+
DetectorId: string | undefined;
|
|
1525
|
+
/**
|
|
1526
|
+
* <p>The unique ID of the threatIntelSet that you want to delete.</p>
|
|
1527
|
+
*/
|
|
1528
|
+
ThreatIntelSetId: string | undefined;
|
|
1930
1529
|
}
|
|
1931
|
-
export interface
|
|
1530
|
+
export interface DeleteThreatIntelSetResponse {
|
|
1932
1531
|
}
|
|
1933
|
-
|
|
1532
|
+
/**
|
|
1533
|
+
* <p>Contains information about the condition.</p>
|
|
1534
|
+
*/
|
|
1535
|
+
export interface FilterCondition {
|
|
1934
1536
|
/**
|
|
1935
|
-
*
|
|
1537
|
+
* <p>Represents an <i>equal</i>
|
|
1538
|
+
* <b></b> condition to be applied to
|
|
1539
|
+
* a single field when querying for scan entries.</p>
|
|
1540
|
+
*/
|
|
1541
|
+
EqualsValue?: string;
|
|
1542
|
+
/**
|
|
1543
|
+
* <p>Represents a <i>greater than</i> condition to be applied to a single field
|
|
1544
|
+
* when querying for scan entries.</p>
|
|
1936
1545
|
*/
|
|
1937
|
-
|
|
1546
|
+
GreaterThan?: number;
|
|
1547
|
+
/**
|
|
1548
|
+
* <p>Represents a <i>less than</i> condition to be applied to a single field when
|
|
1549
|
+
* querying for scan entries.</p>
|
|
1550
|
+
*/
|
|
1551
|
+
LessThan?: number;
|
|
1938
1552
|
}
|
|
1939
|
-
|
|
1553
|
+
/**
|
|
1554
|
+
* <p>Represents a condition that when matched will be added to the response of the operation.</p>
|
|
1555
|
+
*/
|
|
1556
|
+
export interface FilterCriterion {
|
|
1940
1557
|
/**
|
|
1941
|
-
* <p>
|
|
1558
|
+
* <p>An enum value representing possible scan properties to match with given scan entries.</p>
|
|
1559
|
+
*/
|
|
1560
|
+
CriterionKey?: CriterionKey | string;
|
|
1561
|
+
/**
|
|
1562
|
+
* <p>Contains information about the condition.</p>
|
|
1563
|
+
*/
|
|
1564
|
+
FilterCondition?: FilterCondition;
|
|
1565
|
+
}
|
|
1566
|
+
/**
|
|
1567
|
+
* <p>Represents the criteria to be used in the filter for describing scan entries.</p>
|
|
1568
|
+
*/
|
|
1569
|
+
export interface FilterCriteria {
|
|
1570
|
+
/**
|
|
1571
|
+
* <p>Represents a condition that when matched will be added to the response of the operation.</p>
|
|
1572
|
+
*/
|
|
1573
|
+
FilterCriterion?: FilterCriterion[];
|
|
1574
|
+
}
|
|
1575
|
+
export declare enum OrderBy {
|
|
1576
|
+
ASC = "ASC",
|
|
1577
|
+
DESC = "DESC"
|
|
1578
|
+
}
|
|
1579
|
+
/**
|
|
1580
|
+
* <p>Contains information about the criteria used for sorting findings.</p>
|
|
1581
|
+
*/
|
|
1582
|
+
export interface SortCriteria {
|
|
1583
|
+
/**
|
|
1584
|
+
* <p>Represents the finding attribute (for example, accountId) to sort findings by.</p>
|
|
1585
|
+
*/
|
|
1586
|
+
AttributeName?: string;
|
|
1587
|
+
/**
|
|
1588
|
+
* <p>The order by which the sorted findings are to be displayed.</p>
|
|
1589
|
+
*/
|
|
1590
|
+
OrderBy?: OrderBy | string;
|
|
1591
|
+
}
|
|
1592
|
+
export interface DescribeMalwareScansRequest {
|
|
1593
|
+
/**
|
|
1594
|
+
* <p>The unique ID of the detector that the request is associated with.</p>
|
|
1942
1595
|
*/
|
|
1943
1596
|
DetectorId: string | undefined;
|
|
1944
1597
|
/**
|
|
1945
|
-
* <p>
|
|
1598
|
+
* <p>You can use this parameter when paginating results. Set the value of this parameter to
|
|
1599
|
+
* null on your first call to the list action. For subsequent calls to the action, fill nextToken
|
|
1600
|
+
* in the request with the value of NextToken from the previous response to continue listing
|
|
1601
|
+
* data.</p>
|
|
1946
1602
|
*/
|
|
1947
|
-
|
|
1603
|
+
NextToken?: string;
|
|
1604
|
+
/**
|
|
1605
|
+
* <p>You can use this parameter to indicate the maximum number of items that you want in the
|
|
1606
|
+
* response. The default value is 50. The maximum value is 50.</p>
|
|
1607
|
+
*/
|
|
1608
|
+
MaxResults?: number;
|
|
1609
|
+
/**
|
|
1610
|
+
* <p>Represents the criteria to be used in the filter for describing scan entries.</p>
|
|
1611
|
+
*/
|
|
1612
|
+
FilterCriteria?: FilterCriteria;
|
|
1613
|
+
/**
|
|
1614
|
+
* <p>Represents the criteria used for sorting scan entries.</p>
|
|
1615
|
+
*/
|
|
1616
|
+
SortCriteria?: SortCriteria;
|
|
1948
1617
|
}
|
|
1949
|
-
|
|
1618
|
+
/**
|
|
1619
|
+
* <p>Contains EBS volume details.</p>
|
|
1620
|
+
*/
|
|
1621
|
+
export interface VolumeDetail {
|
|
1950
1622
|
/**
|
|
1951
|
-
*
|
|
1623
|
+
* <p>EBS volume Arn information.</p>
|
|
1624
|
+
*/
|
|
1625
|
+
VolumeArn?: string;
|
|
1626
|
+
/**
|
|
1627
|
+
* <p>The EBS volume type.</p>
|
|
1628
|
+
*/
|
|
1629
|
+
VolumeType?: string;
|
|
1630
|
+
/**
|
|
1631
|
+
* <p>The device name for the EBS volume.</p>
|
|
1632
|
+
*/
|
|
1633
|
+
DeviceName?: string;
|
|
1634
|
+
/**
|
|
1635
|
+
* <p>EBS volume size in GB.</p>
|
|
1636
|
+
*/
|
|
1637
|
+
VolumeSizeInGB?: number;
|
|
1638
|
+
/**
|
|
1639
|
+
* <p>EBS volume encryption type.</p>
|
|
1952
1640
|
*/
|
|
1953
|
-
|
|
1641
|
+
EncryptionType?: string;
|
|
1642
|
+
/**
|
|
1643
|
+
* <p>Snapshot Arn of the EBS volume.</p>
|
|
1644
|
+
*/
|
|
1645
|
+
SnapshotArn?: string;
|
|
1646
|
+
/**
|
|
1647
|
+
* <p>KMS key Arn used to encrypt the EBS volume.</p>
|
|
1648
|
+
*/
|
|
1649
|
+
KmsKeyArn?: string;
|
|
1954
1650
|
}
|
|
1955
|
-
|
|
1651
|
+
/**
|
|
1652
|
+
* <p>Represents the resources that were scanned in the scan entry.</p>
|
|
1653
|
+
*/
|
|
1654
|
+
export interface ResourceDetails {
|
|
1655
|
+
/**
|
|
1656
|
+
* <p>InstanceArn that was scanned in the scan entry.</p>
|
|
1657
|
+
*/
|
|
1658
|
+
InstanceArn?: string;
|
|
1659
|
+
}
|
|
1660
|
+
export declare enum ScanResult {
|
|
1661
|
+
CLEAN = "CLEAN",
|
|
1662
|
+
INFECTED = "INFECTED"
|
|
1956
1663
|
}
|
|
1957
|
-
|
|
1664
|
+
/**
|
|
1665
|
+
* <p>Represents the result of the scan.</p>
|
|
1666
|
+
*/
|
|
1667
|
+
export interface ScanResultDetails {
|
|
1958
1668
|
/**
|
|
1959
|
-
*
|
|
1669
|
+
* <p>An enum value representing possible scan results.</p>
|
|
1670
|
+
*/
|
|
1671
|
+
ScanResult?: ScanResult | string;
|
|
1672
|
+
}
|
|
1673
|
+
export declare enum ScanStatus {
|
|
1674
|
+
COMPLETED = "COMPLETED",
|
|
1675
|
+
FAILED = "FAILED",
|
|
1676
|
+
RUNNING = "RUNNING"
|
|
1677
|
+
}
|
|
1678
|
+
/**
|
|
1679
|
+
* <p>Represents the reason the scan was triggered.</p>
|
|
1680
|
+
*/
|
|
1681
|
+
export interface TriggerDetails {
|
|
1682
|
+
/**
|
|
1683
|
+
* <p>The ID of the GuardDuty finding that triggered the BirdDog scan.</p>
|
|
1684
|
+
*/
|
|
1685
|
+
GuardDutyFindingId?: string;
|
|
1686
|
+
/**
|
|
1687
|
+
* <p>The description of the scan trigger.</p>
|
|
1688
|
+
*/
|
|
1689
|
+
Description?: string;
|
|
1690
|
+
}
|
|
1691
|
+
/**
|
|
1692
|
+
* <p>Contains information about a malware scan.</p>
|
|
1693
|
+
*/
|
|
1694
|
+
export interface Scan {
|
|
1695
|
+
/**
|
|
1696
|
+
* <p>The unique ID of the detector that the request is associated with.</p>
|
|
1697
|
+
*/
|
|
1698
|
+
DetectorId?: string;
|
|
1699
|
+
/**
|
|
1700
|
+
* <p>The unique detector ID of the administrator account that the request is associated with. Note that
|
|
1701
|
+
* this value will be the same as the one used for <code>DetectorId</code> if the account is an administrator.</p>
|
|
1960
1702
|
*/
|
|
1961
|
-
|
|
1703
|
+
AdminDetectorId?: string;
|
|
1704
|
+
/**
|
|
1705
|
+
* <p>The unique scan ID associated with a scan entry.</p>
|
|
1706
|
+
*/
|
|
1707
|
+
ScanId?: string;
|
|
1708
|
+
/**
|
|
1709
|
+
* <p>An enum value representing possible scan statuses.</p>
|
|
1710
|
+
*/
|
|
1711
|
+
ScanStatus?: ScanStatus | string;
|
|
1712
|
+
/**
|
|
1713
|
+
* <p>Represents the reason for FAILED scan status.</p>
|
|
1714
|
+
*/
|
|
1715
|
+
FailureReason?: string;
|
|
1716
|
+
/**
|
|
1717
|
+
* <p>The timestamp of when the scan was triggered.</p>
|
|
1718
|
+
*/
|
|
1719
|
+
ScanStartTime?: Date;
|
|
1720
|
+
/**
|
|
1721
|
+
* <p>The timestamp of when the scan was finished.</p>
|
|
1722
|
+
*/
|
|
1723
|
+
ScanEndTime?: Date;
|
|
1724
|
+
/**
|
|
1725
|
+
* <p>Represents the reason the scan was triggered.</p>
|
|
1726
|
+
*/
|
|
1727
|
+
TriggerDetails?: TriggerDetails;
|
|
1728
|
+
/**
|
|
1729
|
+
* <p>Represents the resources that were scanned in the scan entry.</p>
|
|
1730
|
+
*/
|
|
1731
|
+
ResourceDetails?: ResourceDetails;
|
|
1732
|
+
/**
|
|
1733
|
+
* <p>Represents the result of the scan.</p>
|
|
1734
|
+
*/
|
|
1735
|
+
ScanResultDetails?: ScanResultDetails;
|
|
1736
|
+
/**
|
|
1737
|
+
* <p>The ID for the account that belongs to the scan.</p>
|
|
1738
|
+
*/
|
|
1739
|
+
AccountId?: string;
|
|
1740
|
+
/**
|
|
1741
|
+
* <p>Represents total bytes that were scanned.</p>
|
|
1742
|
+
*/
|
|
1743
|
+
TotalBytes?: number;
|
|
1744
|
+
/**
|
|
1745
|
+
* <p>Represents the number of files that were scanned.</p>
|
|
1746
|
+
*/
|
|
1747
|
+
FileCount?: number;
|
|
1748
|
+
/**
|
|
1749
|
+
* <p>List of volumes that were attached to the original instance to be scanned.</p>
|
|
1750
|
+
*/
|
|
1751
|
+
AttachedVolumes?: VolumeDetail[];
|
|
1752
|
+
}
|
|
1753
|
+
export interface DescribeMalwareScansResponse {
|
|
1754
|
+
/**
|
|
1755
|
+
* <p>Contains information about malware scans.</p>
|
|
1756
|
+
*/
|
|
1757
|
+
Scans: Scan[] | undefined;
|
|
1758
|
+
/**
|
|
1759
|
+
* <p>The pagination parameter to be used on the next list operation to retrieve more items.</p>
|
|
1760
|
+
*/
|
|
1761
|
+
NextToken?: string;
|
|
1962
1762
|
}
|
|
1963
1763
|
export interface DescribeOrganizationConfigurationRequest {
|
|
1964
1764
|
/**
|
|
@@ -1967,12 +1767,6 @@ export interface DescribeOrganizationConfigurationRequest {
|
|
|
1967
1767
|
*/
|
|
1968
1768
|
DetectorId: string | undefined;
|
|
1969
1769
|
}
|
|
1970
|
-
export declare namespace DescribeOrganizationConfigurationRequest {
|
|
1971
|
-
/**
|
|
1972
|
-
* @internal
|
|
1973
|
-
*/
|
|
1974
|
-
const filterSensitiveLog: (obj: DescribeOrganizationConfigurationRequest) => any;
|
|
1975
|
-
}
|
|
1976
1770
|
/**
|
|
1977
1771
|
* <p>The current configuration of Kubernetes audit logs as a data source for the organization.</p>
|
|
1978
1772
|
*/
|
|
@@ -1982,12 +1776,6 @@ export interface OrganizationKubernetesAuditLogsConfigurationResult {
|
|
|
1982
1776
|
*/
|
|
1983
1777
|
AutoEnable: boolean | undefined;
|
|
1984
1778
|
}
|
|
1985
|
-
export declare namespace OrganizationKubernetesAuditLogsConfigurationResult {
|
|
1986
|
-
/**
|
|
1987
|
-
* @internal
|
|
1988
|
-
*/
|
|
1989
|
-
const filterSensitiveLog: (obj: OrganizationKubernetesAuditLogsConfigurationResult) => any;
|
|
1990
|
-
}
|
|
1991
1779
|
/**
|
|
1992
1780
|
* <p>The current configuration of all Kubernetes data sources for the organization.</p>
|
|
1993
1781
|
*/
|
|
@@ -1997,11 +1785,32 @@ export interface OrganizationKubernetesConfigurationResult {
|
|
|
1997
1785
|
*/
|
|
1998
1786
|
AuditLogs: OrganizationKubernetesAuditLogsConfigurationResult | undefined;
|
|
1999
1787
|
}
|
|
2000
|
-
|
|
1788
|
+
/**
|
|
1789
|
+
* <p>An object that contains information on the status of whether EBS volumes scanning will be enabled as a data source for an organization.</p>
|
|
1790
|
+
*/
|
|
1791
|
+
export interface OrganizationEbsVolumesResult {
|
|
1792
|
+
/**
|
|
1793
|
+
* <p>An object that contains the status of whether scanning EBS volumes should be auto-enabled for new members joining the organization.</p>
|
|
1794
|
+
*/
|
|
1795
|
+
AutoEnable?: boolean;
|
|
1796
|
+
}
|
|
1797
|
+
/**
|
|
1798
|
+
* <p>An object that contains information on the status of scanning EC2 instances with findings for an organization.</p>
|
|
1799
|
+
*/
|
|
1800
|
+
export interface OrganizationScanEc2InstanceWithFindingsResult {
|
|
2001
1801
|
/**
|
|
2002
|
-
*
|
|
1802
|
+
* <p>Describes the configuration for scanning EBS volumes for an organization.</p>
|
|
1803
|
+
*/
|
|
1804
|
+
EbsVolumes?: OrganizationEbsVolumesResult;
|
|
1805
|
+
}
|
|
1806
|
+
/**
|
|
1807
|
+
* <p>An object that contains information on the status of all Malware Protection data source for an organization.</p>
|
|
1808
|
+
*/
|
|
1809
|
+
export interface OrganizationMalwareProtectionConfigurationResult {
|
|
1810
|
+
/**
|
|
1811
|
+
* <p>Describes the configuration for scanning EC2 instances with findings for an organization.</p>
|
|
2003
1812
|
*/
|
|
2004
|
-
|
|
1813
|
+
ScanEc2InstanceWithFindings?: OrganizationScanEc2InstanceWithFindingsResult;
|
|
2005
1814
|
}
|
|
2006
1815
|
/**
|
|
2007
1816
|
* <p>The current configuration of S3 data event logs as a data source for the
|
|
@@ -2014,12 +1823,6 @@ export interface OrganizationS3LogsConfigurationResult {
|
|
|
2014
1823
|
*/
|
|
2015
1824
|
AutoEnable: boolean | undefined;
|
|
2016
1825
|
}
|
|
2017
|
-
export declare namespace OrganizationS3LogsConfigurationResult {
|
|
2018
|
-
/**
|
|
2019
|
-
* @internal
|
|
2020
|
-
*/
|
|
2021
|
-
const filterSensitiveLog: (obj: OrganizationS3LogsConfigurationResult) => any;
|
|
2022
|
-
}
|
|
2023
1826
|
/**
|
|
2024
1827
|
* <p>An object that contains information on which data sources are automatically enabled for
|
|
2025
1828
|
* new members within the organization.</p>
|
|
@@ -2033,12 +1836,10 @@ export interface OrganizationDataSourceConfigurationsResult {
|
|
|
2033
1836
|
* <p>Describes the configuration of Kubernetes data sources.</p>
|
|
2034
1837
|
*/
|
|
2035
1838
|
Kubernetes?: OrganizationKubernetesConfigurationResult;
|
|
2036
|
-
}
|
|
2037
|
-
export declare namespace OrganizationDataSourceConfigurationsResult {
|
|
2038
1839
|
/**
|
|
2039
|
-
*
|
|
1840
|
+
* <p>Describes the configuration of Malware Protection data source for an organization.</p>
|
|
2040
1841
|
*/
|
|
2041
|
-
|
|
1842
|
+
MalwareProtection?: OrganizationMalwareProtectionConfigurationResult;
|
|
2042
1843
|
}
|
|
2043
1844
|
export interface DescribeOrganizationConfigurationResponse {
|
|
2044
1845
|
/**
|
|
@@ -2057,12 +1858,6 @@ export interface DescribeOrganizationConfigurationResponse {
|
|
|
2057
1858
|
*/
|
|
2058
1859
|
DataSources?: OrganizationDataSourceConfigurationsResult;
|
|
2059
1860
|
}
|
|
2060
|
-
export declare namespace DescribeOrganizationConfigurationResponse {
|
|
2061
|
-
/**
|
|
2062
|
-
* @internal
|
|
2063
|
-
*/
|
|
2064
|
-
const filterSensitiveLog: (obj: DescribeOrganizationConfigurationResponse) => any;
|
|
2065
|
-
}
|
|
2066
1861
|
export interface DescribePublishingDestinationRequest {
|
|
2067
1862
|
/**
|
|
2068
1863
|
* <p>The unique ID of the detector associated with the publishing destination to
|
|
@@ -2074,12 +1869,6 @@ export interface DescribePublishingDestinationRequest {
|
|
|
2074
1869
|
*/
|
|
2075
1870
|
DestinationId: string | undefined;
|
|
2076
1871
|
}
|
|
2077
|
-
export declare namespace DescribePublishingDestinationRequest {
|
|
2078
|
-
/**
|
|
2079
|
-
* @internal
|
|
2080
|
-
*/
|
|
2081
|
-
const filterSensitiveLog: (obj: DescribePublishingDestinationRequest) => any;
|
|
2082
|
-
}
|
|
2083
1872
|
export declare enum PublishingStatus {
|
|
2084
1873
|
PENDING_VERIFICATION = "PENDING_VERIFICATION",
|
|
2085
1874
|
PUBLISHING = "PUBLISHING",
|
|
@@ -2111,12 +1900,6 @@ export interface DescribePublishingDestinationResponse {
|
|
|
2111
1900
|
*/
|
|
2112
1901
|
DestinationProperties: DestinationProperties | undefined;
|
|
2113
1902
|
}
|
|
2114
|
-
export declare namespace DescribePublishingDestinationResponse {
|
|
2115
|
-
/**
|
|
2116
|
-
* @internal
|
|
2117
|
-
*/
|
|
2118
|
-
const filterSensitiveLog: (obj: DescribePublishingDestinationResponse) => any;
|
|
2119
|
-
}
|
|
2120
1903
|
/**
|
|
2121
1904
|
* <p>Contains information about the publishing destination, including the ID, type, and
|
|
2122
1905
|
* status.</p>
|
|
@@ -2136,12 +1919,6 @@ export interface Destination {
|
|
|
2136
1919
|
*/
|
|
2137
1920
|
Status: PublishingStatus | string | undefined;
|
|
2138
1921
|
}
|
|
2139
|
-
export declare namespace Destination {
|
|
2140
|
-
/**
|
|
2141
|
-
* @internal
|
|
2142
|
-
*/
|
|
2143
|
-
const filterSensitiveLog: (obj: Destination) => any;
|
|
2144
|
-
}
|
|
2145
1922
|
export declare enum DetectorStatus {
|
|
2146
1923
|
DISABLED = "DISABLED",
|
|
2147
1924
|
ENABLED = "ENABLED"
|
|
@@ -2153,90 +1930,215 @@ export interface DisableOrganizationAdminAccountRequest {
|
|
|
2153
1930
|
*/
|
|
2154
1931
|
AdminAccountId: string | undefined;
|
|
2155
1932
|
}
|
|
2156
|
-
export
|
|
1933
|
+
export interface DisableOrganizationAdminAccountResponse {
|
|
1934
|
+
}
|
|
1935
|
+
export interface DisassociateFromAdministratorAccountRequest {
|
|
2157
1936
|
/**
|
|
2158
|
-
*
|
|
1937
|
+
* <p>The unique ID of the detector of the GuardDuty member account.</p>
|
|
2159
1938
|
*/
|
|
2160
|
-
|
|
1939
|
+
DetectorId: string | undefined;
|
|
2161
1940
|
}
|
|
2162
|
-
export interface
|
|
1941
|
+
export interface DisassociateFromAdministratorAccountResponse {
|
|
2163
1942
|
}
|
|
2164
|
-
export
|
|
1943
|
+
export interface DisassociateFromMasterAccountRequest {
|
|
2165
1944
|
/**
|
|
2166
|
-
*
|
|
1945
|
+
* <p>The unique ID of the detector of the GuardDuty member account.</p>
|
|
2167
1946
|
*/
|
|
2168
|
-
|
|
1947
|
+
DetectorId: string | undefined;
|
|
2169
1948
|
}
|
|
2170
|
-
export interface
|
|
1949
|
+
export interface DisassociateFromMasterAccountResponse {
|
|
1950
|
+
}
|
|
1951
|
+
export interface DisassociateMembersRequest {
|
|
2171
1952
|
/**
|
|
2172
|
-
* <p>The unique ID of the detector of the GuardDuty
|
|
1953
|
+
* <p>The unique ID of the detector of the GuardDuty account whose members you want to
|
|
1954
|
+
* disassociate from the administrator account.</p>
|
|
2173
1955
|
*/
|
|
2174
1956
|
DetectorId: string | undefined;
|
|
1957
|
+
/**
|
|
1958
|
+
* <p>A list of account IDs of the GuardDuty member accounts that you want to disassociate from
|
|
1959
|
+
* the administrator account.</p>
|
|
1960
|
+
*/
|
|
1961
|
+
AccountIds: string[] | undefined;
|
|
2175
1962
|
}
|
|
2176
|
-
export
|
|
1963
|
+
export interface DisassociateMembersResponse {
|
|
2177
1964
|
/**
|
|
2178
|
-
*
|
|
1965
|
+
* <p>A list of objects that contain the unprocessed account and a result string that explains
|
|
1966
|
+
* why it was unprocessed.</p>
|
|
2179
1967
|
*/
|
|
2180
|
-
|
|
1968
|
+
UnprocessedAccounts: UnprocessedAccount[] | undefined;
|
|
2181
1969
|
}
|
|
2182
|
-
export
|
|
1970
|
+
export declare enum EbsSnapshotPreservation {
|
|
1971
|
+
NO_RETENTION = "NO_RETENTION",
|
|
1972
|
+
RETENTION_WITH_FINDING = "RETENTION_WITH_FINDING"
|
|
2183
1973
|
}
|
|
2184
|
-
|
|
1974
|
+
/**
|
|
1975
|
+
* <p>Contains list of scanned and skipped EBS volumes with details.</p>
|
|
1976
|
+
*/
|
|
1977
|
+
export interface EbsVolumeDetails {
|
|
2185
1978
|
/**
|
|
2186
|
-
*
|
|
1979
|
+
* <p>List of EBS volumes that were scanned.</p>
|
|
1980
|
+
*/
|
|
1981
|
+
ScannedVolumeDetails?: VolumeDetail[];
|
|
1982
|
+
/**
|
|
1983
|
+
* <p>List of EBS volumes that were skipped from the malware scan.</p>
|
|
2187
1984
|
*/
|
|
2188
|
-
|
|
1985
|
+
SkippedVolumeDetails?: VolumeDetail[];
|
|
2189
1986
|
}
|
|
2190
|
-
|
|
1987
|
+
/**
|
|
1988
|
+
* <p>Contains details of the highest severity threat detected during scan and number of infected files.</p>
|
|
1989
|
+
*/
|
|
1990
|
+
export interface HighestSeverityThreatDetails {
|
|
2191
1991
|
/**
|
|
2192
|
-
* <p>
|
|
1992
|
+
* <p>Severity level of the highest severity threat detected.</p>
|
|
2193
1993
|
*/
|
|
2194
|
-
|
|
1994
|
+
Severity?: string;
|
|
1995
|
+
/**
|
|
1996
|
+
* <p>Threat name of the highest severity threat detected as part of the malware scan.</p>
|
|
1997
|
+
*/
|
|
1998
|
+
ThreatName?: string;
|
|
1999
|
+
/**
|
|
2000
|
+
* <p>Total number of infected files with the highest severity threat detected.</p>
|
|
2001
|
+
*/
|
|
2002
|
+
Count?: number;
|
|
2195
2003
|
}
|
|
2196
|
-
|
|
2004
|
+
/**
|
|
2005
|
+
* <p>Total number of scanned files.</p>
|
|
2006
|
+
*/
|
|
2007
|
+
export interface ScannedItemCount {
|
|
2197
2008
|
/**
|
|
2198
|
-
*
|
|
2009
|
+
* <p>Total GB of files scanned for malware.</p>
|
|
2010
|
+
*/
|
|
2011
|
+
TotalGb?: number;
|
|
2012
|
+
/**
|
|
2013
|
+
* <p>Number of files scanned.</p>
|
|
2199
2014
|
*/
|
|
2200
|
-
|
|
2015
|
+
Files?: number;
|
|
2016
|
+
/**
|
|
2017
|
+
* <p>Total number of scanned volumes.</p>
|
|
2018
|
+
*/
|
|
2019
|
+
Volumes?: number;
|
|
2201
2020
|
}
|
|
2202
|
-
|
|
2021
|
+
/**
|
|
2022
|
+
* <p>Contains details of infected file including name, file path and hash.</p>
|
|
2023
|
+
*/
|
|
2024
|
+
export interface ScanFilePath {
|
|
2025
|
+
/**
|
|
2026
|
+
* <p>The file path of the infected file.</p>
|
|
2027
|
+
*/
|
|
2028
|
+
FilePath?: string;
|
|
2029
|
+
/**
|
|
2030
|
+
* <p>EBS volume Arn details of the infected file.</p>
|
|
2031
|
+
*/
|
|
2032
|
+
VolumeArn?: string;
|
|
2033
|
+
/**
|
|
2034
|
+
* <p>The hash value of the infected file.</p>
|
|
2035
|
+
*/
|
|
2036
|
+
Hash?: string;
|
|
2037
|
+
/**
|
|
2038
|
+
* <p>File name of the infected file.</p>
|
|
2039
|
+
*/
|
|
2040
|
+
FileName?: string;
|
|
2203
2041
|
}
|
|
2204
|
-
|
|
2042
|
+
/**
|
|
2043
|
+
* <p>Contains files infected with the given threat providing details of malware name and severity.</p>
|
|
2044
|
+
*/
|
|
2045
|
+
export interface ScanThreatName {
|
|
2205
2046
|
/**
|
|
2206
|
-
*
|
|
2047
|
+
* <p>The name of the identified threat.</p>
|
|
2048
|
+
*/
|
|
2049
|
+
Name?: string;
|
|
2050
|
+
/**
|
|
2051
|
+
* <p>Severity of threat identified as part of the malware scan.</p>
|
|
2052
|
+
*/
|
|
2053
|
+
Severity?: string;
|
|
2054
|
+
/**
|
|
2055
|
+
* <p>Total number of files infected with given threat.</p>
|
|
2056
|
+
*/
|
|
2057
|
+
ItemCount?: number;
|
|
2058
|
+
/**
|
|
2059
|
+
* <p>List of infected files in EBS volume with details.</p>
|
|
2207
2060
|
*/
|
|
2208
|
-
|
|
2061
|
+
FilePaths?: ScanFilePath[];
|
|
2209
2062
|
}
|
|
2210
|
-
|
|
2063
|
+
/**
|
|
2064
|
+
* <p>Contains details about identified threats organized by threat name.</p>
|
|
2065
|
+
*/
|
|
2066
|
+
export interface ThreatDetectedByName {
|
|
2211
2067
|
/**
|
|
2212
|
-
* <p>
|
|
2213
|
-
* disassociate from the administrator account.</p>
|
|
2068
|
+
* <p>Total number of infected files identified.</p>
|
|
2214
2069
|
*/
|
|
2215
|
-
|
|
2070
|
+
ItemCount?: number;
|
|
2216
2071
|
/**
|
|
2217
|
-
* <p>
|
|
2218
|
-
* the administrator account.</p>
|
|
2072
|
+
* <p>Total number of unique threats by name identified, as part of the malware scan.</p>
|
|
2219
2073
|
*/
|
|
2220
|
-
|
|
2074
|
+
UniqueThreatNameCount?: number;
|
|
2075
|
+
/**
|
|
2076
|
+
* <p>Flag to determine if the finding contains every single infected file-path and/or every threat.</p>
|
|
2077
|
+
*/
|
|
2078
|
+
Shortened?: boolean;
|
|
2079
|
+
/**
|
|
2080
|
+
* <p>List of identified threats with details, organized by threat name.</p>
|
|
2081
|
+
*/
|
|
2082
|
+
ThreatNames?: ScanThreatName[];
|
|
2221
2083
|
}
|
|
2222
|
-
|
|
2084
|
+
/**
|
|
2085
|
+
* <p>Contains total number of infected files.</p>
|
|
2086
|
+
*/
|
|
2087
|
+
export interface ThreatsDetectedItemCount {
|
|
2223
2088
|
/**
|
|
2224
|
-
*
|
|
2089
|
+
* <p>Total number of infected files.</p>
|
|
2225
2090
|
*/
|
|
2226
|
-
|
|
2091
|
+
Files?: number;
|
|
2227
2092
|
}
|
|
2228
|
-
|
|
2093
|
+
/**
|
|
2094
|
+
* <p>Contains a complete view providing malware scan result details.</p>
|
|
2095
|
+
*/
|
|
2096
|
+
export interface ScanDetections {
|
|
2229
2097
|
/**
|
|
2230
|
-
* <p>
|
|
2231
|
-
* why it was unprocessed.</p>
|
|
2098
|
+
* <p>Total number of scanned files.</p>
|
|
2232
2099
|
*/
|
|
2233
|
-
|
|
2100
|
+
ScannedItemCount?: ScannedItemCount;
|
|
2101
|
+
/**
|
|
2102
|
+
* <p>Total number of infected files.</p>
|
|
2103
|
+
*/
|
|
2104
|
+
ThreatsDetectedItemCount?: ThreatsDetectedItemCount;
|
|
2105
|
+
/**
|
|
2106
|
+
* <p>Details of the highest severity threat detected during malware scan and number of infected files.</p>
|
|
2107
|
+
*/
|
|
2108
|
+
HighestSeverityThreatDetails?: HighestSeverityThreatDetails;
|
|
2109
|
+
/**
|
|
2110
|
+
* <p>Contains details about identified threats organized by threat name.</p>
|
|
2111
|
+
*/
|
|
2112
|
+
ThreatDetectedByName?: ThreatDetectedByName;
|
|
2234
2113
|
}
|
|
2235
|
-
|
|
2114
|
+
/**
|
|
2115
|
+
* <p>Contains details from the malware scan that created a finding.</p>
|
|
2116
|
+
*/
|
|
2117
|
+
export interface EbsVolumeScanDetails {
|
|
2236
2118
|
/**
|
|
2237
|
-
*
|
|
2119
|
+
* <p>Unique Id of the malware scan that generated the finding.</p>
|
|
2120
|
+
*/
|
|
2121
|
+
ScanId?: string;
|
|
2122
|
+
/**
|
|
2123
|
+
* <p>Returns the start date and time of the malware scan.</p>
|
|
2124
|
+
*/
|
|
2125
|
+
ScanStartedAt?: Date;
|
|
2126
|
+
/**
|
|
2127
|
+
* <p>Returns the completion date and time of the malware scan.</p>
|
|
2128
|
+
*/
|
|
2129
|
+
ScanCompletedAt?: Date;
|
|
2130
|
+
/**
|
|
2131
|
+
* <p>GuardDuty finding ID that triggered a malware scan.</p>
|
|
2238
2132
|
*/
|
|
2239
|
-
|
|
2133
|
+
TriggerFindingId?: string;
|
|
2134
|
+
/**
|
|
2135
|
+
* <p>Contains list of threat intelligence sources used to detect threats.</p>
|
|
2136
|
+
*/
|
|
2137
|
+
Sources?: string[];
|
|
2138
|
+
/**
|
|
2139
|
+
* <p>Contains a complete view providing malware scan result details.</p>
|
|
2140
|
+
*/
|
|
2141
|
+
ScanDetections?: ScanDetections;
|
|
2240
2142
|
}
|
|
2241
2143
|
/**
|
|
2242
2144
|
* <p>Contains information about a tag associated with the EC2 instance.</p>
|
|
@@ -2251,11 +2153,109 @@ export interface Tag {
|
|
|
2251
2153
|
*/
|
|
2252
2154
|
Value?: string;
|
|
2253
2155
|
}
|
|
2254
|
-
|
|
2156
|
+
/**
|
|
2157
|
+
* <p>Represents a pre-existing file or directory on the host machine that the volume maps to.</p>
|
|
2158
|
+
*/
|
|
2159
|
+
export interface HostPath {
|
|
2160
|
+
/**
|
|
2161
|
+
* <p>Path of the file or directory on the host that the volume maps to.</p>
|
|
2162
|
+
*/
|
|
2163
|
+
Path?: string;
|
|
2164
|
+
}
|
|
2165
|
+
/**
|
|
2166
|
+
* <p>Volume used by the Kubernetes workload.</p>
|
|
2167
|
+
*/
|
|
2168
|
+
export interface Volume {
|
|
2255
2169
|
/**
|
|
2256
|
-
*
|
|
2170
|
+
* <p>Volume name.</p>
|
|
2171
|
+
*/
|
|
2172
|
+
Name?: string;
|
|
2173
|
+
/**
|
|
2174
|
+
* <p>Represents a pre-existing file or directory on the host machine that the volume maps to.</p>
|
|
2175
|
+
*/
|
|
2176
|
+
HostPath?: HostPath;
|
|
2177
|
+
}
|
|
2178
|
+
/**
|
|
2179
|
+
* <p>Contains information about the task in an ECS cluster.</p>
|
|
2180
|
+
*/
|
|
2181
|
+
export interface EcsTaskDetails {
|
|
2182
|
+
/**
|
|
2183
|
+
* <p>The Amazon Resource Name (ARN) of the task.</p>
|
|
2184
|
+
*/
|
|
2185
|
+
Arn?: string;
|
|
2186
|
+
/**
|
|
2187
|
+
* <p>The ARN of the task definition that creates the task.</p>
|
|
2188
|
+
*/
|
|
2189
|
+
DefinitionArn?: string;
|
|
2190
|
+
/**
|
|
2191
|
+
* <p>The version counter for the task.</p>
|
|
2192
|
+
*/
|
|
2193
|
+
Version?: string;
|
|
2194
|
+
/**
|
|
2195
|
+
* <p>The Unix timestamp for the time when the task was created.</p>
|
|
2196
|
+
*/
|
|
2197
|
+
TaskCreatedAt?: Date;
|
|
2198
|
+
/**
|
|
2199
|
+
* <p>The Unix timestamp for the time when the task started.</p>
|
|
2200
|
+
*/
|
|
2201
|
+
StartedAt?: Date;
|
|
2202
|
+
/**
|
|
2203
|
+
* <p>Contains the tag specified when a task is started.</p>
|
|
2204
|
+
*/
|
|
2205
|
+
StartedBy?: string;
|
|
2206
|
+
/**
|
|
2207
|
+
* <p>The tags of the ECS Task.</p>
|
|
2208
|
+
*/
|
|
2209
|
+
Tags?: Tag[];
|
|
2210
|
+
/**
|
|
2211
|
+
* <p>The list of data volume definitions for the task.</p>
|
|
2212
|
+
*/
|
|
2213
|
+
Volumes?: Volume[];
|
|
2214
|
+
/**
|
|
2215
|
+
* <p>The containers that's associated with the task.</p>
|
|
2216
|
+
*/
|
|
2217
|
+
Containers?: Container[];
|
|
2218
|
+
/**
|
|
2219
|
+
* <p>The name of the task group that's associated with the task.</p>
|
|
2220
|
+
*/
|
|
2221
|
+
Group?: string;
|
|
2222
|
+
}
|
|
2223
|
+
/**
|
|
2224
|
+
* <p>Contains information about the details of the ECS Cluster.</p>
|
|
2225
|
+
*/
|
|
2226
|
+
export interface EcsClusterDetails {
|
|
2227
|
+
/**
|
|
2228
|
+
* <p>The name of the ECS Cluster.</p>
|
|
2229
|
+
*/
|
|
2230
|
+
Name?: string;
|
|
2231
|
+
/**
|
|
2232
|
+
* <p>The Amazon Resource Name (ARN) that identifies the cluster.</p>
|
|
2233
|
+
*/
|
|
2234
|
+
Arn?: string;
|
|
2235
|
+
/**
|
|
2236
|
+
* <p>The status of the ECS cluster.</p>
|
|
2237
|
+
*/
|
|
2238
|
+
Status?: string;
|
|
2239
|
+
/**
|
|
2240
|
+
* <p>The number of services that are running on the cluster in an ACTIVE state.</p>
|
|
2241
|
+
*/
|
|
2242
|
+
ActiveServicesCount?: number;
|
|
2243
|
+
/**
|
|
2244
|
+
* <p>The number of container instances registered into the cluster.</p>
|
|
2245
|
+
*/
|
|
2246
|
+
RegisteredContainerInstancesCount?: number;
|
|
2247
|
+
/**
|
|
2248
|
+
* <p>The number of tasks in the cluster that are in the RUNNING state.</p>
|
|
2249
|
+
*/
|
|
2250
|
+
RunningTasksCount?: number;
|
|
2251
|
+
/**
|
|
2252
|
+
* <p>The tags of the ECS Cluster.</p>
|
|
2253
|
+
*/
|
|
2254
|
+
Tags?: Tag[];
|
|
2255
|
+
/**
|
|
2256
|
+
* <p>Contains information about the details of the ECS Task.</p>
|
|
2257
2257
|
*/
|
|
2258
|
-
|
|
2258
|
+
TaskDetails?: EcsTaskDetails;
|
|
2259
2259
|
}
|
|
2260
2260
|
/**
|
|
2261
2261
|
* <p>Details about the EKS cluster involved in a Kubernetes finding.</p>
|
|
@@ -2286,12 +2286,6 @@ export interface EksClusterDetails {
|
|
|
2286
2286
|
*/
|
|
2287
2287
|
CreatedAt?: Date;
|
|
2288
2288
|
}
|
|
2289
|
-
export declare namespace EksClusterDetails {
|
|
2290
|
-
/**
|
|
2291
|
-
* @internal
|
|
2292
|
-
*/
|
|
2293
|
-
const filterSensitiveLog: (obj: EksClusterDetails) => any;
|
|
2294
|
-
}
|
|
2295
2289
|
export interface EnableOrganizationAdminAccountRequest {
|
|
2296
2290
|
/**
|
|
2297
2291
|
* <p>The Amazon Web Services Account ID for the organization account to be enabled as a GuardDuty delegated
|
|
@@ -2299,20 +2293,8 @@ export interface EnableOrganizationAdminAccountRequest {
|
|
|
2299
2293
|
*/
|
|
2300
2294
|
AdminAccountId: string | undefined;
|
|
2301
2295
|
}
|
|
2302
|
-
export declare namespace EnableOrganizationAdminAccountRequest {
|
|
2303
|
-
/**
|
|
2304
|
-
* @internal
|
|
2305
|
-
*/
|
|
2306
|
-
const filterSensitiveLog: (obj: EnableOrganizationAdminAccountRequest) => any;
|
|
2307
|
-
}
|
|
2308
2296
|
export interface EnableOrganizationAdminAccountResponse {
|
|
2309
2297
|
}
|
|
2310
|
-
export declare namespace EnableOrganizationAdminAccountResponse {
|
|
2311
|
-
/**
|
|
2312
|
-
* @internal
|
|
2313
|
-
*/
|
|
2314
|
-
const filterSensitiveLog: (obj: EnableOrganizationAdminAccountResponse) => any;
|
|
2315
|
-
}
|
|
2316
2298
|
/**
|
|
2317
2299
|
* <p>An instance of a threat intelligence detail that constitutes evidence for the
|
|
2318
2300
|
* finding.</p>
|
|
@@ -2328,12 +2310,6 @@ export interface ThreatIntelligenceDetail {
|
|
|
2328
2310
|
*/
|
|
2329
2311
|
ThreatNames?: string[];
|
|
2330
2312
|
}
|
|
2331
|
-
export declare namespace ThreatIntelligenceDetail {
|
|
2332
|
-
/**
|
|
2333
|
-
* @internal
|
|
2334
|
-
*/
|
|
2335
|
-
const filterSensitiveLog: (obj: ThreatIntelligenceDetail) => any;
|
|
2336
|
-
}
|
|
2337
2313
|
/**
|
|
2338
2314
|
* <p>Contains information about the reason that the finding was generated.</p>
|
|
2339
2315
|
*/
|
|
@@ -2343,12 +2319,6 @@ export interface Evidence {
|
|
|
2343
2319
|
*/
|
|
2344
2320
|
ThreatIntelligenceDetails?: ThreatIntelligenceDetail[];
|
|
2345
2321
|
}
|
|
2346
|
-
export declare namespace Evidence {
|
|
2347
|
-
/**
|
|
2348
|
-
* @internal
|
|
2349
|
-
*/
|
|
2350
|
-
const filterSensitiveLog: (obj: Evidence) => any;
|
|
2351
|
-
}
|
|
2352
2322
|
export declare enum Feedback {
|
|
2353
2323
|
NOT_USEFUL = "NOT_USEFUL",
|
|
2354
2324
|
USEFUL = "USEFUL"
|
|
@@ -2366,12 +2336,6 @@ export interface IamInstanceProfile {
|
|
|
2366
2336
|
*/
|
|
2367
2337
|
Id?: string;
|
|
2368
2338
|
}
|
|
2369
|
-
export declare namespace IamInstanceProfile {
|
|
2370
|
-
/**
|
|
2371
|
-
* @internal
|
|
2372
|
-
*/
|
|
2373
|
-
const filterSensitiveLog: (obj: IamInstanceProfile) => any;
|
|
2374
|
-
}
|
|
2375
2339
|
/**
|
|
2376
2340
|
* <p>Contains other private IP address information of the EC2 instance.</p>
|
|
2377
2341
|
*/
|
|
@@ -2385,12 +2349,6 @@ export interface PrivateIpAddressDetails {
|
|
|
2385
2349
|
*/
|
|
2386
2350
|
PrivateIpAddress?: string;
|
|
2387
2351
|
}
|
|
2388
|
-
export declare namespace PrivateIpAddressDetails {
|
|
2389
|
-
/**
|
|
2390
|
-
* @internal
|
|
2391
|
-
*/
|
|
2392
|
-
const filterSensitiveLog: (obj: PrivateIpAddressDetails) => any;
|
|
2393
|
-
}
|
|
2394
2352
|
/**
|
|
2395
2353
|
* <p>Contains information about the security groups associated with the EC2 instance.</p>
|
|
2396
2354
|
*/
|
|
@@ -2404,12 +2362,6 @@ export interface SecurityGroup {
|
|
|
2404
2362
|
*/
|
|
2405
2363
|
GroupName?: string;
|
|
2406
2364
|
}
|
|
2407
|
-
export declare namespace SecurityGroup {
|
|
2408
|
-
/**
|
|
2409
|
-
* @internal
|
|
2410
|
-
*/
|
|
2411
|
-
const filterSensitiveLog: (obj: SecurityGroup) => any;
|
|
2412
|
-
}
|
|
2413
2365
|
/**
|
|
2414
2366
|
* <p>Contains information about the elastic network interface of the EC2 instance.</p>
|
|
2415
2367
|
*/
|
|
@@ -2455,12 +2407,6 @@ export interface NetworkInterface {
|
|
|
2455
2407
|
*/
|
|
2456
2408
|
VpcId?: string;
|
|
2457
2409
|
}
|
|
2458
|
-
export declare namespace NetworkInterface {
|
|
2459
|
-
/**
|
|
2460
|
-
* @internal
|
|
2461
|
-
*/
|
|
2462
|
-
const filterSensitiveLog: (obj: NetworkInterface) => any;
|
|
2463
|
-
}
|
|
2464
2410
|
/**
|
|
2465
2411
|
* <p>Contains information about the product code for the EC2 instance.</p>
|
|
2466
2412
|
*/
|
|
@@ -2474,12 +2420,6 @@ export interface ProductCode {
|
|
|
2474
2420
|
*/
|
|
2475
2421
|
ProductType?: string;
|
|
2476
2422
|
}
|
|
2477
|
-
export declare namespace ProductCode {
|
|
2478
|
-
/**
|
|
2479
|
-
* @internal
|
|
2480
|
-
*/
|
|
2481
|
-
const filterSensitiveLog: (obj: ProductCode) => any;
|
|
2482
|
-
}
|
|
2483
2423
|
/**
|
|
2484
2424
|
* <p>Contains information about the details of an instance.</p>
|
|
2485
2425
|
*/
|
|
@@ -2538,12 +2478,6 @@ export interface InstanceDetails {
|
|
|
2538
2478
|
*/
|
|
2539
2479
|
Tags?: Tag[];
|
|
2540
2480
|
}
|
|
2541
|
-
export declare namespace InstanceDetails {
|
|
2542
|
-
/**
|
|
2543
|
-
* @internal
|
|
2544
|
-
*/
|
|
2545
|
-
const filterSensitiveLog: (obj: InstanceDetails) => any;
|
|
2546
|
-
}
|
|
2547
2481
|
/**
|
|
2548
2482
|
* <p>Details about the Kubernetes user involved in a Kubernetes finding.</p>
|
|
2549
2483
|
*/
|
|
@@ -2561,56 +2495,16 @@ export interface KubernetesUserDetails {
|
|
|
2561
2495
|
*/
|
|
2562
2496
|
Groups?: string[];
|
|
2563
2497
|
}
|
|
2564
|
-
export declare namespace KubernetesUserDetails {
|
|
2565
|
-
/**
|
|
2566
|
-
* @internal
|
|
2567
|
-
*/
|
|
2568
|
-
const filterSensitiveLog: (obj: KubernetesUserDetails) => any;
|
|
2569
|
-
}
|
|
2570
2498
|
/**
|
|
2571
|
-
* <p>
|
|
2499
|
+
* <p>Details about the Kubernetes workload involved in a Kubernetes finding.</p>
|
|
2572
2500
|
*/
|
|
2573
|
-
export interface
|
|
2501
|
+
export interface KubernetesWorkloadDetails {
|
|
2574
2502
|
/**
|
|
2575
|
-
* <p>
|
|
2503
|
+
* <p>Kubernetes workload name.</p>
|
|
2576
2504
|
*/
|
|
2577
|
-
|
|
2578
|
-
}
|
|
2579
|
-
export declare namespace HostPath {
|
|
2505
|
+
Name?: string;
|
|
2580
2506
|
/**
|
|
2581
|
-
*
|
|
2582
|
-
*/
|
|
2583
|
-
const filterSensitiveLog: (obj: HostPath) => any;
|
|
2584
|
-
}
|
|
2585
|
-
/**
|
|
2586
|
-
* <p>Volume used by the Kubernetes workload.</p>
|
|
2587
|
-
*/
|
|
2588
|
-
export interface Volume {
|
|
2589
|
-
/**
|
|
2590
|
-
* <p>Volume name.</p>
|
|
2591
|
-
*/
|
|
2592
|
-
Name?: string;
|
|
2593
|
-
/**
|
|
2594
|
-
* <p>Represents a pre-existing file or directory on the host machine that the volume maps to.</p>
|
|
2595
|
-
*/
|
|
2596
|
-
HostPath?: HostPath;
|
|
2597
|
-
}
|
|
2598
|
-
export declare namespace Volume {
|
|
2599
|
-
/**
|
|
2600
|
-
* @internal
|
|
2601
|
-
*/
|
|
2602
|
-
const filterSensitiveLog: (obj: Volume) => any;
|
|
2603
|
-
}
|
|
2604
|
-
/**
|
|
2605
|
-
* <p>Details about the Kubernetes workload involved in a Kubernetes finding.</p>
|
|
2606
|
-
*/
|
|
2607
|
-
export interface KubernetesWorkloadDetails {
|
|
2608
|
-
/**
|
|
2609
|
-
* <p>Kubernetes workload name.</p>
|
|
2610
|
-
*/
|
|
2611
|
-
Name?: string;
|
|
2612
|
-
/**
|
|
2613
|
-
* <p>Kubernetes workload type (e.g. Pod, Deployment, etc.).</p>
|
|
2507
|
+
* <p>Kubernetes workload type (e.g. Pod, Deployment, etc.).</p>
|
|
2614
2508
|
*/
|
|
2615
2509
|
Type?: string;
|
|
2616
2510
|
/**
|
|
@@ -2634,12 +2528,6 @@ export interface KubernetesWorkloadDetails {
|
|
|
2634
2528
|
*/
|
|
2635
2529
|
Volumes?: Volume[];
|
|
2636
2530
|
}
|
|
2637
|
-
export declare namespace KubernetesWorkloadDetails {
|
|
2638
|
-
/**
|
|
2639
|
-
* @internal
|
|
2640
|
-
*/
|
|
2641
|
-
const filterSensitiveLog: (obj: KubernetesWorkloadDetails) => any;
|
|
2642
|
-
}
|
|
2643
2531
|
/**
|
|
2644
2532
|
* <p>Details about Kubernetes resources such as a Kubernetes user or workload resource involved in a Kubernetes finding.</p>
|
|
2645
2533
|
*/
|
|
@@ -2653,12 +2541,6 @@ export interface KubernetesDetails {
|
|
|
2653
2541
|
*/
|
|
2654
2542
|
KubernetesWorkloadDetails?: KubernetesWorkloadDetails;
|
|
2655
2543
|
}
|
|
2656
|
-
export declare namespace KubernetesDetails {
|
|
2657
|
-
/**
|
|
2658
|
-
* @internal
|
|
2659
|
-
*/
|
|
2660
|
-
const filterSensitiveLog: (obj: KubernetesDetails) => any;
|
|
2661
|
-
}
|
|
2662
2544
|
/**
|
|
2663
2545
|
* <p>Contains information on the owner of the bucket.</p>
|
|
2664
2546
|
*/
|
|
@@ -2671,12 +2553,6 @@ export interface Owner {
|
|
|
2671
2553
|
*/
|
|
2672
2554
|
Id?: string;
|
|
2673
2555
|
}
|
|
2674
|
-
export declare namespace Owner {
|
|
2675
|
-
/**
|
|
2676
|
-
* @internal
|
|
2677
|
-
*/
|
|
2678
|
-
const filterSensitiveLog: (obj: Owner) => any;
|
|
2679
|
-
}
|
|
2680
2556
|
/**
|
|
2681
2557
|
* <p>Contains information about how permissions are configured for the S3 bucket.</p>
|
|
2682
2558
|
*/
|
|
@@ -2690,12 +2566,6 @@ export interface PermissionConfiguration {
|
|
|
2690
2566
|
*/
|
|
2691
2567
|
AccountLevelPermissions?: AccountLevelPermissions;
|
|
2692
2568
|
}
|
|
2693
|
-
export declare namespace PermissionConfiguration {
|
|
2694
|
-
/**
|
|
2695
|
-
* @internal
|
|
2696
|
-
*/
|
|
2697
|
-
const filterSensitiveLog: (obj: PermissionConfiguration) => any;
|
|
2698
|
-
}
|
|
2699
2569
|
/**
|
|
2700
2570
|
* <p>Describes the public access policies that apply to the S3 bucket.</p>
|
|
2701
2571
|
*/
|
|
@@ -2710,12 +2580,6 @@ export interface PublicAccess {
|
|
|
2710
2580
|
*/
|
|
2711
2581
|
EffectivePermission?: string;
|
|
2712
2582
|
}
|
|
2713
|
-
export declare namespace PublicAccess {
|
|
2714
|
-
/**
|
|
2715
|
-
* @internal
|
|
2716
|
-
*/
|
|
2717
|
-
const filterSensitiveLog: (obj: PublicAccess) => any;
|
|
2718
|
-
}
|
|
2719
2583
|
/**
|
|
2720
2584
|
* <p>Contains information on the S3 bucket.</p>
|
|
2721
2585
|
*/
|
|
@@ -2753,12 +2617,6 @@ export interface S3BucketDetail {
|
|
|
2753
2617
|
*/
|
|
2754
2618
|
PublicAccess?: PublicAccess;
|
|
2755
2619
|
}
|
|
2756
|
-
export declare namespace S3BucketDetail {
|
|
2757
|
-
/**
|
|
2758
|
-
* @internal
|
|
2759
|
-
*/
|
|
2760
|
-
const filterSensitiveLog: (obj: S3BucketDetail) => any;
|
|
2761
|
-
}
|
|
2762
2620
|
/**
|
|
2763
2621
|
* <p>Contains information about the Amazon Web Services resource associated with the activity that prompted
|
|
2764
2622
|
* GuardDuty to generate a finding.</p>
|
|
@@ -2790,12 +2648,18 @@ export interface Resource {
|
|
|
2790
2648
|
* <p>The type of Amazon Web Services resource.</p>
|
|
2791
2649
|
*/
|
|
2792
2650
|
ResourceType?: string;
|
|
2793
|
-
}
|
|
2794
|
-
export declare namespace Resource {
|
|
2795
2651
|
/**
|
|
2796
|
-
*
|
|
2652
|
+
* <p>Contains list of scanned and skipped EBS volumes with details.</p>
|
|
2653
|
+
*/
|
|
2654
|
+
EbsVolumeDetails?: EbsVolumeDetails;
|
|
2655
|
+
/**
|
|
2656
|
+
* <p>Contains information about the details of the ECS Cluster.</p>
|
|
2657
|
+
*/
|
|
2658
|
+
EcsClusterDetails?: EcsClusterDetails;
|
|
2659
|
+
/**
|
|
2660
|
+
* <p>Details of a container.</p>
|
|
2797
2661
|
*/
|
|
2798
|
-
|
|
2662
|
+
ContainerDetails?: Container;
|
|
2799
2663
|
}
|
|
2800
2664
|
/**
|
|
2801
2665
|
* <p>Additional information about the generated finding.</p>
|
|
@@ -2810,12 +2674,6 @@ export interface ServiceAdditionalInfo {
|
|
|
2810
2674
|
*/
|
|
2811
2675
|
Type?: string;
|
|
2812
2676
|
}
|
|
2813
|
-
export declare namespace ServiceAdditionalInfo {
|
|
2814
|
-
/**
|
|
2815
|
-
* @internal
|
|
2816
|
-
*/
|
|
2817
|
-
const filterSensitiveLog: (obj: ServiceAdditionalInfo) => any;
|
|
2818
|
-
}
|
|
2819
2677
|
/**
|
|
2820
2678
|
* <p>Contains additional information about the generated finding.</p>
|
|
2821
2679
|
*/
|
|
@@ -2866,12 +2724,14 @@ export interface Service {
|
|
|
2866
2724
|
* <p>Contains additional information about the generated finding.</p>
|
|
2867
2725
|
*/
|
|
2868
2726
|
AdditionalInfo?: ServiceAdditionalInfo;
|
|
2869
|
-
}
|
|
2870
|
-
export declare namespace Service {
|
|
2871
2727
|
/**
|
|
2872
|
-
*
|
|
2728
|
+
* <p>The name of the feature that generated a finding.</p>
|
|
2729
|
+
*/
|
|
2730
|
+
FeatureName?: string;
|
|
2731
|
+
/**
|
|
2732
|
+
* <p>Returns details from the malware scan that created a finding.</p>
|
|
2873
2733
|
*/
|
|
2874
|
-
|
|
2734
|
+
EbsVolumeScanDetails?: EbsVolumeScanDetails;
|
|
2875
2735
|
}
|
|
2876
2736
|
/**
|
|
2877
2737
|
* <p>Contains information about the finding, which is generated when abnormal or suspicious
|
|
@@ -2940,12 +2800,6 @@ export interface Finding {
|
|
|
2940
2800
|
*/
|
|
2941
2801
|
UpdatedAt: string | undefined;
|
|
2942
2802
|
}
|
|
2943
|
-
export declare namespace Finding {
|
|
2944
|
-
/**
|
|
2945
|
-
* @internal
|
|
2946
|
-
*/
|
|
2947
|
-
const filterSensitiveLog: (obj: Finding) => any;
|
|
2948
|
-
}
|
|
2949
2803
|
/**
|
|
2950
2804
|
* <p>Contains information about finding statistics.</p>
|
|
2951
2805
|
*/
|
|
@@ -2955,12 +2809,6 @@ export interface FindingStatistics {
|
|
|
2955
2809
|
*/
|
|
2956
2810
|
CountBySeverity?: Record<string, number>;
|
|
2957
2811
|
}
|
|
2958
|
-
export declare namespace FindingStatistics {
|
|
2959
|
-
/**
|
|
2960
|
-
* @internal
|
|
2961
|
-
*/
|
|
2962
|
-
const filterSensitiveLog: (obj: FindingStatistics) => any;
|
|
2963
|
-
}
|
|
2964
2812
|
export declare enum FindingStatisticType {
|
|
2965
2813
|
COUNT_BY_SEVERITY = "COUNT_BY_SEVERITY"
|
|
2966
2814
|
}
|
|
@@ -2970,36 +2818,18 @@ export interface GetAdministratorAccountRequest {
|
|
|
2970
2818
|
*/
|
|
2971
2819
|
DetectorId: string | undefined;
|
|
2972
2820
|
}
|
|
2973
|
-
export declare namespace GetAdministratorAccountRequest {
|
|
2974
|
-
/**
|
|
2975
|
-
* @internal
|
|
2976
|
-
*/
|
|
2977
|
-
const filterSensitiveLog: (obj: GetAdministratorAccountRequest) => any;
|
|
2978
|
-
}
|
|
2979
2821
|
export interface GetAdministratorAccountResponse {
|
|
2980
2822
|
/**
|
|
2981
2823
|
* <p>The administrator account details.</p>
|
|
2982
2824
|
*/
|
|
2983
2825
|
Administrator: Administrator | undefined;
|
|
2984
2826
|
}
|
|
2985
|
-
export declare namespace GetAdministratorAccountResponse {
|
|
2986
|
-
/**
|
|
2987
|
-
* @internal
|
|
2988
|
-
*/
|
|
2989
|
-
const filterSensitiveLog: (obj: GetAdministratorAccountResponse) => any;
|
|
2990
|
-
}
|
|
2991
2827
|
export interface GetDetectorRequest {
|
|
2992
2828
|
/**
|
|
2993
2829
|
* <p>The unique ID of the detector that you want to get.</p>
|
|
2994
2830
|
*/
|
|
2995
2831
|
DetectorId: string | undefined;
|
|
2996
2832
|
}
|
|
2997
|
-
export declare namespace GetDetectorRequest {
|
|
2998
|
-
/**
|
|
2999
|
-
* @internal
|
|
3000
|
-
*/
|
|
3001
|
-
const filterSensitiveLog: (obj: GetDetectorRequest) => any;
|
|
3002
|
-
}
|
|
3003
2833
|
export interface GetDetectorResponse {
|
|
3004
2834
|
/**
|
|
3005
2835
|
* <p>The timestamp of when the detector was created.</p>
|
|
@@ -3030,12 +2860,6 @@ export interface GetDetectorResponse {
|
|
|
3030
2860
|
*/
|
|
3031
2861
|
Tags?: Record<string, string>;
|
|
3032
2862
|
}
|
|
3033
|
-
export declare namespace GetDetectorResponse {
|
|
3034
|
-
/**
|
|
3035
|
-
* @internal
|
|
3036
|
-
*/
|
|
3037
|
-
const filterSensitiveLog: (obj: GetDetectorResponse) => any;
|
|
3038
|
-
}
|
|
3039
2863
|
export interface GetFilterRequest {
|
|
3040
2864
|
/**
|
|
3041
2865
|
* <p>The unique ID of the detector that the filter is associated with.</p>
|
|
@@ -3046,12 +2870,6 @@ export interface GetFilterRequest {
|
|
|
3046
2870
|
*/
|
|
3047
2871
|
FilterName: string | undefined;
|
|
3048
2872
|
}
|
|
3049
|
-
export declare namespace GetFilterRequest {
|
|
3050
|
-
/**
|
|
3051
|
-
* @internal
|
|
3052
|
-
*/
|
|
3053
|
-
const filterSensitiveLog: (obj: GetFilterRequest) => any;
|
|
3054
|
-
}
|
|
3055
2873
|
export interface GetFilterResponse {
|
|
3056
2874
|
/**
|
|
3057
2875
|
* <p>The name of the filter.</p>
|
|
@@ -3079,35 +2897,6 @@ export interface GetFilterResponse {
|
|
|
3079
2897
|
*/
|
|
3080
2898
|
Tags?: Record<string, string>;
|
|
3081
2899
|
}
|
|
3082
|
-
export declare namespace GetFilterResponse {
|
|
3083
|
-
/**
|
|
3084
|
-
* @internal
|
|
3085
|
-
*/
|
|
3086
|
-
const filterSensitiveLog: (obj: GetFilterResponse) => any;
|
|
3087
|
-
}
|
|
3088
|
-
export declare enum OrderBy {
|
|
3089
|
-
ASC = "ASC",
|
|
3090
|
-
DESC = "DESC"
|
|
3091
|
-
}
|
|
3092
|
-
/**
|
|
3093
|
-
* <p>Contains information about the criteria used for sorting findings.</p>
|
|
3094
|
-
*/
|
|
3095
|
-
export interface SortCriteria {
|
|
3096
|
-
/**
|
|
3097
|
-
* <p>Represents the finding attribute (for example, accountId) to sort findings by.</p>
|
|
3098
|
-
*/
|
|
3099
|
-
AttributeName?: string;
|
|
3100
|
-
/**
|
|
3101
|
-
* <p>The order by which the sorted findings are to be displayed.</p>
|
|
3102
|
-
*/
|
|
3103
|
-
OrderBy?: OrderBy | string;
|
|
3104
|
-
}
|
|
3105
|
-
export declare namespace SortCriteria {
|
|
3106
|
-
/**
|
|
3107
|
-
* @internal
|
|
3108
|
-
*/
|
|
3109
|
-
const filterSensitiveLog: (obj: SortCriteria) => any;
|
|
3110
|
-
}
|
|
3111
2900
|
export interface GetFindingsRequest {
|
|
3112
2901
|
/**
|
|
3113
2902
|
* <p>The ID of the detector that specifies the GuardDuty service whose findings you want to
|
|
@@ -3123,24 +2912,12 @@ export interface GetFindingsRequest {
|
|
|
3123
2912
|
*/
|
|
3124
2913
|
SortCriteria?: SortCriteria;
|
|
3125
2914
|
}
|
|
3126
|
-
export declare namespace GetFindingsRequest {
|
|
3127
|
-
/**
|
|
3128
|
-
* @internal
|
|
3129
|
-
*/
|
|
3130
|
-
const filterSensitiveLog: (obj: GetFindingsRequest) => any;
|
|
3131
|
-
}
|
|
3132
2915
|
export interface GetFindingsResponse {
|
|
3133
2916
|
/**
|
|
3134
2917
|
* <p>A list of findings.</p>
|
|
3135
2918
|
*/
|
|
3136
2919
|
Findings: Finding[] | undefined;
|
|
3137
2920
|
}
|
|
3138
|
-
export declare namespace GetFindingsResponse {
|
|
3139
|
-
/**
|
|
3140
|
-
* @internal
|
|
3141
|
-
*/
|
|
3142
|
-
const filterSensitiveLog: (obj: GetFindingsResponse) => any;
|
|
3143
|
-
}
|
|
3144
2921
|
export interface GetFindingsStatisticsRequest {
|
|
3145
2922
|
/**
|
|
3146
2923
|
* <p>The ID of the detector that specifies the GuardDuty service whose findings' statistics you
|
|
@@ -3156,44 +2933,20 @@ export interface GetFindingsStatisticsRequest {
|
|
|
3156
2933
|
*/
|
|
3157
2934
|
FindingCriteria?: FindingCriteria;
|
|
3158
2935
|
}
|
|
3159
|
-
export declare namespace GetFindingsStatisticsRequest {
|
|
3160
|
-
/**
|
|
3161
|
-
* @internal
|
|
3162
|
-
*/
|
|
3163
|
-
const filterSensitiveLog: (obj: GetFindingsStatisticsRequest) => any;
|
|
3164
|
-
}
|
|
3165
2936
|
export interface GetFindingsStatisticsResponse {
|
|
3166
2937
|
/**
|
|
3167
2938
|
* <p>The finding statistics object.</p>
|
|
3168
2939
|
*/
|
|
3169
2940
|
FindingStatistics: FindingStatistics | undefined;
|
|
3170
2941
|
}
|
|
3171
|
-
export declare namespace GetFindingsStatisticsResponse {
|
|
3172
|
-
/**
|
|
3173
|
-
* @internal
|
|
3174
|
-
*/
|
|
3175
|
-
const filterSensitiveLog: (obj: GetFindingsStatisticsResponse) => any;
|
|
3176
|
-
}
|
|
3177
2942
|
export interface GetInvitationsCountRequest {
|
|
3178
2943
|
}
|
|
3179
|
-
export declare namespace GetInvitationsCountRequest {
|
|
3180
|
-
/**
|
|
3181
|
-
* @internal
|
|
3182
|
-
*/
|
|
3183
|
-
const filterSensitiveLog: (obj: GetInvitationsCountRequest) => any;
|
|
3184
|
-
}
|
|
3185
2944
|
export interface GetInvitationsCountResponse {
|
|
3186
2945
|
/**
|
|
3187
2946
|
* <p>The number of received invitations.</p>
|
|
3188
2947
|
*/
|
|
3189
2948
|
InvitationsCount?: number;
|
|
3190
2949
|
}
|
|
3191
|
-
export declare namespace GetInvitationsCountResponse {
|
|
3192
|
-
/**
|
|
3193
|
-
* @internal
|
|
3194
|
-
*/
|
|
3195
|
-
const filterSensitiveLog: (obj: GetInvitationsCountResponse) => any;
|
|
3196
|
-
}
|
|
3197
2950
|
export interface GetIPSetRequest {
|
|
3198
2951
|
/**
|
|
3199
2952
|
* <p>The unique ID of the detector that the IPSet is associated with.</p>
|
|
@@ -3204,12 +2957,6 @@ export interface GetIPSetRequest {
|
|
|
3204
2957
|
*/
|
|
3205
2958
|
IpSetId: string | undefined;
|
|
3206
2959
|
}
|
|
3207
|
-
export declare namespace GetIPSetRequest {
|
|
3208
|
-
/**
|
|
3209
|
-
* @internal
|
|
3210
|
-
*/
|
|
3211
|
-
const filterSensitiveLog: (obj: GetIPSetRequest) => any;
|
|
3212
|
-
}
|
|
3213
2960
|
export declare enum IpSetStatus {
|
|
3214
2961
|
ACTIVATING = "ACTIVATING",
|
|
3215
2962
|
ACTIVE = "ACTIVE",
|
|
@@ -3241,23 +2988,70 @@ export interface GetIPSetResponse {
|
|
|
3241
2988
|
*/
|
|
3242
2989
|
Tags?: Record<string, string>;
|
|
3243
2990
|
}
|
|
3244
|
-
export
|
|
2991
|
+
export interface GetMalwareScanSettingsRequest {
|
|
3245
2992
|
/**
|
|
3246
|
-
*
|
|
2993
|
+
* <p>The unique ID of the detector that the scan setting is associated with.</p>
|
|
3247
2994
|
*/
|
|
3248
|
-
|
|
2995
|
+
DetectorId: string | undefined;
|
|
3249
2996
|
}
|
|
3250
|
-
export
|
|
2997
|
+
export declare enum ScanCriterionKey {
|
|
2998
|
+
EC2_INSTANCE_TAG = "EC2_INSTANCE_TAG"
|
|
2999
|
+
}
|
|
3000
|
+
/**
|
|
3001
|
+
* <p>Represents key, value pair to be matched against given resource property.</p>
|
|
3002
|
+
*/
|
|
3003
|
+
export interface ScanConditionPair {
|
|
3251
3004
|
/**
|
|
3252
|
-
* <p>
|
|
3005
|
+
* <p>Represents <i>key</i>
|
|
3006
|
+
* <b></b> in the map condition.</p>
|
|
3253
3007
|
*/
|
|
3254
|
-
|
|
3008
|
+
Key: string | undefined;
|
|
3009
|
+
/**
|
|
3010
|
+
* <p>Represents optional <i>value</i>
|
|
3011
|
+
* <b></b> in the map condition. If not specified, only <i>key</i>
|
|
3012
|
+
* <b></b> will be matched.</p>
|
|
3013
|
+
*/
|
|
3014
|
+
Value?: string;
|
|
3255
3015
|
}
|
|
3256
|
-
|
|
3016
|
+
/**
|
|
3017
|
+
* <p>Contains information about the condition.</p>
|
|
3018
|
+
*/
|
|
3019
|
+
export interface ScanCondition {
|
|
3257
3020
|
/**
|
|
3258
|
-
*
|
|
3021
|
+
* <p>Represents an <i>mapEqual</i>
|
|
3022
|
+
* <b></b> condition to be applied to
|
|
3023
|
+
* a single field when triggering for malware scan.</p>
|
|
3024
|
+
*/
|
|
3025
|
+
MapEquals: ScanConditionPair[] | undefined;
|
|
3026
|
+
}
|
|
3027
|
+
/**
|
|
3028
|
+
* <p>Contains information about criteria used to filter resources before triggering malware scan.</p>
|
|
3029
|
+
*/
|
|
3030
|
+
export interface ScanResourceCriteria {
|
|
3031
|
+
/**
|
|
3032
|
+
* <p>Represents condition that when matched will allow a malware scan for a certain resource.</p>
|
|
3033
|
+
*/
|
|
3034
|
+
Include?: Record<string, ScanCondition>;
|
|
3035
|
+
/**
|
|
3036
|
+
* <p>Represents condition that when matched will prevent a malware scan for a certain resource.</p>
|
|
3037
|
+
*/
|
|
3038
|
+
Exclude?: Record<string, ScanCondition>;
|
|
3039
|
+
}
|
|
3040
|
+
export interface GetMalwareScanSettingsResponse {
|
|
3041
|
+
/**
|
|
3042
|
+
* <p>Represents the criteria to be used in the filter for scanning resources.</p>
|
|
3043
|
+
*/
|
|
3044
|
+
ScanResourceCriteria?: ScanResourceCriteria;
|
|
3045
|
+
/**
|
|
3046
|
+
* <p>An enum value representing possible snapshot preservations.</p>
|
|
3047
|
+
*/
|
|
3048
|
+
EbsSnapshotPreservation?: EbsSnapshotPreservation | string;
|
|
3049
|
+
}
|
|
3050
|
+
export interface GetMasterAccountRequest {
|
|
3051
|
+
/**
|
|
3052
|
+
* <p>The unique ID of the detector of the GuardDuty member account.</p>
|
|
3259
3053
|
*/
|
|
3260
|
-
|
|
3054
|
+
DetectorId: string | undefined;
|
|
3261
3055
|
}
|
|
3262
3056
|
/**
|
|
3263
3057
|
* <p>Contains information about the administrator account and invitation.</p>
|
|
@@ -3280,24 +3074,12 @@ export interface Master {
|
|
|
3280
3074
|
*/
|
|
3281
3075
|
InvitedAt?: string;
|
|
3282
3076
|
}
|
|
3283
|
-
export declare namespace Master {
|
|
3284
|
-
/**
|
|
3285
|
-
* @internal
|
|
3286
|
-
*/
|
|
3287
|
-
const filterSensitiveLog: (obj: Master) => any;
|
|
3288
|
-
}
|
|
3289
3077
|
export interface GetMasterAccountResponse {
|
|
3290
3078
|
/**
|
|
3291
3079
|
* <p>The administrator account details.</p>
|
|
3292
3080
|
*/
|
|
3293
3081
|
Master: Master | undefined;
|
|
3294
3082
|
}
|
|
3295
|
-
export declare namespace GetMasterAccountResponse {
|
|
3296
|
-
/**
|
|
3297
|
-
* @internal
|
|
3298
|
-
*/
|
|
3299
|
-
const filterSensitiveLog: (obj: GetMasterAccountResponse) => any;
|
|
3300
|
-
}
|
|
3301
3083
|
export interface GetMemberDetectorsRequest {
|
|
3302
3084
|
/**
|
|
3303
3085
|
* <p>The detector ID for the administrator account.</p>
|
|
@@ -3308,12 +3090,6 @@ export interface GetMemberDetectorsRequest {
|
|
|
3308
3090
|
*/
|
|
3309
3091
|
AccountIds: string[] | undefined;
|
|
3310
3092
|
}
|
|
3311
|
-
export declare namespace GetMemberDetectorsRequest {
|
|
3312
|
-
/**
|
|
3313
|
-
* @internal
|
|
3314
|
-
*/
|
|
3315
|
-
const filterSensitiveLog: (obj: GetMemberDetectorsRequest) => any;
|
|
3316
|
-
}
|
|
3317
3093
|
/**
|
|
3318
3094
|
* <p>Contains information on which data sources are enabled for a member account.</p>
|
|
3319
3095
|
*/
|
|
@@ -3327,12 +3103,6 @@ export interface MemberDataSourceConfiguration {
|
|
|
3327
3103
|
*/
|
|
3328
3104
|
DataSources: DataSourceConfigurationsResult | undefined;
|
|
3329
3105
|
}
|
|
3330
|
-
export declare namespace MemberDataSourceConfiguration {
|
|
3331
|
-
/**
|
|
3332
|
-
* @internal
|
|
3333
|
-
*/
|
|
3334
|
-
const filterSensitiveLog: (obj: MemberDataSourceConfiguration) => any;
|
|
3335
|
-
}
|
|
3336
3106
|
export interface GetMemberDetectorsResponse {
|
|
3337
3107
|
/**
|
|
3338
3108
|
* <p>An object that describes which data sources are enabled for a member account.</p>
|
|
@@ -3344,12 +3114,6 @@ export interface GetMemberDetectorsResponse {
|
|
|
3344
3114
|
*/
|
|
3345
3115
|
UnprocessedAccounts: UnprocessedAccount[] | undefined;
|
|
3346
3116
|
}
|
|
3347
|
-
export declare namespace GetMemberDetectorsResponse {
|
|
3348
|
-
/**
|
|
3349
|
-
* @internal
|
|
3350
|
-
*/
|
|
3351
|
-
const filterSensitiveLog: (obj: GetMemberDetectorsResponse) => any;
|
|
3352
|
-
}
|
|
3353
3117
|
export interface GetMembersRequest {
|
|
3354
3118
|
/**
|
|
3355
3119
|
* <p>The unique ID of the detector of the GuardDuty account whose members you want to
|
|
@@ -3361,12 +3125,6 @@ export interface GetMembersRequest {
|
|
|
3361
3125
|
*/
|
|
3362
3126
|
AccountIds: string[] | undefined;
|
|
3363
3127
|
}
|
|
3364
|
-
export declare namespace GetMembersRequest {
|
|
3365
|
-
/**
|
|
3366
|
-
* @internal
|
|
3367
|
-
*/
|
|
3368
|
-
const filterSensitiveLog: (obj: GetMembersRequest) => any;
|
|
3369
|
-
}
|
|
3370
3128
|
/**
|
|
3371
3129
|
* <p>Contains information about the member account. </p>
|
|
3372
3130
|
*/
|
|
@@ -3404,12 +3162,6 @@ export interface Member {
|
|
|
3404
3162
|
*/
|
|
3405
3163
|
AdministratorId?: string;
|
|
3406
3164
|
}
|
|
3407
|
-
export declare namespace Member {
|
|
3408
|
-
/**
|
|
3409
|
-
* @internal
|
|
3410
|
-
*/
|
|
3411
|
-
const filterSensitiveLog: (obj: Member) => any;
|
|
3412
|
-
}
|
|
3413
3165
|
export interface GetMembersResponse {
|
|
3414
3166
|
/**
|
|
3415
3167
|
* <p>A list of members.</p>
|
|
@@ -3421,12 +3173,6 @@ export interface GetMembersResponse {
|
|
|
3421
3173
|
*/
|
|
3422
3174
|
UnprocessedAccounts: UnprocessedAccount[] | undefined;
|
|
3423
3175
|
}
|
|
3424
|
-
export declare namespace GetMembersResponse {
|
|
3425
|
-
/**
|
|
3426
|
-
* @internal
|
|
3427
|
-
*/
|
|
3428
|
-
const filterSensitiveLog: (obj: GetMembersResponse) => any;
|
|
3429
|
-
}
|
|
3430
3176
|
export interface GetRemainingFreeTrialDaysRequest {
|
|
3431
3177
|
/**
|
|
3432
3178
|
* <p>The unique ID of the detector of the GuardDuty member account.</p>
|
|
@@ -3437,12 +3183,6 @@ export interface GetRemainingFreeTrialDaysRequest {
|
|
|
3437
3183
|
*/
|
|
3438
3184
|
AccountIds?: string[];
|
|
3439
3185
|
}
|
|
3440
|
-
export declare namespace GetRemainingFreeTrialDaysRequest {
|
|
3441
|
-
/**
|
|
3442
|
-
* @internal
|
|
3443
|
-
*/
|
|
3444
|
-
const filterSensitiveLog: (obj: GetRemainingFreeTrialDaysRequest) => any;
|
|
3445
|
-
}
|
|
3446
3186
|
export interface GetRemainingFreeTrialDaysResponse {
|
|
3447
3187
|
/**
|
|
3448
3188
|
* <p>The member accounts which were included in a request and were processed successfully.</p>
|
|
@@ -3453,12 +3193,6 @@ export interface GetRemainingFreeTrialDaysResponse {
|
|
|
3453
3193
|
*/
|
|
3454
3194
|
UnprocessedAccounts?: UnprocessedAccount[];
|
|
3455
3195
|
}
|
|
3456
|
-
export declare namespace GetRemainingFreeTrialDaysResponse {
|
|
3457
|
-
/**
|
|
3458
|
-
* @internal
|
|
3459
|
-
*/
|
|
3460
|
-
const filterSensitiveLog: (obj: GetRemainingFreeTrialDaysResponse) => any;
|
|
3461
|
-
}
|
|
3462
3196
|
export interface GetThreatIntelSetRequest {
|
|
3463
3197
|
/**
|
|
3464
3198
|
* <p>The unique ID of the detector that the threatIntelSet is associated with.</p>
|
|
@@ -3469,12 +3203,6 @@ export interface GetThreatIntelSetRequest {
|
|
|
3469
3203
|
*/
|
|
3470
3204
|
ThreatIntelSetId: string | undefined;
|
|
3471
3205
|
}
|
|
3472
|
-
export declare namespace GetThreatIntelSetRequest {
|
|
3473
|
-
/**
|
|
3474
|
-
* @internal
|
|
3475
|
-
*/
|
|
3476
|
-
const filterSensitiveLog: (obj: GetThreatIntelSetRequest) => any;
|
|
3477
|
-
}
|
|
3478
3206
|
export declare enum ThreatIntelSetStatus {
|
|
3479
3207
|
ACTIVATING = "ACTIVATING",
|
|
3480
3208
|
ACTIVE = "ACTIVE",
|
|
@@ -3507,12 +3235,6 @@ export interface GetThreatIntelSetResponse {
|
|
|
3507
3235
|
*/
|
|
3508
3236
|
Tags?: Record<string, string>;
|
|
3509
3237
|
}
|
|
3510
|
-
export declare namespace GetThreatIntelSetResponse {
|
|
3511
|
-
/**
|
|
3512
|
-
* @internal
|
|
3513
|
-
*/
|
|
3514
|
-
const filterSensitiveLog: (obj: GetThreatIntelSetResponse) => any;
|
|
3515
|
-
}
|
|
3516
3238
|
/**
|
|
3517
3239
|
* <p>Contains information about the criteria used to query usage statistics.</p>
|
|
3518
3240
|
*/
|
|
@@ -3531,12 +3253,6 @@ export interface UsageCriteria {
|
|
|
3531
3253
|
*/
|
|
3532
3254
|
Resources?: string[];
|
|
3533
3255
|
}
|
|
3534
|
-
export declare namespace UsageCriteria {
|
|
3535
|
-
/**
|
|
3536
|
-
* @internal
|
|
3537
|
-
*/
|
|
3538
|
-
const filterSensitiveLog: (obj: UsageCriteria) => any;
|
|
3539
|
-
}
|
|
3540
3256
|
export declare enum UsageStatisticType {
|
|
3541
3257
|
SUM_BY_ACCOUNT = "SUM_BY_ACCOUNT",
|
|
3542
3258
|
SUM_BY_DATA_SOURCE = "SUM_BY_DATA_SOURCE",
|
|
@@ -3574,12 +3290,6 @@ export interface GetUsageStatisticsRequest {
|
|
|
3574
3290
|
*/
|
|
3575
3291
|
NextToken?: string;
|
|
3576
3292
|
}
|
|
3577
|
-
export declare namespace GetUsageStatisticsRequest {
|
|
3578
|
-
/**
|
|
3579
|
-
* @internal
|
|
3580
|
-
*/
|
|
3581
|
-
const filterSensitiveLog: (obj: GetUsageStatisticsRequest) => any;
|
|
3582
|
-
}
|
|
3583
3293
|
/**
|
|
3584
3294
|
* <p>Contains the total usage with the corresponding currency unit for that value.</p>
|
|
3585
3295
|
*/
|
|
@@ -3593,12 +3303,6 @@ export interface Total {
|
|
|
3593
3303
|
*/
|
|
3594
3304
|
Unit?: string;
|
|
3595
3305
|
}
|
|
3596
|
-
export declare namespace Total {
|
|
3597
|
-
/**
|
|
3598
|
-
* @internal
|
|
3599
|
-
*/
|
|
3600
|
-
const filterSensitiveLog: (obj: Total) => any;
|
|
3601
|
-
}
|
|
3602
3306
|
/**
|
|
3603
3307
|
* <p>Contains information on the total of usage based on account IDs.</p>
|
|
3604
3308
|
*/
|
|
@@ -3612,12 +3316,6 @@ export interface UsageAccountResult {
|
|
|
3612
3316
|
*/
|
|
3613
3317
|
Total?: Total;
|
|
3614
3318
|
}
|
|
3615
|
-
export declare namespace UsageAccountResult {
|
|
3616
|
-
/**
|
|
3617
|
-
* @internal
|
|
3618
|
-
*/
|
|
3619
|
-
const filterSensitiveLog: (obj: UsageAccountResult) => any;
|
|
3620
|
-
}
|
|
3621
3319
|
/**
|
|
3622
3320
|
* <p>Contains information on the result of usage based on data source type.</p>
|
|
3623
3321
|
*/
|
|
@@ -3631,12 +3329,6 @@ export interface UsageDataSourceResult {
|
|
|
3631
3329
|
*/
|
|
3632
3330
|
Total?: Total;
|
|
3633
3331
|
}
|
|
3634
|
-
export declare namespace UsageDataSourceResult {
|
|
3635
|
-
/**
|
|
3636
|
-
* @internal
|
|
3637
|
-
*/
|
|
3638
|
-
const filterSensitiveLog: (obj: UsageDataSourceResult) => any;
|
|
3639
|
-
}
|
|
3640
3332
|
/**
|
|
3641
3333
|
* <p>Contains information on the sum of usage based on an Amazon Web Services resource.</p>
|
|
3642
3334
|
*/
|
|
@@ -3650,12 +3342,6 @@ export interface UsageResourceResult {
|
|
|
3650
3342
|
*/
|
|
3651
3343
|
Total?: Total;
|
|
3652
3344
|
}
|
|
3653
|
-
export declare namespace UsageResourceResult {
|
|
3654
|
-
/**
|
|
3655
|
-
* @internal
|
|
3656
|
-
*/
|
|
3657
|
-
const filterSensitiveLog: (obj: UsageResourceResult) => any;
|
|
3658
|
-
}
|
|
3659
3345
|
/**
|
|
3660
3346
|
* <p>Contains the result of GuardDuty usage. If a UsageStatisticType is provided the result for
|
|
3661
3347
|
* other types will be null. </p>
|
|
@@ -3679,12 +3365,6 @@ export interface UsageStatistics {
|
|
|
3679
3365
|
*/
|
|
3680
3366
|
TopResources?: UsageResourceResult[];
|
|
3681
3367
|
}
|
|
3682
|
-
export declare namespace UsageStatistics {
|
|
3683
|
-
/**
|
|
3684
|
-
* @internal
|
|
3685
|
-
*/
|
|
3686
|
-
const filterSensitiveLog: (obj: UsageStatistics) => any;
|
|
3687
|
-
}
|
|
3688
3368
|
export interface GetUsageStatisticsResponse {
|
|
3689
3369
|
/**
|
|
3690
3370
|
* <p>The usage statistics object. If a UsageStatisticType was provided, the objects
|
|
@@ -3697,13 +3377,7 @@ export interface GetUsageStatisticsResponse {
|
|
|
3697
3377
|
*/
|
|
3698
3378
|
NextToken?: string;
|
|
3699
3379
|
}
|
|
3700
|
-
export
|
|
3701
|
-
/**
|
|
3702
|
-
* @internal
|
|
3703
|
-
*/
|
|
3704
|
-
const filterSensitiveLog: (obj: GetUsageStatisticsResponse) => any;
|
|
3705
|
-
}
|
|
3706
|
-
export interface InviteMembersRequest {
|
|
3380
|
+
export interface InviteMembersRequest {
|
|
3707
3381
|
/**
|
|
3708
3382
|
* <p>The unique ID of the detector of the GuardDuty account that you want to invite members
|
|
3709
3383
|
* with.</p>
|
|
@@ -3724,12 +3398,6 @@ export interface InviteMembersRequest {
|
|
|
3724
3398
|
*/
|
|
3725
3399
|
Message?: string;
|
|
3726
3400
|
}
|
|
3727
|
-
export declare namespace InviteMembersRequest {
|
|
3728
|
-
/**
|
|
3729
|
-
* @internal
|
|
3730
|
-
*/
|
|
3731
|
-
const filterSensitiveLog: (obj: InviteMembersRequest) => any;
|
|
3732
|
-
}
|
|
3733
3401
|
export interface InviteMembersResponse {
|
|
3734
3402
|
/**
|
|
3735
3403
|
* <p>A list of objects that contain the unprocessed account and a result string that explains
|
|
@@ -3737,12 +3405,6 @@ export interface InviteMembersResponse {
|
|
|
3737
3405
|
*/
|
|
3738
3406
|
UnprocessedAccounts: UnprocessedAccount[] | undefined;
|
|
3739
3407
|
}
|
|
3740
|
-
export declare namespace InviteMembersResponse {
|
|
3741
|
-
/**
|
|
3742
|
-
* @internal
|
|
3743
|
-
*/
|
|
3744
|
-
const filterSensitiveLog: (obj: InviteMembersResponse) => any;
|
|
3745
|
-
}
|
|
3746
3408
|
export interface ListDetectorsRequest {
|
|
3747
3409
|
/**
|
|
3748
3410
|
* <p>You can use this parameter to indicate the maximum number of items that you want in the
|
|
@@ -3757,12 +3419,6 @@ export interface ListDetectorsRequest {
|
|
|
3757
3419
|
*/
|
|
3758
3420
|
NextToken?: string;
|
|
3759
3421
|
}
|
|
3760
|
-
export declare namespace ListDetectorsRequest {
|
|
3761
|
-
/**
|
|
3762
|
-
* @internal
|
|
3763
|
-
*/
|
|
3764
|
-
const filterSensitiveLog: (obj: ListDetectorsRequest) => any;
|
|
3765
|
-
}
|
|
3766
3422
|
export interface ListDetectorsResponse {
|
|
3767
3423
|
/**
|
|
3768
3424
|
* <p>A list of detector IDs.</p>
|
|
@@ -3774,12 +3430,6 @@ export interface ListDetectorsResponse {
|
|
|
3774
3430
|
*/
|
|
3775
3431
|
NextToken?: string;
|
|
3776
3432
|
}
|
|
3777
|
-
export declare namespace ListDetectorsResponse {
|
|
3778
|
-
/**
|
|
3779
|
-
* @internal
|
|
3780
|
-
*/
|
|
3781
|
-
const filterSensitiveLog: (obj: ListDetectorsResponse) => any;
|
|
3782
|
-
}
|
|
3783
3433
|
export interface ListFiltersRequest {
|
|
3784
3434
|
/**
|
|
3785
3435
|
* <p>The unique ID of the detector that the filter is associated with.</p>
|
|
@@ -3798,12 +3448,6 @@ export interface ListFiltersRequest {
|
|
|
3798
3448
|
*/
|
|
3799
3449
|
NextToken?: string;
|
|
3800
3450
|
}
|
|
3801
|
-
export declare namespace ListFiltersRequest {
|
|
3802
|
-
/**
|
|
3803
|
-
* @internal
|
|
3804
|
-
*/
|
|
3805
|
-
const filterSensitiveLog: (obj: ListFiltersRequest) => any;
|
|
3806
|
-
}
|
|
3807
3451
|
export interface ListFiltersResponse {
|
|
3808
3452
|
/**
|
|
3809
3453
|
* <p>A list of filter names.</p>
|
|
@@ -3815,12 +3459,6 @@ export interface ListFiltersResponse {
|
|
|
3815
3459
|
*/
|
|
3816
3460
|
NextToken?: string;
|
|
3817
3461
|
}
|
|
3818
|
-
export declare namespace ListFiltersResponse {
|
|
3819
|
-
/**
|
|
3820
|
-
* @internal
|
|
3821
|
-
*/
|
|
3822
|
-
const filterSensitiveLog: (obj: ListFiltersResponse) => any;
|
|
3823
|
-
}
|
|
3824
3462
|
export interface ListFindingsRequest {
|
|
3825
3463
|
/**
|
|
3826
3464
|
* <p>The ID of the detector that specifies the GuardDuty service whose findings you want to
|
|
@@ -3998,12 +3636,6 @@ export interface ListFindingsRequest {
|
|
|
3998
3636
|
*/
|
|
3999
3637
|
NextToken?: string;
|
|
4000
3638
|
}
|
|
4001
|
-
export declare namespace ListFindingsRequest {
|
|
4002
|
-
/**
|
|
4003
|
-
* @internal
|
|
4004
|
-
*/
|
|
4005
|
-
const filterSensitiveLog: (obj: ListFindingsRequest) => any;
|
|
4006
|
-
}
|
|
4007
3639
|
export interface ListFindingsResponse {
|
|
4008
3640
|
/**
|
|
4009
3641
|
* <p>The IDs of the findings that you're listing.</p>
|
|
@@ -4015,12 +3647,6 @@ export interface ListFindingsResponse {
|
|
|
4015
3647
|
*/
|
|
4016
3648
|
NextToken?: string;
|
|
4017
3649
|
}
|
|
4018
|
-
export declare namespace ListFindingsResponse {
|
|
4019
|
-
/**
|
|
4020
|
-
* @internal
|
|
4021
|
-
*/
|
|
4022
|
-
const filterSensitiveLog: (obj: ListFindingsResponse) => any;
|
|
4023
|
-
}
|
|
4024
3650
|
export interface ListInvitationsRequest {
|
|
4025
3651
|
/**
|
|
4026
3652
|
* <p>You can use this parameter to indicate the maximum number of items that you want in the
|
|
@@ -4035,12 +3661,6 @@ export interface ListInvitationsRequest {
|
|
|
4035
3661
|
*/
|
|
4036
3662
|
NextToken?: string;
|
|
4037
3663
|
}
|
|
4038
|
-
export declare namespace ListInvitationsRequest {
|
|
4039
|
-
/**
|
|
4040
|
-
* @internal
|
|
4041
|
-
*/
|
|
4042
|
-
const filterSensitiveLog: (obj: ListInvitationsRequest) => any;
|
|
4043
|
-
}
|
|
4044
3664
|
/**
|
|
4045
3665
|
* <p>Contains information about the invitation to become a member account.</p>
|
|
4046
3666
|
*/
|
|
@@ -4063,12 +3683,6 @@ export interface Invitation {
|
|
|
4063
3683
|
*/
|
|
4064
3684
|
InvitedAt?: string;
|
|
4065
3685
|
}
|
|
4066
|
-
export declare namespace Invitation {
|
|
4067
|
-
/**
|
|
4068
|
-
* @internal
|
|
4069
|
-
*/
|
|
4070
|
-
const filterSensitiveLog: (obj: Invitation) => any;
|
|
4071
|
-
}
|
|
4072
3686
|
export interface ListInvitationsResponse {
|
|
4073
3687
|
/**
|
|
4074
3688
|
* <p>A list of invitation descriptions.</p>
|
|
@@ -4080,12 +3694,6 @@ export interface ListInvitationsResponse {
|
|
|
4080
3694
|
*/
|
|
4081
3695
|
NextToken?: string;
|
|
4082
3696
|
}
|
|
4083
|
-
export declare namespace ListInvitationsResponse {
|
|
4084
|
-
/**
|
|
4085
|
-
* @internal
|
|
4086
|
-
*/
|
|
4087
|
-
const filterSensitiveLog: (obj: ListInvitationsResponse) => any;
|
|
4088
|
-
}
|
|
4089
3697
|
export interface ListIPSetsRequest {
|
|
4090
3698
|
/**
|
|
4091
3699
|
* <p>The unique ID of the detector that the IPSet is associated with.</p>
|
|
@@ -4104,12 +3712,6 @@ export interface ListIPSetsRequest {
|
|
|
4104
3712
|
*/
|
|
4105
3713
|
NextToken?: string;
|
|
4106
3714
|
}
|
|
4107
|
-
export declare namespace ListIPSetsRequest {
|
|
4108
|
-
/**
|
|
4109
|
-
* @internal
|
|
4110
|
-
*/
|
|
4111
|
-
const filterSensitiveLog: (obj: ListIPSetsRequest) => any;
|
|
4112
|
-
}
|
|
4113
3715
|
export interface ListIPSetsResponse {
|
|
4114
3716
|
/**
|
|
4115
3717
|
* <p>The IDs of the IPSet resources.</p>
|
|
@@ -4121,12 +3723,6 @@ export interface ListIPSetsResponse {
|
|
|
4121
3723
|
*/
|
|
4122
3724
|
NextToken?: string;
|
|
4123
3725
|
}
|
|
4124
|
-
export declare namespace ListIPSetsResponse {
|
|
4125
|
-
/**
|
|
4126
|
-
* @internal
|
|
4127
|
-
*/
|
|
4128
|
-
const filterSensitiveLog: (obj: ListIPSetsResponse) => any;
|
|
4129
|
-
}
|
|
4130
3726
|
export interface ListMembersRequest {
|
|
4131
3727
|
/**
|
|
4132
3728
|
* <p>The unique ID of the detector the member is associated with.</p>
|
|
@@ -4150,12 +3746,6 @@ export interface ListMembersRequest {
|
|
|
4150
3746
|
*/
|
|
4151
3747
|
OnlyAssociated?: string;
|
|
4152
3748
|
}
|
|
4153
|
-
export declare namespace ListMembersRequest {
|
|
4154
|
-
/**
|
|
4155
|
-
* @internal
|
|
4156
|
-
*/
|
|
4157
|
-
const filterSensitiveLog: (obj: ListMembersRequest) => any;
|
|
4158
|
-
}
|
|
4159
3749
|
export interface ListMembersResponse {
|
|
4160
3750
|
/**
|
|
4161
3751
|
* <p>A list of members.</p>
|
|
@@ -4167,12 +3757,6 @@ export interface ListMembersResponse {
|
|
|
4167
3757
|
*/
|
|
4168
3758
|
NextToken?: string;
|
|
4169
3759
|
}
|
|
4170
|
-
export declare namespace ListMembersResponse {
|
|
4171
|
-
/**
|
|
4172
|
-
* @internal
|
|
4173
|
-
*/
|
|
4174
|
-
const filterSensitiveLog: (obj: ListMembersResponse) => any;
|
|
4175
|
-
}
|
|
4176
3760
|
export interface ListOrganizationAdminAccountsRequest {
|
|
4177
3761
|
/**
|
|
4178
3762
|
* <p>The maximum number of results to return in the response.</p>
|
|
@@ -4186,12 +3770,6 @@ export interface ListOrganizationAdminAccountsRequest {
|
|
|
4186
3770
|
*/
|
|
4187
3771
|
NextToken?: string;
|
|
4188
3772
|
}
|
|
4189
|
-
export declare namespace ListOrganizationAdminAccountsRequest {
|
|
4190
|
-
/**
|
|
4191
|
-
* @internal
|
|
4192
|
-
*/
|
|
4193
|
-
const filterSensitiveLog: (obj: ListOrganizationAdminAccountsRequest) => any;
|
|
4194
|
-
}
|
|
4195
3773
|
export interface ListOrganizationAdminAccountsResponse {
|
|
4196
3774
|
/**
|
|
4197
3775
|
* <p>A list of accounts configured as GuardDuty delegated
|
|
@@ -4204,12 +3782,6 @@ export interface ListOrganizationAdminAccountsResponse {
|
|
|
4204
3782
|
*/
|
|
4205
3783
|
NextToken?: string;
|
|
4206
3784
|
}
|
|
4207
|
-
export declare namespace ListOrganizationAdminAccountsResponse {
|
|
4208
|
-
/**
|
|
4209
|
-
* @internal
|
|
4210
|
-
*/
|
|
4211
|
-
const filterSensitiveLog: (obj: ListOrganizationAdminAccountsResponse) => any;
|
|
4212
|
-
}
|
|
4213
3785
|
export interface ListPublishingDestinationsRequest {
|
|
4214
3786
|
/**
|
|
4215
3787
|
* <p>The ID of the detector to retrieve publishing destinations for.</p>
|
|
@@ -4227,12 +3799,6 @@ export interface ListPublishingDestinationsRequest {
|
|
|
4227
3799
|
*/
|
|
4228
3800
|
NextToken?: string;
|
|
4229
3801
|
}
|
|
4230
|
-
export declare namespace ListPublishingDestinationsRequest {
|
|
4231
|
-
/**
|
|
4232
|
-
* @internal
|
|
4233
|
-
*/
|
|
4234
|
-
const filterSensitiveLog: (obj: ListPublishingDestinationsRequest) => any;
|
|
4235
|
-
}
|
|
4236
3802
|
export interface ListPublishingDestinationsResponse {
|
|
4237
3803
|
/**
|
|
4238
3804
|
* <p>A <code>Destinations</code> object that includes information about each publishing
|
|
@@ -4247,36 +3813,18 @@ export interface ListPublishingDestinationsResponse {
|
|
|
4247
3813
|
*/
|
|
4248
3814
|
NextToken?: string;
|
|
4249
3815
|
}
|
|
4250
|
-
export declare namespace ListPublishingDestinationsResponse {
|
|
4251
|
-
/**
|
|
4252
|
-
* @internal
|
|
4253
|
-
*/
|
|
4254
|
-
const filterSensitiveLog: (obj: ListPublishingDestinationsResponse) => any;
|
|
4255
|
-
}
|
|
4256
3816
|
export interface ListTagsForResourceRequest {
|
|
4257
3817
|
/**
|
|
4258
3818
|
* <p>The Amazon Resource Name (ARN) for the given GuardDuty resource. </p>
|
|
4259
3819
|
*/
|
|
4260
3820
|
ResourceArn: string | undefined;
|
|
4261
3821
|
}
|
|
4262
|
-
export declare namespace ListTagsForResourceRequest {
|
|
4263
|
-
/**
|
|
4264
|
-
* @internal
|
|
4265
|
-
*/
|
|
4266
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
4267
|
-
}
|
|
4268
3822
|
export interface ListTagsForResourceResponse {
|
|
4269
3823
|
/**
|
|
4270
3824
|
* <p>The tags associated with the resource.</p>
|
|
4271
3825
|
*/
|
|
4272
3826
|
Tags?: Record<string, string>;
|
|
4273
3827
|
}
|
|
4274
|
-
export declare namespace ListTagsForResourceResponse {
|
|
4275
|
-
/**
|
|
4276
|
-
* @internal
|
|
4277
|
-
*/
|
|
4278
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
4279
|
-
}
|
|
4280
3828
|
export interface ListThreatIntelSetsRequest {
|
|
4281
3829
|
/**
|
|
4282
3830
|
* <p>The unique ID of the detector that the threatIntelSet is associated with.</p>
|
|
@@ -4295,12 +3843,6 @@ export interface ListThreatIntelSetsRequest {
|
|
|
4295
3843
|
*/
|
|
4296
3844
|
NextToken?: string;
|
|
4297
3845
|
}
|
|
4298
|
-
export declare namespace ListThreatIntelSetsRequest {
|
|
4299
|
-
/**
|
|
4300
|
-
* @internal
|
|
4301
|
-
*/
|
|
4302
|
-
const filterSensitiveLog: (obj: ListThreatIntelSetsRequest) => any;
|
|
4303
|
-
}
|
|
4304
3846
|
export interface ListThreatIntelSetsResponse {
|
|
4305
3847
|
/**
|
|
4306
3848
|
* <p>The IDs of the ThreatIntelSet resources.</p>
|
|
@@ -4312,12 +3854,6 @@ export interface ListThreatIntelSetsResponse {
|
|
|
4312
3854
|
*/
|
|
4313
3855
|
NextToken?: string;
|
|
4314
3856
|
}
|
|
4315
|
-
export declare namespace ListThreatIntelSetsResponse {
|
|
4316
|
-
/**
|
|
4317
|
-
* @internal
|
|
4318
|
-
*/
|
|
4319
|
-
const filterSensitiveLog: (obj: ListThreatIntelSetsResponse) => any;
|
|
4320
|
-
}
|
|
4321
3857
|
export interface StartMonitoringMembersRequest {
|
|
4322
3858
|
/**
|
|
4323
3859
|
* <p>The unique ID of the detector of the GuardDuty administrator account associated with the member
|
|
@@ -4329,12 +3865,6 @@ export interface StartMonitoringMembersRequest {
|
|
|
4329
3865
|
*/
|
|
4330
3866
|
AccountIds: string[] | undefined;
|
|
4331
3867
|
}
|
|
4332
|
-
export declare namespace StartMonitoringMembersRequest {
|
|
4333
|
-
/**
|
|
4334
|
-
* @internal
|
|
4335
|
-
*/
|
|
4336
|
-
const filterSensitiveLog: (obj: StartMonitoringMembersRequest) => any;
|
|
4337
|
-
}
|
|
4338
3868
|
export interface StartMonitoringMembersResponse {
|
|
4339
3869
|
/**
|
|
4340
3870
|
* <p>A list of objects that contain the unprocessed account and a result string that explains
|
|
@@ -4342,12 +3872,6 @@ export interface StartMonitoringMembersResponse {
|
|
|
4342
3872
|
*/
|
|
4343
3873
|
UnprocessedAccounts: UnprocessedAccount[] | undefined;
|
|
4344
3874
|
}
|
|
4345
|
-
export declare namespace StartMonitoringMembersResponse {
|
|
4346
|
-
/**
|
|
4347
|
-
* @internal
|
|
4348
|
-
*/
|
|
4349
|
-
const filterSensitiveLog: (obj: StartMonitoringMembersResponse) => any;
|
|
4350
|
-
}
|
|
4351
3875
|
export interface StopMonitoringMembersRequest {
|
|
4352
3876
|
/**
|
|
4353
3877
|
* <p>The unique ID of the detector associated with the GuardDuty administrator account that is
|
|
@@ -4359,12 +3883,6 @@ export interface StopMonitoringMembersRequest {
|
|
|
4359
3883
|
*/
|
|
4360
3884
|
AccountIds: string[] | undefined;
|
|
4361
3885
|
}
|
|
4362
|
-
export declare namespace StopMonitoringMembersRequest {
|
|
4363
|
-
/**
|
|
4364
|
-
* @internal
|
|
4365
|
-
*/
|
|
4366
|
-
const filterSensitiveLog: (obj: StopMonitoringMembersRequest) => any;
|
|
4367
|
-
}
|
|
4368
3886
|
export interface StopMonitoringMembersResponse {
|
|
4369
3887
|
/**
|
|
4370
3888
|
* <p>A list of objects that contain an accountId for each account that could not be processed,
|
|
@@ -4372,12 +3890,6 @@ export interface StopMonitoringMembersResponse {
|
|
|
4372
3890
|
*/
|
|
4373
3891
|
UnprocessedAccounts: UnprocessedAccount[] | undefined;
|
|
4374
3892
|
}
|
|
4375
|
-
export declare namespace StopMonitoringMembersResponse {
|
|
4376
|
-
/**
|
|
4377
|
-
* @internal
|
|
4378
|
-
*/
|
|
4379
|
-
const filterSensitiveLog: (obj: StopMonitoringMembersResponse) => any;
|
|
4380
|
-
}
|
|
4381
3893
|
export interface TagResourceRequest {
|
|
4382
3894
|
/**
|
|
4383
3895
|
* <p>The Amazon Resource Name (ARN) for the GuardDuty resource to apply a tag to.</p>
|
|
@@ -4388,20 +3900,8 @@ export interface TagResourceRequest {
|
|
|
4388
3900
|
*/
|
|
4389
3901
|
Tags: Record<string, string> | undefined;
|
|
4390
3902
|
}
|
|
4391
|
-
export declare namespace TagResourceRequest {
|
|
4392
|
-
/**
|
|
4393
|
-
* @internal
|
|
4394
|
-
*/
|
|
4395
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
4396
|
-
}
|
|
4397
3903
|
export interface TagResourceResponse {
|
|
4398
3904
|
}
|
|
4399
|
-
export declare namespace TagResourceResponse {
|
|
4400
|
-
/**
|
|
4401
|
-
* @internal
|
|
4402
|
-
*/
|
|
4403
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
4404
|
-
}
|
|
4405
3905
|
export interface UnarchiveFindingsRequest {
|
|
4406
3906
|
/**
|
|
4407
3907
|
* <p>The ID of the detector associated with the findings to unarchive.</p>
|
|
@@ -4412,20 +3912,8 @@ export interface UnarchiveFindingsRequest {
|
|
|
4412
3912
|
*/
|
|
4413
3913
|
FindingIds: string[] | undefined;
|
|
4414
3914
|
}
|
|
4415
|
-
export declare namespace UnarchiveFindingsRequest {
|
|
4416
|
-
/**
|
|
4417
|
-
* @internal
|
|
4418
|
-
*/
|
|
4419
|
-
const filterSensitiveLog: (obj: UnarchiveFindingsRequest) => any;
|
|
4420
|
-
}
|
|
4421
3915
|
export interface UnarchiveFindingsResponse {
|
|
4422
3916
|
}
|
|
4423
|
-
export declare namespace UnarchiveFindingsResponse {
|
|
4424
|
-
/**
|
|
4425
|
-
* @internal
|
|
4426
|
-
*/
|
|
4427
|
-
const filterSensitiveLog: (obj: UnarchiveFindingsResponse) => any;
|
|
4428
|
-
}
|
|
4429
3917
|
export interface UntagResourceRequest {
|
|
4430
3918
|
/**
|
|
4431
3919
|
* <p>The Amazon Resource Name (ARN) for the resource to remove tags from.</p>
|
|
@@ -4436,20 +3924,8 @@ export interface UntagResourceRequest {
|
|
|
4436
3924
|
*/
|
|
4437
3925
|
TagKeys: string[] | undefined;
|
|
4438
3926
|
}
|
|
4439
|
-
export declare namespace UntagResourceRequest {
|
|
4440
|
-
/**
|
|
4441
|
-
* @internal
|
|
4442
|
-
*/
|
|
4443
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
4444
|
-
}
|
|
4445
3927
|
export interface UntagResourceResponse {
|
|
4446
3928
|
}
|
|
4447
|
-
export declare namespace UntagResourceResponse {
|
|
4448
|
-
/**
|
|
4449
|
-
* @internal
|
|
4450
|
-
*/
|
|
4451
|
-
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
4452
|
-
}
|
|
4453
3929
|
export interface UpdateDetectorRequest {
|
|
4454
3930
|
/**
|
|
4455
3931
|
* <p>The unique ID of the detector to update.</p>
|
|
@@ -4469,20 +3945,8 @@ export interface UpdateDetectorRequest {
|
|
|
4469
3945
|
*/
|
|
4470
3946
|
DataSources?: DataSourceConfigurations;
|
|
4471
3947
|
}
|
|
4472
|
-
export declare namespace UpdateDetectorRequest {
|
|
4473
|
-
/**
|
|
4474
|
-
* @internal
|
|
4475
|
-
*/
|
|
4476
|
-
const filterSensitiveLog: (obj: UpdateDetectorRequest) => any;
|
|
4477
|
-
}
|
|
4478
3948
|
export interface UpdateDetectorResponse {
|
|
4479
3949
|
}
|
|
4480
|
-
export declare namespace UpdateDetectorResponse {
|
|
4481
|
-
/**
|
|
4482
|
-
* @internal
|
|
4483
|
-
*/
|
|
4484
|
-
const filterSensitiveLog: (obj: UpdateDetectorResponse) => any;
|
|
4485
|
-
}
|
|
4486
3950
|
export interface UpdateFilterRequest {
|
|
4487
3951
|
/**
|
|
4488
3952
|
* <p>The unique ID of the detector that specifies the GuardDuty service where you want to
|
|
@@ -4511,24 +3975,12 @@ export interface UpdateFilterRequest {
|
|
|
4511
3975
|
*/
|
|
4512
3976
|
FindingCriteria?: FindingCriteria;
|
|
4513
3977
|
}
|
|
4514
|
-
export declare namespace UpdateFilterRequest {
|
|
4515
|
-
/**
|
|
4516
|
-
* @internal
|
|
4517
|
-
*/
|
|
4518
|
-
const filterSensitiveLog: (obj: UpdateFilterRequest) => any;
|
|
4519
|
-
}
|
|
4520
3978
|
export interface UpdateFilterResponse {
|
|
4521
3979
|
/**
|
|
4522
3980
|
* <p>The name of the filter.</p>
|
|
4523
3981
|
*/
|
|
4524
3982
|
Name: string | undefined;
|
|
4525
3983
|
}
|
|
4526
|
-
export declare namespace UpdateFilterResponse {
|
|
4527
|
-
/**
|
|
4528
|
-
* @internal
|
|
4529
|
-
*/
|
|
4530
|
-
const filterSensitiveLog: (obj: UpdateFilterResponse) => any;
|
|
4531
|
-
}
|
|
4532
3984
|
export interface UpdateFindingsFeedbackRequest {
|
|
4533
3985
|
/**
|
|
4534
3986
|
* <p>The ID of the detector associated with the findings to update feedback for.</p>
|
|
@@ -4547,20 +3999,8 @@ export interface UpdateFindingsFeedbackRequest {
|
|
|
4547
3999
|
*/
|
|
4548
4000
|
Comments?: string;
|
|
4549
4001
|
}
|
|
4550
|
-
export declare namespace UpdateFindingsFeedbackRequest {
|
|
4551
|
-
/**
|
|
4552
|
-
* @internal
|
|
4553
|
-
*/
|
|
4554
|
-
const filterSensitiveLog: (obj: UpdateFindingsFeedbackRequest) => any;
|
|
4555
|
-
}
|
|
4556
4002
|
export interface UpdateFindingsFeedbackResponse {
|
|
4557
4003
|
}
|
|
4558
|
-
export declare namespace UpdateFindingsFeedbackResponse {
|
|
4559
|
-
/**
|
|
4560
|
-
* @internal
|
|
4561
|
-
*/
|
|
4562
|
-
const filterSensitiveLog: (obj: UpdateFindingsFeedbackResponse) => any;
|
|
4563
|
-
}
|
|
4564
4004
|
export interface UpdateIPSetRequest {
|
|
4565
4005
|
/**
|
|
4566
4006
|
* <p>The detectorID that specifies the GuardDuty service whose IPSet you want to update.</p>
|
|
@@ -4583,19 +4023,24 @@ export interface UpdateIPSetRequest {
|
|
|
4583
4023
|
*/
|
|
4584
4024
|
Activate?: boolean;
|
|
4585
4025
|
}
|
|
4586
|
-
export declare namespace UpdateIPSetRequest {
|
|
4587
|
-
/**
|
|
4588
|
-
* @internal
|
|
4589
|
-
*/
|
|
4590
|
-
const filterSensitiveLog: (obj: UpdateIPSetRequest) => any;
|
|
4591
|
-
}
|
|
4592
4026
|
export interface UpdateIPSetResponse {
|
|
4593
4027
|
}
|
|
4594
|
-
export
|
|
4028
|
+
export interface UpdateMalwareScanSettingsRequest {
|
|
4595
4029
|
/**
|
|
4596
|
-
*
|
|
4030
|
+
* <p>The unique ID of the detector that specifies the GuardDuty service where you want to
|
|
4031
|
+
* update scan settings.</p>
|
|
4032
|
+
*/
|
|
4033
|
+
DetectorId: string | undefined;
|
|
4034
|
+
/**
|
|
4035
|
+
* <p>Represents the criteria to be used in the filter for selecting resources to scan.</p>
|
|
4036
|
+
*/
|
|
4037
|
+
ScanResourceCriteria?: ScanResourceCriteria;
|
|
4038
|
+
/**
|
|
4039
|
+
* <p>An enum value representing possible snapshot preservations.</p>
|
|
4597
4040
|
*/
|
|
4598
|
-
|
|
4041
|
+
EbsSnapshotPreservation?: EbsSnapshotPreservation | string;
|
|
4042
|
+
}
|
|
4043
|
+
export interface UpdateMalwareScanSettingsResponse {
|
|
4599
4044
|
}
|
|
4600
4045
|
export interface UpdateMemberDetectorsRequest {
|
|
4601
4046
|
/**
|
|
@@ -4611,12 +4056,6 @@ export interface UpdateMemberDetectorsRequest {
|
|
|
4611
4056
|
*/
|
|
4612
4057
|
DataSources?: DataSourceConfigurations;
|
|
4613
4058
|
}
|
|
4614
|
-
export declare namespace UpdateMemberDetectorsRequest {
|
|
4615
|
-
/**
|
|
4616
|
-
* @internal
|
|
4617
|
-
*/
|
|
4618
|
-
const filterSensitiveLog: (obj: UpdateMemberDetectorsRequest) => any;
|
|
4619
|
-
}
|
|
4620
4059
|
export interface UpdateMemberDetectorsResponse {
|
|
4621
4060
|
/**
|
|
4622
4061
|
* <p>A list of member account IDs that were unable to be processed along with an explanation
|
|
@@ -4624,12 +4063,6 @@ export interface UpdateMemberDetectorsResponse {
|
|
|
4624
4063
|
*/
|
|
4625
4064
|
UnprocessedAccounts: UnprocessedAccount[] | undefined;
|
|
4626
4065
|
}
|
|
4627
|
-
export declare namespace UpdateMemberDetectorsResponse {
|
|
4628
|
-
/**
|
|
4629
|
-
* @internal
|
|
4630
|
-
*/
|
|
4631
|
-
const filterSensitiveLog: (obj: UpdateMemberDetectorsResponse) => any;
|
|
4632
|
-
}
|
|
4633
4066
|
/**
|
|
4634
4067
|
* <p>Organization-wide Kubernetes audit logs configuration.</p>
|
|
4635
4068
|
*/
|
|
@@ -4640,12 +4073,6 @@ export interface OrganizationKubernetesAuditLogsConfiguration {
|
|
|
4640
4073
|
*/
|
|
4641
4074
|
AutoEnable: boolean | undefined;
|
|
4642
4075
|
}
|
|
4643
|
-
export declare namespace OrganizationKubernetesAuditLogsConfiguration {
|
|
4644
|
-
/**
|
|
4645
|
-
* @internal
|
|
4646
|
-
*/
|
|
4647
|
-
const filterSensitiveLog: (obj: OrganizationKubernetesAuditLogsConfiguration) => any;
|
|
4648
|
-
}
|
|
4649
4076
|
/**
|
|
4650
4077
|
* <p>Organization-wide Kubernetes data sources configurations.</p>
|
|
4651
4078
|
*/
|
|
@@ -4655,11 +4082,32 @@ export interface OrganizationKubernetesConfiguration {
|
|
|
4655
4082
|
*/
|
|
4656
4083
|
AuditLogs: OrganizationKubernetesAuditLogsConfiguration | undefined;
|
|
4657
4084
|
}
|
|
4658
|
-
|
|
4085
|
+
/**
|
|
4086
|
+
* <p>Organization-wide EBS volumes scan configuration.</p>
|
|
4087
|
+
*/
|
|
4088
|
+
export interface OrganizationEbsVolumes {
|
|
4659
4089
|
/**
|
|
4660
|
-
*
|
|
4090
|
+
* <p>Whether scanning EBS volumes should be auto-enabled for new members joining the organization.</p>
|
|
4091
|
+
*/
|
|
4092
|
+
AutoEnable?: boolean;
|
|
4093
|
+
}
|
|
4094
|
+
/**
|
|
4095
|
+
* <p>Organization-wide EC2 instances with findings scan configuration.</p>
|
|
4096
|
+
*/
|
|
4097
|
+
export interface OrganizationScanEc2InstanceWithFindings {
|
|
4098
|
+
/**
|
|
4099
|
+
* <p>Whether scanning EBS volumes should be auto-enabled for new members joining the organization.</p>
|
|
4100
|
+
*/
|
|
4101
|
+
EbsVolumes?: OrganizationEbsVolumes;
|
|
4102
|
+
}
|
|
4103
|
+
/**
|
|
4104
|
+
* <p>Organization-wide Malware Protection configurations.</p>
|
|
4105
|
+
*/
|
|
4106
|
+
export interface OrganizationMalwareProtectionConfiguration {
|
|
4107
|
+
/**
|
|
4108
|
+
* <p>Whether Malware Protection for EC2 instances with findings should be auto-enabled for new members joining the organization.</p>
|
|
4661
4109
|
*/
|
|
4662
|
-
|
|
4110
|
+
ScanEc2InstanceWithFindings?: OrganizationScanEc2InstanceWithFindings;
|
|
4663
4111
|
}
|
|
4664
4112
|
/**
|
|
4665
4113
|
* <p>Describes whether S3 data event logs will be automatically enabled for new members of the
|
|
@@ -4672,12 +4120,6 @@ export interface OrganizationS3LogsConfiguration {
|
|
|
4672
4120
|
*/
|
|
4673
4121
|
AutoEnable: boolean | undefined;
|
|
4674
4122
|
}
|
|
4675
|
-
export declare namespace OrganizationS3LogsConfiguration {
|
|
4676
|
-
/**
|
|
4677
|
-
* @internal
|
|
4678
|
-
*/
|
|
4679
|
-
const filterSensitiveLog: (obj: OrganizationS3LogsConfiguration) => any;
|
|
4680
|
-
}
|
|
4681
4123
|
/**
|
|
4682
4124
|
* <p>An object that contains information on which data sources will be configured to be
|
|
4683
4125
|
* automatically enabled for new members within the organization.</p>
|
|
@@ -4692,12 +4134,10 @@ export interface OrganizationDataSourceConfigurations {
|
|
|
4692
4134
|
* <p>Describes the configuration of Kubernetes data sources for new members of the organization.</p>
|
|
4693
4135
|
*/
|
|
4694
4136
|
Kubernetes?: OrganizationKubernetesConfiguration;
|
|
4695
|
-
}
|
|
4696
|
-
export declare namespace OrganizationDataSourceConfigurations {
|
|
4697
4137
|
/**
|
|
4698
|
-
*
|
|
4138
|
+
* <p>Describes the configuration of Malware Protection for new members of the organization.</p>
|
|
4699
4139
|
*/
|
|
4700
|
-
|
|
4140
|
+
MalwareProtection?: OrganizationMalwareProtectionConfiguration;
|
|
4701
4141
|
}
|
|
4702
4142
|
export interface UpdateOrganizationConfigurationRequest {
|
|
4703
4143
|
/**
|
|
@@ -4713,20 +4153,8 @@ export interface UpdateOrganizationConfigurationRequest {
|
|
|
4713
4153
|
*/
|
|
4714
4154
|
DataSources?: OrganizationDataSourceConfigurations;
|
|
4715
4155
|
}
|
|
4716
|
-
export declare namespace UpdateOrganizationConfigurationRequest {
|
|
4717
|
-
/**
|
|
4718
|
-
* @internal
|
|
4719
|
-
*/
|
|
4720
|
-
const filterSensitiveLog: (obj: UpdateOrganizationConfigurationRequest) => any;
|
|
4721
|
-
}
|
|
4722
4156
|
export interface UpdateOrganizationConfigurationResponse {
|
|
4723
4157
|
}
|
|
4724
|
-
export declare namespace UpdateOrganizationConfigurationResponse {
|
|
4725
|
-
/**
|
|
4726
|
-
* @internal
|
|
4727
|
-
*/
|
|
4728
|
-
const filterSensitiveLog: (obj: UpdateOrganizationConfigurationResponse) => any;
|
|
4729
|
-
}
|
|
4730
4158
|
export interface UpdatePublishingDestinationRequest {
|
|
4731
4159
|
/**
|
|
4732
4160
|
* <p>The ID of the detector associated with the publishing destinations to update.</p>
|
|
@@ -4742,20 +4170,8 @@ export interface UpdatePublishingDestinationRequest {
|
|
|
4742
4170
|
*/
|
|
4743
4171
|
DestinationProperties?: DestinationProperties;
|
|
4744
4172
|
}
|
|
4745
|
-
export declare namespace UpdatePublishingDestinationRequest {
|
|
4746
|
-
/**
|
|
4747
|
-
* @internal
|
|
4748
|
-
*/
|
|
4749
|
-
const filterSensitiveLog: (obj: UpdatePublishingDestinationRequest) => any;
|
|
4750
|
-
}
|
|
4751
4173
|
export interface UpdatePublishingDestinationResponse {
|
|
4752
4174
|
}
|
|
4753
|
-
export declare namespace UpdatePublishingDestinationResponse {
|
|
4754
|
-
/**
|
|
4755
|
-
* @internal
|
|
4756
|
-
*/
|
|
4757
|
-
const filterSensitiveLog: (obj: UpdatePublishingDestinationResponse) => any;
|
|
4758
|
-
}
|
|
4759
4175
|
export interface UpdateThreatIntelSetRequest {
|
|
4760
4176
|
/**
|
|
4761
4177
|
* <p>The detectorID that specifies the GuardDuty service whose ThreatIntelSet you want to
|
|
@@ -4780,17 +4196,1033 @@ export interface UpdateThreatIntelSetRequest {
|
|
|
4780
4196
|
*/
|
|
4781
4197
|
Activate?: boolean;
|
|
4782
4198
|
}
|
|
4783
|
-
export declare namespace UpdateThreatIntelSetRequest {
|
|
4784
|
-
/**
|
|
4785
|
-
* @internal
|
|
4786
|
-
*/
|
|
4787
|
-
const filterSensitiveLog: (obj: UpdateThreatIntelSetRequest) => any;
|
|
4788
|
-
}
|
|
4789
4199
|
export interface UpdateThreatIntelSetResponse {
|
|
4790
4200
|
}
|
|
4791
|
-
|
|
4792
|
-
|
|
4793
|
-
|
|
4794
|
-
|
|
4795
|
-
|
|
4796
|
-
|
|
4201
|
+
/**
|
|
4202
|
+
* @internal
|
|
4203
|
+
*/
|
|
4204
|
+
export declare const AcceptAdministratorInvitationRequestFilterSensitiveLog: (obj: AcceptAdministratorInvitationRequest) => any;
|
|
4205
|
+
/**
|
|
4206
|
+
* @internal
|
|
4207
|
+
*/
|
|
4208
|
+
export declare const AcceptAdministratorInvitationResponseFilterSensitiveLog: (obj: AcceptAdministratorInvitationResponse) => any;
|
|
4209
|
+
/**
|
|
4210
|
+
* @internal
|
|
4211
|
+
*/
|
|
4212
|
+
export declare const AcceptInvitationRequestFilterSensitiveLog: (obj: AcceptInvitationRequest) => any;
|
|
4213
|
+
/**
|
|
4214
|
+
* @internal
|
|
4215
|
+
*/
|
|
4216
|
+
export declare const AcceptInvitationResponseFilterSensitiveLog: (obj: AcceptInvitationResponse) => any;
|
|
4217
|
+
/**
|
|
4218
|
+
* @internal
|
|
4219
|
+
*/
|
|
4220
|
+
export declare const AccessControlListFilterSensitiveLog: (obj: AccessControlList) => any;
|
|
4221
|
+
/**
|
|
4222
|
+
* @internal
|
|
4223
|
+
*/
|
|
4224
|
+
export declare const AccessKeyDetailsFilterSensitiveLog: (obj: AccessKeyDetails) => any;
|
|
4225
|
+
/**
|
|
4226
|
+
* @internal
|
|
4227
|
+
*/
|
|
4228
|
+
export declare const AccountDetailFilterSensitiveLog: (obj: AccountDetail) => any;
|
|
4229
|
+
/**
|
|
4230
|
+
* @internal
|
|
4231
|
+
*/
|
|
4232
|
+
export declare const DataSourceFreeTrialFilterSensitiveLog: (obj: DataSourceFreeTrial) => any;
|
|
4233
|
+
/**
|
|
4234
|
+
* @internal
|
|
4235
|
+
*/
|
|
4236
|
+
export declare const KubernetesDataSourceFreeTrialFilterSensitiveLog: (obj: KubernetesDataSourceFreeTrial) => any;
|
|
4237
|
+
/**
|
|
4238
|
+
* @internal
|
|
4239
|
+
*/
|
|
4240
|
+
export declare const MalwareProtectionDataSourceFreeTrialFilterSensitiveLog: (obj: MalwareProtectionDataSourceFreeTrial) => any;
|
|
4241
|
+
/**
|
|
4242
|
+
* @internal
|
|
4243
|
+
*/
|
|
4244
|
+
export declare const DataSourcesFreeTrialFilterSensitiveLog: (obj: DataSourcesFreeTrial) => any;
|
|
4245
|
+
/**
|
|
4246
|
+
* @internal
|
|
4247
|
+
*/
|
|
4248
|
+
export declare const AccountFreeTrialInfoFilterSensitiveLog: (obj: AccountFreeTrialInfo) => any;
|
|
4249
|
+
/**
|
|
4250
|
+
* @internal
|
|
4251
|
+
*/
|
|
4252
|
+
export declare const BlockPublicAccessFilterSensitiveLog: (obj: BlockPublicAccess) => any;
|
|
4253
|
+
/**
|
|
4254
|
+
* @internal
|
|
4255
|
+
*/
|
|
4256
|
+
export declare const AccountLevelPermissionsFilterSensitiveLog: (obj: AccountLevelPermissions) => any;
|
|
4257
|
+
/**
|
|
4258
|
+
* @internal
|
|
4259
|
+
*/
|
|
4260
|
+
export declare const DomainDetailsFilterSensitiveLog: (obj: DomainDetails) => any;
|
|
4261
|
+
/**
|
|
4262
|
+
* @internal
|
|
4263
|
+
*/
|
|
4264
|
+
export declare const RemoteAccountDetailsFilterSensitiveLog: (obj: RemoteAccountDetails) => any;
|
|
4265
|
+
/**
|
|
4266
|
+
* @internal
|
|
4267
|
+
*/
|
|
4268
|
+
export declare const CityFilterSensitiveLog: (obj: City) => any;
|
|
4269
|
+
/**
|
|
4270
|
+
* @internal
|
|
4271
|
+
*/
|
|
4272
|
+
export declare const CountryFilterSensitiveLog: (obj: Country) => any;
|
|
4273
|
+
/**
|
|
4274
|
+
* @internal
|
|
4275
|
+
*/
|
|
4276
|
+
export declare const GeoLocationFilterSensitiveLog: (obj: GeoLocation) => any;
|
|
4277
|
+
/**
|
|
4278
|
+
* @internal
|
|
4279
|
+
*/
|
|
4280
|
+
export declare const OrganizationFilterSensitiveLog: (obj: Organization) => any;
|
|
4281
|
+
/**
|
|
4282
|
+
* @internal
|
|
4283
|
+
*/
|
|
4284
|
+
export declare const RemoteIpDetailsFilterSensitiveLog: (obj: RemoteIpDetails) => any;
|
|
4285
|
+
/**
|
|
4286
|
+
* @internal
|
|
4287
|
+
*/
|
|
4288
|
+
export declare const AwsApiCallActionFilterSensitiveLog: (obj: AwsApiCallAction) => any;
|
|
4289
|
+
/**
|
|
4290
|
+
* @internal
|
|
4291
|
+
*/
|
|
4292
|
+
export declare const DnsRequestActionFilterSensitiveLog: (obj: DnsRequestAction) => any;
|
|
4293
|
+
/**
|
|
4294
|
+
* @internal
|
|
4295
|
+
*/
|
|
4296
|
+
export declare const KubernetesApiCallActionFilterSensitiveLog: (obj: KubernetesApiCallAction) => any;
|
|
4297
|
+
/**
|
|
4298
|
+
* @internal
|
|
4299
|
+
*/
|
|
4300
|
+
export declare const LocalIpDetailsFilterSensitiveLog: (obj: LocalIpDetails) => any;
|
|
4301
|
+
/**
|
|
4302
|
+
* @internal
|
|
4303
|
+
*/
|
|
4304
|
+
export declare const LocalPortDetailsFilterSensitiveLog: (obj: LocalPortDetails) => any;
|
|
4305
|
+
/**
|
|
4306
|
+
* @internal
|
|
4307
|
+
*/
|
|
4308
|
+
export declare const RemotePortDetailsFilterSensitiveLog: (obj: RemotePortDetails) => any;
|
|
4309
|
+
/**
|
|
4310
|
+
* @internal
|
|
4311
|
+
*/
|
|
4312
|
+
export declare const NetworkConnectionActionFilterSensitiveLog: (obj: NetworkConnectionAction) => any;
|
|
4313
|
+
/**
|
|
4314
|
+
* @internal
|
|
4315
|
+
*/
|
|
4316
|
+
export declare const PortProbeDetailFilterSensitiveLog: (obj: PortProbeDetail) => any;
|
|
4317
|
+
/**
|
|
4318
|
+
* @internal
|
|
4319
|
+
*/
|
|
4320
|
+
export declare const PortProbeActionFilterSensitiveLog: (obj: PortProbeAction) => any;
|
|
4321
|
+
/**
|
|
4322
|
+
* @internal
|
|
4323
|
+
*/
|
|
4324
|
+
export declare const ActionFilterSensitiveLog: (obj: Action) => any;
|
|
4325
|
+
/**
|
|
4326
|
+
* @internal
|
|
4327
|
+
*/
|
|
4328
|
+
export declare const AdminAccountFilterSensitiveLog: (obj: AdminAccount) => any;
|
|
4329
|
+
/**
|
|
4330
|
+
* @internal
|
|
4331
|
+
*/
|
|
4332
|
+
export declare const AdministratorFilterSensitiveLog: (obj: Administrator) => any;
|
|
4333
|
+
/**
|
|
4334
|
+
* @internal
|
|
4335
|
+
*/
|
|
4336
|
+
export declare const ArchiveFindingsRequestFilterSensitiveLog: (obj: ArchiveFindingsRequest) => any;
|
|
4337
|
+
/**
|
|
4338
|
+
* @internal
|
|
4339
|
+
*/
|
|
4340
|
+
export declare const ArchiveFindingsResponseFilterSensitiveLog: (obj: ArchiveFindingsResponse) => any;
|
|
4341
|
+
/**
|
|
4342
|
+
* @internal
|
|
4343
|
+
*/
|
|
4344
|
+
export declare const BucketPolicyFilterSensitiveLog: (obj: BucketPolicy) => any;
|
|
4345
|
+
/**
|
|
4346
|
+
* @internal
|
|
4347
|
+
*/
|
|
4348
|
+
export declare const BucketLevelPermissionsFilterSensitiveLog: (obj: BucketLevelPermissions) => any;
|
|
4349
|
+
/**
|
|
4350
|
+
* @internal
|
|
4351
|
+
*/
|
|
4352
|
+
export declare const CloudTrailConfigurationResultFilterSensitiveLog: (obj: CloudTrailConfigurationResult) => any;
|
|
4353
|
+
/**
|
|
4354
|
+
* @internal
|
|
4355
|
+
*/
|
|
4356
|
+
export declare const ConditionFilterSensitiveLog: (obj: Condition) => any;
|
|
4357
|
+
/**
|
|
4358
|
+
* @internal
|
|
4359
|
+
*/
|
|
4360
|
+
export declare const SecurityContextFilterSensitiveLog: (obj: SecurityContext) => any;
|
|
4361
|
+
/**
|
|
4362
|
+
* @internal
|
|
4363
|
+
*/
|
|
4364
|
+
export declare const VolumeMountFilterSensitiveLog: (obj: VolumeMount) => any;
|
|
4365
|
+
/**
|
|
4366
|
+
* @internal
|
|
4367
|
+
*/
|
|
4368
|
+
export declare const ContainerFilterSensitiveLog: (obj: Container) => any;
|
|
4369
|
+
/**
|
|
4370
|
+
* @internal
|
|
4371
|
+
*/
|
|
4372
|
+
export declare const KubernetesAuditLogsConfigurationFilterSensitiveLog: (obj: KubernetesAuditLogsConfiguration) => any;
|
|
4373
|
+
/**
|
|
4374
|
+
* @internal
|
|
4375
|
+
*/
|
|
4376
|
+
export declare const KubernetesConfigurationFilterSensitiveLog: (obj: KubernetesConfiguration) => any;
|
|
4377
|
+
/**
|
|
4378
|
+
* @internal
|
|
4379
|
+
*/
|
|
4380
|
+
export declare const ScanEc2InstanceWithFindingsFilterSensitiveLog: (obj: ScanEc2InstanceWithFindings) => any;
|
|
4381
|
+
/**
|
|
4382
|
+
* @internal
|
|
4383
|
+
*/
|
|
4384
|
+
export declare const MalwareProtectionConfigurationFilterSensitiveLog: (obj: MalwareProtectionConfiguration) => any;
|
|
4385
|
+
/**
|
|
4386
|
+
* @internal
|
|
4387
|
+
*/
|
|
4388
|
+
export declare const S3LogsConfigurationFilterSensitiveLog: (obj: S3LogsConfiguration) => any;
|
|
4389
|
+
/**
|
|
4390
|
+
* @internal
|
|
4391
|
+
*/
|
|
4392
|
+
export declare const DataSourceConfigurationsFilterSensitiveLog: (obj: DataSourceConfigurations) => any;
|
|
4393
|
+
/**
|
|
4394
|
+
* @internal
|
|
4395
|
+
*/
|
|
4396
|
+
export declare const CreateDetectorRequestFilterSensitiveLog: (obj: CreateDetectorRequest) => any;
|
|
4397
|
+
/**
|
|
4398
|
+
* @internal
|
|
4399
|
+
*/
|
|
4400
|
+
export declare const CreateDetectorResponseFilterSensitiveLog: (obj: CreateDetectorResponse) => any;
|
|
4401
|
+
/**
|
|
4402
|
+
* @internal
|
|
4403
|
+
*/
|
|
4404
|
+
export declare const FindingCriteriaFilterSensitiveLog: (obj: FindingCriteria) => any;
|
|
4405
|
+
/**
|
|
4406
|
+
* @internal
|
|
4407
|
+
*/
|
|
4408
|
+
export declare const CreateFilterRequestFilterSensitiveLog: (obj: CreateFilterRequest) => any;
|
|
4409
|
+
/**
|
|
4410
|
+
* @internal
|
|
4411
|
+
*/
|
|
4412
|
+
export declare const CreateFilterResponseFilterSensitiveLog: (obj: CreateFilterResponse) => any;
|
|
4413
|
+
/**
|
|
4414
|
+
* @internal
|
|
4415
|
+
*/
|
|
4416
|
+
export declare const CreateIPSetRequestFilterSensitiveLog: (obj: CreateIPSetRequest) => any;
|
|
4417
|
+
/**
|
|
4418
|
+
* @internal
|
|
4419
|
+
*/
|
|
4420
|
+
export declare const CreateIPSetResponseFilterSensitiveLog: (obj: CreateIPSetResponse) => any;
|
|
4421
|
+
/**
|
|
4422
|
+
* @internal
|
|
4423
|
+
*/
|
|
4424
|
+
export declare const CreateMembersRequestFilterSensitiveLog: (obj: CreateMembersRequest) => any;
|
|
4425
|
+
/**
|
|
4426
|
+
* @internal
|
|
4427
|
+
*/
|
|
4428
|
+
export declare const UnprocessedAccountFilterSensitiveLog: (obj: UnprocessedAccount) => any;
|
|
4429
|
+
/**
|
|
4430
|
+
* @internal
|
|
4431
|
+
*/
|
|
4432
|
+
export declare const CreateMembersResponseFilterSensitiveLog: (obj: CreateMembersResponse) => any;
|
|
4433
|
+
/**
|
|
4434
|
+
* @internal
|
|
4435
|
+
*/
|
|
4436
|
+
export declare const DestinationPropertiesFilterSensitiveLog: (obj: DestinationProperties) => any;
|
|
4437
|
+
/**
|
|
4438
|
+
* @internal
|
|
4439
|
+
*/
|
|
4440
|
+
export declare const CreatePublishingDestinationRequestFilterSensitiveLog: (obj: CreatePublishingDestinationRequest) => any;
|
|
4441
|
+
/**
|
|
4442
|
+
* @internal
|
|
4443
|
+
*/
|
|
4444
|
+
export declare const CreatePublishingDestinationResponseFilterSensitiveLog: (obj: CreatePublishingDestinationResponse) => any;
|
|
4445
|
+
/**
|
|
4446
|
+
* @internal
|
|
4447
|
+
*/
|
|
4448
|
+
export declare const CreateSampleFindingsRequestFilterSensitiveLog: (obj: CreateSampleFindingsRequest) => any;
|
|
4449
|
+
/**
|
|
4450
|
+
* @internal
|
|
4451
|
+
*/
|
|
4452
|
+
export declare const CreateSampleFindingsResponseFilterSensitiveLog: (obj: CreateSampleFindingsResponse) => any;
|
|
4453
|
+
/**
|
|
4454
|
+
* @internal
|
|
4455
|
+
*/
|
|
4456
|
+
export declare const CreateThreatIntelSetRequestFilterSensitiveLog: (obj: CreateThreatIntelSetRequest) => any;
|
|
4457
|
+
/**
|
|
4458
|
+
* @internal
|
|
4459
|
+
*/
|
|
4460
|
+
export declare const CreateThreatIntelSetResponseFilterSensitiveLog: (obj: CreateThreatIntelSetResponse) => any;
|
|
4461
|
+
/**
|
|
4462
|
+
* @internal
|
|
4463
|
+
*/
|
|
4464
|
+
export declare const DNSLogsConfigurationResultFilterSensitiveLog: (obj: DNSLogsConfigurationResult) => any;
|
|
4465
|
+
/**
|
|
4466
|
+
* @internal
|
|
4467
|
+
*/
|
|
4468
|
+
export declare const FlowLogsConfigurationResultFilterSensitiveLog: (obj: FlowLogsConfigurationResult) => any;
|
|
4469
|
+
/**
|
|
4470
|
+
* @internal
|
|
4471
|
+
*/
|
|
4472
|
+
export declare const KubernetesAuditLogsConfigurationResultFilterSensitiveLog: (obj: KubernetesAuditLogsConfigurationResult) => any;
|
|
4473
|
+
/**
|
|
4474
|
+
* @internal
|
|
4475
|
+
*/
|
|
4476
|
+
export declare const KubernetesConfigurationResultFilterSensitiveLog: (obj: KubernetesConfigurationResult) => any;
|
|
4477
|
+
/**
|
|
4478
|
+
* @internal
|
|
4479
|
+
*/
|
|
4480
|
+
export declare const EbsVolumesResultFilterSensitiveLog: (obj: EbsVolumesResult) => any;
|
|
4481
|
+
/**
|
|
4482
|
+
* @internal
|
|
4483
|
+
*/
|
|
4484
|
+
export declare const ScanEc2InstanceWithFindingsResultFilterSensitiveLog: (obj: ScanEc2InstanceWithFindingsResult) => any;
|
|
4485
|
+
/**
|
|
4486
|
+
* @internal
|
|
4487
|
+
*/
|
|
4488
|
+
export declare const MalwareProtectionConfigurationResultFilterSensitiveLog: (obj: MalwareProtectionConfigurationResult) => any;
|
|
4489
|
+
/**
|
|
4490
|
+
* @internal
|
|
4491
|
+
*/
|
|
4492
|
+
export declare const S3LogsConfigurationResultFilterSensitiveLog: (obj: S3LogsConfigurationResult) => any;
|
|
4493
|
+
/**
|
|
4494
|
+
* @internal
|
|
4495
|
+
*/
|
|
4496
|
+
export declare const DataSourceConfigurationsResultFilterSensitiveLog: (obj: DataSourceConfigurationsResult) => any;
|
|
4497
|
+
/**
|
|
4498
|
+
* @internal
|
|
4499
|
+
*/
|
|
4500
|
+
export declare const DeclineInvitationsRequestFilterSensitiveLog: (obj: DeclineInvitationsRequest) => any;
|
|
4501
|
+
/**
|
|
4502
|
+
* @internal
|
|
4503
|
+
*/
|
|
4504
|
+
export declare const DeclineInvitationsResponseFilterSensitiveLog: (obj: DeclineInvitationsResponse) => any;
|
|
4505
|
+
/**
|
|
4506
|
+
* @internal
|
|
4507
|
+
*/
|
|
4508
|
+
export declare const DefaultServerSideEncryptionFilterSensitiveLog: (obj: DefaultServerSideEncryption) => any;
|
|
4509
|
+
/**
|
|
4510
|
+
* @internal
|
|
4511
|
+
*/
|
|
4512
|
+
export declare const DeleteDetectorRequestFilterSensitiveLog: (obj: DeleteDetectorRequest) => any;
|
|
4513
|
+
/**
|
|
4514
|
+
* @internal
|
|
4515
|
+
*/
|
|
4516
|
+
export declare const DeleteDetectorResponseFilterSensitiveLog: (obj: DeleteDetectorResponse) => any;
|
|
4517
|
+
/**
|
|
4518
|
+
* @internal
|
|
4519
|
+
*/
|
|
4520
|
+
export declare const DeleteFilterRequestFilterSensitiveLog: (obj: DeleteFilterRequest) => any;
|
|
4521
|
+
/**
|
|
4522
|
+
* @internal
|
|
4523
|
+
*/
|
|
4524
|
+
export declare const DeleteFilterResponseFilterSensitiveLog: (obj: DeleteFilterResponse) => any;
|
|
4525
|
+
/**
|
|
4526
|
+
* @internal
|
|
4527
|
+
*/
|
|
4528
|
+
export declare const DeleteInvitationsRequestFilterSensitiveLog: (obj: DeleteInvitationsRequest) => any;
|
|
4529
|
+
/**
|
|
4530
|
+
* @internal
|
|
4531
|
+
*/
|
|
4532
|
+
export declare const DeleteInvitationsResponseFilterSensitiveLog: (obj: DeleteInvitationsResponse) => any;
|
|
4533
|
+
/**
|
|
4534
|
+
* @internal
|
|
4535
|
+
*/
|
|
4536
|
+
export declare const DeleteIPSetRequestFilterSensitiveLog: (obj: DeleteIPSetRequest) => any;
|
|
4537
|
+
/**
|
|
4538
|
+
* @internal
|
|
4539
|
+
*/
|
|
4540
|
+
export declare const DeleteIPSetResponseFilterSensitiveLog: (obj: DeleteIPSetResponse) => any;
|
|
4541
|
+
/**
|
|
4542
|
+
* @internal
|
|
4543
|
+
*/
|
|
4544
|
+
export declare const DeleteMembersRequestFilterSensitiveLog: (obj: DeleteMembersRequest) => any;
|
|
4545
|
+
/**
|
|
4546
|
+
* @internal
|
|
4547
|
+
*/
|
|
4548
|
+
export declare const DeleteMembersResponseFilterSensitiveLog: (obj: DeleteMembersResponse) => any;
|
|
4549
|
+
/**
|
|
4550
|
+
* @internal
|
|
4551
|
+
*/
|
|
4552
|
+
export declare const DeletePublishingDestinationRequestFilterSensitiveLog: (obj: DeletePublishingDestinationRequest) => any;
|
|
4553
|
+
/**
|
|
4554
|
+
* @internal
|
|
4555
|
+
*/
|
|
4556
|
+
export declare const DeletePublishingDestinationResponseFilterSensitiveLog: (obj: DeletePublishingDestinationResponse) => any;
|
|
4557
|
+
/**
|
|
4558
|
+
* @internal
|
|
4559
|
+
*/
|
|
4560
|
+
export declare const DeleteThreatIntelSetRequestFilterSensitiveLog: (obj: DeleteThreatIntelSetRequest) => any;
|
|
4561
|
+
/**
|
|
4562
|
+
* @internal
|
|
4563
|
+
*/
|
|
4564
|
+
export declare const DeleteThreatIntelSetResponseFilterSensitiveLog: (obj: DeleteThreatIntelSetResponse) => any;
|
|
4565
|
+
/**
|
|
4566
|
+
* @internal
|
|
4567
|
+
*/
|
|
4568
|
+
export declare const FilterConditionFilterSensitiveLog: (obj: FilterCondition) => any;
|
|
4569
|
+
/**
|
|
4570
|
+
* @internal
|
|
4571
|
+
*/
|
|
4572
|
+
export declare const FilterCriterionFilterSensitiveLog: (obj: FilterCriterion) => any;
|
|
4573
|
+
/**
|
|
4574
|
+
* @internal
|
|
4575
|
+
*/
|
|
4576
|
+
export declare const FilterCriteriaFilterSensitiveLog: (obj: FilterCriteria) => any;
|
|
4577
|
+
/**
|
|
4578
|
+
* @internal
|
|
4579
|
+
*/
|
|
4580
|
+
export declare const SortCriteriaFilterSensitiveLog: (obj: SortCriteria) => any;
|
|
4581
|
+
/**
|
|
4582
|
+
* @internal
|
|
4583
|
+
*/
|
|
4584
|
+
export declare const DescribeMalwareScansRequestFilterSensitiveLog: (obj: DescribeMalwareScansRequest) => any;
|
|
4585
|
+
/**
|
|
4586
|
+
* @internal
|
|
4587
|
+
*/
|
|
4588
|
+
export declare const VolumeDetailFilterSensitiveLog: (obj: VolumeDetail) => any;
|
|
4589
|
+
/**
|
|
4590
|
+
* @internal
|
|
4591
|
+
*/
|
|
4592
|
+
export declare const ResourceDetailsFilterSensitiveLog: (obj: ResourceDetails) => any;
|
|
4593
|
+
/**
|
|
4594
|
+
* @internal
|
|
4595
|
+
*/
|
|
4596
|
+
export declare const ScanResultDetailsFilterSensitiveLog: (obj: ScanResultDetails) => any;
|
|
4597
|
+
/**
|
|
4598
|
+
* @internal
|
|
4599
|
+
*/
|
|
4600
|
+
export declare const TriggerDetailsFilterSensitiveLog: (obj: TriggerDetails) => any;
|
|
4601
|
+
/**
|
|
4602
|
+
* @internal
|
|
4603
|
+
*/
|
|
4604
|
+
export declare const ScanFilterSensitiveLog: (obj: Scan) => any;
|
|
4605
|
+
/**
|
|
4606
|
+
* @internal
|
|
4607
|
+
*/
|
|
4608
|
+
export declare const DescribeMalwareScansResponseFilterSensitiveLog: (obj: DescribeMalwareScansResponse) => any;
|
|
4609
|
+
/**
|
|
4610
|
+
* @internal
|
|
4611
|
+
*/
|
|
4612
|
+
export declare const DescribeOrganizationConfigurationRequestFilterSensitiveLog: (obj: DescribeOrganizationConfigurationRequest) => any;
|
|
4613
|
+
/**
|
|
4614
|
+
* @internal
|
|
4615
|
+
*/
|
|
4616
|
+
export declare const OrganizationKubernetesAuditLogsConfigurationResultFilterSensitiveLog: (obj: OrganizationKubernetesAuditLogsConfigurationResult) => any;
|
|
4617
|
+
/**
|
|
4618
|
+
* @internal
|
|
4619
|
+
*/
|
|
4620
|
+
export declare const OrganizationKubernetesConfigurationResultFilterSensitiveLog: (obj: OrganizationKubernetesConfigurationResult) => any;
|
|
4621
|
+
/**
|
|
4622
|
+
* @internal
|
|
4623
|
+
*/
|
|
4624
|
+
export declare const OrganizationEbsVolumesResultFilterSensitiveLog: (obj: OrganizationEbsVolumesResult) => any;
|
|
4625
|
+
/**
|
|
4626
|
+
* @internal
|
|
4627
|
+
*/
|
|
4628
|
+
export declare const OrganizationScanEc2InstanceWithFindingsResultFilterSensitiveLog: (obj: OrganizationScanEc2InstanceWithFindingsResult) => any;
|
|
4629
|
+
/**
|
|
4630
|
+
* @internal
|
|
4631
|
+
*/
|
|
4632
|
+
export declare const OrganizationMalwareProtectionConfigurationResultFilterSensitiveLog: (obj: OrganizationMalwareProtectionConfigurationResult) => any;
|
|
4633
|
+
/**
|
|
4634
|
+
* @internal
|
|
4635
|
+
*/
|
|
4636
|
+
export declare const OrganizationS3LogsConfigurationResultFilterSensitiveLog: (obj: OrganizationS3LogsConfigurationResult) => any;
|
|
4637
|
+
/**
|
|
4638
|
+
* @internal
|
|
4639
|
+
*/
|
|
4640
|
+
export declare const OrganizationDataSourceConfigurationsResultFilterSensitiveLog: (obj: OrganizationDataSourceConfigurationsResult) => any;
|
|
4641
|
+
/**
|
|
4642
|
+
* @internal
|
|
4643
|
+
*/
|
|
4644
|
+
export declare const DescribeOrganizationConfigurationResponseFilterSensitiveLog: (obj: DescribeOrganizationConfigurationResponse) => any;
|
|
4645
|
+
/**
|
|
4646
|
+
* @internal
|
|
4647
|
+
*/
|
|
4648
|
+
export declare const DescribePublishingDestinationRequestFilterSensitiveLog: (obj: DescribePublishingDestinationRequest) => any;
|
|
4649
|
+
/**
|
|
4650
|
+
* @internal
|
|
4651
|
+
*/
|
|
4652
|
+
export declare const DescribePublishingDestinationResponseFilterSensitiveLog: (obj: DescribePublishingDestinationResponse) => any;
|
|
4653
|
+
/**
|
|
4654
|
+
* @internal
|
|
4655
|
+
*/
|
|
4656
|
+
export declare const DestinationFilterSensitiveLog: (obj: Destination) => any;
|
|
4657
|
+
/**
|
|
4658
|
+
* @internal
|
|
4659
|
+
*/
|
|
4660
|
+
export declare const DisableOrganizationAdminAccountRequestFilterSensitiveLog: (obj: DisableOrganizationAdminAccountRequest) => any;
|
|
4661
|
+
/**
|
|
4662
|
+
* @internal
|
|
4663
|
+
*/
|
|
4664
|
+
export declare const DisableOrganizationAdminAccountResponseFilterSensitiveLog: (obj: DisableOrganizationAdminAccountResponse) => any;
|
|
4665
|
+
/**
|
|
4666
|
+
* @internal
|
|
4667
|
+
*/
|
|
4668
|
+
export declare const DisassociateFromAdministratorAccountRequestFilterSensitiveLog: (obj: DisassociateFromAdministratorAccountRequest) => any;
|
|
4669
|
+
/**
|
|
4670
|
+
* @internal
|
|
4671
|
+
*/
|
|
4672
|
+
export declare const DisassociateFromAdministratorAccountResponseFilterSensitiveLog: (obj: DisassociateFromAdministratorAccountResponse) => any;
|
|
4673
|
+
/**
|
|
4674
|
+
* @internal
|
|
4675
|
+
*/
|
|
4676
|
+
export declare const DisassociateFromMasterAccountRequestFilterSensitiveLog: (obj: DisassociateFromMasterAccountRequest) => any;
|
|
4677
|
+
/**
|
|
4678
|
+
* @internal
|
|
4679
|
+
*/
|
|
4680
|
+
export declare const DisassociateFromMasterAccountResponseFilterSensitiveLog: (obj: DisassociateFromMasterAccountResponse) => any;
|
|
4681
|
+
/**
|
|
4682
|
+
* @internal
|
|
4683
|
+
*/
|
|
4684
|
+
export declare const DisassociateMembersRequestFilterSensitiveLog: (obj: DisassociateMembersRequest) => any;
|
|
4685
|
+
/**
|
|
4686
|
+
* @internal
|
|
4687
|
+
*/
|
|
4688
|
+
export declare const DisassociateMembersResponseFilterSensitiveLog: (obj: DisassociateMembersResponse) => any;
|
|
4689
|
+
/**
|
|
4690
|
+
* @internal
|
|
4691
|
+
*/
|
|
4692
|
+
export declare const EbsVolumeDetailsFilterSensitiveLog: (obj: EbsVolumeDetails) => any;
|
|
4693
|
+
/**
|
|
4694
|
+
* @internal
|
|
4695
|
+
*/
|
|
4696
|
+
export declare const HighestSeverityThreatDetailsFilterSensitiveLog: (obj: HighestSeverityThreatDetails) => any;
|
|
4697
|
+
/**
|
|
4698
|
+
* @internal
|
|
4699
|
+
*/
|
|
4700
|
+
export declare const ScannedItemCountFilterSensitiveLog: (obj: ScannedItemCount) => any;
|
|
4701
|
+
/**
|
|
4702
|
+
* @internal
|
|
4703
|
+
*/
|
|
4704
|
+
export declare const ScanFilePathFilterSensitiveLog: (obj: ScanFilePath) => any;
|
|
4705
|
+
/**
|
|
4706
|
+
* @internal
|
|
4707
|
+
*/
|
|
4708
|
+
export declare const ScanThreatNameFilterSensitiveLog: (obj: ScanThreatName) => any;
|
|
4709
|
+
/**
|
|
4710
|
+
* @internal
|
|
4711
|
+
*/
|
|
4712
|
+
export declare const ThreatDetectedByNameFilterSensitiveLog: (obj: ThreatDetectedByName) => any;
|
|
4713
|
+
/**
|
|
4714
|
+
* @internal
|
|
4715
|
+
*/
|
|
4716
|
+
export declare const ThreatsDetectedItemCountFilterSensitiveLog: (obj: ThreatsDetectedItemCount) => any;
|
|
4717
|
+
/**
|
|
4718
|
+
* @internal
|
|
4719
|
+
*/
|
|
4720
|
+
export declare const ScanDetectionsFilterSensitiveLog: (obj: ScanDetections) => any;
|
|
4721
|
+
/**
|
|
4722
|
+
* @internal
|
|
4723
|
+
*/
|
|
4724
|
+
export declare const EbsVolumeScanDetailsFilterSensitiveLog: (obj: EbsVolumeScanDetails) => any;
|
|
4725
|
+
/**
|
|
4726
|
+
* @internal
|
|
4727
|
+
*/
|
|
4728
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
4729
|
+
/**
|
|
4730
|
+
* @internal
|
|
4731
|
+
*/
|
|
4732
|
+
export declare const HostPathFilterSensitiveLog: (obj: HostPath) => any;
|
|
4733
|
+
/**
|
|
4734
|
+
* @internal
|
|
4735
|
+
*/
|
|
4736
|
+
export declare const VolumeFilterSensitiveLog: (obj: Volume) => any;
|
|
4737
|
+
/**
|
|
4738
|
+
* @internal
|
|
4739
|
+
*/
|
|
4740
|
+
export declare const EcsTaskDetailsFilterSensitiveLog: (obj: EcsTaskDetails) => any;
|
|
4741
|
+
/**
|
|
4742
|
+
* @internal
|
|
4743
|
+
*/
|
|
4744
|
+
export declare const EcsClusterDetailsFilterSensitiveLog: (obj: EcsClusterDetails) => any;
|
|
4745
|
+
/**
|
|
4746
|
+
* @internal
|
|
4747
|
+
*/
|
|
4748
|
+
export declare const EksClusterDetailsFilterSensitiveLog: (obj: EksClusterDetails) => any;
|
|
4749
|
+
/**
|
|
4750
|
+
* @internal
|
|
4751
|
+
*/
|
|
4752
|
+
export declare const EnableOrganizationAdminAccountRequestFilterSensitiveLog: (obj: EnableOrganizationAdminAccountRequest) => any;
|
|
4753
|
+
/**
|
|
4754
|
+
* @internal
|
|
4755
|
+
*/
|
|
4756
|
+
export declare const EnableOrganizationAdminAccountResponseFilterSensitiveLog: (obj: EnableOrganizationAdminAccountResponse) => any;
|
|
4757
|
+
/**
|
|
4758
|
+
* @internal
|
|
4759
|
+
*/
|
|
4760
|
+
export declare const ThreatIntelligenceDetailFilterSensitiveLog: (obj: ThreatIntelligenceDetail) => any;
|
|
4761
|
+
/**
|
|
4762
|
+
* @internal
|
|
4763
|
+
*/
|
|
4764
|
+
export declare const EvidenceFilterSensitiveLog: (obj: Evidence) => any;
|
|
4765
|
+
/**
|
|
4766
|
+
* @internal
|
|
4767
|
+
*/
|
|
4768
|
+
export declare const IamInstanceProfileFilterSensitiveLog: (obj: IamInstanceProfile) => any;
|
|
4769
|
+
/**
|
|
4770
|
+
* @internal
|
|
4771
|
+
*/
|
|
4772
|
+
export declare const PrivateIpAddressDetailsFilterSensitiveLog: (obj: PrivateIpAddressDetails) => any;
|
|
4773
|
+
/**
|
|
4774
|
+
* @internal
|
|
4775
|
+
*/
|
|
4776
|
+
export declare const SecurityGroupFilterSensitiveLog: (obj: SecurityGroup) => any;
|
|
4777
|
+
/**
|
|
4778
|
+
* @internal
|
|
4779
|
+
*/
|
|
4780
|
+
export declare const NetworkInterfaceFilterSensitiveLog: (obj: NetworkInterface) => any;
|
|
4781
|
+
/**
|
|
4782
|
+
* @internal
|
|
4783
|
+
*/
|
|
4784
|
+
export declare const ProductCodeFilterSensitiveLog: (obj: ProductCode) => any;
|
|
4785
|
+
/**
|
|
4786
|
+
* @internal
|
|
4787
|
+
*/
|
|
4788
|
+
export declare const InstanceDetailsFilterSensitiveLog: (obj: InstanceDetails) => any;
|
|
4789
|
+
/**
|
|
4790
|
+
* @internal
|
|
4791
|
+
*/
|
|
4792
|
+
export declare const KubernetesUserDetailsFilterSensitiveLog: (obj: KubernetesUserDetails) => any;
|
|
4793
|
+
/**
|
|
4794
|
+
* @internal
|
|
4795
|
+
*/
|
|
4796
|
+
export declare const KubernetesWorkloadDetailsFilterSensitiveLog: (obj: KubernetesWorkloadDetails) => any;
|
|
4797
|
+
/**
|
|
4798
|
+
* @internal
|
|
4799
|
+
*/
|
|
4800
|
+
export declare const KubernetesDetailsFilterSensitiveLog: (obj: KubernetesDetails) => any;
|
|
4801
|
+
/**
|
|
4802
|
+
* @internal
|
|
4803
|
+
*/
|
|
4804
|
+
export declare const OwnerFilterSensitiveLog: (obj: Owner) => any;
|
|
4805
|
+
/**
|
|
4806
|
+
* @internal
|
|
4807
|
+
*/
|
|
4808
|
+
export declare const PermissionConfigurationFilterSensitiveLog: (obj: PermissionConfiguration) => any;
|
|
4809
|
+
/**
|
|
4810
|
+
* @internal
|
|
4811
|
+
*/
|
|
4812
|
+
export declare const PublicAccessFilterSensitiveLog: (obj: PublicAccess) => any;
|
|
4813
|
+
/**
|
|
4814
|
+
* @internal
|
|
4815
|
+
*/
|
|
4816
|
+
export declare const S3BucketDetailFilterSensitiveLog: (obj: S3BucketDetail) => any;
|
|
4817
|
+
/**
|
|
4818
|
+
* @internal
|
|
4819
|
+
*/
|
|
4820
|
+
export declare const ResourceFilterSensitiveLog: (obj: Resource) => any;
|
|
4821
|
+
/**
|
|
4822
|
+
* @internal
|
|
4823
|
+
*/
|
|
4824
|
+
export declare const ServiceAdditionalInfoFilterSensitiveLog: (obj: ServiceAdditionalInfo) => any;
|
|
4825
|
+
/**
|
|
4826
|
+
* @internal
|
|
4827
|
+
*/
|
|
4828
|
+
export declare const ServiceFilterSensitiveLog: (obj: Service) => any;
|
|
4829
|
+
/**
|
|
4830
|
+
* @internal
|
|
4831
|
+
*/
|
|
4832
|
+
export declare const FindingFilterSensitiveLog: (obj: Finding) => any;
|
|
4833
|
+
/**
|
|
4834
|
+
* @internal
|
|
4835
|
+
*/
|
|
4836
|
+
export declare const FindingStatisticsFilterSensitiveLog: (obj: FindingStatistics) => any;
|
|
4837
|
+
/**
|
|
4838
|
+
* @internal
|
|
4839
|
+
*/
|
|
4840
|
+
export declare const GetAdministratorAccountRequestFilterSensitiveLog: (obj: GetAdministratorAccountRequest) => any;
|
|
4841
|
+
/**
|
|
4842
|
+
* @internal
|
|
4843
|
+
*/
|
|
4844
|
+
export declare const GetAdministratorAccountResponseFilterSensitiveLog: (obj: GetAdministratorAccountResponse) => any;
|
|
4845
|
+
/**
|
|
4846
|
+
* @internal
|
|
4847
|
+
*/
|
|
4848
|
+
export declare const GetDetectorRequestFilterSensitiveLog: (obj: GetDetectorRequest) => any;
|
|
4849
|
+
/**
|
|
4850
|
+
* @internal
|
|
4851
|
+
*/
|
|
4852
|
+
export declare const GetDetectorResponseFilterSensitiveLog: (obj: GetDetectorResponse) => any;
|
|
4853
|
+
/**
|
|
4854
|
+
* @internal
|
|
4855
|
+
*/
|
|
4856
|
+
export declare const GetFilterRequestFilterSensitiveLog: (obj: GetFilterRequest) => any;
|
|
4857
|
+
/**
|
|
4858
|
+
* @internal
|
|
4859
|
+
*/
|
|
4860
|
+
export declare const GetFilterResponseFilterSensitiveLog: (obj: GetFilterResponse) => any;
|
|
4861
|
+
/**
|
|
4862
|
+
* @internal
|
|
4863
|
+
*/
|
|
4864
|
+
export declare const GetFindingsRequestFilterSensitiveLog: (obj: GetFindingsRequest) => any;
|
|
4865
|
+
/**
|
|
4866
|
+
* @internal
|
|
4867
|
+
*/
|
|
4868
|
+
export declare const GetFindingsResponseFilterSensitiveLog: (obj: GetFindingsResponse) => any;
|
|
4869
|
+
/**
|
|
4870
|
+
* @internal
|
|
4871
|
+
*/
|
|
4872
|
+
export declare const GetFindingsStatisticsRequestFilterSensitiveLog: (obj: GetFindingsStatisticsRequest) => any;
|
|
4873
|
+
/**
|
|
4874
|
+
* @internal
|
|
4875
|
+
*/
|
|
4876
|
+
export declare const GetFindingsStatisticsResponseFilterSensitiveLog: (obj: GetFindingsStatisticsResponse) => any;
|
|
4877
|
+
/**
|
|
4878
|
+
* @internal
|
|
4879
|
+
*/
|
|
4880
|
+
export declare const GetInvitationsCountRequestFilterSensitiveLog: (obj: GetInvitationsCountRequest) => any;
|
|
4881
|
+
/**
|
|
4882
|
+
* @internal
|
|
4883
|
+
*/
|
|
4884
|
+
export declare const GetInvitationsCountResponseFilterSensitiveLog: (obj: GetInvitationsCountResponse) => any;
|
|
4885
|
+
/**
|
|
4886
|
+
* @internal
|
|
4887
|
+
*/
|
|
4888
|
+
export declare const GetIPSetRequestFilterSensitiveLog: (obj: GetIPSetRequest) => any;
|
|
4889
|
+
/**
|
|
4890
|
+
* @internal
|
|
4891
|
+
*/
|
|
4892
|
+
export declare const GetIPSetResponseFilterSensitiveLog: (obj: GetIPSetResponse) => any;
|
|
4893
|
+
/**
|
|
4894
|
+
* @internal
|
|
4895
|
+
*/
|
|
4896
|
+
export declare const GetMalwareScanSettingsRequestFilterSensitiveLog: (obj: GetMalwareScanSettingsRequest) => any;
|
|
4897
|
+
/**
|
|
4898
|
+
* @internal
|
|
4899
|
+
*/
|
|
4900
|
+
export declare const ScanConditionPairFilterSensitiveLog: (obj: ScanConditionPair) => any;
|
|
4901
|
+
/**
|
|
4902
|
+
* @internal
|
|
4903
|
+
*/
|
|
4904
|
+
export declare const ScanConditionFilterSensitiveLog: (obj: ScanCondition) => any;
|
|
4905
|
+
/**
|
|
4906
|
+
* @internal
|
|
4907
|
+
*/
|
|
4908
|
+
export declare const ScanResourceCriteriaFilterSensitiveLog: (obj: ScanResourceCriteria) => any;
|
|
4909
|
+
/**
|
|
4910
|
+
* @internal
|
|
4911
|
+
*/
|
|
4912
|
+
export declare const GetMalwareScanSettingsResponseFilterSensitiveLog: (obj: GetMalwareScanSettingsResponse) => any;
|
|
4913
|
+
/**
|
|
4914
|
+
* @internal
|
|
4915
|
+
*/
|
|
4916
|
+
export declare const GetMasterAccountRequestFilterSensitiveLog: (obj: GetMasterAccountRequest) => any;
|
|
4917
|
+
/**
|
|
4918
|
+
* @internal
|
|
4919
|
+
*/
|
|
4920
|
+
export declare const MasterFilterSensitiveLog: (obj: Master) => any;
|
|
4921
|
+
/**
|
|
4922
|
+
* @internal
|
|
4923
|
+
*/
|
|
4924
|
+
export declare const GetMasterAccountResponseFilterSensitiveLog: (obj: GetMasterAccountResponse) => any;
|
|
4925
|
+
/**
|
|
4926
|
+
* @internal
|
|
4927
|
+
*/
|
|
4928
|
+
export declare const GetMemberDetectorsRequestFilterSensitiveLog: (obj: GetMemberDetectorsRequest) => any;
|
|
4929
|
+
/**
|
|
4930
|
+
* @internal
|
|
4931
|
+
*/
|
|
4932
|
+
export declare const MemberDataSourceConfigurationFilterSensitiveLog: (obj: MemberDataSourceConfiguration) => any;
|
|
4933
|
+
/**
|
|
4934
|
+
* @internal
|
|
4935
|
+
*/
|
|
4936
|
+
export declare const GetMemberDetectorsResponseFilterSensitiveLog: (obj: GetMemberDetectorsResponse) => any;
|
|
4937
|
+
/**
|
|
4938
|
+
* @internal
|
|
4939
|
+
*/
|
|
4940
|
+
export declare const GetMembersRequestFilterSensitiveLog: (obj: GetMembersRequest) => any;
|
|
4941
|
+
/**
|
|
4942
|
+
* @internal
|
|
4943
|
+
*/
|
|
4944
|
+
export declare const MemberFilterSensitiveLog: (obj: Member) => any;
|
|
4945
|
+
/**
|
|
4946
|
+
* @internal
|
|
4947
|
+
*/
|
|
4948
|
+
export declare const GetMembersResponseFilterSensitiveLog: (obj: GetMembersResponse) => any;
|
|
4949
|
+
/**
|
|
4950
|
+
* @internal
|
|
4951
|
+
*/
|
|
4952
|
+
export declare const GetRemainingFreeTrialDaysRequestFilterSensitiveLog: (obj: GetRemainingFreeTrialDaysRequest) => any;
|
|
4953
|
+
/**
|
|
4954
|
+
* @internal
|
|
4955
|
+
*/
|
|
4956
|
+
export declare const GetRemainingFreeTrialDaysResponseFilterSensitiveLog: (obj: GetRemainingFreeTrialDaysResponse) => any;
|
|
4957
|
+
/**
|
|
4958
|
+
* @internal
|
|
4959
|
+
*/
|
|
4960
|
+
export declare const GetThreatIntelSetRequestFilterSensitiveLog: (obj: GetThreatIntelSetRequest) => any;
|
|
4961
|
+
/**
|
|
4962
|
+
* @internal
|
|
4963
|
+
*/
|
|
4964
|
+
export declare const GetThreatIntelSetResponseFilterSensitiveLog: (obj: GetThreatIntelSetResponse) => any;
|
|
4965
|
+
/**
|
|
4966
|
+
* @internal
|
|
4967
|
+
*/
|
|
4968
|
+
export declare const UsageCriteriaFilterSensitiveLog: (obj: UsageCriteria) => any;
|
|
4969
|
+
/**
|
|
4970
|
+
* @internal
|
|
4971
|
+
*/
|
|
4972
|
+
export declare const GetUsageStatisticsRequestFilterSensitiveLog: (obj: GetUsageStatisticsRequest) => any;
|
|
4973
|
+
/**
|
|
4974
|
+
* @internal
|
|
4975
|
+
*/
|
|
4976
|
+
export declare const TotalFilterSensitiveLog: (obj: Total) => any;
|
|
4977
|
+
/**
|
|
4978
|
+
* @internal
|
|
4979
|
+
*/
|
|
4980
|
+
export declare const UsageAccountResultFilterSensitiveLog: (obj: UsageAccountResult) => any;
|
|
4981
|
+
/**
|
|
4982
|
+
* @internal
|
|
4983
|
+
*/
|
|
4984
|
+
export declare const UsageDataSourceResultFilterSensitiveLog: (obj: UsageDataSourceResult) => any;
|
|
4985
|
+
/**
|
|
4986
|
+
* @internal
|
|
4987
|
+
*/
|
|
4988
|
+
export declare const UsageResourceResultFilterSensitiveLog: (obj: UsageResourceResult) => any;
|
|
4989
|
+
/**
|
|
4990
|
+
* @internal
|
|
4991
|
+
*/
|
|
4992
|
+
export declare const UsageStatisticsFilterSensitiveLog: (obj: UsageStatistics) => any;
|
|
4993
|
+
/**
|
|
4994
|
+
* @internal
|
|
4995
|
+
*/
|
|
4996
|
+
export declare const GetUsageStatisticsResponseFilterSensitiveLog: (obj: GetUsageStatisticsResponse) => any;
|
|
4997
|
+
/**
|
|
4998
|
+
* @internal
|
|
4999
|
+
*/
|
|
5000
|
+
export declare const InviteMembersRequestFilterSensitiveLog: (obj: InviteMembersRequest) => any;
|
|
5001
|
+
/**
|
|
5002
|
+
* @internal
|
|
5003
|
+
*/
|
|
5004
|
+
export declare const InviteMembersResponseFilterSensitiveLog: (obj: InviteMembersResponse) => any;
|
|
5005
|
+
/**
|
|
5006
|
+
* @internal
|
|
5007
|
+
*/
|
|
5008
|
+
export declare const ListDetectorsRequestFilterSensitiveLog: (obj: ListDetectorsRequest) => any;
|
|
5009
|
+
/**
|
|
5010
|
+
* @internal
|
|
5011
|
+
*/
|
|
5012
|
+
export declare const ListDetectorsResponseFilterSensitiveLog: (obj: ListDetectorsResponse) => any;
|
|
5013
|
+
/**
|
|
5014
|
+
* @internal
|
|
5015
|
+
*/
|
|
5016
|
+
export declare const ListFiltersRequestFilterSensitiveLog: (obj: ListFiltersRequest) => any;
|
|
5017
|
+
/**
|
|
5018
|
+
* @internal
|
|
5019
|
+
*/
|
|
5020
|
+
export declare const ListFiltersResponseFilterSensitiveLog: (obj: ListFiltersResponse) => any;
|
|
5021
|
+
/**
|
|
5022
|
+
* @internal
|
|
5023
|
+
*/
|
|
5024
|
+
export declare const ListFindingsRequestFilterSensitiveLog: (obj: ListFindingsRequest) => any;
|
|
5025
|
+
/**
|
|
5026
|
+
* @internal
|
|
5027
|
+
*/
|
|
5028
|
+
export declare const ListFindingsResponseFilterSensitiveLog: (obj: ListFindingsResponse) => any;
|
|
5029
|
+
/**
|
|
5030
|
+
* @internal
|
|
5031
|
+
*/
|
|
5032
|
+
export declare const ListInvitationsRequestFilterSensitiveLog: (obj: ListInvitationsRequest) => any;
|
|
5033
|
+
/**
|
|
5034
|
+
* @internal
|
|
5035
|
+
*/
|
|
5036
|
+
export declare const InvitationFilterSensitiveLog: (obj: Invitation) => any;
|
|
5037
|
+
/**
|
|
5038
|
+
* @internal
|
|
5039
|
+
*/
|
|
5040
|
+
export declare const ListInvitationsResponseFilterSensitiveLog: (obj: ListInvitationsResponse) => any;
|
|
5041
|
+
/**
|
|
5042
|
+
* @internal
|
|
5043
|
+
*/
|
|
5044
|
+
export declare const ListIPSetsRequestFilterSensitiveLog: (obj: ListIPSetsRequest) => any;
|
|
5045
|
+
/**
|
|
5046
|
+
* @internal
|
|
5047
|
+
*/
|
|
5048
|
+
export declare const ListIPSetsResponseFilterSensitiveLog: (obj: ListIPSetsResponse) => any;
|
|
5049
|
+
/**
|
|
5050
|
+
* @internal
|
|
5051
|
+
*/
|
|
5052
|
+
export declare const ListMembersRequestFilterSensitiveLog: (obj: ListMembersRequest) => any;
|
|
5053
|
+
/**
|
|
5054
|
+
* @internal
|
|
5055
|
+
*/
|
|
5056
|
+
export declare const ListMembersResponseFilterSensitiveLog: (obj: ListMembersResponse) => any;
|
|
5057
|
+
/**
|
|
5058
|
+
* @internal
|
|
5059
|
+
*/
|
|
5060
|
+
export declare const ListOrganizationAdminAccountsRequestFilterSensitiveLog: (obj: ListOrganizationAdminAccountsRequest) => any;
|
|
5061
|
+
/**
|
|
5062
|
+
* @internal
|
|
5063
|
+
*/
|
|
5064
|
+
export declare const ListOrganizationAdminAccountsResponseFilterSensitiveLog: (obj: ListOrganizationAdminAccountsResponse) => any;
|
|
5065
|
+
/**
|
|
5066
|
+
* @internal
|
|
5067
|
+
*/
|
|
5068
|
+
export declare const ListPublishingDestinationsRequestFilterSensitiveLog: (obj: ListPublishingDestinationsRequest) => any;
|
|
5069
|
+
/**
|
|
5070
|
+
* @internal
|
|
5071
|
+
*/
|
|
5072
|
+
export declare const ListPublishingDestinationsResponseFilterSensitiveLog: (obj: ListPublishingDestinationsResponse) => any;
|
|
5073
|
+
/**
|
|
5074
|
+
* @internal
|
|
5075
|
+
*/
|
|
5076
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
5077
|
+
/**
|
|
5078
|
+
* @internal
|
|
5079
|
+
*/
|
|
5080
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
5081
|
+
/**
|
|
5082
|
+
* @internal
|
|
5083
|
+
*/
|
|
5084
|
+
export declare const ListThreatIntelSetsRequestFilterSensitiveLog: (obj: ListThreatIntelSetsRequest) => any;
|
|
5085
|
+
/**
|
|
5086
|
+
* @internal
|
|
5087
|
+
*/
|
|
5088
|
+
export declare const ListThreatIntelSetsResponseFilterSensitiveLog: (obj: ListThreatIntelSetsResponse) => any;
|
|
5089
|
+
/**
|
|
5090
|
+
* @internal
|
|
5091
|
+
*/
|
|
5092
|
+
export declare const StartMonitoringMembersRequestFilterSensitiveLog: (obj: StartMonitoringMembersRequest) => any;
|
|
5093
|
+
/**
|
|
5094
|
+
* @internal
|
|
5095
|
+
*/
|
|
5096
|
+
export declare const StartMonitoringMembersResponseFilterSensitiveLog: (obj: StartMonitoringMembersResponse) => any;
|
|
5097
|
+
/**
|
|
5098
|
+
* @internal
|
|
5099
|
+
*/
|
|
5100
|
+
export declare const StopMonitoringMembersRequestFilterSensitiveLog: (obj: StopMonitoringMembersRequest) => any;
|
|
5101
|
+
/**
|
|
5102
|
+
* @internal
|
|
5103
|
+
*/
|
|
5104
|
+
export declare const StopMonitoringMembersResponseFilterSensitiveLog: (obj: StopMonitoringMembersResponse) => any;
|
|
5105
|
+
/**
|
|
5106
|
+
* @internal
|
|
5107
|
+
*/
|
|
5108
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
5109
|
+
/**
|
|
5110
|
+
* @internal
|
|
5111
|
+
*/
|
|
5112
|
+
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
5113
|
+
/**
|
|
5114
|
+
* @internal
|
|
5115
|
+
*/
|
|
5116
|
+
export declare const UnarchiveFindingsRequestFilterSensitiveLog: (obj: UnarchiveFindingsRequest) => any;
|
|
5117
|
+
/**
|
|
5118
|
+
* @internal
|
|
5119
|
+
*/
|
|
5120
|
+
export declare const UnarchiveFindingsResponseFilterSensitiveLog: (obj: UnarchiveFindingsResponse) => any;
|
|
5121
|
+
/**
|
|
5122
|
+
* @internal
|
|
5123
|
+
*/
|
|
5124
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
5125
|
+
/**
|
|
5126
|
+
* @internal
|
|
5127
|
+
*/
|
|
5128
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
5129
|
+
/**
|
|
5130
|
+
* @internal
|
|
5131
|
+
*/
|
|
5132
|
+
export declare const UpdateDetectorRequestFilterSensitiveLog: (obj: UpdateDetectorRequest) => any;
|
|
5133
|
+
/**
|
|
5134
|
+
* @internal
|
|
5135
|
+
*/
|
|
5136
|
+
export declare const UpdateDetectorResponseFilterSensitiveLog: (obj: UpdateDetectorResponse) => any;
|
|
5137
|
+
/**
|
|
5138
|
+
* @internal
|
|
5139
|
+
*/
|
|
5140
|
+
export declare const UpdateFilterRequestFilterSensitiveLog: (obj: UpdateFilterRequest) => any;
|
|
5141
|
+
/**
|
|
5142
|
+
* @internal
|
|
5143
|
+
*/
|
|
5144
|
+
export declare const UpdateFilterResponseFilterSensitiveLog: (obj: UpdateFilterResponse) => any;
|
|
5145
|
+
/**
|
|
5146
|
+
* @internal
|
|
5147
|
+
*/
|
|
5148
|
+
export declare const UpdateFindingsFeedbackRequestFilterSensitiveLog: (obj: UpdateFindingsFeedbackRequest) => any;
|
|
5149
|
+
/**
|
|
5150
|
+
* @internal
|
|
5151
|
+
*/
|
|
5152
|
+
export declare const UpdateFindingsFeedbackResponseFilterSensitiveLog: (obj: UpdateFindingsFeedbackResponse) => any;
|
|
5153
|
+
/**
|
|
5154
|
+
* @internal
|
|
5155
|
+
*/
|
|
5156
|
+
export declare const UpdateIPSetRequestFilterSensitiveLog: (obj: UpdateIPSetRequest) => any;
|
|
5157
|
+
/**
|
|
5158
|
+
* @internal
|
|
5159
|
+
*/
|
|
5160
|
+
export declare const UpdateIPSetResponseFilterSensitiveLog: (obj: UpdateIPSetResponse) => any;
|
|
5161
|
+
/**
|
|
5162
|
+
* @internal
|
|
5163
|
+
*/
|
|
5164
|
+
export declare const UpdateMalwareScanSettingsRequestFilterSensitiveLog: (obj: UpdateMalwareScanSettingsRequest) => any;
|
|
5165
|
+
/**
|
|
5166
|
+
* @internal
|
|
5167
|
+
*/
|
|
5168
|
+
export declare const UpdateMalwareScanSettingsResponseFilterSensitiveLog: (obj: UpdateMalwareScanSettingsResponse) => any;
|
|
5169
|
+
/**
|
|
5170
|
+
* @internal
|
|
5171
|
+
*/
|
|
5172
|
+
export declare const UpdateMemberDetectorsRequestFilterSensitiveLog: (obj: UpdateMemberDetectorsRequest) => any;
|
|
5173
|
+
/**
|
|
5174
|
+
* @internal
|
|
5175
|
+
*/
|
|
5176
|
+
export declare const UpdateMemberDetectorsResponseFilterSensitiveLog: (obj: UpdateMemberDetectorsResponse) => any;
|
|
5177
|
+
/**
|
|
5178
|
+
* @internal
|
|
5179
|
+
*/
|
|
5180
|
+
export declare const OrganizationKubernetesAuditLogsConfigurationFilterSensitiveLog: (obj: OrganizationKubernetesAuditLogsConfiguration) => any;
|
|
5181
|
+
/**
|
|
5182
|
+
* @internal
|
|
5183
|
+
*/
|
|
5184
|
+
export declare const OrganizationKubernetesConfigurationFilterSensitiveLog: (obj: OrganizationKubernetesConfiguration) => any;
|
|
5185
|
+
/**
|
|
5186
|
+
* @internal
|
|
5187
|
+
*/
|
|
5188
|
+
export declare const OrganizationEbsVolumesFilterSensitiveLog: (obj: OrganizationEbsVolumes) => any;
|
|
5189
|
+
/**
|
|
5190
|
+
* @internal
|
|
5191
|
+
*/
|
|
5192
|
+
export declare const OrganizationScanEc2InstanceWithFindingsFilterSensitiveLog: (obj: OrganizationScanEc2InstanceWithFindings) => any;
|
|
5193
|
+
/**
|
|
5194
|
+
* @internal
|
|
5195
|
+
*/
|
|
5196
|
+
export declare const OrganizationMalwareProtectionConfigurationFilterSensitiveLog: (obj: OrganizationMalwareProtectionConfiguration) => any;
|
|
5197
|
+
/**
|
|
5198
|
+
* @internal
|
|
5199
|
+
*/
|
|
5200
|
+
export declare const OrganizationS3LogsConfigurationFilterSensitiveLog: (obj: OrganizationS3LogsConfiguration) => any;
|
|
5201
|
+
/**
|
|
5202
|
+
* @internal
|
|
5203
|
+
*/
|
|
5204
|
+
export declare const OrganizationDataSourceConfigurationsFilterSensitiveLog: (obj: OrganizationDataSourceConfigurations) => any;
|
|
5205
|
+
/**
|
|
5206
|
+
* @internal
|
|
5207
|
+
*/
|
|
5208
|
+
export declare const UpdateOrganizationConfigurationRequestFilterSensitiveLog: (obj: UpdateOrganizationConfigurationRequest) => any;
|
|
5209
|
+
/**
|
|
5210
|
+
* @internal
|
|
5211
|
+
*/
|
|
5212
|
+
export declare const UpdateOrganizationConfigurationResponseFilterSensitiveLog: (obj: UpdateOrganizationConfigurationResponse) => any;
|
|
5213
|
+
/**
|
|
5214
|
+
* @internal
|
|
5215
|
+
*/
|
|
5216
|
+
export declare const UpdatePublishingDestinationRequestFilterSensitiveLog: (obj: UpdatePublishingDestinationRequest) => any;
|
|
5217
|
+
/**
|
|
5218
|
+
* @internal
|
|
5219
|
+
*/
|
|
5220
|
+
export declare const UpdatePublishingDestinationResponseFilterSensitiveLog: (obj: UpdatePublishingDestinationResponse) => any;
|
|
5221
|
+
/**
|
|
5222
|
+
* @internal
|
|
5223
|
+
*/
|
|
5224
|
+
export declare const UpdateThreatIntelSetRequestFilterSensitiveLog: (obj: UpdateThreatIntelSetRequest) => any;
|
|
5225
|
+
/**
|
|
5226
|
+
* @internal
|
|
5227
|
+
*/
|
|
5228
|
+
export declare const UpdateThreatIntelSetResponseFilterSensitiveLog: (obj: UpdateThreatIntelSetResponse) => any;
|