@servicevic-oss/cdk-cleanup-certificate-validation-records 1.3.43 → 1.3.45

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 (206) hide show
  1. package/.jsii +4 -4
  2. package/lib/index.js +2 -2
  3. package/node_modules/@aws-sdk/client-acm/dist-cjs/index.js +1 -1
  4. package/node_modules/@aws-sdk/client-acm/package.json +8 -8
  5. package/node_modules/@aws-sdk/client-route-53/dist-cjs/index.js +1 -1
  6. package/node_modules/@aws-sdk/client-route-53/package.json +10 -10
  7. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +55 -141
  8. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/index.js +3 -3
  9. package/node_modules/@aws-sdk/core/dist-es/submodules/client/middleware-recursion-detection/configuration.js +1 -1
  10. package/node_modules/@aws-sdk/core/dist-es/submodules/client/middleware-recursion-detection/recursionDetectionMiddleware.js +48 -19
  11. package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-browser/defaultUserAgent.browser.js +1 -1
  12. package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-node/defaultUserAgent.js +0 -5
  13. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js +3 -3
  14. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js +2 -2
  15. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js +3 -3
  16. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +19 -20
  17. package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/index.d.ts +5 -3
  18. package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.browser.d.ts +5 -5
  19. package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +5 -5
  20. package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.native.d.ts +5 -5
  21. package/node_modules/@aws-sdk/core/dist-types/submodules/client/middleware-recursion-detection/configuration.d.ts +1 -0
  22. package/node_modules/@aws-sdk/core/dist-types/submodules/client/middleware-recursion-detection/recursionDetectionMiddleware.d.ts +5 -1
  23. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-endpoints/types/EndpointRuleObject.d.ts +1 -1
  24. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-endpoints/types/ErrorRuleObject.d.ts +1 -1
  25. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-endpoints/types/RuleSetObject.d.ts +1 -1
  26. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-endpoints/types/TreeRuleObject.d.ts +1 -1
  27. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-endpoints/types/shared.d.ts +1 -1
  28. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-user-agent-browser/defaultUserAgent.browser.d.ts +2 -1
  29. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/index.d.ts +5 -3
  30. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/index.d.ts +3 -2
  31. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/index.d.ts +3 -3
  32. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +22 -20
  33. package/node_modules/@aws-sdk/core/dist-types/submodules/util/index.d.ts +2 -1
  34. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/index.d.ts +16 -3
  35. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-browser/defaultUserAgent.browser.d.ts +7 -1
  36. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +23 -3
  37. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.d.ts +24 -2
  38. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/index.d.ts +3 -3
  39. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +31 -20
  40. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/util/index.d.ts +2 -1
  41. package/node_modules/@aws-sdk/core/package.json +6 -6
  42. package/node_modules/@aws-sdk/credential-provider-env/dist-es/index.js +1 -1
  43. package/node_modules/@aws-sdk/credential-provider-env/dist-types/index.d.ts +2 -4
  44. package/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/index.d.ts +10 -1
  45. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  46. package/node_modules/@aws-sdk/credential-provider-http/package.json +7 -7
  47. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +1 -1
  48. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/index.js +1 -1
  49. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +1 -1
  50. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/index.d.ts +2 -4
  51. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/index.d.ts +2 -1
  52. package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
  53. package/node_modules/@aws-sdk/credential-provider-login/dist-es/index.js +1 -2
  54. package/node_modules/@aws-sdk/credential-provider-login/dist-types/index.d.ts +2 -8
  55. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/index.d.ts +7 -2
  56. package/node_modules/@aws-sdk/credential-provider-login/package.json +6 -6
  57. package/node_modules/@aws-sdk/credential-provider-node/dist-es/index.js +1 -1
  58. package/node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts +2 -1
  59. package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts +6 -1
  60. package/node_modules/@aws-sdk/credential-provider-node/package.json +11 -11
  61. package/node_modules/@aws-sdk/credential-provider-process/dist-es/index.js +1 -1
  62. package/node_modules/@aws-sdk/credential-provider-process/dist-types/index.d.ts +2 -4
  63. package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/index.d.ts +2 -1
  64. package/node_modules/@aws-sdk/credential-provider-process/package.json +5 -5
  65. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/index.js +3 -4
  66. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +4 -4
  67. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/index.d.ts +5 -16
  68. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/index.d.ts +5 -4
  69. package/node_modules/@aws-sdk/credential-provider-sso/package.json +7 -7
  70. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/index.js +2 -2
  71. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/index.d.ts +4 -8
  72. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/index.d.ts +7 -2
  73. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
  74. package/node_modules/@aws-sdk/middleware-sdk-route53/dist-es/index.js +2 -2
  75. package/node_modules/@aws-sdk/middleware-sdk-route53/dist-types/index.d.ts +4 -2
  76. package/node_modules/@aws-sdk/middleware-sdk-route53/dist-types/ts3.4/index.d.ts +12 -2
  77. package/node_modules/@aws-sdk/middleware-sdk-route53/package.json +3 -3
  78. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +1 -1
  79. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +1 -1
  80. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +1 -1
  81. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +1 -1
  82. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +1 -1
  83. package/node_modules/@aws-sdk/nested-clients/package.json +8 -8
  84. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +4 -4
  85. package/node_modules/@aws-sdk/token-providers/dist-es/index.js +4 -4
  86. package/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +7 -4
  87. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts +7 -4
  88. package/node_modules/@aws-sdk/token-providers/package.json +6 -6
  89. package/node_modules/@aws-sdk/types/dist-es/endpoint.js +1 -1
  90. package/node_modules/@aws-sdk/types/dist-es/identity/index.js +1 -5
  91. package/node_modules/@aws-sdk/types/dist-es/index.js +4 -34
  92. package/node_modules/@aws-sdk/types/dist-es/transfer.js +1 -1
  93. package/node_modules/@aws-sdk/types/dist-types/abort.d.ts +1 -1
  94. package/node_modules/@aws-sdk/types/dist-types/auth.d.ts +2 -1
  95. package/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +2 -2
  96. package/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +1 -1
  97. package/node_modules/@aws-sdk/types/dist-types/client.d.ts +1 -1
  98. package/node_modules/@aws-sdk/types/dist-types/command.d.ts +1 -1
  99. package/node_modules/@aws-sdk/types/dist-types/connection.d.ts +1 -1
  100. package/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +1 -1
  101. package/node_modules/@aws-sdk/types/dist-types/encode.d.ts +1 -1
  102. package/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +2 -1
  103. package/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +1 -1
  104. package/node_modules/@aws-sdk/types/dist-types/http.d.ts +1 -1
  105. package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +7 -7
  106. package/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +1 -1
  107. package/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +1 -1
  108. package/node_modules/@aws-sdk/types/dist-types/identity/index.d.ts +5 -5
  109. package/node_modules/@aws-sdk/types/dist-types/index.d.ts +42 -34
  110. package/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +1 -1
  111. package/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +1 -1
  112. package/node_modules/@aws-sdk/types/dist-types/profile.d.ts +1 -1
  113. package/node_modules/@aws-sdk/types/dist-types/response.d.ts +1 -1
  114. package/node_modules/@aws-sdk/types/dist-types/retry.d.ts +1 -1
  115. package/node_modules/@aws-sdk/types/dist-types/serde.d.ts +1 -1
  116. package/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +1 -1
  117. package/node_modules/@aws-sdk/types/dist-types/signature.d.ts +1 -1
  118. package/node_modules/@aws-sdk/types/dist-types/stream.d.ts +1 -1
  119. package/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +2 -1
  120. package/node_modules/@aws-sdk/types/dist-types/ts3.4/auth.d.ts +2 -5
  121. package/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts +1 -1
  122. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +1 -1
  123. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/index.d.ts +17 -5
  124. package/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +225 -34
  125. package/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +1 -1
  126. package/node_modules/@aws-sdk/types/dist-types/uri.d.ts +1 -1
  127. package/node_modules/@aws-sdk/types/dist-types/util.d.ts +1 -1
  128. package/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +1 -1
  129. package/node_modules/@aws-sdk/types/package.json +2 -2
  130. package/node_modules/@aws-sdk/xml-builder/dist-es/index.js +2 -2
  131. package/node_modules/@aws-sdk/xml-builder/dist-types/index.d.ts +2 -11
  132. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/index.d.ts +2 -2
  133. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  134. package/node_modules/@smithy/core/dist-es/index.js +5 -5
  135. package/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-auth-scheme/index.js +3 -3
  136. package/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-signing/index.js +2 -2
  137. package/node_modules/@smithy/core/dist-es/legacy-root-exports/util-identity-and-auth/httpAuthSchemes/index.js +3 -3
  138. package/node_modules/@smithy/core/dist-es/legacy-root-exports/util-identity-and-auth/index.js +3 -3
  139. package/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +3 -3
  140. package/node_modules/@smithy/core/dist-es/submodules/endpoints/index.browser.js +1 -1
  141. package/node_modules/@smithy/core/dist-es/submodules/endpoints/index.js +1 -1
  142. package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/service-customizations/index.js +1 -1
  143. package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/debug/index.js +2 -2
  144. package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/index.js +11 -11
  145. package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/types/index.js +1 -7
  146. package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/index.js +2 -2
  147. package/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +13 -13
  148. package/node_modules/@smithy/core/dist-es/submodules/schema/index.js +14 -14
  149. package/node_modules/@smithy/core/dist-types/index.d.ts +7 -5
  150. package/node_modules/@smithy/core/dist-types/legacy-root-exports/middleware-http-auth-scheme/index.d.ts +4 -3
  151. package/node_modules/@smithy/core/dist-types/legacy-root-exports/middleware-http-signing/index.d.ts +2 -2
  152. package/node_modules/@smithy/core/dist-types/legacy-root-exports/util-identity-and-auth/httpAuthSchemes/index.d.ts +3 -3
  153. package/node_modules/@smithy/core/dist-types/legacy-root-exports/util-identity-and-auth/index.d.ts +4 -3
  154. package/node_modules/@smithy/core/dist-types/submodules/cbor/index.d.ts +3 -3
  155. package/node_modules/@smithy/core/dist-types/submodules/client/util-waiter/waiter.d.ts +1 -1
  156. package/node_modules/@smithy/core/dist-types/submodules/endpoints/index.browser.d.ts +2 -1
  157. package/node_modules/@smithy/core/dist-types/submodules/endpoints/index.d.ts +2 -1
  158. package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/service-customizations/index.d.ts +1 -1
  159. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/debug/index.d.ts +2 -2
  160. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/lib/index.d.ts +12 -11
  161. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/types/index.d.ts +7 -7
  162. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/index.d.ts +2 -2
  163. package/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +13 -13
  164. package/node_modules/@smithy/core/dist-types/submodules/schema/index.d.ts +14 -14
  165. package/node_modules/@smithy/core/dist-types/submodules/transport/httpRequest.d.ts +2 -2
  166. package/node_modules/@smithy/core/dist-types/submodules/transport/index.d.ts +2 -1
  167. package/node_modules/@smithy/core/package.json +2 -2
  168. package/node_modules/@smithy/credential-provider-imds/dist-es/index.js +3 -4
  169. package/node_modules/@smithy/credential-provider-imds/dist-types/index.d.ts +5 -4
  170. package/node_modules/@smithy/credential-provider-imds/package.json +3 -3
  171. package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +1 -1
  172. package/node_modules/@smithy/fetch-http-handler/package.json +4 -4
  173. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +1 -1
  174. package/node_modules/@smithy/node-http-handler/package.json +4 -4
  175. package/node_modules/@smithy/signature-v4/dist-es/index.js +4 -4
  176. package/node_modules/@smithy/signature-v4/dist-types/index.d.ts +5 -4
  177. package/node_modules/@smithy/signature-v4/package.json +3 -3
  178. package/node_modules/@smithy/types/dist-es/auth/index.js +2 -6
  179. package/node_modules/@smithy/types/dist-es/connection/index.js +1 -3
  180. package/node_modules/@smithy/types/dist-es/endpoints/index.js +1 -5
  181. package/node_modules/@smithy/types/dist-es/extensions/index.js +1 -2
  182. package/node_modules/@smithy/types/dist-es/identity/index.js +1 -4
  183. package/node_modules/@smithy/types/dist-es/index.js +7 -43
  184. package/node_modules/@smithy/types/dist-es/metrics.js +1 -0
  185. package/node_modules/@smithy/types/dist-types/abort.d.ts +1 -1
  186. package/node_modules/@smithy/types/dist-types/auth/index.d.ts +7 -6
  187. package/node_modules/@smithy/types/dist-types/connection/index.d.ts +3 -3
  188. package/node_modules/@smithy/types/dist-types/endpoints/index.d.ts +5 -5
  189. package/node_modules/@smithy/types/dist-types/extensions/index.d.ts +6 -4
  190. package/node_modules/@smithy/types/dist-types/identity/index.d.ts +4 -4
  191. package/node_modules/@smithy/types/dist-types/index.d.ts +51 -43
  192. package/node_modules/@smithy/types/dist-types/metrics.d.ts +93 -0
  193. package/node_modules/@smithy/types/package.json +1 -1
  194. package/package.json +4 -4
  195. package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-node/getNodeModulesParentDirs.js +0 -15
  196. package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-node/getSanitizedDevTypeScriptVersion.js +0 -14
  197. package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-node/getSanitizedTypeScriptVersion.js +0 -9
  198. package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-node/getTypeScriptUserAgentPair.js +0 -75
  199. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-user-agent-node/getNodeModulesParentDirs.d.ts +0 -10
  200. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-user-agent-node/getSanitizedDevTypeScriptVersion.d.ts +0 -8
  201. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-user-agent-node/getSanitizedTypeScriptVersion.d.ts +0 -8
  202. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-user-agent-node/getTypeScriptUserAgentPair.d.ts +0 -6
  203. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/getNodeModulesParentDirs.d.ts +0 -1
  204. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/getSanitizedDevTypeScriptVersion.d.ts +0 -3
  205. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/getSanitizedTypeScriptVersion.d.ts +0 -3
  206. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/getTypeScriptUserAgentPair.d.ts +0 -4
package/.jsii CHANGED
@@ -7,8 +7,8 @@
7
7
  ]
8
8
  },
9
9
  "bundled": {
10
- "@aws-sdk/client-acm": "^3.1081.0",
11
- "@aws-sdk/client-route-53": "^3.1081.0",
10
+ "@aws-sdk/client-acm": "^3.1084.0",
11
+ "@aws-sdk/client-route-53": "^3.1084.0",
12
12
  "@types/aws-lambda": "^8.10.162",
13
13
  "async-await-retry": "^2.1.0"
14
14
  },
@@ -8898,6 +8898,6 @@
8898
8898
  "symbolId": "src/index:CertificateWithCleanup"
8899
8899
  }
8900
8900
  },
8901
- "version": "1.3.43",
8902
- "fingerprint": "MlNiz29BlYrQgxdLWVlAYN630m7+gmVBRqDajhjAJcY="
8901
+ "version": "1.3.45",
8902
+ "fingerprint": "h3UWYeUK9nyY8x9crlrSM55xqWYeDhE9lP8Wh5u1jT8="
8903
8903
  }
package/lib/index.js CHANGED
@@ -43,7 +43,7 @@ const constructs_1 = require("constructs");
43
43
  * leave behind when deleting a DNS validated certificate
44
44
  */
45
45
  class CertificateValidationRecordCleanup extends constructs_1.Construct {
46
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@servicevic-oss/cdk-cleanup-certificate-validation-records.CertificateValidationRecordCleanup", version: "1.3.43" };
46
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@servicevic-oss/cdk-cleanup-certificate-validation-records.CertificateValidationRecordCleanup", version: "1.3.45" };
47
47
  static HANDLER_UID = 'CertRecordsCleanupHandler-2B663BAB-7981';
48
48
  static PROVIDER_UID = 'CertRecordsCleanupProvider-57EBF059-2E26';
49
49
  static LOG_GROUP_UID = 'CertRecordsCleanupLogGroup-57ABF051-1E25';
@@ -109,7 +109,7 @@ exports.CertificateValidationRecordCleanup = CertificateValidationRecordCleanup;
109
109
  * A wrapper class for a vanilla `Certificate` object with automatic cleanup attached
110
110
  */
111
111
  class CertificateWithCleanup extends cdk.aws_certificatemanager.Certificate {
112
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@servicevic-oss/cdk-cleanup-certificate-validation-records.CertificateWithCleanup", version: "1.3.43" };
112
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@servicevic-oss/cdk-cleanup-certificate-validation-records.CertificateWithCleanup", version: "1.3.45" };
113
113
  constructor(scope, id, props) {
114
114
  super(scope, id, props);
115
115
  if (props.validation && props.validation.props.hostedZone && props.validation?.method == cdk.aws_certificatemanager.ValidationMethod.DNS) {
@@ -71,7 +71,7 @@ const commonParams = {
71
71
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
72
72
  };
73
73
 
74
- var version = "3.1080.0";
74
+ var version = "3.1083.0";
75
75
  var packageInfo = {
76
76
  version: version};
77
77
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-acm",
3
3
  "description": "AWS SDK for JavaScript Acm Client for Node.js, Browser and React Native",
4
- "version": "3.1081.0",
4
+ "version": "3.1084.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline",
@@ -21,13 +21,13 @@
21
21
  "module": "./dist-es/index.js",
22
22
  "sideEffects": false,
23
23
  "dependencies": {
24
- "@aws-sdk/core": "^3.974.29",
25
- "@aws-sdk/credential-provider-node": "^3.972.64",
26
- "@aws-sdk/types": "^3.973.15",
27
- "@smithy/core": "^3.29.0",
28
- "@smithy/fetch-http-handler": "^5.6.2",
29
- "@smithy/node-http-handler": "^4.9.2",
30
- "@smithy/types": "^4.15.1",
24
+ "@aws-sdk/core": "^3.975.1",
25
+ "@aws-sdk/credential-provider-node": "^3.972.66",
26
+ "@aws-sdk/types": "^3.974.0",
27
+ "@smithy/core": "^3.29.2",
28
+ "@smithy/fetch-http-handler": "^5.6.4",
29
+ "@smithy/node-http-handler": "^4.9.4",
30
+ "@smithy/types": "^4.16.0",
31
31
  "tslib": "^2.6.2"
32
32
  },
33
33
  "devDependencies": {
@@ -70,7 +70,7 @@ const commonParams = {
70
70
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
71
71
  };
72
72
 
73
- var version = "3.1080.0";
73
+ var version = "3.1083.0";
74
74
  var packageInfo = {
75
75
  version: version};
76
76
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-route-53",
3
3
  "description": "AWS SDK for JavaScript Route 53 Client for Node.js, Browser and React Native",
4
- "version": "3.1081.0",
4
+ "version": "3.1084.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline",
@@ -25,18 +25,18 @@
25
25
  "module": "./dist-es/index.js",
26
26
  "sideEffects": false,
27
27
  "dependencies": {
28
- "@aws-sdk/core": "^3.974.29",
29
- "@aws-sdk/credential-provider-node": "^3.972.64",
30
- "@aws-sdk/middleware-sdk-route53": "^3.972.19",
31
- "@aws-sdk/types": "^3.973.15",
32
- "@smithy/core": "^3.29.0",
33
- "@smithy/fetch-http-handler": "^5.6.2",
34
- "@smithy/node-http-handler": "^4.9.2",
35
- "@smithy/types": "^4.15.1",
28
+ "@aws-sdk/core": "^3.975.1",
29
+ "@aws-sdk/credential-provider-node": "^3.972.66",
30
+ "@aws-sdk/middleware-sdk-route53": "^3.972.20",
31
+ "@aws-sdk/types": "^3.974.0",
32
+ "@smithy/core": "^3.29.2",
33
+ "@smithy/fetch-http-handler": "^5.6.4",
34
+ "@smithy/node-http-handler": "^4.9.4",
35
+ "@smithy/types": "^4.16.0",
36
36
  "tslib": "^2.6.2"
37
37
  },
38
38
  "devDependencies": {
39
- "@smithy/snapshot-testing": "^2.2.5",
39
+ "@smithy/snapshot-testing": "^2.2.7",
40
40
  "@tsconfig/node20": "20.1.8",
41
41
  "@types/node": "^20.14.8",
42
42
  "concurrently": "7.0.0",
@@ -4,20 +4,18 @@ const { InvokeStore } = require("@aws/lambda-invoke-store");
4
4
  const { normalizeProvider } = require("@smithy/core");
5
5
  const { platform, release } = require("node:os");
6
6
  const { versions, env } = require("node:process");
7
- const { booleanSelector, SelectorType, loadConfig, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS } = require("@smithy/core/config");
7
+ const { isValidHostLabel, isIpAddress, customEndpointFunctions } = require("@smithy/core/endpoints");
8
+ const { EndpointError, resolveEndpoint } = require("@smithy/core/endpoints");
9
+ exports.EndpointError = EndpointError;
10
+ exports.isIpAddress = isIpAddress;
11
+ exports.resolveEndpoint = resolveEndpoint;
12
+ const { loadConfig, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS } = require("@smithy/core/config");
8
13
  const { REGION_ENV_NAME, REGION_INI_NAME, resolveRegionConfig } = require("@smithy/core/config");
9
14
  exports.NODE_REGION_CONFIG_FILE_OPTIONS = NODE_REGION_CONFIG_FILE_OPTIONS;
10
15
  exports.NODE_REGION_CONFIG_OPTIONS = NODE_REGION_CONFIG_OPTIONS;
11
16
  exports.REGION_ENV_NAME = REGION_ENV_NAME;
12
17
  exports.REGION_INI_NAME = REGION_INI_NAME;
13
18
  exports.resolveRegionConfig = resolveRegionConfig;
14
- const { readFile } = require("node:fs/promises");
15
- const { normalize, sep, join } = require("node:path");
16
- const { isValidHostLabel, isIpAddress, customEndpointFunctions } = require("@smithy/core/endpoints");
17
- const { EndpointError, resolveEndpoint } = require("@smithy/core/endpoints");
18
- exports.EndpointError = EndpointError;
19
- exports.isIpAddress = isIpAddress;
20
- exports.resolveEndpoint = resolveEndpoint;
21
19
 
22
20
  const state = {
23
21
  warningEmitted: false,
@@ -167,39 +165,68 @@ const getLoggerPlugin = (options) => ({
167
165
 
168
166
  const recursionDetectionMiddlewareOptions = {
169
167
  step: "build",
170
- tags: ["RECURSION_DETECTION"],
168
+ tags: ["RECURSION_DETECTION", "TRACE_CONTEXT_PROPAGATION"],
171
169
  name: "recursionDetectionMiddleware",
172
170
  override: true,
173
171
  priority: "low",
174
172
  };
175
173
 
176
- const TRACE_ID_HEADER_NAME = "X-Amzn-Trace-Id";
177
- const ENV_LAMBDA_FUNCTION_NAME = "AWS_LAMBDA_FUNCTION_NAME";
178
- const ENV_TRACE_ID = "_X_AMZN_TRACE_ID";
174
+ const AWS_LAMBDA_FUNCTION_NAME = "AWS_LAMBDA_FUNCTION_NAME";
175
+ const _X_AMZN_TRACE_ID = "_X_AMZN_TRACE_ID";
176
+ const X_AMZN_TRACE_ID = "X-Amzn-Trace-Id";
177
+ const TRACEPARENT = "traceparent";
178
+ const TRACESTATE = "tracestate";
179
+ const BAGGAGE = "baggage";
179
180
  const recursionDetectionMiddleware = () => (next) => async (args) => {
180
181
  const { request } = args;
181
182
  if (!HttpRequest.isInstance(request)) {
182
183
  return next(args);
183
184
  }
184
- const traceIdHeader = Object.keys(request.headers ?? {}).find((h) => h.toLowerCase() === TRACE_ID_HEADER_NAME.toLowerCase()) ??
185
- TRACE_ID_HEADER_NAME;
186
- if (request.headers.hasOwnProperty(traceIdHeader)) {
187
- return next(args);
185
+ let invokeStore;
186
+ {
187
+ const traceIdHeader = Object.keys(request.headers ?? {}).find((h) => h.toLowerCase() === X_AMZN_TRACE_ID.toLowerCase()) ??
188
+ X_AMZN_TRACE_ID;
189
+ if (!request.headers.hasOwnProperty(traceIdHeader)) {
190
+ const functionName = process.env[AWS_LAMBDA_FUNCTION_NAME];
191
+ const traceIdFromEnv = process.env[_X_AMZN_TRACE_ID];
192
+ invokeStore ??= await InvokeStore.getInstanceAsync();
193
+ const traceIdFromInvokeStore = invokeStore?.getXRayTraceId();
194
+ const traceId = traceIdFromInvokeStore ?? traceIdFromEnv;
195
+ const nonEmptyString = (str) => typeof str === "string" && str.length > 0;
196
+ if (nonEmptyString(functionName) && nonEmptyString(traceId)) {
197
+ request.headers[X_AMZN_TRACE_ID] = traceId;
198
+ }
199
+ }
188
200
  }
189
- const functionName = process.env[ENV_LAMBDA_FUNCTION_NAME];
190
- const traceIdFromEnv = process.env[ENV_TRACE_ID];
191
- const invokeStore = await InvokeStore.getInstanceAsync();
192
- const traceIdFromInvokeStore = invokeStore?.getXRayTraceId();
193
- const traceId = traceIdFromInvokeStore ?? traceIdFromEnv;
194
- const nonEmptyString = (str) => typeof str === "string" && str.length > 0;
195
- if (nonEmptyString(functionName) && nonEmptyString(traceId)) {
196
- request.headers[TRACE_ID_HEADER_NAME] = traceId;
201
+ {
202
+ sanitizeTraceHeaders(request.headers);
203
+ const existingTraceparent = request.headers[TRACEPARENT];
204
+ if (!existingTraceparent) {
205
+ const traceparent = (invokeStore ??= await InvokeStore.getInstanceAsync())?.getTraceparent?.();
206
+ if (traceparent) {
207
+ request.headers[TRACEPARENT] = traceparent;
208
+ const tracestate = invokeStore?.getTracestate?.();
209
+ if (tracestate) {
210
+ request.headers[TRACESTATE] = tracestate;
211
+ }
212
+ const baggage = invokeStore?.getBaggage?.();
213
+ if (baggage) {
214
+ request.headers[BAGGAGE] = baggage;
215
+ }
216
+ }
217
+ }
197
218
  }
198
- return next({
199
- ...args,
200
- request,
201
- });
219
+ return next(args);
202
220
  };
221
+ function sanitizeTraceHeaders(headers) {
222
+ for (const header of Object.keys(headers)) {
223
+ const lower = header.toLowerCase();
224
+ if (header !== lower && (lower === TRACEPARENT || lower === TRACESTATE || lower === BAGGAGE)) {
225
+ headers[lower] = headers[header];
226
+ delete headers[header];
227
+ }
228
+ }
229
+ }
203
230
 
204
231
  const getRecursionDetectionPlugin = (options) => ({
205
232
  applyToStack: (clientStack) => {
@@ -716,115 +743,6 @@ const getRuntimeUserAgentPair = () => {
716
743
  return ["md/nodejs", versions.node];
717
744
  };
718
745
 
719
- const getNodeModulesParentDirs = (dirname) => {
720
- const cwd = process.cwd();
721
- if (!dirname) {
722
- return [cwd];
723
- }
724
- const normalizedPath = normalize(dirname);
725
- const parts = normalizedPath.split(sep);
726
- const nodeModulesIndex = parts.indexOf("node_modules");
727
- const parentDir = nodeModulesIndex !== -1 ? parts.slice(0, nodeModulesIndex).join(sep) : normalizedPath;
728
- if (cwd === parentDir) {
729
- return [cwd];
730
- }
731
- return [parentDir, cwd];
732
- };
733
-
734
- const SEMVER_REGEX = /^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+[0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*)?$/;
735
- const getSanitizedTypeScriptVersion = (version = "") => {
736
- const match = version.match(SEMVER_REGEX);
737
- if (!match) {
738
- return undefined;
739
- }
740
- const [major, minor, patch, prerelease] = [match[1], match[2], match[3], match[4]];
741
- return prerelease ? `${major}.${minor}.${patch}-${prerelease}` : `${major}.${minor}.${patch}`;
742
- };
743
-
744
- const ALLOWED_PREFIXES = ["^", "~", ">=", "<=", ">", "<"];
745
- const ALLOWED_DIST_TAGS = ["latest", "beta", "dev", "rc", "insiders", "next"];
746
- const getSanitizedDevTypeScriptVersion = (version = "") => {
747
- if (ALLOWED_DIST_TAGS.includes(version)) {
748
- return version;
749
- }
750
- const prefix = ALLOWED_PREFIXES.find((p) => version.startsWith(p)) ?? "";
751
- const sanitizedTypeScriptVersion = getSanitizedTypeScriptVersion(version.slice(prefix.length));
752
- if (!sanitizedTypeScriptVersion) {
753
- return undefined;
754
- }
755
- return `${prefix}${sanitizedTypeScriptVersion}`;
756
- };
757
-
758
- let tscVersion;
759
- const TS_PACKAGE_JSON = join("node_modules", "typescript", "package.json");
760
- const getTypeScriptUserAgentPair = async () => {
761
- if (tscVersion === null) {
762
- return undefined;
763
- }
764
- else if (typeof tscVersion === "string") {
765
- return ["md/tsc", tscVersion];
766
- }
767
- let isTypeScriptDetectionDisabled = false;
768
- try {
769
- isTypeScriptDetectionDisabled =
770
- booleanSelector(process.env, "AWS_SDK_JS_TYPESCRIPT_DETECTION_DISABLED", SelectorType.ENV) || false;
771
- }
772
- catch { }
773
- if (isTypeScriptDetectionDisabled) {
774
- tscVersion = null;
775
- return undefined;
776
- }
777
- const dirname = typeof __dirname !== "undefined" ? __dirname : undefined;
778
- const nodeModulesParentDirs = getNodeModulesParentDirs(dirname);
779
- let versionFromApp;
780
- for (const nodeModulesParentDir of nodeModulesParentDirs) {
781
- try {
782
- const appPackageJsonPath = join(nodeModulesParentDir, "package.json");
783
- const packageJson = await readFile(appPackageJsonPath, "utf-8");
784
- const { dependencies, devDependencies } = JSON.parse(packageJson);
785
- const version = devDependencies?.typescript ?? dependencies?.typescript;
786
- if (typeof version !== "string") {
787
- continue;
788
- }
789
- versionFromApp = version;
790
- break;
791
- }
792
- catch {
793
- }
794
- }
795
- if (!versionFromApp) {
796
- tscVersion = null;
797
- return undefined;
798
- }
799
- let versionFromNodeModules;
800
- for (const nodeModulesParentDir of nodeModulesParentDirs) {
801
- try {
802
- const tsPackageJsonPath = join(nodeModulesParentDir, TS_PACKAGE_JSON);
803
- const packageJson = await readFile(tsPackageJsonPath, "utf-8");
804
- const { version } = JSON.parse(packageJson);
805
- const sanitizedVersion = getSanitizedTypeScriptVersion(version);
806
- if (typeof sanitizedVersion !== "string") {
807
- continue;
808
- }
809
- versionFromNodeModules = sanitizedVersion;
810
- break;
811
- }
812
- catch {
813
- }
814
- }
815
- if (versionFromNodeModules) {
816
- tscVersion = versionFromNodeModules;
817
- return ["md/tsc", tscVersion];
818
- }
819
- const sanitizedVersion = getSanitizedDevTypeScriptVersion(versionFromApp);
820
- if (typeof sanitizedVersion !== "string") {
821
- tscVersion = null;
822
- return undefined;
823
- }
824
- tscVersion = `dev_${sanitizedVersion}`;
825
- return ["md/tsc", tscVersion];
826
- };
827
-
828
746
  const crtAvailability = {
829
747
  isCrtAvailable: false,
830
748
  };
@@ -846,10 +764,6 @@ const createDefaultUserAgentProvider = ({ serviceId, clientVersion }) => {
846
764
  ["lang/js"],
847
765
  runtimeUserAgentPair,
848
766
  ];
849
- const typescriptUserAgentPair = await getTypeScriptUserAgentPair();
850
- if (typescriptUserAgentPair) {
851
- sections.push(typescriptUserAgentPair);
852
- }
853
767
  const crtAvailable = isCrtAvailable();
854
768
  if (crtAvailable) {
855
769
  sections.push(crtAvailable);
@@ -1,3 +1,3 @@
1
- export * from "./AccountIdEndpointModeConfigResolver";
2
- export * from "./AccountIdEndpointModeConstants";
3
- export * from "./NodeAccountIdEndpointModeConfigOptions";
1
+ export { resolveAccountIdEndpointModeConfig } from "./AccountIdEndpointModeConfigResolver";
2
+ export { DEFAULT_ACCOUNT_ID_ENDPOINT_MODE, ACCOUNT_ID_ENDPOINT_MODE_VALUES, validateAccountIdEndpointMode, } from "./AccountIdEndpointModeConstants";
3
+ export { ENV_ACCOUNT_ID_ENDPOINT_MODE, CONFIG_ACCOUNT_ID_ENDPOINT_MODE, NODE_ACCOUNT_ID_ENDPOINT_MODE_CONFIG_OPTIONS, } from "./NodeAccountIdEndpointModeConfigOptions";
@@ -1,6 +1,6 @@
1
1
  export const recursionDetectionMiddlewareOptions = {
2
2
  step: "build",
3
- tags: ["RECURSION_DETECTION"],
3
+ tags: ["RECURSION_DETECTION", "TRACE_CONTEXT_PROPAGATION"],
4
4
  name: "recursionDetectionMiddleware",
5
5
  override: true,
6
6
  priority: "low",
@@ -1,29 +1,58 @@
1
1
  import { InvokeStore } from "@aws/lambda-invoke-store";
2
2
  import { HttpRequest } from "@smithy/core/protocols";
3
- const TRACE_ID_HEADER_NAME = "X-Amzn-Trace-Id";
4
- const ENV_LAMBDA_FUNCTION_NAME = "AWS_LAMBDA_FUNCTION_NAME";
5
- const ENV_TRACE_ID = "_X_AMZN_TRACE_ID";
3
+ const AWS_LAMBDA_FUNCTION_NAME = "AWS_LAMBDA_FUNCTION_NAME";
4
+ const _X_AMZN_TRACE_ID = "_X_AMZN_TRACE_ID";
5
+ const X_AMZN_TRACE_ID = "X-Amzn-Trace-Id";
6
+ const TRACEPARENT = "traceparent";
7
+ const TRACESTATE = "tracestate";
8
+ const BAGGAGE = "baggage";
6
9
  export const recursionDetectionMiddleware = () => (next) => async (args) => {
7
10
  const { request } = args;
8
11
  if (!HttpRequest.isInstance(request)) {
9
12
  return next(args);
10
13
  }
11
- const traceIdHeader = Object.keys(request.headers ?? {}).find((h) => h.toLowerCase() === TRACE_ID_HEADER_NAME.toLowerCase()) ??
12
- TRACE_ID_HEADER_NAME;
13
- if (request.headers.hasOwnProperty(traceIdHeader)) {
14
- return next(args);
14
+ let invokeStore;
15
+ {
16
+ const traceIdHeader = Object.keys(request.headers ?? {}).find((h) => h.toLowerCase() === X_AMZN_TRACE_ID.toLowerCase()) ??
17
+ X_AMZN_TRACE_ID;
18
+ if (!request.headers.hasOwnProperty(traceIdHeader)) {
19
+ const functionName = process.env[AWS_LAMBDA_FUNCTION_NAME];
20
+ const traceIdFromEnv = process.env[_X_AMZN_TRACE_ID];
21
+ invokeStore ??= await InvokeStore.getInstanceAsync();
22
+ const traceIdFromInvokeStore = invokeStore?.getXRayTraceId();
23
+ const traceId = traceIdFromInvokeStore ?? traceIdFromEnv;
24
+ const nonEmptyString = (str) => typeof str === "string" && str.length > 0;
25
+ if (nonEmptyString(functionName) && nonEmptyString(traceId)) {
26
+ request.headers[X_AMZN_TRACE_ID] = traceId;
27
+ }
28
+ }
15
29
  }
16
- const functionName = process.env[ENV_LAMBDA_FUNCTION_NAME];
17
- const traceIdFromEnv = process.env[ENV_TRACE_ID];
18
- const invokeStore = await InvokeStore.getInstanceAsync();
19
- const traceIdFromInvokeStore = invokeStore?.getXRayTraceId();
20
- const traceId = traceIdFromInvokeStore ?? traceIdFromEnv;
21
- const nonEmptyString = (str) => typeof str === "string" && str.length > 0;
22
- if (nonEmptyString(functionName) && nonEmptyString(traceId)) {
23
- request.headers[TRACE_ID_HEADER_NAME] = traceId;
30
+ {
31
+ sanitizeTraceHeaders(request.headers);
32
+ const existingTraceparent = request.headers[TRACEPARENT];
33
+ if (!existingTraceparent) {
34
+ const traceparent = (invokeStore ??= await InvokeStore.getInstanceAsync())?.getTraceparent?.();
35
+ if (traceparent) {
36
+ request.headers[TRACEPARENT] = traceparent;
37
+ const tracestate = invokeStore?.getTracestate?.();
38
+ if (tracestate) {
39
+ request.headers[TRACESTATE] = tracestate;
40
+ }
41
+ const baggage = invokeStore?.getBaggage?.();
42
+ if (baggage) {
43
+ request.headers[BAGGAGE] = baggage;
44
+ }
45
+ }
46
+ }
24
47
  }
25
- return next({
26
- ...args,
27
- request,
28
- });
48
+ return next(args);
29
49
  };
50
+ function sanitizeTraceHeaders(headers) {
51
+ for (const header of Object.keys(headers)) {
52
+ const lower = header.toLowerCase();
53
+ if (header !== lower && (lower === TRACEPARENT || lower === TRACESTATE || lower === BAGGAGE)) {
54
+ headers[lower] = headers[header];
55
+ delete headers[header];
56
+ }
57
+ }
58
+ }
@@ -1 +1 @@
1
- export * from "./defaultUserAgent";
1
+ export { createUserAgentStringParsingProvider, createDefaultUserAgentProvider, fallback, defaultUserAgent, } from "./defaultUserAgent";
@@ -1,7 +1,6 @@
1
1
  import { platform, release } from "node:os";
2
2
  import { env } from "node:process";
3
3
  import { getRuntimeUserAgentPair } from "./getRuntimeUserAgentPair";
4
- import { getTypeScriptUserAgentPair } from "./getTypeScriptUserAgentPair";
5
4
  import { isCrtAvailable } from "./is-crt-available";
6
5
  export { crtAvailability } from "./crt-availability";
7
6
  export const createDefaultUserAgentProvider = ({ serviceId, clientVersion }) => {
@@ -14,10 +13,6 @@ export const createDefaultUserAgentProvider = ({ serviceId, clientVersion }) =>
14
13
  ["lang/js"],
15
14
  runtimeUserAgentPair,
16
15
  ];
17
- const typescriptUserAgentPair = await getTypeScriptUserAgentPair();
18
- if (typescriptUserAgentPair) {
19
- sections.push(typescriptUserAgentPair);
20
- }
21
16
  const crtAvailable = isCrtAvailable();
22
17
  if (crtAvailable) {
23
18
  sections.push(crtAvailable);
@@ -1,5 +1,5 @@
1
1
  export { AwsSdkSigV4Signer, AWSSDKSigV4Signer, validateSigningProperties } from "./AwsSdkSigV4Signer";
2
2
  export { AwsSdkSigV4ASigner } from "./AwsSdkSigV4ASigner";
3
- export * from "./NODE_AUTH_SCHEME_PREFERENCE_OPTIONS";
4
- export * from "./resolveAwsSdkSigV4AConfig";
5
- export * from "./resolveAwsSdkSigV4Config";
3
+ export { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "./NODE_AUTH_SCHEME_PREFERENCE_OPTIONS";
4
+ export { resolveAwsSdkSigV4AConfig, NODE_SIGV4A_CONFIG_OPTIONS } from "./resolveAwsSdkSigV4AConfig";
5
+ export { resolveAwsSdkSigV4Config, resolveAWSSDKSigV4Config } from "./resolveAwsSdkSigV4Config";
@@ -1,2 +1,2 @@
1
- export * from "./aws_sdk";
2
- export * from "./utils/getBearerTokenEnvKey";
1
+ export { AwsSdkSigV4Signer, AWSSDKSigV4Signer, validateSigningProperties, AwsSdkSigV4ASigner, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, resolveAwsSdkSigV4AConfig, NODE_SIGV4A_CONFIG_OPTIONS, resolveAwsSdkSigV4Config, resolveAWSSDKSigV4Config, } from "./aws_sdk";
2
+ export { getBearerTokenEnvKey } from "./utils/getBearerTokenEnvKey";
@@ -1,3 +1,3 @@
1
- export * from "./getDateHeader";
2
- export * from "./getSkewCorrectedDate";
3
- export * from "./getUpdatedSystemClockOffset";
1
+ export { getDateHeader } from "./getDateHeader";
2
+ export { getSkewCorrectedDate } from "./getSkewCorrectedDate";
3
+ export { getUpdatedSystemClockOffset } from "./getUpdatedSystemClockOffset";
@@ -1,20 +1,19 @@
1
- export * from "./cbor/AwsSmithyRpcV2CborProtocol";
2
- export * from "./coercing-serializers";
3
- export * from "./json/AwsJson1_0Protocol";
4
- export * from "./json/AwsJson1_1Protocol";
5
- export * from "./json/AwsJsonRpcProtocol";
6
- export * from "./json/AwsRestJsonProtocol";
7
- export * from "./json/JsonCodec";
8
- export * from "./json/JsonShapeDeserializer";
9
- export * from "./json/JsonShapeSerializer";
10
- export * from "./json/awsExpectUnion";
11
- export * from "./json/parseJsonBody";
12
- export * from "./query/AwsEc2QueryProtocol";
13
- export * from "./query/AwsQueryProtocol";
14
- export * from "./query/QuerySerializerSettings";
15
- export * from "./query/QueryShapeSerializer";
16
- export * from "./xml/AwsRestXmlProtocol";
17
- export * from "./xml/XmlCodec";
18
- export * from "./xml/XmlShapeDeserializer";
19
- export * from "./xml/XmlShapeSerializer";
20
- export * from "./xml/parseXmlBody";
1
+ export { AwsSmithyRpcV2CborProtocol } from "./cbor/AwsSmithyRpcV2CborProtocol";
2
+ export { _toStr, _toBool, _toNum } from "./coercing-serializers";
3
+ export { AwsJson1_0Protocol } from "./json/AwsJson1_0Protocol";
4
+ export { AwsJson1_1Protocol } from "./json/AwsJson1_1Protocol";
5
+ export { AwsJsonRpcProtocol } from "./json/AwsJsonRpcProtocol";
6
+ export { AwsRestJsonProtocol } from "./json/AwsRestJsonProtocol";
7
+ export { JsonCodec } from "./json/JsonCodec";
8
+ export { JsonShapeDeserializer } from "./json/JsonShapeDeserializer";
9
+ export { JsonShapeSerializer } from "./json/JsonShapeSerializer";
10
+ export { awsExpectUnion } from "./json/awsExpectUnion";
11
+ export { parseJsonBody, parseJsonErrorBody, loadRestJsonErrorCode, loadJsonRpcErrorCode } from "./json/parseJsonBody";
12
+ export { AwsEc2QueryProtocol } from "./query/AwsEc2QueryProtocol";
13
+ export { AwsQueryProtocol } from "./query/AwsQueryProtocol";
14
+ export { QueryShapeSerializer } from "./query/QueryShapeSerializer";
15
+ export { AwsRestXmlProtocol } from "./xml/AwsRestXmlProtocol";
16
+ export { XmlCodec } from "./xml/XmlCodec";
17
+ export { XmlShapeDeserializer } from "./xml/XmlShapeDeserializer";
18
+ export { XmlShapeSerializer } from "./xml/XmlShapeSerializer";
19
+ export { parseXmlBody, parseXmlErrorBody, loadRestXmlErrorCode } from "./xml/parseXmlBody";
@@ -1,3 +1,5 @@
1
- export * from "./AccountIdEndpointModeConfigResolver";
2
- export * from "./AccountIdEndpointModeConstants";
3
- export * from "./NodeAccountIdEndpointModeConfigOptions";
1
+ export { resolveAccountIdEndpointModeConfig } from "./AccountIdEndpointModeConfigResolver";
2
+ export type { AccountIdEndpointModeInputConfig, AccountIdEndpointModeResolvedConfig, } from "./AccountIdEndpointModeConfigResolver";
3
+ export { DEFAULT_ACCOUNT_ID_ENDPOINT_MODE, ACCOUNT_ID_ENDPOINT_MODE_VALUES, validateAccountIdEndpointMode, } from "./AccountIdEndpointModeConstants";
4
+ export type { AccountIdEndpointMode } from "./AccountIdEndpointModeConstants";
5
+ export { ENV_ACCOUNT_ID_ENDPOINT_MODE, CONFIG_ACCOUNT_ID_ENDPOINT_MODE, NODE_ACCOUNT_ID_ENDPOINT_MODE_CONFIG_OPTIONS, } from "./NodeAccountIdEndpointModeConfigOptions";
@@ -30,11 +30,11 @@ export { parseArn } from "./util-endpoints/lib/aws/parseArn";
30
30
  export { partition, setPartitionInfo, useDefaultPartitionInfo, getUserAgentPrefix, } from "./util-endpoints/lib/aws/partition";
31
31
  export type { PartitionsInfo } from "./util-endpoints/lib/aws/partition";
32
32
  export { EndpointError } from "./util-endpoints/types/EndpointError";
33
- export { EndpointObjectProperties, EndpointObjectHeaders, EndpointObject, EndpointRuleObject, } from "./util-endpoints/types/EndpointRuleObject";
34
- export { ErrorRuleObject } from "./util-endpoints/types/ErrorRuleObject";
35
- export { RuleSetRules, TreeRuleObject } from "./util-endpoints/types/TreeRuleObject";
36
- export { DeprecatedObject, ParameterObject, RuleSetObject } from "./util-endpoints/types/RuleSetObject";
37
- export { ReferenceObject, FunctionObject, FunctionArgv, FunctionReturn, ConditionObject, Expression, EndpointParams, EndpointResolverOptions, ReferenceRecord, EvaluateOptions, } from "./util-endpoints/types/shared";
33
+ export type { EndpointObjectProperties, EndpointObjectHeaders, EndpointObject, EndpointRuleObject, } from "./util-endpoints/types/EndpointRuleObject";
34
+ export type { ErrorRuleObject } from "./util-endpoints/types/ErrorRuleObject";
35
+ export type { RuleSetRules, TreeRuleObject } from "./util-endpoints/types/TreeRuleObject";
36
+ export type { DeprecatedObject, ParameterObject, RuleSetObject } from "./util-endpoints/types/RuleSetObject";
37
+ export type { ReferenceObject, FunctionObject, FunctionArgv, FunctionReturn, ConditionObject, Expression, EndpointParams, EndpointResolverOptions, ReferenceRecord, EvaluateOptions, } from "./util-endpoints/types/shared";
38
38
  export declare const REGION_ENV_NAME: symbol;
39
39
  export declare const REGION_INI_NAME: symbol;
40
40
  export declare const NODE_REGION_CONFIG_OPTIONS: symbol;
@@ -27,11 +27,11 @@ export { parseArn } from "./util-endpoints/lib/aws/parseArn";
27
27
  export { partition, setPartitionInfo, useDefaultPartitionInfo, getUserAgentPrefix, } from "./util-endpoints/lib/aws/partition";
28
28
  export type { PartitionsInfo } from "./util-endpoints/lib/aws/partition";
29
29
  export { EndpointError } from "./util-endpoints/types/EndpointError";
30
- export { EndpointObjectProperties, EndpointObjectHeaders, EndpointObject, EndpointRuleObject, } from "./util-endpoints/types/EndpointRuleObject";
31
- export { ErrorRuleObject } from "./util-endpoints/types/ErrorRuleObject";
32
- export { RuleSetRules, TreeRuleObject } from "./util-endpoints/types/TreeRuleObject";
33
- export { DeprecatedObject, ParameterObject, RuleSetObject } from "./util-endpoints/types/RuleSetObject";
34
- export { ReferenceObject, FunctionObject, FunctionArgv, FunctionReturn, ConditionObject, Expression, EndpointParams, EndpointResolverOptions, ReferenceRecord, EvaluateOptions, } from "./util-endpoints/types/shared";
30
+ export type { EndpointObjectProperties, EndpointObjectHeaders, EndpointObject, EndpointRuleObject, } from "./util-endpoints/types/EndpointRuleObject";
31
+ export type { ErrorRuleObject } from "./util-endpoints/types/ErrorRuleObject";
32
+ export type { RuleSetRules, TreeRuleObject } from "./util-endpoints/types/TreeRuleObject";
33
+ export type { DeprecatedObject, ParameterObject, RuleSetObject } from "./util-endpoints/types/RuleSetObject";
34
+ export type { ReferenceObject, FunctionObject, FunctionArgv, FunctionReturn, ConditionObject, Expression, EndpointParams, EndpointResolverOptions, ReferenceRecord, EvaluateOptions, } from "./util-endpoints/types/shared";
35
35
  export { REGION_ENV_NAME, REGION_INI_NAME, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig, } from "./region-config-resolver/awsRegionConfig";
36
36
  export type { RegionInputConfig, RegionResolvedConfig } from "./region-config-resolver/awsRegionConfig";
37
37
  export { stsRegionDefaultResolver, warning as stsRegionWarning, } from "./region-config-resolver/stsRegionDefaultResolver";
@@ -31,11 +31,11 @@ export { parseArn } from "./util-endpoints/lib/aws/parseArn";
31
31
  export { partition, setPartitionInfo, useDefaultPartitionInfo, getUserAgentPrefix, } from "./util-endpoints/lib/aws/partition";
32
32
  export type { PartitionsInfo } from "./util-endpoints/lib/aws/partition";
33
33
  export { EndpointError } from "./util-endpoints/types/EndpointError";
34
- export { EndpointObjectProperties, EndpointObjectHeaders, EndpointObject, EndpointRuleObject, } from "./util-endpoints/types/EndpointRuleObject";
35
- export { ErrorRuleObject } from "./util-endpoints/types/ErrorRuleObject";
36
- export { RuleSetRules, TreeRuleObject } from "./util-endpoints/types/TreeRuleObject";
37
- export { DeprecatedObject, ParameterObject, RuleSetObject } from "./util-endpoints/types/RuleSetObject";
38
- export { ReferenceObject, FunctionObject, FunctionArgv, FunctionReturn, ConditionObject, Expression, EndpointParams, EndpointResolverOptions, ReferenceRecord, EvaluateOptions, } from "./util-endpoints/types/shared";
34
+ export type { EndpointObjectProperties, EndpointObjectHeaders, EndpointObject, EndpointRuleObject, } from "./util-endpoints/types/EndpointRuleObject";
35
+ export type { ErrorRuleObject } from "./util-endpoints/types/ErrorRuleObject";
36
+ export type { RuleSetRules, TreeRuleObject } from "./util-endpoints/types/TreeRuleObject";
37
+ export type { DeprecatedObject, ParameterObject, RuleSetObject } from "./util-endpoints/types/RuleSetObject";
38
+ export type { ReferenceObject, FunctionObject, FunctionArgv, FunctionReturn, ConditionObject, Expression, EndpointParams, EndpointResolverOptions, ReferenceRecord, EvaluateOptions, } from "./util-endpoints/types/shared";
39
39
  export declare const REGION_ENV_NAME: symbol;
40
40
  export declare const REGION_INI_NAME: symbol;
41
41
  export declare const NODE_REGION_CONFIG_OPTIONS: symbol;
@@ -1,5 +1,6 @@
1
1
  import type { AbsoluteLocation, BuildHandlerOptions } from "@smithy/types";
2
2
  /**
3
+ * Used in conjunction with Lambda invoke store.
3
4
  * @internal
4
5
  */
5
6
  export declare const recursionDetectionMiddlewareOptions: BuildHandlerOptions & AbsoluteLocation;