@jjrawlins/cdk-iam-policy-builder-helper 0.0.64 → 0.0.66
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/.jsii +3 -3
- package/cdk-iam-policy-builder-helper/go.mod +1 -1
- package/cdk-iam-policy-builder-helper/jsii/jsii.go +2 -2
- package/cdk-iam-policy-builder-helper/version +1 -1
- package/lib/constructs/Actions.d.ts +100 -8
- package/lib/constructs/Actions.js +101 -9
- package/lib/constructs/ManagedPolicies.d.ts +28 -0
- package/lib/constructs/ManagedPolicies.js +29 -1
- package/methods_list.txt +19419 -0
- package/node_modules/@aws-sdk/client-iam/dist-cjs/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-cjs/index.js +15 -15
- package/node_modules/@aws-sdk/client-iam/dist-es/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-es/models/models_0.js +12 -12
- package/node_modules/@aws-sdk/client-iam/dist-es/protocols/Aws_query.js +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/AddClientIDToOpenIDConnectProviderCommand.d.ts +4 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +4 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateOpenIDConnectProviderThumbprintCommand.d.ts +4 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateSAMLProviderCommand.d.ts +4 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/models/models_0.d.ts +13 -13
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_0.d.ts +10 -10
- package/node_modules/@aws-sdk/client-iam/package.json +13 -13
- package/node_modules/@aws-sdk/client-sso/package.json +12 -12
- package/node_modules/@aws-sdk/core/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +4 -4
- package/node_modules/@aws-sdk/nested-clients/package.json +12 -12
- package/node_modules/@aws-sdk/token-providers/package.json +3 -3
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +3 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +3 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +3 -0
- package/node_modules/@aws-sdk/util-endpoints/package.json +1 -1
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
- package/node_modules/@smithy/core/package.json +2 -2
- package/node_modules/@smithy/middleware-endpoint/package.json +2 -2
- package/node_modules/@smithy/middleware-retry/package.json +2 -2
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +17 -12
- package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +16 -11
- package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +1 -1
- package/node_modules/@smithy/node-http-handler/package.json +1 -1
- package/node_modules/@smithy/smithy-client/package.json +4 -4
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
- package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
- package/node_modules/@smithy/util-stream/package.json +2 -2
- package/package.json +5 -5
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/nested-clients",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.916.0",
|
|
4
4
|
"description": "Nested clients for AWS SDK packages.",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -29,37 +29,37 @@
|
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
31
31
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
32
|
-
"@aws-sdk/core": "3.
|
|
32
|
+
"@aws-sdk/core": "3.916.0",
|
|
33
33
|
"@aws-sdk/middleware-host-header": "3.914.0",
|
|
34
34
|
"@aws-sdk/middleware-logger": "3.914.0",
|
|
35
35
|
"@aws-sdk/middleware-recursion-detection": "3.914.0",
|
|
36
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
36
|
+
"@aws-sdk/middleware-user-agent": "3.916.0",
|
|
37
37
|
"@aws-sdk/region-config-resolver": "3.914.0",
|
|
38
38
|
"@aws-sdk/types": "3.914.0",
|
|
39
|
-
"@aws-sdk/util-endpoints": "3.
|
|
39
|
+
"@aws-sdk/util-endpoints": "3.916.0",
|
|
40
40
|
"@aws-sdk/util-user-agent-browser": "3.914.0",
|
|
41
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
41
|
+
"@aws-sdk/util-user-agent-node": "3.916.0",
|
|
42
42
|
"@smithy/config-resolver": "^4.4.0",
|
|
43
|
-
"@smithy/core": "^3.17.
|
|
43
|
+
"@smithy/core": "^3.17.1",
|
|
44
44
|
"@smithy/fetch-http-handler": "^5.3.4",
|
|
45
45
|
"@smithy/hash-node": "^4.2.3",
|
|
46
46
|
"@smithy/invalid-dependency": "^4.2.3",
|
|
47
47
|
"@smithy/middleware-content-length": "^4.2.3",
|
|
48
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
49
|
-
"@smithy/middleware-retry": "^4.4.
|
|
48
|
+
"@smithy/middleware-endpoint": "^4.3.5",
|
|
49
|
+
"@smithy/middleware-retry": "^4.4.5",
|
|
50
50
|
"@smithy/middleware-serde": "^4.2.3",
|
|
51
51
|
"@smithy/middleware-stack": "^4.2.3",
|
|
52
52
|
"@smithy/node-config-provider": "^4.3.3",
|
|
53
|
-
"@smithy/node-http-handler": "^4.4.
|
|
53
|
+
"@smithy/node-http-handler": "^4.4.3",
|
|
54
54
|
"@smithy/protocol-http": "^5.3.3",
|
|
55
|
-
"@smithy/smithy-client": "^4.9.
|
|
55
|
+
"@smithy/smithy-client": "^4.9.1",
|
|
56
56
|
"@smithy/types": "^4.8.0",
|
|
57
57
|
"@smithy/url-parser": "^4.2.3",
|
|
58
58
|
"@smithy/util-base64": "^4.3.0",
|
|
59
59
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
60
60
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
61
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
62
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
61
|
+
"@smithy/util-defaults-mode-browser": "^4.3.4",
|
|
62
|
+
"@smithy/util-defaults-mode-node": "^4.2.6",
|
|
63
63
|
"@smithy/util-endpoints": "^3.2.3",
|
|
64
64
|
"@smithy/util-middleware": "^4.2.3",
|
|
65
65
|
"@smithy/util-retry": "^4.2.3",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/token-providers",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.916.0",
|
|
4
4
|
"description": "A collection of token providers",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
},
|
|
30
30
|
"license": "Apache-2.0",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@aws-sdk/core": "3.
|
|
33
|
-
"@aws-sdk/nested-clients": "3.
|
|
32
|
+
"@aws-sdk/core": "3.916.0",
|
|
33
|
+
"@aws-sdk/nested-clients": "3.916.0",
|
|
34
34
|
"@aws-sdk/types": "3.914.0",
|
|
35
35
|
"@smithy/property-provider": "^4.2.3",
|
|
36
36
|
"@smithy/shared-ini-file-loader": "^4.3.3",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/util-user-agent-node",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.916.0",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
6
6
|
"build:cjs": "node ../../scripts/compilation/inline util-user-agent-node",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
},
|
|
23
23
|
"license": "Apache-2.0",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
25
|
+
"@aws-sdk/middleware-user-agent": "3.916.0",
|
|
26
26
|
"@aws-sdk/types": "3.914.0",
|
|
27
27
|
"@smithy/node-config-provider": "^4.3.3",
|
|
28
28
|
"@smithy/types": "^4.8.0",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithy/core",
|
|
3
|
-
"version": "3.17.
|
|
3
|
+
"version": "3.17.1",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "yarn lint && concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
|
6
6
|
"build:cjs": "node ../../scripts/inline core",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"@smithy/util-base64": "^4.3.0",
|
|
84
84
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
85
85
|
"@smithy/util-middleware": "^4.2.3",
|
|
86
|
-
"@smithy/util-stream": "^4.5.
|
|
86
|
+
"@smithy/util-stream": "^4.5.4",
|
|
87
87
|
"@smithy/util-utf8": "^4.2.0",
|
|
88
88
|
"@smithy/uuid": "^1.1.0",
|
|
89
89
|
"tslib": "^2.6.2"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithy/middleware-endpoint",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.5",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
|
6
6
|
"build:cjs": "node ../../scripts/inline middleware-endpoint",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"license": "Apache-2.0",
|
|
26
26
|
"sideEffects": false,
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@smithy/core": "^3.17.
|
|
28
|
+
"@smithy/core": "^3.17.1",
|
|
29
29
|
"@smithy/middleware-serde": "^4.2.3",
|
|
30
30
|
"@smithy/node-config-provider": "^4.3.3",
|
|
31
31
|
"@smithy/shared-ini-file-loader": "^4.3.3",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithy/middleware-retry",
|
|
3
|
-
"version": "4.4.
|
|
3
|
+
"version": "4.4.5",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
|
6
6
|
"build:cjs": "node ../../scripts/inline middleware-retry",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"@smithy/node-config-provider": "^4.3.3",
|
|
38
38
|
"@smithy/protocol-http": "^5.3.3",
|
|
39
39
|
"@smithy/service-error-classification": "^4.2.3",
|
|
40
|
-
"@smithy/smithy-client": "^4.9.
|
|
40
|
+
"@smithy/smithy-client": "^4.9.1",
|
|
41
41
|
"@smithy/types": "^4.8.0",
|
|
42
42
|
"@smithy/util-middleware": "^4.2.3",
|
|
43
43
|
"@smithy/util-retry": "^4.2.3",
|
|
@@ -128,7 +128,7 @@ const setSocketTimeout = (request, reject, timeoutInMs = 0) => {
|
|
|
128
128
|
const MIN_WAIT_TIME = 6_000;
|
|
129
129
|
async function writeRequestBody(httpRequest, request, maxContinueTimeoutMs = MIN_WAIT_TIME) {
|
|
130
130
|
const headers = request.headers ?? {};
|
|
131
|
-
const expect = headers
|
|
131
|
+
const expect = headers.Expect || headers.expect;
|
|
132
132
|
let timeoutId = -1;
|
|
133
133
|
let sendBody = true;
|
|
134
134
|
if (expect === "100-continue") {
|
|
@@ -263,6 +263,7 @@ or increase socketAcquisitionWarningTimeout=(millis) in the NodeHttpHandler conf
|
|
|
263
263
|
this.config = await this.configProvider;
|
|
264
264
|
}
|
|
265
265
|
return new Promise((_resolve, _reject) => {
|
|
266
|
+
const config = this.config;
|
|
266
267
|
let writeRequestBodyPromise = undefined;
|
|
267
268
|
const timeouts = [];
|
|
268
269
|
const resolve = async (arg) => {
|
|
@@ -275,9 +276,6 @@ or increase socketAcquisitionWarningTimeout=(millis) in the NodeHttpHandler conf
|
|
|
275
276
|
timeouts.forEach(timing.clearTimeout);
|
|
276
277
|
_reject(arg);
|
|
277
278
|
};
|
|
278
|
-
if (!this.config) {
|
|
279
|
-
throw new Error("Node HTTP request handler config is not resolved");
|
|
280
|
-
}
|
|
281
279
|
if (abortSignal?.aborted) {
|
|
282
280
|
const abortError = new Error("Request aborted");
|
|
283
281
|
abortError.name = "AbortError";
|
|
@@ -285,11 +283,18 @@ or increase socketAcquisitionWarningTimeout=(millis) in the NodeHttpHandler conf
|
|
|
285
283
|
return;
|
|
286
284
|
}
|
|
287
285
|
const isSSL = request.protocol === "https:";
|
|
288
|
-
const
|
|
286
|
+
const headers = request.headers ?? {};
|
|
287
|
+
const expectContinue = (headers.Expect ?? headers.expect) === "100-continue";
|
|
288
|
+
let agent = isSSL ? config.httpsAgent : config.httpAgent;
|
|
289
|
+
if (expectContinue) {
|
|
290
|
+
agent = new (isSSL ? https.Agent : http.Agent)({
|
|
291
|
+
keepAlive: false,
|
|
292
|
+
maxSockets: Infinity,
|
|
293
|
+
});
|
|
294
|
+
}
|
|
289
295
|
timeouts.push(timing.setTimeout(() => {
|
|
290
|
-
this.socketWarningTimestamp = NodeHttpHandler.checkSocketUsage(agent, this.socketWarningTimestamp,
|
|
291
|
-
},
|
|
292
|
-
(this.config.requestTimeout ?? 2000) + (this.config.connectionTimeout ?? 1000)));
|
|
296
|
+
this.socketWarningTimestamp = NodeHttpHandler.checkSocketUsage(agent, this.socketWarningTimestamp, config.logger);
|
|
297
|
+
}, config.socketAcquisitionWarningTimeout ?? (config.requestTimeout ?? 2000) + (config.connectionTimeout ?? 1000)));
|
|
293
298
|
const queryString = querystringBuilder.buildQueryString(request.query || {});
|
|
294
299
|
let auth = undefined;
|
|
295
300
|
if (request.username != null || request.password != null) {
|
|
@@ -354,10 +359,10 @@ or increase socketAcquisitionWarningTimeout=(millis) in the NodeHttpHandler conf
|
|
|
354
359
|
abortSignal.onabort = onAbort;
|
|
355
360
|
}
|
|
356
361
|
}
|
|
357
|
-
const effectiveRequestTimeout = requestTimeout ??
|
|
358
|
-
timeouts.push(setConnectionTimeout(req, reject,
|
|
359
|
-
timeouts.push(setRequestTimeout(req, reject, effectiveRequestTimeout,
|
|
360
|
-
timeouts.push(setSocketTimeout(req, reject,
|
|
362
|
+
const effectiveRequestTimeout = requestTimeout ?? config.requestTimeout;
|
|
363
|
+
timeouts.push(setConnectionTimeout(req, reject, config.connectionTimeout));
|
|
364
|
+
timeouts.push(setRequestTimeout(req, reject, effectiveRequestTimeout, config.throwOnRequestTimeout, config.logger ?? console));
|
|
365
|
+
timeouts.push(setSocketTimeout(req, reject, config.socketTimeout));
|
|
361
366
|
const httpAgent = nodeHttpsOptions.agent;
|
|
362
367
|
if (typeof httpAgent === "object" && "keepAlive" in httpAgent) {
|
|
363
368
|
timeouts.push(setSocketKeepAlive(req, {
|
|
@@ -93,6 +93,7 @@ or increase socketAcquisitionWarningTimeout=(millis) in the NodeHttpHandler conf
|
|
|
93
93
|
this.config = await this.configProvider;
|
|
94
94
|
}
|
|
95
95
|
return new Promise((_resolve, _reject) => {
|
|
96
|
+
const config = this.config;
|
|
96
97
|
let writeRequestBodyPromise = undefined;
|
|
97
98
|
const timeouts = [];
|
|
98
99
|
const resolve = async (arg) => {
|
|
@@ -105,9 +106,6 @@ or increase socketAcquisitionWarningTimeout=(millis) in the NodeHttpHandler conf
|
|
|
105
106
|
timeouts.forEach(timing.clearTimeout);
|
|
106
107
|
_reject(arg);
|
|
107
108
|
};
|
|
108
|
-
if (!this.config) {
|
|
109
|
-
throw new Error("Node HTTP request handler config is not resolved");
|
|
110
|
-
}
|
|
111
109
|
if (abortSignal?.aborted) {
|
|
112
110
|
const abortError = new Error("Request aborted");
|
|
113
111
|
abortError.name = "AbortError";
|
|
@@ -115,11 +113,18 @@ or increase socketAcquisitionWarningTimeout=(millis) in the NodeHttpHandler conf
|
|
|
115
113
|
return;
|
|
116
114
|
}
|
|
117
115
|
const isSSL = request.protocol === "https:";
|
|
118
|
-
const
|
|
116
|
+
const headers = request.headers ?? {};
|
|
117
|
+
const expectContinue = (headers.Expect ?? headers.expect) === "100-continue";
|
|
118
|
+
let agent = isSSL ? config.httpsAgent : config.httpAgent;
|
|
119
|
+
if (expectContinue) {
|
|
120
|
+
agent = new (isSSL ? hsAgent : hAgent)({
|
|
121
|
+
keepAlive: false,
|
|
122
|
+
maxSockets: Infinity,
|
|
123
|
+
});
|
|
124
|
+
}
|
|
119
125
|
timeouts.push(timing.setTimeout(() => {
|
|
120
|
-
this.socketWarningTimestamp = NodeHttpHandler.checkSocketUsage(agent, this.socketWarningTimestamp,
|
|
121
|
-
},
|
|
122
|
-
(this.config.requestTimeout ?? 2000) + (this.config.connectionTimeout ?? 1000)));
|
|
126
|
+
this.socketWarningTimestamp = NodeHttpHandler.checkSocketUsage(agent, this.socketWarningTimestamp, config.logger);
|
|
127
|
+
}, config.socketAcquisitionWarningTimeout ?? (config.requestTimeout ?? 2000) + (config.connectionTimeout ?? 1000)));
|
|
123
128
|
const queryString = buildQueryString(request.query || {});
|
|
124
129
|
let auth = undefined;
|
|
125
130
|
if (request.username != null || request.password != null) {
|
|
@@ -184,10 +189,10 @@ or increase socketAcquisitionWarningTimeout=(millis) in the NodeHttpHandler conf
|
|
|
184
189
|
abortSignal.onabort = onAbort;
|
|
185
190
|
}
|
|
186
191
|
}
|
|
187
|
-
const effectiveRequestTimeout = requestTimeout ??
|
|
188
|
-
timeouts.push(setConnectionTimeout(req, reject,
|
|
189
|
-
timeouts.push(setRequestTimeout(req, reject, effectiveRequestTimeout,
|
|
190
|
-
timeouts.push(setSocketTimeout(req, reject,
|
|
192
|
+
const effectiveRequestTimeout = requestTimeout ?? config.requestTimeout;
|
|
193
|
+
timeouts.push(setConnectionTimeout(req, reject, config.connectionTimeout));
|
|
194
|
+
timeouts.push(setRequestTimeout(req, reject, effectiveRequestTimeout, config.throwOnRequestTimeout, config.logger ?? console));
|
|
195
|
+
timeouts.push(setSocketTimeout(req, reject, config.socketTimeout));
|
|
191
196
|
const httpAgent = nodeHttpsOptions.agent;
|
|
192
197
|
if (typeof httpAgent === "object" && "keepAlive" in httpAgent) {
|
|
193
198
|
timeouts.push(setSocketKeepAlive(req, {
|
|
@@ -3,7 +3,7 @@ import { timing } from "./timing";
|
|
|
3
3
|
const MIN_WAIT_TIME = 6_000;
|
|
4
4
|
export async function writeRequestBody(httpRequest, request, maxContinueTimeoutMs = MIN_WAIT_TIME) {
|
|
5
5
|
const headers = request.headers ?? {};
|
|
6
|
-
const expect = headers
|
|
6
|
+
const expect = headers.Expect || headers.expect;
|
|
7
7
|
let timeoutId = -1;
|
|
8
8
|
let sendBody = true;
|
|
9
9
|
if (expect === "100-continue") {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithy/smithy-client",
|
|
3
|
-
"version": "4.9.
|
|
3
|
+
"version": "4.9.1",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
|
6
6
|
"build:cjs": "node ../../scripts/inline smithy-client",
|
|
@@ -25,12 +25,12 @@
|
|
|
25
25
|
"license": "Apache-2.0",
|
|
26
26
|
"sideEffects": false,
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@smithy/core": "^3.17.
|
|
29
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
28
|
+
"@smithy/core": "^3.17.1",
|
|
29
|
+
"@smithy/middleware-endpoint": "^4.3.5",
|
|
30
30
|
"@smithy/middleware-stack": "^4.2.3",
|
|
31
31
|
"@smithy/protocol-http": "^5.3.3",
|
|
32
32
|
"@smithy/types": "^4.8.0",
|
|
33
|
-
"@smithy/util-stream": "^4.5.
|
|
33
|
+
"@smithy/util-stream": "^4.5.4",
|
|
34
34
|
"tslib": "^2.6.2"
|
|
35
35
|
},
|
|
36
36
|
"engines": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithy/util-defaults-mode-browser",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.4",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
|
6
6
|
"build:cjs": "node ../../scripts/inline util-defaults-mode-browser",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"sideEffects": false,
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@smithy/property-provider": "^4.2.3",
|
|
28
|
-
"@smithy/smithy-client": "^4.9.
|
|
28
|
+
"@smithy/smithy-client": "^4.9.1",
|
|
29
29
|
"@smithy/types": "^4.8.0",
|
|
30
30
|
"tslib": "^2.6.2"
|
|
31
31
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithy/util-defaults-mode-node",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.6",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
|
6
6
|
"build:cjs": "node ../../scripts/inline util-defaults-mode-node",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@smithy/credential-provider-imds": "^4.2.3",
|
|
29
29
|
"@smithy/node-config-provider": "^4.3.3",
|
|
30
30
|
"@smithy/property-provider": "^4.2.3",
|
|
31
|
-
"@smithy/smithy-client": "^4.9.
|
|
31
|
+
"@smithy/smithy-client": "^4.9.1",
|
|
32
32
|
"@smithy/types": "^4.8.0",
|
|
33
33
|
"tslib": "^2.6.2"
|
|
34
34
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithy/util-stream",
|
|
3
|
-
"version": "4.5.
|
|
3
|
+
"version": "4.5.4",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
|
6
6
|
"build:cjs": "node ../../scripts/inline util-stream",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"sideEffects": false,
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@smithy/fetch-http-handler": "^5.3.4",
|
|
33
|
-
"@smithy/node-http-handler": "^4.4.
|
|
33
|
+
"@smithy/node-http-handler": "^4.4.3",
|
|
34
34
|
"@smithy/types": "^4.8.0",
|
|
35
35
|
"@smithy/util-base64": "^4.3.0",
|
|
36
36
|
"@smithy/util-buffer-from": "^4.2.0",
|
package/package.json
CHANGED
|
@@ -55,11 +55,11 @@
|
|
|
55
55
|
"jest": "^29.7.0",
|
|
56
56
|
"jest-junit": "^16",
|
|
57
57
|
"jsii": "~5.8.0",
|
|
58
|
-
"jsii-diff": "^1.
|
|
58
|
+
"jsii-diff": "^1.117.0",
|
|
59
59
|
"jsii-docgen": "^10.5.0",
|
|
60
|
-
"jsii-pacmak": "^1.
|
|
60
|
+
"jsii-pacmak": "^1.117.0",
|
|
61
61
|
"jsii-rosetta": "~5.8.0",
|
|
62
|
-
"projen": "^0.98.
|
|
62
|
+
"projen": "^0.98.4",
|
|
63
63
|
"ts-jest": "^29.4.5",
|
|
64
64
|
"ts-node": "^10.9.2",
|
|
65
65
|
"typescript": "^5.9.3"
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"constructs": "^10.0.5"
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
|
-
"@aws-sdk/client-iam": "^3.
|
|
72
|
+
"@aws-sdk/client-iam": "^3.916.0",
|
|
73
73
|
"axios": "^1.8.2",
|
|
74
74
|
"constructs": "^10.4.2",
|
|
75
75
|
"jsonc-parser": "^3.3.1"
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"publishConfig": {
|
|
102
102
|
"access": "public"
|
|
103
103
|
},
|
|
104
|
-
"version": "0.0.
|
|
104
|
+
"version": "0.0.66",
|
|
105
105
|
"jest": {
|
|
106
106
|
"coverageProvider": "v8",
|
|
107
107
|
"testMatch": [
|