@aws-sdk/client-macie2 3.934.0 → 3.935.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +354 -354
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +342 -0
- package/dist-es/models/errors.js +97 -0
- package/dist-es/models/models_0.js +1 -427
- package/dist-es/models/models_1.js +1 -12
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/commands/ListClassificationJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListClassificationScopesCommand.d.ts +1 -1
- package/dist-types/commands/ListCustomDataIdentifiersCommand.d.ts +1 -1
- package/dist-types/commands/ListFindingsCommand.d.ts +1 -1
- package/dist-types/commands/ListFindingsFiltersCommand.d.ts +1 -1
- package/dist-types/commands/ListInvitationsCommand.d.ts +1 -1
- package/dist-types/commands/ListManagedDataIdentifiersCommand.d.ts +1 -1
- package/dist-types/commands/ListMembersCommand.d.ts +1 -1
- package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +1 -1
- package/dist-types/commands/ListResourceProfileArtifactsCommand.d.ts +1 -1
- package/dist-types/commands/ListResourceProfileDetectionsCommand.d.ts +1 -1
- package/dist-types/commands/ListSensitivityInspectionTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/PutClassificationExportConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutFindingsPublicationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/SearchResourcesCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/TestCustomDataIdentifierCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAllowListCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAutomatedDiscoveryConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateClassificationJobCommand.d.ts +1 -1
- package/dist-types/commands/UpdateClassificationScopeCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFindingsFilterCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMacieSessionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMemberSessionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateResourceProfileCommand.d.ts +1 -1
- package/dist-types/commands/UpdateResourceProfileDetectionsCommand.d.ts +1 -1
- package/dist-types/index.d.ts +4 -1
- package/dist-types/models/enums.d.ts +822 -0
- package/dist-types/models/errors.d.ts +98 -0
- package/dist-types/models/models_0.d.ts +946 -904
- package/dist-types/models/models_1.d.ts +1 -962
- package/dist-types/ts3.4/commands/ListClassificationJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListClassificationScopesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListCustomDataIdentifiersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFindingsFiltersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListManagedDataIdentifiersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListResourceProfileArtifactsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListResourceProfileDetectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSensitivityInspectionTemplatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutClassificationExportConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutFindingsPublicationConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchResourcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TestCustomDataIdentifierCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAllowListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAutomatedDiscoveryConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateClassificationJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateClassificationScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFindingsFilterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateMacieSessionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateMemberSessionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateResourceProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateResourceProfileDetectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/index.d.ts +4 -1
- package/dist-types/ts3.4/models/enums.d.ts +441 -0
- package/dist-types/ts3.4/models/errors.d.ts +56 -0
- package/dist-types/ts3.4/models/models_0.d.ts +304 -481
- package/dist-types/ts3.4/models/models_1.d.ts +1 -287
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -2
- package/dist-types/models/index.d.ts +0 -2
- package/dist-types/ts3.4/models/index.d.ts +0 -2
|
@@ -1,427 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export const AdminStatus = {
|
|
3
|
-
DISABLING_IN_PROGRESS: "DISABLING_IN_PROGRESS",
|
|
4
|
-
ENABLED: "ENABLED",
|
|
5
|
-
};
|
|
6
|
-
export const AutomatedDiscoveryAccountStatus = {
|
|
7
|
-
DISABLED: "DISABLED",
|
|
8
|
-
ENABLED: "ENABLED",
|
|
9
|
-
};
|
|
10
|
-
export const AutomatedDiscoveryAccountUpdateErrorCode = {
|
|
11
|
-
ACCOUNT_NOT_FOUND: "ACCOUNT_NOT_FOUND",
|
|
12
|
-
ACCOUNT_PAUSED: "ACCOUNT_PAUSED",
|
|
13
|
-
};
|
|
14
|
-
export const AllowsUnencryptedObjectUploads = {
|
|
15
|
-
FALSE: "FALSE",
|
|
16
|
-
TRUE: "TRUE",
|
|
17
|
-
UNKNOWN: "UNKNOWN",
|
|
18
|
-
};
|
|
19
|
-
export const AutomatedDiscoveryMonitoringStatus = {
|
|
20
|
-
MONITORED: "MONITORED",
|
|
21
|
-
NOT_MONITORED: "NOT_MONITORED",
|
|
22
|
-
};
|
|
23
|
-
export const BucketMetadataErrorCode = {
|
|
24
|
-
ACCESS_DENIED: "ACCESS_DENIED",
|
|
25
|
-
BUCKET_COUNT_EXCEEDS_QUOTA: "BUCKET_COUNT_EXCEEDS_QUOTA",
|
|
26
|
-
};
|
|
27
|
-
export const IsDefinedInJob = {
|
|
28
|
-
FALSE: "FALSE",
|
|
29
|
-
TRUE: "TRUE",
|
|
30
|
-
UNKNOWN: "UNKNOWN",
|
|
31
|
-
};
|
|
32
|
-
export const IsMonitoredByJob = {
|
|
33
|
-
FALSE: "FALSE",
|
|
34
|
-
TRUE: "TRUE",
|
|
35
|
-
UNKNOWN: "UNKNOWN",
|
|
36
|
-
};
|
|
37
|
-
export const EffectivePermission = {
|
|
38
|
-
NOT_PUBLIC: "NOT_PUBLIC",
|
|
39
|
-
PUBLIC: "PUBLIC",
|
|
40
|
-
UNKNOWN: "UNKNOWN",
|
|
41
|
-
};
|
|
42
|
-
export const Type = {
|
|
43
|
-
AES256: "AES256",
|
|
44
|
-
NONE: "NONE",
|
|
45
|
-
aws_kms: "aws:kms",
|
|
46
|
-
aws_kms_dsse: "aws:kms:dsse",
|
|
47
|
-
};
|
|
48
|
-
export const SharedAccess = {
|
|
49
|
-
EXTERNAL: "EXTERNAL",
|
|
50
|
-
INTERNAL: "INTERNAL",
|
|
51
|
-
NOT_SHARED: "NOT_SHARED",
|
|
52
|
-
UNKNOWN: "UNKNOWN",
|
|
53
|
-
};
|
|
54
|
-
export const JobComparator = {
|
|
55
|
-
CONTAINS: "CONTAINS",
|
|
56
|
-
EQ: "EQ",
|
|
57
|
-
GT: "GT",
|
|
58
|
-
GTE: "GTE",
|
|
59
|
-
LT: "LT",
|
|
60
|
-
LTE: "LTE",
|
|
61
|
-
NE: "NE",
|
|
62
|
-
STARTS_WITH: "STARTS_WITH",
|
|
63
|
-
};
|
|
64
|
-
export const SimpleCriterionKeyForJob = {
|
|
65
|
-
ACCOUNT_ID: "ACCOUNT_ID",
|
|
66
|
-
S3_BUCKET_EFFECTIVE_PERMISSION: "S3_BUCKET_EFFECTIVE_PERMISSION",
|
|
67
|
-
S3_BUCKET_NAME: "S3_BUCKET_NAME",
|
|
68
|
-
S3_BUCKET_SHARED_ACCESS: "S3_BUCKET_SHARED_ACCESS",
|
|
69
|
-
};
|
|
70
|
-
export const DataIdentifierType = {
|
|
71
|
-
CUSTOM: "CUSTOM",
|
|
72
|
-
MANAGED: "MANAGED",
|
|
73
|
-
};
|
|
74
|
-
export const FindingCategory = {
|
|
75
|
-
CLASSIFICATION: "CLASSIFICATION",
|
|
76
|
-
POLICY: "POLICY",
|
|
77
|
-
};
|
|
78
|
-
export const OriginType = {
|
|
79
|
-
AUTOMATED_SENSITIVE_DATA_DISCOVERY: "AUTOMATED_SENSITIVE_DATA_DISCOVERY",
|
|
80
|
-
SENSITIVE_DATA_DISCOVERY_JOB: "SENSITIVE_DATA_DISCOVERY_JOB",
|
|
81
|
-
};
|
|
82
|
-
export const SensitiveDataItemCategory = {
|
|
83
|
-
CREDENTIALS: "CREDENTIALS",
|
|
84
|
-
CUSTOM_IDENTIFIER: "CUSTOM_IDENTIFIER",
|
|
85
|
-
FINANCIAL_INFORMATION: "FINANCIAL_INFORMATION",
|
|
86
|
-
PERSONAL_INFORMATION: "PERSONAL_INFORMATION",
|
|
87
|
-
};
|
|
88
|
-
export const FindingActionType = {
|
|
89
|
-
AWS_API_CALL: "AWS_API_CALL",
|
|
90
|
-
};
|
|
91
|
-
export const UserIdentityType = {
|
|
92
|
-
AWSAccount: "AWSAccount",
|
|
93
|
-
AWSService: "AWSService",
|
|
94
|
-
AssumedRole: "AssumedRole",
|
|
95
|
-
FederatedUser: "FederatedUser",
|
|
96
|
-
IAMUser: "IAMUser",
|
|
97
|
-
Root: "Root",
|
|
98
|
-
};
|
|
99
|
-
export const EncryptionType = {
|
|
100
|
-
AES256: "AES256",
|
|
101
|
-
NONE: "NONE",
|
|
102
|
-
UNKNOWN: "UNKNOWN",
|
|
103
|
-
aws_kms: "aws:kms",
|
|
104
|
-
aws_kms_dsse: "aws:kms:dsse",
|
|
105
|
-
};
|
|
106
|
-
export const StorageClass = {
|
|
107
|
-
DEEP_ARCHIVE: "DEEP_ARCHIVE",
|
|
108
|
-
GLACIER: "GLACIER",
|
|
109
|
-
GLACIER_IR: "GLACIER_IR",
|
|
110
|
-
INTELLIGENT_TIERING: "INTELLIGENT_TIERING",
|
|
111
|
-
ONEZONE_IA: "ONEZONE_IA",
|
|
112
|
-
OUTPOSTS: "OUTPOSTS",
|
|
113
|
-
REDUCED_REDUNDANCY: "REDUCED_REDUNDANCY",
|
|
114
|
-
STANDARD: "STANDARD",
|
|
115
|
-
STANDARD_IA: "STANDARD_IA",
|
|
116
|
-
};
|
|
117
|
-
export const SeverityDescription = {
|
|
118
|
-
High: "High",
|
|
119
|
-
Low: "Low",
|
|
120
|
-
Medium: "Medium",
|
|
121
|
-
};
|
|
122
|
-
export const FindingType = {
|
|
123
|
-
Policy_IAMUser_S3BlockPublicAccessDisabled: "Policy:IAMUser/S3BlockPublicAccessDisabled",
|
|
124
|
-
Policy_IAMUser_S3BucketEncryptionDisabled: "Policy:IAMUser/S3BucketEncryptionDisabled",
|
|
125
|
-
Policy_IAMUser_S3BucketPublic: "Policy:IAMUser/S3BucketPublic",
|
|
126
|
-
Policy_IAMUser_S3BucketReplicatedExternally: "Policy:IAMUser/S3BucketReplicatedExternally",
|
|
127
|
-
Policy_IAMUser_S3BucketSharedExternally: "Policy:IAMUser/S3BucketSharedExternally",
|
|
128
|
-
Policy_IAMUser_S3BucketSharedWithCloudFront: "Policy:IAMUser/S3BucketSharedWithCloudFront",
|
|
129
|
-
SensitiveData_S3Object_Credentials: "SensitiveData:S3Object/Credentials",
|
|
130
|
-
SensitiveData_S3Object_CustomIdentifier: "SensitiveData:S3Object/CustomIdentifier",
|
|
131
|
-
SensitiveData_S3Object_Financial: "SensitiveData:S3Object/Financial",
|
|
132
|
-
SensitiveData_S3Object_Multiple: "SensitiveData:S3Object/Multiple",
|
|
133
|
-
SensitiveData_S3Object_Personal: "SensitiveData:S3Object/Personal",
|
|
134
|
-
};
|
|
135
|
-
export const FindingsFilterAction = {
|
|
136
|
-
ARCHIVE: "ARCHIVE",
|
|
137
|
-
NOOP: "NOOP",
|
|
138
|
-
};
|
|
139
|
-
export const RelationshipStatus = {
|
|
140
|
-
AccountSuspended: "AccountSuspended",
|
|
141
|
-
Created: "Created",
|
|
142
|
-
EmailVerificationFailed: "EmailVerificationFailed",
|
|
143
|
-
EmailVerificationInProgress: "EmailVerificationInProgress",
|
|
144
|
-
Enabled: "Enabled",
|
|
145
|
-
Invited: "Invited",
|
|
146
|
-
Paused: "Paused",
|
|
147
|
-
RegionDisabled: "RegionDisabled",
|
|
148
|
-
Removed: "Removed",
|
|
149
|
-
Resigned: "Resigned",
|
|
150
|
-
};
|
|
151
|
-
export const ScopeFilterKey = {
|
|
152
|
-
OBJECT_EXTENSION: "OBJECT_EXTENSION",
|
|
153
|
-
OBJECT_KEY: "OBJECT_KEY",
|
|
154
|
-
OBJECT_LAST_MODIFIED_DATE: "OBJECT_LAST_MODIFIED_DATE",
|
|
155
|
-
OBJECT_SIZE: "OBJECT_SIZE",
|
|
156
|
-
};
|
|
157
|
-
export const TagTarget = {
|
|
158
|
-
S3_OBJECT: "S3_OBJECT",
|
|
159
|
-
};
|
|
160
|
-
export const JobStatus = {
|
|
161
|
-
CANCELLED: "CANCELLED",
|
|
162
|
-
COMPLETE: "COMPLETE",
|
|
163
|
-
IDLE: "IDLE",
|
|
164
|
-
PAUSED: "PAUSED",
|
|
165
|
-
RUNNING: "RUNNING",
|
|
166
|
-
USER_PAUSED: "USER_PAUSED",
|
|
167
|
-
};
|
|
168
|
-
export const JobType = {
|
|
169
|
-
ONE_TIME: "ONE_TIME",
|
|
170
|
-
SCHEDULED: "SCHEDULED",
|
|
171
|
-
};
|
|
172
|
-
export const LastRunErrorStatusCode = {
|
|
173
|
-
ERROR: "ERROR",
|
|
174
|
-
NONE: "NONE",
|
|
175
|
-
};
|
|
176
|
-
export const ListJobsFilterKey = {
|
|
177
|
-
createdAt: "createdAt",
|
|
178
|
-
jobStatus: "jobStatus",
|
|
179
|
-
jobType: "jobType",
|
|
180
|
-
name: "name",
|
|
181
|
-
};
|
|
182
|
-
export const SearchResourcesComparator = {
|
|
183
|
-
EQ: "EQ",
|
|
184
|
-
NE: "NE",
|
|
185
|
-
};
|
|
186
|
-
export const SearchResourcesSimpleCriterionKey = {
|
|
187
|
-
ACCOUNT_ID: "ACCOUNT_ID",
|
|
188
|
-
AUTOMATED_DISCOVERY_MONITORING_STATUS: "AUTOMATED_DISCOVERY_MONITORING_STATUS",
|
|
189
|
-
S3_BUCKET_EFFECTIVE_PERMISSION: "S3_BUCKET_EFFECTIVE_PERMISSION",
|
|
190
|
-
S3_BUCKET_NAME: "S3_BUCKET_NAME",
|
|
191
|
-
S3_BUCKET_SHARED_ACCESS: "S3_BUCKET_SHARED_ACCESS",
|
|
192
|
-
};
|
|
193
|
-
export const UnavailabilityReasonCode = {
|
|
194
|
-
ACCOUNT_NOT_IN_ORGANIZATION: "ACCOUNT_NOT_IN_ORGANIZATION",
|
|
195
|
-
INVALID_CLASSIFICATION_RESULT: "INVALID_CLASSIFICATION_RESULT",
|
|
196
|
-
INVALID_RESULT_SIGNATURE: "INVALID_RESULT_SIGNATURE",
|
|
197
|
-
MEMBER_ROLE_TOO_PERMISSIVE: "MEMBER_ROLE_TOO_PERMISSIVE",
|
|
198
|
-
MISSING_GET_MEMBER_PERMISSION: "MISSING_GET_MEMBER_PERMISSION",
|
|
199
|
-
OBJECT_EXCEEDS_SIZE_QUOTA: "OBJECT_EXCEEDS_SIZE_QUOTA",
|
|
200
|
-
OBJECT_UNAVAILABLE: "OBJECT_UNAVAILABLE",
|
|
201
|
-
RESULT_NOT_SIGNED: "RESULT_NOT_SIGNED",
|
|
202
|
-
ROLE_TOO_PERMISSIVE: "ROLE_TOO_PERMISSIVE",
|
|
203
|
-
UNSUPPORTED_FINDING_TYPE: "UNSUPPORTED_FINDING_TYPE",
|
|
204
|
-
UNSUPPORTED_OBJECT_TYPE: "UNSUPPORTED_OBJECT_TYPE",
|
|
205
|
-
};
|
|
206
|
-
export const ErrorCode = {
|
|
207
|
-
ClientError: "ClientError",
|
|
208
|
-
InternalError: "InternalError",
|
|
209
|
-
};
|
|
210
|
-
export const Currency = {
|
|
211
|
-
USD: "USD",
|
|
212
|
-
};
|
|
213
|
-
export const Unit = {
|
|
214
|
-
TERABYTES: "TERABYTES",
|
|
215
|
-
};
|
|
216
|
-
export const UsageType = {
|
|
217
|
-
AUTOMATED_OBJECT_MONITORING: "AUTOMATED_OBJECT_MONITORING",
|
|
218
|
-
AUTOMATED_SENSITIVE_DATA_DISCOVERY: "AUTOMATED_SENSITIVE_DATA_DISCOVERY",
|
|
219
|
-
DATA_INVENTORY_EVALUATION: "DATA_INVENTORY_EVALUATION",
|
|
220
|
-
SENSITIVE_DATA_DISCOVERY: "SENSITIVE_DATA_DISCOVERY",
|
|
221
|
-
};
|
|
222
|
-
export const UsageStatisticsFilterComparator = {
|
|
223
|
-
CONTAINS: "CONTAINS",
|
|
224
|
-
EQ: "EQ",
|
|
225
|
-
GT: "GT",
|
|
226
|
-
GTE: "GTE",
|
|
227
|
-
LT: "LT",
|
|
228
|
-
LTE: "LTE",
|
|
229
|
-
NE: "NE",
|
|
230
|
-
};
|
|
231
|
-
export const UsageStatisticsFilterKey = {
|
|
232
|
-
accountId: "accountId",
|
|
233
|
-
freeTrialStartDate: "freeTrialStartDate",
|
|
234
|
-
serviceLimit: "serviceLimit",
|
|
235
|
-
total: "total",
|
|
236
|
-
};
|
|
237
|
-
export class AccessDeniedException extends __BaseException {
|
|
238
|
-
name = "AccessDeniedException";
|
|
239
|
-
$fault = "client";
|
|
240
|
-
constructor(opts) {
|
|
241
|
-
super({
|
|
242
|
-
name: "AccessDeniedException",
|
|
243
|
-
$fault: "client",
|
|
244
|
-
...opts,
|
|
245
|
-
});
|
|
246
|
-
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
247
|
-
}
|
|
248
|
-
}
|
|
249
|
-
export class ConflictException extends __BaseException {
|
|
250
|
-
name = "ConflictException";
|
|
251
|
-
$fault = "client";
|
|
252
|
-
constructor(opts) {
|
|
253
|
-
super({
|
|
254
|
-
name: "ConflictException",
|
|
255
|
-
$fault: "client",
|
|
256
|
-
...opts,
|
|
257
|
-
});
|
|
258
|
-
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
259
|
-
}
|
|
260
|
-
}
|
|
261
|
-
export class InternalServerException extends __BaseException {
|
|
262
|
-
name = "InternalServerException";
|
|
263
|
-
$fault = "server";
|
|
264
|
-
constructor(opts) {
|
|
265
|
-
super({
|
|
266
|
-
name: "InternalServerException",
|
|
267
|
-
$fault: "server",
|
|
268
|
-
...opts,
|
|
269
|
-
});
|
|
270
|
-
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
271
|
-
}
|
|
272
|
-
}
|
|
273
|
-
export class ResourceNotFoundException extends __BaseException {
|
|
274
|
-
name = "ResourceNotFoundException";
|
|
275
|
-
$fault = "client";
|
|
276
|
-
constructor(opts) {
|
|
277
|
-
super({
|
|
278
|
-
name: "ResourceNotFoundException",
|
|
279
|
-
$fault: "client",
|
|
280
|
-
...opts,
|
|
281
|
-
});
|
|
282
|
-
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
283
|
-
}
|
|
284
|
-
}
|
|
285
|
-
export class ServiceQuotaExceededException extends __BaseException {
|
|
286
|
-
name = "ServiceQuotaExceededException";
|
|
287
|
-
$fault = "client";
|
|
288
|
-
constructor(opts) {
|
|
289
|
-
super({
|
|
290
|
-
name: "ServiceQuotaExceededException",
|
|
291
|
-
$fault: "client",
|
|
292
|
-
...opts,
|
|
293
|
-
});
|
|
294
|
-
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
295
|
-
}
|
|
296
|
-
}
|
|
297
|
-
export class ThrottlingException extends __BaseException {
|
|
298
|
-
name = "ThrottlingException";
|
|
299
|
-
$fault = "client";
|
|
300
|
-
constructor(opts) {
|
|
301
|
-
super({
|
|
302
|
-
name: "ThrottlingException",
|
|
303
|
-
$fault: "client",
|
|
304
|
-
...opts,
|
|
305
|
-
});
|
|
306
|
-
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
307
|
-
}
|
|
308
|
-
}
|
|
309
|
-
export class ValidationException extends __BaseException {
|
|
310
|
-
name = "ValidationException";
|
|
311
|
-
$fault = "client";
|
|
312
|
-
constructor(opts) {
|
|
313
|
-
super({
|
|
314
|
-
name: "ValidationException",
|
|
315
|
-
$fault: "client",
|
|
316
|
-
...opts,
|
|
317
|
-
});
|
|
318
|
-
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
319
|
-
}
|
|
320
|
-
}
|
|
321
|
-
export const AllowListStatusCode = {
|
|
322
|
-
OK: "OK",
|
|
323
|
-
S3_OBJECT_ACCESS_DENIED: "S3_OBJECT_ACCESS_DENIED",
|
|
324
|
-
S3_OBJECT_EMPTY: "S3_OBJECT_EMPTY",
|
|
325
|
-
S3_OBJECT_NOT_FOUND: "S3_OBJECT_NOT_FOUND",
|
|
326
|
-
S3_OBJECT_OVERSIZE: "S3_OBJECT_OVERSIZE",
|
|
327
|
-
S3_THROTTLED: "S3_THROTTLED",
|
|
328
|
-
S3_USER_ACCESS_DENIED: "S3_USER_ACCESS_DENIED",
|
|
329
|
-
UNKNOWN_ERROR: "UNKNOWN_ERROR",
|
|
330
|
-
};
|
|
331
|
-
export const AutoEnableMode = {
|
|
332
|
-
ALL: "ALL",
|
|
333
|
-
NEW: "NEW",
|
|
334
|
-
NONE: "NONE",
|
|
335
|
-
};
|
|
336
|
-
export const AutomatedDiscoveryStatus = {
|
|
337
|
-
DISABLED: "DISABLED",
|
|
338
|
-
ENABLED: "ENABLED",
|
|
339
|
-
};
|
|
340
|
-
export const AvailabilityCode = {
|
|
341
|
-
AVAILABLE: "AVAILABLE",
|
|
342
|
-
UNAVAILABLE: "UNAVAILABLE",
|
|
343
|
-
};
|
|
344
|
-
export const OrderBy = {
|
|
345
|
-
ASC: "ASC",
|
|
346
|
-
DESC: "DESC",
|
|
347
|
-
};
|
|
348
|
-
export const ClassificationScopeUpdateOperation = {
|
|
349
|
-
ADD: "ADD",
|
|
350
|
-
REMOVE: "REMOVE",
|
|
351
|
-
REPLACE: "REPLACE",
|
|
352
|
-
};
|
|
353
|
-
export const ManagedDataIdentifierSelector = {
|
|
354
|
-
ALL: "ALL",
|
|
355
|
-
EXCLUDE: "EXCLUDE",
|
|
356
|
-
INCLUDE: "INCLUDE",
|
|
357
|
-
NONE: "NONE",
|
|
358
|
-
RECOMMENDED: "RECOMMENDED",
|
|
359
|
-
};
|
|
360
|
-
export const DayOfWeek = {
|
|
361
|
-
FRIDAY: "FRIDAY",
|
|
362
|
-
MONDAY: "MONDAY",
|
|
363
|
-
SATURDAY: "SATURDAY",
|
|
364
|
-
SUNDAY: "SUNDAY",
|
|
365
|
-
THURSDAY: "THURSDAY",
|
|
366
|
-
TUESDAY: "TUESDAY",
|
|
367
|
-
WEDNESDAY: "WEDNESDAY",
|
|
368
|
-
};
|
|
369
|
-
export const DataIdentifierSeverity = {
|
|
370
|
-
HIGH: "HIGH",
|
|
371
|
-
LOW: "LOW",
|
|
372
|
-
MEDIUM: "MEDIUM",
|
|
373
|
-
};
|
|
374
|
-
export const FindingPublishingFrequency = {
|
|
375
|
-
FIFTEEN_MINUTES: "FIFTEEN_MINUTES",
|
|
376
|
-
ONE_HOUR: "ONE_HOUR",
|
|
377
|
-
SIX_HOURS: "SIX_HOURS",
|
|
378
|
-
};
|
|
379
|
-
export const MacieStatus = {
|
|
380
|
-
ENABLED: "ENABLED",
|
|
381
|
-
PAUSED: "PAUSED",
|
|
382
|
-
};
|
|
383
|
-
export const FindingStatisticsSortAttributeName = {
|
|
384
|
-
count: "count",
|
|
385
|
-
groupKey: "groupKey",
|
|
386
|
-
};
|
|
387
|
-
export const GroupBy = {
|
|
388
|
-
classificationDetails_jobId: "classificationDetails.jobId",
|
|
389
|
-
resourcesAffected_s3Bucket_name: "resourcesAffected.s3Bucket.name",
|
|
390
|
-
severity_description: "severity.description",
|
|
391
|
-
type: "type",
|
|
392
|
-
};
|
|
393
|
-
export const RevealStatus = {
|
|
394
|
-
DISABLED: "DISABLED",
|
|
395
|
-
ENABLED: "ENABLED",
|
|
396
|
-
};
|
|
397
|
-
export const RetrievalMode = {
|
|
398
|
-
ASSUME_ROLE: "ASSUME_ROLE",
|
|
399
|
-
CALLER_CREDENTIALS: "CALLER_CREDENTIALS",
|
|
400
|
-
};
|
|
401
|
-
export const RevealRequestStatus = {
|
|
402
|
-
ERROR: "ERROR",
|
|
403
|
-
PROCESSING: "PROCESSING",
|
|
404
|
-
SUCCESS: "SUCCESS",
|
|
405
|
-
};
|
|
406
|
-
export class UnprocessableEntityException extends __BaseException {
|
|
407
|
-
name = "UnprocessableEntityException";
|
|
408
|
-
$fault = "client";
|
|
409
|
-
constructor(opts) {
|
|
410
|
-
super({
|
|
411
|
-
name: "UnprocessableEntityException",
|
|
412
|
-
$fault: "client",
|
|
413
|
-
...opts,
|
|
414
|
-
});
|
|
415
|
-
Object.setPrototypeOf(this, UnprocessableEntityException.prototype);
|
|
416
|
-
}
|
|
417
|
-
}
|
|
418
|
-
export const UsageStatisticsSortKey = {
|
|
419
|
-
accountId: "accountId",
|
|
420
|
-
freeTrialStartDate: "freeTrialStartDate",
|
|
421
|
-
serviceLimitValue: "serviceLimitValue",
|
|
422
|
-
total: "total",
|
|
423
|
-
};
|
|
424
|
-
export const TimeRange = {
|
|
425
|
-
MONTH_TO_DATE: "MONTH_TO_DATE",
|
|
426
|
-
PAST_30_DAYS: "PAST_30_DAYS",
|
|
427
|
-
};
|
|
1
|
+
export {};
|
|
@@ -1,12 +1 @@
|
|
|
1
|
-
export
|
|
2
|
-
createdAt: "createdAt",
|
|
3
|
-
jobStatus: "jobStatus",
|
|
4
|
-
jobType: "jobType",
|
|
5
|
-
name: "name",
|
|
6
|
-
};
|
|
7
|
-
export const SearchResourcesSortAttributeName = {
|
|
8
|
-
ACCOUNT_ID: "ACCOUNT_ID",
|
|
9
|
-
RESOURCE_NAME: "RESOURCE_NAME",
|
|
10
|
-
S3_CLASSIFIABLE_OBJECT_COUNT: "S3_CLASSIFIABLE_OBJECT_COUNT",
|
|
11
|
-
S3_CLASSIFIABLE_SIZE_IN_BYTES: "S3_CLASSIFIABLE_SIZE_IN_BYTES",
|
|
12
|
-
};
|
|
1
|
+
export {};
|
|
@@ -795,7 +795,7 @@ const _val = "values";
|
|
|
795
795
|
const _wS = "weeklySchedule";
|
|
796
796
|
const n0 = "com.amazonaws.macie2";
|
|
797
797
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
798
|
-
import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, UnprocessableEntityException as __UnprocessableEntityException, ValidationException as __ValidationException, } from "../models/
|
|
798
|
+
import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, UnprocessableEntityException as __UnprocessableEntityException, ValidationException as __ValidationException, } from "../models/errors";
|
|
799
799
|
import { Macie2ServiceException as __Macie2ServiceException } from "../models/Macie2ServiceException";
|
|
800
800
|
export var AcceptInvitationRequest = [
|
|
801
801
|
3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
|
|
4
|
-
import { ListClassificationJobsRequest, ListClassificationJobsResponse } from "../models/
|
|
4
|
+
import { ListClassificationJobsRequest, ListClassificationJobsResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
|
|
4
|
-
import { ListClassificationScopesRequest, ListClassificationScopesResponse } from "../models/
|
|
4
|
+
import { ListClassificationScopesRequest, ListClassificationScopesResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
|
|
4
|
-
import { ListCustomDataIdentifiersRequest, ListCustomDataIdentifiersResponse } from "../models/
|
|
4
|
+
import { ListCustomDataIdentifiersRequest, ListCustomDataIdentifiersResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
|
|
4
|
-
import { ListFindingsRequest, ListFindingsResponse } from "../models/
|
|
4
|
+
import { ListFindingsRequest, ListFindingsResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
|
|
4
|
-
import { ListFindingsFiltersRequest, ListFindingsFiltersResponse } from "../models/
|
|
4
|
+
import { ListFindingsFiltersRequest, ListFindingsFiltersResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
|
|
4
|
-
import { ListInvitationsRequest, ListInvitationsResponse } from "../models/
|
|
4
|
+
import { ListInvitationsRequest, ListInvitationsResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
|
|
4
|
-
import { ListManagedDataIdentifiersRequest, ListManagedDataIdentifiersResponse } from "../models/
|
|
4
|
+
import { ListManagedDataIdentifiersRequest, ListManagedDataIdentifiersResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
|
|
4
|
-
import { ListMembersRequest, ListMembersResponse } from "../models/
|
|
4
|
+
import { ListMembersRequest, ListMembersResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
|
|
4
|
-
import { ListOrganizationAdminAccountsRequest, ListOrganizationAdminAccountsResponse } from "../models/
|
|
4
|
+
import { ListOrganizationAdminAccountsRequest, ListOrganizationAdminAccountsResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
|
|
4
|
-
import { ListResourceProfileArtifactsRequest, ListResourceProfileArtifactsResponse } from "../models/
|
|
4
|
+
import { ListResourceProfileArtifactsRequest, ListResourceProfileArtifactsResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
|
|
4
|
-
import { ListResourceProfileDetectionsRequest, ListResourceProfileDetectionsResponse } from "../models/
|
|
4
|
+
import { ListResourceProfileDetectionsRequest, ListResourceProfileDetectionsResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
|
|
4
|
-
import { ListSensitivityInspectionTemplatesRequest, ListSensitivityInspectionTemplatesResponse } from "../models/
|
|
4
|
+
import { ListSensitivityInspectionTemplatesRequest, ListSensitivityInspectionTemplatesResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
|
|
4
|
-
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/
|
|
4
|
+
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
|
|
4
|
-
import { PutClassificationExportConfigurationRequest, PutClassificationExportConfigurationResponse } from "../models/
|
|
4
|
+
import { PutClassificationExportConfigurationRequest, PutClassificationExportConfigurationResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
|
|
4
|
-
import { PutFindingsPublicationConfigurationRequest, PutFindingsPublicationConfigurationResponse } from "../models/
|
|
4
|
+
import { PutFindingsPublicationConfigurationRequest, PutFindingsPublicationConfigurationResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
|
|
4
|
-
import { SearchResourcesRequest, SearchResourcesResponse } from "../models/
|
|
4
|
+
import { SearchResourcesRequest, SearchResourcesResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
|
|
4
|
-
import { TagResourceRequest, TagResourceResponse } from "../models/
|
|
4
|
+
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
|
|
4
|
-
import { TestCustomDataIdentifierRequest, TestCustomDataIdentifierResponse } from "../models/
|
|
4
|
+
import { TestCustomDataIdentifierRequest, TestCustomDataIdentifierResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
|
|
4
|
-
import { UntagResourceRequest, UntagResourceResponse } from "../models/
|
|
4
|
+
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
|
|
4
|
-
import { UpdateAllowListRequest, UpdateAllowListResponse } from "../models/
|
|
4
|
+
import { UpdateAllowListRequest, UpdateAllowListResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
|
|
4
|
-
import { UpdateAutomatedDiscoveryConfigurationRequest, UpdateAutomatedDiscoveryConfigurationResponse } from "../models/
|
|
4
|
+
import { UpdateAutomatedDiscoveryConfigurationRequest, UpdateAutomatedDiscoveryConfigurationResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|