@cdk8s/awscdk-resolver 0.0.225 → 0.0.226

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 (236) hide show
  1. package/.jsii +3 -3
  2. package/lib/resolve.js +1 -1
  3. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +610 -478
  4. package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormationClient.js +1 -0
  5. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_0.js +81 -54
  6. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_1.js +3 -2
  7. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.browser.d.ts +1 -1
  8. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.d.ts +1 -1
  9. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.native.d.ts +2 -2
  10. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
  11. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
  12. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
  13. package/node_modules/@aws-sdk/client-cloudformation/package.json +44 -44
  14. package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +57 -42
  15. package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +1 -0
  16. package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +8 -8
  17. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +1 -1
  18. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +15 -5
  19. package/node_modules/@aws-sdk/client-sso/package.json +40 -40
  20. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +295 -92
  21. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDCClient.js +1 -0
  22. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/models_0.js +58 -28
  23. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +1 -1
  24. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +1 -1
  25. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +2 -2
  26. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
  27. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
  28. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
  29. package/node_modules/@aws-sdk/client-sso-oidc/package.json +42 -42
  30. package/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +1 -0
  31. package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +115 -104
  32. package/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +1 -0
  33. package/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +16 -16
  34. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +1 -1
  35. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +1 -1
  36. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +2 -2
  37. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
  38. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
  39. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
  40. package/node_modules/@aws-sdk/client-sts/package.json +42 -42
  41. package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +18 -22
  42. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +3 -4
  43. package/node_modules/@aws-sdk/core/package.json +12 -12
  44. package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +2 -3
  45. package/node_modules/@aws-sdk/credential-provider-env/package.json +8 -8
  46. package/node_modules/@aws-sdk/credential-provider-http/package.json +13 -13
  47. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +12 -17
  48. package/node_modules/@aws-sdk/credential-provider-ini/package.json +16 -16
  49. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +11 -18
  50. package/node_modules/@aws-sdk/credential-provider-node/package.json +15 -15
  51. package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +3 -5
  52. package/node_modules/@aws-sdk/credential-provider-process/package.json +9 -9
  53. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +5 -6
  54. package/node_modules/@aws-sdk/credential-provider-sso/package.json +11 -11
  55. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +9 -9
  56. package/node_modules/@aws-sdk/middleware-host-header/package.json +6 -6
  57. package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +2 -3
  58. package/node_modules/@aws-sdk/middleware-logger/package.json +6 -6
  59. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +6 -6
  60. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +13 -17
  61. package/node_modules/@aws-sdk/middleware-user-agent/package.json +9 -9
  62. package/node_modules/@aws-sdk/region-config-resolver/package.json +8 -8
  63. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +5 -7
  64. package/node_modules/@aws-sdk/token-providers/package.json +9 -9
  65. package/node_modules/@aws-sdk/types/package.json +4 -4
  66. package/node_modules/@aws-sdk/util-endpoints/package.json +6 -6
  67. package/node_modules/@aws-sdk/util-locate-window/package.json +4 -4
  68. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +4 -4
  69. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +1 -2
  70. package/node_modules/@aws-sdk/util-user-agent-node/package.json +8 -8
  71. package/node_modules/@smithy/abort-controller/dist-cjs/index.js +8 -6
  72. package/node_modules/@smithy/abort-controller/package.json +3 -3
  73. package/node_modules/@smithy/config-resolver/dist-cjs/index.js +8 -12
  74. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +3 -0
  75. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +4 -1
  76. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +3 -0
  77. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +4 -1
  78. package/node_modules/@smithy/config-resolver/package.json +6 -6
  79. package/node_modules/@smithy/core/dist-cjs/index.js +19 -16
  80. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +2 -4
  81. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +1 -1
  82. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +1 -0
  83. package/node_modules/@smithy/core/package.json +10 -10
  84. package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +10 -11
  85. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +1 -0
  86. package/node_modules/@smithy/credential-provider-imds/package.json +7 -7
  87. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +8 -9
  88. package/node_modules/@smithy/fetch-http-handler/package.json +9 -6
  89. package/node_modules/@smithy/hash-node/dist-cjs/index.js +4 -3
  90. package/node_modules/@smithy/hash-node/package.json +6 -6
  91. package/node_modules/@smithy/invalid-dependency/package.json +5 -2
  92. package/node_modules/@smithy/is-array-buffer/package.json +5 -4
  93. package/node_modules/@smithy/middleware-content-length/package.json +4 -4
  94. package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +7 -9
  95. package/node_modules/@smithy/middleware-endpoint/package.json +9 -9
  96. package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +18 -17
  97. package/node_modules/@smithy/middleware-retry/package.json +9 -9
  98. package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +1 -2
  99. package/node_modules/@smithy/middleware-serde/package.json +3 -3
  100. package/node_modules/@smithy/middleware-stack/dist-cjs/index.js +4 -12
  101. package/node_modules/@smithy/middleware-stack/dist-types/MiddlewareStack.d.ts +3 -0
  102. package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts +3 -0
  103. package/node_modules/@smithy/middleware-stack/package.json +3 -3
  104. package/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +9 -0
  105. package/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +7 -0
  106. package/node_modules/@smithy/node-config-provider/dist-types/fromStatic.d.ts +6 -0
  107. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +9 -0
  108. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +7 -0
  109. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +6 -0
  110. package/node_modules/@smithy/node-config-provider/package.json +6 -6
  111. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +36 -36
  112. package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +2 -1
  113. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +8 -0
  114. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +3 -0
  115. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +6 -1
  116. package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +1 -0
  117. package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +2 -0
  118. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +2 -0
  119. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +2 -0
  120. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +1 -0
  121. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +4 -0
  122. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +1 -0
  123. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +8 -0
  124. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +3 -0
  125. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +6 -1
  126. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +4 -0
  127. package/node_modules/@smithy/node-http-handler/package.json +7 -7
  128. package/node_modules/@smithy/property-provider/dist-cjs/index.js +16 -14
  129. package/node_modules/@smithy/property-provider/package.json +3 -3
  130. package/node_modules/@smithy/protocol-http/dist-cjs/index.js +16 -12
  131. package/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +0 -2
  132. package/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +3 -1
  133. package/node_modules/@smithy/protocol-http/dist-types/httpResponse.d.ts +13 -0
  134. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpHandler.d.ts +0 -2
  135. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +3 -1
  136. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpResponse.d.ts +13 -0
  137. package/node_modules/@smithy/protocol-http/package.json +3 -3
  138. package/node_modules/@smithy/querystring-builder/package.json +4 -4
  139. package/node_modules/@smithy/querystring-parser/package.json +3 -3
  140. package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +4 -14
  141. package/node_modules/@smithy/service-error-classification/package.json +3 -3
  142. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts +10 -0
  143. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +1 -0
  144. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +2 -0
  145. package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +10 -0
  146. package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +7 -0
  147. package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +3 -0
  148. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +10 -0
  149. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +1 -0
  150. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +2 -0
  151. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +10 -0
  152. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +7 -0
  153. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +3 -0
  154. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +6 -3
  155. package/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +6 -3
  156. package/node_modules/@smithy/shared-ini-file-loader/package.json +4 -4
  157. package/node_modules/@smithy/signature-v4/dist-cjs/index.js +16 -14
  158. package/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +9 -0
  159. package/node_modules/@smithy/signature-v4/dist-types/credentialDerivation.d.ts +13 -9
  160. package/node_modules/@smithy/signature-v4/dist-types/getCanonicalHeaders.d.ts +1 -1
  161. package/node_modules/@smithy/signature-v4/dist-types/getCanonicalQuery.d.ts +1 -1
  162. package/node_modules/@smithy/signature-v4/dist-types/getPayloadHash.d.ts +1 -1
  163. package/node_modules/@smithy/signature-v4/dist-types/moveHeadersToQuery.d.ts +1 -1
  164. package/node_modules/@smithy/signature-v4/dist-types/prepareRequest.d.ts +1 -1
  165. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +9 -0
  166. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +13 -9
  167. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +1 -1
  168. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +1 -1
  169. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +1 -1
  170. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +1 -1
  171. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +1 -1
  172. package/node_modules/@smithy/signature-v4/package.json +9 -9
  173. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +27 -21
  174. package/node_modules/@smithy/smithy-client/package.json +9 -9
  175. package/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +2 -0
  176. package/node_modules/@smithy/types/dist-types/client.d.ts +1 -0
  177. package/node_modules/@smithy/types/dist-types/connection/config.d.ts +3 -0
  178. package/node_modules/@smithy/types/dist-types/connection/manager.d.ts +6 -0
  179. package/node_modules/@smithy/types/dist-types/connection/pool.d.ts +8 -0
  180. package/node_modules/@smithy/types/dist-types/encode.d.ts +12 -0
  181. package/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +12 -0
  182. package/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +3 -0
  183. package/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +9 -0
  184. package/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +6 -0
  185. package/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +30 -0
  186. package/node_modules/@smithy/types/dist-types/eventStream.d.ts +31 -2
  187. package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +3 -0
  188. package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +3 -2
  189. package/node_modules/@smithy/types/dist-types/http.d.ts +6 -0
  190. package/node_modules/@smithy/types/dist-types/serde.d.ts +1 -0
  191. package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +2 -1
  192. package/node_modules/@smithy/types/dist-types/transfer.d.ts +8 -0
  193. package/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +1 -0
  194. package/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +1 -0
  195. package/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +3 -0
  196. package/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +6 -0
  197. package/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +8 -0
  198. package/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +12 -0
  199. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +12 -0
  200. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +3 -0
  201. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +9 -0
  202. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +6 -0
  203. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +30 -0
  204. package/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +31 -2
  205. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +3 -0
  206. package/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +3 -2
  207. package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +6 -0
  208. package/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +1 -0
  209. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +1 -1
  210. package/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +8 -0
  211. package/node_modules/@smithy/types/package.json +2 -2
  212. package/node_modules/@smithy/url-parser/package.json +6 -3
  213. package/node_modules/@smithy/util-base64/package.json +8 -7
  214. package/node_modules/@smithy/util-body-length-browser/package.json +7 -3
  215. package/node_modules/@smithy/util-body-length-node/package.json +6 -5
  216. package/node_modules/@smithy/util-buffer-from/package.json +7 -6
  217. package/node_modules/@smithy/util-config-provider/package.json +6 -5
  218. package/node_modules/@smithy/util-defaults-mode-browser/package.json +6 -6
  219. package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +2 -2
  220. package/node_modules/@smithy/util-defaults-mode-node/package.json +9 -9
  221. package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +13 -15
  222. package/node_modules/@smithy/util-endpoints/package.json +5 -5
  223. package/node_modules/@smithy/util-hex-encoding/package.json +5 -4
  224. package/node_modules/@smithy/util-middleware/package.json +4 -4
  225. package/node_modules/@smithy/util-retry/dist-cjs/index.js +27 -21
  226. package/node_modules/@smithy/util-retry/package.json +5 -5
  227. package/node_modules/@smithy/util-stream/dist-cjs/index.js +4 -3
  228. package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +1 -1
  229. package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +1 -1
  230. package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +1 -0
  231. package/node_modules/@smithy/util-stream/package.json +10 -10
  232. package/node_modules/@smithy/util-uri-escape/package.json +5 -4
  233. package/node_modules/@smithy/util-utf8/package.json +6 -5
  234. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +4 -6
  235. package/node_modules/@smithy/util-waiter/package.json +4 -4
  236. package/package.json +3 -3
@@ -14,6 +14,7 @@ import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
14
14
  import { resolveRuntimeExtensions } from "./runtimeExtensions";
15
15
  export { __Client };
16
16
  export class CloudFormationClient extends __Client {
17
+ config;
17
18
  constructor(...[configuration]) {
18
19
  const _config_0 = __getRuntimeConfig(configuration || {});
19
20
  const _config_1 = resolveClientEndpointParameters(_config_0);
@@ -11,27 +11,29 @@ export const AccountGateStatus = {
11
11
  SUCCEEDED: "SUCCEEDED",
12
12
  };
13
13
  export class InvalidOperationException extends __BaseException {
14
+ name = "InvalidOperationException";
15
+ $fault = "client";
16
+ Message;
14
17
  constructor(opts) {
15
18
  super({
16
19
  name: "InvalidOperationException",
17
20
  $fault: "client",
18
21
  ...opts,
19
22
  });
20
- this.name = "InvalidOperationException";
21
- this.$fault = "client";
22
23
  Object.setPrototypeOf(this, InvalidOperationException.prototype);
23
24
  this.Message = opts.Message;
24
25
  }
25
26
  }
26
27
  export class OperationNotFoundException extends __BaseException {
28
+ name = "OperationNotFoundException";
29
+ $fault = "client";
30
+ Message;
27
31
  constructor(opts) {
28
32
  super({
29
33
  name: "OperationNotFoundException",
30
34
  $fault: "client",
31
35
  ...opts,
32
36
  });
33
- this.name = "OperationNotFoundException";
34
- this.$fault = "client";
35
37
  Object.setPrototypeOf(this, OperationNotFoundException.prototype);
36
38
  this.Message = opts.Message;
37
39
  }
@@ -46,40 +48,43 @@ export const VersionBump = {
46
48
  MINOR: "MINOR",
47
49
  };
48
50
  export class CFNRegistryException extends __BaseException {
51
+ name = "CFNRegistryException";
52
+ $fault = "client";
53
+ Message;
49
54
  constructor(opts) {
50
55
  super({
51
56
  name: "CFNRegistryException",
52
57
  $fault: "client",
53
58
  ...opts,
54
59
  });
55
- this.name = "CFNRegistryException";
56
- this.$fault = "client";
57
60
  Object.setPrototypeOf(this, CFNRegistryException.prototype);
58
61
  this.Message = opts.Message;
59
62
  }
60
63
  }
61
64
  export class TypeNotFoundException extends __BaseException {
65
+ name = "TypeNotFoundException";
66
+ $fault = "client";
67
+ Message;
62
68
  constructor(opts) {
63
69
  super({
64
70
  name: "TypeNotFoundException",
65
71
  $fault: "client",
66
72
  ...opts,
67
73
  });
68
- this.name = "TypeNotFoundException";
69
- this.$fault = "client";
70
74
  Object.setPrototypeOf(this, TypeNotFoundException.prototype);
71
75
  this.Message = opts.Message;
72
76
  }
73
77
  }
74
78
  export class AlreadyExistsException extends __BaseException {
79
+ name = "AlreadyExistsException";
80
+ $fault = "client";
81
+ Message;
75
82
  constructor(opts) {
76
83
  super({
77
84
  name: "AlreadyExistsException",
78
85
  $fault: "client",
79
86
  ...opts,
80
87
  });
81
- this.name = "AlreadyExistsException";
82
- this.$fault = "client";
83
88
  Object.setPrototypeOf(this, AlreadyExistsException.prototype);
84
89
  this.Message = opts.Message;
85
90
  }
@@ -90,14 +95,15 @@ export const AttributeChangeType = {
90
95
  Remove: "Remove",
91
96
  };
92
97
  export class TypeConfigurationNotFoundException extends __BaseException {
98
+ name = "TypeConfigurationNotFoundException";
99
+ $fault = "client";
100
+ Message;
93
101
  constructor(opts) {
94
102
  super({
95
103
  name: "TypeConfigurationNotFoundException",
96
104
  $fault: "client",
97
105
  ...opts,
98
106
  });
99
- this.name = "TypeConfigurationNotFoundException";
100
- this.$fault = "client";
101
107
  Object.setPrototypeOf(this, TypeConfigurationNotFoundException.prototype);
102
108
  this.Message = opts.Message;
103
109
  }
@@ -107,14 +113,15 @@ export const CallAs = {
107
113
  SELF: "SELF",
108
114
  };
109
115
  export class TokenAlreadyExistsException extends __BaseException {
116
+ name = "TokenAlreadyExistsException";
117
+ $fault = "client";
118
+ Message;
110
119
  constructor(opts) {
111
120
  super({
112
121
  name: "TokenAlreadyExistsException",
113
122
  $fault: "client",
114
123
  ...opts,
115
124
  });
116
- this.name = "TokenAlreadyExistsException";
117
- this.$fault = "client";
118
125
  Object.setPrototypeOf(this, TokenAlreadyExistsException.prototype);
119
126
  this.Message = opts.Message;
120
127
  }
@@ -194,14 +201,15 @@ export const ChangeSetHooksStatus = {
194
201
  UNAVAILABLE: "UNAVAILABLE",
195
202
  };
196
203
  export class ChangeSetNotFoundException extends __BaseException {
204
+ name = "ChangeSetNotFoundException";
205
+ $fault = "client";
206
+ Message;
197
207
  constructor(opts) {
198
208
  super({
199
209
  name: "ChangeSetNotFoundException",
200
210
  $fault: "client",
201
211
  ...opts,
202
212
  });
203
- this.name = "ChangeSetNotFoundException";
204
- this.$fault = "client";
205
213
  Object.setPrototypeOf(this, ChangeSetNotFoundException.prototype);
206
214
  this.Message = opts.Message;
207
215
  }
@@ -235,40 +243,43 @@ export const OnStackFailure = {
235
243
  ROLLBACK: "ROLLBACK",
236
244
  };
237
245
  export class InsufficientCapabilitiesException extends __BaseException {
246
+ name = "InsufficientCapabilitiesException";
247
+ $fault = "client";
248
+ Message;
238
249
  constructor(opts) {
239
250
  super({
240
251
  name: "InsufficientCapabilitiesException",
241
252
  $fault: "client",
242
253
  ...opts,
243
254
  });
244
- this.name = "InsufficientCapabilitiesException";
245
- this.$fault = "client";
246
255
  Object.setPrototypeOf(this, InsufficientCapabilitiesException.prototype);
247
256
  this.Message = opts.Message;
248
257
  }
249
258
  }
250
259
  export class LimitExceededException extends __BaseException {
260
+ name = "LimitExceededException";
261
+ $fault = "client";
262
+ Message;
251
263
  constructor(opts) {
252
264
  super({
253
265
  name: "LimitExceededException",
254
266
  $fault: "client",
255
267
  ...opts,
256
268
  });
257
- this.name = "LimitExceededException";
258
- this.$fault = "client";
259
269
  Object.setPrototypeOf(this, LimitExceededException.prototype);
260
270
  this.Message = opts.Message;
261
271
  }
262
272
  }
263
273
  export class ConcurrentResourcesLimitExceededException extends __BaseException {
274
+ name = "ConcurrentResourcesLimitExceededException";
275
+ $fault = "client";
276
+ Message;
264
277
  constructor(opts) {
265
278
  super({
266
279
  name: "ConcurrentResourcesLimitExceededException",
267
280
  $fault: "client",
268
281
  ...opts,
269
282
  });
270
- this.name = "ConcurrentResourcesLimitExceededException";
271
- this.$fault = "client";
272
283
  Object.setPrototypeOf(this, ConcurrentResourcesLimitExceededException.prototype);
273
284
  this.Message = opts.Message;
274
285
  }
@@ -295,66 +306,71 @@ export const RegionConcurrencyType = {
295
306
  SEQUENTIAL: "SEQUENTIAL",
296
307
  };
297
308
  export class OperationIdAlreadyExistsException extends __BaseException {
309
+ name = "OperationIdAlreadyExistsException";
310
+ $fault = "client";
311
+ Message;
298
312
  constructor(opts) {
299
313
  super({
300
314
  name: "OperationIdAlreadyExistsException",
301
315
  $fault: "client",
302
316
  ...opts,
303
317
  });
304
- this.name = "OperationIdAlreadyExistsException";
305
- this.$fault = "client";
306
318
  Object.setPrototypeOf(this, OperationIdAlreadyExistsException.prototype);
307
319
  this.Message = opts.Message;
308
320
  }
309
321
  }
310
322
  export class OperationInProgressException extends __BaseException {
323
+ name = "OperationInProgressException";
324
+ $fault = "client";
325
+ Message;
311
326
  constructor(opts) {
312
327
  super({
313
328
  name: "OperationInProgressException",
314
329
  $fault: "client",
315
330
  ...opts,
316
331
  });
317
- this.name = "OperationInProgressException";
318
- this.$fault = "client";
319
332
  Object.setPrototypeOf(this, OperationInProgressException.prototype);
320
333
  this.Message = opts.Message;
321
334
  }
322
335
  }
323
336
  export class StackSetNotFoundException extends __BaseException {
337
+ name = "StackSetNotFoundException";
338
+ $fault = "client";
339
+ Message;
324
340
  constructor(opts) {
325
341
  super({
326
342
  name: "StackSetNotFoundException",
327
343
  $fault: "client",
328
344
  ...opts,
329
345
  });
330
- this.name = "StackSetNotFoundException";
331
- this.$fault = "client";
332
346
  Object.setPrototypeOf(this, StackSetNotFoundException.prototype);
333
347
  this.Message = opts.Message;
334
348
  }
335
349
  }
336
350
  export class StaleRequestException extends __BaseException {
351
+ name = "StaleRequestException";
352
+ $fault = "client";
353
+ Message;
337
354
  constructor(opts) {
338
355
  super({
339
356
  name: "StaleRequestException",
340
357
  $fault: "client",
341
358
  ...opts,
342
359
  });
343
- this.name = "StaleRequestException";
344
- this.$fault = "client";
345
360
  Object.setPrototypeOf(this, StaleRequestException.prototype);
346
361
  this.Message = opts.Message;
347
362
  }
348
363
  }
349
364
  export class CreatedButModifiedException extends __BaseException {
365
+ name = "CreatedButModifiedException";
366
+ $fault = "client";
367
+ Message;
350
368
  constructor(opts) {
351
369
  super({
352
370
  name: "CreatedButModifiedException",
353
371
  $fault: "client",
354
372
  ...opts,
355
373
  });
356
- this.name = "CreatedButModifiedException";
357
- this.$fault = "client";
358
374
  Object.setPrototypeOf(this, CreatedButModifiedException.prototype);
359
375
  this.Message = opts.Message;
360
376
  }
@@ -364,40 +380,43 @@ export const PermissionModels = {
364
380
  SERVICE_MANAGED: "SERVICE_MANAGED",
365
381
  };
366
382
  export class NameAlreadyExistsException extends __BaseException {
383
+ name = "NameAlreadyExistsException";
384
+ $fault = "client";
385
+ Message;
367
386
  constructor(opts) {
368
387
  super({
369
388
  name: "NameAlreadyExistsException",
370
389
  $fault: "client",
371
390
  ...opts,
372
391
  });
373
- this.name = "NameAlreadyExistsException";
374
- this.$fault = "client";
375
392
  Object.setPrototypeOf(this, NameAlreadyExistsException.prototype);
376
393
  this.Message = opts.Message;
377
394
  }
378
395
  }
379
396
  export class InvalidChangeSetStatusException extends __BaseException {
397
+ name = "InvalidChangeSetStatusException";
398
+ $fault = "client";
399
+ Message;
380
400
  constructor(opts) {
381
401
  super({
382
402
  name: "InvalidChangeSetStatusException",
383
403
  $fault: "client",
384
404
  ...opts,
385
405
  });
386
- this.name = "InvalidChangeSetStatusException";
387
- this.$fault = "client";
388
406
  Object.setPrototypeOf(this, InvalidChangeSetStatusException.prototype);
389
407
  this.Message = opts.Message;
390
408
  }
391
409
  }
392
410
  export class GeneratedTemplateNotFoundException extends __BaseException {
411
+ name = "GeneratedTemplateNotFoundException";
412
+ $fault = "client";
413
+ Message;
393
414
  constructor(opts) {
394
415
  super({
395
416
  name: "GeneratedTemplateNotFoundException",
396
417
  $fault: "client",
397
418
  ...opts,
398
419
  });
399
- this.name = "GeneratedTemplateNotFoundException";
400
- this.$fault = "client";
401
420
  Object.setPrototypeOf(this, GeneratedTemplateNotFoundException.prototype);
402
421
  this.Message = opts.Message;
403
422
  }
@@ -407,14 +426,15 @@ export const DeletionMode = {
407
426
  STANDARD: "STANDARD",
408
427
  };
409
428
  export class StackSetNotEmptyException extends __BaseException {
429
+ name = "StackSetNotEmptyException";
430
+ $fault = "client";
431
+ Message;
410
432
  constructor(opts) {
411
433
  super({
412
434
  name: "StackSetNotEmptyException",
413
435
  $fault: "client",
414
436
  ...opts,
415
437
  });
416
- this.name = "StackSetNotEmptyException";
417
- this.$fault = "client";
418
438
  Object.setPrototypeOf(this, StackSetNotEmptyException.prototype);
419
439
  this.Message = opts.Message;
420
440
  }
@@ -466,14 +486,15 @@ export const ResourceScanStatus = {
466
486
  IN_PROGRESS: "IN_PROGRESS",
467
487
  };
468
488
  export class ResourceScanNotFoundException extends __BaseException {
489
+ name = "ResourceScanNotFoundException";
490
+ $fault = "client";
491
+ Message;
469
492
  constructor(opts) {
470
493
  super({
471
494
  name: "ResourceScanNotFoundException",
472
495
  $fault: "client",
473
496
  ...opts,
474
497
  });
475
- this.name = "ResourceScanNotFoundException";
476
- this.$fault = "client";
477
498
  Object.setPrototypeOf(this, ResourceScanNotFoundException.prototype);
478
499
  this.Message = opts.Message;
479
500
  }
@@ -539,14 +560,15 @@ export const StackInstanceStatus = {
539
560
  OUTDATED: "OUTDATED",
540
561
  };
541
562
  export class StackInstanceNotFoundException extends __BaseException {
563
+ name = "StackInstanceNotFoundException";
564
+ $fault = "client";
565
+ Message;
542
566
  constructor(opts) {
543
567
  super({
544
568
  name: "StackInstanceNotFoundException",
545
569
  $fault: "client",
546
570
  ...opts,
547
571
  });
548
- this.name = "StackInstanceNotFoundException";
549
- this.$fault = "client";
550
572
  Object.setPrototypeOf(this, StackInstanceNotFoundException.prototype);
551
573
  this.Message = opts.Message;
552
574
  }
@@ -650,27 +672,29 @@ export const TemplateStage = {
650
672
  Processed: "Processed",
651
673
  };
652
674
  export class StackNotFoundException extends __BaseException {
675
+ name = "StackNotFoundException";
676
+ $fault = "client";
677
+ Message;
653
678
  constructor(opts) {
654
679
  super({
655
680
  name: "StackNotFoundException",
656
681
  $fault: "client",
657
682
  ...opts,
658
683
  });
659
- this.name = "StackNotFoundException";
660
- this.$fault = "client";
661
684
  Object.setPrototypeOf(this, StackNotFoundException.prototype);
662
685
  this.Message = opts.Message;
663
686
  }
664
687
  }
665
688
  export class HookResultNotFoundException extends __BaseException {
689
+ name = "HookResultNotFoundException";
690
+ $fault = "client";
691
+ Message;
666
692
  constructor(opts) {
667
693
  super({
668
694
  name: "HookResultNotFoundException",
669
695
  $fault: "client",
670
696
  ...opts,
671
697
  });
672
- this.name = "HookResultNotFoundException";
673
- this.$fault = "client";
674
698
  Object.setPrototypeOf(this, HookResultNotFoundException.prototype);
675
699
  this.Message = opts.Message;
676
700
  }
@@ -682,14 +706,15 @@ export const ListHookResultsTargetType = {
682
706
  STACK: "STACK",
683
707
  };
684
708
  export class ResourceScanInProgressException extends __BaseException {
709
+ name = "ResourceScanInProgressException";
710
+ $fault = "client";
711
+ Message;
685
712
  constructor(opts) {
686
713
  super({
687
714
  name: "ResourceScanInProgressException",
688
715
  $fault: "client",
689
716
  ...opts,
690
717
  });
691
- this.name = "ResourceScanInProgressException";
692
- this.$fault = "client";
693
718
  Object.setPrototypeOf(this, ResourceScanInProgressException.prototype);
694
719
  this.Message = opts.Message;
695
720
  }
@@ -710,27 +735,29 @@ export const StackSetOperationResultStatus = {
710
735
  SUCCEEDED: "SUCCEEDED",
711
736
  };
712
737
  export class InvalidStateTransitionException extends __BaseException {
738
+ name = "InvalidStateTransitionException";
739
+ $fault = "client";
740
+ Message;
713
741
  constructor(opts) {
714
742
  super({
715
743
  name: "InvalidStateTransitionException",
716
744
  $fault: "client",
717
745
  ...opts,
718
746
  });
719
- this.name = "InvalidStateTransitionException";
720
- this.$fault = "client";
721
747
  Object.setPrototypeOf(this, InvalidStateTransitionException.prototype);
722
748
  this.Message = opts.Message;
723
749
  }
724
750
  }
725
751
  export class OperationStatusCheckFailedException extends __BaseException {
752
+ name = "OperationStatusCheckFailedException";
753
+ $fault = "client";
754
+ Message;
726
755
  constructor(opts) {
727
756
  super({
728
757
  name: "OperationStatusCheckFailedException",
729
758
  $fault: "client",
730
759
  ...opts,
731
760
  });
732
- this.name = "OperationStatusCheckFailedException";
733
- this.$fault = "client";
734
761
  Object.setPrototypeOf(this, OperationStatusCheckFailedException.prototype);
735
762
  this.Message = opts.Message;
736
763
  }
@@ -4,14 +4,15 @@ export const ResourceSignalStatus = {
4
4
  SUCCESS: "SUCCESS",
5
5
  };
6
6
  export class ResourceScanLimitExceededException extends __BaseException {
7
+ name = "ResourceScanLimitExceededException";
8
+ $fault = "client";
9
+ Message;
7
10
  constructor(opts) {
8
11
  super({
9
12
  name: "ResourceScanLimitExceededException",
10
13
  $fault: "client",
11
14
  ...opts,
12
15
  });
13
- this.name = "ResourceScanLimitExceededException";
14
- this.$fault = "client";
15
16
  Object.setPrototypeOf(this, ResourceScanLimitExceededException.prototype);
16
17
  this.Message = opts.Message;
17
18
  }
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
7
7
  runtime: string;
8
8
  defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
- credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
10
+ credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
11
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
12
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
13
13
  region: string | import("@smithy/types").Provider<any>;
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
7
7
  runtime: string;
8
8
  defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
- credentialDefaultProvider: (init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>;
10
+ credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>);
11
11
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
12
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
13
13
  region: string | import("@smithy/types").Provider<string>;
@@ -22,7 +22,7 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
22
22
  region: string | import("@smithy/types").Provider<any>;
23
23
  profile?: string | undefined;
24
24
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
25
- credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
25
+ credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
26
26
  maxAttempts: number | import("@smithy/types").Provider<number>;
27
27
  retryMode: string | import("@smithy/types").Provider<string>;
28
28
  logger: import("@smithy/types").Logger;
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
31
31
  customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
32
32
  userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
33
33
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
34
- endpoint?: string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2> | undefined;
34
+ endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
35
35
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
36
36
  logger?: import("@smithy/types").Logger | undefined;
37
37
  }) => import("@smithy/types").EndpointV2;
@@ -6,9 +6,11 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
6
6
  import("@smithy/smithy-client").ResolvedDefaultsMode
7
7
  >;
8
8
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
9
- credentialDefaultProvider: (
10
- input: any
11
- ) => import("@smithy/types").AwsCredentialIdentityProvider;
9
+ credentialDefaultProvider:
10
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
11
+ | ((
12
+ _: unknown
13
+ ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
12
14
  defaultUserAgentProvider: (
13
15
  config?:
14
16
  | import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
@@ -6,13 +6,15 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
6
6
  import("@smithy/smithy-client").ResolvedDefaultsMode
7
7
  >;
8
8
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
9
- credentialDefaultProvider: (
10
- init?:
11
- | import("@aws-sdk/credential-provider-node").DefaultProviderInit
12
- | undefined
13
- ) => import("@smithy/types").MemoizedProvider<
14
- import("@smithy/types").AwsCredentialIdentity
15
- >;
9
+ credentialDefaultProvider:
10
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
11
+ | ((
12
+ init?:
13
+ | import("@aws-sdk/credential-provider-node").DefaultProviderInit
14
+ | undefined
15
+ ) => import("@smithy/types").MemoizedProvider<
16
+ import("@smithy/types").AwsCredentialIdentity
17
+ >);
16
18
  defaultUserAgentProvider: (
17
19
  config?:
18
20
  | import("@aws-sdk/util-user-agent-node").PreviouslyResolved
@@ -28,9 +28,11 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
28
28
  | import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
29
29
  | undefined
30
30
  ) => Promise<import("@smithy/types").UserAgent>;
31
- credentialDefaultProvider: (
32
- input: any
33
- ) => import("@smithy/types").AwsCredentialIdentityProvider;
31
+ credentialDefaultProvider:
32
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
33
+ | ((
34
+ _: unknown
35
+ ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
34
36
  maxAttempts: number | import("@smithy/types").Provider<number>;
35
37
  retryMode: string | import("@smithy/types").Provider<string>;
36
38
  logger: import("@smithy/types").Logger;
@@ -50,11 +52,21 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
50
52
  | import("@smithy/types").RetryStrategyV2
51
53
  | undefined;
52
54
  endpoint?:
53
- | string
54
- | import("@smithy/types").Endpoint
55
- | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
56
- | import("@smithy/types").EndpointV2
57
- | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
55
+ | ((
56
+ | string
57
+ | import("@smithy/types").Endpoint
58
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
59
+ | import("@smithy/types").EndpointV2
60
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
61
+ ) &
62
+ (
63
+ | string
64
+ | import("@smithy/types").Provider<string>
65
+ | import("@smithy/types").Endpoint
66
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
67
+ | import("@smithy/types").EndpointV2
68
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
69
+ ))
58
70
  | undefined;
59
71
  endpointProvider: (
60
72
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,