@cdk8s/awscdk-resolver 0.0.202 → 0.0.204

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.
Files changed (52) hide show
  1. package/.jsii +3 -3
  2. package/lib/resolve.js +1 -1
  3. package/node_modules/@aws-sdk/client-cloudformation/README.md +8 -0
  4. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +151 -0
  5. package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormation.js +2 -0
  6. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListHookResultsCommand.js +22 -0
  7. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/index.js +1 -0
  8. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_0.js +19 -0
  9. package/node_modules/@aws-sdk/client-cloudformation/dist-es/protocols/Aws_query.js +110 -1
  10. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +7 -0
  11. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +3 -2
  12. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListHookResultsCommand.d.ts +89 -0
  13. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterTypeCommand.d.ts +1 -1
  14. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RollbackStackCommand.d.ts +1 -1
  15. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetStackPolicyCommand.d.ts +1 -1
  16. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/index.d.ts +1 -0
  17. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +131 -190
  18. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +191 -1
  19. package/node_modules/@aws-sdk/client-cloudformation/dist-types/protocols/Aws_query.d.ts +9 -0
  20. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormation.d.ts +17 -0
  21. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormationClient.d.ts +6 -0
  22. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListHookResultsCommand.d.ts +50 -0
  23. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RegisterTypeCommand.d.ts +1 -1
  24. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RollbackStackCommand.d.ts +1 -1
  25. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetStackPolicyCommand.d.ts +1 -1
  26. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/index.d.ts +1 -0
  27. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_0.d.ts +36 -25
  28. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_1.d.ts +26 -0
  29. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/protocols/Aws_query.d.ts +12 -0
  30. package/node_modules/@aws-sdk/client-cloudformation/package.json +36 -36
  31. package/node_modules/@aws-sdk/client-sso/package.json +32 -32
  32. package/node_modules/@aws-sdk/client-sso-oidc/package.json +34 -34
  33. package/node_modules/@aws-sdk/client-sts/package.json +34 -34
  34. package/node_modules/@aws-sdk/core/package.json +8 -8
  35. package/node_modules/@aws-sdk/credential-provider-env/package.json +4 -4
  36. package/node_modules/@aws-sdk/credential-provider-http/package.json +9 -9
  37. package/node_modules/@aws-sdk/credential-provider-ini/package.json +10 -10
  38. package/node_modules/@aws-sdk/credential-provider-node/package.json +9 -9
  39. package/node_modules/@aws-sdk/credential-provider-process/package.json +4 -4
  40. package/node_modules/@aws-sdk/credential-provider-sso/package.json +6 -6
  41. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +5 -5
  42. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  43. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  44. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  45. package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
  46. package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  47. package/node_modules/@aws-sdk/token-providers/package.json +4 -4
  48. package/node_modules/@aws-sdk/types/package.json +2 -2
  49. package/node_modules/@aws-sdk/util-endpoints/package.json +4 -4
  50. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  51. package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  52. package/package.json +5 -5
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sts",
3
3
  "description": "AWS SDK for JavaScript Sts Client for Node.js, Browser and React Native",
4
- "version": "3.693.0",
4
+ "version": "3.696.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-sts",
@@ -22,42 +22,42 @@
22
22
  "dependencies": {
23
23
  "@aws-crypto/sha256-browser": "5.2.0",
24
24
  "@aws-crypto/sha256-js": "5.2.0",
25
- "@aws-sdk/client-sso-oidc": "3.693.0",
26
- "@aws-sdk/core": "3.693.0",
27
- "@aws-sdk/credential-provider-node": "3.693.0",
28
- "@aws-sdk/middleware-host-header": "3.693.0",
29
- "@aws-sdk/middleware-logger": "3.693.0",
30
- "@aws-sdk/middleware-recursion-detection": "3.693.0",
31
- "@aws-sdk/middleware-user-agent": "3.693.0",
32
- "@aws-sdk/region-config-resolver": "3.693.0",
33
- "@aws-sdk/types": "3.692.0",
34
- "@aws-sdk/util-endpoints": "3.693.0",
35
- "@aws-sdk/util-user-agent-browser": "3.693.0",
36
- "@aws-sdk/util-user-agent-node": "3.693.0",
37
- "@smithy/config-resolver": "^3.0.11",
38
- "@smithy/core": "^2.5.2",
39
- "@smithy/fetch-http-handler": "^4.1.0",
40
- "@smithy/hash-node": "^3.0.9",
41
- "@smithy/invalid-dependency": "^3.0.9",
42
- "@smithy/middleware-content-length": "^3.0.11",
43
- "@smithy/middleware-endpoint": "^3.2.2",
44
- "@smithy/middleware-retry": "^3.0.26",
45
- "@smithy/middleware-serde": "^3.0.9",
46
- "@smithy/middleware-stack": "^3.0.9",
47
- "@smithy/node-config-provider": "^3.1.10",
48
- "@smithy/node-http-handler": "^3.3.0",
49
- "@smithy/protocol-http": "^4.1.6",
50
- "@smithy/smithy-client": "^3.4.3",
51
- "@smithy/types": "^3.7.0",
52
- "@smithy/url-parser": "^3.0.9",
25
+ "@aws-sdk/client-sso-oidc": "3.696.0",
26
+ "@aws-sdk/core": "3.696.0",
27
+ "@aws-sdk/credential-provider-node": "3.696.0",
28
+ "@aws-sdk/middleware-host-header": "3.696.0",
29
+ "@aws-sdk/middleware-logger": "3.696.0",
30
+ "@aws-sdk/middleware-recursion-detection": "3.696.0",
31
+ "@aws-sdk/middleware-user-agent": "3.696.0",
32
+ "@aws-sdk/region-config-resolver": "3.696.0",
33
+ "@aws-sdk/types": "3.696.0",
34
+ "@aws-sdk/util-endpoints": "3.696.0",
35
+ "@aws-sdk/util-user-agent-browser": "3.696.0",
36
+ "@aws-sdk/util-user-agent-node": "3.696.0",
37
+ "@smithy/config-resolver": "^3.0.12",
38
+ "@smithy/core": "^2.5.3",
39
+ "@smithy/fetch-http-handler": "^4.1.1",
40
+ "@smithy/hash-node": "^3.0.10",
41
+ "@smithy/invalid-dependency": "^3.0.10",
42
+ "@smithy/middleware-content-length": "^3.0.12",
43
+ "@smithy/middleware-endpoint": "^3.2.3",
44
+ "@smithy/middleware-retry": "^3.0.27",
45
+ "@smithy/middleware-serde": "^3.0.10",
46
+ "@smithy/middleware-stack": "^3.0.10",
47
+ "@smithy/node-config-provider": "^3.1.11",
48
+ "@smithy/node-http-handler": "^3.3.1",
49
+ "@smithy/protocol-http": "^4.1.7",
50
+ "@smithy/smithy-client": "^3.4.4",
51
+ "@smithy/types": "^3.7.1",
52
+ "@smithy/url-parser": "^3.0.10",
53
53
  "@smithy/util-base64": "^3.0.0",
54
54
  "@smithy/util-body-length-browser": "^3.0.0",
55
55
  "@smithy/util-body-length-node": "^3.0.0",
56
- "@smithy/util-defaults-mode-browser": "^3.0.26",
57
- "@smithy/util-defaults-mode-node": "^3.0.26",
58
- "@smithy/util-endpoints": "^2.1.5",
59
- "@smithy/util-middleware": "^3.0.9",
60
- "@smithy/util-retry": "^3.0.9",
56
+ "@smithy/util-defaults-mode-browser": "^3.0.27",
57
+ "@smithy/util-defaults-mode-node": "^3.0.27",
58
+ "@smithy/util-endpoints": "^2.1.6",
59
+ "@smithy/util-middleware": "^3.0.10",
60
+ "@smithy/util-retry": "^3.0.10",
61
61
  "@smithy/util-utf8": "^3.0.0",
62
62
  "tslib": "^2.6.2"
63
63
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/core",
3
- "version": "3.693.0",
3
+ "version": "3.696.0",
4
4
  "description": "Core functions & classes shared by multiple AWS SDK clients.",
5
5
  "scripts": {
6
6
  "build": "yarn lint && concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
@@ -81,15 +81,15 @@
81
81
  },
82
82
  "license": "Apache-2.0",
83
83
  "dependencies": {
84
- "@aws-sdk/types": "3.692.0",
85
- "@smithy/core": "^2.5.2",
86
- "@smithy/node-config-provider": "^3.1.10",
84
+ "@aws-sdk/types": "3.696.0",
85
+ "@smithy/core": "^2.5.3",
86
+ "@smithy/node-config-provider": "^3.1.11",
87
87
  "@smithy/property-provider": "^3.1.9",
88
- "@smithy/protocol-http": "^4.1.6",
88
+ "@smithy/protocol-http": "^4.1.7",
89
89
  "@smithy/signature-v4": "^4.2.2",
90
- "@smithy/smithy-client": "^3.4.3",
91
- "@smithy/types": "^3.7.0",
92
- "@smithy/util-middleware": "^3.0.9",
90
+ "@smithy/smithy-client": "^3.4.4",
91
+ "@smithy/types": "^3.7.1",
92
+ "@smithy/util-middleware": "^3.0.10",
93
93
  "fast-xml-parser": "4.4.1",
94
94
  "tslib": "^2.6.2"
95
95
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-env",
3
- "version": "3.693.0",
3
+ "version": "3.696.0",
4
4
  "description": "AWS credential provider that sources credentials from known environment variables",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -25,10 +25,10 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/core": "3.693.0",
29
- "@aws-sdk/types": "3.692.0",
28
+ "@aws-sdk/core": "3.696.0",
29
+ "@aws-sdk/types": "3.696.0",
30
30
  "@smithy/property-provider": "^3.1.9",
31
- "@smithy/types": "^3.7.0",
31
+ "@smithy/types": "^3.7.1",
32
32
  "tslib": "^2.6.2"
33
33
  },
34
34
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-http",
3
- "version": "3.693.0",
3
+ "version": "3.696.0",
4
4
  "description": "AWS credential provider for containers and HTTP sources",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -27,15 +27,15 @@
27
27
  },
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
- "@aws-sdk/core": "3.693.0",
31
- "@aws-sdk/types": "3.692.0",
32
- "@smithy/fetch-http-handler": "^4.1.0",
33
- "@smithy/node-http-handler": "^3.3.0",
30
+ "@aws-sdk/core": "3.696.0",
31
+ "@aws-sdk/types": "3.696.0",
32
+ "@smithy/fetch-http-handler": "^4.1.1",
33
+ "@smithy/node-http-handler": "^3.3.1",
34
34
  "@smithy/property-provider": "^3.1.9",
35
- "@smithy/protocol-http": "^4.1.6",
36
- "@smithy/smithy-client": "^3.4.3",
37
- "@smithy/types": "^3.7.0",
38
- "@smithy/util-stream": "^3.3.0",
35
+ "@smithy/protocol-http": "^4.1.7",
36
+ "@smithy/smithy-client": "^3.4.4",
37
+ "@smithy/types": "^3.7.1",
38
+ "@smithy/util-stream": "^3.3.1",
39
39
  "tslib": "^2.6.2"
40
40
  },
41
41
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-ini",
3
- "version": "3.693.0",
3
+ "version": "3.696.0",
4
4
  "description": "AWS credential provider that sources credentials from ~/.aws/credentials and ~/.aws/config",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -25,17 +25,17 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/core": "3.693.0",
29
- "@aws-sdk/credential-provider-env": "3.693.0",
30
- "@aws-sdk/credential-provider-http": "3.693.0",
31
- "@aws-sdk/credential-provider-process": "3.693.0",
32
- "@aws-sdk/credential-provider-sso": "3.693.0",
33
- "@aws-sdk/credential-provider-web-identity": "3.693.0",
34
- "@aws-sdk/types": "3.692.0",
28
+ "@aws-sdk/core": "3.696.0",
29
+ "@aws-sdk/credential-provider-env": "3.696.0",
30
+ "@aws-sdk/credential-provider-http": "3.696.0",
31
+ "@aws-sdk/credential-provider-process": "3.696.0",
32
+ "@aws-sdk/credential-provider-sso": "3.696.0",
33
+ "@aws-sdk/credential-provider-web-identity": "3.696.0",
34
+ "@aws-sdk/types": "3.696.0",
35
35
  "@smithy/credential-provider-imds": "^3.2.6",
36
36
  "@smithy/property-provider": "^3.1.9",
37
37
  "@smithy/shared-ini-file-loader": "^3.1.10",
38
- "@smithy/types": "^3.7.0",
38
+ "@smithy/types": "^3.7.1",
39
39
  "tslib": "^2.6.2"
40
40
  },
41
41
  "devDependencies": {
@@ -47,7 +47,7 @@
47
47
  "typescript": "~4.9.5"
48
48
  },
49
49
  "peerDependencies": {
50
- "@aws-sdk/client-sts": "^3.693.0"
50
+ "@aws-sdk/client-sts": "^3.696.0"
51
51
  },
52
52
  "types": "./dist-types/index.d.ts",
53
53
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-node",
3
- "version": "3.693.0",
3
+ "version": "3.696.0",
4
4
  "description": "AWS credential provider that sources credentials from a Node.JS environment. ",
5
5
  "engines": {
6
6
  "node": ">=16.0.0"
@@ -29,17 +29,17 @@
29
29
  },
30
30
  "license": "Apache-2.0",
31
31
  "dependencies": {
32
- "@aws-sdk/credential-provider-env": "3.693.0",
33
- "@aws-sdk/credential-provider-http": "3.693.0",
34
- "@aws-sdk/credential-provider-ini": "3.693.0",
35
- "@aws-sdk/credential-provider-process": "3.693.0",
36
- "@aws-sdk/credential-provider-sso": "3.693.0",
37
- "@aws-sdk/credential-provider-web-identity": "3.693.0",
38
- "@aws-sdk/types": "3.692.0",
32
+ "@aws-sdk/credential-provider-env": "3.696.0",
33
+ "@aws-sdk/credential-provider-http": "3.696.0",
34
+ "@aws-sdk/credential-provider-ini": "3.696.0",
35
+ "@aws-sdk/credential-provider-process": "3.696.0",
36
+ "@aws-sdk/credential-provider-sso": "3.696.0",
37
+ "@aws-sdk/credential-provider-web-identity": "3.696.0",
38
+ "@aws-sdk/types": "3.696.0",
39
39
  "@smithy/credential-provider-imds": "^3.2.6",
40
40
  "@smithy/property-provider": "^3.1.9",
41
41
  "@smithy/shared-ini-file-loader": "^3.1.10",
42
- "@smithy/types": "^3.7.0",
42
+ "@smithy/types": "^3.7.1",
43
43
  "tslib": "^2.6.2"
44
44
  },
45
45
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-process",
3
- "version": "3.693.0",
3
+ "version": "3.696.0",
4
4
  "description": "AWS credential provider that sources credential_process from ~/.aws/credentials and ~/.aws/config",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -25,11 +25,11 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/core": "3.693.0",
29
- "@aws-sdk/types": "3.692.0",
28
+ "@aws-sdk/core": "3.696.0",
29
+ "@aws-sdk/types": "3.696.0",
30
30
  "@smithy/property-provider": "^3.1.9",
31
31
  "@smithy/shared-ini-file-loader": "^3.1.10",
32
- "@smithy/types": "^3.7.0",
32
+ "@smithy/types": "^3.7.1",
33
33
  "tslib": "^2.6.2"
34
34
  },
35
35
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-sso",
3
- "version": "3.693.0",
3
+ "version": "3.696.0",
4
4
  "description": "AWS credential provider that exchanges a resolved SSO login token file for temporary AWS credentials",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -25,13 +25,13 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/client-sso": "3.693.0",
29
- "@aws-sdk/core": "3.693.0",
30
- "@aws-sdk/token-providers": "3.693.0",
31
- "@aws-sdk/types": "3.692.0",
28
+ "@aws-sdk/client-sso": "3.696.0",
29
+ "@aws-sdk/core": "3.696.0",
30
+ "@aws-sdk/token-providers": "3.696.0",
31
+ "@aws-sdk/types": "3.696.0",
32
32
  "@smithy/property-provider": "^3.1.9",
33
33
  "@smithy/shared-ini-file-loader": "^3.1.10",
34
- "@smithy/types": "^3.7.0",
34
+ "@smithy/types": "^3.7.1",
35
35
  "tslib": "^2.6.2"
36
36
  },
37
37
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-web-identity",
3
- "version": "3.693.0",
3
+ "version": "3.696.0",
4
4
  "description": "AWS credential provider that calls STS assumeRole for temporary AWS credentials",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -33,10 +33,10 @@
33
33
  },
34
34
  "license": "Apache-2.0",
35
35
  "dependencies": {
36
- "@aws-sdk/core": "3.693.0",
37
- "@aws-sdk/types": "3.692.0",
36
+ "@aws-sdk/core": "3.696.0",
37
+ "@aws-sdk/types": "3.696.0",
38
38
  "@smithy/property-provider": "^3.1.9",
39
- "@smithy/types": "^3.7.0",
39
+ "@smithy/types": "^3.7.1",
40
40
  "tslib": "^2.6.2"
41
41
  },
42
42
  "devDependencies": {
@@ -48,7 +48,7 @@
48
48
  "typescript": "~4.9.5"
49
49
  },
50
50
  "peerDependencies": {
51
- "@aws-sdk/client-sts": "^3.693.0"
51
+ "@aws-sdk/client-sts": "^3.696.0"
52
52
  },
53
53
  "types": "./dist-types/index.d.ts",
54
54
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-host-header",
3
- "version": "3.693.0",
3
+ "version": "3.696.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 middleware-host-header",
@@ -23,9 +23,9 @@
23
23
  },
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
- "@aws-sdk/types": "3.692.0",
27
- "@smithy/protocol-http": "^4.1.6",
28
- "@smithy/types": "^3.7.0",
26
+ "@aws-sdk/types": "3.696.0",
27
+ "@smithy/protocol-http": "^4.1.7",
28
+ "@smithy/types": "^3.7.1",
29
29
  "tslib": "^2.6.2"
30
30
  },
31
31
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-logger",
3
- "version": "3.693.0",
3
+ "version": "3.696.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 middleware-logger",
@@ -24,8 +24,8 @@
24
24
  "module": "./dist-es/index.js",
25
25
  "types": "./dist-types/index.d.ts",
26
26
  "dependencies": {
27
- "@aws-sdk/types": "3.692.0",
28
- "@smithy/types": "^3.7.0",
27
+ "@aws-sdk/types": "3.696.0",
28
+ "@smithy/types": "^3.7.1",
29
29
  "tslib": "^2.6.2"
30
30
  },
31
31
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-recursion-detection",
3
- "version": "3.693.0",
3
+ "version": "3.696.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 middleware-recursion-detection",
@@ -23,9 +23,9 @@
23
23
  },
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
- "@aws-sdk/types": "3.692.0",
27
- "@smithy/protocol-http": "^4.1.6",
28
- "@smithy/types": "^3.7.0",
26
+ "@aws-sdk/types": "3.696.0",
27
+ "@smithy/protocol-http": "^4.1.7",
28
+ "@smithy/types": "^3.7.1",
29
29
  "tslib": "^2.6.2"
30
30
  },
31
31
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-user-agent",
3
- "version": "3.693.0",
3
+ "version": "3.696.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 middleware-user-agent",
@@ -24,12 +24,12 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/core": "3.693.0",
28
- "@aws-sdk/types": "3.692.0",
29
- "@aws-sdk/util-endpoints": "3.693.0",
30
- "@smithy/core": "^2.5.2",
31
- "@smithy/protocol-http": "^4.1.6",
32
- "@smithy/types": "^3.7.0",
27
+ "@aws-sdk/core": "3.696.0",
28
+ "@aws-sdk/types": "3.696.0",
29
+ "@aws-sdk/util-endpoints": "3.696.0",
30
+ "@smithy/core": "^2.5.3",
31
+ "@smithy/protocol-http": "^4.1.7",
32
+ "@smithy/types": "^3.7.1",
33
33
  "tslib": "^2.6.2"
34
34
  },
35
35
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/region-config-resolver",
3
- "version": "3.693.0",
3
+ "version": "3.696.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 region-config-resolver",
@@ -22,11 +22,11 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@aws-sdk/types": "3.692.0",
26
- "@smithy/node-config-provider": "^3.1.10",
27
- "@smithy/types": "^3.7.0",
25
+ "@aws-sdk/types": "3.696.0",
26
+ "@smithy/node-config-provider": "^3.1.11",
27
+ "@smithy/types": "^3.7.1",
28
28
  "@smithy/util-config-provider": "^3.0.0",
29
- "@smithy/util-middleware": "^3.0.9",
29
+ "@smithy/util-middleware": "^3.0.10",
30
30
  "tslib": "^2.6.2"
31
31
  },
32
32
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/token-providers",
3
- "version": "3.693.0",
3
+ "version": "3.696.0",
4
4
  "description": "A collection of token providers",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -27,10 +27,10 @@
27
27
  },
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
- "@aws-sdk/types": "3.692.0",
30
+ "@aws-sdk/types": "3.696.0",
31
31
  "@smithy/property-provider": "^3.1.9",
32
32
  "@smithy/shared-ini-file-loader": "^3.1.10",
33
- "@smithy/types": "^3.7.0",
33
+ "@smithy/types": "^3.7.1",
34
34
  "tslib": "^2.6.2"
35
35
  },
36
36
  "devDependencies": {
@@ -42,7 +42,7 @@
42
42
  "typescript": "~4.9.5"
43
43
  },
44
44
  "peerDependencies": {
45
- "@aws-sdk/client-sso-oidc": "^3.693.0"
45
+ "@aws-sdk/client-sso-oidc": "^3.696.0"
46
46
  },
47
47
  "types": "./dist-types/index.d.ts",
48
48
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/types",
3
- "version": "3.692.0",
3
+ "version": "3.696.0",
4
4
  "main": "./dist-cjs/index.js",
5
5
  "module": "./dist-es/index.js",
6
6
  "types": "./dist-types/index.d.ts",
@@ -41,7 +41,7 @@
41
41
  "directory": "packages/types"
42
42
  },
43
43
  "dependencies": {
44
- "@smithy/types": "^3.7.0",
44
+ "@smithy/types": "^3.7.1",
45
45
  "tslib": "^2.6.2"
46
46
  },
47
47
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-endpoints",
3
- "version": "3.693.0",
3
+ "version": "3.696.0",
4
4
  "description": "Utilities to help with endpoint resolution",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -24,9 +24,9 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/types": "3.692.0",
28
- "@smithy/types": "^3.7.0",
29
- "@smithy/util-endpoints": "^2.1.5",
27
+ "@aws-sdk/types": "3.696.0",
28
+ "@smithy/types": "^3.7.1",
29
+ "@smithy/util-endpoints": "^2.1.6",
30
30
  "tslib": "^2.6.2"
31
31
  },
32
32
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-user-agent-browser",
3
- "version": "3.693.0",
3
+ "version": "3.696.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-browser",
@@ -23,8 +23,8 @@
23
23
  "license": "Apache-2.0",
24
24
  "react-native": "dist-es/index.native.js",
25
25
  "dependencies": {
26
- "@aws-sdk/types": "3.692.0",
27
- "@smithy/types": "^3.7.0",
26
+ "@aws-sdk/types": "3.696.0",
27
+ "@smithy/types": "^3.7.1",
28
28
  "bowser": "^2.11.0",
29
29
  "tslib": "^2.6.2"
30
30
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-user-agent-node",
3
- "version": "3.693.0",
3
+ "version": "3.696.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",
@@ -21,10 +21,10 @@
21
21
  },
22
22
  "license": "Apache-2.0",
23
23
  "dependencies": {
24
- "@aws-sdk/middleware-user-agent": "3.693.0",
25
- "@aws-sdk/types": "3.692.0",
26
- "@smithy/node-config-provider": "^3.1.10",
27
- "@smithy/types": "^3.7.0",
24
+ "@aws-sdk/middleware-user-agent": "3.696.0",
25
+ "@aws-sdk/types": "3.696.0",
26
+ "@smithy/node-config-provider": "^3.1.11",
27
+ "@smithy/types": "^3.7.1",
28
28
  "tslib": "^2.6.2"
29
29
  },
30
30
  "devDependencies": {
package/package.json CHANGED
@@ -42,7 +42,7 @@
42
42
  "organization": false
43
43
  },
44
44
  "devDependencies": {
45
- "@cdk8s/projen-common": "0.0.557",
45
+ "@cdk8s/projen-common": "0.0.558",
46
46
  "@stylistic/eslint-plugin": "^2",
47
47
  "@types/fs-extra": "^11.0.4",
48
48
  "@types/jest": "^27",
@@ -52,7 +52,7 @@
52
52
  "aws-cdk": "^2.167.1",
53
53
  "aws-cdk-lib": "2.109.0",
54
54
  "cdk8s": "2.68.91",
55
- "cdk8s-cli": "^2.198.265",
55
+ "cdk8s-cli": "^2.198.267",
56
56
  "commit-and-tag-version": "^12",
57
57
  "constructs": "10.3.0",
58
58
  "eslint": "^9",
@@ -66,7 +66,7 @@
66
66
  "jsii-docgen": "^10.5.0",
67
67
  "jsii-pacmak": "^1.105.0",
68
68
  "jsii-rosetta": "^5",
69
- "projen": "^0.90.2",
69
+ "projen": "^0.90.3",
70
70
  "ts-jest": "^27",
71
71
  "ts-node": "^10.9.2",
72
72
  "typescript": "^5.6.3"
@@ -77,7 +77,7 @@
77
77
  "constructs": "^10.3.0"
78
78
  },
79
79
  "dependencies": {
80
- "@aws-sdk/client-cloudformation": "^3.693.0"
80
+ "@aws-sdk/client-cloudformation": "^3.696.0"
81
81
  },
82
82
  "bundledDependencies": [
83
83
  "@aws-sdk/client-cloudformation"
@@ -93,7 +93,7 @@
93
93
  "publishConfig": {
94
94
  "access": "public"
95
95
  },
96
- "version": "0.0.202",
96
+ "version": "0.0.204",
97
97
  "jest": {
98
98
  "coverageProvider": "v8",
99
99
  "testMatch": [