@aws-sdk/client-macie2 3.211.0 → 3.212.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.
|
@@ -5145,10 +5145,8 @@ const serializeAws_restJson1BucketCriteria = (input, context) => {
|
|
|
5145
5145
|
if (value === null) {
|
|
5146
5146
|
return acc;
|
|
5147
5147
|
}
|
|
5148
|
-
|
|
5149
|
-
|
|
5150
|
-
[key]: serializeAws_restJson1BucketCriteriaAdditionalProperties(value, context),
|
|
5151
|
-
};
|
|
5148
|
+
acc[key] = serializeAws_restJson1BucketCriteriaAdditionalProperties(value, context);
|
|
5149
|
+
return acc;
|
|
5152
5150
|
}, {});
|
|
5153
5151
|
};
|
|
5154
5152
|
const serializeAws_restJson1BucketCriteriaAdditionalProperties = (input, context) => {
|
|
@@ -5195,10 +5193,8 @@ const serializeAws_restJson1Criterion = (input, context) => {
|
|
|
5195
5193
|
if (value === null) {
|
|
5196
5194
|
return acc;
|
|
5197
5195
|
}
|
|
5198
|
-
|
|
5199
|
-
|
|
5200
|
-
[key]: serializeAws_restJson1CriterionAdditionalProperties(value, context),
|
|
5201
|
-
};
|
|
5196
|
+
acc[key] = serializeAws_restJson1CriterionAdditionalProperties(value, context);
|
|
5197
|
+
return acc;
|
|
5202
5198
|
}, {});
|
|
5203
5199
|
};
|
|
5204
5200
|
const serializeAws_restJson1CriterionAdditionalProperties = (input, context) => {
|
|
@@ -5444,10 +5440,8 @@ const serializeAws_restJson1TagMap = (input, context) => {
|
|
|
5444
5440
|
if (value === null) {
|
|
5445
5441
|
return acc;
|
|
5446
5442
|
}
|
|
5447
|
-
|
|
5448
|
-
|
|
5449
|
-
[key]: value,
|
|
5450
|
-
};
|
|
5443
|
+
acc[key] = value;
|
|
5444
|
+
return acc;
|
|
5451
5445
|
}, {});
|
|
5452
5446
|
};
|
|
5453
5447
|
const serializeAws_restJson1TagScopeTerm = (input, context) => {
|
|
@@ -6040,10 +6034,8 @@ const deserializeAws_restJson1Criterion = (output, context) => {
|
|
|
6040
6034
|
if (value === null) {
|
|
6041
6035
|
return acc;
|
|
6042
6036
|
}
|
|
6043
|
-
|
|
6044
|
-
|
|
6045
|
-
[key]: deserializeAws_restJson1CriterionAdditionalProperties(value, context),
|
|
6046
|
-
};
|
|
6037
|
+
acc[key] = deserializeAws_restJson1CriterionAdditionalProperties(value, context);
|
|
6038
|
+
return acc;
|
|
6047
6039
|
}, {});
|
|
6048
6040
|
};
|
|
6049
6041
|
const deserializeAws_restJson1CriterionAdditionalProperties = (output, context) => {
|
|
@@ -6591,10 +6583,8 @@ const deserializeAws_restJson1SensitiveDataOccurrences = (output, context) => {
|
|
|
6591
6583
|
if (value === null) {
|
|
6592
6584
|
return acc;
|
|
6593
6585
|
}
|
|
6594
|
-
|
|
6595
|
-
|
|
6596
|
-
[key]: deserializeAws_restJson1__listOfDetectedDataDetails(value, context),
|
|
6597
|
-
};
|
|
6586
|
+
acc[key] = deserializeAws_restJson1__listOfDetectedDataDetails(value, context);
|
|
6587
|
+
return acc;
|
|
6598
6588
|
}, {});
|
|
6599
6589
|
};
|
|
6600
6590
|
const deserializeAws_restJson1ServerSideEncryption = (output, context) => {
|
|
@@ -6695,10 +6685,8 @@ const deserializeAws_restJson1TagMap = (output, context) => {
|
|
|
6695
6685
|
if (value === null) {
|
|
6696
6686
|
return acc;
|
|
6697
6687
|
}
|
|
6698
|
-
|
|
6699
|
-
|
|
6700
|
-
[key]: (0, smithy_client_1.expectString)(value),
|
|
6701
|
-
};
|
|
6688
|
+
acc[key] = (0, smithy_client_1.expectString)(value);
|
|
6689
|
+
return acc;
|
|
6702
6690
|
}, {});
|
|
6703
6691
|
};
|
|
6704
6692
|
const deserializeAws_restJson1TagScopeTerm = (output, context) => {
|
|
@@ -5008,10 +5008,8 @@ const serializeAws_restJson1BucketCriteria = (input, context) => {
|
|
|
5008
5008
|
if (value === null) {
|
|
5009
5009
|
return acc;
|
|
5010
5010
|
}
|
|
5011
|
-
|
|
5012
|
-
|
|
5013
|
-
[key]: serializeAws_restJson1BucketCriteriaAdditionalProperties(value, context),
|
|
5014
|
-
};
|
|
5011
|
+
acc[key] = serializeAws_restJson1BucketCriteriaAdditionalProperties(value, context);
|
|
5012
|
+
return acc;
|
|
5015
5013
|
}, {});
|
|
5016
5014
|
};
|
|
5017
5015
|
const serializeAws_restJson1BucketCriteriaAdditionalProperties = (input, context) => {
|
|
@@ -5058,10 +5056,8 @@ const serializeAws_restJson1Criterion = (input, context) => {
|
|
|
5058
5056
|
if (value === null) {
|
|
5059
5057
|
return acc;
|
|
5060
5058
|
}
|
|
5061
|
-
|
|
5062
|
-
|
|
5063
|
-
[key]: serializeAws_restJson1CriterionAdditionalProperties(value, context),
|
|
5064
|
-
};
|
|
5059
|
+
acc[key] = serializeAws_restJson1CriterionAdditionalProperties(value, context);
|
|
5060
|
+
return acc;
|
|
5065
5061
|
}, {});
|
|
5066
5062
|
};
|
|
5067
5063
|
const serializeAws_restJson1CriterionAdditionalProperties = (input, context) => {
|
|
@@ -5307,10 +5303,8 @@ const serializeAws_restJson1TagMap = (input, context) => {
|
|
|
5307
5303
|
if (value === null) {
|
|
5308
5304
|
return acc;
|
|
5309
5305
|
}
|
|
5310
|
-
|
|
5311
|
-
|
|
5312
|
-
[key]: value,
|
|
5313
|
-
};
|
|
5306
|
+
acc[key] = value;
|
|
5307
|
+
return acc;
|
|
5314
5308
|
}, {});
|
|
5315
5309
|
};
|
|
5316
5310
|
const serializeAws_restJson1TagScopeTerm = (input, context) => {
|
|
@@ -5903,10 +5897,8 @@ const deserializeAws_restJson1Criterion = (output, context) => {
|
|
|
5903
5897
|
if (value === null) {
|
|
5904
5898
|
return acc;
|
|
5905
5899
|
}
|
|
5906
|
-
|
|
5907
|
-
|
|
5908
|
-
[key]: deserializeAws_restJson1CriterionAdditionalProperties(value, context),
|
|
5909
|
-
};
|
|
5900
|
+
acc[key] = deserializeAws_restJson1CriterionAdditionalProperties(value, context);
|
|
5901
|
+
return acc;
|
|
5910
5902
|
}, {});
|
|
5911
5903
|
};
|
|
5912
5904
|
const deserializeAws_restJson1CriterionAdditionalProperties = (output, context) => {
|
|
@@ -6454,10 +6446,8 @@ const deserializeAws_restJson1SensitiveDataOccurrences = (output, context) => {
|
|
|
6454
6446
|
if (value === null) {
|
|
6455
6447
|
return acc;
|
|
6456
6448
|
}
|
|
6457
|
-
|
|
6458
|
-
|
|
6459
|
-
[key]: deserializeAws_restJson1__listOfDetectedDataDetails(value, context),
|
|
6460
|
-
};
|
|
6449
|
+
acc[key] = deserializeAws_restJson1__listOfDetectedDataDetails(value, context);
|
|
6450
|
+
return acc;
|
|
6461
6451
|
}, {});
|
|
6462
6452
|
};
|
|
6463
6453
|
const deserializeAws_restJson1ServerSideEncryption = (output, context) => {
|
|
@@ -6558,10 +6548,8 @@ const deserializeAws_restJson1TagMap = (output, context) => {
|
|
|
6558
6548
|
if (value === null) {
|
|
6559
6549
|
return acc;
|
|
6560
6550
|
}
|
|
6561
|
-
|
|
6562
|
-
|
|
6563
|
-
[key]: __expectString(value),
|
|
6564
|
-
};
|
|
6551
|
+
acc[key] = __expectString(value);
|
|
6552
|
+
return acc;
|
|
6565
6553
|
}, {});
|
|
6566
6554
|
};
|
|
6567
6555
|
const deserializeAws_restJson1TagScopeTerm = (output, context) => {
|
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.212.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",
|
|
@@ -19,39 +19,39 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
-
"@aws-sdk/config-resolver": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
26
|
-
"@aws-sdk/hash-node": "3.
|
|
27
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
28
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
29
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
30
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
31
|
-
"@aws-sdk/middleware-logger": "3.
|
|
32
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
33
|
-
"@aws-sdk/middleware-retry": "3.
|
|
34
|
-
"@aws-sdk/middleware-serde": "3.
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
36
|
-
"@aws-sdk/middleware-stack": "3.
|
|
37
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
38
|
-
"@aws-sdk/node-config-provider": "3.
|
|
39
|
-
"@aws-sdk/node-http-handler": "3.
|
|
40
|
-
"@aws-sdk/protocol-http": "3.
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
-
"@aws-sdk/types": "3.
|
|
43
|
-
"@aws-sdk/url-parser": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.212.0",
|
|
23
|
+
"@aws-sdk/config-resolver": "3.212.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.212.0",
|
|
25
|
+
"@aws-sdk/fetch-http-handler": "3.212.0",
|
|
26
|
+
"@aws-sdk/hash-node": "3.212.0",
|
|
27
|
+
"@aws-sdk/invalid-dependency": "3.212.0",
|
|
28
|
+
"@aws-sdk/middleware-content-length": "3.212.0",
|
|
29
|
+
"@aws-sdk/middleware-endpoint": "3.212.0",
|
|
30
|
+
"@aws-sdk/middleware-host-header": "3.212.0",
|
|
31
|
+
"@aws-sdk/middleware-logger": "3.212.0",
|
|
32
|
+
"@aws-sdk/middleware-recursion-detection": "3.212.0",
|
|
33
|
+
"@aws-sdk/middleware-retry": "3.212.0",
|
|
34
|
+
"@aws-sdk/middleware-serde": "3.212.0",
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.212.0",
|
|
36
|
+
"@aws-sdk/middleware-stack": "3.212.0",
|
|
37
|
+
"@aws-sdk/middleware-user-agent": "3.212.0",
|
|
38
|
+
"@aws-sdk/node-config-provider": "3.212.0",
|
|
39
|
+
"@aws-sdk/node-http-handler": "3.212.0",
|
|
40
|
+
"@aws-sdk/protocol-http": "3.212.0",
|
|
41
|
+
"@aws-sdk/smithy-client": "3.212.0",
|
|
42
|
+
"@aws-sdk/types": "3.212.0",
|
|
43
|
+
"@aws-sdk/url-parser": "3.212.0",
|
|
44
44
|
"@aws-sdk/util-base64": "3.208.0",
|
|
45
45
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
46
46
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
47
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
-
"@aws-sdk/util-endpoints": "3.
|
|
50
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
51
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
47
|
+
"@aws-sdk/util-defaults-mode-browser": "3.212.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-node": "3.212.0",
|
|
49
|
+
"@aws-sdk/util-endpoints": "3.212.0",
|
|
50
|
+
"@aws-sdk/util-user-agent-browser": "3.212.0",
|
|
51
|
+
"@aws-sdk/util-user-agent-node": "3.212.0",
|
|
52
52
|
"@aws-sdk/util-utf8-browser": "3.188.0",
|
|
53
53
|
"@aws-sdk/util-utf8-node": "3.208.0",
|
|
54
|
-
"@aws-sdk/util-waiter": "3.
|
|
54
|
+
"@aws-sdk/util-waiter": "3.212.0",
|
|
55
55
|
"tslib": "^2.3.1",
|
|
56
56
|
"uuid": "^8.3.2"
|
|
57
57
|
},
|