@aws-sdk/client-inspector2 3.686.0 → 3.689.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 (59) 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 +14 -5
  58. package/dist-types/ts3.4/models/models_0.d.ts +8 -0
  59. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -642,6 +642,9 @@ var PackageType = {
642
642
  ZIP: "ZIP"
643
643
  };
644
644
  var Runtime = {
645
+ DOTNETCORE_3_1: "DOTNETCORE_3_1",
646
+ DOTNET_6: "DOTNET_6",
647
+ DOTNET_7: "DOTNET_7",
645
648
  GO_1_X: "GO_1_X",
646
649
  JAVA_11: "JAVA_11",
647
650
  JAVA_17: "JAVA_17",
@@ -653,9 +656,12 @@ var Runtime = {
653
656
  NODEJS_16_X: "NODEJS_16_X",
654
657
  NODEJS_18_X: "NODEJS_18_X",
655
658
  PYTHON_3_10: "PYTHON_3_10",
659
+ PYTHON_3_11: "PYTHON_3_11",
656
660
  PYTHON_3_7: "PYTHON_3_7",
657
661
  PYTHON_3_8: "PYTHON_3_8",
658
662
  PYTHON_3_9: "PYTHON_3_9",
663
+ RUBY_2_7: "RUBY_2_7",
664
+ RUBY_3_2: "RUBY_3_2",
659
665
  UNSUPPORTED: "UNSUPPORTED"
660
666
  };
661
667
  var _BadRequestException = class _BadRequestException extends Inspector2ServiceException {
@@ -1046,6 +1052,7 @@ var PackageManager = {
1046
1052
  BUNDLER: "BUNDLER",
1047
1053
  CARGO: "CARGO",
1048
1054
  COMPOSER: "COMPOSER",
1055
+ DOTNET_CORE: "DOTNET_CORE",
1049
1056
  GEMSPEC: "GEMSPEC",
1050
1057
  GOBINARY: "GOBINARY",
1051
1058
  GOMOD: "GOMOD",
@@ -3163,6 +3170,7 @@ var se_PackageFilter = /* @__PURE__ */ __name((input, context) => {
3163
3170
  return (0, import_smithy_client.take)(input, {
3164
3171
  architecture: import_smithy_client._json,
3165
3172
  epoch: (_) => se_NumberFilter(_, context),
3173
+ filePath: import_smithy_client._json,
3166
3174
  name: import_smithy_client._json,
3167
3175
  release: import_smithy_client._json,
3168
3176
  sourceLambdaLayerArn: import_smithy_client._json,
@@ -3609,6 +3617,7 @@ var de_PackageFilter = /* @__PURE__ */ __name((output, context) => {
3609
3617
  return (0, import_smithy_client.take)(output, {
3610
3618
  architecture: import_smithy_client._json,
3611
3619
  epoch: (_) => de_NumberFilter(_, context),
3620
+ filePath: import_smithy_client._json,
3612
3621
  name: import_smithy_client._json,
3613
3622
  release: import_smithy_client._json,
3614
3623
  sourceLambdaLayerArn: import_smithy_client._json,
@@ -249,6 +249,9 @@ export const PackageType = {
249
249
  ZIP: "ZIP",
250
250
  };
251
251
  export const Runtime = {
252
+ DOTNETCORE_3_1: "DOTNETCORE_3_1",
253
+ DOTNET_6: "DOTNET_6",
254
+ DOTNET_7: "DOTNET_7",
252
255
  GO_1_X: "GO_1_X",
253
256
  JAVA_11: "JAVA_11",
254
257
  JAVA_17: "JAVA_17",
@@ -260,9 +263,12 @@ export const Runtime = {
260
263
  NODEJS_16_X: "NODEJS_16_X",
261
264
  NODEJS_18_X: "NODEJS_18_X",
262
265
  PYTHON_3_10: "PYTHON_3_10",
266
+ PYTHON_3_11: "PYTHON_3_11",
263
267
  PYTHON_3_7: "PYTHON_3_7",
264
268
  PYTHON_3_8: "PYTHON_3_8",
265
269
  PYTHON_3_9: "PYTHON_3_9",
270
+ RUBY_2_7: "RUBY_2_7",
271
+ RUBY_3_2: "RUBY_3_2",
266
272
  UNSUPPORTED: "UNSUPPORTED",
267
273
  };
268
274
  export class BadRequestException extends __BaseException {
@@ -633,6 +639,7 @@ export const PackageManager = {
633
639
  BUNDLER: "BUNDLER",
634
640
  CARGO: "CARGO",
635
641
  COMPOSER: "COMPOSER",
642
+ DOTNET_CORE: "DOTNET_CORE",
636
643
  GEMSPEC: "GEMSPEC",
637
644
  GOBINARY: "GOBINARY",
638
645
  GOMOD: "GOMOD",
@@ -1967,6 +1967,7 @@ const se_PackageFilter = (input, context) => {
1967
1967
  return take(input, {
1968
1968
  architecture: _json,
1969
1969
  epoch: (_) => se_NumberFilter(_, context),
1970
+ filePath: _json,
1970
1971
  name: _json,
1971
1972
  release: _json,
1972
1973
  sourceLambdaLayerArn: _json,
@@ -2439,6 +2440,7 @@ const de_PackageFilter = (output, context) => {
2439
2440
  return take(output, {
2440
2441
  architecture: _json,
2441
2442
  epoch: (_) => de_NumberFilter(_, context),
2443
+ filePath: _json,
2442
2444
  name: _json,
2443
2445
  release: _json,
2444
2446
  sourceLambdaLayerArn: _json,
@@ -53,9 +53,6 @@ declare const AssociateMemberCommand_base: {
53
53
  *
54
54
  * @throws {@link AccessDeniedException} (client fault)
55
55
  * <p>You do not have sufficient access to perform this action.</p>
56
- * <p>
57
- * For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
58
- * </p>
59
56
  *
60
57
  * @throws {@link InternalServerException} (server fault)
61
58
  * <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
@@ -100,9 +100,6 @@ declare const BatchGetAccountStatusCommand_base: {
100
100
  *
101
101
  * @throws {@link AccessDeniedException} (client fault)
102
102
  * <p>You do not have sufficient access to perform this action.</p>
103
- * <p>
104
- * For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
105
- * </p>
106
103
  *
107
104
  * @throws {@link InternalServerException} (server fault)
108
105
  * <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
@@ -80,9 +80,6 @@ declare const BatchGetCodeSnippetCommand_base: {
80
80
  *
81
81
  * @throws {@link AccessDeniedException} (client fault)
82
82
  * <p>You do not have sufficient access to perform this action.</p>
83
- * <p>
84
- * For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
85
- * </p>
86
83
  *
87
84
  * @throws {@link InternalServerException} (server fault)
88
85
  * <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
@@ -96,9 +96,6 @@ declare const BatchGetFindingDetailsCommand_base: {
96
96
  *
97
97
  * @throws {@link AccessDeniedException} (client fault)
98
98
  * <p>You do not have sufficient access to perform this action.</p>
99
- * <p>
100
- * For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
101
- * </p>
102
99
  *
103
100
  * @throws {@link InternalServerException} (server fault)
104
101
  * <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
@@ -74,9 +74,6 @@ declare const BatchGetFreeTrialInfoCommand_base: {
74
74
  *
75
75
  * @throws {@link AccessDeniedException} (client fault)
76
76
  * <p>You do not have sufficient access to perform this action.</p>
77
- * <p>
78
- * For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
79
- * </p>
80
77
  *
81
78
  * @throws {@link InternalServerException} (server fault)
82
79
  * <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
@@ -68,9 +68,6 @@ declare const BatchGetMemberEc2DeepInspectionStatusCommand_base: {
68
68
  *
69
69
  * @throws {@link AccessDeniedException} (client fault)
70
70
  * <p>You do not have sufficient access to perform this action.</p>
71
- * <p>
72
- * For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
73
- * </p>
74
71
  *
75
72
  * @throws {@link InternalServerException} (server fault)
76
73
  * <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
@@ -71,9 +71,6 @@ declare const BatchUpdateMemberEc2DeepInspectionStatusCommand_base: {
71
71
  *
72
72
  * @throws {@link AccessDeniedException} (client fault)
73
73
  * <p>You do not have sufficient access to perform this action.</p>
74
- * <p>
75
- * For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
76
- * </p>
77
74
  *
78
75
  * @throws {@link InternalServerException} (server fault)
79
76
  * <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
@@ -53,9 +53,6 @@ declare const CancelFindingsReportCommand_base: {
53
53
  *
54
54
  * @throws {@link AccessDeniedException} (client fault)
55
55
  * <p>You do not have sufficient access to perform this action.</p>
56
- * <p>
57
- * For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
58
- * </p>
59
56
  *
60
57
  * @throws {@link InternalServerException} (server fault)
61
58
  * <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
@@ -53,9 +53,6 @@ declare const CancelSbomExportCommand_base: {
53
53
  *
54
54
  * @throws {@link AccessDeniedException} (client fault)
55
55
  * <p>You do not have sufficient access to perform this action.</p>
56
- * <p>
57
- * For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
58
- * </p>
59
56
  *
60
57
  * @throws {@link InternalServerException} (server fault)
61
58
  * <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
@@ -92,9 +92,6 @@ declare const CreateCisScanConfigurationCommand_base: {
92
92
  *
93
93
  * @throws {@link AccessDeniedException} (client fault)
94
94
  * <p>You do not have sufficient access to perform this action.</p>
95
- * <p>
96
- * For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
97
- * </p>
98
95
  *
99
96
  * @throws {@link InternalServerException} (server fault)
100
97
  * <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
@@ -140,6 +140,7 @@ declare const CreateFilterCommand_base: {
140
140
  * architecture: "<StringFilter>",
141
141
  * sourceLayerHash: "<StringFilter>",
142
142
  * sourceLambdaLayerArn: "<StringFilter>",
143
+ * filePath: "<StringFilter>",
143
144
  * },
144
145
  * ],
145
146
  * relatedVulnerabilities: "<StringFilterList>",
@@ -187,9 +188,6 @@ declare const CreateFilterCommand_base: {
187
188
  *
188
189
  * @throws {@link AccessDeniedException} (client fault)
189
190
  * <p>You do not have sufficient access to perform this action.</p>
190
- * <p>
191
- * For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
192
- * </p>
193
191
  *
194
192
  * @throws {@link BadRequestException} (client fault)
195
193
  * <p>One or more tags submitted as part of the request is not valid.</p>
@@ -138,6 +138,7 @@ declare const CreateFindingsReportCommand_base: {
138
138
  * architecture: "<StringFilter>",
139
139
  * sourceLayerHash: "<StringFilter>",
140
140
  * sourceLambdaLayerArn: "<StringFilter>",
141
+ * filePath: "<StringFilter>",
141
142
  * },
142
143
  * ],
143
144
  * relatedVulnerabilities: "<StringFilterList>",
@@ -186,9 +187,6 @@ declare const CreateFindingsReportCommand_base: {
186
187
  *
187
188
  * @throws {@link AccessDeniedException} (client fault)
188
189
  * <p>You do not have sufficient access to perform this action.</p>
189
- * <p>
190
- * For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
191
- * </p>
192
190
  *
193
191
  * @throws {@link InternalServerException} (server fault)
194
192
  * <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
@@ -105,9 +105,6 @@ declare const CreateSbomExportCommand_base: {
105
105
  *
106
106
  * @throws {@link AccessDeniedException} (client fault)
107
107
  * <p>You do not have sufficient access to perform this action.</p>
108
- * <p>
109
- * For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
110
- * </p>
111
108
  *
112
109
  * @throws {@link InternalServerException} (server fault)
113
110
  * <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
@@ -53,9 +53,6 @@ declare const DeleteCisScanConfigurationCommand_base: {
53
53
  *
54
54
  * @throws {@link AccessDeniedException} (client fault)
55
55
  * <p>You do not have sufficient access to perform this action.</p>
56
- * <p>
57
- * For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
58
- * </p>
59
56
  *
60
57
  * @throws {@link InternalServerException} (server fault)
61
58
  * <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
@@ -53,9 +53,6 @@ declare const DeleteFilterCommand_base: {
53
53
  *
54
54
  * @throws {@link AccessDeniedException} (client fault)
55
55
  * <p>You do not have sufficient access to perform this action.</p>
56
- * <p>
57
- * For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
58
- * </p>
59
56
  *
60
57
  * @throws {@link InternalServerException} (server fault)
61
58
  * <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
@@ -57,9 +57,6 @@ declare const DescribeOrganizationConfigurationCommand_base: {
57
57
  *
58
58
  * @throws {@link AccessDeniedException} (client fault)
59
59
  * <p>You do not have sufficient access to perform this action.</p>
60
- * <p>
61
- * For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
62
- * </p>
63
60
  *
64
61
  * @throws {@link InternalServerException} (server fault)
65
62
  * <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
@@ -84,9 +84,6 @@ declare const DisableCommand_base: {
84
84
  *
85
85
  * @throws {@link AccessDeniedException} (client fault)
86
86
  * <p>You do not have sufficient access to perform this action.</p>
87
- * <p>
88
- * For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
89
- * </p>
90
87
  *
91
88
  * @throws {@link InternalServerException} (server fault)
92
89
  * <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
@@ -53,9 +53,6 @@ declare const DisableDelegatedAdminAccountCommand_base: {
53
53
  *
54
54
  * @throws {@link AccessDeniedException} (client fault)
55
55
  * <p>You do not have sufficient access to perform this action.</p>
56
- * <p>
57
- * For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
58
- * </p>
59
56
  *
60
57
  * @throws {@link ConflictException} (client fault)
61
58
  * <p>A conflict occurred.</p>
@@ -53,9 +53,6 @@ declare const DisassociateMemberCommand_base: {
53
53
  *
54
54
  * @throws {@link AccessDeniedException} (client fault)
55
55
  * <p>You do not have sufficient access to perform this action.</p>
56
- * <p>
57
- * For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
58
- * </p>
59
56
  *
60
57
  * @throws {@link InternalServerException} (server fault)
61
58
  * <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
@@ -84,9 +84,6 @@ declare const EnableCommand_base: {
84
84
  *
85
85
  * @throws {@link AccessDeniedException} (client fault)
86
86
  * <p>You do not have sufficient access to perform this action.</p>
87
- * <p>
88
- * For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
89
- * </p>
90
87
  *
91
88
  * @throws {@link InternalServerException} (server fault)
92
89
  * <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
@@ -54,9 +54,6 @@ declare const EnableDelegatedAdminAccountCommand_base: {
54
54
  *
55
55
  * @throws {@link AccessDeniedException} (client fault)
56
56
  * <p>You do not have sufficient access to perform this action.</p>
57
- * <p>
58
- * For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
59
- * </p>
60
57
  *
61
58
  * @throws {@link ConflictException} (client fault)
62
59
  * <p>A conflict occurred.</p>
@@ -58,9 +58,6 @@ declare const GetCisScanReportCommand_base: {
58
58
  *
59
59
  * @throws {@link AccessDeniedException} (client fault)
60
60
  * <p>You do not have sufficient access to perform this action.</p>
61
- * <p>
62
- * For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
63
- * </p>
64
61
  *
65
62
  * @throws {@link InternalServerException} (server fault)
66
63
  * <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
@@ -107,9 +107,6 @@ declare const GetCisScanResultDetailsCommand_base: {
107
107
  *
108
108
  * @throws {@link AccessDeniedException} (client fault)
109
109
  * <p>You do not have sufficient access to perform this action.</p>
110
- * <p>
111
- * For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
112
- * </p>
113
110
  *
114
111
  * @throws {@link InternalServerException} (server fault)
115
112
  * <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
@@ -55,9 +55,6 @@ declare const GetDelegatedAdminAccountCommand_base: {
55
55
  *
56
56
  * @throws {@link AccessDeniedException} (client fault)
57
57
  * <p>You do not have sufficient access to perform this action.</p>
58
- * <p>
59
- * For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
60
- * </p>
61
58
  *
62
59
  * @throws {@link InternalServerException} (server fault)
63
60
  * <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
@@ -59,9 +59,6 @@ declare const GetEc2DeepInspectionConfigurationCommand_base: {
59
59
  *
60
60
  * @throws {@link AccessDeniedException} (client fault)
61
61
  * <p>You do not have sufficient access to perform this action.</p>
62
- * <p>
63
- * For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
64
- * </p>
65
62
  *
66
63
  * @throws {@link InternalServerException} (server fault)
67
64
  * <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
@@ -54,9 +54,6 @@ declare const GetEncryptionKeyCommand_base: {
54
54
  *
55
55
  * @throws {@link AccessDeniedException} (client fault)
56
56
  * <p>You do not have sufficient access to perform this action.</p>
57
- * <p>
58
- * For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
59
- * </p>
60
57
  *
61
58
  * @throws {@link InternalServerException} (server fault)
62
59
  * <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
@@ -152,6 +152,7 @@ declare const GetFindingsReportStatusCommand_base: {
152
152
  * // architecture: "<StringFilter>",
153
153
  * // sourceLayerHash: "<StringFilter>",
154
154
  * // sourceLambdaLayerArn: "<StringFilter>",
155
+ * // filePath: "<StringFilter>",
155
156
  * // },
156
157
  * // ],
157
158
  * // relatedVulnerabilities: "<StringFilterList>",
@@ -189,9 +190,6 @@ declare const GetFindingsReportStatusCommand_base: {
189
190
  *
190
191
  * @throws {@link AccessDeniedException} (client fault)
191
192
  * <p>You do not have sufficient access to perform this action.</p>
192
- * <p>
193
- * For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
194
- * </p>
195
193
  *
196
194
  * @throws {@link InternalServerException} (server fault)
197
195
  * <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
@@ -58,9 +58,6 @@ declare const GetMemberCommand_base: {
58
58
  *
59
59
  * @throws {@link AccessDeniedException} (client fault)
60
60
  * <p>You do not have sufficient access to perform this action.</p>
61
- * <p>
62
- * For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
63
- * </p>
64
61
  *
65
62
  * @throws {@link InternalServerException} (server fault)
66
63
  * <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
@@ -109,9 +109,6 @@ declare const GetSbomExportCommand_base: {
109
109
  *
110
110
  * @throws {@link AccessDeniedException} (client fault)
111
111
  * <p>You do not have sufficient access to perform this action.</p>
112
- * <p>
113
- * For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
114
- * </p>
115
112
  *
116
113
  * @throws {@link InternalServerException} (server fault)
117
114
  * <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
@@ -61,9 +61,6 @@ declare const ListAccountPermissionsCommand_base: {
61
61
  *
62
62
  * @throws {@link AccessDeniedException} (client fault)
63
63
  * <p>You do not have sufficient access to perform this action.</p>
64
- * <p>
65
- * For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
66
- * </p>
67
64
  *
68
65
  * @throws {@link InternalServerException} (server fault)
69
66
  * <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
@@ -123,9 +123,6 @@ declare const ListCisScanConfigurationsCommand_base: {
123
123
  *
124
124
  * @throws {@link AccessDeniedException} (client fault)
125
125
  * <p>You do not have sufficient access to perform this action.</p>
126
- * <p>
127
- * For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
128
- * </p>
129
126
  *
130
127
  * @throws {@link InternalServerException} (server fault)
131
128
  * <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
@@ -111,9 +111,6 @@ declare const ListCisScanResultsAggregatedByChecksCommand_base: {
111
111
  *
112
112
  * @throws {@link AccessDeniedException} (client fault)
113
113
  * <p>You do not have sufficient access to perform this action.</p>
114
- * <p>
115
- * For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
116
- * </p>
117
114
  *
118
115
  * @throws {@link InternalServerException} (server fault)
119
116
  * <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
@@ -134,9 +134,6 @@ declare const ListCisScanResultsAggregatedByTargetResourceCommand_base: {
134
134
  *
135
135
  * @throws {@link AccessDeniedException} (client fault)
136
136
  * <p>You do not have sufficient access to perform this action.</p>
137
- * <p>
138
- * For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
139
- * </p>
140
137
  *
141
138
  * @throws {@link InternalServerException} (server fault)
142
139
  * <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
@@ -140,9 +140,6 @@ declare const ListCisScansCommand_base: {
140
140
  *
141
141
  * @throws {@link AccessDeniedException} (client fault)
142
142
  * <p>You do not have sufficient access to perform this action.</p>
143
- * <p>
144
- * For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
145
- * </p>
146
143
  *
147
144
  * @throws {@link InternalServerException} (server fault)
148
145
  * <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
@@ -27,7 +27,7 @@ declare const ListCoverageCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Lists coverage details for you environment.</p>
30
+ * <p>Lists coverage details for your environment.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -61,9 +61,6 @@ declare const ListDelegatedAdminAccountsCommand_base: {
61
61
  *
62
62
  * @throws {@link AccessDeniedException} (client fault)
63
63
  * <p>You do not have sufficient access to perform this action.</p>
64
- * <p>
65
- * For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
66
- * </p>
67
64
  *
68
65
  * @throws {@link InternalServerException} (server fault)
69
66
  * <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
@@ -153,6 +153,7 @@ declare const ListFiltersCommand_base: {
153
153
  * // architecture: "<StringFilter>",
154
154
  * // sourceLayerHash: "<StringFilter>",
155
155
  * // sourceLambdaLayerArn: "<StringFilter>",
156
+ * // filePath: "<StringFilter>",
156
157
  * // },
157
158
  * // ],
158
159
  * // relatedVulnerabilities: "<StringFilterList>",
@@ -201,9 +202,6 @@ declare const ListFiltersCommand_base: {
201
202
  *
202
203
  * @throws {@link AccessDeniedException} (client fault)
203
204
  * <p>You do not have sufficient access to perform this action.</p>
204
- * <p>
205
- * For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
206
- * </p>
207
205
  *
208
206
  * @throws {@link InternalServerException} (server fault)
209
207
  * <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
@@ -140,6 +140,7 @@ declare const ListFindingsCommand_base: {
140
140
  * architecture: "<StringFilter>",
141
141
  * sourceLayerHash: "<StringFilter>",
142
142
  * sourceLambdaLayerArn: "<StringFilter>",
143
+ * filePath: "<StringFilter>",
143
144
  * },
144
145
  * ],
145
146
  * relatedVulnerabilities: "<StringFilterList>",
@@ -64,9 +64,6 @@ declare const ListMembersCommand_base: {
64
64
  *
65
65
  * @throws {@link AccessDeniedException} (client fault)
66
66
  * <p>You do not have sufficient access to perform this action.</p>
67
- * <p>
68
- * For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
69
- * </p>
70
67
  *
71
68
  * @throws {@link InternalServerException} (server fault)
72
69
  * <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
@@ -70,9 +70,6 @@ declare const ListUsageTotalsCommand_base: {
70
70
  *
71
71
  * @throws {@link AccessDeniedException} (client fault)
72
72
  * <p>You do not have sufficient access to perform this action.</p>
73
- * <p>
74
- * For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
75
- * </p>
76
73
  *
77
74
  * @throws {@link InternalServerException} (server fault)
78
75
  * <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
@@ -52,9 +52,6 @@ declare const ResetEncryptionKeyCommand_base: {
52
52
  *
53
53
  * @throws {@link AccessDeniedException} (client fault)
54
54
  * <p>You do not have sufficient access to perform this action.</p>
55
- * <p>
56
- * For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
57
- * </p>
58
55
  *
59
56
  * @throws {@link InternalServerException} (server fault)
60
57
  * <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
@@ -111,9 +111,6 @@ declare const SearchVulnerabilitiesCommand_base: {
111
111
  *
112
112
  * @throws {@link AccessDeniedException} (client fault)
113
113
  * <p>You do not have sufficient access to perform this action.</p>
114
- * <p>
115
- * For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
116
- * </p>
117
114
  *
118
115
  * @throws {@link InternalServerException} (server fault)
119
116
  * <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
@@ -56,9 +56,6 @@ declare const SendCisSessionHealthCommand_base: {
56
56
  *
57
57
  * @throws {@link AccessDeniedException} (client fault)
58
58
  * <p>You do not have sufficient access to perform this action.</p>
59
- * <p>
60
- * For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
61
- * </p>
62
59
  *
63
60
  * @throws {@link ConflictException} (client fault)
64
61
  * <p>A conflict occurred.</p>
@@ -63,9 +63,6 @@ declare const SendCisSessionTelemetryCommand_base: {
63
63
  *
64
64
  * @throws {@link AccessDeniedException} (client fault)
65
65
  * <p>You do not have sufficient access to perform this action.</p>
66
- * <p>
67
- * For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
68
- * </p>
69
66
  *
70
67
  * @throws {@link ConflictException} (client fault)
71
68
  * <p>A conflict occurred.</p>
@@ -58,9 +58,6 @@ declare const StartCisSessionCommand_base: {
58
58
  *
59
59
  * @throws {@link AccessDeniedException} (client fault)
60
60
  * <p>You do not have sufficient access to perform this action.</p>
61
- * <p>
62
- * For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
63
- * </p>
64
61
  *
65
62
  * @throws {@link ConflictException} (client fault)
66
63
  * <p>A conflict occurred.</p>
@@ -30,7 +30,7 @@ declare const StopCisSessionCommand_base: {
30
30
  * <p>
31
31
  * Stops a CIS session.
32
32
  * This API is used by the Amazon Inspector SSM plugin to communicate with the Amazon Inspector service.
33
- * The Amazon Inspector SSM plugin calls this API to start a CIS scan session for the scan ID supplied by the service.
33
+ * The Amazon Inspector SSM plugin calls this API to stop a CIS scan session for the scan ID supplied by the service.
34
34
  * </p>
35
35
  * @example
36
36
  * Use a bare-bones client and the command you need to make an API call.
@@ -77,9 +77,6 @@ declare const StopCisSessionCommand_base: {
77
77
  *
78
78
  * @throws {@link AccessDeniedException} (client fault)
79
79
  * <p>You do not have sufficient access to perform this action.</p>
80
- * <p>
81
- * For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
82
- * </p>
83
80
  *
84
81
  * @throws {@link ConflictException} (client fault)
85
82
  * <p>A conflict occurred.</p>
@@ -90,9 +90,6 @@ declare const UpdateCisScanConfigurationCommand_base: {
90
90
  *
91
91
  * @throws {@link AccessDeniedException} (client fault)
92
92
  * <p>You do not have sufficient access to perform this action.</p>
93
- * <p>
94
- * For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
95
- * </p>
96
93
  *
97
94
  * @throws {@link InternalServerException} (server fault)
98
95
  * <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
@@ -57,9 +57,6 @@ declare const UpdateConfigurationCommand_base: {
57
57
  *
58
58
  * @throws {@link AccessDeniedException} (client fault)
59
59
  * <p>You do not have sufficient access to perform this action.</p>
60
- * <p>
61
- * For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
62
- * </p>
63
60
  *
64
61
  * @throws {@link InternalServerException} (server fault)
65
62
  * <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
@@ -63,9 +63,6 @@ declare const UpdateEc2DeepInspectionConfigurationCommand_base: {
63
63
  *
64
64
  * @throws {@link AccessDeniedException} (client fault)
65
65
  * <p>You do not have sufficient access to perform this action.</p>
66
- * <p>
67
- * For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
68
- * </p>
69
66
  *
70
67
  * @throws {@link InternalServerException} (server fault)
71
68
  * <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
@@ -53,9 +53,6 @@ declare const UpdateEncryptionKeyCommand_base: {
53
53
  *
54
54
  * @throws {@link AccessDeniedException} (client fault)
55
55
  * <p>You do not have sufficient access to perform this action.</p>
56
- * <p>
57
- * For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
58
- * </p>
59
56
  *
60
57
  * @throws {@link InternalServerException} (server fault)
61
58
  * <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
@@ -140,6 +140,7 @@ declare const UpdateFilterCommand_base: {
140
140
  * architecture: "<StringFilter>",
141
141
  * sourceLayerHash: "<StringFilter>",
142
142
  * sourceLambdaLayerArn: "<StringFilter>",
143
+ * filePath: "<StringFilter>",
143
144
  * },
144
145
  * ],
145
146
  * relatedVulnerabilities: "<StringFilterList>",
@@ -185,9 +186,6 @@ declare const UpdateFilterCommand_base: {
185
186
  *
186
187
  * @throws {@link AccessDeniedException} (client fault)
187
188
  * <p>You do not have sufficient access to perform this action.</p>
188
- * <p>
189
- * For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
190
- * </p>
191
189
  *
192
190
  * @throws {@link InternalServerException} (server fault)
193
191
  * <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
@@ -53,9 +53,6 @@ declare const UpdateOrgEc2DeepInspectionConfigurationCommand_base: {
53
53
  *
54
54
  * @throws {@link AccessDeniedException} (client fault)
55
55
  * <p>You do not have sufficient access to perform this action.</p>
56
- * <p>
57
- * For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
58
- * </p>
59
56
  *
60
57
  * @throws {@link InternalServerException} (server fault)
61
58
  * <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
@@ -24,6 +24,7 @@ export interface UpdateOrganizationConfigurationCommandOutput extends UpdateOrga
24
24
  declare const UpdateOrganizationConfigurationCommand_base: {
25
25
  new (input: UpdateOrganizationConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput, Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
26
  new (__0_0: UpdateOrganizationConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput, Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ /** @internal type navigation helper, not in runtime. */
27
28
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
29
  };
29
30
  /**
@@ -63,9 +64,6 @@ declare const UpdateOrganizationConfigurationCommand_base: {
63
64
  *
64
65
  * @throws {@link AccessDeniedException} (client fault)
65
66
  * <p>You do not have sufficient access to perform this action.</p>
66
- * <p>
67
- * For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
68
- * </p>
69
67
  *
70
68
  * @throws {@link InternalServerException} (server fault)
71
69
  * <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
@@ -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 {
@@ -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
  /**
@@ -4022,7 +4025,7 @@ export interface CoverageFilterCriteria {
4022
4025
  */
4023
4026
  lastScannedAt?: CoverageDateFilter[];
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
4031
  scanMode?: CoverageStringFilter[];
@@ -4521,6 +4524,11 @@ export interface PackageFilter {
4521
4524
  * @public
4522
4525
  */
4523
4526
  sourceLambdaLayerArn?: StringFilter;
4527
+ /**
4528
+ * <p>An object that contains details on the package file path to filter on.</p>
4529
+ * @public
4530
+ */
4531
+ filePath?: StringFilter;
4524
4532
  }
4525
4533
  /**
4526
4534
  * <p>Details on the criteria used to define the filter.</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";
@@ -6523,7 +6532,7 @@ export interface GetSbomExportResponse {
6523
6532
  */
6524
6533
  errorMessage?: string;
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
6538
  s3Destination?: Destination;
@@ -848,6 +848,9 @@ export declare const PackageType: {
848
848
  };
849
849
  export type PackageType = (typeof PackageType)[keyof typeof PackageType];
850
850
  export declare const Runtime: {
851
+ readonly DOTNETCORE_3_1: "DOTNETCORE_3_1";
852
+ readonly DOTNET_6: "DOTNET_6";
853
+ readonly DOTNET_7: "DOTNET_7";
851
854
  readonly GO_1_X: "GO_1_X";
852
855
  readonly JAVA_11: "JAVA_11";
853
856
  readonly JAVA_17: "JAVA_17";
@@ -859,9 +862,12 @@ export declare const Runtime: {
859
862
  readonly NODEJS_16_X: "NODEJS_16_X";
860
863
  readonly NODEJS_18_X: "NODEJS_18_X";
861
864
  readonly PYTHON_3_10: "PYTHON_3_10";
865
+ readonly PYTHON_3_11: "PYTHON_3_11";
862
866
  readonly PYTHON_3_7: "PYTHON_3_7";
863
867
  readonly PYTHON_3_8: "PYTHON_3_8";
864
868
  readonly PYTHON_3_9: "PYTHON_3_9";
869
+ readonly RUBY_2_7: "RUBY_2_7";
870
+ readonly RUBY_3_2: "RUBY_3_2";
865
871
  readonly UNSUPPORTED: "UNSUPPORTED";
866
872
  };
867
873
  export type Runtime = (typeof Runtime)[keyof typeof Runtime];
@@ -1646,6 +1652,7 @@ export interface PackageFilter {
1646
1652
  architecture?: StringFilter;
1647
1653
  sourceLayerHash?: StringFilter;
1648
1654
  sourceLambdaLayerArn?: StringFilter;
1655
+ filePath?: StringFilter;
1649
1656
  }
1650
1657
  export interface FilterCriteria {
1651
1658
  findingArn?: StringFilter[];
@@ -2023,6 +2030,7 @@ export declare const PackageManager: {
2023
2030
  readonly BUNDLER: "BUNDLER";
2024
2031
  readonly CARGO: "CARGO";
2025
2032
  readonly COMPOSER: "COMPOSER";
2033
+ readonly DOTNET_CORE: "DOTNET_CORE";
2026
2034
  readonly GEMSPEC: "GEMSPEC";
2027
2035
  readonly GOBINARY: "GOBINARY";
2028
2036
  readonly GOMOD: "GOMOD";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-inspector2",
3
3
  "description": "AWS SDK for JavaScript Inspector2 Client for Node.js, Browser and React Native",
4
- "version": "3.686.0",
4
+ "version": "3.689.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-inspector2",
@@ -20,19 +20,19 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.686.0",
24
- "@aws-sdk/client-sts": "3.686.0",
23
+ "@aws-sdk/client-sso-oidc": "3.687.0",
24
+ "@aws-sdk/client-sts": "3.687.0",
25
25
  "@aws-sdk/core": "3.686.0",
26
- "@aws-sdk/credential-provider-node": "3.686.0",
26
+ "@aws-sdk/credential-provider-node": "3.687.0",
27
27
  "@aws-sdk/middleware-host-header": "3.686.0",
28
28
  "@aws-sdk/middleware-logger": "3.686.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.686.0",
30
- "@aws-sdk/middleware-user-agent": "3.686.0",
30
+ "@aws-sdk/middleware-user-agent": "3.687.0",
31
31
  "@aws-sdk/region-config-resolver": "3.686.0",
32
32
  "@aws-sdk/types": "3.686.0",
33
33
  "@aws-sdk/util-endpoints": "3.686.0",
34
34
  "@aws-sdk/util-user-agent-browser": "3.686.0",
35
- "@aws-sdk/util-user-agent-node": "3.686.0",
35
+ "@aws-sdk/util-user-agent-node": "3.687.0",
36
36
  "@smithy/config-resolver": "^3.0.10",
37
37
  "@smithy/core": "^2.5.1",
38
38
  "@smithy/fetch-http-handler": "^4.0.0",