@cdk8s/awscdk-resolver 0.0.353 → 0.0.355

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 (374) 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 +31 -0
  4. package/node_modules/@aws-sdk/client-cloudformation/dist-es/protocols/Aws_query.js +31 -0
  5. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +1 -0
  6. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateTypeCommand.d.ts +12 -4
  7. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +1 -1
  8. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +11 -9
  9. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackInstancesCommand.d.ts +3 -3
  10. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackSetCommand.d.ts +1 -1
  11. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateTypeCommand.d.ts +5 -2
  12. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackInstancesCommand.d.ts +3 -3
  13. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackSetCommand.d.ts +5 -5
  14. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeregisterTypeCommand.d.ts +3 -0
  15. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackEventsCommand.d.ts +1 -0
  16. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackInstanceCommand.d.ts +1 -1
  17. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetCommand.d.ts +1 -1
  18. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetOperationCommand.d.ts +1 -1
  19. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeTypeCommand.d.ts +2 -1
  20. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackSetDriftCommand.d.ts +11 -11
  21. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetTemplateSummaryCommand.d.ts +3 -3
  22. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ImportStacksToStackSetCommand.d.ts +5 -5
  23. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListExportsCommand.d.ts +1 -2
  24. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListHookResultsCommand.d.ts +33 -5
  25. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListImportsCommand.d.ts +1 -1
  26. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstanceResourceDriftsCommand.d.ts +1 -1
  27. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstancesCommand.d.ts +3 -3
  28. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetAutoDeploymentTargetsCommand.d.ts +2 -2
  29. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +2 -2
  30. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationsCommand.d.ts +2 -2
  31. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetsCommand.d.ts +5 -5
  32. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypesCommand.d.ts +3 -2
  33. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StopStackSetOperationCommand.d.ts +2 -2
  34. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackInstancesCommand.d.ts +10 -10
  35. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackSetCommand.d.ts +8 -8
  36. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +485 -389
  37. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +97 -103
  38. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormation.d.ts +1 -0
  39. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListHookResultsCommand.d.ts +1 -1
  40. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_0.d.ts +11 -2
  41. package/node_modules/@aws-sdk/client-cloudformation/package.json +11 -11
  42. package/node_modules/@aws-sdk/client-sso/package.json +10 -10
  43. package/node_modules/@aws-sdk/core/package.json +3 -3
  44. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  45. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +3 -1
  46. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +3 -1
  47. package/node_modules/@aws-sdk/credential-provider-http/package.json +3 -3
  48. package/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
  49. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +1 -1
  50. package/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +3 -1
  51. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  52. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  53. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  54. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  55. package/node_modules/@aws-sdk/middleware-user-agent/package.json +3 -3
  56. package/node_modules/@aws-sdk/nested-clients/package.json +10 -10
  57. package/node_modules/@aws-sdk/token-providers/package.json +3 -3
  58. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  59. package/node_modules/@smithy/abort-controller/dist-cjs/index.js +3 -3
  60. package/node_modules/@smithy/abort-controller/package.json +3 -2
  61. package/node_modules/@smithy/config-resolver/dist-cjs/index.js +15 -15
  62. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +1 -1
  63. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +1 -1
  64. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +2 -2
  65. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +1 -1
  66. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/utils/getEndpointFromRegion.d.ts +1 -1
  67. package/node_modules/@smithy/config-resolver/dist-types/regionConfig/config.d.ts +1 -1
  68. package/node_modules/@smithy/config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +1 -1
  69. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +1 -1
  70. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +1 -1
  71. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/RegionHash.d.ts +1 -1
  72. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +1 -1
  73. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +3 -3
  74. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +1 -1
  75. package/node_modules/@smithy/config-resolver/package.json +6 -5
  76. package/node_modules/@smithy/core/dist-cjs/index.js +10 -11
  77. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +3 -3
  78. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +3 -3
  79. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +8 -3
  80. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +3 -3
  81. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +3 -3
  82. package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +0 -1
  83. package/node_modules/@smithy/core/dist-es/middleware-http-signing/httpSigningMiddleware.js +0 -1
  84. package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +1 -1
  85. package/node_modules/@smithy/core/dist-types/getSmithyContext.d.ts +1 -1
  86. package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +2 -2
  87. package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +2 -2
  88. package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +1 -1
  89. package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/resolveAuthOptions.d.ts +1 -1
  90. package/node_modules/@smithy/core/dist-types/middleware-http-signing/getHttpSigningMiddleware.d.ts +1 -1
  91. package/node_modules/@smithy/core/dist-types/middleware-http-signing/httpSigningMiddleware.d.ts +1 -1
  92. package/node_modules/@smithy/core/dist-types/normalizeProvider.d.ts +1 -1
  93. package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -1
  94. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-decode.d.ts +1 -1
  95. package/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +1 -1
  96. package/node_modules/@smithy/core/dist-types/submodules/event-streams/EventStreamSerde.d.ts +1 -1
  97. package/node_modules/@smithy/core/dist-types/submodules/protocols/collect-stream-body.d.ts +1 -1
  98. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/determineTimestampFormat.d.ts +1 -1
  99. package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +1 -1
  100. package/node_modules/@smithy/core/dist-types/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +1 -1
  101. package/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +1 -1
  102. package/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +2 -2
  103. package/node_modules/@smithy/core/dist-types/util-identity-and-auth/DefaultIdentityProviderConfig.d.ts +1 -1
  104. package/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +1 -1
  105. package/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +1 -1
  106. package/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/noAuth.d.ts +1 -1
  107. package/node_modules/@smithy/core/dist-types/util-identity-and-auth/memoizeIdentityProvider.d.ts +1 -1
  108. package/node_modules/@smithy/core/package.json +10 -10
  109. package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +12 -13
  110. package/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointConfigOptions.d.ts +1 -1
  111. package/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointModeConfigOptions.d.ts +1 -1
  112. package/node_modules/@smithy/credential-provider-imds/dist-types/fromContainerMetadata.d.ts +2 -2
  113. package/node_modules/@smithy/credential-provider-imds/dist-types/fromInstanceMetadata.d.ts +3 -3
  114. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/ImdsCredentials.d.ts +1 -1
  115. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/RemoteProviderInit.d.ts +1 -1
  116. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +1 -1
  117. package/node_modules/@smithy/credential-provider-imds/dist-types/types.d.ts +1 -1
  118. package/node_modules/@smithy/credential-provider-imds/dist-types/utils/getExtendedInstanceMetadataCredentials.d.ts +2 -2
  119. package/node_modules/@smithy/credential-provider-imds/dist-types/utils/getInstanceMetadataEndpoint.d.ts +1 -1
  120. package/node_modules/@smithy/credential-provider-imds/dist-types/utils/staticStabilityProvider.d.ts +2 -2
  121. package/node_modules/@smithy/credential-provider-imds/package.json +6 -5
  122. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +3 -3
  123. package/node_modules/@smithy/fetch-http-handler/dist-types/create-request.d.ts +1 -1
  124. package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +3 -2
  125. package/node_modules/@smithy/fetch-http-handler/dist-types/stream-collector.d.ts +1 -1
  126. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +2 -1
  127. package/node_modules/@smithy/fetch-http-handler/package.json +9 -8
  128. package/node_modules/@smithy/hash-node/dist-cjs/index.js +3 -3
  129. package/node_modules/@smithy/hash-node/dist-types/index.d.ts +1 -1
  130. package/node_modules/@smithy/hash-node/package.json +5 -4
  131. package/node_modules/@smithy/invalid-dependency/dist-cjs/index.js +3 -3
  132. package/node_modules/@smithy/invalid-dependency/dist-types/invalidProvider.d.ts +1 -1
  133. package/node_modules/@smithy/invalid-dependency/package.json +3 -2
  134. package/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +3 -3
  135. package/node_modules/@smithy/is-array-buffer/package.json +5 -4
  136. package/node_modules/@smithy/middleware-content-length/dist-cjs/index.js +5 -5
  137. package/node_modules/@smithy/middleware-content-length/dist-types/index.d.ts +1 -1
  138. package/node_modules/@smithy/middleware-content-length/package.json +6 -5
  139. package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +5 -5
  140. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromInstructions.d.ts +3 -3
  141. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointUrlConfig.d.ts +1 -1
  142. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts +1 -1
  143. package/node_modules/@smithy/middleware-endpoint/dist-types/endpointMiddleware.d.ts +3 -3
  144. package/node_modules/@smithy/middleware-endpoint/dist-types/getEndpointPlugin.d.ts +3 -3
  145. package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +1 -1
  146. package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +1 -1
  147. package/node_modules/@smithy/middleware-endpoint/dist-types/service-customizations/s3.d.ts +1 -1
  148. package/node_modules/@smithy/middleware-endpoint/package.json +9 -8
  149. package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +33 -47
  150. package/node_modules/@smithy/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts +4 -3
  151. package/node_modules/@smithy/middleware-retry/dist-types/StandardRetryStrategy.d.ts +2 -2
  152. package/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +2 -2
  153. package/node_modules/@smithy/middleware-retry/dist-types/defaultRetryQuota.d.ts +1 -1
  154. package/node_modules/@smithy/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +1 -1
  155. package/node_modules/@smithy/middleware-retry/dist-types/retryDecider.d.ts +1 -1
  156. package/node_modules/@smithy/middleware-retry/dist-types/retryMiddleware.d.ts +2 -2
  157. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +2 -1
  158. package/node_modules/@smithy/middleware-retry/dist-types/types.d.ts +1 -1
  159. package/node_modules/@smithy/middleware-retry/dist-types/util.d.ts +1 -1
  160. package/node_modules/@smithy/middleware-retry/package.json +9 -8
  161. package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +5 -5
  162. package/node_modules/@smithy/middleware-serde/dist-types/deserializerMiddleware.d.ts +1 -1
  163. package/node_modules/@smithy/middleware-serde/dist-types/serdePlugin.d.ts +1 -1
  164. package/node_modules/@smithy/middleware-serde/dist-types/serializerMiddleware.d.ts +1 -1
  165. package/node_modules/@smithy/middleware-serde/package.json +6 -5
  166. package/node_modules/@smithy/middleware-stack/dist-cjs/index.js +25 -30
  167. package/node_modules/@smithy/middleware-stack/dist-types/MiddlewareStack.d.ts +1 -1
  168. package/node_modules/@smithy/middleware-stack/dist-types/types.d.ts +1 -1
  169. package/node_modules/@smithy/middleware-stack/package.json +3 -2
  170. package/node_modules/@smithy/node-config-provider/dist-cjs/index.js +3 -3
  171. package/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +4 -4
  172. package/node_modules/@smithy/node-config-provider/dist-types/fromEnv.d.ts +1 -1
  173. package/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +2 -2
  174. package/node_modules/@smithy/node-config-provider/dist-types/fromStatic.d.ts +1 -1
  175. package/node_modules/@smithy/node-config-provider/package.json +5 -4
  176. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +5 -5
  177. package/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +2 -2
  178. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +3 -2
  179. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +4 -4
  180. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +2 -2
  181. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +3 -2
  182. package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +2 -1
  183. package/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +4 -4
  184. package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +1 -1
  185. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +1 -1
  186. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +1 -1
  187. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +1 -1
  188. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +2 -1
  189. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +2 -1
  190. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +2 -1
  191. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +2 -1
  192. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +2 -1
  193. package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +3 -3
  194. package/node_modules/@smithy/node-http-handler/package.json +6 -5
  195. package/node_modules/@smithy/property-provider/dist-cjs/index.js +3 -3
  196. package/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +2 -1
  197. package/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +1 -1
  198. package/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +2 -1
  199. package/node_modules/@smithy/property-provider/dist-types/chain.d.ts +1 -1
  200. package/node_modules/@smithy/property-provider/dist-types/fromStatic.d.ts +1 -1
  201. package/node_modules/@smithy/property-provider/dist-types/memoize.d.ts +1 -1
  202. package/node_modules/@smithy/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +2 -1
  203. package/node_modules/@smithy/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +2 -1
  204. package/node_modules/@smithy/property-provider/package.json +3 -2
  205. package/node_modules/@smithy/protocol-http/dist-cjs/index.js +4 -5
  206. package/node_modules/@smithy/protocol-http/dist-types/Field.d.ts +2 -1
  207. package/node_modules/@smithy/protocol-http/dist-types/Fields.d.ts +2 -2
  208. package/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +1 -1
  209. package/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +2 -1
  210. package/node_modules/@smithy/protocol-http/dist-types/httpResponse.d.ts +1 -1
  211. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/Field.d.ts +2 -1
  212. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +2 -1
  213. package/node_modules/@smithy/protocol-http/dist-types/types.d.ts +1 -1
  214. package/node_modules/@smithy/protocol-http/package.json +3 -2
  215. package/node_modules/@smithy/querystring-builder/dist-cjs/index.js +3 -3
  216. package/node_modules/@smithy/querystring-builder/dist-types/index.d.ts +1 -1
  217. package/node_modules/@smithy/querystring-builder/package.json +4 -3
  218. package/node_modules/@smithy/querystring-parser/dist-cjs/index.js +3 -3
  219. package/node_modules/@smithy/querystring-parser/dist-types/index.d.ts +1 -1
  220. package/node_modules/@smithy/querystring-parser/package.json +3 -2
  221. package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +3 -3
  222. package/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +1 -1
  223. package/node_modules/@smithy/service-error-classification/package.json +3 -2
  224. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +6 -6
  225. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigData.d.ts +1 -1
  226. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSsoSessionData.d.ts +1 -1
  227. package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +1 -1
  228. package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +1 -1
  229. package/node_modules/@smithy/shared-ini-file-loader/dist-types/mergeConfigFiles.d.ts +1 -1
  230. package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseIni.d.ts +1 -1
  231. package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +2 -2
  232. package/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +1 -1
  233. package/node_modules/@smithy/shared-ini-file-loader/package.json +3 -2
  234. package/node_modules/@smithy/signature-v4/dist-cjs/index.js +6 -9
  235. package/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +3 -2
  236. package/node_modules/@smithy/signature-v4/dist-types/SignatureV4Base.d.ts +1 -1
  237. package/node_modules/@smithy/signature-v4/dist-types/credentialDerivation.d.ts +1 -1
  238. package/node_modules/@smithy/signature-v4/dist-types/getCanonicalHeaders.d.ts +1 -1
  239. package/node_modules/@smithy/signature-v4/dist-types/getCanonicalQuery.d.ts +1 -1
  240. package/node_modules/@smithy/signature-v4/dist-types/getPayloadHash.d.ts +1 -1
  241. package/node_modules/@smithy/signature-v4/dist-types/headerUtil.d.ts +1 -1
  242. package/node_modules/@smithy/signature-v4/dist-types/suite.fixture.d.ts +1 -1
  243. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +2 -1
  244. package/node_modules/@smithy/signature-v4/package.json +9 -8
  245. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +12 -15
  246. package/node_modules/@smithy/smithy-client/dist-types/NoOpLogger.d.ts +1 -1
  247. package/node_modules/@smithy/smithy-client/dist-types/client.d.ts +1 -1
  248. package/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +1 -1
  249. package/node_modules/@smithy/smithy-client/dist-types/exceptions.d.ts +1 -1
  250. package/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +2 -2
  251. package/node_modules/@smithy/smithy-client/dist-types/extensions/retry.d.ts +1 -1
  252. package/node_modules/@smithy/smithy-client/package.json +8 -7
  253. package/node_modules/@smithy/types/dist-cjs/index.js +7 -7
  254. package/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +4 -4
  255. package/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +2 -2
  256. package/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +2 -2
  257. package/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +2 -2
  258. package/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +1 -1
  259. package/node_modules/@smithy/types/dist-types/checksum.d.ts +1 -1
  260. package/node_modules/@smithy/types/dist-types/client.d.ts +4 -4
  261. package/node_modules/@smithy/types/dist-types/command.d.ts +2 -2
  262. package/node_modules/@smithy/types/dist-types/connection/manager.d.ts +2 -2
  263. package/node_modules/@smithy/types/dist-types/encode.d.ts +1 -1
  264. package/node_modules/@smithy/types/dist-types/endpoint.d.ts +1 -1
  265. package/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +2 -2
  266. package/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +1 -1
  267. package/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +1 -1
  268. package/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +3 -3
  269. package/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +1 -1
  270. package/node_modules/@smithy/types/dist-types/eventStream.d.ts +3 -3
  271. package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +2 -2
  272. package/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +1 -1
  273. package/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +2 -2
  274. package/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +2 -2
  275. package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +2 -2
  276. package/node_modules/@smithy/types/dist-types/http.d.ts +2 -2
  277. package/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +1 -1
  278. package/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +1 -1
  279. package/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +1 -1
  280. package/node_modules/@smithy/types/dist-types/retry.d.ts +1 -1
  281. package/node_modules/@smithy/types/dist-types/schema/schema.d.ts +2 -0
  282. package/node_modules/@smithy/types/dist-types/serde.d.ts +4 -4
  283. package/node_modules/@smithy/types/dist-types/shapes.d.ts +2 -2
  284. package/node_modules/@smithy/types/dist-types/signature.d.ts +2 -2
  285. package/node_modules/@smithy/types/dist-types/stream.d.ts +3 -3
  286. package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +2 -0
  287. package/node_modules/@smithy/types/dist-types/uri.d.ts +1 -1
  288. package/node_modules/@smithy/types/dist-types/util.d.ts +3 -3
  289. package/node_modules/@smithy/types/dist-types/waiter.d.ts +1 -1
  290. package/node_modules/@smithy/types/package.json +2 -1
  291. package/node_modules/@smithy/url-parser/dist-cjs/index.js +3 -3
  292. package/node_modules/@smithy/url-parser/dist-types/index.d.ts +1 -1
  293. package/node_modules/@smithy/url-parser/package.json +4 -3
  294. package/node_modules/@smithy/util-base64/dist-cjs/index.js +4 -4
  295. package/node_modules/@smithy/util-base64/dist-cjs/toBase64.browser.js +1 -2
  296. package/node_modules/@smithy/util-base64/package.json +7 -6
  297. package/node_modules/@smithy/util-body-length-browser/dist-cjs/index.js +6 -9
  298. package/node_modules/@smithy/util-body-length-browser/package.json +5 -4
  299. package/node_modules/@smithy/util-body-length-node/dist-cjs/index.js +3 -3
  300. package/node_modules/@smithy/util-body-length-node/package.json +5 -4
  301. package/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +3 -3
  302. package/node_modules/@smithy/util-buffer-from/package.json +6 -5
  303. package/node_modules/@smithy/util-config-provider/dist-cjs/index.js +7 -11
  304. package/node_modules/@smithy/util-config-provider/dist-types/booleanSelector.d.ts +1 -1
  305. package/node_modules/@smithy/util-config-provider/dist-types/numberSelector.d.ts +1 -1
  306. package/node_modules/@smithy/util-config-provider/package.json +5 -4
  307. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/index.js +3 -3
  308. package/node_modules/@smithy/util-defaults-mode-browser/package.json +5 -4
  309. package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +7 -7
  310. package/node_modules/@smithy/util-defaults-mode-node/dist-types/defaultsModeConfig.d.ts +1 -1
  311. package/node_modules/@smithy/util-defaults-mode-node/package.json +8 -7
  312. package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +3 -3
  313. package/node_modules/@smithy/util-endpoints/dist-types/debug/toDebugString.d.ts +3 -3
  314. package/node_modules/@smithy/util-endpoints/dist-types/getEndpointUrlConfig.d.ts +1 -1
  315. package/node_modules/@smithy/util-endpoints/dist-types/lib/parseURL.d.ts +1 -1
  316. package/node_modules/@smithy/util-endpoints/dist-types/resolveEndpoint.d.ts +2 -2
  317. package/node_modules/@smithy/util-endpoints/dist-types/types/EndpointFunctions.d.ts +1 -1
  318. package/node_modules/@smithy/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +1 -1
  319. package/node_modules/@smithy/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +1 -1
  320. package/node_modules/@smithy/util-endpoints/dist-types/types/RuleSetObject.d.ts +1 -1
  321. package/node_modules/@smithy/util-endpoints/dist-types/types/TreeRuleObject.d.ts +1 -1
  322. package/node_modules/@smithy/util-endpoints/dist-types/types/shared.d.ts +1 -1
  323. package/node_modules/@smithy/util-endpoints/dist-types/utils/callFunction.d.ts +1 -1
  324. package/node_modules/@smithy/util-endpoints/dist-types/utils/customEndpointFunctions.d.ts +1 -1
  325. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateCondition.d.ts +1 -1
  326. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateConditions.d.ts +1 -1
  327. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateEndpointRule.d.ts +2 -2
  328. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateErrorRule.d.ts +1 -1
  329. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateExpression.d.ts +1 -1
  330. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateRules.d.ts +2 -2
  331. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTemplate.d.ts +1 -1
  332. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTreeRule.d.ts +2 -2
  333. package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointHeaders.d.ts +1 -1
  334. package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperties.d.ts +1 -1
  335. package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperty.d.ts +2 -2
  336. package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointUrl.d.ts +1 -1
  337. package/node_modules/@smithy/util-endpoints/dist-types/utils/getReferenceValue.d.ts +1 -1
  338. package/node_modules/@smithy/util-endpoints/package.json +6 -5
  339. package/node_modules/@smithy/util-hex-encoding/dist-cjs/index.js +3 -3
  340. package/node_modules/@smithy/util-hex-encoding/package.json +5 -4
  341. package/node_modules/@smithy/util-middleware/dist-cjs/index.js +4 -5
  342. package/node_modules/@smithy/util-middleware/dist-types/getSmithyContext.d.ts +1 -1
  343. package/node_modules/@smithy/util-middleware/dist-types/normalizeProvider.d.ts +1 -1
  344. package/node_modules/@smithy/util-middleware/package.json +3 -2
  345. package/node_modules/@smithy/util-retry/dist-cjs/index.js +3 -3
  346. package/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +2 -2
  347. package/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +1 -1
  348. package/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +1 -1
  349. package/node_modules/@smithy/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +1 -1
  350. package/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +1 -1
  351. package/node_modules/@smithy/util-retry/package.json +4 -3
  352. package/node_modules/@smithy/util-stream/dist-cjs/index.js +11 -11
  353. package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.browser.d.ts +1 -1
  354. package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +3 -2
  355. package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +1 -1
  356. package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +3 -3
  357. package/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.browser.d.ts +1 -1
  358. package/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +1 -1
  359. package/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +1 -1
  360. package/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.browser.d.ts +1 -1
  361. package/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.d.ts +1 -1
  362. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +2 -1
  363. package/node_modules/@smithy/util-stream/package.json +13 -12
  364. package/node_modules/@smithy/util-uri-escape/dist-cjs/index.js +3 -3
  365. package/node_modules/@smithy/util-uri-escape/package.json +5 -4
  366. package/node_modules/@smithy/util-utf8/dist-cjs/index.js +3 -3
  367. package/node_modules/@smithy/util-utf8/package.json +6 -5
  368. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +4 -5
  369. package/node_modules/@smithy/util-waiter/dist-types/createWaiter.d.ts +1 -1
  370. package/node_modules/@smithy/util-waiter/dist-types/poller.d.ts +1 -1
  371. package/node_modules/@smithy/util-waiter/dist-types/utils/validate.d.ts +1 -1
  372. package/node_modules/@smithy/util-waiter/dist-types/waiter.d.ts +1 -1
  373. package/node_modules/@smithy/util-waiter/package.json +4 -3
  374. package/package.json +6 -6
@@ -1,4 +1,4 @@
1
- import { Provider } from "@smithy/types";
1
+ import type { Provider } from "@smithy/types";
2
2
  /**
3
3
  * @public
4
4
  */
@@ -1,4 +1,4 @@
1
- import { EndpointVariantTag } from "./EndpointVariantTag";
1
+ import type { EndpointVariantTag } from "./EndpointVariantTag";
2
2
  /**
3
3
  * Provides hostname information for specific host label.
4
4
  *
@@ -1,4 +1,4 @@
1
- import { EndpointVariant } from "./EndpointVariant";
1
+ import type { EndpointVariant } from "./EndpointVariant";
2
2
  /**
3
3
  * The hash of partition with the information specific to that partition.
4
4
  * The information includes the list of regions belonging to that partition,
@@ -1,4 +1,4 @@
1
- import { EndpointVariant } from "./EndpointVariant";
1
+ import type { EndpointVariant } from "./EndpointVariant";
2
2
  /**
3
3
  * The hash of region with the information specific to that region.
4
4
  * The information can include hostname, signingService and signingRegion.
@@ -1,4 +1,4 @@
1
- import { EndpointVariant } from "./EndpointVariant";
1
+ import type { EndpointVariant } from "./EndpointVariant";
2
2
  /**
3
3
  * @internal
4
4
  * @deprecated unused as of endpointsRuleSets.
@@ -1,6 +1,6 @@
1
- import { RegionInfo } from "@smithy/types";
2
- import { PartitionHash } from "./PartitionHash";
3
- import { RegionHash } from "./RegionHash";
1
+ import type { RegionInfo } from "@smithy/types";
2
+ import type { PartitionHash } from "./PartitionHash";
3
+ import type { RegionHash } from "./RegionHash";
4
4
  /**
5
5
  * @internal
6
6
  * @deprecated unused as of endpointsRuleSets.
@@ -1,4 +1,4 @@
1
- import { PartitionHash } from "./PartitionHash";
1
+ import type { PartitionHash } from "./PartitionHash";
2
2
  /**
3
3
  * @internal
4
4
  * @deprecated unused for endpointRuleSets.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/config-resolver",
3
- "version": "4.1.5",
3
+ "version": "4.2.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline config-resolver",
@@ -23,11 +23,12 @@
23
23
  "url": "https://aws.amazon.com/javascript/"
24
24
  },
25
25
  "license": "Apache-2.0",
26
+ "sideEffects": false,
26
27
  "dependencies": {
27
- "@smithy/node-config-provider": "^4.1.4",
28
- "@smithy/types": "^4.3.2",
29
- "@smithy/util-config-provider": "^4.0.0",
30
- "@smithy/util-middleware": "^4.0.5",
28
+ "@smithy/node-config-provider": "^4.2.0",
29
+ "@smithy/types": "^4.4.0",
30
+ "@smithy/util-config-provider": "^4.1.0",
31
+ "@smithy/util-middleware": "^4.1.0",
31
32
  "tslib": "^2.6.2"
32
33
  },
33
34
  "devDependencies": {
@@ -18,8 +18,8 @@ var __copyProps = (to, from, except, desc) => {
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
19
 
20
20
  // src/index.ts
21
- var src_exports = {};
22
- __export(src_exports, {
21
+ var index_exports = {};
22
+ __export(index_exports, {
23
23
  DefaultIdentityProviderConfig: () => DefaultIdentityProviderConfig,
24
24
  EXPIRATION_MS: () => EXPIRATION_MS,
25
25
  HttpApiKeyAuthSigner: () => HttpApiKeyAuthSigner,
@@ -43,7 +43,7 @@ __export(src_exports, {
43
43
  requestBuilder: () => import_protocols.requestBuilder,
44
44
  setFeature: () => setFeature
45
45
  });
46
- module.exports = __toCommonJS(src_exports);
46
+ module.exports = __toCommonJS(index_exports);
47
47
 
48
48
  // src/getSmithyContext.ts
49
49
  var import_types = require("@smithy/types");
@@ -132,7 +132,7 @@ var getHttpAuthSchemeEndpointRuleSetPlugin = /* @__PURE__ */ __name((config, {
132
132
  httpAuthSchemeParametersProvider,
133
133
  identityProviderConfigProvider
134
134
  }) => ({
135
- applyToStack: (clientStack) => {
135
+ applyToStack: /* @__PURE__ */ __name((clientStack) => {
136
136
  clientStack.addRelativeTo(
137
137
  httpAuthSchemeMiddleware(config, {
138
138
  httpAuthSchemeParametersProvider,
@@ -140,7 +140,7 @@ var getHttpAuthSchemeEndpointRuleSetPlugin = /* @__PURE__ */ __name((config, {
140
140
  }),
141
141
  httpAuthSchemeEndpointRuleSetMiddlewareOptions
142
142
  );
143
- }
143
+ }, "applyToStack")
144
144
  }), "getHttpAuthSchemeEndpointRuleSetPlugin");
145
145
 
146
146
  // src/middleware-http-auth-scheme/getHttpAuthSchemePlugin.ts
@@ -157,7 +157,7 @@ var getHttpAuthSchemePlugin = /* @__PURE__ */ __name((config, {
157
157
  httpAuthSchemeParametersProvider,
158
158
  identityProviderConfigProvider
159
159
  }) => ({
160
- applyToStack: (clientStack) => {
160
+ applyToStack: /* @__PURE__ */ __name((clientStack) => {
161
161
  clientStack.addRelativeTo(
162
162
  httpAuthSchemeMiddleware(config, {
163
163
  httpAuthSchemeParametersProvider,
@@ -165,7 +165,7 @@ var getHttpAuthSchemePlugin = /* @__PURE__ */ __name((config, {
165
165
  }),
166
166
  httpAuthSchemeMiddlewareOptions
167
167
  );
168
- }
168
+ }, "applyToStack")
169
169
  }), "getHttpAuthSchemePlugin");
170
170
 
171
171
  // src/middleware-http-signing/httpSigningMiddleware.ts
@@ -209,15 +209,14 @@ var httpSigningMiddlewareOptions = {
209
209
  toMiddleware: "retryMiddleware"
210
210
  };
211
211
  var getHttpSigningPlugin = /* @__PURE__ */ __name((config) => ({
212
- applyToStack: (clientStack) => {
212
+ applyToStack: /* @__PURE__ */ __name((clientStack) => {
213
213
  clientStack.addRelativeTo(httpSigningMiddleware(config), httpSigningMiddlewareOptions);
214
- }
214
+ }, "applyToStack")
215
215
  }), "getHttpSigningPlugin");
216
216
 
217
217
  // src/normalizeProvider.ts
218
218
  var normalizeProvider = /* @__PURE__ */ __name((input) => {
219
- if (typeof input === "function")
220
- return input;
219
+ if (typeof input === "function") return input;
221
220
  const promisified = Promise.resolve(input);
222
221
  return () => promisified;
223
222
  }, "normalizeProvider");
@@ -17,8 +17,8 @@ var __copyProps = (to, from, except, desc) => {
17
17
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
18
 
19
19
  // src/submodules/cbor/index.ts
20
- var cbor_exports = {};
21
- __export(cbor_exports, {
20
+ var index_exports = {};
21
+ __export(index_exports, {
22
22
  CborCodec: () => CborCodec,
23
23
  CborShapeDeserializer: () => CborShapeDeserializer,
24
24
  CborShapeSerializer: () => CborShapeSerializer,
@@ -33,7 +33,7 @@ __export(cbor_exports, {
33
33
  tag: () => tag,
34
34
  tagSymbol: () => tagSymbol
35
35
  });
36
- module.exports = __toCommonJS(cbor_exports);
36
+ module.exports = __toCommonJS(index_exports);
37
37
 
38
38
  // src/submodules/cbor/cbor-decode.ts
39
39
  var import_serde = require("@smithy/core/serde");
@@ -17,11 +17,11 @@ var __copyProps = (to, from, except, desc) => {
17
17
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
18
 
19
19
  // src/submodules/event-streams/index.ts
20
- var event_streams_exports = {};
21
- __export(event_streams_exports, {
20
+ var index_exports = {};
21
+ __export(index_exports, {
22
22
  EventStreamSerde: () => EventStreamSerde
23
23
  });
24
- module.exports = __toCommonJS(event_streams_exports);
24
+ module.exports = __toCommonJS(index_exports);
25
25
 
26
26
  // src/submodules/event-streams/EventStreamSerde.ts
27
27
  var import_schema = require("@smithy/core/schema");
@@ -27,8 +27,8 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
27
27
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
28
28
 
29
29
  // src/submodules/protocols/index.ts
30
- var protocols_exports = {};
31
- __export(protocols_exports, {
30
+ var index_exports = {};
31
+ __export(index_exports, {
32
32
  FromStringShapeDeserializer: () => FromStringShapeDeserializer,
33
33
  HttpBindingProtocol: () => HttpBindingProtocol,
34
34
  HttpInterceptingShapeDeserializer: () => HttpInterceptingShapeDeserializer,
@@ -43,7 +43,7 @@ __export(protocols_exports, {
43
43
  requestBuilder: () => requestBuilder,
44
44
  resolvedPath: () => resolvedPath
45
45
  });
46
- module.exports = __toCommonJS(protocols_exports);
46
+ module.exports = __toCommonJS(index_exports);
47
47
 
48
48
  // src/submodules/protocols/collect-stream-body.ts
49
49
  var import_util_stream = require("@smithy/util-stream");
@@ -207,6 +207,11 @@ var HttpProtocol = class {
207
207
  );
208
208
  }
209
209
  async deserializeHttpMessage(schema, context, response, arg4, arg5) {
210
+ void schema;
211
+ void context;
212
+ void response;
213
+ void arg4;
214
+ void arg5;
210
215
  return [];
211
216
  }
212
217
  getEventStreamMarshaller() {
@@ -17,8 +17,8 @@ var __copyProps = (to, from, except, desc) => {
17
17
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
18
 
19
19
  // src/submodules/schema/index.ts
20
- var schema_exports = {};
21
- __export(schema_exports, {
20
+ var index_exports = {};
21
+ __export(index_exports, {
22
22
  ErrorSchema: () => ErrorSchema,
23
23
  ListSchema: () => ListSchema,
24
24
  MapSchema: () => MapSchema,
@@ -40,7 +40,7 @@ __export(schema_exports, {
40
40
  sim: () => sim,
41
41
  struct: () => struct
42
42
  });
43
- module.exports = __toCommonJS(schema_exports);
43
+ module.exports = __toCommonJS(index_exports);
44
44
 
45
45
  // src/submodules/schema/deref.ts
46
46
  var deref = (schemaRef) => {
@@ -17,8 +17,8 @@ var __copyProps = (to, from, except, desc) => {
17
17
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
18
 
19
19
  // src/submodules/serde/index.ts
20
- var serde_exports = {};
21
- __export(serde_exports, {
20
+ var index_exports = {};
21
+ __export(index_exports, {
22
22
  LazyJsonString: () => LazyJsonString,
23
23
  NumericValue: () => NumericValue,
24
24
  copyDocumentWithTransform: () => copyDocumentWithTransform,
@@ -59,7 +59,7 @@ __export(serde_exports, {
59
59
  strictParseLong: () => strictParseLong,
60
60
  strictParseShort: () => strictParseShort
61
61
  });
62
- module.exports = __toCommonJS(serde_exports);
62
+ module.exports = __toCommonJS(index_exports);
63
63
 
64
64
  // src/submodules/serde/copyDocumentWithTransform.ts
65
65
  var copyDocumentWithTransform = (source, schemaRef, transform = (_) => _) => source;
@@ -1,4 +1,3 @@
1
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
2
1
  import { getSmithyContext } from "@smithy/util-middleware";
3
2
  import { resolveAuthOptions } from "./resolveAuthOptions";
4
3
  function convertHttpAuthSchemesToMap(httpAuthSchemes) {
@@ -1,5 +1,4 @@
1
1
  import { HttpRequest } from "@smithy/protocol-http";
2
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
3
2
  import { getSmithyContext } from "@smithy/util-middleware";
4
3
  const defaultErrorHandler = (signingProperties) => (error) => {
5
4
  throw error;
@@ -2,7 +2,7 @@ import { collectBody } from "@smithy/core/protocols";
2
2
  import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";
3
3
  import { calculateBodyLength } from "@smithy/util-body-length-browser";
4
4
  import { cbor } from "./cbor";
5
- import { tag, tagSymbol } from "./cbor-types";
5
+ import { tag } from "./cbor-types";
6
6
  export const parseCborBody = (streamBody, context) => {
7
7
  return collectBody(streamBody, context).then(async (bytes) => {
8
8
  if (bytes.length) {
@@ -1,4 +1,4 @@
1
- import { HandlerExecutionContext } from "@smithy/types";
1
+ import type { HandlerExecutionContext } from "@smithy/types";
2
2
  /**
3
3
  * @internal
4
4
  */
@@ -1,5 +1,5 @@
1
- import { HandlerExecutionContext, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, IdentityProviderConfig, Pluggable, RelativeMiddlewareOptions, SerializeHandlerOptions } from "@smithy/types";
2
- import { PreviouslyResolved } from "./httpAuthSchemeMiddleware";
1
+ import type { HandlerExecutionContext, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, IdentityProviderConfig, Pluggable, RelativeMiddlewareOptions, SerializeHandlerOptions } from "@smithy/types";
2
+ import type { PreviouslyResolved } from "./httpAuthSchemeMiddleware";
3
3
  /**
4
4
  * @internal
5
5
  */
@@ -1,5 +1,5 @@
1
- import { HandlerExecutionContext, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, IdentityProviderConfig, Pluggable, RelativeMiddlewareOptions, SerializeHandlerOptions } from "@smithy/types";
2
- import { PreviouslyResolved } from "./httpAuthSchemeMiddleware";
1
+ import type { HandlerExecutionContext, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, IdentityProviderConfig, Pluggable, RelativeMiddlewareOptions, SerializeHandlerOptions } from "@smithy/types";
2
+ import type { PreviouslyResolved } from "./httpAuthSchemeMiddleware";
3
3
  /**
4
4
  * @internal
5
5
  */
@@ -1,4 +1,4 @@
1
- import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, IdentityProviderConfig, Provider, SelectedHttpAuthScheme, SerializeMiddleware, SMITHY_CONTEXT_KEY } from "@smithy/types";
1
+ import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, IdentityProviderConfig, Provider, SelectedHttpAuthScheme, SerializeMiddleware, SMITHY_CONTEXT_KEY } from "@smithy/types";
2
2
  /**
3
3
  * @internal
4
4
  */
@@ -1,4 +1,4 @@
1
- import { HttpAuthOption } from "@smithy/types";
1
+ import type { HttpAuthOption } from "@smithy/types";
2
2
  /**
3
3
  * Resolves list of auth options based on the supported ones, vs the preference list.
4
4
  *
@@ -1,4 +1,4 @@
1
- import { FinalizeRequestHandlerOptions, Pluggable, RelativeMiddlewareOptions } from "@smithy/types";
1
+ import type { FinalizeRequestHandlerOptions, Pluggable, RelativeMiddlewareOptions } from "@smithy/types";
2
2
  /**
3
3
  * @internal
4
4
  */
@@ -1,4 +1,4 @@
1
- import { FinalizeRequestMiddleware } from "@smithy/types";
1
+ import type { FinalizeRequestMiddleware } from "@smithy/types";
2
2
  /**
3
3
  * @internal
4
4
  */
@@ -1,4 +1,4 @@
1
- import { Provider } from "@smithy/types";
1
+ import type { Provider } from "@smithy/types";
2
2
  /**
3
3
  * @internal
4
4
  *
@@ -1,5 +1,5 @@
1
1
  import { RpcProtocol } from "@smithy/core/protocols";
2
- import { OperationSchema } from "@smithy/core/schema";
2
+ import type { OperationSchema } from "@smithy/core/schema";
3
3
  import type { EndpointBearer, HandlerExecutionContext, HttpRequest as IHttpRequest, HttpResponse as IHttpResponse, MetadataBearer, ResponseMetadata, SerdeFunctions } from "@smithy/types";
4
4
  import { CborCodec } from "./CborCodec";
5
5
  /**
@@ -1,4 +1,4 @@
1
- import { CborValueType, Float32, Uint8, Uint32 } from "./cbor-types";
1
+ import type { CborValueType, Float32, Uint8, Uint32 } from "./cbor-types";
2
2
  /**
3
3
  * @internal
4
4
  * @param bytes - to be set as the decode source.
@@ -1,6 +1,6 @@
1
1
  import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";
2
2
  import type { HeaderBag as __HeaderBag, HttpResponse, SerdeContext as __SerdeContext, SerdeContext } from "@smithy/types";
3
- import { tagSymbol } from "./cbor-types";
3
+ import type { tagSymbol } from "./cbor-types";
4
4
  /**
5
5
  * @internal
6
6
  */
@@ -1,4 +1,4 @@
1
- import { NormalizedSchema } from "@smithy/core/schema";
1
+ import type { NormalizedSchema } from "@smithy/core/schema";
2
2
  import type { EventStreamMarshaller, HttpRequest as IHttpRequest, HttpResponse as IHttpResponse, SerdeFunctions, ShapeDeserializer, ShapeSerializer } from "@smithy/types";
3
3
  /**
4
4
  * Separated module for async mixin of EventStream serde capability.
@@ -1,4 +1,4 @@
1
- import { SerdeContext } from "@smithy/types";
1
+ import type { SerdeContext } from "@smithy/types";
2
2
  import { Uint8ArrayBlobAdapter } from "@smithy/util-stream";
3
3
  /**
4
4
  * @internal
@@ -1,4 +1,4 @@
1
- import { NormalizedSchema } from "@smithy/core/schema";
1
+ import type { NormalizedSchema } from "@smithy/core/schema";
2
2
  import type { CodecSettings, TimestampDateTimeSchema, TimestampEpochSecondsSchema, TimestampHttpDateSchema } from "@smithy/types";
3
3
  /**
4
4
  * Assuming the schema is a timestamp type, the function resolves the format using
@@ -1,5 +1,5 @@
1
1
  import type { Schema as ISchema } from "@smithy/types";
2
- import { ErrorSchema } from "./schemas/ErrorSchema";
2
+ import type { ErrorSchema } from "./schemas/ErrorSchema";
3
3
  /**
4
4
  * A way to look up schema by their ShapeId values.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  import type { DeserializeHandlerOptions, MetadataBearer, Pluggable, SerializeHandlerOptions } from "@smithy/types";
2
- import { PreviouslyResolved } from "./schema-middleware-types";
2
+ import type { PreviouslyResolved } from "./schema-middleware-types";
3
3
  /**
4
4
  * @internal
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import type { DeserializeHandler, DeserializeHandlerArguments, HandlerExecutionContext } from "@smithy/types";
2
- import { PreviouslyResolved } from "./schema-middleware-types";
2
+ import type { PreviouslyResolved } from "./schema-middleware-types";
3
3
  /**
4
4
  * @internal
5
5
  */
@@ -1,5 +1,5 @@
1
- import { HandlerExecutionContext, SerializeHandler, SerializeHandlerArguments } from "@smithy/types";
2
- import { PreviouslyResolved } from "./schema-middleware-types";
1
+ import type { HandlerExecutionContext, SerializeHandler, SerializeHandlerArguments } from "@smithy/types";
2
+ import type { PreviouslyResolved } from "./schema-middleware-types";
3
3
  /**
4
4
  * @internal
5
5
  */
@@ -1,4 +1,4 @@
1
- import { HttpAuthSchemeId, Identity, IdentityProvider, IdentityProviderConfig } from "@smithy/types";
1
+ import type { HttpAuthSchemeId, Identity, IdentityProvider, IdentityProviderConfig } from "@smithy/types";
2
2
  /**
3
3
  * Default implementation of IdentityProviderConfig
4
4
  * @internal
@@ -1,5 +1,5 @@
1
1
  import { HttpRequest } from "@smithy/protocol-http";
2
- import { ApiKeyIdentity, HttpRequest as IHttpRequest, HttpSigner } from "@smithy/types";
2
+ import type { ApiKeyIdentity, HttpRequest as IHttpRequest, HttpSigner } from "@smithy/types";
3
3
  /**
4
4
  * @internal
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { HttpRequest } from "@smithy/protocol-http";
2
- import { HttpRequest as IHttpRequest, HttpSigner, TokenIdentity } from "@smithy/types";
2
+ import type { HttpRequest as IHttpRequest, HttpSigner, TokenIdentity } from "@smithy/types";
3
3
  /**
4
4
  * @internal
5
5
  */
@@ -1,4 +1,4 @@
1
- import { HttpRequest, HttpSigner, Identity } from "@smithy/types";
1
+ import type { HttpRequest, HttpSigner, Identity } from "@smithy/types";
2
2
  /**
3
3
  * Signer for the synthetic @smithy.api#noAuth auth scheme.
4
4
  * @internal
@@ -1,4 +1,4 @@
1
- import { Identity, IdentityProvider } from "@smithy/types";
1
+ import type { Identity, IdentityProvider } from "@smithy/types";
2
2
  /**
3
3
  * @internal
4
4
  */
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/core",
3
- "version": "3.9.2",
3
+ "version": "3.10.0",
4
4
  "scripts": {
5
5
  "build": "yarn lint && concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline core",
@@ -77,14 +77,14 @@
77
77
  "license": "Apache-2.0",
78
78
  "sideEffects": false,
79
79
  "dependencies": {
80
- "@smithy/middleware-serde": "^4.0.9",
81
- "@smithy/protocol-http": "^5.1.3",
82
- "@smithy/types": "^4.3.2",
83
- "@smithy/util-base64": "^4.0.0",
84
- "@smithy/util-body-length-browser": "^4.0.0",
85
- "@smithy/util-middleware": "^4.0.5",
86
- "@smithy/util-stream": "^4.2.4",
87
- "@smithy/util-utf8": "^4.0.0",
80
+ "@smithy/middleware-serde": "^4.1.0",
81
+ "@smithy/protocol-http": "^5.2.0",
82
+ "@smithy/types": "^4.4.0",
83
+ "@smithy/util-base64": "^4.1.0",
84
+ "@smithy/util-body-length-browser": "^4.1.0",
85
+ "@smithy/util-middleware": "^4.1.0",
86
+ "@smithy/util-stream": "^4.3.0",
87
+ "@smithy/util-utf8": "^4.1.0",
88
88
  "@types/uuid": "^9.0.1",
89
89
  "tslib": "^2.6.2",
90
90
  "uuid": "^9.0.1"
@@ -119,7 +119,7 @@
119
119
  "directory": "packages/core"
120
120
  },
121
121
  "devDependencies": {
122
- "@smithy/eventstream-serde-node": "^4.0.5",
122
+ "@smithy/eventstream-serde-node": "^4.1.0",
123
123
  "@types/node": "^18.11.9",
124
124
  "concurrently": "7.0.0",
125
125
  "downlevel-dts": "0.10.1",
@@ -18,8 +18,8 @@ var __copyProps = (to, from, except, desc) => {
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
19
 
20
20
  // src/index.ts
21
- var src_exports = {};
22
- __export(src_exports, {
21
+ var index_exports = {};
22
+ __export(index_exports, {
23
23
  DEFAULT_MAX_RETRIES: () => DEFAULT_MAX_RETRIES,
24
24
  DEFAULT_TIMEOUT: () => DEFAULT_TIMEOUT,
25
25
  ENV_CMDS_AUTH_TOKEN: () => ENV_CMDS_AUTH_TOKEN,
@@ -32,7 +32,7 @@ __export(src_exports, {
32
32
  httpRequest: () => httpRequest,
33
33
  providerConfigFromInit: () => providerConfigFromInit
34
34
  });
35
- module.exports = __toCommonJS(src_exports);
35
+ module.exports = __toCommonJS(index_exports);
36
36
 
37
37
  // src/fromContainerMetadata.ts
38
38
 
@@ -215,8 +215,8 @@ var Endpoint = /* @__PURE__ */ ((Endpoint2) => {
215
215
  var ENV_ENDPOINT_NAME = "AWS_EC2_METADATA_SERVICE_ENDPOINT";
216
216
  var CONFIG_ENDPOINT_NAME = "ec2_metadata_service_endpoint";
217
217
  var ENDPOINT_CONFIG_OPTIONS = {
218
- environmentVariableSelector: (env) => env[ENV_ENDPOINT_NAME],
219
- configFileSelector: (profile) => profile[CONFIG_ENDPOINT_NAME],
218
+ environmentVariableSelector: /* @__PURE__ */ __name((env) => env[ENV_ENDPOINT_NAME], "environmentVariableSelector"),
219
+ configFileSelector: /* @__PURE__ */ __name((profile) => profile[CONFIG_ENDPOINT_NAME], "configFileSelector"),
220
220
  default: void 0
221
221
  };
222
222
 
@@ -231,8 +231,8 @@ var EndpointMode = /* @__PURE__ */ ((EndpointMode2) => {
231
231
  var ENV_ENDPOINT_MODE_NAME = "AWS_EC2_METADATA_SERVICE_ENDPOINT_MODE";
232
232
  var CONFIG_ENDPOINT_MODE_NAME = "ec2_metadata_service_endpoint_mode";
233
233
  var ENDPOINT_MODE_CONFIG_OPTIONS = {
234
- environmentVariableSelector: (env) => env[ENV_ENDPOINT_MODE_NAME],
235
- configFileSelector: (profile) => profile[CONFIG_ENDPOINT_MODE_NAME],
234
+ environmentVariableSelector: /* @__PURE__ */ __name((env) => env[ENV_ENDPOINT_MODE_NAME], "environmentVariableSelector"),
235
+ configFileSelector: /* @__PURE__ */ __name((profile) => profile[CONFIG_ENDPOINT_MODE_NAME], "configFileSelector"),
236
236
  default: "IPv4" /* IPv4 */
237
237
  };
238
238
 
@@ -312,7 +312,7 @@ var getInstanceMetadataProvider = /* @__PURE__ */ __name((init = {}) => {
312
312
  let fallbackBlockedFromProcessEnv = false;
313
313
  const configValue = await (0, import_node_config_provider.loadConfig)(
314
314
  {
315
- environmentVariableSelector: (env) => {
315
+ environmentVariableSelector: /* @__PURE__ */ __name((env) => {
316
316
  const envValue = env[AWS_EC2_METADATA_V1_DISABLED];
317
317
  fallbackBlockedFromProcessEnv = !!envValue && envValue !== "false";
318
318
  if (envValue === void 0) {
@@ -322,12 +322,12 @@ var getInstanceMetadataProvider = /* @__PURE__ */ __name((init = {}) => {
322
322
  );
323
323
  }
324
324
  return fallbackBlockedFromProcessEnv;
325
- },
326
- configFileSelector: (profile2) => {
325
+ }, "environmentVariableSelector"),
326
+ configFileSelector: /* @__PURE__ */ __name((profile2) => {
327
327
  const profileValue = profile2[PROFILE_AWS_EC2_METADATA_V1_DISABLED];
328
328
  fallbackBlockedFromProfile = !!profileValue && profileValue !== "false";
329
329
  return fallbackBlockedFromProfile;
330
- },
330
+ }, "configFileSelector"),
331
331
  default: false
332
332
  },
333
333
  {
@@ -338,8 +338,7 @@ var getInstanceMetadataProvider = /* @__PURE__ */ __name((init = {}) => {
338
338
  const causes = [];
339
339
  if (init.ec2MetadataV1Disabled)
340
340
  causes.push("credential provider initialization (runtime option ec2MetadataV1Disabled)");
341
- if (fallbackBlockedFromProfile)
342
- causes.push(`config file profile (${PROFILE_AWS_EC2_METADATA_V1_DISABLED})`);
341
+ if (fallbackBlockedFromProfile) causes.push(`config file profile (${PROFILE_AWS_EC2_METADATA_V1_DISABLED})`);
343
342
  if (fallbackBlockedFromProcessEnv)
344
343
  causes.push(`process environment variable (${AWS_EC2_METADATA_V1_DISABLED})`);
345
344
  throw new InstanceMetadataV1FallbackError(
@@ -1,4 +1,4 @@
1
- import { LoadedConfigSelectors } from "@smithy/node-config-provider";
1
+ import type { LoadedConfigSelectors } from "@smithy/node-config-provider";
2
2
  /**
3
3
  * @internal
4
4
  */
@@ -1,4 +1,4 @@
1
- import { LoadedConfigSelectors } from "@smithy/node-config-provider";
1
+ import type { LoadedConfigSelectors } from "@smithy/node-config-provider";
2
2
  /**
3
3
  * @internal
4
4
  */
@@ -1,5 +1,5 @@
1
- import { AwsCredentialIdentityProvider } from "@smithy/types";
2
- import { RemoteProviderInit } from "./remoteProvider/RemoteProviderInit";
1
+ import type { AwsCredentialIdentityProvider } from "@smithy/types";
2
+ import type { RemoteProviderInit } from "./remoteProvider/RemoteProviderInit";
3
3
  /**
4
4
  * @internal
5
5
  */
@@ -1,6 +1,6 @@
1
- import { Provider } from "@smithy/types";
2
- import { RemoteProviderInit } from "./remoteProvider/RemoteProviderInit";
3
- import { InstanceMetadataCredentials } from "./types";
1
+ import type { Provider } from "@smithy/types";
2
+ import type { RemoteProviderInit } from "./remoteProvider/RemoteProviderInit";
3
+ import type { InstanceMetadataCredentials } from "./types";
4
4
  /**
5
5
  * @internal
6
6
  *
@@ -1,4 +1,4 @@
1
- import { AwsCredentialIdentity } from "@smithy/types";
1
+ import type { AwsCredentialIdentity } from "@smithy/types";
2
2
  /**
3
3
  * @internal
4
4
  */