@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.
- package/dist-cjs/index.js +9 -0
- package/dist-es/models/models_0.js +7 -0
- package/dist-es/protocols/Aws_restJson1.js +2 -0
- package/dist-types/commands/AssociateMemberCommand.d.ts +0 -3
- package/dist-types/commands/BatchGetAccountStatusCommand.d.ts +0 -3
- package/dist-types/commands/BatchGetCodeSnippetCommand.d.ts +0 -3
- package/dist-types/commands/BatchGetFindingDetailsCommand.d.ts +0 -3
- package/dist-types/commands/BatchGetFreeTrialInfoCommand.d.ts +0 -3
- package/dist-types/commands/BatchGetMemberEc2DeepInspectionStatusCommand.d.ts +0 -3
- package/dist-types/commands/BatchUpdateMemberEc2DeepInspectionStatusCommand.d.ts +0 -3
- package/dist-types/commands/CancelFindingsReportCommand.d.ts +0 -3
- package/dist-types/commands/CancelSbomExportCommand.d.ts +0 -3
- package/dist-types/commands/CreateCisScanConfigurationCommand.d.ts +0 -3
- package/dist-types/commands/CreateFilterCommand.d.ts +1 -3
- package/dist-types/commands/CreateFindingsReportCommand.d.ts +1 -3
- package/dist-types/commands/CreateSbomExportCommand.d.ts +0 -3
- package/dist-types/commands/DeleteCisScanConfigurationCommand.d.ts +0 -3
- package/dist-types/commands/DeleteFilterCommand.d.ts +0 -3
- package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +0 -3
- package/dist-types/commands/DisableCommand.d.ts +0 -3
- package/dist-types/commands/DisableDelegatedAdminAccountCommand.d.ts +0 -3
- package/dist-types/commands/DisassociateMemberCommand.d.ts +0 -3
- package/dist-types/commands/EnableCommand.d.ts +0 -3
- package/dist-types/commands/EnableDelegatedAdminAccountCommand.d.ts +0 -3
- package/dist-types/commands/GetCisScanReportCommand.d.ts +0 -3
- package/dist-types/commands/GetCisScanResultDetailsCommand.d.ts +0 -3
- package/dist-types/commands/GetDelegatedAdminAccountCommand.d.ts +0 -3
- package/dist-types/commands/GetEc2DeepInspectionConfigurationCommand.d.ts +0 -3
- package/dist-types/commands/GetEncryptionKeyCommand.d.ts +0 -3
- package/dist-types/commands/GetFindingsReportStatusCommand.d.ts +1 -3
- package/dist-types/commands/GetMemberCommand.d.ts +0 -3
- package/dist-types/commands/GetSbomExportCommand.d.ts +0 -3
- package/dist-types/commands/ListAccountPermissionsCommand.d.ts +0 -3
- package/dist-types/commands/ListCisScanConfigurationsCommand.d.ts +0 -3
- package/dist-types/commands/ListCisScanResultsAggregatedByChecksCommand.d.ts +0 -3
- package/dist-types/commands/ListCisScanResultsAggregatedByTargetResourceCommand.d.ts +0 -3
- package/dist-types/commands/ListCisScansCommand.d.ts +0 -3
- package/dist-types/commands/ListCoverageCommand.d.ts +1 -1
- package/dist-types/commands/ListDelegatedAdminAccountsCommand.d.ts +0 -3
- package/dist-types/commands/ListFiltersCommand.d.ts +1 -3
- package/dist-types/commands/ListFindingsCommand.d.ts +1 -0
- package/dist-types/commands/ListMembersCommand.d.ts +0 -3
- package/dist-types/commands/ListUsageTotalsCommand.d.ts +0 -3
- package/dist-types/commands/ResetEncryptionKeyCommand.d.ts +0 -3
- package/dist-types/commands/SearchVulnerabilitiesCommand.d.ts +0 -3
- package/dist-types/commands/SendCisSessionHealthCommand.d.ts +0 -3
- package/dist-types/commands/SendCisSessionTelemetryCommand.d.ts +0 -3
- package/dist-types/commands/StartCisSessionCommand.d.ts +0 -3
- package/dist-types/commands/StopCisSessionCommand.d.ts +1 -4
- package/dist-types/commands/UpdateCisScanConfigurationCommand.d.ts +0 -3
- package/dist-types/commands/UpdateConfigurationCommand.d.ts +0 -3
- package/dist-types/commands/UpdateEc2DeepInspectionConfigurationCommand.d.ts +0 -3
- package/dist-types/commands/UpdateEncryptionKeyCommand.d.ts +0 -3
- package/dist-types/commands/UpdateFilterCommand.d.ts +1 -3
- package/dist-types/commands/UpdateOrgEc2DeepInspectionConfigurationCommand.d.ts +0 -3
- package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +1 -3
- package/dist-types/models/models_0.d.ts +509 -500
- package/dist-types/models/models_1.d.ts +122 -122
- package/dist-types/ts3.4/models/models_0.d.ts +507 -495
- package/dist-types/ts3.4/models/models_1.d.ts +124 -122
- package/package.json +7 -7
|
@@ -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
|
|
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>
|