@depup/aws-sdk__client-dynamodb 3.1094.0-depup.0 → 3.1096.0-depup.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/README.md +5 -5
- package/changes.json +7 -7
- package/dist-cjs/index.js +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +17 -17
package/README.md
CHANGED
|
@@ -13,8 +13,8 @@ npm install @depup/aws-sdk__client-dynamodb
|
|
|
13
13
|
|
|
14
14
|
| Field | Value |
|
|
15
15
|
|-------|-------|
|
|
16
|
-
| Original | [@aws-sdk/client-dynamodb](https://www.npmjs.com/package/@aws-sdk/client-dynamodb) @ 3.
|
|
17
|
-
| Processed | 2026-07-
|
|
16
|
+
| Original | [@aws-sdk/client-dynamodb](https://www.npmjs.com/package/@aws-sdk/client-dynamodb) @ 3.1096.0 |
|
|
17
|
+
| Processed | 2026-07-28 |
|
|
18
18
|
| Smoke test | passed |
|
|
19
19
|
| Deps updated | 4 |
|
|
20
20
|
|
|
@@ -22,9 +22,9 @@ npm install @depup/aws-sdk__client-dynamodb
|
|
|
22
22
|
|
|
23
23
|
| Dependency | From | To |
|
|
24
24
|
|------------|------|-----|
|
|
25
|
-
| @smithy/core | ^3.29.
|
|
26
|
-
| @smithy/fetch-http-handler | ^5.6.
|
|
27
|
-
| @smithy/node-http-handler | ^4.9.
|
|
25
|
+
| @smithy/core | ^3.29.8 | ^3.31.0 |
|
|
26
|
+
| @smithy/fetch-http-handler | ^5.6.10 | ^5.6.12 |
|
|
27
|
+
| @smithy/node-http-handler | ^4.9.10 | ^4.9.12 |
|
|
28
28
|
| tslib | ^2.6.2 | ^2.8.1 |
|
|
29
29
|
|
|
30
30
|
---
|
package/changes.json
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"bumped": {
|
|
3
3
|
"@smithy/core": {
|
|
4
|
-
"from": "^3.29.
|
|
5
|
-
"to": "^3.
|
|
4
|
+
"from": "^3.29.8",
|
|
5
|
+
"to": "^3.31.0"
|
|
6
6
|
},
|
|
7
7
|
"@smithy/fetch-http-handler": {
|
|
8
|
-
"from": "^5.6.
|
|
9
|
-
"to": "^5.6.
|
|
8
|
+
"from": "^5.6.10",
|
|
9
|
+
"to": "^5.6.12"
|
|
10
10
|
},
|
|
11
11
|
"@smithy/node-http-handler": {
|
|
12
|
-
"from": "^4.9.
|
|
13
|
-
"to": "^4.9.
|
|
12
|
+
"from": "^4.9.10",
|
|
13
|
+
"to": "^4.9.12"
|
|
14
14
|
},
|
|
15
15
|
"tslib": {
|
|
16
16
|
"from": "^2.6.2",
|
|
17
17
|
"to": "^2.8.1"
|
|
18
18
|
}
|
|
19
19
|
},
|
|
20
|
-
"timestamp": "2026-07-
|
|
20
|
+
"timestamp": "2026-07-28T00:36:48.406Z",
|
|
21
21
|
"totalUpdated": 4
|
|
22
22
|
}
|
package/dist-cjs/index.js
CHANGED
|
@@ -2933,7 +2933,7 @@ var UpdateTimeToLive$ = [9, n0, _UTTL,
|
|
|
2933
2933
|
class DescribeEndpointsCommand extends command(_ep0, _mw0, "DescribeEndpoints", DescribeEndpoints$) {
|
|
2934
2934
|
}
|
|
2935
2935
|
|
|
2936
|
-
var version = "3.
|
|
2936
|
+
var version = "3.1095.0";
|
|
2937
2937
|
var packageInfo = {
|
|
2938
2938
|
version: version};
|
|
2939
2939
|
|
|
@@ -44,6 +44,7 @@ export declare const getRuntimeConfig: (config: DynamoDBClientConfig) => {
|
|
|
44
44
|
logger?: import("@smithy/types").Logger;
|
|
45
45
|
}) => import("@smithy/types").EndpointV2;
|
|
46
46
|
tls?: boolean;
|
|
47
|
+
ignoreConfiguredEndpointUrls?: boolean;
|
|
47
48
|
serviceConfiguredEndpoint?: never;
|
|
48
49
|
authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
|
|
49
50
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
@@ -54,6 +55,7 @@ export declare const getRuntimeConfig: (config: DynamoDBClientConfig) => {
|
|
|
54
55
|
systemClockOffset?: number;
|
|
55
56
|
signingRegion?: string;
|
|
56
57
|
signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner;
|
|
58
|
+
disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
|
|
57
59
|
endpointCacheSize?: number;
|
|
58
60
|
endpointDiscoveryEnabled?: boolean | undefined;
|
|
59
61
|
accountId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
@@ -45,6 +45,7 @@ export declare const getRuntimeConfig: (config: DynamoDBClientConfig) => {
|
|
|
45
45
|
logger?: import("@smithy/types").Logger;
|
|
46
46
|
}) => import("@smithy/types").EndpointV2;
|
|
47
47
|
tls?: boolean;
|
|
48
|
+
ignoreConfiguredEndpointUrls?: boolean;
|
|
48
49
|
serviceConfiguredEndpoint?: never;
|
|
49
50
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
50
51
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").DynamoDBHttpAuthSchemeProvider;
|
|
@@ -54,6 +55,7 @@ export declare const getRuntimeConfig: (config: DynamoDBClientConfig) => {
|
|
|
54
55
|
systemClockOffset?: number;
|
|
55
56
|
signingRegion?: string;
|
|
56
57
|
signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner;
|
|
58
|
+
disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
|
|
57
59
|
endpointCacheSize?: number;
|
|
58
60
|
endpointDiscoveryEnabled?: boolean | undefined;
|
|
59
61
|
accountId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
@@ -43,6 +43,7 @@ export declare const getRuntimeConfig: (config: DynamoDBClientConfig) => {
|
|
|
43
43
|
logger?: import("@smithy/types").Logger;
|
|
44
44
|
}) => import("@smithy/types").EndpointV2;
|
|
45
45
|
tls?: boolean;
|
|
46
|
+
ignoreConfiguredEndpointUrls?: boolean;
|
|
46
47
|
serviceConfiguredEndpoint?: never;
|
|
47
48
|
authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
|
|
48
49
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
@@ -53,6 +54,7 @@ export declare const getRuntimeConfig: (config: DynamoDBClientConfig) => {
|
|
|
53
54
|
systemClockOffset?: number;
|
|
54
55
|
signingRegion?: string;
|
|
55
56
|
signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner;
|
|
57
|
+
disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
|
|
56
58
|
endpointCacheSize?: number;
|
|
57
59
|
endpointDiscoveryEnabled?: boolean | undefined;
|
|
58
60
|
accountId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
@@ -73,6 +73,7 @@ export declare const getRuntimeConfig: (config: DynamoDBClientConfig) => {
|
|
|
73
73
|
},
|
|
74
74
|
) => import("@smithy/types").EndpointV2;
|
|
75
75
|
tls?: boolean;
|
|
76
|
+
ignoreConfiguredEndpointUrls?: boolean;
|
|
76
77
|
serviceConfiguredEndpoint?: never;
|
|
77
78
|
authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
|
|
78
79
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
@@ -92,6 +93,7 @@ export declare const getRuntimeConfig: (config: DynamoDBClientConfig) => {
|
|
|
92
93
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
93
94
|
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
94
95
|
) => import("@smithy/types").RequestSigner;
|
|
96
|
+
disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
|
|
95
97
|
endpointCacheSize?: number;
|
|
96
98
|
endpointDiscoveryEnabled?: boolean | undefined;
|
|
97
99
|
accountId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
@@ -80,6 +80,7 @@ export declare const getRuntimeConfig: (config: DynamoDBClientConfig) => {
|
|
|
80
80
|
},
|
|
81
81
|
) => import("@smithy/types").EndpointV2;
|
|
82
82
|
tls?: boolean;
|
|
83
|
+
ignoreConfiguredEndpointUrls?: boolean;
|
|
83
84
|
serviceConfiguredEndpoint?: never;
|
|
84
85
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
85
86
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").DynamoDBHttpAuthSchemeProvider;
|
|
@@ -98,6 +99,7 @@ export declare const getRuntimeConfig: (config: DynamoDBClientConfig) => {
|
|
|
98
99
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
99
100
|
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
100
101
|
) => import("@smithy/types").RequestSigner;
|
|
102
|
+
disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
|
|
101
103
|
endpointCacheSize?: number;
|
|
102
104
|
endpointDiscoveryEnabled?: boolean | undefined;
|
|
103
105
|
accountId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
@@ -77,6 +77,7 @@ export declare const getRuntimeConfig: (config: DynamoDBClientConfig) => {
|
|
|
77
77
|
},
|
|
78
78
|
) => import("@smithy/types").EndpointV2;
|
|
79
79
|
tls?: boolean;
|
|
80
|
+
ignoreConfiguredEndpointUrls?: boolean;
|
|
80
81
|
serviceConfiguredEndpoint?: never;
|
|
81
82
|
authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
|
|
82
83
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
@@ -96,6 +97,7 @@ export declare const getRuntimeConfig: (config: DynamoDBClientConfig) => {
|
|
|
96
97
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
97
98
|
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
98
99
|
) => import("@smithy/types").RequestSigner;
|
|
100
|
+
disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
|
|
99
101
|
endpointCacheSize?: number;
|
|
100
102
|
endpointDiscoveryEnabled?: boolean | undefined;
|
|
101
103
|
accountId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@depup/aws-sdk__client-dynamodb",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1096.0-depup.0",
|
|
4
4
|
"description": "AWS SDK for JavaScript Dynamodb Client for Node.js, Browser and React Native (with updated dependencies)",
|
|
5
5
|
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-dynamodb",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -54,19 +54,19 @@
|
|
|
54
54
|
"test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@aws-sdk/core": "^3.
|
|
58
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
59
|
-
"@aws-sdk/dynamodb-codec": "^3.973.
|
|
60
|
-
"@aws-sdk/middleware-endpoint-discovery": "^3.972.
|
|
57
|
+
"@aws-sdk/core": "^3.977.1",
|
|
58
|
+
"@aws-sdk/credential-provider-node": "^3.972.73",
|
|
59
|
+
"@aws-sdk/dynamodb-codec": "^3.973.36",
|
|
60
|
+
"@aws-sdk/middleware-endpoint-discovery": "^3.972.26",
|
|
61
61
|
"@aws-sdk/types": "^3.974.2",
|
|
62
|
-
"@smithy/core": "^3.
|
|
63
|
-
"@smithy/fetch-http-handler": "^5.6.
|
|
64
|
-
"@smithy/node-http-handler": "^4.9.
|
|
62
|
+
"@smithy/core": "^3.31.0",
|
|
63
|
+
"@smithy/fetch-http-handler": "^5.6.12",
|
|
64
|
+
"@smithy/node-http-handler": "^4.9.12",
|
|
65
65
|
"@smithy/types": "^4.16.1",
|
|
66
66
|
"tslib": "^2.8.1"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
|
-
"@smithy/snapshot-testing": "^2.2.
|
|
69
|
+
"@smithy/snapshot-testing": "^2.2.13",
|
|
70
70
|
"@tsconfig/node20": "20.1.8",
|
|
71
71
|
"@types/node": "^20.14.8",
|
|
72
72
|
"concurrently": "7.0.0",
|
|
@@ -89,16 +89,16 @@
|
|
|
89
89
|
"depup": {
|
|
90
90
|
"changes": {
|
|
91
91
|
"@smithy/core": {
|
|
92
|
-
"from": "^3.29.
|
|
93
|
-
"to": "^3.
|
|
92
|
+
"from": "^3.29.8",
|
|
93
|
+
"to": "^3.31.0"
|
|
94
94
|
},
|
|
95
95
|
"@smithy/fetch-http-handler": {
|
|
96
|
-
"from": "^5.6.
|
|
97
|
-
"to": "^5.6.
|
|
96
|
+
"from": "^5.6.10",
|
|
97
|
+
"to": "^5.6.12"
|
|
98
98
|
},
|
|
99
99
|
"@smithy/node-http-handler": {
|
|
100
|
-
"from": "^4.9.
|
|
101
|
-
"to": "^4.9.
|
|
100
|
+
"from": "^4.9.10",
|
|
101
|
+
"to": "^4.9.12"
|
|
102
102
|
},
|
|
103
103
|
"tslib": {
|
|
104
104
|
"from": "^2.6.2",
|
|
@@ -107,8 +107,8 @@
|
|
|
107
107
|
},
|
|
108
108
|
"depsUpdated": 4,
|
|
109
109
|
"originalPackage": "@aws-sdk/client-dynamodb",
|
|
110
|
-
"originalVersion": "3.
|
|
111
|
-
"processedAt": "2026-07-
|
|
110
|
+
"originalVersion": "3.1096.0",
|
|
111
|
+
"processedAt": "2026-07-28T00:37:00.059Z",
|
|
112
112
|
"smokeTest": "passed"
|
|
113
113
|
}
|
|
114
114
|
}
|