@aws-sdk/client-inspector2 3.44.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/CHANGELOG.md +11 -0
- package/LICENSE +201 -0
- package/README.md +204 -0
- package/dist-cjs/Inspector2.js +457 -0
- package/dist-cjs/Inspector2Client.js +35 -0
- package/dist-cjs/commands/AssociateMemberCommand.js +36 -0
- package/dist-cjs/commands/BatchGetAccountStatusCommand.js +36 -0
- package/dist-cjs/commands/BatchGetFreeTrialInfoCommand.js +36 -0
- package/dist-cjs/commands/CancelFindingsReportCommand.js +36 -0
- package/dist-cjs/commands/CreateFilterCommand.js +36 -0
- package/dist-cjs/commands/CreateFindingsReportCommand.js +36 -0
- package/dist-cjs/commands/DeleteFilterCommand.js +36 -0
- package/dist-cjs/commands/DescribeOrganizationConfigurationCommand.js +36 -0
- package/dist-cjs/commands/DisableCommand.js +36 -0
- package/dist-cjs/commands/DisableDelegatedAdminAccountCommand.js +36 -0
- package/dist-cjs/commands/DisassociateMemberCommand.js +36 -0
- package/dist-cjs/commands/EnableCommand.js +36 -0
- package/dist-cjs/commands/EnableDelegatedAdminAccountCommand.js +36 -0
- package/dist-cjs/commands/GetDelegatedAdminAccountCommand.js +36 -0
- package/dist-cjs/commands/GetFindingsReportStatusCommand.js +36 -0
- package/dist-cjs/commands/GetMemberCommand.js +36 -0
- package/dist-cjs/commands/ListAccountPermissionsCommand.js +36 -0
- package/dist-cjs/commands/ListCoverageCommand.js +36 -0
- package/dist-cjs/commands/ListCoverageStatisticsCommand.js +36 -0
- package/dist-cjs/commands/ListDelegatedAdminAccountsCommand.js +36 -0
- package/dist-cjs/commands/ListFiltersCommand.js +36 -0
- package/dist-cjs/commands/ListFindingAggregationsCommand.js +36 -0
- package/dist-cjs/commands/ListFindingsCommand.js +36 -0
- package/dist-cjs/commands/ListMembersCommand.js +36 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +36 -0
- package/dist-cjs/commands/ListUsageTotalsCommand.js +36 -0
- package/dist-cjs/commands/TagResourceCommand.js +36 -0
- package/dist-cjs/commands/UntagResourceCommand.js +36 -0
- package/dist-cjs/commands/UpdateFilterCommand.js +36 -0
- package/dist-cjs/commands/UpdateOrganizationConfigurationCommand.js +36 -0
- package/dist-cjs/commands/index.js +33 -0
- package/dist-cjs/endpoints.js +130 -0
- package/dist-cjs/index.js +8 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +1287 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListAccountPermissionsPaginator.js +35 -0
- package/dist-cjs/pagination/ListCoveragePaginator.js +35 -0
- package/dist-cjs/pagination/ListCoverageStatisticsPaginator.js +34 -0
- package/dist-cjs/pagination/ListDelegatedAdminAccountsPaginator.js +35 -0
- package/dist-cjs/pagination/ListFiltersPaginator.js +35 -0
- package/dist-cjs/pagination/ListFindingAggregationsPaginator.js +35 -0
- package/dist-cjs/pagination/ListFindingsPaginator.js +35 -0
- package/dist-cjs/pagination/ListMembersPaginator.js +35 -0
- package/dist-cjs/pagination/ListUsageTotalsPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +13 -0
- package/dist-cjs/protocols/Aws_restJson1.js +4893 -0
- package/dist-cjs/runtimeConfig.browser.js +40 -0
- package/dist-cjs/runtimeConfig.js +44 -0
- package/dist-cjs/runtimeConfig.native.js +16 -0
- package/dist-cjs/runtimeConfig.shared.js +17 -0
- package/dist-es/Inspector2.js +460 -0
- package/dist-es/Inspector2Client.js +37 -0
- package/dist-es/commands/AssociateMemberCommand.js +39 -0
- package/dist-es/commands/BatchGetAccountStatusCommand.js +39 -0
- package/dist-es/commands/BatchGetFreeTrialInfoCommand.js +39 -0
- package/dist-es/commands/CancelFindingsReportCommand.js +39 -0
- package/dist-es/commands/CreateFilterCommand.js +39 -0
- package/dist-es/commands/CreateFindingsReportCommand.js +39 -0
- package/dist-es/commands/DeleteFilterCommand.js +39 -0
- package/dist-es/commands/DescribeOrganizationConfigurationCommand.js +39 -0
- package/dist-es/commands/DisableCommand.js +39 -0
- package/dist-es/commands/DisableDelegatedAdminAccountCommand.js +39 -0
- package/dist-es/commands/DisassociateMemberCommand.js +39 -0
- package/dist-es/commands/EnableCommand.js +39 -0
- package/dist-es/commands/EnableDelegatedAdminAccountCommand.js +39 -0
- package/dist-es/commands/GetDelegatedAdminAccountCommand.js +39 -0
- package/dist-es/commands/GetFindingsReportStatusCommand.js +39 -0
- package/dist-es/commands/GetMemberCommand.js +39 -0
- package/dist-es/commands/ListAccountPermissionsCommand.js +39 -0
- package/dist-es/commands/ListCoverageCommand.js +39 -0
- package/dist-es/commands/ListCoverageStatisticsCommand.js +39 -0
- package/dist-es/commands/ListDelegatedAdminAccountsCommand.js +39 -0
- package/dist-es/commands/ListFiltersCommand.js +39 -0
- package/dist-es/commands/ListFindingAggregationsCommand.js +39 -0
- package/dist-es/commands/ListFindingsCommand.js +39 -0
- package/dist-es/commands/ListMembersCommand.js +39 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
- package/dist-es/commands/ListUsageTotalsCommand.js +39 -0
- package/dist-es/commands/TagResourceCommand.js +39 -0
- package/dist-es/commands/UntagResourceCommand.js +39 -0
- package/dist-es/commands/UpdateFilterCommand.js +39 -0
- package/dist-es/commands/UpdateOrganizationConfigurationCommand.js +39 -0
- package/dist-es/commands/index.js +30 -0
- package/dist-es/endpoints.js +126 -0
- package/dist-es/index.js +5 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +1000 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListAccountPermissionsPaginator.js +74 -0
- package/dist-es/pagination/ListCoveragePaginator.js +74 -0
- package/dist-es/pagination/ListCoverageStatisticsPaginator.js +73 -0
- package/dist-es/pagination/ListDelegatedAdminAccountsPaginator.js +74 -0
- package/dist-es/pagination/ListFiltersPaginator.js +74 -0
- package/dist-es/pagination/ListFindingAggregationsPaginator.js +74 -0
- package/dist-es/pagination/ListFindingsPaginator.js +74 -0
- package/dist-es/pagination/ListMembersPaginator.js +74 -0
- package/dist-es/pagination/ListUsageTotalsPaginator.js +74 -0
- package/dist-es/pagination/index.js +10 -0
- package/dist-es/protocols/Aws_restJson1.js +5265 -0
- package/dist-es/runtimeConfig.browser.js +17 -0
- package/dist-es/runtimeConfig.js +21 -0
- package/dist-es/runtimeConfig.native.js +8 -0
- package/dist-es/runtimeConfig.shared.js +13 -0
- package/dist-types/Inspector2.d.ts +222 -0
- package/dist-types/Inspector2Client.d.ts +171 -0
- package/dist-types/commands/AssociateMemberCommand.d.ts +35 -0
- package/dist-types/commands/BatchGetAccountStatusCommand.d.ts +35 -0
- package/dist-types/commands/BatchGetFreeTrialInfoCommand.d.ts +35 -0
- package/dist-types/commands/CancelFindingsReportCommand.d.ts +35 -0
- package/dist-types/commands/CreateFilterCommand.d.ts +35 -0
- package/dist-types/commands/CreateFindingsReportCommand.d.ts +35 -0
- package/dist-types/commands/DeleteFilterCommand.d.ts +35 -0
- package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/DisableCommand.d.ts +36 -0
- package/dist-types/commands/DisableDelegatedAdminAccountCommand.d.ts +35 -0
- package/dist-types/commands/DisassociateMemberCommand.d.ts +35 -0
- package/dist-types/commands/EnableCommand.d.ts +35 -0
- package/dist-types/commands/EnableDelegatedAdminAccountCommand.d.ts +35 -0
- package/dist-types/commands/GetDelegatedAdminAccountCommand.d.ts +36 -0
- package/dist-types/commands/GetFindingsReportStatusCommand.d.ts +35 -0
- package/dist-types/commands/GetMemberCommand.d.ts +35 -0
- package/dist-types/commands/ListAccountPermissionsCommand.d.ts +35 -0
- package/dist-types/commands/ListCoverageCommand.d.ts +35 -0
- package/dist-types/commands/ListCoverageStatisticsCommand.d.ts +35 -0
- package/dist-types/commands/ListDelegatedAdminAccountsCommand.d.ts +36 -0
- package/dist-types/commands/ListFiltersCommand.d.ts +35 -0
- package/dist-types/commands/ListFindingAggregationsCommand.d.ts +35 -0
- package/dist-types/commands/ListFindingsCommand.d.ts +35 -0
- package/dist-types/commands/ListMembersCommand.d.ts +36 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +35 -0
- package/dist-types/commands/ListUsageTotalsCommand.d.ts +35 -0
- package/dist-types/commands/TagResourceCommand.d.ts +35 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
- package/dist-types/commands/UpdateFilterCommand.d.ts +35 -0
- package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/index.d.ts +30 -0
- package/dist-types/endpoints.d.ts +2 -0
- package/dist-types/index.d.ts +5 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +3837 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListAccountPermissionsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListCoveragePaginator.d.ts +4 -0
- package/dist-types/pagination/ListCoverageStatisticsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListDelegatedAdminAccountsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListFiltersPaginator.d.ts +4 -0
- package/dist-types/pagination/ListFindingAggregationsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListFindingsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListMembersPaginator.d.ts +4 -0
- package/dist-types/pagination/ListUsageTotalsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +10 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +92 -0
- package/dist-types/runtimeConfig.browser.d.ts +39 -0
- package/dist-types/runtimeConfig.d.ts +39 -0
- package/dist-types/runtimeConfig.native.d.ts +38 -0
- package/dist-types/runtimeConfig.shared.d.ts +13 -0
- package/dist-types/ts3.4/Inspector2.d.ts +155 -0
- package/dist-types/ts3.4/Inspector2Client.d.ts +101 -0
- package/dist-types/ts3.4/commands/AssociateMemberCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchGetAccountStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchGetFreeTrialInfoCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CancelFindingsReportCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateFindingsReportCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisableCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisableDelegatedAdminAccountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateMemberCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/EnableCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/EnableDelegatedAdminAccountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDelegatedAdminAccountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetFindingsReportStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMemberCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAccountPermissionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListCoverageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListCoverageStatisticsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDelegatedAdminAccountsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListFindingAggregationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListUsageTotalsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateFilterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +30 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +5 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2416 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListAccountPermissionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListCoveragePaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListCoverageStatisticsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDelegatedAdminAccountsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListFiltersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListFindingAggregationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListFindingsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListMembersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListUsageTotalsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +10 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +92 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +36 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +96 -0
|
@@ -0,0 +1,1287 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ThrottlingException = exports.InternalServerException = exports.AssociateMemberResponse = exports.AssociateMemberRequest = exports.AggregationType = exports.AggregationResponse = exports.TitleAggregationResponse = exports.RepositoryAggregationResponse = exports.PackageAggregationResponse = exports.ImageLayerAggregationResponse = exports.FindingTypeAggregationResponse = exports.Ec2InstanceAggregationResponse = exports.AwsEcrContainerAggregationResponse = exports.AmiAggregationResponse = exports.AggregationRequest = exports.TitleAggregation = exports.TitleSortBy = exports.RepositoryAggregation = exports.RepositorySortBy = exports.PackageAggregation = exports.PackageSortBy = exports.ImageLayerAggregation = exports.ImageLayerSortBy = exports.FindingTypeAggregation = exports.FindingTypeSortBy = exports.Ec2InstanceAggregation = exports.Ec2InstanceSortBy = exports.MapFilter = exports.MapComparison = exports.AwsEcrContainerAggregation = exports.AwsEcrContainerSortBy = exports.AmiAggregation = exports.AmiSortBy = exports.StringFilter = exports.StringComparison = exports.AccountState = exports.ResourceState = exports.State = exports.ErrorCode = exports.AccountAggregationResponse = exports.SeverityCounts = exports.AccountAggregation = exports.SortOrder = exports.AccountSortBy = exports.AggregationResourceType = exports.AggregationFindingType = exports.Account = exports.ResourceStatus = exports.Status = exports.AccessDeniedException = void 0;
|
|
4
|
+
exports.ServiceQuotaExceededException = exports.CreateFilterResponse = exports.CreateFilterRequest = exports.FilterCriteria = exports.PackageFilter = exports.PortRangeFilter = exports.NumberFilter = exports.DateFilter = exports.FilterAction = exports.CoveredResource = exports.ScanType = exports.ScanStatus = exports.ScanStatusCode = exports.ScanStatusReason = exports.ResourceScanMetadata = exports.EcrRepositoryMetadata = exports.EcrScanFrequency = exports.EcrContainerImageMetadata = exports.Ec2Metadata = exports.Ec2Platform = exports.CoverageResourceType = exports.CoverageFilterCriteria = exports.CoverageMapFilter = exports.CoverageMapComparison = exports.CoverageStringFilter = exports.CoverageStringComparison = exports.Counts = exports.GroupKey = exports.ConflictException = exports.CancelFindingsReportResponse = exports.CancelFindingsReportRequest = exports.BatchGetFreeTrialInfoResponse = exports.FreeTrialInfoError = exports.FreeTrialInfoErrorCode = exports.FreeTrialAccountInfo = exports.FreeTrialInfo = exports.FreeTrialType = exports.FreeTrialStatus = exports.BatchGetFreeTrialInfoRequest = exports.ResourceNotFoundException = exports.BatchGetAccountStatusResponse = exports.FailedAccount = exports.BatchGetAccountStatusRequest = exports.BadRequestException = exports.AwsEcrContainerImageDetails = exports.AwsEc2InstanceDetails = exports.AutoEnable = exports.ValidationException = exports.ValidationExceptionReason = exports.ValidationExceptionField = void 0;
|
|
5
|
+
exports.GetFindingsReportStatusRequest = exports.GetDelegatedAdminAccountResponse = exports.GetDelegatedAdminAccountRequest = exports.Finding = exports.FindingType = exports.FindingStatus = exports.Severity = exports.Resource = exports.ResourceType = exports.ResourceDetails = exports.Remediation = exports.Recommendation = exports.PackageVulnerabilityDetails = exports.VulnerablePackage = exports.PackageManager = exports.NetworkReachabilityDetails = exports.NetworkProtocol = exports.PortRange = exports.NetworkPath = exports.Step = exports.InspectorScoreDetails = exports.Filter = exports.ExternalReportStatus = exports.EnableDelegatedAdminAccountResponse = exports.EnableDelegatedAdminAccountRequest = exports.EnableResponse = exports.EnableRequest = exports.DisassociateMemberResponse = exports.DisassociateMemberRequest = exports.DisableDelegatedAdminAccountResponse = exports.DisableDelegatedAdminAccountRequest = exports.DisableResponse = exports.DisableRequest = exports.ResourceScanType = exports.DescribeOrganizationConfigurationResponse = exports.DescribeOrganizationConfigurationRequest = exports.DeleteFilterResponse = exports.DeleteFilterRequest = exports.DelegatedAdminAccount = exports.DelegatedAdminStatus = exports.DelegatedAdmin = exports.RelationshipStatus = exports.CvssScoreDetails = exports.CvssScoreAdjustment = exports.CvssScore = exports.Currency = exports.CreateFindingsReportResponse = exports.CreateFindingsReportRequest = exports.Destination = exports.ReportFormat = void 0;
|
|
6
|
+
exports.UpdateOrganizationConfigurationResponse = exports.UpdateOrganizationConfigurationRequest = exports.UpdateFilterResponse = exports.UpdateFilterRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.ListUsageTotalsResponse = exports.UsageTotal = exports.Usage = exports.UsageType = exports.ListUsageTotalsRequest = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.ListMembersResponse = exports.ListMembersRequest = exports.ListFindingsResponse = exports.ListFindingsRequest = exports.SortCriteria = exports.SortField = exports.ListFindingAggregationsResponse = exports.ListFindingAggregationsRequest = exports.ListFiltersResponse = exports.ListFiltersRequest = exports.ListDelegatedAdminAccountsResponse = exports.ListDelegatedAdminAccountsRequest = exports.ListCoverageStatisticsResponse = exports.ListCoverageStatisticsRequest = exports.ListCoverageResponse = exports.ListCoverageRequest = exports.ListAccountPermissionsResponse = exports.Permission = exports.Operation = exports.ListAccountPermissionsRequest = exports.Service = exports.GetMemberResponse = exports.Member = exports.GetMemberRequest = exports.GetFindingsReportStatusResponse = exports.ReportingErrorCode = void 0;
|
|
7
|
+
var AccessDeniedException;
|
|
8
|
+
(function (AccessDeniedException) {
|
|
9
|
+
AccessDeniedException.filterSensitiveLog = (obj) => ({
|
|
10
|
+
...obj,
|
|
11
|
+
});
|
|
12
|
+
})(AccessDeniedException = exports.AccessDeniedException || (exports.AccessDeniedException = {}));
|
|
13
|
+
var Status;
|
|
14
|
+
(function (Status) {
|
|
15
|
+
Status["DISABLED"] = "DISABLED";
|
|
16
|
+
Status["DISABLING"] = "DISABLING";
|
|
17
|
+
Status["ENABLED"] = "ENABLED";
|
|
18
|
+
Status["ENABLING"] = "ENABLING";
|
|
19
|
+
Status["SUSPENDED"] = "SUSPENDED";
|
|
20
|
+
Status["SUSPENDING"] = "SUSPENDING";
|
|
21
|
+
})(Status = exports.Status || (exports.Status = {}));
|
|
22
|
+
var ResourceStatus;
|
|
23
|
+
(function (ResourceStatus) {
|
|
24
|
+
ResourceStatus.filterSensitiveLog = (obj) => ({
|
|
25
|
+
...obj,
|
|
26
|
+
});
|
|
27
|
+
})(ResourceStatus = exports.ResourceStatus || (exports.ResourceStatus = {}));
|
|
28
|
+
var Account;
|
|
29
|
+
(function (Account) {
|
|
30
|
+
Account.filterSensitiveLog = (obj) => ({
|
|
31
|
+
...obj,
|
|
32
|
+
});
|
|
33
|
+
})(Account = exports.Account || (exports.Account = {}));
|
|
34
|
+
var AggregationFindingType;
|
|
35
|
+
(function (AggregationFindingType) {
|
|
36
|
+
AggregationFindingType["NETWORK_REACHABILITY"] = "NETWORK_REACHABILITY";
|
|
37
|
+
AggregationFindingType["PACKAGE_VULNERABILITY"] = "PACKAGE_VULNERABILITY";
|
|
38
|
+
})(AggregationFindingType = exports.AggregationFindingType || (exports.AggregationFindingType = {}));
|
|
39
|
+
var AggregationResourceType;
|
|
40
|
+
(function (AggregationResourceType) {
|
|
41
|
+
AggregationResourceType["AWS_EC2_INSTANCE"] = "AWS_EC2_INSTANCE";
|
|
42
|
+
AggregationResourceType["AWS_ECR_CONTAINER_IMAGE"] = "AWS_ECR_CONTAINER_IMAGE";
|
|
43
|
+
})(AggregationResourceType = exports.AggregationResourceType || (exports.AggregationResourceType = {}));
|
|
44
|
+
var AccountSortBy;
|
|
45
|
+
(function (AccountSortBy) {
|
|
46
|
+
AccountSortBy["ALL"] = "ALL";
|
|
47
|
+
AccountSortBy["CRITICAL"] = "CRITICAL";
|
|
48
|
+
AccountSortBy["HIGH"] = "HIGH";
|
|
49
|
+
})(AccountSortBy = exports.AccountSortBy || (exports.AccountSortBy = {}));
|
|
50
|
+
var SortOrder;
|
|
51
|
+
(function (SortOrder) {
|
|
52
|
+
SortOrder["ASC"] = "ASC";
|
|
53
|
+
SortOrder["DESC"] = "DESC";
|
|
54
|
+
})(SortOrder = exports.SortOrder || (exports.SortOrder = {}));
|
|
55
|
+
var AccountAggregation;
|
|
56
|
+
(function (AccountAggregation) {
|
|
57
|
+
AccountAggregation.filterSensitiveLog = (obj) => ({
|
|
58
|
+
...obj,
|
|
59
|
+
});
|
|
60
|
+
})(AccountAggregation = exports.AccountAggregation || (exports.AccountAggregation = {}));
|
|
61
|
+
var SeverityCounts;
|
|
62
|
+
(function (SeverityCounts) {
|
|
63
|
+
SeverityCounts.filterSensitiveLog = (obj) => ({
|
|
64
|
+
...obj,
|
|
65
|
+
});
|
|
66
|
+
})(SeverityCounts = exports.SeverityCounts || (exports.SeverityCounts = {}));
|
|
67
|
+
var AccountAggregationResponse;
|
|
68
|
+
(function (AccountAggregationResponse) {
|
|
69
|
+
AccountAggregationResponse.filterSensitiveLog = (obj) => ({
|
|
70
|
+
...obj,
|
|
71
|
+
});
|
|
72
|
+
})(AccountAggregationResponse = exports.AccountAggregationResponse || (exports.AccountAggregationResponse = {}));
|
|
73
|
+
var ErrorCode;
|
|
74
|
+
(function (ErrorCode) {
|
|
75
|
+
ErrorCode["ACCESS_DENIED"] = "ACCESS_DENIED";
|
|
76
|
+
ErrorCode["ALREADY_ENABLED"] = "ALREADY_ENABLED";
|
|
77
|
+
ErrorCode["DISABLE_IN_PROGRESS"] = "DISABLE_IN_PROGRESS";
|
|
78
|
+
ErrorCode["DISASSOCIATE_ALL_MEMBERS"] = "DISASSOCIATE_ALL_MEMBERS";
|
|
79
|
+
ErrorCode["ENABLE_IN_PROGRESS"] = "ENABLE_IN_PROGRESS";
|
|
80
|
+
ErrorCode["EVENTBRIDGE_THROTTLED"] = "EVENTBRIDGE_THROTTLED";
|
|
81
|
+
ErrorCode["EVENTBRIDGE_UNAVAILABLE"] = "EVENTBRIDGE_UNAVAILABLE";
|
|
82
|
+
ErrorCode["INTERNAL_ERROR"] = "INTERNAL_ERROR";
|
|
83
|
+
ErrorCode["RESOURCE_NOT_FOUND"] = "RESOURCE_NOT_FOUND";
|
|
84
|
+
ErrorCode["RESOURCE_SCAN_NOT_DISABLED"] = "RESOURCE_SCAN_NOT_DISABLED";
|
|
85
|
+
ErrorCode["SSM_THROTTLED"] = "SSM_THROTTLED";
|
|
86
|
+
ErrorCode["SSM_UNAVAILABLE"] = "SSM_UNAVAILABLE";
|
|
87
|
+
ErrorCode["SUSPEND_IN_PROGRESS"] = "SUSPEND_IN_PROGRESS";
|
|
88
|
+
})(ErrorCode = exports.ErrorCode || (exports.ErrorCode = {}));
|
|
89
|
+
var State;
|
|
90
|
+
(function (State) {
|
|
91
|
+
State.filterSensitiveLog = (obj) => ({
|
|
92
|
+
...obj,
|
|
93
|
+
});
|
|
94
|
+
})(State = exports.State || (exports.State = {}));
|
|
95
|
+
var ResourceState;
|
|
96
|
+
(function (ResourceState) {
|
|
97
|
+
ResourceState.filterSensitiveLog = (obj) => ({
|
|
98
|
+
...obj,
|
|
99
|
+
});
|
|
100
|
+
})(ResourceState = exports.ResourceState || (exports.ResourceState = {}));
|
|
101
|
+
var AccountState;
|
|
102
|
+
(function (AccountState) {
|
|
103
|
+
AccountState.filterSensitiveLog = (obj) => ({
|
|
104
|
+
...obj,
|
|
105
|
+
});
|
|
106
|
+
})(AccountState = exports.AccountState || (exports.AccountState = {}));
|
|
107
|
+
var StringComparison;
|
|
108
|
+
(function (StringComparison) {
|
|
109
|
+
StringComparison["EQUALS"] = "EQUALS";
|
|
110
|
+
StringComparison["NOT_EQUALS"] = "NOT_EQUALS";
|
|
111
|
+
StringComparison["PREFIX"] = "PREFIX";
|
|
112
|
+
})(StringComparison = exports.StringComparison || (exports.StringComparison = {}));
|
|
113
|
+
var StringFilter;
|
|
114
|
+
(function (StringFilter) {
|
|
115
|
+
StringFilter.filterSensitiveLog = (obj) => ({
|
|
116
|
+
...obj,
|
|
117
|
+
});
|
|
118
|
+
})(StringFilter = exports.StringFilter || (exports.StringFilter = {}));
|
|
119
|
+
var AmiSortBy;
|
|
120
|
+
(function (AmiSortBy) {
|
|
121
|
+
AmiSortBy["AFFECTED_INSTANCES"] = "AFFECTED_INSTANCES";
|
|
122
|
+
AmiSortBy["ALL"] = "ALL";
|
|
123
|
+
AmiSortBy["CRITICAL"] = "CRITICAL";
|
|
124
|
+
AmiSortBy["HIGH"] = "HIGH";
|
|
125
|
+
})(AmiSortBy = exports.AmiSortBy || (exports.AmiSortBy = {}));
|
|
126
|
+
var AmiAggregation;
|
|
127
|
+
(function (AmiAggregation) {
|
|
128
|
+
AmiAggregation.filterSensitiveLog = (obj) => ({
|
|
129
|
+
...obj,
|
|
130
|
+
});
|
|
131
|
+
})(AmiAggregation = exports.AmiAggregation || (exports.AmiAggregation = {}));
|
|
132
|
+
var AwsEcrContainerSortBy;
|
|
133
|
+
(function (AwsEcrContainerSortBy) {
|
|
134
|
+
AwsEcrContainerSortBy["ALL"] = "ALL";
|
|
135
|
+
AwsEcrContainerSortBy["CRITICAL"] = "CRITICAL";
|
|
136
|
+
AwsEcrContainerSortBy["HIGH"] = "HIGH";
|
|
137
|
+
})(AwsEcrContainerSortBy = exports.AwsEcrContainerSortBy || (exports.AwsEcrContainerSortBy = {}));
|
|
138
|
+
var AwsEcrContainerAggregation;
|
|
139
|
+
(function (AwsEcrContainerAggregation) {
|
|
140
|
+
AwsEcrContainerAggregation.filterSensitiveLog = (obj) => ({
|
|
141
|
+
...obj,
|
|
142
|
+
});
|
|
143
|
+
})(AwsEcrContainerAggregation = exports.AwsEcrContainerAggregation || (exports.AwsEcrContainerAggregation = {}));
|
|
144
|
+
var MapComparison;
|
|
145
|
+
(function (MapComparison) {
|
|
146
|
+
MapComparison["EQUALS"] = "EQUALS";
|
|
147
|
+
})(MapComparison = exports.MapComparison || (exports.MapComparison = {}));
|
|
148
|
+
var MapFilter;
|
|
149
|
+
(function (MapFilter) {
|
|
150
|
+
MapFilter.filterSensitiveLog = (obj) => ({
|
|
151
|
+
...obj,
|
|
152
|
+
});
|
|
153
|
+
})(MapFilter = exports.MapFilter || (exports.MapFilter = {}));
|
|
154
|
+
var Ec2InstanceSortBy;
|
|
155
|
+
(function (Ec2InstanceSortBy) {
|
|
156
|
+
Ec2InstanceSortBy["ALL"] = "ALL";
|
|
157
|
+
Ec2InstanceSortBy["CRITICAL"] = "CRITICAL";
|
|
158
|
+
Ec2InstanceSortBy["HIGH"] = "HIGH";
|
|
159
|
+
Ec2InstanceSortBy["NETWORK_FINDINGS"] = "NETWORK_FINDINGS";
|
|
160
|
+
})(Ec2InstanceSortBy = exports.Ec2InstanceSortBy || (exports.Ec2InstanceSortBy = {}));
|
|
161
|
+
var Ec2InstanceAggregation;
|
|
162
|
+
(function (Ec2InstanceAggregation) {
|
|
163
|
+
Ec2InstanceAggregation.filterSensitiveLog = (obj) => ({
|
|
164
|
+
...obj,
|
|
165
|
+
});
|
|
166
|
+
})(Ec2InstanceAggregation = exports.Ec2InstanceAggregation || (exports.Ec2InstanceAggregation = {}));
|
|
167
|
+
var FindingTypeSortBy;
|
|
168
|
+
(function (FindingTypeSortBy) {
|
|
169
|
+
FindingTypeSortBy["ALL"] = "ALL";
|
|
170
|
+
FindingTypeSortBy["CRITICAL"] = "CRITICAL";
|
|
171
|
+
FindingTypeSortBy["HIGH"] = "HIGH";
|
|
172
|
+
})(FindingTypeSortBy = exports.FindingTypeSortBy || (exports.FindingTypeSortBy = {}));
|
|
173
|
+
var FindingTypeAggregation;
|
|
174
|
+
(function (FindingTypeAggregation) {
|
|
175
|
+
FindingTypeAggregation.filterSensitiveLog = (obj) => ({
|
|
176
|
+
...obj,
|
|
177
|
+
});
|
|
178
|
+
})(FindingTypeAggregation = exports.FindingTypeAggregation || (exports.FindingTypeAggregation = {}));
|
|
179
|
+
var ImageLayerSortBy;
|
|
180
|
+
(function (ImageLayerSortBy) {
|
|
181
|
+
ImageLayerSortBy["ALL"] = "ALL";
|
|
182
|
+
ImageLayerSortBy["CRITICAL"] = "CRITICAL";
|
|
183
|
+
ImageLayerSortBy["HIGH"] = "HIGH";
|
|
184
|
+
})(ImageLayerSortBy = exports.ImageLayerSortBy || (exports.ImageLayerSortBy = {}));
|
|
185
|
+
var ImageLayerAggregation;
|
|
186
|
+
(function (ImageLayerAggregation) {
|
|
187
|
+
ImageLayerAggregation.filterSensitiveLog = (obj) => ({
|
|
188
|
+
...obj,
|
|
189
|
+
});
|
|
190
|
+
})(ImageLayerAggregation = exports.ImageLayerAggregation || (exports.ImageLayerAggregation = {}));
|
|
191
|
+
var PackageSortBy;
|
|
192
|
+
(function (PackageSortBy) {
|
|
193
|
+
PackageSortBy["ALL"] = "ALL";
|
|
194
|
+
PackageSortBy["CRITICAL"] = "CRITICAL";
|
|
195
|
+
PackageSortBy["HIGH"] = "HIGH";
|
|
196
|
+
})(PackageSortBy = exports.PackageSortBy || (exports.PackageSortBy = {}));
|
|
197
|
+
var PackageAggregation;
|
|
198
|
+
(function (PackageAggregation) {
|
|
199
|
+
PackageAggregation.filterSensitiveLog = (obj) => ({
|
|
200
|
+
...obj,
|
|
201
|
+
});
|
|
202
|
+
})(PackageAggregation = exports.PackageAggregation || (exports.PackageAggregation = {}));
|
|
203
|
+
var RepositorySortBy;
|
|
204
|
+
(function (RepositorySortBy) {
|
|
205
|
+
RepositorySortBy["AFFECTED_IMAGES"] = "AFFECTED_IMAGES";
|
|
206
|
+
RepositorySortBy["ALL"] = "ALL";
|
|
207
|
+
RepositorySortBy["CRITICAL"] = "CRITICAL";
|
|
208
|
+
RepositorySortBy["HIGH"] = "HIGH";
|
|
209
|
+
})(RepositorySortBy = exports.RepositorySortBy || (exports.RepositorySortBy = {}));
|
|
210
|
+
var RepositoryAggregation;
|
|
211
|
+
(function (RepositoryAggregation) {
|
|
212
|
+
RepositoryAggregation.filterSensitiveLog = (obj) => ({
|
|
213
|
+
...obj,
|
|
214
|
+
});
|
|
215
|
+
})(RepositoryAggregation = exports.RepositoryAggregation || (exports.RepositoryAggregation = {}));
|
|
216
|
+
var TitleSortBy;
|
|
217
|
+
(function (TitleSortBy) {
|
|
218
|
+
TitleSortBy["ALL"] = "ALL";
|
|
219
|
+
TitleSortBy["CRITICAL"] = "CRITICAL";
|
|
220
|
+
TitleSortBy["HIGH"] = "HIGH";
|
|
221
|
+
})(TitleSortBy = exports.TitleSortBy || (exports.TitleSortBy = {}));
|
|
222
|
+
var TitleAggregation;
|
|
223
|
+
(function (TitleAggregation) {
|
|
224
|
+
TitleAggregation.filterSensitiveLog = (obj) => ({
|
|
225
|
+
...obj,
|
|
226
|
+
});
|
|
227
|
+
})(TitleAggregation = exports.TitleAggregation || (exports.TitleAggregation = {}));
|
|
228
|
+
var AggregationRequest;
|
|
229
|
+
(function (AggregationRequest) {
|
|
230
|
+
AggregationRequest.visit = (value, visitor) => {
|
|
231
|
+
if (value.accountAggregation !== undefined)
|
|
232
|
+
return visitor.accountAggregation(value.accountAggregation);
|
|
233
|
+
if (value.amiAggregation !== undefined)
|
|
234
|
+
return visitor.amiAggregation(value.amiAggregation);
|
|
235
|
+
if (value.awsEcrContainerAggregation !== undefined)
|
|
236
|
+
return visitor.awsEcrContainerAggregation(value.awsEcrContainerAggregation);
|
|
237
|
+
if (value.ec2InstanceAggregation !== undefined)
|
|
238
|
+
return visitor.ec2InstanceAggregation(value.ec2InstanceAggregation);
|
|
239
|
+
if (value.findingTypeAggregation !== undefined)
|
|
240
|
+
return visitor.findingTypeAggregation(value.findingTypeAggregation);
|
|
241
|
+
if (value.imageLayerAggregation !== undefined)
|
|
242
|
+
return visitor.imageLayerAggregation(value.imageLayerAggregation);
|
|
243
|
+
if (value.packageAggregation !== undefined)
|
|
244
|
+
return visitor.packageAggregation(value.packageAggregation);
|
|
245
|
+
if (value.repositoryAggregation !== undefined)
|
|
246
|
+
return visitor.repositoryAggregation(value.repositoryAggregation);
|
|
247
|
+
if (value.titleAggregation !== undefined)
|
|
248
|
+
return visitor.titleAggregation(value.titleAggregation);
|
|
249
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
250
|
+
};
|
|
251
|
+
AggregationRequest.filterSensitiveLog = (obj) => {
|
|
252
|
+
if (obj.accountAggregation !== undefined)
|
|
253
|
+
return { accountAggregation: AccountAggregation.filterSensitiveLog(obj.accountAggregation) };
|
|
254
|
+
if (obj.amiAggregation !== undefined)
|
|
255
|
+
return { amiAggregation: AmiAggregation.filterSensitiveLog(obj.amiAggregation) };
|
|
256
|
+
if (obj.awsEcrContainerAggregation !== undefined)
|
|
257
|
+
return {
|
|
258
|
+
awsEcrContainerAggregation: AwsEcrContainerAggregation.filterSensitiveLog(obj.awsEcrContainerAggregation),
|
|
259
|
+
};
|
|
260
|
+
if (obj.ec2InstanceAggregation !== undefined)
|
|
261
|
+
return { ec2InstanceAggregation: Ec2InstanceAggregation.filterSensitiveLog(obj.ec2InstanceAggregation) };
|
|
262
|
+
if (obj.findingTypeAggregation !== undefined)
|
|
263
|
+
return { findingTypeAggregation: FindingTypeAggregation.filterSensitiveLog(obj.findingTypeAggregation) };
|
|
264
|
+
if (obj.imageLayerAggregation !== undefined)
|
|
265
|
+
return { imageLayerAggregation: ImageLayerAggregation.filterSensitiveLog(obj.imageLayerAggregation) };
|
|
266
|
+
if (obj.packageAggregation !== undefined)
|
|
267
|
+
return { packageAggregation: PackageAggregation.filterSensitiveLog(obj.packageAggregation) };
|
|
268
|
+
if (obj.repositoryAggregation !== undefined)
|
|
269
|
+
return { repositoryAggregation: RepositoryAggregation.filterSensitiveLog(obj.repositoryAggregation) };
|
|
270
|
+
if (obj.titleAggregation !== undefined)
|
|
271
|
+
return { titleAggregation: TitleAggregation.filterSensitiveLog(obj.titleAggregation) };
|
|
272
|
+
if (obj.$unknown !== undefined)
|
|
273
|
+
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
274
|
+
};
|
|
275
|
+
})(AggregationRequest = exports.AggregationRequest || (exports.AggregationRequest = {}));
|
|
276
|
+
var AmiAggregationResponse;
|
|
277
|
+
(function (AmiAggregationResponse) {
|
|
278
|
+
AmiAggregationResponse.filterSensitiveLog = (obj) => ({
|
|
279
|
+
...obj,
|
|
280
|
+
});
|
|
281
|
+
})(AmiAggregationResponse = exports.AmiAggregationResponse || (exports.AmiAggregationResponse = {}));
|
|
282
|
+
var AwsEcrContainerAggregationResponse;
|
|
283
|
+
(function (AwsEcrContainerAggregationResponse) {
|
|
284
|
+
AwsEcrContainerAggregationResponse.filterSensitiveLog = (obj) => ({
|
|
285
|
+
...obj,
|
|
286
|
+
});
|
|
287
|
+
})(AwsEcrContainerAggregationResponse = exports.AwsEcrContainerAggregationResponse || (exports.AwsEcrContainerAggregationResponse = {}));
|
|
288
|
+
var Ec2InstanceAggregationResponse;
|
|
289
|
+
(function (Ec2InstanceAggregationResponse) {
|
|
290
|
+
Ec2InstanceAggregationResponse.filterSensitiveLog = (obj) => ({
|
|
291
|
+
...obj,
|
|
292
|
+
});
|
|
293
|
+
})(Ec2InstanceAggregationResponse = exports.Ec2InstanceAggregationResponse || (exports.Ec2InstanceAggregationResponse = {}));
|
|
294
|
+
var FindingTypeAggregationResponse;
|
|
295
|
+
(function (FindingTypeAggregationResponse) {
|
|
296
|
+
FindingTypeAggregationResponse.filterSensitiveLog = (obj) => ({
|
|
297
|
+
...obj,
|
|
298
|
+
});
|
|
299
|
+
})(FindingTypeAggregationResponse = exports.FindingTypeAggregationResponse || (exports.FindingTypeAggregationResponse = {}));
|
|
300
|
+
var ImageLayerAggregationResponse;
|
|
301
|
+
(function (ImageLayerAggregationResponse) {
|
|
302
|
+
ImageLayerAggregationResponse.filterSensitiveLog = (obj) => ({
|
|
303
|
+
...obj,
|
|
304
|
+
});
|
|
305
|
+
})(ImageLayerAggregationResponse = exports.ImageLayerAggregationResponse || (exports.ImageLayerAggregationResponse = {}));
|
|
306
|
+
var PackageAggregationResponse;
|
|
307
|
+
(function (PackageAggregationResponse) {
|
|
308
|
+
PackageAggregationResponse.filterSensitiveLog = (obj) => ({
|
|
309
|
+
...obj,
|
|
310
|
+
});
|
|
311
|
+
})(PackageAggregationResponse = exports.PackageAggregationResponse || (exports.PackageAggregationResponse = {}));
|
|
312
|
+
var RepositoryAggregationResponse;
|
|
313
|
+
(function (RepositoryAggregationResponse) {
|
|
314
|
+
RepositoryAggregationResponse.filterSensitiveLog = (obj) => ({
|
|
315
|
+
...obj,
|
|
316
|
+
});
|
|
317
|
+
})(RepositoryAggregationResponse = exports.RepositoryAggregationResponse || (exports.RepositoryAggregationResponse = {}));
|
|
318
|
+
var TitleAggregationResponse;
|
|
319
|
+
(function (TitleAggregationResponse) {
|
|
320
|
+
TitleAggregationResponse.filterSensitiveLog = (obj) => ({
|
|
321
|
+
...obj,
|
|
322
|
+
});
|
|
323
|
+
})(TitleAggregationResponse = exports.TitleAggregationResponse || (exports.TitleAggregationResponse = {}));
|
|
324
|
+
var AggregationResponse;
|
|
325
|
+
(function (AggregationResponse) {
|
|
326
|
+
AggregationResponse.visit = (value, visitor) => {
|
|
327
|
+
if (value.accountAggregation !== undefined)
|
|
328
|
+
return visitor.accountAggregation(value.accountAggregation);
|
|
329
|
+
if (value.amiAggregation !== undefined)
|
|
330
|
+
return visitor.amiAggregation(value.amiAggregation);
|
|
331
|
+
if (value.awsEcrContainerAggregation !== undefined)
|
|
332
|
+
return visitor.awsEcrContainerAggregation(value.awsEcrContainerAggregation);
|
|
333
|
+
if (value.ec2InstanceAggregation !== undefined)
|
|
334
|
+
return visitor.ec2InstanceAggregation(value.ec2InstanceAggregation);
|
|
335
|
+
if (value.findingTypeAggregation !== undefined)
|
|
336
|
+
return visitor.findingTypeAggregation(value.findingTypeAggregation);
|
|
337
|
+
if (value.imageLayerAggregation !== undefined)
|
|
338
|
+
return visitor.imageLayerAggregation(value.imageLayerAggregation);
|
|
339
|
+
if (value.packageAggregation !== undefined)
|
|
340
|
+
return visitor.packageAggregation(value.packageAggregation);
|
|
341
|
+
if (value.repositoryAggregation !== undefined)
|
|
342
|
+
return visitor.repositoryAggregation(value.repositoryAggregation);
|
|
343
|
+
if (value.titleAggregation !== undefined)
|
|
344
|
+
return visitor.titleAggregation(value.titleAggregation);
|
|
345
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
346
|
+
};
|
|
347
|
+
AggregationResponse.filterSensitiveLog = (obj) => {
|
|
348
|
+
if (obj.accountAggregation !== undefined)
|
|
349
|
+
return { accountAggregation: AccountAggregationResponse.filterSensitiveLog(obj.accountAggregation) };
|
|
350
|
+
if (obj.amiAggregation !== undefined)
|
|
351
|
+
return { amiAggregation: AmiAggregationResponse.filterSensitiveLog(obj.amiAggregation) };
|
|
352
|
+
if (obj.awsEcrContainerAggregation !== undefined)
|
|
353
|
+
return {
|
|
354
|
+
awsEcrContainerAggregation: AwsEcrContainerAggregationResponse.filterSensitiveLog(obj.awsEcrContainerAggregation),
|
|
355
|
+
};
|
|
356
|
+
if (obj.ec2InstanceAggregation !== undefined)
|
|
357
|
+
return { ec2InstanceAggregation: Ec2InstanceAggregationResponse.filterSensitiveLog(obj.ec2InstanceAggregation) };
|
|
358
|
+
if (obj.findingTypeAggregation !== undefined)
|
|
359
|
+
return { findingTypeAggregation: FindingTypeAggregationResponse.filterSensitiveLog(obj.findingTypeAggregation) };
|
|
360
|
+
if (obj.imageLayerAggregation !== undefined)
|
|
361
|
+
return { imageLayerAggregation: ImageLayerAggregationResponse.filterSensitiveLog(obj.imageLayerAggregation) };
|
|
362
|
+
if (obj.packageAggregation !== undefined)
|
|
363
|
+
return { packageAggregation: PackageAggregationResponse.filterSensitiveLog(obj.packageAggregation) };
|
|
364
|
+
if (obj.repositoryAggregation !== undefined)
|
|
365
|
+
return { repositoryAggregation: RepositoryAggregationResponse.filterSensitiveLog(obj.repositoryAggregation) };
|
|
366
|
+
if (obj.titleAggregation !== undefined)
|
|
367
|
+
return { titleAggregation: TitleAggregationResponse.filterSensitiveLog(obj.titleAggregation) };
|
|
368
|
+
if (obj.$unknown !== undefined)
|
|
369
|
+
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
370
|
+
};
|
|
371
|
+
})(AggregationResponse = exports.AggregationResponse || (exports.AggregationResponse = {}));
|
|
372
|
+
var AggregationType;
|
|
373
|
+
(function (AggregationType) {
|
|
374
|
+
AggregationType["ACCOUNT"] = "ACCOUNT";
|
|
375
|
+
AggregationType["AMI"] = "AMI";
|
|
376
|
+
AggregationType["AWS_EC2_INSTANCE"] = "AWS_EC2_INSTANCE";
|
|
377
|
+
AggregationType["AWS_ECR_CONTAINER"] = "AWS_ECR_CONTAINER";
|
|
378
|
+
AggregationType["FINDING_TYPE"] = "FINDING_TYPE";
|
|
379
|
+
AggregationType["IMAGE_LAYER"] = "IMAGE_LAYER";
|
|
380
|
+
AggregationType["PACKAGE"] = "PACKAGE";
|
|
381
|
+
AggregationType["REPOSITORY"] = "REPOSITORY";
|
|
382
|
+
AggregationType["TITLE"] = "TITLE";
|
|
383
|
+
})(AggregationType = exports.AggregationType || (exports.AggregationType = {}));
|
|
384
|
+
var AssociateMemberRequest;
|
|
385
|
+
(function (AssociateMemberRequest) {
|
|
386
|
+
AssociateMemberRequest.filterSensitiveLog = (obj) => ({
|
|
387
|
+
...obj,
|
|
388
|
+
});
|
|
389
|
+
})(AssociateMemberRequest = exports.AssociateMemberRequest || (exports.AssociateMemberRequest = {}));
|
|
390
|
+
var AssociateMemberResponse;
|
|
391
|
+
(function (AssociateMemberResponse) {
|
|
392
|
+
AssociateMemberResponse.filterSensitiveLog = (obj) => ({
|
|
393
|
+
...obj,
|
|
394
|
+
});
|
|
395
|
+
})(AssociateMemberResponse = exports.AssociateMemberResponse || (exports.AssociateMemberResponse = {}));
|
|
396
|
+
var InternalServerException;
|
|
397
|
+
(function (InternalServerException) {
|
|
398
|
+
InternalServerException.filterSensitiveLog = (obj) => ({
|
|
399
|
+
...obj,
|
|
400
|
+
});
|
|
401
|
+
})(InternalServerException = exports.InternalServerException || (exports.InternalServerException = {}));
|
|
402
|
+
var ThrottlingException;
|
|
403
|
+
(function (ThrottlingException) {
|
|
404
|
+
ThrottlingException.filterSensitiveLog = (obj) => ({
|
|
405
|
+
...obj,
|
|
406
|
+
});
|
|
407
|
+
})(ThrottlingException = exports.ThrottlingException || (exports.ThrottlingException = {}));
|
|
408
|
+
var ValidationExceptionField;
|
|
409
|
+
(function (ValidationExceptionField) {
|
|
410
|
+
ValidationExceptionField.filterSensitiveLog = (obj) => ({
|
|
411
|
+
...obj,
|
|
412
|
+
});
|
|
413
|
+
})(ValidationExceptionField = exports.ValidationExceptionField || (exports.ValidationExceptionField = {}));
|
|
414
|
+
var ValidationExceptionReason;
|
|
415
|
+
(function (ValidationExceptionReason) {
|
|
416
|
+
ValidationExceptionReason["CANNOT_PARSE"] = "CANNOT_PARSE";
|
|
417
|
+
ValidationExceptionReason["FIELD_VALIDATION_FAILED"] = "FIELD_VALIDATION_FAILED";
|
|
418
|
+
ValidationExceptionReason["OTHER"] = "OTHER";
|
|
419
|
+
})(ValidationExceptionReason = exports.ValidationExceptionReason || (exports.ValidationExceptionReason = {}));
|
|
420
|
+
var ValidationException;
|
|
421
|
+
(function (ValidationException) {
|
|
422
|
+
ValidationException.filterSensitiveLog = (obj) => ({
|
|
423
|
+
...obj,
|
|
424
|
+
});
|
|
425
|
+
})(ValidationException = exports.ValidationException || (exports.ValidationException = {}));
|
|
426
|
+
var AutoEnable;
|
|
427
|
+
(function (AutoEnable) {
|
|
428
|
+
AutoEnable.filterSensitiveLog = (obj) => ({
|
|
429
|
+
...obj,
|
|
430
|
+
});
|
|
431
|
+
})(AutoEnable = exports.AutoEnable || (exports.AutoEnable = {}));
|
|
432
|
+
var AwsEc2InstanceDetails;
|
|
433
|
+
(function (AwsEc2InstanceDetails) {
|
|
434
|
+
AwsEc2InstanceDetails.filterSensitiveLog = (obj) => ({
|
|
435
|
+
...obj,
|
|
436
|
+
});
|
|
437
|
+
})(AwsEc2InstanceDetails = exports.AwsEc2InstanceDetails || (exports.AwsEc2InstanceDetails = {}));
|
|
438
|
+
var AwsEcrContainerImageDetails;
|
|
439
|
+
(function (AwsEcrContainerImageDetails) {
|
|
440
|
+
AwsEcrContainerImageDetails.filterSensitiveLog = (obj) => ({
|
|
441
|
+
...obj,
|
|
442
|
+
});
|
|
443
|
+
})(AwsEcrContainerImageDetails = exports.AwsEcrContainerImageDetails || (exports.AwsEcrContainerImageDetails = {}));
|
|
444
|
+
var BadRequestException;
|
|
445
|
+
(function (BadRequestException) {
|
|
446
|
+
BadRequestException.filterSensitiveLog = (obj) => ({
|
|
447
|
+
...obj,
|
|
448
|
+
});
|
|
449
|
+
})(BadRequestException = exports.BadRequestException || (exports.BadRequestException = {}));
|
|
450
|
+
var BatchGetAccountStatusRequest;
|
|
451
|
+
(function (BatchGetAccountStatusRequest) {
|
|
452
|
+
BatchGetAccountStatusRequest.filterSensitiveLog = (obj) => ({
|
|
453
|
+
...obj,
|
|
454
|
+
});
|
|
455
|
+
})(BatchGetAccountStatusRequest = exports.BatchGetAccountStatusRequest || (exports.BatchGetAccountStatusRequest = {}));
|
|
456
|
+
var FailedAccount;
|
|
457
|
+
(function (FailedAccount) {
|
|
458
|
+
FailedAccount.filterSensitiveLog = (obj) => ({
|
|
459
|
+
...obj,
|
|
460
|
+
});
|
|
461
|
+
})(FailedAccount = exports.FailedAccount || (exports.FailedAccount = {}));
|
|
462
|
+
var BatchGetAccountStatusResponse;
|
|
463
|
+
(function (BatchGetAccountStatusResponse) {
|
|
464
|
+
BatchGetAccountStatusResponse.filterSensitiveLog = (obj) => ({
|
|
465
|
+
...obj,
|
|
466
|
+
});
|
|
467
|
+
})(BatchGetAccountStatusResponse = exports.BatchGetAccountStatusResponse || (exports.BatchGetAccountStatusResponse = {}));
|
|
468
|
+
var ResourceNotFoundException;
|
|
469
|
+
(function (ResourceNotFoundException) {
|
|
470
|
+
ResourceNotFoundException.filterSensitiveLog = (obj) => ({
|
|
471
|
+
...obj,
|
|
472
|
+
});
|
|
473
|
+
})(ResourceNotFoundException = exports.ResourceNotFoundException || (exports.ResourceNotFoundException = {}));
|
|
474
|
+
var BatchGetFreeTrialInfoRequest;
|
|
475
|
+
(function (BatchGetFreeTrialInfoRequest) {
|
|
476
|
+
BatchGetFreeTrialInfoRequest.filterSensitiveLog = (obj) => ({
|
|
477
|
+
...obj,
|
|
478
|
+
});
|
|
479
|
+
})(BatchGetFreeTrialInfoRequest = exports.BatchGetFreeTrialInfoRequest || (exports.BatchGetFreeTrialInfoRequest = {}));
|
|
480
|
+
var FreeTrialStatus;
|
|
481
|
+
(function (FreeTrialStatus) {
|
|
482
|
+
FreeTrialStatus["ACTIVE"] = "ACTIVE";
|
|
483
|
+
FreeTrialStatus["INACTIVE"] = "INACTIVE";
|
|
484
|
+
})(FreeTrialStatus = exports.FreeTrialStatus || (exports.FreeTrialStatus = {}));
|
|
485
|
+
var FreeTrialType;
|
|
486
|
+
(function (FreeTrialType) {
|
|
487
|
+
FreeTrialType["EC2"] = "EC2";
|
|
488
|
+
FreeTrialType["ECR"] = "ECR";
|
|
489
|
+
})(FreeTrialType = exports.FreeTrialType || (exports.FreeTrialType = {}));
|
|
490
|
+
var FreeTrialInfo;
|
|
491
|
+
(function (FreeTrialInfo) {
|
|
492
|
+
FreeTrialInfo.filterSensitiveLog = (obj) => ({
|
|
493
|
+
...obj,
|
|
494
|
+
});
|
|
495
|
+
})(FreeTrialInfo = exports.FreeTrialInfo || (exports.FreeTrialInfo = {}));
|
|
496
|
+
var FreeTrialAccountInfo;
|
|
497
|
+
(function (FreeTrialAccountInfo) {
|
|
498
|
+
FreeTrialAccountInfo.filterSensitiveLog = (obj) => ({
|
|
499
|
+
...obj,
|
|
500
|
+
});
|
|
501
|
+
})(FreeTrialAccountInfo = exports.FreeTrialAccountInfo || (exports.FreeTrialAccountInfo = {}));
|
|
502
|
+
var FreeTrialInfoErrorCode;
|
|
503
|
+
(function (FreeTrialInfoErrorCode) {
|
|
504
|
+
FreeTrialInfoErrorCode["ACCESS_DENIED"] = "ACCESS_DENIED";
|
|
505
|
+
FreeTrialInfoErrorCode["INTERNAL_ERROR"] = "INTERNAL_ERROR";
|
|
506
|
+
})(FreeTrialInfoErrorCode = exports.FreeTrialInfoErrorCode || (exports.FreeTrialInfoErrorCode = {}));
|
|
507
|
+
var FreeTrialInfoError;
|
|
508
|
+
(function (FreeTrialInfoError) {
|
|
509
|
+
FreeTrialInfoError.filterSensitiveLog = (obj) => ({
|
|
510
|
+
...obj,
|
|
511
|
+
});
|
|
512
|
+
})(FreeTrialInfoError = exports.FreeTrialInfoError || (exports.FreeTrialInfoError = {}));
|
|
513
|
+
var BatchGetFreeTrialInfoResponse;
|
|
514
|
+
(function (BatchGetFreeTrialInfoResponse) {
|
|
515
|
+
BatchGetFreeTrialInfoResponse.filterSensitiveLog = (obj) => ({
|
|
516
|
+
...obj,
|
|
517
|
+
});
|
|
518
|
+
})(BatchGetFreeTrialInfoResponse = exports.BatchGetFreeTrialInfoResponse || (exports.BatchGetFreeTrialInfoResponse = {}));
|
|
519
|
+
var CancelFindingsReportRequest;
|
|
520
|
+
(function (CancelFindingsReportRequest) {
|
|
521
|
+
CancelFindingsReportRequest.filterSensitiveLog = (obj) => ({
|
|
522
|
+
...obj,
|
|
523
|
+
});
|
|
524
|
+
})(CancelFindingsReportRequest = exports.CancelFindingsReportRequest || (exports.CancelFindingsReportRequest = {}));
|
|
525
|
+
var CancelFindingsReportResponse;
|
|
526
|
+
(function (CancelFindingsReportResponse) {
|
|
527
|
+
CancelFindingsReportResponse.filterSensitiveLog = (obj) => ({
|
|
528
|
+
...obj,
|
|
529
|
+
});
|
|
530
|
+
})(CancelFindingsReportResponse = exports.CancelFindingsReportResponse || (exports.CancelFindingsReportResponse = {}));
|
|
531
|
+
var ConflictException;
|
|
532
|
+
(function (ConflictException) {
|
|
533
|
+
ConflictException.filterSensitiveLog = (obj) => ({
|
|
534
|
+
...obj,
|
|
535
|
+
});
|
|
536
|
+
})(ConflictException = exports.ConflictException || (exports.ConflictException = {}));
|
|
537
|
+
var GroupKey;
|
|
538
|
+
(function (GroupKey) {
|
|
539
|
+
GroupKey["ACCOUNT_ID"] = "ACCOUNT_ID";
|
|
540
|
+
GroupKey["ECR_REPOSITORY_NAME"] = "ECR_REPOSITORY_NAME";
|
|
541
|
+
GroupKey["RESOURCE_TYPE"] = "RESOURCE_TYPE";
|
|
542
|
+
GroupKey["SCAN_STATUS_CODE"] = "SCAN_STATUS_CODE";
|
|
543
|
+
GroupKey["SCAN_STATUS_REASON"] = "SCAN_STATUS_REASON";
|
|
544
|
+
})(GroupKey = exports.GroupKey || (exports.GroupKey = {}));
|
|
545
|
+
var Counts;
|
|
546
|
+
(function (Counts) {
|
|
547
|
+
Counts.filterSensitiveLog = (obj) => ({
|
|
548
|
+
...obj,
|
|
549
|
+
});
|
|
550
|
+
})(Counts = exports.Counts || (exports.Counts = {}));
|
|
551
|
+
var CoverageStringComparison;
|
|
552
|
+
(function (CoverageStringComparison) {
|
|
553
|
+
CoverageStringComparison["EQUALS"] = "EQUALS";
|
|
554
|
+
CoverageStringComparison["NOT_EQUALS"] = "NOT_EQUALS";
|
|
555
|
+
})(CoverageStringComparison = exports.CoverageStringComparison || (exports.CoverageStringComparison = {}));
|
|
556
|
+
var CoverageStringFilter;
|
|
557
|
+
(function (CoverageStringFilter) {
|
|
558
|
+
CoverageStringFilter.filterSensitiveLog = (obj) => ({
|
|
559
|
+
...obj,
|
|
560
|
+
});
|
|
561
|
+
})(CoverageStringFilter = exports.CoverageStringFilter || (exports.CoverageStringFilter = {}));
|
|
562
|
+
var CoverageMapComparison;
|
|
563
|
+
(function (CoverageMapComparison) {
|
|
564
|
+
CoverageMapComparison["EQUALS"] = "EQUALS";
|
|
565
|
+
})(CoverageMapComparison = exports.CoverageMapComparison || (exports.CoverageMapComparison = {}));
|
|
566
|
+
var CoverageMapFilter;
|
|
567
|
+
(function (CoverageMapFilter) {
|
|
568
|
+
CoverageMapFilter.filterSensitiveLog = (obj) => ({
|
|
569
|
+
...obj,
|
|
570
|
+
});
|
|
571
|
+
})(CoverageMapFilter = exports.CoverageMapFilter || (exports.CoverageMapFilter = {}));
|
|
572
|
+
var CoverageFilterCriteria;
|
|
573
|
+
(function (CoverageFilterCriteria) {
|
|
574
|
+
CoverageFilterCriteria.filterSensitiveLog = (obj) => ({
|
|
575
|
+
...obj,
|
|
576
|
+
});
|
|
577
|
+
})(CoverageFilterCriteria = exports.CoverageFilterCriteria || (exports.CoverageFilterCriteria = {}));
|
|
578
|
+
var CoverageResourceType;
|
|
579
|
+
(function (CoverageResourceType) {
|
|
580
|
+
CoverageResourceType["AWS_EC2_INSTANCE"] = "AWS_EC2_INSTANCE";
|
|
581
|
+
CoverageResourceType["AWS_ECR_CONTAINER_IMAGE"] = "AWS_ECR_CONTAINER_IMAGE";
|
|
582
|
+
CoverageResourceType["AWS_ECR_REPOSITORY"] = "AWS_ECR_REPOSITORY";
|
|
583
|
+
})(CoverageResourceType = exports.CoverageResourceType || (exports.CoverageResourceType = {}));
|
|
584
|
+
var Ec2Platform;
|
|
585
|
+
(function (Ec2Platform) {
|
|
586
|
+
Ec2Platform["LINUX"] = "LINUX";
|
|
587
|
+
Ec2Platform["UNKNOWN"] = "UNKNOWN";
|
|
588
|
+
Ec2Platform["WINDOWS"] = "WINDOWS";
|
|
589
|
+
})(Ec2Platform = exports.Ec2Platform || (exports.Ec2Platform = {}));
|
|
590
|
+
var Ec2Metadata;
|
|
591
|
+
(function (Ec2Metadata) {
|
|
592
|
+
Ec2Metadata.filterSensitiveLog = (obj) => ({
|
|
593
|
+
...obj,
|
|
594
|
+
});
|
|
595
|
+
})(Ec2Metadata = exports.Ec2Metadata || (exports.Ec2Metadata = {}));
|
|
596
|
+
var EcrContainerImageMetadata;
|
|
597
|
+
(function (EcrContainerImageMetadata) {
|
|
598
|
+
EcrContainerImageMetadata.filterSensitiveLog = (obj) => ({
|
|
599
|
+
...obj,
|
|
600
|
+
});
|
|
601
|
+
})(EcrContainerImageMetadata = exports.EcrContainerImageMetadata || (exports.EcrContainerImageMetadata = {}));
|
|
602
|
+
var EcrScanFrequency;
|
|
603
|
+
(function (EcrScanFrequency) {
|
|
604
|
+
EcrScanFrequency["CONTINUOUS_SCAN"] = "CONTINUOUS_SCAN";
|
|
605
|
+
EcrScanFrequency["MANUAL"] = "MANUAL";
|
|
606
|
+
EcrScanFrequency["SCAN_ON_PUSH"] = "SCAN_ON_PUSH";
|
|
607
|
+
})(EcrScanFrequency = exports.EcrScanFrequency || (exports.EcrScanFrequency = {}));
|
|
608
|
+
var EcrRepositoryMetadata;
|
|
609
|
+
(function (EcrRepositoryMetadata) {
|
|
610
|
+
EcrRepositoryMetadata.filterSensitiveLog = (obj) => ({
|
|
611
|
+
...obj,
|
|
612
|
+
});
|
|
613
|
+
})(EcrRepositoryMetadata = exports.EcrRepositoryMetadata || (exports.EcrRepositoryMetadata = {}));
|
|
614
|
+
var ResourceScanMetadata;
|
|
615
|
+
(function (ResourceScanMetadata) {
|
|
616
|
+
ResourceScanMetadata.filterSensitiveLog = (obj) => ({
|
|
617
|
+
...obj,
|
|
618
|
+
});
|
|
619
|
+
})(ResourceScanMetadata = exports.ResourceScanMetadata || (exports.ResourceScanMetadata = {}));
|
|
620
|
+
var ScanStatusReason;
|
|
621
|
+
(function (ScanStatusReason) {
|
|
622
|
+
ScanStatusReason["ACCESS_DENIED"] = "ACCESS_DENIED";
|
|
623
|
+
ScanStatusReason["EC2_INSTANCE_STOPPED"] = "EC2_INSTANCE_STOPPED";
|
|
624
|
+
ScanStatusReason["IMAGE_SIZE_EXCEEDED"] = "IMAGE_SIZE_EXCEEDED";
|
|
625
|
+
ScanStatusReason["INTERNAL_ERROR"] = "INTERNAL_ERROR";
|
|
626
|
+
ScanStatusReason["NO_RESOURCES_FOUND"] = "NO_RESOURCES_FOUND";
|
|
627
|
+
ScanStatusReason["PENDING_INITIAL_SCAN"] = "PENDING_INITIAL_SCAN";
|
|
628
|
+
ScanStatusReason["RESOURCE_TERMINATED"] = "RESOURCE_TERMINATED";
|
|
629
|
+
ScanStatusReason["SCAN_ELIGIBILITY_EXPIRED"] = "SCAN_ELIGIBILITY_EXPIRED";
|
|
630
|
+
ScanStatusReason["SCAN_FREQUENCY_MANUAL"] = "SCAN_FREQUENCY_MANUAL";
|
|
631
|
+
ScanStatusReason["SCAN_FREQUENCY_SCAN_ON_PUSH"] = "SCAN_FREQUENCY_SCAN_ON_PUSH";
|
|
632
|
+
ScanStatusReason["SUCCESSFUL"] = "SUCCESSFUL";
|
|
633
|
+
ScanStatusReason["UNMANAGED_EC2_INSTANCE"] = "UNMANAGED_EC2_INSTANCE";
|
|
634
|
+
ScanStatusReason["UNSUPPORTED_OS"] = "UNSUPPORTED_OS";
|
|
635
|
+
})(ScanStatusReason = exports.ScanStatusReason || (exports.ScanStatusReason = {}));
|
|
636
|
+
var ScanStatusCode;
|
|
637
|
+
(function (ScanStatusCode) {
|
|
638
|
+
ScanStatusCode["ACTIVE"] = "ACTIVE";
|
|
639
|
+
ScanStatusCode["INACTIVE"] = "INACTIVE";
|
|
640
|
+
})(ScanStatusCode = exports.ScanStatusCode || (exports.ScanStatusCode = {}));
|
|
641
|
+
var ScanStatus;
|
|
642
|
+
(function (ScanStatus) {
|
|
643
|
+
ScanStatus.filterSensitiveLog = (obj) => ({
|
|
644
|
+
...obj,
|
|
645
|
+
});
|
|
646
|
+
})(ScanStatus = exports.ScanStatus || (exports.ScanStatus = {}));
|
|
647
|
+
var ScanType;
|
|
648
|
+
(function (ScanType) {
|
|
649
|
+
ScanType["NETWORK"] = "NETWORK";
|
|
650
|
+
ScanType["PACKAGE"] = "PACKAGE";
|
|
651
|
+
})(ScanType = exports.ScanType || (exports.ScanType = {}));
|
|
652
|
+
var CoveredResource;
|
|
653
|
+
(function (CoveredResource) {
|
|
654
|
+
CoveredResource.filterSensitiveLog = (obj) => ({
|
|
655
|
+
...obj,
|
|
656
|
+
});
|
|
657
|
+
})(CoveredResource = exports.CoveredResource || (exports.CoveredResource = {}));
|
|
658
|
+
var FilterAction;
|
|
659
|
+
(function (FilterAction) {
|
|
660
|
+
FilterAction["NONE"] = "NONE";
|
|
661
|
+
FilterAction["SUPPRESS"] = "SUPPRESS";
|
|
662
|
+
})(FilterAction = exports.FilterAction || (exports.FilterAction = {}));
|
|
663
|
+
var DateFilter;
|
|
664
|
+
(function (DateFilter) {
|
|
665
|
+
DateFilter.filterSensitiveLog = (obj) => ({
|
|
666
|
+
...obj,
|
|
667
|
+
});
|
|
668
|
+
})(DateFilter = exports.DateFilter || (exports.DateFilter = {}));
|
|
669
|
+
var NumberFilter;
|
|
670
|
+
(function (NumberFilter) {
|
|
671
|
+
NumberFilter.filterSensitiveLog = (obj) => ({
|
|
672
|
+
...obj,
|
|
673
|
+
});
|
|
674
|
+
})(NumberFilter = exports.NumberFilter || (exports.NumberFilter = {}));
|
|
675
|
+
var PortRangeFilter;
|
|
676
|
+
(function (PortRangeFilter) {
|
|
677
|
+
PortRangeFilter.filterSensitiveLog = (obj) => ({
|
|
678
|
+
...obj,
|
|
679
|
+
});
|
|
680
|
+
})(PortRangeFilter = exports.PortRangeFilter || (exports.PortRangeFilter = {}));
|
|
681
|
+
var PackageFilter;
|
|
682
|
+
(function (PackageFilter) {
|
|
683
|
+
PackageFilter.filterSensitiveLog = (obj) => ({
|
|
684
|
+
...obj,
|
|
685
|
+
});
|
|
686
|
+
})(PackageFilter = exports.PackageFilter || (exports.PackageFilter = {}));
|
|
687
|
+
var FilterCriteria;
|
|
688
|
+
(function (FilterCriteria) {
|
|
689
|
+
FilterCriteria.filterSensitiveLog = (obj) => ({
|
|
690
|
+
...obj,
|
|
691
|
+
});
|
|
692
|
+
})(FilterCriteria = exports.FilterCriteria || (exports.FilterCriteria = {}));
|
|
693
|
+
var CreateFilterRequest;
|
|
694
|
+
(function (CreateFilterRequest) {
|
|
695
|
+
CreateFilterRequest.filterSensitiveLog = (obj) => ({
|
|
696
|
+
...obj,
|
|
697
|
+
});
|
|
698
|
+
})(CreateFilterRequest = exports.CreateFilterRequest || (exports.CreateFilterRequest = {}));
|
|
699
|
+
var CreateFilterResponse;
|
|
700
|
+
(function (CreateFilterResponse) {
|
|
701
|
+
CreateFilterResponse.filterSensitiveLog = (obj) => ({
|
|
702
|
+
...obj,
|
|
703
|
+
});
|
|
704
|
+
})(CreateFilterResponse = exports.CreateFilterResponse || (exports.CreateFilterResponse = {}));
|
|
705
|
+
var ServiceQuotaExceededException;
|
|
706
|
+
(function (ServiceQuotaExceededException) {
|
|
707
|
+
ServiceQuotaExceededException.filterSensitiveLog = (obj) => ({
|
|
708
|
+
...obj,
|
|
709
|
+
});
|
|
710
|
+
})(ServiceQuotaExceededException = exports.ServiceQuotaExceededException || (exports.ServiceQuotaExceededException = {}));
|
|
711
|
+
var ReportFormat;
|
|
712
|
+
(function (ReportFormat) {
|
|
713
|
+
ReportFormat["CSV"] = "CSV";
|
|
714
|
+
ReportFormat["JSON"] = "JSON";
|
|
715
|
+
})(ReportFormat = exports.ReportFormat || (exports.ReportFormat = {}));
|
|
716
|
+
var Destination;
|
|
717
|
+
(function (Destination) {
|
|
718
|
+
Destination.filterSensitiveLog = (obj) => ({
|
|
719
|
+
...obj,
|
|
720
|
+
});
|
|
721
|
+
})(Destination = exports.Destination || (exports.Destination = {}));
|
|
722
|
+
var CreateFindingsReportRequest;
|
|
723
|
+
(function (CreateFindingsReportRequest) {
|
|
724
|
+
CreateFindingsReportRequest.filterSensitiveLog = (obj) => ({
|
|
725
|
+
...obj,
|
|
726
|
+
});
|
|
727
|
+
})(CreateFindingsReportRequest = exports.CreateFindingsReportRequest || (exports.CreateFindingsReportRequest = {}));
|
|
728
|
+
var CreateFindingsReportResponse;
|
|
729
|
+
(function (CreateFindingsReportResponse) {
|
|
730
|
+
CreateFindingsReportResponse.filterSensitiveLog = (obj) => ({
|
|
731
|
+
...obj,
|
|
732
|
+
});
|
|
733
|
+
})(CreateFindingsReportResponse = exports.CreateFindingsReportResponse || (exports.CreateFindingsReportResponse = {}));
|
|
734
|
+
var Currency;
|
|
735
|
+
(function (Currency) {
|
|
736
|
+
Currency["USD"] = "USD";
|
|
737
|
+
})(Currency = exports.Currency || (exports.Currency = {}));
|
|
738
|
+
var CvssScore;
|
|
739
|
+
(function (CvssScore) {
|
|
740
|
+
CvssScore.filterSensitiveLog = (obj) => ({
|
|
741
|
+
...obj,
|
|
742
|
+
});
|
|
743
|
+
})(CvssScore = exports.CvssScore || (exports.CvssScore = {}));
|
|
744
|
+
var CvssScoreAdjustment;
|
|
745
|
+
(function (CvssScoreAdjustment) {
|
|
746
|
+
CvssScoreAdjustment.filterSensitiveLog = (obj) => ({
|
|
747
|
+
...obj,
|
|
748
|
+
});
|
|
749
|
+
})(CvssScoreAdjustment = exports.CvssScoreAdjustment || (exports.CvssScoreAdjustment = {}));
|
|
750
|
+
var CvssScoreDetails;
|
|
751
|
+
(function (CvssScoreDetails) {
|
|
752
|
+
CvssScoreDetails.filterSensitiveLog = (obj) => ({
|
|
753
|
+
...obj,
|
|
754
|
+
});
|
|
755
|
+
})(CvssScoreDetails = exports.CvssScoreDetails || (exports.CvssScoreDetails = {}));
|
|
756
|
+
var RelationshipStatus;
|
|
757
|
+
(function (RelationshipStatus) {
|
|
758
|
+
RelationshipStatus["ACCOUNT_SUSPENDED"] = "ACCOUNT_SUSPENDED";
|
|
759
|
+
RelationshipStatus["CANNOT_CREATE_DETECTOR_IN_ORG_MASTER"] = "CANNOT_CREATE_DETECTOR_IN_ORG_MASTER";
|
|
760
|
+
RelationshipStatus["CREATED"] = "CREATED";
|
|
761
|
+
RelationshipStatus["DELETED"] = "DELETED";
|
|
762
|
+
RelationshipStatus["DISABLED"] = "DISABLED";
|
|
763
|
+
RelationshipStatus["EMAIL_VERIFICATION_FAILED"] = "EMAIL_VERIFICATION_FAILED";
|
|
764
|
+
RelationshipStatus["EMAIL_VERIFICATION_IN_PROGRESS"] = "EMAIL_VERIFICATION_IN_PROGRESS";
|
|
765
|
+
RelationshipStatus["ENABLED"] = "ENABLED";
|
|
766
|
+
RelationshipStatus["INVITED"] = "INVITED";
|
|
767
|
+
RelationshipStatus["REGION_DISABLED"] = "REGION_DISABLED";
|
|
768
|
+
RelationshipStatus["REMOVED"] = "REMOVED";
|
|
769
|
+
RelationshipStatus["RESIGNED"] = "RESIGNED";
|
|
770
|
+
})(RelationshipStatus = exports.RelationshipStatus || (exports.RelationshipStatus = {}));
|
|
771
|
+
var DelegatedAdmin;
|
|
772
|
+
(function (DelegatedAdmin) {
|
|
773
|
+
DelegatedAdmin.filterSensitiveLog = (obj) => ({
|
|
774
|
+
...obj,
|
|
775
|
+
});
|
|
776
|
+
})(DelegatedAdmin = exports.DelegatedAdmin || (exports.DelegatedAdmin = {}));
|
|
777
|
+
var DelegatedAdminStatus;
|
|
778
|
+
(function (DelegatedAdminStatus) {
|
|
779
|
+
DelegatedAdminStatus["DISABLE_IN_PROGRESS"] = "DISABLE_IN_PROGRESS";
|
|
780
|
+
DelegatedAdminStatus["ENABLED"] = "ENABLED";
|
|
781
|
+
})(DelegatedAdminStatus = exports.DelegatedAdminStatus || (exports.DelegatedAdminStatus = {}));
|
|
782
|
+
var DelegatedAdminAccount;
|
|
783
|
+
(function (DelegatedAdminAccount) {
|
|
784
|
+
DelegatedAdminAccount.filterSensitiveLog = (obj) => ({
|
|
785
|
+
...obj,
|
|
786
|
+
});
|
|
787
|
+
})(DelegatedAdminAccount = exports.DelegatedAdminAccount || (exports.DelegatedAdminAccount = {}));
|
|
788
|
+
var DeleteFilterRequest;
|
|
789
|
+
(function (DeleteFilterRequest) {
|
|
790
|
+
DeleteFilterRequest.filterSensitiveLog = (obj) => ({
|
|
791
|
+
...obj,
|
|
792
|
+
});
|
|
793
|
+
})(DeleteFilterRequest = exports.DeleteFilterRequest || (exports.DeleteFilterRequest = {}));
|
|
794
|
+
var DeleteFilterResponse;
|
|
795
|
+
(function (DeleteFilterResponse) {
|
|
796
|
+
DeleteFilterResponse.filterSensitiveLog = (obj) => ({
|
|
797
|
+
...obj,
|
|
798
|
+
});
|
|
799
|
+
})(DeleteFilterResponse = exports.DeleteFilterResponse || (exports.DeleteFilterResponse = {}));
|
|
800
|
+
var DescribeOrganizationConfigurationRequest;
|
|
801
|
+
(function (DescribeOrganizationConfigurationRequest) {
|
|
802
|
+
DescribeOrganizationConfigurationRequest.filterSensitiveLog = (obj) => ({
|
|
803
|
+
...obj,
|
|
804
|
+
});
|
|
805
|
+
})(DescribeOrganizationConfigurationRequest = exports.DescribeOrganizationConfigurationRequest || (exports.DescribeOrganizationConfigurationRequest = {}));
|
|
806
|
+
var DescribeOrganizationConfigurationResponse;
|
|
807
|
+
(function (DescribeOrganizationConfigurationResponse) {
|
|
808
|
+
DescribeOrganizationConfigurationResponse.filterSensitiveLog = (obj) => ({
|
|
809
|
+
...obj,
|
|
810
|
+
});
|
|
811
|
+
})(DescribeOrganizationConfigurationResponse = exports.DescribeOrganizationConfigurationResponse || (exports.DescribeOrganizationConfigurationResponse = {}));
|
|
812
|
+
var ResourceScanType;
|
|
813
|
+
(function (ResourceScanType) {
|
|
814
|
+
ResourceScanType["EC2"] = "EC2";
|
|
815
|
+
ResourceScanType["ECR"] = "ECR";
|
|
816
|
+
})(ResourceScanType = exports.ResourceScanType || (exports.ResourceScanType = {}));
|
|
817
|
+
var DisableRequest;
|
|
818
|
+
(function (DisableRequest) {
|
|
819
|
+
DisableRequest.filterSensitiveLog = (obj) => ({
|
|
820
|
+
...obj,
|
|
821
|
+
});
|
|
822
|
+
})(DisableRequest = exports.DisableRequest || (exports.DisableRequest = {}));
|
|
823
|
+
var DisableResponse;
|
|
824
|
+
(function (DisableResponse) {
|
|
825
|
+
DisableResponse.filterSensitiveLog = (obj) => ({
|
|
826
|
+
...obj,
|
|
827
|
+
});
|
|
828
|
+
})(DisableResponse = exports.DisableResponse || (exports.DisableResponse = {}));
|
|
829
|
+
var DisableDelegatedAdminAccountRequest;
|
|
830
|
+
(function (DisableDelegatedAdminAccountRequest) {
|
|
831
|
+
DisableDelegatedAdminAccountRequest.filterSensitiveLog = (obj) => ({
|
|
832
|
+
...obj,
|
|
833
|
+
});
|
|
834
|
+
})(DisableDelegatedAdminAccountRequest = exports.DisableDelegatedAdminAccountRequest || (exports.DisableDelegatedAdminAccountRequest = {}));
|
|
835
|
+
var DisableDelegatedAdminAccountResponse;
|
|
836
|
+
(function (DisableDelegatedAdminAccountResponse) {
|
|
837
|
+
DisableDelegatedAdminAccountResponse.filterSensitiveLog = (obj) => ({
|
|
838
|
+
...obj,
|
|
839
|
+
});
|
|
840
|
+
})(DisableDelegatedAdminAccountResponse = exports.DisableDelegatedAdminAccountResponse || (exports.DisableDelegatedAdminAccountResponse = {}));
|
|
841
|
+
var DisassociateMemberRequest;
|
|
842
|
+
(function (DisassociateMemberRequest) {
|
|
843
|
+
DisassociateMemberRequest.filterSensitiveLog = (obj) => ({
|
|
844
|
+
...obj,
|
|
845
|
+
});
|
|
846
|
+
})(DisassociateMemberRequest = exports.DisassociateMemberRequest || (exports.DisassociateMemberRequest = {}));
|
|
847
|
+
var DisassociateMemberResponse;
|
|
848
|
+
(function (DisassociateMemberResponse) {
|
|
849
|
+
DisassociateMemberResponse.filterSensitiveLog = (obj) => ({
|
|
850
|
+
...obj,
|
|
851
|
+
});
|
|
852
|
+
})(DisassociateMemberResponse = exports.DisassociateMemberResponse || (exports.DisassociateMemberResponse = {}));
|
|
853
|
+
var EnableRequest;
|
|
854
|
+
(function (EnableRequest) {
|
|
855
|
+
EnableRequest.filterSensitiveLog = (obj) => ({
|
|
856
|
+
...obj,
|
|
857
|
+
});
|
|
858
|
+
})(EnableRequest = exports.EnableRequest || (exports.EnableRequest = {}));
|
|
859
|
+
var EnableResponse;
|
|
860
|
+
(function (EnableResponse) {
|
|
861
|
+
EnableResponse.filterSensitiveLog = (obj) => ({
|
|
862
|
+
...obj,
|
|
863
|
+
});
|
|
864
|
+
})(EnableResponse = exports.EnableResponse || (exports.EnableResponse = {}));
|
|
865
|
+
var EnableDelegatedAdminAccountRequest;
|
|
866
|
+
(function (EnableDelegatedAdminAccountRequest) {
|
|
867
|
+
EnableDelegatedAdminAccountRequest.filterSensitiveLog = (obj) => ({
|
|
868
|
+
...obj,
|
|
869
|
+
});
|
|
870
|
+
})(EnableDelegatedAdminAccountRequest = exports.EnableDelegatedAdminAccountRequest || (exports.EnableDelegatedAdminAccountRequest = {}));
|
|
871
|
+
var EnableDelegatedAdminAccountResponse;
|
|
872
|
+
(function (EnableDelegatedAdminAccountResponse) {
|
|
873
|
+
EnableDelegatedAdminAccountResponse.filterSensitiveLog = (obj) => ({
|
|
874
|
+
...obj,
|
|
875
|
+
});
|
|
876
|
+
})(EnableDelegatedAdminAccountResponse = exports.EnableDelegatedAdminAccountResponse || (exports.EnableDelegatedAdminAccountResponse = {}));
|
|
877
|
+
var ExternalReportStatus;
|
|
878
|
+
(function (ExternalReportStatus) {
|
|
879
|
+
ExternalReportStatus["CANCELLED"] = "CANCELLED";
|
|
880
|
+
ExternalReportStatus["FAILED"] = "FAILED";
|
|
881
|
+
ExternalReportStatus["IN_PROGRESS"] = "IN_PROGRESS";
|
|
882
|
+
ExternalReportStatus["SUCCEEDED"] = "SUCCEEDED";
|
|
883
|
+
})(ExternalReportStatus = exports.ExternalReportStatus || (exports.ExternalReportStatus = {}));
|
|
884
|
+
var Filter;
|
|
885
|
+
(function (Filter) {
|
|
886
|
+
Filter.filterSensitiveLog = (obj) => ({
|
|
887
|
+
...obj,
|
|
888
|
+
});
|
|
889
|
+
})(Filter = exports.Filter || (exports.Filter = {}));
|
|
890
|
+
var InspectorScoreDetails;
|
|
891
|
+
(function (InspectorScoreDetails) {
|
|
892
|
+
InspectorScoreDetails.filterSensitiveLog = (obj) => ({
|
|
893
|
+
...obj,
|
|
894
|
+
});
|
|
895
|
+
})(InspectorScoreDetails = exports.InspectorScoreDetails || (exports.InspectorScoreDetails = {}));
|
|
896
|
+
var Step;
|
|
897
|
+
(function (Step) {
|
|
898
|
+
Step.filterSensitiveLog = (obj) => ({
|
|
899
|
+
...obj,
|
|
900
|
+
});
|
|
901
|
+
})(Step = exports.Step || (exports.Step = {}));
|
|
902
|
+
var NetworkPath;
|
|
903
|
+
(function (NetworkPath) {
|
|
904
|
+
NetworkPath.filterSensitiveLog = (obj) => ({
|
|
905
|
+
...obj,
|
|
906
|
+
});
|
|
907
|
+
})(NetworkPath = exports.NetworkPath || (exports.NetworkPath = {}));
|
|
908
|
+
var PortRange;
|
|
909
|
+
(function (PortRange) {
|
|
910
|
+
PortRange.filterSensitiveLog = (obj) => ({
|
|
911
|
+
...obj,
|
|
912
|
+
});
|
|
913
|
+
})(PortRange = exports.PortRange || (exports.PortRange = {}));
|
|
914
|
+
var NetworkProtocol;
|
|
915
|
+
(function (NetworkProtocol) {
|
|
916
|
+
NetworkProtocol["TCP"] = "TCP";
|
|
917
|
+
NetworkProtocol["UDP"] = "UDP";
|
|
918
|
+
})(NetworkProtocol = exports.NetworkProtocol || (exports.NetworkProtocol = {}));
|
|
919
|
+
var NetworkReachabilityDetails;
|
|
920
|
+
(function (NetworkReachabilityDetails) {
|
|
921
|
+
NetworkReachabilityDetails.filterSensitiveLog = (obj) => ({
|
|
922
|
+
...obj,
|
|
923
|
+
});
|
|
924
|
+
})(NetworkReachabilityDetails = exports.NetworkReachabilityDetails || (exports.NetworkReachabilityDetails = {}));
|
|
925
|
+
var PackageManager;
|
|
926
|
+
(function (PackageManager) {
|
|
927
|
+
PackageManager["BUNDLER"] = "BUNDLER";
|
|
928
|
+
PackageManager["CARGO"] = "CARGO";
|
|
929
|
+
PackageManager["COMPOSER"] = "COMPOSER";
|
|
930
|
+
PackageManager["GOBINARY"] = "GOBINARY";
|
|
931
|
+
PackageManager["GOMOD"] = "GOMOD";
|
|
932
|
+
PackageManager["JAR"] = "JAR";
|
|
933
|
+
PackageManager["NPM"] = "NPM";
|
|
934
|
+
PackageManager["NUGET"] = "NUGET";
|
|
935
|
+
PackageManager["OS"] = "OS";
|
|
936
|
+
PackageManager["PIPENV"] = "PIPENV";
|
|
937
|
+
PackageManager["POETRY"] = "POETRY";
|
|
938
|
+
PackageManager["YARN"] = "YARN";
|
|
939
|
+
})(PackageManager = exports.PackageManager || (exports.PackageManager = {}));
|
|
940
|
+
var VulnerablePackage;
|
|
941
|
+
(function (VulnerablePackage) {
|
|
942
|
+
VulnerablePackage.filterSensitiveLog = (obj) => ({
|
|
943
|
+
...obj,
|
|
944
|
+
});
|
|
945
|
+
})(VulnerablePackage = exports.VulnerablePackage || (exports.VulnerablePackage = {}));
|
|
946
|
+
var PackageVulnerabilityDetails;
|
|
947
|
+
(function (PackageVulnerabilityDetails) {
|
|
948
|
+
PackageVulnerabilityDetails.filterSensitiveLog = (obj) => ({
|
|
949
|
+
...obj,
|
|
950
|
+
});
|
|
951
|
+
})(PackageVulnerabilityDetails = exports.PackageVulnerabilityDetails || (exports.PackageVulnerabilityDetails = {}));
|
|
952
|
+
var Recommendation;
|
|
953
|
+
(function (Recommendation) {
|
|
954
|
+
Recommendation.filterSensitiveLog = (obj) => ({
|
|
955
|
+
...obj,
|
|
956
|
+
});
|
|
957
|
+
})(Recommendation = exports.Recommendation || (exports.Recommendation = {}));
|
|
958
|
+
var Remediation;
|
|
959
|
+
(function (Remediation) {
|
|
960
|
+
Remediation.filterSensitiveLog = (obj) => ({
|
|
961
|
+
...obj,
|
|
962
|
+
});
|
|
963
|
+
})(Remediation = exports.Remediation || (exports.Remediation = {}));
|
|
964
|
+
var ResourceDetails;
|
|
965
|
+
(function (ResourceDetails) {
|
|
966
|
+
ResourceDetails.filterSensitiveLog = (obj) => ({
|
|
967
|
+
...obj,
|
|
968
|
+
});
|
|
969
|
+
})(ResourceDetails = exports.ResourceDetails || (exports.ResourceDetails = {}));
|
|
970
|
+
var ResourceType;
|
|
971
|
+
(function (ResourceType) {
|
|
972
|
+
ResourceType["AWS_EC2_INSTANCE"] = "AWS_EC2_INSTANCE";
|
|
973
|
+
ResourceType["AWS_ECR_CONTAINER_IMAGE"] = "AWS_ECR_CONTAINER_IMAGE";
|
|
974
|
+
ResourceType["AWS_ECR_REPOSITORY"] = "AWS_ECR_REPOSITORY";
|
|
975
|
+
})(ResourceType = exports.ResourceType || (exports.ResourceType = {}));
|
|
976
|
+
var Resource;
|
|
977
|
+
(function (Resource) {
|
|
978
|
+
Resource.filterSensitiveLog = (obj) => ({
|
|
979
|
+
...obj,
|
|
980
|
+
});
|
|
981
|
+
})(Resource = exports.Resource || (exports.Resource = {}));
|
|
982
|
+
var Severity;
|
|
983
|
+
(function (Severity) {
|
|
984
|
+
Severity["CRITICAL"] = "CRITICAL";
|
|
985
|
+
Severity["HIGH"] = "HIGH";
|
|
986
|
+
Severity["INFORMATIONAL"] = "INFORMATIONAL";
|
|
987
|
+
Severity["LOW"] = "LOW";
|
|
988
|
+
Severity["MEDIUM"] = "MEDIUM";
|
|
989
|
+
Severity["UNTRIAGED"] = "UNTRIAGED";
|
|
990
|
+
})(Severity = exports.Severity || (exports.Severity = {}));
|
|
991
|
+
var FindingStatus;
|
|
992
|
+
(function (FindingStatus) {
|
|
993
|
+
FindingStatus["ACTIVE"] = "ACTIVE";
|
|
994
|
+
FindingStatus["CLOSED"] = "CLOSED";
|
|
995
|
+
FindingStatus["SUPPRESSED"] = "SUPPRESSED";
|
|
996
|
+
})(FindingStatus = exports.FindingStatus || (exports.FindingStatus = {}));
|
|
997
|
+
var FindingType;
|
|
998
|
+
(function (FindingType) {
|
|
999
|
+
FindingType["NETWORK_REACHABILITY"] = "NETWORK_REACHABILITY";
|
|
1000
|
+
FindingType["PACKAGE_VULNERABILITY"] = "PACKAGE_VULNERABILITY";
|
|
1001
|
+
})(FindingType = exports.FindingType || (exports.FindingType = {}));
|
|
1002
|
+
var Finding;
|
|
1003
|
+
(function (Finding) {
|
|
1004
|
+
Finding.filterSensitiveLog = (obj) => ({
|
|
1005
|
+
...obj,
|
|
1006
|
+
});
|
|
1007
|
+
})(Finding = exports.Finding || (exports.Finding = {}));
|
|
1008
|
+
var GetDelegatedAdminAccountRequest;
|
|
1009
|
+
(function (GetDelegatedAdminAccountRequest) {
|
|
1010
|
+
GetDelegatedAdminAccountRequest.filterSensitiveLog = (obj) => ({
|
|
1011
|
+
...obj,
|
|
1012
|
+
});
|
|
1013
|
+
})(GetDelegatedAdminAccountRequest = exports.GetDelegatedAdminAccountRequest || (exports.GetDelegatedAdminAccountRequest = {}));
|
|
1014
|
+
var GetDelegatedAdminAccountResponse;
|
|
1015
|
+
(function (GetDelegatedAdminAccountResponse) {
|
|
1016
|
+
GetDelegatedAdminAccountResponse.filterSensitiveLog = (obj) => ({
|
|
1017
|
+
...obj,
|
|
1018
|
+
});
|
|
1019
|
+
})(GetDelegatedAdminAccountResponse = exports.GetDelegatedAdminAccountResponse || (exports.GetDelegatedAdminAccountResponse = {}));
|
|
1020
|
+
var GetFindingsReportStatusRequest;
|
|
1021
|
+
(function (GetFindingsReportStatusRequest) {
|
|
1022
|
+
GetFindingsReportStatusRequest.filterSensitiveLog = (obj) => ({
|
|
1023
|
+
...obj,
|
|
1024
|
+
});
|
|
1025
|
+
})(GetFindingsReportStatusRequest = exports.GetFindingsReportStatusRequest || (exports.GetFindingsReportStatusRequest = {}));
|
|
1026
|
+
var ReportingErrorCode;
|
|
1027
|
+
(function (ReportingErrorCode) {
|
|
1028
|
+
ReportingErrorCode["INTERNAL_ERROR"] = "INTERNAL_ERROR";
|
|
1029
|
+
ReportingErrorCode["INVALID_PERMISSIONS"] = "INVALID_PERMISSIONS";
|
|
1030
|
+
})(ReportingErrorCode = exports.ReportingErrorCode || (exports.ReportingErrorCode = {}));
|
|
1031
|
+
var GetFindingsReportStatusResponse;
|
|
1032
|
+
(function (GetFindingsReportStatusResponse) {
|
|
1033
|
+
GetFindingsReportStatusResponse.filterSensitiveLog = (obj) => ({
|
|
1034
|
+
...obj,
|
|
1035
|
+
});
|
|
1036
|
+
})(GetFindingsReportStatusResponse = exports.GetFindingsReportStatusResponse || (exports.GetFindingsReportStatusResponse = {}));
|
|
1037
|
+
var GetMemberRequest;
|
|
1038
|
+
(function (GetMemberRequest) {
|
|
1039
|
+
GetMemberRequest.filterSensitiveLog = (obj) => ({
|
|
1040
|
+
...obj,
|
|
1041
|
+
});
|
|
1042
|
+
})(GetMemberRequest = exports.GetMemberRequest || (exports.GetMemberRequest = {}));
|
|
1043
|
+
var Member;
|
|
1044
|
+
(function (Member) {
|
|
1045
|
+
Member.filterSensitiveLog = (obj) => ({
|
|
1046
|
+
...obj,
|
|
1047
|
+
});
|
|
1048
|
+
})(Member = exports.Member || (exports.Member = {}));
|
|
1049
|
+
var GetMemberResponse;
|
|
1050
|
+
(function (GetMemberResponse) {
|
|
1051
|
+
GetMemberResponse.filterSensitiveLog = (obj) => ({
|
|
1052
|
+
...obj,
|
|
1053
|
+
});
|
|
1054
|
+
})(GetMemberResponse = exports.GetMemberResponse || (exports.GetMemberResponse = {}));
|
|
1055
|
+
var Service;
|
|
1056
|
+
(function (Service) {
|
|
1057
|
+
Service["EC2"] = "EC2";
|
|
1058
|
+
Service["ECR"] = "ECR";
|
|
1059
|
+
})(Service = exports.Service || (exports.Service = {}));
|
|
1060
|
+
var ListAccountPermissionsRequest;
|
|
1061
|
+
(function (ListAccountPermissionsRequest) {
|
|
1062
|
+
ListAccountPermissionsRequest.filterSensitiveLog = (obj) => ({
|
|
1063
|
+
...obj,
|
|
1064
|
+
});
|
|
1065
|
+
})(ListAccountPermissionsRequest = exports.ListAccountPermissionsRequest || (exports.ListAccountPermissionsRequest = {}));
|
|
1066
|
+
var Operation;
|
|
1067
|
+
(function (Operation) {
|
|
1068
|
+
Operation["DISABLE_REPOSITORY"] = "DISABLE_REPOSITORY";
|
|
1069
|
+
Operation["DISABLE_SCANNING"] = "DISABLE_SCANNING";
|
|
1070
|
+
Operation["ENABLE_REPOSITORY"] = "ENABLE_REPOSITORY";
|
|
1071
|
+
Operation["ENABLE_SCANNING"] = "ENABLE_SCANNING";
|
|
1072
|
+
})(Operation = exports.Operation || (exports.Operation = {}));
|
|
1073
|
+
var Permission;
|
|
1074
|
+
(function (Permission) {
|
|
1075
|
+
Permission.filterSensitiveLog = (obj) => ({
|
|
1076
|
+
...obj,
|
|
1077
|
+
});
|
|
1078
|
+
})(Permission = exports.Permission || (exports.Permission = {}));
|
|
1079
|
+
var ListAccountPermissionsResponse;
|
|
1080
|
+
(function (ListAccountPermissionsResponse) {
|
|
1081
|
+
ListAccountPermissionsResponse.filterSensitiveLog = (obj) => ({
|
|
1082
|
+
...obj,
|
|
1083
|
+
});
|
|
1084
|
+
})(ListAccountPermissionsResponse = exports.ListAccountPermissionsResponse || (exports.ListAccountPermissionsResponse = {}));
|
|
1085
|
+
var ListCoverageRequest;
|
|
1086
|
+
(function (ListCoverageRequest) {
|
|
1087
|
+
ListCoverageRequest.filterSensitiveLog = (obj) => ({
|
|
1088
|
+
...obj,
|
|
1089
|
+
});
|
|
1090
|
+
})(ListCoverageRequest = exports.ListCoverageRequest || (exports.ListCoverageRequest = {}));
|
|
1091
|
+
var ListCoverageResponse;
|
|
1092
|
+
(function (ListCoverageResponse) {
|
|
1093
|
+
ListCoverageResponse.filterSensitiveLog = (obj) => ({
|
|
1094
|
+
...obj,
|
|
1095
|
+
});
|
|
1096
|
+
})(ListCoverageResponse = exports.ListCoverageResponse || (exports.ListCoverageResponse = {}));
|
|
1097
|
+
var ListCoverageStatisticsRequest;
|
|
1098
|
+
(function (ListCoverageStatisticsRequest) {
|
|
1099
|
+
ListCoverageStatisticsRequest.filterSensitiveLog = (obj) => ({
|
|
1100
|
+
...obj,
|
|
1101
|
+
});
|
|
1102
|
+
})(ListCoverageStatisticsRequest = exports.ListCoverageStatisticsRequest || (exports.ListCoverageStatisticsRequest = {}));
|
|
1103
|
+
var ListCoverageStatisticsResponse;
|
|
1104
|
+
(function (ListCoverageStatisticsResponse) {
|
|
1105
|
+
ListCoverageStatisticsResponse.filterSensitiveLog = (obj) => ({
|
|
1106
|
+
...obj,
|
|
1107
|
+
});
|
|
1108
|
+
})(ListCoverageStatisticsResponse = exports.ListCoverageStatisticsResponse || (exports.ListCoverageStatisticsResponse = {}));
|
|
1109
|
+
var ListDelegatedAdminAccountsRequest;
|
|
1110
|
+
(function (ListDelegatedAdminAccountsRequest) {
|
|
1111
|
+
ListDelegatedAdminAccountsRequest.filterSensitiveLog = (obj) => ({
|
|
1112
|
+
...obj,
|
|
1113
|
+
});
|
|
1114
|
+
})(ListDelegatedAdminAccountsRequest = exports.ListDelegatedAdminAccountsRequest || (exports.ListDelegatedAdminAccountsRequest = {}));
|
|
1115
|
+
var ListDelegatedAdminAccountsResponse;
|
|
1116
|
+
(function (ListDelegatedAdminAccountsResponse) {
|
|
1117
|
+
ListDelegatedAdminAccountsResponse.filterSensitiveLog = (obj) => ({
|
|
1118
|
+
...obj,
|
|
1119
|
+
});
|
|
1120
|
+
})(ListDelegatedAdminAccountsResponse = exports.ListDelegatedAdminAccountsResponse || (exports.ListDelegatedAdminAccountsResponse = {}));
|
|
1121
|
+
var ListFiltersRequest;
|
|
1122
|
+
(function (ListFiltersRequest) {
|
|
1123
|
+
ListFiltersRequest.filterSensitiveLog = (obj) => ({
|
|
1124
|
+
...obj,
|
|
1125
|
+
});
|
|
1126
|
+
})(ListFiltersRequest = exports.ListFiltersRequest || (exports.ListFiltersRequest = {}));
|
|
1127
|
+
var ListFiltersResponse;
|
|
1128
|
+
(function (ListFiltersResponse) {
|
|
1129
|
+
ListFiltersResponse.filterSensitiveLog = (obj) => ({
|
|
1130
|
+
...obj,
|
|
1131
|
+
});
|
|
1132
|
+
})(ListFiltersResponse = exports.ListFiltersResponse || (exports.ListFiltersResponse = {}));
|
|
1133
|
+
var ListFindingAggregationsRequest;
|
|
1134
|
+
(function (ListFindingAggregationsRequest) {
|
|
1135
|
+
ListFindingAggregationsRequest.filterSensitiveLog = (obj) => ({
|
|
1136
|
+
...obj,
|
|
1137
|
+
...(obj.aggregationRequest && {
|
|
1138
|
+
aggregationRequest: AggregationRequest.filterSensitiveLog(obj.aggregationRequest),
|
|
1139
|
+
}),
|
|
1140
|
+
});
|
|
1141
|
+
})(ListFindingAggregationsRequest = exports.ListFindingAggregationsRequest || (exports.ListFindingAggregationsRequest = {}));
|
|
1142
|
+
var ListFindingAggregationsResponse;
|
|
1143
|
+
(function (ListFindingAggregationsResponse) {
|
|
1144
|
+
ListFindingAggregationsResponse.filterSensitiveLog = (obj) => ({
|
|
1145
|
+
...obj,
|
|
1146
|
+
...(obj.responses && { responses: obj.responses.map((item) => AggregationResponse.filterSensitiveLog(item)) }),
|
|
1147
|
+
});
|
|
1148
|
+
})(ListFindingAggregationsResponse = exports.ListFindingAggregationsResponse || (exports.ListFindingAggregationsResponse = {}));
|
|
1149
|
+
var SortField;
|
|
1150
|
+
(function (SortField) {
|
|
1151
|
+
SortField["AWS_ACCOUNT_ID"] = "AWS_ACCOUNT_ID";
|
|
1152
|
+
SortField["COMPONENT_TYPE"] = "COMPONENT_TYPE";
|
|
1153
|
+
SortField["ECR_IMAGE_PUSHED_AT"] = "ECR_IMAGE_PUSHED_AT";
|
|
1154
|
+
SortField["ECR_IMAGE_REGISTRY"] = "ECR_IMAGE_REGISTRY";
|
|
1155
|
+
SortField["ECR_IMAGE_REPOSITORY_NAME"] = "ECR_IMAGE_REPOSITORY_NAME";
|
|
1156
|
+
SortField["FINDING_STATUS"] = "FINDING_STATUS";
|
|
1157
|
+
SortField["FINDING_TYPE"] = "FINDING_TYPE";
|
|
1158
|
+
SortField["FIRST_OBSERVED_AT"] = "FIRST_OBSERVED_AT";
|
|
1159
|
+
SortField["INSPECTOR_SCORE"] = "INSPECTOR_SCORE";
|
|
1160
|
+
SortField["LAST_OBSERVED_AT"] = "LAST_OBSERVED_AT";
|
|
1161
|
+
SortField["NETWORK_PROTOCOL"] = "NETWORK_PROTOCOL";
|
|
1162
|
+
SortField["RESOURCE_TYPE"] = "RESOURCE_TYPE";
|
|
1163
|
+
SortField["SEVERITY"] = "SEVERITY";
|
|
1164
|
+
SortField["VENDOR_SEVERITY"] = "VENDOR_SEVERITY";
|
|
1165
|
+
SortField["VULNERABILITY_ID"] = "VULNERABILITY_ID";
|
|
1166
|
+
SortField["VULNERABILITY_SOURCE"] = "VULNERABILITY_SOURCE";
|
|
1167
|
+
})(SortField = exports.SortField || (exports.SortField = {}));
|
|
1168
|
+
var SortCriteria;
|
|
1169
|
+
(function (SortCriteria) {
|
|
1170
|
+
SortCriteria.filterSensitiveLog = (obj) => ({
|
|
1171
|
+
...obj,
|
|
1172
|
+
});
|
|
1173
|
+
})(SortCriteria = exports.SortCriteria || (exports.SortCriteria = {}));
|
|
1174
|
+
var ListFindingsRequest;
|
|
1175
|
+
(function (ListFindingsRequest) {
|
|
1176
|
+
ListFindingsRequest.filterSensitiveLog = (obj) => ({
|
|
1177
|
+
...obj,
|
|
1178
|
+
});
|
|
1179
|
+
})(ListFindingsRequest = exports.ListFindingsRequest || (exports.ListFindingsRequest = {}));
|
|
1180
|
+
var ListFindingsResponse;
|
|
1181
|
+
(function (ListFindingsResponse) {
|
|
1182
|
+
ListFindingsResponse.filterSensitiveLog = (obj) => ({
|
|
1183
|
+
...obj,
|
|
1184
|
+
});
|
|
1185
|
+
})(ListFindingsResponse = exports.ListFindingsResponse || (exports.ListFindingsResponse = {}));
|
|
1186
|
+
var ListMembersRequest;
|
|
1187
|
+
(function (ListMembersRequest) {
|
|
1188
|
+
ListMembersRequest.filterSensitiveLog = (obj) => ({
|
|
1189
|
+
...obj,
|
|
1190
|
+
});
|
|
1191
|
+
})(ListMembersRequest = exports.ListMembersRequest || (exports.ListMembersRequest = {}));
|
|
1192
|
+
var ListMembersResponse;
|
|
1193
|
+
(function (ListMembersResponse) {
|
|
1194
|
+
ListMembersResponse.filterSensitiveLog = (obj) => ({
|
|
1195
|
+
...obj,
|
|
1196
|
+
});
|
|
1197
|
+
})(ListMembersResponse = exports.ListMembersResponse || (exports.ListMembersResponse = {}));
|
|
1198
|
+
var ListTagsForResourceRequest;
|
|
1199
|
+
(function (ListTagsForResourceRequest) {
|
|
1200
|
+
ListTagsForResourceRequest.filterSensitiveLog = (obj) => ({
|
|
1201
|
+
...obj,
|
|
1202
|
+
});
|
|
1203
|
+
})(ListTagsForResourceRequest = exports.ListTagsForResourceRequest || (exports.ListTagsForResourceRequest = {}));
|
|
1204
|
+
var ListTagsForResourceResponse;
|
|
1205
|
+
(function (ListTagsForResourceResponse) {
|
|
1206
|
+
ListTagsForResourceResponse.filterSensitiveLog = (obj) => ({
|
|
1207
|
+
...obj,
|
|
1208
|
+
});
|
|
1209
|
+
})(ListTagsForResourceResponse = exports.ListTagsForResourceResponse || (exports.ListTagsForResourceResponse = {}));
|
|
1210
|
+
var ListUsageTotalsRequest;
|
|
1211
|
+
(function (ListUsageTotalsRequest) {
|
|
1212
|
+
ListUsageTotalsRequest.filterSensitiveLog = (obj) => ({
|
|
1213
|
+
...obj,
|
|
1214
|
+
});
|
|
1215
|
+
})(ListUsageTotalsRequest = exports.ListUsageTotalsRequest || (exports.ListUsageTotalsRequest = {}));
|
|
1216
|
+
var UsageType;
|
|
1217
|
+
(function (UsageType) {
|
|
1218
|
+
UsageType["EC2_INSTANCE_HOURS"] = "EC2_INSTANCE_HOURS";
|
|
1219
|
+
UsageType["ECR_INITIAL_SCAN"] = "ECR_INITIAL_SCAN";
|
|
1220
|
+
UsageType["ECR_RESCAN"] = "ECR_RESCAN";
|
|
1221
|
+
})(UsageType = exports.UsageType || (exports.UsageType = {}));
|
|
1222
|
+
var Usage;
|
|
1223
|
+
(function (Usage) {
|
|
1224
|
+
Usage.filterSensitiveLog = (obj) => ({
|
|
1225
|
+
...obj,
|
|
1226
|
+
});
|
|
1227
|
+
})(Usage = exports.Usage || (exports.Usage = {}));
|
|
1228
|
+
var UsageTotal;
|
|
1229
|
+
(function (UsageTotal) {
|
|
1230
|
+
UsageTotal.filterSensitiveLog = (obj) => ({
|
|
1231
|
+
...obj,
|
|
1232
|
+
});
|
|
1233
|
+
})(UsageTotal = exports.UsageTotal || (exports.UsageTotal = {}));
|
|
1234
|
+
var ListUsageTotalsResponse;
|
|
1235
|
+
(function (ListUsageTotalsResponse) {
|
|
1236
|
+
ListUsageTotalsResponse.filterSensitiveLog = (obj) => ({
|
|
1237
|
+
...obj,
|
|
1238
|
+
});
|
|
1239
|
+
})(ListUsageTotalsResponse = exports.ListUsageTotalsResponse || (exports.ListUsageTotalsResponse = {}));
|
|
1240
|
+
var TagResourceRequest;
|
|
1241
|
+
(function (TagResourceRequest) {
|
|
1242
|
+
TagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
1243
|
+
...obj,
|
|
1244
|
+
});
|
|
1245
|
+
})(TagResourceRequest = exports.TagResourceRequest || (exports.TagResourceRequest = {}));
|
|
1246
|
+
var TagResourceResponse;
|
|
1247
|
+
(function (TagResourceResponse) {
|
|
1248
|
+
TagResourceResponse.filterSensitiveLog = (obj) => ({
|
|
1249
|
+
...obj,
|
|
1250
|
+
});
|
|
1251
|
+
})(TagResourceResponse = exports.TagResourceResponse || (exports.TagResourceResponse = {}));
|
|
1252
|
+
var UntagResourceRequest;
|
|
1253
|
+
(function (UntagResourceRequest) {
|
|
1254
|
+
UntagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
1255
|
+
...obj,
|
|
1256
|
+
});
|
|
1257
|
+
})(UntagResourceRequest = exports.UntagResourceRequest || (exports.UntagResourceRequest = {}));
|
|
1258
|
+
var UntagResourceResponse;
|
|
1259
|
+
(function (UntagResourceResponse) {
|
|
1260
|
+
UntagResourceResponse.filterSensitiveLog = (obj) => ({
|
|
1261
|
+
...obj,
|
|
1262
|
+
});
|
|
1263
|
+
})(UntagResourceResponse = exports.UntagResourceResponse || (exports.UntagResourceResponse = {}));
|
|
1264
|
+
var UpdateFilterRequest;
|
|
1265
|
+
(function (UpdateFilterRequest) {
|
|
1266
|
+
UpdateFilterRequest.filterSensitiveLog = (obj) => ({
|
|
1267
|
+
...obj,
|
|
1268
|
+
});
|
|
1269
|
+
})(UpdateFilterRequest = exports.UpdateFilterRequest || (exports.UpdateFilterRequest = {}));
|
|
1270
|
+
var UpdateFilterResponse;
|
|
1271
|
+
(function (UpdateFilterResponse) {
|
|
1272
|
+
UpdateFilterResponse.filterSensitiveLog = (obj) => ({
|
|
1273
|
+
...obj,
|
|
1274
|
+
});
|
|
1275
|
+
})(UpdateFilterResponse = exports.UpdateFilterResponse || (exports.UpdateFilterResponse = {}));
|
|
1276
|
+
var UpdateOrganizationConfigurationRequest;
|
|
1277
|
+
(function (UpdateOrganizationConfigurationRequest) {
|
|
1278
|
+
UpdateOrganizationConfigurationRequest.filterSensitiveLog = (obj) => ({
|
|
1279
|
+
...obj,
|
|
1280
|
+
});
|
|
1281
|
+
})(UpdateOrganizationConfigurationRequest = exports.UpdateOrganizationConfigurationRequest || (exports.UpdateOrganizationConfigurationRequest = {}));
|
|
1282
|
+
var UpdateOrganizationConfigurationResponse;
|
|
1283
|
+
(function (UpdateOrganizationConfigurationResponse) {
|
|
1284
|
+
UpdateOrganizationConfigurationResponse.filterSensitiveLog = (obj) => ({
|
|
1285
|
+
...obj,
|
|
1286
|
+
});
|
|
1287
|
+
})(UpdateOrganizationConfigurationResponse = exports.UpdateOrganizationConfigurationResponse || (exports.UpdateOrganizationConfigurationResponse = {}));
|