@aws-sdk/client-inspector2 3.1077.0 → 3.1079.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 +83 -753
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AssociateMemberCommand.js +2 -14
- package/dist-es/commands/BatchAssociateCodeSecurityScanConfigurationCommand.js +2 -14
- package/dist-es/commands/BatchDisassociateCodeSecurityScanConfigurationCommand.js +2 -14
- package/dist-es/commands/BatchGetAccountStatusCommand.js +2 -14
- package/dist-es/commands/BatchGetCodeSnippetCommand.js +2 -14
- package/dist-es/commands/BatchGetFindingDetailsCommand.js +2 -14
- package/dist-es/commands/BatchGetFreeTrialInfoCommand.js +2 -14
- package/dist-es/commands/BatchGetMemberEc2DeepInspectionStatusCommand.js +2 -14
- package/dist-es/commands/BatchUpdateMemberEc2DeepInspectionStatusCommand.js +2 -14
- package/dist-es/commands/CancelFindingsReportCommand.js +2 -14
- package/dist-es/commands/CancelSbomExportCommand.js +2 -14
- package/dist-es/commands/CreateCisScanConfigurationCommand.js +2 -14
- package/dist-es/commands/CreateCodeSecurityIntegrationCommand.js +2 -14
- package/dist-es/commands/CreateCodeSecurityScanConfigurationCommand.js +2 -14
- package/dist-es/commands/CreateFilterCommand.js +2 -14
- package/dist-es/commands/CreateFindingsReportCommand.js +2 -14
- package/dist-es/commands/CreateSbomExportCommand.js +2 -14
- package/dist-es/commands/DeleteCisScanConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteCodeSecurityIntegrationCommand.js +2 -14
- package/dist-es/commands/DeleteCodeSecurityScanConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteFilterCommand.js +2 -14
- package/dist-es/commands/DescribeOrganizationConfigurationCommand.js +2 -14
- package/dist-es/commands/DisableCommand.js +2 -14
- package/dist-es/commands/DisableDelegatedAdminAccountCommand.js +2 -14
- package/dist-es/commands/DisassociateMemberCommand.js +2 -14
- package/dist-es/commands/EnableCommand.js +2 -14
- package/dist-es/commands/EnableDelegatedAdminAccountCommand.js +2 -14
- package/dist-es/commands/GetCisScanReportCommand.js +2 -14
- package/dist-es/commands/GetCisScanResultDetailsCommand.js +2 -14
- package/dist-es/commands/GetClustersForImageCommand.js +2 -14
- package/dist-es/commands/GetCodeSecurityIntegrationCommand.js +2 -14
- package/dist-es/commands/GetCodeSecurityScanCommand.js +2 -14
- package/dist-es/commands/GetCodeSecurityScanConfigurationCommand.js +2 -14
- package/dist-es/commands/GetConfigurationCommand.js +2 -14
- package/dist-es/commands/GetDelegatedAdminAccountCommand.js +2 -14
- package/dist-es/commands/GetEc2DeepInspectionConfigurationCommand.js +2 -14
- package/dist-es/commands/GetEncryptionKeyCommand.js +2 -14
- package/dist-es/commands/GetFindingsReportStatusCommand.js +2 -14
- package/dist-es/commands/GetMemberCommand.js +2 -14
- package/dist-es/commands/GetSbomExportCommand.js +2 -14
- package/dist-es/commands/ListAccountPermissionsCommand.js +2 -14
- package/dist-es/commands/ListCisScanConfigurationsCommand.js +2 -14
- package/dist-es/commands/ListCisScanResultsAggregatedByChecksCommand.js +2 -14
- package/dist-es/commands/ListCisScanResultsAggregatedByTargetResourceCommand.js +2 -14
- package/dist-es/commands/ListCisScansCommand.js +2 -14
- package/dist-es/commands/ListCodeSecurityIntegrationsCommand.js +2 -14
- package/dist-es/commands/ListCodeSecurityScanConfigurationAssociationsCommand.js +2 -14
- package/dist-es/commands/ListCodeSecurityScanConfigurationsCommand.js +2 -14
- package/dist-es/commands/ListCoverageCommand.js +2 -14
- package/dist-es/commands/ListCoverageStatisticsCommand.js +2 -14
- package/dist-es/commands/ListDelegatedAdminAccountsCommand.js +2 -14
- package/dist-es/commands/ListFiltersCommand.js +2 -14
- package/dist-es/commands/ListFindingAggregationsCommand.js +2 -14
- package/dist-es/commands/ListFindingsCommand.js +2 -14
- package/dist-es/commands/ListMembersCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListUsageTotalsCommand.js +2 -14
- package/dist-es/commands/ResetEncryptionKeyCommand.js +2 -14
- package/dist-es/commands/SearchVulnerabilitiesCommand.js +2 -14
- package/dist-es/commands/SendCisSessionHealthCommand.js +2 -14
- package/dist-es/commands/SendCisSessionTelemetryCommand.js +2 -14
- package/dist-es/commands/StartCisSessionCommand.js +2 -14
- package/dist-es/commands/StartCodeSecurityScanCommand.js +2 -14
- package/dist-es/commands/StopCisSessionCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateCisScanConfigurationCommand.js +2 -14
- package/dist-es/commands/UpdateCodeSecurityIntegrationCommand.js +2 -14
- package/dist-es/commands/UpdateCodeSecurityScanConfigurationCommand.js +2 -14
- package/dist-es/commands/UpdateConfigurationCommand.js +2 -14
- package/dist-es/commands/UpdateEc2DeepInspectionConfigurationCommand.js +2 -14
- package/dist-es/commands/UpdateEncryptionKeyCommand.js +2 -14
- package/dist-es/commands/UpdateFilterCommand.js +2 -14
- package/dist-es/commands/UpdateOrgEc2DeepInspectionConfigurationCommand.js +2 -14
- package/dist-es/commands/UpdateOrganizationConfigurationCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AssociateMemberCommand.d.ts +3 -8
- package/dist-types/commands/BatchAssociateCodeSecurityScanConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/BatchDisassociateCodeSecurityScanConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetAccountStatusCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetCodeSnippetCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetFindingDetailsCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetFreeTrialInfoCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetMemberEc2DeepInspectionStatusCommand.d.ts +3 -8
- package/dist-types/commands/BatchUpdateMemberEc2DeepInspectionStatusCommand.d.ts +3 -8
- package/dist-types/commands/CancelFindingsReportCommand.d.ts +3 -8
- package/dist-types/commands/CancelSbomExportCommand.d.ts +3 -8
- package/dist-types/commands/CreateCisScanConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/CreateCodeSecurityIntegrationCommand.d.ts +3 -8
- package/dist-types/commands/CreateCodeSecurityScanConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/CreateFilterCommand.d.ts +3 -8
- package/dist-types/commands/CreateFindingsReportCommand.d.ts +3 -8
- package/dist-types/commands/CreateSbomExportCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCisScanConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCodeSecurityIntegrationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCodeSecurityScanConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteFilterCommand.d.ts +3 -8
- package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DisableCommand.d.ts +3 -8
- package/dist-types/commands/DisableDelegatedAdminAccountCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateMemberCommand.d.ts +3 -8
- package/dist-types/commands/EnableCommand.d.ts +3 -8
- package/dist-types/commands/EnableDelegatedAdminAccountCommand.d.ts +3 -8
- package/dist-types/commands/GetCisScanReportCommand.d.ts +3 -8
- package/dist-types/commands/GetCisScanResultDetailsCommand.d.ts +3 -8
- package/dist-types/commands/GetClustersForImageCommand.d.ts +3 -8
- package/dist-types/commands/GetCodeSecurityIntegrationCommand.d.ts +3 -8
- package/dist-types/commands/GetCodeSecurityScanCommand.d.ts +3 -8
- package/dist-types/commands/GetCodeSecurityScanConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetDelegatedAdminAccountCommand.d.ts +3 -8
- package/dist-types/commands/GetEc2DeepInspectionConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetEncryptionKeyCommand.d.ts +3 -8
- package/dist-types/commands/GetFindingsReportStatusCommand.d.ts +3 -8
- package/dist-types/commands/GetMemberCommand.d.ts +3 -8
- package/dist-types/commands/GetSbomExportCommand.d.ts +3 -8
- package/dist-types/commands/ListAccountPermissionsCommand.d.ts +3 -8
- package/dist-types/commands/ListCisScanConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListCisScanResultsAggregatedByChecksCommand.d.ts +3 -8
- package/dist-types/commands/ListCisScanResultsAggregatedByTargetResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListCisScansCommand.d.ts +3 -8
- package/dist-types/commands/ListCodeSecurityIntegrationsCommand.d.ts +3 -8
- package/dist-types/commands/ListCodeSecurityScanConfigurationAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/ListCodeSecurityScanConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListCoverageCommand.d.ts +3 -8
- package/dist-types/commands/ListCoverageStatisticsCommand.d.ts +3 -8
- package/dist-types/commands/ListDelegatedAdminAccountsCommand.d.ts +3 -8
- package/dist-types/commands/ListFiltersCommand.d.ts +3 -8
- package/dist-types/commands/ListFindingAggregationsCommand.d.ts +3 -8
- package/dist-types/commands/ListFindingsCommand.d.ts +3 -8
- package/dist-types/commands/ListMembersCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListUsageTotalsCommand.d.ts +3 -8
- package/dist-types/commands/ResetEncryptionKeyCommand.d.ts +3 -8
- package/dist-types/commands/SearchVulnerabilitiesCommand.d.ts +3 -8
- package/dist-types/commands/SendCisSessionHealthCommand.d.ts +3 -8
- package/dist-types/commands/SendCisSessionTelemetryCommand.d.ts +3 -8
- package/dist-types/commands/StartCisSessionCommand.d.ts +3 -8
- package/dist-types/commands/StartCodeSecurityScanCommand.d.ts +3 -8
- package/dist-types/commands/StopCisSessionCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCisScanConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCodeSecurityIntegrationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCodeSecurityScanConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateEc2DeepInspectionConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateEncryptionKeyCommand.d.ts +3 -8
- package/dist-types/commands/UpdateFilterCommand.d.ts +3 -8
- package/dist-types/commands/UpdateOrgEc2DeepInspectionConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AssociateMemberCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchAssociateCodeSecurityScanConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchDisassociateCodeSecurityScanConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetAccountStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetCodeSnippetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetFindingDetailsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetFreeTrialInfoCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetMemberEc2DeepInspectionStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchUpdateMemberEc2DeepInspectionStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CancelFindingsReportCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CancelSbomExportCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCisScanConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCodeSecurityIntegrationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCodeSecurityScanConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateFindingsReportCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSbomExportCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCisScanConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCodeSecurityIntegrationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCodeSecurityScanConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisableCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisableDelegatedAdminAccountCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateMemberCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/EnableCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/EnableDelegatedAdminAccountCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCisScanReportCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCisScanResultDetailsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetClustersForImageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCodeSecurityIntegrationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCodeSecurityScanCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCodeSecurityScanConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDelegatedAdminAccountCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEc2DeepInspectionConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEncryptionKeyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetFindingsReportStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetMemberCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSbomExportCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAccountPermissionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCisScanConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCisScanResultsAggregatedByChecksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCisScanResultsAggregatedByTargetResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCisScansCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCodeSecurityIntegrationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCodeSecurityScanConfigurationAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCodeSecurityScanConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCoverageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCoverageStatisticsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDelegatedAdminAccountsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFindingAggregationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListUsageTotalsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ResetEncryptionKeyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SearchVulnerabilitiesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SendCisSessionHealthCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SendCisSessionTelemetryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartCisSessionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartCodeSecurityScanCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopCisSessionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCisScanConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCodeSecurityIntegrationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCodeSecurityScanConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateEc2DeepInspectionConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateEncryptionKeyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateFilterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateOrgEc2DeepInspectionConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
|
|
4
2
|
import type { ListFindingsRequest, ListFindingsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListFindingsCommandInput extends ListFindingsRequest {
|
|
|
22
19
|
export interface ListFindingsCommandOutput extends ListFindingsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListFindingsCommand_base: {
|
|
25
|
-
new (input: ListFindingsCommandInput): import("@smithy/core/client").CommandImpl<ListFindingsCommandInput, ListFindingsCommandOutput, Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListFindingsCommandInput]): import("@smithy/core/client").CommandImpl<ListFindingsCommandInput, ListFindingsCommandOutput, Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListFindingsCommandInput): import("@smithy/core/client").CommandImpl<ListFindingsCommandInput, ListFindingsCommandOutput, import("..").Inspector2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListFindingsCommandInput]): import("@smithy/core/client").CommandImpl<ListFindingsCommandInput, ListFindingsCommandOutput, import("..").Inspector2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists findings for your environment.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
|
|
4
2
|
import type { ListMembersRequest, ListMembersResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListMembersCommandInput extends ListMembersRequest {
|
|
|
22
19
|
export interface ListMembersCommandOutput extends ListMembersResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListMembersCommand_base: {
|
|
25
|
-
new (input: ListMembersCommandInput): import("@smithy/core/client").CommandImpl<ListMembersCommandInput, ListMembersCommandOutput, Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListMembersCommandInput]): import("@smithy/core/client").CommandImpl<ListMembersCommandInput, ListMembersCommandOutput, Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListMembersCommandInput): import("@smithy/core/client").CommandImpl<ListMembersCommandInput, ListMembersCommandOutput, import("..").Inspector2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListMembersCommandInput]): import("@smithy/core/client").CommandImpl<ListMembersCommandInput, ListMembersCommandOutput, import("..").Inspector2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>List members associated with the Amazon Inspector delegated administrator for your
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
|
|
4
2
|
import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
19
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").Inspector2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").Inspector2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists all tags attached to a given resource.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
|
|
4
2
|
import type { ListUsageTotalsRequest, ListUsageTotalsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListUsageTotalsCommandInput extends ListUsageTotalsRequest {
|
|
|
22
19
|
export interface ListUsageTotalsCommandOutput extends ListUsageTotalsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListUsageTotalsCommand_base: {
|
|
25
|
-
new (input: ListUsageTotalsCommandInput): import("@smithy/core/client").CommandImpl<ListUsageTotalsCommandInput, ListUsageTotalsCommandOutput, Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListUsageTotalsCommandInput]): import("@smithy/core/client").CommandImpl<ListUsageTotalsCommandInput, ListUsageTotalsCommandOutput, Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListUsageTotalsCommandInput): import("@smithy/core/client").CommandImpl<ListUsageTotalsCommandInput, ListUsageTotalsCommandOutput, import("..").Inspector2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListUsageTotalsCommandInput]): import("@smithy/core/client").CommandImpl<ListUsageTotalsCommandInput, ListUsageTotalsCommandOutput, import("..").Inspector2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the Amazon Inspector usage totals over the last 30 days.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
|
|
4
2
|
import type { ResetEncryptionKeyRequest, ResetEncryptionKeyResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ResetEncryptionKeyCommandInput extends ResetEncryptionKeyReques
|
|
|
22
19
|
export interface ResetEncryptionKeyCommandOutput extends ResetEncryptionKeyResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ResetEncryptionKeyCommand_base: {
|
|
25
|
-
new (input: ResetEncryptionKeyCommandInput): import("@smithy/core/client").CommandImpl<ResetEncryptionKeyCommandInput, ResetEncryptionKeyCommandOutput, Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ResetEncryptionKeyCommandInput): import("@smithy/core/client").CommandImpl<ResetEncryptionKeyCommandInput, ResetEncryptionKeyCommandOutput, Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ResetEncryptionKeyCommandInput): import("@smithy/core/client").CommandImpl<ResetEncryptionKeyCommandInput, ResetEncryptionKeyCommandOutput, import("..").Inspector2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ResetEncryptionKeyCommandInput): import("@smithy/core/client").CommandImpl<ResetEncryptionKeyCommandInput, ResetEncryptionKeyCommandOutput, import("..").Inspector2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Resets an encryption key. After the key is reset your resources will be encrypted by an
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
|
|
4
2
|
import type { SearchVulnerabilitiesRequest, SearchVulnerabilitiesResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface SearchVulnerabilitiesCommandInput extends SearchVulnerabilities
|
|
|
22
19
|
export interface SearchVulnerabilitiesCommandOutput extends SearchVulnerabilitiesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const SearchVulnerabilitiesCommand_base: {
|
|
25
|
-
new (input: SearchVulnerabilitiesCommandInput): import("@smithy/core/client").CommandImpl<SearchVulnerabilitiesCommandInput, SearchVulnerabilitiesCommandOutput, Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: SearchVulnerabilitiesCommandInput): import("@smithy/core/client").CommandImpl<SearchVulnerabilitiesCommandInput, SearchVulnerabilitiesCommandOutput, Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: SearchVulnerabilitiesCommandInput): import("@smithy/core/client").CommandImpl<SearchVulnerabilitiesCommandInput, SearchVulnerabilitiesCommandOutput, import("..").Inspector2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: SearchVulnerabilitiesCommandInput): import("@smithy/core/client").CommandImpl<SearchVulnerabilitiesCommandInput, SearchVulnerabilitiesCommandOutput, import("..").Inspector2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists Amazon Inspector coverage details for a specific vulnerability.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
|
|
4
2
|
import type { SendCisSessionHealthRequest, SendCisSessionHealthResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface SendCisSessionHealthCommandInput extends SendCisSessionHealthRe
|
|
|
22
19
|
export interface SendCisSessionHealthCommandOutput extends SendCisSessionHealthResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const SendCisSessionHealthCommand_base: {
|
|
25
|
-
new (input: SendCisSessionHealthCommandInput): import("@smithy/core/client").CommandImpl<SendCisSessionHealthCommandInput, SendCisSessionHealthCommandOutput, Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: SendCisSessionHealthCommandInput): import("@smithy/core/client").CommandImpl<SendCisSessionHealthCommandInput, SendCisSessionHealthCommandOutput, Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: SendCisSessionHealthCommandInput): import("@smithy/core/client").CommandImpl<SendCisSessionHealthCommandInput, SendCisSessionHealthCommandOutput, import("..").Inspector2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: SendCisSessionHealthCommandInput): import("@smithy/core/client").CommandImpl<SendCisSessionHealthCommandInput, SendCisSessionHealthCommandOutput, import("..").Inspector2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Sends a CIS session health. This API is used by the Amazon Inspector SSM plugin to
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
|
|
4
2
|
import type { SendCisSessionTelemetryRequest, SendCisSessionTelemetryResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface SendCisSessionTelemetryCommandInput extends SendCisSessionTelem
|
|
|
22
19
|
export interface SendCisSessionTelemetryCommandOutput extends SendCisSessionTelemetryResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const SendCisSessionTelemetryCommand_base: {
|
|
25
|
-
new (input: SendCisSessionTelemetryCommandInput): import("@smithy/core/client").CommandImpl<SendCisSessionTelemetryCommandInput, SendCisSessionTelemetryCommandOutput, Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: SendCisSessionTelemetryCommandInput): import("@smithy/core/client").CommandImpl<SendCisSessionTelemetryCommandInput, SendCisSessionTelemetryCommandOutput, Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: SendCisSessionTelemetryCommandInput): import("@smithy/core/client").CommandImpl<SendCisSessionTelemetryCommandInput, SendCisSessionTelemetryCommandOutput, import("..").Inspector2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: SendCisSessionTelemetryCommandInput): import("@smithy/core/client").CommandImpl<SendCisSessionTelemetryCommandInput, SendCisSessionTelemetryCommandOutput, import("..").Inspector2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Sends a CIS session telemetry. This API is used by the Amazon Inspector SSM plugin to
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
|
|
4
2
|
import type { StartCisSessionRequest, StartCisSessionResponse } from "../models/models_1";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface StartCisSessionCommandInput extends StartCisSessionRequest {
|
|
|
22
19
|
export interface StartCisSessionCommandOutput extends StartCisSessionResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const StartCisSessionCommand_base: {
|
|
25
|
-
new (input: StartCisSessionCommandInput): import("@smithy/core/client").CommandImpl<StartCisSessionCommandInput, StartCisSessionCommandOutput, Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: StartCisSessionCommandInput): import("@smithy/core/client").CommandImpl<StartCisSessionCommandInput, StartCisSessionCommandOutput, Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: StartCisSessionCommandInput): import("@smithy/core/client").CommandImpl<StartCisSessionCommandInput, StartCisSessionCommandOutput, import("..").Inspector2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: StartCisSessionCommandInput): import("@smithy/core/client").CommandImpl<StartCisSessionCommandInput, StartCisSessionCommandOutput, import("..").Inspector2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Starts a CIS session. This API is used by the Amazon Inspector SSM plugin to
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
|
|
4
2
|
import type { StartCodeSecurityScanRequest, StartCodeSecurityScanResponse } from "../models/models_1";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface StartCodeSecurityScanCommandInput extends StartCodeSecurityScan
|
|
|
22
19
|
export interface StartCodeSecurityScanCommandOutput extends StartCodeSecurityScanResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const StartCodeSecurityScanCommand_base: {
|
|
25
|
-
new (input: StartCodeSecurityScanCommandInput): import("@smithy/core/client").CommandImpl<StartCodeSecurityScanCommandInput, StartCodeSecurityScanCommandOutput, Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: StartCodeSecurityScanCommandInput): import("@smithy/core/client").CommandImpl<StartCodeSecurityScanCommandInput, StartCodeSecurityScanCommandOutput, Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: StartCodeSecurityScanCommandInput): import("@smithy/core/client").CommandImpl<StartCodeSecurityScanCommandInput, StartCodeSecurityScanCommandOutput, import("..").Inspector2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: StartCodeSecurityScanCommandInput): import("@smithy/core/client").CommandImpl<StartCodeSecurityScanCommandInput, StartCodeSecurityScanCommandOutput, import("..").Inspector2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Initiates a code security scan on a specified repository.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
|
|
4
2
|
import type { StopCisSessionRequest, StopCisSessionResponse } from "../models/models_1";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface StopCisSessionCommandInput extends StopCisSessionRequest {
|
|
|
22
19
|
export interface StopCisSessionCommandOutput extends StopCisSessionResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const StopCisSessionCommand_base: {
|
|
25
|
-
new (input: StopCisSessionCommandInput): import("@smithy/core/client").CommandImpl<StopCisSessionCommandInput, StopCisSessionCommandOutput, Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: StopCisSessionCommandInput): import("@smithy/core/client").CommandImpl<StopCisSessionCommandInput, StopCisSessionCommandOutput, Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: StopCisSessionCommandInput): import("@smithy/core/client").CommandImpl<StopCisSessionCommandInput, StopCisSessionCommandOutput, import("..").Inspector2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: StopCisSessionCommandInput): import("@smithy/core/client").CommandImpl<StopCisSessionCommandInput, StopCisSessionCommandOutput, import("..").Inspector2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Stops a CIS session. This API is used by the Amazon Inspector SSM plugin to
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
|
|
4
2
|
import type { TagResourceRequest, TagResourceResponse } from "../models/models_1";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
22
19
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").Inspector2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").Inspector2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Adds tags to a resource.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
|
|
4
2
|
import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_1";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
22
19
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").Inspector2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").Inspector2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Removes tags from a resource.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
|
|
4
2
|
import type { UpdateCisScanConfigurationRequest, UpdateCisScanConfigurationResponse } from "../models/models_1";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateCisScanConfigurationCommandInput extends UpdateCisScanCon
|
|
|
22
19
|
export interface UpdateCisScanConfigurationCommandOutput extends UpdateCisScanConfigurationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateCisScanConfigurationCommand_base: {
|
|
25
|
-
new (input: UpdateCisScanConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateCisScanConfigurationCommandInput, UpdateCisScanConfigurationCommandOutput, Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateCisScanConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateCisScanConfigurationCommandInput, UpdateCisScanConfigurationCommandOutput, Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateCisScanConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateCisScanConfigurationCommandInput, UpdateCisScanConfigurationCommandOutput, import("..").Inspector2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateCisScanConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateCisScanConfigurationCommandInput, UpdateCisScanConfigurationCommandOutput, import("..").Inspector2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates a CIS scan configuration.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
|
|
4
2
|
import type { UpdateCodeSecurityIntegrationRequest, UpdateCodeSecurityIntegrationResponse } from "../models/models_1";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateCodeSecurityIntegrationCommandInput extends UpdateCodeSec
|
|
|
22
19
|
export interface UpdateCodeSecurityIntegrationCommandOutput extends UpdateCodeSecurityIntegrationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateCodeSecurityIntegrationCommand_base: {
|
|
25
|
-
new (input: UpdateCodeSecurityIntegrationCommandInput): import("@smithy/core/client").CommandImpl<UpdateCodeSecurityIntegrationCommandInput, UpdateCodeSecurityIntegrationCommandOutput, Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateCodeSecurityIntegrationCommandInput): import("@smithy/core/client").CommandImpl<UpdateCodeSecurityIntegrationCommandInput, UpdateCodeSecurityIntegrationCommandOutput, Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateCodeSecurityIntegrationCommandInput): import("@smithy/core/client").CommandImpl<UpdateCodeSecurityIntegrationCommandInput, UpdateCodeSecurityIntegrationCommandOutput, import("..").Inspector2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateCodeSecurityIntegrationCommandInput): import("@smithy/core/client").CommandImpl<UpdateCodeSecurityIntegrationCommandInput, UpdateCodeSecurityIntegrationCommandOutput, import("..").Inspector2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates an existing code security integration.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
|
|
4
2
|
import type { UpdateCodeSecurityScanConfigurationRequest, UpdateCodeSecurityScanConfigurationResponse } from "../models/models_1";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateCodeSecurityScanConfigurationCommandInput extends UpdateC
|
|
|
22
19
|
export interface UpdateCodeSecurityScanConfigurationCommandOutput extends UpdateCodeSecurityScanConfigurationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateCodeSecurityScanConfigurationCommand_base: {
|
|
25
|
-
new (input: UpdateCodeSecurityScanConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateCodeSecurityScanConfigurationCommandInput, UpdateCodeSecurityScanConfigurationCommandOutput, Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateCodeSecurityScanConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateCodeSecurityScanConfigurationCommandInput, UpdateCodeSecurityScanConfigurationCommandOutput, Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateCodeSecurityScanConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateCodeSecurityScanConfigurationCommandInput, UpdateCodeSecurityScanConfigurationCommandOutput, import("..").Inspector2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateCodeSecurityScanConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateCodeSecurityScanConfigurationCommandInput, UpdateCodeSecurityScanConfigurationCommandOutput, import("..").Inspector2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates an existing code security scan configuration.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
|
|
4
2
|
import type { UpdateConfigurationRequest, UpdateConfigurationResponse } from "../models/models_1";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateConfigurationCommandInput extends UpdateConfigurationRequ
|
|
|
22
19
|
export interface UpdateConfigurationCommandOutput extends UpdateConfigurationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateConfigurationCommand_base: {
|
|
25
|
-
new (input: UpdateConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateConfigurationCommandInput, UpdateConfigurationCommandOutput, Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [UpdateConfigurationCommandInput]): import("@smithy/core/client").CommandImpl<UpdateConfigurationCommandInput, UpdateConfigurationCommandOutput, Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateConfigurationCommandInput, UpdateConfigurationCommandOutput, import("..").Inspector2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [UpdateConfigurationCommandInput]): import("@smithy/core/client").CommandImpl<UpdateConfigurationCommandInput, UpdateConfigurationCommandOutput, import("..").Inspector2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates setting configurations for your Amazon Inspector account. When you use this API as an Amazon Inspector
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
|
|
4
2
|
import type { UpdateEc2DeepInspectionConfigurationRequest, UpdateEc2DeepInspectionConfigurationResponse } from "../models/models_1";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateEc2DeepInspectionConfigurationCommandInput extends Update
|
|
|
22
19
|
export interface UpdateEc2DeepInspectionConfigurationCommandOutput extends UpdateEc2DeepInspectionConfigurationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateEc2DeepInspectionConfigurationCommand_base: {
|
|
25
|
-
new (input: UpdateEc2DeepInspectionConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateEc2DeepInspectionConfigurationCommandInput, UpdateEc2DeepInspectionConfigurationCommandOutput, Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [UpdateEc2DeepInspectionConfigurationCommandInput]): import("@smithy/core/client").CommandImpl<UpdateEc2DeepInspectionConfigurationCommandInput, UpdateEc2DeepInspectionConfigurationCommandOutput, Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateEc2DeepInspectionConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateEc2DeepInspectionConfigurationCommandInput, UpdateEc2DeepInspectionConfigurationCommandOutput, import("..").Inspector2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [UpdateEc2DeepInspectionConfigurationCommandInput]): import("@smithy/core/client").CommandImpl<UpdateEc2DeepInspectionConfigurationCommandInput, UpdateEc2DeepInspectionConfigurationCommandOutput, import("..").Inspector2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Activates, deactivates Amazon Inspector deep inspection, or updates custom paths for your account.
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
|
|
4
2
|
import type { UpdateEncryptionKeyRequest, UpdateEncryptionKeyResponse } from "../models/models_1";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateEncryptionKeyCommandInput extends UpdateEncryptionKeyRequ
|
|
|
22
19
|
export interface UpdateEncryptionKeyCommandOutput extends UpdateEncryptionKeyResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateEncryptionKeyCommand_base: {
|
|
25
|
-
new (input: UpdateEncryptionKeyCommandInput): import("@smithy/core/client").CommandImpl<UpdateEncryptionKeyCommandInput, UpdateEncryptionKeyCommandOutput, Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateEncryptionKeyCommandInput): import("@smithy/core/client").CommandImpl<UpdateEncryptionKeyCommandInput, UpdateEncryptionKeyCommandOutput, Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateEncryptionKeyCommandInput): import("@smithy/core/client").CommandImpl<UpdateEncryptionKeyCommandInput, UpdateEncryptionKeyCommandOutput, import("..").Inspector2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateEncryptionKeyCommandInput): import("@smithy/core/client").CommandImpl<UpdateEncryptionKeyCommandInput, UpdateEncryptionKeyCommandOutput, import("..").Inspector2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates an encryption key. A <code>ResourceNotFoundException</code> means that an
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
|
|
4
2
|
import type { UpdateFilterRequest, UpdateFilterResponse } from "../models/models_1";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateFilterCommandInput extends UpdateFilterRequest {
|
|
|
22
19
|
export interface UpdateFilterCommandOutput extends UpdateFilterResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateFilterCommand_base: {
|
|
25
|
-
new (input: UpdateFilterCommandInput): import("@smithy/core/client").CommandImpl<UpdateFilterCommandInput, UpdateFilterCommandOutput, Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateFilterCommandInput): import("@smithy/core/client").CommandImpl<UpdateFilterCommandInput, UpdateFilterCommandOutput, Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateFilterCommandInput): import("@smithy/core/client").CommandImpl<UpdateFilterCommandInput, UpdateFilterCommandOutput, import("..").Inspector2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateFilterCommandInput): import("@smithy/core/client").CommandImpl<UpdateFilterCommandInput, UpdateFilterCommandOutput, import("..").Inspector2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Specifies the action that is to be applied to the findings that match the filter.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
|
|
4
2
|
import type { UpdateOrgEc2DeepInspectionConfigurationRequest, UpdateOrgEc2DeepInspectionConfigurationResponse } from "../models/models_1";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateOrgEc2DeepInspectionConfigurationCommandInput extends Upd
|
|
|
22
19
|
export interface UpdateOrgEc2DeepInspectionConfigurationCommandOutput extends UpdateOrgEc2DeepInspectionConfigurationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateOrgEc2DeepInspectionConfigurationCommand_base: {
|
|
25
|
-
new (input: UpdateOrgEc2DeepInspectionConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateOrgEc2DeepInspectionConfigurationCommandInput, UpdateOrgEc2DeepInspectionConfigurationCommandOutput, Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateOrgEc2DeepInspectionConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateOrgEc2DeepInspectionConfigurationCommandInput, UpdateOrgEc2DeepInspectionConfigurationCommandOutput, Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateOrgEc2DeepInspectionConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateOrgEc2DeepInspectionConfigurationCommandInput, UpdateOrgEc2DeepInspectionConfigurationCommandOutput, import("..").Inspector2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateOrgEc2DeepInspectionConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateOrgEc2DeepInspectionConfigurationCommandInput, UpdateOrgEc2DeepInspectionConfigurationCommandOutput, import("..").Inspector2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the Amazon Inspector deep inspection custom paths for your organization. You must be an
|