@aws-sdk/client-macie2 3.427.0 → 3.429.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 | string;
118
- orderBy?: OrderBy | string;
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 | string | undefined;
161
+ status: AutomatedDiscoveryStatus | undefined;
162
162
  }
163
163
  export interface UpdateAutomatedDiscoveryConfigurationResponse {}
164
164
  export interface UpdateClassificationJobRequest {
165
165
  jobId: string | undefined;
166
- jobStatus: JobStatus | string | undefined;
166
+ jobStatus: JobStatus | undefined;
167
167
  }
168
168
  export interface UpdateClassificationJobResponse {}
169
169
  export interface S3ClassificationScopeExclusionUpdate {
170
170
  bucketNames: string[] | undefined;
171
- operation: ClassificationScopeUpdateOperation | string | undefined;
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 | string;
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 | string;
196
- status?: MacieStatus | string;
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 | string | undefined;
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.427.0",
4
+ "version": "3.429.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,41 +21,41 @@
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.427.0",
25
- "@aws-sdk/credential-provider-node": "3.427.0",
26
- "@aws-sdk/middleware-host-header": "3.425.0",
27
- "@aws-sdk/middleware-logger": "3.425.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.425.0",
29
- "@aws-sdk/middleware-signing": "3.425.0",
30
- "@aws-sdk/middleware-user-agent": "3.427.0",
31
- "@aws-sdk/region-config-resolver": "3.425.0",
32
- "@aws-sdk/types": "3.425.0",
33
- "@aws-sdk/util-endpoints": "3.427.0",
34
- "@aws-sdk/util-user-agent-browser": "3.425.0",
35
- "@aws-sdk/util-user-agent-node": "3.425.0",
36
- "@smithy/config-resolver": "^2.0.11",
37
- "@smithy/fetch-http-handler": "^2.2.1",
38
- "@smithy/hash-node": "^2.0.10",
39
- "@smithy/invalid-dependency": "^2.0.10",
40
- "@smithy/middleware-content-length": "^2.0.12",
41
- "@smithy/middleware-endpoint": "^2.0.10",
42
- "@smithy/middleware-retry": "^2.0.13",
43
- "@smithy/middleware-serde": "^2.0.10",
44
- "@smithy/middleware-stack": "^2.0.4",
45
- "@smithy/node-config-provider": "^2.0.13",
46
- "@smithy/node-http-handler": "^2.1.6",
47
- "@smithy/protocol-http": "^3.0.6",
48
- "@smithy/smithy-client": "^2.1.9",
49
- "@smithy/types": "^2.3.4",
50
- "@smithy/url-parser": "^2.0.10",
24
+ "@aws-sdk/client-sts": "3.429.0",
25
+ "@aws-sdk/credential-provider-node": "3.429.0",
26
+ "@aws-sdk/middleware-host-header": "3.429.0",
27
+ "@aws-sdk/middleware-logger": "3.428.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.428.0",
29
+ "@aws-sdk/middleware-signing": "3.428.0",
30
+ "@aws-sdk/middleware-user-agent": "3.428.0",
31
+ "@aws-sdk/region-config-resolver": "3.428.0",
32
+ "@aws-sdk/types": "3.428.0",
33
+ "@aws-sdk/util-endpoints": "3.428.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.428.0",
35
+ "@aws-sdk/util-user-agent-node": "3.428.0",
36
+ "@smithy/config-resolver": "^2.0.14",
37
+ "@smithy/fetch-http-handler": "^2.2.3",
38
+ "@smithy/hash-node": "^2.0.11",
39
+ "@smithy/invalid-dependency": "^2.0.11",
40
+ "@smithy/middleware-content-length": "^2.0.13",
41
+ "@smithy/middleware-endpoint": "^2.1.1",
42
+ "@smithy/middleware-retry": "^2.0.16",
43
+ "@smithy/middleware-serde": "^2.0.11",
44
+ "@smithy/middleware-stack": "^2.0.5",
45
+ "@smithy/node-config-provider": "^2.1.1",
46
+ "@smithy/node-http-handler": "^2.1.7",
47
+ "@smithy/protocol-http": "^3.0.7",
48
+ "@smithy/smithy-client": "^2.1.11",
49
+ "@smithy/types": "^2.3.5",
50
+ "@smithy/url-parser": "^2.0.11",
51
51
  "@smithy/util-base64": "^2.0.0",
52
52
  "@smithy/util-body-length-browser": "^2.0.0",
53
53
  "@smithy/util-body-length-node": "^2.1.0",
54
- "@smithy/util-defaults-mode-browser": "^2.0.13",
55
- "@smithy/util-defaults-mode-node": "^2.0.15",
56
- "@smithy/util-retry": "^2.0.3",
54
+ "@smithy/util-defaults-mode-browser": "^2.0.15",
55
+ "@smithy/util-defaults-mode-node": "^2.0.19",
56
+ "@smithy/util-retry": "^2.0.4",
57
57
  "@smithy/util-utf8": "^2.0.0",
58
- "@smithy/util-waiter": "^2.0.10",
58
+ "@smithy/util-waiter": "^2.0.11",
59
59
  "tslib": "^2.5.0",
60
60
  "uuid": "^8.3.2"
61
61
  },