@aws-sdk/client-macie2 3.218.0 → 3.219.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/README.md +1 -1
- package/dist-cjs/Macie2.js +195 -0
- package/dist-cjs/commands/GetAutomatedDiscoveryConfigurationCommand.js +46 -0
- package/dist-cjs/commands/GetClassificationScopeCommand.js +46 -0
- package/dist-cjs/commands/GetResourceProfileCommand.js +46 -0
- package/dist-cjs/commands/GetSensitivityInspectionTemplateCommand.js +46 -0
- package/dist-cjs/commands/ListClassificationScopesCommand.js +46 -0
- package/dist-cjs/commands/ListInvitationsCommand.js +3 -3
- package/dist-cjs/commands/ListManagedDataIdentifiersCommand.js +3 -3
- package/dist-cjs/commands/ListMembersCommand.js +3 -3
- package/dist-cjs/commands/ListOrganizationAdminAccountsCommand.js +3 -3
- package/dist-cjs/commands/ListResourceProfileArtifactsCommand.js +46 -0
- package/dist-cjs/commands/ListResourceProfileDetectionsCommand.js +46 -0
- package/dist-cjs/commands/ListSensitivityInspectionTemplatesCommand.js +46 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-cjs/commands/PutClassificationExportConfigurationCommand.js +3 -3
- package/dist-cjs/commands/PutFindingsPublicationConfigurationCommand.js +3 -3
- package/dist-cjs/commands/SearchResourcesCommand.js +3 -3
- package/dist-cjs/commands/TagResourceCommand.js +3 -3
- package/dist-cjs/commands/TestCustomDataIdentifierCommand.js +3 -3
- package/dist-cjs/commands/UntagResourceCommand.js +1 -2
- package/dist-cjs/commands/UpdateAutomatedDiscoveryConfigurationCommand.js +46 -0
- package/dist-cjs/commands/UpdateClassificationScopeCommand.js +46 -0
- package/dist-cjs/commands/UpdateResourceProfileCommand.js +46 -0
- package/dist-cjs/commands/UpdateResourceProfileDetectionsCommand.js +46 -0
- package/dist-cjs/commands/UpdateSensitivityInspectionTemplateCommand.js +46 -0
- package/dist-cjs/commands/index.js +13 -0
- package/dist-cjs/endpoint/ruleset.js +1 -1
- package/dist-cjs/models/models_0.js +113 -109
- package/dist-cjs/models/models_1.js +177 -1
- package/dist-cjs/pagination/ListAllowListsPaginator.js +36 -0
- package/dist-cjs/pagination/ListClassificationScopesPaginator.js +35 -0
- package/dist-cjs/pagination/ListManagedDataIdentifiersPaginator.js +35 -0
- package/dist-cjs/pagination/ListResourceProfileArtifactsPaginator.js +35 -0
- package/dist-cjs/pagination/ListResourceProfileDetectionsPaginator.js +36 -0
- package/dist-cjs/pagination/ListSensitivityInspectionTemplatesPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +6 -0
- package/dist-cjs/protocols/Aws_restJson1.js +1211 -69
- package/dist-es/Macie2.js +195 -0
- package/dist-es/commands/GetAutomatedDiscoveryConfigurationCommand.js +42 -0
- package/dist-es/commands/GetClassificationScopeCommand.js +42 -0
- package/dist-es/commands/GetResourceProfileCommand.js +42 -0
- package/dist-es/commands/GetSensitivityInspectionTemplateCommand.js +42 -0
- package/dist-es/commands/ListClassificationScopesCommand.js +42 -0
- package/dist-es/commands/ListInvitationsCommand.js +1 -1
- package/dist-es/commands/ListManagedDataIdentifiersCommand.js +1 -1
- package/dist-es/commands/ListMembersCommand.js +1 -1
- package/dist-es/commands/ListOrganizationAdminAccountsCommand.js +1 -1
- package/dist-es/commands/ListResourceProfileArtifactsCommand.js +42 -0
- package/dist-es/commands/ListResourceProfileDetectionsCommand.js +42 -0
- package/dist-es/commands/ListSensitivityInspectionTemplatesCommand.js +42 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -1
- package/dist-es/commands/PutClassificationExportConfigurationCommand.js +1 -1
- package/dist-es/commands/PutFindingsPublicationConfigurationCommand.js +1 -1
- package/dist-es/commands/SearchResourcesCommand.js +1 -1
- package/dist-es/commands/TagResourceCommand.js +1 -1
- package/dist-es/commands/TestCustomDataIdentifierCommand.js +1 -1
- package/dist-es/commands/UntagResourceCommand.js +1 -2
- package/dist-es/commands/UpdateAutomatedDiscoveryConfigurationCommand.js +42 -0
- package/dist-es/commands/UpdateClassificationScopeCommand.js +42 -0
- package/dist-es/commands/UpdateResourceProfileCommand.js +42 -0
- package/dist-es/commands/UpdateResourceProfileDetectionsCommand.js +42 -0
- package/dist-es/commands/UpdateSensitivityInspectionTemplateCommand.js +42 -0
- package/dist-es/commands/index.js +13 -0
- package/dist-es/endpoint/ruleset.js +1 -1
- package/dist-es/models/models_0.js +85 -79
- package/dist-es/models/models_1.js +133 -0
- package/dist-es/pagination/ListAllowListsPaginator.js +32 -0
- package/dist-es/pagination/ListClassificationScopesPaginator.js +31 -0
- package/dist-es/pagination/ListManagedDataIdentifiersPaginator.js +31 -0
- package/dist-es/pagination/ListResourceProfileArtifactsPaginator.js +31 -0
- package/dist-es/pagination/ListResourceProfileDetectionsPaginator.js +32 -0
- package/dist-es/pagination/ListSensitivityInspectionTemplatesPaginator.js +32 -0
- package/dist-es/pagination/index.js +6 -0
- package/dist-es/protocols/Aws_restJson1.js +1199 -84
- package/dist-types/Macie2.d.ts +95 -4
- package/dist-types/Macie2Client.d.ts +16 -3
- package/dist-types/commands/DescribeBucketsCommand.d.ts +1 -1
- package/dist-types/commands/GetAutomatedDiscoveryConfigurationCommand.d.ts +37 -0
- package/dist-types/commands/GetBucketStatisticsCommand.d.ts +1 -1
- package/dist-types/commands/GetClassificationScopeCommand.d.ts +37 -0
- package/dist-types/commands/GetMacieSessionCommand.d.ts +1 -1
- package/dist-types/commands/GetResourceProfileCommand.d.ts +37 -0
- package/dist-types/commands/GetSensitivityInspectionTemplateCommand.d.ts +37 -0
- package/dist-types/commands/ListClassificationScopesCommand.d.ts +37 -0
- package/dist-types/commands/ListInvitationsCommand.d.ts +1 -1
- package/dist-types/commands/ListManagedDataIdentifiersCommand.d.ts +1 -1
- package/dist-types/commands/ListMembersCommand.d.ts +1 -1
- package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +1 -1
- package/dist-types/commands/ListResourceProfileArtifactsCommand.d.ts +37 -0
- package/dist-types/commands/ListResourceProfileDetectionsCommand.d.ts +37 -0
- package/dist-types/commands/ListSensitivityInspectionTemplatesCommand.d.ts +37 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/PutClassificationExportConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutFindingsPublicationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/SearchResourcesCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/TestCustomDataIdentifierCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -2
- package/dist-types/commands/UpdateAutomatedDiscoveryConfigurationCommand.d.ts +37 -0
- package/dist-types/commands/UpdateClassificationScopeCommand.d.ts +37 -0
- package/dist-types/commands/UpdateResourceProfileCommand.d.ts +37 -0
- package/dist-types/commands/UpdateResourceProfileDetectionsCommand.d.ts +37 -0
- package/dist-types/commands/UpdateSensitivityInspectionTemplateCommand.d.ts +37 -0
- package/dist-types/commands/index.d.ts +13 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +501 -372
- package/dist-types/models/models_1.d.ts +559 -6
- package/dist-types/pagination/ListAllowListsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListClassificationScopesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListManagedDataIdentifiersPaginator.d.ts +4 -0
- package/dist-types/pagination/ListResourceProfileArtifactsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListResourceProfileDetectionsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListSensitivityInspectionTemplatesPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +6 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +39 -0
- package/dist-types/ts3.4/Macie2.d.ts +245 -0
- package/dist-types/ts3.4/Macie2Client.d.ts +80 -2
- package/dist-types/ts3.4/commands/GetAutomatedDiscoveryConfigurationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetClassificationScopeCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetResourceProfileCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetSensitivityInspectionTemplateCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListClassificationScopesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListManagedDataIdentifiersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListResourceProfileArtifactsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListResourceProfileDetectionsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListSensitivityInspectionTemplatesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutClassificationExportConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutFindingsPublicationConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchResourcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TestCustomDataIdentifierCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateAutomatedDiscoveryConfigurationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateClassificationScopeCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateResourceProfileCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateResourceProfileDetectionsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateSensitivityInspectionTemplateCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/index.d.ts +13 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +194 -169
- package/dist-types/ts3.4/models/models_1.d.ts +297 -1
- package/dist-types/ts3.4/pagination/ListAllowListsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListClassificationScopesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListManagedDataIdentifiersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListResourceProfileArtifactsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListResourceProfileDetectionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListSensitivityInspectionTemplatesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +6 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +156 -0
- package/package.json +1 -1
|
@@ -130,12 +130,14 @@ export interface BucketMetadata {
|
|
|
130
130
|
errorCode?: BucketMetadataErrorCode | string;
|
|
131
131
|
errorMessage?: string;
|
|
132
132
|
jobDetails?: JobDetails;
|
|
133
|
+
lastAutomatedDiscoveryTime?: Date;
|
|
133
134
|
lastUpdated?: Date;
|
|
134
135
|
objectCount?: number;
|
|
135
136
|
objectCountByEncryptionType?: ObjectCountByEncryptionType;
|
|
136
137
|
publicAccess?: BucketPublicAccess;
|
|
137
138
|
region?: string;
|
|
138
139
|
replicationDetails?: ReplicationDetails;
|
|
140
|
+
sensitivityScore?: number;
|
|
139
141
|
serverSideEncryption?: BucketServerSideEncryption;
|
|
140
142
|
sharedAccess?: SharedAccess | string;
|
|
141
143
|
sizeInBytes?: number;
|
|
@@ -145,6 +147,10 @@ export interface BucketMetadata {
|
|
|
145
147
|
unclassifiableObjectSizeInBytes?: ObjectLevelStatistics;
|
|
146
148
|
versioning?: boolean;
|
|
147
149
|
}
|
|
150
|
+
export interface ClassificationScopeSummary {
|
|
151
|
+
id?: string;
|
|
152
|
+
name?: string;
|
|
153
|
+
}
|
|
148
154
|
export declare enum JobComparator {
|
|
149
155
|
CONTAINS = "CONTAINS",
|
|
150
156
|
EQ = "EQ",
|
|
@@ -188,11 +194,24 @@ export interface CustomDataIdentifierSummary {
|
|
|
188
194
|
export interface DetectedDataDetails {
|
|
189
195
|
value: string | undefined;
|
|
190
196
|
}
|
|
197
|
+
export declare enum DataIdentifierType {
|
|
198
|
+
CUSTOM = "CUSTOM",
|
|
199
|
+
MANAGED = "MANAGED",
|
|
200
|
+
}
|
|
201
|
+
export interface Detection {
|
|
202
|
+
arn?: string;
|
|
203
|
+
count?: number;
|
|
204
|
+
id?: string;
|
|
205
|
+
name?: string;
|
|
206
|
+
suppressed?: boolean;
|
|
207
|
+
type?: DataIdentifierType | string;
|
|
208
|
+
}
|
|
191
209
|
export declare enum FindingCategory {
|
|
192
210
|
CLASSIFICATION = "CLASSIFICATION",
|
|
193
211
|
POLICY = "POLICY",
|
|
194
212
|
}
|
|
195
213
|
export declare enum OriginType {
|
|
214
|
+
AUTOMATED_SENSITIVE_DATA_DISCOVERY = "AUTOMATED_SENSITIVE_DATA_DISCOVERY",
|
|
196
215
|
SENSITIVE_DATA_DISCOVERY_JOB = "SENSITIVE_DATA_DISCOVERY_JOB",
|
|
197
216
|
}
|
|
198
217
|
export interface Cell {
|
|
@@ -569,6 +588,7 @@ export interface UserPausedDetails {
|
|
|
569
588
|
jobPausedAt?: Date;
|
|
570
589
|
}
|
|
571
590
|
export interface JobSummary {
|
|
591
|
+
bucketCriteria?: S3BucketCriteriaForJob;
|
|
572
592
|
bucketDefinitions?: S3BucketDefinitionForJob[];
|
|
573
593
|
createdAt?: Date;
|
|
574
594
|
jobId?: string;
|
|
@@ -577,7 +597,6 @@ export interface JobSummary {
|
|
|
577
597
|
lastRunErrorStatus?: LastRunErrorStatus;
|
|
578
598
|
name?: string;
|
|
579
599
|
userPausedDetails?: UserPausedDetails;
|
|
580
|
-
bucketCriteria?: S3BucketCriteriaForJob;
|
|
581
600
|
}
|
|
582
601
|
export declare enum ListJobsFilterKey {
|
|
583
602
|
createdAt = "createdAt",
|
|
@@ -602,8 +621,10 @@ export interface MatchingBucket {
|
|
|
602
621
|
errorCode?: BucketMetadataErrorCode | string;
|
|
603
622
|
errorMessage?: string;
|
|
604
623
|
jobDetails?: JobDetails;
|
|
624
|
+
lastAutomatedDiscoveryTime?: Date;
|
|
605
625
|
objectCount?: number;
|
|
606
626
|
objectCountByEncryptionType?: ObjectCountByEncryptionType;
|
|
627
|
+
sensitivityScore?: number;
|
|
607
628
|
sizeInBytes?: number;
|
|
608
629
|
sizeInBytesCompressed?: number;
|
|
609
630
|
unclassifiableObjectCount?: ObjectLevelStatistics;
|
|
@@ -623,6 +644,11 @@ export interface Member {
|
|
|
623
644
|
tags?: Record<string, string>;
|
|
624
645
|
updatedAt?: Date;
|
|
625
646
|
}
|
|
647
|
+
export interface ResourceProfileArtifact {
|
|
648
|
+
arn: string | undefined;
|
|
649
|
+
classificationResultStatus: string | undefined;
|
|
650
|
+
sensitive?: boolean;
|
|
651
|
+
}
|
|
626
652
|
export declare enum SearchResourcesComparator {
|
|
627
653
|
EQ = "EQ",
|
|
628
654
|
NE = "NE",
|
|
@@ -650,6 +676,14 @@ export interface SearchResourcesCriteria {
|
|
|
650
676
|
simpleCriterion?: SearchResourcesSimpleCriterion;
|
|
651
677
|
tagCriterion?: SearchResourcesTagCriterion;
|
|
652
678
|
}
|
|
679
|
+
export interface SensitivityInspectionTemplatesEntry {
|
|
680
|
+
id?: string;
|
|
681
|
+
name?: string;
|
|
682
|
+
}
|
|
683
|
+
export interface SuppressDataIdentifier {
|
|
684
|
+
id?: string;
|
|
685
|
+
type?: DataIdentifierType | string;
|
|
686
|
+
}
|
|
653
687
|
export declare enum UnavailabilityReasonCode {
|
|
654
688
|
INVALID_CLASSIFICATION_RESULT = "INVALID_CLASSIFICATION_RESULT",
|
|
655
689
|
OBJECT_EXCEEDS_SIZE_QUOTA = "OBJECT_EXCEEDS_SIZE_QUOTA",
|
|
@@ -678,6 +712,8 @@ export interface ServiceLimit {
|
|
|
678
712
|
value?: number;
|
|
679
713
|
}
|
|
680
714
|
export declare enum UsageType {
|
|
715
|
+
AUTOMATED_OBJECT_MONITORING = "AUTOMATED_OBJECT_MONITORING",
|
|
716
|
+
AUTOMATED_SENSITIVE_DATA_DISCOVERY = "AUTOMATED_SENSITIVE_DATA_DISCOVERY",
|
|
681
717
|
DATA_INVENTORY_EVALUATION = "DATA_INVENTORY_EVALUATION",
|
|
682
718
|
SENSITIVE_DATA_DISCOVERY = "SENSITIVE_DATA_DISCOVERY",
|
|
683
719
|
}
|
|
@@ -689,6 +725,7 @@ export interface UsageByAccount {
|
|
|
689
725
|
}
|
|
690
726
|
export interface UsageRecord {
|
|
691
727
|
accountId?: string;
|
|
728
|
+
automatedDiscoveryFreeTrialStartDate?: Date;
|
|
692
729
|
freeTrialStartDate?: Date;
|
|
693
730
|
usage?: UsageByAccount[];
|
|
694
731
|
}
|
|
@@ -796,6 +833,10 @@ export interface AllowListStatus {
|
|
|
796
833
|
code: AllowListStatusCode | string | undefined;
|
|
797
834
|
description?: string;
|
|
798
835
|
}
|
|
836
|
+
export declare enum AutomatedDiscoveryStatus {
|
|
837
|
+
DISABLED = "DISABLED",
|
|
838
|
+
ENABLED = "ENABLED",
|
|
839
|
+
}
|
|
799
840
|
export declare enum AvailabilityCode {
|
|
800
841
|
AVAILABLE = "AVAILABLE",
|
|
801
842
|
UNAVAILABLE = "UNAVAILABLE",
|
|
@@ -847,6 +888,18 @@ export interface BucketSortCriteria {
|
|
|
847
888
|
attributeName?: string;
|
|
848
889
|
orderBy?: OrderBy | string;
|
|
849
890
|
}
|
|
891
|
+
export interface SensitivityAggregations {
|
|
892
|
+
classifiableSizeInBytes?: number;
|
|
893
|
+
publiclyAccessibleCount?: number;
|
|
894
|
+
totalCount?: number;
|
|
895
|
+
totalSizeInBytes?: number;
|
|
896
|
+
}
|
|
897
|
+
export interface BucketStatisticsBySensitivity {
|
|
898
|
+
classificationError?: SensitivityAggregations;
|
|
899
|
+
notClassified?: SensitivityAggregations;
|
|
900
|
+
notSensitive?: SensitivityAggregations;
|
|
901
|
+
sensitive?: SensitivityAggregations;
|
|
902
|
+
}
|
|
850
903
|
export interface S3Destination {
|
|
851
904
|
bucketName: string | undefined;
|
|
852
905
|
keyPrefix?: string;
|
|
@@ -855,6 +908,11 @@ export interface S3Destination {
|
|
|
855
908
|
export interface ClassificationExportConfiguration {
|
|
856
909
|
s3Destination?: S3Destination;
|
|
857
910
|
}
|
|
911
|
+
export declare enum ClassificationScopeUpdateOperation {
|
|
912
|
+
ADD = "ADD",
|
|
913
|
+
REMOVE = "REMOVE",
|
|
914
|
+
REPLACE = "REPLACE",
|
|
915
|
+
}
|
|
858
916
|
export interface CreateAllowListRequest {
|
|
859
917
|
clientToken?: string;
|
|
860
918
|
criteria: AllowListCriteria | undefined;
|
|
@@ -880,9 +938,9 @@ export interface Scoping {
|
|
|
880
938
|
includes?: JobScopingBlock;
|
|
881
939
|
}
|
|
882
940
|
export interface S3JobDefinition {
|
|
941
|
+
bucketCriteria?: S3BucketCriteriaForJob;
|
|
883
942
|
bucketDefinitions?: S3BucketDefinitionForJob[];
|
|
884
943
|
scoping?: Scoping;
|
|
885
|
-
bucketCriteria?: S3BucketCriteriaForJob;
|
|
886
944
|
}
|
|
887
945
|
export interface DailySchedule {}
|
|
888
946
|
export interface MonthlySchedule {
|
|
@@ -1125,6 +1183,15 @@ export interface GetAllowListResponse {
|
|
|
1125
1183
|
tags?: Record<string, string>;
|
|
1126
1184
|
updatedAt?: Date;
|
|
1127
1185
|
}
|
|
1186
|
+
export interface GetAutomatedDiscoveryConfigurationRequest {}
|
|
1187
|
+
export interface GetAutomatedDiscoveryConfigurationResponse {
|
|
1188
|
+
classificationScopeId?: string;
|
|
1189
|
+
disabledAt?: Date;
|
|
1190
|
+
firstEnabledAt?: Date;
|
|
1191
|
+
lastUpdatedAt?: Date;
|
|
1192
|
+
sensitivityInspectionTemplateId?: string;
|
|
1193
|
+
status?: AutomatedDiscoveryStatus | string;
|
|
1194
|
+
}
|
|
1128
1195
|
export interface GetBucketStatisticsRequest {
|
|
1129
1196
|
accountId?: string;
|
|
1130
1197
|
}
|
|
@@ -1134,6 +1201,7 @@ export interface GetBucketStatisticsResponse {
|
|
|
1134
1201
|
bucketCountByEncryptionType?: BucketCountByEncryptionType;
|
|
1135
1202
|
bucketCountByObjectEncryptionRequirement?: BucketCountPolicyAllowsUnencryptedObjectUploads;
|
|
1136
1203
|
bucketCountBySharedAccessType?: BucketCountBySharedAccessType;
|
|
1204
|
+
bucketStatisticsBySensitivity?: BucketStatisticsBySensitivity;
|
|
1137
1205
|
classifiableObjectCount?: number;
|
|
1138
1206
|
classifiableSizeInBytes?: number;
|
|
1139
1207
|
lastUpdated?: Date;
|
|
@@ -1147,6 +1215,20 @@ export interface GetClassificationExportConfigurationRequest {}
|
|
|
1147
1215
|
export interface GetClassificationExportConfigurationResponse {
|
|
1148
1216
|
configuration?: ClassificationExportConfiguration;
|
|
1149
1217
|
}
|
|
1218
|
+
export interface GetClassificationScopeRequest {
|
|
1219
|
+
id: string | undefined;
|
|
1220
|
+
}
|
|
1221
|
+
export interface S3ClassificationScopeExclusion {
|
|
1222
|
+
bucketNames: string[] | undefined;
|
|
1223
|
+
}
|
|
1224
|
+
export interface S3ClassificationScope {
|
|
1225
|
+
excludes: S3ClassificationScopeExclusion | undefined;
|
|
1226
|
+
}
|
|
1227
|
+
export interface GetClassificationScopeResponse {
|
|
1228
|
+
id?: string;
|
|
1229
|
+
name?: string;
|
|
1230
|
+
s3?: S3ClassificationScope;
|
|
1231
|
+
}
|
|
1150
1232
|
export interface GetCustomDataIdentifierRequest {
|
|
1151
1233
|
id: string | undefined;
|
|
1152
1234
|
}
|
|
@@ -1241,6 +1323,26 @@ export interface GetMemberResponse {
|
|
|
1241
1323
|
tags?: Record<string, string>;
|
|
1242
1324
|
updatedAt?: Date;
|
|
1243
1325
|
}
|
|
1326
|
+
export interface GetResourceProfileRequest {
|
|
1327
|
+
resourceArn: string | undefined;
|
|
1328
|
+
}
|
|
1329
|
+
export interface ResourceStatistics {
|
|
1330
|
+
totalBytesClassified?: number;
|
|
1331
|
+
totalDetections?: number;
|
|
1332
|
+
totalDetectionsSuppressed?: number;
|
|
1333
|
+
totalItemsClassified?: number;
|
|
1334
|
+
totalItemsSensitive?: number;
|
|
1335
|
+
totalItemsSkipped?: number;
|
|
1336
|
+
totalItemsSkippedInvalidEncryption?: number;
|
|
1337
|
+
totalItemsSkippedInvalidKms?: number;
|
|
1338
|
+
totalItemsSkippedPermissionDenied?: number;
|
|
1339
|
+
}
|
|
1340
|
+
export interface GetResourceProfileResponse {
|
|
1341
|
+
profileUpdatedAt?: Date;
|
|
1342
|
+
sensitivityScore?: number;
|
|
1343
|
+
sensitivityScoreOverridden?: boolean;
|
|
1344
|
+
statistics?: ResourceStatistics;
|
|
1345
|
+
}
|
|
1244
1346
|
export interface GetRevealConfigurationRequest {}
|
|
1245
1347
|
export declare enum RevealStatus {
|
|
1246
1348
|
DISABLED = "DISABLED",
|
|
@@ -1280,6 +1382,24 @@ export interface GetSensitiveDataOccurrencesAvailabilityResponse {
|
|
|
1280
1382
|
code?: AvailabilityCode | string;
|
|
1281
1383
|
reasons?: (UnavailabilityReasonCode | string)[];
|
|
1282
1384
|
}
|
|
1385
|
+
export interface GetSensitivityInspectionTemplateRequest {
|
|
1386
|
+
id: string | undefined;
|
|
1387
|
+
}
|
|
1388
|
+
export interface SensitivityInspectionTemplateExcludes {
|
|
1389
|
+
managedDataIdentifierIds?: string[];
|
|
1390
|
+
}
|
|
1391
|
+
export interface SensitivityInspectionTemplateIncludes {
|
|
1392
|
+
allowListIds?: string[];
|
|
1393
|
+
customDataIdentifierIds?: string[];
|
|
1394
|
+
managedDataIdentifierIds?: string[];
|
|
1395
|
+
}
|
|
1396
|
+
export interface GetSensitivityInspectionTemplateResponse {
|
|
1397
|
+
description?: string;
|
|
1398
|
+
excludes?: SensitivityInspectionTemplateExcludes;
|
|
1399
|
+
includes?: SensitivityInspectionTemplateIncludes;
|
|
1400
|
+
name?: string;
|
|
1401
|
+
sensitivityInspectionTemplateId?: string;
|
|
1402
|
+
}
|
|
1283
1403
|
export declare enum UsageStatisticsSortKey {
|
|
1284
1404
|
accountId = "accountId",
|
|
1285
1405
|
freeTrialStartDate = "freeTrialStartDate",
|
|
@@ -1345,6 +1465,14 @@ export interface ListClassificationJobsResponse {
|
|
|
1345
1465
|
items?: JobSummary[];
|
|
1346
1466
|
nextToken?: string;
|
|
1347
1467
|
}
|
|
1468
|
+
export interface ListClassificationScopesRequest {
|
|
1469
|
+
name?: string;
|
|
1470
|
+
nextToken?: string;
|
|
1471
|
+
}
|
|
1472
|
+
export interface ListClassificationScopesResponse {
|
|
1473
|
+
classificationScopes?: ClassificationScopeSummary[];
|
|
1474
|
+
nextToken?: string;
|
|
1475
|
+
}
|
|
1348
1476
|
export interface ListCustomDataIdentifiersRequest {
|
|
1349
1477
|
maxResults?: number;
|
|
1350
1478
|
nextToken?: string;
|
|
@@ -1371,101 +1499,6 @@ export interface ListFindingsFiltersResponse {
|
|
|
1371
1499
|
findingsFilterListItems?: FindingsFilterListItem[];
|
|
1372
1500
|
nextToken?: string;
|
|
1373
1501
|
}
|
|
1374
|
-
export interface ListInvitationsRequest {
|
|
1375
|
-
maxResults?: number;
|
|
1376
|
-
nextToken?: string;
|
|
1377
|
-
}
|
|
1378
|
-
export interface ListInvitationsResponse {
|
|
1379
|
-
invitations?: Invitation[];
|
|
1380
|
-
nextToken?: string;
|
|
1381
|
-
}
|
|
1382
|
-
export interface ListManagedDataIdentifiersRequest {
|
|
1383
|
-
nextToken?: string;
|
|
1384
|
-
}
|
|
1385
|
-
export interface ListManagedDataIdentifiersResponse {
|
|
1386
|
-
items?: ManagedDataIdentifierSummary[];
|
|
1387
|
-
nextToken?: string;
|
|
1388
|
-
}
|
|
1389
|
-
export interface ListMembersRequest {
|
|
1390
|
-
maxResults?: number;
|
|
1391
|
-
nextToken?: string;
|
|
1392
|
-
onlyAssociated?: string;
|
|
1393
|
-
}
|
|
1394
|
-
export interface ListMembersResponse {
|
|
1395
|
-
members?: Member[];
|
|
1396
|
-
nextToken?: string;
|
|
1397
|
-
}
|
|
1398
|
-
export interface ListOrganizationAdminAccountsRequest {
|
|
1399
|
-
maxResults?: number;
|
|
1400
|
-
nextToken?: string;
|
|
1401
|
-
}
|
|
1402
|
-
export interface ListOrganizationAdminAccountsResponse {
|
|
1403
|
-
adminAccounts?: AdminAccount[];
|
|
1404
|
-
nextToken?: string;
|
|
1405
|
-
}
|
|
1406
|
-
export interface ListTagsForResourceRequest {
|
|
1407
|
-
resourceArn: string | undefined;
|
|
1408
|
-
}
|
|
1409
|
-
export interface ListTagsForResourceResponse {
|
|
1410
|
-
tags?: Record<string, string>;
|
|
1411
|
-
}
|
|
1412
|
-
export interface PutClassificationExportConfigurationRequest {
|
|
1413
|
-
configuration: ClassificationExportConfiguration | undefined;
|
|
1414
|
-
}
|
|
1415
|
-
export interface PutClassificationExportConfigurationResponse {
|
|
1416
|
-
configuration?: ClassificationExportConfiguration;
|
|
1417
|
-
}
|
|
1418
|
-
export interface PutFindingsPublicationConfigurationRequest {
|
|
1419
|
-
clientToken?: string;
|
|
1420
|
-
securityHubConfiguration?: SecurityHubConfiguration;
|
|
1421
|
-
}
|
|
1422
|
-
export interface PutFindingsPublicationConfigurationResponse {}
|
|
1423
|
-
export interface SearchResourcesCriteriaBlock {
|
|
1424
|
-
and?: SearchResourcesCriteria[];
|
|
1425
|
-
}
|
|
1426
|
-
export interface SearchResourcesBucketCriteria {
|
|
1427
|
-
excludes?: SearchResourcesCriteriaBlock;
|
|
1428
|
-
includes?: SearchResourcesCriteriaBlock;
|
|
1429
|
-
}
|
|
1430
|
-
export declare enum SearchResourcesSortAttributeName {
|
|
1431
|
-
ACCOUNT_ID = "ACCOUNT_ID",
|
|
1432
|
-
RESOURCE_NAME = "RESOURCE_NAME",
|
|
1433
|
-
S3_CLASSIFIABLE_OBJECT_COUNT = "S3_CLASSIFIABLE_OBJECT_COUNT",
|
|
1434
|
-
S3_CLASSIFIABLE_SIZE_IN_BYTES = "S3_CLASSIFIABLE_SIZE_IN_BYTES",
|
|
1435
|
-
}
|
|
1436
|
-
export interface SearchResourcesSortCriteria {
|
|
1437
|
-
attributeName?: SearchResourcesSortAttributeName | string;
|
|
1438
|
-
orderBy?: OrderBy | string;
|
|
1439
|
-
}
|
|
1440
|
-
export interface SearchResourcesRequest {
|
|
1441
|
-
bucketCriteria?: SearchResourcesBucketCriteria;
|
|
1442
|
-
maxResults?: number;
|
|
1443
|
-
nextToken?: string;
|
|
1444
|
-
sortCriteria?: SearchResourcesSortCriteria;
|
|
1445
|
-
}
|
|
1446
|
-
export interface SearchResourcesResponse {
|
|
1447
|
-
matchingResources?: MatchingResource[];
|
|
1448
|
-
nextToken?: string;
|
|
1449
|
-
}
|
|
1450
|
-
export interface TagResourceRequest {
|
|
1451
|
-
resourceArn: string | undefined;
|
|
1452
|
-
tags: Record<string, string> | undefined;
|
|
1453
|
-
}
|
|
1454
|
-
export interface TagResourceResponse {}
|
|
1455
|
-
export interface TestCustomDataIdentifierRequest {
|
|
1456
|
-
ignoreWords?: string[];
|
|
1457
|
-
keywords?: string[];
|
|
1458
|
-
maximumMatchDistance?: number;
|
|
1459
|
-
regex: string | undefined;
|
|
1460
|
-
sampleText: string | undefined;
|
|
1461
|
-
}
|
|
1462
|
-
export interface TestCustomDataIdentifierResponse {
|
|
1463
|
-
matchCount?: number;
|
|
1464
|
-
}
|
|
1465
|
-
export interface UntagResourceRequest {
|
|
1466
|
-
resourceArn: string | undefined;
|
|
1467
|
-
tagKeys: string[] | undefined;
|
|
1468
|
-
}
|
|
1469
1502
|
export declare const AdminAccountFilterSensitiveLog: (obj: AdminAccount) => any;
|
|
1470
1503
|
export declare const AllowListSummaryFilterSensitiveLog: (
|
|
1471
1504
|
obj: AllowListSummary
|
|
@@ -1509,6 +1542,9 @@ export declare const ObjectLevelStatisticsFilterSensitiveLog: (
|
|
|
1509
1542
|
export declare const BucketMetadataFilterSensitiveLog: (
|
|
1510
1543
|
obj: BucketMetadata
|
|
1511
1544
|
) => any;
|
|
1545
|
+
export declare const ClassificationScopeSummaryFilterSensitiveLog: (
|
|
1546
|
+
obj: ClassificationScopeSummary
|
|
1547
|
+
) => any;
|
|
1512
1548
|
export declare const SimpleCriterionForJobFilterSensitiveLog: (
|
|
1513
1549
|
obj: SimpleCriterionForJob
|
|
1514
1550
|
) => any;
|
|
@@ -1527,6 +1563,7 @@ export declare const CustomDataIdentifierSummaryFilterSensitiveLog: (
|
|
|
1527
1563
|
export declare const DetectedDataDetailsFilterSensitiveLog: (
|
|
1528
1564
|
obj: DetectedDataDetails
|
|
1529
1565
|
) => any;
|
|
1566
|
+
export declare const DetectionFilterSensitiveLog: (obj: Detection) => any;
|
|
1530
1567
|
export declare const CellFilterSensitiveLog: (obj: Cell) => any;
|
|
1531
1568
|
export declare const RangeFilterSensitiveLog: (obj: Range) => any;
|
|
1532
1569
|
export declare const PageFilterSensitiveLog: (obj: Page) => any;
|
|
@@ -1648,6 +1685,9 @@ export declare const MatchingResourceFilterSensitiveLog: (
|
|
|
1648
1685
|
obj: MatchingResource
|
|
1649
1686
|
) => any;
|
|
1650
1687
|
export declare const MemberFilterSensitiveLog: (obj: Member) => any;
|
|
1688
|
+
export declare const ResourceProfileArtifactFilterSensitiveLog: (
|
|
1689
|
+
obj: ResourceProfileArtifact
|
|
1690
|
+
) => any;
|
|
1651
1691
|
export declare const SearchResourcesSimpleCriterionFilterSensitiveLog: (
|
|
1652
1692
|
obj: SearchResourcesSimpleCriterion
|
|
1653
1693
|
) => any;
|
|
@@ -1660,6 +1700,12 @@ export declare const SearchResourcesTagCriterionFilterSensitiveLog: (
|
|
|
1660
1700
|
export declare const SearchResourcesCriteriaFilterSensitiveLog: (
|
|
1661
1701
|
obj: SearchResourcesCriteria
|
|
1662
1702
|
) => any;
|
|
1703
|
+
export declare const SensitivityInspectionTemplatesEntryFilterSensitiveLog: (
|
|
1704
|
+
obj: SensitivityInspectionTemplatesEntry
|
|
1705
|
+
) => any;
|
|
1706
|
+
export declare const SuppressDataIdentifierFilterSensitiveLog: (
|
|
1707
|
+
obj: SuppressDataIdentifier
|
|
1708
|
+
) => any;
|
|
1663
1709
|
export declare const UnprocessedAccountFilterSensitiveLog: (
|
|
1664
1710
|
obj: UnprocessedAccount
|
|
1665
1711
|
) => any;
|
|
@@ -1712,6 +1758,12 @@ export declare const BucketCriteriaAdditionalPropertiesFilterSensitiveLog: (
|
|
|
1712
1758
|
export declare const BucketSortCriteriaFilterSensitiveLog: (
|
|
1713
1759
|
obj: BucketSortCriteria
|
|
1714
1760
|
) => any;
|
|
1761
|
+
export declare const SensitivityAggregationsFilterSensitiveLog: (
|
|
1762
|
+
obj: SensitivityAggregations
|
|
1763
|
+
) => any;
|
|
1764
|
+
export declare const BucketStatisticsBySensitivityFilterSensitiveLog: (
|
|
1765
|
+
obj: BucketStatisticsBySensitivity
|
|
1766
|
+
) => any;
|
|
1715
1767
|
export declare const S3DestinationFilterSensitiveLog: (
|
|
1716
1768
|
obj: S3Destination
|
|
1717
1769
|
) => any;
|
|
@@ -1900,6 +1952,12 @@ export declare const GetAllowListRequestFilterSensitiveLog: (
|
|
|
1900
1952
|
export declare const GetAllowListResponseFilterSensitiveLog: (
|
|
1901
1953
|
obj: GetAllowListResponse
|
|
1902
1954
|
) => any;
|
|
1955
|
+
export declare const GetAutomatedDiscoveryConfigurationRequestFilterSensitiveLog: (
|
|
1956
|
+
obj: GetAutomatedDiscoveryConfigurationRequest
|
|
1957
|
+
) => any;
|
|
1958
|
+
export declare const GetAutomatedDiscoveryConfigurationResponseFilterSensitiveLog: (
|
|
1959
|
+
obj: GetAutomatedDiscoveryConfigurationResponse
|
|
1960
|
+
) => any;
|
|
1903
1961
|
export declare const GetBucketStatisticsRequestFilterSensitiveLog: (
|
|
1904
1962
|
obj: GetBucketStatisticsRequest
|
|
1905
1963
|
) => any;
|
|
@@ -1912,6 +1970,18 @@ export declare const GetClassificationExportConfigurationRequestFilterSensitiveL
|
|
|
1912
1970
|
export declare const GetClassificationExportConfigurationResponseFilterSensitiveLog: (
|
|
1913
1971
|
obj: GetClassificationExportConfigurationResponse
|
|
1914
1972
|
) => any;
|
|
1973
|
+
export declare const GetClassificationScopeRequestFilterSensitiveLog: (
|
|
1974
|
+
obj: GetClassificationScopeRequest
|
|
1975
|
+
) => any;
|
|
1976
|
+
export declare const S3ClassificationScopeExclusionFilterSensitiveLog: (
|
|
1977
|
+
obj: S3ClassificationScopeExclusion
|
|
1978
|
+
) => any;
|
|
1979
|
+
export declare const S3ClassificationScopeFilterSensitiveLog: (
|
|
1980
|
+
obj: S3ClassificationScope
|
|
1981
|
+
) => any;
|
|
1982
|
+
export declare const GetClassificationScopeResponseFilterSensitiveLog: (
|
|
1983
|
+
obj: GetClassificationScopeResponse
|
|
1984
|
+
) => any;
|
|
1915
1985
|
export declare const GetCustomDataIdentifierRequestFilterSensitiveLog: (
|
|
1916
1986
|
obj: GetCustomDataIdentifierRequest
|
|
1917
1987
|
) => any;
|
|
@@ -1970,6 +2040,15 @@ export declare const GetMemberRequestFilterSensitiveLog: (
|
|
|
1970
2040
|
export declare const GetMemberResponseFilterSensitiveLog: (
|
|
1971
2041
|
obj: GetMemberResponse
|
|
1972
2042
|
) => any;
|
|
2043
|
+
export declare const GetResourceProfileRequestFilterSensitiveLog: (
|
|
2044
|
+
obj: GetResourceProfileRequest
|
|
2045
|
+
) => any;
|
|
2046
|
+
export declare const ResourceStatisticsFilterSensitiveLog: (
|
|
2047
|
+
obj: ResourceStatistics
|
|
2048
|
+
) => any;
|
|
2049
|
+
export declare const GetResourceProfileResponseFilterSensitiveLog: (
|
|
2050
|
+
obj: GetResourceProfileResponse
|
|
2051
|
+
) => any;
|
|
1973
2052
|
export declare const GetRevealConfigurationRequestFilterSensitiveLog: (
|
|
1974
2053
|
obj: GetRevealConfigurationRequest
|
|
1975
2054
|
) => any;
|
|
@@ -1991,6 +2070,18 @@ export declare const GetSensitiveDataOccurrencesAvailabilityRequestFilterSensiti
|
|
|
1991
2070
|
export declare const GetSensitiveDataOccurrencesAvailabilityResponseFilterSensitiveLog: (
|
|
1992
2071
|
obj: GetSensitiveDataOccurrencesAvailabilityResponse
|
|
1993
2072
|
) => any;
|
|
2073
|
+
export declare const GetSensitivityInspectionTemplateRequestFilterSensitiveLog: (
|
|
2074
|
+
obj: GetSensitivityInspectionTemplateRequest
|
|
2075
|
+
) => any;
|
|
2076
|
+
export declare const SensitivityInspectionTemplateExcludesFilterSensitiveLog: (
|
|
2077
|
+
obj: SensitivityInspectionTemplateExcludes
|
|
2078
|
+
) => any;
|
|
2079
|
+
export declare const SensitivityInspectionTemplateIncludesFilterSensitiveLog: (
|
|
2080
|
+
obj: SensitivityInspectionTemplateIncludes
|
|
2081
|
+
) => any;
|
|
2082
|
+
export declare const GetSensitivityInspectionTemplateResponseFilterSensitiveLog: (
|
|
2083
|
+
obj: GetSensitivityInspectionTemplateResponse
|
|
2084
|
+
) => any;
|
|
1994
2085
|
export declare const UsageStatisticsSortByFilterSensitiveLog: (
|
|
1995
2086
|
obj: UsageStatisticsSortBy
|
|
1996
2087
|
) => any;
|
|
@@ -2024,6 +2115,12 @@ export declare const ListClassificationJobsRequestFilterSensitiveLog: (
|
|
|
2024
2115
|
export declare const ListClassificationJobsResponseFilterSensitiveLog: (
|
|
2025
2116
|
obj: ListClassificationJobsResponse
|
|
2026
2117
|
) => any;
|
|
2118
|
+
export declare const ListClassificationScopesRequestFilterSensitiveLog: (
|
|
2119
|
+
obj: ListClassificationScopesRequest
|
|
2120
|
+
) => any;
|
|
2121
|
+
export declare const ListClassificationScopesResponseFilterSensitiveLog: (
|
|
2122
|
+
obj: ListClassificationScopesResponse
|
|
2123
|
+
) => any;
|
|
2027
2124
|
export declare const ListCustomDataIdentifiersRequestFilterSensitiveLog: (
|
|
2028
2125
|
obj: ListCustomDataIdentifiersRequest
|
|
2029
2126
|
) => any;
|
|
@@ -2042,75 +2139,3 @@ export declare const ListFindingsFiltersRequestFilterSensitiveLog: (
|
|
|
2042
2139
|
export declare const ListFindingsFiltersResponseFilterSensitiveLog: (
|
|
2043
2140
|
obj: ListFindingsFiltersResponse
|
|
2044
2141
|
) => any;
|
|
2045
|
-
export declare const ListInvitationsRequestFilterSensitiveLog: (
|
|
2046
|
-
obj: ListInvitationsRequest
|
|
2047
|
-
) => any;
|
|
2048
|
-
export declare const ListInvitationsResponseFilterSensitiveLog: (
|
|
2049
|
-
obj: ListInvitationsResponse
|
|
2050
|
-
) => any;
|
|
2051
|
-
export declare const ListManagedDataIdentifiersRequestFilterSensitiveLog: (
|
|
2052
|
-
obj: ListManagedDataIdentifiersRequest
|
|
2053
|
-
) => any;
|
|
2054
|
-
export declare const ListManagedDataIdentifiersResponseFilterSensitiveLog: (
|
|
2055
|
-
obj: ListManagedDataIdentifiersResponse
|
|
2056
|
-
) => any;
|
|
2057
|
-
export declare const ListMembersRequestFilterSensitiveLog: (
|
|
2058
|
-
obj: ListMembersRequest
|
|
2059
|
-
) => any;
|
|
2060
|
-
export declare const ListMembersResponseFilterSensitiveLog: (
|
|
2061
|
-
obj: ListMembersResponse
|
|
2062
|
-
) => any;
|
|
2063
|
-
export declare const ListOrganizationAdminAccountsRequestFilterSensitiveLog: (
|
|
2064
|
-
obj: ListOrganizationAdminAccountsRequest
|
|
2065
|
-
) => any;
|
|
2066
|
-
export declare const ListOrganizationAdminAccountsResponseFilterSensitiveLog: (
|
|
2067
|
-
obj: ListOrganizationAdminAccountsResponse
|
|
2068
|
-
) => any;
|
|
2069
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
2070
|
-
obj: ListTagsForResourceRequest
|
|
2071
|
-
) => any;
|
|
2072
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
2073
|
-
obj: ListTagsForResourceResponse
|
|
2074
|
-
) => any;
|
|
2075
|
-
export declare const PutClassificationExportConfigurationRequestFilterSensitiveLog: (
|
|
2076
|
-
obj: PutClassificationExportConfigurationRequest
|
|
2077
|
-
) => any;
|
|
2078
|
-
export declare const PutClassificationExportConfigurationResponseFilterSensitiveLog: (
|
|
2079
|
-
obj: PutClassificationExportConfigurationResponse
|
|
2080
|
-
) => any;
|
|
2081
|
-
export declare const PutFindingsPublicationConfigurationRequestFilterSensitiveLog: (
|
|
2082
|
-
obj: PutFindingsPublicationConfigurationRequest
|
|
2083
|
-
) => any;
|
|
2084
|
-
export declare const PutFindingsPublicationConfigurationResponseFilterSensitiveLog: (
|
|
2085
|
-
obj: PutFindingsPublicationConfigurationResponse
|
|
2086
|
-
) => any;
|
|
2087
|
-
export declare const SearchResourcesCriteriaBlockFilterSensitiveLog: (
|
|
2088
|
-
obj: SearchResourcesCriteriaBlock
|
|
2089
|
-
) => any;
|
|
2090
|
-
export declare const SearchResourcesBucketCriteriaFilterSensitiveLog: (
|
|
2091
|
-
obj: SearchResourcesBucketCriteria
|
|
2092
|
-
) => any;
|
|
2093
|
-
export declare const SearchResourcesSortCriteriaFilterSensitiveLog: (
|
|
2094
|
-
obj: SearchResourcesSortCriteria
|
|
2095
|
-
) => any;
|
|
2096
|
-
export declare const SearchResourcesRequestFilterSensitiveLog: (
|
|
2097
|
-
obj: SearchResourcesRequest
|
|
2098
|
-
) => any;
|
|
2099
|
-
export declare const SearchResourcesResponseFilterSensitiveLog: (
|
|
2100
|
-
obj: SearchResourcesResponse
|
|
2101
|
-
) => any;
|
|
2102
|
-
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
2103
|
-
obj: TagResourceRequest
|
|
2104
|
-
) => any;
|
|
2105
|
-
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
2106
|
-
obj: TagResourceResponse
|
|
2107
|
-
) => any;
|
|
2108
|
-
export declare const TestCustomDataIdentifierRequestFilterSensitiveLog: (
|
|
2109
|
-
obj: TestCustomDataIdentifierRequest
|
|
2110
|
-
) => any;
|
|
2111
|
-
export declare const TestCustomDataIdentifierResponseFilterSensitiveLog: (
|
|
2112
|
-
obj: TestCustomDataIdentifierResponse
|
|
2113
|
-
) => any;
|
|
2114
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
2115
|
-
obj: UntagResourceRequest
|
|
2116
|
-
) => any;
|