@cdk8s/awscdk-resolver 0.0.38 → 0.0.40

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 (107) hide show
  1. package/.jsii +3 -3
  2. package/lib/resolve.js +1 -1
  3. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/waiters/waitForStackCreateComplete.js +136 -0
  4. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackCreateComplete.js +136 -0
  5. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +3 -3
  6. package/node_modules/@aws-sdk/client-cloudformation/package.json +35 -37
  7. package/node_modules/@aws-sdk/client-sso/package.json +31 -33
  8. package/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +1 -1
  9. package/node_modules/@aws-sdk/client-sts/package.json +34 -36
  10. package/node_modules/@aws-sdk/core/CHANGELOG.md +16 -0
  11. package/node_modules/@aws-sdk/core/package.json +2 -6
  12. package/node_modules/@aws-sdk/core/tsconfig.cjs.tsbuildinfo +1 -1
  13. package/node_modules/@aws-sdk/core/tsconfig.es.tsbuildinfo +1 -1
  14. package/node_modules/@aws-sdk/core/tsconfig.types.tsbuildinfo +1 -1
  15. package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -7
  16. package/node_modules/@aws-sdk/credential-provider-ini/package.json +7 -11
  17. package/node_modules/@aws-sdk/credential-provider-node/package.json +8 -12
  18. package/node_modules/@aws-sdk/credential-provider-process/package.json +3 -7
  19. package/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -9
  20. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -7
  21. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -8
  22. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -7
  23. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -8
  24. package/node_modules/@aws-sdk/middleware-sdk-sts/package.json +4 -8
  25. package/node_modules/@aws-sdk/middleware-signing/dist-cjs/awsAuthMiddleware.js +17 -5
  26. package/node_modules/@aws-sdk/middleware-signing/dist-es/awsAuthMiddleware.js +17 -5
  27. package/node_modules/@aws-sdk/middleware-signing/package.json +5 -9
  28. package/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -9
  29. package/node_modules/@aws-sdk/region-config-resolver/package.json +4 -8
  30. package/node_modules/@aws-sdk/token-providers/package.json +30 -34
  31. package/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +1 -14
  32. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +1 -5
  33. package/node_modules/@aws-sdk/types/package.json +2 -6
  34. package/node_modules/@aws-sdk/util-endpoints/package.json +3 -7
  35. package/node_modules/@aws-sdk/util-locate-window/package.json +1 -5
  36. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -7
  37. package/node_modules/@aws-sdk/util-user-agent-node/package.json +4 -8
  38. package/node_modules/@smithy/abort-controller/package.json +3 -3
  39. package/node_modules/@smithy/config-resolver/package.json +5 -5
  40. package/node_modules/@smithy/credential-provider-imds/package.json +6 -6
  41. package/node_modules/@smithy/eventstream-codec/package.json +3 -3
  42. package/node_modules/@smithy/fetch-http-handler/dist-cjs/fetch-http-handler.js +6 -0
  43. package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +6 -0
  44. package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +8 -22
  45. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +8 -22
  46. package/node_modules/@smithy/fetch-http-handler/package.json +6 -6
  47. package/node_modules/@smithy/hash-node/package.json +3 -3
  48. package/node_modules/@smithy/invalid-dependency/package.json +3 -3
  49. package/node_modules/@smithy/middleware-content-length/package.json +5 -5
  50. package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  51. package/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.browser.js +5 -0
  52. package/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js +7 -0
  53. package/node_modules/@smithy/middleware-retry/dist-cjs/retryMiddleware.js +10 -2
  54. package/node_modules/@smithy/middleware-retry/dist-es/isStreamingPayload/isStreamingPayload.browser.js +1 -0
  55. package/node_modules/@smithy/middleware-retry/dist-es/isStreamingPayload/isStreamingPayload.js +3 -0
  56. package/node_modules/@smithy/middleware-retry/dist-es/retryMiddleware.js +9 -2
  57. package/node_modules/@smithy/middleware-retry/dist-types/isStreamingPayload/isStreamingPayload.browser.d.ts +5 -0
  58. package/node_modules/@smithy/middleware-retry/dist-types/isStreamingPayload/isStreamingPayload.d.ts +5 -0
  59. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/isStreamingPayload/isStreamingPayload.browser.d.ts +5 -0
  60. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/isStreamingPayload/isStreamingPayload.d.ts +5 -0
  61. package/node_modules/@smithy/middleware-retry/package.json +17 -9
  62. package/node_modules/@smithy/middleware-serde/package.json +4 -4
  63. package/node_modules/@smithy/middleware-stack/package.json +3 -3
  64. package/node_modules/@smithy/node-config-provider/package.json +5 -5
  65. package/node_modules/@smithy/node-http-handler/dist-cjs/node-http-handler.js +6 -0
  66. package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-handler.js +6 -0
  67. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +6 -0
  68. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +6 -0
  69. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +7 -30
  70. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +5 -0
  71. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +7 -29
  72. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +5 -0
  73. package/node_modules/@smithy/node-http-handler/package.json +6 -6
  74. package/node_modules/@smithy/property-provider/package.json +3 -3
  75. package/node_modules/@smithy/protocol-http/package.json +3 -3
  76. package/node_modules/@smithy/querystring-builder/package.json +3 -3
  77. package/node_modules/@smithy/querystring-parser/package.json +3 -3
  78. package/node_modules/@smithy/service-error-classification/package.json +3 -3
  79. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigData.js +6 -5
  80. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigData.js +6 -5
  81. package/node_modules/@smithy/shared-ini-file-loader/package.json +3 -3
  82. package/node_modules/@smithy/signature-v4/README.md +7 -0
  83. package/node_modules/@smithy/signature-v4/package.json +6 -6
  84. package/node_modules/@smithy/smithy-client/dist-cjs/serde-json.js +1 -1
  85. package/node_modules/@smithy/smithy-client/dist-es/serde-json.js +1 -1
  86. package/node_modules/@smithy/smithy-client/package.json +5 -5
  87. package/node_modules/@smithy/types/dist-cjs/http/httpHandlerInitialization.js +2 -0
  88. package/node_modules/@smithy/types/dist-cjs/index.js +1 -0
  89. package/node_modules/@smithy/types/dist-es/http/httpHandlerInitialization.js +1 -0
  90. package/node_modules/@smithy/types/dist-es/index.js +1 -0
  91. package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +65 -0
  92. package/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
  93. package/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +64 -0
  94. package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +1 -0
  95. package/node_modules/@smithy/types/package.json +2 -2
  96. package/node_modules/@smithy/url-parser/package.json +4 -4
  97. package/node_modules/@smithy/util-body-length-browser/dist-cjs/calculateBodyLength.js +4 -0
  98. package/node_modules/@smithy/util-body-length-browser/dist-es/calculateBodyLength.js +4 -0
  99. package/node_modules/@smithy/util-body-length-browser/package.json +7 -9
  100. package/node_modules/@smithy/util-defaults-mode-browser/package.json +5 -5
  101. package/node_modules/@smithy/util-defaults-mode-node/package.json +8 -8
  102. package/node_modules/@smithy/util-endpoints/package.json +4 -4
  103. package/node_modules/@smithy/util-middleware/package.json +3 -3
  104. package/node_modules/@smithy/util-retry/package.json +4 -4
  105. package/node_modules/@smithy/util-stream/package.json +6 -6
  106. package/node_modules/@smithy/util-waiter/package.json +4 -4
  107. package/package.json +7 -7
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-ini",
3
- "version": "3.458.0",
3
+ "version": "3.468.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",
@@ -24,15 +24,15 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/credential-provider-env": "3.451.0",
28
- "@aws-sdk/credential-provider-process": "3.451.0",
29
- "@aws-sdk/credential-provider-sso": "3.458.0",
30
- "@aws-sdk/credential-provider-web-identity": "3.451.0",
31
- "@aws-sdk/types": "3.451.0",
27
+ "@aws-sdk/credential-provider-env": "3.468.0",
28
+ "@aws-sdk/credential-provider-process": "3.468.0",
29
+ "@aws-sdk/credential-provider-sso": "3.468.0",
30
+ "@aws-sdk/credential-provider-web-identity": "3.468.0",
31
+ "@aws-sdk/types": "3.468.0",
32
32
  "@smithy/credential-provider-imds": "^2.0.0",
33
33
  "@smithy/property-provider": "^2.0.0",
34
34
  "@smithy/shared-ini-file-loader": "^2.0.6",
35
- "@smithy/types": "^2.5.0",
35
+ "@smithy/types": "^2.7.0",
36
36
  "tslib": "^2.5.0"
37
37
  },
38
38
  "devDependencies": {
@@ -41,7 +41,6 @@
41
41
  "concurrently": "7.0.0",
42
42
  "downlevel-dts": "0.10.1",
43
43
  "rimraf": "3.0.2",
44
- "typedoc": "0.23.23",
45
44
  "typescript": "~4.9.5"
46
45
  },
47
46
  "types": "./dist-types/index.d.ts",
@@ -63,8 +62,5 @@
63
62
  "type": "git",
64
63
  "url": "https://github.com/aws/aws-sdk-js-v3.git",
65
64
  "directory": "packages/credential-provider-ini"
66
- },
67
- "typedoc": {
68
- "entryPoint": "src/index.ts"
69
65
  }
70
66
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-node",
3
- "version": "3.458.0",
3
+ "version": "3.468.0",
4
4
  "description": "AWS credential provider that sources credentials from a Node.JS environment. ",
5
5
  "engines": {
6
6
  "node": ">=14.0.0"
@@ -27,16 +27,16 @@
27
27
  },
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
- "@aws-sdk/credential-provider-env": "3.451.0",
31
- "@aws-sdk/credential-provider-ini": "3.458.0",
32
- "@aws-sdk/credential-provider-process": "3.451.0",
33
- "@aws-sdk/credential-provider-sso": "3.458.0",
34
- "@aws-sdk/credential-provider-web-identity": "3.451.0",
35
- "@aws-sdk/types": "3.451.0",
30
+ "@aws-sdk/credential-provider-env": "3.468.0",
31
+ "@aws-sdk/credential-provider-ini": "3.468.0",
32
+ "@aws-sdk/credential-provider-process": "3.468.0",
33
+ "@aws-sdk/credential-provider-sso": "3.468.0",
34
+ "@aws-sdk/credential-provider-web-identity": "3.468.0",
35
+ "@aws-sdk/types": "3.468.0",
36
36
  "@smithy/credential-provider-imds": "^2.0.0",
37
37
  "@smithy/property-provider": "^2.0.0",
38
38
  "@smithy/shared-ini-file-loader": "^2.0.6",
39
- "@smithy/types": "^2.5.0",
39
+ "@smithy/types": "^2.7.0",
40
40
  "tslib": "^2.5.0"
41
41
  },
42
42
  "devDependencies": {
@@ -45,7 +45,6 @@
45
45
  "concurrently": "7.0.0",
46
46
  "downlevel-dts": "0.10.1",
47
47
  "rimraf": "3.0.2",
48
- "typedoc": "0.23.23",
49
48
  "typescript": "~4.9.5"
50
49
  },
51
50
  "types": "./dist-types/index.d.ts",
@@ -64,8 +63,5 @@
64
63
  "type": "git",
65
64
  "url": "https://github.com/aws/aws-sdk-js-v3.git",
66
65
  "directory": "packages/credential-provider-node"
67
- },
68
- "typedoc": {
69
- "entryPoint": "src/index.ts"
70
66
  }
71
67
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-process",
3
- "version": "3.451.0",
3
+ "version": "3.468.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",
@@ -24,10 +24,10 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/types": "3.451.0",
27
+ "@aws-sdk/types": "3.468.0",
28
28
  "@smithy/property-provider": "^2.0.0",
29
29
  "@smithy/shared-ini-file-loader": "^2.0.6",
30
- "@smithy/types": "^2.5.0",
30
+ "@smithy/types": "^2.7.0",
31
31
  "tslib": "^2.5.0"
32
32
  },
33
33
  "devDependencies": {
@@ -36,7 +36,6 @@
36
36
  "concurrently": "7.0.0",
37
37
  "downlevel-dts": "0.10.1",
38
38
  "rimraf": "3.0.2",
39
- "typedoc": "0.23.23",
40
39
  "typescript": "~4.9.5"
41
40
  },
42
41
  "types": "./dist-types/index.d.ts",
@@ -58,8 +57,5 @@
58
57
  "type": "git",
59
58
  "url": "https://github.com/aws/aws-sdk-js-v3.git",
60
59
  "directory": "packages/credential-provider-process"
61
- },
62
- "typedoc": {
63
- "entryPoint": "src/index.ts"
64
60
  }
65
61
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-sso",
3
- "version": "3.458.0",
3
+ "version": "3.468.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",
@@ -24,12 +24,12 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/client-sso": "3.458.0",
28
- "@aws-sdk/token-providers": "3.451.0",
29
- "@aws-sdk/types": "3.451.0",
27
+ "@aws-sdk/client-sso": "3.468.0",
28
+ "@aws-sdk/token-providers": "3.468.0",
29
+ "@aws-sdk/types": "3.468.0",
30
30
  "@smithy/property-provider": "^2.0.0",
31
31
  "@smithy/shared-ini-file-loader": "^2.0.6",
32
- "@smithy/types": "^2.5.0",
32
+ "@smithy/types": "^2.7.0",
33
33
  "tslib": "^2.5.0"
34
34
  },
35
35
  "devDependencies": {
@@ -38,7 +38,6 @@
38
38
  "concurrently": "7.0.0",
39
39
  "downlevel-dts": "0.10.1",
40
40
  "rimraf": "3.0.2",
41
- "typedoc": "0.23.23",
42
41
  "typescript": "~4.9.5"
43
42
  },
44
43
  "types": "./dist-types/index.d.ts",
@@ -60,8 +59,5 @@
60
59
  "type": "git",
61
60
  "url": "https://github.com/aws/aws-sdk-js-v3.git",
62
61
  "directory": "packages/credential-provider-sso"
63
- },
64
- "typedoc": {
65
- "entryPoint": "src/index.ts"
66
62
  }
67
63
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-web-identity",
3
- "version": "3.451.0",
3
+ "version": "3.468.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",
@@ -32,9 +32,9 @@
32
32
  },
33
33
  "license": "Apache-2.0",
34
34
  "dependencies": {
35
- "@aws-sdk/types": "3.451.0",
35
+ "@aws-sdk/types": "3.468.0",
36
36
  "@smithy/property-provider": "^2.0.0",
37
- "@smithy/types": "^2.5.0",
37
+ "@smithy/types": "^2.7.0",
38
38
  "tslib": "^2.5.0"
39
39
  },
40
40
  "devDependencies": {
@@ -43,7 +43,6 @@
43
43
  "concurrently": "7.0.0",
44
44
  "downlevel-dts": "0.10.1",
45
45
  "rimraf": "3.0.2",
46
- "typedoc": "0.23.23",
47
46
  "typescript": "~4.9.5"
48
47
  },
49
48
  "types": "./dist-types/index.d.ts",
@@ -65,8 +64,5 @@
65
64
  "type": "git",
66
65
  "url": "https://github.com/aws/aws-sdk-js-v3.git",
67
66
  "directory": "packages/credential-provider-web-identity"
68
- },
69
- "typedoc": {
70
- "entryPoint": "src/index.ts"
71
67
  }
72
68
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-host-header",
3
- "version": "3.451.0",
3
+ "version": "3.468.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,9 +21,9 @@
21
21
  },
22
22
  "license": "Apache-2.0",
23
23
  "dependencies": {
24
- "@aws-sdk/types": "3.451.0",
25
- "@smithy/protocol-http": "^3.0.9",
26
- "@smithy/types": "^2.5.0",
24
+ "@aws-sdk/types": "3.468.0",
25
+ "@smithy/protocol-http": "^3.0.11",
26
+ "@smithy/types": "^2.7.0",
27
27
  "tslib": "^2.5.0"
28
28
  },
29
29
  "engines": {
@@ -50,10 +50,6 @@
50
50
  "concurrently": "7.0.0",
51
51
  "downlevel-dts": "0.10.1",
52
52
  "rimraf": "3.0.2",
53
- "typedoc": "0.23.23",
54
53
  "typescript": "~4.9.5"
55
- },
56
- "typedoc": {
57
- "entryPoint": "src/index.ts"
58
54
  }
59
55
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-logger",
3
- "version": "3.451.0",
3
+ "version": "3.468.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -22,8 +22,8 @@
22
22
  "module": "./dist-es/index.js",
23
23
  "types": "./dist-types/index.d.ts",
24
24
  "dependencies": {
25
- "@aws-sdk/types": "3.451.0",
26
- "@smithy/types": "^2.5.0",
25
+ "@aws-sdk/types": "3.468.0",
26
+ "@smithy/types": "^2.7.0",
27
27
  "tslib": "^2.5.0"
28
28
  },
29
29
  "devDependencies": {
@@ -32,7 +32,6 @@
32
32
  "concurrently": "7.0.0",
33
33
  "downlevel-dts": "0.10.1",
34
34
  "rimraf": "3.0.2",
35
- "typedoc": "0.23.23",
36
35
  "typescript": "~4.9.5"
37
36
  },
38
37
  "engines": {
@@ -53,8 +52,5 @@
53
52
  "type": "git",
54
53
  "url": "https://github.com/aws/aws-sdk-js-v3.git",
55
54
  "directory": "packages/middleware-logger"
56
- },
57
- "typedoc": {
58
- "entryPoint": "src/index.ts"
59
55
  }
60
56
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-recursion-detection",
3
- "version": "3.451.0",
3
+ "version": "3.468.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,9 +21,9 @@
21
21
  },
22
22
  "license": "Apache-2.0",
23
23
  "dependencies": {
24
- "@aws-sdk/types": "3.451.0",
25
- "@smithy/protocol-http": "^3.0.9",
26
- "@smithy/types": "^2.5.0",
24
+ "@aws-sdk/types": "3.468.0",
25
+ "@smithy/protocol-http": "^3.0.11",
26
+ "@smithy/types": "^2.7.0",
27
27
  "tslib": "^2.5.0"
28
28
  },
29
29
  "engines": {
@@ -50,10 +50,6 @@
50
50
  "concurrently": "7.0.0",
51
51
  "downlevel-dts": "0.10.1",
52
52
  "rimraf": "3.0.2",
53
- "typedoc": "0.23.23",
54
53
  "typescript": "~4.9.5"
55
- },
56
- "typedoc": {
57
- "entryPoint": "src/index.ts"
58
54
  }
59
55
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-sdk-sts",
3
- "version": "3.451.0",
3
+ "version": "3.468.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,9 +21,9 @@
21
21
  },
22
22
  "license": "Apache-2.0",
23
23
  "dependencies": {
24
- "@aws-sdk/middleware-signing": "3.451.0",
25
- "@aws-sdk/types": "3.451.0",
26
- "@smithy/types": "^2.5.0",
24
+ "@aws-sdk/middleware-signing": "3.468.0",
25
+ "@aws-sdk/types": "3.468.0",
26
+ "@smithy/types": "^2.7.0",
27
27
  "tslib": "^2.5.0"
28
28
  },
29
29
  "engines": {
@@ -50,10 +50,6 @@
50
50
  "concurrently": "7.0.0",
51
51
  "downlevel-dts": "0.10.1",
52
52
  "rimraf": "3.0.2",
53
- "typedoc": "0.23.23",
54
53
  "typescript": "~4.9.5"
55
- },
56
- "typedoc": {
57
- "entryPoint": "src/index.ts"
58
54
  }
59
55
  }
@@ -11,13 +11,25 @@ const awsAuthMiddleware = (options) => (next, context) => async function (args)
11
11
  const authScheme = (_c = (_b = (_a = context.endpointV2) === null || _a === void 0 ? void 0 : _a.properties) === null || _b === void 0 ? void 0 : _b.authSchemes) === null || _c === void 0 ? void 0 : _c[0];
12
12
  const multiRegionOverride = (authScheme === null || authScheme === void 0 ? void 0 : authScheme.name) === "sigv4a" ? (_d = authScheme === null || authScheme === void 0 ? void 0 : authScheme.signingRegionSet) === null || _d === void 0 ? void 0 : _d.join(",") : undefined;
13
13
  const signer = await options.signer(authScheme);
14
+ let signedRequest;
15
+ const signingOptions = {
16
+ signingDate: (0, getSkewCorrectedDate_1.getSkewCorrectedDate)(options.systemClockOffset),
17
+ signingRegion: multiRegionOverride || context["signing_region"],
18
+ signingService: context["signing_service"],
19
+ };
20
+ if (context.s3ExpressIdentity) {
21
+ const sigV4MultiRegion = signer;
22
+ signedRequest = await sigV4MultiRegion.signWithCredentials(args.request, context.s3ExpressIdentity, signingOptions);
23
+ if (signedRequest.headers["X-Amz-Security-Token"] || signedRequest.headers["x-amz-security-token"]) {
24
+ throw new Error("X-Amz-Security-Token must not be set for s3-express requests.");
25
+ }
26
+ }
27
+ else {
28
+ signedRequest = await signer.sign(args.request, signingOptions);
29
+ }
14
30
  const output = await next({
15
31
  ...args,
16
- request: await signer.sign(args.request, {
17
- signingDate: (0, getSkewCorrectedDate_1.getSkewCorrectedDate)(options.systemClockOffset),
18
- signingRegion: multiRegionOverride || context["signing_region"],
19
- signingService: context["signing_service"],
20
- }),
32
+ request: signedRequest,
21
33
  }).catch((error) => {
22
34
  var _a;
23
35
  const serverTime = (_a = error.ServerTime) !== null && _a !== void 0 ? _a : getDateHeader(error.$response);
@@ -7,13 +7,25 @@ export const awsAuthMiddleware = (options) => (next, context) => async function
7
7
  const authScheme = context.endpointV2?.properties?.authSchemes?.[0];
8
8
  const multiRegionOverride = authScheme?.name === "sigv4a" ? authScheme?.signingRegionSet?.join(",") : undefined;
9
9
  const signer = await options.signer(authScheme);
10
+ let signedRequest;
11
+ const signingOptions = {
12
+ signingDate: getSkewCorrectedDate(options.systemClockOffset),
13
+ signingRegion: multiRegionOverride || context["signing_region"],
14
+ signingService: context["signing_service"],
15
+ };
16
+ if (context.s3ExpressIdentity) {
17
+ const sigV4MultiRegion = signer;
18
+ signedRequest = await sigV4MultiRegion.signWithCredentials(args.request, context.s3ExpressIdentity, signingOptions);
19
+ if (signedRequest.headers["X-Amz-Security-Token"] || signedRequest.headers["x-amz-security-token"]) {
20
+ throw new Error("X-Amz-Security-Token must not be set for s3-express requests.");
21
+ }
22
+ }
23
+ else {
24
+ signedRequest = await signer.sign(args.request, signingOptions);
25
+ }
10
26
  const output = await next({
11
27
  ...args,
12
- request: await signer.sign(args.request, {
13
- signingDate: getSkewCorrectedDate(options.systemClockOffset),
14
- signingRegion: multiRegionOverride || context["signing_region"],
15
- signingService: context["signing_service"],
16
- }),
28
+ request: signedRequest,
17
29
  }).catch((error) => {
18
30
  const serverTime = error.ServerTime ?? getDateHeader(error.$response);
19
31
  if (serverTime) {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-signing",
3
- "version": "3.451.0",
3
+ "version": "3.468.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -22,12 +22,12 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@aws-sdk/types": "3.451.0",
25
+ "@aws-sdk/types": "3.468.0",
26
26
  "@smithy/property-provider": "^2.0.0",
27
- "@smithy/protocol-http": "^3.0.9",
27
+ "@smithy/protocol-http": "^3.0.11",
28
28
  "@smithy/signature-v4": "^2.0.0",
29
- "@smithy/types": "^2.5.0",
30
- "@smithy/util-middleware": "^2.0.6",
29
+ "@smithy/types": "^2.7.0",
30
+ "@smithy/util-middleware": "^2.0.8",
31
31
  "tslib": "^2.5.0"
32
32
  },
33
33
  "engines": {
@@ -54,10 +54,6 @@
54
54
  "concurrently": "7.0.0",
55
55
  "downlevel-dts": "0.10.1",
56
56
  "rimraf": "3.0.2",
57
- "typedoc": "0.23.23",
58
57
  "typescript": "~4.9.5"
59
- },
60
- "typedoc": {
61
- "entryPoint": "src/index.ts"
62
58
  }
63
59
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-user-agent",
3
- "version": "3.451.0",
3
+ "version": "3.468.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -22,10 +22,10 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@aws-sdk/types": "3.451.0",
26
- "@aws-sdk/util-endpoints": "3.451.0",
27
- "@smithy/protocol-http": "^3.0.9",
28
- "@smithy/types": "^2.5.0",
25
+ "@aws-sdk/types": "3.468.0",
26
+ "@aws-sdk/util-endpoints": "3.468.0",
27
+ "@smithy/protocol-http": "^3.0.11",
28
+ "@smithy/types": "^2.7.0",
29
29
  "tslib": "^2.5.0"
30
30
  },
31
31
  "devDependencies": {
@@ -33,7 +33,6 @@
33
33
  "concurrently": "7.0.0",
34
34
  "downlevel-dts": "0.10.1",
35
35
  "rimraf": "3.0.2",
36
- "typedoc": "0.23.23",
37
36
  "typescript": "~4.9.5"
38
37
  },
39
38
  "engines": {
@@ -54,8 +53,5 @@
54
53
  "type": "git",
55
54
  "url": "https://github.com/aws/aws-sdk-js-v3.git",
56
55
  "directory": "packages/middleware-user-agent"
57
- },
58
- "typedoc": {
59
- "entryPoint": "src/index.ts"
60
56
  }
61
57
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/region-config-resolver",
3
- "version": "3.451.0",
3
+ "version": "3.468.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,10 +21,10 @@
21
21
  },
22
22
  "license": "Apache-2.0",
23
23
  "dependencies": {
24
- "@smithy/node-config-provider": "^2.1.5",
25
- "@smithy/types": "^2.5.0",
24
+ "@smithy/node-config-provider": "^2.1.7",
25
+ "@smithy/types": "^2.7.0",
26
26
  "@smithy/util-config-provider": "^2.0.0",
27
- "@smithy/util-middleware": "^2.0.6",
27
+ "@smithy/util-middleware": "^2.0.8",
28
28
  "tslib": "^2.5.0"
29
29
  },
30
30
  "devDependencies": {
@@ -33,7 +33,6 @@
33
33
  "downlevel-dts": "0.10.1",
34
34
  "jest": "28.1.1",
35
35
  "rimraf": "3.0.2",
36
- "typedoc": "0.23.23",
37
36
  "typescript": "~4.9.5"
38
37
  },
39
38
  "engines": {
@@ -54,8 +53,5 @@
54
53
  "type": "git",
55
54
  "url": "https://github.com/aws/aws-sdk-js-v3.git",
56
55
  "directory": "packages/region-config-resolver"
57
- },
58
- "typedoc": {
59
- "entryPoint": "src/index.ts"
60
56
  }
61
57
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/token-providers",
3
- "version": "3.451.0",
3
+ "version": "3.468.0",
4
4
  "description": "A collection of token providers",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -29,39 +29,39 @@
29
29
  "dependencies": {
30
30
  "@aws-crypto/sha256-browser": "3.0.0",
31
31
  "@aws-crypto/sha256-js": "3.0.0",
32
- "@aws-sdk/middleware-host-header": "3.451.0",
33
- "@aws-sdk/middleware-logger": "3.451.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.451.0",
35
- "@aws-sdk/middleware-user-agent": "3.451.0",
36
- "@aws-sdk/region-config-resolver": "3.451.0",
37
- "@aws-sdk/types": "3.451.0",
38
- "@aws-sdk/util-endpoints": "3.451.0",
39
- "@aws-sdk/util-user-agent-browser": "3.451.0",
40
- "@aws-sdk/util-user-agent-node": "3.451.0",
41
- "@smithy/config-resolver": "^2.0.18",
42
- "@smithy/fetch-http-handler": "^2.2.6",
43
- "@smithy/hash-node": "^2.0.15",
44
- "@smithy/invalid-dependency": "^2.0.13",
45
- "@smithy/middleware-content-length": "^2.0.15",
46
- "@smithy/middleware-endpoint": "^2.2.0",
47
- "@smithy/middleware-retry": "^2.0.20",
48
- "@smithy/middleware-serde": "^2.0.13",
49
- "@smithy/middleware-stack": "^2.0.7",
50
- "@smithy/node-config-provider": "^2.1.5",
51
- "@smithy/node-http-handler": "^2.1.9",
32
+ "@aws-sdk/middleware-host-header": "3.468.0",
33
+ "@aws-sdk/middleware-logger": "3.468.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.468.0",
35
+ "@aws-sdk/middleware-user-agent": "3.468.0",
36
+ "@aws-sdk/region-config-resolver": "3.468.0",
37
+ "@aws-sdk/types": "3.468.0",
38
+ "@aws-sdk/util-endpoints": "3.468.0",
39
+ "@aws-sdk/util-user-agent-browser": "3.468.0",
40
+ "@aws-sdk/util-user-agent-node": "3.468.0",
41
+ "@smithy/config-resolver": "^2.0.20",
42
+ "@smithy/fetch-http-handler": "^2.3.1",
43
+ "@smithy/hash-node": "^2.0.17",
44
+ "@smithy/invalid-dependency": "^2.0.15",
45
+ "@smithy/middleware-content-length": "^2.0.17",
46
+ "@smithy/middleware-endpoint": "^2.2.2",
47
+ "@smithy/middleware-retry": "^2.0.23",
48
+ "@smithy/middleware-serde": "^2.0.15",
49
+ "@smithy/middleware-stack": "^2.0.9",
50
+ "@smithy/node-config-provider": "^2.1.7",
51
+ "@smithy/node-http-handler": "^2.2.1",
52
52
  "@smithy/property-provider": "^2.0.0",
53
- "@smithy/protocol-http": "^3.0.9",
53
+ "@smithy/protocol-http": "^3.0.11",
54
54
  "@smithy/shared-ini-file-loader": "^2.0.6",
55
- "@smithy/smithy-client": "^2.1.15",
56
- "@smithy/types": "^2.5.0",
57
- "@smithy/url-parser": "^2.0.13",
55
+ "@smithy/smithy-client": "^2.1.18",
56
+ "@smithy/types": "^2.7.0",
57
+ "@smithy/url-parser": "^2.0.15",
58
58
  "@smithy/util-base64": "^2.0.1",
59
- "@smithy/util-body-length-browser": "^2.0.0",
59
+ "@smithy/util-body-length-browser": "^2.0.1",
60
60
  "@smithy/util-body-length-node": "^2.1.0",
61
- "@smithy/util-defaults-mode-browser": "^2.0.19",
62
- "@smithy/util-defaults-mode-node": "^2.0.25",
63
- "@smithy/util-endpoints": "^1.0.4",
64
- "@smithy/util-retry": "^2.0.6",
61
+ "@smithy/util-defaults-mode-browser": "^2.0.22",
62
+ "@smithy/util-defaults-mode-node": "^2.0.28",
63
+ "@smithy/util-endpoints": "^1.0.6",
64
+ "@smithy/util-retry": "^2.0.8",
65
65
  "@smithy/util-utf8": "^2.0.2",
66
66
  "tslib": "^2.5.0"
67
67
  },
@@ -71,7 +71,6 @@
71
71
  "concurrently": "7.0.0",
72
72
  "downlevel-dts": "0.10.1",
73
73
  "rimraf": "3.0.2",
74
- "typedoc": "0.23.23",
75
74
  "typescript": "~4.9.5"
76
75
  },
77
76
  "types": "./dist-types/index.d.ts",
@@ -100,8 +99,5 @@
100
99
  "type": "git",
101
100
  "url": "https://github.com/aws/aws-sdk-js-v3.git",
102
101
  "directory": "packages/token-providers"
103
- },
104
- "typedoc": {
105
- "entryPoint": "src/index.ts"
106
102
  }
107
103
  }
@@ -1,14 +1 @@
1
- import { Identity, IdentityProvider } from "./Identity";
2
- /**
3
- * @public
4
- */
5
- export interface TokenIdentity extends Identity {
6
- /**
7
- * The literal token string
8
- */
9
- readonly token: string;
10
- }
11
- /**
12
- * @public
13
- */
14
- export type TokenIdentityProvider = IdentityProvider<TokenIdentity>;
1
+ export { TokenIdentity, TokenIdentityProvider } from "@smithy/types";
@@ -1,5 +1 @@
1
- import { Identity, IdentityProvider } from "./Identity";
2
- export interface TokenIdentity extends Identity {
3
- readonly token: string;
4
- }
5
- export type TokenIdentityProvider = IdentityProvider<TokenIdentity>;
1
+ export { TokenIdentity, TokenIdentityProvider } from "@smithy/types";