@aws-sdk/client-guardduty 3.687.0 → 3.692.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/dist-types/models/models_0.d.ts +660 -660
- package/dist-types/models/models_1.d.ts +131 -131
- package/dist-types/ts3.4/models/models_0.d.ts +670 -660
- package/dist-types/ts3.4/models/models_1.d.ts +133 -131
- package/package.json +35 -35
|
@@ -11,13 +11,13 @@ export interface OrganizationDetails {
|
|
|
11
11
|
* UTC format.</p>
|
|
12
12
|
* @public
|
|
13
13
|
*/
|
|
14
|
-
UpdatedAt?: Date;
|
|
14
|
+
UpdatedAt?: Date | undefined;
|
|
15
15
|
/**
|
|
16
16
|
* <p>Information about the GuardDuty coverage statistics
|
|
17
17
|
* for members in your Amazon Web Services organization.</p>
|
|
18
18
|
* @public
|
|
19
19
|
*/
|
|
20
|
-
OrganizationStatistics?: OrganizationStatistics;
|
|
20
|
+
OrganizationStatistics?: OrganizationStatistics | undefined;
|
|
21
21
|
}
|
|
22
22
|
/**
|
|
23
23
|
* @public
|
|
@@ -27,7 +27,7 @@ export interface GetOrganizationStatisticsResponse {
|
|
|
27
27
|
* <p>Information about the statistics report for your organization.</p>
|
|
28
28
|
* @public
|
|
29
29
|
*/
|
|
30
|
-
OrganizationDetails?: OrganizationDetails;
|
|
30
|
+
OrganizationDetails?: OrganizationDetails | undefined;
|
|
31
31
|
}
|
|
32
32
|
/**
|
|
33
33
|
* @public
|
|
@@ -44,7 +44,7 @@ export interface GetRemainingFreeTrialDaysRequest {
|
|
|
44
44
|
* <p>A list of account identifiers of the GuardDuty member account.</p>
|
|
45
45
|
* @public
|
|
46
46
|
*/
|
|
47
|
-
AccountIds?: string[];
|
|
47
|
+
AccountIds?: string[] | undefined;
|
|
48
48
|
}
|
|
49
49
|
/**
|
|
50
50
|
* @public
|
|
@@ -55,13 +55,13 @@ export interface GetRemainingFreeTrialDaysResponse {
|
|
|
55
55
|
* successfully.</p>
|
|
56
56
|
* @public
|
|
57
57
|
*/
|
|
58
|
-
Accounts?: AccountFreeTrialInfo[];
|
|
58
|
+
Accounts?: AccountFreeTrialInfo[] | undefined;
|
|
59
59
|
/**
|
|
60
60
|
* <p>The member account that was included in a request but for which the request could not be
|
|
61
61
|
* processed.</p>
|
|
62
62
|
* @public
|
|
63
63
|
*/
|
|
64
|
-
UnprocessedAccounts?: UnprocessedAccount[];
|
|
64
|
+
UnprocessedAccounts?: UnprocessedAccount[] | undefined;
|
|
65
65
|
}
|
|
66
66
|
/**
|
|
67
67
|
* @public
|
|
@@ -126,7 +126,7 @@ export interface GetThreatIntelSetResponse {
|
|
|
126
126
|
* <p>The tags of the threat list resource.</p>
|
|
127
127
|
* @public
|
|
128
128
|
*/
|
|
129
|
-
Tags?: Record<string, string
|
|
129
|
+
Tags?: Record<string, string> | undefined;
|
|
130
130
|
}
|
|
131
131
|
/**
|
|
132
132
|
* @public
|
|
@@ -160,25 +160,25 @@ export interface UsageCriteria {
|
|
|
160
160
|
* <p>The account IDs to aggregate usage statistics from.</p>
|
|
161
161
|
* @public
|
|
162
162
|
*/
|
|
163
|
-
AccountIds?: string[];
|
|
163
|
+
AccountIds?: string[] | undefined;
|
|
164
164
|
/**
|
|
165
165
|
* @deprecated
|
|
166
166
|
*
|
|
167
167
|
* <p>The data sources to aggregate usage statistics from.</p>
|
|
168
168
|
* @public
|
|
169
169
|
*/
|
|
170
|
-
DataSources?: DataSource[];
|
|
170
|
+
DataSources?: DataSource[] | undefined;
|
|
171
171
|
/**
|
|
172
172
|
* <p>The resources to aggregate usage statistics from. Only accepts exact resource
|
|
173
173
|
* names.</p>
|
|
174
174
|
* @public
|
|
175
175
|
*/
|
|
176
|
-
Resources?: string[];
|
|
176
|
+
Resources?: string[] | undefined;
|
|
177
177
|
/**
|
|
178
178
|
* <p>The features to aggregate usage statistics from.</p>
|
|
179
179
|
* @public
|
|
180
180
|
*/
|
|
181
|
-
Features?: UsageFeature[];
|
|
181
|
+
Features?: UsageFeature[] | undefined;
|
|
182
182
|
}
|
|
183
183
|
/**
|
|
184
184
|
* @public
|
|
@@ -223,12 +223,12 @@ export interface GetUsageStatisticsRequest {
|
|
|
223
223
|
* are USD.</p>
|
|
224
224
|
* @public
|
|
225
225
|
*/
|
|
226
|
-
Unit?: string;
|
|
226
|
+
Unit?: string | undefined;
|
|
227
227
|
/**
|
|
228
228
|
* <p>The maximum number of results to return in the response.</p>
|
|
229
229
|
* @public
|
|
230
230
|
*/
|
|
231
|
-
MaxResults?: number;
|
|
231
|
+
MaxResults?: number | undefined;
|
|
232
232
|
/**
|
|
233
233
|
* <p>A token to use for paginating results that are returned in the response. Set the value of
|
|
234
234
|
* this parameter to null for the first request to a list action. For subsequent calls, use the
|
|
@@ -236,7 +236,7 @@ export interface GetUsageStatisticsRequest {
|
|
|
236
236
|
* page.</p>
|
|
237
237
|
* @public
|
|
238
238
|
*/
|
|
239
|
-
NextToken?: string;
|
|
239
|
+
NextToken?: string | undefined;
|
|
240
240
|
}
|
|
241
241
|
/**
|
|
242
242
|
* <p>Contains the total usage with the corresponding currency unit for that value.</p>
|
|
@@ -247,12 +247,12 @@ export interface Total {
|
|
|
247
247
|
* <p>The total usage.</p>
|
|
248
248
|
* @public
|
|
249
249
|
*/
|
|
250
|
-
Amount?: string;
|
|
250
|
+
Amount?: string | undefined;
|
|
251
251
|
/**
|
|
252
252
|
* <p>The currency unit that the amount is given in.</p>
|
|
253
253
|
* @public
|
|
254
254
|
*/
|
|
255
|
-
Unit?: string;
|
|
255
|
+
Unit?: string | undefined;
|
|
256
256
|
}
|
|
257
257
|
/**
|
|
258
258
|
* <p>Contains information on the total of usage based on account IDs.</p>
|
|
@@ -263,12 +263,12 @@ export interface UsageAccountResult {
|
|
|
263
263
|
* <p>The Account ID that generated usage.</p>
|
|
264
264
|
* @public
|
|
265
265
|
*/
|
|
266
|
-
AccountId?: string;
|
|
266
|
+
AccountId?: string | undefined;
|
|
267
267
|
/**
|
|
268
268
|
* <p>Represents the total of usage for the Account ID.</p>
|
|
269
269
|
* @public
|
|
270
270
|
*/
|
|
271
|
-
Total?: Total;
|
|
271
|
+
Total?: Total | undefined;
|
|
272
272
|
}
|
|
273
273
|
/**
|
|
274
274
|
* <p>Contains information on the result of usage based on data source type.</p>
|
|
@@ -279,12 +279,12 @@ export interface UsageDataSourceResult {
|
|
|
279
279
|
* <p>The data source type that generated usage.</p>
|
|
280
280
|
* @public
|
|
281
281
|
*/
|
|
282
|
-
DataSource?: DataSource;
|
|
282
|
+
DataSource?: DataSource | undefined;
|
|
283
283
|
/**
|
|
284
284
|
* <p>Represents the total of usage for the specified data source.</p>
|
|
285
285
|
* @public
|
|
286
286
|
*/
|
|
287
|
-
Total?: Total;
|
|
287
|
+
Total?: Total | undefined;
|
|
288
288
|
}
|
|
289
289
|
/**
|
|
290
290
|
* <p>Contains information about the result of the total usage based on the feature.</p>
|
|
@@ -295,12 +295,12 @@ export interface UsageFeatureResult {
|
|
|
295
295
|
* <p>The feature that generated the usage cost.</p>
|
|
296
296
|
* @public
|
|
297
297
|
*/
|
|
298
|
-
Feature?: UsageFeature;
|
|
298
|
+
Feature?: UsageFeature | undefined;
|
|
299
299
|
/**
|
|
300
300
|
* <p>Contains the total usage with the corresponding currency unit for that value.</p>
|
|
301
301
|
* @public
|
|
302
302
|
*/
|
|
303
|
-
Total?: Total;
|
|
303
|
+
Total?: Total | undefined;
|
|
304
304
|
}
|
|
305
305
|
/**
|
|
306
306
|
* <p>Contains information on the sum of usage based on an Amazon Web Services resource.</p>
|
|
@@ -311,12 +311,12 @@ export interface UsageResourceResult {
|
|
|
311
311
|
* <p>The Amazon Web Services resource that generated usage.</p>
|
|
312
312
|
* @public
|
|
313
313
|
*/
|
|
314
|
-
Resource?: string;
|
|
314
|
+
Resource?: string | undefined;
|
|
315
315
|
/**
|
|
316
316
|
* <p>Represents the sum total of usage for the specified resource type.</p>
|
|
317
317
|
* @public
|
|
318
318
|
*/
|
|
319
|
-
Total?: Total;
|
|
319
|
+
Total?: Total | undefined;
|
|
320
320
|
}
|
|
321
321
|
/**
|
|
322
322
|
* <p>Contains information on the total of usage based on the topmost 50
|
|
@@ -328,12 +328,12 @@ export interface UsageTopAccountResult {
|
|
|
328
328
|
* <p>The unique account ID.</p>
|
|
329
329
|
* @public
|
|
330
330
|
*/
|
|
331
|
-
AccountId?: string;
|
|
331
|
+
AccountId?: string | undefined;
|
|
332
332
|
/**
|
|
333
333
|
* <p>Contains the total usage with the corresponding currency unit for that value.</p>
|
|
334
334
|
* @public
|
|
335
335
|
*/
|
|
336
|
-
Total?: Total;
|
|
336
|
+
Total?: Total | undefined;
|
|
337
337
|
}
|
|
338
338
|
/**
|
|
339
339
|
* <p>Information about the usage statistics, calculated
|
|
@@ -348,12 +348,12 @@ export interface UsageTopAccountsResult {
|
|
|
348
348
|
* with <code>topAccountsByFeature</code>.</p>
|
|
349
349
|
* @public
|
|
350
350
|
*/
|
|
351
|
-
Feature?: UsageFeature;
|
|
351
|
+
Feature?: UsageFeature | undefined;
|
|
352
352
|
/**
|
|
353
353
|
* <p>The accounts that contributed to the total usage cost.</p>
|
|
354
354
|
* @public
|
|
355
355
|
*/
|
|
356
|
-
Accounts?: UsageTopAccountResult[];
|
|
356
|
+
Accounts?: UsageTopAccountResult[] | undefined;
|
|
357
357
|
}
|
|
358
358
|
/**
|
|
359
359
|
* <p>Contains the result of GuardDuty usage. If a UsageStatisticType is provided the result for
|
|
@@ -365,35 +365,35 @@ export interface UsageStatistics {
|
|
|
365
365
|
* <p>The usage statistic sum organized by account ID.</p>
|
|
366
366
|
* @public
|
|
367
367
|
*/
|
|
368
|
-
SumByAccount?: UsageAccountResult[];
|
|
368
|
+
SumByAccount?: UsageAccountResult[] | undefined;
|
|
369
369
|
/**
|
|
370
370
|
* <p>Lists the top 50 accounts by feature that have generated the most
|
|
371
371
|
* GuardDuty usage, in the order from most to least expensive.</p>
|
|
372
372
|
* <p>Currently, this doesn't support <code>RDS_LOGIN_EVENTS</code>.</p>
|
|
373
373
|
* @public
|
|
374
374
|
*/
|
|
375
|
-
TopAccountsByFeature?: UsageTopAccountsResult[];
|
|
375
|
+
TopAccountsByFeature?: UsageTopAccountsResult[] | undefined;
|
|
376
376
|
/**
|
|
377
377
|
* <p>The usage statistic sum organized by on data source.</p>
|
|
378
378
|
* @public
|
|
379
379
|
*/
|
|
380
|
-
SumByDataSource?: UsageDataSourceResult[];
|
|
380
|
+
SumByDataSource?: UsageDataSourceResult[] | undefined;
|
|
381
381
|
/**
|
|
382
382
|
* <p>The usage statistic sum organized by resource.</p>
|
|
383
383
|
* @public
|
|
384
384
|
*/
|
|
385
|
-
SumByResource?: UsageResourceResult[];
|
|
385
|
+
SumByResource?: UsageResourceResult[] | undefined;
|
|
386
386
|
/**
|
|
387
387
|
* <p>Lists the top 50 resources that have generated the most GuardDuty usage, in order from
|
|
388
388
|
* most to least expensive.</p>
|
|
389
389
|
* @public
|
|
390
390
|
*/
|
|
391
|
-
TopResources?: UsageResourceResult[];
|
|
391
|
+
TopResources?: UsageResourceResult[] | undefined;
|
|
392
392
|
/**
|
|
393
393
|
* <p>The usage statistic sum organized by feature.</p>
|
|
394
394
|
* @public
|
|
395
395
|
*/
|
|
396
|
-
SumByFeature?: UsageFeatureResult[];
|
|
396
|
+
SumByFeature?: UsageFeatureResult[] | undefined;
|
|
397
397
|
}
|
|
398
398
|
/**
|
|
399
399
|
* @public
|
|
@@ -404,13 +404,13 @@ export interface GetUsageStatisticsResponse {
|
|
|
404
404
|
* representing other types will be null.</p>
|
|
405
405
|
* @public
|
|
406
406
|
*/
|
|
407
|
-
UsageStatistics?: UsageStatistics;
|
|
407
|
+
UsageStatistics?: UsageStatistics | undefined;
|
|
408
408
|
/**
|
|
409
409
|
* <p>The pagination parameter to be used on the next list operation to retrieve more
|
|
410
410
|
* items.</p>
|
|
411
411
|
* @public
|
|
412
412
|
*/
|
|
413
|
-
NextToken?: string;
|
|
413
|
+
NextToken?: string | undefined;
|
|
414
414
|
}
|
|
415
415
|
/**
|
|
416
416
|
* @public
|
|
@@ -434,13 +434,13 @@ export interface InviteMembersRequest {
|
|
|
434
434
|
* accounts that you are inviting to GuardDuty as members.</p>
|
|
435
435
|
* @public
|
|
436
436
|
*/
|
|
437
|
-
DisableEmailNotification?: boolean;
|
|
437
|
+
DisableEmailNotification?: boolean | undefined;
|
|
438
438
|
/**
|
|
439
439
|
* <p>The invitation message that you want to send to the accounts that you're inviting to
|
|
440
440
|
* GuardDuty as members.</p>
|
|
441
441
|
* @public
|
|
442
442
|
*/
|
|
443
|
-
Message?: string;
|
|
443
|
+
Message?: string | undefined;
|
|
444
444
|
}
|
|
445
445
|
/**
|
|
446
446
|
* @public
|
|
@@ -471,22 +471,22 @@ export interface ListCoverageRequest {
|
|
|
471
471
|
* page.</p>
|
|
472
472
|
* @public
|
|
473
473
|
*/
|
|
474
|
-
NextToken?: string;
|
|
474
|
+
NextToken?: string | undefined;
|
|
475
475
|
/**
|
|
476
476
|
* <p>The maximum number of results to return in the response.</p>
|
|
477
477
|
* @public
|
|
478
478
|
*/
|
|
479
|
-
MaxResults?: number;
|
|
479
|
+
MaxResults?: number | undefined;
|
|
480
480
|
/**
|
|
481
481
|
* <p>Represents the criteria used to filter the coverage details.</p>
|
|
482
482
|
* @public
|
|
483
483
|
*/
|
|
484
|
-
FilterCriteria?: CoverageFilterCriteria;
|
|
484
|
+
FilterCriteria?: CoverageFilterCriteria | undefined;
|
|
485
485
|
/**
|
|
486
486
|
* <p>Represents the criteria used to sort the coverage details.</p>
|
|
487
487
|
* @public
|
|
488
488
|
*/
|
|
489
|
-
SortCriteria?: CoverageSortCriteria;
|
|
489
|
+
SortCriteria?: CoverageSortCriteria | undefined;
|
|
490
490
|
}
|
|
491
491
|
/**
|
|
492
492
|
* @public
|
|
@@ -502,7 +502,7 @@ export interface ListCoverageResponse {
|
|
|
502
502
|
* items.</p>
|
|
503
503
|
* @public
|
|
504
504
|
*/
|
|
505
|
-
NextToken?: string;
|
|
505
|
+
NextToken?: string | undefined;
|
|
506
506
|
}
|
|
507
507
|
/**
|
|
508
508
|
* @public
|
|
@@ -513,7 +513,7 @@ export interface ListDetectorsRequest {
|
|
|
513
513
|
* response. The default value is 50. The maximum value is 50.</p>
|
|
514
514
|
* @public
|
|
515
515
|
*/
|
|
516
|
-
MaxResults?: number;
|
|
516
|
+
MaxResults?: number | undefined;
|
|
517
517
|
/**
|
|
518
518
|
* <p>You can use this parameter when paginating results. Set the value of this parameter to
|
|
519
519
|
* null on your first call to the list action. For subsequent calls to the action, fill nextToken
|
|
@@ -521,7 +521,7 @@ export interface ListDetectorsRequest {
|
|
|
521
521
|
* data.</p>
|
|
522
522
|
* @public
|
|
523
523
|
*/
|
|
524
|
-
NextToken?: string;
|
|
524
|
+
NextToken?: string | undefined;
|
|
525
525
|
}
|
|
526
526
|
/**
|
|
527
527
|
* @public
|
|
@@ -537,7 +537,7 @@ export interface ListDetectorsResponse {
|
|
|
537
537
|
* items.</p>
|
|
538
538
|
* @public
|
|
539
539
|
*/
|
|
540
|
-
NextToken?: string;
|
|
540
|
+
NextToken?: string | undefined;
|
|
541
541
|
}
|
|
542
542
|
/**
|
|
543
543
|
* @public
|
|
@@ -555,7 +555,7 @@ export interface ListFiltersRequest {
|
|
|
555
555
|
* response. The default value is 50. The maximum value is 50.</p>
|
|
556
556
|
* @public
|
|
557
557
|
*/
|
|
558
|
-
MaxResults?: number;
|
|
558
|
+
MaxResults?: number | undefined;
|
|
559
559
|
/**
|
|
560
560
|
* <p>You can use this parameter when paginating results. Set the value of this parameter to
|
|
561
561
|
* null on your first call to the list action. For subsequent calls to the action, fill nextToken
|
|
@@ -563,7 +563,7 @@ export interface ListFiltersRequest {
|
|
|
563
563
|
* data.</p>
|
|
564
564
|
* @public
|
|
565
565
|
*/
|
|
566
|
-
NextToken?: string;
|
|
566
|
+
NextToken?: string | undefined;
|
|
567
567
|
}
|
|
568
568
|
/**
|
|
569
569
|
* @public
|
|
@@ -579,7 +579,7 @@ export interface ListFiltersResponse {
|
|
|
579
579
|
* items.</p>
|
|
580
580
|
* @public
|
|
581
581
|
*/
|
|
582
|
-
NextToken?: string;
|
|
582
|
+
NextToken?: string | undefined;
|
|
583
583
|
}
|
|
584
584
|
/**
|
|
585
585
|
* @public
|
|
@@ -753,18 +753,18 @@ export interface ListFindingsRequest {
|
|
|
753
753
|
* </ul>
|
|
754
754
|
* @public
|
|
755
755
|
*/
|
|
756
|
-
FindingCriteria?: FindingCriteria;
|
|
756
|
+
FindingCriteria?: FindingCriteria | undefined;
|
|
757
757
|
/**
|
|
758
758
|
* <p>Represents the criteria used for sorting findings.</p>
|
|
759
759
|
* @public
|
|
760
760
|
*/
|
|
761
|
-
SortCriteria?: SortCriteria;
|
|
761
|
+
SortCriteria?: SortCriteria | undefined;
|
|
762
762
|
/**
|
|
763
763
|
* <p>You can use this parameter to indicate the maximum number of items you want in the
|
|
764
764
|
* response. The default value is 50. The maximum value is 50.</p>
|
|
765
765
|
* @public
|
|
766
766
|
*/
|
|
767
|
-
MaxResults?: number;
|
|
767
|
+
MaxResults?: number | undefined;
|
|
768
768
|
/**
|
|
769
769
|
* <p>You can use this parameter when paginating results. Set the value of this parameter to
|
|
770
770
|
* null on your first call to the list action. For subsequent calls to the action, fill nextToken
|
|
@@ -772,7 +772,7 @@ export interface ListFindingsRequest {
|
|
|
772
772
|
* data.</p>
|
|
773
773
|
* @public
|
|
774
774
|
*/
|
|
775
|
-
NextToken?: string;
|
|
775
|
+
NextToken?: string | undefined;
|
|
776
776
|
}
|
|
777
777
|
/**
|
|
778
778
|
* @public
|
|
@@ -788,7 +788,7 @@ export interface ListFindingsResponse {
|
|
|
788
788
|
* items.</p>
|
|
789
789
|
* @public
|
|
790
790
|
*/
|
|
791
|
-
NextToken?: string;
|
|
791
|
+
NextToken?: string | undefined;
|
|
792
792
|
}
|
|
793
793
|
/**
|
|
794
794
|
* @public
|
|
@@ -799,7 +799,7 @@ export interface ListInvitationsRequest {
|
|
|
799
799
|
* response. The default value is 50. The maximum value is 50.</p>
|
|
800
800
|
* @public
|
|
801
801
|
*/
|
|
802
|
-
MaxResults?: number;
|
|
802
|
+
MaxResults?: number | undefined;
|
|
803
803
|
/**
|
|
804
804
|
* <p>You can use this parameter when paginating results. Set the value of this parameter to
|
|
805
805
|
* null on your first call to the list action. For subsequent calls to the action, fill nextToken
|
|
@@ -807,7 +807,7 @@ export interface ListInvitationsRequest {
|
|
|
807
807
|
* data.</p>
|
|
808
808
|
* @public
|
|
809
809
|
*/
|
|
810
|
-
NextToken?: string;
|
|
810
|
+
NextToken?: string | undefined;
|
|
811
811
|
}
|
|
812
812
|
/**
|
|
813
813
|
* <p>Contains information about the invitation to become a member account.</p>
|
|
@@ -818,23 +818,23 @@ export interface Invitation {
|
|
|
818
818
|
* <p>The ID of the account that the invitation was sent from.</p>
|
|
819
819
|
* @public
|
|
820
820
|
*/
|
|
821
|
-
AccountId?: string;
|
|
821
|
+
AccountId?: string | undefined;
|
|
822
822
|
/**
|
|
823
823
|
* <p>The ID of the invitation. This value is used to validate the inviter account to the member
|
|
824
824
|
* account.</p>
|
|
825
825
|
* @public
|
|
826
826
|
*/
|
|
827
|
-
InvitationId?: string;
|
|
827
|
+
InvitationId?: string | undefined;
|
|
828
828
|
/**
|
|
829
829
|
* <p>The status of the relationship between the inviter and invitee accounts.</p>
|
|
830
830
|
* @public
|
|
831
831
|
*/
|
|
832
|
-
RelationshipStatus?: string;
|
|
832
|
+
RelationshipStatus?: string | undefined;
|
|
833
833
|
/**
|
|
834
834
|
* <p>The timestamp when the invitation was sent.</p>
|
|
835
835
|
* @public
|
|
836
836
|
*/
|
|
837
|
-
InvitedAt?: string;
|
|
837
|
+
InvitedAt?: string | undefined;
|
|
838
838
|
}
|
|
839
839
|
/**
|
|
840
840
|
* @public
|
|
@@ -844,13 +844,13 @@ export interface ListInvitationsResponse {
|
|
|
844
844
|
* <p>A list of invitation descriptions.</p>
|
|
845
845
|
* @public
|
|
846
846
|
*/
|
|
847
|
-
Invitations?: Invitation[];
|
|
847
|
+
Invitations?: Invitation[] | undefined;
|
|
848
848
|
/**
|
|
849
849
|
* <p>The pagination parameter to be used on the next list operation to retrieve more
|
|
850
850
|
* items.</p>
|
|
851
851
|
* @public
|
|
852
852
|
*/
|
|
853
|
-
NextToken?: string;
|
|
853
|
+
NextToken?: string | undefined;
|
|
854
854
|
}
|
|
855
855
|
/**
|
|
856
856
|
* @public
|
|
@@ -868,7 +868,7 @@ export interface ListIPSetsRequest {
|
|
|
868
868
|
* response. The default value is 50. The maximum value is 50.</p>
|
|
869
869
|
* @public
|
|
870
870
|
*/
|
|
871
|
-
MaxResults?: number;
|
|
871
|
+
MaxResults?: number | undefined;
|
|
872
872
|
/**
|
|
873
873
|
* <p>You can use this parameter when paginating results. Set the value of this parameter to
|
|
874
874
|
* null on your first call to the list action. For subsequent calls to the action, fill nextToken
|
|
@@ -876,7 +876,7 @@ export interface ListIPSetsRequest {
|
|
|
876
876
|
* data.</p>
|
|
877
877
|
* @public
|
|
878
878
|
*/
|
|
879
|
-
NextToken?: string;
|
|
879
|
+
NextToken?: string | undefined;
|
|
880
880
|
}
|
|
881
881
|
/**
|
|
882
882
|
* @public
|
|
@@ -892,7 +892,7 @@ export interface ListIPSetsResponse {
|
|
|
892
892
|
* items.</p>
|
|
893
893
|
* @public
|
|
894
894
|
*/
|
|
895
|
-
NextToken?: string;
|
|
895
|
+
NextToken?: string | undefined;
|
|
896
896
|
}
|
|
897
897
|
/**
|
|
898
898
|
* @public
|
|
@@ -906,7 +906,7 @@ export interface ListMalwareProtectionPlansRequest {
|
|
|
906
906
|
* continue listing data.</p>
|
|
907
907
|
* @public
|
|
908
908
|
*/
|
|
909
|
-
NextToken?: string;
|
|
909
|
+
NextToken?: string | undefined;
|
|
910
910
|
}
|
|
911
911
|
/**
|
|
912
912
|
* <p>Information about the Malware Protection plan resource.</p>
|
|
@@ -917,7 +917,7 @@ export interface MalwareProtectionPlanSummary {
|
|
|
917
917
|
* <p>A unique identifier associated with Malware Protection plan.</p>
|
|
918
918
|
* @public
|
|
919
919
|
*/
|
|
920
|
-
MalwareProtectionPlanId?: string;
|
|
920
|
+
MalwareProtectionPlanId?: string | undefined;
|
|
921
921
|
}
|
|
922
922
|
/**
|
|
923
923
|
* @public
|
|
@@ -927,7 +927,7 @@ export interface ListMalwareProtectionPlansResponse {
|
|
|
927
927
|
* <p>A list of unique identifiers associated with each Malware Protection plan.</p>
|
|
928
928
|
* @public
|
|
929
929
|
*/
|
|
930
|
-
MalwareProtectionPlans?: MalwareProtectionPlanSummary[];
|
|
930
|
+
MalwareProtectionPlans?: MalwareProtectionPlanSummary[] | undefined;
|
|
931
931
|
/**
|
|
932
932
|
* <p>You can use this parameter when paginating results. Set the value
|
|
933
933
|
* of this parameter to null on your first call to the list action.
|
|
@@ -936,7 +936,7 @@ export interface ListMalwareProtectionPlansResponse {
|
|
|
936
936
|
* continue listing data.</p>
|
|
937
937
|
* @public
|
|
938
938
|
*/
|
|
939
|
-
NextToken?: string;
|
|
939
|
+
NextToken?: string | undefined;
|
|
940
940
|
}
|
|
941
941
|
/**
|
|
942
942
|
* @public
|
|
@@ -954,7 +954,7 @@ export interface ListMembersRequest {
|
|
|
954
954
|
* response. The default value is 50. The maximum value is 50.</p>
|
|
955
955
|
* @public
|
|
956
956
|
*/
|
|
957
|
-
MaxResults?: number;
|
|
957
|
+
MaxResults?: number | undefined;
|
|
958
958
|
/**
|
|
959
959
|
* <p>You can use this parameter when paginating results. Set the value of this parameter to
|
|
960
960
|
* null on your first call to the list action. For subsequent calls to the action, fill nextToken
|
|
@@ -962,7 +962,7 @@ export interface ListMembersRequest {
|
|
|
962
962
|
* data.</p>
|
|
963
963
|
* @public
|
|
964
964
|
*/
|
|
965
|
-
NextToken?: string;
|
|
965
|
+
NextToken?: string | undefined;
|
|
966
966
|
/**
|
|
967
967
|
* <p>Specifies whether to only return associated members or to return all members (including
|
|
968
968
|
* members who haven't been invited yet or have been disassociated). Member accounts must have
|
|
@@ -972,7 +972,7 @@ export interface ListMembersRequest {
|
|
|
972
972
|
* </a>. </p>
|
|
973
973
|
* @public
|
|
974
974
|
*/
|
|
975
|
-
OnlyAssociated?: string;
|
|
975
|
+
OnlyAssociated?: string | undefined;
|
|
976
976
|
}
|
|
977
977
|
/**
|
|
978
978
|
* @public
|
|
@@ -986,13 +986,13 @@ export interface ListMembersResponse {
|
|
|
986
986
|
* </note>
|
|
987
987
|
* @public
|
|
988
988
|
*/
|
|
989
|
-
Members?: Member[];
|
|
989
|
+
Members?: Member[] | undefined;
|
|
990
990
|
/**
|
|
991
991
|
* <p>The pagination parameter to be used on the next list operation to retrieve more
|
|
992
992
|
* items.</p>
|
|
993
993
|
* @public
|
|
994
994
|
*/
|
|
995
|
-
NextToken?: string;
|
|
995
|
+
NextToken?: string | undefined;
|
|
996
996
|
}
|
|
997
997
|
/**
|
|
998
998
|
* @public
|
|
@@ -1002,7 +1002,7 @@ export interface ListOrganizationAdminAccountsRequest {
|
|
|
1002
1002
|
* <p>The maximum number of results to return in the response.</p>
|
|
1003
1003
|
* @public
|
|
1004
1004
|
*/
|
|
1005
|
-
MaxResults?: number;
|
|
1005
|
+
MaxResults?: number | undefined;
|
|
1006
1006
|
/**
|
|
1007
1007
|
* <p>A token to use for paginating results that are returned in the response. Set the value of
|
|
1008
1008
|
* this parameter to null for the first request to a list action. For subsequent calls, use the
|
|
@@ -1010,7 +1010,7 @@ export interface ListOrganizationAdminAccountsRequest {
|
|
|
1010
1010
|
* after the first page.</p>
|
|
1011
1011
|
* @public
|
|
1012
1012
|
*/
|
|
1013
|
-
NextToken?: string;
|
|
1013
|
+
NextToken?: string | undefined;
|
|
1014
1014
|
}
|
|
1015
1015
|
/**
|
|
1016
1016
|
* @public
|
|
@@ -1020,13 +1020,13 @@ export interface ListOrganizationAdminAccountsResponse {
|
|
|
1020
1020
|
* <p>A list of accounts configured as GuardDuty delegated administrators.</p>
|
|
1021
1021
|
* @public
|
|
1022
1022
|
*/
|
|
1023
|
-
AdminAccounts?: AdminAccount[];
|
|
1023
|
+
AdminAccounts?: AdminAccount[] | undefined;
|
|
1024
1024
|
/**
|
|
1025
1025
|
* <p>The pagination parameter to be used on the next list operation to retrieve more
|
|
1026
1026
|
* items.</p>
|
|
1027
1027
|
* @public
|
|
1028
1028
|
*/
|
|
1029
|
-
NextToken?: string;
|
|
1029
|
+
NextToken?: string | undefined;
|
|
1030
1030
|
}
|
|
1031
1031
|
/**
|
|
1032
1032
|
* @public
|
|
@@ -1043,7 +1043,7 @@ export interface ListPublishingDestinationsRequest {
|
|
|
1043
1043
|
* <p>The maximum number of results to return in the response.</p>
|
|
1044
1044
|
* @public
|
|
1045
1045
|
*/
|
|
1046
|
-
MaxResults?: number;
|
|
1046
|
+
MaxResults?: number | undefined;
|
|
1047
1047
|
/**
|
|
1048
1048
|
* <p>A token to use for paginating results that are returned in the response. Set the value of
|
|
1049
1049
|
* this parameter to null for the first request to a list action. For subsequent calls, use the
|
|
@@ -1051,7 +1051,7 @@ export interface ListPublishingDestinationsRequest {
|
|
|
1051
1051
|
* after the first page.</p>
|
|
1052
1052
|
* @public
|
|
1053
1053
|
*/
|
|
1054
|
-
NextToken?: string;
|
|
1054
|
+
NextToken?: string | undefined;
|
|
1055
1055
|
}
|
|
1056
1056
|
/**
|
|
1057
1057
|
* @public
|
|
@@ -1070,7 +1070,7 @@ export interface ListPublishingDestinationsResponse {
|
|
|
1070
1070
|
* after the first page.</p>
|
|
1071
1071
|
* @public
|
|
1072
1072
|
*/
|
|
1073
|
-
NextToken?: string;
|
|
1073
|
+
NextToken?: string | undefined;
|
|
1074
1074
|
}
|
|
1075
1075
|
/**
|
|
1076
1076
|
* @public
|
|
@@ -1090,7 +1090,7 @@ export interface ListTagsForResourceResponse {
|
|
|
1090
1090
|
* <p>The tags associated with the resource.</p>
|
|
1091
1091
|
* @public
|
|
1092
1092
|
*/
|
|
1093
|
-
Tags?: Record<string, string
|
|
1093
|
+
Tags?: Record<string, string> | undefined;
|
|
1094
1094
|
}
|
|
1095
1095
|
/**
|
|
1096
1096
|
* @public
|
|
@@ -1108,7 +1108,7 @@ export interface ListThreatIntelSetsRequest {
|
|
|
1108
1108
|
* response. The default value is 50. The maximum value is 50.</p>
|
|
1109
1109
|
* @public
|
|
1110
1110
|
*/
|
|
1111
|
-
MaxResults?: number;
|
|
1111
|
+
MaxResults?: number | undefined;
|
|
1112
1112
|
/**
|
|
1113
1113
|
* <p>You can use this parameter to paginate results in the response. Set the value of this
|
|
1114
1114
|
* parameter to null on your first call to the list action. For subsequent calls to the action,
|
|
@@ -1116,7 +1116,7 @@ export interface ListThreatIntelSetsRequest {
|
|
|
1116
1116
|
* continue listing data.</p>
|
|
1117
1117
|
* @public
|
|
1118
1118
|
*/
|
|
1119
|
-
NextToken?: string;
|
|
1119
|
+
NextToken?: string | undefined;
|
|
1120
1120
|
}
|
|
1121
1121
|
/**
|
|
1122
1122
|
* @public
|
|
@@ -1132,7 +1132,7 @@ export interface ListThreatIntelSetsResponse {
|
|
|
1132
1132
|
* items.</p>
|
|
1133
1133
|
* @public
|
|
1134
1134
|
*/
|
|
1135
|
-
NextToken?: string;
|
|
1135
|
+
NextToken?: string | undefined;
|
|
1136
1136
|
}
|
|
1137
1137
|
/**
|
|
1138
1138
|
* @public
|
|
@@ -1153,7 +1153,7 @@ export interface StartMalwareScanResponse {
|
|
|
1153
1153
|
* a corresponding scan ID. Using this scan ID, you can monitor the status of your malware scan.</p>
|
|
1154
1154
|
* @public
|
|
1155
1155
|
*/
|
|
1156
|
-
ScanId?: string;
|
|
1156
|
+
ScanId?: string | undefined;
|
|
1157
1157
|
}
|
|
1158
1158
|
/**
|
|
1159
1159
|
* @public
|
|
@@ -1290,13 +1290,13 @@ export interface UpdateDetectorRequest {
|
|
|
1290
1290
|
* <p>Specifies whether the detector is enabled or not enabled.</p>
|
|
1291
1291
|
* @public
|
|
1292
1292
|
*/
|
|
1293
|
-
Enable?: boolean;
|
|
1293
|
+
Enable?: boolean | undefined;
|
|
1294
1294
|
/**
|
|
1295
1295
|
* <p>An enum value that specifies how frequently findings are exported, such as to CloudWatch
|
|
1296
1296
|
* Events.</p>
|
|
1297
1297
|
* @public
|
|
1298
1298
|
*/
|
|
1299
|
-
FindingPublishingFrequency?: FindingPublishingFrequency;
|
|
1299
|
+
FindingPublishingFrequency?: FindingPublishingFrequency | undefined;
|
|
1300
1300
|
/**
|
|
1301
1301
|
* @deprecated
|
|
1302
1302
|
*
|
|
@@ -1306,12 +1306,12 @@ export interface UpdateDetectorRequest {
|
|
|
1306
1306
|
* information, see <a href="https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_regions.html">Regions and endpoints</a>.</p>
|
|
1307
1307
|
* @public
|
|
1308
1308
|
*/
|
|
1309
|
-
DataSources?: DataSourceConfigurations;
|
|
1309
|
+
DataSources?: DataSourceConfigurations | undefined;
|
|
1310
1310
|
/**
|
|
1311
1311
|
* <p>Provides the features that will be updated for the detector.</p>
|
|
1312
1312
|
* @public
|
|
1313
1313
|
*/
|
|
1314
|
-
Features?: DetectorFeatureConfiguration[];
|
|
1314
|
+
Features?: DetectorFeatureConfiguration[] | undefined;
|
|
1315
1315
|
}
|
|
1316
1316
|
/**
|
|
1317
1317
|
* @public
|
|
@@ -1342,23 +1342,23 @@ export interface UpdateFilterRequest {
|
|
|
1342
1342
|
* newline, form feed, return, and whitespace.</p>
|
|
1343
1343
|
* @public
|
|
1344
1344
|
*/
|
|
1345
|
-
Description?: string;
|
|
1345
|
+
Description?: string | undefined;
|
|
1346
1346
|
/**
|
|
1347
1347
|
* <p>Specifies the action that is to be applied to the findings that match the filter.</p>
|
|
1348
1348
|
* @public
|
|
1349
1349
|
*/
|
|
1350
|
-
Action?: FilterAction;
|
|
1350
|
+
Action?: FilterAction | undefined;
|
|
1351
1351
|
/**
|
|
1352
1352
|
* <p>Specifies the position of the filter in the list of current filters. Also specifies the
|
|
1353
1353
|
* order in which this filter is applied to the findings.</p>
|
|
1354
1354
|
* @public
|
|
1355
1355
|
*/
|
|
1356
|
-
Rank?: number;
|
|
1356
|
+
Rank?: number | undefined;
|
|
1357
1357
|
/**
|
|
1358
1358
|
* <p>Represents the criteria to be used in the filter for querying findings.</p>
|
|
1359
1359
|
* @public
|
|
1360
1360
|
*/
|
|
1361
|
-
FindingCriteria?: FindingCriteria;
|
|
1361
|
+
FindingCriteria?: FindingCriteria | undefined;
|
|
1362
1362
|
}
|
|
1363
1363
|
/**
|
|
1364
1364
|
* @public
|
|
@@ -1396,7 +1396,7 @@ export interface UpdateFindingsFeedbackRequest {
|
|
|
1396
1396
|
* <p>Additional feedback about the GuardDuty findings.</p>
|
|
1397
1397
|
* @public
|
|
1398
1398
|
*/
|
|
1399
|
-
Comments?: string;
|
|
1399
|
+
Comments?: string | undefined;
|
|
1400
1400
|
}
|
|
1401
1401
|
/**
|
|
1402
1402
|
* @public
|
|
@@ -1423,17 +1423,17 @@ export interface UpdateIPSetRequest {
|
|
|
1423
1423
|
* <p>The unique ID that specifies the IPSet that you want to update.</p>
|
|
1424
1424
|
* @public
|
|
1425
1425
|
*/
|
|
1426
|
-
Name?: string;
|
|
1426
|
+
Name?: string | undefined;
|
|
1427
1427
|
/**
|
|
1428
1428
|
* <p>The updated URI of the file that contains the IPSet. </p>
|
|
1429
1429
|
* @public
|
|
1430
1430
|
*/
|
|
1431
|
-
Location?: string;
|
|
1431
|
+
Location?: string | undefined;
|
|
1432
1432
|
/**
|
|
1433
1433
|
* <p>The updated Boolean value that specifies whether the IPSet is active or not.</p>
|
|
1434
1434
|
* @public
|
|
1435
1435
|
*/
|
|
1436
|
-
Activate?: boolean;
|
|
1436
|
+
Activate?: boolean | undefined;
|
|
1437
1437
|
}
|
|
1438
1438
|
/**
|
|
1439
1439
|
* @public
|
|
@@ -1450,7 +1450,7 @@ export interface UpdateS3BucketResource {
|
|
|
1450
1450
|
* if it belongs to any of the specified object prefixes.</p>
|
|
1451
1451
|
* @public
|
|
1452
1452
|
*/
|
|
1453
|
-
ObjectPrefixes?: string[];
|
|
1453
|
+
ObjectPrefixes?: string[] | undefined;
|
|
1454
1454
|
}
|
|
1455
1455
|
/**
|
|
1456
1456
|
* <p>Information about the protected resource
|
|
@@ -1463,7 +1463,7 @@ export interface UpdateProtectedResource {
|
|
|
1463
1463
|
* <p>Information about the protected S3 bucket resource.</p>
|
|
1464
1464
|
* @public
|
|
1465
1465
|
*/
|
|
1466
|
-
S3Bucket?: UpdateS3BucketResource;
|
|
1466
|
+
S3Bucket?: UpdateS3BucketResource | undefined;
|
|
1467
1467
|
}
|
|
1468
1468
|
/**
|
|
1469
1469
|
* @public
|
|
@@ -1479,19 +1479,19 @@ export interface UpdateMalwareProtectionPlanRequest {
|
|
|
1479
1479
|
* the associated protected resource.</p>
|
|
1480
1480
|
* @public
|
|
1481
1481
|
*/
|
|
1482
|
-
Role?: string;
|
|
1482
|
+
Role?: string | undefined;
|
|
1483
1483
|
/**
|
|
1484
1484
|
* <p>Information about whether the tags will be added to the S3 object after scanning.</p>
|
|
1485
1485
|
* @public
|
|
1486
1486
|
*/
|
|
1487
|
-
Actions?: MalwareProtectionPlanActions;
|
|
1487
|
+
Actions?: MalwareProtectionPlanActions | undefined;
|
|
1488
1488
|
/**
|
|
1489
1489
|
* <p>Information about the protected resource that is associated
|
|
1490
1490
|
* with the created Malware Protection plan. Presently, <code>S3Bucket</code>
|
|
1491
1491
|
* is the only supported protected resource.</p>
|
|
1492
1492
|
* @public
|
|
1493
1493
|
*/
|
|
1494
|
-
ProtectedResource?: UpdateProtectedResource;
|
|
1494
|
+
ProtectedResource?: UpdateProtectedResource | undefined;
|
|
1495
1495
|
}
|
|
1496
1496
|
/**
|
|
1497
1497
|
* @public
|
|
@@ -1509,12 +1509,12 @@ export interface UpdateMalwareScanSettingsRequest {
|
|
|
1509
1509
|
* <p>Represents the criteria to be used in the filter for selecting resources to scan.</p>
|
|
1510
1510
|
* @public
|
|
1511
1511
|
*/
|
|
1512
|
-
ScanResourceCriteria?: ScanResourceCriteria;
|
|
1512
|
+
ScanResourceCriteria?: ScanResourceCriteria | undefined;
|
|
1513
1513
|
/**
|
|
1514
1514
|
* <p>An enum value representing possible snapshot preservation settings.</p>
|
|
1515
1515
|
* @public
|
|
1516
1516
|
*/
|
|
1517
|
-
EbsSnapshotPreservation?: EbsSnapshotPreservation;
|
|
1517
|
+
EbsSnapshotPreservation?: EbsSnapshotPreservation | undefined;
|
|
1518
1518
|
}
|
|
1519
1519
|
/**
|
|
1520
1520
|
* @public
|
|
@@ -1530,12 +1530,12 @@ export interface MemberAdditionalConfiguration {
|
|
|
1530
1530
|
* <p>Name of the additional configuration.</p>
|
|
1531
1531
|
* @public
|
|
1532
1532
|
*/
|
|
1533
|
-
Name?: OrgFeatureAdditionalConfiguration;
|
|
1533
|
+
Name?: OrgFeatureAdditionalConfiguration | undefined;
|
|
1534
1534
|
/**
|
|
1535
1535
|
* <p>Status of the additional configuration.</p>
|
|
1536
1536
|
* @public
|
|
1537
1537
|
*/
|
|
1538
|
-
Status?: FeatureStatus;
|
|
1538
|
+
Status?: FeatureStatus | undefined;
|
|
1539
1539
|
}
|
|
1540
1540
|
/**
|
|
1541
1541
|
* <p>Contains information about the features for the member account.</p>
|
|
@@ -1546,17 +1546,17 @@ export interface MemberFeaturesConfiguration {
|
|
|
1546
1546
|
* <p>The name of the feature.</p>
|
|
1547
1547
|
* @public
|
|
1548
1548
|
*/
|
|
1549
|
-
Name?: OrgFeature;
|
|
1549
|
+
Name?: OrgFeature | undefined;
|
|
1550
1550
|
/**
|
|
1551
1551
|
* <p>The status of the feature.</p>
|
|
1552
1552
|
* @public
|
|
1553
1553
|
*/
|
|
1554
|
-
Status?: FeatureStatus;
|
|
1554
|
+
Status?: FeatureStatus | undefined;
|
|
1555
1555
|
/**
|
|
1556
1556
|
* <p>Additional configuration of the feature for the member account.</p>
|
|
1557
1557
|
* @public
|
|
1558
1558
|
*/
|
|
1559
|
-
AdditionalConfiguration?: MemberAdditionalConfiguration[];
|
|
1559
|
+
AdditionalConfiguration?: MemberAdditionalConfiguration[] | undefined;
|
|
1560
1560
|
}
|
|
1561
1561
|
/**
|
|
1562
1562
|
* @public
|
|
@@ -1580,12 +1580,12 @@ export interface UpdateMemberDetectorsRequest {
|
|
|
1580
1580
|
* <p>Describes which data sources will be updated.</p>
|
|
1581
1581
|
* @public
|
|
1582
1582
|
*/
|
|
1583
|
-
DataSources?: DataSourceConfigurations;
|
|
1583
|
+
DataSources?: DataSourceConfigurations | undefined;
|
|
1584
1584
|
/**
|
|
1585
1585
|
* <p>A list of features that will be updated for the specified member accounts.</p>
|
|
1586
1586
|
* @public
|
|
1587
1587
|
*/
|
|
1588
|
-
Features?: MemberFeaturesConfiguration[];
|
|
1588
|
+
Features?: MemberFeaturesConfiguration[] | undefined;
|
|
1589
1589
|
}
|
|
1590
1590
|
/**
|
|
1591
1591
|
* @public
|
|
@@ -1632,7 +1632,7 @@ export interface OrganizationEbsVolumes {
|
|
|
1632
1632
|
* organization.</p>
|
|
1633
1633
|
* @public
|
|
1634
1634
|
*/
|
|
1635
|
-
AutoEnable?: boolean;
|
|
1635
|
+
AutoEnable?: boolean | undefined;
|
|
1636
1636
|
}
|
|
1637
1637
|
/**
|
|
1638
1638
|
* <p>Organization-wide EC2 instances with findings scan configuration.</p>
|
|
@@ -1644,7 +1644,7 @@ export interface OrganizationScanEc2InstanceWithFindings {
|
|
|
1644
1644
|
* organization.</p>
|
|
1645
1645
|
* @public
|
|
1646
1646
|
*/
|
|
1647
|
-
EbsVolumes?: OrganizationEbsVolumes;
|
|
1647
|
+
EbsVolumes?: OrganizationEbsVolumes | undefined;
|
|
1648
1648
|
}
|
|
1649
1649
|
/**
|
|
1650
1650
|
* <p>Organization-wide Malware Protection configurations.</p>
|
|
@@ -1656,7 +1656,7 @@ export interface OrganizationMalwareProtectionConfiguration {
|
|
|
1656
1656
|
* members joining the organization.</p>
|
|
1657
1657
|
* @public
|
|
1658
1658
|
*/
|
|
1659
|
-
ScanEc2InstanceWithFindings?: OrganizationScanEc2InstanceWithFindings;
|
|
1659
|
+
ScanEc2InstanceWithFindings?: OrganizationScanEc2InstanceWithFindings | undefined;
|
|
1660
1660
|
}
|
|
1661
1661
|
/**
|
|
1662
1662
|
* <p>Describes whether S3 data event logs will be automatically enabled for new members of the
|
|
@@ -1682,19 +1682,19 @@ export interface OrganizationDataSourceConfigurations {
|
|
|
1682
1682
|
* organization.</p>
|
|
1683
1683
|
* @public
|
|
1684
1684
|
*/
|
|
1685
|
-
S3Logs?: OrganizationS3LogsConfiguration;
|
|
1685
|
+
S3Logs?: OrganizationS3LogsConfiguration | undefined;
|
|
1686
1686
|
/**
|
|
1687
1687
|
* <p>Describes the configuration of Kubernetes data sources for new members of the
|
|
1688
1688
|
* organization.</p>
|
|
1689
1689
|
* @public
|
|
1690
1690
|
*/
|
|
1691
|
-
Kubernetes?: OrganizationKubernetesConfiguration;
|
|
1691
|
+
Kubernetes?: OrganizationKubernetesConfiguration | undefined;
|
|
1692
1692
|
/**
|
|
1693
1693
|
* <p>Describes the configuration of Malware Protection for new members of the
|
|
1694
1694
|
* organization.</p>
|
|
1695
1695
|
* @public
|
|
1696
1696
|
*/
|
|
1697
|
-
MalwareProtection?: OrganizationMalwareProtectionConfiguration;
|
|
1697
|
+
MalwareProtection?: OrganizationMalwareProtectionConfiguration | undefined;
|
|
1698
1698
|
}
|
|
1699
1699
|
/**
|
|
1700
1700
|
* <p>A list of additional configurations which will be configured for the organization. </p>
|
|
@@ -1706,7 +1706,7 @@ export interface OrganizationAdditionalConfiguration {
|
|
|
1706
1706
|
* organization.</p>
|
|
1707
1707
|
* @public
|
|
1708
1708
|
*/
|
|
1709
|
-
Name?: OrgFeatureAdditionalConfiguration;
|
|
1709
|
+
Name?: OrgFeatureAdditionalConfiguration | undefined;
|
|
1710
1710
|
/**
|
|
1711
1711
|
* <p>The status of the additional configuration that will be configured for the
|
|
1712
1712
|
* organization. Use one of the following
|
|
@@ -1736,7 +1736,7 @@ export interface OrganizationAdditionalConfiguration {
|
|
|
1736
1736
|
* </ul>
|
|
1737
1737
|
* @public
|
|
1738
1738
|
*/
|
|
1739
|
-
AutoEnable?: OrgFeatureStatus;
|
|
1739
|
+
AutoEnable?: OrgFeatureStatus | undefined;
|
|
1740
1740
|
}
|
|
1741
1741
|
/**
|
|
1742
1742
|
* <p>A list of features which will be configured for the organization.</p>
|
|
@@ -1747,7 +1747,7 @@ export interface OrganizationFeatureConfiguration {
|
|
|
1747
1747
|
* <p>The name of the feature that will be configured for the organization.</p>
|
|
1748
1748
|
* @public
|
|
1749
1749
|
*/
|
|
1750
|
-
Name?: OrgFeature;
|
|
1750
|
+
Name?: OrgFeature | undefined;
|
|
1751
1751
|
/**
|
|
1752
1752
|
* <p>Describes the status of the feature that is configured for the
|
|
1753
1753
|
* member accounts within the organization. One of the following
|
|
@@ -1776,12 +1776,12 @@ export interface OrganizationFeatureConfiguration {
|
|
|
1776
1776
|
* </ul>
|
|
1777
1777
|
* @public
|
|
1778
1778
|
*/
|
|
1779
|
-
AutoEnable?: OrgFeatureStatus;
|
|
1779
|
+
AutoEnable?: OrgFeatureStatus | undefined;
|
|
1780
1780
|
/**
|
|
1781
1781
|
* <p>The additional information that will be configured for the organization.</p>
|
|
1782
1782
|
* @public
|
|
1783
1783
|
*/
|
|
1784
|
-
AdditionalConfiguration?: OrganizationAdditionalConfiguration[];
|
|
1784
|
+
AdditionalConfiguration?: OrganizationAdditionalConfiguration[] | undefined;
|
|
1785
1785
|
}
|
|
1786
1786
|
/**
|
|
1787
1787
|
* @public
|
|
@@ -1803,19 +1803,19 @@ export interface UpdateOrganizationConfigurationRequest {
|
|
|
1803
1803
|
* value for either <code>autoEnableOrganizationMembers</code> or <code>autoEnable</code>.</p>
|
|
1804
1804
|
* @public
|
|
1805
1805
|
*/
|
|
1806
|
-
AutoEnable?: boolean;
|
|
1806
|
+
AutoEnable?: boolean | undefined;
|
|
1807
1807
|
/**
|
|
1808
1808
|
* @deprecated
|
|
1809
1809
|
*
|
|
1810
1810
|
* <p>Describes which data sources will be updated.</p>
|
|
1811
1811
|
* @public
|
|
1812
1812
|
*/
|
|
1813
|
-
DataSources?: OrganizationDataSourceConfigurations;
|
|
1813
|
+
DataSources?: OrganizationDataSourceConfigurations | undefined;
|
|
1814
1814
|
/**
|
|
1815
1815
|
* <p>A list of features that will be configured for the organization.</p>
|
|
1816
1816
|
* @public
|
|
1817
1817
|
*/
|
|
1818
|
-
Features?: OrganizationFeatureConfiguration[];
|
|
1818
|
+
Features?: OrganizationFeatureConfiguration[] | undefined;
|
|
1819
1819
|
/**
|
|
1820
1820
|
* <p>Indicates the auto-enablement configuration of GuardDuty for the member accounts in the
|
|
1821
1821
|
* organization. You must provide a value for either <code>autoEnableOrganizationMembers</code> or <code>autoEnable</code>. </p>
|
|
@@ -1847,7 +1847,7 @@ export interface UpdateOrganizationConfigurationRequest {
|
|
|
1847
1847
|
* </ul>
|
|
1848
1848
|
* @public
|
|
1849
1849
|
*/
|
|
1850
|
-
AutoEnableOrganizationMembers?: AutoEnableMembers;
|
|
1850
|
+
AutoEnableOrganizationMembers?: AutoEnableMembers | undefined;
|
|
1851
1851
|
}
|
|
1852
1852
|
/**
|
|
1853
1853
|
* @public
|
|
@@ -1875,7 +1875,7 @@ export interface UpdatePublishingDestinationRequest {
|
|
|
1875
1875
|
* and <code>KmsKeyArn</code> of the publishing destination.</p>
|
|
1876
1876
|
* @public
|
|
1877
1877
|
*/
|
|
1878
|
-
DestinationProperties?: DestinationProperties;
|
|
1878
|
+
DestinationProperties?: DestinationProperties | undefined;
|
|
1879
1879
|
}
|
|
1880
1880
|
/**
|
|
1881
1881
|
* @public
|
|
@@ -1903,18 +1903,18 @@ export interface UpdateThreatIntelSetRequest {
|
|
|
1903
1903
|
* <p>The unique ID that specifies the ThreatIntelSet that you want to update.</p>
|
|
1904
1904
|
* @public
|
|
1905
1905
|
*/
|
|
1906
|
-
Name?: string;
|
|
1906
|
+
Name?: string | undefined;
|
|
1907
1907
|
/**
|
|
1908
1908
|
* <p>The updated URI of the file that contains the ThreateIntelSet.</p>
|
|
1909
1909
|
* @public
|
|
1910
1910
|
*/
|
|
1911
|
-
Location?: string;
|
|
1911
|
+
Location?: string | undefined;
|
|
1912
1912
|
/**
|
|
1913
1913
|
* <p>The updated Boolean value that specifies whether the ThreateIntelSet is active or
|
|
1914
1914
|
* not.</p>
|
|
1915
1915
|
* @public
|
|
1916
1916
|
*/
|
|
1917
|
-
Activate?: boolean;
|
|
1917
|
+
Activate?: boolean | undefined;
|
|
1918
1918
|
}
|
|
1919
1919
|
/**
|
|
1920
1920
|
* @public
|