@aws-sdk/client-inspector2 3.128.0 → 3.137.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 +35 -0
- package/dist-cjs/Inspector2.js +30 -0
- 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 +36 -0
- 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 +36 -0
- package/dist-cjs/commands/UpdateFilterCommand.js +2 -2
- package/dist-cjs/commands/UpdateOrganizationConfigurationCommand.js +2 -2
- package/dist-cjs/commands/index.js +2 -0
- package/dist-cjs/models/models_0.js +637 -854
- package/dist-cjs/protocols/Aws_restJson1.js +155 -2
- package/dist-es/Inspector2.js +30 -0
- 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 +39 -0
- 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 +39 -0
- package/dist-es/commands/UpdateFilterCommand.js +3 -3
- package/dist-es/commands/UpdateOrganizationConfigurationCommand.js +3 -3
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_0.js +210 -584
- package/dist-es/protocols/Aws_restJson1.js +202 -4
- package/dist-types/Inspector2.d.ts +14 -0
- package/dist-types/Inspector2Client.d.ts +4 -2
- package/dist-types/commands/GetConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/UpdateConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +636 -795
- package/dist-types/protocols/Aws_restJson1.d.ts +6 -0
- package/dist-types/ts3.4/Inspector2.d.ts +10 -0
- package/dist-types/ts3.4/Inspector2Client.d.ts +4 -2
- package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +331 -528
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +6 -0
- package/package.json +9 -9
|
@@ -32,12 +32,6 @@ export interface ResourceStatus {
|
|
|
32
32
|
*/
|
|
33
33
|
ecr: Status | string | undefined;
|
|
34
34
|
}
|
|
35
|
-
export declare namespace ResourceStatus {
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
|
-
const filterSensitiveLog: (obj: ResourceStatus) => any;
|
|
40
|
-
}
|
|
41
35
|
/**
|
|
42
36
|
* <p>An Amazon Web Services account within your environment that Amazon Inspector has been enabled for.</p>
|
|
43
37
|
*/
|
|
@@ -55,12 +49,6 @@ export interface Account {
|
|
|
55
49
|
*/
|
|
56
50
|
resourceStatus: ResourceStatus | undefined;
|
|
57
51
|
}
|
|
58
|
-
export declare namespace Account {
|
|
59
|
-
/**
|
|
60
|
-
* @internal
|
|
61
|
-
*/
|
|
62
|
-
const filterSensitiveLog: (obj: Account) => any;
|
|
63
|
-
}
|
|
64
52
|
export declare enum AggregationFindingType {
|
|
65
53
|
NETWORK_REACHABILITY = "NETWORK_REACHABILITY",
|
|
66
54
|
PACKAGE_VULNERABILITY = "PACKAGE_VULNERABILITY"
|
|
@@ -100,12 +88,6 @@ export interface AccountAggregation {
|
|
|
100
88
|
*/
|
|
101
89
|
sortBy?: AccountSortBy | string;
|
|
102
90
|
}
|
|
103
|
-
export declare namespace AccountAggregation {
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
const filterSensitiveLog: (obj: AccountAggregation) => any;
|
|
108
|
-
}
|
|
109
91
|
/**
|
|
110
92
|
* <p>An object that contains the counts of aggregated finding per severity.</p>
|
|
111
93
|
*/
|
|
@@ -127,12 +109,6 @@ export interface SeverityCounts {
|
|
|
127
109
|
*/
|
|
128
110
|
critical?: number;
|
|
129
111
|
}
|
|
130
|
-
export declare namespace SeverityCounts {
|
|
131
|
-
/**
|
|
132
|
-
* @internal
|
|
133
|
-
*/
|
|
134
|
-
const filterSensitiveLog: (obj: SeverityCounts) => any;
|
|
135
|
-
}
|
|
136
112
|
/**
|
|
137
113
|
* <p>An aggregation of findings by Amazon Web Services account ID.</p>
|
|
138
114
|
*/
|
|
@@ -146,14 +122,9 @@ export interface AccountAggregationResponse {
|
|
|
146
122
|
*/
|
|
147
123
|
severityCounts?: SeverityCounts;
|
|
148
124
|
}
|
|
149
|
-
export declare namespace AccountAggregationResponse {
|
|
150
|
-
/**
|
|
151
|
-
* @internal
|
|
152
|
-
*/
|
|
153
|
-
const filterSensitiveLog: (obj: AccountAggregationResponse) => any;
|
|
154
|
-
}
|
|
155
125
|
export declare enum ErrorCode {
|
|
156
126
|
ACCESS_DENIED = "ACCESS_DENIED",
|
|
127
|
+
ACCOUNT_IS_ISOLATED = "ACCOUNT_IS_ISOLATED",
|
|
157
128
|
ALREADY_ENABLED = "ALREADY_ENABLED",
|
|
158
129
|
DISABLE_IN_PROGRESS = "DISABLE_IN_PROGRESS",
|
|
159
130
|
DISASSOCIATE_ALL_MEMBERS = "DISASSOCIATE_ALL_MEMBERS",
|
|
@@ -184,12 +155,6 @@ export interface State {
|
|
|
184
155
|
*/
|
|
185
156
|
errorMessage: string | undefined;
|
|
186
157
|
}
|
|
187
|
-
export declare namespace State {
|
|
188
|
-
/**
|
|
189
|
-
* @internal
|
|
190
|
-
*/
|
|
191
|
-
const filterSensitiveLog: (obj: State) => any;
|
|
192
|
-
}
|
|
193
158
|
/**
|
|
194
159
|
* <p>Details the state of Amazon Inspector for each resource type Amazon Inspector scans.</p>
|
|
195
160
|
*/
|
|
@@ -203,12 +168,6 @@ export interface ResourceState {
|
|
|
203
168
|
*/
|
|
204
169
|
ecr: State | undefined;
|
|
205
170
|
}
|
|
206
|
-
export declare namespace ResourceState {
|
|
207
|
-
/**
|
|
208
|
-
* @internal
|
|
209
|
-
*/
|
|
210
|
-
const filterSensitiveLog: (obj: ResourceState) => any;
|
|
211
|
-
}
|
|
212
171
|
/**
|
|
213
172
|
* <p>An object with details the status of an Amazon Web Services account within your Amazon Inspector environment</p>
|
|
214
173
|
*/
|
|
@@ -226,12 +185,6 @@ export interface AccountState {
|
|
|
226
185
|
*/
|
|
227
186
|
resourceState: ResourceState | undefined;
|
|
228
187
|
}
|
|
229
|
-
export declare namespace AccountState {
|
|
230
|
-
/**
|
|
231
|
-
* @internal
|
|
232
|
-
*/
|
|
233
|
-
const filterSensitiveLog: (obj: AccountState) => any;
|
|
234
|
-
}
|
|
235
188
|
export declare enum StringComparison {
|
|
236
189
|
EQUALS = "EQUALS",
|
|
237
190
|
NOT_EQUALS = "NOT_EQUALS",
|
|
@@ -250,12 +203,6 @@ export interface StringFilter {
|
|
|
250
203
|
*/
|
|
251
204
|
value: string | undefined;
|
|
252
205
|
}
|
|
253
|
-
export declare namespace StringFilter {
|
|
254
|
-
/**
|
|
255
|
-
* @internal
|
|
256
|
-
*/
|
|
257
|
-
const filterSensitiveLog: (obj: StringFilter) => any;
|
|
258
|
-
}
|
|
259
206
|
export declare enum AmiSortBy {
|
|
260
207
|
AFFECTED_INSTANCES = "AFFECTED_INSTANCES",
|
|
261
208
|
ALL = "ALL",
|
|
@@ -279,12 +226,6 @@ export interface AmiAggregation {
|
|
|
279
226
|
*/
|
|
280
227
|
sortBy?: AmiSortBy | string;
|
|
281
228
|
}
|
|
282
|
-
export declare namespace AmiAggregation {
|
|
283
|
-
/**
|
|
284
|
-
* @internal
|
|
285
|
-
*/
|
|
286
|
-
const filterSensitiveLog: (obj: AmiAggregation) => any;
|
|
287
|
-
}
|
|
288
229
|
export declare enum AwsEcrContainerSortBy {
|
|
289
230
|
ALL = "ALL",
|
|
290
231
|
CRITICAL = "CRITICAL",
|
|
@@ -323,12 +264,6 @@ export interface AwsEcrContainerAggregation {
|
|
|
323
264
|
*/
|
|
324
265
|
sortBy?: AwsEcrContainerSortBy | string;
|
|
325
266
|
}
|
|
326
|
-
export declare namespace AwsEcrContainerAggregation {
|
|
327
|
-
/**
|
|
328
|
-
* @internal
|
|
329
|
-
*/
|
|
330
|
-
const filterSensitiveLog: (obj: AwsEcrContainerAggregation) => any;
|
|
331
|
-
}
|
|
332
267
|
export declare enum MapComparison {
|
|
333
268
|
EQUALS = "EQUALS"
|
|
334
269
|
}
|
|
@@ -349,12 +284,6 @@ export interface MapFilter {
|
|
|
349
284
|
*/
|
|
350
285
|
value?: string;
|
|
351
286
|
}
|
|
352
|
-
export declare namespace MapFilter {
|
|
353
|
-
/**
|
|
354
|
-
* @internal
|
|
355
|
-
*/
|
|
356
|
-
const filterSensitiveLog: (obj: MapFilter) => any;
|
|
357
|
-
}
|
|
358
287
|
export declare enum Ec2InstanceSortBy {
|
|
359
288
|
ALL = "ALL",
|
|
360
289
|
CRITICAL = "CRITICAL",
|
|
@@ -392,12 +321,6 @@ export interface Ec2InstanceAggregation {
|
|
|
392
321
|
*/
|
|
393
322
|
sortBy?: Ec2InstanceSortBy | string;
|
|
394
323
|
}
|
|
395
|
-
export declare namespace Ec2InstanceAggregation {
|
|
396
|
-
/**
|
|
397
|
-
* @internal
|
|
398
|
-
*/
|
|
399
|
-
const filterSensitiveLog: (obj: Ec2InstanceAggregation) => any;
|
|
400
|
-
}
|
|
401
324
|
export declare enum FindingTypeSortBy {
|
|
402
325
|
ALL = "ALL",
|
|
403
326
|
CRITICAL = "CRITICAL",
|
|
@@ -424,12 +347,6 @@ export interface FindingTypeAggregation {
|
|
|
424
347
|
*/
|
|
425
348
|
sortBy?: FindingTypeSortBy | string;
|
|
426
349
|
}
|
|
427
|
-
export declare namespace FindingTypeAggregation {
|
|
428
|
-
/**
|
|
429
|
-
* @internal
|
|
430
|
-
*/
|
|
431
|
-
const filterSensitiveLog: (obj: FindingTypeAggregation) => any;
|
|
432
|
-
}
|
|
433
350
|
export declare enum ImageLayerSortBy {
|
|
434
351
|
ALL = "ALL",
|
|
435
352
|
CRITICAL = "CRITICAL",
|
|
@@ -460,12 +377,6 @@ export interface ImageLayerAggregation {
|
|
|
460
377
|
*/
|
|
461
378
|
sortBy?: ImageLayerSortBy | string;
|
|
462
379
|
}
|
|
463
|
-
export declare namespace ImageLayerAggregation {
|
|
464
|
-
/**
|
|
465
|
-
* @internal
|
|
466
|
-
*/
|
|
467
|
-
const filterSensitiveLog: (obj: ImageLayerAggregation) => any;
|
|
468
|
-
}
|
|
469
380
|
export declare enum PackageSortBy {
|
|
470
381
|
ALL = "ALL",
|
|
471
382
|
CRITICAL = "CRITICAL",
|
|
@@ -488,12 +399,6 @@ export interface PackageAggregation {
|
|
|
488
399
|
*/
|
|
489
400
|
sortBy?: PackageSortBy | string;
|
|
490
401
|
}
|
|
491
|
-
export declare namespace PackageAggregation {
|
|
492
|
-
/**
|
|
493
|
-
* @internal
|
|
494
|
-
*/
|
|
495
|
-
const filterSensitiveLog: (obj: PackageAggregation) => any;
|
|
496
|
-
}
|
|
497
402
|
export declare enum RepositorySortBy {
|
|
498
403
|
AFFECTED_IMAGES = "AFFECTED_IMAGES",
|
|
499
404
|
ALL = "ALL",
|
|
@@ -517,12 +422,6 @@ export interface RepositoryAggregation {
|
|
|
517
422
|
*/
|
|
518
423
|
sortBy?: RepositorySortBy | string;
|
|
519
424
|
}
|
|
520
|
-
export declare namespace RepositoryAggregation {
|
|
521
|
-
/**
|
|
522
|
-
* @internal
|
|
523
|
-
*/
|
|
524
|
-
const filterSensitiveLog: (obj: RepositoryAggregation) => any;
|
|
525
|
-
}
|
|
526
425
|
export declare enum TitleSortBy {
|
|
527
426
|
ALL = "ALL",
|
|
528
427
|
CRITICAL = "CRITICAL",
|
|
@@ -553,12 +452,6 @@ export interface TitleAggregation {
|
|
|
553
452
|
*/
|
|
554
453
|
sortBy?: TitleSortBy | string;
|
|
555
454
|
}
|
|
556
|
-
export declare namespace TitleAggregation {
|
|
557
|
-
/**
|
|
558
|
-
* @internal
|
|
559
|
-
*/
|
|
560
|
-
const filterSensitiveLog: (obj: TitleAggregation) => any;
|
|
561
|
-
}
|
|
562
455
|
/**
|
|
563
456
|
* <p>Contains details about an aggregation request.</p>
|
|
564
457
|
*/
|
|
@@ -730,10 +623,6 @@ export declare namespace AggregationRequest {
|
|
|
730
623
|
_: (name: string, value: any) => T;
|
|
731
624
|
}
|
|
732
625
|
const visit: <T>(value: AggregationRequest, visitor: Visitor<T>) => T;
|
|
733
|
-
/**
|
|
734
|
-
* @internal
|
|
735
|
-
*/
|
|
736
|
-
const filterSensitiveLog: (obj: AggregationRequest) => any;
|
|
737
626
|
}
|
|
738
627
|
/**
|
|
739
628
|
* <p>A response that contains the results of a finding aggregation by AMI.</p>
|
|
@@ -756,12 +645,6 @@ export interface AmiAggregationResponse {
|
|
|
756
645
|
*/
|
|
757
646
|
affectedInstances?: number;
|
|
758
647
|
}
|
|
759
|
-
export declare namespace AmiAggregationResponse {
|
|
760
|
-
/**
|
|
761
|
-
* @internal
|
|
762
|
-
*/
|
|
763
|
-
const filterSensitiveLog: (obj: AmiAggregationResponse) => any;
|
|
764
|
-
}
|
|
765
648
|
/**
|
|
766
649
|
* <p>An aggregation of information about Amazon ECR containers.</p>
|
|
767
650
|
*/
|
|
@@ -795,12 +678,6 @@ export interface AwsEcrContainerAggregationResponse {
|
|
|
795
678
|
*/
|
|
796
679
|
severityCounts?: SeverityCounts;
|
|
797
680
|
}
|
|
798
|
-
export declare namespace AwsEcrContainerAggregationResponse {
|
|
799
|
-
/**
|
|
800
|
-
* @internal
|
|
801
|
-
*/
|
|
802
|
-
const filterSensitiveLog: (obj: AwsEcrContainerAggregationResponse) => any;
|
|
803
|
-
}
|
|
804
681
|
/**
|
|
805
682
|
* <p>A response that contains the results of a finding aggregation by Amazon EC2 instance.</p>
|
|
806
683
|
*/
|
|
@@ -834,12 +711,6 @@ export interface Ec2InstanceAggregationResponse {
|
|
|
834
711
|
*/
|
|
835
712
|
networkFindings?: number;
|
|
836
713
|
}
|
|
837
|
-
export declare namespace Ec2InstanceAggregationResponse {
|
|
838
|
-
/**
|
|
839
|
-
* @internal
|
|
840
|
-
*/
|
|
841
|
-
const filterSensitiveLog: (obj: Ec2InstanceAggregationResponse) => any;
|
|
842
|
-
}
|
|
843
714
|
/**
|
|
844
715
|
* <p>A response that contains the results of a finding type aggregation.</p>
|
|
845
716
|
*/
|
|
@@ -853,12 +724,6 @@ export interface FindingTypeAggregationResponse {
|
|
|
853
724
|
*/
|
|
854
725
|
severityCounts?: SeverityCounts;
|
|
855
726
|
}
|
|
856
|
-
export declare namespace FindingTypeAggregationResponse {
|
|
857
|
-
/**
|
|
858
|
-
* @internal
|
|
859
|
-
*/
|
|
860
|
-
const filterSensitiveLog: (obj: FindingTypeAggregationResponse) => any;
|
|
861
|
-
}
|
|
862
727
|
/**
|
|
863
728
|
* <p>A response that contains the results of a finding aggregation by image layer.</p>
|
|
864
729
|
*/
|
|
@@ -884,12 +749,6 @@ export interface ImageLayerAggregationResponse {
|
|
|
884
749
|
*/
|
|
885
750
|
severityCounts?: SeverityCounts;
|
|
886
751
|
}
|
|
887
|
-
export declare namespace ImageLayerAggregationResponse {
|
|
888
|
-
/**
|
|
889
|
-
* @internal
|
|
890
|
-
*/
|
|
891
|
-
const filterSensitiveLog: (obj: ImageLayerAggregationResponse) => any;
|
|
892
|
-
}
|
|
893
752
|
/**
|
|
894
753
|
* <p>A response that contains the results of a finding aggregation by image layer.</p>
|
|
895
754
|
*/
|
|
@@ -907,12 +766,6 @@ export interface PackageAggregationResponse {
|
|
|
907
766
|
*/
|
|
908
767
|
severityCounts?: SeverityCounts;
|
|
909
768
|
}
|
|
910
|
-
export declare namespace PackageAggregationResponse {
|
|
911
|
-
/**
|
|
912
|
-
* @internal
|
|
913
|
-
*/
|
|
914
|
-
const filterSensitiveLog: (obj: PackageAggregationResponse) => any;
|
|
915
|
-
}
|
|
916
769
|
/**
|
|
917
770
|
* <p>A response that contains details on the results of a finding aggregation by repository.</p>
|
|
918
771
|
*/
|
|
@@ -934,12 +787,6 @@ export interface RepositoryAggregationResponse {
|
|
|
934
787
|
*/
|
|
935
788
|
affectedImages?: number;
|
|
936
789
|
}
|
|
937
|
-
export declare namespace RepositoryAggregationResponse {
|
|
938
|
-
/**
|
|
939
|
-
* @internal
|
|
940
|
-
*/
|
|
941
|
-
const filterSensitiveLog: (obj: RepositoryAggregationResponse) => any;
|
|
942
|
-
}
|
|
943
790
|
/**
|
|
944
791
|
* <p>A response that contains details on the results of a finding aggregation by title.</p>
|
|
945
792
|
*/
|
|
@@ -961,12 +808,6 @@ export interface TitleAggregationResponse {
|
|
|
961
808
|
*/
|
|
962
809
|
severityCounts?: SeverityCounts;
|
|
963
810
|
}
|
|
964
|
-
export declare namespace TitleAggregationResponse {
|
|
965
|
-
/**
|
|
966
|
-
* @internal
|
|
967
|
-
*/
|
|
968
|
-
const filterSensitiveLog: (obj: TitleAggregationResponse) => any;
|
|
969
|
-
}
|
|
970
811
|
/**
|
|
971
812
|
* <p>A structure that contains details about the results of an aggregation type.</p>
|
|
972
813
|
*/
|
|
@@ -1139,10 +980,6 @@ export declare namespace AggregationResponse {
|
|
|
1139
980
|
_: (name: string, value: any) => T;
|
|
1140
981
|
}
|
|
1141
982
|
const visit: <T>(value: AggregationResponse, visitor: Visitor<T>) => T;
|
|
1142
|
-
/**
|
|
1143
|
-
* @internal
|
|
1144
|
-
*/
|
|
1145
|
-
const filterSensitiveLog: (obj: AggregationResponse) => any;
|
|
1146
983
|
}
|
|
1147
984
|
export declare enum AggregationType {
|
|
1148
985
|
ACCOUNT = "ACCOUNT",
|
|
@@ -1161,24 +998,12 @@ export interface AssociateMemberRequest {
|
|
|
1161
998
|
*/
|
|
1162
999
|
accountId: string | undefined;
|
|
1163
1000
|
}
|
|
1164
|
-
export declare namespace AssociateMemberRequest {
|
|
1165
|
-
/**
|
|
1166
|
-
* @internal
|
|
1167
|
-
*/
|
|
1168
|
-
const filterSensitiveLog: (obj: AssociateMemberRequest) => any;
|
|
1169
|
-
}
|
|
1170
1001
|
export interface AssociateMemberResponse {
|
|
1171
1002
|
/**
|
|
1172
1003
|
* <p>The Amazon Web Services account ID of the successfully associated member account.</p>
|
|
1173
1004
|
*/
|
|
1174
1005
|
accountId: string | undefined;
|
|
1175
1006
|
}
|
|
1176
|
-
export declare namespace AssociateMemberResponse {
|
|
1177
|
-
/**
|
|
1178
|
-
* @internal
|
|
1179
|
-
*/
|
|
1180
|
-
const filterSensitiveLog: (obj: AssociateMemberResponse) => any;
|
|
1181
|
-
}
|
|
1182
1007
|
/**
|
|
1183
1008
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
1184
1009
|
*/
|
|
@@ -1219,12 +1044,6 @@ export interface ValidationExceptionField {
|
|
|
1219
1044
|
*/
|
|
1220
1045
|
message: string | undefined;
|
|
1221
1046
|
}
|
|
1222
|
-
export declare namespace ValidationExceptionField {
|
|
1223
|
-
/**
|
|
1224
|
-
* @internal
|
|
1225
|
-
*/
|
|
1226
|
-
const filterSensitiveLog: (obj: ValidationExceptionField) => any;
|
|
1227
|
-
}
|
|
1228
1047
|
export declare enum ValidationExceptionReason {
|
|
1229
1048
|
CANNOT_PARSE = "CANNOT_PARSE",
|
|
1230
1049
|
FIELD_VALIDATION_FAILED = "FIELD_VALIDATION_FAILED",
|
|
@@ -1265,12 +1084,6 @@ export interface AutoEnable {
|
|
|
1265
1084
|
*/
|
|
1266
1085
|
ecr: boolean | undefined;
|
|
1267
1086
|
}
|
|
1268
|
-
export declare namespace AutoEnable {
|
|
1269
|
-
/**
|
|
1270
|
-
* @internal
|
|
1271
|
-
*/
|
|
1272
|
-
const filterSensitiveLog: (obj: AutoEnable) => any;
|
|
1273
|
-
}
|
|
1274
1087
|
/**
|
|
1275
1088
|
* <p>Details of the Amazon EC2 instance involved in a finding.</p>
|
|
1276
1089
|
*/
|
|
@@ -1316,12 +1129,6 @@ export interface AwsEc2InstanceDetails {
|
|
|
1316
1129
|
*/
|
|
1317
1130
|
platform?: string;
|
|
1318
1131
|
}
|
|
1319
|
-
export declare namespace AwsEc2InstanceDetails {
|
|
1320
|
-
/**
|
|
1321
|
-
* @internal
|
|
1322
|
-
*/
|
|
1323
|
-
const filterSensitiveLog: (obj: AwsEc2InstanceDetails) => any;
|
|
1324
|
-
}
|
|
1325
1132
|
/**
|
|
1326
1133
|
* <p>The image details of the Amazon ECR container image.</p>
|
|
1327
1134
|
*/
|
|
@@ -1359,12 +1166,6 @@ export interface AwsEcrContainerImageDetails {
|
|
|
1359
1166
|
*/
|
|
1360
1167
|
platform?: string;
|
|
1361
1168
|
}
|
|
1362
|
-
export declare namespace AwsEcrContainerImageDetails {
|
|
1363
|
-
/**
|
|
1364
|
-
* @internal
|
|
1365
|
-
*/
|
|
1366
|
-
const filterSensitiveLog: (obj: AwsEcrContainerImageDetails) => any;
|
|
1367
|
-
}
|
|
1368
1169
|
/**
|
|
1369
1170
|
* <p>One or more tags submitted as part of the request is not valid.</p>
|
|
1370
1171
|
*/
|
|
@@ -1382,12 +1183,6 @@ export interface BatchGetAccountStatusRequest {
|
|
|
1382
1183
|
*/
|
|
1383
1184
|
accountIds?: string[];
|
|
1384
1185
|
}
|
|
1385
|
-
export declare namespace BatchGetAccountStatusRequest {
|
|
1386
|
-
/**
|
|
1387
|
-
* @internal
|
|
1388
|
-
*/
|
|
1389
|
-
const filterSensitiveLog: (obj: BatchGetAccountStatusRequest) => any;
|
|
1390
|
-
}
|
|
1391
1186
|
/**
|
|
1392
1187
|
* <p>An object with details on why an account failed to enable Amazon Inspector.</p>
|
|
1393
1188
|
*/
|
|
@@ -1413,12 +1208,6 @@ export interface FailedAccount {
|
|
|
1413
1208
|
*/
|
|
1414
1209
|
errorMessage: string | undefined;
|
|
1415
1210
|
}
|
|
1416
|
-
export declare namespace FailedAccount {
|
|
1417
|
-
/**
|
|
1418
|
-
* @internal
|
|
1419
|
-
*/
|
|
1420
|
-
const filterSensitiveLog: (obj: FailedAccount) => any;
|
|
1421
|
-
}
|
|
1422
1211
|
export interface BatchGetAccountStatusResponse {
|
|
1423
1212
|
/**
|
|
1424
1213
|
* <p>An array of objects that provide details on the status of Amazon Inspector for each of the requested accounts.</p>
|
|
@@ -1429,12 +1218,6 @@ export interface BatchGetAccountStatusResponse {
|
|
|
1429
1218
|
*/
|
|
1430
1219
|
failedAccounts?: FailedAccount[];
|
|
1431
1220
|
}
|
|
1432
|
-
export declare namespace BatchGetAccountStatusResponse {
|
|
1433
|
-
/**
|
|
1434
|
-
* @internal
|
|
1435
|
-
*/
|
|
1436
|
-
const filterSensitiveLog: (obj: BatchGetAccountStatusResponse) => any;
|
|
1437
|
-
}
|
|
1438
1221
|
/**
|
|
1439
1222
|
* <p>The operation tried to access an invalid resource. Make sure the resource is specified correctly.</p>
|
|
1440
1223
|
*/
|
|
@@ -1452,12 +1235,6 @@ export interface BatchGetFreeTrialInfoRequest {
|
|
|
1452
1235
|
*/
|
|
1453
1236
|
accountIds: string[] | undefined;
|
|
1454
1237
|
}
|
|
1455
|
-
export declare namespace BatchGetFreeTrialInfoRequest {
|
|
1456
|
-
/**
|
|
1457
|
-
* @internal
|
|
1458
|
-
*/
|
|
1459
|
-
const filterSensitiveLog: (obj: BatchGetFreeTrialInfoRequest) => any;
|
|
1460
|
-
}
|
|
1461
1238
|
export declare enum FreeTrialStatus {
|
|
1462
1239
|
ACTIVE = "ACTIVE",
|
|
1463
1240
|
INACTIVE = "INACTIVE"
|
|
@@ -1487,12 +1264,6 @@ export interface FreeTrialInfo {
|
|
|
1487
1264
|
*/
|
|
1488
1265
|
status: FreeTrialStatus | string | undefined;
|
|
1489
1266
|
}
|
|
1490
|
-
export declare namespace FreeTrialInfo {
|
|
1491
|
-
/**
|
|
1492
|
-
* @internal
|
|
1493
|
-
*/
|
|
1494
|
-
const filterSensitiveLog: (obj: FreeTrialInfo) => any;
|
|
1495
|
-
}
|
|
1496
1267
|
/**
|
|
1497
1268
|
* <p>Information about the Amazon Inspector free trial for an account.</p>
|
|
1498
1269
|
*/
|
|
@@ -1506,12 +1277,6 @@ export interface FreeTrialAccountInfo {
|
|
|
1506
1277
|
*/
|
|
1507
1278
|
freeTrialInfo: FreeTrialInfo[] | undefined;
|
|
1508
1279
|
}
|
|
1509
|
-
export declare namespace FreeTrialAccountInfo {
|
|
1510
|
-
/**
|
|
1511
|
-
* @internal
|
|
1512
|
-
*/
|
|
1513
|
-
const filterSensitiveLog: (obj: FreeTrialAccountInfo) => any;
|
|
1514
|
-
}
|
|
1515
1280
|
export declare enum FreeTrialInfoErrorCode {
|
|
1516
1281
|
ACCESS_DENIED = "ACCESS_DENIED",
|
|
1517
1282
|
INTERNAL_ERROR = "INTERNAL_ERROR"
|
|
@@ -1533,12 +1298,6 @@ export interface FreeTrialInfoError {
|
|
|
1533
1298
|
*/
|
|
1534
1299
|
message: string | undefined;
|
|
1535
1300
|
}
|
|
1536
|
-
export declare namespace FreeTrialInfoError {
|
|
1537
|
-
/**
|
|
1538
|
-
* @internal
|
|
1539
|
-
*/
|
|
1540
|
-
const filterSensitiveLog: (obj: FreeTrialInfoError) => any;
|
|
1541
|
-
}
|
|
1542
1301
|
export interface BatchGetFreeTrialInfoResponse {
|
|
1543
1302
|
/**
|
|
1544
1303
|
* <p>An array of objects that provide Amazon Inspector free trial details for each of the requested accounts.
|
|
@@ -1550,36 +1309,18 @@ export interface BatchGetFreeTrialInfoResponse {
|
|
|
1550
1309
|
*/
|
|
1551
1310
|
failedAccounts: FreeTrialInfoError[] | undefined;
|
|
1552
1311
|
}
|
|
1553
|
-
export declare namespace BatchGetFreeTrialInfoResponse {
|
|
1554
|
-
/**
|
|
1555
|
-
* @internal
|
|
1556
|
-
*/
|
|
1557
|
-
const filterSensitiveLog: (obj: BatchGetFreeTrialInfoResponse) => any;
|
|
1558
|
-
}
|
|
1559
1312
|
export interface CancelFindingsReportRequest {
|
|
1560
1313
|
/**
|
|
1561
1314
|
* <p>The ID of the report to be canceled.</p>
|
|
1562
1315
|
*/
|
|
1563
1316
|
reportId: string | undefined;
|
|
1564
1317
|
}
|
|
1565
|
-
export declare namespace CancelFindingsReportRequest {
|
|
1566
|
-
/**
|
|
1567
|
-
* @internal
|
|
1568
|
-
*/
|
|
1569
|
-
const filterSensitiveLog: (obj: CancelFindingsReportRequest) => any;
|
|
1570
|
-
}
|
|
1571
1318
|
export interface CancelFindingsReportResponse {
|
|
1572
1319
|
/**
|
|
1573
1320
|
* <p>The ID of the canceled report.</p>
|
|
1574
1321
|
*/
|
|
1575
1322
|
reportId: string | undefined;
|
|
1576
1323
|
}
|
|
1577
|
-
export declare namespace CancelFindingsReportResponse {
|
|
1578
|
-
/**
|
|
1579
|
-
* @internal
|
|
1580
|
-
*/
|
|
1581
|
-
const filterSensitiveLog: (obj: CancelFindingsReportResponse) => any;
|
|
1582
|
-
}
|
|
1583
1324
|
/**
|
|
1584
1325
|
* <p>A conflict occurred.</p>
|
|
1585
1326
|
*/
|
|
@@ -1619,12 +1360,6 @@ export interface Counts {
|
|
|
1619
1360
|
*/
|
|
1620
1361
|
groupKey?: GroupKey | string;
|
|
1621
1362
|
}
|
|
1622
|
-
export declare namespace Counts {
|
|
1623
|
-
/**
|
|
1624
|
-
* @internal
|
|
1625
|
-
*/
|
|
1626
|
-
const filterSensitiveLog: (obj: Counts) => any;
|
|
1627
|
-
}
|
|
1628
1363
|
export declare enum CoverageStringComparison {
|
|
1629
1364
|
EQUALS = "EQUALS",
|
|
1630
1365
|
NOT_EQUALS = "NOT_EQUALS"
|
|
@@ -1642,12 +1377,6 @@ export interface CoverageStringFilter {
|
|
|
1642
1377
|
*/
|
|
1643
1378
|
value: string | undefined;
|
|
1644
1379
|
}
|
|
1645
|
-
export declare namespace CoverageStringFilter {
|
|
1646
|
-
/**
|
|
1647
|
-
* @internal
|
|
1648
|
-
*/
|
|
1649
|
-
const filterSensitiveLog: (obj: CoverageStringFilter) => any;
|
|
1650
|
-
}
|
|
1651
1380
|
export declare enum CoverageMapComparison {
|
|
1652
1381
|
EQUALS = "EQUALS"
|
|
1653
1382
|
}
|
|
@@ -1668,12 +1397,6 @@ export interface CoverageMapFilter {
|
|
|
1668
1397
|
*/
|
|
1669
1398
|
value?: string;
|
|
1670
1399
|
}
|
|
1671
|
-
export declare namespace CoverageMapFilter {
|
|
1672
|
-
/**
|
|
1673
|
-
* @internal
|
|
1674
|
-
*/
|
|
1675
|
-
const filterSensitiveLog: (obj: CoverageMapFilter) => any;
|
|
1676
|
-
}
|
|
1677
1400
|
/**
|
|
1678
1401
|
* <p>A structure that identifies filter criteria for <code>GetCoverageStatistics</code>.</p>
|
|
1679
1402
|
*/
|
|
@@ -1695,7 +1418,7 @@ export interface CoverageFilterCriteria {
|
|
|
1695
1418
|
*/
|
|
1696
1419
|
resourceId?: CoverageStringFilter[];
|
|
1697
1420
|
/**
|
|
1698
|
-
* <p>An array of Amazon Web Services resource types to return coverage statistics for
|
|
1421
|
+
* <p>An array of Amazon Web Services resource types to return coverage statistics for. The values can be <code>AWS_EC2_INSTANCE</code> or <code>AWS_ECR_REPOSITORY</code>.</p>
|
|
1699
1422
|
*/
|
|
1700
1423
|
resourceType?: CoverageStringFilter[];
|
|
1701
1424
|
/**
|
|
@@ -1715,12 +1438,6 @@ export interface CoverageFilterCriteria {
|
|
|
1715
1438
|
*/
|
|
1716
1439
|
ec2InstanceTags?: CoverageMapFilter[];
|
|
1717
1440
|
}
|
|
1718
|
-
export declare namespace CoverageFilterCriteria {
|
|
1719
|
-
/**
|
|
1720
|
-
* @internal
|
|
1721
|
-
*/
|
|
1722
|
-
const filterSensitiveLog: (obj: CoverageFilterCriteria) => any;
|
|
1723
|
-
}
|
|
1724
1441
|
export declare enum CoverageResourceType {
|
|
1725
1442
|
AWS_EC2_INSTANCE = "AWS_EC2_INSTANCE",
|
|
1726
1443
|
AWS_ECR_CONTAINER_IMAGE = "AWS_ECR_CONTAINER_IMAGE",
|
|
@@ -1748,12 +1465,6 @@ export interface Ec2Metadata {
|
|
|
1748
1465
|
*/
|
|
1749
1466
|
platform?: Ec2Platform | string;
|
|
1750
1467
|
}
|
|
1751
|
-
export declare namespace Ec2Metadata {
|
|
1752
|
-
/**
|
|
1753
|
-
* @internal
|
|
1754
|
-
*/
|
|
1755
|
-
const filterSensitiveLog: (obj: Ec2Metadata) => any;
|
|
1756
|
-
}
|
|
1757
1468
|
/**
|
|
1758
1469
|
* <p>Information on the Amazon ECR image metadata associated with a finding.</p>
|
|
1759
1470
|
*/
|
|
@@ -1763,12 +1474,6 @@ export interface EcrContainerImageMetadata {
|
|
|
1763
1474
|
*/
|
|
1764
1475
|
tags?: string[];
|
|
1765
1476
|
}
|
|
1766
|
-
export declare namespace EcrContainerImageMetadata {
|
|
1767
|
-
/**
|
|
1768
|
-
* @internal
|
|
1769
|
-
*/
|
|
1770
|
-
const filterSensitiveLog: (obj: EcrContainerImageMetadata) => any;
|
|
1771
|
-
}
|
|
1772
1477
|
export declare enum EcrScanFrequency {
|
|
1773
1478
|
CONTINUOUS_SCAN = "CONTINUOUS_SCAN",
|
|
1774
1479
|
MANUAL = "MANUAL",
|
|
@@ -1787,12 +1492,6 @@ export interface EcrRepositoryMetadata {
|
|
|
1787
1492
|
*/
|
|
1788
1493
|
scanFrequency?: EcrScanFrequency | string;
|
|
1789
1494
|
}
|
|
1790
|
-
export declare namespace EcrRepositoryMetadata {
|
|
1791
|
-
/**
|
|
1792
|
-
* @internal
|
|
1793
|
-
*/
|
|
1794
|
-
const filterSensitiveLog: (obj: EcrRepositoryMetadata) => any;
|
|
1795
|
-
}
|
|
1796
1495
|
/**
|
|
1797
1496
|
* <p>An object that contains details about the metadata for an Amazon ECR resource.</p>
|
|
1798
1497
|
*/
|
|
@@ -1810,18 +1509,13 @@ export interface ResourceScanMetadata {
|
|
|
1810
1509
|
*/
|
|
1811
1510
|
ec2?: Ec2Metadata;
|
|
1812
1511
|
}
|
|
1813
|
-
export declare namespace ResourceScanMetadata {
|
|
1814
|
-
/**
|
|
1815
|
-
* @internal
|
|
1816
|
-
*/
|
|
1817
|
-
const filterSensitiveLog: (obj: ResourceScanMetadata) => any;
|
|
1818
|
-
}
|
|
1819
1512
|
export declare enum ScanStatusReason {
|
|
1820
1513
|
ACCESS_DENIED = "ACCESS_DENIED",
|
|
1821
1514
|
EC2_INSTANCE_STOPPED = "EC2_INSTANCE_STOPPED",
|
|
1822
1515
|
IMAGE_SIZE_EXCEEDED = "IMAGE_SIZE_EXCEEDED",
|
|
1823
1516
|
INTERNAL_ERROR = "INTERNAL_ERROR",
|
|
1824
1517
|
NO_RESOURCES_FOUND = "NO_RESOURCES_FOUND",
|
|
1518
|
+
PENDING_DISABLE = "PENDING_DISABLE",
|
|
1825
1519
|
PENDING_INITIAL_SCAN = "PENDING_INITIAL_SCAN",
|
|
1826
1520
|
RESOURCE_TERMINATED = "RESOURCE_TERMINATED",
|
|
1827
1521
|
SCAN_ELIGIBILITY_EXPIRED = "SCAN_ELIGIBILITY_EXPIRED",
|
|
@@ -1848,12 +1542,6 @@ export interface ScanStatus {
|
|
|
1848
1542
|
*/
|
|
1849
1543
|
reason: ScanStatusReason | string | undefined;
|
|
1850
1544
|
}
|
|
1851
|
-
export declare namespace ScanStatus {
|
|
1852
|
-
/**
|
|
1853
|
-
* @internal
|
|
1854
|
-
*/
|
|
1855
|
-
const filterSensitiveLog: (obj: ScanStatus) => any;
|
|
1856
|
-
}
|
|
1857
1545
|
export declare enum ScanType {
|
|
1858
1546
|
NETWORK = "NETWORK",
|
|
1859
1547
|
PACKAGE = "PACKAGE"
|
|
@@ -1887,12 +1575,6 @@ export interface CoveredResource {
|
|
|
1887
1575
|
*/
|
|
1888
1576
|
resourceMetadata?: ResourceScanMetadata;
|
|
1889
1577
|
}
|
|
1890
|
-
export declare namespace CoveredResource {
|
|
1891
|
-
/**
|
|
1892
|
-
* @internal
|
|
1893
|
-
*/
|
|
1894
|
-
const filterSensitiveLog: (obj: CoveredResource) => any;
|
|
1895
|
-
}
|
|
1896
1578
|
export declare enum FilterAction {
|
|
1897
1579
|
NONE = "NONE",
|
|
1898
1580
|
SUPPRESS = "SUPPRESS"
|
|
@@ -1910,12 +1592,6 @@ export interface DateFilter {
|
|
|
1910
1592
|
*/
|
|
1911
1593
|
endInclusive?: Date;
|
|
1912
1594
|
}
|
|
1913
|
-
export declare namespace DateFilter {
|
|
1914
|
-
/**
|
|
1915
|
-
* @internal
|
|
1916
|
-
*/
|
|
1917
|
-
const filterSensitiveLog: (obj: DateFilter) => any;
|
|
1918
|
-
}
|
|
1919
1595
|
/**
|
|
1920
1596
|
* <p>An object that describes the details of a number filter.</p>
|
|
1921
1597
|
*/
|
|
@@ -1929,12 +1605,6 @@ export interface NumberFilter {
|
|
|
1929
1605
|
*/
|
|
1930
1606
|
lowerInclusive?: number;
|
|
1931
1607
|
}
|
|
1932
|
-
export declare namespace NumberFilter {
|
|
1933
|
-
/**
|
|
1934
|
-
* @internal
|
|
1935
|
-
*/
|
|
1936
|
-
const filterSensitiveLog: (obj: NumberFilter) => any;
|
|
1937
|
-
}
|
|
1938
1608
|
/**
|
|
1939
1609
|
* <p>An object that describes the details of a port range filter.</p>
|
|
1940
1610
|
*/
|
|
@@ -1948,12 +1618,6 @@ export interface PortRangeFilter {
|
|
|
1948
1618
|
*/
|
|
1949
1619
|
endInclusive?: number;
|
|
1950
1620
|
}
|
|
1951
|
-
export declare namespace PortRangeFilter {
|
|
1952
|
-
/**
|
|
1953
|
-
* @internal
|
|
1954
|
-
*/
|
|
1955
|
-
const filterSensitiveLog: (obj: PortRangeFilter) => any;
|
|
1956
|
-
}
|
|
1957
1621
|
/**
|
|
1958
1622
|
* <p>Contains information on the details of a package filter.</p>
|
|
1959
1623
|
*/
|
|
@@ -1983,12 +1647,6 @@ export interface PackageFilter {
|
|
|
1983
1647
|
*/
|
|
1984
1648
|
sourceLayerHash?: StringFilter;
|
|
1985
1649
|
}
|
|
1986
|
-
export declare namespace PackageFilter {
|
|
1987
|
-
/**
|
|
1988
|
-
* @internal
|
|
1989
|
-
*/
|
|
1990
|
-
const filterSensitiveLog: (obj: PackageFilter) => any;
|
|
1991
|
-
}
|
|
1992
1650
|
/**
|
|
1993
1651
|
* <p>Details on the criteria used to define the filter.</p>
|
|
1994
1652
|
*/
|
|
@@ -2118,12 +1776,6 @@ export interface FilterCriteria {
|
|
|
2118
1776
|
*/
|
|
2119
1777
|
relatedVulnerabilities?: StringFilter[];
|
|
2120
1778
|
}
|
|
2121
|
-
export declare namespace FilterCriteria {
|
|
2122
|
-
/**
|
|
2123
|
-
* @internal
|
|
2124
|
-
*/
|
|
2125
|
-
const filterSensitiveLog: (obj: FilterCriteria) => any;
|
|
2126
|
-
}
|
|
2127
1779
|
export interface CreateFilterRequest {
|
|
2128
1780
|
/**
|
|
2129
1781
|
* <p>Defines the action that is to be applied to the findings that match the filter.</p>
|
|
@@ -2147,12 +1799,10 @@ export interface CreateFilterRequest {
|
|
|
2147
1799
|
* <p>A list of tags for the filter.</p>
|
|
2148
1800
|
*/
|
|
2149
1801
|
tags?: Record<string, string>;
|
|
2150
|
-
}
|
|
2151
|
-
export declare namespace CreateFilterRequest {
|
|
2152
1802
|
/**
|
|
2153
|
-
*
|
|
1803
|
+
* <p>The reason for creating the filter.</p>
|
|
2154
1804
|
*/
|
|
2155
|
-
|
|
1805
|
+
reason?: string;
|
|
2156
1806
|
}
|
|
2157
1807
|
export interface CreateFilterResponse {
|
|
2158
1808
|
/**
|
|
@@ -2160,12 +1810,6 @@ export interface CreateFilterResponse {
|
|
|
2160
1810
|
*/
|
|
2161
1811
|
arn: string | undefined;
|
|
2162
1812
|
}
|
|
2163
|
-
export declare namespace CreateFilterResponse {
|
|
2164
|
-
/**
|
|
2165
|
-
* @internal
|
|
2166
|
-
*/
|
|
2167
|
-
const filterSensitiveLog: (obj: CreateFilterResponse) => any;
|
|
2168
|
-
}
|
|
2169
1813
|
/**
|
|
2170
1814
|
* <p>You have exceeded your service quota. To perform the requested action, remove some of
|
|
2171
1815
|
* the relevant resources, or use Service Quotas to request a service quota increase.</p>
|
|
@@ -2203,12 +1847,6 @@ export interface Destination {
|
|
|
2203
1847
|
*/
|
|
2204
1848
|
kmsKeyArn: string | undefined;
|
|
2205
1849
|
}
|
|
2206
|
-
export declare namespace Destination {
|
|
2207
|
-
/**
|
|
2208
|
-
* @internal
|
|
2209
|
-
*/
|
|
2210
|
-
const filterSensitiveLog: (obj: Destination) => any;
|
|
2211
|
-
}
|
|
2212
1850
|
export interface CreateFindingsReportRequest {
|
|
2213
1851
|
/**
|
|
2214
1852
|
* <p>The filter criteria to apply to the results of the finding report.</p>
|
|
@@ -2223,24 +1861,12 @@ export interface CreateFindingsReportRequest {
|
|
|
2223
1861
|
*/
|
|
2224
1862
|
s3Destination: Destination | undefined;
|
|
2225
1863
|
}
|
|
2226
|
-
export declare namespace CreateFindingsReportRequest {
|
|
2227
|
-
/**
|
|
2228
|
-
* @internal
|
|
2229
|
-
*/
|
|
2230
|
-
const filterSensitiveLog: (obj: CreateFindingsReportRequest) => any;
|
|
2231
|
-
}
|
|
2232
1864
|
export interface CreateFindingsReportResponse {
|
|
2233
1865
|
/**
|
|
2234
1866
|
* <p>The ID of the report.</p>
|
|
2235
1867
|
*/
|
|
2236
1868
|
reportId?: string;
|
|
2237
1869
|
}
|
|
2238
|
-
export declare namespace CreateFindingsReportResponse {
|
|
2239
|
-
/**
|
|
2240
|
-
* @internal
|
|
2241
|
-
*/
|
|
2242
|
-
const filterSensitiveLog: (obj: CreateFindingsReportResponse) => any;
|
|
2243
|
-
}
|
|
2244
1870
|
export declare enum Currency {
|
|
2245
1871
|
USD = "USD"
|
|
2246
1872
|
}
|
|
@@ -2265,12 +1891,6 @@ export interface CvssScore {
|
|
|
2265
1891
|
*/
|
|
2266
1892
|
source: string | undefined;
|
|
2267
1893
|
}
|
|
2268
|
-
export declare namespace CvssScore {
|
|
2269
|
-
/**
|
|
2270
|
-
* @internal
|
|
2271
|
-
*/
|
|
2272
|
-
const filterSensitiveLog: (obj: CvssScore) => any;
|
|
2273
|
-
}
|
|
2274
1894
|
/**
|
|
2275
1895
|
* <p>Details on adjustments Amazon Inspector made to the CVSS score for a finding.</p>
|
|
2276
1896
|
*/
|
|
@@ -2284,12 +1904,6 @@ export interface CvssScoreAdjustment {
|
|
|
2284
1904
|
*/
|
|
2285
1905
|
reason: string | undefined;
|
|
2286
1906
|
}
|
|
2287
|
-
export declare namespace CvssScoreAdjustment {
|
|
2288
|
-
/**
|
|
2289
|
-
* @internal
|
|
2290
|
-
*/
|
|
2291
|
-
const filterSensitiveLog: (obj: CvssScoreAdjustment) => any;
|
|
2292
|
-
}
|
|
2293
1907
|
/**
|
|
2294
1908
|
* <p>Information about the CVSS score.</p>
|
|
2295
1909
|
*/
|
|
@@ -2319,12 +1933,6 @@ export interface CvssScoreDetails {
|
|
|
2319
1933
|
*/
|
|
2320
1934
|
adjustments?: CvssScoreAdjustment[];
|
|
2321
1935
|
}
|
|
2322
|
-
export declare namespace CvssScoreDetails {
|
|
2323
|
-
/**
|
|
2324
|
-
* @internal
|
|
2325
|
-
*/
|
|
2326
|
-
const filterSensitiveLog: (obj: CvssScoreDetails) => any;
|
|
2327
|
-
}
|
|
2328
1936
|
export declare enum RelationshipStatus {
|
|
2329
1937
|
ACCOUNT_SUSPENDED = "ACCOUNT_SUSPENDED",
|
|
2330
1938
|
CANNOT_CREATE_DETECTOR_IN_ORG_MASTER = "CANNOT_CREATE_DETECTOR_IN_ORG_MASTER",
|
|
@@ -2352,12 +1960,6 @@ export interface DelegatedAdmin {
|
|
|
2352
1960
|
*/
|
|
2353
1961
|
relationshipStatus?: RelationshipStatus | string;
|
|
2354
1962
|
}
|
|
2355
|
-
export declare namespace DelegatedAdmin {
|
|
2356
|
-
/**
|
|
2357
|
-
* @internal
|
|
2358
|
-
*/
|
|
2359
|
-
const filterSensitiveLog: (obj: DelegatedAdmin) => any;
|
|
2360
|
-
}
|
|
2361
1963
|
export declare enum DelegatedAdminStatus {
|
|
2362
1964
|
DISABLE_IN_PROGRESS = "DISABLE_IN_PROGRESS",
|
|
2363
1965
|
ENABLED = "ENABLED"
|
|
@@ -2375,44 +1977,20 @@ export interface DelegatedAdminAccount {
|
|
|
2375
1977
|
*/
|
|
2376
1978
|
status?: DelegatedAdminStatus | string;
|
|
2377
1979
|
}
|
|
2378
|
-
export declare namespace DelegatedAdminAccount {
|
|
2379
|
-
/**
|
|
2380
|
-
* @internal
|
|
2381
|
-
*/
|
|
2382
|
-
const filterSensitiveLog: (obj: DelegatedAdminAccount) => any;
|
|
2383
|
-
}
|
|
2384
1980
|
export interface DeleteFilterRequest {
|
|
2385
1981
|
/**
|
|
2386
1982
|
* <p>The Amazon Resource Number (ARN) of the filter to be deleted.</p>
|
|
2387
1983
|
*/
|
|
2388
1984
|
arn: string | undefined;
|
|
2389
1985
|
}
|
|
2390
|
-
export declare namespace DeleteFilterRequest {
|
|
2391
|
-
/**
|
|
2392
|
-
* @internal
|
|
2393
|
-
*/
|
|
2394
|
-
const filterSensitiveLog: (obj: DeleteFilterRequest) => any;
|
|
2395
|
-
}
|
|
2396
1986
|
export interface DeleteFilterResponse {
|
|
2397
1987
|
/**
|
|
2398
1988
|
* <p>The Amazon Resource Number (ARN) of the filter that has been deleted.</p>
|
|
2399
1989
|
*/
|
|
2400
1990
|
arn: string | undefined;
|
|
2401
1991
|
}
|
|
2402
|
-
export declare namespace DeleteFilterResponse {
|
|
2403
|
-
/**
|
|
2404
|
-
* @internal
|
|
2405
|
-
*/
|
|
2406
|
-
const filterSensitiveLog: (obj: DeleteFilterResponse) => any;
|
|
2407
|
-
}
|
|
2408
1992
|
export interface DescribeOrganizationConfigurationRequest {
|
|
2409
1993
|
}
|
|
2410
|
-
export declare namespace DescribeOrganizationConfigurationRequest {
|
|
2411
|
-
/**
|
|
2412
|
-
* @internal
|
|
2413
|
-
*/
|
|
2414
|
-
const filterSensitiveLog: (obj: DescribeOrganizationConfigurationRequest) => any;
|
|
2415
|
-
}
|
|
2416
1994
|
export interface DescribeOrganizationConfigurationResponse {
|
|
2417
1995
|
/**
|
|
2418
1996
|
* <p>The scan types are automatically enabled for new members of your organization.</p>
|
|
@@ -2423,12 +2001,6 @@ export interface DescribeOrganizationConfigurationResponse {
|
|
|
2423
2001
|
*/
|
|
2424
2002
|
maxAccountLimitReached?: boolean;
|
|
2425
2003
|
}
|
|
2426
|
-
export declare namespace DescribeOrganizationConfigurationResponse {
|
|
2427
|
-
/**
|
|
2428
|
-
* @internal
|
|
2429
|
-
*/
|
|
2430
|
-
const filterSensitiveLog: (obj: DescribeOrganizationConfigurationResponse) => any;
|
|
2431
|
-
}
|
|
2432
2004
|
export declare enum ResourceScanType {
|
|
2433
2005
|
EC2 = "EC2",
|
|
2434
2006
|
ECR = "ECR"
|
|
@@ -2443,12 +2015,6 @@ export interface DisableRequest {
|
|
|
2443
2015
|
*/
|
|
2444
2016
|
resourceTypes?: (ResourceScanType | string)[];
|
|
2445
2017
|
}
|
|
2446
|
-
export declare namespace DisableRequest {
|
|
2447
|
-
/**
|
|
2448
|
-
* @internal
|
|
2449
|
-
*/
|
|
2450
|
-
const filterSensitiveLog: (obj: DisableRequest) => any;
|
|
2451
|
-
}
|
|
2452
2018
|
export interface DisableResponse {
|
|
2453
2019
|
/**
|
|
2454
2020
|
* <p>Information on the accounts that have had Amazon Inspector scans successfully disabled. Details are
|
|
@@ -2461,59 +2027,74 @@ export interface DisableResponse {
|
|
|
2461
2027
|
*/
|
|
2462
2028
|
failedAccounts?: FailedAccount[];
|
|
2463
2029
|
}
|
|
2464
|
-
export declare namespace DisableResponse {
|
|
2465
|
-
/**
|
|
2466
|
-
* @internal
|
|
2467
|
-
*/
|
|
2468
|
-
const filterSensitiveLog: (obj: DisableResponse) => any;
|
|
2469
|
-
}
|
|
2470
2030
|
export interface DisableDelegatedAdminAccountRequest {
|
|
2471
2031
|
/**
|
|
2472
2032
|
* <p>The Amazon Web Services account ID of the current Amazon Inspector delegated administrator.</p>
|
|
2473
2033
|
*/
|
|
2474
2034
|
delegatedAdminAccountId: string | undefined;
|
|
2475
2035
|
}
|
|
2476
|
-
export declare namespace DisableDelegatedAdminAccountRequest {
|
|
2477
|
-
/**
|
|
2478
|
-
* @internal
|
|
2479
|
-
*/
|
|
2480
|
-
const filterSensitiveLog: (obj: DisableDelegatedAdminAccountRequest) => any;
|
|
2481
|
-
}
|
|
2482
2036
|
export interface DisableDelegatedAdminAccountResponse {
|
|
2483
2037
|
/**
|
|
2484
2038
|
* <p>The Amazon Web Services account ID of the successfully disabled delegated administrator.</p>
|
|
2485
2039
|
*/
|
|
2486
2040
|
delegatedAdminAccountId: string | undefined;
|
|
2487
2041
|
}
|
|
2488
|
-
export
|
|
2042
|
+
export interface DisassociateMemberRequest {
|
|
2489
2043
|
/**
|
|
2490
|
-
*
|
|
2044
|
+
* <p>The Amazon Web Services account ID of the member account to disassociate.</p>
|
|
2491
2045
|
*/
|
|
2492
|
-
|
|
2046
|
+
accountId: string | undefined;
|
|
2493
2047
|
}
|
|
2494
|
-
export interface
|
|
2048
|
+
export interface DisassociateMemberResponse {
|
|
2495
2049
|
/**
|
|
2496
|
-
* <p>The Amazon Web Services account ID of the
|
|
2050
|
+
* <p>The Amazon Web Services account ID of the successfully disassociated member.</p>
|
|
2497
2051
|
*/
|
|
2498
2052
|
accountId: string | undefined;
|
|
2499
2053
|
}
|
|
2500
|
-
export declare
|
|
2054
|
+
export declare enum EcrRescanDuration {
|
|
2055
|
+
DAYS_180 = "DAYS_180",
|
|
2056
|
+
DAYS_30 = "DAYS_30",
|
|
2057
|
+
LIFETIME = "LIFETIME"
|
|
2058
|
+
}
|
|
2059
|
+
/**
|
|
2060
|
+
* <p>Details about the ECR automated re-scan duration setting for your environment</p>
|
|
2061
|
+
*/
|
|
2062
|
+
export interface EcrConfiguration {
|
|
2501
2063
|
/**
|
|
2502
|
-
*
|
|
2064
|
+
* <p>The ECR automated re-scan duration defines how long an ECR image will be actively scanned by Amazon Inspector. When the number of days since an image was last pushed exceeds the automated re-scan duration the monitoring state of that image becomes <code>inactive</code> and all associated findings are scheduled for closure.</p>
|
|
2503
2065
|
*/
|
|
2504
|
-
|
|
2066
|
+
rescanDuration: EcrRescanDuration | string | undefined;
|
|
2505
2067
|
}
|
|
2506
|
-
export
|
|
2068
|
+
export declare enum EcrRescanDurationStatus {
|
|
2069
|
+
FAILED = "FAILED",
|
|
2070
|
+
PENDING = "PENDING",
|
|
2071
|
+
SUCCESS = "SUCCESS"
|
|
2072
|
+
}
|
|
2073
|
+
/**
|
|
2074
|
+
* <p>Details about the state of any changes to the ECR automated re-scan duration setting.</p>
|
|
2075
|
+
*/
|
|
2076
|
+
export interface EcrRescanDurationState {
|
|
2507
2077
|
/**
|
|
2508
|
-
* <p>The Amazon
|
|
2078
|
+
* <p>The ECR automated re-scan duration defines how long an ECR image will be actively scanned by Amazon Inspector. When the number of days since an image was last pushed exceeds the automated re-scan duration the monitoring state of that image becomes <code>inactive</code> and all associated findings are scheduled for closure.</p>
|
|
2509
2079
|
*/
|
|
2510
|
-
|
|
2080
|
+
rescanDuration?: EcrRescanDuration | string;
|
|
2081
|
+
/**
|
|
2082
|
+
* <p>The status of changes to the ECR automated re-scan duration.</p>
|
|
2083
|
+
*/
|
|
2084
|
+
status?: EcrRescanDurationStatus | string;
|
|
2085
|
+
/**
|
|
2086
|
+
* <p>A timestamp representing when the last time the ECR scan duration setting was changed.</p>
|
|
2087
|
+
*/
|
|
2088
|
+
updatedAt?: Date;
|
|
2511
2089
|
}
|
|
2512
|
-
|
|
2090
|
+
/**
|
|
2091
|
+
* <p>Details about the state of the ECR scans for your environment.</p>
|
|
2092
|
+
*/
|
|
2093
|
+
export interface EcrConfigurationState {
|
|
2513
2094
|
/**
|
|
2514
|
-
*
|
|
2095
|
+
* <p>An object that contains details about the state of the ECR automated re-scan setting.</p>
|
|
2515
2096
|
*/
|
|
2516
|
-
|
|
2097
|
+
rescanDurationState?: EcrRescanDurationState;
|
|
2517
2098
|
}
|
|
2518
2099
|
export interface EnableRequest {
|
|
2519
2100
|
/**
|
|
@@ -2529,12 +2110,6 @@ export interface EnableRequest {
|
|
|
2529
2110
|
*/
|
|
2530
2111
|
clientToken?: string;
|
|
2531
2112
|
}
|
|
2532
|
-
export declare namespace EnableRequest {
|
|
2533
|
-
/**
|
|
2534
|
-
* @internal
|
|
2535
|
-
*/
|
|
2536
|
-
const filterSensitiveLog: (obj: EnableRequest) => any;
|
|
2537
|
-
}
|
|
2538
2113
|
export interface EnableResponse {
|
|
2539
2114
|
/**
|
|
2540
2115
|
* <p>Information on the accounts that have had Amazon Inspector scans successfully enabled. Details are
|
|
@@ -2547,12 +2122,6 @@ export interface EnableResponse {
|
|
|
2547
2122
|
*/
|
|
2548
2123
|
failedAccounts?: FailedAccount[];
|
|
2549
2124
|
}
|
|
2550
|
-
export declare namespace EnableResponse {
|
|
2551
|
-
/**
|
|
2552
|
-
* @internal
|
|
2553
|
-
*/
|
|
2554
|
-
const filterSensitiveLog: (obj: EnableResponse) => any;
|
|
2555
|
-
}
|
|
2556
2125
|
export interface EnableDelegatedAdminAccountRequest {
|
|
2557
2126
|
/**
|
|
2558
2127
|
* <p>The Amazon Web Services account ID of the Amazon Inspector delegated administrator.</p>
|
|
@@ -2563,24 +2132,12 @@ export interface EnableDelegatedAdminAccountRequest {
|
|
|
2563
2132
|
*/
|
|
2564
2133
|
clientToken?: string;
|
|
2565
2134
|
}
|
|
2566
|
-
export declare namespace EnableDelegatedAdminAccountRequest {
|
|
2567
|
-
/**
|
|
2568
|
-
* @internal
|
|
2569
|
-
*/
|
|
2570
|
-
const filterSensitiveLog: (obj: EnableDelegatedAdminAccountRequest) => any;
|
|
2571
|
-
}
|
|
2572
2135
|
export interface EnableDelegatedAdminAccountResponse {
|
|
2573
2136
|
/**
|
|
2574
2137
|
* <p>The Amazon Web Services account ID of the successfully Amazon Inspector delegated administrator.</p>
|
|
2575
2138
|
*/
|
|
2576
2139
|
delegatedAdminAccountId: string | undefined;
|
|
2577
2140
|
}
|
|
2578
|
-
export declare namespace EnableDelegatedAdminAccountResponse {
|
|
2579
|
-
/**
|
|
2580
|
-
* @internal
|
|
2581
|
-
*/
|
|
2582
|
-
const filterSensitiveLog: (obj: EnableDelegatedAdminAccountResponse) => any;
|
|
2583
|
-
}
|
|
2584
2141
|
export declare enum ExternalReportStatus {
|
|
2585
2142
|
CANCELLED = "CANCELLED",
|
|
2586
2143
|
FAILED = "FAILED",
|
|
@@ -2632,12 +2189,6 @@ export interface Filter {
|
|
|
2632
2189
|
*/
|
|
2633
2190
|
tags?: Record<string, string>;
|
|
2634
2191
|
}
|
|
2635
|
-
export declare namespace Filter {
|
|
2636
|
-
/**
|
|
2637
|
-
* @internal
|
|
2638
|
-
*/
|
|
2639
|
-
const filterSensitiveLog: (obj: Filter) => any;
|
|
2640
|
-
}
|
|
2641
2192
|
/**
|
|
2642
2193
|
* <p>Information about the Amazon Inspector score given to a finding.</p>
|
|
2643
2194
|
*/
|
|
@@ -2647,12 +2198,6 @@ export interface InspectorScoreDetails {
|
|
|
2647
2198
|
*/
|
|
2648
2199
|
adjustedCvss?: CvssScoreDetails;
|
|
2649
2200
|
}
|
|
2650
|
-
export declare namespace InspectorScoreDetails {
|
|
2651
|
-
/**
|
|
2652
|
-
* @internal
|
|
2653
|
-
*/
|
|
2654
|
-
const filterSensitiveLog: (obj: InspectorScoreDetails) => any;
|
|
2655
|
-
}
|
|
2656
2201
|
/**
|
|
2657
2202
|
* <p>Details about the step associated with a finding.</p>
|
|
2658
2203
|
*/
|
|
@@ -2666,12 +2211,6 @@ export interface Step {
|
|
|
2666
2211
|
*/
|
|
2667
2212
|
componentType: string | undefined;
|
|
2668
2213
|
}
|
|
2669
|
-
export declare namespace Step {
|
|
2670
|
-
/**
|
|
2671
|
-
* @internal
|
|
2672
|
-
*/
|
|
2673
|
-
const filterSensitiveLog: (obj: Step) => any;
|
|
2674
|
-
}
|
|
2675
2214
|
/**
|
|
2676
2215
|
* <p>Information on the network path associated with a finding.</p>
|
|
2677
2216
|
*/
|
|
@@ -2681,12 +2220,6 @@ export interface NetworkPath {
|
|
|
2681
2220
|
*/
|
|
2682
2221
|
steps?: Step[];
|
|
2683
2222
|
}
|
|
2684
|
-
export declare namespace NetworkPath {
|
|
2685
|
-
/**
|
|
2686
|
-
* @internal
|
|
2687
|
-
*/
|
|
2688
|
-
const filterSensitiveLog: (obj: NetworkPath) => any;
|
|
2689
|
-
}
|
|
2690
2223
|
/**
|
|
2691
2224
|
* <p>Details about the port range associated with a finding.</p>
|
|
2692
2225
|
*/
|
|
@@ -2700,12 +2233,6 @@ export interface PortRange {
|
|
|
2700
2233
|
*/
|
|
2701
2234
|
end: number | undefined;
|
|
2702
2235
|
}
|
|
2703
|
-
export declare namespace PortRange {
|
|
2704
|
-
/**
|
|
2705
|
-
* @internal
|
|
2706
|
-
*/
|
|
2707
|
-
const filterSensitiveLog: (obj: PortRange) => any;
|
|
2708
|
-
}
|
|
2709
2236
|
export declare enum NetworkProtocol {
|
|
2710
2237
|
TCP = "TCP",
|
|
2711
2238
|
UDP = "UDP"
|
|
@@ -2727,12 +2254,6 @@ export interface NetworkReachabilityDetails {
|
|
|
2727
2254
|
*/
|
|
2728
2255
|
networkPath: NetworkPath | undefined;
|
|
2729
2256
|
}
|
|
2730
|
-
export declare namespace NetworkReachabilityDetails {
|
|
2731
|
-
/**
|
|
2732
|
-
* @internal
|
|
2733
|
-
*/
|
|
2734
|
-
const filterSensitiveLog: (obj: NetworkReachabilityDetails) => any;
|
|
2735
|
-
}
|
|
2736
2257
|
export declare enum PackageManager {
|
|
2737
2258
|
BUNDLER = "BUNDLER",
|
|
2738
2259
|
CARGO = "CARGO",
|
|
@@ -2740,11 +2261,15 @@ export declare enum PackageManager {
|
|
|
2740
2261
|
GOBINARY = "GOBINARY",
|
|
2741
2262
|
GOMOD = "GOMOD",
|
|
2742
2263
|
JAR = "JAR",
|
|
2264
|
+
NODEPKG = "NODEPKG",
|
|
2743
2265
|
NPM = "NPM",
|
|
2744
2266
|
NUGET = "NUGET",
|
|
2745
2267
|
OS = "OS",
|
|
2268
|
+
PIP = "PIP",
|
|
2746
2269
|
PIPENV = "PIPENV",
|
|
2747
2270
|
POETRY = "POETRY",
|
|
2271
|
+
POM = "POM",
|
|
2272
|
+
PYTHONPKG = "PYTHONPKG",
|
|
2748
2273
|
YARN = "YARN"
|
|
2749
2274
|
}
|
|
2750
2275
|
/**
|
|
@@ -2788,12 +2313,6 @@ export interface VulnerablePackage {
|
|
|
2788
2313
|
*/
|
|
2789
2314
|
fixedInVersion?: string;
|
|
2790
2315
|
}
|
|
2791
|
-
export declare namespace VulnerablePackage {
|
|
2792
|
-
/**
|
|
2793
|
-
* @internal
|
|
2794
|
-
*/
|
|
2795
|
-
const filterSensitiveLog: (obj: VulnerablePackage) => any;
|
|
2796
|
-
}
|
|
2797
2316
|
/**
|
|
2798
2317
|
* <p>Information about a package vulnerability finding.</p>
|
|
2799
2318
|
*/
|
|
@@ -2839,12 +2358,6 @@ export interface PackageVulnerabilityDetails {
|
|
|
2839
2358
|
*/
|
|
2840
2359
|
referenceUrls?: string[];
|
|
2841
2360
|
}
|
|
2842
|
-
export declare namespace PackageVulnerabilityDetails {
|
|
2843
|
-
/**
|
|
2844
|
-
* @internal
|
|
2845
|
-
*/
|
|
2846
|
-
const filterSensitiveLog: (obj: PackageVulnerabilityDetails) => any;
|
|
2847
|
-
}
|
|
2848
2361
|
/**
|
|
2849
2362
|
* <p>Details about the recommended course of action to remediate the finding.</p>
|
|
2850
2363
|
*/
|
|
@@ -2858,12 +2371,6 @@ export interface Recommendation {
|
|
|
2858
2371
|
*/
|
|
2859
2372
|
Url?: string;
|
|
2860
2373
|
}
|
|
2861
|
-
export declare namespace Recommendation {
|
|
2862
|
-
/**
|
|
2863
|
-
* @internal
|
|
2864
|
-
*/
|
|
2865
|
-
const filterSensitiveLog: (obj: Recommendation) => any;
|
|
2866
|
-
}
|
|
2867
2374
|
/**
|
|
2868
2375
|
* <p>Information on how to remediate a finding.</p>
|
|
2869
2376
|
*/
|
|
@@ -2873,12 +2380,6 @@ export interface Remediation {
|
|
|
2873
2380
|
*/
|
|
2874
2381
|
recommendation?: Recommendation;
|
|
2875
2382
|
}
|
|
2876
|
-
export declare namespace Remediation {
|
|
2877
|
-
/**
|
|
2878
|
-
* @internal
|
|
2879
|
-
*/
|
|
2880
|
-
const filterSensitiveLog: (obj: Remediation) => any;
|
|
2881
|
-
}
|
|
2882
2383
|
/**
|
|
2883
2384
|
* <p>Contains details about the resource involved in the finding.</p>
|
|
2884
2385
|
*/
|
|
@@ -2892,12 +2393,6 @@ export interface ResourceDetails {
|
|
|
2892
2393
|
*/
|
|
2893
2394
|
awsEcrContainerImage?: AwsEcrContainerImageDetails;
|
|
2894
2395
|
}
|
|
2895
|
-
export declare namespace ResourceDetails {
|
|
2896
|
-
/**
|
|
2897
|
-
* @internal
|
|
2898
|
-
*/
|
|
2899
|
-
const filterSensitiveLog: (obj: ResourceDetails) => any;
|
|
2900
|
-
}
|
|
2901
2396
|
export declare enum ResourceType {
|
|
2902
2397
|
AWS_EC2_INSTANCE = "AWS_EC2_INSTANCE",
|
|
2903
2398
|
AWS_ECR_CONTAINER_IMAGE = "AWS_ECR_CONTAINER_IMAGE",
|
|
@@ -2932,12 +2427,6 @@ export interface Resource {
|
|
|
2932
2427
|
*/
|
|
2933
2428
|
details?: ResourceDetails;
|
|
2934
2429
|
}
|
|
2935
|
-
export declare namespace Resource {
|
|
2936
|
-
/**
|
|
2937
|
-
* @internal
|
|
2938
|
-
*/
|
|
2939
|
-
const filterSensitiveLog: (obj: Resource) => any;
|
|
2940
|
-
}
|
|
2941
2430
|
export declare enum Severity {
|
|
2942
2431
|
CRITICAL = "CRITICAL",
|
|
2943
2432
|
HIGH = "HIGH",
|
|
@@ -3024,47 +2513,35 @@ export interface Finding {
|
|
|
3024
2513
|
*/
|
|
3025
2514
|
packageVulnerabilityDetails?: PackageVulnerabilityDetails;
|
|
3026
2515
|
}
|
|
3027
|
-
export
|
|
2516
|
+
export interface GetConfigurationRequest {
|
|
2517
|
+
}
|
|
2518
|
+
export interface GetConfigurationResponse {
|
|
3028
2519
|
/**
|
|
3029
|
-
*
|
|
2520
|
+
* <p>Specifies how the ECR automated re-scan duration is currently configured for your environment.</p>
|
|
3030
2521
|
*/
|
|
3031
|
-
|
|
2522
|
+
ecrConfiguration?: EcrConfigurationState;
|
|
3032
2523
|
}
|
|
3033
2524
|
export interface GetDelegatedAdminAccountRequest {
|
|
3034
2525
|
}
|
|
3035
|
-
export declare namespace GetDelegatedAdminAccountRequest {
|
|
3036
|
-
/**
|
|
3037
|
-
* @internal
|
|
3038
|
-
*/
|
|
3039
|
-
const filterSensitiveLog: (obj: GetDelegatedAdminAccountRequest) => any;
|
|
3040
|
-
}
|
|
3041
2526
|
export interface GetDelegatedAdminAccountResponse {
|
|
3042
2527
|
/**
|
|
3043
2528
|
* <p>The Amazon Web Services account ID of the Amazon Inspector delegated administrator.</p>
|
|
3044
2529
|
*/
|
|
3045
2530
|
delegatedAdmin?: DelegatedAdmin;
|
|
3046
2531
|
}
|
|
3047
|
-
export declare namespace GetDelegatedAdminAccountResponse {
|
|
3048
|
-
/**
|
|
3049
|
-
* @internal
|
|
3050
|
-
*/
|
|
3051
|
-
const filterSensitiveLog: (obj: GetDelegatedAdminAccountResponse) => any;
|
|
3052
|
-
}
|
|
3053
2532
|
export interface GetFindingsReportStatusRequest {
|
|
3054
2533
|
/**
|
|
3055
2534
|
* <p>The ID of the report to retrieve the status of.</p>
|
|
3056
2535
|
*/
|
|
3057
2536
|
reportId?: string;
|
|
3058
2537
|
}
|
|
3059
|
-
export declare namespace GetFindingsReportStatusRequest {
|
|
3060
|
-
/**
|
|
3061
|
-
* @internal
|
|
3062
|
-
*/
|
|
3063
|
-
const filterSensitiveLog: (obj: GetFindingsReportStatusRequest) => any;
|
|
3064
|
-
}
|
|
3065
2538
|
export declare enum ReportingErrorCode {
|
|
2539
|
+
BUCKET_NOT_FOUND = "BUCKET_NOT_FOUND",
|
|
2540
|
+
INCOMPATIBLE_BUCKET_REGION = "INCOMPATIBLE_BUCKET_REGION",
|
|
3066
2541
|
INTERNAL_ERROR = "INTERNAL_ERROR",
|
|
3067
|
-
INVALID_PERMISSIONS = "INVALID_PERMISSIONS"
|
|
2542
|
+
INVALID_PERMISSIONS = "INVALID_PERMISSIONS",
|
|
2543
|
+
MALFORMED_KMS_KEY = "MALFORMED_KMS_KEY",
|
|
2544
|
+
NO_FINDINGS_FOUND = "NO_FINDINGS_FOUND"
|
|
3068
2545
|
}
|
|
3069
2546
|
export interface GetFindingsReportStatusResponse {
|
|
3070
2547
|
/**
|
|
@@ -3092,24 +2569,12 @@ export interface GetFindingsReportStatusResponse {
|
|
|
3092
2569
|
*/
|
|
3093
2570
|
filterCriteria?: FilterCriteria;
|
|
3094
2571
|
}
|
|
3095
|
-
export declare namespace GetFindingsReportStatusResponse {
|
|
3096
|
-
/**
|
|
3097
|
-
* @internal
|
|
3098
|
-
*/
|
|
3099
|
-
const filterSensitiveLog: (obj: GetFindingsReportStatusResponse) => any;
|
|
3100
|
-
}
|
|
3101
2572
|
export interface GetMemberRequest {
|
|
3102
2573
|
/**
|
|
3103
2574
|
* <p>The Amazon Web Services account ID of the member account to retrieve information on.</p>
|
|
3104
2575
|
*/
|
|
3105
2576
|
accountId: string | undefined;
|
|
3106
2577
|
}
|
|
3107
|
-
export declare namespace GetMemberRequest {
|
|
3108
|
-
/**
|
|
3109
|
-
* @internal
|
|
3110
|
-
*/
|
|
3111
|
-
const filterSensitiveLog: (obj: GetMemberRequest) => any;
|
|
3112
|
-
}
|
|
3113
2578
|
/**
|
|
3114
2579
|
* <p>Details on a member account in your organization.</p>
|
|
3115
2580
|
*/
|
|
@@ -3131,24 +2596,12 @@ export interface Member {
|
|
|
3131
2596
|
*/
|
|
3132
2597
|
updatedAt?: Date;
|
|
3133
2598
|
}
|
|
3134
|
-
export declare namespace Member {
|
|
3135
|
-
/**
|
|
3136
|
-
* @internal
|
|
3137
|
-
*/
|
|
3138
|
-
const filterSensitiveLog: (obj: Member) => any;
|
|
3139
|
-
}
|
|
3140
2599
|
export interface GetMemberResponse {
|
|
3141
2600
|
/**
|
|
3142
2601
|
* <p>Details of the retrieved member account.</p>
|
|
3143
2602
|
*/
|
|
3144
2603
|
member?: Member;
|
|
3145
2604
|
}
|
|
3146
|
-
export declare namespace GetMemberResponse {
|
|
3147
|
-
/**
|
|
3148
|
-
* @internal
|
|
3149
|
-
*/
|
|
3150
|
-
const filterSensitiveLog: (obj: GetMemberResponse) => any;
|
|
3151
|
-
}
|
|
3152
2605
|
export declare enum Service {
|
|
3153
2606
|
EC2 = "EC2",
|
|
3154
2607
|
ECR = "ECR"
|
|
@@ -3170,12 +2623,6 @@ export interface ListAccountPermissionsRequest {
|
|
|
3170
2623
|
*/
|
|
3171
2624
|
nextToken?: string;
|
|
3172
2625
|
}
|
|
3173
|
-
export declare namespace ListAccountPermissionsRequest {
|
|
3174
|
-
/**
|
|
3175
|
-
* @internal
|
|
3176
|
-
*/
|
|
3177
|
-
const filterSensitiveLog: (obj: ListAccountPermissionsRequest) => any;
|
|
3178
|
-
}
|
|
3179
2626
|
export declare enum Operation {
|
|
3180
2627
|
DISABLE_REPOSITORY = "DISABLE_REPOSITORY",
|
|
3181
2628
|
DISABLE_SCANNING = "DISABLE_SCANNING",
|
|
@@ -3195,12 +2642,6 @@ export interface Permission {
|
|
|
3195
2642
|
*/
|
|
3196
2643
|
operation: Operation | string | undefined;
|
|
3197
2644
|
}
|
|
3198
|
-
export declare namespace Permission {
|
|
3199
|
-
/**
|
|
3200
|
-
* @internal
|
|
3201
|
-
*/
|
|
3202
|
-
const filterSensitiveLog: (obj: Permission) => any;
|
|
3203
|
-
}
|
|
3204
2645
|
export interface ListAccountPermissionsResponse {
|
|
3205
2646
|
/**
|
|
3206
2647
|
* <p>Contains details on the permissions an account has to configure Amazon Inspector.</p>
|
|
@@ -3214,12 +2655,6 @@ export interface ListAccountPermissionsResponse {
|
|
|
3214
2655
|
*/
|
|
3215
2656
|
nextToken?: string;
|
|
3216
2657
|
}
|
|
3217
|
-
export declare namespace ListAccountPermissionsResponse {
|
|
3218
|
-
/**
|
|
3219
|
-
* @internal
|
|
3220
|
-
*/
|
|
3221
|
-
const filterSensitiveLog: (obj: ListAccountPermissionsResponse) => any;
|
|
3222
|
-
}
|
|
3223
2658
|
export interface ListCoverageRequest {
|
|
3224
2659
|
/**
|
|
3225
2660
|
* <p>The maximum number of results to return in the response.</p>
|
|
@@ -3238,12 +2673,6 @@ export interface ListCoverageRequest {
|
|
|
3238
2673
|
*/
|
|
3239
2674
|
filterCriteria?: CoverageFilterCriteria;
|
|
3240
2675
|
}
|
|
3241
|
-
export declare namespace ListCoverageRequest {
|
|
3242
|
-
/**
|
|
3243
|
-
* @internal
|
|
3244
|
-
*/
|
|
3245
|
-
const filterSensitiveLog: (obj: ListCoverageRequest) => any;
|
|
3246
|
-
}
|
|
3247
2676
|
export interface ListCoverageResponse {
|
|
3248
2677
|
/**
|
|
3249
2678
|
* <p>A token to use for paginating results that are returned in the response. Set the value
|
|
@@ -3257,12 +2686,6 @@ export interface ListCoverageResponse {
|
|
|
3257
2686
|
*/
|
|
3258
2687
|
coveredResources?: CoveredResource[];
|
|
3259
2688
|
}
|
|
3260
|
-
export declare namespace ListCoverageResponse {
|
|
3261
|
-
/**
|
|
3262
|
-
* @internal
|
|
3263
|
-
*/
|
|
3264
|
-
const filterSensitiveLog: (obj: ListCoverageResponse) => any;
|
|
3265
|
-
}
|
|
3266
2689
|
export interface ListCoverageStatisticsRequest {
|
|
3267
2690
|
/**
|
|
3268
2691
|
* <p>An object that contains details on the filters to apply to the coverage data for your
|
|
@@ -3281,12 +2704,6 @@ export interface ListCoverageStatisticsRequest {
|
|
|
3281
2704
|
*/
|
|
3282
2705
|
nextToken?: string;
|
|
3283
2706
|
}
|
|
3284
|
-
export declare namespace ListCoverageStatisticsRequest {
|
|
3285
|
-
/**
|
|
3286
|
-
* @internal
|
|
3287
|
-
*/
|
|
3288
|
-
const filterSensitiveLog: (obj: ListCoverageStatisticsRequest) => any;
|
|
3289
|
-
}
|
|
3290
2707
|
export interface ListCoverageStatisticsResponse {
|
|
3291
2708
|
/**
|
|
3292
2709
|
* <p>An array with the number for each group.</p>
|
|
@@ -3304,12 +2721,6 @@ export interface ListCoverageStatisticsResponse {
|
|
|
3304
2721
|
*/
|
|
3305
2722
|
nextToken?: string;
|
|
3306
2723
|
}
|
|
3307
|
-
export declare namespace ListCoverageStatisticsResponse {
|
|
3308
|
-
/**
|
|
3309
|
-
* @internal
|
|
3310
|
-
*/
|
|
3311
|
-
const filterSensitiveLog: (obj: ListCoverageStatisticsResponse) => any;
|
|
3312
|
-
}
|
|
3313
2724
|
export interface ListDelegatedAdminAccountsRequest {
|
|
3314
2725
|
/**
|
|
3315
2726
|
* <p>The maximum number of results to return in the response.</p>
|
|
@@ -3323,12 +2734,6 @@ export interface ListDelegatedAdminAccountsRequest {
|
|
|
3323
2734
|
*/
|
|
3324
2735
|
nextToken?: string;
|
|
3325
2736
|
}
|
|
3326
|
-
export declare namespace ListDelegatedAdminAccountsRequest {
|
|
3327
|
-
/**
|
|
3328
|
-
* @internal
|
|
3329
|
-
*/
|
|
3330
|
-
const filterSensitiveLog: (obj: ListDelegatedAdminAccountsRequest) => any;
|
|
3331
|
-
}
|
|
3332
2737
|
export interface ListDelegatedAdminAccountsResponse {
|
|
3333
2738
|
/**
|
|
3334
2739
|
* <p>Details of the Amazon Inspector delegated administrator of your organization.</p>
|
|
@@ -3342,12 +2747,6 @@ export interface ListDelegatedAdminAccountsResponse {
|
|
|
3342
2747
|
*/
|
|
3343
2748
|
nextToken?: string;
|
|
3344
2749
|
}
|
|
3345
|
-
export declare namespace ListDelegatedAdminAccountsResponse {
|
|
3346
|
-
/**
|
|
3347
|
-
* @internal
|
|
3348
|
-
*/
|
|
3349
|
-
const filterSensitiveLog: (obj: ListDelegatedAdminAccountsResponse) => any;
|
|
3350
|
-
}
|
|
3351
2750
|
export interface ListFiltersRequest {
|
|
3352
2751
|
/**
|
|
3353
2752
|
* <p>The Amazon resource number (ARN) of the filter.</p>
|
|
@@ -3369,12 +2768,6 @@ export interface ListFiltersRequest {
|
|
|
3369
2768
|
*/
|
|
3370
2769
|
maxResults?: number;
|
|
3371
2770
|
}
|
|
3372
|
-
export declare namespace ListFiltersRequest {
|
|
3373
|
-
/**
|
|
3374
|
-
* @internal
|
|
3375
|
-
*/
|
|
3376
|
-
const filterSensitiveLog: (obj: ListFiltersRequest) => any;
|
|
3377
|
-
}
|
|
3378
2771
|
export interface ListFiltersResponse {
|
|
3379
2772
|
/**
|
|
3380
2773
|
* <p>Contains details on the filters associated with your account.</p>
|
|
@@ -3388,12 +2781,6 @@ export interface ListFiltersResponse {
|
|
|
3388
2781
|
*/
|
|
3389
2782
|
nextToken?: string;
|
|
3390
2783
|
}
|
|
3391
|
-
export declare namespace ListFiltersResponse {
|
|
3392
|
-
/**
|
|
3393
|
-
* @internal
|
|
3394
|
-
*/
|
|
3395
|
-
const filterSensitiveLog: (obj: ListFiltersResponse) => any;
|
|
3396
|
-
}
|
|
3397
2784
|
export interface ListFindingAggregationsRequest {
|
|
3398
2785
|
/**
|
|
3399
2786
|
* <p>The type of the aggregation request.</p>
|
|
@@ -3419,12 +2806,6 @@ export interface ListFindingAggregationsRequest {
|
|
|
3419
2806
|
*/
|
|
3420
2807
|
aggregationRequest?: AggregationRequest;
|
|
3421
2808
|
}
|
|
3422
|
-
export declare namespace ListFindingAggregationsRequest {
|
|
3423
|
-
/**
|
|
3424
|
-
* @internal
|
|
3425
|
-
*/
|
|
3426
|
-
const filterSensitiveLog: (obj: ListFindingAggregationsRequest) => any;
|
|
3427
|
-
}
|
|
3428
2809
|
export interface ListFindingAggregationsResponse {
|
|
3429
2810
|
/**
|
|
3430
2811
|
* <p>The type of aggregation to perform.</p>
|
|
@@ -3442,12 +2823,6 @@ export interface ListFindingAggregationsResponse {
|
|
|
3442
2823
|
*/
|
|
3443
2824
|
nextToken?: string;
|
|
3444
2825
|
}
|
|
3445
|
-
export declare namespace ListFindingAggregationsResponse {
|
|
3446
|
-
/**
|
|
3447
|
-
* @internal
|
|
3448
|
-
*/
|
|
3449
|
-
const filterSensitiveLog: (obj: ListFindingAggregationsResponse) => any;
|
|
3450
|
-
}
|
|
3451
2826
|
export declare enum SortField {
|
|
3452
2827
|
AWS_ACCOUNT_ID = "AWS_ACCOUNT_ID",
|
|
3453
2828
|
COMPONENT_TYPE = "COMPONENT_TYPE",
|
|
@@ -3479,12 +2854,6 @@ export interface SortCriteria {
|
|
|
3479
2854
|
*/
|
|
3480
2855
|
sortOrder: SortOrder | string | undefined;
|
|
3481
2856
|
}
|
|
3482
|
-
export declare namespace SortCriteria {
|
|
3483
|
-
/**
|
|
3484
|
-
* @internal
|
|
3485
|
-
*/
|
|
3486
|
-
const filterSensitiveLog: (obj: SortCriteria) => any;
|
|
3487
|
-
}
|
|
3488
2857
|
export interface ListFindingsRequest {
|
|
3489
2858
|
/**
|
|
3490
2859
|
* <p>The maximum number of results to return in the response.</p>
|
|
@@ -3506,12 +2875,6 @@ export interface ListFindingsRequest {
|
|
|
3506
2875
|
*/
|
|
3507
2876
|
sortCriteria?: SortCriteria;
|
|
3508
2877
|
}
|
|
3509
|
-
export declare namespace ListFindingsRequest {
|
|
3510
|
-
/**
|
|
3511
|
-
* @internal
|
|
3512
|
-
*/
|
|
3513
|
-
const filterSensitiveLog: (obj: ListFindingsRequest) => any;
|
|
3514
|
-
}
|
|
3515
2878
|
export interface ListFindingsResponse {
|
|
3516
2879
|
/**
|
|
3517
2880
|
* <p>A token to use for paginating results that are returned in the response. Set the value
|
|
@@ -3525,12 +2888,6 @@ export interface ListFindingsResponse {
|
|
|
3525
2888
|
*/
|
|
3526
2889
|
findings?: Finding[];
|
|
3527
2890
|
}
|
|
3528
|
-
export declare namespace ListFindingsResponse {
|
|
3529
|
-
/**
|
|
3530
|
-
* @internal
|
|
3531
|
-
*/
|
|
3532
|
-
const filterSensitiveLog: (obj: ListFindingsResponse) => any;
|
|
3533
|
-
}
|
|
3534
2891
|
export interface ListMembersRequest {
|
|
3535
2892
|
/**
|
|
3536
2893
|
* <p>Specifies whether to list only currently associated members if <code>True</code> or to
|
|
@@ -3549,12 +2906,6 @@ export interface ListMembersRequest {
|
|
|
3549
2906
|
*/
|
|
3550
2907
|
nextToken?: string;
|
|
3551
2908
|
}
|
|
3552
|
-
export declare namespace ListMembersRequest {
|
|
3553
|
-
/**
|
|
3554
|
-
* @internal
|
|
3555
|
-
*/
|
|
3556
|
-
const filterSensitiveLog: (obj: ListMembersRequest) => any;
|
|
3557
|
-
}
|
|
3558
2909
|
export interface ListMembersResponse {
|
|
3559
2910
|
/**
|
|
3560
2911
|
* <p>An object that contains details for each member account.</p>
|
|
@@ -3566,36 +2917,18 @@ export interface ListMembersResponse {
|
|
|
3566
2917
|
*/
|
|
3567
2918
|
nextToken?: string;
|
|
3568
2919
|
}
|
|
3569
|
-
export declare namespace ListMembersResponse {
|
|
3570
|
-
/**
|
|
3571
|
-
* @internal
|
|
3572
|
-
*/
|
|
3573
|
-
const filterSensitiveLog: (obj: ListMembersResponse) => any;
|
|
3574
|
-
}
|
|
3575
2920
|
export interface ListTagsForResourceRequest {
|
|
3576
2921
|
/**
|
|
3577
2922
|
* <p>The Amazon resource number (ARN) of the resource to list tags of.</p>
|
|
3578
2923
|
*/
|
|
3579
2924
|
resourceArn: string | undefined;
|
|
3580
2925
|
}
|
|
3581
|
-
export declare namespace ListTagsForResourceRequest {
|
|
3582
|
-
/**
|
|
3583
|
-
* @internal
|
|
3584
|
-
*/
|
|
3585
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
3586
|
-
}
|
|
3587
2926
|
export interface ListTagsForResourceResponse {
|
|
3588
2927
|
/**
|
|
3589
2928
|
* <p>The tags associated with the resource.</p>
|
|
3590
2929
|
*/
|
|
3591
2930
|
tags?: Record<string, string>;
|
|
3592
2931
|
}
|
|
3593
|
-
export declare namespace ListTagsForResourceResponse {
|
|
3594
|
-
/**
|
|
3595
|
-
* @internal
|
|
3596
|
-
*/
|
|
3597
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
3598
|
-
}
|
|
3599
2932
|
export interface ListUsageTotalsRequest {
|
|
3600
2933
|
/**
|
|
3601
2934
|
* <p>The maximum number of results to return in the response.</p>
|
|
@@ -3613,12 +2946,6 @@ export interface ListUsageTotalsRequest {
|
|
|
3613
2946
|
*/
|
|
3614
2947
|
accountIds?: string[];
|
|
3615
2948
|
}
|
|
3616
|
-
export declare namespace ListUsageTotalsRequest {
|
|
3617
|
-
/**
|
|
3618
|
-
* @internal
|
|
3619
|
-
*/
|
|
3620
|
-
const filterSensitiveLog: (obj: ListUsageTotalsRequest) => any;
|
|
3621
|
-
}
|
|
3622
2949
|
export declare enum UsageType {
|
|
3623
2950
|
EC2_INSTANCE_HOURS = "EC2_INSTANCE_HOURS",
|
|
3624
2951
|
ECR_INITIAL_SCAN = "ECR_INITIAL_SCAN",
|
|
@@ -3645,12 +2972,6 @@ export interface Usage {
|
|
|
3645
2972
|
*/
|
|
3646
2973
|
currency?: Currency | string;
|
|
3647
2974
|
}
|
|
3648
|
-
export declare namespace Usage {
|
|
3649
|
-
/**
|
|
3650
|
-
* @internal
|
|
3651
|
-
*/
|
|
3652
|
-
const filterSensitiveLog: (obj: Usage) => any;
|
|
3653
|
-
}
|
|
3654
2975
|
/**
|
|
3655
2976
|
* <p>The total of usage for an account ID.</p>
|
|
3656
2977
|
*/
|
|
@@ -3664,13 +2985,7 @@ export interface UsageTotal {
|
|
|
3664
2985
|
*/
|
|
3665
2986
|
usage?: Usage[];
|
|
3666
2987
|
}
|
|
3667
|
-
export
|
|
3668
|
-
/**
|
|
3669
|
-
* @internal
|
|
3670
|
-
*/
|
|
3671
|
-
const filterSensitiveLog: (obj: UsageTotal) => any;
|
|
3672
|
-
}
|
|
3673
|
-
export interface ListUsageTotalsResponse {
|
|
2988
|
+
export interface ListUsageTotalsResponse {
|
|
3674
2989
|
/**
|
|
3675
2990
|
* <p>The pagination parameter to be used on the next list operation to retrieve more items.</p>
|
|
3676
2991
|
*/
|
|
@@ -3680,12 +2995,6 @@ export interface ListUsageTotalsResponse {
|
|
|
3680
2995
|
*/
|
|
3681
2996
|
totals?: UsageTotal[];
|
|
3682
2997
|
}
|
|
3683
|
-
export declare namespace ListUsageTotalsResponse {
|
|
3684
|
-
/**
|
|
3685
|
-
* @internal
|
|
3686
|
-
*/
|
|
3687
|
-
const filterSensitiveLog: (obj: ListUsageTotalsResponse) => any;
|
|
3688
|
-
}
|
|
3689
2998
|
export interface TagResourceRequest {
|
|
3690
2999
|
/**
|
|
3691
3000
|
* <p>The Amazon Resource Name (ARN) of the resource to apply a tag to.</p>
|
|
@@ -3696,20 +3005,8 @@ export interface TagResourceRequest {
|
|
|
3696
3005
|
*/
|
|
3697
3006
|
tags: Record<string, string> | undefined;
|
|
3698
3007
|
}
|
|
3699
|
-
export declare namespace TagResourceRequest {
|
|
3700
|
-
/**
|
|
3701
|
-
* @internal
|
|
3702
|
-
*/
|
|
3703
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
3704
|
-
}
|
|
3705
3008
|
export interface TagResourceResponse {
|
|
3706
3009
|
}
|
|
3707
|
-
export declare namespace TagResourceResponse {
|
|
3708
|
-
/**
|
|
3709
|
-
* @internal
|
|
3710
|
-
*/
|
|
3711
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
3712
|
-
}
|
|
3713
3010
|
export interface UntagResourceRequest {
|
|
3714
3011
|
/**
|
|
3715
3012
|
* <p>The Amazon Resource Name (ARN) for the resource to remove tags from.</p>
|
|
@@ -3720,19 +3017,15 @@ export interface UntagResourceRequest {
|
|
|
3720
3017
|
*/
|
|
3721
3018
|
tagKeys: string[] | undefined;
|
|
3722
3019
|
}
|
|
3723
|
-
export declare namespace UntagResourceRequest {
|
|
3724
|
-
/**
|
|
3725
|
-
* @internal
|
|
3726
|
-
*/
|
|
3727
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
3728
|
-
}
|
|
3729
3020
|
export interface UntagResourceResponse {
|
|
3730
3021
|
}
|
|
3731
|
-
export
|
|
3022
|
+
export interface UpdateConfigurationRequest {
|
|
3732
3023
|
/**
|
|
3733
|
-
*
|
|
3024
|
+
* <p>Specifies how the ECR automated re-scan will be updated for your environment.</p>
|
|
3734
3025
|
*/
|
|
3735
|
-
|
|
3026
|
+
ecrConfiguration: EcrConfiguration | undefined;
|
|
3027
|
+
}
|
|
3028
|
+
export interface UpdateConfigurationResponse {
|
|
3736
3029
|
}
|
|
3737
3030
|
export interface UpdateFilterRequest {
|
|
3738
3031
|
/**
|
|
@@ -3755,12 +3048,10 @@ export interface UpdateFilterRequest {
|
|
|
3755
3048
|
* <p>The Amazon Resource Number (ARN) of the filter to update.</p>
|
|
3756
3049
|
*/
|
|
3757
3050
|
filterArn: string | undefined;
|
|
3758
|
-
}
|
|
3759
|
-
export declare namespace UpdateFilterRequest {
|
|
3760
3051
|
/**
|
|
3761
|
-
*
|
|
3052
|
+
* <p>The reason the filter was updated.</p>
|
|
3762
3053
|
*/
|
|
3763
|
-
|
|
3054
|
+
reason?: string;
|
|
3764
3055
|
}
|
|
3765
3056
|
export interface UpdateFilterResponse {
|
|
3766
3057
|
/**
|
|
@@ -3768,33 +3059,583 @@ export interface UpdateFilterResponse {
|
|
|
3768
3059
|
*/
|
|
3769
3060
|
arn: string | undefined;
|
|
3770
3061
|
}
|
|
3771
|
-
export declare namespace UpdateFilterResponse {
|
|
3772
|
-
/**
|
|
3773
|
-
* @internal
|
|
3774
|
-
*/
|
|
3775
|
-
const filterSensitiveLog: (obj: UpdateFilterResponse) => any;
|
|
3776
|
-
}
|
|
3777
3062
|
export interface UpdateOrganizationConfigurationRequest {
|
|
3778
3063
|
/**
|
|
3779
3064
|
* <p>Defines which scan types are enabled automatically for new members of your Amazon Inspector organization.</p>
|
|
3780
3065
|
*/
|
|
3781
3066
|
autoEnable: AutoEnable | undefined;
|
|
3782
3067
|
}
|
|
3783
|
-
export declare namespace UpdateOrganizationConfigurationRequest {
|
|
3784
|
-
/**
|
|
3785
|
-
* @internal
|
|
3786
|
-
*/
|
|
3787
|
-
const filterSensitiveLog: (obj: UpdateOrganizationConfigurationRequest) => any;
|
|
3788
|
-
}
|
|
3789
3068
|
export interface UpdateOrganizationConfigurationResponse {
|
|
3790
3069
|
/**
|
|
3791
3070
|
* <p>The updated status of scan types automatically enabled for new members of your Amazon Inspector organization.</p>
|
|
3792
3071
|
*/
|
|
3793
3072
|
autoEnable: AutoEnable | undefined;
|
|
3794
3073
|
}
|
|
3795
|
-
|
|
3796
|
-
|
|
3797
|
-
|
|
3798
|
-
|
|
3799
|
-
|
|
3800
|
-
|
|
3074
|
+
/**
|
|
3075
|
+
* @internal
|
|
3076
|
+
*/
|
|
3077
|
+
export declare const ResourceStatusFilterSensitiveLog: (obj: ResourceStatus) => any;
|
|
3078
|
+
/**
|
|
3079
|
+
* @internal
|
|
3080
|
+
*/
|
|
3081
|
+
export declare const AccountFilterSensitiveLog: (obj: Account) => any;
|
|
3082
|
+
/**
|
|
3083
|
+
* @internal
|
|
3084
|
+
*/
|
|
3085
|
+
export declare const AccountAggregationFilterSensitiveLog: (obj: AccountAggregation) => any;
|
|
3086
|
+
/**
|
|
3087
|
+
* @internal
|
|
3088
|
+
*/
|
|
3089
|
+
export declare const SeverityCountsFilterSensitiveLog: (obj: SeverityCounts) => any;
|
|
3090
|
+
/**
|
|
3091
|
+
* @internal
|
|
3092
|
+
*/
|
|
3093
|
+
export declare const AccountAggregationResponseFilterSensitiveLog: (obj: AccountAggregationResponse) => any;
|
|
3094
|
+
/**
|
|
3095
|
+
* @internal
|
|
3096
|
+
*/
|
|
3097
|
+
export declare const StateFilterSensitiveLog: (obj: State) => any;
|
|
3098
|
+
/**
|
|
3099
|
+
* @internal
|
|
3100
|
+
*/
|
|
3101
|
+
export declare const ResourceStateFilterSensitiveLog: (obj: ResourceState) => any;
|
|
3102
|
+
/**
|
|
3103
|
+
* @internal
|
|
3104
|
+
*/
|
|
3105
|
+
export declare const AccountStateFilterSensitiveLog: (obj: AccountState) => any;
|
|
3106
|
+
/**
|
|
3107
|
+
* @internal
|
|
3108
|
+
*/
|
|
3109
|
+
export declare const StringFilterFilterSensitiveLog: (obj: StringFilter) => any;
|
|
3110
|
+
/**
|
|
3111
|
+
* @internal
|
|
3112
|
+
*/
|
|
3113
|
+
export declare const AmiAggregationFilterSensitiveLog: (obj: AmiAggregation) => any;
|
|
3114
|
+
/**
|
|
3115
|
+
* @internal
|
|
3116
|
+
*/
|
|
3117
|
+
export declare const AwsEcrContainerAggregationFilterSensitiveLog: (obj: AwsEcrContainerAggregation) => any;
|
|
3118
|
+
/**
|
|
3119
|
+
* @internal
|
|
3120
|
+
*/
|
|
3121
|
+
export declare const MapFilterFilterSensitiveLog: (obj: MapFilter) => any;
|
|
3122
|
+
/**
|
|
3123
|
+
* @internal
|
|
3124
|
+
*/
|
|
3125
|
+
export declare const Ec2InstanceAggregationFilterSensitiveLog: (obj: Ec2InstanceAggregation) => any;
|
|
3126
|
+
/**
|
|
3127
|
+
* @internal
|
|
3128
|
+
*/
|
|
3129
|
+
export declare const FindingTypeAggregationFilterSensitiveLog: (obj: FindingTypeAggregation) => any;
|
|
3130
|
+
/**
|
|
3131
|
+
* @internal
|
|
3132
|
+
*/
|
|
3133
|
+
export declare const ImageLayerAggregationFilterSensitiveLog: (obj: ImageLayerAggregation) => any;
|
|
3134
|
+
/**
|
|
3135
|
+
* @internal
|
|
3136
|
+
*/
|
|
3137
|
+
export declare const PackageAggregationFilterSensitiveLog: (obj: PackageAggregation) => any;
|
|
3138
|
+
/**
|
|
3139
|
+
* @internal
|
|
3140
|
+
*/
|
|
3141
|
+
export declare const RepositoryAggregationFilterSensitiveLog: (obj: RepositoryAggregation) => any;
|
|
3142
|
+
/**
|
|
3143
|
+
* @internal
|
|
3144
|
+
*/
|
|
3145
|
+
export declare const TitleAggregationFilterSensitiveLog: (obj: TitleAggregation) => any;
|
|
3146
|
+
/**
|
|
3147
|
+
* @internal
|
|
3148
|
+
*/
|
|
3149
|
+
export declare const AggregationRequestFilterSensitiveLog: (obj: AggregationRequest) => any;
|
|
3150
|
+
/**
|
|
3151
|
+
* @internal
|
|
3152
|
+
*/
|
|
3153
|
+
export declare const AmiAggregationResponseFilterSensitiveLog: (obj: AmiAggregationResponse) => any;
|
|
3154
|
+
/**
|
|
3155
|
+
* @internal
|
|
3156
|
+
*/
|
|
3157
|
+
export declare const AwsEcrContainerAggregationResponseFilterSensitiveLog: (obj: AwsEcrContainerAggregationResponse) => any;
|
|
3158
|
+
/**
|
|
3159
|
+
* @internal
|
|
3160
|
+
*/
|
|
3161
|
+
export declare const Ec2InstanceAggregationResponseFilterSensitiveLog: (obj: Ec2InstanceAggregationResponse) => any;
|
|
3162
|
+
/**
|
|
3163
|
+
* @internal
|
|
3164
|
+
*/
|
|
3165
|
+
export declare const FindingTypeAggregationResponseFilterSensitiveLog: (obj: FindingTypeAggregationResponse) => any;
|
|
3166
|
+
/**
|
|
3167
|
+
* @internal
|
|
3168
|
+
*/
|
|
3169
|
+
export declare const ImageLayerAggregationResponseFilterSensitiveLog: (obj: ImageLayerAggregationResponse) => any;
|
|
3170
|
+
/**
|
|
3171
|
+
* @internal
|
|
3172
|
+
*/
|
|
3173
|
+
export declare const PackageAggregationResponseFilterSensitiveLog: (obj: PackageAggregationResponse) => any;
|
|
3174
|
+
/**
|
|
3175
|
+
* @internal
|
|
3176
|
+
*/
|
|
3177
|
+
export declare const RepositoryAggregationResponseFilterSensitiveLog: (obj: RepositoryAggregationResponse) => any;
|
|
3178
|
+
/**
|
|
3179
|
+
* @internal
|
|
3180
|
+
*/
|
|
3181
|
+
export declare const TitleAggregationResponseFilterSensitiveLog: (obj: TitleAggregationResponse) => any;
|
|
3182
|
+
/**
|
|
3183
|
+
* @internal
|
|
3184
|
+
*/
|
|
3185
|
+
export declare const AggregationResponseFilterSensitiveLog: (obj: AggregationResponse) => any;
|
|
3186
|
+
/**
|
|
3187
|
+
* @internal
|
|
3188
|
+
*/
|
|
3189
|
+
export declare const AssociateMemberRequestFilterSensitiveLog: (obj: AssociateMemberRequest) => any;
|
|
3190
|
+
/**
|
|
3191
|
+
* @internal
|
|
3192
|
+
*/
|
|
3193
|
+
export declare const AssociateMemberResponseFilterSensitiveLog: (obj: AssociateMemberResponse) => any;
|
|
3194
|
+
/**
|
|
3195
|
+
* @internal
|
|
3196
|
+
*/
|
|
3197
|
+
export declare const ValidationExceptionFieldFilterSensitiveLog: (obj: ValidationExceptionField) => any;
|
|
3198
|
+
/**
|
|
3199
|
+
* @internal
|
|
3200
|
+
*/
|
|
3201
|
+
export declare const AutoEnableFilterSensitiveLog: (obj: AutoEnable) => any;
|
|
3202
|
+
/**
|
|
3203
|
+
* @internal
|
|
3204
|
+
*/
|
|
3205
|
+
export declare const AwsEc2InstanceDetailsFilterSensitiveLog: (obj: AwsEc2InstanceDetails) => any;
|
|
3206
|
+
/**
|
|
3207
|
+
* @internal
|
|
3208
|
+
*/
|
|
3209
|
+
export declare const AwsEcrContainerImageDetailsFilterSensitiveLog: (obj: AwsEcrContainerImageDetails) => any;
|
|
3210
|
+
/**
|
|
3211
|
+
* @internal
|
|
3212
|
+
*/
|
|
3213
|
+
export declare const BatchGetAccountStatusRequestFilterSensitiveLog: (obj: BatchGetAccountStatusRequest) => any;
|
|
3214
|
+
/**
|
|
3215
|
+
* @internal
|
|
3216
|
+
*/
|
|
3217
|
+
export declare const FailedAccountFilterSensitiveLog: (obj: FailedAccount) => any;
|
|
3218
|
+
/**
|
|
3219
|
+
* @internal
|
|
3220
|
+
*/
|
|
3221
|
+
export declare const BatchGetAccountStatusResponseFilterSensitiveLog: (obj: BatchGetAccountStatusResponse) => any;
|
|
3222
|
+
/**
|
|
3223
|
+
* @internal
|
|
3224
|
+
*/
|
|
3225
|
+
export declare const BatchGetFreeTrialInfoRequestFilterSensitiveLog: (obj: BatchGetFreeTrialInfoRequest) => any;
|
|
3226
|
+
/**
|
|
3227
|
+
* @internal
|
|
3228
|
+
*/
|
|
3229
|
+
export declare const FreeTrialInfoFilterSensitiveLog: (obj: FreeTrialInfo) => any;
|
|
3230
|
+
/**
|
|
3231
|
+
* @internal
|
|
3232
|
+
*/
|
|
3233
|
+
export declare const FreeTrialAccountInfoFilterSensitiveLog: (obj: FreeTrialAccountInfo) => any;
|
|
3234
|
+
/**
|
|
3235
|
+
* @internal
|
|
3236
|
+
*/
|
|
3237
|
+
export declare const FreeTrialInfoErrorFilterSensitiveLog: (obj: FreeTrialInfoError) => any;
|
|
3238
|
+
/**
|
|
3239
|
+
* @internal
|
|
3240
|
+
*/
|
|
3241
|
+
export declare const BatchGetFreeTrialInfoResponseFilterSensitiveLog: (obj: BatchGetFreeTrialInfoResponse) => any;
|
|
3242
|
+
/**
|
|
3243
|
+
* @internal
|
|
3244
|
+
*/
|
|
3245
|
+
export declare const CancelFindingsReportRequestFilterSensitiveLog: (obj: CancelFindingsReportRequest) => any;
|
|
3246
|
+
/**
|
|
3247
|
+
* @internal
|
|
3248
|
+
*/
|
|
3249
|
+
export declare const CancelFindingsReportResponseFilterSensitiveLog: (obj: CancelFindingsReportResponse) => any;
|
|
3250
|
+
/**
|
|
3251
|
+
* @internal
|
|
3252
|
+
*/
|
|
3253
|
+
export declare const CountsFilterSensitiveLog: (obj: Counts) => any;
|
|
3254
|
+
/**
|
|
3255
|
+
* @internal
|
|
3256
|
+
*/
|
|
3257
|
+
export declare const CoverageStringFilterFilterSensitiveLog: (obj: CoverageStringFilter) => any;
|
|
3258
|
+
/**
|
|
3259
|
+
* @internal
|
|
3260
|
+
*/
|
|
3261
|
+
export declare const CoverageMapFilterFilterSensitiveLog: (obj: CoverageMapFilter) => any;
|
|
3262
|
+
/**
|
|
3263
|
+
* @internal
|
|
3264
|
+
*/
|
|
3265
|
+
export declare const CoverageFilterCriteriaFilterSensitiveLog: (obj: CoverageFilterCriteria) => any;
|
|
3266
|
+
/**
|
|
3267
|
+
* @internal
|
|
3268
|
+
*/
|
|
3269
|
+
export declare const Ec2MetadataFilterSensitiveLog: (obj: Ec2Metadata) => any;
|
|
3270
|
+
/**
|
|
3271
|
+
* @internal
|
|
3272
|
+
*/
|
|
3273
|
+
export declare const EcrContainerImageMetadataFilterSensitiveLog: (obj: EcrContainerImageMetadata) => any;
|
|
3274
|
+
/**
|
|
3275
|
+
* @internal
|
|
3276
|
+
*/
|
|
3277
|
+
export declare const EcrRepositoryMetadataFilterSensitiveLog: (obj: EcrRepositoryMetadata) => any;
|
|
3278
|
+
/**
|
|
3279
|
+
* @internal
|
|
3280
|
+
*/
|
|
3281
|
+
export declare const ResourceScanMetadataFilterSensitiveLog: (obj: ResourceScanMetadata) => any;
|
|
3282
|
+
/**
|
|
3283
|
+
* @internal
|
|
3284
|
+
*/
|
|
3285
|
+
export declare const ScanStatusFilterSensitiveLog: (obj: ScanStatus) => any;
|
|
3286
|
+
/**
|
|
3287
|
+
* @internal
|
|
3288
|
+
*/
|
|
3289
|
+
export declare const CoveredResourceFilterSensitiveLog: (obj: CoveredResource) => any;
|
|
3290
|
+
/**
|
|
3291
|
+
* @internal
|
|
3292
|
+
*/
|
|
3293
|
+
export declare const DateFilterFilterSensitiveLog: (obj: DateFilter) => any;
|
|
3294
|
+
/**
|
|
3295
|
+
* @internal
|
|
3296
|
+
*/
|
|
3297
|
+
export declare const NumberFilterFilterSensitiveLog: (obj: NumberFilter) => any;
|
|
3298
|
+
/**
|
|
3299
|
+
* @internal
|
|
3300
|
+
*/
|
|
3301
|
+
export declare const PortRangeFilterFilterSensitiveLog: (obj: PortRangeFilter) => any;
|
|
3302
|
+
/**
|
|
3303
|
+
* @internal
|
|
3304
|
+
*/
|
|
3305
|
+
export declare const PackageFilterFilterSensitiveLog: (obj: PackageFilter) => any;
|
|
3306
|
+
/**
|
|
3307
|
+
* @internal
|
|
3308
|
+
*/
|
|
3309
|
+
export declare const FilterCriteriaFilterSensitiveLog: (obj: FilterCriteria) => any;
|
|
3310
|
+
/**
|
|
3311
|
+
* @internal
|
|
3312
|
+
*/
|
|
3313
|
+
export declare const CreateFilterRequestFilterSensitiveLog: (obj: CreateFilterRequest) => any;
|
|
3314
|
+
/**
|
|
3315
|
+
* @internal
|
|
3316
|
+
*/
|
|
3317
|
+
export declare const CreateFilterResponseFilterSensitiveLog: (obj: CreateFilterResponse) => any;
|
|
3318
|
+
/**
|
|
3319
|
+
* @internal
|
|
3320
|
+
*/
|
|
3321
|
+
export declare const DestinationFilterSensitiveLog: (obj: Destination) => any;
|
|
3322
|
+
/**
|
|
3323
|
+
* @internal
|
|
3324
|
+
*/
|
|
3325
|
+
export declare const CreateFindingsReportRequestFilterSensitiveLog: (obj: CreateFindingsReportRequest) => any;
|
|
3326
|
+
/**
|
|
3327
|
+
* @internal
|
|
3328
|
+
*/
|
|
3329
|
+
export declare const CreateFindingsReportResponseFilterSensitiveLog: (obj: CreateFindingsReportResponse) => any;
|
|
3330
|
+
/**
|
|
3331
|
+
* @internal
|
|
3332
|
+
*/
|
|
3333
|
+
export declare const CvssScoreFilterSensitiveLog: (obj: CvssScore) => any;
|
|
3334
|
+
/**
|
|
3335
|
+
* @internal
|
|
3336
|
+
*/
|
|
3337
|
+
export declare const CvssScoreAdjustmentFilterSensitiveLog: (obj: CvssScoreAdjustment) => any;
|
|
3338
|
+
/**
|
|
3339
|
+
* @internal
|
|
3340
|
+
*/
|
|
3341
|
+
export declare const CvssScoreDetailsFilterSensitiveLog: (obj: CvssScoreDetails) => any;
|
|
3342
|
+
/**
|
|
3343
|
+
* @internal
|
|
3344
|
+
*/
|
|
3345
|
+
export declare const DelegatedAdminFilterSensitiveLog: (obj: DelegatedAdmin) => any;
|
|
3346
|
+
/**
|
|
3347
|
+
* @internal
|
|
3348
|
+
*/
|
|
3349
|
+
export declare const DelegatedAdminAccountFilterSensitiveLog: (obj: DelegatedAdminAccount) => any;
|
|
3350
|
+
/**
|
|
3351
|
+
* @internal
|
|
3352
|
+
*/
|
|
3353
|
+
export declare const DeleteFilterRequestFilterSensitiveLog: (obj: DeleteFilterRequest) => any;
|
|
3354
|
+
/**
|
|
3355
|
+
* @internal
|
|
3356
|
+
*/
|
|
3357
|
+
export declare const DeleteFilterResponseFilterSensitiveLog: (obj: DeleteFilterResponse) => any;
|
|
3358
|
+
/**
|
|
3359
|
+
* @internal
|
|
3360
|
+
*/
|
|
3361
|
+
export declare const DescribeOrganizationConfigurationRequestFilterSensitiveLog: (obj: DescribeOrganizationConfigurationRequest) => any;
|
|
3362
|
+
/**
|
|
3363
|
+
* @internal
|
|
3364
|
+
*/
|
|
3365
|
+
export declare const DescribeOrganizationConfigurationResponseFilterSensitiveLog: (obj: DescribeOrganizationConfigurationResponse) => any;
|
|
3366
|
+
/**
|
|
3367
|
+
* @internal
|
|
3368
|
+
*/
|
|
3369
|
+
export declare const DisableRequestFilterSensitiveLog: (obj: DisableRequest) => any;
|
|
3370
|
+
/**
|
|
3371
|
+
* @internal
|
|
3372
|
+
*/
|
|
3373
|
+
export declare const DisableResponseFilterSensitiveLog: (obj: DisableResponse) => any;
|
|
3374
|
+
/**
|
|
3375
|
+
* @internal
|
|
3376
|
+
*/
|
|
3377
|
+
export declare const DisableDelegatedAdminAccountRequestFilterSensitiveLog: (obj: DisableDelegatedAdminAccountRequest) => any;
|
|
3378
|
+
/**
|
|
3379
|
+
* @internal
|
|
3380
|
+
*/
|
|
3381
|
+
export declare const DisableDelegatedAdminAccountResponseFilterSensitiveLog: (obj: DisableDelegatedAdminAccountResponse) => any;
|
|
3382
|
+
/**
|
|
3383
|
+
* @internal
|
|
3384
|
+
*/
|
|
3385
|
+
export declare const DisassociateMemberRequestFilterSensitiveLog: (obj: DisassociateMemberRequest) => any;
|
|
3386
|
+
/**
|
|
3387
|
+
* @internal
|
|
3388
|
+
*/
|
|
3389
|
+
export declare const DisassociateMemberResponseFilterSensitiveLog: (obj: DisassociateMemberResponse) => any;
|
|
3390
|
+
/**
|
|
3391
|
+
* @internal
|
|
3392
|
+
*/
|
|
3393
|
+
export declare const EcrConfigurationFilterSensitiveLog: (obj: EcrConfiguration) => any;
|
|
3394
|
+
/**
|
|
3395
|
+
* @internal
|
|
3396
|
+
*/
|
|
3397
|
+
export declare const EcrRescanDurationStateFilterSensitiveLog: (obj: EcrRescanDurationState) => any;
|
|
3398
|
+
/**
|
|
3399
|
+
* @internal
|
|
3400
|
+
*/
|
|
3401
|
+
export declare const EcrConfigurationStateFilterSensitiveLog: (obj: EcrConfigurationState) => any;
|
|
3402
|
+
/**
|
|
3403
|
+
* @internal
|
|
3404
|
+
*/
|
|
3405
|
+
export declare const EnableRequestFilterSensitiveLog: (obj: EnableRequest) => any;
|
|
3406
|
+
/**
|
|
3407
|
+
* @internal
|
|
3408
|
+
*/
|
|
3409
|
+
export declare const EnableResponseFilterSensitiveLog: (obj: EnableResponse) => any;
|
|
3410
|
+
/**
|
|
3411
|
+
* @internal
|
|
3412
|
+
*/
|
|
3413
|
+
export declare const EnableDelegatedAdminAccountRequestFilterSensitiveLog: (obj: EnableDelegatedAdminAccountRequest) => any;
|
|
3414
|
+
/**
|
|
3415
|
+
* @internal
|
|
3416
|
+
*/
|
|
3417
|
+
export declare const EnableDelegatedAdminAccountResponseFilterSensitiveLog: (obj: EnableDelegatedAdminAccountResponse) => any;
|
|
3418
|
+
/**
|
|
3419
|
+
* @internal
|
|
3420
|
+
*/
|
|
3421
|
+
export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
|
|
3422
|
+
/**
|
|
3423
|
+
* @internal
|
|
3424
|
+
*/
|
|
3425
|
+
export declare const InspectorScoreDetailsFilterSensitiveLog: (obj: InspectorScoreDetails) => any;
|
|
3426
|
+
/**
|
|
3427
|
+
* @internal
|
|
3428
|
+
*/
|
|
3429
|
+
export declare const StepFilterSensitiveLog: (obj: Step) => any;
|
|
3430
|
+
/**
|
|
3431
|
+
* @internal
|
|
3432
|
+
*/
|
|
3433
|
+
export declare const NetworkPathFilterSensitiveLog: (obj: NetworkPath) => any;
|
|
3434
|
+
/**
|
|
3435
|
+
* @internal
|
|
3436
|
+
*/
|
|
3437
|
+
export declare const PortRangeFilterSensitiveLog: (obj: PortRange) => any;
|
|
3438
|
+
/**
|
|
3439
|
+
* @internal
|
|
3440
|
+
*/
|
|
3441
|
+
export declare const NetworkReachabilityDetailsFilterSensitiveLog: (obj: NetworkReachabilityDetails) => any;
|
|
3442
|
+
/**
|
|
3443
|
+
* @internal
|
|
3444
|
+
*/
|
|
3445
|
+
export declare const VulnerablePackageFilterSensitiveLog: (obj: VulnerablePackage) => any;
|
|
3446
|
+
/**
|
|
3447
|
+
* @internal
|
|
3448
|
+
*/
|
|
3449
|
+
export declare const PackageVulnerabilityDetailsFilterSensitiveLog: (obj: PackageVulnerabilityDetails) => any;
|
|
3450
|
+
/**
|
|
3451
|
+
* @internal
|
|
3452
|
+
*/
|
|
3453
|
+
export declare const RecommendationFilterSensitiveLog: (obj: Recommendation) => any;
|
|
3454
|
+
/**
|
|
3455
|
+
* @internal
|
|
3456
|
+
*/
|
|
3457
|
+
export declare const RemediationFilterSensitiveLog: (obj: Remediation) => any;
|
|
3458
|
+
/**
|
|
3459
|
+
* @internal
|
|
3460
|
+
*/
|
|
3461
|
+
export declare const ResourceDetailsFilterSensitiveLog: (obj: ResourceDetails) => any;
|
|
3462
|
+
/**
|
|
3463
|
+
* @internal
|
|
3464
|
+
*/
|
|
3465
|
+
export declare const ResourceFilterSensitiveLog: (obj: Resource) => any;
|
|
3466
|
+
/**
|
|
3467
|
+
* @internal
|
|
3468
|
+
*/
|
|
3469
|
+
export declare const FindingFilterSensitiveLog: (obj: Finding) => any;
|
|
3470
|
+
/**
|
|
3471
|
+
* @internal
|
|
3472
|
+
*/
|
|
3473
|
+
export declare const GetConfigurationRequestFilterSensitiveLog: (obj: GetConfigurationRequest) => any;
|
|
3474
|
+
/**
|
|
3475
|
+
* @internal
|
|
3476
|
+
*/
|
|
3477
|
+
export declare const GetConfigurationResponseFilterSensitiveLog: (obj: GetConfigurationResponse) => any;
|
|
3478
|
+
/**
|
|
3479
|
+
* @internal
|
|
3480
|
+
*/
|
|
3481
|
+
export declare const GetDelegatedAdminAccountRequestFilterSensitiveLog: (obj: GetDelegatedAdminAccountRequest) => any;
|
|
3482
|
+
/**
|
|
3483
|
+
* @internal
|
|
3484
|
+
*/
|
|
3485
|
+
export declare const GetDelegatedAdminAccountResponseFilterSensitiveLog: (obj: GetDelegatedAdminAccountResponse) => any;
|
|
3486
|
+
/**
|
|
3487
|
+
* @internal
|
|
3488
|
+
*/
|
|
3489
|
+
export declare const GetFindingsReportStatusRequestFilterSensitiveLog: (obj: GetFindingsReportStatusRequest) => any;
|
|
3490
|
+
/**
|
|
3491
|
+
* @internal
|
|
3492
|
+
*/
|
|
3493
|
+
export declare const GetFindingsReportStatusResponseFilterSensitiveLog: (obj: GetFindingsReportStatusResponse) => any;
|
|
3494
|
+
/**
|
|
3495
|
+
* @internal
|
|
3496
|
+
*/
|
|
3497
|
+
export declare const GetMemberRequestFilterSensitiveLog: (obj: GetMemberRequest) => any;
|
|
3498
|
+
/**
|
|
3499
|
+
* @internal
|
|
3500
|
+
*/
|
|
3501
|
+
export declare const MemberFilterSensitiveLog: (obj: Member) => any;
|
|
3502
|
+
/**
|
|
3503
|
+
* @internal
|
|
3504
|
+
*/
|
|
3505
|
+
export declare const GetMemberResponseFilterSensitiveLog: (obj: GetMemberResponse) => any;
|
|
3506
|
+
/**
|
|
3507
|
+
* @internal
|
|
3508
|
+
*/
|
|
3509
|
+
export declare const ListAccountPermissionsRequestFilterSensitiveLog: (obj: ListAccountPermissionsRequest) => any;
|
|
3510
|
+
/**
|
|
3511
|
+
* @internal
|
|
3512
|
+
*/
|
|
3513
|
+
export declare const PermissionFilterSensitiveLog: (obj: Permission) => any;
|
|
3514
|
+
/**
|
|
3515
|
+
* @internal
|
|
3516
|
+
*/
|
|
3517
|
+
export declare const ListAccountPermissionsResponseFilterSensitiveLog: (obj: ListAccountPermissionsResponse) => any;
|
|
3518
|
+
/**
|
|
3519
|
+
* @internal
|
|
3520
|
+
*/
|
|
3521
|
+
export declare const ListCoverageRequestFilterSensitiveLog: (obj: ListCoverageRequest) => any;
|
|
3522
|
+
/**
|
|
3523
|
+
* @internal
|
|
3524
|
+
*/
|
|
3525
|
+
export declare const ListCoverageResponseFilterSensitiveLog: (obj: ListCoverageResponse) => any;
|
|
3526
|
+
/**
|
|
3527
|
+
* @internal
|
|
3528
|
+
*/
|
|
3529
|
+
export declare const ListCoverageStatisticsRequestFilterSensitiveLog: (obj: ListCoverageStatisticsRequest) => any;
|
|
3530
|
+
/**
|
|
3531
|
+
* @internal
|
|
3532
|
+
*/
|
|
3533
|
+
export declare const ListCoverageStatisticsResponseFilterSensitiveLog: (obj: ListCoverageStatisticsResponse) => any;
|
|
3534
|
+
/**
|
|
3535
|
+
* @internal
|
|
3536
|
+
*/
|
|
3537
|
+
export declare const ListDelegatedAdminAccountsRequestFilterSensitiveLog: (obj: ListDelegatedAdminAccountsRequest) => any;
|
|
3538
|
+
/**
|
|
3539
|
+
* @internal
|
|
3540
|
+
*/
|
|
3541
|
+
export declare const ListDelegatedAdminAccountsResponseFilterSensitiveLog: (obj: ListDelegatedAdminAccountsResponse) => any;
|
|
3542
|
+
/**
|
|
3543
|
+
* @internal
|
|
3544
|
+
*/
|
|
3545
|
+
export declare const ListFiltersRequestFilterSensitiveLog: (obj: ListFiltersRequest) => any;
|
|
3546
|
+
/**
|
|
3547
|
+
* @internal
|
|
3548
|
+
*/
|
|
3549
|
+
export declare const ListFiltersResponseFilterSensitiveLog: (obj: ListFiltersResponse) => any;
|
|
3550
|
+
/**
|
|
3551
|
+
* @internal
|
|
3552
|
+
*/
|
|
3553
|
+
export declare const ListFindingAggregationsRequestFilterSensitiveLog: (obj: ListFindingAggregationsRequest) => any;
|
|
3554
|
+
/**
|
|
3555
|
+
* @internal
|
|
3556
|
+
*/
|
|
3557
|
+
export declare const ListFindingAggregationsResponseFilterSensitiveLog: (obj: ListFindingAggregationsResponse) => any;
|
|
3558
|
+
/**
|
|
3559
|
+
* @internal
|
|
3560
|
+
*/
|
|
3561
|
+
export declare const SortCriteriaFilterSensitiveLog: (obj: SortCriteria) => any;
|
|
3562
|
+
/**
|
|
3563
|
+
* @internal
|
|
3564
|
+
*/
|
|
3565
|
+
export declare const ListFindingsRequestFilterSensitiveLog: (obj: ListFindingsRequest) => any;
|
|
3566
|
+
/**
|
|
3567
|
+
* @internal
|
|
3568
|
+
*/
|
|
3569
|
+
export declare const ListFindingsResponseFilterSensitiveLog: (obj: ListFindingsResponse) => any;
|
|
3570
|
+
/**
|
|
3571
|
+
* @internal
|
|
3572
|
+
*/
|
|
3573
|
+
export declare const ListMembersRequestFilterSensitiveLog: (obj: ListMembersRequest) => any;
|
|
3574
|
+
/**
|
|
3575
|
+
* @internal
|
|
3576
|
+
*/
|
|
3577
|
+
export declare const ListMembersResponseFilterSensitiveLog: (obj: ListMembersResponse) => any;
|
|
3578
|
+
/**
|
|
3579
|
+
* @internal
|
|
3580
|
+
*/
|
|
3581
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
3582
|
+
/**
|
|
3583
|
+
* @internal
|
|
3584
|
+
*/
|
|
3585
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
3586
|
+
/**
|
|
3587
|
+
* @internal
|
|
3588
|
+
*/
|
|
3589
|
+
export declare const ListUsageTotalsRequestFilterSensitiveLog: (obj: ListUsageTotalsRequest) => any;
|
|
3590
|
+
/**
|
|
3591
|
+
* @internal
|
|
3592
|
+
*/
|
|
3593
|
+
export declare const UsageFilterSensitiveLog: (obj: Usage) => any;
|
|
3594
|
+
/**
|
|
3595
|
+
* @internal
|
|
3596
|
+
*/
|
|
3597
|
+
export declare const UsageTotalFilterSensitiveLog: (obj: UsageTotal) => any;
|
|
3598
|
+
/**
|
|
3599
|
+
* @internal
|
|
3600
|
+
*/
|
|
3601
|
+
export declare const ListUsageTotalsResponseFilterSensitiveLog: (obj: ListUsageTotalsResponse) => any;
|
|
3602
|
+
/**
|
|
3603
|
+
* @internal
|
|
3604
|
+
*/
|
|
3605
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
3606
|
+
/**
|
|
3607
|
+
* @internal
|
|
3608
|
+
*/
|
|
3609
|
+
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
3610
|
+
/**
|
|
3611
|
+
* @internal
|
|
3612
|
+
*/
|
|
3613
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
3614
|
+
/**
|
|
3615
|
+
* @internal
|
|
3616
|
+
*/
|
|
3617
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
3618
|
+
/**
|
|
3619
|
+
* @internal
|
|
3620
|
+
*/
|
|
3621
|
+
export declare const UpdateConfigurationRequestFilterSensitiveLog: (obj: UpdateConfigurationRequest) => any;
|
|
3622
|
+
/**
|
|
3623
|
+
* @internal
|
|
3624
|
+
*/
|
|
3625
|
+
export declare const UpdateConfigurationResponseFilterSensitiveLog: (obj: UpdateConfigurationResponse) => any;
|
|
3626
|
+
/**
|
|
3627
|
+
* @internal
|
|
3628
|
+
*/
|
|
3629
|
+
export declare const UpdateFilterRequestFilterSensitiveLog: (obj: UpdateFilterRequest) => any;
|
|
3630
|
+
/**
|
|
3631
|
+
* @internal
|
|
3632
|
+
*/
|
|
3633
|
+
export declare const UpdateFilterResponseFilterSensitiveLog: (obj: UpdateFilterResponse) => any;
|
|
3634
|
+
/**
|
|
3635
|
+
* @internal
|
|
3636
|
+
*/
|
|
3637
|
+
export declare const UpdateOrganizationConfigurationRequestFilterSensitiveLog: (obj: UpdateOrganizationConfigurationRequest) => any;
|
|
3638
|
+
/**
|
|
3639
|
+
* @internal
|
|
3640
|
+
*/
|
|
3641
|
+
export declare const UpdateOrganizationConfigurationResponseFilterSensitiveLog: (obj: UpdateOrganizationConfigurationResponse) => any;
|