@aws-sdk/client-s3-control 3.895.0 → 3.896.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 +1 -1
- package/dist-es/protocols/Aws_restXml.js +1 -1
- package/package.json +13 -14
package/dist-cjs/index.js
CHANGED
|
@@ -2,7 +2,7 @@ import { loadRestXmlErrorCode, parseXmlBody as parseBody, parseXmlErrorBody as p
|
|
|
2
2
|
import { XmlNode as __XmlNode, XmlText as __XmlText } from "@aws-sdk/xml-builder";
|
|
3
3
|
import { requestBuilder as rb } from "@smithy/core";
|
|
4
4
|
import { collectBody, decorateServiceException as __decorateServiceException, expectNonNull as __expectNonNull, expectObject as __expectObject, expectString as __expectString, expectUnion as __expectUnion, getArrayIfSingleItem as __getArrayIfSingleItem, isSerializableHeaderValue, map, parseBoolean as __parseBoolean, parseRfc3339DateTimeWithOffset as __parseRfc3339DateTimeWithOffset, serializeDateTime as __serializeDateTime, strictParseFloat as __strictParseFloat, strictParseInt32 as __strictParseInt32, strictParseLong as __strictParseLong, withBaseException, } from "@smithy/smithy-client";
|
|
5
|
-
import { v4 as generateIdempotencyToken } from "uuid";
|
|
5
|
+
import { v4 as generateIdempotencyToken } from "@smithy/uuid";
|
|
6
6
|
import { BadRequestException, BucketAlreadyExists, BucketAlreadyOwnedByYou, IdempotencyException, InternalServiceException, JobManifestGenerator, NoSuchPublicAccessBlockConfiguration, NotFoundException, ObjectEncryptionFilter, ObjectLambdaContentTransformation, TooManyRequestsException, } from "../models/models_0";
|
|
7
7
|
import { InvalidNextTokenException, InvalidRequestException, JobStatusException, TooManyTagsException, } from "../models/models_1";
|
|
8
8
|
import { S3ControlServiceException as __BaseException } from "../models/S3ControlServiceException";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-s3-control",
|
|
3
3
|
"description": "AWS SDK for JavaScript S3 Control Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.896.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-s3-control",
|
|
@@ -22,22 +22,22 @@
|
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
24
24
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/core": "3.896.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.896.0",
|
|
27
27
|
"@aws-sdk/middleware-bucket-endpoint": "3.893.0",
|
|
28
28
|
"@aws-sdk/middleware-host-header": "3.893.0",
|
|
29
29
|
"@aws-sdk/middleware-logger": "3.893.0",
|
|
30
30
|
"@aws-sdk/middleware-recursion-detection": "3.893.0",
|
|
31
31
|
"@aws-sdk/middleware-sdk-s3-control": "3.895.0",
|
|
32
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
32
|
+
"@aws-sdk/middleware-user-agent": "3.896.0",
|
|
33
33
|
"@aws-sdk/region-config-resolver": "3.893.0",
|
|
34
34
|
"@aws-sdk/types": "3.893.0",
|
|
35
35
|
"@aws-sdk/util-endpoints": "3.895.0",
|
|
36
36
|
"@aws-sdk/util-user-agent-browser": "3.893.0",
|
|
37
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
37
|
+
"@aws-sdk/util-user-agent-node": "3.896.0",
|
|
38
38
|
"@aws-sdk/xml-builder": "3.894.0",
|
|
39
39
|
"@smithy/config-resolver": "^4.2.2",
|
|
40
|
-
"@smithy/core": "^3.
|
|
40
|
+
"@smithy/core": "^3.12.0",
|
|
41
41
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
42
42
|
"@smithy/hash-blob-browser": "^4.1.1",
|
|
43
43
|
"@smithy/hash-node": "^4.1.1",
|
|
@@ -46,28 +46,27 @@
|
|
|
46
46
|
"@smithy/md5-js": "^4.1.1",
|
|
47
47
|
"@smithy/middleware-apply-body-checksum": "^4.2.1",
|
|
48
48
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
49
|
-
"@smithy/middleware-endpoint": "^4.2.
|
|
50
|
-
"@smithy/middleware-retry": "^4.
|
|
49
|
+
"@smithy/middleware-endpoint": "^4.2.4",
|
|
50
|
+
"@smithy/middleware-retry": "^4.3.0",
|
|
51
51
|
"@smithy/middleware-serde": "^4.1.1",
|
|
52
52
|
"@smithy/middleware-stack": "^4.1.1",
|
|
53
53
|
"@smithy/node-config-provider": "^4.2.2",
|
|
54
54
|
"@smithy/node-http-handler": "^4.2.1",
|
|
55
55
|
"@smithy/protocol-http": "^5.2.1",
|
|
56
|
-
"@smithy/smithy-client": "^4.6.
|
|
56
|
+
"@smithy/smithy-client": "^4.6.4",
|
|
57
57
|
"@smithy/types": "^4.5.0",
|
|
58
58
|
"@smithy/url-parser": "^4.1.1",
|
|
59
59
|
"@smithy/util-base64": "^4.1.0",
|
|
60
60
|
"@smithy/util-body-length-browser": "^4.1.0",
|
|
61
61
|
"@smithy/util-body-length-node": "^4.1.0",
|
|
62
|
-
"@smithy/util-defaults-mode-browser": "^4.1.
|
|
63
|
-
"@smithy/util-defaults-mode-node": "^4.1.
|
|
62
|
+
"@smithy/util-defaults-mode-browser": "^4.1.4",
|
|
63
|
+
"@smithy/util-defaults-mode-node": "^4.1.4",
|
|
64
64
|
"@smithy/util-endpoints": "^3.1.2",
|
|
65
65
|
"@smithy/util-middleware": "^4.1.1",
|
|
66
66
|
"@smithy/util-retry": "^4.1.2",
|
|
67
67
|
"@smithy/util-utf8": "^4.1.0",
|
|
68
|
-
"@
|
|
69
|
-
"tslib": "^2.6.2"
|
|
70
|
-
"uuid": "^9.0.1"
|
|
68
|
+
"@smithy/uuid": "^1.0.0",
|
|
69
|
+
"tslib": "^2.6.2"
|
|
71
70
|
},
|
|
72
71
|
"devDependencies": {
|
|
73
72
|
"@tsconfig/node18": "18.2.4",
|