@aws-sdk/client-macie2 3.130.0 → 3.141.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 +31 -0
- package/README.md +1 -1
- package/dist-cjs/Macie2.js +60 -0
- package/dist-cjs/commands/AcceptInvitationCommand.js +2 -2
- package/dist-cjs/commands/BatchGetCustomDataIdentifiersCommand.js +2 -2
- package/dist-cjs/commands/CreateClassificationJobCommand.js +2 -2
- package/dist-cjs/commands/CreateCustomDataIdentifierCommand.js +2 -2
- package/dist-cjs/commands/CreateFindingsFilterCommand.js +2 -2
- package/dist-cjs/commands/CreateInvitationsCommand.js +2 -2
- package/dist-cjs/commands/CreateMemberCommand.js +2 -2
- package/dist-cjs/commands/CreateSampleFindingsCommand.js +2 -2
- package/dist-cjs/commands/DeclineInvitationsCommand.js +2 -2
- package/dist-cjs/commands/DeleteCustomDataIdentifierCommand.js +2 -2
- package/dist-cjs/commands/DeleteFindingsFilterCommand.js +2 -2
- package/dist-cjs/commands/DeleteInvitationsCommand.js +2 -2
- package/dist-cjs/commands/DeleteMemberCommand.js +2 -2
- package/dist-cjs/commands/DescribeBucketsCommand.js +2 -2
- package/dist-cjs/commands/DescribeClassificationJobCommand.js +2 -2
- package/dist-cjs/commands/DescribeOrganizationConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DisableMacieCommand.js +2 -2
- package/dist-cjs/commands/DisableOrganizationAdminAccountCommand.js +2 -2
- package/dist-cjs/commands/DisassociateFromAdministratorAccountCommand.js +2 -2
- package/dist-cjs/commands/DisassociateFromMasterAccountCommand.js +2 -2
- package/dist-cjs/commands/DisassociateMemberCommand.js +2 -2
- package/dist-cjs/commands/EnableMacieCommand.js +2 -2
- package/dist-cjs/commands/EnableOrganizationAdminAccountCommand.js +2 -2
- package/dist-cjs/commands/GetAdministratorAccountCommand.js +2 -2
- package/dist-cjs/commands/GetBucketStatisticsCommand.js +2 -2
- package/dist-cjs/commands/GetClassificationExportConfigurationCommand.js +2 -2
- package/dist-cjs/commands/GetCustomDataIdentifierCommand.js +2 -2
- package/dist-cjs/commands/GetFindingStatisticsCommand.js +2 -2
- package/dist-cjs/commands/GetFindingsCommand.js +2 -2
- package/dist-cjs/commands/GetFindingsFilterCommand.js +2 -2
- package/dist-cjs/commands/GetFindingsPublicationConfigurationCommand.js +2 -2
- package/dist-cjs/commands/GetInvitationsCountCommand.js +2 -2
- package/dist-cjs/commands/GetMacieSessionCommand.js +2 -2
- package/dist-cjs/commands/GetMasterAccountCommand.js +2 -2
- package/dist-cjs/commands/GetMemberCommand.js +2 -2
- package/dist-cjs/commands/GetRevealConfigurationCommand.js +36 -0
- package/dist-cjs/commands/GetSensitiveDataOccurrencesAvailabilityCommand.js +36 -0
- package/dist-cjs/commands/GetSensitiveDataOccurrencesCommand.js +36 -0
- package/dist-cjs/commands/GetUsageStatisticsCommand.js +2 -2
- package/dist-cjs/commands/GetUsageTotalsCommand.js +2 -2
- package/dist-cjs/commands/ListClassificationJobsCommand.js +2 -2
- package/dist-cjs/commands/ListCustomDataIdentifiersCommand.js +2 -2
- package/dist-cjs/commands/ListFindingsCommand.js +2 -2
- package/dist-cjs/commands/ListFindingsFiltersCommand.js +2 -2
- package/dist-cjs/commands/ListInvitationsCommand.js +2 -2
- package/dist-cjs/commands/ListManagedDataIdentifiersCommand.js +2 -2
- package/dist-cjs/commands/ListMembersCommand.js +2 -2
- package/dist-cjs/commands/ListOrganizationAdminAccountsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/PutClassificationExportConfigurationCommand.js +2 -2
- package/dist-cjs/commands/PutFindingsPublicationConfigurationCommand.js +2 -2
- package/dist-cjs/commands/SearchResourcesCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/TestCustomDataIdentifierCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateClassificationJobCommand.js +2 -2
- package/dist-cjs/commands/UpdateFindingsFilterCommand.js +2 -2
- package/dist-cjs/commands/UpdateMacieSessionCommand.js +2 -2
- package/dist-cjs/commands/UpdateMemberSessionCommand.js +2 -2
- package/dist-cjs/commands/UpdateOrganizationConfigurationCommand.js +2 -2
- package/dist-cjs/commands/UpdateRevealConfigurationCommand.js +36 -0
- package/dist-cjs/commands/index.js +4 -0
- package/dist-cjs/index.js +1 -0
- package/dist-cjs/models/models_0.js +1007 -1392
- package/dist-cjs/protocols/Aws_restJson1.js +365 -3
- package/dist-cjs/waiters/index.js +4 -0
- package/dist-cjs/waiters/waitForFindingRevealed.js +45 -0
- package/dist-es/Macie2.js +60 -0
- package/dist-es/commands/AcceptInvitationCommand.js +3 -3
- package/dist-es/commands/BatchGetCustomDataIdentifiersCommand.js +3 -3
- package/dist-es/commands/CreateClassificationJobCommand.js +3 -3
- package/dist-es/commands/CreateCustomDataIdentifierCommand.js +3 -3
- package/dist-es/commands/CreateFindingsFilterCommand.js +3 -3
- package/dist-es/commands/CreateInvitationsCommand.js +3 -3
- package/dist-es/commands/CreateMemberCommand.js +3 -3
- package/dist-es/commands/CreateSampleFindingsCommand.js +3 -3
- package/dist-es/commands/DeclineInvitationsCommand.js +3 -3
- package/dist-es/commands/DeleteCustomDataIdentifierCommand.js +3 -3
- package/dist-es/commands/DeleteFindingsFilterCommand.js +3 -3
- package/dist-es/commands/DeleteInvitationsCommand.js +3 -3
- package/dist-es/commands/DeleteMemberCommand.js +3 -3
- package/dist-es/commands/DescribeBucketsCommand.js +3 -3
- package/dist-es/commands/DescribeClassificationJobCommand.js +3 -3
- package/dist-es/commands/DescribeOrganizationConfigurationCommand.js +3 -3
- package/dist-es/commands/DisableMacieCommand.js +3 -3
- package/dist-es/commands/DisableOrganizationAdminAccountCommand.js +3 -3
- package/dist-es/commands/DisassociateFromAdministratorAccountCommand.js +3 -3
- package/dist-es/commands/DisassociateFromMasterAccountCommand.js +3 -3
- package/dist-es/commands/DisassociateMemberCommand.js +3 -3
- package/dist-es/commands/EnableMacieCommand.js +3 -3
- package/dist-es/commands/EnableOrganizationAdminAccountCommand.js +3 -3
- package/dist-es/commands/GetAdministratorAccountCommand.js +3 -3
- package/dist-es/commands/GetBucketStatisticsCommand.js +3 -3
- package/dist-es/commands/GetClassificationExportConfigurationCommand.js +3 -3
- package/dist-es/commands/GetCustomDataIdentifierCommand.js +3 -3
- package/dist-es/commands/GetFindingStatisticsCommand.js +3 -3
- package/dist-es/commands/GetFindingsCommand.js +3 -3
- package/dist-es/commands/GetFindingsFilterCommand.js +3 -3
- package/dist-es/commands/GetFindingsPublicationConfigurationCommand.js +3 -3
- package/dist-es/commands/GetInvitationsCountCommand.js +3 -3
- package/dist-es/commands/GetMacieSessionCommand.js +3 -3
- package/dist-es/commands/GetMasterAccountCommand.js +3 -3
- package/dist-es/commands/GetMemberCommand.js +3 -3
- package/dist-es/commands/GetRevealConfigurationCommand.js +39 -0
- package/dist-es/commands/GetSensitiveDataOccurrencesAvailabilityCommand.js +39 -0
- package/dist-es/commands/GetSensitiveDataOccurrencesCommand.js +39 -0
- package/dist-es/commands/GetUsageStatisticsCommand.js +3 -3
- package/dist-es/commands/GetUsageTotalsCommand.js +3 -3
- package/dist-es/commands/ListClassificationJobsCommand.js +3 -3
- package/dist-es/commands/ListCustomDataIdentifiersCommand.js +3 -3
- package/dist-es/commands/ListFindingsCommand.js +3 -3
- package/dist-es/commands/ListFindingsFiltersCommand.js +3 -3
- package/dist-es/commands/ListInvitationsCommand.js +3 -3
- package/dist-es/commands/ListManagedDataIdentifiersCommand.js +3 -3
- package/dist-es/commands/ListMembersCommand.js +3 -3
- package/dist-es/commands/ListOrganizationAdminAccountsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/PutClassificationExportConfigurationCommand.js +3 -3
- package/dist-es/commands/PutFindingsPublicationConfigurationCommand.js +3 -3
- package/dist-es/commands/SearchResourcesCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/TestCustomDataIdentifierCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateClassificationJobCommand.js +3 -3
- package/dist-es/commands/UpdateFindingsFilterCommand.js +3 -3
- package/dist-es/commands/UpdateMacieSessionCommand.js +3 -3
- package/dist-es/commands/UpdateMemberSessionCommand.js +3 -3
- package/dist-es/commands/UpdateOrganizationConfigurationCommand.js +3 -3
- package/dist-es/commands/UpdateRevealConfigurationCommand.js +39 -0
- package/dist-es/commands/index.js +4 -0
- package/dist-es/index.js +1 -0
- package/dist-es/models/models_0.js +277 -924
- package/dist-es/protocols/Aws_restJson1.js +467 -1
- package/dist-es/waiters/index.js +1 -0
- package/dist-es/waiters/waitForFindingRevealed.js +60 -0
- package/dist-types/Macie2.d.ts +28 -0
- package/dist-types/Macie2Client.d.ts +6 -2
- package/dist-types/commands/GetRevealConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/GetSensitiveDataOccurrencesAvailabilityCommand.d.ts +35 -0
- package/dist-types/commands/GetSensitiveDataOccurrencesCommand.d.ts +35 -0
- package/dist-types/commands/UpdateRevealConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +1074 -1387
- package/dist-types/protocols/Aws_restJson1.d.ts +12 -0
- package/dist-types/ts3.4/Macie2.d.ts +20 -0
- package/dist-types/ts3.4/Macie2Client.d.ts +6 -2
- package/dist-types/ts3.4/commands/GetRevealConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetSensitiveDataOccurrencesAvailabilityCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetSensitiveDataOccurrencesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateRevealConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +550 -917
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
- package/dist-types/ts3.4/waiters/index.d.ts +1 -0
- package/dist-types/ts3.4/waiters/waitForFindingRevealed.d.ts +7 -0
- package/dist-types/waiters/index.d.ts +1 -0
- package/dist-types/waiters/waitForFindingRevealed.d.ts +14 -0
- package/package.json +8 -7
|
@@ -5,14 +5,6 @@ export var AdminStatus;
|
|
|
5
5
|
AdminStatus["DISABLING_IN_PROGRESS"] = "DISABLING_IN_PROGRESS";
|
|
6
6
|
AdminStatus["ENABLED"] = "ENABLED";
|
|
7
7
|
})(AdminStatus || (AdminStatus = {}));
|
|
8
|
-
export var AdminAccount;
|
|
9
|
-
(function (AdminAccount) {
|
|
10
|
-
AdminAccount.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
11
|
-
})(AdminAccount || (AdminAccount = {}));
|
|
12
|
-
export var BatchGetCustomDataIdentifierSummary;
|
|
13
|
-
(function (BatchGetCustomDataIdentifierSummary) {
|
|
14
|
-
BatchGetCustomDataIdentifierSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
15
|
-
})(BatchGetCustomDataIdentifierSummary || (BatchGetCustomDataIdentifierSummary = {}));
|
|
16
8
|
export var AllowsUnencryptedObjectUploads;
|
|
17
9
|
(function (AllowsUnencryptedObjectUploads) {
|
|
18
10
|
AllowsUnencryptedObjectUploads["FALSE"] = "FALSE";
|
|
@@ -35,62 +27,18 @@ export var IsMonitoredByJob;
|
|
|
35
27
|
IsMonitoredByJob["TRUE"] = "TRUE";
|
|
36
28
|
IsMonitoredByJob["UNKNOWN"] = "UNKNOWN";
|
|
37
29
|
})(IsMonitoredByJob || (IsMonitoredByJob = {}));
|
|
38
|
-
export var JobDetails;
|
|
39
|
-
(function (JobDetails) {
|
|
40
|
-
JobDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
41
|
-
})(JobDetails || (JobDetails = {}));
|
|
42
|
-
export var ObjectCountByEncryptionType;
|
|
43
|
-
(function (ObjectCountByEncryptionType) {
|
|
44
|
-
ObjectCountByEncryptionType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
45
|
-
})(ObjectCountByEncryptionType || (ObjectCountByEncryptionType = {}));
|
|
46
30
|
export var EffectivePermission;
|
|
47
31
|
(function (EffectivePermission) {
|
|
48
32
|
EffectivePermission["NOT_PUBLIC"] = "NOT_PUBLIC";
|
|
49
33
|
EffectivePermission["PUBLIC"] = "PUBLIC";
|
|
50
34
|
EffectivePermission["UNKNOWN"] = "UNKNOWN";
|
|
51
35
|
})(EffectivePermission || (EffectivePermission = {}));
|
|
52
|
-
export var BlockPublicAccess;
|
|
53
|
-
(function (BlockPublicAccess) {
|
|
54
|
-
BlockPublicAccess.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
55
|
-
})(BlockPublicAccess || (BlockPublicAccess = {}));
|
|
56
|
-
export var AccountLevelPermissions;
|
|
57
|
-
(function (AccountLevelPermissions) {
|
|
58
|
-
AccountLevelPermissions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
59
|
-
})(AccountLevelPermissions || (AccountLevelPermissions = {}));
|
|
60
|
-
export var AccessControlList;
|
|
61
|
-
(function (AccessControlList) {
|
|
62
|
-
AccessControlList.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
63
|
-
})(AccessControlList || (AccessControlList = {}));
|
|
64
|
-
export var BucketPolicy;
|
|
65
|
-
(function (BucketPolicy) {
|
|
66
|
-
BucketPolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
67
|
-
})(BucketPolicy || (BucketPolicy = {}));
|
|
68
|
-
export var BucketLevelPermissions;
|
|
69
|
-
(function (BucketLevelPermissions) {
|
|
70
|
-
BucketLevelPermissions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
71
|
-
})(BucketLevelPermissions || (BucketLevelPermissions = {}));
|
|
72
|
-
export var BucketPermissionConfiguration;
|
|
73
|
-
(function (BucketPermissionConfiguration) {
|
|
74
|
-
BucketPermissionConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
75
|
-
})(BucketPermissionConfiguration || (BucketPermissionConfiguration = {}));
|
|
76
|
-
export var BucketPublicAccess;
|
|
77
|
-
(function (BucketPublicAccess) {
|
|
78
|
-
BucketPublicAccess.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
79
|
-
})(BucketPublicAccess || (BucketPublicAccess = {}));
|
|
80
|
-
export var ReplicationDetails;
|
|
81
|
-
(function (ReplicationDetails) {
|
|
82
|
-
ReplicationDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
83
|
-
})(ReplicationDetails || (ReplicationDetails = {}));
|
|
84
36
|
export var Type;
|
|
85
37
|
(function (Type) {
|
|
86
38
|
Type["AES256"] = "AES256";
|
|
87
39
|
Type["NONE"] = "NONE";
|
|
88
40
|
Type["aws_kms"] = "aws:kms";
|
|
89
41
|
})(Type || (Type = {}));
|
|
90
|
-
export var BucketServerSideEncryption;
|
|
91
|
-
(function (BucketServerSideEncryption) {
|
|
92
|
-
BucketServerSideEncryption.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
93
|
-
})(BucketServerSideEncryption || (BucketServerSideEncryption = {}));
|
|
94
42
|
export var SharedAccess;
|
|
95
43
|
(function (SharedAccess) {
|
|
96
44
|
SharedAccess["EXTERNAL"] = "EXTERNAL";
|
|
@@ -98,18 +46,6 @@ export var SharedAccess;
|
|
|
98
46
|
SharedAccess["NOT_SHARED"] = "NOT_SHARED";
|
|
99
47
|
SharedAccess["UNKNOWN"] = "UNKNOWN";
|
|
100
48
|
})(SharedAccess || (SharedAccess = {}));
|
|
101
|
-
export var KeyValuePair;
|
|
102
|
-
(function (KeyValuePair) {
|
|
103
|
-
KeyValuePair.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
104
|
-
})(KeyValuePair || (KeyValuePair = {}));
|
|
105
|
-
export var ObjectLevelStatistics;
|
|
106
|
-
(function (ObjectLevelStatistics) {
|
|
107
|
-
ObjectLevelStatistics.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
108
|
-
})(ObjectLevelStatistics || (ObjectLevelStatistics = {}));
|
|
109
|
-
export var BucketMetadata;
|
|
110
|
-
(function (BucketMetadata) {
|
|
111
|
-
BucketMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
112
|
-
})(BucketMetadata || (BucketMetadata = {}));
|
|
113
49
|
export var JobComparator;
|
|
114
50
|
(function (JobComparator) {
|
|
115
51
|
JobComparator["CONTAINS"] = "CONTAINS";
|
|
@@ -128,26 +64,6 @@ export var SimpleCriterionKeyForJob;
|
|
|
128
64
|
SimpleCriterionKeyForJob["S3_BUCKET_NAME"] = "S3_BUCKET_NAME";
|
|
129
65
|
SimpleCriterionKeyForJob["S3_BUCKET_SHARED_ACCESS"] = "S3_BUCKET_SHARED_ACCESS";
|
|
130
66
|
})(SimpleCriterionKeyForJob || (SimpleCriterionKeyForJob = {}));
|
|
131
|
-
export var SimpleCriterionForJob;
|
|
132
|
-
(function (SimpleCriterionForJob) {
|
|
133
|
-
SimpleCriterionForJob.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
134
|
-
})(SimpleCriterionForJob || (SimpleCriterionForJob = {}));
|
|
135
|
-
export var TagCriterionPairForJob;
|
|
136
|
-
(function (TagCriterionPairForJob) {
|
|
137
|
-
TagCriterionPairForJob.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
138
|
-
})(TagCriterionPairForJob || (TagCriterionPairForJob = {}));
|
|
139
|
-
export var TagCriterionForJob;
|
|
140
|
-
(function (TagCriterionForJob) {
|
|
141
|
-
TagCriterionForJob.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
142
|
-
})(TagCriterionForJob || (TagCriterionForJob = {}));
|
|
143
|
-
export var CriteriaForJob;
|
|
144
|
-
(function (CriteriaForJob) {
|
|
145
|
-
CriteriaForJob.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
146
|
-
})(CriteriaForJob || (CriteriaForJob = {}));
|
|
147
|
-
export var CustomDataIdentifierSummary;
|
|
148
|
-
(function (CustomDataIdentifierSummary) {
|
|
149
|
-
CustomDataIdentifierSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
150
|
-
})(CustomDataIdentifierSummary || (CustomDataIdentifierSummary = {}));
|
|
151
67
|
export var FindingCategory;
|
|
152
68
|
(function (FindingCategory) {
|
|
153
69
|
FindingCategory["CLASSIFICATION"] = "CLASSIFICATION";
|
|
@@ -157,34 +73,6 @@ export var OriginType;
|
|
|
157
73
|
(function (OriginType) {
|
|
158
74
|
OriginType["SENSITIVE_DATA_DISCOVERY_JOB"] = "SENSITIVE_DATA_DISCOVERY_JOB";
|
|
159
75
|
})(OriginType || (OriginType = {}));
|
|
160
|
-
export var Cell;
|
|
161
|
-
(function (Cell) {
|
|
162
|
-
Cell.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
163
|
-
})(Cell || (Cell = {}));
|
|
164
|
-
export var Range;
|
|
165
|
-
(function (Range) {
|
|
166
|
-
Range.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
167
|
-
})(Range || (Range = {}));
|
|
168
|
-
export var Page;
|
|
169
|
-
(function (Page) {
|
|
170
|
-
Page.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
171
|
-
})(Page || (Page = {}));
|
|
172
|
-
export var _Record;
|
|
173
|
-
(function (_Record) {
|
|
174
|
-
_Record.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
175
|
-
})(_Record || (_Record = {}));
|
|
176
|
-
export var Occurrences;
|
|
177
|
-
(function (Occurrences) {
|
|
178
|
-
Occurrences.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
179
|
-
})(Occurrences || (Occurrences = {}));
|
|
180
|
-
export var CustomDetection;
|
|
181
|
-
(function (CustomDetection) {
|
|
182
|
-
CustomDetection.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
183
|
-
})(CustomDetection || (CustomDetection = {}));
|
|
184
|
-
export var CustomDataIdentifiers;
|
|
185
|
-
(function (CustomDataIdentifiers) {
|
|
186
|
-
CustomDataIdentifiers.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
187
|
-
})(CustomDataIdentifiers || (CustomDataIdentifiers = {}));
|
|
188
76
|
export var SensitiveDataItemCategory;
|
|
189
77
|
(function (SensitiveDataItemCategory) {
|
|
190
78
|
SensitiveDataItemCategory["CREDENTIALS"] = "CREDENTIALS";
|
|
@@ -192,98 +80,10 @@ export var SensitiveDataItemCategory;
|
|
|
192
80
|
SensitiveDataItemCategory["FINANCIAL_INFORMATION"] = "FINANCIAL_INFORMATION";
|
|
193
81
|
SensitiveDataItemCategory["PERSONAL_INFORMATION"] = "PERSONAL_INFORMATION";
|
|
194
82
|
})(SensitiveDataItemCategory || (SensitiveDataItemCategory = {}));
|
|
195
|
-
export var DefaultDetection;
|
|
196
|
-
(function (DefaultDetection) {
|
|
197
|
-
DefaultDetection.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
198
|
-
})(DefaultDetection || (DefaultDetection = {}));
|
|
199
|
-
export var SensitiveDataItem;
|
|
200
|
-
(function (SensitiveDataItem) {
|
|
201
|
-
SensitiveDataItem.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
202
|
-
})(SensitiveDataItem || (SensitiveDataItem = {}));
|
|
203
|
-
export var ClassificationResultStatus;
|
|
204
|
-
(function (ClassificationResultStatus) {
|
|
205
|
-
ClassificationResultStatus.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
206
|
-
})(ClassificationResultStatus || (ClassificationResultStatus = {}));
|
|
207
|
-
export var ClassificationResult;
|
|
208
|
-
(function (ClassificationResult) {
|
|
209
|
-
ClassificationResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
210
|
-
})(ClassificationResult || (ClassificationResult = {}));
|
|
211
|
-
export var ClassificationDetails;
|
|
212
|
-
(function (ClassificationDetails) {
|
|
213
|
-
ClassificationDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
214
|
-
})(ClassificationDetails || (ClassificationDetails = {}));
|
|
215
83
|
export var FindingActionType;
|
|
216
84
|
(function (FindingActionType) {
|
|
217
85
|
FindingActionType["AWS_API_CALL"] = "AWS_API_CALL";
|
|
218
86
|
})(FindingActionType || (FindingActionType = {}));
|
|
219
|
-
export var ApiCallDetails;
|
|
220
|
-
(function (ApiCallDetails) {
|
|
221
|
-
ApiCallDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
222
|
-
})(ApiCallDetails || (ApiCallDetails = {}));
|
|
223
|
-
export var FindingAction;
|
|
224
|
-
(function (FindingAction) {
|
|
225
|
-
FindingAction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
226
|
-
})(FindingAction || (FindingAction = {}));
|
|
227
|
-
export var DomainDetails;
|
|
228
|
-
(function (DomainDetails) {
|
|
229
|
-
DomainDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
230
|
-
})(DomainDetails || (DomainDetails = {}));
|
|
231
|
-
export var IpCity;
|
|
232
|
-
(function (IpCity) {
|
|
233
|
-
IpCity.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
234
|
-
})(IpCity || (IpCity = {}));
|
|
235
|
-
export var IpCountry;
|
|
236
|
-
(function (IpCountry) {
|
|
237
|
-
IpCountry.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
238
|
-
})(IpCountry || (IpCountry = {}));
|
|
239
|
-
export var IpGeoLocation;
|
|
240
|
-
(function (IpGeoLocation) {
|
|
241
|
-
IpGeoLocation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
242
|
-
})(IpGeoLocation || (IpGeoLocation = {}));
|
|
243
|
-
export var IpOwner;
|
|
244
|
-
(function (IpOwner) {
|
|
245
|
-
IpOwner.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
246
|
-
})(IpOwner || (IpOwner = {}));
|
|
247
|
-
export var IpAddressDetails;
|
|
248
|
-
(function (IpAddressDetails) {
|
|
249
|
-
IpAddressDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
250
|
-
})(IpAddressDetails || (IpAddressDetails = {}));
|
|
251
|
-
export var SessionContextAttributes;
|
|
252
|
-
(function (SessionContextAttributes) {
|
|
253
|
-
SessionContextAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
254
|
-
})(SessionContextAttributes || (SessionContextAttributes = {}));
|
|
255
|
-
export var SessionIssuer;
|
|
256
|
-
(function (SessionIssuer) {
|
|
257
|
-
SessionIssuer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
258
|
-
})(SessionIssuer || (SessionIssuer = {}));
|
|
259
|
-
export var SessionContext;
|
|
260
|
-
(function (SessionContext) {
|
|
261
|
-
SessionContext.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
262
|
-
})(SessionContext || (SessionContext = {}));
|
|
263
|
-
export var AssumedRole;
|
|
264
|
-
(function (AssumedRole) {
|
|
265
|
-
AssumedRole.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
266
|
-
})(AssumedRole || (AssumedRole = {}));
|
|
267
|
-
export var AwsAccount;
|
|
268
|
-
(function (AwsAccount) {
|
|
269
|
-
AwsAccount.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
270
|
-
})(AwsAccount || (AwsAccount = {}));
|
|
271
|
-
export var AwsService;
|
|
272
|
-
(function (AwsService) {
|
|
273
|
-
AwsService.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
274
|
-
})(AwsService || (AwsService = {}));
|
|
275
|
-
export var FederatedUser;
|
|
276
|
-
(function (FederatedUser) {
|
|
277
|
-
FederatedUser.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
278
|
-
})(FederatedUser || (FederatedUser = {}));
|
|
279
|
-
export var IamUser;
|
|
280
|
-
(function (IamUser) {
|
|
281
|
-
IamUser.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
282
|
-
})(IamUser || (IamUser = {}));
|
|
283
|
-
export var UserIdentityRoot;
|
|
284
|
-
(function (UserIdentityRoot) {
|
|
285
|
-
UserIdentityRoot.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
286
|
-
})(UserIdentityRoot || (UserIdentityRoot = {}));
|
|
287
87
|
export var UserIdentityType;
|
|
288
88
|
(function (UserIdentityType) {
|
|
289
89
|
UserIdentityType["AWSAccount"] = "AWSAccount";
|
|
@@ -293,18 +93,6 @@ export var UserIdentityType;
|
|
|
293
93
|
UserIdentityType["IAMUser"] = "IAMUser";
|
|
294
94
|
UserIdentityType["Root"] = "Root";
|
|
295
95
|
})(UserIdentityType || (UserIdentityType = {}));
|
|
296
|
-
export var UserIdentity;
|
|
297
|
-
(function (UserIdentity) {
|
|
298
|
-
UserIdentity.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
299
|
-
})(UserIdentity || (UserIdentity = {}));
|
|
300
|
-
export var FindingActor;
|
|
301
|
-
(function (FindingActor) {
|
|
302
|
-
FindingActor.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
303
|
-
})(FindingActor || (FindingActor = {}));
|
|
304
|
-
export var PolicyDetails;
|
|
305
|
-
(function (PolicyDetails) {
|
|
306
|
-
PolicyDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
307
|
-
})(PolicyDetails || (PolicyDetails = {}));
|
|
308
96
|
export var EncryptionType;
|
|
309
97
|
(function (EncryptionType) {
|
|
310
98
|
EncryptionType["AES256"] = "AES256";
|
|
@@ -312,18 +100,6 @@ export var EncryptionType;
|
|
|
312
100
|
EncryptionType["UNKNOWN"] = "UNKNOWN";
|
|
313
101
|
EncryptionType["aws_kms"] = "aws:kms";
|
|
314
102
|
})(EncryptionType || (EncryptionType = {}));
|
|
315
|
-
export var ServerSideEncryption;
|
|
316
|
-
(function (ServerSideEncryption) {
|
|
317
|
-
ServerSideEncryption.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
318
|
-
})(ServerSideEncryption || (ServerSideEncryption = {}));
|
|
319
|
-
export var S3BucketOwner;
|
|
320
|
-
(function (S3BucketOwner) {
|
|
321
|
-
S3BucketOwner.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
322
|
-
})(S3BucketOwner || (S3BucketOwner = {}));
|
|
323
|
-
export var S3Bucket;
|
|
324
|
-
(function (S3Bucket) {
|
|
325
|
-
S3Bucket.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
326
|
-
})(S3Bucket || (S3Bucket = {}));
|
|
327
103
|
export var StorageClass;
|
|
328
104
|
(function (StorageClass) {
|
|
329
105
|
StorageClass["DEEP_ARCHIVE"] = "DEEP_ARCHIVE";
|
|
@@ -334,24 +110,12 @@ export var StorageClass;
|
|
|
334
110
|
StorageClass["STANDARD"] = "STANDARD";
|
|
335
111
|
StorageClass["STANDARD_IA"] = "STANDARD_IA";
|
|
336
112
|
})(StorageClass || (StorageClass = {}));
|
|
337
|
-
export var S3Object;
|
|
338
|
-
(function (S3Object) {
|
|
339
|
-
S3Object.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
340
|
-
})(S3Object || (S3Object = {}));
|
|
341
|
-
export var ResourcesAffected;
|
|
342
|
-
(function (ResourcesAffected) {
|
|
343
|
-
ResourcesAffected.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
344
|
-
})(ResourcesAffected || (ResourcesAffected = {}));
|
|
345
113
|
export var SeverityDescription;
|
|
346
114
|
(function (SeverityDescription) {
|
|
347
115
|
SeverityDescription["High"] = "High";
|
|
348
116
|
SeverityDescription["Low"] = "Low";
|
|
349
117
|
SeverityDescription["Medium"] = "Medium";
|
|
350
118
|
})(SeverityDescription || (SeverityDescription = {}));
|
|
351
|
-
export var Severity;
|
|
352
|
-
(function (Severity) {
|
|
353
|
-
Severity.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
354
|
-
})(Severity || (Severity = {}));
|
|
355
119
|
export var FindingType;
|
|
356
120
|
(function (FindingType) {
|
|
357
121
|
FindingType["Policy_IAMUser_S3BlockPublicAccessDisabled"] = "Policy:IAMUser/S3BlockPublicAccessDisabled";
|
|
@@ -365,23 +129,11 @@ export var FindingType;
|
|
|
365
129
|
FindingType["SensitiveData_S3Object_Multiple"] = "SensitiveData:S3Object/Multiple";
|
|
366
130
|
FindingType["SensitiveData_S3Object_Personal"] = "SensitiveData:S3Object/Personal";
|
|
367
131
|
})(FindingType || (FindingType = {}));
|
|
368
|
-
export var Finding;
|
|
369
|
-
(function (Finding) {
|
|
370
|
-
Finding.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
371
|
-
})(Finding || (Finding = {}));
|
|
372
132
|
export var FindingsFilterAction;
|
|
373
133
|
(function (FindingsFilterAction) {
|
|
374
134
|
FindingsFilterAction["ARCHIVE"] = "ARCHIVE";
|
|
375
135
|
FindingsFilterAction["NOOP"] = "NOOP";
|
|
376
136
|
})(FindingsFilterAction || (FindingsFilterAction = {}));
|
|
377
|
-
export var FindingsFilterListItem;
|
|
378
|
-
(function (FindingsFilterListItem) {
|
|
379
|
-
FindingsFilterListItem.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
380
|
-
})(FindingsFilterListItem || (FindingsFilterListItem = {}));
|
|
381
|
-
export var GroupCount;
|
|
382
|
-
(function (GroupCount) {
|
|
383
|
-
GroupCount.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
384
|
-
})(GroupCount || (GroupCount = {}));
|
|
385
137
|
export var RelationshipStatus;
|
|
386
138
|
(function (RelationshipStatus) {
|
|
387
139
|
RelationshipStatus["AccountSuspended"] = "AccountSuspended";
|
|
@@ -395,10 +147,6 @@ export var RelationshipStatus;
|
|
|
395
147
|
RelationshipStatus["Removed"] = "Removed";
|
|
396
148
|
RelationshipStatus["Resigned"] = "Resigned";
|
|
397
149
|
})(RelationshipStatus || (RelationshipStatus = {}));
|
|
398
|
-
export var Invitation;
|
|
399
|
-
(function (Invitation) {
|
|
400
|
-
Invitation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
401
|
-
})(Invitation || (Invitation = {}));
|
|
402
150
|
export var ScopeFilterKey;
|
|
403
151
|
(function (ScopeFilterKey) {
|
|
404
152
|
ScopeFilterKey["OBJECT_EXTENSION"] = "OBJECT_EXTENSION";
|
|
@@ -406,38 +154,10 @@ export var ScopeFilterKey;
|
|
|
406
154
|
ScopeFilterKey["OBJECT_LAST_MODIFIED_DATE"] = "OBJECT_LAST_MODIFIED_DATE";
|
|
407
155
|
ScopeFilterKey["OBJECT_SIZE"] = "OBJECT_SIZE";
|
|
408
156
|
})(ScopeFilterKey || (ScopeFilterKey = {}));
|
|
409
|
-
export var SimpleScopeTerm;
|
|
410
|
-
(function (SimpleScopeTerm) {
|
|
411
|
-
SimpleScopeTerm.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
412
|
-
})(SimpleScopeTerm || (SimpleScopeTerm = {}));
|
|
413
|
-
export var TagValuePair;
|
|
414
|
-
(function (TagValuePair) {
|
|
415
|
-
TagValuePair.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
416
|
-
})(TagValuePair || (TagValuePair = {}));
|
|
417
157
|
export var TagTarget;
|
|
418
158
|
(function (TagTarget) {
|
|
419
159
|
TagTarget["S3_OBJECT"] = "S3_OBJECT";
|
|
420
160
|
})(TagTarget || (TagTarget = {}));
|
|
421
|
-
export var TagScopeTerm;
|
|
422
|
-
(function (TagScopeTerm) {
|
|
423
|
-
TagScopeTerm.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
424
|
-
})(TagScopeTerm || (TagScopeTerm = {}));
|
|
425
|
-
export var JobScopeTerm;
|
|
426
|
-
(function (JobScopeTerm) {
|
|
427
|
-
JobScopeTerm.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
428
|
-
})(JobScopeTerm || (JobScopeTerm = {}));
|
|
429
|
-
export var CriteriaBlockForJob;
|
|
430
|
-
(function (CriteriaBlockForJob) {
|
|
431
|
-
CriteriaBlockForJob.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
432
|
-
})(CriteriaBlockForJob || (CriteriaBlockForJob = {}));
|
|
433
|
-
export var S3BucketCriteriaForJob;
|
|
434
|
-
(function (S3BucketCriteriaForJob) {
|
|
435
|
-
S3BucketCriteriaForJob.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
436
|
-
})(S3BucketCriteriaForJob || (S3BucketCriteriaForJob = {}));
|
|
437
|
-
export var S3BucketDefinitionForJob;
|
|
438
|
-
(function (S3BucketDefinitionForJob) {
|
|
439
|
-
S3BucketDefinitionForJob.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
440
|
-
})(S3BucketDefinitionForJob || (S3BucketDefinitionForJob = {}));
|
|
441
161
|
export var JobStatus;
|
|
442
162
|
(function (JobStatus) {
|
|
443
163
|
JobStatus["CANCELLED"] = "CANCELLED";
|
|
@@ -457,18 +177,6 @@ export var LastRunErrorStatusCode;
|
|
|
457
177
|
LastRunErrorStatusCode["ERROR"] = "ERROR";
|
|
458
178
|
LastRunErrorStatusCode["NONE"] = "NONE";
|
|
459
179
|
})(LastRunErrorStatusCode || (LastRunErrorStatusCode = {}));
|
|
460
|
-
export var LastRunErrorStatus;
|
|
461
|
-
(function (LastRunErrorStatus) {
|
|
462
|
-
LastRunErrorStatus.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
463
|
-
})(LastRunErrorStatus || (LastRunErrorStatus = {}));
|
|
464
|
-
export var UserPausedDetails;
|
|
465
|
-
(function (UserPausedDetails) {
|
|
466
|
-
UserPausedDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
467
|
-
})(UserPausedDetails || (UserPausedDetails = {}));
|
|
468
|
-
export var JobSummary;
|
|
469
|
-
(function (JobSummary) {
|
|
470
|
-
JobSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
471
|
-
})(JobSummary || (JobSummary = {}));
|
|
472
180
|
export var ListJobsFilterKey;
|
|
473
181
|
(function (ListJobsFilterKey) {
|
|
474
182
|
ListJobsFilterKey["createdAt"] = "createdAt";
|
|
@@ -476,26 +184,6 @@ export var ListJobsFilterKey;
|
|
|
476
184
|
ListJobsFilterKey["jobType"] = "jobType";
|
|
477
185
|
ListJobsFilterKey["name"] = "name";
|
|
478
186
|
})(ListJobsFilterKey || (ListJobsFilterKey = {}));
|
|
479
|
-
export var ListJobsFilterTerm;
|
|
480
|
-
(function (ListJobsFilterTerm) {
|
|
481
|
-
ListJobsFilterTerm.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
482
|
-
})(ListJobsFilterTerm || (ListJobsFilterTerm = {}));
|
|
483
|
-
export var ManagedDataIdentifierSummary;
|
|
484
|
-
(function (ManagedDataIdentifierSummary) {
|
|
485
|
-
ManagedDataIdentifierSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
486
|
-
})(ManagedDataIdentifierSummary || (ManagedDataIdentifierSummary = {}));
|
|
487
|
-
export var MatchingBucket;
|
|
488
|
-
(function (MatchingBucket) {
|
|
489
|
-
MatchingBucket.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
490
|
-
})(MatchingBucket || (MatchingBucket = {}));
|
|
491
|
-
export var MatchingResource;
|
|
492
|
-
(function (MatchingResource) {
|
|
493
|
-
MatchingResource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
494
|
-
})(MatchingResource || (MatchingResource = {}));
|
|
495
|
-
export var Member;
|
|
496
|
-
(function (Member) {
|
|
497
|
-
Member.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
498
|
-
})(Member || (Member = {}));
|
|
499
187
|
export var SearchResourcesComparator;
|
|
500
188
|
(function (SearchResourcesComparator) {
|
|
501
189
|
SearchResourcesComparator["EQ"] = "EQ";
|
|
@@ -508,31 +196,19 @@ export var SearchResourcesSimpleCriterionKey;
|
|
|
508
196
|
SearchResourcesSimpleCriterionKey["S3_BUCKET_NAME"] = "S3_BUCKET_NAME";
|
|
509
197
|
SearchResourcesSimpleCriterionKey["S3_BUCKET_SHARED_ACCESS"] = "S3_BUCKET_SHARED_ACCESS";
|
|
510
198
|
})(SearchResourcesSimpleCriterionKey || (SearchResourcesSimpleCriterionKey = {}));
|
|
511
|
-
export var
|
|
512
|
-
(function (
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
})(
|
|
519
|
-
export var SearchResourcesTagCriterion;
|
|
520
|
-
(function (SearchResourcesTagCriterion) {
|
|
521
|
-
SearchResourcesTagCriterion.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
522
|
-
})(SearchResourcesTagCriterion || (SearchResourcesTagCriterion = {}));
|
|
523
|
-
export var SearchResourcesCriteria;
|
|
524
|
-
(function (SearchResourcesCriteria) {
|
|
525
|
-
SearchResourcesCriteria.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
526
|
-
})(SearchResourcesCriteria || (SearchResourcesCriteria = {}));
|
|
199
|
+
export var UnavailabilityReasonCode;
|
|
200
|
+
(function (UnavailabilityReasonCode) {
|
|
201
|
+
UnavailabilityReasonCode["INVALID_CLASSIFICATION_RESULT"] = "INVALID_CLASSIFICATION_RESULT";
|
|
202
|
+
UnavailabilityReasonCode["OBJECT_EXCEEDS_SIZE_QUOTA"] = "OBJECT_EXCEEDS_SIZE_QUOTA";
|
|
203
|
+
UnavailabilityReasonCode["OBJECT_UNAVAILABLE"] = "OBJECT_UNAVAILABLE";
|
|
204
|
+
UnavailabilityReasonCode["UNSUPPORTED_FINDING_TYPE"] = "UNSUPPORTED_FINDING_TYPE";
|
|
205
|
+
UnavailabilityReasonCode["UNSUPPORTED_OBJECT_TYPE"] = "UNSUPPORTED_OBJECT_TYPE";
|
|
206
|
+
})(UnavailabilityReasonCode || (UnavailabilityReasonCode = {}));
|
|
527
207
|
export var ErrorCode;
|
|
528
208
|
(function (ErrorCode) {
|
|
529
209
|
ErrorCode["ClientError"] = "ClientError";
|
|
530
210
|
ErrorCode["InternalError"] = "InternalError";
|
|
531
211
|
})(ErrorCode || (ErrorCode = {}));
|
|
532
|
-
export var UnprocessedAccount;
|
|
533
|
-
(function (UnprocessedAccount) {
|
|
534
|
-
UnprocessedAccount.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
535
|
-
})(UnprocessedAccount || (UnprocessedAccount = {}));
|
|
536
212
|
export var Currency;
|
|
537
213
|
(function (Currency) {
|
|
538
214
|
Currency["USD"] = "USD";
|
|
@@ -541,23 +217,11 @@ export var Unit;
|
|
|
541
217
|
(function (Unit) {
|
|
542
218
|
Unit["TERABYTES"] = "TERABYTES";
|
|
543
219
|
})(Unit || (Unit = {}));
|
|
544
|
-
export var ServiceLimit;
|
|
545
|
-
(function (ServiceLimit) {
|
|
546
|
-
ServiceLimit.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
547
|
-
})(ServiceLimit || (ServiceLimit = {}));
|
|
548
220
|
export var UsageType;
|
|
549
221
|
(function (UsageType) {
|
|
550
222
|
UsageType["DATA_INVENTORY_EVALUATION"] = "DATA_INVENTORY_EVALUATION";
|
|
551
223
|
UsageType["SENSITIVE_DATA_DISCOVERY"] = "SENSITIVE_DATA_DISCOVERY";
|
|
552
224
|
})(UsageType || (UsageType = {}));
|
|
553
|
-
export var UsageByAccount;
|
|
554
|
-
(function (UsageByAccount) {
|
|
555
|
-
UsageByAccount.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
556
|
-
})(UsageByAccount || (UsageByAccount = {}));
|
|
557
|
-
export var UsageRecord;
|
|
558
|
-
(function (UsageRecord) {
|
|
559
|
-
UsageRecord.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
560
|
-
})(UsageRecord || (UsageRecord = {}));
|
|
561
225
|
export var UsageStatisticsFilterComparator;
|
|
562
226
|
(function (UsageStatisticsFilterComparator) {
|
|
563
227
|
UsageStatisticsFilterComparator["CONTAINS"] = "CONTAINS";
|
|
@@ -575,22 +239,6 @@ export var UsageStatisticsFilterKey;
|
|
|
575
239
|
UsageStatisticsFilterKey["serviceLimit"] = "serviceLimit";
|
|
576
240
|
UsageStatisticsFilterKey["total"] = "total";
|
|
577
241
|
})(UsageStatisticsFilterKey || (UsageStatisticsFilterKey = {}));
|
|
578
|
-
export var UsageStatisticsFilter;
|
|
579
|
-
(function (UsageStatisticsFilter) {
|
|
580
|
-
UsageStatisticsFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
581
|
-
})(UsageStatisticsFilter || (UsageStatisticsFilter = {}));
|
|
582
|
-
export var UsageTotal;
|
|
583
|
-
(function (UsageTotal) {
|
|
584
|
-
UsageTotal.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
585
|
-
})(UsageTotal || (UsageTotal = {}));
|
|
586
|
-
export var AcceptInvitationRequest;
|
|
587
|
-
(function (AcceptInvitationRequest) {
|
|
588
|
-
AcceptInvitationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
589
|
-
})(AcceptInvitationRequest || (AcceptInvitationRequest = {}));
|
|
590
|
-
export var AcceptInvitationResponse;
|
|
591
|
-
(function (AcceptInvitationResponse) {
|
|
592
|
-
AcceptInvitationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
593
|
-
})(AcceptInvitationResponse || (AcceptInvitationResponse = {}));
|
|
594
242
|
var AccessDeniedException = (function (_super) {
|
|
595
243
|
__extends(AccessDeniedException, _super);
|
|
596
244
|
function AccessDeniedException(opts) {
|
|
@@ -675,55 +323,16 @@ var ValidationException = (function (_super) {
|
|
|
675
323
|
return ValidationException;
|
|
676
324
|
}(__BaseException));
|
|
677
325
|
export { ValidationException };
|
|
678
|
-
export var
|
|
679
|
-
(function (
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
(function (BatchGetCustomDataIdentifiersRequest) {
|
|
684
|
-
BatchGetCustomDataIdentifiersRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
685
|
-
})(BatchGetCustomDataIdentifiersRequest || (BatchGetCustomDataIdentifiersRequest = {}));
|
|
686
|
-
export var BatchGetCustomDataIdentifiersResponse;
|
|
687
|
-
(function (BatchGetCustomDataIdentifiersResponse) {
|
|
688
|
-
BatchGetCustomDataIdentifiersResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
689
|
-
})(BatchGetCustomDataIdentifiersResponse || (BatchGetCustomDataIdentifiersResponse = {}));
|
|
690
|
-
export var BucketCountByEffectivePermission;
|
|
691
|
-
(function (BucketCountByEffectivePermission) {
|
|
692
|
-
BucketCountByEffectivePermission.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
693
|
-
})(BucketCountByEffectivePermission || (BucketCountByEffectivePermission = {}));
|
|
694
|
-
export var BucketCountByEncryptionType;
|
|
695
|
-
(function (BucketCountByEncryptionType) {
|
|
696
|
-
BucketCountByEncryptionType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
697
|
-
})(BucketCountByEncryptionType || (BucketCountByEncryptionType = {}));
|
|
698
|
-
export var BucketCountBySharedAccessType;
|
|
699
|
-
(function (BucketCountBySharedAccessType) {
|
|
700
|
-
BucketCountBySharedAccessType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
701
|
-
})(BucketCountBySharedAccessType || (BucketCountBySharedAccessType = {}));
|
|
702
|
-
export var BucketCountPolicyAllowsUnencryptedObjectUploads;
|
|
703
|
-
(function (BucketCountPolicyAllowsUnencryptedObjectUploads) {
|
|
704
|
-
BucketCountPolicyAllowsUnencryptedObjectUploads.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
705
|
-
})(BucketCountPolicyAllowsUnencryptedObjectUploads || (BucketCountPolicyAllowsUnencryptedObjectUploads = {}));
|
|
706
|
-
export var BucketCriteriaAdditionalProperties;
|
|
707
|
-
(function (BucketCriteriaAdditionalProperties) {
|
|
708
|
-
BucketCriteriaAdditionalProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
709
|
-
})(BucketCriteriaAdditionalProperties || (BucketCriteriaAdditionalProperties = {}));
|
|
326
|
+
export var AvailabilityCode;
|
|
327
|
+
(function (AvailabilityCode) {
|
|
328
|
+
AvailabilityCode["AVAILABLE"] = "AVAILABLE";
|
|
329
|
+
AvailabilityCode["UNAVAILABLE"] = "UNAVAILABLE";
|
|
330
|
+
})(AvailabilityCode || (AvailabilityCode = {}));
|
|
710
331
|
export var OrderBy;
|
|
711
332
|
(function (OrderBy) {
|
|
712
333
|
OrderBy["ASC"] = "ASC";
|
|
713
334
|
OrderBy["DESC"] = "DESC";
|
|
714
335
|
})(OrderBy || (OrderBy = {}));
|
|
715
|
-
export var BucketSortCriteria;
|
|
716
|
-
(function (BucketSortCriteria) {
|
|
717
|
-
BucketSortCriteria.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
718
|
-
})(BucketSortCriteria || (BucketSortCriteria = {}));
|
|
719
|
-
export var S3Destination;
|
|
720
|
-
(function (S3Destination) {
|
|
721
|
-
S3Destination.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
722
|
-
})(S3Destination || (S3Destination = {}));
|
|
723
|
-
export var ClassificationExportConfiguration;
|
|
724
|
-
(function (ClassificationExportConfiguration) {
|
|
725
|
-
ClassificationExportConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
726
|
-
})(ClassificationExportConfiguration || (ClassificationExportConfiguration = {}));
|
|
727
336
|
export var ManagedDataIdentifierSelector;
|
|
728
337
|
(function (ManagedDataIdentifierSelector) {
|
|
729
338
|
ManagedDataIdentifierSelector["ALL"] = "ALL";
|
|
@@ -731,26 +340,6 @@ export var ManagedDataIdentifierSelector;
|
|
|
731
340
|
ManagedDataIdentifierSelector["INCLUDE"] = "INCLUDE";
|
|
732
341
|
ManagedDataIdentifierSelector["NONE"] = "NONE";
|
|
733
342
|
})(ManagedDataIdentifierSelector || (ManagedDataIdentifierSelector = {}));
|
|
734
|
-
export var JobScopingBlock;
|
|
735
|
-
(function (JobScopingBlock) {
|
|
736
|
-
JobScopingBlock.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
737
|
-
})(JobScopingBlock || (JobScopingBlock = {}));
|
|
738
|
-
export var Scoping;
|
|
739
|
-
(function (Scoping) {
|
|
740
|
-
Scoping.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
741
|
-
})(Scoping || (Scoping = {}));
|
|
742
|
-
export var S3JobDefinition;
|
|
743
|
-
(function (S3JobDefinition) {
|
|
744
|
-
S3JobDefinition.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
745
|
-
})(S3JobDefinition || (S3JobDefinition = {}));
|
|
746
|
-
export var DailySchedule;
|
|
747
|
-
(function (DailySchedule) {
|
|
748
|
-
DailySchedule.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
749
|
-
})(DailySchedule || (DailySchedule = {}));
|
|
750
|
-
export var MonthlySchedule;
|
|
751
|
-
(function (MonthlySchedule) {
|
|
752
|
-
MonthlySchedule.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
753
|
-
})(MonthlySchedule || (MonthlySchedule = {}));
|
|
754
343
|
export var DayOfWeek;
|
|
755
344
|
(function (DayOfWeek) {
|
|
756
345
|
DayOfWeek["FRIDAY"] = "FRIDAY";
|
|
@@ -761,188 +350,12 @@ export var DayOfWeek;
|
|
|
761
350
|
DayOfWeek["TUESDAY"] = "TUESDAY";
|
|
762
351
|
DayOfWeek["WEDNESDAY"] = "WEDNESDAY";
|
|
763
352
|
})(DayOfWeek || (DayOfWeek = {}));
|
|
764
|
-
export var WeeklySchedule;
|
|
765
|
-
(function (WeeklySchedule) {
|
|
766
|
-
WeeklySchedule.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
767
|
-
})(WeeklySchedule || (WeeklySchedule = {}));
|
|
768
|
-
export var JobScheduleFrequency;
|
|
769
|
-
(function (JobScheduleFrequency) {
|
|
770
|
-
JobScheduleFrequency.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
771
|
-
})(JobScheduleFrequency || (JobScheduleFrequency = {}));
|
|
772
|
-
export var CreateClassificationJobRequest;
|
|
773
|
-
(function (CreateClassificationJobRequest) {
|
|
774
|
-
CreateClassificationJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
775
|
-
})(CreateClassificationJobRequest || (CreateClassificationJobRequest = {}));
|
|
776
|
-
export var CreateClassificationJobResponse;
|
|
777
|
-
(function (CreateClassificationJobResponse) {
|
|
778
|
-
CreateClassificationJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
779
|
-
})(CreateClassificationJobResponse || (CreateClassificationJobResponse = {}));
|
|
780
353
|
export var DataIdentifierSeverity;
|
|
781
354
|
(function (DataIdentifierSeverity) {
|
|
782
355
|
DataIdentifierSeverity["HIGH"] = "HIGH";
|
|
783
356
|
DataIdentifierSeverity["LOW"] = "LOW";
|
|
784
357
|
DataIdentifierSeverity["MEDIUM"] = "MEDIUM";
|
|
785
358
|
})(DataIdentifierSeverity || (DataIdentifierSeverity = {}));
|
|
786
|
-
export var SeverityLevel;
|
|
787
|
-
(function (SeverityLevel) {
|
|
788
|
-
SeverityLevel.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
789
|
-
})(SeverityLevel || (SeverityLevel = {}));
|
|
790
|
-
export var CreateCustomDataIdentifierRequest;
|
|
791
|
-
(function (CreateCustomDataIdentifierRequest) {
|
|
792
|
-
CreateCustomDataIdentifierRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
793
|
-
})(CreateCustomDataIdentifierRequest || (CreateCustomDataIdentifierRequest = {}));
|
|
794
|
-
export var CreateCustomDataIdentifierResponse;
|
|
795
|
-
(function (CreateCustomDataIdentifierResponse) {
|
|
796
|
-
CreateCustomDataIdentifierResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
797
|
-
})(CreateCustomDataIdentifierResponse || (CreateCustomDataIdentifierResponse = {}));
|
|
798
|
-
export var CriterionAdditionalProperties;
|
|
799
|
-
(function (CriterionAdditionalProperties) {
|
|
800
|
-
CriterionAdditionalProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
801
|
-
})(CriterionAdditionalProperties || (CriterionAdditionalProperties = {}));
|
|
802
|
-
export var FindingCriteria;
|
|
803
|
-
(function (FindingCriteria) {
|
|
804
|
-
FindingCriteria.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
805
|
-
})(FindingCriteria || (FindingCriteria = {}));
|
|
806
|
-
export var CreateFindingsFilterRequest;
|
|
807
|
-
(function (CreateFindingsFilterRequest) {
|
|
808
|
-
CreateFindingsFilterRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
809
|
-
})(CreateFindingsFilterRequest || (CreateFindingsFilterRequest = {}));
|
|
810
|
-
export var CreateFindingsFilterResponse;
|
|
811
|
-
(function (CreateFindingsFilterResponse) {
|
|
812
|
-
CreateFindingsFilterResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
813
|
-
})(CreateFindingsFilterResponse || (CreateFindingsFilterResponse = {}));
|
|
814
|
-
export var CreateInvitationsRequest;
|
|
815
|
-
(function (CreateInvitationsRequest) {
|
|
816
|
-
CreateInvitationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
817
|
-
})(CreateInvitationsRequest || (CreateInvitationsRequest = {}));
|
|
818
|
-
export var CreateInvitationsResponse;
|
|
819
|
-
(function (CreateInvitationsResponse) {
|
|
820
|
-
CreateInvitationsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
821
|
-
})(CreateInvitationsResponse || (CreateInvitationsResponse = {}));
|
|
822
|
-
export var CreateMemberRequest;
|
|
823
|
-
(function (CreateMemberRequest) {
|
|
824
|
-
CreateMemberRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
825
|
-
})(CreateMemberRequest || (CreateMemberRequest = {}));
|
|
826
|
-
export var CreateMemberResponse;
|
|
827
|
-
(function (CreateMemberResponse) {
|
|
828
|
-
CreateMemberResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
829
|
-
})(CreateMemberResponse || (CreateMemberResponse = {}));
|
|
830
|
-
export var CreateSampleFindingsRequest;
|
|
831
|
-
(function (CreateSampleFindingsRequest) {
|
|
832
|
-
CreateSampleFindingsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
833
|
-
})(CreateSampleFindingsRequest || (CreateSampleFindingsRequest = {}));
|
|
834
|
-
export var CreateSampleFindingsResponse;
|
|
835
|
-
(function (CreateSampleFindingsResponse) {
|
|
836
|
-
CreateSampleFindingsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
837
|
-
})(CreateSampleFindingsResponse || (CreateSampleFindingsResponse = {}));
|
|
838
|
-
export var DeclineInvitationsRequest;
|
|
839
|
-
(function (DeclineInvitationsRequest) {
|
|
840
|
-
DeclineInvitationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
841
|
-
})(DeclineInvitationsRequest || (DeclineInvitationsRequest = {}));
|
|
842
|
-
export var DeclineInvitationsResponse;
|
|
843
|
-
(function (DeclineInvitationsResponse) {
|
|
844
|
-
DeclineInvitationsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
845
|
-
})(DeclineInvitationsResponse || (DeclineInvitationsResponse = {}));
|
|
846
|
-
export var DeleteCustomDataIdentifierRequest;
|
|
847
|
-
(function (DeleteCustomDataIdentifierRequest) {
|
|
848
|
-
DeleteCustomDataIdentifierRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
849
|
-
})(DeleteCustomDataIdentifierRequest || (DeleteCustomDataIdentifierRequest = {}));
|
|
850
|
-
export var DeleteCustomDataIdentifierResponse;
|
|
851
|
-
(function (DeleteCustomDataIdentifierResponse) {
|
|
852
|
-
DeleteCustomDataIdentifierResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
853
|
-
})(DeleteCustomDataIdentifierResponse || (DeleteCustomDataIdentifierResponse = {}));
|
|
854
|
-
export var DeleteFindingsFilterRequest;
|
|
855
|
-
(function (DeleteFindingsFilterRequest) {
|
|
856
|
-
DeleteFindingsFilterRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
857
|
-
})(DeleteFindingsFilterRequest || (DeleteFindingsFilterRequest = {}));
|
|
858
|
-
export var DeleteFindingsFilterResponse;
|
|
859
|
-
(function (DeleteFindingsFilterResponse) {
|
|
860
|
-
DeleteFindingsFilterResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
861
|
-
})(DeleteFindingsFilterResponse || (DeleteFindingsFilterResponse = {}));
|
|
862
|
-
export var DeleteInvitationsRequest;
|
|
863
|
-
(function (DeleteInvitationsRequest) {
|
|
864
|
-
DeleteInvitationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
865
|
-
})(DeleteInvitationsRequest || (DeleteInvitationsRequest = {}));
|
|
866
|
-
export var DeleteInvitationsResponse;
|
|
867
|
-
(function (DeleteInvitationsResponse) {
|
|
868
|
-
DeleteInvitationsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
869
|
-
})(DeleteInvitationsResponse || (DeleteInvitationsResponse = {}));
|
|
870
|
-
export var DeleteMemberRequest;
|
|
871
|
-
(function (DeleteMemberRequest) {
|
|
872
|
-
DeleteMemberRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
873
|
-
})(DeleteMemberRequest || (DeleteMemberRequest = {}));
|
|
874
|
-
export var DeleteMemberResponse;
|
|
875
|
-
(function (DeleteMemberResponse) {
|
|
876
|
-
DeleteMemberResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
877
|
-
})(DeleteMemberResponse || (DeleteMemberResponse = {}));
|
|
878
|
-
export var DescribeBucketsRequest;
|
|
879
|
-
(function (DescribeBucketsRequest) {
|
|
880
|
-
DescribeBucketsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
881
|
-
})(DescribeBucketsRequest || (DescribeBucketsRequest = {}));
|
|
882
|
-
export var DescribeBucketsResponse;
|
|
883
|
-
(function (DescribeBucketsResponse) {
|
|
884
|
-
DescribeBucketsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
885
|
-
})(DescribeBucketsResponse || (DescribeBucketsResponse = {}));
|
|
886
|
-
export var DescribeClassificationJobRequest;
|
|
887
|
-
(function (DescribeClassificationJobRequest) {
|
|
888
|
-
DescribeClassificationJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
889
|
-
})(DescribeClassificationJobRequest || (DescribeClassificationJobRequest = {}));
|
|
890
|
-
export var Statistics;
|
|
891
|
-
(function (Statistics) {
|
|
892
|
-
Statistics.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
893
|
-
})(Statistics || (Statistics = {}));
|
|
894
|
-
export var DescribeClassificationJobResponse;
|
|
895
|
-
(function (DescribeClassificationJobResponse) {
|
|
896
|
-
DescribeClassificationJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
897
|
-
})(DescribeClassificationJobResponse || (DescribeClassificationJobResponse = {}));
|
|
898
|
-
export var DescribeOrganizationConfigurationRequest;
|
|
899
|
-
(function (DescribeOrganizationConfigurationRequest) {
|
|
900
|
-
DescribeOrganizationConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
901
|
-
})(DescribeOrganizationConfigurationRequest || (DescribeOrganizationConfigurationRequest = {}));
|
|
902
|
-
export var DescribeOrganizationConfigurationResponse;
|
|
903
|
-
(function (DescribeOrganizationConfigurationResponse) {
|
|
904
|
-
DescribeOrganizationConfigurationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
905
|
-
})(DescribeOrganizationConfigurationResponse || (DescribeOrganizationConfigurationResponse = {}));
|
|
906
|
-
export var DisableMacieRequest;
|
|
907
|
-
(function (DisableMacieRequest) {
|
|
908
|
-
DisableMacieRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
909
|
-
})(DisableMacieRequest || (DisableMacieRequest = {}));
|
|
910
|
-
export var DisableMacieResponse;
|
|
911
|
-
(function (DisableMacieResponse) {
|
|
912
|
-
DisableMacieResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
913
|
-
})(DisableMacieResponse || (DisableMacieResponse = {}));
|
|
914
|
-
export var DisableOrganizationAdminAccountRequest;
|
|
915
|
-
(function (DisableOrganizationAdminAccountRequest) {
|
|
916
|
-
DisableOrganizationAdminAccountRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
917
|
-
})(DisableOrganizationAdminAccountRequest || (DisableOrganizationAdminAccountRequest = {}));
|
|
918
|
-
export var DisableOrganizationAdminAccountResponse;
|
|
919
|
-
(function (DisableOrganizationAdminAccountResponse) {
|
|
920
|
-
DisableOrganizationAdminAccountResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
921
|
-
})(DisableOrganizationAdminAccountResponse || (DisableOrganizationAdminAccountResponse = {}));
|
|
922
|
-
export var DisassociateFromAdministratorAccountRequest;
|
|
923
|
-
(function (DisassociateFromAdministratorAccountRequest) {
|
|
924
|
-
DisassociateFromAdministratorAccountRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
925
|
-
})(DisassociateFromAdministratorAccountRequest || (DisassociateFromAdministratorAccountRequest = {}));
|
|
926
|
-
export var DisassociateFromAdministratorAccountResponse;
|
|
927
|
-
(function (DisassociateFromAdministratorAccountResponse) {
|
|
928
|
-
DisassociateFromAdministratorAccountResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
929
|
-
})(DisassociateFromAdministratorAccountResponse || (DisassociateFromAdministratorAccountResponse = {}));
|
|
930
|
-
export var DisassociateFromMasterAccountRequest;
|
|
931
|
-
(function (DisassociateFromMasterAccountRequest) {
|
|
932
|
-
DisassociateFromMasterAccountRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
933
|
-
})(DisassociateFromMasterAccountRequest || (DisassociateFromMasterAccountRequest = {}));
|
|
934
|
-
export var DisassociateFromMasterAccountResponse;
|
|
935
|
-
(function (DisassociateFromMasterAccountResponse) {
|
|
936
|
-
DisassociateFromMasterAccountResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
937
|
-
})(DisassociateFromMasterAccountResponse || (DisassociateFromMasterAccountResponse = {}));
|
|
938
|
-
export var DisassociateMemberRequest;
|
|
939
|
-
(function (DisassociateMemberRequest) {
|
|
940
|
-
DisassociateMemberRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
941
|
-
})(DisassociateMemberRequest || (DisassociateMemberRequest = {}));
|
|
942
|
-
export var DisassociateMemberResponse;
|
|
943
|
-
(function (DisassociateMemberResponse) {
|
|
944
|
-
DisassociateMemberResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
945
|
-
})(DisassociateMemberResponse || (DisassociateMemberResponse = {}));
|
|
946
359
|
export var FindingPublishingFrequency;
|
|
947
360
|
(function (FindingPublishingFrequency) {
|
|
948
361
|
FindingPublishingFrequency["FIFTEEN_MINUTES"] = "FIFTEEN_MINUTES";
|
|
@@ -954,95 +367,11 @@ export var MacieStatus;
|
|
|
954
367
|
MacieStatus["ENABLED"] = "ENABLED";
|
|
955
368
|
MacieStatus["PAUSED"] = "PAUSED";
|
|
956
369
|
})(MacieStatus || (MacieStatus = {}));
|
|
957
|
-
export var EnableMacieRequest;
|
|
958
|
-
(function (EnableMacieRequest) {
|
|
959
|
-
EnableMacieRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
960
|
-
})(EnableMacieRequest || (EnableMacieRequest = {}));
|
|
961
|
-
export var EnableMacieResponse;
|
|
962
|
-
(function (EnableMacieResponse) {
|
|
963
|
-
EnableMacieResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
964
|
-
})(EnableMacieResponse || (EnableMacieResponse = {}));
|
|
965
|
-
export var EnableOrganizationAdminAccountRequest;
|
|
966
|
-
(function (EnableOrganizationAdminAccountRequest) {
|
|
967
|
-
EnableOrganizationAdminAccountRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
968
|
-
})(EnableOrganizationAdminAccountRequest || (EnableOrganizationAdminAccountRequest = {}));
|
|
969
|
-
export var EnableOrganizationAdminAccountResponse;
|
|
970
|
-
(function (EnableOrganizationAdminAccountResponse) {
|
|
971
|
-
EnableOrganizationAdminAccountResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
972
|
-
})(EnableOrganizationAdminAccountResponse || (EnableOrganizationAdminAccountResponse = {}));
|
|
973
370
|
export var FindingStatisticsSortAttributeName;
|
|
974
371
|
(function (FindingStatisticsSortAttributeName) {
|
|
975
372
|
FindingStatisticsSortAttributeName["count"] = "count";
|
|
976
373
|
FindingStatisticsSortAttributeName["groupKey"] = "groupKey";
|
|
977
374
|
})(FindingStatisticsSortAttributeName || (FindingStatisticsSortAttributeName = {}));
|
|
978
|
-
export var FindingStatisticsSortCriteria;
|
|
979
|
-
(function (FindingStatisticsSortCriteria) {
|
|
980
|
-
FindingStatisticsSortCriteria.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
981
|
-
})(FindingStatisticsSortCriteria || (FindingStatisticsSortCriteria = {}));
|
|
982
|
-
export var GetAdministratorAccountRequest;
|
|
983
|
-
(function (GetAdministratorAccountRequest) {
|
|
984
|
-
GetAdministratorAccountRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
985
|
-
})(GetAdministratorAccountRequest || (GetAdministratorAccountRequest = {}));
|
|
986
|
-
export var GetAdministratorAccountResponse;
|
|
987
|
-
(function (GetAdministratorAccountResponse) {
|
|
988
|
-
GetAdministratorAccountResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
989
|
-
})(GetAdministratorAccountResponse || (GetAdministratorAccountResponse = {}));
|
|
990
|
-
export var GetBucketStatisticsRequest;
|
|
991
|
-
(function (GetBucketStatisticsRequest) {
|
|
992
|
-
GetBucketStatisticsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
993
|
-
})(GetBucketStatisticsRequest || (GetBucketStatisticsRequest = {}));
|
|
994
|
-
export var GetBucketStatisticsResponse;
|
|
995
|
-
(function (GetBucketStatisticsResponse) {
|
|
996
|
-
GetBucketStatisticsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
997
|
-
})(GetBucketStatisticsResponse || (GetBucketStatisticsResponse = {}));
|
|
998
|
-
export var GetClassificationExportConfigurationRequest;
|
|
999
|
-
(function (GetClassificationExportConfigurationRequest) {
|
|
1000
|
-
GetClassificationExportConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1001
|
-
})(GetClassificationExportConfigurationRequest || (GetClassificationExportConfigurationRequest = {}));
|
|
1002
|
-
export var GetClassificationExportConfigurationResponse;
|
|
1003
|
-
(function (GetClassificationExportConfigurationResponse) {
|
|
1004
|
-
GetClassificationExportConfigurationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1005
|
-
})(GetClassificationExportConfigurationResponse || (GetClassificationExportConfigurationResponse = {}));
|
|
1006
|
-
export var GetCustomDataIdentifierRequest;
|
|
1007
|
-
(function (GetCustomDataIdentifierRequest) {
|
|
1008
|
-
GetCustomDataIdentifierRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1009
|
-
})(GetCustomDataIdentifierRequest || (GetCustomDataIdentifierRequest = {}));
|
|
1010
|
-
export var GetCustomDataIdentifierResponse;
|
|
1011
|
-
(function (GetCustomDataIdentifierResponse) {
|
|
1012
|
-
GetCustomDataIdentifierResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1013
|
-
})(GetCustomDataIdentifierResponse || (GetCustomDataIdentifierResponse = {}));
|
|
1014
|
-
export var SortCriteria;
|
|
1015
|
-
(function (SortCriteria) {
|
|
1016
|
-
SortCriteria.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1017
|
-
})(SortCriteria || (SortCriteria = {}));
|
|
1018
|
-
export var GetFindingsRequest;
|
|
1019
|
-
(function (GetFindingsRequest) {
|
|
1020
|
-
GetFindingsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1021
|
-
})(GetFindingsRequest || (GetFindingsRequest = {}));
|
|
1022
|
-
export var GetFindingsResponse;
|
|
1023
|
-
(function (GetFindingsResponse) {
|
|
1024
|
-
GetFindingsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1025
|
-
})(GetFindingsResponse || (GetFindingsResponse = {}));
|
|
1026
|
-
export var GetFindingsFilterRequest;
|
|
1027
|
-
(function (GetFindingsFilterRequest) {
|
|
1028
|
-
GetFindingsFilterRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1029
|
-
})(GetFindingsFilterRequest || (GetFindingsFilterRequest = {}));
|
|
1030
|
-
export var GetFindingsFilterResponse;
|
|
1031
|
-
(function (GetFindingsFilterResponse) {
|
|
1032
|
-
GetFindingsFilterResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1033
|
-
})(GetFindingsFilterResponse || (GetFindingsFilterResponse = {}));
|
|
1034
|
-
export var GetFindingsPublicationConfigurationRequest;
|
|
1035
|
-
(function (GetFindingsPublicationConfigurationRequest) {
|
|
1036
|
-
GetFindingsPublicationConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1037
|
-
})(GetFindingsPublicationConfigurationRequest || (GetFindingsPublicationConfigurationRequest = {}));
|
|
1038
|
-
export var SecurityHubConfiguration;
|
|
1039
|
-
(function (SecurityHubConfiguration) {
|
|
1040
|
-
SecurityHubConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1041
|
-
})(SecurityHubConfiguration || (SecurityHubConfiguration = {}));
|
|
1042
|
-
export var GetFindingsPublicationConfigurationResponse;
|
|
1043
|
-
(function (GetFindingsPublicationConfigurationResponse) {
|
|
1044
|
-
GetFindingsPublicationConfigurationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1045
|
-
})(GetFindingsPublicationConfigurationResponse || (GetFindingsPublicationConfigurationResponse = {}));
|
|
1046
375
|
export var GroupBy;
|
|
1047
376
|
(function (GroupBy) {
|
|
1048
377
|
GroupBy["classificationDetails_jobId"] = "classificationDetails.jobId";
|
|
@@ -1050,46 +379,29 @@ export var GroupBy;
|
|
|
1050
379
|
GroupBy["severity_description"] = "severity.description";
|
|
1051
380
|
GroupBy["type"] = "type";
|
|
1052
381
|
})(GroupBy || (GroupBy = {}));
|
|
1053
|
-
export var
|
|
1054
|
-
(function (
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
(
|
|
1071
|
-
|
|
1072
|
-
}
|
|
1073
|
-
|
|
1074
|
-
(
|
|
1075
|
-
|
|
1076
|
-
})(GetMacieSessionResponse || (GetMacieSessionResponse = {}));
|
|
1077
|
-
export var GetMasterAccountRequest;
|
|
1078
|
-
(function (GetMasterAccountRequest) {
|
|
1079
|
-
GetMasterAccountRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1080
|
-
})(GetMasterAccountRequest || (GetMasterAccountRequest = {}));
|
|
1081
|
-
export var GetMasterAccountResponse;
|
|
1082
|
-
(function (GetMasterAccountResponse) {
|
|
1083
|
-
GetMasterAccountResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1084
|
-
})(GetMasterAccountResponse || (GetMasterAccountResponse = {}));
|
|
1085
|
-
export var GetMemberRequest;
|
|
1086
|
-
(function (GetMemberRequest) {
|
|
1087
|
-
GetMemberRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1088
|
-
})(GetMemberRequest || (GetMemberRequest = {}));
|
|
1089
|
-
export var GetMemberResponse;
|
|
1090
|
-
(function (GetMemberResponse) {
|
|
1091
|
-
GetMemberResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1092
|
-
})(GetMemberResponse || (GetMemberResponse = {}));
|
|
382
|
+
export var RevealStatus;
|
|
383
|
+
(function (RevealStatus) {
|
|
384
|
+
RevealStatus["DISABLED"] = "DISABLED";
|
|
385
|
+
RevealStatus["ENABLED"] = "ENABLED";
|
|
386
|
+
})(RevealStatus || (RevealStatus = {}));
|
|
387
|
+
export var RevealRequestStatus;
|
|
388
|
+
(function (RevealRequestStatus) {
|
|
389
|
+
RevealRequestStatus["ERROR"] = "ERROR";
|
|
390
|
+
RevealRequestStatus["PROCESSING"] = "PROCESSING";
|
|
391
|
+
RevealRequestStatus["SUCCESS"] = "SUCCESS";
|
|
392
|
+
})(RevealRequestStatus || (RevealRequestStatus = {}));
|
|
393
|
+
var UnprocessableEntityException = (function (_super) {
|
|
394
|
+
__extends(UnprocessableEntityException, _super);
|
|
395
|
+
function UnprocessableEntityException(opts) {
|
|
396
|
+
var _this = _super.call(this, __assign({ name: "UnprocessableEntityException", $fault: "client" }, opts)) || this;
|
|
397
|
+
_this.name = "UnprocessableEntityException";
|
|
398
|
+
_this.$fault = "client";
|
|
399
|
+
Object.setPrototypeOf(_this, UnprocessableEntityException.prototype);
|
|
400
|
+
return _this;
|
|
401
|
+
}
|
|
402
|
+
return UnprocessableEntityException;
|
|
403
|
+
}(__BaseException));
|
|
404
|
+
export { UnprocessableEntityException };
|
|
1093
405
|
export var UsageStatisticsSortKey;
|
|
1094
406
|
(function (UsageStatisticsSortKey) {
|
|
1095
407
|
UsageStatisticsSortKey["accountId"] = "accountId";
|
|
@@ -1097,35 +409,11 @@ export var UsageStatisticsSortKey;
|
|
|
1097
409
|
UsageStatisticsSortKey["serviceLimitValue"] = "serviceLimitValue";
|
|
1098
410
|
UsageStatisticsSortKey["total"] = "total";
|
|
1099
411
|
})(UsageStatisticsSortKey || (UsageStatisticsSortKey = {}));
|
|
1100
|
-
export var UsageStatisticsSortBy;
|
|
1101
|
-
(function (UsageStatisticsSortBy) {
|
|
1102
|
-
UsageStatisticsSortBy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1103
|
-
})(UsageStatisticsSortBy || (UsageStatisticsSortBy = {}));
|
|
1104
412
|
export var TimeRange;
|
|
1105
413
|
(function (TimeRange) {
|
|
1106
414
|
TimeRange["MONTH_TO_DATE"] = "MONTH_TO_DATE";
|
|
1107
415
|
TimeRange["PAST_30_DAYS"] = "PAST_30_DAYS";
|
|
1108
416
|
})(TimeRange || (TimeRange = {}));
|
|
1109
|
-
export var GetUsageStatisticsRequest;
|
|
1110
|
-
(function (GetUsageStatisticsRequest) {
|
|
1111
|
-
GetUsageStatisticsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1112
|
-
})(GetUsageStatisticsRequest || (GetUsageStatisticsRequest = {}));
|
|
1113
|
-
export var GetUsageStatisticsResponse;
|
|
1114
|
-
(function (GetUsageStatisticsResponse) {
|
|
1115
|
-
GetUsageStatisticsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1116
|
-
})(GetUsageStatisticsResponse || (GetUsageStatisticsResponse = {}));
|
|
1117
|
-
export var GetUsageTotalsRequest;
|
|
1118
|
-
(function (GetUsageTotalsRequest) {
|
|
1119
|
-
GetUsageTotalsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1120
|
-
})(GetUsageTotalsRequest || (GetUsageTotalsRequest = {}));
|
|
1121
|
-
export var GetUsageTotalsResponse;
|
|
1122
|
-
(function (GetUsageTotalsResponse) {
|
|
1123
|
-
GetUsageTotalsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1124
|
-
})(GetUsageTotalsResponse || (GetUsageTotalsResponse = {}));
|
|
1125
|
-
export var ListJobsFilterCriteria;
|
|
1126
|
-
(function (ListJobsFilterCriteria) {
|
|
1127
|
-
ListJobsFilterCriteria.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1128
|
-
})(ListJobsFilterCriteria || (ListJobsFilterCriteria = {}));
|
|
1129
417
|
export var ListJobsSortAttributeName;
|
|
1130
418
|
(function (ListJobsSortAttributeName) {
|
|
1131
419
|
ListJobsSortAttributeName["createdAt"] = "createdAt";
|
|
@@ -1133,106 +421,6 @@ export var ListJobsSortAttributeName;
|
|
|
1133
421
|
ListJobsSortAttributeName["jobType"] = "jobType";
|
|
1134
422
|
ListJobsSortAttributeName["name"] = "name";
|
|
1135
423
|
})(ListJobsSortAttributeName || (ListJobsSortAttributeName = {}));
|
|
1136
|
-
export var ListJobsSortCriteria;
|
|
1137
|
-
(function (ListJobsSortCriteria) {
|
|
1138
|
-
ListJobsSortCriteria.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1139
|
-
})(ListJobsSortCriteria || (ListJobsSortCriteria = {}));
|
|
1140
|
-
export var ListClassificationJobsRequest;
|
|
1141
|
-
(function (ListClassificationJobsRequest) {
|
|
1142
|
-
ListClassificationJobsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1143
|
-
})(ListClassificationJobsRequest || (ListClassificationJobsRequest = {}));
|
|
1144
|
-
export var ListClassificationJobsResponse;
|
|
1145
|
-
(function (ListClassificationJobsResponse) {
|
|
1146
|
-
ListClassificationJobsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1147
|
-
})(ListClassificationJobsResponse || (ListClassificationJobsResponse = {}));
|
|
1148
|
-
export var ListCustomDataIdentifiersRequest;
|
|
1149
|
-
(function (ListCustomDataIdentifiersRequest) {
|
|
1150
|
-
ListCustomDataIdentifiersRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1151
|
-
})(ListCustomDataIdentifiersRequest || (ListCustomDataIdentifiersRequest = {}));
|
|
1152
|
-
export var ListCustomDataIdentifiersResponse;
|
|
1153
|
-
(function (ListCustomDataIdentifiersResponse) {
|
|
1154
|
-
ListCustomDataIdentifiersResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1155
|
-
})(ListCustomDataIdentifiersResponse || (ListCustomDataIdentifiersResponse = {}));
|
|
1156
|
-
export var ListFindingsRequest;
|
|
1157
|
-
(function (ListFindingsRequest) {
|
|
1158
|
-
ListFindingsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1159
|
-
})(ListFindingsRequest || (ListFindingsRequest = {}));
|
|
1160
|
-
export var ListFindingsResponse;
|
|
1161
|
-
(function (ListFindingsResponse) {
|
|
1162
|
-
ListFindingsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1163
|
-
})(ListFindingsResponse || (ListFindingsResponse = {}));
|
|
1164
|
-
export var ListFindingsFiltersRequest;
|
|
1165
|
-
(function (ListFindingsFiltersRequest) {
|
|
1166
|
-
ListFindingsFiltersRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1167
|
-
})(ListFindingsFiltersRequest || (ListFindingsFiltersRequest = {}));
|
|
1168
|
-
export var ListFindingsFiltersResponse;
|
|
1169
|
-
(function (ListFindingsFiltersResponse) {
|
|
1170
|
-
ListFindingsFiltersResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1171
|
-
})(ListFindingsFiltersResponse || (ListFindingsFiltersResponse = {}));
|
|
1172
|
-
export var ListInvitationsRequest;
|
|
1173
|
-
(function (ListInvitationsRequest) {
|
|
1174
|
-
ListInvitationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1175
|
-
})(ListInvitationsRequest || (ListInvitationsRequest = {}));
|
|
1176
|
-
export var ListInvitationsResponse;
|
|
1177
|
-
(function (ListInvitationsResponse) {
|
|
1178
|
-
ListInvitationsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1179
|
-
})(ListInvitationsResponse || (ListInvitationsResponse = {}));
|
|
1180
|
-
export var ListManagedDataIdentifiersRequest;
|
|
1181
|
-
(function (ListManagedDataIdentifiersRequest) {
|
|
1182
|
-
ListManagedDataIdentifiersRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1183
|
-
})(ListManagedDataIdentifiersRequest || (ListManagedDataIdentifiersRequest = {}));
|
|
1184
|
-
export var ListManagedDataIdentifiersResponse;
|
|
1185
|
-
(function (ListManagedDataIdentifiersResponse) {
|
|
1186
|
-
ListManagedDataIdentifiersResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1187
|
-
})(ListManagedDataIdentifiersResponse || (ListManagedDataIdentifiersResponse = {}));
|
|
1188
|
-
export var ListMembersRequest;
|
|
1189
|
-
(function (ListMembersRequest) {
|
|
1190
|
-
ListMembersRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1191
|
-
})(ListMembersRequest || (ListMembersRequest = {}));
|
|
1192
|
-
export var ListMembersResponse;
|
|
1193
|
-
(function (ListMembersResponse) {
|
|
1194
|
-
ListMembersResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1195
|
-
})(ListMembersResponse || (ListMembersResponse = {}));
|
|
1196
|
-
export var ListOrganizationAdminAccountsRequest;
|
|
1197
|
-
(function (ListOrganizationAdminAccountsRequest) {
|
|
1198
|
-
ListOrganizationAdminAccountsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1199
|
-
})(ListOrganizationAdminAccountsRequest || (ListOrganizationAdminAccountsRequest = {}));
|
|
1200
|
-
export var ListOrganizationAdminAccountsResponse;
|
|
1201
|
-
(function (ListOrganizationAdminAccountsResponse) {
|
|
1202
|
-
ListOrganizationAdminAccountsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1203
|
-
})(ListOrganizationAdminAccountsResponse || (ListOrganizationAdminAccountsResponse = {}));
|
|
1204
|
-
export var ListTagsForResourceRequest;
|
|
1205
|
-
(function (ListTagsForResourceRequest) {
|
|
1206
|
-
ListTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1207
|
-
})(ListTagsForResourceRequest || (ListTagsForResourceRequest = {}));
|
|
1208
|
-
export var ListTagsForResourceResponse;
|
|
1209
|
-
(function (ListTagsForResourceResponse) {
|
|
1210
|
-
ListTagsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1211
|
-
})(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
|
|
1212
|
-
export var PutClassificationExportConfigurationRequest;
|
|
1213
|
-
(function (PutClassificationExportConfigurationRequest) {
|
|
1214
|
-
PutClassificationExportConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1215
|
-
})(PutClassificationExportConfigurationRequest || (PutClassificationExportConfigurationRequest = {}));
|
|
1216
|
-
export var PutClassificationExportConfigurationResponse;
|
|
1217
|
-
(function (PutClassificationExportConfigurationResponse) {
|
|
1218
|
-
PutClassificationExportConfigurationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1219
|
-
})(PutClassificationExportConfigurationResponse || (PutClassificationExportConfigurationResponse = {}));
|
|
1220
|
-
export var PutFindingsPublicationConfigurationRequest;
|
|
1221
|
-
(function (PutFindingsPublicationConfigurationRequest) {
|
|
1222
|
-
PutFindingsPublicationConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1223
|
-
})(PutFindingsPublicationConfigurationRequest || (PutFindingsPublicationConfigurationRequest = {}));
|
|
1224
|
-
export var PutFindingsPublicationConfigurationResponse;
|
|
1225
|
-
(function (PutFindingsPublicationConfigurationResponse) {
|
|
1226
|
-
PutFindingsPublicationConfigurationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1227
|
-
})(PutFindingsPublicationConfigurationResponse || (PutFindingsPublicationConfigurationResponse = {}));
|
|
1228
|
-
export var SearchResourcesCriteriaBlock;
|
|
1229
|
-
(function (SearchResourcesCriteriaBlock) {
|
|
1230
|
-
SearchResourcesCriteriaBlock.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1231
|
-
})(SearchResourcesCriteriaBlock || (SearchResourcesCriteriaBlock = {}));
|
|
1232
|
-
export var SearchResourcesBucketCriteria;
|
|
1233
|
-
(function (SearchResourcesBucketCriteria) {
|
|
1234
|
-
SearchResourcesBucketCriteria.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1235
|
-
})(SearchResourcesBucketCriteria || (SearchResourcesBucketCriteria = {}));
|
|
1236
424
|
export var SearchResourcesSortAttributeName;
|
|
1237
425
|
(function (SearchResourcesSortAttributeName) {
|
|
1238
426
|
SearchResourcesSortAttributeName["ACCOUNT_ID"] = "ACCOUNT_ID";
|
|
@@ -1240,79 +428,244 @@ export var SearchResourcesSortAttributeName;
|
|
|
1240
428
|
SearchResourcesSortAttributeName["S3_CLASSIFIABLE_OBJECT_COUNT"] = "S3_CLASSIFIABLE_OBJECT_COUNT";
|
|
1241
429
|
SearchResourcesSortAttributeName["S3_CLASSIFIABLE_SIZE_IN_BYTES"] = "S3_CLASSIFIABLE_SIZE_IN_BYTES";
|
|
1242
430
|
})(SearchResourcesSortAttributeName || (SearchResourcesSortAttributeName = {}));
|
|
1243
|
-
export var
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
export var
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
export var
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
export var
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
export var
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
export var
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
export var
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
export var
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
export var
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
export var
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
export var
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
export var
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
export var
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
export var
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
export var
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
export var
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
export var
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
export var
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
export var
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
431
|
+
export var AdminAccountFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
432
|
+
export var BatchGetCustomDataIdentifierSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
433
|
+
export var JobDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
434
|
+
export var ObjectCountByEncryptionTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
435
|
+
export var BlockPublicAccessFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
436
|
+
export var AccountLevelPermissionsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
437
|
+
export var AccessControlListFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
438
|
+
export var BucketPolicyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
439
|
+
export var BucketLevelPermissionsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
440
|
+
export var BucketPermissionConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
441
|
+
export var BucketPublicAccessFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
442
|
+
export var ReplicationDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
443
|
+
export var BucketServerSideEncryptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
444
|
+
export var KeyValuePairFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
445
|
+
export var ObjectLevelStatisticsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
446
|
+
export var BucketMetadataFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
447
|
+
export var SimpleCriterionForJobFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
448
|
+
export var TagCriterionPairForJobFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
449
|
+
export var TagCriterionForJobFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
450
|
+
export var CriteriaForJobFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
451
|
+
export var CustomDataIdentifierSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
452
|
+
export var DetectedDataDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
453
|
+
export var CellFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
454
|
+
export var RangeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
455
|
+
export var PageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
456
|
+
export var _RecordFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
457
|
+
export var OccurrencesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
458
|
+
export var CustomDetectionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
459
|
+
export var CustomDataIdentifiersFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
460
|
+
export var DefaultDetectionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
461
|
+
export var SensitiveDataItemFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
462
|
+
export var ClassificationResultStatusFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
463
|
+
export var ClassificationResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
464
|
+
export var ClassificationDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
465
|
+
export var ApiCallDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
466
|
+
export var FindingActionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
467
|
+
export var DomainDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
468
|
+
export var IpCityFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
469
|
+
export var IpCountryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
470
|
+
export var IpGeoLocationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
471
|
+
export var IpOwnerFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
472
|
+
export var IpAddressDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
473
|
+
export var SessionContextAttributesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
474
|
+
export var SessionIssuerFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
475
|
+
export var SessionContextFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
476
|
+
export var AssumedRoleFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
477
|
+
export var AwsAccountFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
478
|
+
export var AwsServiceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
479
|
+
export var FederatedUserFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
480
|
+
export var IamUserFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
481
|
+
export var UserIdentityRootFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
482
|
+
export var UserIdentityFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
483
|
+
export var FindingActorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
484
|
+
export var PolicyDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
485
|
+
export var ServerSideEncryptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
486
|
+
export var S3BucketOwnerFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
487
|
+
export var S3BucketFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
488
|
+
export var S3ObjectFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
489
|
+
export var ResourcesAffectedFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
490
|
+
export var SeverityFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
491
|
+
export var FindingFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
492
|
+
export var FindingsFilterListItemFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
493
|
+
export var GroupCountFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
494
|
+
export var InvitationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
495
|
+
export var SimpleScopeTermFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
496
|
+
export var TagValuePairFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
497
|
+
export var TagScopeTermFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
498
|
+
export var JobScopeTermFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
499
|
+
export var CriteriaBlockForJobFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
500
|
+
export var S3BucketCriteriaForJobFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
501
|
+
export var S3BucketDefinitionForJobFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
502
|
+
export var LastRunErrorStatusFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
503
|
+
export var UserPausedDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
504
|
+
export var JobSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
505
|
+
export var ListJobsFilterTermFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
506
|
+
export var ManagedDataIdentifierSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
507
|
+
export var MatchingBucketFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
508
|
+
export var MatchingResourceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
509
|
+
export var MemberFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
510
|
+
export var SearchResourcesSimpleCriterionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
511
|
+
export var SearchResourcesTagCriterionPairFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
512
|
+
export var SearchResourcesTagCriterionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
513
|
+
export var SearchResourcesCriteriaFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
514
|
+
export var UnprocessedAccountFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
515
|
+
export var ServiceLimitFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
516
|
+
export var UsageByAccountFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
517
|
+
export var UsageRecordFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
518
|
+
export var UsageStatisticsFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
519
|
+
export var UsageTotalFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
520
|
+
export var AcceptInvitationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
521
|
+
export var AcceptInvitationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
522
|
+
export var AccountDetailFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
523
|
+
export var BatchGetCustomDataIdentifiersRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
524
|
+
export var BatchGetCustomDataIdentifiersResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
525
|
+
export var BucketCountByEffectivePermissionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
526
|
+
export var BucketCountByEncryptionTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
527
|
+
export var BucketCountBySharedAccessTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
528
|
+
export var BucketCountPolicyAllowsUnencryptedObjectUploadsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
529
|
+
export var BucketCriteriaAdditionalPropertiesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
530
|
+
export var BucketSortCriteriaFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
531
|
+
export var S3DestinationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
532
|
+
export var ClassificationExportConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
533
|
+
export var JobScopingBlockFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
534
|
+
export var ScopingFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
535
|
+
export var S3JobDefinitionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
536
|
+
export var DailyScheduleFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
537
|
+
export var MonthlyScheduleFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
538
|
+
export var WeeklyScheduleFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
539
|
+
export var JobScheduleFrequencyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
540
|
+
export var CreateClassificationJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
541
|
+
export var CreateClassificationJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
542
|
+
export var SeverityLevelFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
543
|
+
export var CreateCustomDataIdentifierRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
544
|
+
export var CreateCustomDataIdentifierResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
545
|
+
export var CriterionAdditionalPropertiesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
546
|
+
export var FindingCriteriaFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
547
|
+
export var CreateFindingsFilterRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
548
|
+
export var CreateFindingsFilterResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
549
|
+
export var CreateInvitationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
550
|
+
export var CreateInvitationsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
551
|
+
export var CreateMemberRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
552
|
+
export var CreateMemberResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
553
|
+
export var CreateSampleFindingsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
554
|
+
export var CreateSampleFindingsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
555
|
+
export var DeclineInvitationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
556
|
+
export var DeclineInvitationsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
557
|
+
export var DeleteCustomDataIdentifierRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
558
|
+
export var DeleteCustomDataIdentifierResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
559
|
+
export var DeleteFindingsFilterRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
560
|
+
export var DeleteFindingsFilterResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
561
|
+
export var DeleteInvitationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
562
|
+
export var DeleteInvitationsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
563
|
+
export var DeleteMemberRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
564
|
+
export var DeleteMemberResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
565
|
+
export var DescribeBucketsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
566
|
+
export var DescribeBucketsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
567
|
+
export var DescribeClassificationJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
568
|
+
export var StatisticsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
569
|
+
export var DescribeClassificationJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
570
|
+
export var DescribeOrganizationConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
571
|
+
export var DescribeOrganizationConfigurationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
572
|
+
export var DisableMacieRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
573
|
+
export var DisableMacieResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
574
|
+
export var DisableOrganizationAdminAccountRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
575
|
+
export var DisableOrganizationAdminAccountResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
576
|
+
export var DisassociateFromAdministratorAccountRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
577
|
+
export var DisassociateFromAdministratorAccountResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
578
|
+
export var DisassociateFromMasterAccountRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
579
|
+
export var DisassociateFromMasterAccountResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
580
|
+
export var DisassociateMemberRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
581
|
+
export var DisassociateMemberResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
582
|
+
export var EnableMacieRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
583
|
+
export var EnableMacieResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
584
|
+
export var EnableOrganizationAdminAccountRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
585
|
+
export var EnableOrganizationAdminAccountResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
586
|
+
export var FindingStatisticsSortCriteriaFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
587
|
+
export var GetAdministratorAccountRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
588
|
+
export var GetAdministratorAccountResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
589
|
+
export var GetBucketStatisticsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
590
|
+
export var GetBucketStatisticsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
591
|
+
export var GetClassificationExportConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
592
|
+
export var GetClassificationExportConfigurationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
593
|
+
export var GetCustomDataIdentifierRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
594
|
+
export var GetCustomDataIdentifierResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
595
|
+
export var SortCriteriaFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
596
|
+
export var GetFindingsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
597
|
+
export var GetFindingsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
598
|
+
export var GetFindingsFilterRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
599
|
+
export var GetFindingsFilterResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
600
|
+
export var GetFindingsPublicationConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
601
|
+
export var SecurityHubConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
602
|
+
export var GetFindingsPublicationConfigurationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
603
|
+
export var GetFindingStatisticsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
604
|
+
export var GetFindingStatisticsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
605
|
+
export var GetInvitationsCountRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
606
|
+
export var GetInvitationsCountResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
607
|
+
export var GetMacieSessionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
608
|
+
export var GetMacieSessionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
609
|
+
export var GetMasterAccountRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
610
|
+
export var GetMasterAccountResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
611
|
+
export var GetMemberRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
612
|
+
export var GetMemberResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
613
|
+
export var GetRevealConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
614
|
+
export var RevealConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
615
|
+
export var GetRevealConfigurationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
616
|
+
export var GetSensitiveDataOccurrencesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
617
|
+
export var GetSensitiveDataOccurrencesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
618
|
+
export var GetSensitiveDataOccurrencesAvailabilityRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
619
|
+
export var GetSensitiveDataOccurrencesAvailabilityResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
620
|
+
export var UsageStatisticsSortByFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
621
|
+
export var GetUsageStatisticsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
622
|
+
export var GetUsageStatisticsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
623
|
+
export var GetUsageTotalsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
624
|
+
export var GetUsageTotalsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
625
|
+
export var ListJobsFilterCriteriaFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
626
|
+
export var ListJobsSortCriteriaFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
627
|
+
export var ListClassificationJobsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
628
|
+
export var ListClassificationJobsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
629
|
+
export var ListCustomDataIdentifiersRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
630
|
+
export var ListCustomDataIdentifiersResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
631
|
+
export var ListFindingsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
632
|
+
export var ListFindingsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
633
|
+
export var ListFindingsFiltersRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
634
|
+
export var ListFindingsFiltersResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
635
|
+
export var ListInvitationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
636
|
+
export var ListInvitationsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
637
|
+
export var ListManagedDataIdentifiersRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
638
|
+
export var ListManagedDataIdentifiersResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
639
|
+
export var ListMembersRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
640
|
+
export var ListMembersResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
641
|
+
export var ListOrganizationAdminAccountsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
642
|
+
export var ListOrganizationAdminAccountsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
643
|
+
export var ListTagsForResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
644
|
+
export var ListTagsForResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
645
|
+
export var PutClassificationExportConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
646
|
+
export var PutClassificationExportConfigurationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
647
|
+
export var PutFindingsPublicationConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
648
|
+
export var PutFindingsPublicationConfigurationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
649
|
+
export var SearchResourcesCriteriaBlockFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
650
|
+
export var SearchResourcesBucketCriteriaFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
651
|
+
export var SearchResourcesSortCriteriaFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
652
|
+
export var SearchResourcesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
653
|
+
export var SearchResourcesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
654
|
+
export var TagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
655
|
+
export var TagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
656
|
+
export var TestCustomDataIdentifierRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
657
|
+
export var TestCustomDataIdentifierResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
658
|
+
export var UntagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
659
|
+
export var UntagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
660
|
+
export var UpdateClassificationJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
661
|
+
export var UpdateClassificationJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
662
|
+
export var UpdateFindingsFilterRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
663
|
+
export var UpdateFindingsFilterResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
664
|
+
export var UpdateMacieSessionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
665
|
+
export var UpdateMacieSessionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
666
|
+
export var UpdateMemberSessionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
667
|
+
export var UpdateMemberSessionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
668
|
+
export var UpdateOrganizationConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
669
|
+
export var UpdateOrganizationConfigurationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
670
|
+
export var UpdateRevealConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
671
|
+
export var UpdateRevealConfigurationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|