@aws-sdk/client-macie2 3.428.0 → 3.430.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.
|
@@ -114,8 +114,8 @@ export declare const SearchResourcesSortAttributeName: {
|
|
|
114
114
|
export type SearchResourcesSortAttributeName =
|
|
115
115
|
(typeof SearchResourcesSortAttributeName)[keyof typeof SearchResourcesSortAttributeName];
|
|
116
116
|
export interface SearchResourcesSortCriteria {
|
|
117
|
-
attributeName?: SearchResourcesSortAttributeName
|
|
118
|
-
orderBy?: OrderBy
|
|
117
|
+
attributeName?: SearchResourcesSortAttributeName;
|
|
118
|
+
orderBy?: OrderBy;
|
|
119
119
|
}
|
|
120
120
|
export interface SearchResourcesRequest {
|
|
121
121
|
bucketCriteria?: SearchResourcesBucketCriteria;
|
|
@@ -158,17 +158,17 @@ export interface UpdateAllowListResponse {
|
|
|
158
158
|
id?: string;
|
|
159
159
|
}
|
|
160
160
|
export interface UpdateAutomatedDiscoveryConfigurationRequest {
|
|
161
|
-
status: AutomatedDiscoveryStatus |
|
|
161
|
+
status: AutomatedDiscoveryStatus | undefined;
|
|
162
162
|
}
|
|
163
163
|
export interface UpdateAutomatedDiscoveryConfigurationResponse {}
|
|
164
164
|
export interface UpdateClassificationJobRequest {
|
|
165
165
|
jobId: string | undefined;
|
|
166
|
-
jobStatus: JobStatus |
|
|
166
|
+
jobStatus: JobStatus | undefined;
|
|
167
167
|
}
|
|
168
168
|
export interface UpdateClassificationJobResponse {}
|
|
169
169
|
export interface S3ClassificationScopeExclusionUpdate {
|
|
170
170
|
bucketNames: string[] | undefined;
|
|
171
|
-
operation: ClassificationScopeUpdateOperation |
|
|
171
|
+
operation: ClassificationScopeUpdateOperation | undefined;
|
|
172
172
|
}
|
|
173
173
|
export interface S3ClassificationScopeUpdate {
|
|
174
174
|
excludes: S3ClassificationScopeExclusionUpdate | undefined;
|
|
@@ -179,7 +179,7 @@ export interface UpdateClassificationScopeRequest {
|
|
|
179
179
|
}
|
|
180
180
|
export interface UpdateClassificationScopeResponse {}
|
|
181
181
|
export interface UpdateFindingsFilterRequest {
|
|
182
|
-
action?: FindingsFilterAction
|
|
182
|
+
action?: FindingsFilterAction;
|
|
183
183
|
clientToken?: string;
|
|
184
184
|
description?: string;
|
|
185
185
|
findingCriteria?: FindingCriteria;
|
|
@@ -192,13 +192,13 @@ export interface UpdateFindingsFilterResponse {
|
|
|
192
192
|
id?: string;
|
|
193
193
|
}
|
|
194
194
|
export interface UpdateMacieSessionRequest {
|
|
195
|
-
findingPublishingFrequency?: FindingPublishingFrequency
|
|
196
|
-
status?: MacieStatus
|
|
195
|
+
findingPublishingFrequency?: FindingPublishingFrequency;
|
|
196
|
+
status?: MacieStatus;
|
|
197
197
|
}
|
|
198
198
|
export interface UpdateMacieSessionResponse {}
|
|
199
199
|
export interface UpdateMemberSessionRequest {
|
|
200
200
|
id: string | undefined;
|
|
201
|
-
status: MacieStatus |
|
|
201
|
+
status: MacieStatus | undefined;
|
|
202
202
|
}
|
|
203
203
|
export interface UpdateMemberSessionResponse {}
|
|
204
204
|
export interface UpdateOrganizationConfigurationRequest {
|
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.430.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,28 +21,28 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.430.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.430.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.429.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.428.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.428.0",
|
|
29
29
|
"@aws-sdk/middleware-signing": "3.428.0",
|
|
30
30
|
"@aws-sdk/middleware-user-agent": "3.428.0",
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.430.0",
|
|
32
32
|
"@aws-sdk/types": "3.428.0",
|
|
33
33
|
"@aws-sdk/util-endpoints": "3.428.0",
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.428.0",
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.0.
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.430.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.0.15",
|
|
37
37
|
"@smithy/fetch-http-handler": "^2.2.3",
|
|
38
38
|
"@smithy/hash-node": "^2.0.11",
|
|
39
39
|
"@smithy/invalid-dependency": "^2.0.11",
|
|
40
40
|
"@smithy/middleware-content-length": "^2.0.13",
|
|
41
|
-
"@smithy/middleware-endpoint": "^2.1.
|
|
42
|
-
"@smithy/middleware-retry": "^2.0.
|
|
41
|
+
"@smithy/middleware-endpoint": "^2.1.2",
|
|
42
|
+
"@smithy/middleware-retry": "^2.0.17",
|
|
43
43
|
"@smithy/middleware-serde": "^2.0.11",
|
|
44
44
|
"@smithy/middleware-stack": "^2.0.5",
|
|
45
|
-
"@smithy/node-config-provider": "^2.1.
|
|
45
|
+
"@smithy/node-config-provider": "^2.1.2",
|
|
46
46
|
"@smithy/node-http-handler": "^2.1.7",
|
|
47
47
|
"@smithy/protocol-http": "^3.0.7",
|
|
48
48
|
"@smithy/smithy-client": "^2.1.11",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"@smithy/util-body-length-browser": "^2.0.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^2.1.0",
|
|
54
54
|
"@smithy/util-defaults-mode-browser": "^2.0.15",
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^2.0.20",
|
|
56
56
|
"@smithy/util-retry": "^2.0.4",
|
|
57
57
|
"@smithy/util-utf8": "^2.0.0",
|
|
58
58
|
"@smithy/util-waiter": "^2.0.11",
|