lambda-live-debugger 1.8.5 → 1.9.0

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 (5075) hide show
  1. package/README.md +7 -7
  2. package/dist/configuration/getConfigFromCliArgs.mjs +1 -1
  3. package/dist/configuration.d.ts +12 -6
  4. package/dist/configuration.mjs +17 -9
  5. package/dist/extension/extension.zip +0 -0
  6. package/dist/extension/nodejs/node_modules/interceptor.js +7861 -19231
  7. package/dist/extension/nodejs/node_modules/interceptor.js.map +4 -4
  8. package/dist/frameworks/openTofuFramework.d.ts +5 -0
  9. package/dist/frameworks/openTofuFramework.mjs +30 -0
  10. package/dist/frameworks/terraformFramework.mjs +3 -3
  11. package/dist/infraDeploy.d.ts +40 -12
  12. package/dist/infraDeploy.mjs +458 -339
  13. package/dist/lldebugger.mjs +115 -43
  14. package/dist/resourceDiscovery.mjs +5 -4
  15. package/dist/types/resourcesDiscovery.d.ts +1 -0
  16. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/package.json +16 -16
  17. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +396 -225
  18. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +94 -0
  19. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +39 -0
  20. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js +2 -1
  21. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +1 -0
  22. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +6 -1
  23. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +6 -1
  24. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +22 -31
  25. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +13 -54
  26. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +12 -32
  27. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +15 -63
  28. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +3 -3
  29. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +57 -0
  30. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +23 -0
  31. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +1 -0
  32. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +7 -1
  33. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +7 -1
  34. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +8 -3
  35. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +6 -1
  36. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +6 -2
  37. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +5 -0
  38. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +39 -0
  39. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +33 -0
  40. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +1 -0
  41. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +10 -1
  42. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +10 -1
  43. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +13 -2
  44. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +2 -0
  45. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +3 -1
  46. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +2 -0
  47. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/package.json +6 -6
  48. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  49. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-http/package.json +3 -3
  50. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-ini/package.json +10 -10
  51. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  52. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  53. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  54. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  55. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/middleware-host-header/package.json +3 -3
  56. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/middleware-logger/dist-types/loggerMiddleware.d.ts +1 -1
  57. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  58. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/middleware-recursion-detection/package.json +3 -3
  59. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/middleware-user-agent/package.json +6 -6
  60. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/package.json +115 -0
  61. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/region-config-resolver/package.json +1 -1
  62. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/token-providers/package.json +5 -5
  63. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +36 -33
  64. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +36 -33
  65. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +36 -33
  66. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/package.json +3 -3
  67. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-user-agent-browser/package.json +1 -1
  68. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  69. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/xml-builder/package.json +54 -0
  70. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +44 -15
  71. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +261 -0
  72. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +129 -39
  73. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +25 -0
  74. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +36 -15
  75. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +200 -0
  76. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/event-streams/index.js +1 -0
  77. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +11 -26
  78. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +36 -0
  79. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +36 -10
  80. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +1 -0
  81. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +17 -0
  82. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +6 -2
  83. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -0
  84. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +1 -1
  85. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/event-streams/EventStreamSerde.d.ts +60 -0
  86. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/event-streams/index.d.ts +1 -0
  87. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
  88. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +39 -1
  89. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +1 -1
  90. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +1 -0
  91. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +1 -1
  92. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +1 -1
  93. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +1 -1
  94. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/protocols/serde/ToStringShapeSerializer.d.ts +1 -1
  95. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/protocols/serde/determineTimestampFormat.d.ts +1 -1
  96. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +1 -1
  97. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +1 -1
  98. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +10 -0
  99. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +1 -1
  100. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/schema/schemas/sentinels.d.ts +1 -1
  101. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +1 -1
  102. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +5 -1
  103. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -0
  104. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/EventStreamSerde.d.ts +60 -0
  105. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/index.d.ts +1 -0
  106. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +39 -1
  107. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +1 -0
  108. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/determineTimestampFormat.d.ts +1 -1
  109. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +10 -0
  110. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/event-streams.d.ts +7 -0
  111. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/event-streams.js +6 -0
  112. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/package.json +11 -1
  113. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  114. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-retry/package.json +4 -4
  115. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/smithy-client/dist-cjs/index.js +43 -6
  116. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/smithy-client/dist-es/command.js +7 -4
  117. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/smithy-client/dist-es/schemaLogFilter.js +34 -0
  118. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/smithy-client/dist-types/schemaLogFilter.d.ts +9 -0
  119. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/smithy-client/dist-types/ts3.4/schemaLogFilter.d.ts +9 -0
  120. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/smithy-client/package.json +3 -3
  121. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  122. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  123. package/node_modules/@aws-sdk/client-cloudformation/package.json +17 -17
  124. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/package.json +16 -16
  125. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +396 -225
  126. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +94 -0
  127. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +39 -0
  128. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js +2 -1
  129. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +1 -0
  130. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +6 -1
  131. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +6 -1
  132. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +22 -31
  133. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +13 -54
  134. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +12 -32
  135. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +15 -63
  136. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +3 -3
  137. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +57 -0
  138. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +23 -0
  139. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +1 -0
  140. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +7 -1
  141. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +7 -1
  142. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +8 -3
  143. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +6 -1
  144. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +6 -2
  145. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +5 -0
  146. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +39 -0
  147. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +33 -0
  148. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +1 -0
  149. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +10 -1
  150. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +10 -1
  151. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +13 -2
  152. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +2 -0
  153. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +3 -1
  154. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +2 -0
  155. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/package.json +6 -6
  156. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  157. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-http/package.json +3 -3
  158. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-ini/package.json +10 -10
  159. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  160. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  161. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  162. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  163. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/middleware-host-header/package.json +3 -3
  164. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/middleware-logger/dist-types/loggerMiddleware.d.ts +1 -1
  165. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  166. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/middleware-recursion-detection/package.json +3 -3
  167. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/middleware-user-agent/package.json +6 -6
  168. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/README.md +13 -0
  169. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +56 -0
  170. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/endpointResolver.js +18 -0
  171. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +7 -0
  172. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +872 -0
  173. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.browser.js +38 -0
  174. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +54 -0
  175. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.native.js +15 -0
  176. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +40 -0
  177. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +52 -0
  178. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthExtensionConfiguration.js +43 -0
  179. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +62 -0
  180. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/EndpointParameters.js +19 -0
  181. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/endpointResolver.js +18 -0
  182. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +7 -0
  183. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +951 -0
  184. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.browser.js +39 -0
  185. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +68 -0
  186. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.native.js +15 -0
  187. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +40 -0
  188. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeExtensions.js +13 -0
  189. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +9 -0
  190. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +48 -0
  191. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.js +38 -0
  192. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +50 -0
  193. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +23 -0
  194. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/index.js +1 -0
  195. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js +13 -0
  196. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js +14 -0
  197. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +4 -0
  198. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +5 -0
  199. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js +8 -0
  200. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js +1 -0
  201. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +190 -0
  202. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/protocols/Aws_restJson1.js +255 -0
  203. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +33 -0
  204. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +49 -0
  205. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.native.js +11 -0
  206. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +36 -0
  207. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js +9 -0
  208. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +11 -0
  209. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +48 -0
  210. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthExtensionConfiguration.js +38 -0
  211. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +55 -0
  212. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +23 -0
  213. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +23 -0
  214. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/index.js +2 -0
  215. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultRoleAssumers.js +22 -0
  216. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +95 -0
  217. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/EndpointParameters.js +15 -0
  218. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js +14 -0
  219. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +4 -0
  220. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +6 -0
  221. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/STSServiceException.js +8 -0
  222. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js +1 -0
  223. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +102 -0
  224. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/protocols/Aws_query.js +528 -0
  225. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +34 -0
  226. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +63 -0
  227. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.native.js +11 -0
  228. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +36 -0
  229. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js +9 -0
  230. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/index.d.ts +7 -0
  231. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +55 -0
  232. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +220 -0
  233. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  234. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +75 -0
  235. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +174 -0
  236. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/index.d.ts +1 -0
  237. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +38 -0
  238. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/endpointResolver.d.ts +5 -0
  239. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/ruleset.d.ts +2 -0
  240. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/extensionConfiguration.d.ts +9 -0
  241. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +51 -0
  242. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +14 -0
  243. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/index.d.ts +1 -0
  244. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +387 -0
  245. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +11 -0
  246. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +57 -0
  247. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +57 -0
  248. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +56 -0
  249. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +32 -0
  250. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeExtensions.d.ts +17 -0
  251. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +27 -0
  252. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +192 -0
  253. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  254. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +85 -0
  255. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +269 -0
  256. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +288 -0
  257. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/index.d.ts +2 -0
  258. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultRoleAssumers.d.ts +23 -0
  259. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +43 -0
  260. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/EndpointParameters.d.ts +44 -0
  261. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/endpointResolver.d.ts +5 -0
  262. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/ruleset.d.ts +2 -0
  263. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/extensionConfiguration.d.ts +9 -0
  264. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +17 -0
  265. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/STSServiceException.d.ts +14 -0
  266. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/index.d.ts +1 -0
  267. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +712 -0
  268. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/protocols/Aws_query.d.ts +20 -0
  269. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +59 -0
  270. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +57 -0
  271. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +58 -0
  272. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +32 -0
  273. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeExtensions.d.ts +17 -0
  274. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDC.d.ts +22 -0
  275. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +121 -0
  276. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  277. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +47 -0
  278. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +43 -0
  279. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/index.d.ts +1 -0
  280. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +51 -0
  281. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/endpointResolver.d.ts +8 -0
  282. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/ruleset.d.ts +2 -0
  283. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/extensionConfiguration.d.ts +9 -0
  284. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +8 -0
  285. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +9 -0
  286. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/index.d.ts +1 -0
  287. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +123 -0
  288. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +17 -0
  289. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +112 -0
  290. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +107 -0
  291. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +116 -0
  292. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +49 -0
  293. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeExtensions.d.ts +11 -0
  294. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STS.d.ts +39 -0
  295. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +128 -0
  296. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  297. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +57 -0
  298. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleCommand.d.ts +47 -0
  299. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +51 -0
  300. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/index.d.ts +2 -0
  301. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultRoleAssumers.d.ts +19 -0
  302. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +33 -0
  303. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/EndpointParameters.d.ts +57 -0
  304. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/endpointResolver.d.ts +8 -0
  305. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/ruleset.d.ts +2 -0
  306. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/extensionConfiguration.d.ts +9 -0
  307. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +9 -0
  308. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/STSServiceException.d.ts +9 -0
  309. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/index.d.ts +1 -0
  310. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +123 -0
  311. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/protocols/Aws_query.d.ts +29 -0
  312. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +121 -0
  313. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +103 -0
  314. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +125 -0
  315. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +49 -0
  316. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeExtensions.d.ts +11 -0
  317. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/package.json +115 -0
  318. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/sso-oidc.d.ts +7 -0
  319. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/sso-oidc.js +5 -0
  320. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/sts.d.ts +7 -0
  321. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/sts.js +5 -0
  322. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/region-config-resolver/package.json +1 -1
  323. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/token-providers/package.json +5 -5
  324. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +36 -33
  325. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +36 -33
  326. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +36 -33
  327. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/package.json +3 -3
  328. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-user-agent-browser/package.json +1 -1
  329. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  330. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/xml-builder/README.md +10 -0
  331. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +173 -0
  332. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/xml-builder/dist-es/XmlNode.js +88 -0
  333. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/xml-builder/dist-es/XmlText.js +10 -0
  334. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/xml-builder/dist-es/escape-attribute.js +3 -0
  335. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/xml-builder/dist-es/escape-element.js +12 -0
  336. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/xml-builder/dist-es/index.js +2 -0
  337. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/xml-builder/dist-types/XmlNode.d.ts +49 -0
  338. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/xml-builder/dist-types/XmlText.d.ts +11 -0
  339. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/xml-builder/dist-types/escape-attribute.d.ts +6 -0
  340. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/xml-builder/dist-types/escape-element.d.ts +6 -0
  341. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/xml-builder/dist-types/index.d.ts +8 -0
  342. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/xml-builder/dist-types/stringable.d.ts +6 -0
  343. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/XmlNode.d.ts +29 -0
  344. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/XmlText.d.ts +6 -0
  345. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/escape-attribute.d.ts +1 -0
  346. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/escape-element.d.ts +1 -0
  347. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/index.d.ts +2 -0
  348. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/stringable.d.ts +3 -0
  349. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/xml-builder/package.json +54 -0
  350. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +44 -15
  351. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +261 -0
  352. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +129 -39
  353. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +25 -0
  354. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +36 -15
  355. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +200 -0
  356. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/event-streams/index.js +1 -0
  357. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +11 -26
  358. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +36 -0
  359. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +36 -10
  360. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +1 -0
  361. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +17 -0
  362. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +6 -2
  363. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -0
  364. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +1 -1
  365. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/event-streams/EventStreamSerde.d.ts +60 -0
  366. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/event-streams/index.d.ts +1 -0
  367. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
  368. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +39 -1
  369. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +1 -1
  370. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +1 -0
  371. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +1 -1
  372. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +1 -1
  373. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +1 -1
  374. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/protocols/serde/ToStringShapeSerializer.d.ts +1 -1
  375. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/protocols/serde/determineTimestampFormat.d.ts +1 -1
  376. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +1 -1
  377. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +1 -1
  378. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +10 -0
  379. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +1 -1
  380. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/schema/schemas/sentinels.d.ts +1 -1
  381. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +1 -1
  382. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +5 -1
  383. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -0
  384. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/EventStreamSerde.d.ts +60 -0
  385. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/index.d.ts +1 -0
  386. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +39 -1
  387. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +1 -0
  388. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/determineTimestampFormat.d.ts +1 -1
  389. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +10 -0
  390. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/event-streams.d.ts +7 -0
  391. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/event-streams.js +6 -0
  392. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/package.json +11 -1
  393. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  394. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-retry/package.json +4 -4
  395. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/smithy-client/dist-cjs/index.js +43 -6
  396. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/smithy-client/dist-es/command.js +7 -4
  397. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/smithy-client/dist-es/schemaLogFilter.js +34 -0
  398. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/smithy-client/dist-types/schemaLogFilter.d.ts +9 -0
  399. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/smithy-client/dist-types/ts3.4/schemaLogFilter.d.ts +9 -0
  400. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/smithy-client/package.json +3 -3
  401. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  402. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  403. package/node_modules/@aws-sdk/client-cognito-identity/package.json +20 -20
  404. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/package.json +16 -16
  405. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +396 -225
  406. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +94 -0
  407. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +39 -0
  408. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js +2 -1
  409. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +1 -0
  410. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +6 -1
  411. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +6 -1
  412. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +22 -31
  413. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +13 -54
  414. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +12 -32
  415. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +15 -63
  416. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +3 -3
  417. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +57 -0
  418. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +23 -0
  419. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +1 -0
  420. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +7 -1
  421. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +7 -1
  422. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +8 -3
  423. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +6 -1
  424. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +6 -2
  425. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +5 -0
  426. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +39 -0
  427. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +33 -0
  428. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +1 -0
  429. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +10 -1
  430. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +10 -1
  431. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +13 -2
  432. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +2 -0
  433. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +3 -1
  434. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +2 -0
  435. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/package.json +6 -6
  436. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  437. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-http/package.json +3 -3
  438. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-ini/package.json +10 -10
  439. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  440. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  441. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  442. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  443. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/middleware-host-header/package.json +3 -3
  444. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/middleware-logger/dist-types/loggerMiddleware.d.ts +1 -1
  445. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  446. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/middleware-recursion-detection/package.json +3 -3
  447. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/middleware-user-agent/package.json +6 -6
  448. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/README.md +13 -0
  449. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/index.js +2 -0
  450. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +56 -0
  451. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/endpointResolver.js +18 -0
  452. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +7 -0
  453. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +872 -0
  454. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.browser.js +38 -0
  455. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +54 -0
  456. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.native.js +15 -0
  457. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +40 -0
  458. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +52 -0
  459. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthExtensionConfiguration.js +43 -0
  460. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +62 -0
  461. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/EndpointParameters.js +19 -0
  462. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/endpointResolver.js +18 -0
  463. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +7 -0
  464. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +951 -0
  465. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.browser.js +39 -0
  466. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +68 -0
  467. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.native.js +15 -0
  468. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +40 -0
  469. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeExtensions.js +13 -0
  470. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +9 -0
  471. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +48 -0
  472. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.js +38 -0
  473. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +50 -0
  474. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +23 -0
  475. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/index.js +1 -0
  476. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js +13 -0
  477. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js +14 -0
  478. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +4 -0
  479. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +5 -0
  480. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js +8 -0
  481. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js +1 -0
  482. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +190 -0
  483. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/protocols/Aws_restJson1.js +255 -0
  484. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +33 -0
  485. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +49 -0
  486. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.native.js +11 -0
  487. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +36 -0
  488. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js +9 -0
  489. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +11 -0
  490. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +48 -0
  491. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthExtensionConfiguration.js +38 -0
  492. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +55 -0
  493. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +23 -0
  494. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +23 -0
  495. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/index.js +2 -0
  496. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultRoleAssumers.js +22 -0
  497. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +95 -0
  498. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/EndpointParameters.js +15 -0
  499. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js +14 -0
  500. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +4 -0
  501. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +6 -0
  502. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/STSServiceException.js +8 -0
  503. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js +1 -0
  504. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +102 -0
  505. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/protocols/Aws_query.js +528 -0
  506. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +34 -0
  507. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +63 -0
  508. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.native.js +11 -0
  509. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +36 -0
  510. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js +9 -0
  511. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/index.d.ts +7 -0
  512. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +55 -0
  513. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +220 -0
  514. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  515. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +75 -0
  516. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +174 -0
  517. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/index.d.ts +1 -0
  518. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +38 -0
  519. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/endpointResolver.d.ts +5 -0
  520. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/ruleset.d.ts +2 -0
  521. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/extensionConfiguration.d.ts +9 -0
  522. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +51 -0
  523. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +14 -0
  524. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/index.d.ts +1 -0
  525. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +387 -0
  526. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +11 -0
  527. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +57 -0
  528. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +57 -0
  529. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +56 -0
  530. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +32 -0
  531. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeExtensions.d.ts +17 -0
  532. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +27 -0
  533. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +192 -0
  534. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  535. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +85 -0
  536. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +269 -0
  537. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +288 -0
  538. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/index.d.ts +2 -0
  539. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultRoleAssumers.d.ts +23 -0
  540. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +43 -0
  541. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/EndpointParameters.d.ts +44 -0
  542. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/endpointResolver.d.ts +5 -0
  543. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/ruleset.d.ts +2 -0
  544. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/extensionConfiguration.d.ts +9 -0
  545. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +17 -0
  546. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/STSServiceException.d.ts +14 -0
  547. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/index.d.ts +1 -0
  548. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +712 -0
  549. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/protocols/Aws_query.d.ts +20 -0
  550. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +59 -0
  551. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +57 -0
  552. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +58 -0
  553. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +32 -0
  554. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeExtensions.d.ts +17 -0
  555. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDC.d.ts +22 -0
  556. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +121 -0
  557. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  558. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +47 -0
  559. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +43 -0
  560. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/index.d.ts +1 -0
  561. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +51 -0
  562. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/endpointResolver.d.ts +8 -0
  563. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/ruleset.d.ts +2 -0
  564. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/extensionConfiguration.d.ts +9 -0
  565. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +8 -0
  566. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +9 -0
  567. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/index.d.ts +1 -0
  568. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +123 -0
  569. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +17 -0
  570. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +112 -0
  571. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +107 -0
  572. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +116 -0
  573. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +49 -0
  574. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeExtensions.d.ts +11 -0
  575. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STS.d.ts +39 -0
  576. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +128 -0
  577. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  578. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +57 -0
  579. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleCommand.d.ts +47 -0
  580. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +51 -0
  581. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/index.d.ts +2 -0
  582. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultRoleAssumers.d.ts +19 -0
  583. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +33 -0
  584. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/EndpointParameters.d.ts +57 -0
  585. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/endpointResolver.d.ts +8 -0
  586. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/ruleset.d.ts +2 -0
  587. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/extensionConfiguration.d.ts +9 -0
  588. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +9 -0
  589. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/STSServiceException.d.ts +9 -0
  590. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/index.d.ts +1 -0
  591. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +123 -0
  592. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/protocols/Aws_query.d.ts +29 -0
  593. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +121 -0
  594. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +103 -0
  595. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +125 -0
  596. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +49 -0
  597. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeExtensions.d.ts +11 -0
  598. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/package.json +115 -0
  599. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/sso-oidc.d.ts +7 -0
  600. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/sso-oidc.js +5 -0
  601. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/sts.d.ts +7 -0
  602. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/sts.js +5 -0
  603. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/region-config-resolver/package.json +1 -1
  604. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/token-providers/package.json +5 -5
  605. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +36 -33
  606. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +36 -33
  607. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +36 -33
  608. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/package.json +3 -3
  609. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-user-agent-browser/package.json +1 -1
  610. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  611. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/xml-builder/README.md +10 -0
  612. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +173 -0
  613. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/xml-builder/dist-es/XmlNode.js +88 -0
  614. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/xml-builder/dist-es/XmlText.js +10 -0
  615. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/xml-builder/dist-es/escape-attribute.js +3 -0
  616. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/xml-builder/dist-es/escape-element.js +12 -0
  617. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/xml-builder/dist-es/index.js +2 -0
  618. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/xml-builder/dist-types/XmlNode.d.ts +49 -0
  619. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/xml-builder/dist-types/XmlText.d.ts +11 -0
  620. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/xml-builder/dist-types/escape-attribute.d.ts +6 -0
  621. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/xml-builder/dist-types/escape-element.d.ts +6 -0
  622. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/xml-builder/dist-types/index.d.ts +8 -0
  623. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/xml-builder/dist-types/stringable.d.ts +6 -0
  624. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/XmlNode.d.ts +29 -0
  625. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/XmlText.d.ts +6 -0
  626. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/escape-attribute.d.ts +1 -0
  627. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/escape-element.d.ts +1 -0
  628. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/index.d.ts +2 -0
  629. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/stringable.d.ts +3 -0
  630. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/xml-builder/package.json +54 -0
  631. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +44 -15
  632. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +261 -0
  633. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +129 -39
  634. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +25 -0
  635. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +36 -15
  636. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +200 -0
  637. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/event-streams/index.js +1 -0
  638. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +11 -26
  639. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +36 -0
  640. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +36 -10
  641. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +1 -0
  642. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +17 -0
  643. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +6 -2
  644. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -0
  645. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +1 -1
  646. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/event-streams/EventStreamSerde.d.ts +60 -0
  647. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/event-streams/index.d.ts +1 -0
  648. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
  649. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +39 -1
  650. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +1 -1
  651. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +1 -0
  652. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +1 -1
  653. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +1 -1
  654. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +1 -1
  655. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/protocols/serde/ToStringShapeSerializer.d.ts +1 -1
  656. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/protocols/serde/determineTimestampFormat.d.ts +1 -1
  657. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +1 -1
  658. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +1 -1
  659. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +10 -0
  660. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +1 -1
  661. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/schema/schemas/sentinels.d.ts +1 -1
  662. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +1 -1
  663. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +5 -1
  664. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -0
  665. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/EventStreamSerde.d.ts +60 -0
  666. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/index.d.ts +1 -0
  667. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +39 -1
  668. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +1 -0
  669. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/determineTimestampFormat.d.ts +1 -1
  670. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +10 -0
  671. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/event-streams.d.ts +7 -0
  672. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/event-streams.js +6 -0
  673. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/package.json +11 -1
  674. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  675. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-retry/package.json +4 -4
  676. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/dist-cjs/index.js +43 -6
  677. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/dist-es/command.js +7 -4
  678. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/dist-es/schemaLogFilter.js +34 -0
  679. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/dist-types/schemaLogFilter.d.ts +9 -0
  680. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/dist-types/ts3.4/schemaLogFilter.d.ts +9 -0
  681. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/package.json +3 -3
  682. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  683. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  684. package/node_modules/@aws-sdk/client-iam/package.json +17 -17
  685. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/package.json +16 -16
  686. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +396 -225
  687. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +94 -0
  688. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +39 -0
  689. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js +2 -1
  690. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +1 -0
  691. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +6 -1
  692. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +6 -1
  693. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +22 -31
  694. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +13 -54
  695. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +12 -32
  696. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +15 -63
  697. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +3 -3
  698. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +57 -0
  699. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +23 -0
  700. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +1 -0
  701. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +7 -1
  702. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +7 -1
  703. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +8 -3
  704. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +6 -1
  705. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +6 -2
  706. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +5 -0
  707. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +39 -0
  708. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +33 -0
  709. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +1 -0
  710. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +10 -1
  711. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +10 -1
  712. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +13 -2
  713. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +2 -0
  714. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +3 -1
  715. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +2 -0
  716. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/package.json +6 -6
  717. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  718. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-http/package.json +3 -3
  719. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-ini/package.json +10 -10
  720. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  721. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  722. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  723. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  724. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/middleware-host-header/package.json +3 -3
  725. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/middleware-logger/dist-types/loggerMiddleware.d.ts +1 -1
  726. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  727. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/middleware-recursion-detection/package.json +3 -3
  728. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/middleware-user-agent/package.json +6 -6
  729. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/README.md +13 -0
  730. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/index.js +2 -0
  731. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +56 -0
  732. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/endpointResolver.js +18 -0
  733. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +7 -0
  734. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +872 -0
  735. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.browser.js +38 -0
  736. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +54 -0
  737. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.native.js +15 -0
  738. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +40 -0
  739. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +52 -0
  740. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthExtensionConfiguration.js +43 -0
  741. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +62 -0
  742. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/EndpointParameters.js +19 -0
  743. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/endpointResolver.js +18 -0
  744. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +7 -0
  745. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +951 -0
  746. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.browser.js +39 -0
  747. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +68 -0
  748. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.native.js +15 -0
  749. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +40 -0
  750. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeExtensions.js +13 -0
  751. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +9 -0
  752. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +48 -0
  753. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.js +38 -0
  754. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +50 -0
  755. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +23 -0
  756. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/index.js +1 -0
  757. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js +13 -0
  758. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js +14 -0
  759. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +4 -0
  760. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +5 -0
  761. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js +8 -0
  762. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js +1 -0
  763. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +190 -0
  764. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/protocols/Aws_restJson1.js +255 -0
  765. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +33 -0
  766. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +49 -0
  767. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.native.js +11 -0
  768. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +36 -0
  769. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js +9 -0
  770. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +11 -0
  771. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +48 -0
  772. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthExtensionConfiguration.js +38 -0
  773. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +55 -0
  774. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +23 -0
  775. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +23 -0
  776. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/index.js +2 -0
  777. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultRoleAssumers.js +22 -0
  778. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +95 -0
  779. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/EndpointParameters.js +15 -0
  780. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js +14 -0
  781. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +4 -0
  782. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +6 -0
  783. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/STSServiceException.js +8 -0
  784. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js +1 -0
  785. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +102 -0
  786. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/protocols/Aws_query.js +528 -0
  787. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +34 -0
  788. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +63 -0
  789. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.native.js +11 -0
  790. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +36 -0
  791. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js +9 -0
  792. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/index.d.ts +7 -0
  793. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +55 -0
  794. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +220 -0
  795. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  796. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +75 -0
  797. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +174 -0
  798. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/index.d.ts +1 -0
  799. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +38 -0
  800. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/endpointResolver.d.ts +5 -0
  801. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/ruleset.d.ts +2 -0
  802. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/extensionConfiguration.d.ts +9 -0
  803. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +51 -0
  804. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +14 -0
  805. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/index.d.ts +1 -0
  806. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +387 -0
  807. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +11 -0
  808. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +57 -0
  809. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +57 -0
  810. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +56 -0
  811. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +32 -0
  812. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeExtensions.d.ts +17 -0
  813. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +27 -0
  814. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +192 -0
  815. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  816. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +85 -0
  817. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +269 -0
  818. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +288 -0
  819. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/index.d.ts +2 -0
  820. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultRoleAssumers.d.ts +23 -0
  821. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +43 -0
  822. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/EndpointParameters.d.ts +44 -0
  823. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/endpointResolver.d.ts +5 -0
  824. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/ruleset.d.ts +2 -0
  825. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/extensionConfiguration.d.ts +9 -0
  826. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +17 -0
  827. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/STSServiceException.d.ts +14 -0
  828. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/index.d.ts +1 -0
  829. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +712 -0
  830. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/protocols/Aws_query.d.ts +20 -0
  831. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +59 -0
  832. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +57 -0
  833. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +58 -0
  834. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +32 -0
  835. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeExtensions.d.ts +17 -0
  836. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDC.d.ts +22 -0
  837. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +121 -0
  838. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  839. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +47 -0
  840. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +43 -0
  841. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/index.d.ts +1 -0
  842. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +51 -0
  843. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/endpointResolver.d.ts +8 -0
  844. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/ruleset.d.ts +2 -0
  845. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/extensionConfiguration.d.ts +9 -0
  846. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +8 -0
  847. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +9 -0
  848. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/index.d.ts +1 -0
  849. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +123 -0
  850. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +17 -0
  851. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +112 -0
  852. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +107 -0
  853. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +116 -0
  854. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +49 -0
  855. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeExtensions.d.ts +11 -0
  856. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STS.d.ts +39 -0
  857. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +128 -0
  858. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  859. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +57 -0
  860. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleCommand.d.ts +47 -0
  861. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +51 -0
  862. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/index.d.ts +2 -0
  863. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultRoleAssumers.d.ts +19 -0
  864. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +33 -0
  865. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/EndpointParameters.d.ts +57 -0
  866. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/endpointResolver.d.ts +8 -0
  867. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/ruleset.d.ts +2 -0
  868. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/extensionConfiguration.d.ts +9 -0
  869. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +9 -0
  870. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/STSServiceException.d.ts +9 -0
  871. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/index.d.ts +1 -0
  872. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +123 -0
  873. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/protocols/Aws_query.d.ts +29 -0
  874. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +121 -0
  875. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +103 -0
  876. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +125 -0
  877. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +49 -0
  878. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeExtensions.d.ts +11 -0
  879. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/package.json +115 -0
  880. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/sso-oidc.d.ts +7 -0
  881. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/sso-oidc.js +5 -0
  882. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/sts.d.ts +7 -0
  883. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/sts.js +5 -0
  884. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/region-config-resolver/package.json +1 -1
  885. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/token-providers/package.json +5 -5
  886. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +36 -33
  887. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +36 -33
  888. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +36 -33
  889. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/package.json +3 -3
  890. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-user-agent-browser/package.json +1 -1
  891. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  892. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/xml-builder/README.md +10 -0
  893. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +173 -0
  894. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/xml-builder/dist-es/XmlNode.js +88 -0
  895. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/xml-builder/dist-es/XmlText.js +10 -0
  896. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/xml-builder/dist-es/escape-attribute.js +3 -0
  897. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/xml-builder/dist-es/escape-element.js +12 -0
  898. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/xml-builder/dist-es/index.js +2 -0
  899. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/xml-builder/dist-types/XmlNode.d.ts +49 -0
  900. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/xml-builder/dist-types/XmlText.d.ts +11 -0
  901. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/xml-builder/dist-types/escape-attribute.d.ts +6 -0
  902. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/xml-builder/dist-types/escape-element.d.ts +6 -0
  903. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/xml-builder/dist-types/index.d.ts +8 -0
  904. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/xml-builder/dist-types/stringable.d.ts +6 -0
  905. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/XmlNode.d.ts +29 -0
  906. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/XmlText.d.ts +6 -0
  907. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/escape-attribute.d.ts +1 -0
  908. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/escape-element.d.ts +1 -0
  909. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/index.d.ts +2 -0
  910. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/stringable.d.ts +3 -0
  911. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/xml-builder/package.json +54 -0
  912. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +44 -15
  913. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +261 -0
  914. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +129 -39
  915. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +25 -0
  916. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +36 -15
  917. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +200 -0
  918. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/event-streams/index.js +1 -0
  919. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +11 -26
  920. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +36 -0
  921. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +36 -10
  922. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +1 -0
  923. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +17 -0
  924. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +6 -2
  925. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -0
  926. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +1 -1
  927. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/event-streams/EventStreamSerde.d.ts +60 -0
  928. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/event-streams/index.d.ts +1 -0
  929. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
  930. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +39 -1
  931. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +1 -1
  932. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +1 -0
  933. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +1 -1
  934. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +1 -1
  935. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +1 -1
  936. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/protocols/serde/ToStringShapeSerializer.d.ts +1 -1
  937. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/protocols/serde/determineTimestampFormat.d.ts +1 -1
  938. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +1 -1
  939. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +1 -1
  940. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +10 -0
  941. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +1 -1
  942. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/schema/schemas/sentinels.d.ts +1 -1
  943. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +1 -1
  944. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +5 -1
  945. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -0
  946. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/EventStreamSerde.d.ts +60 -0
  947. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/index.d.ts +1 -0
  948. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +39 -1
  949. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +1 -0
  950. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/determineTimestampFormat.d.ts +1 -1
  951. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +10 -0
  952. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/event-streams.d.ts +7 -0
  953. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/event-streams.js +6 -0
  954. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/package.json +11 -1
  955. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  956. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-retry/package.json +4 -4
  957. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/dist-cjs/index.js +43 -6
  958. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/dist-es/command.js +7 -4
  959. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/dist-es/schemaLogFilter.js +34 -0
  960. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/dist-types/schemaLogFilter.d.ts +9 -0
  961. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/dist-types/ts3.4/schemaLogFilter.d.ts +9 -0
  962. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/package.json +3 -3
  963. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  964. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  965. package/node_modules/@aws-sdk/client-iot/package.json +17 -17
  966. package/node_modules/@aws-sdk/client-iot-data-plane/README.md +8 -0
  967. package/node_modules/@aws-sdk/client-iot-data-plane/dist-cjs/index.js +112 -33
  968. package/node_modules/@aws-sdk/client-iot-data-plane/dist-es/IoTDataPlane.js +2 -0
  969. package/node_modules/@aws-sdk/client-iot-data-plane/dist-es/commands/DeleteConnectionCommand.js +22 -0
  970. package/node_modules/@aws-sdk/client-iot-data-plane/dist-es/commands/index.js +1 -0
  971. package/node_modules/@aws-sdk/client-iot-data-plane/dist-es/models/models_0.js +32 -20
  972. package/node_modules/@aws-sdk/client-iot-data-plane/dist-es/protocols/Aws_restJson1.js +48 -7
  973. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/IoTDataPlane.d.ts +7 -0
  974. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/IoTDataPlaneClient.d.ts +3 -2
  975. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/commands/DeleteConnectionCommand.d.ts +87 -0
  976. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/commands/GetRetainedMessageCommand.d.ts +1 -1
  977. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/commands/ListRetainedMessagesCommand.d.ts +1 -1
  978. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/commands/index.d.ts +1 -0
  979. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/models/models_0.d.ts +61 -29
  980. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/protocols/Aws_restJson1.d.ts +9 -0
  981. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/IoTDataPlane.d.ts +17 -0
  982. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/IoTDataPlaneClient.d.ts +6 -0
  983. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +45 -0
  984. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/commands/index.d.ts +1 -0
  985. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/models/models_0.d.ts +28 -18
  986. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
  987. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/package.json +16 -16
  988. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +396 -225
  989. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +94 -0
  990. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +39 -0
  991. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js +2 -1
  992. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +1 -0
  993. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +6 -1
  994. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +6 -1
  995. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +22 -31
  996. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +13 -54
  997. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +12 -32
  998. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +15 -63
  999. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +3 -3
  1000. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +57 -0
  1001. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +23 -0
  1002. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +1 -0
  1003. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +7 -1
  1004. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +7 -1
  1005. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +8 -3
  1006. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +6 -1
  1007. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +6 -2
  1008. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +5 -0
  1009. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +39 -0
  1010. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +33 -0
  1011. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +1 -0
  1012. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +10 -1
  1013. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +10 -1
  1014. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +13 -2
  1015. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +2 -0
  1016. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +3 -1
  1017. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +2 -0
  1018. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/package.json +6 -6
  1019. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  1020. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-http/package.json +3 -3
  1021. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-ini/package.json +10 -10
  1022. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  1023. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  1024. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  1025. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  1026. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/middleware-host-header/package.json +3 -3
  1027. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/middleware-logger/dist-types/loggerMiddleware.d.ts +1 -1
  1028. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  1029. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/middleware-recursion-detection/package.json +3 -3
  1030. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/middleware-user-agent/package.json +6 -6
  1031. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/README.md +13 -0
  1032. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/index.js +2 -0
  1033. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +56 -0
  1034. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/endpointResolver.js +18 -0
  1035. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +7 -0
  1036. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +872 -0
  1037. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.browser.js +38 -0
  1038. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +54 -0
  1039. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.native.js +15 -0
  1040. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +40 -0
  1041. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +52 -0
  1042. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthExtensionConfiguration.js +43 -0
  1043. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +62 -0
  1044. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/EndpointParameters.js +19 -0
  1045. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/endpointResolver.js +18 -0
  1046. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +7 -0
  1047. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +951 -0
  1048. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.browser.js +39 -0
  1049. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +68 -0
  1050. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.native.js +15 -0
  1051. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +40 -0
  1052. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeExtensions.js +13 -0
  1053. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +9 -0
  1054. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +48 -0
  1055. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.js +38 -0
  1056. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +50 -0
  1057. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +23 -0
  1058. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/index.js +1 -0
  1059. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js +13 -0
  1060. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js +14 -0
  1061. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +4 -0
  1062. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +5 -0
  1063. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js +8 -0
  1064. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js +1 -0
  1065. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +190 -0
  1066. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/protocols/Aws_restJson1.js +255 -0
  1067. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +33 -0
  1068. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +49 -0
  1069. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.native.js +11 -0
  1070. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +36 -0
  1071. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js +9 -0
  1072. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +11 -0
  1073. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +48 -0
  1074. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthExtensionConfiguration.js +38 -0
  1075. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +55 -0
  1076. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +23 -0
  1077. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +23 -0
  1078. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/index.js +2 -0
  1079. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultRoleAssumers.js +22 -0
  1080. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +95 -0
  1081. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/EndpointParameters.js +15 -0
  1082. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js +14 -0
  1083. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +4 -0
  1084. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +6 -0
  1085. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/STSServiceException.js +8 -0
  1086. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js +1 -0
  1087. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +102 -0
  1088. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/protocols/Aws_query.js +528 -0
  1089. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +34 -0
  1090. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +63 -0
  1091. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.native.js +11 -0
  1092. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +36 -0
  1093. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js +9 -0
  1094. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/index.d.ts +7 -0
  1095. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +55 -0
  1096. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +220 -0
  1097. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  1098. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +75 -0
  1099. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +174 -0
  1100. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/index.d.ts +1 -0
  1101. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +38 -0
  1102. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/endpointResolver.d.ts +5 -0
  1103. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/ruleset.d.ts +2 -0
  1104. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/extensionConfiguration.d.ts +9 -0
  1105. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +51 -0
  1106. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +14 -0
  1107. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/index.d.ts +1 -0
  1108. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +387 -0
  1109. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +11 -0
  1110. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +57 -0
  1111. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +57 -0
  1112. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +56 -0
  1113. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +32 -0
  1114. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeExtensions.d.ts +17 -0
  1115. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +27 -0
  1116. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +192 -0
  1117. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  1118. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +85 -0
  1119. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +269 -0
  1120. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +288 -0
  1121. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/index.d.ts +2 -0
  1122. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultRoleAssumers.d.ts +23 -0
  1123. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +43 -0
  1124. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/EndpointParameters.d.ts +44 -0
  1125. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/endpointResolver.d.ts +5 -0
  1126. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/ruleset.d.ts +2 -0
  1127. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/extensionConfiguration.d.ts +9 -0
  1128. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +17 -0
  1129. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/STSServiceException.d.ts +14 -0
  1130. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/index.d.ts +1 -0
  1131. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +712 -0
  1132. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/protocols/Aws_query.d.ts +20 -0
  1133. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +59 -0
  1134. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +57 -0
  1135. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +58 -0
  1136. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +32 -0
  1137. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeExtensions.d.ts +17 -0
  1138. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDC.d.ts +22 -0
  1139. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +121 -0
  1140. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  1141. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +47 -0
  1142. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +43 -0
  1143. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/index.d.ts +1 -0
  1144. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +51 -0
  1145. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/endpointResolver.d.ts +8 -0
  1146. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/ruleset.d.ts +2 -0
  1147. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/extensionConfiguration.d.ts +9 -0
  1148. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +8 -0
  1149. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +9 -0
  1150. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/index.d.ts +1 -0
  1151. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +123 -0
  1152. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +17 -0
  1153. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +112 -0
  1154. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +107 -0
  1155. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +116 -0
  1156. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +49 -0
  1157. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeExtensions.d.ts +11 -0
  1158. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STS.d.ts +39 -0
  1159. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +128 -0
  1160. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  1161. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +57 -0
  1162. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleCommand.d.ts +47 -0
  1163. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +51 -0
  1164. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/index.d.ts +2 -0
  1165. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultRoleAssumers.d.ts +19 -0
  1166. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +33 -0
  1167. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/EndpointParameters.d.ts +57 -0
  1168. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/endpointResolver.d.ts +8 -0
  1169. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/ruleset.d.ts +2 -0
  1170. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/extensionConfiguration.d.ts +9 -0
  1171. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +9 -0
  1172. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/STSServiceException.d.ts +9 -0
  1173. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/index.d.ts +1 -0
  1174. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +123 -0
  1175. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/protocols/Aws_query.d.ts +29 -0
  1176. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +121 -0
  1177. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +103 -0
  1178. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +125 -0
  1179. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +49 -0
  1180. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeExtensions.d.ts +11 -0
  1181. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/package.json +115 -0
  1182. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/sso-oidc.d.ts +7 -0
  1183. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/sso-oidc.js +5 -0
  1184. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/sts.d.ts +7 -0
  1185. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/sts.js +5 -0
  1186. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/region-config-resolver/package.json +1 -1
  1187. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/token-providers/package.json +5 -5
  1188. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +36 -33
  1189. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +36 -33
  1190. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +36 -33
  1191. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/package.json +3 -3
  1192. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-user-agent-browser/package.json +1 -1
  1193. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  1194. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/xml-builder/README.md +10 -0
  1195. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +173 -0
  1196. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/xml-builder/dist-es/XmlNode.js +88 -0
  1197. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/xml-builder/dist-es/XmlText.js +10 -0
  1198. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/xml-builder/dist-es/escape-attribute.js +3 -0
  1199. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/xml-builder/dist-es/escape-element.js +12 -0
  1200. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/xml-builder/dist-es/index.js +2 -0
  1201. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/xml-builder/dist-types/XmlNode.d.ts +49 -0
  1202. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/xml-builder/dist-types/XmlText.d.ts +11 -0
  1203. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/xml-builder/dist-types/escape-attribute.d.ts +6 -0
  1204. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/xml-builder/dist-types/escape-element.d.ts +6 -0
  1205. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/xml-builder/dist-types/index.d.ts +8 -0
  1206. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/xml-builder/dist-types/stringable.d.ts +6 -0
  1207. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/XmlNode.d.ts +29 -0
  1208. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/XmlText.d.ts +6 -0
  1209. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/escape-attribute.d.ts +1 -0
  1210. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/escape-element.d.ts +1 -0
  1211. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/index.d.ts +2 -0
  1212. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/stringable.d.ts +3 -0
  1213. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/xml-builder/package.json +54 -0
  1214. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +44 -15
  1215. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +261 -0
  1216. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +129 -39
  1217. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +25 -0
  1218. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +36 -15
  1219. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +200 -0
  1220. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/event-streams/index.js +1 -0
  1221. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +11 -26
  1222. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +36 -0
  1223. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +36 -10
  1224. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +1 -0
  1225. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +17 -0
  1226. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +6 -2
  1227. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -0
  1228. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +1 -1
  1229. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/event-streams/EventStreamSerde.d.ts +60 -0
  1230. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/event-streams/index.d.ts +1 -0
  1231. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
  1232. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +39 -1
  1233. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +1 -1
  1234. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +1 -0
  1235. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +1 -1
  1236. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +1 -1
  1237. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +1 -1
  1238. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/protocols/serde/ToStringShapeSerializer.d.ts +1 -1
  1239. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/protocols/serde/determineTimestampFormat.d.ts +1 -1
  1240. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +1 -1
  1241. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +1 -1
  1242. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +10 -0
  1243. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +1 -1
  1244. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/schema/schemas/sentinels.d.ts +1 -1
  1245. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +1 -1
  1246. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +5 -1
  1247. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -0
  1248. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/EventStreamSerde.d.ts +60 -0
  1249. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/index.d.ts +1 -0
  1250. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +39 -1
  1251. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +1 -0
  1252. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/determineTimestampFormat.d.ts +1 -1
  1253. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +10 -0
  1254. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/event-streams.d.ts +7 -0
  1255. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/event-streams.js +6 -0
  1256. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/package.json +11 -1
  1257. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  1258. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-retry/package.json +4 -4
  1259. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/dist-cjs/index.js +43 -6
  1260. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/dist-es/command.js +7 -4
  1261. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/dist-es/schemaLogFilter.js +34 -0
  1262. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/dist-types/schemaLogFilter.d.ts +9 -0
  1263. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/dist-types/ts3.4/schemaLogFilter.d.ts +9 -0
  1264. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/package.json +3 -3
  1265. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  1266. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  1267. package/node_modules/@aws-sdk/client-iot-data-plane/package.json +17 -17
  1268. package/node_modules/@aws-sdk/client-lambda/dist-types/models/models_0.d.ts +6 -6
  1269. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/package.json +16 -16
  1270. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +396 -225
  1271. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +94 -0
  1272. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +39 -0
  1273. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js +2 -1
  1274. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +1 -0
  1275. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +6 -1
  1276. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +6 -1
  1277. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +22 -31
  1278. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +13 -54
  1279. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +12 -32
  1280. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +15 -63
  1281. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +3 -3
  1282. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +57 -0
  1283. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +23 -0
  1284. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +1 -0
  1285. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +7 -1
  1286. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +7 -1
  1287. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +8 -3
  1288. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +6 -1
  1289. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +6 -2
  1290. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +5 -0
  1291. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +39 -0
  1292. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +33 -0
  1293. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +1 -0
  1294. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +10 -1
  1295. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +10 -1
  1296. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +13 -2
  1297. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +2 -0
  1298. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +3 -1
  1299. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +2 -0
  1300. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/package.json +6 -6
  1301. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  1302. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-http/package.json +3 -3
  1303. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-ini/package.json +10 -10
  1304. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  1305. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  1306. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  1307. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  1308. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/middleware-host-header/package.json +3 -3
  1309. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/middleware-logger/dist-types/loggerMiddleware.d.ts +1 -1
  1310. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  1311. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/middleware-recursion-detection/package.json +3 -3
  1312. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/middleware-user-agent/package.json +6 -6
  1313. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/README.md +13 -0
  1314. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/index.js +2 -0
  1315. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +56 -0
  1316. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/endpointResolver.js +18 -0
  1317. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +7 -0
  1318. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +872 -0
  1319. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.browser.js +38 -0
  1320. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +54 -0
  1321. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.native.js +15 -0
  1322. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +40 -0
  1323. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +52 -0
  1324. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthExtensionConfiguration.js +43 -0
  1325. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +62 -0
  1326. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/EndpointParameters.js +19 -0
  1327. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/endpointResolver.js +18 -0
  1328. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +7 -0
  1329. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +951 -0
  1330. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.browser.js +39 -0
  1331. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +68 -0
  1332. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.native.js +15 -0
  1333. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +40 -0
  1334. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeExtensions.js +13 -0
  1335. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +9 -0
  1336. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +48 -0
  1337. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.js +38 -0
  1338. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +50 -0
  1339. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +23 -0
  1340. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/index.js +1 -0
  1341. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js +13 -0
  1342. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js +14 -0
  1343. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +4 -0
  1344. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +5 -0
  1345. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js +8 -0
  1346. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js +1 -0
  1347. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +190 -0
  1348. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/protocols/Aws_restJson1.js +255 -0
  1349. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +33 -0
  1350. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +49 -0
  1351. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.native.js +11 -0
  1352. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +36 -0
  1353. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js +9 -0
  1354. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +11 -0
  1355. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +48 -0
  1356. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthExtensionConfiguration.js +38 -0
  1357. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +55 -0
  1358. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +23 -0
  1359. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +23 -0
  1360. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/index.js +2 -0
  1361. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultRoleAssumers.js +22 -0
  1362. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +95 -0
  1363. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/EndpointParameters.js +15 -0
  1364. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js +14 -0
  1365. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +4 -0
  1366. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +6 -0
  1367. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/STSServiceException.js +8 -0
  1368. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js +1 -0
  1369. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +102 -0
  1370. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/protocols/Aws_query.js +528 -0
  1371. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +34 -0
  1372. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +63 -0
  1373. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.native.js +11 -0
  1374. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +36 -0
  1375. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js +9 -0
  1376. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/index.d.ts +7 -0
  1377. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +55 -0
  1378. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +220 -0
  1379. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  1380. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +75 -0
  1381. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +174 -0
  1382. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/index.d.ts +1 -0
  1383. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +38 -0
  1384. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/endpointResolver.d.ts +5 -0
  1385. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/ruleset.d.ts +2 -0
  1386. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/extensionConfiguration.d.ts +9 -0
  1387. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +51 -0
  1388. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +14 -0
  1389. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/index.d.ts +1 -0
  1390. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +387 -0
  1391. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +11 -0
  1392. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +57 -0
  1393. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +57 -0
  1394. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +56 -0
  1395. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +32 -0
  1396. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeExtensions.d.ts +17 -0
  1397. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +27 -0
  1398. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +192 -0
  1399. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  1400. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +85 -0
  1401. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +269 -0
  1402. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +288 -0
  1403. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/index.d.ts +2 -0
  1404. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultRoleAssumers.d.ts +23 -0
  1405. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +43 -0
  1406. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/EndpointParameters.d.ts +44 -0
  1407. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/endpointResolver.d.ts +5 -0
  1408. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/ruleset.d.ts +2 -0
  1409. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/extensionConfiguration.d.ts +9 -0
  1410. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +17 -0
  1411. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/STSServiceException.d.ts +14 -0
  1412. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/index.d.ts +1 -0
  1413. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +712 -0
  1414. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/protocols/Aws_query.d.ts +20 -0
  1415. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +59 -0
  1416. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +57 -0
  1417. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +58 -0
  1418. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +32 -0
  1419. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeExtensions.d.ts +17 -0
  1420. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDC.d.ts +22 -0
  1421. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +121 -0
  1422. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  1423. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +47 -0
  1424. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +43 -0
  1425. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/index.d.ts +1 -0
  1426. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +51 -0
  1427. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/endpointResolver.d.ts +8 -0
  1428. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/ruleset.d.ts +2 -0
  1429. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/extensionConfiguration.d.ts +9 -0
  1430. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +8 -0
  1431. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +9 -0
  1432. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/index.d.ts +1 -0
  1433. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +123 -0
  1434. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +17 -0
  1435. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +112 -0
  1436. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +107 -0
  1437. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +116 -0
  1438. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +49 -0
  1439. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeExtensions.d.ts +11 -0
  1440. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STS.d.ts +39 -0
  1441. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +128 -0
  1442. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  1443. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +57 -0
  1444. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleCommand.d.ts +47 -0
  1445. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +51 -0
  1446. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/index.d.ts +2 -0
  1447. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultRoleAssumers.d.ts +19 -0
  1448. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +33 -0
  1449. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/EndpointParameters.d.ts +57 -0
  1450. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/endpointResolver.d.ts +8 -0
  1451. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/ruleset.d.ts +2 -0
  1452. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/extensionConfiguration.d.ts +9 -0
  1453. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +9 -0
  1454. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/STSServiceException.d.ts +9 -0
  1455. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/index.d.ts +1 -0
  1456. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +123 -0
  1457. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/protocols/Aws_query.d.ts +29 -0
  1458. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +121 -0
  1459. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +103 -0
  1460. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +125 -0
  1461. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +49 -0
  1462. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeExtensions.d.ts +11 -0
  1463. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/package.json +115 -0
  1464. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/sso-oidc.d.ts +7 -0
  1465. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/sso-oidc.js +5 -0
  1466. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/sts.d.ts +7 -0
  1467. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/sts.js +5 -0
  1468. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/region-config-resolver/package.json +1 -1
  1469. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/token-providers/package.json +5 -5
  1470. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +36 -33
  1471. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +36 -33
  1472. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +36 -33
  1473. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/package.json +3 -3
  1474. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-user-agent-browser/package.json +1 -1
  1475. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  1476. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/xml-builder/README.md +10 -0
  1477. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +173 -0
  1478. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/xml-builder/dist-es/XmlNode.js +88 -0
  1479. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/xml-builder/dist-es/XmlText.js +10 -0
  1480. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/xml-builder/dist-es/escape-attribute.js +3 -0
  1481. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/xml-builder/dist-es/escape-element.js +12 -0
  1482. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/xml-builder/dist-es/index.js +2 -0
  1483. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/xml-builder/dist-types/XmlNode.d.ts +49 -0
  1484. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/xml-builder/dist-types/XmlText.d.ts +11 -0
  1485. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/xml-builder/dist-types/escape-attribute.d.ts +6 -0
  1486. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/xml-builder/dist-types/escape-element.d.ts +6 -0
  1487. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/xml-builder/dist-types/index.d.ts +8 -0
  1488. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/xml-builder/dist-types/stringable.d.ts +6 -0
  1489. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/XmlNode.d.ts +29 -0
  1490. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/XmlText.d.ts +6 -0
  1491. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/escape-attribute.d.ts +1 -0
  1492. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/escape-element.d.ts +1 -0
  1493. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/index.d.ts +2 -0
  1494. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/stringable.d.ts +3 -0
  1495. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/xml-builder/package.json +54 -0
  1496. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +44 -15
  1497. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +261 -0
  1498. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +129 -39
  1499. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +25 -0
  1500. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +36 -15
  1501. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +200 -0
  1502. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/event-streams/index.js +1 -0
  1503. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +11 -26
  1504. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +36 -0
  1505. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +36 -10
  1506. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +1 -0
  1507. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +17 -0
  1508. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +6 -2
  1509. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -0
  1510. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +1 -1
  1511. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/event-streams/EventStreamSerde.d.ts +60 -0
  1512. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/event-streams/index.d.ts +1 -0
  1513. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
  1514. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +39 -1
  1515. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +1 -1
  1516. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +1 -0
  1517. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +1 -1
  1518. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +1 -1
  1519. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +1 -1
  1520. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/protocols/serde/ToStringShapeSerializer.d.ts +1 -1
  1521. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/protocols/serde/determineTimestampFormat.d.ts +1 -1
  1522. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +1 -1
  1523. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +1 -1
  1524. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +10 -0
  1525. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +1 -1
  1526. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/schema/schemas/sentinels.d.ts +1 -1
  1527. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +1 -1
  1528. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +5 -1
  1529. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -0
  1530. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/EventStreamSerde.d.ts +60 -0
  1531. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/index.d.ts +1 -0
  1532. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +39 -1
  1533. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +1 -0
  1534. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/determineTimestampFormat.d.ts +1 -1
  1535. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +10 -0
  1536. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/event-streams.d.ts +7 -0
  1537. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/event-streams.js +6 -0
  1538. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/package.json +11 -1
  1539. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  1540. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-retry/package.json +4 -4
  1541. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/dist-cjs/index.js +43 -6
  1542. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/dist-es/command.js +7 -4
  1543. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/dist-es/schemaLogFilter.js +34 -0
  1544. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/dist-types/schemaLogFilter.d.ts +9 -0
  1545. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/dist-types/ts3.4/schemaLogFilter.d.ts +9 -0
  1546. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/package.json +3 -3
  1547. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  1548. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  1549. package/node_modules/@aws-sdk/client-lambda/package.json +17 -17
  1550. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/package.json +16 -16
  1551. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +396 -225
  1552. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +94 -0
  1553. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +39 -0
  1554. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js +2 -1
  1555. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +1 -0
  1556. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +6 -1
  1557. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +6 -1
  1558. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +22 -31
  1559. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +13 -54
  1560. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +12 -32
  1561. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +15 -63
  1562. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +3 -3
  1563. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +57 -0
  1564. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +23 -0
  1565. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +1 -0
  1566. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +7 -1
  1567. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +7 -1
  1568. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +8 -3
  1569. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +6 -1
  1570. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +6 -2
  1571. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +5 -0
  1572. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +39 -0
  1573. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +33 -0
  1574. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +1 -0
  1575. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +10 -1
  1576. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +10 -1
  1577. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +13 -2
  1578. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +2 -0
  1579. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +3 -1
  1580. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +2 -0
  1581. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/package.json +6 -6
  1582. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  1583. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-http/package.json +3 -3
  1584. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-ini/package.json +10 -10
  1585. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  1586. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  1587. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  1588. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  1589. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-host-header/package.json +3 -3
  1590. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-logger/dist-types/loggerMiddleware.d.ts +1 -1
  1591. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  1592. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-recursion-detection/package.json +3 -3
  1593. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-sdk-s3/package.json +9 -9
  1594. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-user-agent/package.json +6 -6
  1595. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/README.md +13 -0
  1596. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/index.js +2 -0
  1597. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +56 -0
  1598. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/endpointResolver.js +18 -0
  1599. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +7 -0
  1600. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +872 -0
  1601. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.browser.js +38 -0
  1602. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +54 -0
  1603. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.native.js +15 -0
  1604. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +40 -0
  1605. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +52 -0
  1606. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthExtensionConfiguration.js +43 -0
  1607. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +62 -0
  1608. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/EndpointParameters.js +19 -0
  1609. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/endpointResolver.js +18 -0
  1610. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +7 -0
  1611. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +951 -0
  1612. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.browser.js +39 -0
  1613. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +68 -0
  1614. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.native.js +15 -0
  1615. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +40 -0
  1616. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeExtensions.js +13 -0
  1617. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +9 -0
  1618. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +48 -0
  1619. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.js +38 -0
  1620. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +50 -0
  1621. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +23 -0
  1622. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/index.js +1 -0
  1623. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js +13 -0
  1624. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js +14 -0
  1625. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +4 -0
  1626. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +5 -0
  1627. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js +8 -0
  1628. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js +1 -0
  1629. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +190 -0
  1630. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/protocols/Aws_restJson1.js +255 -0
  1631. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +33 -0
  1632. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +49 -0
  1633. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.native.js +11 -0
  1634. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +36 -0
  1635. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js +9 -0
  1636. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +11 -0
  1637. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +48 -0
  1638. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthExtensionConfiguration.js +38 -0
  1639. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +55 -0
  1640. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +23 -0
  1641. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +23 -0
  1642. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/index.js +2 -0
  1643. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultRoleAssumers.js +22 -0
  1644. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +95 -0
  1645. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/EndpointParameters.js +15 -0
  1646. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js +14 -0
  1647. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +4 -0
  1648. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +6 -0
  1649. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/STSServiceException.js +8 -0
  1650. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js +1 -0
  1651. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +102 -0
  1652. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/protocols/Aws_query.js +528 -0
  1653. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +34 -0
  1654. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +63 -0
  1655. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.native.js +11 -0
  1656. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +36 -0
  1657. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js +9 -0
  1658. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/index.d.ts +7 -0
  1659. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +55 -0
  1660. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +220 -0
  1661. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  1662. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +75 -0
  1663. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +174 -0
  1664. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/index.d.ts +1 -0
  1665. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +38 -0
  1666. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/endpointResolver.d.ts +5 -0
  1667. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/ruleset.d.ts +2 -0
  1668. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/extensionConfiguration.d.ts +9 -0
  1669. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +51 -0
  1670. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +14 -0
  1671. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/index.d.ts +1 -0
  1672. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +387 -0
  1673. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +11 -0
  1674. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +57 -0
  1675. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +57 -0
  1676. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +56 -0
  1677. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +32 -0
  1678. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeExtensions.d.ts +17 -0
  1679. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +27 -0
  1680. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +192 -0
  1681. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  1682. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +85 -0
  1683. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +269 -0
  1684. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +288 -0
  1685. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/index.d.ts +2 -0
  1686. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultRoleAssumers.d.ts +23 -0
  1687. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +43 -0
  1688. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/EndpointParameters.d.ts +44 -0
  1689. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/endpointResolver.d.ts +5 -0
  1690. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/ruleset.d.ts +2 -0
  1691. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/extensionConfiguration.d.ts +9 -0
  1692. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +17 -0
  1693. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/STSServiceException.d.ts +14 -0
  1694. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/index.d.ts +1 -0
  1695. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +712 -0
  1696. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/protocols/Aws_query.d.ts +20 -0
  1697. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +59 -0
  1698. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +57 -0
  1699. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +58 -0
  1700. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +32 -0
  1701. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeExtensions.d.ts +17 -0
  1702. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDC.d.ts +22 -0
  1703. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +121 -0
  1704. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  1705. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +47 -0
  1706. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +43 -0
  1707. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/index.d.ts +1 -0
  1708. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +51 -0
  1709. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/endpointResolver.d.ts +8 -0
  1710. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/ruleset.d.ts +2 -0
  1711. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/extensionConfiguration.d.ts +9 -0
  1712. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +8 -0
  1713. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +9 -0
  1714. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/index.d.ts +1 -0
  1715. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +123 -0
  1716. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +17 -0
  1717. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +112 -0
  1718. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +107 -0
  1719. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +116 -0
  1720. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +49 -0
  1721. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeExtensions.d.ts +11 -0
  1722. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STS.d.ts +39 -0
  1723. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +128 -0
  1724. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  1725. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +57 -0
  1726. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleCommand.d.ts +47 -0
  1727. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +51 -0
  1728. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/index.d.ts +2 -0
  1729. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultRoleAssumers.d.ts +19 -0
  1730. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +33 -0
  1731. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/EndpointParameters.d.ts +57 -0
  1732. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/endpointResolver.d.ts +8 -0
  1733. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/ruleset.d.ts +2 -0
  1734. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/extensionConfiguration.d.ts +9 -0
  1735. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +9 -0
  1736. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/STSServiceException.d.ts +9 -0
  1737. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/index.d.ts +1 -0
  1738. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +123 -0
  1739. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/protocols/Aws_query.d.ts +29 -0
  1740. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +121 -0
  1741. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +103 -0
  1742. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +125 -0
  1743. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +49 -0
  1744. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeExtensions.d.ts +11 -0
  1745. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/package.json +115 -0
  1746. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/sso-oidc.d.ts +7 -0
  1747. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/sso-oidc.js +5 -0
  1748. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/sts.d.ts +7 -0
  1749. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/sts.js +5 -0
  1750. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/region-config-resolver/package.json +1 -1
  1751. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/signature-v4-multi-region/package.json +4 -4
  1752. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/token-providers/package.json +5 -5
  1753. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-arn-parser/package.json +1 -1
  1754. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +36 -33
  1755. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +36 -33
  1756. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +36 -33
  1757. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/package.json +3 -3
  1758. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-user-agent-browser/package.json +1 -1
  1759. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  1760. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/xml-builder/README.md +10 -0
  1761. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +173 -0
  1762. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/xml-builder/dist-es/XmlNode.js +88 -0
  1763. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/xml-builder/dist-es/XmlText.js +10 -0
  1764. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/xml-builder/dist-es/escape-attribute.js +3 -0
  1765. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/xml-builder/dist-es/escape-element.js +12 -0
  1766. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/xml-builder/dist-es/index.js +2 -0
  1767. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/xml-builder/dist-types/XmlNode.d.ts +49 -0
  1768. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/xml-builder/dist-types/XmlText.d.ts +11 -0
  1769. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/xml-builder/dist-types/escape-attribute.d.ts +6 -0
  1770. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/xml-builder/dist-types/escape-element.d.ts +6 -0
  1771. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/xml-builder/dist-types/index.d.ts +8 -0
  1772. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/xml-builder/dist-types/stringable.d.ts +6 -0
  1773. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/XmlNode.d.ts +29 -0
  1774. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/XmlText.d.ts +6 -0
  1775. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/escape-attribute.d.ts +1 -0
  1776. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/escape-element.d.ts +1 -0
  1777. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/index.d.ts +2 -0
  1778. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/stringable.d.ts +3 -0
  1779. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/xml-builder/package.json +54 -0
  1780. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +44 -15
  1781. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +261 -0
  1782. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +129 -39
  1783. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +25 -0
  1784. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +36 -15
  1785. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +200 -0
  1786. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/event-streams/index.js +1 -0
  1787. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +11 -26
  1788. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +36 -0
  1789. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +36 -10
  1790. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +1 -0
  1791. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +17 -0
  1792. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +6 -2
  1793. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -0
  1794. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +1 -1
  1795. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/event-streams/EventStreamSerde.d.ts +60 -0
  1796. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/event-streams/index.d.ts +1 -0
  1797. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
  1798. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +39 -1
  1799. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +1 -1
  1800. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +1 -0
  1801. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +1 -1
  1802. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +1 -1
  1803. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +1 -1
  1804. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/protocols/serde/ToStringShapeSerializer.d.ts +1 -1
  1805. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/protocols/serde/determineTimestampFormat.d.ts +1 -1
  1806. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +1 -1
  1807. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +1 -1
  1808. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +10 -0
  1809. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +1 -1
  1810. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/schema/schemas/sentinels.d.ts +1 -1
  1811. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +1 -1
  1812. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +5 -1
  1813. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -0
  1814. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/EventStreamSerde.d.ts +60 -0
  1815. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/index.d.ts +1 -0
  1816. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +39 -1
  1817. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +1 -0
  1818. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/determineTimestampFormat.d.ts +1 -1
  1819. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +10 -0
  1820. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/event-streams.d.ts +7 -0
  1821. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/event-streams.js +6 -0
  1822. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/package.json +11 -1
  1823. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  1824. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-retry/package.json +4 -4
  1825. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/dist-cjs/index.js +43 -6
  1826. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/dist-es/command.js +7 -4
  1827. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/dist-es/schemaLogFilter.js +34 -0
  1828. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/dist-types/schemaLogFilter.d.ts +9 -0
  1829. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/dist-types/ts3.4/schemaLogFilter.d.ts +9 -0
  1830. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/package.json +3 -3
  1831. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  1832. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  1833. package/node_modules/@aws-sdk/client-s3/package.json +32 -32
  1834. package/node_modules/@aws-sdk/credential-provider-cognito-identity/package.json +4 -4
  1835. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/package.json +16 -16
  1836. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +396 -225
  1837. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +94 -0
  1838. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +39 -0
  1839. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js +2 -1
  1840. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +1 -0
  1841. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +6 -1
  1842. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +6 -1
  1843. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +22 -31
  1844. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +13 -54
  1845. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +12 -32
  1846. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +15 -63
  1847. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +3 -3
  1848. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +57 -0
  1849. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +23 -0
  1850. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +1 -0
  1851. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +7 -1
  1852. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +7 -1
  1853. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +8 -3
  1854. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +6 -1
  1855. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +6 -2
  1856. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +5 -0
  1857. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +39 -0
  1858. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +33 -0
  1859. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +1 -0
  1860. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +10 -1
  1861. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +10 -1
  1862. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +13 -2
  1863. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +2 -0
  1864. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +3 -1
  1865. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +2 -0
  1866. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/package.json +6 -6
  1867. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  1868. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-http/package.json +3 -3
  1869. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-ini/package.json +10 -10
  1870. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  1871. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  1872. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  1873. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  1874. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/middleware-host-header/package.json +3 -3
  1875. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/middleware-logger/dist-types/loggerMiddleware.d.ts +1 -1
  1876. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  1877. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/middleware-recursion-detection/package.json +3 -3
  1878. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/middleware-user-agent/package.json +6 -6
  1879. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/README.md +13 -0
  1880. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/index.js +2 -0
  1881. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +56 -0
  1882. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/endpointResolver.js +18 -0
  1883. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +7 -0
  1884. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +872 -0
  1885. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.browser.js +38 -0
  1886. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +54 -0
  1887. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.native.js +15 -0
  1888. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +40 -0
  1889. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +52 -0
  1890. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthExtensionConfiguration.js +43 -0
  1891. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +62 -0
  1892. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/EndpointParameters.js +19 -0
  1893. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/endpointResolver.js +18 -0
  1894. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +7 -0
  1895. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +951 -0
  1896. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.browser.js +39 -0
  1897. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +68 -0
  1898. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.native.js +15 -0
  1899. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +40 -0
  1900. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeExtensions.js +13 -0
  1901. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +9 -0
  1902. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +48 -0
  1903. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.js +38 -0
  1904. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +50 -0
  1905. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +23 -0
  1906. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/index.js +1 -0
  1907. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js +13 -0
  1908. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js +14 -0
  1909. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +4 -0
  1910. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +5 -0
  1911. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js +8 -0
  1912. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js +1 -0
  1913. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +190 -0
  1914. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/protocols/Aws_restJson1.js +255 -0
  1915. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +33 -0
  1916. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +49 -0
  1917. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.native.js +11 -0
  1918. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +36 -0
  1919. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js +9 -0
  1920. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +11 -0
  1921. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +48 -0
  1922. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthExtensionConfiguration.js +38 -0
  1923. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +55 -0
  1924. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +23 -0
  1925. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +23 -0
  1926. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/index.js +2 -0
  1927. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultRoleAssumers.js +22 -0
  1928. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +95 -0
  1929. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/EndpointParameters.js +15 -0
  1930. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js +14 -0
  1931. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +4 -0
  1932. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +6 -0
  1933. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/STSServiceException.js +8 -0
  1934. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js +1 -0
  1935. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +102 -0
  1936. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/protocols/Aws_query.js +528 -0
  1937. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +34 -0
  1938. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +63 -0
  1939. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.native.js +11 -0
  1940. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +36 -0
  1941. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js +9 -0
  1942. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/index.d.ts +7 -0
  1943. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +55 -0
  1944. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +220 -0
  1945. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  1946. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +75 -0
  1947. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +174 -0
  1948. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/index.d.ts +1 -0
  1949. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +38 -0
  1950. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/endpointResolver.d.ts +5 -0
  1951. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/ruleset.d.ts +2 -0
  1952. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/extensionConfiguration.d.ts +9 -0
  1953. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +51 -0
  1954. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +14 -0
  1955. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/index.d.ts +1 -0
  1956. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +387 -0
  1957. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +11 -0
  1958. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +57 -0
  1959. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +57 -0
  1960. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +56 -0
  1961. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +32 -0
  1962. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeExtensions.d.ts +17 -0
  1963. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +27 -0
  1964. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +192 -0
  1965. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  1966. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +85 -0
  1967. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +269 -0
  1968. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +288 -0
  1969. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/index.d.ts +2 -0
  1970. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultRoleAssumers.d.ts +23 -0
  1971. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +43 -0
  1972. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/EndpointParameters.d.ts +44 -0
  1973. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/endpointResolver.d.ts +5 -0
  1974. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/ruleset.d.ts +2 -0
  1975. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/extensionConfiguration.d.ts +9 -0
  1976. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +17 -0
  1977. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/STSServiceException.d.ts +14 -0
  1978. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/index.d.ts +1 -0
  1979. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +712 -0
  1980. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/protocols/Aws_query.d.ts +20 -0
  1981. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +59 -0
  1982. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +57 -0
  1983. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +58 -0
  1984. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +32 -0
  1985. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeExtensions.d.ts +17 -0
  1986. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDC.d.ts +22 -0
  1987. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +121 -0
  1988. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  1989. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +47 -0
  1990. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +43 -0
  1991. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/index.d.ts +1 -0
  1992. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +51 -0
  1993. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/endpointResolver.d.ts +8 -0
  1994. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/ruleset.d.ts +2 -0
  1995. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/extensionConfiguration.d.ts +9 -0
  1996. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +8 -0
  1997. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +9 -0
  1998. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/index.d.ts +1 -0
  1999. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +123 -0
  2000. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +17 -0
  2001. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +112 -0
  2002. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +107 -0
  2003. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +116 -0
  2004. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +49 -0
  2005. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeExtensions.d.ts +11 -0
  2006. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STS.d.ts +39 -0
  2007. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +128 -0
  2008. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  2009. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +57 -0
  2010. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleCommand.d.ts +47 -0
  2011. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +51 -0
  2012. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/index.d.ts +2 -0
  2013. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultRoleAssumers.d.ts +19 -0
  2014. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +33 -0
  2015. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/EndpointParameters.d.ts +57 -0
  2016. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/endpointResolver.d.ts +8 -0
  2017. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/ruleset.d.ts +2 -0
  2018. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/extensionConfiguration.d.ts +9 -0
  2019. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +9 -0
  2020. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/STSServiceException.d.ts +9 -0
  2021. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/index.d.ts +1 -0
  2022. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +123 -0
  2023. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/protocols/Aws_query.d.ts +29 -0
  2024. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +121 -0
  2025. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +103 -0
  2026. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +125 -0
  2027. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +49 -0
  2028. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeExtensions.d.ts +11 -0
  2029. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/package.json +115 -0
  2030. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/sso-oidc.d.ts +7 -0
  2031. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/sso-oidc.js +5 -0
  2032. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/sts.d.ts +7 -0
  2033. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/sts.js +5 -0
  2034. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/region-config-resolver/package.json +1 -1
  2035. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/token-providers/package.json +5 -5
  2036. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +36 -33
  2037. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +36 -33
  2038. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +36 -33
  2039. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-endpoints/package.json +3 -3
  2040. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-user-agent-browser/package.json +1 -1
  2041. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  2042. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/xml-builder/README.md +10 -0
  2043. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +173 -0
  2044. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/xml-builder/dist-es/XmlNode.js +88 -0
  2045. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/xml-builder/dist-es/XmlText.js +10 -0
  2046. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/xml-builder/dist-es/escape-attribute.js +3 -0
  2047. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/xml-builder/dist-es/escape-element.js +12 -0
  2048. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/xml-builder/dist-es/index.js +2 -0
  2049. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/xml-builder/dist-types/XmlNode.d.ts +49 -0
  2050. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/xml-builder/dist-types/XmlText.d.ts +11 -0
  2051. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/xml-builder/dist-types/escape-attribute.d.ts +6 -0
  2052. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/xml-builder/dist-types/escape-element.d.ts +6 -0
  2053. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/xml-builder/dist-types/index.d.ts +8 -0
  2054. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/xml-builder/dist-types/stringable.d.ts +6 -0
  2055. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/XmlNode.d.ts +29 -0
  2056. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/XmlText.d.ts +6 -0
  2057. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/escape-attribute.d.ts +1 -0
  2058. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/escape-element.d.ts +1 -0
  2059. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/index.d.ts +2 -0
  2060. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/stringable.d.ts +3 -0
  2061. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/xml-builder/package.json +54 -0
  2062. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +44 -15
  2063. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +261 -0
  2064. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +129 -39
  2065. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +25 -0
  2066. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +36 -15
  2067. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +200 -0
  2068. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/event-streams/index.js +1 -0
  2069. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +11 -26
  2070. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +36 -0
  2071. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +36 -10
  2072. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +1 -0
  2073. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +17 -0
  2074. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +6 -2
  2075. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -0
  2076. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +1 -1
  2077. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/event-streams/EventStreamSerde.d.ts +60 -0
  2078. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/event-streams/index.d.ts +1 -0
  2079. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
  2080. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +39 -1
  2081. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +1 -1
  2082. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +1 -0
  2083. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +1 -1
  2084. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +1 -1
  2085. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +1 -1
  2086. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/protocols/serde/ToStringShapeSerializer.d.ts +1 -1
  2087. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/protocols/serde/determineTimestampFormat.d.ts +1 -1
  2088. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +1 -1
  2089. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +1 -1
  2090. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +10 -0
  2091. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +1 -1
  2092. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/schema/schemas/sentinels.d.ts +1 -1
  2093. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +1 -1
  2094. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +5 -1
  2095. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -0
  2096. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/EventStreamSerde.d.ts +60 -0
  2097. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/index.d.ts +1 -0
  2098. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +39 -1
  2099. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +1 -0
  2100. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/determineTimestampFormat.d.ts +1 -1
  2101. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +10 -0
  2102. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/event-streams.d.ts +7 -0
  2103. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/event-streams.js +6 -0
  2104. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/package.json +11 -1
  2105. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  2106. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-retry/package.json +4 -4
  2107. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/dist-cjs/index.js +43 -6
  2108. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/dist-es/command.js +7 -4
  2109. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/dist-es/schemaLogFilter.js +34 -0
  2110. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/dist-types/schemaLogFilter.d.ts +9 -0
  2111. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/dist-types/ts3.4/schemaLogFilter.d.ts +9 -0
  2112. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/package.json +3 -3
  2113. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  2114. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  2115. package/node_modules/@aws-sdk/credential-providers/package.json +13 -13
  2116. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@aws-sdk/util-arn-parser/package.json +1 -1
  2117. package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +2 -2
  2118. package/node_modules/@aws-sdk/middleware-expect-continue/package.json +3 -3
  2119. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +396 -225
  2120. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +94 -0
  2121. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +39 -0
  2122. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js +2 -1
  2123. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +1 -0
  2124. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +6 -1
  2125. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +6 -1
  2126. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +22 -31
  2127. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +13 -54
  2128. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +12 -32
  2129. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +15 -63
  2130. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +3 -3
  2131. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +57 -0
  2132. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +23 -0
  2133. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +1 -0
  2134. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +7 -1
  2135. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +7 -1
  2136. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +8 -3
  2137. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +6 -1
  2138. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +6 -2
  2139. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +5 -0
  2140. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +39 -0
  2141. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +33 -0
  2142. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +1 -0
  2143. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +10 -1
  2144. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +10 -1
  2145. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +13 -2
  2146. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +2 -0
  2147. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +3 -1
  2148. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +2 -0
  2149. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/package.json +6 -6
  2150. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/xml-builder/README.md +10 -0
  2151. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +173 -0
  2152. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/xml-builder/dist-es/XmlNode.js +88 -0
  2153. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/xml-builder/dist-es/XmlText.js +10 -0
  2154. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/xml-builder/dist-es/escape-attribute.js +3 -0
  2155. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/xml-builder/dist-es/escape-element.js +12 -0
  2156. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/xml-builder/dist-es/index.js +2 -0
  2157. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/xml-builder/dist-types/XmlNode.d.ts +49 -0
  2158. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/xml-builder/dist-types/XmlText.d.ts +11 -0
  2159. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/xml-builder/dist-types/escape-attribute.d.ts +6 -0
  2160. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/xml-builder/dist-types/escape-element.d.ts +6 -0
  2161. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/xml-builder/dist-types/index.d.ts +8 -0
  2162. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/xml-builder/dist-types/stringable.d.ts +6 -0
  2163. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/XmlNode.d.ts +29 -0
  2164. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/XmlText.d.ts +6 -0
  2165. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/escape-attribute.d.ts +1 -0
  2166. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/escape-element.d.ts +1 -0
  2167. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/index.d.ts +2 -0
  2168. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/stringable.d.ts +3 -0
  2169. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/xml-builder/package.json +54 -0
  2170. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +44 -15
  2171. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +261 -0
  2172. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +129 -39
  2173. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +25 -0
  2174. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +36 -15
  2175. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +200 -0
  2176. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/event-streams/index.js +1 -0
  2177. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +11 -26
  2178. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +36 -0
  2179. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +36 -10
  2180. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +1 -0
  2181. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +17 -0
  2182. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +6 -2
  2183. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -0
  2184. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +1 -1
  2185. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/event-streams/EventStreamSerde.d.ts +60 -0
  2186. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/event-streams/index.d.ts +1 -0
  2187. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
  2188. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +39 -1
  2189. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +1 -1
  2190. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +1 -0
  2191. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +1 -1
  2192. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +1 -1
  2193. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +1 -1
  2194. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/protocols/serde/ToStringShapeSerializer.d.ts +1 -1
  2195. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/protocols/serde/determineTimestampFormat.d.ts +1 -1
  2196. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +1 -1
  2197. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +1 -1
  2198. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +10 -0
  2199. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +1 -1
  2200. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/schema/schemas/sentinels.d.ts +1 -1
  2201. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +1 -1
  2202. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +5 -1
  2203. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -0
  2204. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/EventStreamSerde.d.ts +60 -0
  2205. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/index.d.ts +1 -0
  2206. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +39 -1
  2207. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +1 -0
  2208. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/determineTimestampFormat.d.ts +1 -1
  2209. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +10 -0
  2210. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/event-streams.d.ts +7 -0
  2211. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/event-streams.js +6 -0
  2212. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/package.json +11 -1
  2213. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  2214. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/dist-cjs/index.js +43 -6
  2215. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/dist-es/command.js +7 -4
  2216. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/dist-es/schemaLogFilter.js +34 -0
  2217. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/dist-types/schemaLogFilter.d.ts +9 -0
  2218. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/dist-types/ts3.4/schemaLogFilter.d.ts +9 -0
  2219. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/package.json +3 -3
  2220. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +6 -6
  2221. package/node_modules/@aws-sdk/middleware-location-constraint/package.json +3 -3
  2222. package/node_modules/@aws-sdk/middleware-ssec/package.json +3 -3
  2223. package/node_modules/@inquirer/checkbox/dist/commonjs/index.js +1 -1
  2224. package/node_modules/@inquirer/checkbox/dist/esm/index.js +1 -1
  2225. package/node_modules/@inquirer/checkbox/package.json +3 -3
  2226. package/node_modules/@inquirer/confirm/dist/commonjs/index.js +3 -1
  2227. package/node_modules/@inquirer/confirm/dist/esm/index.js +4 -2
  2228. package/node_modules/@inquirer/confirm/package.json +3 -3
  2229. package/node_modules/@inquirer/core/dist/commonjs/lib/key.d.ts +1 -0
  2230. package/node_modules/@inquirer/core/dist/commonjs/lib/key.js +5 -15
  2231. package/node_modules/@inquirer/core/dist/esm/lib/key.d.ts +1 -0
  2232. package/node_modules/@inquirer/core/dist/esm/lib/key.js +3 -14
  2233. package/node_modules/@inquirer/core/package.json +2 -2
  2234. package/node_modules/@inquirer/editor/dist/commonjs/index.d.ts +1 -1
  2235. package/node_modules/@inquirer/editor/dist/commonjs/index.js +5 -4
  2236. package/node_modules/@inquirer/editor/dist/esm/index.d.ts +1 -1
  2237. package/node_modules/@inquirer/editor/dist/esm/index.js +5 -4
  2238. package/node_modules/@inquirer/editor/package.json +5 -5
  2239. package/node_modules/@inquirer/expand/package.json +3 -3
  2240. package/node_modules/@inquirer/external-editor/LICENSE +22 -0
  2241. package/node_modules/@inquirer/external-editor/README.md +164 -0
  2242. package/node_modules/@inquirer/external-editor/dist/commonjs/errors/CreateFileError.js +17 -0
  2243. package/node_modules/@inquirer/external-editor/dist/commonjs/errors/LaunchEditorError.js +17 -0
  2244. package/node_modules/@inquirer/external-editor/dist/commonjs/errors/ReadFileError.js +17 -0
  2245. package/node_modules/@inquirer/external-editor/dist/commonjs/errors/RemoveFileError.js +17 -0
  2246. package/node_modules/@inquirer/external-editor/dist/commonjs/index.d.ts +39 -0
  2247. package/node_modules/@inquirer/external-editor/dist/commonjs/index.js +203 -0
  2248. package/node_modules/@inquirer/external-editor/dist/commonjs/package.json +3 -0
  2249. package/node_modules/@inquirer/external-editor/dist/esm/errors/CreateFileError.d.ts +10 -0
  2250. package/node_modules/@inquirer/external-editor/dist/esm/errors/CreateFileError.js +13 -0
  2251. package/node_modules/@inquirer/external-editor/dist/esm/errors/LaunchEditorError.d.ts +10 -0
  2252. package/node_modules/@inquirer/external-editor/dist/esm/errors/LaunchEditorError.js +13 -0
  2253. package/node_modules/@inquirer/external-editor/dist/esm/errors/ReadFileError.d.ts +10 -0
  2254. package/node_modules/@inquirer/external-editor/dist/esm/errors/ReadFileError.js +13 -0
  2255. package/node_modules/@inquirer/external-editor/dist/esm/errors/RemoveFileError.d.ts +10 -0
  2256. package/node_modules/@inquirer/external-editor/dist/esm/errors/RemoveFileError.js +13 -0
  2257. package/node_modules/@inquirer/external-editor/dist/esm/index.d.ts +39 -0
  2258. package/node_modules/@inquirer/external-editor/dist/esm/index.js +191 -0
  2259. package/node_modules/@inquirer/external-editor/dist/esm/package.json +3 -0
  2260. package/node_modules/@inquirer/external-editor/node_modules/chardet/LICENSE +19 -0
  2261. package/node_modules/@inquirer/external-editor/node_modules/chardet/README.md +121 -0
  2262. package/node_modules/@inquirer/external-editor/node_modules/chardet/lib/encoding/ascii.d.ts +6 -0
  2263. package/node_modules/@inquirer/external-editor/node_modules/chardet/lib/encoding/ascii.js +23 -0
  2264. package/node_modules/@inquirer/external-editor/node_modules/chardet/lib/encoding/ascii.js.map +1 -0
  2265. package/node_modules/@inquirer/external-editor/node_modules/chardet/lib/encoding/index.d.ts +14 -0
  2266. package/node_modules/@inquirer/external-editor/node_modules/chardet/lib/encoding/index.js +3 -0
  2267. package/node_modules/@inquirer/external-editor/node_modules/chardet/lib/encoding/index.js.map +1 -0
  2268. package/node_modules/@inquirer/external-editor/node_modules/chardet/lib/encoding/iso2022.d.ts +23 -0
  2269. package/node_modules/@inquirer/external-editor/node_modules/chardet/lib/encoding/iso2022.js +114 -0
  2270. package/node_modules/@inquirer/external-editor/node_modules/chardet/lib/encoding/iso2022.js.map +1 -0
  2271. package/node_modules/@inquirer/external-editor/node_modules/chardet/lib/encoding/mbcs.d.ts +50 -0
  2272. package/node_modules/@inquirer/external-editor/node_modules/chardet/lib/encoding/mbcs.js +347 -0
  2273. package/node_modules/@inquirer/external-editor/node_modules/chardet/lib/encoding/mbcs.js.map +1 -0
  2274. package/node_modules/@inquirer/external-editor/node_modules/chardet/lib/encoding/sbcs.d.ts +75 -0
  2275. package/node_modules/@inquirer/external-editor/node_modules/chardet/lib/encoding/sbcs.js +764 -0
  2276. package/node_modules/@inquirer/external-editor/node_modules/chardet/lib/encoding/sbcs.js.map +1 -0
  2277. package/node_modules/@inquirer/external-editor/node_modules/chardet/lib/encoding/unicode.d.ts +27 -0
  2278. package/node_modules/@inquirer/external-editor/node_modules/chardet/lib/encoding/unicode.js +109 -0
  2279. package/node_modules/@inquirer/external-editor/node_modules/chardet/lib/encoding/unicode.js.map +1 -0
  2280. package/node_modules/@inquirer/external-editor/node_modules/chardet/lib/encoding/utf8.d.ts +6 -0
  2281. package/node_modules/@inquirer/external-editor/node_modules/chardet/lib/encoding/utf8.js +72 -0
  2282. package/node_modules/@inquirer/external-editor/node_modules/chardet/lib/encoding/utf8.js.map +1 -0
  2283. package/node_modules/@inquirer/external-editor/node_modules/chardet/lib/fs/browser.d.ts +2 -0
  2284. package/node_modules/@inquirer/external-editor/node_modules/chardet/lib/fs/browser.js +6 -0
  2285. package/node_modules/@inquirer/external-editor/node_modules/chardet/lib/fs/browser.js.map +1 -0
  2286. package/node_modules/@inquirer/external-editor/node_modules/chardet/lib/fs/node.d.ts +2 -0
  2287. package/node_modules/@inquirer/external-editor/node_modules/chardet/lib/fs/node.js +11 -0
  2288. package/node_modules/@inquirer/external-editor/node_modules/chardet/lib/fs/node.js.map +1 -0
  2289. package/node_modules/@inquirer/external-editor/node_modules/chardet/lib/index.d.ts +20 -0
  2290. package/node_modules/@inquirer/external-editor/node_modules/chardet/lib/index.js +159 -0
  2291. package/node_modules/@inquirer/external-editor/node_modules/chardet/lib/index.js.map +1 -0
  2292. package/node_modules/@inquirer/external-editor/node_modules/chardet/lib/match.d.ts +9 -0
  2293. package/node_modules/@inquirer/external-editor/node_modules/chardet/lib/match.js +8 -0
  2294. package/node_modules/@inquirer/external-editor/node_modules/chardet/lib/match.js.map +1 -0
  2295. package/node_modules/@inquirer/external-editor/node_modules/chardet/lib/utils.d.ts +1 -0
  2296. package/node_modules/@inquirer/external-editor/node_modules/chardet/lib/utils.js +10 -0
  2297. package/node_modules/@inquirer/external-editor/node_modules/chardet/lib/utils.js.map +1 -0
  2298. package/node_modules/@inquirer/external-editor/node_modules/chardet/package.json +96 -0
  2299. package/node_modules/@inquirer/external-editor/package.json +114 -0
  2300. package/node_modules/@inquirer/input/dist/commonjs/index.js +1 -1
  2301. package/node_modules/@inquirer/input/dist/esm/index.js +2 -2
  2302. package/node_modules/@inquirer/input/package.json +3 -3
  2303. package/node_modules/@inquirer/number/dist/commonjs/index.js +1 -1
  2304. package/node_modules/@inquirer/number/dist/esm/index.js +2 -2
  2305. package/node_modules/@inquirer/number/package.json +3 -3
  2306. package/node_modules/@inquirer/password/package.json +3 -3
  2307. package/node_modules/@inquirer/prompts/README.md +19 -0
  2308. package/node_modules/@inquirer/prompts/package.json +12 -12
  2309. package/node_modules/@inquirer/rawlist/dist/commonjs/index.js +5 -5
  2310. package/node_modules/@inquirer/rawlist/dist/esm/index.js +6 -6
  2311. package/node_modules/@inquirer/rawlist/package.json +3 -3
  2312. package/node_modules/@inquirer/search/dist/commonjs/index.js +5 -5
  2313. package/node_modules/@inquirer/search/dist/esm/index.js +6 -6
  2314. package/node_modules/@inquirer/search/package.json +3 -3
  2315. package/node_modules/@inquirer/select/package.json +3 -3
  2316. package/node_modules/@types/node/README.md +1 -1
  2317. package/node_modules/@types/node/child_process.d.ts +25 -121
  2318. package/node_modules/@types/node/fs/promises.d.ts +19 -26
  2319. package/node_modules/@types/node/fs.d.ts +19 -35
  2320. package/node_modules/@types/node/inspector.d.ts +56 -0
  2321. package/node_modules/@types/node/package.json +2 -7
  2322. package/node_modules/@types/node/stream/web.d.ts +4 -0
  2323. package/node_modules/@types/node/test.d.ts +104 -0
  2324. package/node_modules/@types/node/url.d.ts +11 -0
  2325. package/node_modules/chalk/package.json +1 -1
  2326. package/node_modules/chalk/source/vendor/supports-color/index.js +4 -0
  2327. package/node_modules/iconv-lite/.github/dependabot.yml +11 -0
  2328. package/node_modules/iconv-lite/.idea/codeStyles/Project.xml +47 -0
  2329. package/node_modules/iconv-lite/.idea/codeStyles/codeStyleConfig.xml +5 -0
  2330. package/node_modules/iconv-lite/.idea/iconv-lite.iml +12 -0
  2331. package/node_modules/iconv-lite/.idea/inspectionProfiles/Project_Default.xml +6 -0
  2332. package/node_modules/iconv-lite/.idea/modules.xml +8 -0
  2333. package/node_modules/iconv-lite/.idea/vcs.xml +6 -0
  2334. package/node_modules/iconv-lite/Changelog.md +212 -0
  2335. package/node_modules/iconv-lite/README.md +130 -0
  2336. package/node_modules/iconv-lite/encodings/dbcs-codec.js +597 -0
  2337. package/node_modules/iconv-lite/encodings/dbcs-data.js +188 -0
  2338. package/node_modules/iconv-lite/encodings/index.js +23 -0
  2339. package/node_modules/iconv-lite/encodings/internal.js +198 -0
  2340. package/node_modules/iconv-lite/encodings/sbcs-data.js +179 -0
  2341. package/node_modules/iconv-lite/encodings/tables/gbk-added.json +56 -0
  2342. package/node_modules/iconv-lite/encodings/utf16.js +197 -0
  2343. package/node_modules/iconv-lite/encodings/utf32.js +319 -0
  2344. package/node_modules/iconv-lite/encodings/utf7.js +290 -0
  2345. package/node_modules/iconv-lite/lib/index.d.ts +41 -0
  2346. package/node_modules/iconv-lite/lib/index.js +180 -0
  2347. package/node_modules/iconv-lite/lib/streams.js +109 -0
  2348. package/node_modules/iconv-lite/package.json +44 -0
  2349. package/node_modules/inquirer/dist/commonjs/index.d.ts +8 -8
  2350. package/node_modules/inquirer/dist/esm/index.d.ts +8 -8
  2351. package/node_modules/inquirer/package.json +4 -4
  2352. package/node_modules/yoctocolors-cjs/index.js +8 -3
  2353. package/node_modules/yoctocolors-cjs/package.json +1 -1
  2354. package/package.json +19 -19
  2355. package/dist/types/lambdaProps.d.ts +0 -4
  2356. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/README.md +0 -39
  2357. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/account-id-endpoint.d.ts +0 -7
  2358. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/account-id-endpoint.js +0 -6
  2359. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/client.d.ts +0 -7
  2360. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/client.js +0 -5
  2361. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-cjs/index.js +0 -6
  2362. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +0 -95
  2363. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +0 -90
  2364. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +0 -391
  2365. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +0 -1725
  2366. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/index.js +0 -3
  2367. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +0 -15
  2368. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConstants.js +0 -5
  2369. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.js +0 -24
  2370. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/index.js +0 -3
  2371. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +0 -15
  2372. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +0 -4
  2373. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/client/setCredentialFeature.js +0 -7
  2374. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js +0 -11
  2375. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +0 -7
  2376. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js +0 -20
  2377. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +0 -72
  2378. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.js +0 -22
  2379. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js +0 -5
  2380. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js +0 -25
  2381. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +0 -131
  2382. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js +0 -2
  2383. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.js +0 -1
  2384. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.js +0 -1
  2385. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js +0 -2
  2386. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.js +0 -1
  2387. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js +0 -8
  2388. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js +0 -3
  2389. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js +0 -2
  2390. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ConfigurableSerdeContext.js +0 -6
  2391. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/coercing-serializers.js +0 -53
  2392. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js +0 -2
  2393. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +0 -17
  2394. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +0 -14
  2395. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +0 -14
  2396. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +0 -84
  2397. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +0 -118
  2398. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonCodec.js +0 -20
  2399. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +0 -105
  2400. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +0 -110
  2401. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/awsExpectUnion.js +0 -10
  2402. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +0 -46
  2403. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js +0 -18
  2404. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +0 -54
  2405. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +0 -17
  2406. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +0 -147
  2407. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +0 -156
  2408. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +0 -126
  2409. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlCodec.js +0 -20
  2410. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +0 -151
  2411. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +0 -283
  2412. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js +0 -57
  2413. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/simpleFormatXml.js +0 -27
  2414. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/api-extractor-type-index.d.ts +0 -5
  2415. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/index.d.ts +0 -22
  2416. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +0 -27
  2417. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +0 -16
  2418. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +0 -14
  2419. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/index.d.ts +0 -3
  2420. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/client/emitWarningIfUnsupportedVersion.d.ts +0 -12
  2421. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +0 -4
  2422. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/client/setCredentialFeature.d.ts +0 -7
  2423. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/client/setFeature.d.ts +0 -12
  2424. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +0 -7
  2425. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +0 -10
  2426. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +0 -43
  2427. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +0 -5
  2428. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/index.d.ts +0 -5
  2429. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +0 -38
  2430. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +0 -117
  2431. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/index.d.ts +0 -2
  2432. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.d.ts +0 -8
  2433. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.d.ts +0 -6
  2434. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +0 -4
  2435. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +0 -8
  2436. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +0 -10
  2437. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/index.d.ts +0 -3
  2438. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +0 -9
  2439. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ConfigurableSerdeContext.d.ts +0 -8
  2440. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/coercing-serializers.d.ts +0 -18
  2441. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +0 -2
  2442. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +0 -17
  2443. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +0 -12
  2444. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +0 -12
  2445. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +0 -18
  2446. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +0 -19
  2447. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +0 -19
  2448. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +0 -13
  2449. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +0 -15
  2450. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/awsExpectUnion.d.ts +0 -7
  2451. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReplacer.d.ts +0 -21
  2452. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +0 -15
  2453. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +0 -13
  2454. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +0 -20
  2455. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +0 -39
  2456. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +0 -6
  2457. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +0 -16
  2458. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +0 -21
  2459. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlCodec.d.ts +0 -14
  2460. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +0 -20
  2461. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +0 -21
  2462. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/parseXmlBody.d.ts +0 -13
  2463. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/simpleFormatXml.d.ts +0 -6
  2464. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/api-extractor-type-index.d.ts +0 -5
  2465. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +0 -3
  2466. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +0 -15
  2467. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +0 -6
  2468. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +0 -7
  2469. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/index.d.ts +0 -3
  2470. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/emitWarningIfUnsupportedVersion.d.ts +0 -4
  2471. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +0 -4
  2472. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setCredentialFeature.d.ts +0 -11
  2473. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setFeature.d.ts +0 -6
  2474. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +0 -6
  2475. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +0 -12
  2476. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +0 -39
  2477. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +0 -4
  2478. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +0 -9
  2479. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +0 -18
  2480. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +0 -65
  2481. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.d.ts +0 -2
  2482. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.d.ts +0 -1
  2483. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.d.ts +0 -1
  2484. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +0 -1
  2485. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +0 -1
  2486. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +0 -4
  2487. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/index.d.ts +0 -3
  2488. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +0 -4
  2489. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ConfigurableSerdeContext.d.ts +0 -5
  2490. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/coercing-serializers.d.ts +0 -3
  2491. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +0 -5
  2492. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +0 -17
  2493. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +0 -6
  2494. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +0 -6
  2495. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +0 -33
  2496. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +0 -34
  2497. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonCodec.d.ts +0 -16
  2498. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +0 -13
  2499. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +0 -15
  2500. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/awsExpectUnion.d.ts +0 -3
  2501. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReplacer.d.ts +0 -7
  2502. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReviver.d.ts +0 -7
  2503. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +0 -13
  2504. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +0 -14
  2505. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +0 -55
  2506. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +0 -6
  2507. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +0 -16
  2508. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +0 -39
  2509. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlCodec.d.ts +0 -17
  2510. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeDeserializer.d.ts +0 -15
  2511. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeSerializer.d.ts +0 -21
  2512. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/parseXmlBody.d.ts +0 -13
  2513. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/simpleFormatXml.d.ts +0 -1
  2514. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/httpAuthSchemes.d.ts +0 -7
  2515. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/httpAuthSchemes.js +0 -5
  2516. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/package.json +0 -123
  2517. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/protocols.d.ts +0 -7
  2518. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/protocols.js +0 -5
  2519. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-host-header/LICENSE +0 -201
  2520. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-host-header/README.md +0 -4
  2521. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +0 -69
  2522. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-host-header/dist-es/index.js +0 -33
  2523. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +0 -35
  2524. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-host-header/dist-types/ts3.4/index.d.ts +0 -29
  2525. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-host-header/package.json +0 -58
  2526. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-logger/LICENSE +0 -201
  2527. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-logger/README.md +0 -4
  2528. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +0 -79
  2529. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-logger/dist-es/index.js +0 -1
  2530. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-logger/dist-es/loggerMiddleware.js +0 -42
  2531. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-logger/dist-types/index.d.ts +0 -1
  2532. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-logger/dist-types/loggerMiddleware.d.ts +0 -4
  2533. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/index.d.ts +0 -1
  2534. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/loggerMiddleware.d.ts +0 -17
  2535. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-logger/package.json +0 -58
  2536. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-recursion-detection/LICENSE +0 -201
  2537. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-recursion-detection/README.md +0 -10
  2538. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +0 -72
  2539. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +0 -37
  2540. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/index.d.ts +0 -18
  2541. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/index.d.ts +0 -18
  2542. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-recursion-detection/package.json +0 -57
  2543. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-user-agent/LICENSE +0 -201
  2544. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-user-agent/README.md +0 -4
  2545. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +0 -227
  2546. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js +0 -49
  2547. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +0 -28
  2548. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js +0 -7
  2549. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-user-agent/dist-es/encode-features.js +0 -18
  2550. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-user-agent/dist-es/index.js +0 -2
  2551. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +0 -82
  2552. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-user-agent/dist-types/check-features.d.ts +0 -18
  2553. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +0 -44
  2554. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-user-agent/dist-types/constants.d.ts +0 -7
  2555. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-user-agent/dist-types/encode-features.d.ts +0 -5
  2556. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-user-agent/dist-types/index.d.ts +0 -2
  2557. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/check-features.d.ts +0 -20
  2558. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts +0 -21
  2559. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/constants.d.ts +0 -7
  2560. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/encode-features.d.ts +0 -2
  2561. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/index.d.ts +0 -2
  2562. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/user-agent-middleware.d.ts +0 -21
  2563. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +0 -18
  2564. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-user-agent/package.json +0 -61
  2565. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/region-config-resolver/README.md +0 -12
  2566. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +0 -105
  2567. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/region-config-resolver/dist-es/extensions/index.js +0 -15
  2568. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +0 -2
  2569. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/config.js +0 -12
  2570. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/getRealRegion.js +0 -6
  2571. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/index.js +0 -2
  2572. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/isFipsRegion.js +0 -1
  2573. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/resolveRegionConfig.js +0 -24
  2574. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/region-config-resolver/dist-types/extensions/index.d.ts +0 -16
  2575. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +0 -2
  2576. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/config.d.ts +0 -17
  2577. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/getRealRegion.d.ts +0 -4
  2578. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/index.d.ts +0 -8
  2579. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +0 -4
  2580. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +0 -37
  2581. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/extensions/index.d.ts +0 -14
  2582. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +0 -2
  2583. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +0 -8
  2584. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +0 -1
  2585. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +0 -2
  2586. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +0 -1
  2587. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +0 -14
  2588. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/region-config-resolver/package.json +0 -59
  2589. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/README.md +0 -4
  2590. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-cjs/index.js +0 -294
  2591. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-es/auth.js +0 -1
  2592. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-es/dns.js +0 -5
  2593. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-es/endpoint.js +0 -1
  2594. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-es/identity/index.js +0 -5
  2595. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-es/index.js +0 -34
  2596. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-es/transfer.js +0 -1
  2597. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/abort.d.ts +0 -1
  2598. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/auth.d.ts +0 -1
  2599. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +0 -2
  2600. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +0 -1
  2601. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/client.d.ts +0 -1
  2602. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/command.d.ts +0 -1
  2603. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/connection.d.ts +0 -1
  2604. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +0 -50
  2605. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +0 -1
  2606. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/dns.d.ts +0 -85
  2607. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/encode.d.ts +0 -1
  2608. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +0 -1
  2609. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +0 -1
  2610. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +0 -8
  2611. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +0 -65
  2612. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/function.d.ts +0 -7
  2613. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/http.d.ts +0 -33
  2614. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +0 -6
  2615. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +0 -60
  2616. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +0 -1
  2617. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +0 -18
  2618. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +0 -11
  2619. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/identity/index.d.ts +0 -5
  2620. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/index.d.ts +0 -34
  2621. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/logger.d.ts +0 -22
  2622. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +0 -13
  2623. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +0 -1
  2624. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/profile.d.ts +0 -1
  2625. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/request.d.ts +0 -7
  2626. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/response.d.ts +0 -7
  2627. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/retry.d.ts +0 -1
  2628. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/serde.d.ts +0 -24
  2629. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +0 -1
  2630. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/signature.d.ts +0 -1
  2631. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/stream.d.ts +0 -1
  2632. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/token.d.ts +0 -17
  2633. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +0 -1
  2634. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +0 -1
  2635. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/ts3.4/auth.d.ts +0 -5
  2636. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/blob-types.d.ts +0 -2
  2637. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/ts3.4/checksum.d.ts +0 -1
  2638. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts +0 -1
  2639. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts +0 -1
  2640. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/ts3.4/connection.d.ts +0 -6
  2641. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +0 -13
  2642. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +0 -7
  2643. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/ts3.4/dns.d.ts +0 -19
  2644. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/ts3.4/encode.d.ts +0 -6
  2645. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts +0 -9
  2646. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +0 -24
  2647. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/ts3.4/extensions/index.d.ts +0 -5
  2648. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +0 -58
  2649. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/ts3.4/function.d.ts +0 -7
  2650. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +0 -17
  2651. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AnonymousIdentity.d.ts +0 -2
  2652. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +0 -30
  2653. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/Identity.d.ts +0 -1
  2654. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/LoginIdentity.d.ts +0 -6
  2655. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +0 -6
  2656. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/index.d.ts +0 -5
  2657. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +0 -34
  2658. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +0 -15
  2659. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +0 -47
  2660. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +0 -1
  2661. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/ts3.4/profile.d.ts +0 -6
  2662. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/ts3.4/request.d.ts +0 -4
  2663. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts +0 -4
  2664. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/ts3.4/retry.d.ts +0 -12
  2665. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +0 -16
  2666. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +0 -6
  2667. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +0 -15
  2668. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/ts3.4/stream.d.ts +0 -4
  2669. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/ts3.4/token.d.ts +0 -4
  2670. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +0 -7
  2671. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/ts3.4/uri.d.ts +0 -1
  2672. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +0 -14
  2673. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts +0 -1
  2674. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/uri.d.ts +0 -1
  2675. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/util.d.ts +0 -1
  2676. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +0 -1
  2677. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/package.json +0 -56
  2678. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/README.md +0 -6
  2679. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +0 -483
  2680. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +0 -261
  2681. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +0 -10
  2682. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +0 -6
  2683. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +0 -3
  2684. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +0 -25
  2685. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +0 -18
  2686. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +0 -41
  2687. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +0 -261
  2688. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +0 -1
  2689. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +0 -21
  2690. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +0 -1
  2691. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +0 -1
  2692. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +0 -1
  2693. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +0 -1
  2694. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +0 -1
  2695. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +0 -1
  2696. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +0 -6
  2697. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +0 -1
  2698. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +0 -2
  2699. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +0 -6
  2700. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +0 -3
  2701. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -5
  2702. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +0 -7
  2703. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +0 -38
  2704. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +0 -1
  2705. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -56
  2706. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +0 -1
  2707. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +0 -2
  2708. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +0 -6
  2709. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +0 -3
  2710. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -4
  2711. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +0 -2
  2712. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +0 -28
  2713. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -1
  2714. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -35
  2715. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +0 -1
  2716. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +0 -1
  2717. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -6
  2718. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -1
  2719. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -5
  2720. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -1
  2721. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -6
  2722. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +0 -12
  2723. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +0 -1
  2724. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +0 -1
  2725. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +0 -1
  2726. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +0 -1
  2727. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +0 -1
  2728. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +0 -6
  2729. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +0 -1
  2730. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/package.json +0 -60
  2731. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-user-agent-browser/LICENSE +0 -201
  2732. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-user-agent-browser/README.md +0 -10
  2733. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +0 -27
  2734. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +0 -22
  2735. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-user-agent-browser/dist-es/configurations.js +0 -1
  2736. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +0 -22
  2737. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +0 -18
  2738. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-user-agent-browser/dist-types/configurations.d.ts +0 -7
  2739. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +0 -17
  2740. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +0 -17
  2741. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/configurations.d.ts +0 -4
  2742. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +0 -17
  2743. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.native.d.ts +0 -17
  2744. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-user-agent-browser/package.json +0 -54
  2745. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-user-agent-node/LICENSE +0 -201
  2746. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-user-agent-node/README.md +0 -10
  2747. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +0 -102
  2748. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-user-agent-node/dist-es/crt-availability.js +0 -3
  2749. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-user-agent-node/dist-es/defaultUserAgent.js +0 -29
  2750. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +0 -2
  2751. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-user-agent-node/dist-es/is-crt-available.js +0 -7
  2752. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-user-agent-node/dist-es/nodeAppIdConfigOptions.js +0 -9
  2753. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-user-agent-node/dist-types/crt-availability.d.ts +0 -9
  2754. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-user-agent-node/dist-types/defaultUserAgent.d.ts +0 -23
  2755. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +0 -2
  2756. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +0 -5
  2757. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-user-agent-node/dist-types/nodeAppIdConfigOptions.d.ts +0 -13
  2758. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/crt-availability.d.ts +0 -3
  2759. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/defaultUserAgent.d.ts +0 -21
  2760. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +0 -2
  2761. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/is-crt-available.d.ts +0 -2
  2762. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/nodeAppIdConfigOptions.d.ts +0 -6
  2763. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-user-agent-node/package.json +0 -65
  2764. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/abort-controller/README.md +0 -4
  2765. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/abort-controller/dist-cjs/index.js +0 -84
  2766. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/abort-controller/dist-es/AbortController.js +0 -9
  2767. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/abort-controller/dist-es/AbortSignal.js +0 -20
  2768. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/abort-controller/dist-es/index.js +0 -2
  2769. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/abort-controller/dist-types/AbortController.d.ts +0 -16
  2770. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/abort-controller/dist-types/AbortSignal.d.ts +0 -21
  2771. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/abort-controller/dist-types/index.d.ts +0 -9
  2772. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortController.d.ts +0 -16
  2773. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +0 -21
  2774. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/abort-controller/dist-types/ts3.4/index.d.ts +0 -9
  2775. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/abort-controller/package.json +0 -62
  2776. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/README.md +0 -10
  2777. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +0 -1
  2778. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +0 -1
  2779. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/index.js +0 -1
  2780. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/resolveCustomEndpointsConfig.js +0 -1
  2781. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/resolveEndpointsConfig.js +0 -1
  2782. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/utils/getEndpointFromRegion.js +0 -1
  2783. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-cjs/index.js +0 -228
  2784. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/config.js +0 -1
  2785. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/getRealRegion.js +0 -1
  2786. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/index.js +0 -1
  2787. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/isFipsRegion.js +0 -1
  2788. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/resolveRegionConfig.js +0 -1
  2789. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/EndpointVariant.js +0 -1
  2790. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/EndpointVariantTag.js +0 -1
  2791. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/PartitionHash.js +0 -1
  2792. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/RegionHash.js +0 -1
  2793. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getHostnameFromVariants.js +0 -1
  2794. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getRegionInfo.js +0 -1
  2795. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedHostname.js +0 -1
  2796. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedPartition.js +0 -1
  2797. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedSigningRegion.js +0 -1
  2798. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/index.js +0 -1
  2799. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +0 -9
  2800. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +0 -9
  2801. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/index.js +0 -4
  2802. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js +0 -10
  2803. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js +0 -14
  2804. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/utils/getEndpointFromRegion.js +0 -15
  2805. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-es/index.js +0 -3
  2806. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-es/regionConfig/config.js +0 -12
  2807. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-es/regionConfig/getRealRegion.js +0 -6
  2808. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-es/regionConfig/index.js +0 -2
  2809. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-es/regionConfig/isFipsRegion.js +0 -1
  2810. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-es/regionConfig/resolveRegionConfig.js +0 -24
  2811. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-es/regionInfo/EndpointVariant.js +0 -1
  2812. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-es/regionInfo/EndpointVariantTag.js +0 -1
  2813. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-es/regionInfo/PartitionHash.js +0 -1
  2814. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-es/regionInfo/RegionHash.js +0 -1
  2815. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-es/regionInfo/getHostnameFromVariants.js +0 -1
  2816. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-es/regionInfo/getRegionInfo.js +0 -29
  2817. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedHostname.js +0 -5
  2818. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedPartition.js +0 -1
  2819. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedSigningRegion.js +0 -12
  2820. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-es/regionInfo/index.js +0 -3
  2821. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +0 -17
  2822. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +0 -17
  2823. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/index.d.ts +0 -16
  2824. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +0 -37
  2825. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +0 -57
  2826. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/utils/getEndpointFromRegion.d.ts +0 -11
  2827. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/index.d.ts +0 -12
  2828. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/regionConfig/config.d.ts +0 -17
  2829. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/regionConfig/getRealRegion.d.ts +0 -4
  2830. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/regionConfig/index.d.ts +0 -8
  2831. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +0 -4
  2832. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +0 -34
  2833. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +0 -11
  2834. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts +0 -10
  2835. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +0 -15
  2836. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/regionInfo/RegionHash.d.ts +0 -13
  2837. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +0 -14
  2838. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +0 -19
  2839. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedHostname.d.ts +0 -13
  2840. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +0 -13
  2841. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedSigningRegion.d.ts +0 -14
  2842. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/regionInfo/index.d.ts +0 -12
  2843. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +0 -17
  2844. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +0 -17
  2845. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/index.d.ts +0 -16
  2846. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +0 -37
  2847. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +0 -57
  2848. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/utils/getEndpointFromRegion.d.ts +0 -11
  2849. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/ts3.4/index.d.ts +0 -12
  2850. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +0 -17
  2851. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +0 -4
  2852. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +0 -8
  2853. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +0 -4
  2854. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +0 -34
  2855. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts +0 -11
  2856. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts +0 -10
  2857. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts +0 -15
  2858. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts +0 -13
  2859. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getHostnameFromVariants.d.ts +0 -14
  2860. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getRegionInfo.d.ts +0 -19
  2861. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedHostname.d.ts +0 -13
  2862. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedPartition.d.ts +0 -13
  2863. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedSigningRegion.d.ts +0 -14
  2864. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/index.d.ts +0 -12
  2865. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/package.json +0 -64
  2866. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/LICENSE +0 -201
  2867. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/README.md +0 -45
  2868. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/cbor.d.ts +0 -7
  2869. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/cbor.js +0 -6
  2870. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-cjs/index.js +0 -454
  2871. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +0 -1
  2872. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +0 -1
  2873. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +0 -1
  2874. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/index.js +0 -1
  2875. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/resolveAuthOptions.js +0 -1
  2876. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-cjs/middleware-http-signing/getHttpSigningMiddleware.js +0 -1
  2877. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-cjs/middleware-http-signing/httpSigningMiddleware.js +0 -1
  2878. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-cjs/middleware-http-signing/index.js +0 -1
  2879. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-cjs/pagination/createPaginator.js +0 -1
  2880. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-cjs/protocols/requestBuilder.js +0 -1
  2881. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +0 -1041
  2882. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +0 -833
  2883. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +0 -860
  2884. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +0 -710
  2885. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/DefaultIdentityProviderConfig.js +0 -1
  2886. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +0 -1
  2887. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +0 -1
  2888. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/index.js +0 -1
  2889. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/noAuth.js +0 -1
  2890. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/index.js +0 -1
  2891. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/memoizeIdentityProvider.js +0 -1
  2892. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/getSmithyContext.js +0 -2
  2893. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/index.js +0 -8
  2894. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +0 -17
  2895. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +0 -18
  2896. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +0 -43
  2897. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/index.js +0 -3
  2898. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/resolveAuthOptions.js +0 -20
  2899. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/middleware-http-signing/getHttpSigningMiddleware.js +0 -15
  2900. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/middleware-http-signing/httpSigningMiddleware.js +0 -24
  2901. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/middleware-http-signing/index.js +0 -2
  2902. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/normalizeProvider.js +0 -6
  2903. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/pagination/createPaginator.js +0 -41
  2904. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/protocols/requestBuilder.js +0 -1
  2905. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/setFeature.js +0 -11
  2906. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +0 -172
  2907. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +0 -74
  2908. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +0 -3
  2909. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +0 -426
  2910. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +0 -221
  2911. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-types.js +0 -25
  2912. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/cbor/cbor.js +0 -21
  2913. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +0 -5
  2914. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +0 -86
  2915. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +0 -273
  2916. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +0 -83
  2917. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +0 -68
  2918. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/protocols/collect-stream-body.js +0 -11
  2919. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/protocols/extended-encode-uri-component.js +0 -5
  2920. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +0 -11
  2921. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js +0 -67
  2922. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js +0 -19
  2923. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/protocols/serde/FromStringShapeDeserializer.js +0 -64
  2924. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeDeserializer.js +0 -38
  2925. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeSerializer.js +0 -30
  2926. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/protocols/serde/ToStringShapeSerializer.js +0 -87
  2927. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/protocols/serde/determineTimestampFormat.js +0 -20
  2928. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +0 -49
  2929. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/schema/deref.js +0 -6
  2930. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/schema/index.js +0 -12
  2931. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/schema/middleware/getSchemaSerdePlugin.js +0 -23
  2932. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schema-middleware-types.js +0 -1
  2933. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +0 -60
  2934. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js +0 -16
  2935. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +0 -27
  2936. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +0 -25
  2937. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +0 -26
  2938. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +0 -313
  2939. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/schema/schemas/OperationSchema.js +0 -16
  2940. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/schema/schemas/Schema.js +0 -6
  2941. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +0 -25
  2942. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +0 -32
  2943. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/schema/schemas/sentinels.js +0 -16
  2944. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js +0 -1
  2945. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/serde/date-utils.js +0 -190
  2946. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/serde/generateIdempotencyToken.js +0 -2
  2947. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/serde/index.js +0 -9
  2948. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/serde/lazy-json.js +0 -24
  2949. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/serde/parse-utils.js +0 -230
  2950. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/serde/quote-header.js +0 -6
  2951. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/serde/split-every.js +0 -27
  2952. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/serde/split-header.js +0 -37
  2953. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +0 -43
  2954. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/util-identity-and-auth/DefaultIdentityProviderConfig.js +0 -13
  2955. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +0 -34
  2956. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +0 -11
  2957. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/index.js +0 -3
  2958. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/noAuth.js +0 -5
  2959. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/util-identity-and-auth/index.js +0 -3
  2960. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/util-identity-and-auth/memoizeIdentityProvider.js +0 -53
  2961. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/getSmithyContext.d.ts +0 -5
  2962. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/index.d.ts +0 -8
  2963. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +0 -18
  2964. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +0 -18
  2965. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +0 -33
  2966. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/index.d.ts +0 -3
  2967. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/resolveAuthOptions.d.ts +0 -10
  2968. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/middleware-http-signing/getHttpSigningMiddleware.d.ts +0 -9
  2969. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/middleware-http-signing/httpSigningMiddleware.d.ts +0 -5
  2970. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/middleware-http-signing/index.d.ts +0 -2
  2971. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/normalizeProvider.d.ts +0 -7
  2972. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/pagination/createPaginator.d.ts +0 -7
  2973. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/protocols/requestBuilder.d.ts +0 -5
  2974. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/setFeature.d.ts +0 -12
  2975. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +0 -34
  2976. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +0 -22
  2977. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +0 -6
  2978. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-decode.d.ts +0 -17
  2979. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-encode.d.ts +0 -9
  2980. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +0 -62
  2981. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/cbor/cbor.d.ts +0 -26
  2982. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/cbor/index.d.ts +0 -5
  2983. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +0 -31
  2984. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +0 -23
  2985. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +0 -35
  2986. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +0 -11
  2987. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/protocols/collect-stream-body.d.ts +0 -10
  2988. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/protocols/extended-encode-uri-component.d.ts +0 -7
  2989. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +0 -11
  2990. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/protocols/requestBuilder.d.ts +0 -51
  2991. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/protocols/resolve-path.d.ts +0 -4
  2992. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +0 -14
  2993. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +0 -18
  2994. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +0 -20
  2995. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/protocols/serde/ToStringShapeSerializer.d.ts +0 -15
  2996. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/protocols/serde/determineTimestampFormat.d.ts +0 -9
  2997. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +0 -55
  2998. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/schema/deref.d.ts +0 -6
  2999. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/schema/index.d.ts +0 -12
  3000. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +0 -14
  3001. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schema-middleware-types.d.ts +0 -8
  3002. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +0 -9
  3003. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +0 -6
  3004. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +0 -41
  3005. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +0 -23
  3006. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +0 -28
  3007. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +0 -130
  3008. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/schema/schemas/OperationSchema.d.ts +0 -20
  3009. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/schema/schemas/Schema.d.ts +0 -11
  3010. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +0 -23
  3011. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +0 -24
  3012. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/schema/schemas/sentinels.d.ts +0 -21
  3013. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +0 -6
  3014. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/serde/date-utils.d.ts +0 -73
  3015. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/serde/generateIdempotencyToken.d.ts +0 -2
  3016. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +0 -9
  3017. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/serde/lazy-json.d.ts +0 -45
  3018. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/serde/parse-utils.d.ts +0 -270
  3019. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/serde/quote-header.d.ts +0 -6
  3020. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/serde/split-every.d.ts +0 -11
  3021. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/serde/split-header.d.ts +0 -5
  3022. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +0 -33
  3023. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/getSmithyContext.d.ts +0 -5
  3024. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/index.d.ts +0 -8
  3025. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +0 -18
  3026. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +0 -18
  3027. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +0 -33
  3028. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/index.d.ts +0 -3
  3029. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/resolveAuthOptions.d.ts +0 -10
  3030. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/getHttpSigningMiddleware.d.ts +0 -9
  3031. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/httpSigningMiddleware.d.ts +0 -5
  3032. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/index.d.ts +0 -2
  3033. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/normalizeProvider.d.ts +0 -7
  3034. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/pagination/createPaginator.d.ts +0 -7
  3035. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/protocols/requestBuilder.d.ts +0 -5
  3036. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/setFeature.d.ts +0 -12
  3037. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +0 -34
  3038. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +0 -22
  3039. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +0 -6
  3040. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-decode.d.ts +0 -17
  3041. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-encode.d.ts +0 -9
  3042. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +0 -65
  3043. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor.d.ts +0 -26
  3044. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +0 -5
  3045. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +0 -31
  3046. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +0 -23
  3047. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +0 -35
  3048. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +0 -11
  3049. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/collect-stream-body.d.ts +0 -10
  3050. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/extended-encode-uri-component.d.ts +0 -7
  3051. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +0 -11
  3052. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/requestBuilder.d.ts +0 -51
  3053. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/resolve-path.d.ts +0 -4
  3054. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +0 -14
  3055. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +0 -18
  3056. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +0 -20
  3057. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/ToStringShapeSerializer.d.ts +0 -15
  3058. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/determineTimestampFormat.d.ts +0 -9
  3059. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +0 -55
  3060. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/deref.d.ts +0 -6
  3061. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/index.d.ts +0 -12
  3062. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +0 -14
  3063. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schema-middleware-types.d.ts +0 -11
  3064. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +0 -9
  3065. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +0 -6
  3066. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +0 -41
  3067. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +0 -23
  3068. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +0 -28
  3069. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +0 -133
  3070. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +0 -20
  3071. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +0 -11
  3072. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +0 -23
  3073. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +0 -27
  3074. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/sentinels.d.ts +0 -21
  3075. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +0 -6
  3076. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/date-utils.d.ts +0 -73
  3077. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/generateIdempotencyToken.d.ts +0 -2
  3078. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +0 -9
  3079. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/lazy-json.d.ts +0 -45
  3080. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/parse-utils.d.ts +0 -270
  3081. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/quote-header.d.ts +0 -6
  3082. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/split-every.d.ts +0 -11
  3083. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/split-header.d.ts +0 -5
  3084. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +0 -33
  3085. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/DefaultIdentityProviderConfig.d.ts +0 -15
  3086. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +0 -8
  3087. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +0 -8
  3088. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/index.d.ts +0 -3
  3089. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/noAuth.d.ts +0 -8
  3090. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/index.d.ts +0 -3
  3091. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/memoizeIdentityProvider.d.ts +0 -30
  3092. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/util-identity-and-auth/DefaultIdentityProviderConfig.d.ts +0 -15
  3093. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +0 -8
  3094. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +0 -8
  3095. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/index.d.ts +0 -3
  3096. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/noAuth.d.ts +0 -8
  3097. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/util-identity-and-auth/index.d.ts +0 -3
  3098. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/util-identity-and-auth/memoizeIdentityProvider.d.ts +0 -30
  3099. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/package.json +0 -126
  3100. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/protocols.d.ts +0 -7
  3101. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/protocols.js +0 -6
  3102. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/schema.d.ts +0 -7
  3103. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/schema.js +0 -6
  3104. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/serde.d.ts +0 -7
  3105. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/serde.js +0 -6
  3106. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/README.md +0 -11
  3107. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-cjs/config/Endpoint.js +0 -1
  3108. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointConfigOptions.js +0 -1
  3109. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointMode.js +0 -1
  3110. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointModeConfigOptions.js +0 -1
  3111. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-cjs/error/InstanceMetadataV1FallbackError.js +0 -1
  3112. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +0 -445
  3113. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/ImdsCredentials.js +0 -1
  3114. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/RemoteProviderInit.js +0 -1
  3115. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/httpRequest.js +0 -1
  3116. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/index.js +0 -1
  3117. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/retry.js +0 -1
  3118. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/getExtendedInstanceMetadataCredentials.js +0 -1
  3119. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/getInstanceMetadataEndpoint.js +0 -1
  3120. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/staticStabilityProvider.js +0 -1
  3121. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-es/config/Endpoint.js +0 -5
  3122. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointConfigOptions.js +0 -7
  3123. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointMode.js +0 -5
  3124. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointModeConfigOptions.js +0 -8
  3125. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-es/error/InstanceMetadataV1FallbackError.js +0 -9
  3126. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-es/fromContainerMetadata.js +0 -77
  3127. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-es/fromInstanceMetadata.js +0 -134
  3128. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-es/index.js +0 -7
  3129. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/ImdsCredentials.js +0 -13
  3130. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/RemoteProviderInit.js +0 -3
  3131. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/httpRequest.js +0 -36
  3132. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/index.js +0 -2
  3133. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/retry.js +0 -7
  3134. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-es/types.js +0 -1
  3135. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-es/utils/getExtendedInstanceMetadataCredentials.js +0 -17
  3136. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-es/utils/getInstanceMetadataEndpoint.js +0 -19
  3137. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-es/utils/staticStabilityProvider.js +0 -25
  3138. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-types/config/Endpoint.d.ts +0 -7
  3139. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointConfigOptions.d.ts +0 -13
  3140. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointMode.d.ts +0 -7
  3141. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointModeConfigOptions.d.ts +0 -13
  3142. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-types/error/InstanceMetadataV1FallbackError.d.ts +0 -12
  3143. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-types/fromContainerMetadata.d.ts +0 -21
  3144. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-types/fromInstanceMetadata.d.ts +0 -10
  3145. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-types/index.d.ts +0 -28
  3146. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/ImdsCredentials.d.ts +0 -19
  3147. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/RemoteProviderInit.d.ts +0 -40
  3148. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +0 -6
  3149. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/index.d.ts +0 -8
  3150. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/retry.d.ts +0 -10
  3151. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/Endpoint.d.ts +0 -7
  3152. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointConfigOptions.d.ts +0 -13
  3153. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointMode.d.ts +0 -7
  3154. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointModeConfigOptions.d.ts +0 -13
  3155. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/error/InstanceMetadataV1FallbackError.d.ts +0 -12
  3156. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/fromContainerMetadata.d.ts +0 -21
  3157. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/fromInstanceMetadata.d.ts +0 -10
  3158. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/index.d.ts +0 -28
  3159. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/ImdsCredentials.d.ts +0 -19
  3160. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/RemoteProviderInit.d.ts +0 -40
  3161. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +0 -6
  3162. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/index.d.ts +0 -8
  3163. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/retry.d.ts +0 -10
  3164. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/types.d.ts +0 -7
  3165. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/getExtendedInstanceMetadataCredentials.d.ts +0 -6
  3166. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/getInstanceMetadataEndpoint.d.ts +0 -21
  3167. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/staticStabilityProvider.d.ts +0 -16
  3168. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-types/types.d.ts +0 -7
  3169. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-types/utils/getExtendedInstanceMetadataCredentials.d.ts +0 -6
  3170. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-types/utils/getInstanceMetadataEndpoint.d.ts +0 -21
  3171. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/dist-types/utils/staticStabilityProvider.d.ts +0 -16
  3172. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/package.json +0 -69
  3173. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/fetch-http-handler/README.md +0 -11
  3174. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/fetch-http-handler/dist-cjs/fetch-http-handler.js +0 -1
  3175. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +0 -264
  3176. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/fetch-http-handler/dist-cjs/request-timeout.js +0 -1
  3177. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/fetch-http-handler/dist-cjs/stream-collector.js +0 -1
  3178. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/fetch-http-handler/dist-es/create-request.js +0 -3
  3179. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +0 -139
  3180. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/fetch-http-handler/dist-es/index.js +0 -2
  3181. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/fetch-http-handler/dist-es/request-timeout.js +0 -11
  3182. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +0 -53
  3183. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/fetch-http-handler/dist-types/create-request.d.ts +0 -6
  3184. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +0 -41
  3185. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/fetch-http-handler/dist-types/index.d.ts +0 -2
  3186. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/fetch-http-handler/dist-types/request-timeout.d.ts +0 -1
  3187. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/fetch-http-handler/dist-types/stream-collector.d.ts +0 -2
  3188. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/create-request.d.ts +0 -6
  3189. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +0 -41
  3190. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/index.d.ts +0 -2
  3191. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/request-timeout.d.ts +0 -1
  3192. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/stream-collector.d.ts +0 -2
  3193. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/fetch-http-handler/package.json +0 -68
  3194. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/hash-node/README.md +0 -10
  3195. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/hash-node/dist-cjs/index.js +0 -67
  3196. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/hash-node/dist-es/index.js +0 -34
  3197. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/hash-node/dist-types/index.d.ts +0 -13
  3198. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/hash-node/dist-types/ts3.4/index.d.ts +0 -13
  3199. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/hash-node/package.json +0 -64
  3200. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/invalid-dependency/LICENSE +0 -201
  3201. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/invalid-dependency/README.md +0 -10
  3202. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/invalid-dependency/dist-cjs/index.js +0 -41
  3203. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/invalid-dependency/dist-cjs/invalidFunction.js +0 -1
  3204. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/invalid-dependency/dist-cjs/invalidProvider.js +0 -1
  3205. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/invalid-dependency/dist-es/index.js +0 -2
  3206. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/invalid-dependency/dist-es/invalidFunction.js +0 -3
  3207. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/invalid-dependency/dist-es/invalidProvider.js +0 -1
  3208. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/invalid-dependency/dist-types/index.d.ts +0 -8
  3209. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/invalid-dependency/dist-types/invalidFunction.d.ts +0 -4
  3210. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/invalid-dependency/dist-types/invalidProvider.d.ts +0 -5
  3211. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/index.d.ts +0 -8
  3212. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/invalidFunction.d.ts +0 -4
  3213. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/invalidProvider.d.ts +0 -5
  3214. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/invalid-dependency/package.json +0 -60
  3215. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/is-array-buffer/README.md +0 -10
  3216. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +0 -32
  3217. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/is-array-buffer/dist-es/index.js +0 -2
  3218. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts +0 -4
  3219. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +0 -4
  3220. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/is-array-buffer/package.json +0 -60
  3221. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-content-length/LICENSE +0 -201
  3222. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-content-length/README.md +0 -4
  3223. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-content-length/dist-cjs/index.js +0 -71
  3224. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-content-length/dist-es/index.js +0 -39
  3225. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-content-length/dist-types/index.d.ts +0 -6
  3226. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-content-length/dist-types/ts3.4/index.d.ts +0 -6
  3227. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-content-length/package.json +0 -63
  3228. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/LICENSE +0 -201
  3229. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/README.md +0 -10
  3230. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/createConfigValueProvider.js +0 -1
  3231. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.browser.js +0 -5
  3232. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js +0 -7
  3233. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromInstructions.js +0 -1
  3234. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointUrlConfig.js +0 -35
  3235. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/index.js +0 -1
  3236. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/toEndpointV1.js +0 -1
  3237. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-cjs/endpointMiddleware.js +0 -1
  3238. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-cjs/getEndpointPlugin.js +0 -1
  3239. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +0 -298
  3240. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointConfig.js +0 -1
  3241. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointRequiredConfig.js +0 -1
  3242. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-cjs/service-customizations/index.js +0 -1
  3243. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-cjs/service-customizations/s3.js +0 -1
  3244. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-cjs/types.js +0 -1
  3245. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +0 -42
  3246. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromConfig.browser.js +0 -1
  3247. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromConfig.js +0 -3
  3248. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +0 -55
  3249. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointUrlConfig.js +0 -31
  3250. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/index.js +0 -2
  3251. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/toEndpointV1.js +0 -10
  3252. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +0 -36
  3253. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-es/getEndpointPlugin.js +0 -18
  3254. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-es/index.js +0 -6
  3255. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointConfig.js +0 -24
  3256. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointRequiredConfig.js +0 -9
  3257. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-es/service-customizations/index.js +0 -1
  3258. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-es/service-customizations/s3.js +0 -37
  3259. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-es/types.js +0 -1
  3260. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts +0 -13
  3261. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromConfig.browser.d.ts +0 -1
  3262. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromConfig.d.ts +0 -4
  3263. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromInstructions.d.ts +0 -28
  3264. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointUrlConfig.d.ts +0 -2
  3265. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/index.d.ts +0 -8
  3266. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts +0 -5
  3267. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-types/endpointMiddleware.d.ts +0 -10
  3268. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-types/getEndpointPlugin.d.ts +0 -11
  3269. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +0 -18
  3270. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +0 -109
  3271. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +0 -32
  3272. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-types/service-customizations/index.d.ts +0 -4
  3273. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-types/service-customizations/s3.d.ts +0 -26
  3274. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/createConfigValueProvider.d.ts +0 -13
  3275. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromConfig.browser.d.ts +0 -1
  3276. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromConfig.d.ts +0 -4
  3277. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromInstructions.d.ts +0 -28
  3278. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointUrlConfig.d.ts +0 -2
  3279. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/index.d.ts +0 -8
  3280. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/toEndpointV1.d.ts +0 -5
  3281. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/endpointMiddleware.d.ts +0 -10
  3282. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/getEndpointPlugin.d.ts +0 -11
  3283. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +0 -18
  3284. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +0 -109
  3285. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +0 -32
  3286. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/service-customizations/index.d.ts +0 -4
  3287. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/service-customizations/s3.d.ts +0 -26
  3288. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/types.d.ts +0 -41
  3289. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-types/types.d.ts +0 -41
  3290. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/package.json +0 -74
  3291. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry/LICENSE +0 -201
  3292. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry/README.md +0 -11
  3293. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry/dist-cjs/AdaptiveRetryStrategy.js +0 -1
  3294. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry/dist-cjs/StandardRetryStrategy.js +0 -1
  3295. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry/dist-cjs/configurations.js +0 -1
  3296. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry/dist-cjs/defaultRetryQuota.js +0 -1
  3297. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry/dist-cjs/delayDecider.js +0 -1
  3298. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry/dist-cjs/index.js +0 -425
  3299. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.browser.js +0 -5
  3300. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js +0 -7
  3301. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry/dist-cjs/omitRetryHeadersMiddleware.js +0 -1
  3302. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry/dist-cjs/retryDecider.js +0 -1
  3303. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry/dist-cjs/retryMiddleware.js +0 -1
  3304. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry/dist-cjs/types.js +0 -1
  3305. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry/dist-cjs/util.js +0 -1
  3306. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry/dist-es/AdaptiveRetryStrategy.js +0 -20
  3307. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry/dist-es/StandardRetryStrategy.js +0 -90
  3308. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry/dist-es/configurations.js +0 -51
  3309. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry/dist-es/defaultRetryQuota.js +0 -27
  3310. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry/dist-es/delayDecider.js +0 -2
  3311. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry/dist-es/index.js +0 -7
  3312. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry/dist-es/isStreamingPayload/isStreamingPayload.browser.js +0 -1
  3313. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry/dist-es/isStreamingPayload/isStreamingPayload.js +0 -3
  3314. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry/dist-es/omitRetryHeadersMiddleware.js +0 -22
  3315. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry/dist-es/retryDecider.js +0 -7
  3316. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry/dist-es/retryMiddleware.js +0 -112
  3317. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry/dist-es/types.js +0 -1
  3318. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry/dist-es/util.js +0 -9
  3319. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts +0 -22
  3320. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry/dist-types/StandardRetryStrategy.d.ts +0 -33
  3321. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +0 -66
  3322. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry/dist-types/defaultRetryQuota.d.ts +0 -24
  3323. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry/dist-types/delayDecider.d.ts +0 -5
  3324. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry/dist-types/index.d.ts +0 -7
  3325. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry/dist-types/isStreamingPayload/isStreamingPayload.browser.d.ts +0 -5
  3326. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry/dist-types/isStreamingPayload/isStreamingPayload.d.ts +0 -5
  3327. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +0 -13
  3328. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry/dist-types/retryDecider.d.ts +0 -6
  3329. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry/dist-types/retryMiddleware.d.ts +0 -18
  3330. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +0 -22
  3331. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +0 -33
  3332. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry/dist-types/ts3.4/configurations.d.ts +0 -66
  3333. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts +0 -24
  3334. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry/dist-types/ts3.4/delayDecider.d.ts +0 -5
  3335. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry/dist-types/ts3.4/index.d.ts +0 -7
  3336. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry/dist-types/ts3.4/isStreamingPayload/isStreamingPayload.browser.d.ts +0 -5
  3337. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry/dist-types/ts3.4/isStreamingPayload/isStreamingPayload.d.ts +0 -5
  3338. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry/dist-types/ts3.4/omitRetryHeadersMiddleware.d.ts +0 -13
  3339. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryDecider.d.ts +0 -6
  3340. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryMiddleware.d.ts +0 -18
  3341. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry/dist-types/ts3.4/types.d.ts +0 -65
  3342. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry/dist-types/ts3.4/util.d.ts +0 -2
  3343. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry/dist-types/types.d.ts +0 -65
  3344. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry/dist-types/util.d.ts +0 -2
  3345. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry/package.json +0 -79
  3346. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-serde/LICENSE +0 -201
  3347. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-serde/README.md +0 -4
  3348. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-serde/dist-cjs/deserializerMiddleware.js +0 -1
  3349. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-serde/dist-cjs/index.js +0 -129
  3350. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-serde/dist-cjs/serdePlugin.js +0 -1
  3351. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-serde/dist-cjs/serializerMiddleware.js +0 -1
  3352. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +0 -55
  3353. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-serde/dist-es/index.js +0 -3
  3354. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-serde/dist-es/serdePlugin.js +0 -22
  3355. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-serde/dist-es/serializerMiddleware.js +0 -14
  3356. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-serde/dist-types/deserializerMiddleware.d.ts +0 -6
  3357. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-serde/dist-types/index.d.ts +0 -3
  3358. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-serde/dist-types/serdePlugin.d.ts +0 -24
  3359. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-serde/dist-types/serializerMiddleware.d.ts +0 -6
  3360. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +0 -6
  3361. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-serde/dist-types/ts3.4/index.d.ts +0 -3
  3362. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +0 -24
  3363. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +0 -6
  3364. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-serde/package.json +0 -64
  3365. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-stack/LICENSE +0 -201
  3366. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-stack/README.md +0 -78
  3367. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-stack/dist-cjs/MiddlewareStack.js +0 -1
  3368. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-stack/dist-cjs/index.js +0 -313
  3369. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-stack/dist-cjs/types.js +0 -1
  3370. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-stack/dist-es/MiddlewareStack.js +0 -281
  3371. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-stack/dist-es/index.js +0 -1
  3372. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-stack/dist-es/types.js +0 -1
  3373. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-stack/dist-types/MiddlewareStack.d.ts +0 -5
  3374. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-stack/dist-types/index.d.ts +0 -1
  3375. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts +0 -5
  3376. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-stack/dist-types/ts3.4/index.d.ts +0 -1
  3377. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-stack/dist-types/ts3.4/types.d.ts +0 -22
  3378. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-stack/dist-types/types.d.ts +0 -22
  3379. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-stack/package.json +0 -63
  3380. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-config-provider/LICENSE +0 -201
  3381. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-config-provider/README.md +0 -10
  3382. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-config-provider/dist-cjs/configLoader.js +0 -1
  3383. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-config-provider/dist-cjs/fromEnv.js +0 -1
  3384. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-config-provider/dist-cjs/fromSharedConfigFiles.js +0 -1
  3385. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-config-provider/dist-cjs/fromStatic.js +0 -1
  3386. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-config-provider/dist-cjs/getSelectorName.js +0 -1
  3387. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-config-provider/dist-cjs/index.js +0 -109
  3388. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-config-provider/dist-es/configLoader.js +0 -9
  3389. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-config-provider/dist-es/fromEnv.js +0 -14
  3390. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-config-provider/dist-es/fromSharedConfigFiles.js +0 -23
  3391. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-config-provider/dist-es/fromStatic.js +0 -3
  3392. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-config-provider/dist-es/getSelectorName.js +0 -12
  3393. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-config-provider/dist-es/index.js +0 -1
  3394. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +0 -31
  3395. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-config-provider/dist-types/fromEnv.d.ts +0 -20
  3396. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +0 -22
  3397. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-config-provider/dist-types/fromStatic.d.ts +0 -9
  3398. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-config-provider/dist-types/getSelectorName.d.ts +0 -9
  3399. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-config-provider/dist-types/index.d.ts +0 -4
  3400. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +0 -31
  3401. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +0 -20
  3402. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +0 -22
  3403. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +0 -9
  3404. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-config-provider/dist-types/ts3.4/getSelectorName.d.ts +0 -9
  3405. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-config-provider/dist-types/ts3.4/index.d.ts +0 -4
  3406. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-config-provider/package.json +0 -65
  3407. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/LICENSE +0 -201
  3408. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/README.md +0 -9
  3409. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-cjs/constants.js +0 -1
  3410. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-cjs/get-transformed-headers.js +0 -1
  3411. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-cjs/index.js +0 -808
  3412. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-cjs/node-http-handler.js +0 -1
  3413. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-connection-manager.js +0 -1
  3414. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-connection-pool.js +0 -1
  3415. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-handler.js +0 -1
  3416. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-cjs/readable.mock.js +0 -1
  3417. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-cjs/server.mock.js +0 -1
  3418. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-cjs/set-connection-timeout.js +0 -1
  3419. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-cjs/set-socket-keep-alive.js +0 -1
  3420. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-cjs/set-socket-timeout.js +0 -1
  3421. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/collector.js +0 -1
  3422. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/index.js +0 -1
  3423. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/readable.mock.js +0 -1
  3424. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-cjs/timing.js +0 -1
  3425. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-cjs/write-request-body.js +0 -1
  3426. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/constants.js +0 -1
  3427. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/get-transformed-headers.js +0 -9
  3428. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/index.js +0 -3
  3429. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +0 -210
  3430. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +0 -86
  3431. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-pool.js +0 -32
  3432. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +0 -168
  3433. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/readable.mock.js +0 -19
  3434. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +0 -88
  3435. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +0 -36
  3436. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +0 -22
  3437. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +0 -24
  3438. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js +0 -11
  3439. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/stream-collector/index.js +0 -41
  3440. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/stream-collector/readable.mock.js +0 -19
  3441. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/timing.js +0 -4
  3442. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +0 -56
  3443. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/constants.d.ts +0 -5
  3444. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +0 -4
  3445. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/index.d.ts +0 -3
  3446. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +0 -45
  3447. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +0 -24
  3448. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +0 -12
  3449. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +0 -62
  3450. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +0 -12
  3451. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +0 -12
  3452. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +0 -2
  3453. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +0 -6
  3454. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +0 -2
  3455. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +0 -5
  3456. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +0 -6
  3457. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +0 -12
  3458. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +0 -8
  3459. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/constants.d.ts +0 -5
  3460. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +0 -4
  3461. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/index.d.ts +0 -3
  3462. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +0 -45
  3463. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +0 -24
  3464. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +0 -12
  3465. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +0 -62
  3466. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +0 -12
  3467. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/server.mock.d.ts +0 -12
  3468. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +0 -2
  3469. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +0 -6
  3470. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +0 -2
  3471. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +0 -5
  3472. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +0 -6
  3473. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +0 -12
  3474. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +0 -8
  3475. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +0 -11
  3476. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +0 -11
  3477. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/package.json +0 -67
  3478. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/property-provider/LICENSE +0 -201
  3479. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/property-provider/README.md +0 -10
  3480. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/property-provider/dist-cjs/CredentialsProviderError.js +0 -1
  3481. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/property-provider/dist-cjs/ProviderError.js +0 -1
  3482. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/property-provider/dist-cjs/TokenProviderError.js +0 -1
  3483. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/property-provider/dist-cjs/chain.js +0 -1
  3484. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/property-provider/dist-cjs/fromStatic.js +0 -1
  3485. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/property-provider/dist-cjs/index.js +0 -170
  3486. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/property-provider/dist-cjs/memoize.js +0 -1
  3487. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/property-provider/dist-es/CredentialsProviderError.js +0 -8
  3488. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/property-provider/dist-es/ProviderError.js +0 -22
  3489. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/property-provider/dist-es/TokenProviderError.js +0 -8
  3490. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/property-provider/dist-es/chain.js +0 -21
  3491. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/property-provider/dist-es/fromStatic.js +0 -1
  3492. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/property-provider/dist-es/index.js +0 -6
  3493. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/property-provider/dist-es/memoize.js +0 -45
  3494. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +0 -30
  3495. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +0 -39
  3496. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +0 -30
  3497. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/property-provider/dist-types/chain.d.ts +0 -13
  3498. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/property-provider/dist-types/fromStatic.d.ts +0 -5
  3499. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/property-provider/dist-types/index.d.ts +0 -24
  3500. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/property-provider/dist-types/memoize.d.ts +0 -40
  3501. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +0 -30
  3502. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/property-provider/dist-types/ts3.4/ProviderError.d.ts +0 -39
  3503. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +0 -30
  3504. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/property-provider/dist-types/ts3.4/chain.d.ts +0 -13
  3505. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/property-provider/dist-types/ts3.4/fromStatic.d.ts +0 -5
  3506. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/property-provider/dist-types/ts3.4/index.d.ts +0 -24
  3507. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/property-provider/dist-types/ts3.4/memoize.d.ts +0 -40
  3508. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/property-provider/package.json +0 -60
  3509. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/protocol-http/LICENSE +0 -201
  3510. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/protocol-http/README.md +0 -4
  3511. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/protocol-http/dist-cjs/Field.js +0 -1
  3512. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/protocol-http/dist-cjs/Fields.js +0 -1
  3513. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/protocol-http/dist-cjs/extensions/httpExtensionConfiguration.js +0 -1
  3514. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/protocol-http/dist-cjs/extensions/index.js +0 -1
  3515. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/protocol-http/dist-cjs/httpHandler.js +0 -1
  3516. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/protocol-http/dist-cjs/httpRequest.js +0 -1
  3517. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/protocol-http/dist-cjs/httpResponse.js +0 -1
  3518. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/protocol-http/dist-cjs/index.js +0 -262
  3519. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/protocol-http/dist-cjs/isValidHostname.js +0 -1
  3520. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/protocol-http/dist-cjs/types.js +0 -1
  3521. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/protocol-http/dist-es/Field.js +0 -23
  3522. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/protocol-http/dist-es/Fields.js +0 -19
  3523. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/protocol-http/dist-es/extensions/httpExtensionConfiguration.js +0 -21
  3524. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/protocol-http/dist-es/extensions/index.js +0 -1
  3525. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/protocol-http/dist-es/httpHandler.js +0 -1
  3526. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/protocol-http/dist-es/httpRequest.js +0 -53
  3527. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/protocol-http/dist-es/httpResponse.js +0 -14
  3528. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/protocol-http/dist-es/index.js +0 -8
  3529. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/protocol-http/dist-es/isValidHostname.js +0 -4
  3530. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/protocol-http/dist-es/types.js +0 -1
  3531. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/protocol-http/dist-types/Field.d.ts +0 -49
  3532. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/protocol-http/dist-types/Fields.d.ts +0 -44
  3533. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +0 -33
  3534. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/protocol-http/dist-types/extensions/index.d.ts +0 -1
  3535. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +0 -35
  3536. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +0 -55
  3537. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/protocol-http/dist-types/httpResponse.d.ts +0 -29
  3538. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/protocol-http/dist-types/index.d.ts +0 -8
  3539. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/protocol-http/dist-types/isValidHostname.d.ts +0 -1
  3540. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/protocol-http/dist-types/ts3.4/Field.d.ts +0 -49
  3541. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/protocol-http/dist-types/ts3.4/Fields.d.ts +0 -44
  3542. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/httpExtensionConfiguration.d.ts +0 -33
  3543. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/index.d.ts +0 -1
  3544. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpHandler.d.ts +0 -35
  3545. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +0 -55
  3546. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpResponse.d.ts +0 -29
  3547. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/protocol-http/dist-types/ts3.4/index.d.ts +0 -8
  3548. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/protocol-http/dist-types/ts3.4/isValidHostname.d.ts +0 -1
  3549. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/protocol-http/dist-types/ts3.4/types.d.ts +0 -21
  3550. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/protocol-http/dist-types/types.d.ts +0 -21
  3551. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/protocol-http/package.json +0 -61
  3552. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/querystring-builder/LICENSE +0 -201
  3553. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/querystring-builder/README.md +0 -10
  3554. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/querystring-builder/dist-cjs/index.js +0 -52
  3555. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/querystring-builder/dist-es/index.js +0 -21
  3556. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/querystring-builder/dist-types/index.d.ts +0 -5
  3557. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/querystring-builder/dist-types/ts3.4/index.d.ts +0 -5
  3558. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/querystring-builder/package.json +0 -60
  3559. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/querystring-parser/LICENSE +0 -201
  3560. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/querystring-parser/README.md +0 -10
  3561. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/querystring-parser/dist-cjs/index.js +0 -53
  3562. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/querystring-parser/dist-es/index.js +0 -23
  3563. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/querystring-parser/dist-types/index.d.ts +0 -5
  3564. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/querystring-parser/dist-types/ts3.4/index.d.ts +0 -5
  3565. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/querystring-parser/package.json +0 -60
  3566. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/service-error-classification/LICENSE +0 -201
  3567. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/service-error-classification/README.md +0 -4
  3568. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/service-error-classification/dist-cjs/constants.js +0 -1
  3569. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/service-error-classification/dist-cjs/index.js +0 -110
  3570. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/service-error-classification/dist-es/constants.js +0 -28
  3571. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/service-error-classification/dist-es/index.js +0 -38
  3572. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +0 -30
  3573. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +0 -24
  3574. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +0 -30
  3575. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/service-error-classification/dist-types/ts3.4/index.d.ts +0 -24
  3576. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/service-error-classification/package.json +0 -59
  3577. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/LICENSE +0 -201
  3578. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/README.md +0 -11
  3579. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-cjs/HeaderFormatter.js +0 -1
  3580. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-cjs/SignatureV4.js +0 -1
  3581. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-cjs/SignatureV4Base.js +0 -1
  3582. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-cjs/constants.js +0 -1
  3583. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-cjs/credentialDerivation.js +0 -1
  3584. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-cjs/getCanonicalHeaders.js +0 -1
  3585. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-cjs/getCanonicalQuery.js +0 -1
  3586. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-cjs/getPayloadHash.js +0 -1
  3587. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-cjs/headerUtil.js +0 -1
  3588. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-cjs/index.js +0 -682
  3589. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-cjs/moveHeadersToQuery.js +0 -1
  3590. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-cjs/prepareRequest.js +0 -1
  3591. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-cjs/signature-v4a-container.js +0 -1
  3592. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-cjs/suite.fixture.js +0 -1
  3593. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-cjs/utilDate.js +0 -1
  3594. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-es/HeaderFormatter.js +0 -125
  3595. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +0 -135
  3596. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-es/SignatureV4Base.js +0 -73
  3597. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-es/constants.js +0 -43
  3598. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-es/credentialDerivation.js +0 -33
  3599. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-es/getCanonicalHeaders.js +0 -20
  3600. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-es/getCanonicalQuery.js +0 -29
  3601. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-es/getPayloadHash.js +0 -20
  3602. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-es/headerUtil.js +0 -26
  3603. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-es/index.js +0 -11
  3604. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-es/moveHeadersToQuery.js +0 -17
  3605. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-es/prepareRequest.js +0 -11
  3606. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-es/signature-v4a-container.js +0 -3
  3607. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-es/suite.fixture.js +0 -399
  3608. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-es/utilDate.js +0 -15
  3609. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-types/HeaderFormatter.d.ts +0 -24
  3610. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +0 -20
  3611. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-types/SignatureV4Base.d.ts +0 -69
  3612. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-types/constants.d.ts +0 -43
  3613. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-types/credentialDerivation.d.ts +0 -30
  3614. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-types/getCanonicalHeaders.d.ts +0 -5
  3615. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-types/getCanonicalQuery.d.ts +0 -5
  3616. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-types/getPayloadHash.d.ts +0 -5
  3617. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-types/headerUtil.d.ts +0 -4
  3618. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-types/index.d.ts +0 -11
  3619. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-types/moveHeadersToQuery.d.ts +0 -10
  3620. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-types/prepareRequest.d.ts +0 -5
  3621. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-types/signature-v4a-container.d.ts +0 -24
  3622. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-types/suite.fixture.d.ts +0 -14
  3623. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-types/ts3.4/HeaderFormatter.d.ts +0 -24
  3624. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +0 -20
  3625. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4Base.d.ts +0 -69
  3626. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-types/ts3.4/constants.d.ts +0 -43
  3627. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +0 -30
  3628. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +0 -5
  3629. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +0 -5
  3630. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +0 -5
  3631. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-types/ts3.4/headerUtil.d.ts +0 -4
  3632. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-types/ts3.4/index.d.ts +0 -11
  3633. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +0 -10
  3634. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +0 -5
  3635. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-types/ts3.4/signature-v4a-container.d.ts +0 -24
  3636. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-types/ts3.4/suite.fixture.d.ts +0 -14
  3637. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-types/ts3.4/utilDate.d.ts +0 -2
  3638. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-types/utilDate.d.ts +0 -2
  3639. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/package.json +0 -69
  3640. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/LICENSE +0 -201
  3641. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/README.md +0 -10
  3642. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-cjs/NoOpLogger.js +0 -1
  3643. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-cjs/client.js +0 -1
  3644. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-cjs/collect-stream-body.js +0 -1
  3645. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-cjs/command.js +0 -1
  3646. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-cjs/constants.js +0 -1
  3647. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-cjs/create-aggregated-client.js +0 -1
  3648. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-cjs/default-error-handler.js +0 -1
  3649. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-cjs/defaults-mode.js +0 -1
  3650. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-cjs/emitWarningIfUnsupportedVersion.js +0 -1
  3651. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-cjs/exceptions.js +0 -1
  3652. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-cjs/extended-encode-uri-component.js +0 -1
  3653. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-cjs/extensions/checksum.js +0 -1
  3654. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-cjs/extensions/defaultExtensionConfiguration.js +0 -1
  3655. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-cjs/extensions/index.js +0 -1
  3656. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-cjs/extensions/retry.js +0 -1
  3657. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-cjs/get-array-if-single-item.js +0 -1
  3658. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-cjs/get-value-from-text-node.js +0 -1
  3659. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-cjs/index.js +0 -747
  3660. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-cjs/is-serializable-header-value.js +0 -1
  3661. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-cjs/object-mapping.js +0 -1
  3662. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-cjs/resolve-path.js +0 -1
  3663. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-cjs/ser-utils.js +0 -1
  3664. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-cjs/serde-json.js +0 -1
  3665. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-es/NoOpLogger.js +0 -7
  3666. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-es/client.js +0 -42
  3667. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-es/collect-stream-body.js +0 -1
  3668. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-es/command.js +0 -121
  3669. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-es/constants.js +0 -1
  3670. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +0 -21
  3671. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-es/default-error-handler.js +0 -22
  3672. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-es/defaults-mode.js +0 -26
  3673. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-es/emitWarningIfUnsupportedVersion.js +0 -6
  3674. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-es/exceptions.js +0 -46
  3675. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-es/extended-encode-uri-component.js +0 -1
  3676. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +0 -30
  3677. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-es/extensions/defaultExtensionConfiguration.js +0 -9
  3678. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-es/extensions/index.js +0 -1
  3679. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-es/extensions/retry.js +0 -15
  3680. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-es/get-array-if-single-item.js +0 -1
  3681. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-es/get-value-from-text-node.js +0 -12
  3682. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-es/index.js +0 -20
  3683. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-es/is-serializable-header-value.js +0 -3
  3684. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-es/object-mapping.js +0 -92
  3685. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-es/resolve-path.js +0 -1
  3686. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-es/ser-utils.js +0 -14
  3687. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-es/serde-json.js +0 -19
  3688. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-types/NoOpLogger.d.ts +0 -11
  3689. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-types/client.d.ts +0 -61
  3690. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-types/collect-stream-body.d.ts +0 -5
  3691. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-types/command.d.ts +0 -119
  3692. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-types/constants.d.ts +0 -4
  3693. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +0 -11
  3694. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-types/default-error-handler.d.ts +0 -15
  3695. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-types/defaults-mode.d.ts +0 -28
  3696. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-types/emitWarningIfUnsupportedVersion.d.ts +0 -8
  3697. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-types/exceptions.d.ts +0 -42
  3698. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-types/extended-encode-uri-component.d.ts +0 -5
  3699. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +0 -24
  3700. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +0 -38
  3701. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-types/extensions/index.d.ts +0 -1
  3702. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-types/extensions/retry.d.ts +0 -18
  3703. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-types/get-array-if-single-item.d.ts +0 -7
  3704. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-types/get-value-from-text-node.d.ts +0 -7
  3705. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-types/index.d.ts +0 -21
  3706. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-types/is-serializable-header-value.d.ts +0 -5
  3707. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-types/object-mapping.d.ts +0 -162
  3708. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-types/resolve-path.d.ts +0 -5
  3709. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-types/ser-utils.d.ts +0 -15
  3710. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-types/serde-json.d.ts +0 -12
  3711. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-types/ts3.4/NoOpLogger.d.ts +0 -11
  3712. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +0 -61
  3713. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-types/ts3.4/collect-stream-body.d.ts +0 -5
  3714. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-types/ts3.4/command.d.ts +0 -119
  3715. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-types/ts3.4/constants.d.ts +0 -4
  3716. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +0 -11
  3717. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-types/ts3.4/default-error-handler.d.ts +0 -15
  3718. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-types/ts3.4/defaults-mode.d.ts +0 -28
  3719. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-types/ts3.4/emitWarningIfUnsupportedVersion.d.ts +0 -8
  3720. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-types/ts3.4/exceptions.d.ts +0 -42
  3721. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-types/ts3.4/extended-encode-uri-component.d.ts +0 -5
  3722. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +0 -24
  3723. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +0 -38
  3724. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/index.d.ts +0 -1
  3725. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/retry.d.ts +0 -18
  3726. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-types/ts3.4/get-array-if-single-item.d.ts +0 -7
  3727. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-types/ts3.4/get-value-from-text-node.d.ts +0 -7
  3728. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-types/ts3.4/index.d.ts +0 -21
  3729. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-types/ts3.4/is-serializable-header-value.d.ts +0 -5
  3730. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-types/ts3.4/object-mapping.d.ts +0 -178
  3731. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-types/ts3.4/resolve-path.d.ts +0 -5
  3732. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-types/ts3.4/ser-utils.d.ts +0 -15
  3733. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-types/ts3.4/serde-json.d.ts +0 -12
  3734. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/package.json +0 -67
  3735. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/LICENSE +0 -201
  3736. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/README.md +0 -115
  3737. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/abort-handler.js +0 -1
  3738. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/abort.js +0 -1
  3739. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/auth/HttpApiKeyAuth.js +0 -1
  3740. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/auth/HttpAuthScheme.js +0 -1
  3741. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/auth/HttpAuthSchemeProvider.js +0 -1
  3742. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/auth/HttpSigner.js +0 -1
  3743. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/auth/IdentityProviderConfig.js +0 -1
  3744. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/auth/auth.js +0 -1
  3745. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/auth/index.js +0 -1
  3746. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/blob/blob-payload-input-types.js +0 -1
  3747. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/checksum.js +0 -1
  3748. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/client.js +0 -1
  3749. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/command.js +0 -1
  3750. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/connection/config.js +0 -1
  3751. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/connection/index.js +0 -1
  3752. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/connection/manager.js +0 -1
  3753. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/connection/pool.js +0 -1
  3754. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/crypto.js +0 -1
  3755. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/downlevel-ts3.4/transform/type-transform.js +0 -1
  3756. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/encode.js +0 -1
  3757. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/endpoint.js +0 -1
  3758. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/endpoints/EndpointRuleObject.js +0 -1
  3759. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/endpoints/ErrorRuleObject.js +0 -1
  3760. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/endpoints/RuleSetObject.js +0 -1
  3761. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/endpoints/TreeRuleObject.js +0 -1
  3762. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/endpoints/index.js +0 -1
  3763. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/endpoints/shared.js +0 -1
  3764. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/eventStream.js +0 -1
  3765. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/extensions/checksum.js +0 -1
  3766. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/extensions/defaultClientConfiguration.js +0 -1
  3767. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/extensions/defaultExtensionConfiguration.js +0 -1
  3768. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/extensions/index.js +0 -1
  3769. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/extensions/retry.js +0 -1
  3770. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/externals-check/browser-externals-check.js +0 -1
  3771. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/feature-ids.js +0 -1
  3772. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/http/httpHandlerInitialization.js +0 -1
  3773. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/http.js +0 -1
  3774. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/identity/apiKeyIdentity.js +0 -1
  3775. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/identity/awsCredentialIdentity.js +0 -1
  3776. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/identity/identity.js +0 -1
  3777. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/identity/index.js +0 -1
  3778. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/identity/tokenIdentity.js +0 -1
  3779. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/index.js +0 -144
  3780. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/logger.js +0 -1
  3781. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/middleware.js +0 -1
  3782. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/pagination.js +0 -1
  3783. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/profile.js +0 -1
  3784. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/response.js +0 -1
  3785. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/retry.js +0 -1
  3786. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/schema/schema.js +0 -1
  3787. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/schema/sentinels.js +0 -1
  3788. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/schema/traits.js +0 -1
  3789. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/serde.js +0 -1
  3790. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/shapes.js +0 -1
  3791. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/signature.js +0 -1
  3792. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/stream.js +0 -1
  3793. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-common-types.js +0 -1
  3794. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-input-types.js +0 -1
  3795. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-output-types.js +0 -1
  3796. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/transfer.js +0 -1
  3797. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/transform/client-method-transforms.js +0 -1
  3798. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/transform/client-payload-blob-type-narrow.js +0 -1
  3799. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/transform/exact.js +0 -1
  3800. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/transform/mutable.js +0 -1
  3801. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/transform/no-undefined.js +0 -1
  3802. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/transform/type-transform.js +0 -1
  3803. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/uri.js +0 -1
  3804. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/util.js +0 -1
  3805. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/waiter.js +0 -1
  3806. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/abort-handler.js +0 -1
  3807. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/abort.js +0 -1
  3808. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/auth/HttpApiKeyAuth.js +0 -5
  3809. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/auth/HttpAuthScheme.js +0 -1
  3810. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/auth/HttpAuthSchemeProvider.js +0 -1
  3811. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/auth/HttpSigner.js +0 -1
  3812. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/auth/IdentityProviderConfig.js +0 -1
  3813. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/auth/auth.js +0 -5
  3814. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/auth/index.js +0 -6
  3815. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/blob/blob-payload-input-types.js +0 -1
  3816. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/checksum.js +0 -1
  3817. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/client.js +0 -1
  3818. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/command.js +0 -1
  3819. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/connection/config.js +0 -1
  3820. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/connection/index.js +0 -3
  3821. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/connection/manager.js +0 -1
  3822. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/connection/pool.js +0 -1
  3823. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/crypto.js +0 -1
  3824. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/downlevel-ts3.4/transform/type-transform.js +0 -1
  3825. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/encode.js +0 -1
  3826. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/endpoint.js +0 -5
  3827. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/endpoints/EndpointRuleObject.js +0 -1
  3828. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/endpoints/ErrorRuleObject.js +0 -1
  3829. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/endpoints/RuleSetObject.js +0 -1
  3830. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/endpoints/TreeRuleObject.js +0 -1
  3831. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/endpoints/index.js +0 -5
  3832. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/endpoints/shared.js +0 -1
  3833. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/eventStream.js +0 -1
  3834. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/extensions/checksum.js +0 -38
  3835. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +0 -7
  3836. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/extensions/defaultExtensionConfiguration.js +0 -1
  3837. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/extensions/index.js +0 -3
  3838. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/extensions/retry.js +0 -1
  3839. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/externals-check/browser-externals-check.js +0 -1
  3840. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/feature-ids.js +0 -1
  3841. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/http/httpHandlerInitialization.js +0 -1
  3842. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/http.js +0 -5
  3843. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/identity/apiKeyIdentity.js +0 -1
  3844. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/identity/awsCredentialIdentity.js +0 -1
  3845. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/identity/identity.js +0 -1
  3846. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/identity/index.js +0 -4
  3847. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/identity/tokenIdentity.js +0 -1
  3848. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/index.js +0 -40
  3849. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/logger.js +0 -1
  3850. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/middleware.js +0 -1
  3851. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/pagination.js +0 -1
  3852. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/profile.js +0 -6
  3853. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/response.js +0 -1
  3854. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/retry.js +0 -1
  3855. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/schema/schema.js +0 -1
  3856. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/schema/sentinels.js +0 -1
  3857. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/schema/traits.js +0 -1
  3858. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/serde.js +0 -1
  3859. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/shapes.js +0 -1
  3860. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/signature.js +0 -1
  3861. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/stream.js +0 -1
  3862. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-common-types.js +0 -1
  3863. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-input-types.js +0 -1
  3864. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-output-types.js +0 -1
  3865. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/transfer.js +0 -6
  3866. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/transform/client-method-transforms.js +0 -1
  3867. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/transform/client-payload-blob-type-narrow.js +0 -1
  3868. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/transform/exact.js +0 -1
  3869. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/transform/mutable.js +0 -1
  3870. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/transform/no-undefined.js +0 -1
  3871. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/transform/type-transform.js +0 -1
  3872. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/uri.js +0 -1
  3873. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/util.js +0 -1
  3874. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/waiter.js +0 -1
  3875. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/abort-handler.d.ts +0 -7
  3876. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/abort.d.ts +0 -50
  3877. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/auth/HttpApiKeyAuth.d.ts +0 -7
  3878. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +0 -49
  3879. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +0 -20
  3880. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +0 -41
  3881. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +0 -14
  3882. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/auth/auth.d.ts +0 -57
  3883. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/auth/index.d.ts +0 -6
  3884. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +0 -40
  3885. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/checksum.d.ts +0 -63
  3886. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/client.d.ts +0 -57
  3887. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/command.d.ts +0 -28
  3888. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/connection/config.d.ts +0 -10
  3889. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/connection/index.d.ts +0 -3
  3890. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/connection/manager.d.ts +0 -34
  3891. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/connection/pool.d.ts +0 -32
  3892. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/crypto.d.ts +0 -60
  3893. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +0 -25
  3894. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/encode.d.ts +0 -31
  3895. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/endpoint.d.ts +0 -77
  3896. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +0 -27
  3897. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +0 -10
  3898. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +0 -28
  3899. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +0 -16
  3900. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/endpoints/index.d.ts +0 -5
  3901. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +0 -55
  3902. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/eventStream.d.ts +0 -137
  3903. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +0 -58
  3904. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +0 -33
  3905. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +0 -9
  3906. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/extensions/index.d.ts +0 -4
  3907. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +0 -18
  3908. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +0 -35
  3909. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/feature-ids.d.ts +0 -16
  3910. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +0 -121
  3911. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/http.d.ts +0 -112
  3912. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +0 -14
  3913. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +0 -31
  3914. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/identity/identity.d.ts +0 -15
  3915. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/identity/index.d.ts +0 -4
  3916. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +0 -14
  3917. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/index.d.ts +0 -40
  3918. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/logger.d.ts +0 -13
  3919. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/middleware.d.ts +0 -534
  3920. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/pagination.d.ts +0 -33
  3921. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/profile.d.ts +0 -30
  3922. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/response.d.ts +0 -40
  3923. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/retry.d.ts +0 -133
  3924. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/schema/schema.d.ts +0 -262
  3925. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +0 -65
  3926. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/schema/traits.d.ts +0 -46
  3927. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/serde.d.ts +0 -114
  3928. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/shapes.d.ts +0 -82
  3929. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/signature.d.ts +0 -155
  3930. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/stream.d.ts +0 -22
  3931. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +0 -32
  3932. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -60
  3933. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -51
  3934. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/transfer.d.ts +0 -41
  3935. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +0 -26
  3936. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +0 -77
  3937. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/transform/exact.d.ts +0 -6
  3938. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/transform/mutable.d.ts +0 -6
  3939. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +0 -68
  3940. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +0 -34
  3941. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +0 -7
  3942. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +0 -50
  3943. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +0 -7
  3944. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +0 -49
  3945. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +0 -20
  3946. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +0 -41
  3947. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +0 -14
  3948. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +0 -57
  3949. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +0 -6
  3950. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +0 -40
  3951. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +0 -63
  3952. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +0 -57
  3953. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +0 -28
  3954. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +0 -10
  3955. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +0 -3
  3956. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +0 -34
  3957. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +0 -32
  3958. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +0 -60
  3959. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +0 -41
  3960. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +0 -31
  3961. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +0 -77
  3962. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +0 -27
  3963. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +0 -10
  3964. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +0 -28
  3965. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +0 -16
  3966. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +0 -5
  3967. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +0 -55
  3968. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +0 -137
  3969. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +0 -58
  3970. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +0 -33
  3971. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +0 -9
  3972. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +0 -4
  3973. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +0 -18
  3974. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +0 -35
  3975. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +0 -16
  3976. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +0 -121
  3977. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +0 -112
  3978. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +0 -14
  3979. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +0 -31
  3980. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +0 -15
  3981. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +0 -4
  3982. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +0 -14
  3983. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +0 -40
  3984. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +0 -13
  3985. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +0 -534
  3986. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +0 -33
  3987. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +0 -30
  3988. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +0 -40
  3989. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +0 -133
  3990. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +0 -277
  3991. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +0 -65
  3992. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +0 -46
  3993. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +0 -114
  3994. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +0 -82
  3995. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +0 -155
  3996. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +0 -22
  3997. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +0 -32
  3998. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -60
  3999. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -51
  4000. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +0 -41
  4001. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +0 -26
  4002. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +0 -81
  4003. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +0 -14
  4004. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +0 -6
  4005. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +0 -88
  4006. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +0 -41
  4007. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +0 -17
  4008. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +0 -192
  4009. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +0 -35
  4010. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/uri.d.ts +0 -17
  4011. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/util.d.ts +0 -176
  4012. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/waiter.d.ts +0 -35
  4013. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/package.json +0 -60
  4014. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/url-parser/LICENSE +0 -201
  4015. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/url-parser/README.md +0 -10
  4016. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/url-parser/dist-cjs/index.js +0 -49
  4017. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/url-parser/dist-es/index.js +0 -18
  4018. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/url-parser/dist-types/index.d.ts +0 -5
  4019. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/url-parser/dist-types/ts3.4/index.d.ts +0 -5
  4020. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/url-parser/package.json +0 -61
  4021. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-base64/LICENSE +0 -201
  4022. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-base64/README.md +0 -4
  4023. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-base64/dist-cjs/constants.browser.js +0 -35
  4024. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-base64/dist-cjs/fromBase64.browser.js +0 -40
  4025. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-base64/dist-cjs/fromBase64.js +0 -16
  4026. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-base64/dist-cjs/index.js +0 -27
  4027. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-base64/dist-cjs/toBase64.browser.js +0 -39
  4028. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-base64/dist-cjs/toBase64.js +0 -19
  4029. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-base64/dist-es/constants.browser.js +0 -28
  4030. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-base64/dist-es/fromBase64.browser.js +0 -36
  4031. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-base64/dist-es/fromBase64.js +0 -12
  4032. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-base64/dist-es/index.js +0 -2
  4033. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-base64/dist-es/toBase64.browser.js +0 -35
  4034. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-base64/dist-es/toBase64.js +0 -15
  4035. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-base64/dist-types/constants.browser.d.ts +0 -6
  4036. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-base64/dist-types/fromBase64.browser.d.ts +0 -8
  4037. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-base64/dist-types/fromBase64.d.ts +0 -7
  4038. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-base64/dist-types/index.d.ts +0 -2
  4039. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-base64/dist-types/toBase64.browser.d.ts +0 -9
  4040. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-base64/dist-types/toBase64.d.ts +0 -8
  4041. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-base64/dist-types/ts3.4/constants.browser.d.ts +0 -6
  4042. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-base64/dist-types/ts3.4/fromBase64.browser.d.ts +0 -8
  4043. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-base64/dist-types/ts3.4/fromBase64.d.ts +0 -7
  4044. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-base64/dist-types/ts3.4/index.d.ts +0 -2
  4045. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.browser.d.ts +0 -9
  4046. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.d.ts +0 -8
  4047. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-base64/package.json +0 -73
  4048. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-body-length-browser/LICENSE +0 -201
  4049. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-body-length-browser/README.md +0 -12
  4050. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-body-length-browser/dist-cjs/calculateBodyLength.js +0 -1
  4051. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-body-length-browser/dist-cjs/index.js +0 -57
  4052. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-body-length-browser/dist-es/calculateBodyLength.js +0 -26
  4053. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-body-length-browser/dist-es/index.js +0 -1
  4054. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-body-length-browser/dist-types/calculateBodyLength.d.ts +0 -4
  4055. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-body-length-browser/dist-types/index.d.ts +0 -4
  4056. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-body-length-browser/dist-types/ts3.4/calculateBodyLength.d.ts +0 -4
  4057. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-body-length-browser/dist-types/ts3.4/index.d.ts +0 -4
  4058. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-body-length-browser/package.json +0 -60
  4059. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-body-length-node/LICENSE +0 -201
  4060. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-body-length-node/README.md +0 -12
  4061. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-body-length-node/dist-cjs/calculateBodyLength.js +0 -1
  4062. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-body-length-node/dist-cjs/index.js +0 -53
  4063. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-body-length-node/dist-es/calculateBodyLength.js +0 -25
  4064. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-body-length-node/dist-es/index.js +0 -1
  4065. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-body-length-node/dist-types/calculateBodyLength.d.ts +0 -4
  4066. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-body-length-node/dist-types/index.d.ts +0 -4
  4067. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-body-length-node/dist-types/ts3.4/calculateBodyLength.d.ts +0 -4
  4068. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-body-length-node/dist-types/ts3.4/index.d.ts +0 -4
  4069. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-body-length-node/package.json +0 -61
  4070. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-buffer-from/LICENSE +0 -201
  4071. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-buffer-from/README.md +0 -10
  4072. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +0 -47
  4073. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-buffer-from/dist-es/index.js +0 -14
  4074. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +0 -13
  4075. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +0 -13
  4076. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-buffer-from/package.json +0 -61
  4077. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-config-provider/LICENSE +0 -201
  4078. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-config-provider/README.md +0 -4
  4079. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-config-provider/dist-cjs/booleanSelector.js +0 -1
  4080. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-config-provider/dist-cjs/index.js +0 -64
  4081. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-config-provider/dist-cjs/numberSelector.js +0 -1
  4082. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-config-provider/dist-cjs/types.js +0 -1
  4083. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-config-provider/dist-es/booleanSelector.js +0 -9
  4084. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-config-provider/dist-es/index.js +0 -3
  4085. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-config-provider/dist-es/numberSelector.js +0 -9
  4086. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-config-provider/dist-es/types.js +0 -5
  4087. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-config-provider/dist-types/booleanSelector.d.ts +0 -10
  4088. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-config-provider/dist-types/index.d.ts +0 -3
  4089. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-config-provider/dist-types/numberSelector.d.ts +0 -9
  4090. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-config-provider/dist-types/ts3.4/booleanSelector.d.ts +0 -10
  4091. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-config-provider/dist-types/ts3.4/index.d.ts +0 -3
  4092. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-config-provider/dist-types/ts3.4/numberSelector.d.ts +0 -9
  4093. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-config-provider/dist-types/ts3.4/types.d.ts +0 -4
  4094. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-config-provider/dist-types/types.d.ts +0 -4
  4095. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-config-provider/package.json +0 -62
  4096. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-defaults-mode-browser/LICENSE +0 -201
  4097. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-defaults-mode-browser/README.md +0 -10
  4098. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/constants.js +0 -4
  4099. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/index.js +0 -25
  4100. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.js +0 -33
  4101. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.native.js +0 -23
  4102. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-defaults-mode-browser/dist-es/constants.js +0 -1
  4103. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-defaults-mode-browser/dist-es/index.js +0 -1
  4104. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.js +0 -27
  4105. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.native.js +0 -19
  4106. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-defaults-mode-browser/dist-types/constants.d.ts +0 -12
  4107. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-defaults-mode-browser/dist-types/index.d.ts +0 -4
  4108. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-defaults-mode-browser/dist-types/resolveDefaultsModeConfig.d.ts +0 -17
  4109. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-defaults-mode-browser/dist-types/resolveDefaultsModeConfig.native.d.ts +0 -16
  4110. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/constants.d.ts +0 -12
  4111. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/index.d.ts +0 -4
  4112. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts +0 -17
  4113. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.native.d.ts +0 -16
  4114. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-defaults-mode-browser/package.json +0 -66
  4115. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-defaults-mode-node/LICENSE +0 -201
  4116. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-defaults-mode-node/README.md +0 -10
  4117. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-defaults-mode-node/dist-cjs/constants.js +0 -1
  4118. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-defaults-mode-node/dist-cjs/defaultsModeConfig.js +0 -1
  4119. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +0 -119
  4120. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-defaults-mode-node/dist-cjs/resolveDefaultsModeConfig.js +0 -1
  4121. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-defaults-mode-node/dist-es/constants.js +0 -6
  4122. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-defaults-mode-node/dist-es/defaultsModeConfig.js +0 -11
  4123. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-defaults-mode-node/dist-es/index.js +0 -1
  4124. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-defaults-mode-node/dist-es/resolveDefaultsModeConfig.js +0 -52
  4125. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-defaults-mode-node/dist-types/constants.d.ts +0 -24
  4126. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-defaults-mode-node/dist-types/defaultsModeConfig.d.ts +0 -6
  4127. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-defaults-mode-node/dist-types/index.d.ts +0 -4
  4128. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-defaults-mode-node/dist-types/resolveDefaultsModeConfig.d.ts +0 -17
  4129. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/constants.d.ts +0 -24
  4130. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/defaultsModeConfig.d.ts +0 -6
  4131. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/index.d.ts +0 -4
  4132. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts +0 -17
  4133. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-defaults-mode-node/package.json +0 -66
  4134. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/LICENSE +0 -201
  4135. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/README.md +0 -10
  4136. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-cjs/cache/EndpointCache.js +0 -1
  4137. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-cjs/debug/debugId.js +0 -1
  4138. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-cjs/debug/index.js +0 -1
  4139. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-cjs/debug/toDebugString.js +0 -1
  4140. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-cjs/getEndpointUrlConfig.js +0 -1
  4141. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-cjs/index.js +0 -544
  4142. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-cjs/lib/booleanEquals.js +0 -1
  4143. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-cjs/lib/getAttr.js +0 -1
  4144. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-cjs/lib/getAttrPathList.js +0 -1
  4145. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-cjs/lib/index.js +0 -1
  4146. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-cjs/lib/isIpAddress.js +0 -1
  4147. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-cjs/lib/isSet.js +0 -1
  4148. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-cjs/lib/isValidHostLabel.js +0 -1
  4149. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-cjs/lib/not.js +0 -1
  4150. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-cjs/lib/parseURL.js +0 -1
  4151. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-cjs/lib/stringEquals.js +0 -1
  4152. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-cjs/lib/substring.js +0 -1
  4153. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-cjs/lib/uriEncode.js +0 -1
  4154. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-cjs/resolveEndpoint.js +0 -1
  4155. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointError.js +0 -1
  4156. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointFunctions.js +0 -1
  4157. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointRuleObject.js +0 -1
  4158. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-cjs/types/ErrorRuleObject.js +0 -1
  4159. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-cjs/types/RuleSetObject.js +0 -1
  4160. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-cjs/types/TreeRuleObject.js +0 -1
  4161. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-cjs/types/index.js +0 -1
  4162. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-cjs/types/shared.js +0 -1
  4163. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-cjs/utils/callFunction.js +0 -1
  4164. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-cjs/utils/customEndpointFunctions.js +0 -1
  4165. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-cjs/utils/endpointFunctions.js +0 -1
  4166. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateCondition.js +0 -1
  4167. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateConditions.js +0 -1
  4168. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateEndpointRule.js +0 -1
  4169. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateErrorRule.js +0 -1
  4170. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateExpression.js +0 -1
  4171. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateRules.js +0 -1
  4172. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateTemplate.js +0 -1
  4173. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateTreeRule.js +0 -1
  4174. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointHeaders.js +0 -1
  4175. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointProperties.js +0 -1
  4176. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointProperty.js +0 -1
  4177. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointUrl.js +0 -1
  4178. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-cjs/utils/getReferenceValue.js +0 -1
  4179. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-cjs/utils/index.js +0 -1
  4180. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-es/cache/EndpointCache.js +0 -49
  4181. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-es/debug/debugId.js +0 -1
  4182. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-es/debug/index.js +0 -2
  4183. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-es/debug/toDebugString.js +0 -12
  4184. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-es/getEndpointUrlConfig.js +0 -21
  4185. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-es/index.js +0 -6
  4186. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-es/lib/booleanEquals.js +0 -1
  4187. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-es/lib/getAttr.js +0 -11
  4188. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-es/lib/getAttrPathList.js +0 -25
  4189. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-es/lib/index.js +0 -9
  4190. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-es/lib/isIpAddress.js +0 -2
  4191. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-es/lib/isSet.js +0 -1
  4192. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-es/lib/isValidHostLabel.js +0 -13
  4193. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-es/lib/not.js +0 -1
  4194. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-es/lib/parseURL.js +0 -51
  4195. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-es/lib/stringEquals.js +0 -1
  4196. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-es/lib/substring.js +0 -9
  4197. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-es/lib/uriEncode.js +0 -1
  4198. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-es/resolveEndpoint.js +0 -27
  4199. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-es/types/EndpointError.js +0 -6
  4200. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-es/types/EndpointFunctions.js +0 -1
  4201. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-es/types/EndpointRuleObject.js +0 -1
  4202. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-es/types/ErrorRuleObject.js +0 -1
  4203. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-es/types/RuleSetObject.js +0 -1
  4204. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-es/types/TreeRuleObject.js +0 -1
  4205. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-es/types/index.js +0 -7
  4206. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-es/types/shared.js +0 -1
  4207. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-es/utils/callFunction.js +0 -11
  4208. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-es/utils/customEndpointFunctions.js +0 -1
  4209. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-es/utils/endpointFunctions.js +0 -12
  4210. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateCondition.js +0 -14
  4211. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateConditions.js +0 -22
  4212. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateEndpointRule.js +0 -27
  4213. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateErrorRule.js +0 -14
  4214. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateExpression.js +0 -16
  4215. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateRules.js +0 -27
  4216. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateTemplate.js +0 -36
  4217. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateTreeRule.js +0 -13
  4218. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointHeaders.js +0 -12
  4219. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperties.js +0 -5
  4220. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperty.js +0 -21
  4221. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointUrl.js +0 -15
  4222. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-es/utils/getReferenceValue.js +0 -7
  4223. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-es/utils/index.js +0 -2
  4224. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/cache/EndpointCache.d.ts +0 -34
  4225. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/debug/debugId.d.ts +0 -1
  4226. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/debug/index.d.ts +0 -2
  4227. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/debug/toDebugString.d.ts +0 -9
  4228. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/getEndpointUrlConfig.d.ts +0 -2
  4229. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/index.d.ts +0 -6
  4230. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/lib/booleanEquals.d.ts +0 -5
  4231. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/lib/getAttr.d.ts +0 -7
  4232. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/lib/getAttrPathList.d.ts +0 -4
  4233. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/lib/index.d.ts +0 -9
  4234. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/lib/isIpAddress.d.ts +0 -4
  4235. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/lib/isSet.d.ts +0 -5
  4236. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/lib/isValidHostLabel.d.ts +0 -7
  4237. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/lib/not.d.ts +0 -5
  4238. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/lib/parseURL.d.ts +0 -5
  4239. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/lib/stringEquals.d.ts +0 -5
  4240. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/lib/substring.d.ts +0 -7
  4241. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/lib/uriEncode.d.ts +0 -4
  4242. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/resolveEndpoint.d.ts +0 -6
  4243. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/ts3.4/cache/EndpointCache.d.ts +0 -34
  4244. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/debugId.d.ts +0 -1
  4245. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/index.d.ts +0 -2
  4246. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/toDebugString.d.ts +0 -9
  4247. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/ts3.4/getEndpointUrlConfig.d.ts +0 -2
  4248. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/ts3.4/index.d.ts +0 -6
  4249. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/booleanEquals.d.ts +0 -5
  4250. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/getAttr.d.ts +0 -7
  4251. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/getAttrPathList.d.ts +0 -4
  4252. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/index.d.ts +0 -9
  4253. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -4
  4254. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isSet.d.ts +0 -5
  4255. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isValidHostLabel.d.ts +0 -7
  4256. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/not.d.ts +0 -5
  4257. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/parseURL.d.ts +0 -5
  4258. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/stringEquals.d.ts +0 -5
  4259. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/substring.d.ts +0 -7
  4260. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/uriEncode.d.ts +0 -4
  4261. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +0 -6
  4262. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +0 -3
  4263. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointFunctions.d.ts +0 -2
  4264. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -5
  4265. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -2
  4266. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -4
  4267. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -3
  4268. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -7
  4269. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/shared.d.ts +0 -25
  4270. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/callFunction.d.ts +0 -2
  4271. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/customEndpointFunctions.d.ts +0 -4
  4272. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/endpointFunctions.d.ts +0 -11
  4273. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateCondition.d.ts +0 -8
  4274. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateConditions.d.ts +0 -8
  4275. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateEndpointRule.d.ts +0 -3
  4276. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateErrorRule.d.ts +0 -2
  4277. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateExpression.d.ts +0 -2
  4278. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateRules.d.ts +0 -3
  4279. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTemplate.d.ts +0 -2
  4280. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTreeRule.d.ts +0 -3
  4281. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointHeaders.d.ts +0 -2
  4282. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperties.d.ts +0 -2
  4283. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperty.d.ts +0 -3
  4284. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointUrl.d.ts +0 -2
  4285. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getReferenceValue.d.ts +0 -2
  4286. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/index.d.ts +0 -2
  4287. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/types/EndpointError.d.ts +0 -3
  4288. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/types/EndpointFunctions.d.ts +0 -2
  4289. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +0 -5
  4290. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +0 -2
  4291. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/types/RuleSetObject.d.ts +0 -4
  4292. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/types/TreeRuleObject.d.ts +0 -3
  4293. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/types/index.d.ts +0 -7
  4294. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/types/shared.d.ts +0 -25
  4295. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/utils/callFunction.d.ts +0 -2
  4296. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/utils/customEndpointFunctions.d.ts +0 -4
  4297. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/utils/endpointFunctions.d.ts +0 -11
  4298. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateCondition.d.ts +0 -8
  4299. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateConditions.d.ts +0 -8
  4300. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateEndpointRule.d.ts +0 -3
  4301. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateErrorRule.d.ts +0 -2
  4302. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateExpression.d.ts +0 -2
  4303. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateRules.d.ts +0 -3
  4304. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTemplate.d.ts +0 -2
  4305. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTreeRule.d.ts +0 -3
  4306. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointHeaders.d.ts +0 -2
  4307. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperties.d.ts +0 -2
  4308. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperty.d.ts +0 -3
  4309. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointUrl.d.ts +0 -2
  4310. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/utils/getReferenceValue.d.ts +0 -2
  4311. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/dist-types/utils/index.d.ts +0 -2
  4312. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/package.json +0 -68
  4313. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-hex-encoding/LICENSE +0 -201
  4314. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-hex-encoding/README.md +0 -4
  4315. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-hex-encoding/dist-cjs/index.js +0 -67
  4316. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-hex-encoding/dist-es/index.js +0 -33
  4317. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-hex-encoding/dist-types/index.d.ts +0 -12
  4318. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-hex-encoding/dist-types/ts3.4/index.d.ts +0 -12
  4319. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-hex-encoding/package.json +0 -60
  4320. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-middleware/LICENSE +0 -201
  4321. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-middleware/README.md +0 -12
  4322. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-middleware/dist-cjs/getSmithyContext.js +0 -1
  4323. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-middleware/dist-cjs/index.js +0 -45
  4324. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-middleware/dist-cjs/normalizeProvider.js +0 -1
  4325. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-middleware/dist-es/getSmithyContext.js +0 -2
  4326. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-middleware/dist-es/index.js +0 -2
  4327. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-middleware/dist-es/normalizeProvider.js +0 -6
  4328. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-middleware/dist-types/getSmithyContext.d.ts +0 -5
  4329. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-middleware/dist-types/index.d.ts +0 -8
  4330. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-middleware/dist-types/normalizeProvider.d.ts +0 -7
  4331. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-middleware/dist-types/ts3.4/getSmithyContext.d.ts +0 -5
  4332. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-middleware/dist-types/ts3.4/index.d.ts +0 -8
  4333. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-middleware/dist-types/ts3.4/normalizeProvider.d.ts +0 -7
  4334. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-middleware/package.json +0 -66
  4335. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/LICENSE +0 -201
  4336. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/README.md +0 -78
  4337. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-cjs/AdaptiveRetryStrategy.js +0 -1
  4338. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-cjs/ConfiguredRetryStrategy.js +0 -1
  4339. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-cjs/DefaultRateLimiter.js +0 -1
  4340. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-cjs/StandardRetryStrategy.js +0 -1
  4341. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-cjs/config.js +0 -1
  4342. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-cjs/constants.js +0 -1
  4343. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-cjs/defaultRetryBackoffStrategy.js +0 -1
  4344. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-cjs/defaultRetryToken.js +0 -1
  4345. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-cjs/index.js +0 -358
  4346. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-cjs/types.js +0 -1
  4347. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +0 -24
  4348. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +0 -18
  4349. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +0 -100
  4350. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +0 -65
  4351. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-es/config.js +0 -7
  4352. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-es/constants.js +0 -9
  4353. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-es/defaultRetryBackoffStrategy.js +0 -14
  4354. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-es/defaultRetryToken.js +0 -11
  4355. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-es/index.js +0 -7
  4356. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-es/types.js +0 -1
  4357. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +0 -33
  4358. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +0 -32
  4359. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +0 -49
  4360. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +0 -26
  4361. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/config.d.ts +0 -20
  4362. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/constants.d.ts +0 -59
  4363. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +0 -5
  4364. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +0 -9
  4365. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/index.d.ts +0 -7
  4366. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +0 -33
  4367. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/ts3.4/ConfiguredRetryStrategy.d.ts +0 -32
  4368. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +0 -49
  4369. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +0 -26
  4370. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/ts3.4/config.d.ts +0 -20
  4371. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/ts3.4/constants.d.ts +0 -59
  4372. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryBackoffStrategy.d.ts +0 -5
  4373. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +0 -9
  4374. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/ts3.4/index.d.ts +0 -7
  4375. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/ts3.4/types.d.ts +0 -19
  4376. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/types.d.ts +0 -19
  4377. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/package.json +0 -68
  4378. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/LICENSE +0 -201
  4379. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/README.md +0 -6
  4380. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-cjs/ByteArrayCollector.js +0 -35
  4381. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-cjs/blob/Uint8ArrayBlobAdapter.js +0 -1
  4382. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-cjs/blob/transforms.js +0 -1
  4383. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.browser.js +0 -7
  4384. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js +0 -49
  4385. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.browser.js +0 -40
  4386. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js +0 -12
  4387. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js +0 -60
  4388. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js +0 -104
  4389. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.browser.js +0 -31
  4390. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +0 -30
  4391. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js +0 -35
  4392. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-cjs/headStream.js +0 -46
  4393. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-cjs/index.js +0 -103
  4394. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js +0 -69
  4395. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +0 -55
  4396. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-cjs/splitStream.browser.js +0 -10
  4397. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-cjs/splitStream.js +0 -16
  4398. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js +0 -14
  4399. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-es/ByteArrayCollector.js +0 -31
  4400. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-es/blob/Uint8ArrayBlobAdapter.js +0 -18
  4401. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-es/blob/transforms.js +0 -15
  4402. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.browser.js +0 -3
  4403. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.js +0 -44
  4404. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.browser.js +0 -35
  4405. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.js +0 -9
  4406. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-es/createBufferedReadable.js +0 -57
  4407. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-es/createBufferedReadableStream.js +0 -95
  4408. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.browser.js +0 -27
  4409. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +0 -26
  4410. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-es/headStream.browser.js +0 -31
  4411. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-es/headStream.js +0 -41
  4412. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-es/index.js +0 -9
  4413. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.browser.js +0 -64
  4414. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +0 -50
  4415. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-es/splitStream.browser.js +0 -7
  4416. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-es/splitStream.js +0 -13
  4417. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-es/stream-type-check.js +0 -5
  4418. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-types/ByteArrayCollector.d.ts +0 -13
  4419. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-types/blob/Uint8ArrayBlobAdapter.d.ts +0 -21
  4420. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-types/blob/transforms.d.ts +0 -9
  4421. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.browser.d.ts +0 -37
  4422. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +0 -59
  4423. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +0 -15
  4424. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +0 -11
  4425. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +0 -12
  4426. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-types/createBufferedReadableStream.d.ts +0 -50
  4427. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.browser.d.ts +0 -5
  4428. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +0 -6
  4429. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-types/headStream.browser.d.ts +0 -8
  4430. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +0 -9
  4431. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-types/index.d.ts +0 -9
  4432. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.browser.d.ts +0 -7
  4433. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.d.ts +0 -8
  4434. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-types/splitStream.browser.d.ts +0 -5
  4435. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +0 -8
  4436. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +0 -16
  4437. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-types/ts3.4/ByteArrayCollector.d.ts +0 -13
  4438. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-types/ts3.4/blob/Uint8ArrayBlobAdapter.d.ts +0 -21
  4439. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-types/ts3.4/blob/transforms.d.ts +0 -9
  4440. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.browser.d.ts +0 -37
  4441. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +0 -59
  4442. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +0 -15
  4443. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +0 -11
  4444. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +0 -12
  4445. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadableStream.d.ts +0 -54
  4446. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.browser.d.ts +0 -5
  4447. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +0 -6
  4448. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +0 -8
  4449. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +0 -9
  4450. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +0 -9
  4451. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.browser.d.ts +0 -7
  4452. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.d.ts +0 -8
  4453. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.browser.d.ts +0 -8
  4454. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +0 -14
  4455. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +0 -16
  4456. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/package.json +0 -98
  4457. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-uri-escape/LICENSE +0 -201
  4458. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-uri-escape/README.md +0 -10
  4459. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-uri-escape/dist-cjs/escape-uri-path.js +0 -1
  4460. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-uri-escape/dist-cjs/escape-uri.js +0 -1
  4461. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-uri-escape/dist-cjs/index.js +0 -43
  4462. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-uri-escape/dist-es/escape-uri-path.js +0 -2
  4463. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-uri-escape/dist-es/escape-uri.js +0 -2
  4464. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-uri-escape/dist-es/index.js +0 -2
  4465. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-uri-escape/dist-types/escape-uri-path.d.ts +0 -4
  4466. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-uri-escape/dist-types/escape-uri.d.ts +0 -4
  4467. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-uri-escape/dist-types/index.d.ts +0 -8
  4468. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/escape-uri-path.d.ts +0 -4
  4469. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/escape-uri.d.ts +0 -4
  4470. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/index.d.ts +0 -8
  4471. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-uri-escape/package.json +0 -59
  4472. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-utf8/LICENSE +0 -201
  4473. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-utf8/README.md +0 -4
  4474. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js +0 -1
  4475. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js +0 -1
  4476. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-utf8/dist-cjs/index.js +0 -65
  4477. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js +0 -1
  4478. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js +0 -1
  4479. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js +0 -1
  4480. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +0 -1
  4481. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +0 -5
  4482. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-utf8/dist-es/index.js +0 -3
  4483. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +0 -10
  4484. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +0 -9
  4485. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +0 -10
  4486. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +0 -1
  4487. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +0 -1
  4488. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-utf8/dist-types/index.d.ts +0 -3
  4489. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +0 -1
  4490. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +0 -7
  4491. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +0 -7
  4492. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +0 -1
  4493. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +0 -1
  4494. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +0 -3
  4495. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +0 -1
  4496. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +0 -7
  4497. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +0 -7
  4498. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-utf8/package.json +0 -66
  4499. package/node_modules/@aws-sdk/nested-clients/package.json +0 -115
  4500. package/node_modules/@aws-sdk/xml-builder/LICENSE +0 -201
  4501. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/LICENSE +0 -201
  4502. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/README.md +0 -115
  4503. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/abort-handler.js +0 -1
  4504. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/abort.js +0 -1
  4505. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/auth/HttpApiKeyAuth.js +0 -1
  4506. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/auth/HttpAuthScheme.js +0 -1
  4507. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/auth/HttpAuthSchemeProvider.js +0 -1
  4508. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/auth/HttpSigner.js +0 -1
  4509. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/auth/IdentityProviderConfig.js +0 -1
  4510. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/auth/auth.js +0 -1
  4511. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/auth/index.js +0 -1
  4512. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/blob/blob-payload-input-types.js +0 -1
  4513. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/checksum.js +0 -1
  4514. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/client.js +0 -1
  4515. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/command.js +0 -1
  4516. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/connection/config.js +0 -1
  4517. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/connection/index.js +0 -1
  4518. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/connection/manager.js +0 -1
  4519. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/connection/pool.js +0 -1
  4520. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/crypto.js +0 -1
  4521. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/downlevel-ts3.4/transform/type-transform.js +0 -1
  4522. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/encode.js +0 -1
  4523. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/endpoint.js +0 -1
  4524. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/endpoints/EndpointRuleObject.js +0 -1
  4525. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/endpoints/ErrorRuleObject.js +0 -1
  4526. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/endpoints/RuleSetObject.js +0 -1
  4527. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/endpoints/TreeRuleObject.js +0 -1
  4528. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/endpoints/index.js +0 -1
  4529. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/endpoints/shared.js +0 -1
  4530. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/eventStream.js +0 -1
  4531. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/extensions/checksum.js +0 -1
  4532. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/extensions/defaultClientConfiguration.js +0 -1
  4533. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/extensions/defaultExtensionConfiguration.js +0 -1
  4534. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/extensions/index.js +0 -1
  4535. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/extensions/retry.js +0 -1
  4536. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/externals-check/browser-externals-check.js +0 -1
  4537. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/feature-ids.js +0 -1
  4538. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/http/httpHandlerInitialization.js +0 -1
  4539. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/http.js +0 -1
  4540. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/identity/apiKeyIdentity.js +0 -1
  4541. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/identity/awsCredentialIdentity.js +0 -1
  4542. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/identity/identity.js +0 -1
  4543. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/identity/index.js +0 -1
  4544. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/identity/tokenIdentity.js +0 -1
  4545. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/index.js +0 -144
  4546. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/logger.js +0 -1
  4547. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/middleware.js +0 -1
  4548. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/pagination.js +0 -1
  4549. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/profile.js +0 -1
  4550. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/response.js +0 -1
  4551. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/retry.js +0 -1
  4552. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/schema/schema.js +0 -1
  4553. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/schema/sentinels.js +0 -1
  4554. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/schema/traits.js +0 -1
  4555. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/serde.js +0 -1
  4556. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/shapes.js +0 -1
  4557. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/signature.js +0 -1
  4558. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/stream.js +0 -1
  4559. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-common-types.js +0 -1
  4560. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-input-types.js +0 -1
  4561. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-output-types.js +0 -1
  4562. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/transfer.js +0 -1
  4563. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/transform/client-method-transforms.js +0 -1
  4564. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/transform/client-payload-blob-type-narrow.js +0 -1
  4565. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/transform/exact.js +0 -1
  4566. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/transform/mutable.js +0 -1
  4567. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/transform/no-undefined.js +0 -1
  4568. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/transform/type-transform.js +0 -1
  4569. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/uri.js +0 -1
  4570. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/util.js +0 -1
  4571. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/waiter.js +0 -1
  4572. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/abort-handler.js +0 -1
  4573. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/abort.js +0 -1
  4574. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/auth/HttpApiKeyAuth.js +0 -5
  4575. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/auth/HttpAuthScheme.js +0 -1
  4576. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/auth/HttpAuthSchemeProvider.js +0 -1
  4577. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/auth/HttpSigner.js +0 -1
  4578. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/auth/IdentityProviderConfig.js +0 -1
  4579. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/auth/auth.js +0 -5
  4580. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/auth/index.js +0 -6
  4581. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/blob/blob-payload-input-types.js +0 -1
  4582. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/checksum.js +0 -1
  4583. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/client.js +0 -1
  4584. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/command.js +0 -1
  4585. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/connection/config.js +0 -1
  4586. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/connection/index.js +0 -3
  4587. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/connection/manager.js +0 -1
  4588. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/connection/pool.js +0 -1
  4589. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/crypto.js +0 -1
  4590. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/downlevel-ts3.4/transform/type-transform.js +0 -1
  4591. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/encode.js +0 -1
  4592. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/endpoint.js +0 -5
  4593. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/endpoints/EndpointRuleObject.js +0 -1
  4594. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/endpoints/ErrorRuleObject.js +0 -1
  4595. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/endpoints/RuleSetObject.js +0 -1
  4596. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/endpoints/TreeRuleObject.js +0 -1
  4597. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/endpoints/index.js +0 -5
  4598. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/endpoints/shared.js +0 -1
  4599. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/eventStream.js +0 -1
  4600. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/extensions/checksum.js +0 -38
  4601. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +0 -7
  4602. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/extensions/defaultExtensionConfiguration.js +0 -1
  4603. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/extensions/index.js +0 -3
  4604. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/extensions/retry.js +0 -1
  4605. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/externals-check/browser-externals-check.js +0 -1
  4606. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/feature-ids.js +0 -1
  4607. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/http/httpHandlerInitialization.js +0 -1
  4608. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/http.js +0 -5
  4609. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/identity/apiKeyIdentity.js +0 -1
  4610. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/identity/awsCredentialIdentity.js +0 -1
  4611. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/identity/identity.js +0 -1
  4612. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/identity/index.js +0 -4
  4613. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/identity/tokenIdentity.js +0 -1
  4614. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/index.js +0 -40
  4615. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/logger.js +0 -1
  4616. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/middleware.js +0 -1
  4617. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/pagination.js +0 -1
  4618. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/profile.js +0 -6
  4619. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/response.js +0 -1
  4620. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/retry.js +0 -1
  4621. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/schema/schema.js +0 -1
  4622. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/schema/sentinels.js +0 -1
  4623. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/schema/traits.js +0 -1
  4624. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/serde.js +0 -1
  4625. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/shapes.js +0 -1
  4626. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/signature.js +0 -1
  4627. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/stream.js +0 -1
  4628. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-common-types.js +0 -1
  4629. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-input-types.js +0 -1
  4630. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-output-types.js +0 -1
  4631. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/transfer.js +0 -6
  4632. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/transform/client-method-transforms.js +0 -1
  4633. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/transform/client-payload-blob-type-narrow.js +0 -1
  4634. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/transform/exact.js +0 -1
  4635. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/transform/mutable.js +0 -1
  4636. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/transform/no-undefined.js +0 -1
  4637. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/transform/type-transform.js +0 -1
  4638. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/uri.js +0 -1
  4639. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/util.js +0 -1
  4640. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/waiter.js +0 -1
  4641. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/abort-handler.d.ts +0 -7
  4642. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/abort.d.ts +0 -50
  4643. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/auth/HttpApiKeyAuth.d.ts +0 -7
  4644. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +0 -49
  4645. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +0 -20
  4646. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +0 -41
  4647. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +0 -14
  4648. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/auth/auth.d.ts +0 -57
  4649. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/auth/index.d.ts +0 -6
  4650. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +0 -40
  4651. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/checksum.d.ts +0 -63
  4652. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/client.d.ts +0 -57
  4653. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/command.d.ts +0 -28
  4654. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/connection/config.d.ts +0 -10
  4655. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/connection/index.d.ts +0 -3
  4656. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/connection/manager.d.ts +0 -34
  4657. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/connection/pool.d.ts +0 -32
  4658. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/crypto.d.ts +0 -60
  4659. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +0 -25
  4660. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/encode.d.ts +0 -31
  4661. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/endpoint.d.ts +0 -77
  4662. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +0 -27
  4663. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +0 -10
  4664. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +0 -28
  4665. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +0 -16
  4666. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/endpoints/index.d.ts +0 -5
  4667. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +0 -55
  4668. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/eventStream.d.ts +0 -137
  4669. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +0 -58
  4670. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +0 -33
  4671. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +0 -9
  4672. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/extensions/index.d.ts +0 -4
  4673. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +0 -18
  4674. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +0 -35
  4675. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/feature-ids.d.ts +0 -16
  4676. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +0 -121
  4677. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/http.d.ts +0 -112
  4678. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +0 -14
  4679. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +0 -31
  4680. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/identity/identity.d.ts +0 -15
  4681. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/identity/index.d.ts +0 -4
  4682. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +0 -14
  4683. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/index.d.ts +0 -40
  4684. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/logger.d.ts +0 -13
  4685. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/middleware.d.ts +0 -534
  4686. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/pagination.d.ts +0 -33
  4687. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/profile.d.ts +0 -30
  4688. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/response.d.ts +0 -40
  4689. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/retry.d.ts +0 -133
  4690. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/schema/schema.d.ts +0 -262
  4691. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +0 -65
  4692. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/schema/traits.d.ts +0 -46
  4693. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/serde.d.ts +0 -114
  4694. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/shapes.d.ts +0 -82
  4695. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/signature.d.ts +0 -155
  4696. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/stream.d.ts +0 -22
  4697. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +0 -32
  4698. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -60
  4699. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -51
  4700. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/transfer.d.ts +0 -41
  4701. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +0 -26
  4702. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +0 -77
  4703. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/transform/exact.d.ts +0 -6
  4704. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/transform/mutable.d.ts +0 -6
  4705. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +0 -68
  4706. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +0 -34
  4707. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +0 -7
  4708. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +0 -50
  4709. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +0 -7
  4710. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +0 -49
  4711. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +0 -20
  4712. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +0 -41
  4713. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +0 -14
  4714. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +0 -57
  4715. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +0 -6
  4716. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +0 -40
  4717. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +0 -63
  4718. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +0 -57
  4719. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +0 -28
  4720. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +0 -10
  4721. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +0 -3
  4722. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +0 -34
  4723. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +0 -32
  4724. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +0 -60
  4725. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +0 -41
  4726. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +0 -31
  4727. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +0 -77
  4728. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +0 -27
  4729. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +0 -10
  4730. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +0 -28
  4731. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +0 -16
  4732. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +0 -5
  4733. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +0 -55
  4734. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +0 -137
  4735. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +0 -58
  4736. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +0 -33
  4737. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +0 -9
  4738. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +0 -4
  4739. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +0 -18
  4740. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +0 -35
  4741. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +0 -16
  4742. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +0 -121
  4743. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +0 -112
  4744. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +0 -14
  4745. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +0 -31
  4746. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +0 -15
  4747. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +0 -4
  4748. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +0 -14
  4749. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +0 -40
  4750. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +0 -13
  4751. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +0 -534
  4752. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +0 -33
  4753. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +0 -30
  4754. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +0 -40
  4755. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +0 -133
  4756. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +0 -277
  4757. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +0 -65
  4758. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +0 -46
  4759. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +0 -114
  4760. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +0 -82
  4761. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +0 -155
  4762. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +0 -22
  4763. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +0 -32
  4764. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -60
  4765. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -51
  4766. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +0 -41
  4767. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +0 -26
  4768. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +0 -81
  4769. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +0 -14
  4770. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +0 -6
  4771. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +0 -88
  4772. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +0 -41
  4773. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +0 -17
  4774. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +0 -192
  4775. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +0 -35
  4776. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/uri.d.ts +0 -17
  4777. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/util.d.ts +0 -176
  4778. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/waiter.d.ts +0 -35
  4779. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/package.json +0 -60
  4780. package/node_modules/@aws-sdk/xml-builder/package.json +0 -54
  4781. package/node_modules/@types/node/ts5.1/compatibility/disposable.d.ts +0 -12
  4782. package/node_modules/@types/node/ts5.1/index.d.ts +0 -98
  4783. package/node_modules/chardet/.travis.yml +0 -5
  4784. package/node_modules/chardet/LICENSE +0 -19
  4785. package/node_modules/chardet/README.md +0 -81
  4786. package/node_modules/chardet/encoding/iso2022.js +0 -141
  4787. package/node_modules/chardet/encoding/mbcs.js +0 -502
  4788. package/node_modules/chardet/encoding/sbcs.js +0 -907
  4789. package/node_modules/chardet/encoding/unicode.js +0 -112
  4790. package/node_modules/chardet/encoding/utf8.js +0 -84
  4791. package/node_modules/chardet/index.js +0 -151
  4792. package/node_modules/chardet/match.js +0 -6
  4793. package/node_modules/chardet/package.json +0 -47
  4794. package/node_modules/external-editor/LICENSE +0 -21
  4795. package/node_modules/external-editor/README.md +0 -171
  4796. package/node_modules/external-editor/example_async.js +0 -40
  4797. package/node_modules/external-editor/example_sync.js +0 -38
  4798. package/node_modules/external-editor/main/errors/CreateFileError.js +0 -39
  4799. package/node_modules/external-editor/main/errors/LaunchEditorError.js +0 -39
  4800. package/node_modules/external-editor/main/errors/ReadFileError.js +0 -39
  4801. package/node_modules/external-editor/main/errors/RemoveFileError.js +0 -39
  4802. package/node_modules/external-editor/main/index.d.ts +0 -46
  4803. package/node_modules/external-editor/main/index.js +0 -193
  4804. package/node_modules/external-editor/node_modules/iconv-lite/Changelog.md +0 -162
  4805. package/node_modules/external-editor/node_modules/iconv-lite/README.md +0 -156
  4806. package/node_modules/external-editor/node_modules/iconv-lite/encodings/dbcs-codec.js +0 -555
  4807. package/node_modules/external-editor/node_modules/iconv-lite/encodings/dbcs-data.js +0 -176
  4808. package/node_modules/external-editor/node_modules/iconv-lite/encodings/index.js +0 -22
  4809. package/node_modules/external-editor/node_modules/iconv-lite/encodings/internal.js +0 -188
  4810. package/node_modules/external-editor/node_modules/iconv-lite/encodings/sbcs-data.js +0 -174
  4811. package/node_modules/external-editor/node_modules/iconv-lite/encodings/tables/gbk-added.json +0 -55
  4812. package/node_modules/external-editor/node_modules/iconv-lite/encodings/utf16.js +0 -177
  4813. package/node_modules/external-editor/node_modules/iconv-lite/encodings/utf7.js +0 -290
  4814. package/node_modules/external-editor/node_modules/iconv-lite/lib/extend-node.js +0 -217
  4815. package/node_modules/external-editor/node_modules/iconv-lite/lib/index.d.ts +0 -24
  4816. package/node_modules/external-editor/node_modules/iconv-lite/lib/index.js +0 -153
  4817. package/node_modules/external-editor/node_modules/iconv-lite/lib/streams.js +0 -121
  4818. package/node_modules/external-editor/node_modules/iconv-lite/package.json +0 -46
  4819. package/node_modules/external-editor/package.json +0 -61
  4820. package/node_modules/os-tmpdir/index.js +0 -25
  4821. package/node_modules/os-tmpdir/license +0 -21
  4822. package/node_modules/os-tmpdir/package.json +0 -41
  4823. package/node_modules/os-tmpdir/readme.md +0 -32
  4824. package/node_modules/tmp/LICENSE +0 -21
  4825. package/node_modules/tmp/README.md +0 -314
  4826. package/node_modules/tmp/lib/tmp.js +0 -611
  4827. package/node_modules/tmp/package.json +0 -38
  4828. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/README.md +0 -0
  4829. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-cjs/index.js +0 -0
  4830. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +0 -0
  4831. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-cjs/submodules/sso-oidc/endpoint/endpointResolver.js +0 -0
  4832. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +0 -0
  4833. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-cjs/submodules/sso-oidc/index.js +0 -0
  4834. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-cjs/submodules/sso-oidc/runtimeConfig.browser.js +0 -0
  4835. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-cjs/submodules/sso-oidc/runtimeConfig.js +0 -0
  4836. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-cjs/submodules/sso-oidc/runtimeConfig.native.js +0 -0
  4837. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +0 -0
  4838. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-cjs/submodules/sts/STSClient.js +0 -0
  4839. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-cjs/submodules/sts/auth/httpAuthExtensionConfiguration.js +0 -0
  4840. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +0 -0
  4841. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-cjs/submodules/sts/endpoint/EndpointParameters.js +0 -0
  4842. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-cjs/submodules/sts/endpoint/endpointResolver.js +0 -0
  4843. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-cjs/submodules/sts/endpoint/ruleset.js +0 -0
  4844. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-cjs/submodules/sts/index.js +0 -0
  4845. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-cjs/submodules/sts/runtimeConfig.browser.js +0 -0
  4846. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-cjs/submodules/sts/runtimeConfig.js +0 -0
  4847. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-cjs/submodules/sts/runtimeConfig.native.js +0 -0
  4848. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-cjs/submodules/sts/runtimeConfig.shared.js +0 -0
  4849. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-cjs/submodules/sts/runtimeExtensions.js +0 -0
  4850. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-es/index.js +0 -0
  4851. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sso-oidc/SSOOIDC.js +0 -0
  4852. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sso-oidc/SSOOIDCClient.js +0 -0
  4853. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.js +0 -0
  4854. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +0 -0
  4855. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +0 -0
  4856. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sso-oidc/commands/index.js +0 -0
  4857. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js +0 -0
  4858. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js +0 -0
  4859. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sso-oidc/endpoint/ruleset.js +0 -0
  4860. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sso-oidc/extensionConfiguration.js +0 -0
  4861. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sso-oidc/index.js +0 -0
  4862. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js +0 -0
  4863. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sso-oidc/models/index.js +0 -0
  4864. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sso-oidc/models/models_0.js +0 -0
  4865. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sso-oidc/protocols/Aws_restJson1.js +0 -0
  4866. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +0 -0
  4867. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sso-oidc/runtimeConfig.js +0 -0
  4868. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sso-oidc/runtimeConfig.native.js +0 -0
  4869. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +0 -0
  4870. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sso-oidc/runtimeExtensions.js +0 -0
  4871. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sts/STS.js +0 -0
  4872. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sts/STSClient.js +0 -0
  4873. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sts/auth/httpAuthExtensionConfiguration.js +0 -0
  4874. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +0 -0
  4875. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sts/commands/AssumeRoleCommand.js +0 -0
  4876. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +0 -0
  4877. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sts/commands/index.js +0 -0
  4878. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sts/defaultRoleAssumers.js +0 -0
  4879. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sts/defaultStsRoleAssumers.js +0 -0
  4880. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sts/endpoint/EndpointParameters.js +0 -0
  4881. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sts/endpoint/endpointResolver.js +0 -0
  4882. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sts/endpoint/ruleset.js +0 -0
  4883. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sts/extensionConfiguration.js +0 -0
  4884. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sts/index.js +0 -0
  4885. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sts/models/STSServiceException.js +0 -0
  4886. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sts/models/index.js +0 -0
  4887. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sts/models/models_0.js +0 -0
  4888. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sts/protocols/Aws_query.js +0 -0
  4889. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sts/runtimeConfig.browser.js +0 -0
  4890. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sts/runtimeConfig.js +0 -0
  4891. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sts/runtimeConfig.native.js +0 -0
  4892. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sts/runtimeConfig.shared.js +0 -0
  4893. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sts/runtimeExtensions.js +0 -0
  4894. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/index.d.ts +0 -0
  4895. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +0 -0
  4896. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +0 -0
  4897. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +0 -0
  4898. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +0 -0
  4899. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +0 -0
  4900. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sso-oidc/commands/index.d.ts +0 -0
  4901. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +0 -0
  4902. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sso-oidc/endpoint/endpointResolver.d.ts +0 -0
  4903. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sso-oidc/endpoint/ruleset.d.ts +0 -0
  4904. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sso-oidc/extensionConfiguration.d.ts +0 -0
  4905. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sso-oidc/index.d.ts +0 -0
  4906. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +0 -0
  4907. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sso-oidc/models/index.d.ts +0 -0
  4908. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sso-oidc/models/models_0.d.ts +0 -0
  4909. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +0 -0
  4910. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +0 -0
  4911. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +0 -0
  4912. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +0 -0
  4913. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +0 -0
  4914. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sso-oidc/runtimeExtensions.d.ts +0 -0
  4915. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sts/STS.d.ts +0 -0
  4916. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sts/STSClient.d.ts +0 -0
  4917. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +0 -0
  4918. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +0 -0
  4919. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +0 -0
  4920. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -0
  4921. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sts/commands/index.d.ts +0 -0
  4922. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sts/defaultRoleAssumers.d.ts +0 -0
  4923. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +0 -0
  4924. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sts/endpoint/EndpointParameters.d.ts +0 -0
  4925. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sts/endpoint/endpointResolver.d.ts +0 -0
  4926. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sts/endpoint/ruleset.d.ts +0 -0
  4927. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sts/extensionConfiguration.d.ts +0 -0
  4928. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sts/index.d.ts +0 -0
  4929. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sts/models/STSServiceException.d.ts +0 -0
  4930. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sts/models/index.d.ts +0 -0
  4931. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sts/models/models_0.d.ts +0 -0
  4932. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sts/protocols/Aws_query.d.ts +0 -0
  4933. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sts/runtimeConfig.browser.d.ts +0 -0
  4934. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sts/runtimeConfig.d.ts +0 -0
  4935. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sts/runtimeConfig.native.d.ts +0 -0
  4936. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sts/runtimeConfig.shared.d.ts +0 -0
  4937. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sts/runtimeExtensions.d.ts +0 -0
  4938. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/index.d.ts +0 -0
  4939. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sso-oidc/SSOOIDC.d.ts +0 -0
  4940. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +0 -0
  4941. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +0 -0
  4942. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +0 -0
  4943. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +0 -0
  4944. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sso-oidc/commands/index.d.ts +0 -0
  4945. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +0 -0
  4946. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sso-oidc/endpoint/endpointResolver.d.ts +0 -0
  4947. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sso-oidc/endpoint/ruleset.d.ts +0 -0
  4948. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sso-oidc/extensionConfiguration.d.ts +0 -0
  4949. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +0 -0
  4950. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +0 -0
  4951. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sso-oidc/models/index.d.ts +0 -0
  4952. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +0 -0
  4953. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +0 -0
  4954. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +0 -0
  4955. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +0 -0
  4956. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +0 -0
  4957. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +0 -0
  4958. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sso-oidc/runtimeExtensions.d.ts +0 -0
  4959. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sts/STS.d.ts +0 -0
  4960. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sts/STSClient.d.ts +0 -0
  4961. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +0 -0
  4962. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +0 -0
  4963. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sts/commands/AssumeRoleCommand.d.ts +0 -0
  4964. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -0
  4965. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sts/commands/index.d.ts +0 -0
  4966. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sts/defaultRoleAssumers.d.ts +0 -0
  4967. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +0 -0
  4968. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sts/endpoint/EndpointParameters.d.ts +0 -0
  4969. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sts/endpoint/endpointResolver.d.ts +0 -0
  4970. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sts/endpoint/ruleset.d.ts +0 -0
  4971. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sts/extensionConfiguration.d.ts +0 -0
  4972. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sts/index.d.ts +0 -0
  4973. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sts/models/STSServiceException.d.ts +0 -0
  4974. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sts/models/index.d.ts +0 -0
  4975. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +0 -0
  4976. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sts/protocols/Aws_query.d.ts +0 -0
  4977. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +0 -0
  4978. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +0 -0
  4979. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +0 -0
  4980. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +0 -0
  4981. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sts/runtimeExtensions.d.ts +0 -0
  4982. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/sso-oidc.d.ts +0 -0
  4983. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/sso-oidc.js +0 -0
  4984. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/sts.d.ts +0 -0
  4985. /package/node_modules/@aws-sdk/{nested-clients → client-cloudformation/node_modules/@aws-sdk/nested-clients}/sts.js +0 -0
  4986. /package/node_modules/@aws-sdk/{nested-clients/node_modules/@aws-sdk/region-config-resolver → client-cloudformation/node_modules/@aws-sdk/xml-builder}/LICENSE +0 -0
  4987. /package/node_modules/@aws-sdk/{xml-builder → client-cloudformation/node_modules/@aws-sdk/xml-builder}/README.md +0 -0
  4988. /package/node_modules/@aws-sdk/{xml-builder → client-cloudformation/node_modules/@aws-sdk/xml-builder}/dist-cjs/index.js +0 -0
  4989. /package/node_modules/@aws-sdk/{xml-builder → client-cloudformation/node_modules/@aws-sdk/xml-builder}/dist-es/XmlNode.js +0 -0
  4990. /package/node_modules/@aws-sdk/{xml-builder → client-cloudformation/node_modules/@aws-sdk/xml-builder}/dist-es/XmlText.js +0 -0
  4991. /package/node_modules/@aws-sdk/{xml-builder → client-cloudformation/node_modules/@aws-sdk/xml-builder}/dist-es/escape-attribute.js +0 -0
  4992. /package/node_modules/@aws-sdk/{xml-builder → client-cloudformation/node_modules/@aws-sdk/xml-builder}/dist-es/escape-element.js +0 -0
  4993. /package/node_modules/@aws-sdk/{xml-builder → client-cloudformation/node_modules/@aws-sdk/xml-builder}/dist-es/index.js +0 -0
  4994. /package/{dist/types/lambdaProps.mjs → node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/xml-builder/dist-es/stringable.js} +0 -0
  4995. /package/node_modules/@aws-sdk/{xml-builder → client-cloudformation/node_modules/@aws-sdk/xml-builder}/dist-types/XmlNode.d.ts +0 -0
  4996. /package/node_modules/@aws-sdk/{xml-builder → client-cloudformation/node_modules/@aws-sdk/xml-builder}/dist-types/XmlText.d.ts +0 -0
  4997. /package/node_modules/@aws-sdk/{xml-builder → client-cloudformation/node_modules/@aws-sdk/xml-builder}/dist-types/escape-attribute.d.ts +0 -0
  4998. /package/node_modules/@aws-sdk/{xml-builder → client-cloudformation/node_modules/@aws-sdk/xml-builder}/dist-types/escape-element.d.ts +0 -0
  4999. /package/node_modules/@aws-sdk/{xml-builder → client-cloudformation/node_modules/@aws-sdk/xml-builder}/dist-types/index.d.ts +0 -0
  5000. /package/node_modules/@aws-sdk/{xml-builder → client-cloudformation/node_modules/@aws-sdk/xml-builder}/dist-types/stringable.d.ts +0 -0
  5001. /package/node_modules/@aws-sdk/{xml-builder → client-cloudformation/node_modules/@aws-sdk/xml-builder}/dist-types/ts3.4/XmlNode.d.ts +0 -0
  5002. /package/node_modules/@aws-sdk/{xml-builder → client-cloudformation/node_modules/@aws-sdk/xml-builder}/dist-types/ts3.4/XmlText.d.ts +0 -0
  5003. /package/node_modules/@aws-sdk/{xml-builder → client-cloudformation/node_modules/@aws-sdk/xml-builder}/dist-types/ts3.4/escape-attribute.d.ts +0 -0
  5004. /package/node_modules/@aws-sdk/{xml-builder → client-cloudformation/node_modules/@aws-sdk/xml-builder}/dist-types/ts3.4/escape-element.d.ts +0 -0
  5005. /package/node_modules/@aws-sdk/{xml-builder → client-cloudformation/node_modules/@aws-sdk/xml-builder}/dist-types/ts3.4/index.d.ts +0 -0
  5006. /package/node_modules/@aws-sdk/{xml-builder → client-cloudformation/node_modules/@aws-sdk/xml-builder}/dist-types/ts3.4/stringable.d.ts +0 -0
  5007. /package/node_modules/@aws-sdk/{nested-clients/node_modules/@smithy/abort-controller/dist-cjs/AbortController.js → client-cloudformation/node_modules/@smithy/smithy-client/dist-cjs/schemaLogFilter.js} +0 -0
  5008. /package/node_modules/@aws-sdk/{nested-clients/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/configurations.js → client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-cjs/index.js} +0 -0
  5009. /package/node_modules/@aws-sdk/{nested-clients/node_modules/@aws-sdk/types/dist-es/extensions → client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es}/index.js +0 -0
  5010. /package/node_modules/@aws-sdk/{nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QuerySerializerSettings.js → client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/extensionConfiguration.js} +0 -0
  5011. /package/node_modules/@aws-sdk/{nested-clients/node_modules/@aws-sdk/types/dist-es/abort.js → client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/extensionConfiguration.js} +0 -0
  5012. /package/node_modules/@aws-sdk/{nested-clients/node_modules/@aws-sdk/types/dist-es/blob/blob-types.js → client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/index.d.ts} +0 -0
  5013. /package/node_modules/@aws-sdk/{nested-clients/node_modules/@aws-sdk/types → client-cognito-identity/node_modules/@aws-sdk/xml-builder}/LICENSE +0 -0
  5014. /package/node_modules/@aws-sdk/{nested-clients/node_modules/@aws-sdk/types/dist-es/checksum.js → client-cognito-identity/node_modules/@aws-sdk/xml-builder/dist-es/stringable.js} +0 -0
  5015. /package/node_modules/@aws-sdk/{nested-clients/node_modules/@smithy/abort-controller/dist-cjs/AbortSignal.js → client-cognito-identity/node_modules/@smithy/smithy-client/dist-cjs/schemaLogFilter.js} +0 -0
  5016. /package/node_modules/@aws-sdk/{nested-clients/node_modules/@aws-sdk/types/dist-es/client.js → client-iam/node_modules/@aws-sdk/nested-clients/dist-es/index.js} +0 -0
  5017. /package/node_modules/@aws-sdk/{nested-clients/node_modules/@aws-sdk/types/dist-es/command.js → client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/extensionConfiguration.js} +0 -0
  5018. /package/node_modules/@aws-sdk/{nested-clients/node_modules/@aws-sdk/types/dist-es/connection.js → client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/extensionConfiguration.js} +0 -0
  5019. /package/node_modules/@aws-sdk/{nested-clients/node_modules/@aws-sdk/types/dist-es/credentials.js → client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/index.d.ts} +0 -0
  5020. /package/node_modules/@aws-sdk/{nested-clients/node_modules/@aws-sdk/util-endpoints → client-iam/node_modules/@aws-sdk/xml-builder}/LICENSE +0 -0
  5021. /package/node_modules/@aws-sdk/{nested-clients/node_modules/@aws-sdk/types/dist-es/crypto.js → client-iam/node_modules/@aws-sdk/xml-builder/dist-es/stringable.js} +0 -0
  5022. /package/node_modules/@aws-sdk/{nested-clients/node_modules/@smithy/core/dist-cjs/getSmithyContext.js → client-iam/node_modules/@smithy/smithy-client/dist-cjs/schemaLogFilter.js} +0 -0
  5023. /package/node_modules/@aws-sdk/{nested-clients/node_modules/@aws-sdk/types/dist-es/http.js → client-iot/node_modules/@aws-sdk/nested-clients/dist-es/index.js} +0 -0
  5024. /package/node_modules/@aws-sdk/{nested-clients/node_modules/@aws-sdk/types/dist-es/identity/AnonymousIdentity.js → client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/extensionConfiguration.js} +0 -0
  5025. /package/node_modules/@aws-sdk/{nested-clients/node_modules/@aws-sdk/types/dist-es/identity/AwsCredentialIdentity.js → client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/extensionConfiguration.js} +0 -0
  5026. /package/node_modules/@aws-sdk/{nested-clients/node_modules/@aws-sdk/types/dist-es/identity/Identity.js → client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/index.d.ts} +0 -0
  5027. /package/node_modules/@aws-sdk/{nested-clients/node_modules/@smithy/config-resolver → client-iot/node_modules/@aws-sdk/xml-builder}/LICENSE +0 -0
  5028. /package/node_modules/@aws-sdk/{nested-clients/node_modules/@aws-sdk/types/dist-es/identity/LoginIdentity.js → client-iot/node_modules/@aws-sdk/xml-builder/dist-es/stringable.js} +0 -0
  5029. /package/node_modules/@aws-sdk/{nested-clients/node_modules/@smithy/core/dist-cjs/setFeature.js → client-iot/node_modules/@smithy/smithy-client/dist-cjs/schemaLogFilter.js} +0 -0
  5030. /package/node_modules/@aws-sdk/{nested-clients/node_modules/@aws-sdk/types/dist-es/encode.js → client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/index.js} +0 -0
  5031. /package/node_modules/@aws-sdk/{nested-clients/node_modules/@aws-sdk/types/dist-es/eventStream.js → client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/extensionConfiguration.js} +0 -0
  5032. /package/node_modules/@aws-sdk/{nested-clients/node_modules/@aws-sdk/types/dist-es/feature-ids.js → client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/extensionConfiguration.js} +0 -0
  5033. /package/node_modules/@aws-sdk/{nested-clients/node_modules/@aws-sdk/types/dist-es/function.js → client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/index.d.ts} +0 -0
  5034. /package/node_modules/@aws-sdk/{nested-clients/node_modules/@smithy/abort-controller → client-iot-data-plane/node_modules/@aws-sdk/xml-builder}/LICENSE +0 -0
  5035. /package/node_modules/@aws-sdk/{xml-builder → client-iot-data-plane/node_modules/@aws-sdk/xml-builder}/dist-es/stringable.js +0 -0
  5036. /package/node_modules/@aws-sdk/{nested-clients/node_modules/@smithy/core/dist-cjs/normalizeProvider.js → client-iot-data-plane/node_modules/@smithy/smithy-client/dist-cjs/schemaLogFilter.js} +0 -0
  5037. /package/node_modules/@aws-sdk/{nested-clients/node_modules/@aws-sdk/types/dist-es/identity/TokenIdentity.js → client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/index.js} +0 -0
  5038. /package/node_modules/@aws-sdk/{nested-clients/node_modules/@aws-sdk/types/dist-es/logger.js → client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/extensionConfiguration.js} +0 -0
  5039. /package/node_modules/@aws-sdk/{nested-clients/node_modules/@aws-sdk/types/dist-es/middleware.js → client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/extensionConfiguration.js} +0 -0
  5040. /package/node_modules/@aws-sdk/{nested-clients/node_modules/@aws-sdk/types/dist-es/pagination.js → client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/index.d.ts} +0 -0
  5041. /package/node_modules/@aws-sdk/{nested-clients/node_modules/@smithy/credential-provider-imds → client-lambda/node_modules/@aws-sdk/xml-builder}/LICENSE +0 -0
  5042. /package/node_modules/@aws-sdk/{nested-clients/node_modules/@aws-sdk/types/dist-es/profile.js → client-lambda/node_modules/@aws-sdk/xml-builder/dist-es/stringable.js} +0 -0
  5043. /package/node_modules/@aws-sdk/{nested-clients/node_modules/@smithy/credential-provider-imds/dist-cjs/fromContainerMetadata.js → client-lambda/node_modules/@smithy/smithy-client/dist-cjs/schemaLogFilter.js} +0 -0
  5044. /package/node_modules/@aws-sdk/{nested-clients/node_modules/@aws-sdk/types/dist-es/request.js → client-s3/node_modules/@aws-sdk/nested-clients/dist-es/index.js} +0 -0
  5045. /package/node_modules/@aws-sdk/{nested-clients/node_modules/@aws-sdk/types/dist-es/response.js → client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/extensionConfiguration.js} +0 -0
  5046. /package/node_modules/@aws-sdk/{nested-clients/node_modules/@aws-sdk/types/dist-es/retry.js → client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/extensionConfiguration.js} +0 -0
  5047. /package/node_modules/@aws-sdk/{nested-clients/node_modules/@aws-sdk/types/dist-es/serde.js → client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/index.d.ts} +0 -0
  5048. /package/node_modules/@aws-sdk/{nested-clients/node_modules/@smithy/fetch-http-handler → client-s3/node_modules/@aws-sdk/xml-builder}/LICENSE +0 -0
  5049. /package/node_modules/@aws-sdk/{nested-clients/node_modules/@aws-sdk/types/dist-es/shapes.js → client-s3/node_modules/@aws-sdk/xml-builder/dist-es/stringable.js} +0 -0
  5050. /package/node_modules/@aws-sdk/{nested-clients/node_modules/@smithy/credential-provider-imds/dist-cjs/fromInstanceMetadata.js → client-s3/node_modules/@smithy/smithy-client/dist-cjs/schemaLogFilter.js} +0 -0
  5051. /package/node_modules/@aws-sdk/{nested-clients/node_modules/@aws-sdk/types/dist-es/signature.js → credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/index.js} +0 -0
  5052. /package/node_modules/@aws-sdk/{nested-clients/node_modules/@aws-sdk/types/dist-es/stream.js → credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/extensionConfiguration.js} +0 -0
  5053. /package/node_modules/@aws-sdk/{nested-clients/node_modules/@aws-sdk/types/dist-es/token.js → credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/extensionConfiguration.js} +0 -0
  5054. /package/node_modules/@aws-sdk/{nested-clients/node_modules/@aws-sdk/types/dist-es/uri.js → credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/index.d.ts} +0 -0
  5055. /package/node_modules/@aws-sdk/{nested-clients/node_modules/@smithy/hash-node → credential-providers/node_modules/@aws-sdk/xml-builder}/LICENSE +0 -0
  5056. /package/node_modules/@aws-sdk/{nested-clients/node_modules/@aws-sdk/types/dist-es/util.js → credential-providers/node_modules/@aws-sdk/xml-builder/dist-es/stringable.js} +0 -0
  5057. /package/node_modules/@aws-sdk/{nested-clients/node_modules/@smithy/credential-provider-imds/dist-cjs/types.js → credential-providers/node_modules/@smithy/smithy-client/dist-cjs/schemaLogFilter.js} +0 -0
  5058. /package/node_modules/@aws-sdk/{nested-clients/node_modules/@smithy/is-array-buffer → middleware-flexible-checksums/node_modules/@aws-sdk/xml-builder}/LICENSE +0 -0
  5059. /package/node_modules/@aws-sdk/{nested-clients/node_modules/@aws-sdk/types/dist-es/waiter.js → middleware-flexible-checksums/node_modules/@aws-sdk/xml-builder/dist-es/stringable.js} +0 -0
  5060. /package/node_modules/@aws-sdk/{nested-clients/node_modules/@smithy/fetch-http-handler/dist-cjs/create-request.js → middleware-flexible-checksums/node_modules/@smithy/smithy-client/dist-cjs/schemaLogFilter.js} +0 -0
  5061. /package/node_modules/{external-editor/main → @inquirer/external-editor/dist/commonjs}/errors/CreateFileError.d.ts +0 -0
  5062. /package/node_modules/{external-editor/main → @inquirer/external-editor/dist/commonjs}/errors/LaunchEditorError.d.ts +0 -0
  5063. /package/node_modules/{external-editor/main → @inquirer/external-editor/dist/commonjs}/errors/ReadFileError.d.ts +0 -0
  5064. /package/node_modules/{external-editor/main → @inquirer/external-editor/dist/commonjs}/errors/RemoveFileError.d.ts +0 -0
  5065. /package/node_modules/{external-editor/node_modules/iconv-lite → iconv-lite}/LICENSE +0 -0
  5066. /package/node_modules/{external-editor/node_modules/iconv-lite → iconv-lite}/encodings/sbcs-codec.js +0 -0
  5067. /package/node_modules/{external-editor/node_modules/iconv-lite → iconv-lite}/encodings/sbcs-data-generated.js +0 -0
  5068. /package/node_modules/{external-editor/node_modules/iconv-lite → iconv-lite}/encodings/tables/big5-added.json +0 -0
  5069. /package/node_modules/{external-editor/node_modules/iconv-lite → iconv-lite}/encodings/tables/cp936.json +0 -0
  5070. /package/node_modules/{external-editor/node_modules/iconv-lite → iconv-lite}/encodings/tables/cp949.json +0 -0
  5071. /package/node_modules/{external-editor/node_modules/iconv-lite → iconv-lite}/encodings/tables/cp950.json +0 -0
  5072. /package/node_modules/{external-editor/node_modules/iconv-lite → iconv-lite}/encodings/tables/eucjp.json +0 -0
  5073. /package/node_modules/{external-editor/node_modules/iconv-lite → iconv-lite}/encodings/tables/gb18030-ranges.json +0 -0
  5074. /package/node_modules/{external-editor/node_modules/iconv-lite → iconv-lite}/encodings/tables/shiftjis.json +0 -0
  5075. /package/node_modules/{external-editor/node_modules/iconv-lite → iconv-lite}/lib/bom-handling.js +0 -0
@@ -1,39 +0,0 @@
1
- "use strict";
2
- /***
3
- * Node External Editor
4
- *
5
- * Kevin Gravier <kevin@mrkmg.com>
6
- * MIT 2018
7
- */
8
- var __extends = (this && this.__extends) || (function () {
9
- var extendStatics = function (d, b) {
10
- extendStatics = Object.setPrototypeOf ||
11
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
12
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
13
- return extendStatics(d, b);
14
- };
15
- return function (d, b) {
16
- extendStatics(d, b);
17
- function __() { this.constructor = d; }
18
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
19
- };
20
- })();
21
- Object.defineProperty(exports, "__esModule", { value: true });
22
- var CreateFileError = /** @class */ (function (_super) {
23
- __extends(CreateFileError, _super);
24
- function CreateFileError(originalError) {
25
- var _newTarget = this.constructor;
26
- var _this = _super.call(this, "Failed to create temporary file for editor") || this;
27
- _this.originalError = originalError;
28
- var proto = _newTarget.prototype;
29
- if (Object.setPrototypeOf) {
30
- Object.setPrototypeOf(_this, proto);
31
- }
32
- else {
33
- _this.__proto__ = _newTarget.prototype;
34
- }
35
- return _this;
36
- }
37
- return CreateFileError;
38
- }(Error));
39
- exports.CreateFileError = CreateFileError;
@@ -1,39 +0,0 @@
1
- "use strict";
2
- /***
3
- * Node External Editor
4
- *
5
- * Kevin Gravier <kevin@mrkmg.com>
6
- * MIT 2018
7
- */
8
- var __extends = (this && this.__extends) || (function () {
9
- var extendStatics = function (d, b) {
10
- extendStatics = Object.setPrototypeOf ||
11
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
12
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
13
- return extendStatics(d, b);
14
- };
15
- return function (d, b) {
16
- extendStatics(d, b);
17
- function __() { this.constructor = d; }
18
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
19
- };
20
- })();
21
- Object.defineProperty(exports, "__esModule", { value: true });
22
- var LaunchEditorError = /** @class */ (function (_super) {
23
- __extends(LaunchEditorError, _super);
24
- function LaunchEditorError(originalError) {
25
- var _newTarget = this.constructor;
26
- var _this = _super.call(this, "Failed launch editor") || this;
27
- _this.originalError = originalError;
28
- var proto = _newTarget.prototype;
29
- if (Object.setPrototypeOf) {
30
- Object.setPrototypeOf(_this, proto);
31
- }
32
- else {
33
- _this.__proto__ = _newTarget.prototype;
34
- }
35
- return _this;
36
- }
37
- return LaunchEditorError;
38
- }(Error));
39
- exports.LaunchEditorError = LaunchEditorError;
@@ -1,39 +0,0 @@
1
- "use strict";
2
- /***
3
- * Node External Editor
4
- *
5
- * Kevin Gravier <kevin@mrkmg.com>
6
- * MIT 2018
7
- */
8
- var __extends = (this && this.__extends) || (function () {
9
- var extendStatics = function (d, b) {
10
- extendStatics = Object.setPrototypeOf ||
11
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
12
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
13
- return extendStatics(d, b);
14
- };
15
- return function (d, b) {
16
- extendStatics(d, b);
17
- function __() { this.constructor = d; }
18
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
19
- };
20
- })();
21
- Object.defineProperty(exports, "__esModule", { value: true });
22
- var ReadFileError = /** @class */ (function (_super) {
23
- __extends(ReadFileError, _super);
24
- function ReadFileError(originalError) {
25
- var _newTarget = this.constructor;
26
- var _this = _super.call(this, "Failed to read temporary file") || this;
27
- _this.originalError = originalError;
28
- var proto = _newTarget.prototype;
29
- if (Object.setPrototypeOf) {
30
- Object.setPrototypeOf(_this, proto);
31
- }
32
- else {
33
- _this.__proto__ = _newTarget.prototype;
34
- }
35
- return _this;
36
- }
37
- return ReadFileError;
38
- }(Error));
39
- exports.ReadFileError = ReadFileError;
@@ -1,39 +0,0 @@
1
- "use strict";
2
- /***
3
- * Node External Editor
4
- *
5
- * Kevin Gravier <kevin@mrkmg.com>
6
- * MIT 2018
7
- */
8
- var __extends = (this && this.__extends) || (function () {
9
- var extendStatics = function (d, b) {
10
- extendStatics = Object.setPrototypeOf ||
11
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
12
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
13
- return extendStatics(d, b);
14
- };
15
- return function (d, b) {
16
- extendStatics(d, b);
17
- function __() { this.constructor = d; }
18
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
19
- };
20
- })();
21
- Object.defineProperty(exports, "__esModule", { value: true });
22
- var RemoveFileError = /** @class */ (function (_super) {
23
- __extends(RemoveFileError, _super);
24
- function RemoveFileError(originalError) {
25
- var _newTarget = this.constructor;
26
- var _this = _super.call(this, "Failed to cleanup temporary file") || this;
27
- _this.originalError = originalError;
28
- var proto = _newTarget.prototype;
29
- if (Object.setPrototypeOf) {
30
- Object.setPrototypeOf(_this, proto);
31
- }
32
- else {
33
- _this.__proto__ = _newTarget.prototype;
34
- }
35
- return _this;
36
- }
37
- return RemoveFileError;
38
- }(Error));
39
- exports.RemoveFileError = RemoveFileError;
@@ -1,46 +0,0 @@
1
- /***
2
- * Node External Editor
3
- *
4
- * Kevin Gravier <kevin@mrkmg.com>
5
- * MIT 2019
6
- */
7
- import { CreateFileError } from "./errors/CreateFileError";
8
- import { LaunchEditorError } from "./errors/LaunchEditorError";
9
- import { ReadFileError } from "./errors/ReadFileError";
10
- import { RemoveFileError } from "./errors/RemoveFileError";
11
- export interface IEditorParams {
12
- args: string[];
13
- bin: string;
14
- }
15
- export interface IFileOptions {
16
- prefix?: string;
17
- postfix?: string;
18
- mode?: number;
19
- template?: string;
20
- dir?: string;
21
- }
22
- export declare type StringCallback = (err: Error, result: string) => void;
23
- export declare type VoidCallback = () => void;
24
- export { CreateFileError, LaunchEditorError, ReadFileError, RemoveFileError };
25
- export declare function edit(text?: string, fileOptions?: IFileOptions): string;
26
- export declare function editAsync(text: string, callback: StringCallback, fileOptions?: IFileOptions): void;
27
- export declare class ExternalEditor {
28
- private static splitStringBySpace;
29
- text: string;
30
- tempFile: string;
31
- editor: IEditorParams;
32
- lastExitStatus: number;
33
- private fileOptions;
34
- readonly temp_file: string;
35
- readonly last_exit_status: number;
36
- constructor(text?: string, fileOptions?: IFileOptions);
37
- run(): string;
38
- runAsync(callback: StringCallback): void;
39
- cleanup(): void;
40
- private determineEditor;
41
- private createTemporaryFile;
42
- private readTemporaryFile;
43
- private removeTemporaryFile;
44
- private launchEditor;
45
- private launchEditorAsync;
46
- }
@@ -1,193 +0,0 @@
1
- "use strict";
2
- /***
3
- * Node External Editor
4
- *
5
- * Kevin Gravier <kevin@mrkmg.com>
6
- * MIT 2019
7
- */
8
- Object.defineProperty(exports, "__esModule", { value: true });
9
- var chardet_1 = require("chardet");
10
- var child_process_1 = require("child_process");
11
- var fs_1 = require("fs");
12
- var iconv_lite_1 = require("iconv-lite");
13
- var tmp_1 = require("tmp");
14
- var CreateFileError_1 = require("./errors/CreateFileError");
15
- exports.CreateFileError = CreateFileError_1.CreateFileError;
16
- var LaunchEditorError_1 = require("./errors/LaunchEditorError");
17
- exports.LaunchEditorError = LaunchEditorError_1.LaunchEditorError;
18
- var ReadFileError_1 = require("./errors/ReadFileError");
19
- exports.ReadFileError = ReadFileError_1.ReadFileError;
20
- var RemoveFileError_1 = require("./errors/RemoveFileError");
21
- exports.RemoveFileError = RemoveFileError_1.RemoveFileError;
22
- function edit(text, fileOptions) {
23
- if (text === void 0) { text = ""; }
24
- var editor = new ExternalEditor(text, fileOptions);
25
- editor.run();
26
- editor.cleanup();
27
- return editor.text;
28
- }
29
- exports.edit = edit;
30
- function editAsync(text, callback, fileOptions) {
31
- if (text === void 0) { text = ""; }
32
- var editor = new ExternalEditor(text, fileOptions);
33
- editor.runAsync(function (err, result) {
34
- if (err) {
35
- setImmediate(callback, err, null);
36
- }
37
- else {
38
- try {
39
- editor.cleanup();
40
- setImmediate(callback, null, result);
41
- }
42
- catch (cleanupError) {
43
- setImmediate(callback, cleanupError, null);
44
- }
45
- }
46
- });
47
- }
48
- exports.editAsync = editAsync;
49
- var ExternalEditor = /** @class */ (function () {
50
- function ExternalEditor(text, fileOptions) {
51
- if (text === void 0) { text = ""; }
52
- this.text = "";
53
- this.fileOptions = {};
54
- this.text = text;
55
- if (fileOptions) {
56
- this.fileOptions = fileOptions;
57
- }
58
- this.determineEditor();
59
- this.createTemporaryFile();
60
- }
61
- ExternalEditor.splitStringBySpace = function (str) {
62
- var pieces = [];
63
- var currentString = "";
64
- for (var strIndex = 0; strIndex < str.length; strIndex++) {
65
- var currentLetter = str[strIndex];
66
- if (strIndex > 0 && currentLetter === " " && str[strIndex - 1] !== "\\" && currentString.length > 0) {
67
- pieces.push(currentString);
68
- currentString = "";
69
- }
70
- else {
71
- currentString += currentLetter;
72
- }
73
- }
74
- if (currentString.length > 0) {
75
- pieces.push(currentString);
76
- }
77
- return pieces;
78
- };
79
- Object.defineProperty(ExternalEditor.prototype, "temp_file", {
80
- get: function () {
81
- console.log("DEPRECATED: temp_file. Use tempFile moving forward.");
82
- return this.tempFile;
83
- },
84
- enumerable: true,
85
- configurable: true
86
- });
87
- Object.defineProperty(ExternalEditor.prototype, "last_exit_status", {
88
- get: function () {
89
- console.log("DEPRECATED: last_exit_status. Use lastExitStatus moving forward.");
90
- return this.lastExitStatus;
91
- },
92
- enumerable: true,
93
- configurable: true
94
- });
95
- ExternalEditor.prototype.run = function () {
96
- this.launchEditor();
97
- this.readTemporaryFile();
98
- return this.text;
99
- };
100
- ExternalEditor.prototype.runAsync = function (callback) {
101
- var _this = this;
102
- try {
103
- this.launchEditorAsync(function () {
104
- try {
105
- _this.readTemporaryFile();
106
- setImmediate(callback, null, _this.text);
107
- }
108
- catch (readError) {
109
- setImmediate(callback, readError, null);
110
- }
111
- });
112
- }
113
- catch (launchError) {
114
- setImmediate(callback, launchError, null);
115
- }
116
- };
117
- ExternalEditor.prototype.cleanup = function () {
118
- this.removeTemporaryFile();
119
- };
120
- ExternalEditor.prototype.determineEditor = function () {
121
- var editor = process.env.VISUAL ? process.env.VISUAL :
122
- process.env.EDITOR ? process.env.EDITOR :
123
- /^win/.test(process.platform) ? "notepad" :
124
- "vim";
125
- var editorOpts = ExternalEditor.splitStringBySpace(editor).map(function (piece) { return piece.replace("\\ ", " "); });
126
- var bin = editorOpts.shift();
127
- this.editor = { args: editorOpts, bin: bin };
128
- };
129
- ExternalEditor.prototype.createTemporaryFile = function () {
130
- try {
131
- this.tempFile = tmp_1.tmpNameSync(this.fileOptions);
132
- var opt = { encoding: "utf8" };
133
- if (this.fileOptions.hasOwnProperty("mode")) {
134
- opt.mode = this.fileOptions.mode;
135
- }
136
- fs_1.writeFileSync(this.tempFile, this.text, opt);
137
- }
138
- catch (createFileError) {
139
- throw new CreateFileError_1.CreateFileError(createFileError);
140
- }
141
- };
142
- ExternalEditor.prototype.readTemporaryFile = function () {
143
- try {
144
- var tempFileBuffer = fs_1.readFileSync(this.tempFile);
145
- if (tempFileBuffer.length === 0) {
146
- this.text = "";
147
- }
148
- else {
149
- var encoding = chardet_1.detect(tempFileBuffer).toString();
150
- if (!iconv_lite_1.encodingExists(encoding)) {
151
- // Probably a bad idea, but will at least prevent crashing
152
- encoding = "utf8";
153
- }
154
- this.text = iconv_lite_1.decode(tempFileBuffer, encoding);
155
- }
156
- }
157
- catch (readFileError) {
158
- throw new ReadFileError_1.ReadFileError(readFileError);
159
- }
160
- };
161
- ExternalEditor.prototype.removeTemporaryFile = function () {
162
- try {
163
- fs_1.unlinkSync(this.tempFile);
164
- }
165
- catch (removeFileError) {
166
- throw new RemoveFileError_1.RemoveFileError(removeFileError);
167
- }
168
- };
169
- ExternalEditor.prototype.launchEditor = function () {
170
- try {
171
- var editorProcess = child_process_1.spawnSync(this.editor.bin, this.editor.args.concat([this.tempFile]), { stdio: "inherit" });
172
- this.lastExitStatus = editorProcess.status;
173
- }
174
- catch (launchError) {
175
- throw new LaunchEditorError_1.LaunchEditorError(launchError);
176
- }
177
- };
178
- ExternalEditor.prototype.launchEditorAsync = function (callback) {
179
- var _this = this;
180
- try {
181
- var editorProcess = child_process_1.spawn(this.editor.bin, this.editor.args.concat([this.tempFile]), { stdio: "inherit" });
182
- editorProcess.on("exit", function (code) {
183
- _this.lastExitStatus = code;
184
- setImmediate(callback);
185
- });
186
- }
187
- catch (launchError) {
188
- throw new LaunchEditorError_1.LaunchEditorError(launchError);
189
- }
190
- };
191
- return ExternalEditor;
192
- }());
193
- exports.ExternalEditor = ExternalEditor;
@@ -1,162 +0,0 @@
1
- # 0.4.24 / 2018-08-22
2
-
3
- * Added MIK encoding (#196, by @Ivan-Kalatchev)
4
-
5
-
6
- # 0.4.23 / 2018-05-07
7
-
8
- * Fix deprecation warning in Node v10 due to the last usage of `new Buffer` (#185, by @felixbuenemann)
9
- * Switched from NodeBuffer to Buffer in typings (#155 by @felixfbecker, #186 by @larssn)
10
-
11
-
12
- # 0.4.22 / 2018-05-05
13
-
14
- * Use older semver style for dependencies to be compatible with Node version 0.10 (#182, by @dougwilson)
15
- * Fix tests to accomodate fixes in Node v10 (#182, by @dougwilson)
16
-
17
-
18
- # 0.4.21 / 2018-04-06
19
-
20
- * Fix encoding canonicalization (#156)
21
- * Fix the paths in the "browser" field in package.json (#174 by @LMLB)
22
- * Removed "contributors" section in package.json - see Git history instead.
23
-
24
-
25
- # 0.4.20 / 2018-04-06
26
-
27
- * Updated `new Buffer()` usages with recommended replacements as it's being deprecated in Node v10 (#176, #178 by @ChALkeR)
28
-
29
-
30
- # 0.4.19 / 2017-09-09
31
-
32
- * Fixed iso8859-1 codec regression in handling untranslatable characters (#162, caused by #147)
33
- * Re-generated windows1255 codec, because it was updated in iconv project
34
- * Fixed grammar in error message when iconv-lite is loaded with encoding other than utf8
35
-
36
-
37
- # 0.4.18 / 2017-06-13
38
-
39
- * Fixed CESU-8 regression in Node v8.
40
-
41
-
42
- # 0.4.17 / 2017-04-22
43
-
44
- * Updated typescript definition file to support Angular 2 AoT mode (#153 by @larssn)
45
-
46
-
47
- # 0.4.16 / 2017-04-22
48
-
49
- * Added support for React Native (#150)
50
- * Changed iso8859-1 encoding to usine internal 'binary' encoding, as it's the same thing (#147 by @mscdex)
51
- * Fixed typo in Readme (#138 by @jiangzhuo)
52
- * Fixed build for Node v6.10+ by making correct version comparison
53
- * Added a warning if iconv-lite is loaded not as utf-8 (see #142)
54
-
55
-
56
- # 0.4.15 / 2016-11-21
57
-
58
- * Fixed typescript type definition (#137)
59
-
60
-
61
- # 0.4.14 / 2016-11-20
62
-
63
- * Preparation for v1.0
64
- * Added Node v6 and latest Node versions to Travis CI test rig
65
- * Deprecated Node v0.8 support
66
- * Typescript typings (@larssn)
67
- * Fix encoding of Euro character in GB 18030 (inspired by @lygstate)
68
- * Add ms prefix to dbcs windows encodings (@rokoroku)
69
-
70
-
71
- # 0.4.13 / 2015-10-01
72
-
73
- * Fix silly mistake in deprecation notice.
74
-
75
-
76
- # 0.4.12 / 2015-09-26
77
-
78
- * Node v4 support:
79
- * Added CESU-8 decoding (#106)
80
- * Added deprecation notice for `extendNodeEncodings`
81
- * Added Travis tests for Node v4 and io.js latest (#105 by @Mithgol)
82
-
83
-
84
- # 0.4.11 / 2015-07-03
85
-
86
- * Added CESU-8 encoding.
87
-
88
-
89
- # 0.4.10 / 2015-05-26
90
-
91
- * Changed UTF-16 endianness heuristic to take into account any ASCII chars, not
92
- just spaces. This should minimize the importance of "default" endianness.
93
-
94
-
95
- # 0.4.9 / 2015-05-24
96
-
97
- * Streamlined BOM handling: strip BOM by default, add BOM when encoding if
98
- addBOM: true. Added docs to Readme.
99
- * UTF16 now uses UTF16-LE by default.
100
- * Fixed minor issue with big5 encoding.
101
- * Added io.js testing on Travis; updated node-iconv version to test against.
102
- Now we just skip testing SBCS encodings that node-iconv doesn't support.
103
- * (internal refactoring) Updated codec interface to use classes.
104
- * Use strict mode in all files.
105
-
106
-
107
- # 0.4.8 / 2015-04-14
108
-
109
- * added alias UNICODE-1-1-UTF-7 for UTF-7 encoding (#94)
110
-
111
-
112
- # 0.4.7 / 2015-02-05
113
-
114
- * stop official support of Node.js v0.8. Should still work, but no guarantees.
115
- reason: Packages needed for testing are hard to get on Travis CI.
116
- * work in environment where Object.prototype is monkey patched with enumerable
117
- props (#89).
118
-
119
-
120
- # 0.4.6 / 2015-01-12
121
-
122
- * fix rare aliases of single-byte encodings (thanks @mscdex)
123
- * double the timeout for dbcs tests to make them less flaky on travis
124
-
125
-
126
- # 0.4.5 / 2014-11-20
127
-
128
- * fix windows-31j and x-sjis encoding support (@nleush)
129
- * minor fix: undefined variable reference when internal error happens
130
-
131
-
132
- # 0.4.4 / 2014-07-16
133
-
134
- * added encodings UTF-7 (RFC2152) and UTF-7-IMAP (RFC3501 Section 5.1.3)
135
- * fixed streaming base64 encoding
136
-
137
-
138
- # 0.4.3 / 2014-06-14
139
-
140
- * added encodings UTF-16BE and UTF-16 with BOM
141
-
142
-
143
- # 0.4.2 / 2014-06-12
144
-
145
- * don't throw exception if `extendNodeEncodings()` is called more than once
146
-
147
-
148
- # 0.4.1 / 2014-06-11
149
-
150
- * codepage 808 added
151
-
152
-
153
- # 0.4.0 / 2014-06-10
154
-
155
- * code is rewritten from scratch
156
- * all widespread encodings are supported
157
- * streaming interface added
158
- * browserify compatibility added
159
- * (optional) extend core primitive encodings to make usage even simpler
160
- * moved from vows to mocha as the testing framework
161
-
162
-