@cdk8s/awscdk-resolver 0.0.643 → 0.0.644

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 (200) 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 +2 -1
  4. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/enums.js +1 -0
  5. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetCommand.d.ts +1 -1
  6. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/enums.d.ts +1 -0
  7. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +7 -3
  8. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/enums.d.ts +1 -0
  9. package/node_modules/@aws-sdk/client-cloudformation/package.json +6 -6
  10. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +856 -57
  11. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +8 -5
  12. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +1 -1
  13. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +1 -1
  14. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonSettings.js +1 -0
  15. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/{JsonCodec.js → codec-v1/JsonCodec.js} +1 -1
  16. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/codec-v1/JsonSettings.js +1 -0
  17. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/{JsonShapeDeserializer.js → codec-v1/JsonShapeDeserializer.js} +6 -6
  18. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/{JsonShapeSerializer.js → codec-v1/JsonShapeSerializer.js} +3 -3
  19. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/codec-v2/JsonBytesStringAdapter.js +103 -0
  20. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/codec-v2/JsonCodec2.js +20 -0
  21. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/{experimental/BufferJsonShapeDeserializer.js → codec-v2/JsonShapeDeserializer2.js} +38 -18
  22. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/{experimental/ByteJsonShapeSerializer.js → codec-v2/JsonShapeSerializer2.js} +66 -60
  23. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +9 -6
  24. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +1 -1
  25. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +1 -1
  26. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +1 -1
  27. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +1 -1
  28. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonSettings.d.ts +7 -0
  29. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/{JsonCodec.d.ts → codec-v1/JsonCodec.d.ts} +4 -8
  30. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/codec-v1/JsonSettings.d.ts +7 -0
  31. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/{JsonShapeDeserializer.d.ts → codec-v1/JsonShapeDeserializer.d.ts} +3 -2
  32. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/{JsonShapeSerializer.d.ts → codec-v1/JsonShapeSerializer.d.ts} +3 -2
  33. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/codec-v2/JsonBytesStringAdapter.d.ts +51 -0
  34. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/codec-v2/JsonCodec2.d.ts +13 -0
  35. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/{experimental/BufferJsonShapeDeserializer.d.ts → codec-v2/JsonShapeDeserializer2.d.ts} +4 -3
  36. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/{experimental/ByteJsonShapeSerializer.d.ts → codec-v2/JsonShapeSerializer2.d.ts} +19 -16
  37. package/node_modules/@aws-sdk/core/dist-types/ts3.4/api-extractor-type-index.d.ts +4 -7
  38. package/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +61 -21
  39. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +13 -27
  40. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +4 -16
  41. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +5 -14
  42. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/index.d.ts +16 -5
  43. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/emitWarningIfUnsupportedVersion.d.ts +4 -11
  44. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.browser.d.ts +107 -47
  45. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +112 -39
  46. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.native.d.ts +107 -48
  47. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/longPollMiddleware.d.ts +13 -14
  48. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-host-header/hostHeaderMiddleware.d.ts +25 -35
  49. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-logger/loggerMiddleware.d.ts +14 -4
  50. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/configuration.d.ts +2 -6
  51. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/getRecursionDetectionPlugin.browser.d.ts +2 -5
  52. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/getRecursionDetectionPlugin.d.ts +2 -5
  53. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/recursionDetectionMiddleware.browser.d.ts +2 -6
  54. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/recursionDetectionMiddleware.d.ts +2 -10
  55. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/recursionDetectionMiddleware.native.d.ts +2 -6
  56. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-user-agent/check-features.d.ts +16 -20
  57. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-user-agent/configurations.d.ts +21 -44
  58. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-user-agent/constants.d.ts +7 -7
  59. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-user-agent/encode-features.d.ts +2 -5
  60. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-user-agent/user-agent-middleware.d.ts +18 -18
  61. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/region-config-resolver/awsRegionConfig.d.ts +8 -11
  62. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/region-config-resolver/extensions.d.ts +14 -16
  63. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/region-config-resolver/stsRegionDefaultResolver.browser.d.ts +1 -4
  64. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/region-config-resolver/stsRegionDefaultResolver.d.ts +7 -14
  65. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/region-config-resolver/stsRegionDefaultResolver.native.d.ts +1 -4
  66. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setCredentialFeature.d.ts +6 -7
  67. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setFeature.d.ts +6 -12
  68. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -7
  69. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/aws.d.ts +2 -2
  70. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/lib/aws/isVirtualHostableS3Bucket.d.ts +4 -5
  71. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/lib/aws/parseArn.d.ts +2 -7
  72. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/lib/aws/partition.d.ts +28 -38
  73. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/lib/aws/partitions.d.ts +647 -638
  74. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/lib/isIpAddress.d.ts +1 -1
  75. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/resolveDefaultAwsRegionalEndpointsConfig.d.ts +29 -56
  76. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/resolveEndpoint.d.ts +1 -1
  77. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/types/EndpointError.d.ts +1 -1
  78. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/types/EndpointRuleObject.d.ts +6 -1
  79. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/types/ErrorRuleObject.d.ts +1 -1
  80. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/types/RuleSetObject.d.ts +1 -1
  81. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/types/TreeRuleObject.d.ts +1 -1
  82. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/types/shared.d.ts +12 -1
  83. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-browser/configurations.d.ts +4 -7
  84. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-browser/createUserAgentStringParsingProvider.d.ts +7 -14
  85. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-browser/defaultUserAgent.browser.d.ts +7 -2
  86. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-browser/defaultUserAgent.d.ts +18 -27
  87. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-browser/defaultUserAgent.native.d.ts +13 -18
  88. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/crt-availability.d.ts +3 -8
  89. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/defaultUserAgent.d.ts +17 -28
  90. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/getRuntimeUserAgentPair.d.ts +2 -6
  91. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/is-crt-available.d.ts +2 -5
  92. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/nodeAppIdConfigOptions.d.ts +4 -13
  93. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +9 -10
  94. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +39 -44
  95. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +2 -5
  96. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/clock-skew-defaults.browser.d.ts +1 -6
  97. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/clock-skew-defaults.d.ts +1 -7
  98. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/clock-skew-node-config.d.ts +4 -13
  99. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +23 -7
  100. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +13 -38
  101. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +57 -133
  102. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.browser.d.ts +32 -11
  103. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.d.ts +32 -9
  104. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.d.ts +1 -8
  105. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.d.ts +1 -6
  106. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +2 -8
  107. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +1 -8
  108. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +6 -26
  109. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/index.d.ts +4 -4
  110. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +1 -9
  111. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ConfigurableSerdeContext.d.ts +5 -8
  112. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +40 -74
  113. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/UnionSerde.d.ts +9 -24
  114. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +36 -25
  115. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/coercing-serializers.d.ts +3 -18
  116. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +5 -2
  117. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +30 -22
  118. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +21 -22
  119. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +21 -22
  120. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +49 -29
  121. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +49 -36
  122. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonSettings.d.ts +4 -0
  123. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/awsExpectUnion.d.ts +1 -7
  124. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/codec-v1/JsonCodec.d.ts +11 -0
  125. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/codec-v1/JsonSettings.d.ts +4 -0
  126. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/codec-v1/JsonShapeDeserializer.d.ts +13 -0
  127. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/codec-v1/JsonShapeSerializer.d.ts +18 -0
  128. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/codec-v2/JsonBytesStringAdapter.d.ts +27 -0
  129. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/codec-v2/JsonCodec2.d.ts +9 -0
  130. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/codec-v2/JsonShapeDeserializer2.d.ts +15 -0
  131. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/codec-v2/JsonShapeSerializer2.d.ts +39 -0
  132. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/detectBufferParsing.d.ts +1 -1
  133. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReplacer.d.ts +7 -21
  134. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReviver.d.ts +7 -15
  135. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/needsReviver.d.ts +2 -11
  136. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +14 -22
  137. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +18 -27
  138. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +57 -49
  139. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +7 -13
  140. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +21 -16
  141. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/writeKey.d.ts +1 -4
  142. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +47 -31
  143. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlCodec.d.ts +17 -14
  144. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeDeserializer.d.ts +15 -20
  145. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -21
  146. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/parseXmlBody.d.ts +4 -13
  147. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/simpleFormatXml.d.ts +1 -6
  148. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/util/index.d.ts +3 -3
  149. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/util/util-arn-parser/arn.d.ts +14 -32
  150. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/util/util-format-url/format-url.d.ts +4 -2
  151. package/node_modules/@aws-sdk/core/package.json +3 -3
  152. package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
  153. package/node_modules/@aws-sdk/credential-provider-http/package.json +5 -5
  154. package/node_modules/@aws-sdk/credential-provider-ini/package.json +11 -11
  155. package/node_modules/@aws-sdk/credential-provider-login/package.json +4 -4
  156. package/node_modules/@aws-sdk/credential-provider-node/package.json +9 -9
  157. package/node_modules/@aws-sdk/credential-provider-process/package.json +3 -3
  158. package/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
  159. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -4
  160. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +1 -1
  161. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +1 -1
  162. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +1 -1
  163. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +1 -1
  164. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +1 -1
  165. package/node_modules/@aws-sdk/nested-clients/package.json +6 -6
  166. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +2 -2
  167. package/node_modules/@aws-sdk/token-providers/package.json +4 -4
  168. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +1561 -337
  169. package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +4 -205
  170. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +1 -1
  171. package/node_modules/@smithy/core/dist-es/submodules/cbor/codec-v1/CborShapeDeserializer.js +113 -0
  172. package/node_modules/@smithy/core/dist-es/submodules/cbor/codec-v1/CborShapeSerializer.js +103 -0
  173. package/node_modules/@smithy/core/dist-es/submodules/cbor/codec-v2/CborShapeDeserializer2.js +621 -0
  174. package/node_modules/@smithy/core/dist-es/submodules/cbor/codec-v2/CborShapeSerializer2.js +602 -0
  175. package/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +5 -1
  176. package/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +5 -27
  177. package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +2 -2
  178. package/node_modules/@smithy/core/dist-types/submodules/cbor/codec-v1/CborShapeDeserializer.d.ts +13 -0
  179. package/node_modules/@smithy/core/dist-types/submodules/cbor/codec-v1/CborShapeSerializer.d.ts +15 -0
  180. package/node_modules/@smithy/core/dist-types/submodules/cbor/codec-v2/CborShapeDeserializer2.d.ts +18 -0
  181. package/node_modules/@smithy/core/dist-types/submodules/cbor/codec-v2/CborShapeSerializer2.d.ts +35 -0
  182. package/node_modules/@smithy/core/dist-types/submodules/cbor/index.d.ts +5 -1
  183. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +5 -27
  184. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +2 -2
  185. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/codec-v1/CborShapeDeserializer.d.ts +13 -0
  186. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/codec-v1/CborShapeSerializer.d.ts +15 -0
  187. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/codec-v2/CborShapeDeserializer2.d.ts +18 -0
  188. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/codec-v2/CborShapeSerializer2.d.ts +35 -0
  189. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +5 -1
  190. package/node_modules/@smithy/core/package.json +2 -1
  191. package/node_modules/@smithy/credential-provider-imds/package.json +2 -2
  192. package/node_modules/@smithy/fetch-http-handler/package.json +2 -2
  193. package/node_modules/@smithy/node-http-handler/package.json +2 -2
  194. package/node_modules/@smithy/signature-v4/package.json +2 -2
  195. package/package.json +5 -5
  196. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonCodec.d.ts +0 -19
  197. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +0 -13
  198. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +0 -28
  199. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/experimental/BufferJsonShapeDeserializer.d.ts +0 -29
  200. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/experimental/ByteJsonShapeSerializer.d.ts +0 -57
@@ -1,49 +1,57 @@
1
- import { RpcProtocol } from "@smithy/core/protocols";
2
- import { TypeRegistry } from "@smithy/core/schema";
3
- import { Codec, EndpointBearer, HandlerExecutionContext, HttpRequest, HttpResponse as IHttpResponse, MetadataBearer, OperationSchema, ResponseMetadata, SerdeFunctions } from "@smithy/types";
4
- import { XmlShapeDeserializer } from "../xml/XmlShapeDeserializer";
5
- import { QueryShapeSerializer } from "./QueryShapeSerializer";
6
- /**
7
- * @public
8
- */
9
- export declare class AwsQueryProtocol extends RpcProtocol {
10
- options: {
11
- defaultNamespace: string;
12
- xmlNamespace: string;
13
- version: string;
14
- errorTypeRegistries?: TypeRegistry[];
15
- };
16
- protected serializer: QueryShapeSerializer;
17
- protected deserializer: XmlShapeDeserializer;
18
- private readonly mixin;
19
- constructor(options: {
20
- defaultNamespace: string;
21
- xmlNamespace: string;
22
- version: string;
23
- errorTypeRegistries?: TypeRegistry[];
24
- });
25
- getShapeId(): string;
26
- setSerdeContext(serdeContext: SerdeFunctions): void;
27
- getPayloadCodec(): Codec<any, any>;
28
- serializeRequest<Input extends object>(operationSchema: OperationSchema, input: Input, context: HandlerExecutionContext & SerdeFunctions & EndpointBearer): Promise<HttpRequest>;
29
- deserializeResponse<Output extends MetadataBearer>(operationSchema: OperationSchema, context: HandlerExecutionContext & SerdeFunctions, response: IHttpResponse): Promise<Output>;
30
- /**
31
- * EC2 Query overrides this.
32
- */
33
- protected useNestedResult(): boolean;
34
- /**
35
- * override
36
- */
37
- protected handleError(operationSchema: OperationSchema, context: HandlerExecutionContext & SerdeFunctions, response: IHttpResponse, dataObject: any, metadata: ResponseMetadata): Promise<never>;
38
- /**
39
- * The variations in the error and error message locations are attributed to
40
- * divergence between AWS Query and EC2 Query behavior.
41
- */
42
- protected loadQueryErrorCode(output: IHttpResponse, data: any): string | undefined;
43
- protected loadQueryError(data: any): any | undefined;
44
- protected loadQueryErrorMessage(data: any): string;
45
- /**
46
- * @override
47
- */
48
- protected getDefaultContentType(): string;
49
- }
1
+ import { RpcProtocol } from "@smithy/core/protocols";
2
+ import { TypeRegistry } from "@smithy/core/schema";
3
+ import {
4
+ Codec,
5
+ EndpointBearer,
6
+ HandlerExecutionContext,
7
+ HttpRequest,
8
+ HttpResponse as IHttpResponse,
9
+ MetadataBearer,
10
+ OperationSchema,
11
+ ResponseMetadata,
12
+ SerdeFunctions,
13
+ } from "@smithy/types";
14
+ import { XmlShapeDeserializer } from "../xml/XmlShapeDeserializer";
15
+ import { QueryShapeSerializer } from "./QueryShapeSerializer";
16
+ export declare class AwsQueryProtocol extends RpcProtocol {
17
+ options: {
18
+ defaultNamespace: string;
19
+ xmlNamespace: string;
20
+ version: string;
21
+ errorTypeRegistries?: TypeRegistry[];
22
+ };
23
+ protected serializer: QueryShapeSerializer;
24
+ protected deserializer: XmlShapeDeserializer;
25
+ private readonly mixin;
26
+ constructor(options: {
27
+ defaultNamespace: string;
28
+ xmlNamespace: string;
29
+ version: string;
30
+ errorTypeRegistries?: TypeRegistry[];
31
+ });
32
+ getShapeId(): string;
33
+ setSerdeContext(serdeContext: SerdeFunctions): void;
34
+ getPayloadCodec(): Codec<any, any>;
35
+ serializeRequest<Input extends object>(
36
+ operationSchema: OperationSchema,
37
+ input: Input,
38
+ context: HandlerExecutionContext & SerdeFunctions & EndpointBearer,
39
+ ): Promise<HttpRequest>;
40
+ deserializeResponse<Output extends MetadataBearer>(
41
+ operationSchema: OperationSchema,
42
+ context: HandlerExecutionContext & SerdeFunctions,
43
+ response: IHttpResponse,
44
+ ): Promise<Output>;
45
+ protected useNestedResult(): boolean;
46
+ protected handleError(
47
+ operationSchema: OperationSchema,
48
+ context: HandlerExecutionContext & SerdeFunctions,
49
+ response: IHttpResponse,
50
+ dataObject: any,
51
+ metadata: ResponseMetadata,
52
+ ): Promise<never>;
53
+ protected loadQueryErrorCode(output: IHttpResponse, data: any): string | undefined;
54
+ protected loadQueryError(data: any): any | undefined;
55
+ protected loadQueryErrorMessage(data: any): string;
56
+ protected getDefaultContentType(): string;
57
+ }
@@ -1,13 +1,7 @@
1
- import { CodecSettings } from "@smithy/types";
2
- /**
3
- * @internal
4
- */
5
- export type QuerySerializerSettings = CodecSettings & {
6
- capitalizeKeys?: boolean;
7
- flattenLists?: boolean;
8
- serializeEmptyLists?: boolean;
9
- /**
10
- * Whether to read from ec2QueryName before xmlName.
11
- */
12
- ec2?: boolean;
13
- };
1
+ import { CodecSettings } from "@smithy/types";
2
+ export type QuerySerializerSettings = CodecSettings & {
3
+ capitalizeKeys?: boolean;
4
+ flattenLists?: boolean;
5
+ serializeEmptyLists?: boolean;
6
+ ec2?: boolean;
7
+ };
@@ -1,16 +1,21 @@
1
- import { Schema, ShapeSerializer } from "@smithy/types";
2
- import { SerdeContextConfig } from "../ConfigurableSerdeContext";
3
- import { QuerySerializerSettings } from "./QuerySerializerSettings";
4
- /**
5
- * @public
6
- */
7
- export declare class QueryShapeSerializer extends SerdeContextConfig implements ShapeSerializer<string | Uint8Array> {
8
- readonly settings: QuerySerializerSettings;
9
- private buffer;
10
- constructor(settings: QuerySerializerSettings);
11
- write(schema: Schema, value: unknown, prefix?: string): void;
12
- flush(): string | Uint8Array;
13
- protected getKey(memberName: string, xmlName?: string, ec2QueryName?: unknown, keySource?: string): string;
14
- protected writeKey(key: string): void;
15
- protected writeValue(value: string): void;
16
- }
1
+ import { Schema, ShapeSerializer } from "@smithy/types";
2
+ import { SerdeContextConfig } from "../ConfigurableSerdeContext";
3
+ import { QuerySerializerSettings } from "./QuerySerializerSettings";
4
+ export declare class QueryShapeSerializer
5
+ extends SerdeContextConfig
6
+ implements ShapeSerializer<string | Uint8Array>
7
+ {
8
+ readonly settings: QuerySerializerSettings;
9
+ private buffer;
10
+ constructor(settings: QuerySerializerSettings);
11
+ write(schema: Schema, value: unknown, prefix?: string): void;
12
+ flush(): string | Uint8Array;
13
+ protected getKey(
14
+ memberName: string,
15
+ xmlName?: string,
16
+ ec2QueryName?: unknown,
17
+ keySource?: string,
18
+ ): string;
19
+ protected writeKey(key: string): void;
20
+ protected writeValue(value: string): void;
21
+ }
@@ -1,4 +1 @@
1
- /**
2
- * Makes __proto__ writable on a given object.
3
- */
4
- export declare function writeKey(obj: object | Record<string, unknown> | any): void;
1
+ export declare function writeKey(obj: object | Record<string, unknown> | any): void;
@@ -1,31 +1,47 @@
1
- import { HttpBindingProtocol } from "@smithy/core/protocols";
2
- import { TypeRegistry } from "@smithy/core/schema";
3
- import { EndpointBearer, HandlerExecutionContext, HttpRequest as IHttpRequest, HttpResponse as IHttpResponse, MetadataBearer, OperationSchema, ResponseMetadata, SerdeFunctions, ShapeDeserializer, ShapeSerializer } from "@smithy/types";
4
- import { XmlCodec } from "./XmlCodec";
5
- /**
6
- * @public
7
- */
8
- export declare class AwsRestXmlProtocol extends HttpBindingProtocol {
9
- private readonly codec;
10
- protected serializer: ShapeSerializer<string | Uint8Array>;
11
- protected deserializer: ShapeDeserializer<string | Uint8Array>;
12
- private readonly mixin;
13
- constructor(options: {
14
- defaultNamespace: string;
15
- xmlNamespace: string;
16
- errorTypeRegistries?: TypeRegistry[];
17
- });
18
- getPayloadCodec(): XmlCodec;
19
- getShapeId(): string;
20
- serializeRequest<Input extends object>(operationSchema: OperationSchema, input: Input, context: HandlerExecutionContext & SerdeFunctions & EndpointBearer): Promise<IHttpRequest>;
21
- deserializeResponse<Output extends MetadataBearer>(operationSchema: OperationSchema, context: HandlerExecutionContext & SerdeFunctions, response: IHttpResponse): Promise<Output>;
22
- /**
23
- * @override
24
- */
25
- protected handleError(operationSchema: OperationSchema, context: HandlerExecutionContext & SerdeFunctions, response: IHttpResponse, dataObject: any, metadata: ResponseMetadata): Promise<never>;
26
- /**
27
- * @override
28
- */
29
- protected getDefaultContentType(): string;
30
- private hasUnstructuredPayloadBinding;
31
- }
1
+ import { HttpBindingProtocol } from "@smithy/core/protocols";
2
+ import { TypeRegistry } from "@smithy/core/schema";
3
+ import {
4
+ EndpointBearer,
5
+ HandlerExecutionContext,
6
+ HttpRequest as IHttpRequest,
7
+ HttpResponse as IHttpResponse,
8
+ MetadataBearer,
9
+ OperationSchema,
10
+ ResponseMetadata,
11
+ SerdeFunctions,
12
+ ShapeDeserializer,
13
+ ShapeSerializer,
14
+ } from "@smithy/types";
15
+ import { XmlCodec } from "./XmlCodec";
16
+ export declare class AwsRestXmlProtocol extends HttpBindingProtocol {
17
+ private readonly codec;
18
+ protected serializer: ShapeSerializer<string | Uint8Array>;
19
+ protected deserializer: ShapeDeserializer<string | Uint8Array>;
20
+ private readonly mixin;
21
+ constructor(options: {
22
+ defaultNamespace: string;
23
+ xmlNamespace: string;
24
+ errorTypeRegistries?: TypeRegistry[];
25
+ });
26
+ getPayloadCodec(): XmlCodec;
27
+ getShapeId(): string;
28
+ serializeRequest<Input extends object>(
29
+ operationSchema: OperationSchema,
30
+ input: Input,
31
+ context: HandlerExecutionContext & SerdeFunctions & EndpointBearer,
32
+ ): Promise<IHttpRequest>;
33
+ deserializeResponse<Output extends MetadataBearer>(
34
+ operationSchema: OperationSchema,
35
+ context: HandlerExecutionContext & SerdeFunctions,
36
+ response: IHttpResponse,
37
+ ): Promise<Output>;
38
+ protected handleError(
39
+ operationSchema: OperationSchema,
40
+ context: HandlerExecutionContext & SerdeFunctions,
41
+ response: IHttpResponse,
42
+ dataObject: any,
43
+ metadata: ResponseMetadata,
44
+ ): Promise<never>;
45
+ protected getDefaultContentType(): string;
46
+ private hasUnstructuredPayloadBinding;
47
+ }
@@ -1,14 +1,17 @@
1
- import { Codec, CodecSettings } from "@smithy/types";
2
- import { SerdeContextConfig } from "../ConfigurableSerdeContext";
3
- import { XmlShapeDeserializer } from "./XmlShapeDeserializer";
4
- import { XmlShapeSerializer } from "./XmlShapeSerializer";
5
- export type XmlSettings = CodecSettings & {
6
- xmlNamespace: string;
7
- serviceNamespace: string;
8
- };
9
- export declare class XmlCodec extends SerdeContextConfig implements Codec<Uint8Array | string, Uint8Array | string> {
10
- readonly settings: XmlSettings;
11
- constructor(settings: XmlSettings);
12
- createSerializer(): XmlShapeSerializer;
13
- createDeserializer(): XmlShapeDeserializer;
14
- }
1
+ import { Codec, CodecSettings } from "@smithy/types";
2
+ import { SerdeContextConfig } from "../ConfigurableSerdeContext";
3
+ import { XmlShapeDeserializer } from "./XmlShapeDeserializer";
4
+ import { XmlShapeSerializer } from "./XmlShapeSerializer";
5
+ export type XmlSettings = CodecSettings & {
6
+ xmlNamespace: string;
7
+ serviceNamespace: string;
8
+ };
9
+ export declare class XmlCodec
10
+ extends SerdeContextConfig
11
+ implements Codec<Uint8Array | string, Uint8Array | string>
12
+ {
13
+ readonly settings: XmlSettings;
14
+ constructor(settings: XmlSettings);
15
+ createSerializer(): XmlShapeSerializer;
16
+ createDeserializer(): XmlShapeDeserializer;
17
+ }
@@ -1,20 +1,15 @@
1
- import { Schema, SerdeFunctions, ShapeDeserializer } from "@smithy/types";
2
- import { SerdeContextConfig } from "../ConfigurableSerdeContext";
3
- import { XmlSettings } from "./XmlCodec";
4
- /**
5
- * @public
6
- */
7
- export declare class XmlShapeDeserializer extends SerdeContextConfig implements ShapeDeserializer<Uint8Array | string> {
8
- readonly settings: XmlSettings;
9
- private stringDeserializer;
10
- constructor(settings: XmlSettings);
11
- setSerdeContext(serdeContext: SerdeFunctions): void;
12
- /**
13
- * @param schema - describing the data.
14
- * @param bytes - serialized data.
15
- * @param key - used by AwsQuery to step one additional depth into the object before reading it.
16
- */
17
- read(schema: Schema, bytes: Uint8Array | string, key?: string): any;
18
- readSchema(_schema: Schema, value: any): any;
19
- protected parseXml(xml: string): any;
20
- }
1
+ import { Schema, SerdeFunctions, ShapeDeserializer } from "@smithy/types";
2
+ import { SerdeContextConfig } from "../ConfigurableSerdeContext";
3
+ import { XmlSettings } from "./XmlCodec";
4
+ export declare class XmlShapeDeserializer
5
+ extends SerdeContextConfig
6
+ implements ShapeDeserializer<Uint8Array | string>
7
+ {
8
+ readonly settings: XmlSettings;
9
+ private stringDeserializer;
10
+ constructor(settings: XmlSettings);
11
+ setSerdeContext(serdeContext: SerdeFunctions): void;
12
+ read(schema: Schema, bytes: Uint8Array | string, key?: string): any;
13
+ readSchema(_schema: Schema, value: any): any;
14
+ protected parseXml(xml: string): any;
15
+ }
@@ -1,21 +1,21 @@
1
- import { Schema as ISchema, ShapeSerializer } from "@smithy/types";
2
- import { SerdeContextConfig } from "../ConfigurableSerdeContext";
3
- import { XmlSettings } from "./XmlCodec";
4
- /**
5
- * @public
6
- */
7
- export declare class XmlShapeSerializer extends SerdeContextConfig implements ShapeSerializer<string | Uint8Array> {
8
- readonly settings: XmlSettings;
9
- private stringBuffer?;
10
- private byteBuffer?;
11
- private buffer?;
12
- constructor(settings: XmlSettings);
13
- write(schema: ISchema, value: unknown): void;
14
- flush(): string | Uint8Array;
15
- private writeStruct;
16
- private writeList;
17
- private writeMap;
18
- private writeSimple;
19
- private writeSimpleInto;
20
- private getXmlnsAttribute;
21
- }
1
+ import { Schema as ISchema, ShapeSerializer } from "@smithy/types";
2
+ import { SerdeContextConfig } from "../ConfigurableSerdeContext";
3
+ import { XmlSettings } from "./XmlCodec";
4
+ export declare class XmlShapeSerializer
5
+ extends SerdeContextConfig
6
+ implements ShapeSerializer<string | Uint8Array>
7
+ {
8
+ readonly settings: XmlSettings;
9
+ private stringBuffer?;
10
+ private byteBuffer?;
11
+ private buffer?;
12
+ constructor(settings: XmlSettings);
13
+ write(schema: ISchema, value: unknown): void;
14
+ flush(): string | Uint8Array;
15
+ private writeStruct;
16
+ private writeList;
17
+ private writeMap;
18
+ private writeSimple;
19
+ private writeSimpleInto;
20
+ private getXmlnsAttribute;
21
+ }
@@ -1,13 +1,4 @@
1
- import { HttpResponse, SerdeContext } from "@smithy/types";
2
- /**
3
- * @internal
4
- */
5
- export declare const parseXmlBody: (streamBody: any, context: SerdeContext) => any;
6
- /**
7
- * @internal
8
- */
9
- export declare const parseXmlErrorBody: (errorBody: any, context: SerdeContext) => Promise<any>;
10
- /**
11
- * @internal
12
- */
13
- export declare const loadRestXmlErrorCode: (output: HttpResponse, data: any) => string | undefined;
1
+ import { HttpResponse, SerdeContext } from "@smithy/types";
2
+ export declare const parseXmlBody: (streamBody: any, context: SerdeContext) => any;
3
+ export declare const parseXmlErrorBody: (errorBody: any, context: SerdeContext) => Promise<any>;
4
+ export declare const loadRestXmlErrorCode: (output: HttpResponse, data: any) => string | undefined;
@@ -1,6 +1 @@
1
- /**
2
- * Formats XML, for testing only.
3
- * @internal
4
- * @deprecated don't use in runtime code.
5
- */
6
- export declare function simpleFormatXml(xml: string): string;
1
+ export declare function simpleFormatXml(xml: string): string;
@@ -1,3 +1,3 @@
1
- export { build, parse, validate } from "./util-arn-parser/arn";
2
- export { ARN } from "./util-arn-parser/arn";
3
- export { formatUrl } from "./util-format-url/format-url";
1
+ export { build, parse, validate } from "./util-arn-parser/arn";
2
+ export { ARN } from "./util-arn-parser/arn";
3
+ export { formatUrl } from "./util-format-url/format-url";
@@ -1,32 +1,14 @@
1
- /**
2
- * @internal
3
- */
4
- export interface ARN {
5
- partition: string;
6
- service: string;
7
- region: string;
8
- accountId: string;
9
- resource: string;
10
- }
11
- /**
12
- * Validate whether a string is an ARN.
13
- * @internal
14
- */
15
- export declare const validate: (str: any) => boolean;
16
- /**
17
- * Parse an ARN string into structure with partition, service, region, accountId and resource values
18
- * @internal
19
- */
20
- export declare const parse: (arn: string) => ARN;
21
- /**
22
- * @internal
23
- */
24
- type buildOptions = Pick<ARN, Exclude<keyof ARN, "partition">> & {
25
- partition?: string;
26
- };
27
- /**
28
- * Build an ARN with service, partition, region, accountId, and resources strings
29
- * @internal
30
- */
31
- export declare const build: (arnObject: buildOptions) => string;
32
- export {};
1
+ export interface ARN {
2
+ partition: string;
3
+ service: string;
4
+ region: string;
5
+ accountId: string;
6
+ resource: string;
7
+ }
8
+ export declare const validate: (str: any) => boolean;
9
+ export declare const parse: (arn: string) => ARN;
10
+ type buildOptions = Pick<ARN, Exclude<keyof ARN, "partition">> & {
11
+ partition?: string;
12
+ };
13
+ export declare const build: (arnObject: buildOptions) => string;
14
+ export {};
@@ -1,2 +1,4 @@
1
- import { HttpRequest } from "@smithy/types";
2
- export declare function formatUrl(request: Pick<HttpRequest, Exclude<keyof HttpRequest, "headers" | "method">>): string;
1
+ import { HttpRequest } from "@smithy/types";
2
+ export declare function formatUrl(
3
+ request: Pick<HttpRequest, Exclude<keyof HttpRequest, "headers" | "method">>,
4
+ ): string;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/core",
3
- "version": "3.977.1",
3
+ "version": "3.977.4",
4
4
  "description": "Core functions & classes shared by multiple AWS SDK clients.",
5
5
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages-internal/core",
6
6
  "license": "Apache-2.0",
@@ -127,8 +127,8 @@
127
127
  "@aws-sdk/types": "^3.974.2",
128
128
  "@aws-sdk/xml-builder": "^3.972.37",
129
129
  "@aws/lambda-invoke-store": "^0.3.0",
130
- "@smithy/core": "^3.29.8",
131
- "@smithy/signature-v4": "^5.6.9",
130
+ "@smithy/core": "^3.31.1",
131
+ "@smithy/signature-v4": "^5.6.12",
132
132
  "@smithy/types": "^4.16.1",
133
133
  "bowser": "^2.11.0",
134
134
  "tslib": "^2.6.2"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-env",
3
- "version": "3.972.61",
3
+ "version": "3.972.65",
4
4
  "description": "AWS credential provider that sources credentials from known environment variables",
5
5
  "keywords": [
6
6
  "aws",
@@ -43,9 +43,9 @@
43
43
  "test:watch": "yarn g:vitest watch"
44
44
  },
45
45
  "dependencies": {
46
- "@aws-sdk/core": "^3.977.0",
46
+ "@aws-sdk/core": "^3.977.4",
47
47
  "@aws-sdk/types": "^3.974.2",
48
- "@smithy/core": "^3.29.8",
48
+ "@smithy/core": "^3.31.1",
49
49
  "@smithy/types": "^4.16.1",
50
50
  "tslib": "^2.6.2"
51
51
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-http",
3
- "version": "3.972.63",
3
+ "version": "3.972.67",
4
4
  "description": "AWS credential provider for containers and HTTP sources",
5
5
  "keywords": [
6
6
  "aws",
@@ -53,11 +53,11 @@
53
53
  "test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.mts"
54
54
  },
55
55
  "dependencies": {
56
- "@aws-sdk/core": "^3.977.0",
56
+ "@aws-sdk/core": "^3.977.4",
57
57
  "@aws-sdk/types": "^3.974.2",
58
- "@smithy/core": "^3.29.8",
59
- "@smithy/fetch-http-handler": "^5.6.10",
60
- "@smithy/node-http-handler": "^4.9.10",
58
+ "@smithy/core": "^3.31.1",
59
+ "@smithy/fetch-http-handler": "^5.6.13",
60
+ "@smithy/node-http-handler": "^4.9.13",
61
61
  "@smithy/types": "^4.16.1",
62
62
  "tslib": "^2.6.2"
63
63
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-ini",
3
- "version": "3.973.6",
3
+ "version": "3.973.10",
4
4
  "description": "AWS credential provider that sources credentials from ~/.aws/credentials and ~/.aws/config",
5
5
  "keywords": [
6
6
  "aws",
@@ -45,17 +45,17 @@
45
45
  "test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.mts"
46
46
  },
47
47
  "dependencies": {
48
- "@aws-sdk/core": "^3.977.0",
49
- "@aws-sdk/credential-provider-env": "^3.972.61",
50
- "@aws-sdk/credential-provider-http": "^3.972.63",
51
- "@aws-sdk/credential-provider-login": "^3.972.68",
52
- "@aws-sdk/credential-provider-process": "^3.972.61",
53
- "@aws-sdk/credential-provider-sso": "^3.973.5",
54
- "@aws-sdk/credential-provider-web-identity": "^3.972.67",
55
- "@aws-sdk/nested-clients": "^3.997.35",
48
+ "@aws-sdk/core": "^3.977.4",
49
+ "@aws-sdk/credential-provider-env": "^3.972.65",
50
+ "@aws-sdk/credential-provider-http": "^3.972.67",
51
+ "@aws-sdk/credential-provider-login": "^3.972.72",
52
+ "@aws-sdk/credential-provider-process": "^3.972.65",
53
+ "@aws-sdk/credential-provider-sso": "^3.973.9",
54
+ "@aws-sdk/credential-provider-web-identity": "^3.972.71",
55
+ "@aws-sdk/nested-clients": "^3.997.39",
56
56
  "@aws-sdk/types": "^3.974.2",
57
- "@smithy/core": "^3.29.8",
58
- "@smithy/credential-provider-imds": "^4.4.13",
57
+ "@smithy/core": "^3.31.1",
58
+ "@smithy/credential-provider-imds": "^4.4.16",
59
59
  "@smithy/types": "^4.16.1",
60
60
  "tslib": "^2.6.2"
61
61
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-login",
3
- "version": "3.972.68",
3
+ "version": "3.972.72",
4
4
  "description": "AWS credential provider that sources credentials from aws login cached tokens",
5
5
  "keywords": [
6
6
  "aws",
@@ -45,10 +45,10 @@
45
45
  "test:watch": "yarn g:vitest watch"
46
46
  },
47
47
  "dependencies": {
48
- "@aws-sdk/core": "^3.977.0",
49
- "@aws-sdk/nested-clients": "^3.997.35",
48
+ "@aws-sdk/core": "^3.977.4",
49
+ "@aws-sdk/nested-clients": "^3.997.39",
50
50
  "@aws-sdk/types": "^3.974.2",
51
- "@smithy/core": "^3.29.8",
51
+ "@smithy/core": "^3.31.1",
52
52
  "@smithy/types": "^4.16.1",
53
53
  "tslib": "^2.6.2"
54
54
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-node",
3
- "version": "3.972.72",
3
+ "version": "3.972.76",
4
4
  "description": "AWS credential provider that sources credentials from a Node.JS environment. ",
5
5
  "keywords": [
6
6
  "aws",
@@ -45,15 +45,15 @@
45
45
  "test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.mts"
46
46
  },
47
47
  "dependencies": {
48
- "@aws-sdk/credential-provider-env": "^3.972.61",
49
- "@aws-sdk/credential-provider-http": "^3.972.63",
50
- "@aws-sdk/credential-provider-ini": "^3.973.6",
51
- "@aws-sdk/credential-provider-process": "^3.972.61",
52
- "@aws-sdk/credential-provider-sso": "^3.973.5",
53
- "@aws-sdk/credential-provider-web-identity": "^3.972.67",
48
+ "@aws-sdk/credential-provider-env": "^3.972.65",
49
+ "@aws-sdk/credential-provider-http": "^3.972.67",
50
+ "@aws-sdk/credential-provider-ini": "^3.973.10",
51
+ "@aws-sdk/credential-provider-process": "^3.972.65",
52
+ "@aws-sdk/credential-provider-sso": "^3.973.9",
53
+ "@aws-sdk/credential-provider-web-identity": "^3.972.71",
54
54
  "@aws-sdk/types": "^3.974.2",
55
- "@smithy/core": "^3.29.8",
56
- "@smithy/credential-provider-imds": "^4.4.13",
55
+ "@smithy/core": "^3.31.1",
56
+ "@smithy/credential-provider-imds": "^4.4.16",
57
57
  "@smithy/types": "^4.16.1",
58
58
  "tslib": "^2.6.2"
59
59
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-process",
3
- "version": "3.972.61",
3
+ "version": "3.972.65",
4
4
  "description": "AWS credential provider that sources credential_process from ~/.aws/credentials and ~/.aws/config",
5
5
  "keywords": [
6
6
  "aws",
@@ -43,9 +43,9 @@
43
43
  "test:watch": "yarn g:vitest watch"
44
44
  },
45
45
  "dependencies": {
46
- "@aws-sdk/core": "^3.977.0",
46
+ "@aws-sdk/core": "^3.977.4",
47
47
  "@aws-sdk/types": "^3.974.2",
48
- "@smithy/core": "^3.29.8",
48
+ "@smithy/core": "^3.31.1",
49
49
  "@smithy/types": "^4.16.1",
50
50
  "tslib": "^2.6.2"
51
51
  },