@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,296 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
|
-
AdminAccount,
|
|
3
|
-
AllowListCriteria,
|
|
4
|
-
AutoEnableMode,
|
|
5
|
-
AutomatedDiscoveryStatus,
|
|
6
|
-
ClassificationExportConfiguration,
|
|
7
|
-
ClassificationScopeSummary,
|
|
8
|
-
ClassificationScopeUpdateOperation,
|
|
9
|
-
CustomDataIdentifierSummary,
|
|
10
|
-
Detection,
|
|
11
|
-
FindingCriteria,
|
|
12
|
-
FindingPublishingFrequency,
|
|
13
|
-
FindingsFilterAction,
|
|
14
|
-
FindingsFilterListItem,
|
|
15
|
-
Invitation,
|
|
16
|
-
JobStatus,
|
|
17
|
-
JobSummary,
|
|
18
|
-
ListJobsFilterTerm,
|
|
19
|
-
MacieStatus,
|
|
20
|
-
ManagedDataIdentifierSummary,
|
|
21
|
-
MatchingResource,
|
|
22
|
-
Member,
|
|
23
|
-
OrderBy,
|
|
24
|
-
ResourceProfileArtifact,
|
|
25
2
|
RetrievalConfiguration,
|
|
26
|
-
RetrievalMode,
|
|
27
3
|
RevealConfiguration,
|
|
28
|
-
SearchResourcesCriteria,
|
|
29
|
-
SecurityHubConfiguration,
|
|
30
4
|
SensitivityInspectionTemplateExcludes,
|
|
31
5
|
SensitivityInspectionTemplateIncludes,
|
|
32
|
-
|
|
33
|
-
SortCriteria,
|
|
34
|
-
SuppressDataIdentifier,
|
|
6
|
+
UpdateRetrievalConfiguration,
|
|
35
7
|
} from "./models_0";
|
|
36
|
-
export interface ListJobsFilterCriteria {
|
|
37
|
-
excludes?: ListJobsFilterTerm[] | undefined;
|
|
38
|
-
includes?: ListJobsFilterTerm[] | undefined;
|
|
39
|
-
}
|
|
40
|
-
export declare const ListJobsSortAttributeName: {
|
|
41
|
-
readonly createdAt: "createdAt";
|
|
42
|
-
readonly jobStatus: "jobStatus";
|
|
43
|
-
readonly jobType: "jobType";
|
|
44
|
-
readonly name: "name";
|
|
45
|
-
};
|
|
46
|
-
export type ListJobsSortAttributeName =
|
|
47
|
-
(typeof ListJobsSortAttributeName)[keyof typeof ListJobsSortAttributeName];
|
|
48
|
-
export interface ListJobsSortCriteria {
|
|
49
|
-
attributeName?: ListJobsSortAttributeName | undefined;
|
|
50
|
-
orderBy?: OrderBy | undefined;
|
|
51
|
-
}
|
|
52
|
-
export interface ListClassificationJobsRequest {
|
|
53
|
-
filterCriteria?: ListJobsFilterCriteria | undefined;
|
|
54
|
-
maxResults?: number | undefined;
|
|
55
|
-
nextToken?: string | undefined;
|
|
56
|
-
sortCriteria?: ListJobsSortCriteria | undefined;
|
|
57
|
-
}
|
|
58
|
-
export interface ListClassificationJobsResponse {
|
|
59
|
-
items?: JobSummary[] | undefined;
|
|
60
|
-
nextToken?: string | undefined;
|
|
61
|
-
}
|
|
62
|
-
export interface ListClassificationScopesRequest {
|
|
63
|
-
name?: string | undefined;
|
|
64
|
-
nextToken?: string | undefined;
|
|
65
|
-
}
|
|
66
|
-
export interface ListClassificationScopesResponse {
|
|
67
|
-
classificationScopes?: ClassificationScopeSummary[] | undefined;
|
|
68
|
-
nextToken?: string | undefined;
|
|
69
|
-
}
|
|
70
|
-
export interface ListCustomDataIdentifiersRequest {
|
|
71
|
-
maxResults?: number | undefined;
|
|
72
|
-
nextToken?: string | undefined;
|
|
73
|
-
}
|
|
74
|
-
export interface ListCustomDataIdentifiersResponse {
|
|
75
|
-
items?: CustomDataIdentifierSummary[] | undefined;
|
|
76
|
-
nextToken?: string | undefined;
|
|
77
|
-
}
|
|
78
|
-
export interface ListFindingsRequest {
|
|
79
|
-
findingCriteria?: FindingCriteria | undefined;
|
|
80
|
-
maxResults?: number | undefined;
|
|
81
|
-
nextToken?: string | undefined;
|
|
82
|
-
sortCriteria?: SortCriteria | undefined;
|
|
83
|
-
}
|
|
84
|
-
export interface ListFindingsResponse {
|
|
85
|
-
findingIds?: string[] | undefined;
|
|
86
|
-
nextToken?: string | undefined;
|
|
87
|
-
}
|
|
88
|
-
export interface ListFindingsFiltersRequest {
|
|
89
|
-
maxResults?: number | undefined;
|
|
90
|
-
nextToken?: string | undefined;
|
|
91
|
-
}
|
|
92
|
-
export interface ListFindingsFiltersResponse {
|
|
93
|
-
findingsFilterListItems?: FindingsFilterListItem[] | undefined;
|
|
94
|
-
nextToken?: string | undefined;
|
|
95
|
-
}
|
|
96
|
-
export interface ListInvitationsRequest {
|
|
97
|
-
maxResults?: number | undefined;
|
|
98
|
-
nextToken?: string | undefined;
|
|
99
|
-
}
|
|
100
|
-
export interface ListInvitationsResponse {
|
|
101
|
-
invitations?: Invitation[] | undefined;
|
|
102
|
-
nextToken?: string | undefined;
|
|
103
|
-
}
|
|
104
|
-
export interface ListManagedDataIdentifiersRequest {
|
|
105
|
-
nextToken?: string | undefined;
|
|
106
|
-
}
|
|
107
|
-
export interface ListManagedDataIdentifiersResponse {
|
|
108
|
-
items?: ManagedDataIdentifierSummary[] | undefined;
|
|
109
|
-
nextToken?: string | undefined;
|
|
110
|
-
}
|
|
111
|
-
export interface ListMembersRequest {
|
|
112
|
-
maxResults?: number | undefined;
|
|
113
|
-
nextToken?: string | undefined;
|
|
114
|
-
onlyAssociated?: string | undefined;
|
|
115
|
-
}
|
|
116
|
-
export interface ListMembersResponse {
|
|
117
|
-
members?: Member[] | undefined;
|
|
118
|
-
nextToken?: string | undefined;
|
|
119
|
-
}
|
|
120
|
-
export interface ListOrganizationAdminAccountsRequest {
|
|
121
|
-
maxResults?: number | undefined;
|
|
122
|
-
nextToken?: string | undefined;
|
|
123
|
-
}
|
|
124
|
-
export interface ListOrganizationAdminAccountsResponse {
|
|
125
|
-
adminAccounts?: AdminAccount[] | undefined;
|
|
126
|
-
nextToken?: string | undefined;
|
|
127
|
-
}
|
|
128
|
-
export interface ListResourceProfileArtifactsRequest {
|
|
129
|
-
nextToken?: string | undefined;
|
|
130
|
-
resourceArn: string | undefined;
|
|
131
|
-
}
|
|
132
|
-
export interface ListResourceProfileArtifactsResponse {
|
|
133
|
-
artifacts?: ResourceProfileArtifact[] | undefined;
|
|
134
|
-
nextToken?: string | undefined;
|
|
135
|
-
}
|
|
136
|
-
export interface ListResourceProfileDetectionsRequest {
|
|
137
|
-
maxResults?: number | undefined;
|
|
138
|
-
nextToken?: string | undefined;
|
|
139
|
-
resourceArn: string | undefined;
|
|
140
|
-
}
|
|
141
|
-
export interface ListResourceProfileDetectionsResponse {
|
|
142
|
-
detections?: Detection[] | undefined;
|
|
143
|
-
nextToken?: string | undefined;
|
|
144
|
-
}
|
|
145
|
-
export interface ListSensitivityInspectionTemplatesRequest {
|
|
146
|
-
maxResults?: number | undefined;
|
|
147
|
-
nextToken?: string | undefined;
|
|
148
|
-
}
|
|
149
|
-
export interface ListSensitivityInspectionTemplatesResponse {
|
|
150
|
-
nextToken?: string | undefined;
|
|
151
|
-
sensitivityInspectionTemplates?:
|
|
152
|
-
| SensitivityInspectionTemplatesEntry[]
|
|
153
|
-
| undefined;
|
|
154
|
-
}
|
|
155
|
-
export interface ListTagsForResourceRequest {
|
|
156
|
-
resourceArn: string | undefined;
|
|
157
|
-
}
|
|
158
|
-
export interface ListTagsForResourceResponse {
|
|
159
|
-
tags?: Record<string, string> | undefined;
|
|
160
|
-
}
|
|
161
|
-
export interface PutClassificationExportConfigurationRequest {
|
|
162
|
-
configuration: ClassificationExportConfiguration | undefined;
|
|
163
|
-
}
|
|
164
|
-
export interface PutClassificationExportConfigurationResponse {
|
|
165
|
-
configuration?: ClassificationExportConfiguration | undefined;
|
|
166
|
-
}
|
|
167
|
-
export interface PutFindingsPublicationConfigurationRequest {
|
|
168
|
-
clientToken?: string | undefined;
|
|
169
|
-
securityHubConfiguration?: SecurityHubConfiguration | undefined;
|
|
170
|
-
}
|
|
171
|
-
export interface PutFindingsPublicationConfigurationResponse {}
|
|
172
|
-
export interface SearchResourcesCriteriaBlock {
|
|
173
|
-
and?: SearchResourcesCriteria[] | undefined;
|
|
174
|
-
}
|
|
175
|
-
export interface SearchResourcesBucketCriteria {
|
|
176
|
-
excludes?: SearchResourcesCriteriaBlock | undefined;
|
|
177
|
-
includes?: SearchResourcesCriteriaBlock | undefined;
|
|
178
|
-
}
|
|
179
|
-
export declare const SearchResourcesSortAttributeName: {
|
|
180
|
-
readonly ACCOUNT_ID: "ACCOUNT_ID";
|
|
181
|
-
readonly RESOURCE_NAME: "RESOURCE_NAME";
|
|
182
|
-
readonly S3_CLASSIFIABLE_OBJECT_COUNT: "S3_CLASSIFIABLE_OBJECT_COUNT";
|
|
183
|
-
readonly S3_CLASSIFIABLE_SIZE_IN_BYTES: "S3_CLASSIFIABLE_SIZE_IN_BYTES";
|
|
184
|
-
};
|
|
185
|
-
export type SearchResourcesSortAttributeName =
|
|
186
|
-
(typeof SearchResourcesSortAttributeName)[keyof typeof SearchResourcesSortAttributeName];
|
|
187
|
-
export interface SearchResourcesSortCriteria {
|
|
188
|
-
attributeName?: SearchResourcesSortAttributeName | undefined;
|
|
189
|
-
orderBy?: OrderBy | undefined;
|
|
190
|
-
}
|
|
191
|
-
export interface SearchResourcesRequest {
|
|
192
|
-
bucketCriteria?: SearchResourcesBucketCriteria | undefined;
|
|
193
|
-
maxResults?: number | undefined;
|
|
194
|
-
nextToken?: string | undefined;
|
|
195
|
-
sortCriteria?: SearchResourcesSortCriteria | undefined;
|
|
196
|
-
}
|
|
197
|
-
export interface SearchResourcesResponse {
|
|
198
|
-
matchingResources?: MatchingResource[] | undefined;
|
|
199
|
-
nextToken?: string | undefined;
|
|
200
|
-
}
|
|
201
|
-
export interface TagResourceRequest {
|
|
202
|
-
resourceArn: string | undefined;
|
|
203
|
-
tags: Record<string, string> | undefined;
|
|
204
|
-
}
|
|
205
|
-
export interface TagResourceResponse {}
|
|
206
|
-
export interface TestCustomDataIdentifierRequest {
|
|
207
|
-
ignoreWords?: string[] | undefined;
|
|
208
|
-
keywords?: string[] | undefined;
|
|
209
|
-
maximumMatchDistance?: number | undefined;
|
|
210
|
-
regex: string | undefined;
|
|
211
|
-
sampleText: string | undefined;
|
|
212
|
-
}
|
|
213
|
-
export interface TestCustomDataIdentifierResponse {
|
|
214
|
-
matchCount?: number | undefined;
|
|
215
|
-
}
|
|
216
|
-
export interface UntagResourceRequest {
|
|
217
|
-
resourceArn: string | undefined;
|
|
218
|
-
tagKeys: string[] | undefined;
|
|
219
|
-
}
|
|
220
|
-
export interface UntagResourceResponse {}
|
|
221
|
-
export interface UpdateAllowListRequest {
|
|
222
|
-
criteria: AllowListCriteria | undefined;
|
|
223
|
-
description?: string | undefined;
|
|
224
|
-
id: string | undefined;
|
|
225
|
-
name: string | undefined;
|
|
226
|
-
}
|
|
227
|
-
export interface UpdateAllowListResponse {
|
|
228
|
-
arn?: string | undefined;
|
|
229
|
-
id?: string | undefined;
|
|
230
|
-
}
|
|
231
|
-
export interface UpdateAutomatedDiscoveryConfigurationRequest {
|
|
232
|
-
autoEnableOrganizationMembers?: AutoEnableMode | undefined;
|
|
233
|
-
status: AutomatedDiscoveryStatus | undefined;
|
|
234
|
-
}
|
|
235
|
-
export interface UpdateAutomatedDiscoveryConfigurationResponse {}
|
|
236
|
-
export interface UpdateClassificationJobRequest {
|
|
237
|
-
jobId: string | undefined;
|
|
238
|
-
jobStatus: JobStatus | undefined;
|
|
239
|
-
}
|
|
240
|
-
export interface UpdateClassificationJobResponse {}
|
|
241
|
-
export interface S3ClassificationScopeExclusionUpdate {
|
|
242
|
-
bucketNames: string[] | undefined;
|
|
243
|
-
operation: ClassificationScopeUpdateOperation | undefined;
|
|
244
|
-
}
|
|
245
|
-
export interface S3ClassificationScopeUpdate {
|
|
246
|
-
excludes: S3ClassificationScopeExclusionUpdate | undefined;
|
|
247
|
-
}
|
|
248
|
-
export interface UpdateClassificationScopeRequest {
|
|
249
|
-
id: string | undefined;
|
|
250
|
-
s3?: S3ClassificationScopeUpdate | undefined;
|
|
251
|
-
}
|
|
252
|
-
export interface UpdateClassificationScopeResponse {}
|
|
253
|
-
export interface UpdateFindingsFilterRequest {
|
|
254
|
-
action?: FindingsFilterAction | undefined;
|
|
255
|
-
clientToken?: string | undefined;
|
|
256
|
-
description?: string | undefined;
|
|
257
|
-
findingCriteria?: FindingCriteria | undefined;
|
|
258
|
-
id: string | undefined;
|
|
259
|
-
name?: string | undefined;
|
|
260
|
-
position?: number | undefined;
|
|
261
|
-
}
|
|
262
|
-
export interface UpdateFindingsFilterResponse {
|
|
263
|
-
arn?: string | undefined;
|
|
264
|
-
id?: string | undefined;
|
|
265
|
-
}
|
|
266
|
-
export interface UpdateMacieSessionRequest {
|
|
267
|
-
findingPublishingFrequency?: FindingPublishingFrequency | undefined;
|
|
268
|
-
status?: MacieStatus | undefined;
|
|
269
|
-
}
|
|
270
|
-
export interface UpdateMacieSessionResponse {}
|
|
271
|
-
export interface UpdateMemberSessionRequest {
|
|
272
|
-
id: string | undefined;
|
|
273
|
-
status: MacieStatus | undefined;
|
|
274
|
-
}
|
|
275
|
-
export interface UpdateMemberSessionResponse {}
|
|
276
|
-
export interface UpdateOrganizationConfigurationRequest {
|
|
277
|
-
autoEnable: boolean | undefined;
|
|
278
|
-
}
|
|
279
|
-
export interface UpdateOrganizationConfigurationResponse {}
|
|
280
|
-
export interface UpdateResourceProfileRequest {
|
|
281
|
-
resourceArn: string | undefined;
|
|
282
|
-
sensitivityScoreOverride?: number | undefined;
|
|
283
|
-
}
|
|
284
|
-
export interface UpdateResourceProfileResponse {}
|
|
285
|
-
export interface UpdateResourceProfileDetectionsRequest {
|
|
286
|
-
resourceArn: string | undefined;
|
|
287
|
-
suppressDataIdentifiers?: SuppressDataIdentifier[] | undefined;
|
|
288
|
-
}
|
|
289
|
-
export interface UpdateResourceProfileDetectionsResponse {}
|
|
290
|
-
export interface UpdateRetrievalConfiguration {
|
|
291
|
-
retrievalMode: RetrievalMode | undefined;
|
|
292
|
-
roleName?: string | undefined;
|
|
293
|
-
}
|
|
294
8
|
export interface UpdateRevealConfigurationRequest {
|
|
295
9
|
configuration: RevealConfiguration | undefined;
|
|
296
10
|
retrievalConfiguration?: UpdateRetrievalConfiguration | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-macie2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Macie2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.935.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-macie2",
|
|
@@ -20,38 +20,38 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.935.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.935.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.930.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.930.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.933.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.935.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.930.0",
|
|
30
30
|
"@aws-sdk/types": "3.930.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.930.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.930.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.935.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.4.3",
|
|
35
|
-
"@smithy/core": "^3.18.
|
|
35
|
+
"@smithy/core": "^3.18.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.3.6",
|
|
37
37
|
"@smithy/hash-node": "^4.2.5",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.2.5",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.2.5",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
41
|
-
"@smithy/middleware-retry": "^4.4.
|
|
42
|
-
"@smithy/middleware-serde": "^4.2.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.3.12",
|
|
41
|
+
"@smithy/middleware-retry": "^4.4.12",
|
|
42
|
+
"@smithy/middleware-serde": "^4.2.6",
|
|
43
43
|
"@smithy/middleware-stack": "^4.2.5",
|
|
44
44
|
"@smithy/node-config-provider": "^4.3.5",
|
|
45
45
|
"@smithy/node-http-handler": "^4.4.5",
|
|
46
46
|
"@smithy/protocol-http": "^5.3.5",
|
|
47
|
-
"@smithy/smithy-client": "^4.9.
|
|
47
|
+
"@smithy/smithy-client": "^4.9.8",
|
|
48
48
|
"@smithy/types": "^4.9.0",
|
|
49
49
|
"@smithy/url-parser": "^4.2.5",
|
|
50
50
|
"@smithy/util-base64": "^4.3.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.3.11",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.2.14",
|
|
55
55
|
"@smithy/util-endpoints": "^3.2.5",
|
|
56
56
|
"@smithy/util-middleware": "^4.2.5",
|
|
57
57
|
"@smithy/util-retry": "^4.2.5",
|
package/dist-es/models/index.js
DELETED