@aws-sdk/client-inspector2 3.1019.0 → 3.1021.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-es/Inspector2.js +3 -3
- package/dist-types/Inspector2.d.ts +75 -75
- package/dist-types/Inspector2Client.d.ts +78 -78
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/errors.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/models/models_1.d.ts +1 -1
- package/dist-types/pagination/GetCisScanResultDetailsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetClustersForImagePaginator.d.ts +1 -1
- package/dist-types/pagination/ListAccountPermissionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCisScanConfigurationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCisScanResultsAggregatedByChecksPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCisScanResultsAggregatedByTargetResourcePaginator.d.ts +1 -1
- package/dist-types/pagination/ListCisScansPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCoveragePaginator.d.ts +1 -1
- package/dist-types/pagination/ListCoverageStatisticsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDelegatedAdminAccountsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFiltersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFindingAggregationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFindingsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMembersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListUsageTotalsPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchVulnerabilitiesPaginator.d.ts +1 -1
- package/dist-types/ts3.4/Inspector2Client.d.ts +2 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/package.json +14 -14
package/dist-es/Inspector2.js
CHANGED
|
@@ -50,10 +50,10 @@ import { ListCodeSecurityScanConfigurationsCommand, } from "./commands/ListCodeS
|
|
|
50
50
|
import { ListCoverageCommand, } from "./commands/ListCoverageCommand";
|
|
51
51
|
import { ListCoverageStatisticsCommand, } from "./commands/ListCoverageStatisticsCommand";
|
|
52
52
|
import { ListDelegatedAdminAccountsCommand, } from "./commands/ListDelegatedAdminAccountsCommand";
|
|
53
|
-
import { ListFiltersCommand } from "./commands/ListFiltersCommand";
|
|
53
|
+
import { ListFiltersCommand, } from "./commands/ListFiltersCommand";
|
|
54
54
|
import { ListFindingAggregationsCommand, } from "./commands/ListFindingAggregationsCommand";
|
|
55
55
|
import { ListFindingsCommand, } from "./commands/ListFindingsCommand";
|
|
56
|
-
import { ListMembersCommand } from "./commands/ListMembersCommand";
|
|
56
|
+
import { ListMembersCommand, } from "./commands/ListMembersCommand";
|
|
57
57
|
import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
|
|
58
58
|
import { ListUsageTotalsCommand, } from "./commands/ListUsageTotalsCommand";
|
|
59
59
|
import { ResetEncryptionKeyCommand, } from "./commands/ResetEncryptionKeyCommand";
|
|
@@ -63,7 +63,7 @@ import { SendCisSessionTelemetryCommand, } from "./commands/SendCisSessionTeleme
|
|
|
63
63
|
import { StartCisSessionCommand, } from "./commands/StartCisSessionCommand";
|
|
64
64
|
import { StartCodeSecurityScanCommand, } from "./commands/StartCodeSecurityScanCommand";
|
|
65
65
|
import { StopCisSessionCommand, } from "./commands/StopCisSessionCommand";
|
|
66
|
-
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
66
|
+
import { TagResourceCommand, } from "./commands/TagResourceCommand";
|
|
67
67
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
68
68
|
import { UpdateCisScanConfigurationCommand, } from "./commands/UpdateCisScanConfigurationCommand";
|
|
69
69
|
import { UpdateCodeSecurityIntegrationCommand, } from "./commands/UpdateCodeSecurityIntegrationCommand";
|
|
@@ -1,79 +1,79 @@
|
|
|
1
1
|
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
|
|
2
|
-
import { AssociateMemberCommandInput, AssociateMemberCommandOutput } from "./commands/AssociateMemberCommand";
|
|
3
|
-
import { BatchAssociateCodeSecurityScanConfigurationCommandInput, BatchAssociateCodeSecurityScanConfigurationCommandOutput } from "./commands/BatchAssociateCodeSecurityScanConfigurationCommand";
|
|
4
|
-
import { BatchDisassociateCodeSecurityScanConfigurationCommandInput, BatchDisassociateCodeSecurityScanConfigurationCommandOutput } from "./commands/BatchDisassociateCodeSecurityScanConfigurationCommand";
|
|
5
|
-
import { BatchGetAccountStatusCommandInput, BatchGetAccountStatusCommandOutput } from "./commands/BatchGetAccountStatusCommand";
|
|
6
|
-
import { BatchGetCodeSnippetCommandInput, BatchGetCodeSnippetCommandOutput } from "./commands/BatchGetCodeSnippetCommand";
|
|
7
|
-
import { BatchGetFindingDetailsCommandInput, BatchGetFindingDetailsCommandOutput } from "./commands/BatchGetFindingDetailsCommand";
|
|
8
|
-
import { BatchGetFreeTrialInfoCommandInput, BatchGetFreeTrialInfoCommandOutput } from "./commands/BatchGetFreeTrialInfoCommand";
|
|
9
|
-
import { BatchGetMemberEc2DeepInspectionStatusCommandInput, BatchGetMemberEc2DeepInspectionStatusCommandOutput } from "./commands/BatchGetMemberEc2DeepInspectionStatusCommand";
|
|
10
|
-
import { BatchUpdateMemberEc2DeepInspectionStatusCommandInput, BatchUpdateMemberEc2DeepInspectionStatusCommandOutput } from "./commands/BatchUpdateMemberEc2DeepInspectionStatusCommand";
|
|
11
|
-
import { CancelFindingsReportCommandInput, CancelFindingsReportCommandOutput } from "./commands/CancelFindingsReportCommand";
|
|
12
|
-
import { CancelSbomExportCommandInput, CancelSbomExportCommandOutput } from "./commands/CancelSbomExportCommand";
|
|
13
|
-
import { CreateCisScanConfigurationCommandInput, CreateCisScanConfigurationCommandOutput } from "./commands/CreateCisScanConfigurationCommand";
|
|
14
|
-
import { CreateCodeSecurityIntegrationCommandInput, CreateCodeSecurityIntegrationCommandOutput } from "./commands/CreateCodeSecurityIntegrationCommand";
|
|
15
|
-
import { CreateCodeSecurityScanConfigurationCommandInput, CreateCodeSecurityScanConfigurationCommandOutput } from "./commands/CreateCodeSecurityScanConfigurationCommand";
|
|
16
|
-
import { CreateFilterCommandInput, CreateFilterCommandOutput } from "./commands/CreateFilterCommand";
|
|
17
|
-
import { CreateFindingsReportCommandInput, CreateFindingsReportCommandOutput } from "./commands/CreateFindingsReportCommand";
|
|
18
|
-
import { CreateSbomExportCommandInput, CreateSbomExportCommandOutput } from "./commands/CreateSbomExportCommand";
|
|
19
|
-
import { DeleteCisScanConfigurationCommandInput, DeleteCisScanConfigurationCommandOutput } from "./commands/DeleteCisScanConfigurationCommand";
|
|
20
|
-
import { DeleteCodeSecurityIntegrationCommandInput, DeleteCodeSecurityIntegrationCommandOutput } from "./commands/DeleteCodeSecurityIntegrationCommand";
|
|
21
|
-
import { DeleteCodeSecurityScanConfigurationCommandInput, DeleteCodeSecurityScanConfigurationCommandOutput } from "./commands/DeleteCodeSecurityScanConfigurationCommand";
|
|
22
|
-
import { DeleteFilterCommandInput, DeleteFilterCommandOutput } from "./commands/DeleteFilterCommand";
|
|
23
|
-
import { DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput } from "./commands/DescribeOrganizationConfigurationCommand";
|
|
24
|
-
import { DisableCommandInput, DisableCommandOutput } from "./commands/DisableCommand";
|
|
25
|
-
import { DisableDelegatedAdminAccountCommandInput, DisableDelegatedAdminAccountCommandOutput } from "./commands/DisableDelegatedAdminAccountCommand";
|
|
26
|
-
import { DisassociateMemberCommandInput, DisassociateMemberCommandOutput } from "./commands/DisassociateMemberCommand";
|
|
27
|
-
import { EnableCommandInput, EnableCommandOutput } from "./commands/EnableCommand";
|
|
28
|
-
import { EnableDelegatedAdminAccountCommandInput, EnableDelegatedAdminAccountCommandOutput } from "./commands/EnableDelegatedAdminAccountCommand";
|
|
29
|
-
import { GetCisScanReportCommandInput, GetCisScanReportCommandOutput } from "./commands/GetCisScanReportCommand";
|
|
30
|
-
import { GetCisScanResultDetailsCommandInput, GetCisScanResultDetailsCommandOutput } from "./commands/GetCisScanResultDetailsCommand";
|
|
31
|
-
import { GetClustersForImageCommandInput, GetClustersForImageCommandOutput } from "./commands/GetClustersForImageCommand";
|
|
32
|
-
import { GetCodeSecurityIntegrationCommandInput, GetCodeSecurityIntegrationCommandOutput } from "./commands/GetCodeSecurityIntegrationCommand";
|
|
33
|
-
import { GetCodeSecurityScanCommandInput, GetCodeSecurityScanCommandOutput } from "./commands/GetCodeSecurityScanCommand";
|
|
34
|
-
import { GetCodeSecurityScanConfigurationCommandInput, GetCodeSecurityScanConfigurationCommandOutput } from "./commands/GetCodeSecurityScanConfigurationCommand";
|
|
35
|
-
import { GetConfigurationCommandInput, GetConfigurationCommandOutput } from "./commands/GetConfigurationCommand";
|
|
36
|
-
import { GetDelegatedAdminAccountCommandInput, GetDelegatedAdminAccountCommandOutput } from "./commands/GetDelegatedAdminAccountCommand";
|
|
37
|
-
import { GetEc2DeepInspectionConfigurationCommandInput, GetEc2DeepInspectionConfigurationCommandOutput } from "./commands/GetEc2DeepInspectionConfigurationCommand";
|
|
38
|
-
import { GetEncryptionKeyCommandInput, GetEncryptionKeyCommandOutput } from "./commands/GetEncryptionKeyCommand";
|
|
39
|
-
import { GetFindingsReportStatusCommandInput, GetFindingsReportStatusCommandOutput } from "./commands/GetFindingsReportStatusCommand";
|
|
40
|
-
import { GetMemberCommandInput, GetMemberCommandOutput } from "./commands/GetMemberCommand";
|
|
41
|
-
import { GetSbomExportCommandInput, GetSbomExportCommandOutput } from "./commands/GetSbomExportCommand";
|
|
42
|
-
import { ListAccountPermissionsCommandInput, ListAccountPermissionsCommandOutput } from "./commands/ListAccountPermissionsCommand";
|
|
43
|
-
import { ListCisScanConfigurationsCommandInput, ListCisScanConfigurationsCommandOutput } from "./commands/ListCisScanConfigurationsCommand";
|
|
44
|
-
import { ListCisScanResultsAggregatedByChecksCommandInput, ListCisScanResultsAggregatedByChecksCommandOutput } from "./commands/ListCisScanResultsAggregatedByChecksCommand";
|
|
45
|
-
import { ListCisScanResultsAggregatedByTargetResourceCommandInput, ListCisScanResultsAggregatedByTargetResourceCommandOutput } from "./commands/ListCisScanResultsAggregatedByTargetResourceCommand";
|
|
46
|
-
import { ListCisScansCommandInput, ListCisScansCommandOutput } from "./commands/ListCisScansCommand";
|
|
47
|
-
import { ListCodeSecurityIntegrationsCommandInput, ListCodeSecurityIntegrationsCommandOutput } from "./commands/ListCodeSecurityIntegrationsCommand";
|
|
48
|
-
import { ListCodeSecurityScanConfigurationAssociationsCommandInput, ListCodeSecurityScanConfigurationAssociationsCommandOutput } from "./commands/ListCodeSecurityScanConfigurationAssociationsCommand";
|
|
49
|
-
import { ListCodeSecurityScanConfigurationsCommandInput, ListCodeSecurityScanConfigurationsCommandOutput } from "./commands/ListCodeSecurityScanConfigurationsCommand";
|
|
50
|
-
import { ListCoverageCommandInput, ListCoverageCommandOutput } from "./commands/ListCoverageCommand";
|
|
51
|
-
import { ListCoverageStatisticsCommandInput, ListCoverageStatisticsCommandOutput } from "./commands/ListCoverageStatisticsCommand";
|
|
52
|
-
import { ListDelegatedAdminAccountsCommandInput, ListDelegatedAdminAccountsCommandOutput } from "./commands/ListDelegatedAdminAccountsCommand";
|
|
53
|
-
import { ListFiltersCommandInput, ListFiltersCommandOutput } from "./commands/ListFiltersCommand";
|
|
54
|
-
import { ListFindingAggregationsCommandInput, ListFindingAggregationsCommandOutput } from "./commands/ListFindingAggregationsCommand";
|
|
55
|
-
import { ListFindingsCommandInput, ListFindingsCommandOutput } from "./commands/ListFindingsCommand";
|
|
56
|
-
import { ListMembersCommandInput, ListMembersCommandOutput } from "./commands/ListMembersCommand";
|
|
57
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
58
|
-
import { ListUsageTotalsCommandInput, ListUsageTotalsCommandOutput } from "./commands/ListUsageTotalsCommand";
|
|
59
|
-
import { ResetEncryptionKeyCommandInput, ResetEncryptionKeyCommandOutput } from "./commands/ResetEncryptionKeyCommand";
|
|
60
|
-
import { SearchVulnerabilitiesCommandInput, SearchVulnerabilitiesCommandOutput } from "./commands/SearchVulnerabilitiesCommand";
|
|
61
|
-
import { SendCisSessionHealthCommandInput, SendCisSessionHealthCommandOutput } from "./commands/SendCisSessionHealthCommand";
|
|
62
|
-
import { SendCisSessionTelemetryCommandInput, SendCisSessionTelemetryCommandOutput } from "./commands/SendCisSessionTelemetryCommand";
|
|
63
|
-
import { StartCisSessionCommandInput, StartCisSessionCommandOutput } from "./commands/StartCisSessionCommand";
|
|
64
|
-
import { StartCodeSecurityScanCommandInput, StartCodeSecurityScanCommandOutput } from "./commands/StartCodeSecurityScanCommand";
|
|
65
|
-
import { StopCisSessionCommandInput, StopCisSessionCommandOutput } from "./commands/StopCisSessionCommand";
|
|
66
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
67
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
68
|
-
import { UpdateCisScanConfigurationCommandInput, UpdateCisScanConfigurationCommandOutput } from "./commands/UpdateCisScanConfigurationCommand";
|
|
69
|
-
import { UpdateCodeSecurityIntegrationCommandInput, UpdateCodeSecurityIntegrationCommandOutput } from "./commands/UpdateCodeSecurityIntegrationCommand";
|
|
70
|
-
import { UpdateCodeSecurityScanConfigurationCommandInput, UpdateCodeSecurityScanConfigurationCommandOutput } from "./commands/UpdateCodeSecurityScanConfigurationCommand";
|
|
71
|
-
import { UpdateConfigurationCommandInput, UpdateConfigurationCommandOutput } from "./commands/UpdateConfigurationCommand";
|
|
72
|
-
import { UpdateEc2DeepInspectionConfigurationCommandInput, UpdateEc2DeepInspectionConfigurationCommandOutput } from "./commands/UpdateEc2DeepInspectionConfigurationCommand";
|
|
73
|
-
import { UpdateEncryptionKeyCommandInput, UpdateEncryptionKeyCommandOutput } from "./commands/UpdateEncryptionKeyCommand";
|
|
74
|
-
import { UpdateFilterCommandInput, UpdateFilterCommandOutput } from "./commands/UpdateFilterCommand";
|
|
75
|
-
import { UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput } from "./commands/UpdateOrganizationConfigurationCommand";
|
|
76
|
-
import { UpdateOrgEc2DeepInspectionConfigurationCommandInput, UpdateOrgEc2DeepInspectionConfigurationCommandOutput } from "./commands/UpdateOrgEc2DeepInspectionConfigurationCommand";
|
|
2
|
+
import { type AssociateMemberCommandInput, type AssociateMemberCommandOutput } from "./commands/AssociateMemberCommand";
|
|
3
|
+
import { type BatchAssociateCodeSecurityScanConfigurationCommandInput, type BatchAssociateCodeSecurityScanConfigurationCommandOutput } from "./commands/BatchAssociateCodeSecurityScanConfigurationCommand";
|
|
4
|
+
import { type BatchDisassociateCodeSecurityScanConfigurationCommandInput, type BatchDisassociateCodeSecurityScanConfigurationCommandOutput } from "./commands/BatchDisassociateCodeSecurityScanConfigurationCommand";
|
|
5
|
+
import { type BatchGetAccountStatusCommandInput, type BatchGetAccountStatusCommandOutput } from "./commands/BatchGetAccountStatusCommand";
|
|
6
|
+
import { type BatchGetCodeSnippetCommandInput, type BatchGetCodeSnippetCommandOutput } from "./commands/BatchGetCodeSnippetCommand";
|
|
7
|
+
import { type BatchGetFindingDetailsCommandInput, type BatchGetFindingDetailsCommandOutput } from "./commands/BatchGetFindingDetailsCommand";
|
|
8
|
+
import { type BatchGetFreeTrialInfoCommandInput, type BatchGetFreeTrialInfoCommandOutput } from "./commands/BatchGetFreeTrialInfoCommand";
|
|
9
|
+
import { type BatchGetMemberEc2DeepInspectionStatusCommandInput, type BatchGetMemberEc2DeepInspectionStatusCommandOutput } from "./commands/BatchGetMemberEc2DeepInspectionStatusCommand";
|
|
10
|
+
import { type BatchUpdateMemberEc2DeepInspectionStatusCommandInput, type BatchUpdateMemberEc2DeepInspectionStatusCommandOutput } from "./commands/BatchUpdateMemberEc2DeepInspectionStatusCommand";
|
|
11
|
+
import { type CancelFindingsReportCommandInput, type CancelFindingsReportCommandOutput } from "./commands/CancelFindingsReportCommand";
|
|
12
|
+
import { type CancelSbomExportCommandInput, type CancelSbomExportCommandOutput } from "./commands/CancelSbomExportCommand";
|
|
13
|
+
import { type CreateCisScanConfigurationCommandInput, type CreateCisScanConfigurationCommandOutput } from "./commands/CreateCisScanConfigurationCommand";
|
|
14
|
+
import { type CreateCodeSecurityIntegrationCommandInput, type CreateCodeSecurityIntegrationCommandOutput } from "./commands/CreateCodeSecurityIntegrationCommand";
|
|
15
|
+
import { type CreateCodeSecurityScanConfigurationCommandInput, type CreateCodeSecurityScanConfigurationCommandOutput } from "./commands/CreateCodeSecurityScanConfigurationCommand";
|
|
16
|
+
import { type CreateFilterCommandInput, type CreateFilterCommandOutput } from "./commands/CreateFilterCommand";
|
|
17
|
+
import { type CreateFindingsReportCommandInput, type CreateFindingsReportCommandOutput } from "./commands/CreateFindingsReportCommand";
|
|
18
|
+
import { type CreateSbomExportCommandInput, type CreateSbomExportCommandOutput } from "./commands/CreateSbomExportCommand";
|
|
19
|
+
import { type DeleteCisScanConfigurationCommandInput, type DeleteCisScanConfigurationCommandOutput } from "./commands/DeleteCisScanConfigurationCommand";
|
|
20
|
+
import { type DeleteCodeSecurityIntegrationCommandInput, type DeleteCodeSecurityIntegrationCommandOutput } from "./commands/DeleteCodeSecurityIntegrationCommand";
|
|
21
|
+
import { type DeleteCodeSecurityScanConfigurationCommandInput, type DeleteCodeSecurityScanConfigurationCommandOutput } from "./commands/DeleteCodeSecurityScanConfigurationCommand";
|
|
22
|
+
import { type DeleteFilterCommandInput, type DeleteFilterCommandOutput } from "./commands/DeleteFilterCommand";
|
|
23
|
+
import { type DescribeOrganizationConfigurationCommandInput, type DescribeOrganizationConfigurationCommandOutput } from "./commands/DescribeOrganizationConfigurationCommand";
|
|
24
|
+
import { type DisableCommandInput, type DisableCommandOutput } from "./commands/DisableCommand";
|
|
25
|
+
import { type DisableDelegatedAdminAccountCommandInput, type DisableDelegatedAdminAccountCommandOutput } from "./commands/DisableDelegatedAdminAccountCommand";
|
|
26
|
+
import { type DisassociateMemberCommandInput, type DisassociateMemberCommandOutput } from "./commands/DisassociateMemberCommand";
|
|
27
|
+
import { type EnableCommandInput, type EnableCommandOutput } from "./commands/EnableCommand";
|
|
28
|
+
import { type EnableDelegatedAdminAccountCommandInput, type EnableDelegatedAdminAccountCommandOutput } from "./commands/EnableDelegatedAdminAccountCommand";
|
|
29
|
+
import { type GetCisScanReportCommandInput, type GetCisScanReportCommandOutput } from "./commands/GetCisScanReportCommand";
|
|
30
|
+
import { type GetCisScanResultDetailsCommandInput, type GetCisScanResultDetailsCommandOutput } from "./commands/GetCisScanResultDetailsCommand";
|
|
31
|
+
import { type GetClustersForImageCommandInput, type GetClustersForImageCommandOutput } from "./commands/GetClustersForImageCommand";
|
|
32
|
+
import { type GetCodeSecurityIntegrationCommandInput, type GetCodeSecurityIntegrationCommandOutput } from "./commands/GetCodeSecurityIntegrationCommand";
|
|
33
|
+
import { type GetCodeSecurityScanCommandInput, type GetCodeSecurityScanCommandOutput } from "./commands/GetCodeSecurityScanCommand";
|
|
34
|
+
import { type GetCodeSecurityScanConfigurationCommandInput, type GetCodeSecurityScanConfigurationCommandOutput } from "./commands/GetCodeSecurityScanConfigurationCommand";
|
|
35
|
+
import { type GetConfigurationCommandInput, type GetConfigurationCommandOutput } from "./commands/GetConfigurationCommand";
|
|
36
|
+
import { type GetDelegatedAdminAccountCommandInput, type GetDelegatedAdminAccountCommandOutput } from "./commands/GetDelegatedAdminAccountCommand";
|
|
37
|
+
import { type GetEc2DeepInspectionConfigurationCommandInput, type GetEc2DeepInspectionConfigurationCommandOutput } from "./commands/GetEc2DeepInspectionConfigurationCommand";
|
|
38
|
+
import { type GetEncryptionKeyCommandInput, type GetEncryptionKeyCommandOutput } from "./commands/GetEncryptionKeyCommand";
|
|
39
|
+
import { type GetFindingsReportStatusCommandInput, type GetFindingsReportStatusCommandOutput } from "./commands/GetFindingsReportStatusCommand";
|
|
40
|
+
import { type GetMemberCommandInput, type GetMemberCommandOutput } from "./commands/GetMemberCommand";
|
|
41
|
+
import { type GetSbomExportCommandInput, type GetSbomExportCommandOutput } from "./commands/GetSbomExportCommand";
|
|
42
|
+
import { type ListAccountPermissionsCommandInput, type ListAccountPermissionsCommandOutput } from "./commands/ListAccountPermissionsCommand";
|
|
43
|
+
import { type ListCisScanConfigurationsCommandInput, type ListCisScanConfigurationsCommandOutput } from "./commands/ListCisScanConfigurationsCommand";
|
|
44
|
+
import { type ListCisScanResultsAggregatedByChecksCommandInput, type ListCisScanResultsAggregatedByChecksCommandOutput } from "./commands/ListCisScanResultsAggregatedByChecksCommand";
|
|
45
|
+
import { type ListCisScanResultsAggregatedByTargetResourceCommandInput, type ListCisScanResultsAggregatedByTargetResourceCommandOutput } from "./commands/ListCisScanResultsAggregatedByTargetResourceCommand";
|
|
46
|
+
import { type ListCisScansCommandInput, type ListCisScansCommandOutput } from "./commands/ListCisScansCommand";
|
|
47
|
+
import { type ListCodeSecurityIntegrationsCommandInput, type ListCodeSecurityIntegrationsCommandOutput } from "./commands/ListCodeSecurityIntegrationsCommand";
|
|
48
|
+
import { type ListCodeSecurityScanConfigurationAssociationsCommandInput, type ListCodeSecurityScanConfigurationAssociationsCommandOutput } from "./commands/ListCodeSecurityScanConfigurationAssociationsCommand";
|
|
49
|
+
import { type ListCodeSecurityScanConfigurationsCommandInput, type ListCodeSecurityScanConfigurationsCommandOutput } from "./commands/ListCodeSecurityScanConfigurationsCommand";
|
|
50
|
+
import { type ListCoverageCommandInput, type ListCoverageCommandOutput } from "./commands/ListCoverageCommand";
|
|
51
|
+
import { type ListCoverageStatisticsCommandInput, type ListCoverageStatisticsCommandOutput } from "./commands/ListCoverageStatisticsCommand";
|
|
52
|
+
import { type ListDelegatedAdminAccountsCommandInput, type ListDelegatedAdminAccountsCommandOutput } from "./commands/ListDelegatedAdminAccountsCommand";
|
|
53
|
+
import { type ListFiltersCommandInput, type ListFiltersCommandOutput } from "./commands/ListFiltersCommand";
|
|
54
|
+
import { type ListFindingAggregationsCommandInput, type ListFindingAggregationsCommandOutput } from "./commands/ListFindingAggregationsCommand";
|
|
55
|
+
import { type ListFindingsCommandInput, type ListFindingsCommandOutput } from "./commands/ListFindingsCommand";
|
|
56
|
+
import { type ListMembersCommandInput, type ListMembersCommandOutput } from "./commands/ListMembersCommand";
|
|
57
|
+
import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
58
|
+
import { type ListUsageTotalsCommandInput, type ListUsageTotalsCommandOutput } from "./commands/ListUsageTotalsCommand";
|
|
59
|
+
import { type ResetEncryptionKeyCommandInput, type ResetEncryptionKeyCommandOutput } from "./commands/ResetEncryptionKeyCommand";
|
|
60
|
+
import { type SearchVulnerabilitiesCommandInput, type SearchVulnerabilitiesCommandOutput } from "./commands/SearchVulnerabilitiesCommand";
|
|
61
|
+
import { type SendCisSessionHealthCommandInput, type SendCisSessionHealthCommandOutput } from "./commands/SendCisSessionHealthCommand";
|
|
62
|
+
import { type SendCisSessionTelemetryCommandInput, type SendCisSessionTelemetryCommandOutput } from "./commands/SendCisSessionTelemetryCommand";
|
|
63
|
+
import { type StartCisSessionCommandInput, type StartCisSessionCommandOutput } from "./commands/StartCisSessionCommand";
|
|
64
|
+
import { type StartCodeSecurityScanCommandInput, type StartCodeSecurityScanCommandOutput } from "./commands/StartCodeSecurityScanCommand";
|
|
65
|
+
import { type StopCisSessionCommandInput, type StopCisSessionCommandOutput } from "./commands/StopCisSessionCommand";
|
|
66
|
+
import { type TagResourceCommandInput, type TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
67
|
+
import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
68
|
+
import { type UpdateCisScanConfigurationCommandInput, type UpdateCisScanConfigurationCommandOutput } from "./commands/UpdateCisScanConfigurationCommand";
|
|
69
|
+
import { type UpdateCodeSecurityIntegrationCommandInput, type UpdateCodeSecurityIntegrationCommandOutput } from "./commands/UpdateCodeSecurityIntegrationCommand";
|
|
70
|
+
import { type UpdateCodeSecurityScanConfigurationCommandInput, type UpdateCodeSecurityScanConfigurationCommandOutput } from "./commands/UpdateCodeSecurityScanConfigurationCommand";
|
|
71
|
+
import { type UpdateConfigurationCommandInput, type UpdateConfigurationCommandOutput } from "./commands/UpdateConfigurationCommand";
|
|
72
|
+
import { type UpdateEc2DeepInspectionConfigurationCommandInput, type UpdateEc2DeepInspectionConfigurationCommandOutput } from "./commands/UpdateEc2DeepInspectionConfigurationCommand";
|
|
73
|
+
import { type UpdateEncryptionKeyCommandInput, type UpdateEncryptionKeyCommandOutput } from "./commands/UpdateEncryptionKeyCommand";
|
|
74
|
+
import { type UpdateFilterCommandInput, type UpdateFilterCommandOutput } from "./commands/UpdateFilterCommand";
|
|
75
|
+
import { type UpdateOrganizationConfigurationCommandInput, type UpdateOrganizationConfigurationCommandOutput } from "./commands/UpdateOrganizationConfigurationCommand";
|
|
76
|
+
import { type UpdateOrgEc2DeepInspectionConfigurationCommandInput, type UpdateOrgEc2DeepInspectionConfigurationCommandOutput } from "./commands/UpdateOrgEc2DeepInspectionConfigurationCommand";
|
|
77
77
|
import { Inspector2Client } from "./Inspector2Client";
|
|
78
78
|
export interface Inspector2 {
|
|
79
79
|
/**
|
|
@@ -5,84 +5,84 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
|
|
|
5
5
|
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
-
import {
|
|
8
|
+
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
|
-
import { AssociateMemberCommandInput, AssociateMemberCommandOutput } from "./commands/AssociateMemberCommand";
|
|
11
|
-
import { BatchAssociateCodeSecurityScanConfigurationCommandInput, BatchAssociateCodeSecurityScanConfigurationCommandOutput } from "./commands/BatchAssociateCodeSecurityScanConfigurationCommand";
|
|
12
|
-
import { BatchDisassociateCodeSecurityScanConfigurationCommandInput, BatchDisassociateCodeSecurityScanConfigurationCommandOutput } from "./commands/BatchDisassociateCodeSecurityScanConfigurationCommand";
|
|
13
|
-
import { BatchGetAccountStatusCommandInput, BatchGetAccountStatusCommandOutput } from "./commands/BatchGetAccountStatusCommand";
|
|
14
|
-
import { BatchGetCodeSnippetCommandInput, BatchGetCodeSnippetCommandOutput } from "./commands/BatchGetCodeSnippetCommand";
|
|
15
|
-
import { BatchGetFindingDetailsCommandInput, BatchGetFindingDetailsCommandOutput } from "./commands/BatchGetFindingDetailsCommand";
|
|
16
|
-
import { BatchGetFreeTrialInfoCommandInput, BatchGetFreeTrialInfoCommandOutput } from "./commands/BatchGetFreeTrialInfoCommand";
|
|
17
|
-
import { BatchGetMemberEc2DeepInspectionStatusCommandInput, BatchGetMemberEc2DeepInspectionStatusCommandOutput } from "./commands/BatchGetMemberEc2DeepInspectionStatusCommand";
|
|
18
|
-
import { BatchUpdateMemberEc2DeepInspectionStatusCommandInput, BatchUpdateMemberEc2DeepInspectionStatusCommandOutput } from "./commands/BatchUpdateMemberEc2DeepInspectionStatusCommand";
|
|
19
|
-
import { CancelFindingsReportCommandInput, CancelFindingsReportCommandOutput } from "./commands/CancelFindingsReportCommand";
|
|
20
|
-
import { CancelSbomExportCommandInput, CancelSbomExportCommandOutput } from "./commands/CancelSbomExportCommand";
|
|
21
|
-
import { CreateCisScanConfigurationCommandInput, CreateCisScanConfigurationCommandOutput } from "./commands/CreateCisScanConfigurationCommand";
|
|
22
|
-
import { CreateCodeSecurityIntegrationCommandInput, CreateCodeSecurityIntegrationCommandOutput } from "./commands/CreateCodeSecurityIntegrationCommand";
|
|
23
|
-
import { CreateCodeSecurityScanConfigurationCommandInput, CreateCodeSecurityScanConfigurationCommandOutput } from "./commands/CreateCodeSecurityScanConfigurationCommand";
|
|
24
|
-
import { CreateFilterCommandInput, CreateFilterCommandOutput } from "./commands/CreateFilterCommand";
|
|
25
|
-
import { CreateFindingsReportCommandInput, CreateFindingsReportCommandOutput } from "./commands/CreateFindingsReportCommand";
|
|
26
|
-
import { CreateSbomExportCommandInput, CreateSbomExportCommandOutput } from "./commands/CreateSbomExportCommand";
|
|
27
|
-
import { DeleteCisScanConfigurationCommandInput, DeleteCisScanConfigurationCommandOutput } from "./commands/DeleteCisScanConfigurationCommand";
|
|
28
|
-
import { DeleteCodeSecurityIntegrationCommandInput, DeleteCodeSecurityIntegrationCommandOutput } from "./commands/DeleteCodeSecurityIntegrationCommand";
|
|
29
|
-
import { DeleteCodeSecurityScanConfigurationCommandInput, DeleteCodeSecurityScanConfigurationCommandOutput } from "./commands/DeleteCodeSecurityScanConfigurationCommand";
|
|
30
|
-
import { DeleteFilterCommandInput, DeleteFilterCommandOutput } from "./commands/DeleteFilterCommand";
|
|
31
|
-
import { DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput } from "./commands/DescribeOrganizationConfigurationCommand";
|
|
32
|
-
import { DisableCommandInput, DisableCommandOutput } from "./commands/DisableCommand";
|
|
33
|
-
import { DisableDelegatedAdminAccountCommandInput, DisableDelegatedAdminAccountCommandOutput } from "./commands/DisableDelegatedAdminAccountCommand";
|
|
34
|
-
import { DisassociateMemberCommandInput, DisassociateMemberCommandOutput } from "./commands/DisassociateMemberCommand";
|
|
35
|
-
import { EnableCommandInput, EnableCommandOutput } from "./commands/EnableCommand";
|
|
36
|
-
import { EnableDelegatedAdminAccountCommandInput, EnableDelegatedAdminAccountCommandOutput } from "./commands/EnableDelegatedAdminAccountCommand";
|
|
37
|
-
import { GetCisScanReportCommandInput, GetCisScanReportCommandOutput } from "./commands/GetCisScanReportCommand";
|
|
38
|
-
import { GetCisScanResultDetailsCommandInput, GetCisScanResultDetailsCommandOutput } from "./commands/GetCisScanResultDetailsCommand";
|
|
39
|
-
import { GetClustersForImageCommandInput, GetClustersForImageCommandOutput } from "./commands/GetClustersForImageCommand";
|
|
40
|
-
import { GetCodeSecurityIntegrationCommandInput, GetCodeSecurityIntegrationCommandOutput } from "./commands/GetCodeSecurityIntegrationCommand";
|
|
41
|
-
import { GetCodeSecurityScanCommandInput, GetCodeSecurityScanCommandOutput } from "./commands/GetCodeSecurityScanCommand";
|
|
42
|
-
import { GetCodeSecurityScanConfigurationCommandInput, GetCodeSecurityScanConfigurationCommandOutput } from "./commands/GetCodeSecurityScanConfigurationCommand";
|
|
43
|
-
import { GetConfigurationCommandInput, GetConfigurationCommandOutput } from "./commands/GetConfigurationCommand";
|
|
44
|
-
import { GetDelegatedAdminAccountCommandInput, GetDelegatedAdminAccountCommandOutput } from "./commands/GetDelegatedAdminAccountCommand";
|
|
45
|
-
import { GetEc2DeepInspectionConfigurationCommandInput, GetEc2DeepInspectionConfigurationCommandOutput } from "./commands/GetEc2DeepInspectionConfigurationCommand";
|
|
46
|
-
import { GetEncryptionKeyCommandInput, GetEncryptionKeyCommandOutput } from "./commands/GetEncryptionKeyCommand";
|
|
47
|
-
import { GetFindingsReportStatusCommandInput, GetFindingsReportStatusCommandOutput } from "./commands/GetFindingsReportStatusCommand";
|
|
48
|
-
import { GetMemberCommandInput, GetMemberCommandOutput } from "./commands/GetMemberCommand";
|
|
49
|
-
import { GetSbomExportCommandInput, GetSbomExportCommandOutput } from "./commands/GetSbomExportCommand";
|
|
50
|
-
import { ListAccountPermissionsCommandInput, ListAccountPermissionsCommandOutput } from "./commands/ListAccountPermissionsCommand";
|
|
51
|
-
import { ListCisScanConfigurationsCommandInput, ListCisScanConfigurationsCommandOutput } from "./commands/ListCisScanConfigurationsCommand";
|
|
52
|
-
import { ListCisScanResultsAggregatedByChecksCommandInput, ListCisScanResultsAggregatedByChecksCommandOutput } from "./commands/ListCisScanResultsAggregatedByChecksCommand";
|
|
53
|
-
import { ListCisScanResultsAggregatedByTargetResourceCommandInput, ListCisScanResultsAggregatedByTargetResourceCommandOutput } from "./commands/ListCisScanResultsAggregatedByTargetResourceCommand";
|
|
54
|
-
import { ListCisScansCommandInput, ListCisScansCommandOutput } from "./commands/ListCisScansCommand";
|
|
55
|
-
import { ListCodeSecurityIntegrationsCommandInput, ListCodeSecurityIntegrationsCommandOutput } from "./commands/ListCodeSecurityIntegrationsCommand";
|
|
56
|
-
import { ListCodeSecurityScanConfigurationAssociationsCommandInput, ListCodeSecurityScanConfigurationAssociationsCommandOutput } from "./commands/ListCodeSecurityScanConfigurationAssociationsCommand";
|
|
57
|
-
import { ListCodeSecurityScanConfigurationsCommandInput, ListCodeSecurityScanConfigurationsCommandOutput } from "./commands/ListCodeSecurityScanConfigurationsCommand";
|
|
58
|
-
import { ListCoverageCommandInput, ListCoverageCommandOutput } from "./commands/ListCoverageCommand";
|
|
59
|
-
import { ListCoverageStatisticsCommandInput, ListCoverageStatisticsCommandOutput } from "./commands/ListCoverageStatisticsCommand";
|
|
60
|
-
import { ListDelegatedAdminAccountsCommandInput, ListDelegatedAdminAccountsCommandOutput } from "./commands/ListDelegatedAdminAccountsCommand";
|
|
61
|
-
import { ListFiltersCommandInput, ListFiltersCommandOutput } from "./commands/ListFiltersCommand";
|
|
62
|
-
import { ListFindingAggregationsCommandInput, ListFindingAggregationsCommandOutput } from "./commands/ListFindingAggregationsCommand";
|
|
63
|
-
import { ListFindingsCommandInput, ListFindingsCommandOutput } from "./commands/ListFindingsCommand";
|
|
64
|
-
import { ListMembersCommandInput, ListMembersCommandOutput } from "./commands/ListMembersCommand";
|
|
65
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
66
|
-
import { ListUsageTotalsCommandInput, ListUsageTotalsCommandOutput } from "./commands/ListUsageTotalsCommand";
|
|
67
|
-
import { ResetEncryptionKeyCommandInput, ResetEncryptionKeyCommandOutput } from "./commands/ResetEncryptionKeyCommand";
|
|
68
|
-
import { SearchVulnerabilitiesCommandInput, SearchVulnerabilitiesCommandOutput } from "./commands/SearchVulnerabilitiesCommand";
|
|
69
|
-
import { SendCisSessionHealthCommandInput, SendCisSessionHealthCommandOutput } from "./commands/SendCisSessionHealthCommand";
|
|
70
|
-
import { SendCisSessionTelemetryCommandInput, SendCisSessionTelemetryCommandOutput } from "./commands/SendCisSessionTelemetryCommand";
|
|
71
|
-
import { StartCisSessionCommandInput, StartCisSessionCommandOutput } from "./commands/StartCisSessionCommand";
|
|
72
|
-
import { StartCodeSecurityScanCommandInput, StartCodeSecurityScanCommandOutput } from "./commands/StartCodeSecurityScanCommand";
|
|
73
|
-
import { StopCisSessionCommandInput, StopCisSessionCommandOutput } from "./commands/StopCisSessionCommand";
|
|
74
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
75
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
76
|
-
import { UpdateCisScanConfigurationCommandInput, UpdateCisScanConfigurationCommandOutput } from "./commands/UpdateCisScanConfigurationCommand";
|
|
77
|
-
import { UpdateCodeSecurityIntegrationCommandInput, UpdateCodeSecurityIntegrationCommandOutput } from "./commands/UpdateCodeSecurityIntegrationCommand";
|
|
78
|
-
import { UpdateCodeSecurityScanConfigurationCommandInput, UpdateCodeSecurityScanConfigurationCommandOutput } from "./commands/UpdateCodeSecurityScanConfigurationCommand";
|
|
79
|
-
import { UpdateConfigurationCommandInput, UpdateConfigurationCommandOutput } from "./commands/UpdateConfigurationCommand";
|
|
80
|
-
import { UpdateEc2DeepInspectionConfigurationCommandInput, UpdateEc2DeepInspectionConfigurationCommandOutput } from "./commands/UpdateEc2DeepInspectionConfigurationCommand";
|
|
81
|
-
import { UpdateEncryptionKeyCommandInput, UpdateEncryptionKeyCommandOutput } from "./commands/UpdateEncryptionKeyCommand";
|
|
82
|
-
import { UpdateFilterCommandInput, UpdateFilterCommandOutput } from "./commands/UpdateFilterCommand";
|
|
83
|
-
import { UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput } from "./commands/UpdateOrganizationConfigurationCommand";
|
|
84
|
-
import { UpdateOrgEc2DeepInspectionConfigurationCommandInput, UpdateOrgEc2DeepInspectionConfigurationCommandOutput } from "./commands/UpdateOrgEc2DeepInspectionConfigurationCommand";
|
|
85
|
-
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
10
|
+
import type { AssociateMemberCommandInput, AssociateMemberCommandOutput } from "./commands/AssociateMemberCommand";
|
|
11
|
+
import type { BatchAssociateCodeSecurityScanConfigurationCommandInput, BatchAssociateCodeSecurityScanConfigurationCommandOutput } from "./commands/BatchAssociateCodeSecurityScanConfigurationCommand";
|
|
12
|
+
import type { BatchDisassociateCodeSecurityScanConfigurationCommandInput, BatchDisassociateCodeSecurityScanConfigurationCommandOutput } from "./commands/BatchDisassociateCodeSecurityScanConfigurationCommand";
|
|
13
|
+
import type { BatchGetAccountStatusCommandInput, BatchGetAccountStatusCommandOutput } from "./commands/BatchGetAccountStatusCommand";
|
|
14
|
+
import type { BatchGetCodeSnippetCommandInput, BatchGetCodeSnippetCommandOutput } from "./commands/BatchGetCodeSnippetCommand";
|
|
15
|
+
import type { BatchGetFindingDetailsCommandInput, BatchGetFindingDetailsCommandOutput } from "./commands/BatchGetFindingDetailsCommand";
|
|
16
|
+
import type { BatchGetFreeTrialInfoCommandInput, BatchGetFreeTrialInfoCommandOutput } from "./commands/BatchGetFreeTrialInfoCommand";
|
|
17
|
+
import type { BatchGetMemberEc2DeepInspectionStatusCommandInput, BatchGetMemberEc2DeepInspectionStatusCommandOutput } from "./commands/BatchGetMemberEc2DeepInspectionStatusCommand";
|
|
18
|
+
import type { BatchUpdateMemberEc2DeepInspectionStatusCommandInput, BatchUpdateMemberEc2DeepInspectionStatusCommandOutput } from "./commands/BatchUpdateMemberEc2DeepInspectionStatusCommand";
|
|
19
|
+
import type { CancelFindingsReportCommandInput, CancelFindingsReportCommandOutput } from "./commands/CancelFindingsReportCommand";
|
|
20
|
+
import type { CancelSbomExportCommandInput, CancelSbomExportCommandOutput } from "./commands/CancelSbomExportCommand";
|
|
21
|
+
import type { CreateCisScanConfigurationCommandInput, CreateCisScanConfigurationCommandOutput } from "./commands/CreateCisScanConfigurationCommand";
|
|
22
|
+
import type { CreateCodeSecurityIntegrationCommandInput, CreateCodeSecurityIntegrationCommandOutput } from "./commands/CreateCodeSecurityIntegrationCommand";
|
|
23
|
+
import type { CreateCodeSecurityScanConfigurationCommandInput, CreateCodeSecurityScanConfigurationCommandOutput } from "./commands/CreateCodeSecurityScanConfigurationCommand";
|
|
24
|
+
import type { CreateFilterCommandInput, CreateFilterCommandOutput } from "./commands/CreateFilterCommand";
|
|
25
|
+
import type { CreateFindingsReportCommandInput, CreateFindingsReportCommandOutput } from "./commands/CreateFindingsReportCommand";
|
|
26
|
+
import type { CreateSbomExportCommandInput, CreateSbomExportCommandOutput } from "./commands/CreateSbomExportCommand";
|
|
27
|
+
import type { DeleteCisScanConfigurationCommandInput, DeleteCisScanConfigurationCommandOutput } from "./commands/DeleteCisScanConfigurationCommand";
|
|
28
|
+
import type { DeleteCodeSecurityIntegrationCommandInput, DeleteCodeSecurityIntegrationCommandOutput } from "./commands/DeleteCodeSecurityIntegrationCommand";
|
|
29
|
+
import type { DeleteCodeSecurityScanConfigurationCommandInput, DeleteCodeSecurityScanConfigurationCommandOutput } from "./commands/DeleteCodeSecurityScanConfigurationCommand";
|
|
30
|
+
import type { DeleteFilterCommandInput, DeleteFilterCommandOutput } from "./commands/DeleteFilterCommand";
|
|
31
|
+
import type { DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput } from "./commands/DescribeOrganizationConfigurationCommand";
|
|
32
|
+
import type { DisableCommandInput, DisableCommandOutput } from "./commands/DisableCommand";
|
|
33
|
+
import type { DisableDelegatedAdminAccountCommandInput, DisableDelegatedAdminAccountCommandOutput } from "./commands/DisableDelegatedAdminAccountCommand";
|
|
34
|
+
import type { DisassociateMemberCommandInput, DisassociateMemberCommandOutput } from "./commands/DisassociateMemberCommand";
|
|
35
|
+
import type { EnableCommandInput, EnableCommandOutput } from "./commands/EnableCommand";
|
|
36
|
+
import type { EnableDelegatedAdminAccountCommandInput, EnableDelegatedAdminAccountCommandOutput } from "./commands/EnableDelegatedAdminAccountCommand";
|
|
37
|
+
import type { GetCisScanReportCommandInput, GetCisScanReportCommandOutput } from "./commands/GetCisScanReportCommand";
|
|
38
|
+
import type { GetCisScanResultDetailsCommandInput, GetCisScanResultDetailsCommandOutput } from "./commands/GetCisScanResultDetailsCommand";
|
|
39
|
+
import type { GetClustersForImageCommandInput, GetClustersForImageCommandOutput } from "./commands/GetClustersForImageCommand";
|
|
40
|
+
import type { GetCodeSecurityIntegrationCommandInput, GetCodeSecurityIntegrationCommandOutput } from "./commands/GetCodeSecurityIntegrationCommand";
|
|
41
|
+
import type { GetCodeSecurityScanCommandInput, GetCodeSecurityScanCommandOutput } from "./commands/GetCodeSecurityScanCommand";
|
|
42
|
+
import type { GetCodeSecurityScanConfigurationCommandInput, GetCodeSecurityScanConfigurationCommandOutput } from "./commands/GetCodeSecurityScanConfigurationCommand";
|
|
43
|
+
import type { GetConfigurationCommandInput, GetConfigurationCommandOutput } from "./commands/GetConfigurationCommand";
|
|
44
|
+
import type { GetDelegatedAdminAccountCommandInput, GetDelegatedAdminAccountCommandOutput } from "./commands/GetDelegatedAdminAccountCommand";
|
|
45
|
+
import type { GetEc2DeepInspectionConfigurationCommandInput, GetEc2DeepInspectionConfigurationCommandOutput } from "./commands/GetEc2DeepInspectionConfigurationCommand";
|
|
46
|
+
import type { GetEncryptionKeyCommandInput, GetEncryptionKeyCommandOutput } from "./commands/GetEncryptionKeyCommand";
|
|
47
|
+
import type { GetFindingsReportStatusCommandInput, GetFindingsReportStatusCommandOutput } from "./commands/GetFindingsReportStatusCommand";
|
|
48
|
+
import type { GetMemberCommandInput, GetMemberCommandOutput } from "./commands/GetMemberCommand";
|
|
49
|
+
import type { GetSbomExportCommandInput, GetSbomExportCommandOutput } from "./commands/GetSbomExportCommand";
|
|
50
|
+
import type { ListAccountPermissionsCommandInput, ListAccountPermissionsCommandOutput } from "./commands/ListAccountPermissionsCommand";
|
|
51
|
+
import type { ListCisScanConfigurationsCommandInput, ListCisScanConfigurationsCommandOutput } from "./commands/ListCisScanConfigurationsCommand";
|
|
52
|
+
import type { ListCisScanResultsAggregatedByChecksCommandInput, ListCisScanResultsAggregatedByChecksCommandOutput } from "./commands/ListCisScanResultsAggregatedByChecksCommand";
|
|
53
|
+
import type { ListCisScanResultsAggregatedByTargetResourceCommandInput, ListCisScanResultsAggregatedByTargetResourceCommandOutput } from "./commands/ListCisScanResultsAggregatedByTargetResourceCommand";
|
|
54
|
+
import type { ListCisScansCommandInput, ListCisScansCommandOutput } from "./commands/ListCisScansCommand";
|
|
55
|
+
import type { ListCodeSecurityIntegrationsCommandInput, ListCodeSecurityIntegrationsCommandOutput } from "./commands/ListCodeSecurityIntegrationsCommand";
|
|
56
|
+
import type { ListCodeSecurityScanConfigurationAssociationsCommandInput, ListCodeSecurityScanConfigurationAssociationsCommandOutput } from "./commands/ListCodeSecurityScanConfigurationAssociationsCommand";
|
|
57
|
+
import type { ListCodeSecurityScanConfigurationsCommandInput, ListCodeSecurityScanConfigurationsCommandOutput } from "./commands/ListCodeSecurityScanConfigurationsCommand";
|
|
58
|
+
import type { ListCoverageCommandInput, ListCoverageCommandOutput } from "./commands/ListCoverageCommand";
|
|
59
|
+
import type { ListCoverageStatisticsCommandInput, ListCoverageStatisticsCommandOutput } from "./commands/ListCoverageStatisticsCommand";
|
|
60
|
+
import type { ListDelegatedAdminAccountsCommandInput, ListDelegatedAdminAccountsCommandOutput } from "./commands/ListDelegatedAdminAccountsCommand";
|
|
61
|
+
import type { ListFiltersCommandInput, ListFiltersCommandOutput } from "./commands/ListFiltersCommand";
|
|
62
|
+
import type { ListFindingAggregationsCommandInput, ListFindingAggregationsCommandOutput } from "./commands/ListFindingAggregationsCommand";
|
|
63
|
+
import type { ListFindingsCommandInput, ListFindingsCommandOutput } from "./commands/ListFindingsCommand";
|
|
64
|
+
import type { ListMembersCommandInput, ListMembersCommandOutput } from "./commands/ListMembersCommand";
|
|
65
|
+
import type { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
66
|
+
import type { ListUsageTotalsCommandInput, ListUsageTotalsCommandOutput } from "./commands/ListUsageTotalsCommand";
|
|
67
|
+
import type { ResetEncryptionKeyCommandInput, ResetEncryptionKeyCommandOutput } from "./commands/ResetEncryptionKeyCommand";
|
|
68
|
+
import type { SearchVulnerabilitiesCommandInput, SearchVulnerabilitiesCommandOutput } from "./commands/SearchVulnerabilitiesCommand";
|
|
69
|
+
import type { SendCisSessionHealthCommandInput, SendCisSessionHealthCommandOutput } from "./commands/SendCisSessionHealthCommand";
|
|
70
|
+
import type { SendCisSessionTelemetryCommandInput, SendCisSessionTelemetryCommandOutput } from "./commands/SendCisSessionTelemetryCommand";
|
|
71
|
+
import type { StartCisSessionCommandInput, StartCisSessionCommandOutput } from "./commands/StartCisSessionCommand";
|
|
72
|
+
import type { StartCodeSecurityScanCommandInput, StartCodeSecurityScanCommandOutput } from "./commands/StartCodeSecurityScanCommand";
|
|
73
|
+
import type { StopCisSessionCommandInput, StopCisSessionCommandOutput } from "./commands/StopCisSessionCommand";
|
|
74
|
+
import type { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
75
|
+
import type { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
76
|
+
import type { UpdateCisScanConfigurationCommandInput, UpdateCisScanConfigurationCommandOutput } from "./commands/UpdateCisScanConfigurationCommand";
|
|
77
|
+
import type { UpdateCodeSecurityIntegrationCommandInput, UpdateCodeSecurityIntegrationCommandOutput } from "./commands/UpdateCodeSecurityIntegrationCommand";
|
|
78
|
+
import type { UpdateCodeSecurityScanConfigurationCommandInput, UpdateCodeSecurityScanConfigurationCommandOutput } from "./commands/UpdateCodeSecurityScanConfigurationCommand";
|
|
79
|
+
import type { UpdateConfigurationCommandInput, UpdateConfigurationCommandOutput } from "./commands/UpdateConfigurationCommand";
|
|
80
|
+
import type { UpdateEc2DeepInspectionConfigurationCommandInput, UpdateEc2DeepInspectionConfigurationCommandOutput } from "./commands/UpdateEc2DeepInspectionConfigurationCommand";
|
|
81
|
+
import type { UpdateEncryptionKeyCommandInput, UpdateEncryptionKeyCommandOutput } from "./commands/UpdateEncryptionKeyCommand";
|
|
82
|
+
import type { UpdateFilterCommandInput, UpdateFilterCommandOutput } from "./commands/UpdateFilterCommand";
|
|
83
|
+
import type { UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput } from "./commands/UpdateOrganizationConfigurationCommand";
|
|
84
|
+
import type { UpdateOrgEc2DeepInspectionConfigurationCommandInput, UpdateOrgEc2DeepInspectionConfigurationCommandOutput } from "./commands/UpdateOrgEc2DeepInspectionConfigurationCommand";
|
|
85
|
+
import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
|
|
86
86
|
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
87
87
|
export { __Client };
|
|
88
88
|
/**
|
|
@@ -191,7 +191,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
191
191
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
192
192
|
* @internal
|
|
193
193
|
*/
|
|
194
|
-
defaultUserAgentProvider?:
|
|
194
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
195
195
|
/**
|
|
196
196
|
* Default credentials provider; Not available in browser runtime.
|
|
197
197
|
* @deprecated
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
|
|
2
2
|
import type { Inspector2HttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
package/dist-types/index.d.ts
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*/
|
|
7
7
|
export * from "./Inspector2Client";
|
|
8
8
|
export * from "./Inspector2";
|
|
9
|
-
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
9
|
+
export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
10
10
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
11
11
|
export type { Inspector2ExtensionConfiguration } from "./extensionConfiguration";
|
|
12
12
|
export * from "./commands";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
-
import { ValidationExceptionReason } from "./enums";
|
|
2
|
+
import type { ValidationExceptionReason } from "./enums";
|
|
3
3
|
import { Inspector2ServiceException as __BaseException } from "./Inspector2ServiceException";
|
|
4
|
-
import { ValidationExceptionField } from "./models_0";
|
|
4
|
+
import type { ValidationExceptionField } from "./models_0";
|
|
5
5
|
/**
|
|
6
6
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
7
7
|
* <p> For <code>Enable</code>, you receive this error if you attempt to use a feature in an
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AccountSortBy, AggregationFindingType, AggregationResourceType, AggregationType, AmiSortBy, Architecture, AssociationResultStatusCode, AwsEcrContainerSortBy, CisFindingStatus, CisFindingStatusComparison, CisReportFormat, CisReportStatus, CisResultStatus, CisResultStatusComparison, CisRuleStatus, CisScanConfigurationsSortBy, CisScanResultDetailsSortBy, CisScanResultsAggregatedByChecksSortBy, CisScanResultsAggregatedByTargetResourceSortBy, CisScanStatus, CisScanStatusComparison, CisSecurityLevel, CisSecurityLevelComparison, CisSortOrder, CisStringComparison, CisTargetStatus, CisTargetStatusComparison, CisTargetStatusReason, CodeRepositoryProviderType, CodeRepositorySortBy, CodeScanStatus, CodeSnippetErrorCode, ConfigurationLevel, ContinuousIntegrationScanEvent, CoverageMapComparison, CoverageResourceType, CoverageStringComparison, Currency, Day, DelegatedAdminStatus, Ec2DeepInspectionStatus, Ec2InstanceSortBy, Ec2Platform, Ec2ScanMode, Ec2ScanModeStatus, EcrPullDateRescanDuration, EcrPullDateRescanMode, EcrRescanDuration, EcrRescanDurationStatus, EcrScanFrequency, ErrorCode, ExploitAvailable, ExternalReportStatus, FilterAction, FindingDetailsErrorCode, FindingStatus, FindingType, FindingTypeSortBy, FixAvailable, FreeTrialInfoErrorCode, FreeTrialStatus, FreeTrialType, GroupKey, ImageLayerSortBy, IntegrationStatus, IntegrationType, LambdaFunctionSortBy, LambdaLayerSortBy, ListCisScansDetailLevel, ListCisScansSortBy, MapComparison, NetworkProtocol, Operation, PackageManager, PackageSortBy, PackageType, PeriodicScanFrequency, ProjectSelectionScope, RelationshipStatus, ReportFormat, ReportingErrorCode, RepositorySortBy, ResourceMapComparison, ResourceScanType, ResourceStringComparison, ResourceType, RuleSetCategory, Runtime, SbomReportFormat, ScanMode, ScanStatusCode, ScanStatusReason, ScanType, Service, Severity, SortField, SortOrder, Status, StringComparison, TagComparison, TitleSortBy, UsageType, VulnerabilitySource } from "./enums";
|
|
1
|
+
import type { AccountSortBy, AggregationFindingType, AggregationResourceType, AggregationType, AmiSortBy, Architecture, AssociationResultStatusCode, AwsEcrContainerSortBy, CisFindingStatus, CisFindingStatusComparison, CisReportFormat, CisReportStatus, CisResultStatus, CisResultStatusComparison, CisRuleStatus, CisScanConfigurationsSortBy, CisScanResultDetailsSortBy, CisScanResultsAggregatedByChecksSortBy, CisScanResultsAggregatedByTargetResourceSortBy, CisScanStatus, CisScanStatusComparison, CisSecurityLevel, CisSecurityLevelComparison, CisSortOrder, CisStringComparison, CisTargetStatus, CisTargetStatusComparison, CisTargetStatusReason, CodeRepositoryProviderType, CodeRepositorySortBy, CodeScanStatus, CodeSnippetErrorCode, ConfigurationLevel, ContinuousIntegrationScanEvent, CoverageMapComparison, CoverageResourceType, CoverageStringComparison, Currency, Day, DelegatedAdminStatus, Ec2DeepInspectionStatus, Ec2InstanceSortBy, Ec2Platform, Ec2ScanMode, Ec2ScanModeStatus, EcrPullDateRescanDuration, EcrPullDateRescanMode, EcrRescanDuration, EcrRescanDurationStatus, EcrScanFrequency, ErrorCode, ExploitAvailable, ExternalReportStatus, FilterAction, FindingDetailsErrorCode, FindingStatus, FindingType, FindingTypeSortBy, FixAvailable, FreeTrialInfoErrorCode, FreeTrialStatus, FreeTrialType, GroupKey, ImageLayerSortBy, IntegrationStatus, IntegrationType, LambdaFunctionSortBy, LambdaLayerSortBy, ListCisScansDetailLevel, ListCisScansSortBy, MapComparison, NetworkProtocol, Operation, PackageManager, PackageSortBy, PackageType, PeriodicScanFrequency, ProjectSelectionScope, RelationshipStatus, ReportFormat, ReportingErrorCode, RepositorySortBy, ResourceMapComparison, ResourceScanType, ResourceStringComparison, ResourceType, RuleSetCategory, Runtime, SbomReportFormat, ScanMode, ScanStatusCode, ScanStatusReason, ScanType, Service, Severity, SortField, SortOrder, Status, StringComparison, TagComparison, TitleSortBy, UsageType, VulnerabilitySource } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* <p>Details the status of Amazon Inspector for each resource type Amazon Inspector scans.</p>
|
|
4
4
|
* @public
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CisSecurityLevel, CodeScanStatus, Ec2DeepInspectionStatus, FilterAction, IntegrationStatus, ResourceType, ScanType, StopCisSessionStatus } from "./enums";
|
|
1
|
+
import type { CisSecurityLevel, CodeScanStatus, Ec2DeepInspectionStatus, FilterAction, IntegrationStatus, ResourceType, ScanType, StopCisSessionStatus } from "./enums";
|
|
2
2
|
import type { AutoEnable, CodeSecurityResource, CodeSecurityScanConfiguration, ComputePlatform, Ec2Configuration, EcrConfiguration, FilterCriteria, Schedule } from "./models_0";
|
|
3
3
|
/**
|
|
4
4
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetCisScanResultDetailsCommandInput, GetCisScanResultDetailsCommandOutput } from "../commands/GetCisScanResultDetailsCommand";
|
|
3
|
-
import { Inspector2PaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { Inspector2PaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetClustersForImageCommandInput, GetClustersForImageCommandOutput } from "../commands/GetClustersForImageCommand";
|
|
3
|
-
import { Inspector2PaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { Inspector2PaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListAccountPermissionsCommandInput, ListAccountPermissionsCommandOutput } from "../commands/ListAccountPermissionsCommand";
|
|
3
|
-
import { Inspector2PaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { Inspector2PaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListCisScanConfigurationsCommandInput, ListCisScanConfigurationsCommandOutput } from "../commands/ListCisScanConfigurationsCommand";
|
|
3
|
-
import { Inspector2PaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { Inspector2PaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListCisScanResultsAggregatedByChecksCommandInput, ListCisScanResultsAggregatedByChecksCommandOutput } from "../commands/ListCisScanResultsAggregatedByChecksCommand";
|
|
3
|
-
import { Inspector2PaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { Inspector2PaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListCisScanResultsAggregatedByTargetResourceCommandInput, ListCisScanResultsAggregatedByTargetResourceCommandOutput } from "../commands/ListCisScanResultsAggregatedByTargetResourceCommand";
|
|
3
|
-
import { Inspector2PaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { Inspector2PaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListCisScansCommandInput, ListCisScansCommandOutput } from "../commands/ListCisScansCommand";
|
|
3
|
-
import { Inspector2PaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { Inspector2PaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListCoverageCommandInput, ListCoverageCommandOutput } from "../commands/ListCoverageCommand";
|
|
3
|
-
import { Inspector2PaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { Inspector2PaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListCoverageStatisticsCommandInput, ListCoverageStatisticsCommandOutput } from "../commands/ListCoverageStatisticsCommand";
|
|
3
|
-
import { Inspector2PaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { Inspector2PaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListDelegatedAdminAccountsCommandInput, ListDelegatedAdminAccountsCommandOutput } from "../commands/ListDelegatedAdminAccountsCommand";
|
|
3
|
-
import { Inspector2PaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { Inspector2PaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListFiltersCommandInput, ListFiltersCommandOutput } from "../commands/ListFiltersCommand";
|
|
3
|
-
import { Inspector2PaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { Inspector2PaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListFindingAggregationsCommandInput, ListFindingAggregationsCommandOutput } from "../commands/ListFindingAggregationsCommand";
|
|
3
|
-
import { Inspector2PaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { Inspector2PaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListFindingsCommandInput, ListFindingsCommandOutput } from "../commands/ListFindingsCommand";
|
|
3
|
-
import { Inspector2PaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { Inspector2PaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListMembersCommandInput, ListMembersCommandOutput } from "../commands/ListMembersCommand";
|
|
3
|
-
import { Inspector2PaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { Inspector2PaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListUsageTotalsCommandInput, ListUsageTotalsCommandOutput } from "../commands/ListUsageTotalsCommand";
|
|
3
|
-
import { Inspector2PaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { Inspector2PaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { SearchVulnerabilitiesCommandInput, SearchVulnerabilitiesCommandOutput } from "../commands/SearchVulnerabilitiesCommand";
|
|
3
|
-
import { Inspector2PaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { Inspector2PaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -26,6 +26,7 @@ import {
|
|
|
26
26
|
Client as __Client,
|
|
27
27
|
} from "@smithy/smithy-client";
|
|
28
28
|
import {
|
|
29
|
+
AwsCredentialIdentityProvider,
|
|
29
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
30
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
31
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
@@ -37,8 +38,6 @@ import {
|
|
|
37
38
|
Provider as __Provider,
|
|
38
39
|
StreamCollector as __StreamCollector,
|
|
39
40
|
UrlParser as __UrlParser,
|
|
40
|
-
AwsCredentialIdentityProvider,
|
|
41
|
-
Provider,
|
|
42
41
|
UserAgent as __UserAgent,
|
|
43
42
|
} from "@smithy/types";
|
|
44
43
|
import {
|
|
@@ -522,7 +521,7 @@ export interface ClientDefaults
|
|
|
522
521
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
523
522
|
region?: string | __Provider<string>;
|
|
524
523
|
profile?: string;
|
|
525
|
-
defaultUserAgentProvider?:
|
|
524
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
526
525
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
527
526
|
maxAttempts?: number | __Provider<number>;
|
|
528
527
|
retryMode?: string | __Provider<string>;
|
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.
|
|
4
|
+
"version": "3.1021.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-inspector2",
|
|
@@ -21,41 +21,41 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.26",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.29",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.28",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
31
31
|
"@aws-sdk/types": "^3.973.6",
|
|
32
32
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.973.14",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.13",
|
|
36
|
-
"@smithy/core": "^3.23.
|
|
36
|
+
"@smithy/core": "^3.23.13",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
38
38
|
"@smithy/hash-node": "^4.2.12",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.12",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.12",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
-
"@smithy/middleware-serde": "^4.2.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.28",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.46",
|
|
43
|
+
"@smithy/middleware-serde": "^4.2.16",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.12",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.12",
|
|
46
|
-
"@smithy/node-http-handler": "^4.5.
|
|
46
|
+
"@smithy/node-http-handler": "^4.5.1",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.12",
|
|
48
|
-
"@smithy/smithy-client": "^4.12.
|
|
48
|
+
"@smithy/smithy-client": "^4.12.8",
|
|
49
49
|
"@smithy/types": "^4.13.1",
|
|
50
50
|
"@smithy/url-parser": "^4.2.12",
|
|
51
51
|
"@smithy/util-base64": "^4.3.2",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.44",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.48",
|
|
56
56
|
"@smithy/util-endpoints": "^3.3.3",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.12",
|
|
58
|
-
"@smithy/util-retry": "^4.2.
|
|
58
|
+
"@smithy/util-retry": "^4.2.13",
|
|
59
59
|
"@smithy/util-utf8": "^4.2.2",
|
|
60
60
|
"tslib": "^2.6.2"
|
|
61
61
|
},
|