@aws-sdk/client-inspector2 3.687.0 → 3.691.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 (61) hide show
  1. package/dist-cjs/index.js +9 -0
  2. package/dist-es/models/models_0.js +7 -0
  3. package/dist-es/protocols/Aws_restJson1.js +2 -0
  4. package/dist-types/commands/AssociateMemberCommand.d.ts +0 -3
  5. package/dist-types/commands/BatchGetAccountStatusCommand.d.ts +0 -3
  6. package/dist-types/commands/BatchGetCodeSnippetCommand.d.ts +0 -3
  7. package/dist-types/commands/BatchGetFindingDetailsCommand.d.ts +0 -3
  8. package/dist-types/commands/BatchGetFreeTrialInfoCommand.d.ts +0 -3
  9. package/dist-types/commands/BatchGetMemberEc2DeepInspectionStatusCommand.d.ts +0 -3
  10. package/dist-types/commands/BatchUpdateMemberEc2DeepInspectionStatusCommand.d.ts +0 -3
  11. package/dist-types/commands/CancelFindingsReportCommand.d.ts +0 -3
  12. package/dist-types/commands/CancelSbomExportCommand.d.ts +0 -3
  13. package/dist-types/commands/CreateCisScanConfigurationCommand.d.ts +0 -3
  14. package/dist-types/commands/CreateFilterCommand.d.ts +1 -3
  15. package/dist-types/commands/CreateFindingsReportCommand.d.ts +1 -3
  16. package/dist-types/commands/CreateSbomExportCommand.d.ts +0 -3
  17. package/dist-types/commands/DeleteCisScanConfigurationCommand.d.ts +0 -3
  18. package/dist-types/commands/DeleteFilterCommand.d.ts +0 -3
  19. package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +0 -3
  20. package/dist-types/commands/DisableCommand.d.ts +0 -3
  21. package/dist-types/commands/DisableDelegatedAdminAccountCommand.d.ts +0 -3
  22. package/dist-types/commands/DisassociateMemberCommand.d.ts +0 -3
  23. package/dist-types/commands/EnableCommand.d.ts +0 -3
  24. package/dist-types/commands/EnableDelegatedAdminAccountCommand.d.ts +0 -3
  25. package/dist-types/commands/GetCisScanReportCommand.d.ts +0 -3
  26. package/dist-types/commands/GetCisScanResultDetailsCommand.d.ts +0 -3
  27. package/dist-types/commands/GetDelegatedAdminAccountCommand.d.ts +0 -3
  28. package/dist-types/commands/GetEc2DeepInspectionConfigurationCommand.d.ts +0 -3
  29. package/dist-types/commands/GetEncryptionKeyCommand.d.ts +0 -3
  30. package/dist-types/commands/GetFindingsReportStatusCommand.d.ts +1 -3
  31. package/dist-types/commands/GetMemberCommand.d.ts +0 -3
  32. package/dist-types/commands/GetSbomExportCommand.d.ts +0 -3
  33. package/dist-types/commands/ListAccountPermissionsCommand.d.ts +0 -3
  34. package/dist-types/commands/ListCisScanConfigurationsCommand.d.ts +0 -3
  35. package/dist-types/commands/ListCisScanResultsAggregatedByChecksCommand.d.ts +0 -3
  36. package/dist-types/commands/ListCisScanResultsAggregatedByTargetResourceCommand.d.ts +0 -3
  37. package/dist-types/commands/ListCisScansCommand.d.ts +0 -3
  38. package/dist-types/commands/ListCoverageCommand.d.ts +1 -1
  39. package/dist-types/commands/ListDelegatedAdminAccountsCommand.d.ts +0 -3
  40. package/dist-types/commands/ListFiltersCommand.d.ts +1 -3
  41. package/dist-types/commands/ListFindingsCommand.d.ts +1 -0
  42. package/dist-types/commands/ListMembersCommand.d.ts +0 -3
  43. package/dist-types/commands/ListUsageTotalsCommand.d.ts +0 -3
  44. package/dist-types/commands/ResetEncryptionKeyCommand.d.ts +0 -3
  45. package/dist-types/commands/SearchVulnerabilitiesCommand.d.ts +0 -3
  46. package/dist-types/commands/SendCisSessionHealthCommand.d.ts +0 -3
  47. package/dist-types/commands/SendCisSessionTelemetryCommand.d.ts +0 -3
  48. package/dist-types/commands/StartCisSessionCommand.d.ts +0 -3
  49. package/dist-types/commands/StopCisSessionCommand.d.ts +1 -4
  50. package/dist-types/commands/UpdateCisScanConfigurationCommand.d.ts +0 -3
  51. package/dist-types/commands/UpdateConfigurationCommand.d.ts +0 -3
  52. package/dist-types/commands/UpdateEc2DeepInspectionConfigurationCommand.d.ts +0 -3
  53. package/dist-types/commands/UpdateEncryptionKeyCommand.d.ts +0 -3
  54. package/dist-types/commands/UpdateFilterCommand.d.ts +1 -3
  55. package/dist-types/commands/UpdateOrgEc2DeepInspectionConfigurationCommand.d.ts +0 -3
  56. package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +1 -3
  57. package/dist-types/models/models_0.d.ts +509 -500
  58. package/dist-types/models/models_1.d.ts +122 -122
  59. package/dist-types/ts3.4/models/models_0.d.ts +507 -495
  60. package/dist-types/ts3.4/models/models_1.d.ts +124 -122
  61. package/package.json +7 -7
@@ -2,9 +2,6 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-cli
2
2
  import { Inspector2ServiceException as __BaseException } from "./Inspector2ServiceException";
3
3
  /**
4
4
  * <p>You do not have sufficient access to perform this action.</p>
5
- * <p>
6
- * For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
7
- * </p>
8
5
  * @public
9
6
  */
10
7
  export declare class AccessDeniedException extends __BaseException {
@@ -50,13 +47,13 @@ export interface ResourceStatus {
50
47
  * <p>The status of Amazon Inspector scanning for Amazon Web Services Lambda function.</p>
51
48
  * @public
52
49
  */
53
- lambda?: Status;
50
+ lambda?: Status | undefined;
54
51
  /**
55
52
  * <p>The status of Amazon Inspector scanning for custom application code for Amazon Web Services Lambda functions.
56
53
  * </p>
57
54
  * @public
58
55
  */
59
- lambdaCode?: Status;
56
+ lambdaCode?: Status | undefined;
60
57
  }
61
58
  /**
62
59
  * <p>An Amazon Web Services account within your environment that Amazon Inspector has been enabled for.</p>
@@ -140,22 +137,22 @@ export interface AccountAggregation {
140
137
  * <p>The type of finding.</p>
141
138
  * @public
142
139
  */
143
- findingType?: AggregationFindingType;
140
+ findingType?: AggregationFindingType | undefined;
144
141
  /**
145
142
  * <p>The type of resource.</p>
146
143
  * @public
147
144
  */
148
- resourceType?: AggregationResourceType;
145
+ resourceType?: AggregationResourceType | undefined;
149
146
  /**
150
147
  * <p>The sort order (ascending or descending).</p>
151
148
  * @public
152
149
  */
153
- sortOrder?: SortOrder;
150
+ sortOrder?: SortOrder | undefined;
154
151
  /**
155
152
  * <p>The value to sort by.</p>
156
153
  * @public
157
154
  */
158
- sortBy?: AccountSortBy;
155
+ sortBy?: AccountSortBy | undefined;
159
156
  }
160
157
  /**
161
158
  * <p>An object that contains the counts of aggregated finding per severity.</p>
@@ -166,22 +163,22 @@ export interface SeverityCounts {
166
163
  * <p>The total count of findings from all severities.</p>
167
164
  * @public
168
165
  */
169
- all?: number;
166
+ all?: number | undefined;
170
167
  /**
171
168
  * <p>The total count of medium severity findings.</p>
172
169
  * @public
173
170
  */
174
- medium?: number;
171
+ medium?: number | undefined;
175
172
  /**
176
173
  * <p>The total count of high severity findings.</p>
177
174
  * @public
178
175
  */
179
- high?: number;
176
+ high?: number | undefined;
180
177
  /**
181
178
  * <p>The total count of critical severity findings.</p>
182
179
  * @public
183
180
  */
184
- critical?: number;
181
+ critical?: number | undefined;
185
182
  }
186
183
  /**
187
184
  * <p>An aggregation of findings by Amazon Web Services account ID.</p>
@@ -192,26 +189,26 @@ export interface AccountAggregationResponse {
192
189
  * <p>The Amazon Web Services account ID.</p>
193
190
  * @public
194
191
  */
195
- accountId?: string;
192
+ accountId?: string | undefined;
196
193
  /**
197
194
  * <p>The number of findings by severity.</p>
198
195
  * @public
199
196
  */
200
- severityCounts?: SeverityCounts;
197
+ severityCounts?: SeverityCounts | undefined;
201
198
  /**
202
199
  * <p>
203
200
  * The number of findings that have an exploit available.
204
201
  * </p>
205
202
  * @public
206
203
  */
207
- exploitAvailableCount?: number;
204
+ exploitAvailableCount?: number | undefined;
208
205
  /**
209
206
  * <p>
210
207
  * Details about the number of fixes.
211
208
  * </p>
212
209
  * @public
213
210
  */
214
- fixAvailableCount?: number;
211
+ fixAvailableCount?: number | undefined;
215
212
  }
216
213
  /**
217
214
  * @public
@@ -308,12 +305,12 @@ export interface ResourceState {
308
305
  * <p>An object that described the state of Amazon Inspector scans for an account.</p>
309
306
  * @public
310
307
  */
311
- lambda?: State;
308
+ lambda?: State | undefined;
312
309
  /**
313
310
  * <p>An object that described the state of Amazon Inspector scans for an account.</p>
314
311
  * @public
315
312
  */
316
- lambdaCode?: State;
313
+ lambdaCode?: State | undefined;
317
314
  }
318
315
  /**
319
316
  * <p>An object with details the status of an Amazon Web Services account within your Amazon Inspector environment.</p>
@@ -388,17 +385,17 @@ export interface AmiAggregation {
388
385
  * <p>The IDs of AMIs to aggregate findings for.</p>
389
386
  * @public
390
387
  */
391
- amis?: StringFilter[];
388
+ amis?: StringFilter[] | undefined;
392
389
  /**
393
390
  * <p>The order to sort results by.</p>
394
391
  * @public
395
392
  */
396
- sortOrder?: SortOrder;
393
+ sortOrder?: SortOrder | undefined;
397
394
  /**
398
395
  * <p>The value to sort results by.</p>
399
396
  * @public
400
397
  */
401
- sortBy?: AmiSortBy;
398
+ sortBy?: AmiSortBy | undefined;
402
399
  }
403
400
  /**
404
401
  * @public
@@ -422,37 +419,37 @@ export interface AwsEcrContainerAggregation {
422
419
  * <p>The container resource IDs.</p>
423
420
  * @public
424
421
  */
425
- resourceIds?: StringFilter[];
422
+ resourceIds?: StringFilter[] | undefined;
426
423
  /**
427
424
  * <p>The image SHA values.</p>
428
425
  * @public
429
426
  */
430
- imageShas?: StringFilter[];
427
+ imageShas?: StringFilter[] | undefined;
431
428
  /**
432
429
  * <p>The container repositories.</p>
433
430
  * @public
434
431
  */
435
- repositories?: StringFilter[];
432
+ repositories?: StringFilter[] | undefined;
436
433
  /**
437
434
  * <p>The architecture of the containers.</p>
438
435
  * @public
439
436
  */
440
- architectures?: StringFilter[];
437
+ architectures?: StringFilter[] | undefined;
441
438
  /**
442
439
  * <p>The image tags.</p>
443
440
  * @public
444
441
  */
445
- imageTags?: StringFilter[];
442
+ imageTags?: StringFilter[] | undefined;
446
443
  /**
447
444
  * <p>The sort order (ascending or descending).</p>
448
445
  * @public
449
446
  */
450
- sortOrder?: SortOrder;
447
+ sortOrder?: SortOrder | undefined;
451
448
  /**
452
449
  * <p>The value to sort by.</p>
453
450
  * @public
454
451
  */
455
- sortBy?: AwsEcrContainerSortBy;
452
+ sortBy?: AwsEcrContainerSortBy | undefined;
456
453
  }
457
454
  /**
458
455
  * @public
@@ -484,7 +481,7 @@ export interface MapFilter {
484
481
  * <p>The tag value used in the filter.</p>
485
482
  * @public
486
483
  */
487
- value?: string;
484
+ value?: string | undefined;
488
485
  }
489
486
  /**
490
487
  * @public
@@ -509,34 +506,34 @@ export interface Ec2InstanceAggregation {
509
506
  * <p>The AMI IDs associated with the Amazon EC2 instances to aggregate findings for.</p>
510
507
  * @public
511
508
  */
512
- amis?: StringFilter[];
509
+ amis?: StringFilter[] | undefined;
513
510
  /**
514
511
  * <p>The operating system types to aggregate findings for. Valid values must be uppercase and
515
512
  * underscore separated, examples are <code>ORACLE_LINUX_7</code> and
516
513
  * <code>ALPINE_LINUX_3_8</code>.</p>
517
514
  * @public
518
515
  */
519
- operatingSystems?: StringFilter[];
516
+ operatingSystems?: StringFilter[] | undefined;
520
517
  /**
521
518
  * <p>The Amazon EC2 instance IDs to aggregate findings for.</p>
522
519
  * @public
523
520
  */
524
- instanceIds?: StringFilter[];
521
+ instanceIds?: StringFilter[] | undefined;
525
522
  /**
526
523
  * <p>The Amazon EC2 instance tags to aggregate findings for.</p>
527
524
  * @public
528
525
  */
529
- instanceTags?: MapFilter[];
526
+ instanceTags?: MapFilter[] | undefined;
530
527
  /**
531
528
  * <p>The order to sort results by.</p>
532
529
  * @public
533
530
  */
534
- sortOrder?: SortOrder;
531
+ sortOrder?: SortOrder | undefined;
535
532
  /**
536
533
  * <p>The value to sort results by.</p>
537
534
  * @public
538
535
  */
539
- sortBy?: Ec2InstanceSortBy;
536
+ sortBy?: Ec2InstanceSortBy | undefined;
540
537
  }
541
538
  /**
542
539
  * @public
@@ -560,22 +557,22 @@ export interface FindingTypeAggregation {
560
557
  * <p>The finding type to aggregate.</p>
561
558
  * @public
562
559
  */
563
- findingType?: AggregationFindingType;
560
+ findingType?: AggregationFindingType | undefined;
564
561
  /**
565
562
  * <p>The resource type to aggregate.</p>
566
563
  * @public
567
564
  */
568
- resourceType?: AggregationResourceType;
565
+ resourceType?: AggregationResourceType | undefined;
569
566
  /**
570
567
  * <p>The order to sort results by.</p>
571
568
  * @public
572
569
  */
573
- sortOrder?: SortOrder;
570
+ sortOrder?: SortOrder | undefined;
574
571
  /**
575
572
  * <p>The value to sort results by.</p>
576
573
  * @public
577
574
  */
578
- sortBy?: FindingTypeSortBy;
575
+ sortBy?: FindingTypeSortBy | undefined;
579
576
  }
580
577
  /**
581
578
  * @public
@@ -599,27 +596,27 @@ export interface ImageLayerAggregation {
599
596
  * <p>The repository associated with the container image hosting the layers.</p>
600
597
  * @public
601
598
  */
602
- repositories?: StringFilter[];
599
+ repositories?: StringFilter[] | undefined;
603
600
  /**
604
601
  * <p>The ID of the container image layer.</p>
605
602
  * @public
606
603
  */
607
- resourceIds?: StringFilter[];
604
+ resourceIds?: StringFilter[] | undefined;
608
605
  /**
609
606
  * <p>The hashes associated with the layers.</p>
610
607
  * @public
611
608
  */
612
- layerHashes?: StringFilter[];
609
+ layerHashes?: StringFilter[] | undefined;
613
610
  /**
614
611
  * <p>The order to sort results by.</p>
615
612
  * @public
616
613
  */
617
- sortOrder?: SortOrder;
614
+ sortOrder?: SortOrder | undefined;
618
615
  /**
619
616
  * <p>The value to sort results by.</p>
620
617
  * @public
621
618
  */
622
- sortBy?: ImageLayerSortBy;
619
+ sortBy?: ImageLayerSortBy | undefined;
623
620
  }
624
621
  /**
625
622
  * @public
@@ -643,32 +640,32 @@ export interface LambdaFunctionAggregation {
643
640
  * <p>The resource IDs to include in the aggregation results.</p>
644
641
  * @public
645
642
  */
646
- resourceIds?: StringFilter[];
643
+ resourceIds?: StringFilter[] | undefined;
647
644
  /**
648
645
  * <p>The Amazon Web Services Lambda function names to include in the aggregation results.</p>
649
646
  * @public
650
647
  */
651
- functionNames?: StringFilter[];
648
+ functionNames?: StringFilter[] | undefined;
652
649
  /**
653
650
  * <p>Returns findings aggregated by Amazon Web Services Lambda function runtime environments.</p>
654
651
  * @public
655
652
  */
656
- runtimes?: StringFilter[];
653
+ runtimes?: StringFilter[] | undefined;
657
654
  /**
658
655
  * <p>The tags to include in the aggregation results.</p>
659
656
  * @public
660
657
  */
661
- functionTags?: MapFilter[];
658
+ functionTags?: MapFilter[] | undefined;
662
659
  /**
663
660
  * <p>The order to use for sorting the results.</p>
664
661
  * @public
665
662
  */
666
- sortOrder?: SortOrder;
663
+ sortOrder?: SortOrder | undefined;
667
664
  /**
668
665
  * <p>The finding severity to use for sorting the results.</p>
669
666
  * @public
670
667
  */
671
- sortBy?: LambdaFunctionSortBy;
668
+ sortBy?: LambdaFunctionSortBy | undefined;
672
669
  }
673
670
  /**
674
671
  * @public
@@ -692,28 +689,28 @@ export interface LambdaLayerAggregation {
692
689
  * <p>The names of the Amazon Web Services Lambda functions associated with the layers.</p>
693
690
  * @public
694
691
  */
695
- functionNames?: StringFilter[];
692
+ functionNames?: StringFilter[] | undefined;
696
693
  /**
697
694
  * <p>The resource IDs for the Amazon Web Services Lambda function layers.</p>
698
695
  * @public
699
696
  */
700
- resourceIds?: StringFilter[];
697
+ resourceIds?: StringFilter[] | undefined;
701
698
  /**
702
699
  * <p>The Amazon Resource Name (ARN) of the Amazon Web Services Lambda function layer.
703
700
  * </p>
704
701
  * @public
705
702
  */
706
- layerArns?: StringFilter[];
703
+ layerArns?: StringFilter[] | undefined;
707
704
  /**
708
705
  * <p>The order to use for sorting the results.</p>
709
706
  * @public
710
707
  */
711
- sortOrder?: SortOrder;
708
+ sortOrder?: SortOrder | undefined;
712
709
  /**
713
710
  * <p>The finding severity to use for sorting the results.</p>
714
711
  * @public
715
712
  */
716
- sortBy?: LambdaLayerSortBy;
713
+ sortBy?: LambdaLayerSortBy | undefined;
717
714
  }
718
715
  /**
719
716
  * @public
@@ -737,17 +734,17 @@ export interface PackageAggregation {
737
734
  * <p>The names of packages to aggregate findings on.</p>
738
735
  * @public
739
736
  */
740
- packageNames?: StringFilter[];
737
+ packageNames?: StringFilter[] | undefined;
741
738
  /**
742
739
  * <p>The order to sort results by.</p>
743
740
  * @public
744
741
  */
745
- sortOrder?: SortOrder;
742
+ sortOrder?: SortOrder | undefined;
746
743
  /**
747
744
  * <p>The value to sort results by.</p>
748
745
  * @public
749
746
  */
750
- sortBy?: PackageSortBy;
747
+ sortBy?: PackageSortBy | undefined;
751
748
  }
752
749
  /**
753
750
  * @public
@@ -772,17 +769,17 @@ export interface RepositoryAggregation {
772
769
  * <p>The names of repositories to aggregate findings on.</p>
773
770
  * @public
774
771
  */
775
- repositories?: StringFilter[];
772
+ repositories?: StringFilter[] | undefined;
776
773
  /**
777
774
  * <p>The order to sort results by.</p>
778
775
  * @public
779
776
  */
780
- sortOrder?: SortOrder;
777
+ sortOrder?: SortOrder | undefined;
781
778
  /**
782
779
  * <p>The value to sort results by.</p>
783
780
  * @public
784
781
  */
785
- sortBy?: RepositorySortBy;
782
+ sortBy?: RepositorySortBy | undefined;
786
783
  }
787
784
  /**
788
785
  * @public
@@ -806,32 +803,32 @@ export interface TitleAggregation {
806
803
  * <p>The finding titles to aggregate on.</p>
807
804
  * @public
808
805
  */
809
- titles?: StringFilter[];
806
+ titles?: StringFilter[] | undefined;
810
807
  /**
811
808
  * <p>The vulnerability IDs of the findings.</p>
812
809
  * @public
813
810
  */
814
- vulnerabilityIds?: StringFilter[];
811
+ vulnerabilityIds?: StringFilter[] | undefined;
815
812
  /**
816
813
  * <p>The resource type to aggregate on.</p>
817
814
  * @public
818
815
  */
819
- resourceType?: AggregationResourceType;
816
+ resourceType?: AggregationResourceType | undefined;
820
817
  /**
821
818
  * <p>The order to sort results by.</p>
822
819
  * @public
823
820
  */
824
- sortOrder?: SortOrder;
821
+ sortOrder?: SortOrder | undefined;
825
822
  /**
826
823
  * <p>The value to sort results by.</p>
827
824
  * @public
828
825
  */
829
- sortBy?: TitleSortBy;
826
+ sortBy?: TitleSortBy | undefined;
830
827
  /**
831
828
  * <p>The type of finding to aggregate on.</p>
832
829
  * @public
833
830
  */
834
- findingType?: AggregationFindingType;
831
+ findingType?: AggregationFindingType | undefined;
835
832
  }
836
833
  /**
837
834
  * <p>Contains details about an aggregation request.</p>
@@ -1093,17 +1090,17 @@ export interface AmiAggregationResponse {
1093
1090
  * <p>The Amazon Web Services account ID for the AMI.</p>
1094
1091
  * @public
1095
1092
  */
1096
- accountId?: string;
1093
+ accountId?: string | undefined;
1097
1094
  /**
1098
1095
  * <p>An object that contains the count of matched findings per severity.</p>
1099
1096
  * @public
1100
1097
  */
1101
- severityCounts?: SeverityCounts;
1098
+ severityCounts?: SeverityCounts | undefined;
1102
1099
  /**
1103
1100
  * <p>The IDs of Amazon EC2 instances using this AMI.</p>
1104
1101
  * @public
1105
1102
  */
1106
- affectedInstances?: number;
1103
+ affectedInstances?: number | undefined;
1107
1104
  }
1108
1105
  /**
1109
1106
  * <p>An aggregation of information about Amazon ECR containers.</p>
@@ -1119,32 +1116,32 @@ export interface AwsEcrContainerAggregationResponse {
1119
1116
  * <p>The SHA value of the container image.</p>
1120
1117
  * @public
1121
1118
  */
1122
- imageSha?: string;
1119
+ imageSha?: string | undefined;
1123
1120
  /**
1124
1121
  * <p>The container repository.</p>
1125
1122
  * @public
1126
1123
  */
1127
- repository?: string;
1124
+ repository?: string | undefined;
1128
1125
  /**
1129
1126
  * <p>The architecture of the container.</p>
1130
1127
  * @public
1131
1128
  */
1132
- architecture?: string;
1129
+ architecture?: string | undefined;
1133
1130
  /**
1134
1131
  * <p>The container image stags.</p>
1135
1132
  * @public
1136
1133
  */
1137
- imageTags?: string[];
1134
+ imageTags?: string[] | undefined;
1138
1135
  /**
1139
1136
  * <p>The Amazon Web Services account ID of the account that owns the container.</p>
1140
1137
  * @public
1141
1138
  */
1142
- accountId?: string;
1139
+ accountId?: string | undefined;
1143
1140
  /**
1144
1141
  * <p>The number of finding by severity.</p>
1145
1142
  * @public
1146
1143
  */
1147
- severityCounts?: SeverityCounts;
1144
+ severityCounts?: SeverityCounts | undefined;
1148
1145
  }
1149
1146
  /**
1150
1147
  * <p>A response that contains the results of a finding aggregation by Amazon EC2 instance.</p>
@@ -1160,32 +1157,32 @@ export interface Ec2InstanceAggregationResponse {
1160
1157
  * <p>The Amazon Machine Image (AMI) of the Amazon EC2 instance.</p>
1161
1158
  * @public
1162
1159
  */
1163
- ami?: string;
1160
+ ami?: string | undefined;
1164
1161
  /**
1165
1162
  * <p>The operating system of the Amazon EC2 instance.</p>
1166
1163
  * @public
1167
1164
  */
1168
- operatingSystem?: string;
1165
+ operatingSystem?: string | undefined;
1169
1166
  /**
1170
1167
  * <p>The tags attached to the instance.</p>
1171
1168
  * @public
1172
1169
  */
1173
- instanceTags?: Record<string, string>;
1170
+ instanceTags?: Record<string, string> | undefined;
1174
1171
  /**
1175
1172
  * <p>The Amazon Web Services account for the Amazon EC2 instance.</p>
1176
1173
  * @public
1177
1174
  */
1178
- accountId?: string;
1175
+ accountId?: string | undefined;
1179
1176
  /**
1180
1177
  * <p>An object that contains the count of matched findings per severity.</p>
1181
1178
  * @public
1182
1179
  */
1183
- severityCounts?: SeverityCounts;
1180
+ severityCounts?: SeverityCounts | undefined;
1184
1181
  /**
1185
1182
  * <p>The number of network findings for the Amazon EC2 instance.</p>
1186
1183
  * @public
1187
1184
  */
1188
- networkFindings?: number;
1185
+ networkFindings?: number | undefined;
1189
1186
  }
1190
1187
  /**
1191
1188
  * <p>A response that contains the results of a finding type aggregation.</p>
@@ -1196,24 +1193,24 @@ export interface FindingTypeAggregationResponse {
1196
1193
  * <p>The ID of the Amazon Web Services account associated with the findings.</p>
1197
1194
  * @public
1198
1195
  */
1199
- accountId?: string;
1196
+ accountId?: string | undefined;
1200
1197
  /**
1201
1198
  * <p>The value to sort results by.</p>
1202
1199
  * @public
1203
1200
  */
1204
- severityCounts?: SeverityCounts;
1201
+ severityCounts?: SeverityCounts | undefined;
1205
1202
  /**
1206
1203
  * <p>The number of findings that have an exploit available.</p>
1207
1204
  * @public
1208
1205
  */
1209
- exploitAvailableCount?: number;
1206
+ exploitAvailableCount?: number | undefined;
1210
1207
  /**
1211
1208
  * <p>
1212
1209
  * Details about the number of fixes.
1213
1210
  * </p>
1214
1211
  * @public
1215
1212
  */
1216
- fixAvailableCount?: number;
1213
+ fixAvailableCount?: number | undefined;
1217
1214
  }
1218
1215
  /**
1219
1216
  * <p>A response that contains the results of a finding aggregation by image layer.</p>
@@ -1244,7 +1241,7 @@ export interface ImageLayerAggregationResponse {
1244
1241
  * <p>An object that represents the count of matched findings per severity.</p>
1245
1242
  * @public
1246
1243
  */
1247
- severityCounts?: SeverityCounts;
1244
+ severityCounts?: SeverityCounts | undefined;
1248
1245
  }
1249
1246
  /**
1250
1247
  * <p>A response that contains the results of an Amazon Web Services Lambda function finding aggregation.</p>
@@ -1260,33 +1257,33 @@ export interface LambdaFunctionAggregationResponse {
1260
1257
  * <p>The Amazon Web Services Lambda function names included in the aggregation results.</p>
1261
1258
  * @public
1262
1259
  */
1263
- functionName?: string;
1260
+ functionName?: string | undefined;
1264
1261
  /**
1265
1262
  * <p>The runtimes included in the aggregation results.</p>
1266
1263
  * @public
1267
1264
  */
1268
- runtime?: string;
1265
+ runtime?: string | undefined;
1269
1266
  /**
1270
1267
  * <p>The tags included in the aggregation results.</p>
1271
1268
  * @public
1272
1269
  */
1273
- lambdaTags?: Record<string, string>;
1270
+ lambdaTags?: Record<string, string> | undefined;
1274
1271
  /**
1275
1272
  * <p>The ID of the Amazon Web Services account that owns the Amazon Web Services Lambda function.
1276
1273
  * </p>
1277
1274
  * @public
1278
1275
  */
1279
- accountId?: string;
1276
+ accountId?: string | undefined;
1280
1277
  /**
1281
1278
  * <p>An object that contains the counts of aggregated finding per severity.</p>
1282
1279
  * @public
1283
1280
  */
1284
- severityCounts?: SeverityCounts;
1281
+ severityCounts?: SeverityCounts | undefined;
1285
1282
  /**
1286
1283
  * <p>The date that the Amazon Web Services Lambda function included in the aggregation results was last changed.</p>
1287
1284
  * @public
1288
1285
  */
1289
- lastModifiedAt?: Date;
1286
+ lastModifiedAt?: Date | undefined;
1290
1287
  }
1291
1288
  /**
1292
1289
  * <p>A response that contains the results of an Amazon Web Services Lambda function layer finding aggregation.</p>
@@ -1317,7 +1314,7 @@ export interface LambdaLayerAggregationResponse {
1317
1314
  * <p>An object that contains the counts of aggregated finding per severity.</p>
1318
1315
  * @public
1319
1316
  */
1320
- severityCounts?: SeverityCounts;
1317
+ severityCounts?: SeverityCounts | undefined;
1321
1318
  }
1322
1319
  /**
1323
1320
  * <p>A response that contains the results of a finding aggregation by image layer.</p>
@@ -1333,12 +1330,12 @@ export interface PackageAggregationResponse {
1333
1330
  * <p>The ID of the Amazon Web Services account associated with the findings.</p>
1334
1331
  * @public
1335
1332
  */
1336
- accountId?: string;
1333
+ accountId?: string | undefined;
1337
1334
  /**
1338
1335
  * <p>An object that contains the count of matched findings per severity.</p>
1339
1336
  * @public
1340
1337
  */
1341
- severityCounts?: SeverityCounts;
1338
+ severityCounts?: SeverityCounts | undefined;
1342
1339
  }
1343
1340
  /**
1344
1341
  * <p>A response that contains details on the results of a finding aggregation by repository.</p>
@@ -1354,17 +1351,17 @@ export interface RepositoryAggregationResponse {
1354
1351
  * <p>The ID of the Amazon Web Services account associated with the findings.</p>
1355
1352
  * @public
1356
1353
  */
1357
- accountId?: string;
1354
+ accountId?: string | undefined;
1358
1355
  /**
1359
1356
  * <p>An object that represent the count of matched findings per severity.</p>
1360
1357
  * @public
1361
1358
  */
1362
- severityCounts?: SeverityCounts;
1359
+ severityCounts?: SeverityCounts | undefined;
1363
1360
  /**
1364
1361
  * <p>The number of container images impacted by the findings.</p>
1365
1362
  * @public
1366
1363
  */
1367
- affectedImages?: number;
1364
+ affectedImages?: number | undefined;
1368
1365
  }
1369
1366
  /**
1370
1367
  * <p>A response that contains details on the results of a finding aggregation by title.</p>
@@ -1380,17 +1377,17 @@ export interface TitleAggregationResponse {
1380
1377
  * <p>The vulnerability ID of the finding.</p>
1381
1378
  * @public
1382
1379
  */
1383
- vulnerabilityId?: string;
1380
+ vulnerabilityId?: string | undefined;
1384
1381
  /**
1385
1382
  * <p>The ID of the Amazon Web Services account associated with the findings.</p>
1386
1383
  * @public
1387
1384
  */
1388
- accountId?: string;
1385
+ accountId?: string | undefined;
1389
1386
  /**
1390
1387
  * <p>An object that represent the count of matched findings per severity.</p>
1391
1388
  * @public
1392
1389
  */
1393
- severityCounts?: SeverityCounts;
1390
+ severityCounts?: SeverityCounts | undefined;
1394
1391
  }
1395
1392
  /**
1396
1393
  * <p>A structure that contains details about the results of an aggregation type.</p>
@@ -1704,7 +1701,7 @@ export declare class InternalServerException extends __BaseException {
1704
1701
  * <p>The number of seconds to wait before retrying the request.</p>
1705
1702
  * @public
1706
1703
  */
1707
- retryAfterSeconds?: number;
1704
+ retryAfterSeconds?: number | undefined;
1708
1705
  /**
1709
1706
  * @internal
1710
1707
  */
@@ -1724,7 +1721,7 @@ export declare class ThrottlingException extends __BaseException {
1724
1721
  * <p>The number of seconds to wait before retrying the request.</p>
1725
1722
  * @public
1726
1723
  */
1727
- retryAfterSeconds?: number;
1724
+ retryAfterSeconds?: number | undefined;
1728
1725
  /**
1729
1726
  * @internal
1730
1727
  */
@@ -1776,7 +1773,7 @@ export declare class ValidationException extends __BaseException {
1776
1773
  * <p>The fields that failed validation.</p>
1777
1774
  * @public
1778
1775
  */
1779
- fields?: ValidationExceptionField[];
1776
+ fields?: ValidationExceptionField[] | undefined;
1780
1777
  /**
1781
1778
  * @internal
1782
1779
  */
@@ -1791,22 +1788,22 @@ export interface AtigData {
1791
1788
  * <p>The date and time this vulnerability was first observed.</p>
1792
1789
  * @public
1793
1790
  */
1794
- firstSeen?: Date;
1791
+ firstSeen?: Date | undefined;
1795
1792
  /**
1796
1793
  * <p>The date and time this vulnerability was last observed.</p>
1797
1794
  * @public
1798
1795
  */
1799
- lastSeen?: Date;
1796
+ lastSeen?: Date | undefined;
1800
1797
  /**
1801
1798
  * <p>The commercial sectors this vulnerability targets.</p>
1802
1799
  * @public
1803
1800
  */
1804
- targets?: string[];
1801
+ targets?: string[] | undefined;
1805
1802
  /**
1806
1803
  * <p>The <a href="https://attack.mitre.org/">MITRE ATT&amp;CK</a> tactics, techniques, and procedures (TTPs) associated with vulnerability.</p>
1807
1804
  * @public
1808
1805
  */
1809
- ttps?: string[];
1806
+ ttps?: string[] | undefined;
1810
1807
  }
1811
1808
  /**
1812
1809
  * <p>Represents which scan types are automatically enabled for new members of your Amazon Inspector organization.</p>
@@ -1830,14 +1827,14 @@ export interface AutoEnable {
1830
1827
  * </p>
1831
1828
  * @public
1832
1829
  */
1833
- lambda?: boolean;
1830
+ lambda?: boolean | undefined;
1834
1831
  /**
1835
1832
  * <p>Represents whether Lambda code scans are automatically enabled for new members of your Amazon Inspector organization.
1836
1833
  *
1837
1834
  * </p>
1838
1835
  * @public
1839
1836
  */
1840
- lambdaCode?: boolean;
1837
+ lambdaCode?: boolean | undefined;
1841
1838
  }
1842
1839
  /**
1843
1840
  * <p>Details of the Amazon EC2 instance involved in a finding.</p>
@@ -1848,52 +1845,52 @@ export interface AwsEc2InstanceDetails {
1848
1845
  * <p>The type of the Amazon EC2 instance.</p>
1849
1846
  * @public
1850
1847
  */
1851
- type?: string;
1848
+ type?: string | undefined;
1852
1849
  /**
1853
1850
  * <p>The image ID of the Amazon EC2 instance.</p>
1854
1851
  * @public
1855
1852
  */
1856
- imageId?: string;
1853
+ imageId?: string | undefined;
1857
1854
  /**
1858
1855
  * <p>The IPv4 addresses of the Amazon EC2 instance.</p>
1859
1856
  * @public
1860
1857
  */
1861
- ipV4Addresses?: string[];
1858
+ ipV4Addresses?: string[] | undefined;
1862
1859
  /**
1863
1860
  * <p>The IPv6 addresses of the Amazon EC2 instance.</p>
1864
1861
  * @public
1865
1862
  */
1866
- ipV6Addresses?: string[];
1863
+ ipV6Addresses?: string[] | undefined;
1867
1864
  /**
1868
1865
  * <p>The name of the key pair used to launch the Amazon EC2 instance.</p>
1869
1866
  * @public
1870
1867
  */
1871
- keyName?: string;
1868
+ keyName?: string | undefined;
1872
1869
  /**
1873
1870
  * <p>The IAM instance profile ARN of the Amazon EC2 instance.</p>
1874
1871
  * @public
1875
1872
  */
1876
- iamInstanceProfileArn?: string;
1873
+ iamInstanceProfileArn?: string | undefined;
1877
1874
  /**
1878
1875
  * <p>The VPC ID of the Amazon EC2 instance.</p>
1879
1876
  * @public
1880
1877
  */
1881
- vpcId?: string;
1878
+ vpcId?: string | undefined;
1882
1879
  /**
1883
1880
  * <p>The subnet ID of the Amazon EC2 instance.</p>
1884
1881
  * @public
1885
1882
  */
1886
- subnetId?: string;
1883
+ subnetId?: string | undefined;
1887
1884
  /**
1888
1885
  * <p>The date and time the Amazon EC2 instance was launched at.</p>
1889
1886
  * @public
1890
1887
  */
1891
- launchedAt?: Date;
1888
+ launchedAt?: Date | undefined;
1892
1889
  /**
1893
1890
  * <p>The platform of the Amazon EC2 instance.</p>
1894
1891
  * @public
1895
1892
  */
1896
- platform?: string;
1893
+ platform?: string | undefined;
1897
1894
  }
1898
1895
  /**
1899
1896
  * <p>The image details of the Amazon ECR container image.</p>
@@ -1909,22 +1906,22 @@ export interface AwsEcrContainerImageDetails {
1909
1906
  * <p>The image tags attached to the Amazon ECR container image.</p>
1910
1907
  * @public
1911
1908
  */
1912
- imageTags?: string[];
1909
+ imageTags?: string[] | undefined;
1913
1910
  /**
1914
1911
  * <p>The date and time the Amazon ECR container image was pushed.</p>
1915
1912
  * @public
1916
1913
  */
1917
- pushedAt?: Date;
1914
+ pushedAt?: Date | undefined;
1918
1915
  /**
1919
1916
  * <p>The image author of the Amazon ECR container image.</p>
1920
1917
  * @public
1921
1918
  */
1922
- author?: string;
1919
+ author?: string | undefined;
1923
1920
  /**
1924
1921
  * <p>The architecture of the Amazon ECR container image.</p>
1925
1922
  * @public
1926
1923
  */
1927
- architecture?: string;
1924
+ architecture?: string | undefined;
1928
1925
  /**
1929
1926
  * <p>The image hash of the Amazon ECR container image.</p>
1930
1927
  * @public
@@ -1939,7 +1936,7 @@ export interface AwsEcrContainerImageDetails {
1939
1936
  * <p>The platform of the Amazon ECR container image.</p>
1940
1937
  * @public
1941
1938
  */
1942
- platform?: string;
1939
+ platform?: string | undefined;
1943
1940
  }
1944
1941
  /**
1945
1942
  * @public
@@ -1958,6 +1955,9 @@ export type PackageType = (typeof PackageType)[keyof typeof PackageType];
1958
1955
  * @enum
1959
1956
  */
1960
1957
  export declare const Runtime: {
1958
+ readonly DOTNETCORE_3_1: "DOTNETCORE_3_1";
1959
+ readonly DOTNET_6: "DOTNET_6";
1960
+ readonly DOTNET_7: "DOTNET_7";
1961
1961
  readonly GO_1_X: "GO_1_X";
1962
1962
  readonly JAVA_11: "JAVA_11";
1963
1963
  readonly JAVA_17: "JAVA_17";
@@ -1969,9 +1969,12 @@ export declare const Runtime: {
1969
1969
  readonly NODEJS_16_X: "NODEJS_16_X";
1970
1970
  readonly NODEJS_18_X: "NODEJS_18_X";
1971
1971
  readonly PYTHON_3_10: "PYTHON_3_10";
1972
+ readonly PYTHON_3_11: "PYTHON_3_11";
1972
1973
  readonly PYTHON_3_7: "PYTHON_3_7";
1973
1974
  readonly PYTHON_3_8: "PYTHON_3_8";
1974
1975
  readonly PYTHON_3_9: "PYTHON_3_9";
1976
+ readonly RUBY_2_7: "RUBY_2_7";
1977
+ readonly RUBY_3_2: "RUBY_3_2";
1975
1978
  readonly UNSUPPORTED: "UNSUPPORTED";
1976
1979
  };
1977
1980
  /**
@@ -1987,17 +1990,17 @@ export interface LambdaVpcConfig {
1987
1990
  * <p>A list of VPC subnet IDs.</p>
1988
1991
  * @public
1989
1992
  */
1990
- subnetIds?: string[];
1993
+ subnetIds?: string[] | undefined;
1991
1994
  /**
1992
1995
  * <p>The VPC security groups and subnets that are attached to an Amazon Web Services Lambda function. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-vpc.html">VPC Settings</a>.</p>
1993
1996
  * @public
1994
1997
  */
1995
- securityGroupIds?: string[];
1998
+ securityGroupIds?: string[] | undefined;
1996
1999
  /**
1997
2000
  * <p>The ID of the VPC.</p>
1998
2001
  * @public
1999
2002
  */
2000
- vpcId?: string;
2003
+ vpcId?: string | undefined;
2001
2004
  }
2002
2005
  /**
2003
2006
  * <p> A summary of information about the Amazon Web Services Lambda function.</p>
@@ -2034,29 +2037,29 @@ export interface AwsLambdaFunctionDetails {
2034
2037
  * layers</a>. A Lambda function can have up to five layers.</p>
2035
2038
  * @public
2036
2039
  */
2037
- layers?: string[];
2040
+ layers?: string[] | undefined;
2038
2041
  /**
2039
2042
  * <p>The Amazon Web Services Lambda function's networking configuration.</p>
2040
2043
  * @public
2041
2044
  */
2042
- vpcConfig?: LambdaVpcConfig;
2045
+ vpcConfig?: LambdaVpcConfig | undefined;
2043
2046
  /**
2044
2047
  * <p>The type of deployment package. Set to <code>Image</code> for container image and set <code>Zip</code> for .zip file archive.</p>
2045
2048
  * @public
2046
2049
  */
2047
- packageType?: PackageType;
2050
+ packageType?: PackageType | undefined;
2048
2051
  /**
2049
2052
  * <p>The instruction set architecture that the Amazon Web Services Lambda function supports. Architecture is a string array with one of the
2050
2053
  * valid values. The default architecture value is <code>x86_64</code>.</p>
2051
2054
  * @public
2052
2055
  */
2053
- architectures?: Architecture[];
2056
+ architectures?: Architecture[] | undefined;
2054
2057
  /**
2055
2058
  * <p>The date and time that a user last updated the configuration, in <a href="https://www.iso.org/iso-8601-date-and-time-format.html">ISO 8601 format</a>
2056
2059
  * </p>
2057
2060
  * @public
2058
2061
  */
2059
- lastModifiedAt?: Date;
2062
+ lastModifiedAt?: Date | undefined;
2060
2063
  }
2061
2064
  /**
2062
2065
  * <p>One or more tags submitted as part of the request is not valid.</p>
@@ -2078,7 +2081,7 @@ export interface BatchGetAccountStatusRequest {
2078
2081
  * <p>The 12-digit Amazon Web Services account IDs of the accounts to retrieve Amazon Inspector status for.</p>
2079
2082
  * @public
2080
2083
  */
2081
- accountIds?: string[];
2084
+ accountIds?: string[] | undefined;
2082
2085
  }
2083
2086
  /**
2084
2087
  * <p>An object with details on why an account failed to enable Amazon Inspector.</p>
@@ -2094,12 +2097,12 @@ export interface FailedAccount {
2094
2097
  * <p>The status of Amazon Inspector for the account.</p>
2095
2098
  * @public
2096
2099
  */
2097
- status?: Status;
2100
+ status?: Status | undefined;
2098
2101
  /**
2099
2102
  * <p>An object detailing which resources Amazon Inspector is enabled to scan for the account.</p>
2100
2103
  * @public
2101
2104
  */
2102
- resourceStatus?: ResourceStatus;
2105
+ resourceStatus?: ResourceStatus | undefined;
2103
2106
  /**
2104
2107
  * <p>The error code explaining why the account failed to enable Amazon Inspector.</p>
2105
2108
  * @public
@@ -2124,7 +2127,7 @@ export interface BatchGetAccountStatusResponse {
2124
2127
  * <p>An array of objects detailing any accounts that failed to enable Amazon Inspector and why.</p>
2125
2128
  * @public
2126
2129
  */
2127
- failedAccounts?: FailedAccount[];
2130
+ failedAccounts?: FailedAccount[] | undefined;
2128
2131
  }
2129
2132
  /**
2130
2133
  * <p>The operation tried to access an invalid resource. Make sure the resource is specified correctly.</p>
@@ -2173,12 +2176,12 @@ export interface SuggestedFix {
2173
2176
  * <p>The fix's description.</p>
2174
2177
  * @public
2175
2178
  */
2176
- description?: string;
2179
+ description?: string | undefined;
2177
2180
  /**
2178
2181
  * <p>The fix's code.</p>
2179
2182
  * @public
2180
2183
  */
2181
- code?: string;
2184
+ code?: string | undefined;
2182
2185
  }
2183
2186
  /**
2184
2187
  * <p>Contains information on a code snippet retrieved by Amazon Inspector from a code vulnerability finding.</p>
@@ -2189,27 +2192,27 @@ export interface CodeSnippetResult {
2189
2192
  * <p>The ARN of a finding that the code snippet is associated with.</p>
2190
2193
  * @public
2191
2194
  */
2192
- findingArn?: string;
2195
+ findingArn?: string | undefined;
2193
2196
  /**
2194
2197
  * <p>The line number of the first line of a code snippet.</p>
2195
2198
  * @public
2196
2199
  */
2197
- startLine?: number;
2200
+ startLine?: number | undefined;
2198
2201
  /**
2199
2202
  * <p>The line number of the last line of a code snippet.</p>
2200
2203
  * @public
2201
2204
  */
2202
- endLine?: number;
2205
+ endLine?: number | undefined;
2203
2206
  /**
2204
2207
  * <p>Contains information on the retrieved code snippet.</p>
2205
2208
  * @public
2206
2209
  */
2207
- codeSnippet?: CodeLine[];
2210
+ codeSnippet?: CodeLine[] | undefined;
2208
2211
  /**
2209
2212
  * <p>Details of a suggested code fix.</p>
2210
2213
  * @public
2211
2214
  */
2212
- suggestedFixes?: SuggestedFix[];
2215
+ suggestedFixes?: SuggestedFix[] | undefined;
2213
2216
  }
2214
2217
  /**
2215
2218
  * @public
@@ -2254,12 +2257,12 @@ export interface BatchGetCodeSnippetResponse {
2254
2257
  * <p>The retrieved code snippets associated with the provided finding ARNs.</p>
2255
2258
  * @public
2256
2259
  */
2257
- codeSnippetResults?: CodeSnippetResult[];
2260
+ codeSnippetResults?: CodeSnippetResult[] | undefined;
2258
2261
  /**
2259
2262
  * <p>Any errors Amazon Inspector encountered while trying to retrieve the requested code snippets.</p>
2260
2263
  * @public
2261
2264
  */
2262
- errors?: CodeSnippetError[];
2265
+ errors?: CodeSnippetError[] | undefined;
2263
2266
  }
2264
2267
  /**
2265
2268
  * @public
@@ -2315,17 +2318,17 @@ export interface CisaData {
2315
2318
  * <p>The date and time CISA added this vulnerability to their catalogue.</p>
2316
2319
  * @public
2317
2320
  */
2318
- dateAdded?: Date;
2321
+ dateAdded?: Date | undefined;
2319
2322
  /**
2320
2323
  * <p>The date and time CISA expects a fix to have been provided vulnerability.</p>
2321
2324
  * @public
2322
2325
  */
2323
- dateDue?: Date;
2326
+ dateDue?: Date | undefined;
2324
2327
  /**
2325
2328
  * <p>The remediation action recommended by CISA for this vulnerability.</p>
2326
2329
  * @public
2327
2330
  */
2328
- action?: string;
2331
+ action?: string | undefined;
2329
2332
  }
2330
2333
  /**
2331
2334
  * <p>Details of the evidence for a vulnerability identified in a finding.</p>
@@ -2336,17 +2339,17 @@ export interface Evidence {
2336
2339
  * <p>The evidence rule.</p>
2337
2340
  * @public
2338
2341
  */
2339
- evidenceRule?: string;
2342
+ evidenceRule?: string | undefined;
2340
2343
  /**
2341
2344
  * <p>The evidence details.</p>
2342
2345
  * @public
2343
2346
  */
2344
- evidenceDetail?: string;
2347
+ evidenceDetail?: string | undefined;
2345
2348
  /**
2346
2349
  * <p>The evidence severity.</p>
2347
2350
  * @public
2348
2351
  */
2349
- severity?: string;
2352
+ severity?: string | undefined;
2350
2353
  }
2351
2354
  /**
2352
2355
  * <p>Contains information on when this exploit was observed.</p>
@@ -2357,12 +2360,12 @@ export interface ExploitObserved {
2357
2360
  * <p>The date an time when the exploit was last seen.</p>
2358
2361
  * @public
2359
2362
  */
2360
- lastSeen?: Date;
2363
+ lastSeen?: Date | undefined;
2361
2364
  /**
2362
2365
  * <p>The date an time when the exploit was first seen.</p>
2363
2366
  * @public
2364
2367
  */
2365
- firstSeen?: Date;
2368
+ firstSeen?: Date | undefined;
2366
2369
  }
2367
2370
  /**
2368
2371
  * <p>Details of the vulnerability identified in a finding.</p>
@@ -2373,52 +2376,52 @@ export interface FindingDetail {
2373
2376
  * <p>The finding ARN that the vulnerability details are associated with.</p>
2374
2377
  * @public
2375
2378
  */
2376
- findingArn?: string;
2379
+ findingArn?: string | undefined;
2377
2380
  /**
2378
2381
  * <p>The Cybersecurity and Infrastructure Security Agency (CISA) details for a specific vulnerability.</p>
2379
2382
  * @public
2380
2383
  */
2381
- cisaData?: CisaData;
2384
+ cisaData?: CisaData | undefined;
2382
2385
  /**
2383
2386
  * <p>The risk score of the vulnerability.</p>
2384
2387
  * @public
2385
2388
  */
2386
- riskScore?: number;
2389
+ riskScore?: number | undefined;
2387
2390
  /**
2388
2391
  * <p>Information on the evidence of the vulnerability.</p>
2389
2392
  * @public
2390
2393
  */
2391
- evidences?: Evidence[];
2394
+ evidences?: Evidence[] | undefined;
2392
2395
  /**
2393
2396
  * <p>The MITRE adversary tactics, techniques, or procedures (TTPs) associated with the vulnerability.</p>
2394
2397
  * @public
2395
2398
  */
2396
- ttps?: string[];
2399
+ ttps?: string[] | undefined;
2397
2400
  /**
2398
2401
  * <p>The known malware tools or kits that can exploit the vulnerability.</p>
2399
2402
  * @public
2400
2403
  */
2401
- tools?: string[];
2404
+ tools?: string[] | undefined;
2402
2405
  /**
2403
2406
  * <p>Contains information on when this exploit was observed.</p>
2404
2407
  * @public
2405
2408
  */
2406
- exploitObserved?: ExploitObserved;
2409
+ exploitObserved?: ExploitObserved | undefined;
2407
2410
  /**
2408
2411
  * <p>The reference URLs for the vulnerability data.</p>
2409
2412
  * @public
2410
2413
  */
2411
- referenceUrls?: string[];
2414
+ referenceUrls?: string[] | undefined;
2412
2415
  /**
2413
2416
  * <p>The Common Weakness Enumerations (CWEs) associated with the vulnerability.</p>
2414
2417
  * @public
2415
2418
  */
2416
- cwes?: string[];
2419
+ cwes?: string[] | undefined;
2417
2420
  /**
2418
2421
  * <p>The Exploit Prediction Scoring System (EPSS) score of the vulnerability.</p>
2419
2422
  * @public
2420
2423
  */
2421
- epssScore?: number;
2424
+ epssScore?: number | undefined;
2422
2425
  }
2423
2426
  /**
2424
2427
  * @public
@@ -2428,12 +2431,12 @@ export interface BatchGetFindingDetailsResponse {
2428
2431
  * <p>A finding's vulnerability details.</p>
2429
2432
  * @public
2430
2433
  */
2431
- findingDetails?: FindingDetail[];
2434
+ findingDetails?: FindingDetail[] | undefined;
2432
2435
  /**
2433
2436
  * <p>Error information for findings that details could not be returned for.</p>
2434
2437
  * @public
2435
2438
  */
2436
- errors?: FindingDetailsError[];
2439
+ errors?: FindingDetailsError[] | undefined;
2437
2440
  }
2438
2441
  /**
2439
2442
  * @public
@@ -2572,7 +2575,7 @@ export interface BatchGetMemberEc2DeepInspectionStatusRequest {
2572
2575
  * </p>
2573
2576
  * @public
2574
2577
  */
2575
- accountIds?: string[];
2578
+ accountIds?: string[] | undefined;
2576
2579
  }
2577
2580
  /**
2578
2581
  * @public
@@ -2602,12 +2605,12 @@ export interface MemberAccountEc2DeepInspectionStatusState {
2602
2605
  * <p>The state of Amazon Inspector deep inspection in the member account.</p>
2603
2606
  * @public
2604
2607
  */
2605
- status?: Ec2DeepInspectionStatus;
2608
+ status?: Ec2DeepInspectionStatus | undefined;
2606
2609
  /**
2607
2610
  * <p>The error message explaining why the account failed to activate Amazon Inspector deep inspection.</p>
2608
2611
  * @public
2609
2612
  */
2610
- errorMessage?: string;
2613
+ errorMessage?: string | undefined;
2611
2614
  }
2612
2615
  /**
2613
2616
  * <p>An object that contains details about a member account in your organization that failed to activate Amazon Inspector deep inspection.</p>
@@ -2623,12 +2626,12 @@ export interface FailedMemberAccountEc2DeepInspectionStatusState {
2623
2626
  * <p>The status of EC2 scanning in the account that failed to activate Amazon Inspector deep inspection.</p>
2624
2627
  * @public
2625
2628
  */
2626
- ec2ScanStatus?: Status;
2629
+ ec2ScanStatus?: Status | undefined;
2627
2630
  /**
2628
2631
  * <p>The error message explaining why the account failed to activate Amazon Inspector deep inspection.</p>
2629
2632
  * @public
2630
2633
  */
2631
- errorMessage?: string;
2634
+ errorMessage?: string | undefined;
2632
2635
  }
2633
2636
  /**
2634
2637
  * @public
@@ -2640,14 +2643,14 @@ export interface BatchGetMemberEc2DeepInspectionStatusResponse {
2640
2643
  * </p>
2641
2644
  * @public
2642
2645
  */
2643
- accountIds?: MemberAccountEc2DeepInspectionStatusState[];
2646
+ accountIds?: MemberAccountEc2DeepInspectionStatusState[] | undefined;
2644
2647
  /**
2645
2648
  * <p>An array of objects that provide details on any accounts that failed to activate Amazon Inspector deep inspection and why.
2646
2649
  *
2647
2650
  * </p>
2648
2651
  * @public
2649
2652
  */
2650
- failedAccountIds?: FailedMemberAccountEc2DeepInspectionStatusState[];
2653
+ failedAccountIds?: FailedMemberAccountEc2DeepInspectionStatusState[] | undefined;
2651
2654
  }
2652
2655
  /**
2653
2656
  * <p>An object that contains details about the status of Amazon Inspector deep inspection for a member account in your organization.</p>
@@ -2684,13 +2687,13 @@ export interface BatchUpdateMemberEc2DeepInspectionStatusResponse {
2684
2687
  * </p>
2685
2688
  * @public
2686
2689
  */
2687
- accountIds?: MemberAccountEc2DeepInspectionStatusState[];
2690
+ accountIds?: MemberAccountEc2DeepInspectionStatusState[] | undefined;
2688
2691
  /**
2689
2692
  * <p>An array of objects that provide details for each of the accounts that Amazon Inspector deep inspection status could not be successfully changed for.
2690
2693
  * </p>
2691
2694
  * @public
2692
2695
  */
2693
- failedAccountIds?: FailedMemberAccountEc2DeepInspectionStatusState[];
2696
+ failedAccountIds?: FailedMemberAccountEc2DeepInspectionStatusState[] | undefined;
2694
2697
  }
2695
2698
  /**
2696
2699
  * @public
@@ -2730,7 +2733,7 @@ export interface CancelSbomExportResponse {
2730
2733
  * <p>The report ID of the canceled SBOM export.</p>
2731
2734
  * @public
2732
2735
  */
2733
- reportId?: string;
2736
+ reportId?: string | undefined;
2734
2737
  }
2735
2738
  /**
2736
2739
  * @public
@@ -2753,17 +2756,17 @@ export interface StatusCounts {
2753
2756
  * <p>The number of checks that failed.</p>
2754
2757
  * @public
2755
2758
  */
2756
- failed?: number;
2759
+ failed?: number | undefined;
2757
2760
  /**
2758
2761
  * <p>The number of checks that were skipped.</p>
2759
2762
  * @public
2760
2763
  */
2761
- skipped?: number;
2764
+ skipped?: number | undefined;
2762
2765
  /**
2763
2766
  * <p>The number of checks that passed.</p>
2764
2767
  * @public
2765
2768
  */
2766
- passed?: number;
2769
+ passed?: number | undefined;
2767
2770
  }
2768
2771
  /**
2769
2772
  * <p>A CIS check.</p>
@@ -2779,37 +2782,37 @@ export interface CisCheckAggregation {
2779
2782
  * <p>The check ID for the CIS check.</p>
2780
2783
  * @public
2781
2784
  */
2782
- checkId?: string;
2785
+ checkId?: string | undefined;
2783
2786
  /**
2784
2787
  * <p>The CIS check title.</p>
2785
2788
  * @public
2786
2789
  */
2787
- title?: string;
2790
+ title?: string | undefined;
2788
2791
  /**
2789
2792
  * <p>The description for the CIS check.</p>
2790
2793
  * @public
2791
2794
  */
2792
- checkDescription?: string;
2795
+ checkDescription?: string | undefined;
2793
2796
  /**
2794
2797
  * <p>The CIS check level.</p>
2795
2798
  * @public
2796
2799
  */
2797
- level?: CisSecurityLevel;
2800
+ level?: CisSecurityLevel | undefined;
2798
2801
  /**
2799
2802
  * <p>The account ID for the CIS check.</p>
2800
2803
  * @public
2801
2804
  */
2802
- accountId?: string;
2805
+ accountId?: string | undefined;
2803
2806
  /**
2804
2807
  * <p>The CIS check status counts.</p>
2805
2808
  * @public
2806
2809
  */
2807
- statusCounts?: StatusCounts;
2810
+ statusCounts?: StatusCounts | undefined;
2808
2811
  /**
2809
2812
  * <p>The CIS check platform.</p>
2810
2813
  * @public
2811
2814
  */
2812
- platform?: string;
2815
+ platform?: string | undefined;
2813
2816
  }
2814
2817
  /**
2815
2818
  * <p>The CIS date filter.</p>
@@ -2820,12 +2823,12 @@ export interface CisDateFilter {
2820
2823
  * <p>The CIS date filter's earliest scan start time.</p>
2821
2824
  * @public
2822
2825
  */
2823
- earliestScanStartTime?: Date;
2826
+ earliestScanStartTime?: Date | undefined;
2824
2827
  /**
2825
2828
  * <p>The CIS date filter's latest scan start time.</p>
2826
2829
  * @public
2827
2830
  */
2828
- latestScanStartTime?: Date;
2831
+ latestScanStartTime?: Date | undefined;
2829
2832
  }
2830
2833
  /**
2831
2834
  * @public
@@ -2876,12 +2879,12 @@ export interface CisNumberFilter {
2876
2879
  * <p>The CIS number filter's upper inclusive.</p>
2877
2880
  * @public
2878
2881
  */
2879
- upperInclusive?: number;
2882
+ upperInclusive?: number | undefined;
2880
2883
  /**
2881
2884
  * <p>The CIS number filter's lower inclusive.</p>
2882
2885
  * @public
2883
2886
  */
2884
- lowerInclusive?: number;
2887
+ lowerInclusive?: number | undefined;
2885
2888
  }
2886
2889
  /**
2887
2890
  * @public
@@ -2988,12 +2991,12 @@ export interface CisTargets {
2988
2991
  * <p>The CIS target account ids.</p>
2989
2992
  * @public
2990
2993
  */
2991
- accountIds?: string[];
2994
+ accountIds?: string[] | undefined;
2992
2995
  /**
2993
2996
  * <p>The CIS target resource tags.</p>
2994
2997
  * @public
2995
2998
  */
2996
- targetResourceTags?: Record<string, string[]>;
2999
+ targetResourceTags?: Record<string, string[]> | undefined;
2997
3000
  }
2998
3001
  /**
2999
3002
  * <p>The CIS scan.</p>
@@ -3014,37 +3017,37 @@ export interface CisScan {
3014
3017
  * <p>The CIS scan's status.</p>
3015
3018
  * @public
3016
3019
  */
3017
- status?: CisScanStatus;
3020
+ status?: CisScanStatus | undefined;
3018
3021
  /**
3019
3022
  * <p>The the name of the scan configuration that's associated with this scan.</p>
3020
3023
  * @public
3021
3024
  */
3022
- scanName?: string;
3025
+ scanName?: string | undefined;
3023
3026
  /**
3024
3027
  * <p>The CIS scan's date.</p>
3025
3028
  * @public
3026
3029
  */
3027
- scanDate?: Date;
3030
+ scanDate?: Date | undefined;
3028
3031
  /**
3029
3032
  * <p>The CIS scan's failed checks.</p>
3030
3033
  * @public
3031
3034
  */
3032
- failedChecks?: number;
3035
+ failedChecks?: number | undefined;
3033
3036
  /**
3034
3037
  * <p>The CIS scan's total checks.</p>
3035
3038
  * @public
3036
3039
  */
3037
- totalChecks?: number;
3040
+ totalChecks?: number | undefined;
3038
3041
  /**
3039
3042
  * <p>The CIS scan's targets.</p>
3040
3043
  * @public
3041
3044
  */
3042
- targets?: CisTargets;
3045
+ targets?: CisTargets | undefined;
3043
3046
  /**
3044
3047
  * <p>The account or organization that schedules the CIS scan.</p>
3045
3048
  * @public
3046
3049
  */
3047
- scheduledBy?: string;
3050
+ scheduledBy?: string | undefined;
3048
3051
  /**
3049
3052
  * <p>
3050
3053
  * The security level for the CIS scan.
@@ -3052,7 +3055,7 @@ export interface CisScan {
3052
3055
  * </p>
3053
3056
  * @public
3054
3057
  */
3055
- securityLevel?: CisSecurityLevel;
3058
+ securityLevel?: CisSecurityLevel | undefined;
3056
3059
  }
3057
3060
  /**
3058
3061
  * <p>The time.</p>
@@ -3222,32 +3225,32 @@ export interface CisScanConfiguration {
3222
3225
  * <p>The CIS scan configuration's owner ID.</p>
3223
3226
  * @public
3224
3227
  */
3225
- ownerId?: string;
3228
+ ownerId?: string | undefined;
3226
3229
  /**
3227
3230
  * <p>The name of the CIS scan configuration.</p>
3228
3231
  * @public
3229
3232
  */
3230
- scanName?: string;
3233
+ scanName?: string | undefined;
3231
3234
  /**
3232
3235
  * <p>The CIS scan configuration's security level.</p>
3233
3236
  * @public
3234
3237
  */
3235
- securityLevel?: CisSecurityLevel;
3238
+ securityLevel?: CisSecurityLevel | undefined;
3236
3239
  /**
3237
3240
  * <p>The CIS scan configuration's schedule.</p>
3238
3241
  * @public
3239
3242
  */
3240
- schedule?: Schedule;
3243
+ schedule?: Schedule | undefined;
3241
3244
  /**
3242
3245
  * <p>The CIS scan configuration's targets.</p>
3243
3246
  * @public
3244
3247
  */
3245
- targets?: CisTargets;
3248
+ targets?: CisTargets | undefined;
3246
3249
  /**
3247
3250
  * <p>The CIS scan configuration's tags.</p>
3248
3251
  * @public
3249
3252
  */
3250
- tags?: Record<string, string>;
3253
+ tags?: Record<string, string> | undefined;
3251
3254
  }
3252
3255
  /**
3253
3256
  * @public
@@ -3275,57 +3278,57 @@ export interface CisScanResultDetails {
3275
3278
  * <p>The CIS scan result details' account ID.</p>
3276
3279
  * @public
3277
3280
  */
3278
- accountId?: string;
3281
+ accountId?: string | undefined;
3279
3282
  /**
3280
3283
  * <p>The CIS scan result details' target resource ID.</p>
3281
3284
  * @public
3282
3285
  */
3283
- targetResourceId?: string;
3286
+ targetResourceId?: string | undefined;
3284
3287
  /**
3285
3288
  * <p>The CIS scan result details' platform.</p>
3286
3289
  * @public
3287
3290
  */
3288
- platform?: string;
3291
+ platform?: string | undefined;
3289
3292
  /**
3290
3293
  * <p>The CIS scan result details' status.</p>
3291
3294
  * @public
3292
3295
  */
3293
- status?: CisFindingStatus;
3296
+ status?: CisFindingStatus | undefined;
3294
3297
  /**
3295
3298
  * <p>The CIS scan result details' status reason.</p>
3296
3299
  * @public
3297
3300
  */
3298
- statusReason?: string;
3301
+ statusReason?: string | undefined;
3299
3302
  /**
3300
3303
  * <p>The CIS scan result details' check ID.</p>
3301
3304
  * @public
3302
3305
  */
3303
- checkId?: string;
3306
+ checkId?: string | undefined;
3304
3307
  /**
3305
3308
  * <p>The CIS scan result details' title.</p>
3306
3309
  * @public
3307
3310
  */
3308
- title?: string;
3311
+ title?: string | undefined;
3309
3312
  /**
3310
3313
  * <p>The account ID that's associated with the CIS scan result details.</p>
3311
3314
  * @public
3312
3315
  */
3313
- checkDescription?: string;
3316
+ checkDescription?: string | undefined;
3314
3317
  /**
3315
3318
  * <p>The CIS scan result details' remediation.</p>
3316
3319
  * @public
3317
3320
  */
3318
- remediation?: string;
3321
+ remediation?: string | undefined;
3319
3322
  /**
3320
3323
  * <p>The CIS scan result details' level.</p>
3321
3324
  * @public
3322
3325
  */
3323
- level?: CisSecurityLevel;
3326
+ level?: CisSecurityLevel | undefined;
3324
3327
  /**
3325
3328
  * <p>The CIS scan result details' finding ARN.</p>
3326
3329
  * @public
3327
3330
  */
3328
- findingArn?: string;
3331
+ findingArn?: string | undefined;
3329
3332
  }
3330
3333
  /**
3331
3334
  * @public
@@ -3366,17 +3369,17 @@ export interface CisScanResultDetailsFilterCriteria {
3366
3369
  * <p>The criteria's finding status filters.</p>
3367
3370
  * @public
3368
3371
  */
3369
- findingStatusFilters?: CisFindingStatusFilter[];
3372
+ findingStatusFilters?: CisFindingStatusFilter[] | undefined;
3370
3373
  /**
3371
3374
  * <p>The criteria's check ID filters.</p>
3372
3375
  * @public
3373
3376
  */
3374
- checkIdFilters?: CisStringFilter[];
3377
+ checkIdFilters?: CisStringFilter[] | undefined;
3375
3378
  /**
3376
3379
  * <p>The criteria's title filters.</p>
3377
3380
  * @public
3378
3381
  */
3379
- titleFilters?: CisStringFilter[];
3382
+ titleFilters?: CisStringFilter[] | undefined;
3380
3383
  /**
3381
3384
  * <p>
3382
3385
  * The criteria's security level filters. .
@@ -3384,12 +3387,12 @@ export interface CisScanResultDetailsFilterCriteria {
3384
3387
  * </p>
3385
3388
  * @public
3386
3389
  */
3387
- securityLevelFilters?: CisSecurityLevelFilter[];
3390
+ securityLevelFilters?: CisSecurityLevelFilter[] | undefined;
3388
3391
  /**
3389
3392
  * <p>The criteria's finding ARN filters.</p>
3390
3393
  * @public
3391
3394
  */
3392
- findingArnFilters?: CisStringFilter[];
3395
+ findingArnFilters?: CisStringFilter[] | undefined;
3393
3396
  }
3394
3397
  /**
3395
3398
  * @public
@@ -3412,32 +3415,32 @@ export interface CisScanResultsAggregatedByChecksFilterCriteria {
3412
3415
  * <p>The criteria's account ID filters.</p>
3413
3416
  * @public
3414
3417
  */
3415
- accountIdFilters?: CisStringFilter[];
3418
+ accountIdFilters?: CisStringFilter[] | undefined;
3416
3419
  /**
3417
3420
  * <p>The criteria's check ID filters.</p>
3418
3421
  * @public
3419
3422
  */
3420
- checkIdFilters?: CisStringFilter[];
3423
+ checkIdFilters?: CisStringFilter[] | undefined;
3421
3424
  /**
3422
3425
  * <p>The criteria's title filters.</p>
3423
3426
  * @public
3424
3427
  */
3425
- titleFilters?: CisStringFilter[];
3428
+ titleFilters?: CisStringFilter[] | undefined;
3426
3429
  /**
3427
3430
  * <p>The criteria's platform filters.</p>
3428
3431
  * @public
3429
3432
  */
3430
- platformFilters?: CisStringFilter[];
3433
+ platformFilters?: CisStringFilter[] | undefined;
3431
3434
  /**
3432
3435
  * <p>The criteria's failed resources filters.</p>
3433
3436
  * @public
3434
3437
  */
3435
- failedResourcesFilters?: CisNumberFilter[];
3438
+ failedResourcesFilters?: CisNumberFilter[] | undefined;
3436
3439
  /**
3437
3440
  * <p>The criteria's security level filters.</p>
3438
3441
  * @public
3439
3442
  */
3440
- securityLevelFilters?: CisSecurityLevelFilter[];
3443
+ securityLevelFilters?: CisSecurityLevelFilter[] | undefined;
3441
3444
  }
3442
3445
  /**
3443
3446
  * @public
@@ -3564,47 +3567,47 @@ export interface CisScanResultsAggregatedByTargetResourceFilterCriteria {
3564
3567
  * <p>The criteria's account ID filters.</p>
3565
3568
  * @public
3566
3569
  */
3567
- accountIdFilters?: CisStringFilter[];
3570
+ accountIdFilters?: CisStringFilter[] | undefined;
3568
3571
  /**
3569
3572
  * <p>The criteria's status filter.</p>
3570
3573
  * @public
3571
3574
  */
3572
- statusFilters?: CisResultStatusFilter[];
3575
+ statusFilters?: CisResultStatusFilter[] | undefined;
3573
3576
  /**
3574
3577
  * <p>The criteria's check ID filters.</p>
3575
3578
  * @public
3576
3579
  */
3577
- checkIdFilters?: CisStringFilter[];
3580
+ checkIdFilters?: CisStringFilter[] | undefined;
3578
3581
  /**
3579
3582
  * <p>The criteria's target resource ID filters.</p>
3580
3583
  * @public
3581
3584
  */
3582
- targetResourceIdFilters?: CisStringFilter[];
3585
+ targetResourceIdFilters?: CisStringFilter[] | undefined;
3583
3586
  /**
3584
3587
  * <p>The criteria's target resource tag filters.</p>
3585
3588
  * @public
3586
3589
  */
3587
- targetResourceTagFilters?: TagFilter[];
3590
+ targetResourceTagFilters?: TagFilter[] | undefined;
3588
3591
  /**
3589
3592
  * <p>The criteria's platform filters.</p>
3590
3593
  * @public
3591
3594
  */
3592
- platformFilters?: CisStringFilter[];
3595
+ platformFilters?: CisStringFilter[] | undefined;
3593
3596
  /**
3594
3597
  * <p>The criteria's target status filters.</p>
3595
3598
  * @public
3596
3599
  */
3597
- targetStatusFilters?: CisTargetStatusFilter[];
3600
+ targetStatusFilters?: CisTargetStatusFilter[] | undefined;
3598
3601
  /**
3599
3602
  * <p>The criteria's target status reason filters.</p>
3600
3603
  * @public
3601
3604
  */
3602
- targetStatusReasonFilters?: CisTargetStatusReasonFilter[];
3605
+ targetStatusReasonFilters?: CisTargetStatusReasonFilter[] | undefined;
3603
3606
  /**
3604
3607
  * <p>The criteria's failed checks filters.</p>
3605
3608
  * @public
3606
3609
  */
3607
- failedChecksFilters?: CisNumberFilter[];
3610
+ failedChecksFilters?: CisNumberFilter[] | undefined;
3608
3611
  }
3609
3612
  /**
3610
3613
  * @public
@@ -3696,37 +3699,37 @@ export interface CisTargetResourceAggregation {
3696
3699
  * <p>The ID of the target resource.</p>
3697
3700
  * @public
3698
3701
  */
3699
- targetResourceId?: string;
3702
+ targetResourceId?: string | undefined;
3700
3703
  /**
3701
3704
  * <p>The account ID for the CIS target resource.</p>
3702
3705
  * @public
3703
3706
  */
3704
- accountId?: string;
3707
+ accountId?: string | undefined;
3705
3708
  /**
3706
3709
  * <p>The tag for the target resource.</p>
3707
3710
  * @public
3708
3711
  */
3709
- targetResourceTags?: Record<string, string[]>;
3712
+ targetResourceTags?: Record<string, string[]> | undefined;
3710
3713
  /**
3711
3714
  * <p>The target resource status counts.</p>
3712
3715
  * @public
3713
3716
  */
3714
- statusCounts?: StatusCounts;
3717
+ statusCounts?: StatusCounts | undefined;
3715
3718
  /**
3716
3719
  * <p>The platform for the CIS target resource.</p>
3717
3720
  * @public
3718
3721
  */
3719
- platform?: string;
3722
+ platform?: string | undefined;
3720
3723
  /**
3721
3724
  * <p>The status of the target resource.</p>
3722
3725
  * @public
3723
3726
  */
3724
- targetStatus?: CisTargetStatus;
3727
+ targetStatus?: CisTargetStatus | undefined;
3725
3728
  /**
3726
3729
  * <p>The reason for the target resource.</p>
3727
3730
  * @public
3728
3731
  */
3729
- targetStatusReason?: CisTargetStatusReason;
3732
+ targetStatusReason?: CisTargetStatusReason | undefined;
3730
3733
  }
3731
3734
  /**
3732
3735
  * <p>Contains information on where a code vulnerability is located in your Lambda function.</p>
@@ -3768,22 +3771,22 @@ export interface CodeVulnerabilityDetails {
3768
3771
  * <p>The detector tag associated with the vulnerability. Detector tags group related vulnerabilities by common themes or tactics. For a list of available tags by programming language, see <a href="https://docs.aws.amazon.com/codeguru/detector-library/java/tags/">Java tags</a>, or <a href="https://docs.aws.amazon.com/codeguru/detector-library/python/tags/">Python tags</a>. </p>
3769
3772
  * @public
3770
3773
  */
3771
- detectorTags?: string[];
3774
+ detectorTags?: string[] | undefined;
3772
3775
  /**
3773
3776
  * <p>A URL containing supporting documentation about the code vulnerability detected.</p>
3774
3777
  * @public
3775
3778
  */
3776
- referenceUrls?: string[];
3779
+ referenceUrls?: string[] | undefined;
3777
3780
  /**
3778
3781
  * <p>The identifier for a rule that was used to detect the code vulnerability.</p>
3779
3782
  * @public
3780
3783
  */
3781
- ruleId?: string;
3784
+ ruleId?: string | undefined;
3782
3785
  /**
3783
3786
  * <p>The Amazon Resource Name (ARN) of the Lambda layer that the code vulnerability was detected in.</p>
3784
3787
  * @public
3785
3788
  */
3786
- sourceLambdaLayerArn?: string;
3789
+ sourceLambdaLayerArn?: string | undefined;
3787
3790
  /**
3788
3791
  * <p>The ID for the Amazon CodeGuru detector associated with the finding. For more information on detectors see <a href="https://docs.aws.amazon.com/codeguru/detector-library">Amazon CodeGuru
3789
3792
  * Detector Library</a>.</p>
@@ -3810,17 +3813,17 @@ export interface ComputePlatform {
3810
3813
  * <p>The compute platform vendor.</p>
3811
3814
  * @public
3812
3815
  */
3813
- vendor?: string;
3816
+ vendor?: string | undefined;
3814
3817
  /**
3815
3818
  * <p>The compute platform product.</p>
3816
3819
  * @public
3817
3820
  */
3818
- product?: string;
3821
+ product?: string | undefined;
3819
3822
  /**
3820
3823
  * <p>The compute platform version.</p>
3821
3824
  * @public
3822
3825
  */
3823
- version?: string;
3826
+ version?: string | undefined;
3824
3827
  }
3825
3828
  /**
3826
3829
  * <p>A conflict occurred.</p>
@@ -3868,12 +3871,12 @@ export interface Counts {
3868
3871
  * <p>The number of resources.</p>
3869
3872
  * @public
3870
3873
  */
3871
- count?: number;
3874
+ count?: number | undefined;
3872
3875
  /**
3873
3876
  * <p>The key associated with this group</p>
3874
3877
  * @public
3875
3878
  */
3876
- groupKey?: GroupKey;
3879
+ groupKey?: GroupKey | undefined;
3877
3880
  }
3878
3881
  /**
3879
3882
  * <p>Contains details of a coverage date filter.</p>
@@ -3884,12 +3887,12 @@ export interface CoverageDateFilter {
3884
3887
  * <p>A timestamp representing the start of the time period to filter results by.</p>
3885
3888
  * @public
3886
3889
  */
3887
- startInclusive?: Date;
3890
+ startInclusive?: Date | undefined;
3888
3891
  /**
3889
3892
  * <p>A timestamp representing the end of the time period to filter results by.</p>
3890
3893
  * @public
3891
3894
  */
3892
- endInclusive?: Date;
3895
+ endInclusive?: Date | undefined;
3893
3896
  }
3894
3897
  /**
3895
3898
  * @public
@@ -3949,7 +3952,7 @@ export interface CoverageMapFilter {
3949
3952
  * <p>The tag value associated with the coverage map filter.</p>
3950
3953
  * @public
3951
3954
  */
3952
- value?: string;
3955
+ value?: string | undefined;
3953
3956
  }
3954
3957
  /**
3955
3958
  * <p>A structure that identifies filter criteria for <code>GetCoverageStatistics</code>.</p>
@@ -3960,77 +3963,77 @@ export interface CoverageFilterCriteria {
3960
3963
  * <p>The scan status code to filter on. Valid values are: <code>ValidationException</code>, <code>InternalServerException</code>, <code>ResourceNotFoundException</code>, <code>BadRequestException</code>, and <code>ThrottlingException</code>.</p>
3961
3964
  * @public
3962
3965
  */
3963
- scanStatusCode?: CoverageStringFilter[];
3966
+ scanStatusCode?: CoverageStringFilter[] | undefined;
3964
3967
  /**
3965
3968
  * <p>The scan status reason to filter on.</p>
3966
3969
  * @public
3967
3970
  */
3968
- scanStatusReason?: CoverageStringFilter[];
3971
+ scanStatusReason?: CoverageStringFilter[] | undefined;
3969
3972
  /**
3970
3973
  * <p>An array of Amazon Web Services account IDs to return coverage statistics for.</p>
3971
3974
  * @public
3972
3975
  */
3973
- accountId?: CoverageStringFilter[];
3976
+ accountId?: CoverageStringFilter[] | undefined;
3974
3977
  /**
3975
3978
  * <p>An array of Amazon Web Services resource IDs to return coverage statistics for.</p>
3976
3979
  * @public
3977
3980
  */
3978
- resourceId?: CoverageStringFilter[];
3981
+ resourceId?: CoverageStringFilter[] | undefined;
3979
3982
  /**
3980
3983
  * <p>An array of Amazon Web Services resource types to return coverage statistics for. The values can be <code>AWS_EC2_INSTANCE</code>, <code>AWS_LAMBDA_FUNCTION</code>, <code>AWS_ECR_CONTAINER_IMAGE</code>, <code>AWS_ECR_REPOSITORY</code> or <code>AWS_ACCOUNT</code>.</p>
3981
3984
  * @public
3982
3985
  */
3983
- resourceType?: CoverageStringFilter[];
3986
+ resourceType?: CoverageStringFilter[] | undefined;
3984
3987
  /**
3985
3988
  * <p>An array of Amazon Inspector scan types to return coverage statistics for.</p>
3986
3989
  * @public
3987
3990
  */
3988
- scanType?: CoverageStringFilter[];
3991
+ scanType?: CoverageStringFilter[] | undefined;
3989
3992
  /**
3990
3993
  * <p>The Amazon ECR repository name to filter on.</p>
3991
3994
  * @public
3992
3995
  */
3993
- ecrRepositoryName?: CoverageStringFilter[];
3996
+ ecrRepositoryName?: CoverageStringFilter[] | undefined;
3994
3997
  /**
3995
3998
  * <p>The Amazon ECR image tags to filter on.</p>
3996
3999
  * @public
3997
4000
  */
3998
- ecrImageTags?: CoverageStringFilter[];
4001
+ ecrImageTags?: CoverageStringFilter[] | undefined;
3999
4002
  /**
4000
4003
  * <p>The Amazon EC2 instance tags to filter on.</p>
4001
4004
  * @public
4002
4005
  */
4003
- ec2InstanceTags?: CoverageMapFilter[];
4006
+ ec2InstanceTags?: CoverageMapFilter[] | undefined;
4004
4007
  /**
4005
4008
  * <p>Returns coverage statistics for Amazon Web Services Lambda functions filtered by function names.</p>
4006
4009
  * @public
4007
4010
  */
4008
- lambdaFunctionName?: CoverageStringFilter[];
4011
+ lambdaFunctionName?: CoverageStringFilter[] | undefined;
4009
4012
  /**
4010
4013
  * <p>Returns coverage statistics for Amazon Web Services Lambda functions filtered by tag.</p>
4011
4014
  * @public
4012
4015
  */
4013
- lambdaFunctionTags?: CoverageMapFilter[];
4016
+ lambdaFunctionTags?: CoverageMapFilter[] | undefined;
4014
4017
  /**
4015
4018
  * <p>Returns coverage statistics for Amazon Web Services Lambda functions filtered by runtime.</p>
4016
4019
  * @public
4017
4020
  */
4018
- lambdaFunctionRuntime?: CoverageStringFilter[];
4021
+ lambdaFunctionRuntime?: CoverageStringFilter[] | undefined;
4019
4022
  /**
4020
4023
  * <p>Filters Amazon Web Services resources based on whether Amazon Inspector has checked them for vulnerabilities within the specified time range.</p>
4021
4024
  * @public
4022
4025
  */
4023
- lastScannedAt?: CoverageDateFilter[];
4026
+ lastScannedAt?: CoverageDateFilter[] | undefined;
4024
4027
  /**
4025
- * <p>The filter to search for Amazon EC2 instance coverage by scan mode. Valid values are <code>EC2_SSM_AGENT_BASED</code> and <code>EC2_HYBRID</code>.</p>
4028
+ * <p>The filter to search for Amazon EC2 instance coverage by scan mode. Valid values are <code>EC2_SSM_AGENT_BASED</code> and <code>EC2_AGENTLESS</code>.</p>
4026
4029
  * @public
4027
4030
  */
4028
- scanMode?: CoverageStringFilter[];
4031
+ scanMode?: CoverageStringFilter[] | undefined;
4029
4032
  /**
4030
4033
  * <p>The date an image was last pulled at.</p>
4031
4034
  * @public
4032
4035
  */
4033
- imagePulledAt?: CoverageDateFilter[];
4036
+ imagePulledAt?: CoverageDateFilter[] | undefined;
4034
4037
  }
4035
4038
  /**
4036
4039
  * @public
@@ -4069,17 +4072,17 @@ export interface Ec2Metadata {
4069
4072
  * <p>The tags attached to the instance.</p>
4070
4073
  * @public
4071
4074
  */
4072
- tags?: Record<string, string>;
4075
+ tags?: Record<string, string> | undefined;
4073
4076
  /**
4074
4077
  * <p>The ID of the Amazon Machine Image (AMI) used to launch the instance.</p>
4075
4078
  * @public
4076
4079
  */
4077
- amiId?: string;
4080
+ amiId?: string | undefined;
4078
4081
  /**
4079
4082
  * <p>The platform of the instance.</p>
4080
4083
  * @public
4081
4084
  */
4082
- platform?: Ec2Platform;
4085
+ platform?: Ec2Platform | undefined;
4083
4086
  }
4084
4087
  /**
4085
4088
  * <p>Information on the Amazon ECR image metadata associated with a finding.</p>
@@ -4090,12 +4093,12 @@ export interface EcrContainerImageMetadata {
4090
4093
  * <p>Tags associated with the Amazon ECR image metadata.</p>
4091
4094
  * @public
4092
4095
  */
4093
- tags?: string[];
4096
+ tags?: string[] | undefined;
4094
4097
  /**
4095
4098
  * <p>The date an image was last pulled at.</p>
4096
4099
  * @public
4097
4100
  */
4098
- imagePulledAt?: Date;
4101
+ imagePulledAt?: Date | undefined;
4099
4102
  }
4100
4103
  /**
4101
4104
  * @public
@@ -4119,12 +4122,12 @@ export interface EcrRepositoryMetadata {
4119
4122
  * <p>The name of the Amazon ECR repository.</p>
4120
4123
  * @public
4121
4124
  */
4122
- name?: string;
4125
+ name?: string | undefined;
4123
4126
  /**
4124
4127
  * <p>The frequency of scans.</p>
4125
4128
  * @public
4126
4129
  */
4127
- scanFrequency?: EcrScanFrequency;
4130
+ scanFrequency?: EcrScanFrequency | undefined;
4128
4131
  }
4129
4132
  /**
4130
4133
  * <p>The Amazon Web Services Lambda function metadata.</p>
@@ -4135,22 +4138,22 @@ export interface LambdaFunctionMetadata {
4135
4138
  * <p>The resource tags on an Amazon Web Services Lambda function.</p>
4136
4139
  * @public
4137
4140
  */
4138
- functionTags?: Record<string, string>;
4141
+ functionTags?: Record<string, string> | undefined;
4139
4142
  /**
4140
4143
  * <p>The layers for an Amazon Web Services Lambda function. A Lambda function can have up to five layers.</p>
4141
4144
  * @public
4142
4145
  */
4143
- layers?: string[];
4146
+ layers?: string[] | undefined;
4144
4147
  /**
4145
4148
  * <p>The name of a function.</p>
4146
4149
  * @public
4147
4150
  */
4148
- functionName?: string;
4151
+ functionName?: string | undefined;
4149
4152
  /**
4150
4153
  * <p>An Amazon Web Services Lambda function's runtime.</p>
4151
4154
  * @public
4152
4155
  */
4153
- runtime?: Runtime;
4156
+ runtime?: Runtime | undefined;
4154
4157
  }
4155
4158
  /**
4156
4159
  * <p>An object that contains details about the metadata for an Amazon ECR resource.</p>
@@ -4161,22 +4164,22 @@ export interface ResourceScanMetadata {
4161
4164
  * <p>An object that contains details about the repository an Amazon ECR image resides in.</p>
4162
4165
  * @public
4163
4166
  */
4164
- ecrRepository?: EcrRepositoryMetadata;
4167
+ ecrRepository?: EcrRepositoryMetadata | undefined;
4165
4168
  /**
4166
4169
  * <p>An object that contains details about the container metadata for an Amazon ECR image.</p>
4167
4170
  * @public
4168
4171
  */
4169
- ecrImage?: EcrContainerImageMetadata;
4172
+ ecrImage?: EcrContainerImageMetadata | undefined;
4170
4173
  /**
4171
4174
  * <p>An object that contains metadata details for an Amazon EC2 instance.</p>
4172
4175
  * @public
4173
4176
  */
4174
- ec2?: Ec2Metadata;
4177
+ ec2?: Ec2Metadata | undefined;
4175
4178
  /**
4176
4179
  * <p>An object that contains metadata details for an Amazon Web Services Lambda function.</p>
4177
4180
  * @public
4178
4181
  */
4179
- lambdaFunction?: LambdaFunctionMetadata;
4182
+ lambdaFunction?: LambdaFunctionMetadata | undefined;
4180
4183
  }
4181
4184
  /**
4182
4185
  * @public
@@ -4345,22 +4348,22 @@ export interface CoveredResource {
4345
4348
  * <p>The status of the scan covering the resource.</p>
4346
4349
  * @public
4347
4350
  */
4348
- scanStatus?: ScanStatus;
4351
+ scanStatus?: ScanStatus | undefined;
4349
4352
  /**
4350
4353
  * <p>An object that contains details about the metadata.</p>
4351
4354
  * @public
4352
4355
  */
4353
- resourceMetadata?: ResourceScanMetadata;
4356
+ resourceMetadata?: ResourceScanMetadata | undefined;
4354
4357
  /**
4355
4358
  * <p>The date and time the resource was last checked for vulnerabilities.</p>
4356
4359
  * @public
4357
4360
  */
4358
- lastScannedAt?: Date;
4361
+ lastScannedAt?: Date | undefined;
4359
4362
  /**
4360
4363
  * <p>The scan method that is applied to the instance.</p>
4361
4364
  * @public
4362
4365
  */
4363
- scanMode?: ScanMode;
4366
+ scanMode?: ScanMode | undefined;
4364
4367
  }
4365
4368
  /**
4366
4369
  * <p>Creates CIS targets.</p>
@@ -4409,7 +4412,7 @@ export interface CreateCisScanConfigurationRequest {
4409
4412
  * <p>The tags for the CIS scan configuration.</p>
4410
4413
  * @public
4411
4414
  */
4412
- tags?: Record<string, string>;
4415
+ tags?: Record<string, string> | undefined;
4413
4416
  }
4414
4417
  /**
4415
4418
  * @public
@@ -4419,7 +4422,7 @@ export interface CreateCisScanConfigurationResponse {
4419
4422
  * <p>The scan configuration ARN for the CIS scan configuration.</p>
4420
4423
  * @public
4421
4424
  */
4422
- scanConfigurationArn?: string;
4425
+ scanConfigurationArn?: string | undefined;
4423
4426
  }
4424
4427
  /**
4425
4428
  * @public
@@ -4442,12 +4445,12 @@ export interface DateFilter {
4442
4445
  * <p>A timestamp representing the start of the time period filtered on.</p>
4443
4446
  * @public
4444
4447
  */
4445
- startInclusive?: Date;
4448
+ startInclusive?: Date | undefined;
4446
4449
  /**
4447
4450
  * <p>A timestamp representing the end of the time period filtered on.</p>
4448
4451
  * @public
4449
4452
  */
4450
- endInclusive?: Date;
4453
+ endInclusive?: Date | undefined;
4451
4454
  }
4452
4455
  /**
4453
4456
  * <p>An object that describes the details of a number filter.</p>
@@ -4458,12 +4461,12 @@ export interface NumberFilter {
4458
4461
  * <p>The highest number to be included in the filter.</p>
4459
4462
  * @public
4460
4463
  */
4461
- upperInclusive?: number;
4464
+ upperInclusive?: number | undefined;
4462
4465
  /**
4463
4466
  * <p>The lowest number to be included in the filter.</p>
4464
4467
  * @public
4465
4468
  */
4466
- lowerInclusive?: number;
4469
+ lowerInclusive?: number | undefined;
4467
4470
  }
4468
4471
  /**
4469
4472
  * <p>An object that describes the details of a port range filter.</p>
@@ -4474,12 +4477,12 @@ export interface PortRangeFilter {
4474
4477
  * <p>The port number the port range begins at.</p>
4475
4478
  * @public
4476
4479
  */
4477
- beginInclusive?: number;
4480
+ beginInclusive?: number | undefined;
4478
4481
  /**
4479
4482
  * <p>The port number the port range ends at.</p>
4480
4483
  * @public
4481
4484
  */
4482
- endInclusive?: number;
4485
+ endInclusive?: number | undefined;
4483
4486
  }
4484
4487
  /**
4485
4488
  * <p>Contains information on the details of a package filter.</p>
@@ -4490,37 +4493,42 @@ export interface PackageFilter {
4490
4493
  * <p>An object that contains details on the name of the package to filter on.</p>
4491
4494
  * @public
4492
4495
  */
4493
- name?: StringFilter;
4496
+ name?: StringFilter | undefined;
4494
4497
  /**
4495
4498
  * <p>The package version to filter on.</p>
4496
4499
  * @public
4497
4500
  */
4498
- version?: StringFilter;
4501
+ version?: StringFilter | undefined;
4499
4502
  /**
4500
4503
  * <p>An object that contains details on the package epoch to filter on.</p>
4501
4504
  * @public
4502
4505
  */
4503
- epoch?: NumberFilter;
4506
+ epoch?: NumberFilter | undefined;
4504
4507
  /**
4505
4508
  * <p>An object that contains details on the package release to filter on.</p>
4506
4509
  * @public
4507
4510
  */
4508
- release?: StringFilter;
4511
+ release?: StringFilter | undefined;
4509
4512
  /**
4510
4513
  * <p>An object that contains details on the package architecture type to filter on.</p>
4511
4514
  * @public
4512
4515
  */
4513
- architecture?: StringFilter;
4516
+ architecture?: StringFilter | undefined;
4514
4517
  /**
4515
4518
  * <p>An object that contains details on the source layer hash to filter on.</p>
4516
4519
  * @public
4517
4520
  */
4518
- sourceLayerHash?: StringFilter;
4521
+ sourceLayerHash?: StringFilter | undefined;
4519
4522
  /**
4520
4523
  * <p>An object that describes the details of a string filter.</p>
4521
4524
  * @public
4522
4525
  */
4523
- sourceLambdaLayerArn?: StringFilter;
4526
+ sourceLambdaLayerArn?: StringFilter | undefined;
4527
+ /**
4528
+ * <p>An object that contains details on the package file path to filter on.</p>
4529
+ * @public
4530
+ */
4531
+ filePath?: StringFilter | undefined;
4524
4532
  }
4525
4533
  /**
4526
4534
  * <p>Details on the criteria used to define the filter.</p>
@@ -4531,214 +4539,214 @@ export interface FilterCriteria {
4531
4539
  * <p>Details on the finding ARNs used to filter findings.</p>
4532
4540
  * @public
4533
4541
  */
4534
- findingArn?: StringFilter[];
4542
+ findingArn?: StringFilter[] | undefined;
4535
4543
  /**
4536
4544
  * <p>Details of the Amazon Web Services account IDs used to filter findings.</p>
4537
4545
  * @public
4538
4546
  */
4539
- awsAccountId?: StringFilter[];
4547
+ awsAccountId?: StringFilter[] | undefined;
4540
4548
  /**
4541
4549
  * <p>Details on the finding types used to filter findings.</p>
4542
4550
  * @public
4543
4551
  */
4544
- findingType?: StringFilter[];
4552
+ findingType?: StringFilter[] | undefined;
4545
4553
  /**
4546
4554
  * <p>Details on the severity used to filter findings.</p>
4547
4555
  * @public
4548
4556
  */
4549
- severity?: StringFilter[];
4557
+ severity?: StringFilter[] | undefined;
4550
4558
  /**
4551
4559
  * <p>Details on the date and time a finding was first seen used to filter findings.</p>
4552
4560
  * @public
4553
4561
  */
4554
- firstObservedAt?: DateFilter[];
4562
+ firstObservedAt?: DateFilter[] | undefined;
4555
4563
  /**
4556
4564
  * <p>Details on the date and time a finding was last seen used to filter findings.</p>
4557
4565
  * @public
4558
4566
  */
4559
- lastObservedAt?: DateFilter[];
4567
+ lastObservedAt?: DateFilter[] | undefined;
4560
4568
  /**
4561
4569
  * <p>Details on the date and time a finding was last updated at used to filter findings.</p>
4562
4570
  * @public
4563
4571
  */
4564
- updatedAt?: DateFilter[];
4572
+ updatedAt?: DateFilter[] | undefined;
4565
4573
  /**
4566
4574
  * <p>Details on the finding status types used to filter findings.</p>
4567
4575
  * @public
4568
4576
  */
4569
- findingStatus?: StringFilter[];
4577
+ findingStatus?: StringFilter[] | undefined;
4570
4578
  /**
4571
4579
  * <p>Details on the finding title used to filter findings.</p>
4572
4580
  * @public
4573
4581
  */
4574
- title?: StringFilter[];
4582
+ title?: StringFilter[] | undefined;
4575
4583
  /**
4576
4584
  * <p>The Amazon Inspector score to filter on.</p>
4577
4585
  * @public
4578
4586
  */
4579
- inspectorScore?: NumberFilter[];
4587
+ inspectorScore?: NumberFilter[] | undefined;
4580
4588
  /**
4581
4589
  * <p>Details on the resource types used to filter findings.</p>
4582
4590
  * @public
4583
4591
  */
4584
- resourceType?: StringFilter[];
4592
+ resourceType?: StringFilter[] | undefined;
4585
4593
  /**
4586
4594
  * <p>Details on the resource IDs used to filter findings.</p>
4587
4595
  * @public
4588
4596
  */
4589
- resourceId?: StringFilter[];
4597
+ resourceId?: StringFilter[] | undefined;
4590
4598
  /**
4591
4599
  * <p>Details on the resource tags used to filter findings.</p>
4592
4600
  * @public
4593
4601
  */
4594
- resourceTags?: MapFilter[];
4602
+ resourceTags?: MapFilter[] | undefined;
4595
4603
  /**
4596
4604
  * <p>Details of the Amazon EC2 instance image IDs used to filter findings.</p>
4597
4605
  * @public
4598
4606
  */
4599
- ec2InstanceImageId?: StringFilter[];
4607
+ ec2InstanceImageId?: StringFilter[] | undefined;
4600
4608
  /**
4601
4609
  * <p>Details of the Amazon EC2 instance VPC IDs used to filter findings.</p>
4602
4610
  * @public
4603
4611
  */
4604
- ec2InstanceVpcId?: StringFilter[];
4612
+ ec2InstanceVpcId?: StringFilter[] | undefined;
4605
4613
  /**
4606
4614
  * <p>Details of the Amazon EC2 instance subnet IDs used to filter findings.</p>
4607
4615
  * @public
4608
4616
  */
4609
- ec2InstanceSubnetId?: StringFilter[];
4617
+ ec2InstanceSubnetId?: StringFilter[] | undefined;
4610
4618
  /**
4611
4619
  * <p>Details on the Amazon ECR image push date and time used to filter findings.</p>
4612
4620
  * @public
4613
4621
  */
4614
- ecrImagePushedAt?: DateFilter[];
4622
+ ecrImagePushedAt?: DateFilter[] | undefined;
4615
4623
  /**
4616
4624
  * <p>Details of the Amazon ECR image architecture types used to filter findings.</p>
4617
4625
  * @public
4618
4626
  */
4619
- ecrImageArchitecture?: StringFilter[];
4627
+ ecrImageArchitecture?: StringFilter[] | undefined;
4620
4628
  /**
4621
4629
  * <p>Details on the Amazon ECR registry used to filter findings.</p>
4622
4630
  * @public
4623
4631
  */
4624
- ecrImageRegistry?: StringFilter[];
4632
+ ecrImageRegistry?: StringFilter[] | undefined;
4625
4633
  /**
4626
4634
  * <p>Details on the name of the Amazon ECR repository used to filter findings.</p>
4627
4635
  * @public
4628
4636
  */
4629
- ecrImageRepositoryName?: StringFilter[];
4637
+ ecrImageRepositoryName?: StringFilter[] | undefined;
4630
4638
  /**
4631
4639
  * <p>The tags attached to the Amazon ECR container image.</p>
4632
4640
  * @public
4633
4641
  */
4634
- ecrImageTags?: StringFilter[];
4642
+ ecrImageTags?: StringFilter[] | undefined;
4635
4643
  /**
4636
4644
  * <p>Details of the Amazon ECR image hashes used to filter findings.</p>
4637
4645
  * @public
4638
4646
  */
4639
- ecrImageHash?: StringFilter[];
4647
+ ecrImageHash?: StringFilter[] | undefined;
4640
4648
  /**
4641
4649
  * <p>Details on the port ranges used to filter findings.</p>
4642
4650
  * @public
4643
4651
  */
4644
- portRange?: PortRangeFilter[];
4652
+ portRange?: PortRangeFilter[] | undefined;
4645
4653
  /**
4646
4654
  * <p>Details on network protocol used to filter findings.</p>
4647
4655
  * @public
4648
4656
  */
4649
- networkProtocol?: StringFilter[];
4657
+ networkProtocol?: StringFilter[] | undefined;
4650
4658
  /**
4651
4659
  * <p>Details of the component IDs used to filter findings.</p>
4652
4660
  * @public
4653
4661
  */
4654
- componentId?: StringFilter[];
4662
+ componentId?: StringFilter[] | undefined;
4655
4663
  /**
4656
4664
  * <p>Details of the component types used to filter findings.</p>
4657
4665
  * @public
4658
4666
  */
4659
- componentType?: StringFilter[];
4667
+ componentType?: StringFilter[] | undefined;
4660
4668
  /**
4661
4669
  * <p>Details on the vulnerability ID used to filter findings.</p>
4662
4670
  * @public
4663
4671
  */
4664
- vulnerabilityId?: StringFilter[];
4672
+ vulnerabilityId?: StringFilter[] | undefined;
4665
4673
  /**
4666
4674
  * <p>Details on the vulnerability type used to filter findings.</p>
4667
4675
  * @public
4668
4676
  */
4669
- vulnerabilitySource?: StringFilter[];
4677
+ vulnerabilitySource?: StringFilter[] | undefined;
4670
4678
  /**
4671
4679
  * <p>Details on the vendor severity used to filter findings.</p>
4672
4680
  * @public
4673
4681
  */
4674
- vendorSeverity?: StringFilter[];
4682
+ vendorSeverity?: StringFilter[] | undefined;
4675
4683
  /**
4676
4684
  * <p>Details on the vulnerable packages used to filter findings.</p>
4677
4685
  * @public
4678
4686
  */
4679
- vulnerablePackages?: PackageFilter[];
4687
+ vulnerablePackages?: PackageFilter[] | undefined;
4680
4688
  /**
4681
4689
  * <p>Details on the related vulnerabilities used to filter findings.</p>
4682
4690
  * @public
4683
4691
  */
4684
- relatedVulnerabilities?: StringFilter[];
4692
+ relatedVulnerabilities?: StringFilter[] | undefined;
4685
4693
  /**
4686
4694
  * <p>Details on whether a fix is available through a version update. This value can be <code>YES</code>, <code>NO</code>, or <code>PARTIAL</code>. A <code>PARTIAL</code> fix means that some, but not all, of the packages identified in the finding have fixes available through updated versions.</p>
4687
4695
  * @public
4688
4696
  */
4689
- fixAvailable?: StringFilter[];
4697
+ fixAvailable?: StringFilter[] | undefined;
4690
4698
  /**
4691
4699
  * <p>Filters the list of Amazon Web Services Lambda functions by the name of the function.</p>
4692
4700
  * @public
4693
4701
  */
4694
- lambdaFunctionName?: StringFilter[];
4702
+ lambdaFunctionName?: StringFilter[] | undefined;
4695
4703
  /**
4696
4704
  * <p>Filters the list of Amazon Web Services Lambda functions by the function's <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">
4697
4705
  * layers</a>. A Lambda function can have up to five layers.</p>
4698
4706
  * @public
4699
4707
  */
4700
- lambdaFunctionLayers?: StringFilter[];
4708
+ lambdaFunctionLayers?: StringFilter[] | undefined;
4701
4709
  /**
4702
4710
  * <p>Filters the list of Amazon Web Services Lambda functions by the runtime environment for the Lambda function.</p>
4703
4711
  * @public
4704
4712
  */
4705
- lambdaFunctionRuntime?: StringFilter[];
4713
+ lambdaFunctionRuntime?: StringFilter[] | undefined;
4706
4714
  /**
4707
4715
  * <p>Filters the list of Amazon Web Services Lambda functions by the date and time that a user last updated the configuration, in <a href="https://www.iso.org/iso-8601-date-and-time-format.html">ISO 8601 format</a>
4708
4716
  * </p>
4709
4717
  * @public
4710
4718
  */
4711
- lambdaFunctionLastModifiedAt?: DateFilter[];
4719
+ lambdaFunctionLastModifiedAt?: DateFilter[] | undefined;
4712
4720
  /**
4713
4721
  * <p>Filters the list of Amazon Web Services Lambda functions by execution role.</p>
4714
4722
  * @public
4715
4723
  */
4716
- lambdaFunctionExecutionRoleArn?: StringFilter[];
4724
+ lambdaFunctionExecutionRoleArn?: StringFilter[] | undefined;
4717
4725
  /**
4718
4726
  * <p>Filters the list of Amazon Web Services Lambda findings by the availability of exploits.</p>
4719
4727
  * @public
4720
4728
  */
4721
- exploitAvailable?: StringFilter[];
4729
+ exploitAvailable?: StringFilter[] | undefined;
4722
4730
  /**
4723
4731
  * <p>The name of the detector used to identify a code vulnerability in a Lambda function used to filter findings.</p>
4724
4732
  * @public
4725
4733
  */
4726
- codeVulnerabilityDetectorName?: StringFilter[];
4734
+ codeVulnerabilityDetectorName?: StringFilter[] | undefined;
4727
4735
  /**
4728
4736
  * <p>The detector type tag associated with the vulnerability used to filter findings. Detector tags group related vulnerabilities by common themes or tactics. For a list of available tags by programming language, see <a href="https://docs.aws.amazon.com/codeguru/detector-library/java/tags/">Java tags</a>, or <a href="https://docs.aws.amazon.com/codeguru/detector-library/python/tags/">Python tags</a>. </p>
4729
4737
  * @public
4730
4738
  */
4731
- codeVulnerabilityDetectorTags?: StringFilter[];
4739
+ codeVulnerabilityDetectorTags?: StringFilter[] | undefined;
4732
4740
  /**
4733
4741
  * <p>The file path to the file in a Lambda function that contains a code vulnerability used to filter findings.</p>
4734
4742
  * @public
4735
4743
  */
4736
- codeVulnerabilityFilePath?: StringFilter[];
4744
+ codeVulnerabilityFilePath?: StringFilter[] | undefined;
4737
4745
  /**
4738
4746
  * <p>The EPSS score used to filter findings.</p>
4739
4747
  * @public
4740
4748
  */
4741
- epssScore?: NumberFilter[];
4749
+ epssScore?: NumberFilter[] | undefined;
4742
4750
  }
4743
4751
  /**
4744
4752
  * @public
@@ -4753,7 +4761,7 @@ export interface CreateFilterRequest {
4753
4761
  * <p>A description of the filter.</p>
4754
4762
  * @public
4755
4763
  */
4756
- description?: string;
4764
+ description?: string | undefined;
4757
4765
  /**
4758
4766
  * <p>Defines the criteria to be used in the filter for querying findings.</p>
4759
4767
  * @public
@@ -4770,12 +4778,12 @@ export interface CreateFilterRequest {
4770
4778
  * <p>A list of tags for the filter.</p>
4771
4779
  * @public
4772
4780
  */
4773
- tags?: Record<string, string>;
4781
+ tags?: Record<string, string> | undefined;
4774
4782
  /**
4775
4783
  * <p>The reason for creating the filter.</p>
4776
4784
  * @public
4777
4785
  */
4778
- reason?: string;
4786
+ reason?: string | undefined;
4779
4787
  }
4780
4788
  /**
4781
4789
  * @public
@@ -4831,7 +4839,7 @@ export interface Destination {
4831
4839
  * <p>The prefix that the findings will be written under.</p>
4832
4840
  * @public
4833
4841
  */
4834
- keyPrefix?: string;
4842
+ keyPrefix?: string | undefined;
4835
4843
  /**
4836
4844
  * <p>The ARN of the KMS key used to encrypt data when exporting findings.</p>
4837
4845
  * @public
@@ -4846,7 +4854,7 @@ export interface CreateFindingsReportRequest {
4846
4854
  * <p>The filter criteria to apply to the results of the finding report.</p>
4847
4855
  * @public
4848
4856
  */
4849
- filterCriteria?: FilterCriteria;
4857
+ filterCriteria?: FilterCriteria | undefined;
4850
4858
  /**
4851
4859
  * <p>The format to generate the report in.</p>
4852
4860
  * @public
@@ -4866,7 +4874,7 @@ export interface CreateFindingsReportResponse {
4866
4874
  * <p>The ID of the report.</p>
4867
4875
  * @public
4868
4876
  */
4869
- reportId?: string;
4877
+ reportId?: string | undefined;
4870
4878
  }
4871
4879
  /**
4872
4880
  * @public
@@ -4938,7 +4946,7 @@ export interface ResourceMapFilter {
4938
4946
  * <p>The filter's value.</p>
4939
4947
  * @public
4940
4948
  */
4941
- value?: string;
4949
+ value?: string | undefined;
4942
4950
  }
4943
4951
  /**
4944
4952
  * <p>The resource filter criteria for a Software bill of materials (SBOM) report.</p>
@@ -4949,42 +4957,42 @@ export interface ResourceFilterCriteria {
4949
4957
  * <p>The account IDs used as resource filter criteria.</p>
4950
4958
  * @public
4951
4959
  */
4952
- accountId?: ResourceStringFilter[];
4960
+ accountId?: ResourceStringFilter[] | undefined;
4953
4961
  /**
4954
4962
  * <p>The resource IDs used as resource filter criteria.</p>
4955
4963
  * @public
4956
4964
  */
4957
- resourceId?: ResourceStringFilter[];
4965
+ resourceId?: ResourceStringFilter[] | undefined;
4958
4966
  /**
4959
4967
  * <p>The resource types used as resource filter criteria.</p>
4960
4968
  * @public
4961
4969
  */
4962
- resourceType?: ResourceStringFilter[];
4970
+ resourceType?: ResourceStringFilter[] | undefined;
4963
4971
  /**
4964
4972
  * <p>The ECR repository names used as resource filter criteria.</p>
4965
4973
  * @public
4966
4974
  */
4967
- ecrRepositoryName?: ResourceStringFilter[];
4975
+ ecrRepositoryName?: ResourceStringFilter[] | undefined;
4968
4976
  /**
4969
4977
  * <p>The Amazon Web Services Lambda function name used as resource filter criteria.</p>
4970
4978
  * @public
4971
4979
  */
4972
- lambdaFunctionName?: ResourceStringFilter[];
4980
+ lambdaFunctionName?: ResourceStringFilter[] | undefined;
4973
4981
  /**
4974
4982
  * <p>The ECR image tags used as resource filter criteria.</p>
4975
4983
  * @public
4976
4984
  */
4977
- ecrImageTags?: ResourceStringFilter[];
4985
+ ecrImageTags?: ResourceStringFilter[] | undefined;
4978
4986
  /**
4979
4987
  * <p>The EC2 instance tags used as resource filter criteria.</p>
4980
4988
  * @public
4981
4989
  */
4982
- ec2InstanceTags?: ResourceMapFilter[];
4990
+ ec2InstanceTags?: ResourceMapFilter[] | undefined;
4983
4991
  /**
4984
4992
  * <p>The Amazon Web Services Lambda function tags used as resource filter criteria.</p>
4985
4993
  * @public
4986
4994
  */
4987
- lambdaFunctionTags?: ResourceMapFilter[];
4995
+ lambdaFunctionTags?: ResourceMapFilter[] | undefined;
4988
4996
  }
4989
4997
  /**
4990
4998
  * @public
@@ -4994,7 +5002,7 @@ export interface CreateSbomExportRequest {
4994
5002
  * <p>The resource filter criteria for the software bill of materials (SBOM) report.</p>
4995
5003
  * @public
4996
5004
  */
4997
- resourceFilterCriteria?: ResourceFilterCriteria;
5005
+ resourceFilterCriteria?: ResourceFilterCriteria | undefined;
4998
5006
  /**
4999
5007
  * <p>The output format for the software bill of materials (SBOM) report.</p>
5000
5008
  * @public
@@ -5014,7 +5022,7 @@ export interface CreateSbomExportResponse {
5014
5022
  * <p>The report ID for the software bill of materials (SBOM) report.</p>
5015
5023
  * @public
5016
5024
  */
5017
- reportId?: string;
5025
+ reportId?: string | undefined;
5018
5026
  }
5019
5027
  /**
5020
5028
  * @public
@@ -5036,12 +5044,12 @@ export interface Cvss2 {
5036
5044
  * <p>The CVSS v2 base score for the vulnerability.</p>
5037
5045
  * @public
5038
5046
  */
5039
- baseScore?: number;
5047
+ baseScore?: number | undefined;
5040
5048
  /**
5041
5049
  * <p>The scoring vector associated with the CVSS v2 score.</p>
5042
5050
  * @public
5043
5051
  */
5044
- scoringVector?: string;
5052
+ scoringVector?: string | undefined;
5045
5053
  }
5046
5054
  /**
5047
5055
  * <p>The Common Vulnerability Scoring System (CVSS) version 3 details for the vulnerability.</p>
@@ -5052,12 +5060,12 @@ export interface Cvss3 {
5052
5060
  * <p>The CVSS v3 base score for the vulnerability.</p>
5053
5061
  * @public
5054
5062
  */
5055
- baseScore?: number;
5063
+ baseScore?: number | undefined;
5056
5064
  /**
5057
5065
  * <p>The scoring vector associated with the CVSS v3 score.</p>
5058
5066
  * @public
5059
5067
  */
5060
- scoringVector?: string;
5068
+ scoringVector?: string | undefined;
5061
5069
  }
5062
5070
  /**
5063
5071
  * <p>The CVSS score for a finding.</p>
@@ -5115,7 +5123,7 @@ export interface CvssScoreDetails {
5115
5123
  * <p>The source of the CVSS data.</p>
5116
5124
  * @public
5117
5125
  */
5118
- cvssSource?: string;
5126
+ cvssSource?: string | undefined;
5119
5127
  /**
5120
5128
  * <p>The CVSS version used in scoring.</p>
5121
5129
  * @public
@@ -5135,7 +5143,7 @@ export interface CvssScoreDetails {
5135
5143
  * <p>An object that contains details about adjustment Amazon Inspector made to the CVSS score.</p>
5136
5144
  * @public
5137
5145
  */
5138
- adjustments?: CvssScoreAdjustment[];
5146
+ adjustments?: CvssScoreAdjustment[] | undefined;
5139
5147
  }
5140
5148
  /**
5141
5149
  * @public
@@ -5168,12 +5176,12 @@ export interface DelegatedAdmin {
5168
5176
  * <p>The Amazon Web Services account ID of the Amazon Inspector delegated administrator for your organization.</p>
5169
5177
  * @public
5170
5178
  */
5171
- accountId?: string;
5179
+ accountId?: string | undefined;
5172
5180
  /**
5173
5181
  * <p>The status of the Amazon Inspector delegated administrator.</p>
5174
5182
  * @public
5175
5183
  */
5176
- relationshipStatus?: RelationshipStatus;
5184
+ relationshipStatus?: RelationshipStatus | undefined;
5177
5185
  }
5178
5186
  /**
5179
5187
  * @public
@@ -5196,12 +5204,12 @@ export interface DelegatedAdminAccount {
5196
5204
  * <p>The Amazon Web Services account ID of the Amazon Inspector delegated administrator for your organization.</p>
5197
5205
  * @public
5198
5206
  */
5199
- accountId?: string;
5207
+ accountId?: string | undefined;
5200
5208
  /**
5201
5209
  * <p>The status of the Amazon Inspector delegated administrator.</p>
5202
5210
  * @public
5203
5211
  */
5204
- status?: DelegatedAdminStatus;
5212
+ status?: DelegatedAdminStatus | undefined;
5205
5213
  }
5206
5214
  /**
5207
5215
  * @public
@@ -5256,12 +5264,12 @@ export interface DescribeOrganizationConfigurationResponse {
5256
5264
  * <p>The scan types are automatically enabled for new members of your organization.</p>
5257
5265
  * @public
5258
5266
  */
5259
- autoEnable?: AutoEnable;
5267
+ autoEnable?: AutoEnable | undefined;
5260
5268
  /**
5261
5269
  * <p>Represents whether your organization has reached the maximum Amazon Web Services account limit for Amazon Inspector.</p>
5262
5270
  * @public
5263
5271
  */
5264
- maxAccountLimitReached?: boolean;
5272
+ maxAccountLimitReached?: boolean | undefined;
5265
5273
  }
5266
5274
  /**
5267
5275
  * @public
@@ -5285,12 +5293,12 @@ export interface DisableRequest {
5285
5293
  * <p>An array of account IDs you want to disable Amazon Inspector scans for.</p>
5286
5294
  * @public
5287
5295
  */
5288
- accountIds?: string[];
5296
+ accountIds?: string[] | undefined;
5289
5297
  /**
5290
5298
  * <p>The resource scan types you want to disable.</p>
5291
5299
  * @public
5292
5300
  */
5293
- resourceTypes?: ResourceScanType[];
5301
+ resourceTypes?: ResourceScanType[] | undefined;
5294
5302
  }
5295
5303
  /**
5296
5304
  * @public
@@ -5307,7 +5315,7 @@ export interface DisableResponse {
5307
5315
  * provided for each account.</p>
5308
5316
  * @public
5309
5317
  */
5310
- failedAccounts?: FailedAccount[];
5318
+ failedAccounts?: FailedAccount[] | undefined;
5311
5319
  }
5312
5320
  /**
5313
5321
  * @public
@@ -5393,12 +5401,12 @@ export interface Ec2ScanModeState {
5393
5401
  * <p>The scan method that is applied to the instance.</p>
5394
5402
  * @public
5395
5403
  */
5396
- scanMode?: Ec2ScanMode;
5404
+ scanMode?: Ec2ScanMode | undefined;
5397
5405
  /**
5398
5406
  * <p>The status of the Amazon EC2 scan mode setting.</p>
5399
5407
  * @public
5400
5408
  */
5401
- scanModeStatus?: Ec2ScanModeStatus;
5409
+ scanModeStatus?: Ec2ScanModeStatus | undefined;
5402
5410
  }
5403
5411
  /**
5404
5412
  * <p>Details about the state of the EC2 scan configuration for your environment.</p>
@@ -5409,7 +5417,7 @@ export interface Ec2ConfigurationState {
5409
5417
  * <p>An object that contains details about the state of the Amazon EC2 scan mode.</p>
5410
5418
  * @public
5411
5419
  */
5412
- scanModeState?: Ec2ScanModeState;
5420
+ scanModeState?: Ec2ScanModeState | undefined;
5413
5421
  }
5414
5422
  /**
5415
5423
  * @public
@@ -5456,7 +5464,7 @@ export interface EcrConfiguration {
5456
5464
  * <p>The rescan duration configured for image pull date.</p>
5457
5465
  * @public
5458
5466
  */
5459
- pullDateRescanDuration?: EcrPullDateRescanDuration;
5467
+ pullDateRescanDuration?: EcrPullDateRescanDuration | undefined;
5460
5468
  }
5461
5469
  /**
5462
5470
  * @public
@@ -5482,22 +5490,22 @@ export interface EcrRescanDurationState {
5482
5490
  * </p>
5483
5491
  * @public
5484
5492
  */
5485
- rescanDuration?: EcrRescanDuration;
5493
+ rescanDuration?: EcrRescanDuration | undefined;
5486
5494
  /**
5487
5495
  * <p>The status of changes to the ECR automated re-scan duration.</p>
5488
5496
  * @public
5489
5497
  */
5490
- status?: EcrRescanDurationStatus;
5498
+ status?: EcrRescanDurationStatus | undefined;
5491
5499
  /**
5492
5500
  * <p>A timestamp representing when the last time the ECR scan duration setting was changed.</p>
5493
5501
  * @public
5494
5502
  */
5495
- updatedAt?: Date;
5503
+ updatedAt?: Date | undefined;
5496
5504
  /**
5497
5505
  * <p>The rescan duration configured for image pull date.</p>
5498
5506
  * @public
5499
5507
  */
5500
- pullDateRescanDuration?: EcrPullDateRescanDuration;
5508
+ pullDateRescanDuration?: EcrPullDateRescanDuration | undefined;
5501
5509
  }
5502
5510
  /**
5503
5511
  * <p>Details about the state of the ECR scans for your environment.</p>
@@ -5508,7 +5516,7 @@ export interface EcrConfigurationState {
5508
5516
  * <p>An object that contains details about the state of the ECR re-scan settings.</p>
5509
5517
  * @public
5510
5518
  */
5511
- rescanDurationState?: EcrRescanDurationState;
5519
+ rescanDurationState?: EcrRescanDurationState | undefined;
5512
5520
  }
5513
5521
  /**
5514
5522
  * @public
@@ -5518,7 +5526,7 @@ export interface EnableRequest {
5518
5526
  * <p>A list of account IDs you want to enable Amazon Inspector scans for.</p>
5519
5527
  * @public
5520
5528
  */
5521
- accountIds?: string[];
5529
+ accountIds?: string[] | undefined;
5522
5530
  /**
5523
5531
  * <p>The resource scan types you want to enable.</p>
5524
5532
  * @public
@@ -5528,7 +5536,7 @@ export interface EnableRequest {
5528
5536
  * <p>The idempotency token for the request.</p>
5529
5537
  * @public
5530
5538
  */
5531
- clientToken?: string;
5539
+ clientToken?: string | undefined;
5532
5540
  }
5533
5541
  /**
5534
5542
  * @public
@@ -5545,7 +5553,7 @@ export interface EnableResponse {
5545
5553
  * provided for each account.</p>
5546
5554
  * @public
5547
5555
  */
5548
- failedAccounts?: FailedAccount[];
5556
+ failedAccounts?: FailedAccount[] | undefined;
5549
5557
  }
5550
5558
  /**
5551
5559
  * @public
@@ -5560,7 +5568,7 @@ export interface EnableDelegatedAdminAccountRequest {
5560
5568
  * <p>The idempotency token for the request.</p>
5561
5569
  * @public
5562
5570
  */
5563
- clientToken?: string;
5571
+ clientToken?: string | undefined;
5564
5572
  }
5565
5573
  /**
5566
5574
  * @public
@@ -5581,7 +5589,7 @@ export interface Epss {
5581
5589
  * <p>The Exploit Prediction Scoring System (EPSS) score.</p>
5582
5590
  * @public
5583
5591
  */
5584
- score?: number;
5592
+ score?: number | undefined;
5585
5593
  }
5586
5594
  /**
5587
5595
  * <p>Details about the Exploit Prediction Scoring System (EPSS) score for a finding.</p>
@@ -5592,7 +5600,7 @@ export interface EpssDetails {
5592
5600
  * <p>The EPSS score.</p>
5593
5601
  * @public
5594
5602
  */
5595
- score?: number;
5603
+ score?: number | undefined;
5596
5604
  }
5597
5605
  /**
5598
5606
  * <p>The details of an exploit available for a finding discovered in your environment.</p>
@@ -5603,7 +5611,7 @@ export interface ExploitabilityDetails {
5603
5611
  * <p>The date and time of the last exploit associated with a finding discovered in your environment.</p>
5604
5612
  * @public
5605
5613
  */
5606
- lastKnownExploitAt?: Date;
5614
+ lastKnownExploitAt?: Date | undefined;
5607
5615
  }
5608
5616
  /**
5609
5617
  * @public
@@ -5675,17 +5683,17 @@ export interface Filter {
5675
5683
  * <p>A description of the filter.</p>
5676
5684
  * @public
5677
5685
  */
5678
- description?: string;
5686
+ description?: string | undefined;
5679
5687
  /**
5680
5688
  * <p>The reason for the filter.</p>
5681
5689
  * @public
5682
5690
  */
5683
- reason?: string;
5691
+ reason?: string | undefined;
5684
5692
  /**
5685
5693
  * <p>The tags attached to the filter.</p>
5686
5694
  * @public
5687
5695
  */
5688
- tags?: Record<string, string>;
5696
+ tags?: Record<string, string> | undefined;
5689
5697
  }
5690
5698
  /**
5691
5699
  * @public
@@ -5709,7 +5717,7 @@ export interface InspectorScoreDetails {
5709
5717
  * <p>An object that contains details about the CVSS score given to a finding.</p>
5710
5718
  * @public
5711
5719
  */
5712
- adjustedCvss?: CvssScoreDetails;
5720
+ adjustedCvss?: CvssScoreDetails | undefined;
5713
5721
  }
5714
5722
  /**
5715
5723
  * <p>Details about the step associated with a finding.</p>
@@ -5736,7 +5744,7 @@ export interface NetworkPath {
5736
5744
  * <p>The details on the steps in the network path.</p>
5737
5745
  * @public
5738
5746
  */
5739
- steps?: Step[];
5747
+ steps?: Step[] | undefined;
5740
5748
  }
5741
5749
  /**
5742
5750
  * <p>Details about the port range associated with a finding.</p>
@@ -5795,6 +5803,7 @@ export declare const PackageManager: {
5795
5803
  readonly BUNDLER: "BUNDLER";
5796
5804
  readonly CARGO: "CARGO";
5797
5805
  readonly COMPOSER: "COMPOSER";
5806
+ readonly DOTNET_CORE: "DOTNET_CORE";
5798
5807
  readonly GEMSPEC: "GEMSPEC";
5799
5808
  readonly GOBINARY: "GOBINARY";
5800
5809
  readonly GOMOD: "GOMOD";
@@ -5833,47 +5842,47 @@ export interface VulnerablePackage {
5833
5842
  * <p>The source layer hash of the vulnerable package.</p>
5834
5843
  * @public
5835
5844
  */
5836
- sourceLayerHash?: string;
5845
+ sourceLayerHash?: string | undefined;
5837
5846
  /**
5838
5847
  * <p>The epoch of the vulnerable package.</p>
5839
5848
  * @public
5840
5849
  */
5841
- epoch?: number;
5850
+ epoch?: number | undefined;
5842
5851
  /**
5843
5852
  * <p>The release of the vulnerable package.</p>
5844
5853
  * @public
5845
5854
  */
5846
- release?: string;
5855
+ release?: string | undefined;
5847
5856
  /**
5848
5857
  * <p>The architecture of the vulnerable package.</p>
5849
5858
  * @public
5850
5859
  */
5851
- arch?: string;
5860
+ arch?: string | undefined;
5852
5861
  /**
5853
5862
  * <p>The package manager of the vulnerable package.</p>
5854
5863
  * @public
5855
5864
  */
5856
- packageManager?: PackageManager;
5865
+ packageManager?: PackageManager | undefined;
5857
5866
  /**
5858
5867
  * <p>The file path of the vulnerable package.</p>
5859
5868
  * @public
5860
5869
  */
5861
- filePath?: string;
5870
+ filePath?: string | undefined;
5862
5871
  /**
5863
5872
  * <p>The version of the package that contains the vulnerability fix.</p>
5864
5873
  * @public
5865
5874
  */
5866
- fixedInVersion?: string;
5875
+ fixedInVersion?: string | undefined;
5867
5876
  /**
5868
5877
  * <p>The code to run in your environment to update packages with a fix available.</p>
5869
5878
  * @public
5870
5879
  */
5871
- remediation?: string;
5880
+ remediation?: string | undefined;
5872
5881
  /**
5873
5882
  * <p>The Amazon Resource Number (ARN) of the Amazon Web Services Lambda function affected by a finding.</p>
5874
5883
  * @public
5875
5884
  */
5876
- sourceLambdaLayerArn?: string;
5885
+ sourceLambdaLayerArn?: string | undefined;
5877
5886
  }
5878
5887
  /**
5879
5888
  * <p>Information about a package vulnerability finding.</p>
@@ -5889,7 +5898,7 @@ export interface PackageVulnerabilityDetails {
5889
5898
  * <p>The packages impacted by this vulnerability.</p>
5890
5899
  * @public
5891
5900
  */
5892
- vulnerablePackages?: VulnerablePackage[];
5901
+ vulnerablePackages?: VulnerablePackage[] | undefined;
5893
5902
  /**
5894
5903
  * <p>The source of the vulnerability information.</p>
5895
5904
  * @public
@@ -5899,37 +5908,37 @@ export interface PackageVulnerabilityDetails {
5899
5908
  * <p>An object that contains details about the CVSS score of a finding.</p>
5900
5909
  * @public
5901
5910
  */
5902
- cvss?: CvssScore[];
5911
+ cvss?: CvssScore[] | undefined;
5903
5912
  /**
5904
5913
  * <p>One or more vulnerabilities related to the one identified in this finding.</p>
5905
5914
  * @public
5906
5915
  */
5907
- relatedVulnerabilities?: string[];
5916
+ relatedVulnerabilities?: string[] | undefined;
5908
5917
  /**
5909
5918
  * <p>A URL to the source of the vulnerability information.</p>
5910
5919
  * @public
5911
5920
  */
5912
- sourceUrl?: string;
5921
+ sourceUrl?: string | undefined;
5913
5922
  /**
5914
5923
  * <p>The severity the vendor has given to this vulnerability type.</p>
5915
5924
  * @public
5916
5925
  */
5917
- vendorSeverity?: string;
5926
+ vendorSeverity?: string | undefined;
5918
5927
  /**
5919
5928
  * <p>The date and time that this vulnerability was first added to the vendor's database.</p>
5920
5929
  * @public
5921
5930
  */
5922
- vendorCreatedAt?: Date;
5931
+ vendorCreatedAt?: Date | undefined;
5923
5932
  /**
5924
5933
  * <p>The date and time the vendor last updated this vulnerability in their database.</p>
5925
5934
  * @public
5926
5935
  */
5927
- vendorUpdatedAt?: Date;
5936
+ vendorUpdatedAt?: Date | undefined;
5928
5937
  /**
5929
5938
  * <p>One or more URLs that contain details about this vulnerability type.</p>
5930
5939
  * @public
5931
5940
  */
5932
- referenceUrls?: string[];
5941
+ referenceUrls?: string[] | undefined;
5933
5942
  }
5934
5943
  /**
5935
5944
  * <p>Details about the recommended course of action to remediate the finding.</p>
@@ -5940,12 +5949,12 @@ export interface Recommendation {
5940
5949
  * <p>The recommended course of action to remediate the finding.</p>
5941
5950
  * @public
5942
5951
  */
5943
- text?: string;
5952
+ text?: string | undefined;
5944
5953
  /**
5945
5954
  * <p>The URL address to the CVE remediation recommendations.</p>
5946
5955
  * @public
5947
5956
  */
5948
- Url?: string;
5957
+ Url?: string | undefined;
5949
5958
  }
5950
5959
  /**
5951
5960
  * <p>Information on how to remediate a finding.</p>
@@ -5956,7 +5965,7 @@ export interface Remediation {
5956
5965
  * <p>An object that contains information about the recommended course of action to remediate the finding.</p>
5957
5966
  * @public
5958
5967
  */
5959
- recommendation?: Recommendation;
5968
+ recommendation?: Recommendation | undefined;
5960
5969
  }
5961
5970
  /**
5962
5971
  * <p>Contains details about the resource involved in the finding.</p>
@@ -5967,17 +5976,17 @@ export interface ResourceDetails {
5967
5976
  * <p>An object that contains details about the Amazon EC2 instance involved in the finding.</p>
5968
5977
  * @public
5969
5978
  */
5970
- awsEc2Instance?: AwsEc2InstanceDetails;
5979
+ awsEc2Instance?: AwsEc2InstanceDetails | undefined;
5971
5980
  /**
5972
5981
  * <p>An object that contains details about the Amazon ECR container image involved in the finding.</p>
5973
5982
  * @public
5974
5983
  */
5975
- awsEcrContainerImage?: AwsEcrContainerImageDetails;
5984
+ awsEcrContainerImage?: AwsEcrContainerImageDetails | undefined;
5976
5985
  /**
5977
5986
  * <p>A summary of the information about an Amazon Web Services Lambda function affected by a finding.</p>
5978
5987
  * @public
5979
5988
  */
5980
- awsLambdaFunction?: AwsLambdaFunctionDetails;
5989
+ awsLambdaFunction?: AwsLambdaFunctionDetails | undefined;
5981
5990
  }
5982
5991
  /**
5983
5992
  * @public
@@ -6012,22 +6021,22 @@ export interface Resource {
6012
6021
  * <p>The partition of the resource.</p>
6013
6022
  * @public
6014
6023
  */
6015
- partition?: string;
6024
+ partition?: string | undefined;
6016
6025
  /**
6017
6026
  * <p>The Amazon Web Services Region the impacted resource is located in.</p>
6018
6027
  * @public
6019
6028
  */
6020
- region?: string;
6029
+ region?: string | undefined;
6021
6030
  /**
6022
6031
  * <p>The tags attached to the resource.</p>
6023
6032
  * @public
6024
6033
  */
6025
- tags?: Record<string, string>;
6034
+ tags?: Record<string, string> | undefined;
6026
6035
  /**
6027
6036
  * <p>An object that contains details about the resource involved in a finding.</p>
6028
6037
  * @public
6029
6038
  */
6030
- details?: ResourceDetails;
6039
+ details?: ResourceDetails | undefined;
6031
6040
  }
6032
6041
  /**
6033
6042
  * @public
@@ -6100,7 +6109,7 @@ export interface Finding {
6100
6109
  * <p>The title of the finding.</p>
6101
6110
  * @public
6102
6111
  */
6103
- title?: string;
6112
+ title?: string | undefined;
6104
6113
  /**
6105
6114
  * <p>An object that contains the details about how to remediate a finding.</p>
6106
6115
  * @public
@@ -6128,7 +6137,7 @@ export interface Finding {
6128
6137
  * <p>The date and time the finding was last updated at.</p>
6129
6138
  * @public
6130
6139
  */
6131
- updatedAt?: Date;
6140
+ updatedAt?: Date | undefined;
6132
6141
  /**
6133
6142
  * <p>The status of the finding.</p>
6134
6143
  * @public
@@ -6143,47 +6152,47 @@ export interface Finding {
6143
6152
  * <p>The Amazon Inspector score given to the finding.</p>
6144
6153
  * @public
6145
6154
  */
6146
- inspectorScore?: number;
6155
+ inspectorScore?: number | undefined;
6147
6156
  /**
6148
6157
  * <p>An object that contains details of the Amazon Inspector score.</p>
6149
6158
  * @public
6150
6159
  */
6151
- inspectorScoreDetails?: InspectorScoreDetails;
6160
+ inspectorScoreDetails?: InspectorScoreDetails | undefined;
6152
6161
  /**
6153
6162
  * <p>An object that contains the details of a network reachability finding.</p>
6154
6163
  * @public
6155
6164
  */
6156
- networkReachabilityDetails?: NetworkReachabilityDetails;
6165
+ networkReachabilityDetails?: NetworkReachabilityDetails | undefined;
6157
6166
  /**
6158
6167
  * <p>An object that contains the details of a package vulnerability finding.</p>
6159
6168
  * @public
6160
6169
  */
6161
- packageVulnerabilityDetails?: PackageVulnerabilityDetails;
6170
+ packageVulnerabilityDetails?: PackageVulnerabilityDetails | undefined;
6162
6171
  /**
6163
6172
  * <p>Details on whether a fix is available through a version update. This value can be <code>YES</code>, <code>NO</code>, or <code>PARTIAL</code>. A <code>PARTIAL</code> fix means that some, but not all, of the packages identified in the finding have fixes available through updated versions.</p>
6164
6173
  * @public
6165
6174
  */
6166
- fixAvailable?: FixAvailable;
6175
+ fixAvailable?: FixAvailable | undefined;
6167
6176
  /**
6168
6177
  * <p>If a finding discovered in your environment has an exploit available.</p>
6169
6178
  * @public
6170
6179
  */
6171
- exploitAvailable?: ExploitAvailable;
6180
+ exploitAvailable?: ExploitAvailable | undefined;
6172
6181
  /**
6173
6182
  * <p>The details of an exploit available for a finding discovered in your environment.</p>
6174
6183
  * @public
6175
6184
  */
6176
- exploitabilityDetails?: ExploitabilityDetails;
6185
+ exploitabilityDetails?: ExploitabilityDetails | undefined;
6177
6186
  /**
6178
6187
  * <p>Details about the code vulnerability identified in a Lambda function used to filter findings.</p>
6179
6188
  * @public
6180
6189
  */
6181
- codeVulnerabilityDetails?: CodeVulnerabilityDetails;
6190
+ codeVulnerabilityDetails?: CodeVulnerabilityDetails | undefined;
6182
6191
  /**
6183
6192
  * <p>The finding's EPSS score.</p>
6184
6193
  * @public
6185
6194
  */
6186
- epss?: EpssDetails;
6195
+ epss?: EpssDetails | undefined;
6187
6196
  }
6188
6197
  /**
6189
6198
  * @public
@@ -6198,7 +6207,7 @@ export interface GetCisScanReportRequest {
6198
6207
  * <p>The target accounts.</p>
6199
6208
  * @public
6200
6209
  */
6201
- targetAccounts?: string[];
6210
+ targetAccounts?: string[] | undefined;
6202
6211
  /**
6203
6212
  * <p>
6204
6213
  * The format of the report.
@@ -6207,7 +6216,7 @@ export interface GetCisScanReportRequest {
6207
6216
  * </p>
6208
6217
  * @public
6209
6218
  */
6210
- reportFormat?: CisReportFormat;
6219
+ reportFormat?: CisReportFormat | undefined;
6211
6220
  }
6212
6221
  /**
6213
6222
  * @public
@@ -6219,12 +6228,12 @@ export interface GetCisScanReportResponse {
6219
6228
  * </p>
6220
6229
  * @public
6221
6230
  */
6222
- url?: string;
6231
+ url?: string | undefined;
6223
6232
  /**
6224
6233
  * <p>The status.</p>
6225
6234
  * @public
6226
6235
  */
6227
- status?: CisReportStatus;
6236
+ status?: CisReportStatus | undefined;
6228
6237
  }
6229
6238
  /**
6230
6239
  * @public
@@ -6249,27 +6258,27 @@ export interface GetCisScanResultDetailsRequest {
6249
6258
  * <p>The filter criteria.</p>
6250
6259
  * @public
6251
6260
  */
6252
- filterCriteria?: CisScanResultDetailsFilterCriteria;
6261
+ filterCriteria?: CisScanResultDetailsFilterCriteria | undefined;
6253
6262
  /**
6254
6263
  * <p>The sort by order.</p>
6255
6264
  * @public
6256
6265
  */
6257
- sortBy?: CisScanResultDetailsSortBy;
6266
+ sortBy?: CisScanResultDetailsSortBy | undefined;
6258
6267
  /**
6259
6268
  * <p>The sort order.</p>
6260
6269
  * @public
6261
6270
  */
6262
- sortOrder?: CisSortOrder;
6271
+ sortOrder?: CisSortOrder | undefined;
6263
6272
  /**
6264
6273
  * <p>The pagination token from a previous request that's used to retrieve the next page of results.</p>
6265
6274
  * @public
6266
6275
  */
6267
- nextToken?: string;
6276
+ nextToken?: string | undefined;
6268
6277
  /**
6269
6278
  * <p>The maximum number of CIS scan result details to be returned in a single page of results.</p>
6270
6279
  * @public
6271
6280
  */
6272
- maxResults?: number;
6281
+ maxResults?: number | undefined;
6273
6282
  }
6274
6283
  /**
6275
6284
  * @public
@@ -6279,12 +6288,12 @@ export interface GetCisScanResultDetailsResponse {
6279
6288
  * <p>The scan result details.</p>
6280
6289
  * @public
6281
6290
  */
6282
- scanResultDetails?: CisScanResultDetails[];
6291
+ scanResultDetails?: CisScanResultDetails[] | undefined;
6283
6292
  /**
6284
6293
  * <p>The pagination token from a previous request that's used to retrieve the next page of results.</p>
6285
6294
  * @public
6286
6295
  */
6287
- nextToken?: string;
6296
+ nextToken?: string | undefined;
6288
6297
  }
6289
6298
  /**
6290
6299
  * @public
@@ -6299,12 +6308,12 @@ export interface GetConfigurationResponse {
6299
6308
  * <p>Specifies how the ECR automated re-scan duration is currently configured for your environment.</p>
6300
6309
  * @public
6301
6310
  */
6302
- ecrConfiguration?: EcrConfigurationState;
6311
+ ecrConfiguration?: EcrConfigurationState | undefined;
6303
6312
  /**
6304
6313
  * <p>Specifies how the Amazon EC2 automated scan mode is currently configured for your environment.</p>
6305
6314
  * @public
6306
6315
  */
6307
- ec2Configuration?: Ec2ConfigurationState;
6316
+ ec2Configuration?: Ec2ConfigurationState | undefined;
6308
6317
  }
6309
6318
  /**
6310
6319
  * @public
@@ -6319,7 +6328,7 @@ export interface GetDelegatedAdminAccountResponse {
6319
6328
  * <p>The Amazon Web Services account ID of the Amazon Inspector delegated administrator.</p>
6320
6329
  * @public
6321
6330
  */
6322
- delegatedAdmin?: DelegatedAdmin;
6331
+ delegatedAdmin?: DelegatedAdmin | undefined;
6323
6332
  }
6324
6333
  /**
6325
6334
  * @public
@@ -6334,22 +6343,22 @@ export interface GetEc2DeepInspectionConfigurationResponse {
6334
6343
  * <p>The Amazon Inspector deep inspection custom paths for your account.</p>
6335
6344
  * @public
6336
6345
  */
6337
- packagePaths?: string[];
6346
+ packagePaths?: string[] | undefined;
6338
6347
  /**
6339
6348
  * <p>The Amazon Inspector deep inspection custom paths for your organization.</p>
6340
6349
  * @public
6341
6350
  */
6342
- orgPackagePaths?: string[];
6351
+ orgPackagePaths?: string[] | undefined;
6343
6352
  /**
6344
6353
  * <p>The activation status of Amazon Inspector deep inspection in your account.</p>
6345
6354
  * @public
6346
6355
  */
6347
- status?: Ec2DeepInspectionStatus;
6356
+ status?: Ec2DeepInspectionStatus | undefined;
6348
6357
  /**
6349
6358
  * <p>An error message explaining why Amazon Inspector deep inspection configurations could not be retrieved for your account.</p>
6350
6359
  * @public
6351
6360
  */
6352
- errorMessage?: string;
6361
+ errorMessage?: string | undefined;
6353
6362
  }
6354
6363
  /**
6355
6364
  * @public
@@ -6384,7 +6393,7 @@ export interface GetFindingsReportStatusRequest {
6384
6393
  * <p>The ID of the report to retrieve the status of.</p>
6385
6394
  * @public
6386
6395
  */
6387
- reportId?: string;
6396
+ reportId?: string | undefined;
6388
6397
  }
6389
6398
  /**
6390
6399
  * @public
@@ -6410,32 +6419,32 @@ export interface GetFindingsReportStatusResponse {
6410
6419
  * <p>The ID of the report.</p>
6411
6420
  * @public
6412
6421
  */
6413
- reportId?: string;
6422
+ reportId?: string | undefined;
6414
6423
  /**
6415
6424
  * <p>The status of the report.</p>
6416
6425
  * @public
6417
6426
  */
6418
- status?: ExternalReportStatus;
6427
+ status?: ExternalReportStatus | undefined;
6419
6428
  /**
6420
6429
  * <p>The error code of the report.</p>
6421
6430
  * @public
6422
6431
  */
6423
- errorCode?: ReportingErrorCode;
6432
+ errorCode?: ReportingErrorCode | undefined;
6424
6433
  /**
6425
6434
  * <p>The error message of the report.</p>
6426
6435
  * @public
6427
6436
  */
6428
- errorMessage?: string;
6437
+ errorMessage?: string | undefined;
6429
6438
  /**
6430
6439
  * <p>The destination of the report.</p>
6431
6440
  * @public
6432
6441
  */
6433
- destination?: Destination;
6442
+ destination?: Destination | undefined;
6434
6443
  /**
6435
6444
  * <p>The filter criteria associated with the report.</p>
6436
6445
  * @public
6437
6446
  */
6438
- filterCriteria?: FilterCriteria;
6447
+ filterCriteria?: FilterCriteria | undefined;
6439
6448
  }
6440
6449
  /**
6441
6450
  * @public
@@ -6456,22 +6465,22 @@ export interface Member {
6456
6465
  * <p>The Amazon Web Services account ID of the member account.</p>
6457
6466
  * @public
6458
6467
  */
6459
- accountId?: string;
6468
+ accountId?: string | undefined;
6460
6469
  /**
6461
6470
  * <p>The status of the member account.</p>
6462
6471
  * @public
6463
6472
  */
6464
- relationshipStatus?: RelationshipStatus;
6473
+ relationshipStatus?: RelationshipStatus | undefined;
6465
6474
  /**
6466
6475
  * <p>The Amazon Web Services account ID of the Amazon Inspector delegated administrator for this member account.</p>
6467
6476
  * @public
6468
6477
  */
6469
- delegatedAdminAccountId?: string;
6478
+ delegatedAdminAccountId?: string | undefined;
6470
6479
  /**
6471
6480
  * <p>A timestamp showing when the status of this member was last updated.</p>
6472
6481
  * @public
6473
6482
  */
6474
- updatedAt?: Date;
6483
+ updatedAt?: Date | undefined;
6475
6484
  }
6476
6485
  /**
6477
6486
  * @public
@@ -6481,7 +6490,7 @@ export interface GetMemberResponse {
6481
6490
  * <p>Details of the retrieved member account.</p>
6482
6491
  * @public
6483
6492
  */
6484
- member?: Member;
6493
+ member?: Member | undefined;
6485
6494
  }
6486
6495
  /**
6487
6496
  * @public
@@ -6501,37 +6510,37 @@ export interface GetSbomExportResponse {
6501
6510
  * <p>The report ID of the software bill of materials (SBOM) report.</p>
6502
6511
  * @public
6503
6512
  */
6504
- reportId?: string;
6513
+ reportId?: string | undefined;
6505
6514
  /**
6506
6515
  * <p>The format of the software bill of materials (SBOM) report.</p>
6507
6516
  * @public
6508
6517
  */
6509
- format?: SbomReportFormat;
6518
+ format?: SbomReportFormat | undefined;
6510
6519
  /**
6511
6520
  * <p>The status of the software bill of materials (SBOM) report.</p>
6512
6521
  * @public
6513
6522
  */
6514
- status?: ExternalReportStatus;
6523
+ status?: ExternalReportStatus | undefined;
6515
6524
  /**
6516
6525
  * <p>An error code.</p>
6517
6526
  * @public
6518
6527
  */
6519
- errorCode?: ReportingErrorCode;
6528
+ errorCode?: ReportingErrorCode | undefined;
6520
6529
  /**
6521
6530
  * <p>An error message.</p>
6522
6531
  * @public
6523
6532
  */
6524
- errorMessage?: string;
6533
+ errorMessage?: string | undefined;
6525
6534
  /**
6526
- * <p>Contains details of the Amazon S3 bucket and KMS key used to export findings.</p>
6535
+ * <p>Contains details of the Amazon S3 bucket and KMS key used to export findings</p>
6527
6536
  * @public
6528
6537
  */
6529
- s3Destination?: Destination;
6538
+ s3Destination?: Destination | undefined;
6530
6539
  /**
6531
6540
  * <p>Contains details about the resource filter criteria used for the software bill of materials (SBOM) report.</p>
6532
6541
  * @public
6533
6542
  */
6534
- filterCriteria?: ResourceFilterCriteria;
6543
+ filterCriteria?: ResourceFilterCriteria | undefined;
6535
6544
  }
6536
6545
  /**
6537
6546
  * @public
@@ -6554,17 +6563,17 @@ export interface ListAccountPermissionsRequest {
6554
6563
  * <p>The service scan type to check permissions for.</p>
6555
6564
  * @public
6556
6565
  */
6557
- service?: Service;
6566
+ service?: Service | undefined;
6558
6567
  /**
6559
6568
  * <p>The maximum number of results the response can return. If your request would return more than the maximum the response will return a <code>nextToken</code> value, use this value when you call the action again to get the remaining results.</p>
6560
6569
  * @public
6561
6570
  */
6562
- maxResults?: number;
6571
+ maxResults?: number | undefined;
6563
6572
  /**
6564
6573
  * <p>A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request to a list action. If your response returns more than the <code>maxResults</code> maximum value it will also return a <code>nextToken</code> value. For subsequent calls, use the NextToken value returned from the previous request to continue listing results after the first page.</p>
6565
6574
  * @public
6566
6575
  */
6567
- nextToken?: string;
6576
+ nextToken?: string | undefined;
6568
6577
  }
6569
6578
  /**
6570
6579
  * @public
@@ -6612,7 +6621,7 @@ export interface ListAccountPermissionsResponse {
6612
6621
  * results after the first page.</p>
6613
6622
  * @public
6614
6623
  */
6615
- nextToken?: string;
6624
+ nextToken?: string | undefined;
6616
6625
  }
6617
6626
  /**
6618
6627
  * <p>A list of CIS scan configurations filter criteria.</p>
@@ -6623,17 +6632,17 @@ export interface ListCisScanConfigurationsFilterCriteria {
6623
6632
  * <p>The list of scan name filters.</p>
6624
6633
  * @public
6625
6634
  */
6626
- scanNameFilters?: CisStringFilter[];
6635
+ scanNameFilters?: CisStringFilter[] | undefined;
6627
6636
  /**
6628
6637
  * <p>The list of target resource tag filters.</p>
6629
6638
  * @public
6630
6639
  */
6631
- targetResourceTagFilters?: TagFilter[];
6640
+ targetResourceTagFilters?: TagFilter[] | undefined;
6632
6641
  /**
6633
6642
  * <p>The list of scan configuration ARN filters.</p>
6634
6643
  * @public
6635
6644
  */
6636
- scanConfigurationArnFilters?: CisStringFilter[];
6645
+ scanConfigurationArnFilters?: CisStringFilter[] | undefined;
6637
6646
  }
6638
6647
  /**
6639
6648
  * @public
@@ -6643,27 +6652,27 @@ export interface ListCisScanConfigurationsRequest {
6643
6652
  * <p>The CIS scan configuration filter criteria.</p>
6644
6653
  * @public
6645
6654
  */
6646
- filterCriteria?: ListCisScanConfigurationsFilterCriteria;
6655
+ filterCriteria?: ListCisScanConfigurationsFilterCriteria | undefined;
6647
6656
  /**
6648
6657
  * <p>The CIS scan configuration sort by order.</p>
6649
6658
  * @public
6650
6659
  */
6651
- sortBy?: CisScanConfigurationsSortBy;
6660
+ sortBy?: CisScanConfigurationsSortBy | undefined;
6652
6661
  /**
6653
6662
  * <p>The CIS scan configuration sort order order.</p>
6654
6663
  * @public
6655
6664
  */
6656
- sortOrder?: CisSortOrder;
6665
+ sortOrder?: CisSortOrder | undefined;
6657
6666
  /**
6658
6667
  * <p>The pagination token from a previous request that's used to retrieve the next page of results.</p>
6659
6668
  * @public
6660
6669
  */
6661
- nextToken?: string;
6670
+ nextToken?: string | undefined;
6662
6671
  /**
6663
6672
  * <p>The maximum number of CIS scan configurations to be returned in a single page of results.</p>
6664
6673
  * @public
6665
6674
  */
6666
- maxResults?: number;
6675
+ maxResults?: number | undefined;
6667
6676
  }
6668
6677
  /**
6669
6678
  * @public
@@ -6673,12 +6682,12 @@ export interface ListCisScanConfigurationsResponse {
6673
6682
  * <p>The CIS scan configuration scan configurations.</p>
6674
6683
  * @public
6675
6684
  */
6676
- scanConfigurations?: CisScanConfiguration[];
6685
+ scanConfigurations?: CisScanConfiguration[] | undefined;
6677
6686
  /**
6678
6687
  * <p>The pagination token from a previous request that's used to retrieve the next page of results.</p>
6679
6688
  * @public
6680
6689
  */
6681
- nextToken?: string;
6690
+ nextToken?: string | undefined;
6682
6691
  }
6683
6692
  /**
6684
6693
  * @public
@@ -6693,27 +6702,27 @@ export interface ListCisScanResultsAggregatedByChecksRequest {
6693
6702
  * <p>The filter criteria.</p>
6694
6703
  * @public
6695
6704
  */
6696
- filterCriteria?: CisScanResultsAggregatedByChecksFilterCriteria;
6705
+ filterCriteria?: CisScanResultsAggregatedByChecksFilterCriteria | undefined;
6697
6706
  /**
6698
6707
  * <p>The sort by order.</p>
6699
6708
  * @public
6700
6709
  */
6701
- sortBy?: CisScanResultsAggregatedByChecksSortBy;
6710
+ sortBy?: CisScanResultsAggregatedByChecksSortBy | undefined;
6702
6711
  /**
6703
6712
  * <p>The sort order.</p>
6704
6713
  * @public
6705
6714
  */
6706
- sortOrder?: CisSortOrder;
6715
+ sortOrder?: CisSortOrder | undefined;
6707
6716
  /**
6708
6717
  * <p>The pagination token from a previous request that's used to retrieve the next page of results.</p>
6709
6718
  * @public
6710
6719
  */
6711
- nextToken?: string;
6720
+ nextToken?: string | undefined;
6712
6721
  /**
6713
6722
  * <p>The maximum number of scan results aggregated by checks to be returned in a single page of results.</p>
6714
6723
  * @public
6715
6724
  */
6716
- maxResults?: number;
6725
+ maxResults?: number | undefined;
6717
6726
  }
6718
6727
  /**
6719
6728
  * @public
@@ -6723,10 +6732,10 @@ export interface ListCisScanResultsAggregatedByChecksResponse {
6723
6732
  * <p>The check aggregations.</p>
6724
6733
  * @public
6725
6734
  */
6726
- checkAggregations?: CisCheckAggregation[];
6735
+ checkAggregations?: CisCheckAggregation[] | undefined;
6727
6736
  /**
6728
6737
  * <p>The pagination token from a previous request that's used to retrieve the next page of results.</p>
6729
6738
  * @public
6730
6739
  */
6731
- nextToken?: string;
6740
+ nextToken?: string | undefined;
6732
6741
  }