@aws-sdk/client-inspector2 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 +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/AssociateMemberCommand.js +2 -2
- package/dist-cjs/commands/BatchGetAccountStatusCommand.js +2 -2
- package/dist-cjs/commands/BatchGetFreeTrialInfoCommand.js +2 -2
- package/dist-cjs/commands/CancelFindingsReportCommand.js +2 -2
- package/dist-cjs/commands/CreateFilterCommand.js +2 -2
- package/dist-cjs/commands/CreateFindingsReportCommand.js +2 -2
- package/dist-cjs/commands/DeleteFilterCommand.js +2 -2
- package/dist-cjs/commands/DescribeOrganizationConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DisableCommand.js +2 -2
- package/dist-cjs/commands/DisableDelegatedAdminAccountCommand.js +2 -2
- package/dist-cjs/commands/DisassociateMemberCommand.js +2 -2
- package/dist-cjs/commands/EnableCommand.js +2 -2
- package/dist-cjs/commands/EnableDelegatedAdminAccountCommand.js +2 -2
- package/dist-cjs/commands/GetConfigurationCommand.js +2 -2
- package/dist-cjs/commands/GetDelegatedAdminAccountCommand.js +2 -2
- package/dist-cjs/commands/GetFindingsReportStatusCommand.js +2 -2
- package/dist-cjs/commands/GetMemberCommand.js +2 -2
- package/dist-cjs/commands/ListAccountPermissionsCommand.js +2 -2
- package/dist-cjs/commands/ListCoverageCommand.js +2 -2
- package/dist-cjs/commands/ListCoverageStatisticsCommand.js +2 -2
- package/dist-cjs/commands/ListDelegatedAdminAccountsCommand.js +2 -2
- package/dist-cjs/commands/ListFiltersCommand.js +2 -2
- package/dist-cjs/commands/ListFindingAggregationsCommand.js +2 -2
- package/dist-cjs/commands/ListFindingsCommand.js +2 -2
- package/dist-cjs/commands/ListMembersCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListUsageTotalsCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateConfigurationCommand.js +2 -2
- package/dist-cjs/commands/UpdateFilterCommand.js +2 -2
- package/dist-cjs/commands/UpdateOrganizationConfigurationCommand.js +2 -2
- package/dist-cjs/models/models_0.js +615 -896
- package/dist-cjs/protocols/Aws_restJson1.js +348 -560
- package/dist-es/commands/AssociateMemberCommand.js +3 -3
- package/dist-es/commands/BatchGetAccountStatusCommand.js +3 -3
- package/dist-es/commands/BatchGetFreeTrialInfoCommand.js +3 -3
- package/dist-es/commands/CancelFindingsReportCommand.js +3 -3
- package/dist-es/commands/CreateFilterCommand.js +3 -3
- package/dist-es/commands/CreateFindingsReportCommand.js +3 -3
- package/dist-es/commands/DeleteFilterCommand.js +3 -3
- package/dist-es/commands/DescribeOrganizationConfigurationCommand.js +3 -3
- package/dist-es/commands/DisableCommand.js +3 -3
- package/dist-es/commands/DisableDelegatedAdminAccountCommand.js +3 -3
- package/dist-es/commands/DisassociateMemberCommand.js +3 -3
- package/dist-es/commands/EnableCommand.js +3 -3
- package/dist-es/commands/EnableDelegatedAdminAccountCommand.js +3 -3
- package/dist-es/commands/GetConfigurationCommand.js +3 -3
- package/dist-es/commands/GetDelegatedAdminAccountCommand.js +3 -3
- package/dist-es/commands/GetFindingsReportStatusCommand.js +3 -3
- package/dist-es/commands/GetMemberCommand.js +3 -3
- package/dist-es/commands/ListAccountPermissionsCommand.js +3 -3
- package/dist-es/commands/ListCoverageCommand.js +3 -3
- package/dist-es/commands/ListCoverageStatisticsCommand.js +3 -3
- package/dist-es/commands/ListDelegatedAdminAccountsCommand.js +3 -3
- package/dist-es/commands/ListFiltersCommand.js +3 -3
- package/dist-es/commands/ListFindingAggregationsCommand.js +3 -3
- package/dist-es/commands/ListFindingsCommand.js +3 -3
- package/dist-es/commands/ListMembersCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListUsageTotalsCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateConfigurationCommand.js +3 -3
- package/dist-es/commands/UpdateFilterCommand.js +3 -3
- package/dist-es/commands/UpdateOrganizationConfigurationCommand.js +3 -3
- package/dist-es/models/models_0.js +188 -612
- package/dist-es/protocols/Aws_restJson1.js +448 -562
- package/dist-types/models/models_0.d.ts +568 -848
- package/dist-types/ts3.4/models/models_0.d.ts +284 -564
- package/package.json +6 -6
|
@@ -22,10 +22,6 @@ export interface ResourceStatus {
|
|
|
22
22
|
|
|
23
23
|
ecr: Status | string | undefined;
|
|
24
24
|
}
|
|
25
|
-
export declare namespace ResourceStatus {
|
|
26
|
-
|
|
27
|
-
const filterSensitiveLog: (obj: ResourceStatus) => any;
|
|
28
|
-
}
|
|
29
25
|
|
|
30
26
|
export interface Account {
|
|
31
27
|
|
|
@@ -35,10 +31,6 @@ export interface Account {
|
|
|
35
31
|
|
|
36
32
|
resourceStatus: ResourceStatus | undefined;
|
|
37
33
|
}
|
|
38
|
-
export declare namespace Account {
|
|
39
|
-
|
|
40
|
-
const filterSensitiveLog: (obj: Account) => any;
|
|
41
|
-
}
|
|
42
34
|
export declare enum AggregationFindingType {
|
|
43
35
|
NETWORK_REACHABILITY = "NETWORK_REACHABILITY",
|
|
44
36
|
PACKAGE_VULNERABILITY = "PACKAGE_VULNERABILITY"
|
|
@@ -67,10 +59,6 @@ export interface AccountAggregation {
|
|
|
67
59
|
|
|
68
60
|
sortBy?: AccountSortBy | string;
|
|
69
61
|
}
|
|
70
|
-
export declare namespace AccountAggregation {
|
|
71
|
-
|
|
72
|
-
const filterSensitiveLog: (obj: AccountAggregation) => any;
|
|
73
|
-
}
|
|
74
62
|
|
|
75
63
|
export interface SeverityCounts {
|
|
76
64
|
|
|
@@ -82,10 +70,6 @@ export interface SeverityCounts {
|
|
|
82
70
|
|
|
83
71
|
critical?: number;
|
|
84
72
|
}
|
|
85
|
-
export declare namespace SeverityCounts {
|
|
86
|
-
|
|
87
|
-
const filterSensitiveLog: (obj: SeverityCounts) => any;
|
|
88
|
-
}
|
|
89
73
|
|
|
90
74
|
export interface AccountAggregationResponse {
|
|
91
75
|
|
|
@@ -93,10 +77,6 @@ export interface AccountAggregationResponse {
|
|
|
93
77
|
|
|
94
78
|
severityCounts?: SeverityCounts;
|
|
95
79
|
}
|
|
96
|
-
export declare namespace AccountAggregationResponse {
|
|
97
|
-
|
|
98
|
-
const filterSensitiveLog: (obj: AccountAggregationResponse) => any;
|
|
99
|
-
}
|
|
100
80
|
export declare enum ErrorCode {
|
|
101
81
|
ACCESS_DENIED = "ACCESS_DENIED",
|
|
102
82
|
ACCOUNT_IS_ISOLATED = "ACCOUNT_IS_ISOLATED",
|
|
@@ -122,10 +102,6 @@ export interface State {
|
|
|
122
102
|
|
|
123
103
|
errorMessage: string | undefined;
|
|
124
104
|
}
|
|
125
|
-
export declare namespace State {
|
|
126
|
-
|
|
127
|
-
const filterSensitiveLog: (obj: State) => any;
|
|
128
|
-
}
|
|
129
105
|
|
|
130
106
|
export interface ResourceState {
|
|
131
107
|
|
|
@@ -133,10 +109,6 @@ export interface ResourceState {
|
|
|
133
109
|
|
|
134
110
|
ecr: State | undefined;
|
|
135
111
|
}
|
|
136
|
-
export declare namespace ResourceState {
|
|
137
|
-
|
|
138
|
-
const filterSensitiveLog: (obj: ResourceState) => any;
|
|
139
|
-
}
|
|
140
112
|
|
|
141
113
|
export interface AccountState {
|
|
142
114
|
|
|
@@ -146,10 +118,6 @@ export interface AccountState {
|
|
|
146
118
|
|
|
147
119
|
resourceState: ResourceState | undefined;
|
|
148
120
|
}
|
|
149
|
-
export declare namespace AccountState {
|
|
150
|
-
|
|
151
|
-
const filterSensitiveLog: (obj: AccountState) => any;
|
|
152
|
-
}
|
|
153
121
|
export declare enum StringComparison {
|
|
154
122
|
EQUALS = "EQUALS",
|
|
155
123
|
NOT_EQUALS = "NOT_EQUALS",
|
|
@@ -162,10 +130,6 @@ export interface StringFilter {
|
|
|
162
130
|
|
|
163
131
|
value: string | undefined;
|
|
164
132
|
}
|
|
165
|
-
export declare namespace StringFilter {
|
|
166
|
-
|
|
167
|
-
const filterSensitiveLog: (obj: StringFilter) => any;
|
|
168
|
-
}
|
|
169
133
|
export declare enum AmiSortBy {
|
|
170
134
|
AFFECTED_INSTANCES = "AFFECTED_INSTANCES",
|
|
171
135
|
ALL = "ALL",
|
|
@@ -181,10 +145,6 @@ export interface AmiAggregation {
|
|
|
181
145
|
|
|
182
146
|
sortBy?: AmiSortBy | string;
|
|
183
147
|
}
|
|
184
|
-
export declare namespace AmiAggregation {
|
|
185
|
-
|
|
186
|
-
const filterSensitiveLog: (obj: AmiAggregation) => any;
|
|
187
|
-
}
|
|
188
148
|
export declare enum AwsEcrContainerSortBy {
|
|
189
149
|
ALL = "ALL",
|
|
190
150
|
CRITICAL = "CRITICAL",
|
|
@@ -207,10 +167,6 @@ export interface AwsEcrContainerAggregation {
|
|
|
207
167
|
|
|
208
168
|
sortBy?: AwsEcrContainerSortBy | string;
|
|
209
169
|
}
|
|
210
|
-
export declare namespace AwsEcrContainerAggregation {
|
|
211
|
-
|
|
212
|
-
const filterSensitiveLog: (obj: AwsEcrContainerAggregation) => any;
|
|
213
|
-
}
|
|
214
170
|
export declare enum MapComparison {
|
|
215
171
|
EQUALS = "EQUALS"
|
|
216
172
|
}
|
|
@@ -223,10 +179,6 @@ export interface MapFilter {
|
|
|
223
179
|
|
|
224
180
|
value?: string;
|
|
225
181
|
}
|
|
226
|
-
export declare namespace MapFilter {
|
|
227
|
-
|
|
228
|
-
const filterSensitiveLog: (obj: MapFilter) => any;
|
|
229
|
-
}
|
|
230
182
|
export declare enum Ec2InstanceSortBy {
|
|
231
183
|
ALL = "ALL",
|
|
232
184
|
CRITICAL = "CRITICAL",
|
|
@@ -248,10 +200,6 @@ export interface Ec2InstanceAggregation {
|
|
|
248
200
|
|
|
249
201
|
sortBy?: Ec2InstanceSortBy | string;
|
|
250
202
|
}
|
|
251
|
-
export declare namespace Ec2InstanceAggregation {
|
|
252
|
-
|
|
253
|
-
const filterSensitiveLog: (obj: Ec2InstanceAggregation) => any;
|
|
254
|
-
}
|
|
255
203
|
export declare enum FindingTypeSortBy {
|
|
256
204
|
ALL = "ALL",
|
|
257
205
|
CRITICAL = "CRITICAL",
|
|
@@ -268,10 +216,6 @@ export interface FindingTypeAggregation {
|
|
|
268
216
|
|
|
269
217
|
sortBy?: FindingTypeSortBy | string;
|
|
270
218
|
}
|
|
271
|
-
export declare namespace FindingTypeAggregation {
|
|
272
|
-
|
|
273
|
-
const filterSensitiveLog: (obj: FindingTypeAggregation) => any;
|
|
274
|
-
}
|
|
275
219
|
export declare enum ImageLayerSortBy {
|
|
276
220
|
ALL = "ALL",
|
|
277
221
|
CRITICAL = "CRITICAL",
|
|
@@ -290,10 +234,6 @@ export interface ImageLayerAggregation {
|
|
|
290
234
|
|
|
291
235
|
sortBy?: ImageLayerSortBy | string;
|
|
292
236
|
}
|
|
293
|
-
export declare namespace ImageLayerAggregation {
|
|
294
|
-
|
|
295
|
-
const filterSensitiveLog: (obj: ImageLayerAggregation) => any;
|
|
296
|
-
}
|
|
297
237
|
export declare enum PackageSortBy {
|
|
298
238
|
ALL = "ALL",
|
|
299
239
|
CRITICAL = "CRITICAL",
|
|
@@ -308,10 +248,6 @@ export interface PackageAggregation {
|
|
|
308
248
|
|
|
309
249
|
sortBy?: PackageSortBy | string;
|
|
310
250
|
}
|
|
311
|
-
export declare namespace PackageAggregation {
|
|
312
|
-
|
|
313
|
-
const filterSensitiveLog: (obj: PackageAggregation) => any;
|
|
314
|
-
}
|
|
315
251
|
export declare enum RepositorySortBy {
|
|
316
252
|
AFFECTED_IMAGES = "AFFECTED_IMAGES",
|
|
317
253
|
ALL = "ALL",
|
|
@@ -327,10 +263,6 @@ export interface RepositoryAggregation {
|
|
|
327
263
|
|
|
328
264
|
sortBy?: RepositorySortBy | string;
|
|
329
265
|
}
|
|
330
|
-
export declare namespace RepositoryAggregation {
|
|
331
|
-
|
|
332
|
-
const filterSensitiveLog: (obj: RepositoryAggregation) => any;
|
|
333
|
-
}
|
|
334
266
|
export declare enum TitleSortBy {
|
|
335
267
|
ALL = "ALL",
|
|
336
268
|
CRITICAL = "CRITICAL",
|
|
@@ -349,10 +281,6 @@ export interface TitleAggregation {
|
|
|
349
281
|
|
|
350
282
|
sortBy?: TitleSortBy | string;
|
|
351
283
|
}
|
|
352
|
-
export declare namespace TitleAggregation {
|
|
353
|
-
|
|
354
|
-
const filterSensitiveLog: (obj: TitleAggregation) => any;
|
|
355
|
-
}
|
|
356
284
|
|
|
357
285
|
export declare type AggregationRequest = AggregationRequest.AccountAggregationMember | AggregationRequest.AmiAggregationMember | AggregationRequest.AwsEcrContainerAggregationMember | AggregationRequest.Ec2InstanceAggregationMember | AggregationRequest.FindingTypeAggregationMember | AggregationRequest.ImageLayerAggregationMember | AggregationRequest.PackageAggregationMember | AggregationRequest.RepositoryAggregationMember | AggregationRequest.TitleAggregationMember | AggregationRequest.$UnknownMember;
|
|
358
286
|
export declare namespace AggregationRequest {
|
|
@@ -501,8 +429,6 @@ export declare namespace AggregationRequest {
|
|
|
501
429
|
_: (name: string, value: any) => T;
|
|
502
430
|
}
|
|
503
431
|
const visit: <T>(value: AggregationRequest, visitor: Visitor<T>) => T;
|
|
504
|
-
|
|
505
|
-
const filterSensitiveLog: (obj: AggregationRequest) => any;
|
|
506
432
|
}
|
|
507
433
|
|
|
508
434
|
export interface AmiAggregationResponse {
|
|
@@ -515,10 +441,6 @@ export interface AmiAggregationResponse {
|
|
|
515
441
|
|
|
516
442
|
affectedInstances?: number;
|
|
517
443
|
}
|
|
518
|
-
export declare namespace AmiAggregationResponse {
|
|
519
|
-
|
|
520
|
-
const filterSensitiveLog: (obj: AmiAggregationResponse) => any;
|
|
521
|
-
}
|
|
522
444
|
|
|
523
445
|
export interface AwsEcrContainerAggregationResponse {
|
|
524
446
|
|
|
@@ -536,10 +458,6 @@ export interface AwsEcrContainerAggregationResponse {
|
|
|
536
458
|
|
|
537
459
|
severityCounts?: SeverityCounts;
|
|
538
460
|
}
|
|
539
|
-
export declare namespace AwsEcrContainerAggregationResponse {
|
|
540
|
-
|
|
541
|
-
const filterSensitiveLog: (obj: AwsEcrContainerAggregationResponse) => any;
|
|
542
|
-
}
|
|
543
461
|
|
|
544
462
|
export interface Ec2InstanceAggregationResponse {
|
|
545
463
|
|
|
@@ -557,10 +475,6 @@ export interface Ec2InstanceAggregationResponse {
|
|
|
557
475
|
|
|
558
476
|
networkFindings?: number;
|
|
559
477
|
}
|
|
560
|
-
export declare namespace Ec2InstanceAggregationResponse {
|
|
561
|
-
|
|
562
|
-
const filterSensitiveLog: (obj: Ec2InstanceAggregationResponse) => any;
|
|
563
|
-
}
|
|
564
478
|
|
|
565
479
|
export interface FindingTypeAggregationResponse {
|
|
566
480
|
|
|
@@ -568,10 +482,6 @@ export interface FindingTypeAggregationResponse {
|
|
|
568
482
|
|
|
569
483
|
severityCounts?: SeverityCounts;
|
|
570
484
|
}
|
|
571
|
-
export declare namespace FindingTypeAggregationResponse {
|
|
572
|
-
|
|
573
|
-
const filterSensitiveLog: (obj: FindingTypeAggregationResponse) => any;
|
|
574
|
-
}
|
|
575
485
|
|
|
576
486
|
export interface ImageLayerAggregationResponse {
|
|
577
487
|
|
|
@@ -585,10 +495,6 @@ export interface ImageLayerAggregationResponse {
|
|
|
585
495
|
|
|
586
496
|
severityCounts?: SeverityCounts;
|
|
587
497
|
}
|
|
588
|
-
export declare namespace ImageLayerAggregationResponse {
|
|
589
|
-
|
|
590
|
-
const filterSensitiveLog: (obj: ImageLayerAggregationResponse) => any;
|
|
591
|
-
}
|
|
592
498
|
|
|
593
499
|
export interface PackageAggregationResponse {
|
|
594
500
|
|
|
@@ -598,10 +504,6 @@ export interface PackageAggregationResponse {
|
|
|
598
504
|
|
|
599
505
|
severityCounts?: SeverityCounts;
|
|
600
506
|
}
|
|
601
|
-
export declare namespace PackageAggregationResponse {
|
|
602
|
-
|
|
603
|
-
const filterSensitiveLog: (obj: PackageAggregationResponse) => any;
|
|
604
|
-
}
|
|
605
507
|
|
|
606
508
|
export interface RepositoryAggregationResponse {
|
|
607
509
|
|
|
@@ -613,10 +515,6 @@ export interface RepositoryAggregationResponse {
|
|
|
613
515
|
|
|
614
516
|
affectedImages?: number;
|
|
615
517
|
}
|
|
616
|
-
export declare namespace RepositoryAggregationResponse {
|
|
617
|
-
|
|
618
|
-
const filterSensitiveLog: (obj: RepositoryAggregationResponse) => any;
|
|
619
|
-
}
|
|
620
518
|
|
|
621
519
|
export interface TitleAggregationResponse {
|
|
622
520
|
|
|
@@ -628,10 +526,6 @@ export interface TitleAggregationResponse {
|
|
|
628
526
|
|
|
629
527
|
severityCounts?: SeverityCounts;
|
|
630
528
|
}
|
|
631
|
-
export declare namespace TitleAggregationResponse {
|
|
632
|
-
|
|
633
|
-
const filterSensitiveLog: (obj: TitleAggregationResponse) => any;
|
|
634
|
-
}
|
|
635
529
|
|
|
636
530
|
export declare type AggregationResponse = AggregationResponse.AccountAggregationMember | AggregationResponse.AmiAggregationMember | AggregationResponse.AwsEcrContainerAggregationMember | AggregationResponse.Ec2InstanceAggregationMember | AggregationResponse.FindingTypeAggregationMember | AggregationResponse.ImageLayerAggregationMember | AggregationResponse.PackageAggregationMember | AggregationResponse.RepositoryAggregationMember | AggregationResponse.TitleAggregationMember | AggregationResponse.$UnknownMember;
|
|
637
531
|
export declare namespace AggregationResponse {
|
|
@@ -780,8 +674,6 @@ export declare namespace AggregationResponse {
|
|
|
780
674
|
_: (name: string, value: any) => T;
|
|
781
675
|
}
|
|
782
676
|
const visit: <T>(value: AggregationResponse, visitor: Visitor<T>) => T;
|
|
783
|
-
|
|
784
|
-
const filterSensitiveLog: (obj: AggregationResponse) => any;
|
|
785
677
|
}
|
|
786
678
|
export declare enum AggregationType {
|
|
787
679
|
ACCOUNT = "ACCOUNT",
|
|
@@ -798,18 +690,10 @@ export interface AssociateMemberRequest {
|
|
|
798
690
|
|
|
799
691
|
accountId: string | undefined;
|
|
800
692
|
}
|
|
801
|
-
export declare namespace AssociateMemberRequest {
|
|
802
|
-
|
|
803
|
-
const filterSensitiveLog: (obj: AssociateMemberRequest) => any;
|
|
804
|
-
}
|
|
805
693
|
export interface AssociateMemberResponse {
|
|
806
694
|
|
|
807
695
|
accountId: string | undefined;
|
|
808
696
|
}
|
|
809
|
-
export declare namespace AssociateMemberResponse {
|
|
810
|
-
|
|
811
|
-
const filterSensitiveLog: (obj: AssociateMemberResponse) => any;
|
|
812
|
-
}
|
|
813
697
|
|
|
814
698
|
export declare class InternalServerException extends __BaseException {
|
|
815
699
|
readonly name: "InternalServerException";
|
|
@@ -834,10 +718,6 @@ export interface ValidationExceptionField {
|
|
|
834
718
|
|
|
835
719
|
message: string | undefined;
|
|
836
720
|
}
|
|
837
|
-
export declare namespace ValidationExceptionField {
|
|
838
|
-
|
|
839
|
-
const filterSensitiveLog: (obj: ValidationExceptionField) => any;
|
|
840
|
-
}
|
|
841
721
|
export declare enum ValidationExceptionReason {
|
|
842
722
|
CANNOT_PARSE = "CANNOT_PARSE",
|
|
843
723
|
FIELD_VALIDATION_FAILED = "FIELD_VALIDATION_FAILED",
|
|
@@ -861,10 +741,6 @@ export interface AutoEnable {
|
|
|
861
741
|
|
|
862
742
|
ecr: boolean | undefined;
|
|
863
743
|
}
|
|
864
|
-
export declare namespace AutoEnable {
|
|
865
|
-
|
|
866
|
-
const filterSensitiveLog: (obj: AutoEnable) => any;
|
|
867
|
-
}
|
|
868
744
|
|
|
869
745
|
export interface AwsEc2InstanceDetails {
|
|
870
746
|
|
|
@@ -888,10 +764,6 @@ export interface AwsEc2InstanceDetails {
|
|
|
888
764
|
|
|
889
765
|
platform?: string;
|
|
890
766
|
}
|
|
891
|
-
export declare namespace AwsEc2InstanceDetails {
|
|
892
|
-
|
|
893
|
-
const filterSensitiveLog: (obj: AwsEc2InstanceDetails) => any;
|
|
894
|
-
}
|
|
895
767
|
|
|
896
768
|
export interface AwsEcrContainerImageDetails {
|
|
897
769
|
|
|
@@ -911,10 +783,6 @@ export interface AwsEcrContainerImageDetails {
|
|
|
911
783
|
|
|
912
784
|
platform?: string;
|
|
913
785
|
}
|
|
914
|
-
export declare namespace AwsEcrContainerImageDetails {
|
|
915
|
-
|
|
916
|
-
const filterSensitiveLog: (obj: AwsEcrContainerImageDetails) => any;
|
|
917
|
-
}
|
|
918
786
|
|
|
919
787
|
export declare class BadRequestException extends __BaseException {
|
|
920
788
|
readonly name: "BadRequestException";
|
|
@@ -926,10 +794,6 @@ export interface BatchGetAccountStatusRequest {
|
|
|
926
794
|
|
|
927
795
|
accountIds?: string[];
|
|
928
796
|
}
|
|
929
|
-
export declare namespace BatchGetAccountStatusRequest {
|
|
930
|
-
|
|
931
|
-
const filterSensitiveLog: (obj: BatchGetAccountStatusRequest) => any;
|
|
932
|
-
}
|
|
933
797
|
|
|
934
798
|
export interface FailedAccount {
|
|
935
799
|
|
|
@@ -943,20 +807,12 @@ export interface FailedAccount {
|
|
|
943
807
|
|
|
944
808
|
errorMessage: string | undefined;
|
|
945
809
|
}
|
|
946
|
-
export declare namespace FailedAccount {
|
|
947
|
-
|
|
948
|
-
const filterSensitiveLog: (obj: FailedAccount) => any;
|
|
949
|
-
}
|
|
950
810
|
export interface BatchGetAccountStatusResponse {
|
|
951
811
|
|
|
952
812
|
accounts: AccountState[] | undefined;
|
|
953
813
|
|
|
954
814
|
failedAccounts?: FailedAccount[];
|
|
955
815
|
}
|
|
956
|
-
export declare namespace BatchGetAccountStatusResponse {
|
|
957
|
-
|
|
958
|
-
const filterSensitiveLog: (obj: BatchGetAccountStatusResponse) => any;
|
|
959
|
-
}
|
|
960
816
|
|
|
961
817
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
962
818
|
readonly name: "ResourceNotFoundException";
|
|
@@ -968,10 +824,6 @@ export interface BatchGetFreeTrialInfoRequest {
|
|
|
968
824
|
|
|
969
825
|
accountIds: string[] | undefined;
|
|
970
826
|
}
|
|
971
|
-
export declare namespace BatchGetFreeTrialInfoRequest {
|
|
972
|
-
|
|
973
|
-
const filterSensitiveLog: (obj: BatchGetFreeTrialInfoRequest) => any;
|
|
974
|
-
}
|
|
975
827
|
export declare enum FreeTrialStatus {
|
|
976
828
|
ACTIVE = "ACTIVE",
|
|
977
829
|
INACTIVE = "INACTIVE"
|
|
@@ -991,10 +843,6 @@ export interface FreeTrialInfo {
|
|
|
991
843
|
|
|
992
844
|
status: FreeTrialStatus | string | undefined;
|
|
993
845
|
}
|
|
994
|
-
export declare namespace FreeTrialInfo {
|
|
995
|
-
|
|
996
|
-
const filterSensitiveLog: (obj: FreeTrialInfo) => any;
|
|
997
|
-
}
|
|
998
846
|
|
|
999
847
|
export interface FreeTrialAccountInfo {
|
|
1000
848
|
|
|
@@ -1002,10 +850,6 @@ export interface FreeTrialAccountInfo {
|
|
|
1002
850
|
|
|
1003
851
|
freeTrialInfo: FreeTrialInfo[] | undefined;
|
|
1004
852
|
}
|
|
1005
|
-
export declare namespace FreeTrialAccountInfo {
|
|
1006
|
-
|
|
1007
|
-
const filterSensitiveLog: (obj: FreeTrialAccountInfo) => any;
|
|
1008
|
-
}
|
|
1009
853
|
export declare enum FreeTrialInfoErrorCode {
|
|
1010
854
|
ACCESS_DENIED = "ACCESS_DENIED",
|
|
1011
855
|
INTERNAL_ERROR = "INTERNAL_ERROR"
|
|
@@ -1019,36 +863,20 @@ export interface FreeTrialInfoError {
|
|
|
1019
863
|
|
|
1020
864
|
message: string | undefined;
|
|
1021
865
|
}
|
|
1022
|
-
export declare namespace FreeTrialInfoError {
|
|
1023
|
-
|
|
1024
|
-
const filterSensitiveLog: (obj: FreeTrialInfoError) => any;
|
|
1025
|
-
}
|
|
1026
866
|
export interface BatchGetFreeTrialInfoResponse {
|
|
1027
867
|
|
|
1028
868
|
accounts: FreeTrialAccountInfo[] | undefined;
|
|
1029
869
|
|
|
1030
870
|
failedAccounts: FreeTrialInfoError[] | undefined;
|
|
1031
871
|
}
|
|
1032
|
-
export declare namespace BatchGetFreeTrialInfoResponse {
|
|
1033
|
-
|
|
1034
|
-
const filterSensitiveLog: (obj: BatchGetFreeTrialInfoResponse) => any;
|
|
1035
|
-
}
|
|
1036
872
|
export interface CancelFindingsReportRequest {
|
|
1037
873
|
|
|
1038
874
|
reportId: string | undefined;
|
|
1039
875
|
}
|
|
1040
|
-
export declare namespace CancelFindingsReportRequest {
|
|
1041
|
-
|
|
1042
|
-
const filterSensitiveLog: (obj: CancelFindingsReportRequest) => any;
|
|
1043
|
-
}
|
|
1044
876
|
export interface CancelFindingsReportResponse {
|
|
1045
877
|
|
|
1046
878
|
reportId: string | undefined;
|
|
1047
879
|
}
|
|
1048
|
-
export declare namespace CancelFindingsReportResponse {
|
|
1049
|
-
|
|
1050
|
-
const filterSensitiveLog: (obj: CancelFindingsReportResponse) => any;
|
|
1051
|
-
}
|
|
1052
880
|
|
|
1053
881
|
export declare class ConflictException extends __BaseException {
|
|
1054
882
|
readonly name: "ConflictException";
|
|
@@ -1074,10 +902,6 @@ export interface Counts {
|
|
|
1074
902
|
|
|
1075
903
|
groupKey?: GroupKey | string;
|
|
1076
904
|
}
|
|
1077
|
-
export declare namespace Counts {
|
|
1078
|
-
|
|
1079
|
-
const filterSensitiveLog: (obj: Counts) => any;
|
|
1080
|
-
}
|
|
1081
905
|
export declare enum CoverageStringComparison {
|
|
1082
906
|
EQUALS = "EQUALS",
|
|
1083
907
|
NOT_EQUALS = "NOT_EQUALS"
|
|
@@ -1089,10 +913,6 @@ export interface CoverageStringFilter {
|
|
|
1089
913
|
|
|
1090
914
|
value: string | undefined;
|
|
1091
915
|
}
|
|
1092
|
-
export declare namespace CoverageStringFilter {
|
|
1093
|
-
|
|
1094
|
-
const filterSensitiveLog: (obj: CoverageStringFilter) => any;
|
|
1095
|
-
}
|
|
1096
916
|
export declare enum CoverageMapComparison {
|
|
1097
917
|
EQUALS = "EQUALS"
|
|
1098
918
|
}
|
|
@@ -1105,10 +925,6 @@ export interface CoverageMapFilter {
|
|
|
1105
925
|
|
|
1106
926
|
value?: string;
|
|
1107
927
|
}
|
|
1108
|
-
export declare namespace CoverageMapFilter {
|
|
1109
|
-
|
|
1110
|
-
const filterSensitiveLog: (obj: CoverageMapFilter) => any;
|
|
1111
|
-
}
|
|
1112
928
|
|
|
1113
929
|
export interface CoverageFilterCriteria {
|
|
1114
930
|
|
|
@@ -1130,10 +946,6 @@ export interface CoverageFilterCriteria {
|
|
|
1130
946
|
|
|
1131
947
|
ec2InstanceTags?: CoverageMapFilter[];
|
|
1132
948
|
}
|
|
1133
|
-
export declare namespace CoverageFilterCriteria {
|
|
1134
|
-
|
|
1135
|
-
const filterSensitiveLog: (obj: CoverageFilterCriteria) => any;
|
|
1136
|
-
}
|
|
1137
949
|
export declare enum CoverageResourceType {
|
|
1138
950
|
AWS_EC2_INSTANCE = "AWS_EC2_INSTANCE",
|
|
1139
951
|
AWS_ECR_CONTAINER_IMAGE = "AWS_ECR_CONTAINER_IMAGE",
|
|
@@ -1153,19 +965,11 @@ export interface Ec2Metadata {
|
|
|
1153
965
|
|
|
1154
966
|
platform?: Ec2Platform | string;
|
|
1155
967
|
}
|
|
1156
|
-
export declare namespace Ec2Metadata {
|
|
1157
|
-
|
|
1158
|
-
const filterSensitiveLog: (obj: Ec2Metadata) => any;
|
|
1159
|
-
}
|
|
1160
968
|
|
|
1161
969
|
export interface EcrContainerImageMetadata {
|
|
1162
970
|
|
|
1163
971
|
tags?: string[];
|
|
1164
972
|
}
|
|
1165
|
-
export declare namespace EcrContainerImageMetadata {
|
|
1166
|
-
|
|
1167
|
-
const filterSensitiveLog: (obj: EcrContainerImageMetadata) => any;
|
|
1168
|
-
}
|
|
1169
973
|
export declare enum EcrScanFrequency {
|
|
1170
974
|
CONTINUOUS_SCAN = "CONTINUOUS_SCAN",
|
|
1171
975
|
MANUAL = "MANUAL",
|
|
@@ -1178,10 +982,6 @@ export interface EcrRepositoryMetadata {
|
|
|
1178
982
|
|
|
1179
983
|
scanFrequency?: EcrScanFrequency | string;
|
|
1180
984
|
}
|
|
1181
|
-
export declare namespace EcrRepositoryMetadata {
|
|
1182
|
-
|
|
1183
|
-
const filterSensitiveLog: (obj: EcrRepositoryMetadata) => any;
|
|
1184
|
-
}
|
|
1185
985
|
|
|
1186
986
|
export interface ResourceScanMetadata {
|
|
1187
987
|
|
|
@@ -1191,10 +991,6 @@ export interface ResourceScanMetadata {
|
|
|
1191
991
|
|
|
1192
992
|
ec2?: Ec2Metadata;
|
|
1193
993
|
}
|
|
1194
|
-
export declare namespace ResourceScanMetadata {
|
|
1195
|
-
|
|
1196
|
-
const filterSensitiveLog: (obj: ResourceScanMetadata) => any;
|
|
1197
|
-
}
|
|
1198
994
|
export declare enum ScanStatusReason {
|
|
1199
995
|
ACCESS_DENIED = "ACCESS_DENIED",
|
|
1200
996
|
EC2_INSTANCE_STOPPED = "EC2_INSTANCE_STOPPED",
|
|
@@ -1222,10 +1018,6 @@ export interface ScanStatus {
|
|
|
1222
1018
|
|
|
1223
1019
|
reason: ScanStatusReason | string | undefined;
|
|
1224
1020
|
}
|
|
1225
|
-
export declare namespace ScanStatus {
|
|
1226
|
-
|
|
1227
|
-
const filterSensitiveLog: (obj: ScanStatus) => any;
|
|
1228
|
-
}
|
|
1229
1021
|
export declare enum ScanType {
|
|
1230
1022
|
NETWORK = "NETWORK",
|
|
1231
1023
|
PACKAGE = "PACKAGE"
|
|
@@ -1245,10 +1037,6 @@ export interface CoveredResource {
|
|
|
1245
1037
|
|
|
1246
1038
|
resourceMetadata?: ResourceScanMetadata;
|
|
1247
1039
|
}
|
|
1248
|
-
export declare namespace CoveredResource {
|
|
1249
|
-
|
|
1250
|
-
const filterSensitiveLog: (obj: CoveredResource) => any;
|
|
1251
|
-
}
|
|
1252
1040
|
export declare enum FilterAction {
|
|
1253
1041
|
NONE = "NONE",
|
|
1254
1042
|
SUPPRESS = "SUPPRESS"
|
|
@@ -1260,10 +1048,6 @@ export interface DateFilter {
|
|
|
1260
1048
|
|
|
1261
1049
|
endInclusive?: Date;
|
|
1262
1050
|
}
|
|
1263
|
-
export declare namespace DateFilter {
|
|
1264
|
-
|
|
1265
|
-
const filterSensitiveLog: (obj: DateFilter) => any;
|
|
1266
|
-
}
|
|
1267
1051
|
|
|
1268
1052
|
export interface NumberFilter {
|
|
1269
1053
|
|
|
@@ -1271,10 +1055,6 @@ export interface NumberFilter {
|
|
|
1271
1055
|
|
|
1272
1056
|
lowerInclusive?: number;
|
|
1273
1057
|
}
|
|
1274
|
-
export declare namespace NumberFilter {
|
|
1275
|
-
|
|
1276
|
-
const filterSensitiveLog: (obj: NumberFilter) => any;
|
|
1277
|
-
}
|
|
1278
1058
|
|
|
1279
1059
|
export interface PortRangeFilter {
|
|
1280
1060
|
|
|
@@ -1282,10 +1062,6 @@ export interface PortRangeFilter {
|
|
|
1282
1062
|
|
|
1283
1063
|
endInclusive?: number;
|
|
1284
1064
|
}
|
|
1285
|
-
export declare namespace PortRangeFilter {
|
|
1286
|
-
|
|
1287
|
-
const filterSensitiveLog: (obj: PortRangeFilter) => any;
|
|
1288
|
-
}
|
|
1289
1065
|
|
|
1290
1066
|
export interface PackageFilter {
|
|
1291
1067
|
|
|
@@ -1301,10 +1077,6 @@ export interface PackageFilter {
|
|
|
1301
1077
|
|
|
1302
1078
|
sourceLayerHash?: StringFilter;
|
|
1303
1079
|
}
|
|
1304
|
-
export declare namespace PackageFilter {
|
|
1305
|
-
|
|
1306
|
-
const filterSensitiveLog: (obj: PackageFilter) => any;
|
|
1307
|
-
}
|
|
1308
1080
|
|
|
1309
1081
|
export interface FilterCriteria {
|
|
1310
1082
|
|
|
@@ -1370,10 +1142,6 @@ export interface FilterCriteria {
|
|
|
1370
1142
|
|
|
1371
1143
|
relatedVulnerabilities?: StringFilter[];
|
|
1372
1144
|
}
|
|
1373
|
-
export declare namespace FilterCriteria {
|
|
1374
|
-
|
|
1375
|
-
const filterSensitiveLog: (obj: FilterCriteria) => any;
|
|
1376
|
-
}
|
|
1377
1145
|
export interface CreateFilterRequest {
|
|
1378
1146
|
|
|
1379
1147
|
action: FilterAction | string | undefined;
|
|
@@ -1388,18 +1156,10 @@ export interface CreateFilterRequest {
|
|
|
1388
1156
|
|
|
1389
1157
|
reason?: string;
|
|
1390
1158
|
}
|
|
1391
|
-
export declare namespace CreateFilterRequest {
|
|
1392
|
-
|
|
1393
|
-
const filterSensitiveLog: (obj: CreateFilterRequest) => any;
|
|
1394
|
-
}
|
|
1395
1159
|
export interface CreateFilterResponse {
|
|
1396
1160
|
|
|
1397
1161
|
arn: string | undefined;
|
|
1398
1162
|
}
|
|
1399
|
-
export declare namespace CreateFilterResponse {
|
|
1400
|
-
|
|
1401
|
-
const filterSensitiveLog: (obj: CreateFilterResponse) => any;
|
|
1402
|
-
}
|
|
1403
1163
|
|
|
1404
1164
|
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
1405
1165
|
readonly name: "ServiceQuotaExceededException";
|
|
@@ -1422,10 +1182,6 @@ export interface Destination {
|
|
|
1422
1182
|
|
|
1423
1183
|
kmsKeyArn: string | undefined;
|
|
1424
1184
|
}
|
|
1425
|
-
export declare namespace Destination {
|
|
1426
|
-
|
|
1427
|
-
const filterSensitiveLog: (obj: Destination) => any;
|
|
1428
|
-
}
|
|
1429
1185
|
export interface CreateFindingsReportRequest {
|
|
1430
1186
|
|
|
1431
1187
|
filterCriteria?: FilterCriteria;
|
|
@@ -1434,18 +1190,10 @@ export interface CreateFindingsReportRequest {
|
|
|
1434
1190
|
|
|
1435
1191
|
s3Destination: Destination | undefined;
|
|
1436
1192
|
}
|
|
1437
|
-
export declare namespace CreateFindingsReportRequest {
|
|
1438
|
-
|
|
1439
|
-
const filterSensitiveLog: (obj: CreateFindingsReportRequest) => any;
|
|
1440
|
-
}
|
|
1441
1193
|
export interface CreateFindingsReportResponse {
|
|
1442
1194
|
|
|
1443
1195
|
reportId?: string;
|
|
1444
1196
|
}
|
|
1445
|
-
export declare namespace CreateFindingsReportResponse {
|
|
1446
|
-
|
|
1447
|
-
const filterSensitiveLog: (obj: CreateFindingsReportResponse) => any;
|
|
1448
|
-
}
|
|
1449
1197
|
export declare enum Currency {
|
|
1450
1198
|
USD = "USD"
|
|
1451
1199
|
}
|
|
@@ -1460,10 +1208,6 @@ export interface CvssScore {
|
|
|
1460
1208
|
|
|
1461
1209
|
source: string | undefined;
|
|
1462
1210
|
}
|
|
1463
|
-
export declare namespace CvssScore {
|
|
1464
|
-
|
|
1465
|
-
const filterSensitiveLog: (obj: CvssScore) => any;
|
|
1466
|
-
}
|
|
1467
1211
|
|
|
1468
1212
|
export interface CvssScoreAdjustment {
|
|
1469
1213
|
|
|
@@ -1471,10 +1215,6 @@ export interface CvssScoreAdjustment {
|
|
|
1471
1215
|
|
|
1472
1216
|
reason: string | undefined;
|
|
1473
1217
|
}
|
|
1474
|
-
export declare namespace CvssScoreAdjustment {
|
|
1475
|
-
|
|
1476
|
-
const filterSensitiveLog: (obj: CvssScoreAdjustment) => any;
|
|
1477
|
-
}
|
|
1478
1218
|
|
|
1479
1219
|
export interface CvssScoreDetails {
|
|
1480
1220
|
|
|
@@ -1490,10 +1230,6 @@ export interface CvssScoreDetails {
|
|
|
1490
1230
|
|
|
1491
1231
|
adjustments?: CvssScoreAdjustment[];
|
|
1492
1232
|
}
|
|
1493
|
-
export declare namespace CvssScoreDetails {
|
|
1494
|
-
|
|
1495
|
-
const filterSensitiveLog: (obj: CvssScoreDetails) => any;
|
|
1496
|
-
}
|
|
1497
1233
|
export declare enum RelationshipStatus {
|
|
1498
1234
|
ACCOUNT_SUSPENDED = "ACCOUNT_SUSPENDED",
|
|
1499
1235
|
CANNOT_CREATE_DETECTOR_IN_ORG_MASTER = "CANNOT_CREATE_DETECTOR_IN_ORG_MASTER",
|
|
@@ -1515,10 +1251,6 @@ export interface DelegatedAdmin {
|
|
|
1515
1251
|
|
|
1516
1252
|
relationshipStatus?: RelationshipStatus | string;
|
|
1517
1253
|
}
|
|
1518
|
-
export declare namespace DelegatedAdmin {
|
|
1519
|
-
|
|
1520
|
-
const filterSensitiveLog: (obj: DelegatedAdmin) => any;
|
|
1521
|
-
}
|
|
1522
1254
|
export declare enum DelegatedAdminStatus {
|
|
1523
1255
|
DISABLE_IN_PROGRESS = "DISABLE_IN_PROGRESS",
|
|
1524
1256
|
ENABLED = "ENABLED"
|
|
@@ -1530,42 +1262,22 @@ export interface DelegatedAdminAccount {
|
|
|
1530
1262
|
|
|
1531
1263
|
status?: DelegatedAdminStatus | string;
|
|
1532
1264
|
}
|
|
1533
|
-
export declare namespace DelegatedAdminAccount {
|
|
1534
|
-
|
|
1535
|
-
const filterSensitiveLog: (obj: DelegatedAdminAccount) => any;
|
|
1536
|
-
}
|
|
1537
1265
|
export interface DeleteFilterRequest {
|
|
1538
1266
|
|
|
1539
1267
|
arn: string | undefined;
|
|
1540
1268
|
}
|
|
1541
|
-
export declare namespace DeleteFilterRequest {
|
|
1542
|
-
|
|
1543
|
-
const filterSensitiveLog: (obj: DeleteFilterRequest) => any;
|
|
1544
|
-
}
|
|
1545
1269
|
export interface DeleteFilterResponse {
|
|
1546
1270
|
|
|
1547
1271
|
arn: string | undefined;
|
|
1548
1272
|
}
|
|
1549
|
-
export declare namespace DeleteFilterResponse {
|
|
1550
|
-
|
|
1551
|
-
const filterSensitiveLog: (obj: DeleteFilterResponse) => any;
|
|
1552
|
-
}
|
|
1553
1273
|
export interface DescribeOrganizationConfigurationRequest {
|
|
1554
1274
|
}
|
|
1555
|
-
export declare namespace DescribeOrganizationConfigurationRequest {
|
|
1556
|
-
|
|
1557
|
-
const filterSensitiveLog: (obj: DescribeOrganizationConfigurationRequest) => any;
|
|
1558
|
-
}
|
|
1559
1275
|
export interface DescribeOrganizationConfigurationResponse {
|
|
1560
1276
|
|
|
1561
1277
|
autoEnable?: AutoEnable;
|
|
1562
1278
|
|
|
1563
1279
|
maxAccountLimitReached?: boolean;
|
|
1564
1280
|
}
|
|
1565
|
-
export declare namespace DescribeOrganizationConfigurationResponse {
|
|
1566
|
-
|
|
1567
|
-
const filterSensitiveLog: (obj: DescribeOrganizationConfigurationResponse) => any;
|
|
1568
|
-
}
|
|
1569
1281
|
export declare enum ResourceScanType {
|
|
1570
1282
|
EC2 = "EC2",
|
|
1571
1283
|
ECR = "ECR"
|
|
@@ -1576,52 +1288,28 @@ export interface DisableRequest {
|
|
|
1576
1288
|
|
|
1577
1289
|
resourceTypes?: (ResourceScanType | string)[];
|
|
1578
1290
|
}
|
|
1579
|
-
export declare namespace DisableRequest {
|
|
1580
|
-
|
|
1581
|
-
const filterSensitiveLog: (obj: DisableRequest) => any;
|
|
1582
|
-
}
|
|
1583
1291
|
export interface DisableResponse {
|
|
1584
1292
|
|
|
1585
1293
|
accounts: Account[] | undefined;
|
|
1586
1294
|
|
|
1587
1295
|
failedAccounts?: FailedAccount[];
|
|
1588
1296
|
}
|
|
1589
|
-
export declare namespace DisableResponse {
|
|
1590
|
-
|
|
1591
|
-
const filterSensitiveLog: (obj: DisableResponse) => any;
|
|
1592
|
-
}
|
|
1593
1297
|
export interface DisableDelegatedAdminAccountRequest {
|
|
1594
1298
|
|
|
1595
1299
|
delegatedAdminAccountId: string | undefined;
|
|
1596
1300
|
}
|
|
1597
|
-
export declare namespace DisableDelegatedAdminAccountRequest {
|
|
1598
|
-
|
|
1599
|
-
const filterSensitiveLog: (obj: DisableDelegatedAdminAccountRequest) => any;
|
|
1600
|
-
}
|
|
1601
1301
|
export interface DisableDelegatedAdminAccountResponse {
|
|
1602
1302
|
|
|
1603
1303
|
delegatedAdminAccountId: string | undefined;
|
|
1604
1304
|
}
|
|
1605
|
-
export declare namespace DisableDelegatedAdminAccountResponse {
|
|
1606
|
-
|
|
1607
|
-
const filterSensitiveLog: (obj: DisableDelegatedAdminAccountResponse) => any;
|
|
1608
|
-
}
|
|
1609
1305
|
export interface DisassociateMemberRequest {
|
|
1610
1306
|
|
|
1611
1307
|
accountId: string | undefined;
|
|
1612
1308
|
}
|
|
1613
|
-
export declare namespace DisassociateMemberRequest {
|
|
1614
|
-
|
|
1615
|
-
const filterSensitiveLog: (obj: DisassociateMemberRequest) => any;
|
|
1616
|
-
}
|
|
1617
1309
|
export interface DisassociateMemberResponse {
|
|
1618
1310
|
|
|
1619
1311
|
accountId: string | undefined;
|
|
1620
1312
|
}
|
|
1621
|
-
export declare namespace DisassociateMemberResponse {
|
|
1622
|
-
|
|
1623
|
-
const filterSensitiveLog: (obj: DisassociateMemberResponse) => any;
|
|
1624
|
-
}
|
|
1625
1313
|
export declare enum EcrRescanDuration {
|
|
1626
1314
|
DAYS_180 = "DAYS_180",
|
|
1627
1315
|
DAYS_30 = "DAYS_30",
|
|
@@ -1632,10 +1320,6 @@ export interface EcrConfiguration {
|
|
|
1632
1320
|
|
|
1633
1321
|
rescanDuration: EcrRescanDuration | string | undefined;
|
|
1634
1322
|
}
|
|
1635
|
-
export declare namespace EcrConfiguration {
|
|
1636
|
-
|
|
1637
|
-
const filterSensitiveLog: (obj: EcrConfiguration) => any;
|
|
1638
|
-
}
|
|
1639
1323
|
export declare enum EcrRescanDurationStatus {
|
|
1640
1324
|
FAILED = "FAILED",
|
|
1641
1325
|
PENDING = "PENDING",
|
|
@@ -1650,19 +1334,11 @@ export interface EcrRescanDurationState {
|
|
|
1650
1334
|
|
|
1651
1335
|
updatedAt?: Date;
|
|
1652
1336
|
}
|
|
1653
|
-
export declare namespace EcrRescanDurationState {
|
|
1654
|
-
|
|
1655
|
-
const filterSensitiveLog: (obj: EcrRescanDurationState) => any;
|
|
1656
|
-
}
|
|
1657
1337
|
|
|
1658
1338
|
export interface EcrConfigurationState {
|
|
1659
1339
|
|
|
1660
1340
|
rescanDurationState?: EcrRescanDurationState;
|
|
1661
1341
|
}
|
|
1662
|
-
export declare namespace EcrConfigurationState {
|
|
1663
|
-
|
|
1664
|
-
const filterSensitiveLog: (obj: EcrConfigurationState) => any;
|
|
1665
|
-
}
|
|
1666
1342
|
export interface EnableRequest {
|
|
1667
1343
|
|
|
1668
1344
|
accountIds?: string[];
|
|
@@ -1671,38 +1347,22 @@ export interface EnableRequest {
|
|
|
1671
1347
|
|
|
1672
1348
|
clientToken?: string;
|
|
1673
1349
|
}
|
|
1674
|
-
export declare namespace EnableRequest {
|
|
1675
|
-
|
|
1676
|
-
const filterSensitiveLog: (obj: EnableRequest) => any;
|
|
1677
|
-
}
|
|
1678
1350
|
export interface EnableResponse {
|
|
1679
1351
|
|
|
1680
1352
|
accounts: Account[] | undefined;
|
|
1681
1353
|
|
|
1682
1354
|
failedAccounts?: FailedAccount[];
|
|
1683
1355
|
}
|
|
1684
|
-
export declare namespace EnableResponse {
|
|
1685
|
-
|
|
1686
|
-
const filterSensitiveLog: (obj: EnableResponse) => any;
|
|
1687
|
-
}
|
|
1688
1356
|
export interface EnableDelegatedAdminAccountRequest {
|
|
1689
1357
|
|
|
1690
1358
|
delegatedAdminAccountId: string | undefined;
|
|
1691
1359
|
|
|
1692
1360
|
clientToken?: string;
|
|
1693
1361
|
}
|
|
1694
|
-
export declare namespace EnableDelegatedAdminAccountRequest {
|
|
1695
|
-
|
|
1696
|
-
const filterSensitiveLog: (obj: EnableDelegatedAdminAccountRequest) => any;
|
|
1697
|
-
}
|
|
1698
1362
|
export interface EnableDelegatedAdminAccountResponse {
|
|
1699
1363
|
|
|
1700
1364
|
delegatedAdminAccountId: string | undefined;
|
|
1701
1365
|
}
|
|
1702
|
-
export declare namespace EnableDelegatedAdminAccountResponse {
|
|
1703
|
-
|
|
1704
|
-
const filterSensitiveLog: (obj: EnableDelegatedAdminAccountResponse) => any;
|
|
1705
|
-
}
|
|
1706
1366
|
export declare enum ExternalReportStatus {
|
|
1707
1367
|
CANCELLED = "CANCELLED",
|
|
1708
1368
|
FAILED = "FAILED",
|
|
@@ -1732,19 +1392,11 @@ export interface Filter {
|
|
|
1732
1392
|
|
|
1733
1393
|
tags?: Record<string, string>;
|
|
1734
1394
|
}
|
|
1735
|
-
export declare namespace Filter {
|
|
1736
|
-
|
|
1737
|
-
const filterSensitiveLog: (obj: Filter) => any;
|
|
1738
|
-
}
|
|
1739
1395
|
|
|
1740
1396
|
export interface InspectorScoreDetails {
|
|
1741
1397
|
|
|
1742
1398
|
adjustedCvss?: CvssScoreDetails;
|
|
1743
1399
|
}
|
|
1744
|
-
export declare namespace InspectorScoreDetails {
|
|
1745
|
-
|
|
1746
|
-
const filterSensitiveLog: (obj: InspectorScoreDetails) => any;
|
|
1747
|
-
}
|
|
1748
1400
|
|
|
1749
1401
|
export interface Step {
|
|
1750
1402
|
|
|
@@ -1752,19 +1404,11 @@ export interface Step {
|
|
|
1752
1404
|
|
|
1753
1405
|
componentType: string | undefined;
|
|
1754
1406
|
}
|
|
1755
|
-
export declare namespace Step {
|
|
1756
|
-
|
|
1757
|
-
const filterSensitiveLog: (obj: Step) => any;
|
|
1758
|
-
}
|
|
1759
1407
|
|
|
1760
1408
|
export interface NetworkPath {
|
|
1761
1409
|
|
|
1762
1410
|
steps?: Step[];
|
|
1763
1411
|
}
|
|
1764
|
-
export declare namespace NetworkPath {
|
|
1765
|
-
|
|
1766
|
-
const filterSensitiveLog: (obj: NetworkPath) => any;
|
|
1767
|
-
}
|
|
1768
1412
|
|
|
1769
1413
|
export interface PortRange {
|
|
1770
1414
|
|
|
@@ -1772,10 +1416,6 @@ export interface PortRange {
|
|
|
1772
1416
|
|
|
1773
1417
|
end: number | undefined;
|
|
1774
1418
|
}
|
|
1775
|
-
export declare namespace PortRange {
|
|
1776
|
-
|
|
1777
|
-
const filterSensitiveLog: (obj: PortRange) => any;
|
|
1778
|
-
}
|
|
1779
1419
|
export declare enum NetworkProtocol {
|
|
1780
1420
|
TCP = "TCP",
|
|
1781
1421
|
UDP = "UDP"
|
|
@@ -1789,10 +1429,6 @@ export interface NetworkReachabilityDetails {
|
|
|
1789
1429
|
|
|
1790
1430
|
networkPath: NetworkPath | undefined;
|
|
1791
1431
|
}
|
|
1792
|
-
export declare namespace NetworkReachabilityDetails {
|
|
1793
|
-
|
|
1794
|
-
const filterSensitiveLog: (obj: NetworkReachabilityDetails) => any;
|
|
1795
|
-
}
|
|
1796
1432
|
export declare enum PackageManager {
|
|
1797
1433
|
BUNDLER = "BUNDLER",
|
|
1798
1434
|
CARGO = "CARGO",
|
|
@@ -1832,10 +1468,6 @@ export interface VulnerablePackage {
|
|
|
1832
1468
|
|
|
1833
1469
|
fixedInVersion?: string;
|
|
1834
1470
|
}
|
|
1835
|
-
export declare namespace VulnerablePackage {
|
|
1836
|
-
|
|
1837
|
-
const filterSensitiveLog: (obj: VulnerablePackage) => any;
|
|
1838
|
-
}
|
|
1839
1471
|
|
|
1840
1472
|
export interface PackageVulnerabilityDetails {
|
|
1841
1473
|
|
|
@@ -1859,10 +1491,6 @@ export interface PackageVulnerabilityDetails {
|
|
|
1859
1491
|
|
|
1860
1492
|
referenceUrls?: string[];
|
|
1861
1493
|
}
|
|
1862
|
-
export declare namespace PackageVulnerabilityDetails {
|
|
1863
|
-
|
|
1864
|
-
const filterSensitiveLog: (obj: PackageVulnerabilityDetails) => any;
|
|
1865
|
-
}
|
|
1866
1494
|
|
|
1867
1495
|
export interface Recommendation {
|
|
1868
1496
|
|
|
@@ -1870,19 +1498,11 @@ export interface Recommendation {
|
|
|
1870
1498
|
|
|
1871
1499
|
Url?: string;
|
|
1872
1500
|
}
|
|
1873
|
-
export declare namespace Recommendation {
|
|
1874
|
-
|
|
1875
|
-
const filterSensitiveLog: (obj: Recommendation) => any;
|
|
1876
|
-
}
|
|
1877
1501
|
|
|
1878
1502
|
export interface Remediation {
|
|
1879
1503
|
|
|
1880
1504
|
recommendation?: Recommendation;
|
|
1881
1505
|
}
|
|
1882
|
-
export declare namespace Remediation {
|
|
1883
|
-
|
|
1884
|
-
const filterSensitiveLog: (obj: Remediation) => any;
|
|
1885
|
-
}
|
|
1886
1506
|
|
|
1887
1507
|
export interface ResourceDetails {
|
|
1888
1508
|
|
|
@@ -1890,10 +1510,6 @@ export interface ResourceDetails {
|
|
|
1890
1510
|
|
|
1891
1511
|
awsEcrContainerImage?: AwsEcrContainerImageDetails;
|
|
1892
1512
|
}
|
|
1893
|
-
export declare namespace ResourceDetails {
|
|
1894
|
-
|
|
1895
|
-
const filterSensitiveLog: (obj: ResourceDetails) => any;
|
|
1896
|
-
}
|
|
1897
1513
|
export declare enum ResourceType {
|
|
1898
1514
|
AWS_EC2_INSTANCE = "AWS_EC2_INSTANCE",
|
|
1899
1515
|
AWS_ECR_CONTAINER_IMAGE = "AWS_ECR_CONTAINER_IMAGE",
|
|
@@ -1914,10 +1530,6 @@ export interface Resource {
|
|
|
1914
1530
|
|
|
1915
1531
|
details?: ResourceDetails;
|
|
1916
1532
|
}
|
|
1917
|
-
export declare namespace Resource {
|
|
1918
|
-
|
|
1919
|
-
const filterSensitiveLog: (obj: Resource) => any;
|
|
1920
|
-
}
|
|
1921
1533
|
export declare enum Severity {
|
|
1922
1534
|
CRITICAL = "CRITICAL",
|
|
1923
1535
|
HIGH = "HIGH",
|
|
@@ -1970,46 +1582,22 @@ export interface Finding {
|
|
|
1970
1582
|
|
|
1971
1583
|
packageVulnerabilityDetails?: PackageVulnerabilityDetails;
|
|
1972
1584
|
}
|
|
1973
|
-
export declare namespace Finding {
|
|
1974
|
-
|
|
1975
|
-
const filterSensitiveLog: (obj: Finding) => any;
|
|
1976
|
-
}
|
|
1977
1585
|
export interface GetConfigurationRequest {
|
|
1978
1586
|
}
|
|
1979
|
-
export declare namespace GetConfigurationRequest {
|
|
1980
|
-
|
|
1981
|
-
const filterSensitiveLog: (obj: GetConfigurationRequest) => any;
|
|
1982
|
-
}
|
|
1983
1587
|
export interface GetConfigurationResponse {
|
|
1984
1588
|
|
|
1985
1589
|
ecrConfiguration?: EcrConfigurationState;
|
|
1986
1590
|
}
|
|
1987
|
-
export declare namespace GetConfigurationResponse {
|
|
1988
|
-
|
|
1989
|
-
const filterSensitiveLog: (obj: GetConfigurationResponse) => any;
|
|
1990
|
-
}
|
|
1991
1591
|
export interface GetDelegatedAdminAccountRequest {
|
|
1992
1592
|
}
|
|
1993
|
-
export declare namespace GetDelegatedAdminAccountRequest {
|
|
1994
|
-
|
|
1995
|
-
const filterSensitiveLog: (obj: GetDelegatedAdminAccountRequest) => any;
|
|
1996
|
-
}
|
|
1997
1593
|
export interface GetDelegatedAdminAccountResponse {
|
|
1998
1594
|
|
|
1999
1595
|
delegatedAdmin?: DelegatedAdmin;
|
|
2000
1596
|
}
|
|
2001
|
-
export declare namespace GetDelegatedAdminAccountResponse {
|
|
2002
|
-
|
|
2003
|
-
const filterSensitiveLog: (obj: GetDelegatedAdminAccountResponse) => any;
|
|
2004
|
-
}
|
|
2005
1597
|
export interface GetFindingsReportStatusRequest {
|
|
2006
1598
|
|
|
2007
1599
|
reportId?: string;
|
|
2008
1600
|
}
|
|
2009
|
-
export declare namespace GetFindingsReportStatusRequest {
|
|
2010
|
-
|
|
2011
|
-
const filterSensitiveLog: (obj: GetFindingsReportStatusRequest) => any;
|
|
2012
|
-
}
|
|
2013
1601
|
export declare enum ReportingErrorCode {
|
|
2014
1602
|
BUCKET_NOT_FOUND = "BUCKET_NOT_FOUND",
|
|
2015
1603
|
INCOMPATIBLE_BUCKET_REGION = "INCOMPATIBLE_BUCKET_REGION",
|
|
@@ -2032,18 +1620,10 @@ export interface GetFindingsReportStatusResponse {
|
|
|
2032
1620
|
|
|
2033
1621
|
filterCriteria?: FilterCriteria;
|
|
2034
1622
|
}
|
|
2035
|
-
export declare namespace GetFindingsReportStatusResponse {
|
|
2036
|
-
|
|
2037
|
-
const filterSensitiveLog: (obj: GetFindingsReportStatusResponse) => any;
|
|
2038
|
-
}
|
|
2039
1623
|
export interface GetMemberRequest {
|
|
2040
1624
|
|
|
2041
1625
|
accountId: string | undefined;
|
|
2042
1626
|
}
|
|
2043
|
-
export declare namespace GetMemberRequest {
|
|
2044
|
-
|
|
2045
|
-
const filterSensitiveLog: (obj: GetMemberRequest) => any;
|
|
2046
|
-
}
|
|
2047
1627
|
|
|
2048
1628
|
export interface Member {
|
|
2049
1629
|
|
|
@@ -2055,18 +1635,10 @@ export interface Member {
|
|
|
2055
1635
|
|
|
2056
1636
|
updatedAt?: Date;
|
|
2057
1637
|
}
|
|
2058
|
-
export declare namespace Member {
|
|
2059
|
-
|
|
2060
|
-
const filterSensitiveLog: (obj: Member) => any;
|
|
2061
|
-
}
|
|
2062
1638
|
export interface GetMemberResponse {
|
|
2063
1639
|
|
|
2064
1640
|
member?: Member;
|
|
2065
1641
|
}
|
|
2066
|
-
export declare namespace GetMemberResponse {
|
|
2067
|
-
|
|
2068
|
-
const filterSensitiveLog: (obj: GetMemberResponse) => any;
|
|
2069
|
-
}
|
|
2070
1642
|
export declare enum Service {
|
|
2071
1643
|
EC2 = "EC2",
|
|
2072
1644
|
ECR = "ECR"
|
|
@@ -2079,10 +1651,6 @@ export interface ListAccountPermissionsRequest {
|
|
|
2079
1651
|
|
|
2080
1652
|
nextToken?: string;
|
|
2081
1653
|
}
|
|
2082
|
-
export declare namespace ListAccountPermissionsRequest {
|
|
2083
|
-
|
|
2084
|
-
const filterSensitiveLog: (obj: ListAccountPermissionsRequest) => any;
|
|
2085
|
-
}
|
|
2086
1654
|
export declare enum Operation {
|
|
2087
1655
|
DISABLE_REPOSITORY = "DISABLE_REPOSITORY",
|
|
2088
1656
|
DISABLE_SCANNING = "DISABLE_SCANNING",
|
|
@@ -2096,20 +1664,12 @@ export interface Permission {
|
|
|
2096
1664
|
|
|
2097
1665
|
operation: Operation | string | undefined;
|
|
2098
1666
|
}
|
|
2099
|
-
export declare namespace Permission {
|
|
2100
|
-
|
|
2101
|
-
const filterSensitiveLog: (obj: Permission) => any;
|
|
2102
|
-
}
|
|
2103
1667
|
export interface ListAccountPermissionsResponse {
|
|
2104
1668
|
|
|
2105
1669
|
permissions: Permission[] | undefined;
|
|
2106
1670
|
|
|
2107
1671
|
nextToken?: string;
|
|
2108
1672
|
}
|
|
2109
|
-
export declare namespace ListAccountPermissionsResponse {
|
|
2110
|
-
|
|
2111
|
-
const filterSensitiveLog: (obj: ListAccountPermissionsResponse) => any;
|
|
2112
|
-
}
|
|
2113
1673
|
export interface ListCoverageRequest {
|
|
2114
1674
|
|
|
2115
1675
|
maxResults?: number;
|
|
@@ -2118,20 +1678,12 @@ export interface ListCoverageRequest {
|
|
|
2118
1678
|
|
|
2119
1679
|
filterCriteria?: CoverageFilterCriteria;
|
|
2120
1680
|
}
|
|
2121
|
-
export declare namespace ListCoverageRequest {
|
|
2122
|
-
|
|
2123
|
-
const filterSensitiveLog: (obj: ListCoverageRequest) => any;
|
|
2124
|
-
}
|
|
2125
1681
|
export interface ListCoverageResponse {
|
|
2126
1682
|
|
|
2127
1683
|
nextToken?: string;
|
|
2128
1684
|
|
|
2129
1685
|
coveredResources?: CoveredResource[];
|
|
2130
1686
|
}
|
|
2131
|
-
export declare namespace ListCoverageResponse {
|
|
2132
|
-
|
|
2133
|
-
const filterSensitiveLog: (obj: ListCoverageResponse) => any;
|
|
2134
|
-
}
|
|
2135
1687
|
export interface ListCoverageStatisticsRequest {
|
|
2136
1688
|
|
|
2137
1689
|
filterCriteria?: CoverageFilterCriteria;
|
|
@@ -2140,10 +1692,6 @@ export interface ListCoverageStatisticsRequest {
|
|
|
2140
1692
|
|
|
2141
1693
|
nextToken?: string;
|
|
2142
1694
|
}
|
|
2143
|
-
export declare namespace ListCoverageStatisticsRequest {
|
|
2144
|
-
|
|
2145
|
-
const filterSensitiveLog: (obj: ListCoverageStatisticsRequest) => any;
|
|
2146
|
-
}
|
|
2147
1695
|
export interface ListCoverageStatisticsResponse {
|
|
2148
1696
|
|
|
2149
1697
|
countsByGroup?: Counts[];
|
|
@@ -2152,30 +1700,18 @@ export interface ListCoverageStatisticsResponse {
|
|
|
2152
1700
|
|
|
2153
1701
|
nextToken?: string;
|
|
2154
1702
|
}
|
|
2155
|
-
export declare namespace ListCoverageStatisticsResponse {
|
|
2156
|
-
|
|
2157
|
-
const filterSensitiveLog: (obj: ListCoverageStatisticsResponse) => any;
|
|
2158
|
-
}
|
|
2159
1703
|
export interface ListDelegatedAdminAccountsRequest {
|
|
2160
1704
|
|
|
2161
1705
|
maxResults?: number;
|
|
2162
1706
|
|
|
2163
1707
|
nextToken?: string;
|
|
2164
1708
|
}
|
|
2165
|
-
export declare namespace ListDelegatedAdminAccountsRequest {
|
|
2166
|
-
|
|
2167
|
-
const filterSensitiveLog: (obj: ListDelegatedAdminAccountsRequest) => any;
|
|
2168
|
-
}
|
|
2169
1709
|
export interface ListDelegatedAdminAccountsResponse {
|
|
2170
1710
|
|
|
2171
1711
|
delegatedAdminAccounts?: DelegatedAdminAccount[];
|
|
2172
1712
|
|
|
2173
1713
|
nextToken?: string;
|
|
2174
1714
|
}
|
|
2175
|
-
export declare namespace ListDelegatedAdminAccountsResponse {
|
|
2176
|
-
|
|
2177
|
-
const filterSensitiveLog: (obj: ListDelegatedAdminAccountsResponse) => any;
|
|
2178
|
-
}
|
|
2179
1715
|
export interface ListFiltersRequest {
|
|
2180
1716
|
|
|
2181
1717
|
arns?: string[];
|
|
@@ -2186,20 +1722,12 @@ export interface ListFiltersRequest {
|
|
|
2186
1722
|
|
|
2187
1723
|
maxResults?: number;
|
|
2188
1724
|
}
|
|
2189
|
-
export declare namespace ListFiltersRequest {
|
|
2190
|
-
|
|
2191
|
-
const filterSensitiveLog: (obj: ListFiltersRequest) => any;
|
|
2192
|
-
}
|
|
2193
1725
|
export interface ListFiltersResponse {
|
|
2194
1726
|
|
|
2195
1727
|
filters: Filter[] | undefined;
|
|
2196
1728
|
|
|
2197
1729
|
nextToken?: string;
|
|
2198
1730
|
}
|
|
2199
|
-
export declare namespace ListFiltersResponse {
|
|
2200
|
-
|
|
2201
|
-
const filterSensitiveLog: (obj: ListFiltersResponse) => any;
|
|
2202
|
-
}
|
|
2203
1731
|
export interface ListFindingAggregationsRequest {
|
|
2204
1732
|
|
|
2205
1733
|
aggregationType: AggregationType | string | undefined;
|
|
@@ -2212,10 +1740,6 @@ export interface ListFindingAggregationsRequest {
|
|
|
2212
1740
|
|
|
2213
1741
|
aggregationRequest?: AggregationRequest;
|
|
2214
1742
|
}
|
|
2215
|
-
export declare namespace ListFindingAggregationsRequest {
|
|
2216
|
-
|
|
2217
|
-
const filterSensitiveLog: (obj: ListFindingAggregationsRequest) => any;
|
|
2218
|
-
}
|
|
2219
1743
|
export interface ListFindingAggregationsResponse {
|
|
2220
1744
|
|
|
2221
1745
|
aggregationType: AggregationType | string | undefined;
|
|
@@ -2224,10 +1748,6 @@ export interface ListFindingAggregationsResponse {
|
|
|
2224
1748
|
|
|
2225
1749
|
nextToken?: string;
|
|
2226
1750
|
}
|
|
2227
|
-
export declare namespace ListFindingAggregationsResponse {
|
|
2228
|
-
|
|
2229
|
-
const filterSensitiveLog: (obj: ListFindingAggregationsResponse) => any;
|
|
2230
|
-
}
|
|
2231
1751
|
export declare enum SortField {
|
|
2232
1752
|
AWS_ACCOUNT_ID = "AWS_ACCOUNT_ID",
|
|
2233
1753
|
COMPONENT_TYPE = "COMPONENT_TYPE",
|
|
@@ -2253,10 +1773,6 @@ export interface SortCriteria {
|
|
|
2253
1773
|
|
|
2254
1774
|
sortOrder: SortOrder | string | undefined;
|
|
2255
1775
|
}
|
|
2256
|
-
export declare namespace SortCriteria {
|
|
2257
|
-
|
|
2258
|
-
const filterSensitiveLog: (obj: SortCriteria) => any;
|
|
2259
|
-
}
|
|
2260
1776
|
export interface ListFindingsRequest {
|
|
2261
1777
|
|
|
2262
1778
|
maxResults?: number;
|
|
@@ -2267,20 +1783,12 @@ export interface ListFindingsRequest {
|
|
|
2267
1783
|
|
|
2268
1784
|
sortCriteria?: SortCriteria;
|
|
2269
1785
|
}
|
|
2270
|
-
export declare namespace ListFindingsRequest {
|
|
2271
|
-
|
|
2272
|
-
const filterSensitiveLog: (obj: ListFindingsRequest) => any;
|
|
2273
|
-
}
|
|
2274
1786
|
export interface ListFindingsResponse {
|
|
2275
1787
|
|
|
2276
1788
|
nextToken?: string;
|
|
2277
1789
|
|
|
2278
1790
|
findings?: Finding[];
|
|
2279
1791
|
}
|
|
2280
|
-
export declare namespace ListFindingsResponse {
|
|
2281
|
-
|
|
2282
|
-
const filterSensitiveLog: (obj: ListFindingsResponse) => any;
|
|
2283
|
-
}
|
|
2284
1792
|
export interface ListMembersRequest {
|
|
2285
1793
|
|
|
2286
1794
|
onlyAssociated?: boolean;
|
|
@@ -2289,36 +1797,20 @@ export interface ListMembersRequest {
|
|
|
2289
1797
|
|
|
2290
1798
|
nextToken?: string;
|
|
2291
1799
|
}
|
|
2292
|
-
export declare namespace ListMembersRequest {
|
|
2293
|
-
|
|
2294
|
-
const filterSensitiveLog: (obj: ListMembersRequest) => any;
|
|
2295
|
-
}
|
|
2296
1800
|
export interface ListMembersResponse {
|
|
2297
1801
|
|
|
2298
1802
|
members?: Member[];
|
|
2299
1803
|
|
|
2300
1804
|
nextToken?: string;
|
|
2301
1805
|
}
|
|
2302
|
-
export declare namespace ListMembersResponse {
|
|
2303
|
-
|
|
2304
|
-
const filterSensitiveLog: (obj: ListMembersResponse) => any;
|
|
2305
|
-
}
|
|
2306
1806
|
export interface ListTagsForResourceRequest {
|
|
2307
1807
|
|
|
2308
1808
|
resourceArn: string | undefined;
|
|
2309
1809
|
}
|
|
2310
|
-
export declare namespace ListTagsForResourceRequest {
|
|
2311
|
-
|
|
2312
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
2313
|
-
}
|
|
2314
1810
|
export interface ListTagsForResourceResponse {
|
|
2315
1811
|
|
|
2316
1812
|
tags?: Record<string, string>;
|
|
2317
1813
|
}
|
|
2318
|
-
export declare namespace ListTagsForResourceResponse {
|
|
2319
|
-
|
|
2320
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2321
|
-
}
|
|
2322
1814
|
export interface ListUsageTotalsRequest {
|
|
2323
1815
|
|
|
2324
1816
|
maxResults?: number;
|
|
@@ -2327,10 +1819,6 @@ export interface ListUsageTotalsRequest {
|
|
|
2327
1819
|
|
|
2328
1820
|
accountIds?: string[];
|
|
2329
1821
|
}
|
|
2330
|
-
export declare namespace ListUsageTotalsRequest {
|
|
2331
|
-
|
|
2332
|
-
const filterSensitiveLog: (obj: ListUsageTotalsRequest) => any;
|
|
2333
|
-
}
|
|
2334
1822
|
export declare enum UsageType {
|
|
2335
1823
|
EC2_INSTANCE_HOURS = "EC2_INSTANCE_HOURS",
|
|
2336
1824
|
ECR_INITIAL_SCAN = "ECR_INITIAL_SCAN",
|
|
@@ -2347,10 +1835,6 @@ export interface Usage {
|
|
|
2347
1835
|
|
|
2348
1836
|
currency?: Currency | string;
|
|
2349
1837
|
}
|
|
2350
|
-
export declare namespace Usage {
|
|
2351
|
-
|
|
2352
|
-
const filterSensitiveLog: (obj: Usage) => any;
|
|
2353
|
-
}
|
|
2354
1838
|
|
|
2355
1839
|
export interface UsageTotal {
|
|
2356
1840
|
|
|
@@ -2358,66 +1842,34 @@ export interface UsageTotal {
|
|
|
2358
1842
|
|
|
2359
1843
|
usage?: Usage[];
|
|
2360
1844
|
}
|
|
2361
|
-
export declare namespace UsageTotal {
|
|
2362
|
-
|
|
2363
|
-
const filterSensitiveLog: (obj: UsageTotal) => any;
|
|
2364
|
-
}
|
|
2365
1845
|
export interface ListUsageTotalsResponse {
|
|
2366
1846
|
|
|
2367
1847
|
nextToken?: string;
|
|
2368
1848
|
|
|
2369
1849
|
totals?: UsageTotal[];
|
|
2370
1850
|
}
|
|
2371
|
-
export declare namespace ListUsageTotalsResponse {
|
|
2372
|
-
|
|
2373
|
-
const filterSensitiveLog: (obj: ListUsageTotalsResponse) => any;
|
|
2374
|
-
}
|
|
2375
1851
|
export interface TagResourceRequest {
|
|
2376
1852
|
|
|
2377
1853
|
resourceArn: string | undefined;
|
|
2378
1854
|
|
|
2379
1855
|
tags: Record<string, string> | undefined;
|
|
2380
1856
|
}
|
|
2381
|
-
export declare namespace TagResourceRequest {
|
|
2382
|
-
|
|
2383
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
2384
|
-
}
|
|
2385
1857
|
export interface TagResourceResponse {
|
|
2386
1858
|
}
|
|
2387
|
-
export declare namespace TagResourceResponse {
|
|
2388
|
-
|
|
2389
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
2390
|
-
}
|
|
2391
1859
|
export interface UntagResourceRequest {
|
|
2392
1860
|
|
|
2393
1861
|
resourceArn: string | undefined;
|
|
2394
1862
|
|
|
2395
1863
|
tagKeys: string[] | undefined;
|
|
2396
1864
|
}
|
|
2397
|
-
export declare namespace UntagResourceRequest {
|
|
2398
|
-
|
|
2399
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
2400
|
-
}
|
|
2401
1865
|
export interface UntagResourceResponse {
|
|
2402
1866
|
}
|
|
2403
|
-
export declare namespace UntagResourceResponse {
|
|
2404
|
-
|
|
2405
|
-
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
2406
|
-
}
|
|
2407
1867
|
export interface UpdateConfigurationRequest {
|
|
2408
1868
|
|
|
2409
1869
|
ecrConfiguration: EcrConfiguration | undefined;
|
|
2410
1870
|
}
|
|
2411
|
-
export declare namespace UpdateConfigurationRequest {
|
|
2412
|
-
|
|
2413
|
-
const filterSensitiveLog: (obj: UpdateConfigurationRequest) => any;
|
|
2414
|
-
}
|
|
2415
1871
|
export interface UpdateConfigurationResponse {
|
|
2416
1872
|
}
|
|
2417
|
-
export declare namespace UpdateConfigurationResponse {
|
|
2418
|
-
|
|
2419
|
-
const filterSensitiveLog: (obj: UpdateConfigurationResponse) => any;
|
|
2420
|
-
}
|
|
2421
1873
|
export interface UpdateFilterRequest {
|
|
2422
1874
|
|
|
2423
1875
|
action?: FilterAction | string;
|
|
@@ -2432,31 +1884,299 @@ export interface UpdateFilterRequest {
|
|
|
2432
1884
|
|
|
2433
1885
|
reason?: string;
|
|
2434
1886
|
}
|
|
2435
|
-
export declare namespace UpdateFilterRequest {
|
|
2436
|
-
|
|
2437
|
-
const filterSensitiveLog: (obj: UpdateFilterRequest) => any;
|
|
2438
|
-
}
|
|
2439
1887
|
export interface UpdateFilterResponse {
|
|
2440
1888
|
|
|
2441
1889
|
arn: string | undefined;
|
|
2442
1890
|
}
|
|
2443
|
-
export declare namespace UpdateFilterResponse {
|
|
2444
|
-
|
|
2445
|
-
const filterSensitiveLog: (obj: UpdateFilterResponse) => any;
|
|
2446
|
-
}
|
|
2447
1891
|
export interface UpdateOrganizationConfigurationRequest {
|
|
2448
1892
|
|
|
2449
1893
|
autoEnable: AutoEnable | undefined;
|
|
2450
1894
|
}
|
|
2451
|
-
export declare namespace UpdateOrganizationConfigurationRequest {
|
|
2452
|
-
|
|
2453
|
-
const filterSensitiveLog: (obj: UpdateOrganizationConfigurationRequest) => any;
|
|
2454
|
-
}
|
|
2455
1895
|
export interface UpdateOrganizationConfigurationResponse {
|
|
2456
1896
|
|
|
2457
1897
|
autoEnable: AutoEnable | undefined;
|
|
2458
1898
|
}
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
|
-
|
|
1899
|
+
|
|
1900
|
+
export declare const ResourceStatusFilterSensitiveLog: (obj: ResourceStatus) => any;
|
|
1901
|
+
|
|
1902
|
+
export declare const AccountFilterSensitiveLog: (obj: Account) => any;
|
|
1903
|
+
|
|
1904
|
+
export declare const AccountAggregationFilterSensitiveLog: (obj: AccountAggregation) => any;
|
|
1905
|
+
|
|
1906
|
+
export declare const SeverityCountsFilterSensitiveLog: (obj: SeverityCounts) => any;
|
|
1907
|
+
|
|
1908
|
+
export declare const AccountAggregationResponseFilterSensitiveLog: (obj: AccountAggregationResponse) => any;
|
|
1909
|
+
|
|
1910
|
+
export declare const StateFilterSensitiveLog: (obj: State) => any;
|
|
1911
|
+
|
|
1912
|
+
export declare const ResourceStateFilterSensitiveLog: (obj: ResourceState) => any;
|
|
1913
|
+
|
|
1914
|
+
export declare const AccountStateFilterSensitiveLog: (obj: AccountState) => any;
|
|
1915
|
+
|
|
1916
|
+
export declare const StringFilterFilterSensitiveLog: (obj: StringFilter) => any;
|
|
1917
|
+
|
|
1918
|
+
export declare const AmiAggregationFilterSensitiveLog: (obj: AmiAggregation) => any;
|
|
1919
|
+
|
|
1920
|
+
export declare const AwsEcrContainerAggregationFilterSensitiveLog: (obj: AwsEcrContainerAggregation) => any;
|
|
1921
|
+
|
|
1922
|
+
export declare const MapFilterFilterSensitiveLog: (obj: MapFilter) => any;
|
|
1923
|
+
|
|
1924
|
+
export declare const Ec2InstanceAggregationFilterSensitiveLog: (obj: Ec2InstanceAggregation) => any;
|
|
1925
|
+
|
|
1926
|
+
export declare const FindingTypeAggregationFilterSensitiveLog: (obj: FindingTypeAggregation) => any;
|
|
1927
|
+
|
|
1928
|
+
export declare const ImageLayerAggregationFilterSensitiveLog: (obj: ImageLayerAggregation) => any;
|
|
1929
|
+
|
|
1930
|
+
export declare const PackageAggregationFilterSensitiveLog: (obj: PackageAggregation) => any;
|
|
1931
|
+
|
|
1932
|
+
export declare const RepositoryAggregationFilterSensitiveLog: (obj: RepositoryAggregation) => any;
|
|
1933
|
+
|
|
1934
|
+
export declare const TitleAggregationFilterSensitiveLog: (obj: TitleAggregation) => any;
|
|
1935
|
+
|
|
1936
|
+
export declare const AggregationRequestFilterSensitiveLog: (obj: AggregationRequest) => any;
|
|
1937
|
+
|
|
1938
|
+
export declare const AmiAggregationResponseFilterSensitiveLog: (obj: AmiAggregationResponse) => any;
|
|
1939
|
+
|
|
1940
|
+
export declare const AwsEcrContainerAggregationResponseFilterSensitiveLog: (obj: AwsEcrContainerAggregationResponse) => any;
|
|
1941
|
+
|
|
1942
|
+
export declare const Ec2InstanceAggregationResponseFilterSensitiveLog: (obj: Ec2InstanceAggregationResponse) => any;
|
|
1943
|
+
|
|
1944
|
+
export declare const FindingTypeAggregationResponseFilterSensitiveLog: (obj: FindingTypeAggregationResponse) => any;
|
|
1945
|
+
|
|
1946
|
+
export declare const ImageLayerAggregationResponseFilterSensitiveLog: (obj: ImageLayerAggregationResponse) => any;
|
|
1947
|
+
|
|
1948
|
+
export declare const PackageAggregationResponseFilterSensitiveLog: (obj: PackageAggregationResponse) => any;
|
|
1949
|
+
|
|
1950
|
+
export declare const RepositoryAggregationResponseFilterSensitiveLog: (obj: RepositoryAggregationResponse) => any;
|
|
1951
|
+
|
|
1952
|
+
export declare const TitleAggregationResponseFilterSensitiveLog: (obj: TitleAggregationResponse) => any;
|
|
1953
|
+
|
|
1954
|
+
export declare const AggregationResponseFilterSensitiveLog: (obj: AggregationResponse) => any;
|
|
1955
|
+
|
|
1956
|
+
export declare const AssociateMemberRequestFilterSensitiveLog: (obj: AssociateMemberRequest) => any;
|
|
1957
|
+
|
|
1958
|
+
export declare const AssociateMemberResponseFilterSensitiveLog: (obj: AssociateMemberResponse) => any;
|
|
1959
|
+
|
|
1960
|
+
export declare const ValidationExceptionFieldFilterSensitiveLog: (obj: ValidationExceptionField) => any;
|
|
1961
|
+
|
|
1962
|
+
export declare const AutoEnableFilterSensitiveLog: (obj: AutoEnable) => any;
|
|
1963
|
+
|
|
1964
|
+
export declare const AwsEc2InstanceDetailsFilterSensitiveLog: (obj: AwsEc2InstanceDetails) => any;
|
|
1965
|
+
|
|
1966
|
+
export declare const AwsEcrContainerImageDetailsFilterSensitiveLog: (obj: AwsEcrContainerImageDetails) => any;
|
|
1967
|
+
|
|
1968
|
+
export declare const BatchGetAccountStatusRequestFilterSensitiveLog: (obj: BatchGetAccountStatusRequest) => any;
|
|
1969
|
+
|
|
1970
|
+
export declare const FailedAccountFilterSensitiveLog: (obj: FailedAccount) => any;
|
|
1971
|
+
|
|
1972
|
+
export declare const BatchGetAccountStatusResponseFilterSensitiveLog: (obj: BatchGetAccountStatusResponse) => any;
|
|
1973
|
+
|
|
1974
|
+
export declare const BatchGetFreeTrialInfoRequestFilterSensitiveLog: (obj: BatchGetFreeTrialInfoRequest) => any;
|
|
1975
|
+
|
|
1976
|
+
export declare const FreeTrialInfoFilterSensitiveLog: (obj: FreeTrialInfo) => any;
|
|
1977
|
+
|
|
1978
|
+
export declare const FreeTrialAccountInfoFilterSensitiveLog: (obj: FreeTrialAccountInfo) => any;
|
|
1979
|
+
|
|
1980
|
+
export declare const FreeTrialInfoErrorFilterSensitiveLog: (obj: FreeTrialInfoError) => any;
|
|
1981
|
+
|
|
1982
|
+
export declare const BatchGetFreeTrialInfoResponseFilterSensitiveLog: (obj: BatchGetFreeTrialInfoResponse) => any;
|
|
1983
|
+
|
|
1984
|
+
export declare const CancelFindingsReportRequestFilterSensitiveLog: (obj: CancelFindingsReportRequest) => any;
|
|
1985
|
+
|
|
1986
|
+
export declare const CancelFindingsReportResponseFilterSensitiveLog: (obj: CancelFindingsReportResponse) => any;
|
|
1987
|
+
|
|
1988
|
+
export declare const CountsFilterSensitiveLog: (obj: Counts) => any;
|
|
1989
|
+
|
|
1990
|
+
export declare const CoverageStringFilterFilterSensitiveLog: (obj: CoverageStringFilter) => any;
|
|
1991
|
+
|
|
1992
|
+
export declare const CoverageMapFilterFilterSensitiveLog: (obj: CoverageMapFilter) => any;
|
|
1993
|
+
|
|
1994
|
+
export declare const CoverageFilterCriteriaFilterSensitiveLog: (obj: CoverageFilterCriteria) => any;
|
|
1995
|
+
|
|
1996
|
+
export declare const Ec2MetadataFilterSensitiveLog: (obj: Ec2Metadata) => any;
|
|
1997
|
+
|
|
1998
|
+
export declare const EcrContainerImageMetadataFilterSensitiveLog: (obj: EcrContainerImageMetadata) => any;
|
|
1999
|
+
|
|
2000
|
+
export declare const EcrRepositoryMetadataFilterSensitiveLog: (obj: EcrRepositoryMetadata) => any;
|
|
2001
|
+
|
|
2002
|
+
export declare const ResourceScanMetadataFilterSensitiveLog: (obj: ResourceScanMetadata) => any;
|
|
2003
|
+
|
|
2004
|
+
export declare const ScanStatusFilterSensitiveLog: (obj: ScanStatus) => any;
|
|
2005
|
+
|
|
2006
|
+
export declare const CoveredResourceFilterSensitiveLog: (obj: CoveredResource) => any;
|
|
2007
|
+
|
|
2008
|
+
export declare const DateFilterFilterSensitiveLog: (obj: DateFilter) => any;
|
|
2009
|
+
|
|
2010
|
+
export declare const NumberFilterFilterSensitiveLog: (obj: NumberFilter) => any;
|
|
2011
|
+
|
|
2012
|
+
export declare const PortRangeFilterFilterSensitiveLog: (obj: PortRangeFilter) => any;
|
|
2013
|
+
|
|
2014
|
+
export declare const PackageFilterFilterSensitiveLog: (obj: PackageFilter) => any;
|
|
2015
|
+
|
|
2016
|
+
export declare const FilterCriteriaFilterSensitiveLog: (obj: FilterCriteria) => any;
|
|
2017
|
+
|
|
2018
|
+
export declare const CreateFilterRequestFilterSensitiveLog: (obj: CreateFilterRequest) => any;
|
|
2019
|
+
|
|
2020
|
+
export declare const CreateFilterResponseFilterSensitiveLog: (obj: CreateFilterResponse) => any;
|
|
2021
|
+
|
|
2022
|
+
export declare const DestinationFilterSensitiveLog: (obj: Destination) => any;
|
|
2023
|
+
|
|
2024
|
+
export declare const CreateFindingsReportRequestFilterSensitiveLog: (obj: CreateFindingsReportRequest) => any;
|
|
2025
|
+
|
|
2026
|
+
export declare const CreateFindingsReportResponseFilterSensitiveLog: (obj: CreateFindingsReportResponse) => any;
|
|
2027
|
+
|
|
2028
|
+
export declare const CvssScoreFilterSensitiveLog: (obj: CvssScore) => any;
|
|
2029
|
+
|
|
2030
|
+
export declare const CvssScoreAdjustmentFilterSensitiveLog: (obj: CvssScoreAdjustment) => any;
|
|
2031
|
+
|
|
2032
|
+
export declare const CvssScoreDetailsFilterSensitiveLog: (obj: CvssScoreDetails) => any;
|
|
2033
|
+
|
|
2034
|
+
export declare const DelegatedAdminFilterSensitiveLog: (obj: DelegatedAdmin) => any;
|
|
2035
|
+
|
|
2036
|
+
export declare const DelegatedAdminAccountFilterSensitiveLog: (obj: DelegatedAdminAccount) => any;
|
|
2037
|
+
|
|
2038
|
+
export declare const DeleteFilterRequestFilterSensitiveLog: (obj: DeleteFilterRequest) => any;
|
|
2039
|
+
|
|
2040
|
+
export declare const DeleteFilterResponseFilterSensitiveLog: (obj: DeleteFilterResponse) => any;
|
|
2041
|
+
|
|
2042
|
+
export declare const DescribeOrganizationConfigurationRequestFilterSensitiveLog: (obj: DescribeOrganizationConfigurationRequest) => any;
|
|
2043
|
+
|
|
2044
|
+
export declare const DescribeOrganizationConfigurationResponseFilterSensitiveLog: (obj: DescribeOrganizationConfigurationResponse) => any;
|
|
2045
|
+
|
|
2046
|
+
export declare const DisableRequestFilterSensitiveLog: (obj: DisableRequest) => any;
|
|
2047
|
+
|
|
2048
|
+
export declare const DisableResponseFilterSensitiveLog: (obj: DisableResponse) => any;
|
|
2049
|
+
|
|
2050
|
+
export declare const DisableDelegatedAdminAccountRequestFilterSensitiveLog: (obj: DisableDelegatedAdminAccountRequest) => any;
|
|
2051
|
+
|
|
2052
|
+
export declare const DisableDelegatedAdminAccountResponseFilterSensitiveLog: (obj: DisableDelegatedAdminAccountResponse) => any;
|
|
2053
|
+
|
|
2054
|
+
export declare const DisassociateMemberRequestFilterSensitiveLog: (obj: DisassociateMemberRequest) => any;
|
|
2055
|
+
|
|
2056
|
+
export declare const DisassociateMemberResponseFilterSensitiveLog: (obj: DisassociateMemberResponse) => any;
|
|
2057
|
+
|
|
2058
|
+
export declare const EcrConfigurationFilterSensitiveLog: (obj: EcrConfiguration) => any;
|
|
2059
|
+
|
|
2060
|
+
export declare const EcrRescanDurationStateFilterSensitiveLog: (obj: EcrRescanDurationState) => any;
|
|
2061
|
+
|
|
2062
|
+
export declare const EcrConfigurationStateFilterSensitiveLog: (obj: EcrConfigurationState) => any;
|
|
2063
|
+
|
|
2064
|
+
export declare const EnableRequestFilterSensitiveLog: (obj: EnableRequest) => any;
|
|
2065
|
+
|
|
2066
|
+
export declare const EnableResponseFilterSensitiveLog: (obj: EnableResponse) => any;
|
|
2067
|
+
|
|
2068
|
+
export declare const EnableDelegatedAdminAccountRequestFilterSensitiveLog: (obj: EnableDelegatedAdminAccountRequest) => any;
|
|
2069
|
+
|
|
2070
|
+
export declare const EnableDelegatedAdminAccountResponseFilterSensitiveLog: (obj: EnableDelegatedAdminAccountResponse) => any;
|
|
2071
|
+
|
|
2072
|
+
export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
|
|
2073
|
+
|
|
2074
|
+
export declare const InspectorScoreDetailsFilterSensitiveLog: (obj: InspectorScoreDetails) => any;
|
|
2075
|
+
|
|
2076
|
+
export declare const StepFilterSensitiveLog: (obj: Step) => any;
|
|
2077
|
+
|
|
2078
|
+
export declare const NetworkPathFilterSensitiveLog: (obj: NetworkPath) => any;
|
|
2079
|
+
|
|
2080
|
+
export declare const PortRangeFilterSensitiveLog: (obj: PortRange) => any;
|
|
2081
|
+
|
|
2082
|
+
export declare const NetworkReachabilityDetailsFilterSensitiveLog: (obj: NetworkReachabilityDetails) => any;
|
|
2083
|
+
|
|
2084
|
+
export declare const VulnerablePackageFilterSensitiveLog: (obj: VulnerablePackage) => any;
|
|
2085
|
+
|
|
2086
|
+
export declare const PackageVulnerabilityDetailsFilterSensitiveLog: (obj: PackageVulnerabilityDetails) => any;
|
|
2087
|
+
|
|
2088
|
+
export declare const RecommendationFilterSensitiveLog: (obj: Recommendation) => any;
|
|
2089
|
+
|
|
2090
|
+
export declare const RemediationFilterSensitiveLog: (obj: Remediation) => any;
|
|
2091
|
+
|
|
2092
|
+
export declare const ResourceDetailsFilterSensitiveLog: (obj: ResourceDetails) => any;
|
|
2093
|
+
|
|
2094
|
+
export declare const ResourceFilterSensitiveLog: (obj: Resource) => any;
|
|
2095
|
+
|
|
2096
|
+
export declare const FindingFilterSensitiveLog: (obj: Finding) => any;
|
|
2097
|
+
|
|
2098
|
+
export declare const GetConfigurationRequestFilterSensitiveLog: (obj: GetConfigurationRequest) => any;
|
|
2099
|
+
|
|
2100
|
+
export declare const GetConfigurationResponseFilterSensitiveLog: (obj: GetConfigurationResponse) => any;
|
|
2101
|
+
|
|
2102
|
+
export declare const GetDelegatedAdminAccountRequestFilterSensitiveLog: (obj: GetDelegatedAdminAccountRequest) => any;
|
|
2103
|
+
|
|
2104
|
+
export declare const GetDelegatedAdminAccountResponseFilterSensitiveLog: (obj: GetDelegatedAdminAccountResponse) => any;
|
|
2105
|
+
|
|
2106
|
+
export declare const GetFindingsReportStatusRequestFilterSensitiveLog: (obj: GetFindingsReportStatusRequest) => any;
|
|
2107
|
+
|
|
2108
|
+
export declare const GetFindingsReportStatusResponseFilterSensitiveLog: (obj: GetFindingsReportStatusResponse) => any;
|
|
2109
|
+
|
|
2110
|
+
export declare const GetMemberRequestFilterSensitiveLog: (obj: GetMemberRequest) => any;
|
|
2111
|
+
|
|
2112
|
+
export declare const MemberFilterSensitiveLog: (obj: Member) => any;
|
|
2113
|
+
|
|
2114
|
+
export declare const GetMemberResponseFilterSensitiveLog: (obj: GetMemberResponse) => any;
|
|
2115
|
+
|
|
2116
|
+
export declare const ListAccountPermissionsRequestFilterSensitiveLog: (obj: ListAccountPermissionsRequest) => any;
|
|
2117
|
+
|
|
2118
|
+
export declare const PermissionFilterSensitiveLog: (obj: Permission) => any;
|
|
2119
|
+
|
|
2120
|
+
export declare const ListAccountPermissionsResponseFilterSensitiveLog: (obj: ListAccountPermissionsResponse) => any;
|
|
2121
|
+
|
|
2122
|
+
export declare const ListCoverageRequestFilterSensitiveLog: (obj: ListCoverageRequest) => any;
|
|
2123
|
+
|
|
2124
|
+
export declare const ListCoverageResponseFilterSensitiveLog: (obj: ListCoverageResponse) => any;
|
|
2125
|
+
|
|
2126
|
+
export declare const ListCoverageStatisticsRequestFilterSensitiveLog: (obj: ListCoverageStatisticsRequest) => any;
|
|
2127
|
+
|
|
2128
|
+
export declare const ListCoverageStatisticsResponseFilterSensitiveLog: (obj: ListCoverageStatisticsResponse) => any;
|
|
2129
|
+
|
|
2130
|
+
export declare const ListDelegatedAdminAccountsRequestFilterSensitiveLog: (obj: ListDelegatedAdminAccountsRequest) => any;
|
|
2131
|
+
|
|
2132
|
+
export declare const ListDelegatedAdminAccountsResponseFilterSensitiveLog: (obj: ListDelegatedAdminAccountsResponse) => any;
|
|
2133
|
+
|
|
2134
|
+
export declare const ListFiltersRequestFilterSensitiveLog: (obj: ListFiltersRequest) => any;
|
|
2135
|
+
|
|
2136
|
+
export declare const ListFiltersResponseFilterSensitiveLog: (obj: ListFiltersResponse) => any;
|
|
2137
|
+
|
|
2138
|
+
export declare const ListFindingAggregationsRequestFilterSensitiveLog: (obj: ListFindingAggregationsRequest) => any;
|
|
2139
|
+
|
|
2140
|
+
export declare const ListFindingAggregationsResponseFilterSensitiveLog: (obj: ListFindingAggregationsResponse) => any;
|
|
2141
|
+
|
|
2142
|
+
export declare const SortCriteriaFilterSensitiveLog: (obj: SortCriteria) => any;
|
|
2143
|
+
|
|
2144
|
+
export declare const ListFindingsRequestFilterSensitiveLog: (obj: ListFindingsRequest) => any;
|
|
2145
|
+
|
|
2146
|
+
export declare const ListFindingsResponseFilterSensitiveLog: (obj: ListFindingsResponse) => any;
|
|
2147
|
+
|
|
2148
|
+
export declare const ListMembersRequestFilterSensitiveLog: (obj: ListMembersRequest) => any;
|
|
2149
|
+
|
|
2150
|
+
export declare const ListMembersResponseFilterSensitiveLog: (obj: ListMembersResponse) => any;
|
|
2151
|
+
|
|
2152
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
2153
|
+
|
|
2154
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2155
|
+
|
|
2156
|
+
export declare const ListUsageTotalsRequestFilterSensitiveLog: (obj: ListUsageTotalsRequest) => any;
|
|
2157
|
+
|
|
2158
|
+
export declare const UsageFilterSensitiveLog: (obj: Usage) => any;
|
|
2159
|
+
|
|
2160
|
+
export declare const UsageTotalFilterSensitiveLog: (obj: UsageTotal) => any;
|
|
2161
|
+
|
|
2162
|
+
export declare const ListUsageTotalsResponseFilterSensitiveLog: (obj: ListUsageTotalsResponse) => any;
|
|
2163
|
+
|
|
2164
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
2165
|
+
|
|
2166
|
+
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
2167
|
+
|
|
2168
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
2169
|
+
|
|
2170
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
2171
|
+
|
|
2172
|
+
export declare const UpdateConfigurationRequestFilterSensitiveLog: (obj: UpdateConfigurationRequest) => any;
|
|
2173
|
+
|
|
2174
|
+
export declare const UpdateConfigurationResponseFilterSensitiveLog: (obj: UpdateConfigurationResponse) => any;
|
|
2175
|
+
|
|
2176
|
+
export declare const UpdateFilterRequestFilterSensitiveLog: (obj: UpdateFilterRequest) => any;
|
|
2177
|
+
|
|
2178
|
+
export declare const UpdateFilterResponseFilterSensitiveLog: (obj: UpdateFilterResponse) => any;
|
|
2179
|
+
|
|
2180
|
+
export declare const UpdateOrganizationConfigurationRequestFilterSensitiveLog: (obj: UpdateOrganizationConfigurationRequest) => any;
|
|
2181
|
+
|
|
2182
|
+
export declare const UpdateOrganizationConfigurationResponseFilterSensitiveLog: (obj: UpdateOrganizationConfigurationResponse) => any;
|