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