@aws-sdk/client-macie2 3.360.0 → 3.362.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/models/models_0.js +1 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-types/commands/CreateClassificationJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClassificationJobCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +17 -16
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/package.json +5 -5
|
@@ -44,7 +44,7 @@ export interface CreateClassificationJobCommandOutput extends CreateClassificati
|
|
|
44
44
|
* managedDataIdentifierIds: [
|
|
45
45
|
* "STRING_VALUE",
|
|
46
46
|
* ],
|
|
47
|
-
* managedDataIdentifierSelector: "ALL" || "EXCLUDE" || "INCLUDE" || "NONE",
|
|
47
|
+
* managedDataIdentifierSelector: "ALL" || "EXCLUDE" || "INCLUDE" || "NONE" || "RECOMMENDED",
|
|
48
48
|
* name: "STRING_VALUE", // required
|
|
49
49
|
* s3JobDefinition: { // S3JobDefinition
|
|
50
50
|
* bucketCriteria: { // S3BucketCriteriaForJob
|
|
@@ -57,7 +57,7 @@ export interface DescribeClassificationJobCommandOutput extends DescribeClassifi
|
|
|
57
57
|
* // managedDataIdentifierIds: [
|
|
58
58
|
* // "STRING_VALUE",
|
|
59
59
|
* // ],
|
|
60
|
-
* // managedDataIdentifierSelector: "ALL" || "EXCLUDE" || "INCLUDE" || "NONE",
|
|
60
|
+
* // managedDataIdentifierSelector: "ALL" || "EXCLUDE" || "INCLUDE" || "NONE" || "RECOMMENDED",
|
|
61
61
|
* // name: "STRING_VALUE",
|
|
62
62
|
* // s3JobDefinition: { // S3JobDefinition
|
|
63
63
|
* // bucketCriteria: { // S3BucketCriteriaForJob
|
|
@@ -906,7 +906,7 @@ export interface ClassificationResultStatus {
|
|
|
906
906
|
*/
|
|
907
907
|
code?: string;
|
|
908
908
|
/**
|
|
909
|
-
* <p>A brief description of the status of the finding. This value is null if the status (code) of the finding is COMPLETE.</p> <p>Amazon Macie uses this value to notify you of any errors, warnings, or considerations that might impact your analysis of the finding and the affected S3 object. Possible values are:</p> <ul><li><p>ARCHIVE_CONTAINS_UNPROCESSED_FILES - The object is an archive file and Macie extracted and analyzed only some or none of the files in the archive. To determine which files Macie analyzed, if any, refer to the corresponding sensitive data discovery result for the finding (
|
|
909
|
+
* <p>A brief description of the status of the finding. This value is null if the status (code) of the finding is COMPLETE.</p> <p>Amazon Macie uses this value to notify you of any errors, warnings, or considerations that might impact your analysis of the finding and the affected S3 object. Possible values are:</p> <ul><li><p>ARCHIVE_CONTAINS_UNPROCESSED_FILES - The object is an archive file and Macie extracted and analyzed only some or none of the files in the archive. To determine which files Macie analyzed, if any, refer to the corresponding sensitive data discovery result for the finding (classificationDetails.detailedResultsLocation).</p></li> <li><p>ARCHIVE_EXCEEDS_SIZE_LIMIT - The object is an archive file whose total storage size exceeds the size quota for this type of archive.</p></li> <li><p>ARCHIVE_NESTING_LEVEL_OVER_LIMIT - The object is an archive file whose nested depth exceeds the quota for the maximum number of nested levels that Macie analyzes for this type of archive.</p></li> <li><p>ARCHIVE_TOTAL_BYTES_EXTRACTED_OVER_LIMIT - The object is an archive file that exceeds the quota for the maximum amount of data that Macie extracts and analyzes for this type of archive.</p></li> <li><p>ARCHIVE_TOTAL_DOCUMENTS_PROCESSED_OVER_LIMIT - The object is an archive file that contains more than the maximum number of files that Macie extracts and analyzes for this type of archive.</p></li> <li><p>FILE_EXCEEDS_SIZE_LIMIT - The storage size of the object exceeds the size quota for this type of file.</p></li> <li><p>INVALID_ENCRYPTION - The object is encrypted using server-side encryption but Macie isn't allowed to use the key. Macie can't decrypt and analyze the object.</p></li> <li><p>INVALID_KMS_KEY - The object is encrypted with an KMS key that was disabled or is being deleted. Macie can't decrypt and analyze the object.</p></li> <li><p>INVALID_OBJECT_STATE - The object doesn't use a supported Amazon S3 storage class.</p></li> <li><p>JSON_NESTING_LEVEL_OVER_LIMIT - The object contains JSON data and the nested depth of the data exceeds the quota for the number of nested levels that Macie analyzes for this type of file.</p></li> <li><p>MALFORMED_FILE - The object is a malformed or corrupted file. An error occurred when Macie attempted to detect the file's type or extract data from the file.</p></li> <li><p>MALFORMED_OR_FILE_SIZE_EXCEEDS_LIMIT - The object is a Microsoft Office file that is malformed or exceeds the size quota for this type of file. If the file is malformed, an error occurred when Macie attempted to extract data from the file.</p></li> <li><p>NO_SUCH_BUCKET_AVAILABLE - The object was in a bucket that was deleted shortly before or when Macie attempted to analyze the object.</p></li> <li><p>OBJECT_VERSION_MISMATCH - The object was changed while Macie was analyzing it.</p></li> <li><p>OOXML_UNCOMPRESSED_RATIO_EXCEEDS_LIMIT - The object is an Office Open XML file whose compression ratio exceeds the compression quota for this type of file.</p></li> <li><p>OOXML_UNCOMPRESSED_SIZE_EXCEEDS_LIMIT - The object is an Office Open XML file that exceeds the size quota for this type of file.</p></li> <li><p>PERMISSION_DENIED - Macie isn't allowed to access the object. The object's permissions settings prevent Macie from analyzing the object.</p></li> <li><p>SOURCE_OBJECT_NO_LONGER_AVAILABLE - The object was deleted shortly before or when Macie attempted to analyze it.</p></li> <li><p>TIME_CUT_OFF_REACHED - Macie started analyzing the object but additional analysis would exceed the time quota for analyzing an object.</p></li> <li><p>UNABLE_TO_PARSE_FILE - The object is a file that contains structured data and an error occurred when Macie attempted to parse the data.</p></li> <li><p>UNSUPPORTED_FILE_TYPE_EXCEPTION - The object is a file that uses an unsupported file or storage format.</p></li></ul> <p>For information about quotas, supported storage classes, and supported file and storage formats, see <a href="https://docs.aws.amazon.com/macie/latest/user/macie-quotas.html">Quotas</a> and <a href="https://docs.aws.amazon.com/macie/latest/user/discovery-supported-storage.html">Supported storage classes and formats</a> in the <i>Amazon Macie User Guide</i>.</p>
|
|
910
910
|
*/
|
|
911
911
|
reason?: string;
|
|
912
912
|
}
|
|
@@ -916,7 +916,7 @@ export interface ClassificationResultStatus {
|
|
|
916
916
|
*/
|
|
917
917
|
export interface ClassificationResult {
|
|
918
918
|
/**
|
|
919
|
-
* <p>Specifies whether Amazon Macie detected additional occurrences of sensitive data in the S3 object. A finding includes location data for a maximum of 15 occurrences of sensitive data.</p> <p>This value can help you determine whether to investigate additional occurrences of sensitive data in an object. You can do this by referring to the corresponding sensitive data discovery result for the finding (
|
|
919
|
+
* <p>Specifies whether Amazon Macie detected additional occurrences of sensitive data in the S3 object. A finding includes location data for a maximum of 15 occurrences of sensitive data.</p> <p>This value can help you determine whether to investigate additional occurrences of sensitive data in an object. You can do this by referring to the corresponding sensitive data discovery result for the finding (classificationDetails.detailedResultsLocation).</p>
|
|
920
920
|
*/
|
|
921
921
|
additionalOccurrences?: boolean;
|
|
922
922
|
/**
|
|
@@ -1478,7 +1478,7 @@ export interface S3Object {
|
|
|
1478
1478
|
*/
|
|
1479
1479
|
extension?: string;
|
|
1480
1480
|
/**
|
|
1481
|
-
* <p>The full
|
|
1481
|
+
* <p>The full name (<i>key</i>) of the object, including the object's prefix if applicable.</p>
|
|
1482
1482
|
*/
|
|
1483
1483
|
key?: string;
|
|
1484
1484
|
/**
|
|
@@ -1486,7 +1486,7 @@ export interface S3Object {
|
|
|
1486
1486
|
*/
|
|
1487
1487
|
lastModified?: Date;
|
|
1488
1488
|
/**
|
|
1489
|
-
* <p>The path to the object, including the
|
|
1489
|
+
* <p>The full path to the affected object, including the name of the affected bucket and the object's name (key).</p>
|
|
1490
1490
|
*/
|
|
1491
1491
|
path?: string;
|
|
1492
1492
|
/**
|
|
@@ -2997,6 +2997,7 @@ export declare const ManagedDataIdentifierSelector: {
|
|
|
2997
2997
|
readonly EXCLUDE: "EXCLUDE";
|
|
2998
2998
|
readonly INCLUDE: "INCLUDE";
|
|
2999
2999
|
readonly NONE: "NONE";
|
|
3000
|
+
readonly RECOMMENDED: "RECOMMENDED";
|
|
3000
3001
|
};
|
|
3001
3002
|
/**
|
|
3002
3003
|
* @public
|
|
@@ -3138,7 +3139,7 @@ export interface CreateClassificationJobRequest {
|
|
|
3138
3139
|
*/
|
|
3139
3140
|
managedDataIdentifierIds?: string[];
|
|
3140
3141
|
/**
|
|
3141
|
-
* <p>The selection type to apply when determining which managed data identifiers the job uses to analyze data. Valid values are:</p> <ul><li><p>ALL - Use all
|
|
3142
|
+
* <p>The selection type to apply when determining which managed data identifiers the job uses to analyze data. Valid values are:</p> <ul><li><p>ALL (default) - Use all managed data identifiers. If you specify this value, don't specify any values for the managedDataIdentifierIds property.</p></li> <li><p>EXCLUDE - Use all managed data identifiers except the ones specified by the managedDataIdentifierIds property.</p></li> <li><p>INCLUDE - Use only the managed data identifiers specified by the managedDataIdentifierIds property.</p></li> <li><p>NONE - Don't use any managed data identifiers. If you specify this value, specify at least one custom data identifier for the job (customDataIdentifierIds) and don't specify any values for the managedDataIdentifierIds property.</p></li> <li><p>RECOMMENDED - Use only the set of managed data identifiers that Amazon Web Services recommends for jobs. If you specify this value, don't specify any values for the managedDataIdentifierIds property.</p></li></ul> <p>If you don't specify a value for this property, the job uses all managed data identifiers.</p> <p>If the job is a recurring job and you don't specify a value for this property or you specify ALL or EXCLUDE, each job run automatically uses new managed data identifiers that are released. If you specify RECOMMENDED for a recurring job, each job run automatically uses all the managed data identifiers that are in the recommended set when the job starts to run.</p> <p>For information about individual managed data identifiers or to determine which ones are in the recommended set, see <a href="https://docs.aws.amazon.com/macie/latest/user/managed-data-identifiers.html">Using managed data identifiers</a> and <a href="https://docs.aws.amazon.com/macie/latest/user/discovery-jobs-mdis-recommended.html">Recommended managed data identifiers</a> in the <i>Amazon Macie User Guide</i>.</p>
|
|
3142
3143
|
*/
|
|
3143
3144
|
managedDataIdentifierSelector?: ManagedDataIdentifierSelector | string;
|
|
3144
3145
|
/**
|
|
@@ -3190,7 +3191,7 @@ export declare const DataIdentifierSeverity: {
|
|
|
3190
3191
|
export type DataIdentifierSeverity = (typeof DataIdentifierSeverity)[keyof typeof DataIdentifierSeverity];
|
|
3191
3192
|
/**
|
|
3192
3193
|
* @public
|
|
3193
|
-
* <p>Specifies a severity level for findings that a custom data identifier produces. A severity level determines which severity is assigned to the findings, based on the number of occurrences of text that
|
|
3194
|
+
* <p>Specifies a severity level for findings that a custom data identifier produces. A severity level determines which severity is assigned to the findings, based on the number of occurrences of text that match the custom data identifier's detection criteria.</p>
|
|
3194
3195
|
*/
|
|
3195
3196
|
export interface SeverityLevel {
|
|
3196
3197
|
/**
|
|
@@ -3235,7 +3236,7 @@ export interface CreateCustomDataIdentifierRequest {
|
|
|
3235
3236
|
*/
|
|
3236
3237
|
regex: string | undefined;
|
|
3237
3238
|
/**
|
|
3238
|
-
* <p>The severity to assign to findings that the custom data identifier produces, based on the number of occurrences of text that
|
|
3239
|
+
* <p>The severity to assign to findings that the custom data identifier produces, based on the number of occurrences of text that match the custom data identifier's detection criteria. You can specify as many as three SeverityLevel objects in this array, one for each severity: LOW, MEDIUM, or HIGH. If you specify more than one, the occurrences thresholds must be in ascending order by severity, moving from LOW to HIGH. For example, 1 for LOW, 50 for MEDIUM, and 100 for HIGH. If an S3 object contains fewer occurrences than the lowest specified threshold, Amazon Macie doesn't create a finding.</p> <p>If you don't specify any values for this array, Macie creates findings for S3 objects that contain at least one occurrence of text that matches the detection criteria, and Macie assigns the MEDIUM severity to those findings.</p>
|
|
3239
3240
|
*/
|
|
3240
3241
|
severityLevels?: SeverityLevel[];
|
|
3241
3242
|
/**
|
|
@@ -3610,11 +3611,11 @@ export interface DescribeClassificationJobResponse {
|
|
|
3610
3611
|
*/
|
|
3611
3612
|
lastRunTime?: Date;
|
|
3612
3613
|
/**
|
|
3613
|
-
* <p>An array of unique identifiers, one for each managed data identifier that the job is explicitly configured to include (use) or exclude (not use) when it analyzes data. Inclusion or exclusion depends on the managed data identifier selection type specified for the job (managedDataIdentifierSelector)
|
|
3614
|
+
* <p>An array of unique identifiers, one for each managed data identifier that the job is explicitly configured to include (use) or exclude (not use) when it analyzes data. Inclusion or exclusion depends on the managed data identifier selection type specified for the job (managedDataIdentifierSelector).</p><p>This value is null if the job's managed data identifier selection type is ALL, NONE, or RECOMMENDED.</p>
|
|
3614
3615
|
*/
|
|
3615
3616
|
managedDataIdentifierIds?: string[];
|
|
3616
3617
|
/**
|
|
3617
|
-
* <p>The selection type that determines which managed data identifiers the job uses
|
|
3618
|
+
* <p>The selection type that determines which managed data identifiers the job uses when it analyzes data. Possible values are:</p> <ul><li><p>ALL (default) - Use all managed data identifiers.</p></li> <li><p>EXCLUDE - Use all managed data identifiers except the ones specified by the managedDataIdentifierIds property.</p></li> <li><p>INCLUDE - Use only the managed data identifiers specified by the managedDataIdentifierIds property.</p></li> <li><p>NONE - Don't use any managed data identifiers. Use only custom data identifiers (customDataIdentifierIds).</p></li> <li><p>RECOMMENDED - Use only the set of managed data identifiers that Amazon Web Services recommends for jobs.</p></li></ul> <p>If this value is null, the job uses all managed data identifiers.</p> <p>If the job is a recurring job and this value is null, ALL, or EXCLUDE, each job run automatically uses new managed data identifiers that are released after the job was created or the preceding run ended. If this value is RECOMMENDED for a recurring job, each job run uses all the managed data identifiers that are in the recommended set when the run starts.</p> <p>For information about individual managed data identifiers or to determine which ones are in the recommended set, see <a href="https://docs.aws.amazon.com/macie/latest/user/managed-data-identifiers.html">Using managed data identifiers</a> and <a href="https://docs.aws.amazon.com/macie/latest/user/discovery-jobs-mdis-recommended.html">Recommended managed data identifiers</a> in the <i>Amazon Macie User Guide</i>.</p>
|
|
3618
3619
|
*/
|
|
3619
3620
|
managedDataIdentifierSelector?: ManagedDataIdentifierSelector | string;
|
|
3620
3621
|
/**
|
|
@@ -4095,7 +4096,7 @@ export interface GetCustomDataIdentifierResponse {
|
|
|
4095
4096
|
*/
|
|
4096
4097
|
regex?: string;
|
|
4097
4098
|
/**
|
|
4098
|
-
* <p>Specifies the severity that's assigned to findings that the custom data identifier produces, based on the number of occurrences of text that
|
|
4099
|
+
* <p>Specifies the severity that's assigned to findings that the custom data identifier produces, based on the number of occurrences of text that match the custom data identifier's detection criteria. By default, Amazon Macie creates findings for S3 objects that contain at least one occurrence of text that matches the detection criteria, and Macie assigns the MEDIUM severity to those findings.</p>
|
|
4099
4100
|
*/
|
|
4100
4101
|
severityLevels?: SeverityLevel[];
|
|
4101
4102
|
/**
|
|
@@ -4109,7 +4110,7 @@ export interface GetCustomDataIdentifierResponse {
|
|
|
4109
4110
|
*/
|
|
4110
4111
|
export interface SortCriteria {
|
|
4111
4112
|
/**
|
|
4112
|
-
* <p>The name of the property to sort the results by.
|
|
4113
|
+
* <p>The name of the property to sort the results by. Valid values are: count, createdAt, policyDetails.action.apiCallDetails.firstSeen, policyDetails.action.apiCallDetails.lastSeen, resourcesAffected, severity.score, type, and updatedAt.</p>
|
|
4113
4114
|
*/
|
|
4114
4115
|
attributeName?: string;
|
|
4115
4116
|
/**
|
|
@@ -4400,19 +4401,19 @@ export interface ResourceStatistics {
|
|
|
4400
4401
|
*/
|
|
4401
4402
|
totalItemsSensitive?: number;
|
|
4402
4403
|
/**
|
|
4403
|
-
* <p>The total number of objects that Amazon Macie
|
|
4404
|
+
* <p>The total number of objects that Amazon Macie wasn't able to analyze in the bucket due to an object-level issue or error. For example, the object is a malformed file. This value includes objects that Macie wasn't able to analyze for reasons reported by other statistics in the ResourceStatistics object.</p>
|
|
4404
4405
|
*/
|
|
4405
4406
|
totalItemsSkipped?: number;
|
|
4406
4407
|
/**
|
|
4407
|
-
* <p>The total number of objects that Amazon Macie
|
|
4408
|
+
* <p>The total number of objects that Amazon Macie wasn't able to analyze in the bucket because the objects are encrypted with a key that Macie can't access. The objects use server-side encryption with customer-provided keys (SSE-C).</p>
|
|
4408
4409
|
*/
|
|
4409
4410
|
totalItemsSkippedInvalidEncryption?: number;
|
|
4410
4411
|
/**
|
|
4411
|
-
* <p>The total number of objects that Amazon Macie
|
|
4412
|
+
* <p>The total number of objects that Amazon Macie wasn't able to analyze in the bucket because the objects are encrypted with KMS keys that were disabled, are scheduled for deletion, or were deleted.</p>
|
|
4412
4413
|
*/
|
|
4413
4414
|
totalItemsSkippedInvalidKms?: number;
|
|
4414
4415
|
/**
|
|
4415
|
-
* <p>The total number of objects that Amazon Macie
|
|
4416
|
+
* <p>The total number of objects that Amazon Macie wasn't able to analyze in the bucket due to the permissions settings for the objects or the permissions settings for the keys that were used to encrypt the objects.</p>
|
|
4416
4417
|
*/
|
|
4417
4418
|
totalItemsSkippedPermissionDenied?: number;
|
|
4418
4419
|
}
|
|
@@ -4546,7 +4547,7 @@ export interface GetSensitiveDataOccurrencesAvailabilityResponse {
|
|
|
4546
4547
|
*/
|
|
4547
4548
|
code?: AvailabilityCode | string;
|
|
4548
4549
|
/**
|
|
4549
|
-
* <p>Specifies why occurrences of sensitive data can't be retrieved for the finding. Possible values are:</p> <ul><li><p>INVALID_CLASSIFICATION_RESULT - Amazon Macie can't verify the location of the sensitive data to retrieve. There isn't a corresponding sensitive data discovery result for the finding. Or the sensitive data discovery result specified by the
|
|
4550
|
+
* <p>Specifies why occurrences of sensitive data can't be retrieved for the finding. Possible values are:</p> <ul><li><p>INVALID_CLASSIFICATION_RESULT - Amazon Macie can't verify the location of the sensitive data to retrieve. There isn't a corresponding sensitive data discovery result for the finding. Or the sensitive data discovery result specified by the classificationDetails.detailedResultsLocation field of the finding isn't available, is malformed or corrupted, or uses an unsupported storage format.</p></li> <li><p>OBJECT_EXCEEDS_SIZE_QUOTA - The storage size of the affected S3 object exceeds the size quota for retrieving occurrences of sensitive data.</p></li> <li><p>OBJECT_UNAVAILABLE - The affected S3 object isn't available. The object might have been renamed, moved, or deleted. Or the object was changed after Macie created the finding.</p></li> <li><p>UNSUPPORTED_FINDING_TYPE - The specified finding isn't a sensitive data finding.</p></li> <li><p>UNSUPPORTED_OBJECT_TYPE - The affected S3 object uses a file or storage format that Macie doesn't support for retrieving occurrences of sensitive data.</p></li></ul> <p>This value is null if sensitive data can be retrieved for the finding.</p>
|
|
4550
4551
|
*/
|
|
4551
4552
|
reasons?: (UnavailabilityReasonCode | string)[];
|
|
4552
4553
|
}
|
|
@@ -1001,6 +1001,7 @@ export declare const ManagedDataIdentifierSelector: {
|
|
|
1001
1001
|
readonly EXCLUDE: "EXCLUDE";
|
|
1002
1002
|
readonly INCLUDE: "INCLUDE";
|
|
1003
1003
|
readonly NONE: "NONE";
|
|
1004
|
+
readonly RECOMMENDED: "RECOMMENDED";
|
|
1004
1005
|
};
|
|
1005
1006
|
export type ManagedDataIdentifierSelector =
|
|
1006
1007
|
(typeof ManagedDataIdentifierSelector)[keyof typeof ManagedDataIdentifierSelector];
|
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.362.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,9 +21,9 @@
|
|
|
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.
|
|
24
|
+
"@aws-sdk/client-sts": "3.362.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.357.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.362.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.357.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.357.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.357.0",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"@aws-sdk/middleware-host-header": "3.357.0",
|
|
33
33
|
"@aws-sdk/middleware-logger": "3.357.0",
|
|
34
34
|
"@aws-sdk/middleware-recursion-detection": "3.357.0",
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.362.0",
|
|
36
36
|
"@aws-sdk/middleware-serde": "3.357.0",
|
|
37
37
|
"@aws-sdk/middleware-signing": "3.357.0",
|
|
38
38
|
"@aws-sdk/middleware-stack": "3.357.0",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"@aws-sdk/util-defaults-mode-browser": "3.360.0",
|
|
49
49
|
"@aws-sdk/util-defaults-mode-node": "3.360.0",
|
|
50
50
|
"@aws-sdk/util-endpoints": "3.357.0",
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
51
|
+
"@aws-sdk/util-retry": "3.362.0",
|
|
52
52
|
"@aws-sdk/util-user-agent-browser": "3.357.0",
|
|
53
53
|
"@aws-sdk/util-user-agent-node": "3.357.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.310.0",
|