@cdklabs/cdk-ecs-codedeploy 0.0.425 → 0.0.427

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 (283) hide show
  1. package/.jsii +3 -3
  2. package/.jsii.tabl.json +1 -1
  3. package/lib/api-canary/index.js +1 -1
  4. package/lib/ecs-appspec/index.js +1 -1
  5. package/lib/ecs-deployment/index.js +1 -1
  6. package/lib/ecs-patterns/application-load-balanced-codedeployed-fargate-service.js +1 -1
  7. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/index.js +64 -53
  8. package/node_modules/@aws-sdk/client-codedeploy/dist-es/CodeDeploy.js +19 -1
  9. package/node_modules/@aws-sdk/client-codedeploy/dist-types/CodeDeploy.d.ts +50 -1
  10. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/CodeDeploy.d.ts +58 -1
  11. package/node_modules/@aws-sdk/client-codedeploy/package.json +19 -19
  12. package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +9 -5
  13. package/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +7 -1
  14. package/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +15 -1
  15. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +19 -1
  16. package/node_modules/@aws-sdk/client-sso/package.json +18 -18
  17. package/node_modules/@aws-sdk/core/dist-cjs/index.js +15 -44
  18. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +15 -44
  19. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +1 -2
  20. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +1 -2
  21. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +1 -2
  22. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +1 -2
  23. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +11 -0
  24. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +1 -2
  25. package/node_modules/@aws-sdk/core/package.json +7 -7
  26. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  27. package/node_modules/@aws-sdk/credential-provider-http/package.json +8 -8
  28. package/node_modules/@aws-sdk/credential-provider-ini/package.json +12 -12
  29. package/node_modules/@aws-sdk/credential-provider-login/package.json +6 -6
  30. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +8 -2
  31. package/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +8 -2
  32. package/node_modules/@aws-sdk/credential-provider-node/package.json +10 -10
  33. package/node_modules/@aws-sdk/credential-provider-process/package.json +5 -5
  34. package/node_modules/@aws-sdk/credential-provider-sso/package.json +7 -7
  35. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
  36. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  37. package/node_modules/@aws-sdk/middleware-logger/package.json +4 -4
  38. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  39. package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
  40. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +1 -1
  41. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +1 -1
  42. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +1 -1
  43. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +1 -1
  44. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +1 -1
  45. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +1 -1
  46. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +1 -1
  47. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +4 -3
  48. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +1 -1
  49. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +1 -1
  50. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +4 -3
  51. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +1 -1
  52. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +2 -2
  53. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +5 -4
  54. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +3 -2
  55. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +5 -3
  56. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +1 -2
  57. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +5 -3
  58. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +1 -1
  59. package/node_modules/@aws-sdk/nested-clients/package.json +18 -18
  60. package/node_modules/@aws-sdk/region-config-resolver/package.json +4 -4
  61. package/node_modules/@aws-sdk/token-providers/package.json +4 -4
  62. package/node_modules/@aws-sdk/types/package.json +3 -3
  63. package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
  64. package/node_modules/@aws-sdk/util-locate-window/package.json +3 -3
  65. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +4 -4
  66. package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  67. package/node_modules/@aws-sdk/xml-builder/package.json +5 -5
  68. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +7 -1
  69. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +7 -1
  70. package/node_modules/@smithy/core/package.json +2 -2
  71. package/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  72. package/node_modules/@smithy/middleware-retry/package.json +2 -2
  73. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +2 -2
  74. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +2 -2
  75. package/node_modules/@smithy/node-http-handler/package.json +5 -5
  76. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +29 -3
  77. package/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +29 -3
  78. package/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +8 -1
  79. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +8 -1
  80. package/node_modules/@smithy/smithy-client/package.json +4 -4
  81. package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  82. package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  83. package/node_modules/@smithy/util-stream/package.json +6 -6
  84. package/node_modules/bowser/README.md +72 -3
  85. package/node_modules/bowser/bundled.js +1 -1
  86. package/node_modules/bowser/es5.js +1 -1
  87. package/node_modules/bowser/index.d.ts +44 -6
  88. package/node_modules/bowser/package.json +10 -5
  89. package/node_modules/bowser/src/bowser.js +24 -8
  90. package/node_modules/bowser/src/constants.js +8 -0
  91. package/node_modules/bowser/src/parser-browsers.js +89 -0
  92. package/node_modules/bowser/src/parser-platforms.js +42 -0
  93. package/node_modules/bowser/src/parser.js +86 -5
  94. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/CHANGELOG.md +16 -0
  95. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/README.md +7 -6
  96. package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -0
  97. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxp.d.cts +1 -1
  98. package/node_modules/fast-xml-parser/lib/fxp.min.js +2 -0
  99. package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -0
  100. package/node_modules/fast-xml-parser/lib/fxparser.min.js +2 -0
  101. package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -0
  102. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/package.json +4 -2
  103. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/fxp.d.ts +2 -2
  104. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/JsMinArrBuilder.js +1 -1
  105. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/ParserOptionsBuilder.js +4 -4
  106. package/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +379 -0
  107. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/OrderedObjParser.js +55 -22
  108. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/XMLParser.js +4 -4
  109. package/package.json +5 -5
  110. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js +0 -40
  111. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/structIterator.d.ts +0 -27
  112. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/structIterator.d.ts +0 -12
  113. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/LICENSE +0 -201
  114. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/README.md +0 -4
  115. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-cjs/index.js +0 -22
  116. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/abort.js +0 -1
  117. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/auth.js +0 -1
  118. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/blob/blob-types.js +0 -1
  119. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/checksum.js +0 -1
  120. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/client.js +0 -1
  121. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/command.js +0 -1
  122. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/connection.js +0 -1
  123. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/credentials.js +0 -1
  124. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/crypto.js +0 -1
  125. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/dns.js +0 -5
  126. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/encode.js +0 -1
  127. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/endpoint.js +0 -1
  128. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/eventStream.js +0 -1
  129. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/extensions/index.js +0 -1
  130. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/feature-ids.js +0 -1
  131. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/function.js +0 -1
  132. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/http.js +0 -1
  133. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/identity/AnonymousIdentity.js +0 -1
  134. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/identity/AwsCredentialIdentity.js +0 -1
  135. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/identity/Identity.js +0 -1
  136. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/identity/LoginIdentity.js +0 -1
  137. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/identity/TokenIdentity.js +0 -1
  138. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/identity/index.js +0 -5
  139. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/index.js +0 -34
  140. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/logger.js +0 -1
  141. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/middleware.js +0 -1
  142. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/pagination.js +0 -1
  143. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/profile.js +0 -1
  144. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/request.js +0 -1
  145. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/response.js +0 -1
  146. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/retry.js +0 -1
  147. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/serde.js +0 -1
  148. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/shapes.js +0 -1
  149. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/signature.js +0 -1
  150. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/stream.js +0 -1
  151. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/token.js +0 -1
  152. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/transfer.js +0 -1
  153. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/uri.js +0 -1
  154. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/util.js +0 -1
  155. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/waiter.js +0 -1
  156. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/abort.d.ts +0 -1
  157. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/auth.d.ts +0 -1
  158. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +0 -2
  159. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +0 -1
  160. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/client.d.ts +0 -1
  161. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/command.d.ts +0 -1
  162. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/connection.d.ts +0 -1
  163. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +0 -52
  164. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +0 -1
  165. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/dns.d.ts +0 -85
  166. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/encode.d.ts +0 -1
  167. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +0 -1
  168. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +0 -1
  169. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +0 -8
  170. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +0 -67
  171. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/function.d.ts +0 -7
  172. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/http.d.ts +0 -33
  173. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +0 -6
  174. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +0 -61
  175. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +0 -1
  176. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +0 -18
  177. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +0 -11
  178. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/identity/index.d.ts +0 -5
  179. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/index.d.ts +0 -34
  180. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/logger.d.ts +0 -22
  181. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +0 -13
  182. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +0 -1
  183. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/profile.d.ts +0 -1
  184. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/request.d.ts +0 -7
  185. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/response.d.ts +0 -7
  186. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/retry.d.ts +0 -1
  187. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/serde.d.ts +0 -24
  188. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +0 -1
  189. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/signature.d.ts +0 -1
  190. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/stream.d.ts +0 -1
  191. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/token.d.ts +0 -17
  192. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +0 -1
  193. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +0 -1
  194. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/auth.d.ts +0 -5
  195. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/blob-types.d.ts +0 -2
  196. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/checksum.d.ts +0 -1
  197. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts +0 -1
  198. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts +0 -1
  199. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/connection.d.ts +0 -6
  200. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +0 -15
  201. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +0 -7
  202. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/dns.d.ts +0 -19
  203. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/encode.d.ts +0 -6
  204. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts +0 -9
  205. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +0 -24
  206. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/extensions/index.d.ts +0 -5
  207. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +0 -60
  208. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/function.d.ts +0 -7
  209. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +0 -17
  210. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AnonymousIdentity.d.ts +0 -2
  211. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +0 -31
  212. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/Identity.d.ts +0 -1
  213. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/LoginIdentity.d.ts +0 -6
  214. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +0 -6
  215. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/index.d.ts +0 -5
  216. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +0 -34
  217. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +0 -15
  218. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +0 -47
  219. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +0 -1
  220. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/profile.d.ts +0 -6
  221. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/request.d.ts +0 -4
  222. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts +0 -4
  223. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/retry.d.ts +0 -12
  224. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +0 -16
  225. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +0 -6
  226. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +0 -15
  227. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/stream.d.ts +0 -4
  228. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/token.d.ts +0 -4
  229. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +0 -7
  230. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/uri.d.ts +0 -1
  231. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +0 -14
  232. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts +0 -1
  233. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/uri.d.ts +0 -1
  234. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/util.d.ts +0 -1
  235. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +0 -1
  236. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/package.json +0 -57
  237. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.cjs +0 -1
  238. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js +0 -2
  239. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js.map +0 -1
  240. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js +0 -2
  241. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js.map +0 -1
  242. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +0 -369
  243. package/node_modules/bowser/CHANGELOG.md +0 -218
  244. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/LICENSE +0 -0
  245. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxbuilder.min.js +0 -0
  246. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxbuilder.min.js.map +0 -0
  247. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxvalidator.min.js +0 -0
  248. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxvalidator.min.js.map +0 -0
  249. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/cli/cli.js +0 -0
  250. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/cli/man.js +0 -0
  251. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/cli/read.js +0 -0
  252. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/fxp.js +0 -0
  253. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/ignoreAttributes.js +0 -0
  254. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/util.js +0 -0
  255. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/CharsSymbol.js +0 -0
  256. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/EntitiesParser.js +0 -0
  257. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OptionsBuilder.js +0 -0
  258. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/BaseOutputBuilder.js +0 -0
  259. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/JsArrBuilder.js +0 -0
  260. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/JsObjBuilder.js +0 -0
  261. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/Report.js +0 -0
  262. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/TagPath.js +0 -0
  263. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/TagPathMatcher.js +0 -0
  264. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/XMLParser.js +0 -0
  265. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/Xml2JsParser.js +0 -0
  266. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/XmlPartReader.js +0 -0
  267. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/XmlSpecialTagsReader.js +0 -0
  268. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/inputSource/BufferSource.js +0 -0
  269. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/inputSource/StringSource.js +0 -0
  270. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/EntitiesParser.js +0 -0
  271. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/booleanParser.js +0 -0
  272. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/booleanParserExt.js +0 -0
  273. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/currency.js +0 -0
  274. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/join.js +0 -0
  275. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/number.js +0 -0
  276. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/trim.js +0 -0
  277. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/validator.js +0 -0
  278. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlbuilder/json2xml.js +0 -0
  279. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlbuilder/orderedJs2Xml.js +0 -0
  280. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlbuilder/prettifyJs2Xml.js +0 -0
  281. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/OptionsBuilder.js +0 -0
  282. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/node2json.js +0 -0
  283. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/xmlNode.js +0 -0
@@ -1,67 +0,0 @@
1
- /**
2
- * @internal
3
- */
4
- export type AwsSdkFeatures = Partial<{
5
- RESOURCE_MODEL: "A";
6
- WAITER: "B";
7
- PAGINATOR: "C";
8
- RETRY_MODE_LEGACY: "D";
9
- RETRY_MODE_STANDARD: "E";
10
- RETRY_MODE_ADAPTIVE: "F";
11
- S3_EXPRESS_BUCKET: "J";
12
- S3_ACCESS_GRANTS: "K";
13
- GZIP_REQUEST_COMPRESSION: "L";
14
- PROTOCOL_RPC_V2_CBOR: "M";
15
- ENDPOINT_OVERRIDE: "N";
16
- ACCOUNT_ID_ENDPOINT: "O";
17
- ACCOUNT_ID_MODE_PREFERRED: "P";
18
- ACCOUNT_ID_MODE_DISABLED: "Q";
19
- ACCOUNT_ID_MODE_REQUIRED: "R";
20
- SIGV4A_SIGNING: "S";
21
- FLEXIBLE_CHECKSUMS_REQ_CRC32: "U";
22
- FLEXIBLE_CHECKSUMS_REQ_CRC32C: "V";
23
- FLEXIBLE_CHECKSUMS_REQ_CRC64: "W";
24
- FLEXIBLE_CHECKSUMS_REQ_SHA1: "X";
25
- FLEXIBLE_CHECKSUMS_REQ_SHA256: "Y";
26
- FLEXIBLE_CHECKSUMS_REQ_WHEN_SUPPORTED: "Z";
27
- FLEXIBLE_CHECKSUMS_REQ_WHEN_REQUIRED: "a";
28
- FLEXIBLE_CHECKSUMS_RES_WHEN_SUPPORTED: "b";
29
- FLEXIBLE_CHECKSUMS_RES_WHEN_REQUIRED: "c";
30
- DDB_MAPPER: "d";
31
- }> & AwsSdkCredentialsFeatures & AwsSdkTokenFeatures;
32
- /**
33
- * @internal
34
- */
35
- export type AwsSdkCredentialsFeatures = Partial<{
36
- RESOLVED_ACCOUNT_ID: "T";
37
- CREDENTIALS_CODE: "e";
38
- CREDENTIALS_ENV_VARS: "g";
39
- CREDENTIALS_ENV_VARS_STS_WEB_ID_TOKEN: "h";
40
- CREDENTIALS_STS_ASSUME_ROLE: "i";
41
- CREDENTIALS_STS_ASSUME_ROLE_SAML: "j";
42
- CREDENTIALS_STS_ASSUME_ROLE_WEB_ID: "k";
43
- CREDENTIALS_STS_FEDERATION_TOKEN: "l";
44
- CREDENTIALS_STS_SESSION_TOKEN: "m";
45
- CREDENTIALS_PROFILE: "n";
46
- CREDENTIALS_PROFILE_SOURCE_PROFILE: "o";
47
- CREDENTIALS_PROFILE_NAMED_PROVIDER: "p";
48
- CREDENTIALS_PROFILE_STS_WEB_ID_TOKEN: "q";
49
- CREDENTIALS_PROFILE_SSO: "r";
50
- CREDENTIALS_SSO: "s";
51
- CREDENTIALS_PROFILE_SSO_LEGACY: "t";
52
- CREDENTIALS_SSO_LEGACY: "u";
53
- CREDENTIALS_PROFILE_PROCESS: "v";
54
- CREDENTIALS_PROCESS: "w";
55
- CREDENTIALS_BOTO2_CONFIG_FILE: "x";
56
- CREDENTIALS_AWS_SDK_STORE: "y";
57
- CREDENTIALS_HTTP: "z";
58
- CREDENTIALS_IMDS: "0";
59
- CREDENTIALS_PROFILE_LOGIN: "AC";
60
- CREDENTIALS_LOGIN: "AD";
61
- }>;
62
- /**
63
- * @internal
64
- */
65
- export type AwsSdkTokenFeatures = Partial<{
66
- BEARER_SERVICE_ENV_VARS: "3";
67
- }>;
@@ -1,7 +0,0 @@
1
- /**
2
- * Resolves a function that accepts both the object argument fields of F1 and F2.
3
- * The function returns an intersection of what F1 and F2 return.
4
- *
5
- * @public
6
- */
7
- export type MergeFunctions<F1, F2> = F1 extends (arg: infer A1) => infer R1 ? F2 extends (arg: infer A2) => infer R2 ? R1 extends Promise<unknown> ? (arg?: A1 & A2) => Promise<Awaited<R1> & Awaited<R2>> : (arg?: A1 & A2) => R1 & R2 : never : never;
@@ -1,33 +0,0 @@
1
- import { HttpResponse } from "@smithy/types";
2
- export { Endpoint, HeaderBag, HttpHandlerOptions, HttpMessage, HttpRequest, HttpResponse, QueryParameterBag, } from "@smithy/types";
3
- /**
4
- * @public
5
- *
6
- * A collection of key/value pairs with case-insensitive keys.
7
- */
8
- export interface Headers extends Map<string, string> {
9
- /**
10
- * Returns a new instance of Headers with the specified header set to the
11
- * provided value. Does not modify the original Headers instance.
12
- *
13
- * @param headerName - The name of the header to add or overwrite
14
- * @param headerValue - The value to which the header should be set
15
- */
16
- withHeader(headerName: string, headerValue: string): Headers;
17
- /**
18
- * Returns a new instance of Headers without the specified header. Does not
19
- * modify the original Headers instance.
20
- *
21
- * @param headerName - The name of the header to remove
22
- */
23
- withoutHeader(headerName: string): Headers;
24
- }
25
- /**
26
- * @public
27
- *
28
- * Represents HTTP message whose body has been resolved to a string. This is
29
- * used in parsing http message.
30
- */
31
- export interface ResolvedHttpResponse extends HttpResponse {
32
- body: string;
33
- }
@@ -1,6 +0,0 @@
1
- import { Identity } from "./Identity";
2
- /**
3
- * @public
4
- */
5
- export interface AnonymousIdentity extends Identity {
6
- }
@@ -1,61 +0,0 @@
1
- import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, Logger, RequestHandler } from "@smithy/types";
2
- import type { AwsSdkCredentialsFeatures } from "../feature-ids";
3
- export { AwsCredentialIdentity, AwsCredentialIdentityProvider, IdentityProvider } from "@smithy/types";
4
- /**
5
- * @public
6
- */
7
- export interface AwsIdentityProperties {
8
- /**
9
- * These are resolved client config values, and may be async providers.
10
- */
11
- callerClientConfig?: {
12
- /**
13
- * It is likely a programming error if you use
14
- * the caller client config credentials in a credential provider, since
15
- * it will recurse.
16
- *
17
- * @deprecated do not use.
18
- */
19
- credentials?: AwsCredentialIdentity | AwsCredentialIdentityProvider;
20
- /**
21
- * @internal
22
- * @deprecated minimize use.
23
- */
24
- credentialDefaultProvider?: (input?: any) => AwsCredentialIdentityProvider;
25
- logger?: Logger;
26
- profile?: string;
27
- region(): Promise<string>;
28
- requestHandler?: RequestHandler<any, any>;
29
- userAgentAppId?(): Promise<string | undefined>;
30
- };
31
- }
32
- /**
33
- * @public
34
- *
35
- * Variation of {@link IdentityProvider} which accepts a contextual
36
- * client configuration that includes an AWS region and potentially other
37
- * configurable fields.
38
- *
39
- * Used to link a credential provider to a client if it is being called
40
- * in the context of a client.
41
- */
42
- export type RuntimeConfigIdentityProvider<T> = (awsIdentityProperties?: AwsIdentityProperties) => Promise<T>;
43
- /**
44
- * @public
45
- *
46
- * Variation of {@link AwsCredentialIdentityProvider} which accepts a contextual
47
- * client configuration that includes an AWS region and potentially other
48
- * configurable fields.
49
- *
50
- * Used to link a credential provider to a client if it is being called
51
- * in the context of a client.
52
- */
53
- export type RuntimeConfigAwsCredentialIdentityProvider = RuntimeConfigIdentityProvider<AwsCredentialIdentity>;
54
- /**
55
- * @public
56
- *
57
- * AwsCredentialIdentity with source attribution metadata.
58
- */
59
- export type AttributedAwsCredentialIdentity = AwsCredentialIdentity & {
60
- $source?: AwsSdkCredentialsFeatures;
61
- };
@@ -1 +0,0 @@
1
- export { Identity, IdentityProvider } from "@smithy/types";
@@ -1,18 +0,0 @@
1
- import { Identity, IdentityProvider } from "./Identity";
2
- /**
3
- * @public
4
- */
5
- export interface LoginIdentity extends Identity {
6
- /**
7
- * Identity username
8
- */
9
- readonly username: string;
10
- /**
11
- * Identity password
12
- */
13
- readonly password: string;
14
- }
15
- /**
16
- * @public
17
- */
18
- export type LoginIdentityProvider = IdentityProvider<LoginIdentity>;
@@ -1,11 +0,0 @@
1
- import type { TokenIdentity } from "@smithy/types";
2
- import type { AwsSdkTokenFeatures } from "../feature-ids";
3
- export { TokenIdentity, TokenIdentityProvider } from "@smithy/types";
4
- /**
5
- * @public
6
- *
7
- * TokenIdentity with source attribution metadata.
8
- */
9
- export type AttributedTokenIdentity = TokenIdentity & {
10
- $source?: AwsSdkTokenFeatures;
11
- };
@@ -1,5 +0,0 @@
1
- export * from "./AnonymousIdentity";
2
- export * from "./AwsCredentialIdentity";
3
- export * from "./Identity";
4
- export * from "./LoginIdentity";
5
- export * from "./TokenIdentity";
@@ -1,34 +0,0 @@
1
- export * from "./abort";
2
- export * from "./auth";
3
- export * from "./blob/blob-types";
4
- export * from "./checksum";
5
- export * from "./client";
6
- export * from "./command";
7
- export * from "./connection";
8
- export * from "./credentials";
9
- export * from "./crypto";
10
- export * from "./dns";
11
- export * from "./encode";
12
- export * from "./endpoint";
13
- export * from "./eventStream";
14
- export * from "./extensions";
15
- export * from "./feature-ids";
16
- export * from "./function";
17
- export * from "./http";
18
- export * from "./identity";
19
- export * from "./logger";
20
- export * from "./middleware";
21
- export * from "./pagination";
22
- export * from "./profile";
23
- export * from "./request";
24
- export * from "./response";
25
- export * from "./retry";
26
- export * from "./serde";
27
- export * from "./shapes";
28
- export * from "./signature";
29
- export * from "./stream";
30
- export * from "./token";
31
- export * from "./transfer";
32
- export * from "./uri";
33
- export * from "./util";
34
- export * from "./waiter";
@@ -1,22 +0,0 @@
1
- import type { Logger } from "@smithy/types";
2
- export type { Logger } from "@smithy/types";
3
- /**
4
- * @public
5
- *
6
- * A list of logger's log level. These levels are sorted in
7
- * order of increasing severity. Each log level includes itself and all
8
- * the levels behind itself.
9
- *
10
- * @example `new Logger({logLevel: 'warn'})` will print all the warn and error
11
- * message.
12
- */
13
- export type LogLevel = "all" | "trace" | "debug" | "log" | "info" | "warn" | "error" | "off";
14
- /**
15
- * @public
16
- *
17
- * An object consumed by Logger constructor to initiate a logger object.
18
- */
19
- export interface LoggerOptions {
20
- logger?: Logger;
21
- logLevel?: LogLevel;
22
- }
@@ -1,13 +0,0 @@
1
- import { HandlerExecutionContext } from "@smithy/types";
2
- import { AwsSdkFeatures } from "./feature-ids";
3
- export { AbsoluteLocation, BuildHandler, BuildHandlerArguments, BuildHandlerOptions, BuildHandlerOutput, BuildMiddleware, DeserializeHandler, DeserializeHandlerArguments, DeserializeHandlerOptions, DeserializeHandlerOutput, DeserializeMiddleware, FinalizeHandler, FinalizeHandlerArguments, FinalizeHandlerOutput, FinalizeRequestHandlerOptions, FinalizeRequestMiddleware, Handler, HandlerExecutionContext, HandlerOptions, InitializeHandler, InitializeHandlerArguments, InitializeHandlerOptions, InitializeHandlerOutput, InitializeMiddleware, MiddlewareStack, MiddlewareType, Pluggable, Priority, Relation, RelativeLocation, RelativeMiddlewareOptions, SerializeHandler, SerializeHandlerArguments, SerializeHandlerOptions, SerializeHandlerOutput, SerializeMiddleware, Step, Terminalware, } from "@smithy/types";
4
- /**
5
- * @internal
6
- * Contains reserved keys for AWS SDK internal usage of the
7
- * handler execution context object.
8
- */
9
- export interface AwsHandlerExecutionContext extends HandlerExecutionContext {
10
- __aws_sdk_context?: {
11
- features?: AwsSdkFeatures;
12
- };
13
- }
@@ -1 +0,0 @@
1
- export { PaginationConfiguration, Paginator } from "@smithy/types";
@@ -1 +0,0 @@
1
- export { IniSection, Profile, ParsedIniData, SharedConfigFiles } from "@smithy/types";
@@ -1,7 +0,0 @@
1
- /**
2
- * @internal
3
- */
4
- export interface Request {
5
- destination: URL;
6
- body?: any;
7
- }
@@ -1,7 +0,0 @@
1
- export { MetadataBearer, ResponseMetadata } from "@smithy/types";
2
- /**
3
- * @internal
4
- */
5
- export interface Response {
6
- body: any;
7
- }
@@ -1 +0,0 @@
1
- export { ExponentialBackoffJitterType, ExponentialBackoffStrategyOptions, RetryBackoffStrategy, RetryErrorInfo, RetryErrorType, RetryStrategyOptions, RetryStrategyV2, RetryToken, StandardRetryBackoffStrategy, StandardRetryToken, } from "@smithy/types";
@@ -1,24 +0,0 @@
1
- export { EndpointBearer, StreamCollector, SerdeContext, ResponseDeserializer, RequestSerializer, SdkStreamMixin, SdkStream, WithSdkStreamMixin, SdkStreamMixinInjector, SdkStreamSerdeContext, } from "@smithy/types";
2
- /**
3
- * @public
4
- *
5
- * Declare DOM interfaces in case dom.d.ts is not added to the tsconfig lib, causing
6
- * interfaces to not be defined. For developers with dom.d.ts added, the interfaces will
7
- * be merged correctly.
8
- *
9
- * This is also required for any clients with streaming interfaces where the corresponding
10
- * types are also referred. The type is only declared here once since this `@aws-sdk/types`
11
- * is depended by all `@aws-sdk` packages.
12
- */
13
- declare global {
14
- /**
15
- * @public
16
- */
17
- export interface ReadableStream {
18
- }
19
- /**
20
- * @public
21
- */
22
- export interface Blob {
23
- }
24
- }
@@ -1 +0,0 @@
1
- export { DocumentType, RetryableTrait, SmithyException, SdkError } from "@smithy/types";
@@ -1 +0,0 @@
1
- export { DateInput, EventSigner, EventSigningArguments, FormattedEvent, MessageSigner, RequestSigningArguments, RequestPresigner, RequestPresigningArguments, RequestSigner, SignableMessage, SignedMessage, SigningArguments, StringSigner, } from "@smithy/types";
@@ -1 +0,0 @@
1
- export { GetAwsChunkedEncodingStream, GetAwsChunkedEncodingStreamOptions } from "@smithy/types";
@@ -1,17 +0,0 @@
1
- import { TokenIdentity } from "./identity";
2
- import { Provider } from "./util";
3
- /**
4
- * @public
5
- *
6
- * An object representing temporary or permanent AWS token.
7
- *
8
- * @deprecated Use {@link TokenIdentity}
9
- */
10
- export interface Token extends TokenIdentity {
11
- }
12
- /**
13
- * @public
14
- *
15
- * @deprecated Use {@link TokenIdentityProvider}
16
- */
17
- export type TokenProvider = Provider<Token>;
@@ -1 +0,0 @@
1
- export { RequestContext, RequestHandler, RequestHandlerMetadata, RequestHandlerOutput, RequestHandlerProtocol, } from "@smithy/types";
@@ -1 +0,0 @@
1
- export { AbortController, AbortHandler, AbortSignal } from "@smithy/types";
@@ -1,5 +0,0 @@
1
- export {
2
- AuthScheme,
3
- HttpAuthDefinition,
4
- HttpAuthLocation,
5
- } from "@smithy/types";
@@ -1,2 +0,0 @@
1
- import { BlobTypes } from "@smithy/types";
2
- export { BlobTypes };
@@ -1 +0,0 @@
1
- export { Checksum, ChecksumConstructor } from "@smithy/types";
@@ -1 +0,0 @@
1
- export { Client } from "@smithy/types";
@@ -1 +0,0 @@
1
- export { Command } from "@smithy/types";
@@ -1,6 +0,0 @@
1
- export {
2
- ConnectConfiguration,
3
- ConnectionManager,
4
- ConnectionManagerConfiguration,
5
- ConnectionPool,
6
- } from "@smithy/types";
@@ -1,15 +0,0 @@
1
- import { Logger } from "@smithy/types";
2
- import { AwsCredentialIdentity } from "./identity";
3
- import { Provider } from "./util";
4
- export interface Credentials extends AwsCredentialIdentity {}
5
- export type CredentialProvider = Provider<Credentials>;
6
- export type CredentialProviderOptions = {
7
- logger?: Logger;
8
- parentClientConfig?: {
9
- region?: string | Provider<string>;
10
- profile?: string;
11
- logger?: Logger;
12
- userAgentAppId?(): Promise<string | undefined>;
13
- [key: string]: unknown;
14
- };
15
- };
@@ -1,7 +0,0 @@
1
- export {
2
- Hash,
3
- HashConstructor,
4
- StreamHasher,
5
- randomValues,
6
- SourceData,
7
- } from "@smithy/types";
@@ -1,19 +0,0 @@
1
- export declare enum HostAddressType {
2
- AAAA = "AAAA",
3
- A = "A",
4
- }
5
- export interface HostAddress {
6
- addressType: HostAddressType;
7
- address: string;
8
- hostName: string;
9
- service?: string;
10
- }
11
- export interface HostResolverArguments {
12
- hostName: string;
13
- service?: string;
14
- }
15
- export interface HostResolver {
16
- resolveAddress(args: HostResolverArguments): Promise<HostAddress[]>;
17
- reportFailureOnAddress(addr: HostAddress): void;
18
- purgeCache(args?: HostResolverArguments): void;
19
- }
@@ -1,6 +0,0 @@
1
- export {
2
- MessageDecoder,
3
- MessageEncoder,
4
- AvailableMessage,
5
- AvailableMessages,
6
- } from "@smithy/types";
@@ -1,9 +0,0 @@
1
- export {
2
- EndpointARN,
3
- EndpointPartition,
4
- EndpointURLScheme,
5
- EndpointURL,
6
- EndpointObjectProperty,
7
- EndpointV2,
8
- EndpointParameters,
9
- } from "@smithy/types";
@@ -1,24 +0,0 @@
1
- export {
2
- Message,
3
- MessageHeaders,
4
- BooleanHeaderValue,
5
- ByteHeaderValue,
6
- ShortHeaderValue,
7
- IntegerHeaderValue,
8
- LongHeaderValue,
9
- BinaryHeaderValue,
10
- StringHeaderValue,
11
- TimestampHeaderValue,
12
- UuidHeaderValue,
13
- MessageHeaderValue,
14
- Int64,
15
- EventStreamSerdeContext,
16
- EventStreamMarshaller,
17
- EventStreamMarshallerDeserFn,
18
- EventStreamMarshallerSerFn,
19
- EventStreamPayloadHandler,
20
- EventStreamPayloadHandlerProvider,
21
- EventStreamRequestSigner,
22
- EventStreamSerdeProvider,
23
- EventStreamSignerProvider,
24
- } from "@smithy/types";
@@ -1,5 +0,0 @@
1
- import { Provider } from "@smithy/types";
2
- export interface AwsRegionExtensionConfiguration {
3
- setRegion(region: Provider<string>): void;
4
- region(): Provider<string>;
5
- }
@@ -1,60 +0,0 @@
1
- export type AwsSdkFeatures = Partial<{
2
- RESOURCE_MODEL: "A";
3
- WAITER: "B";
4
- PAGINATOR: "C";
5
- RETRY_MODE_LEGACY: "D";
6
- RETRY_MODE_STANDARD: "E";
7
- RETRY_MODE_ADAPTIVE: "F";
8
- S3_EXPRESS_BUCKET: "J";
9
- S3_ACCESS_GRANTS: "K";
10
- GZIP_REQUEST_COMPRESSION: "L";
11
- PROTOCOL_RPC_V2_CBOR: "M";
12
- ENDPOINT_OVERRIDE: "N";
13
- ACCOUNT_ID_ENDPOINT: "O";
14
- ACCOUNT_ID_MODE_PREFERRED: "P";
15
- ACCOUNT_ID_MODE_DISABLED: "Q";
16
- ACCOUNT_ID_MODE_REQUIRED: "R";
17
- SIGV4A_SIGNING: "S";
18
- FLEXIBLE_CHECKSUMS_REQ_CRC32: "U";
19
- FLEXIBLE_CHECKSUMS_REQ_CRC32C: "V";
20
- FLEXIBLE_CHECKSUMS_REQ_CRC64: "W";
21
- FLEXIBLE_CHECKSUMS_REQ_SHA1: "X";
22
- FLEXIBLE_CHECKSUMS_REQ_SHA256: "Y";
23
- FLEXIBLE_CHECKSUMS_REQ_WHEN_SUPPORTED: "Z";
24
- FLEXIBLE_CHECKSUMS_REQ_WHEN_REQUIRED: "a";
25
- FLEXIBLE_CHECKSUMS_RES_WHEN_SUPPORTED: "b";
26
- FLEXIBLE_CHECKSUMS_RES_WHEN_REQUIRED: "c";
27
- DDB_MAPPER: "d";
28
- }> &
29
- AwsSdkCredentialsFeatures &
30
- AwsSdkTokenFeatures;
31
- export type AwsSdkCredentialsFeatures = Partial<{
32
- RESOLVED_ACCOUNT_ID: "T";
33
- CREDENTIALS_CODE: "e";
34
- CREDENTIALS_ENV_VARS: "g";
35
- CREDENTIALS_ENV_VARS_STS_WEB_ID_TOKEN: "h";
36
- CREDENTIALS_STS_ASSUME_ROLE: "i";
37
- CREDENTIALS_STS_ASSUME_ROLE_SAML: "j";
38
- CREDENTIALS_STS_ASSUME_ROLE_WEB_ID: "k";
39
- CREDENTIALS_STS_FEDERATION_TOKEN: "l";
40
- CREDENTIALS_STS_SESSION_TOKEN: "m";
41
- CREDENTIALS_PROFILE: "n";
42
- CREDENTIALS_PROFILE_SOURCE_PROFILE: "o";
43
- CREDENTIALS_PROFILE_NAMED_PROVIDER: "p";
44
- CREDENTIALS_PROFILE_STS_WEB_ID_TOKEN: "q";
45
- CREDENTIALS_PROFILE_SSO: "r";
46
- CREDENTIALS_SSO: "s";
47
- CREDENTIALS_PROFILE_SSO_LEGACY: "t";
48
- CREDENTIALS_SSO_LEGACY: "u";
49
- CREDENTIALS_PROFILE_PROCESS: "v";
50
- CREDENTIALS_PROCESS: "w";
51
- CREDENTIALS_BOTO2_CONFIG_FILE: "x";
52
- CREDENTIALS_AWS_SDK_STORE: "y";
53
- CREDENTIALS_HTTP: "z";
54
- CREDENTIALS_IMDS: "0";
55
- CREDENTIALS_PROFILE_LOGIN: "AC";
56
- CREDENTIALS_LOGIN: "AD";
57
- }>;
58
- export type AwsSdkTokenFeatures = Partial<{
59
- BEARER_SERVICE_ENV_VARS: "3";
60
- }>;
@@ -1,7 +0,0 @@
1
- export type MergeFunctions<F1, F2> = F1 extends (arg: infer A1) => infer R1
2
- ? F2 extends (arg: infer A2) => infer R2
3
- ? R1 extends Promise<unknown>
4
- ? (arg?: A1 & A2) => Promise<Awaited<R1> & Awaited<R2>>
5
- : (arg?: A1 & A2) => R1 & R2
6
- : never
7
- : never;
@@ -1,17 +0,0 @@
1
- import { HttpResponse } from "@smithy/types";
2
- export {
3
- Endpoint,
4
- HeaderBag,
5
- HttpHandlerOptions,
6
- HttpMessage,
7
- HttpRequest,
8
- HttpResponse,
9
- QueryParameterBag,
10
- } from "@smithy/types";
11
- export interface Headers extends Map<string, string> {
12
- withHeader(headerName: string, headerValue: string): Headers;
13
- withoutHeader(headerName: string): Headers;
14
- }
15
- export interface ResolvedHttpResponse extends HttpResponse {
16
- body: string;
17
- }
@@ -1,2 +0,0 @@
1
- import { Identity } from "./Identity";
2
- export interface AnonymousIdentity extends Identity {}
@@ -1,31 +0,0 @@
1
- import {
2
- AwsCredentialIdentity,
3
- AwsCredentialIdentityProvider,
4
- Logger,
5
- RequestHandler,
6
- } from "@smithy/types";
7
- import { AwsSdkCredentialsFeatures } from "../feature-ids";
8
- export {
9
- AwsCredentialIdentity,
10
- AwsCredentialIdentityProvider,
11
- IdentityProvider,
12
- } from "@smithy/types";
13
- export interface AwsIdentityProperties {
14
- callerClientConfig?: {
15
- credentials?: AwsCredentialIdentity | AwsCredentialIdentityProvider;
16
- credentialDefaultProvider?: (input?: any) => AwsCredentialIdentityProvider;
17
- logger?: Logger;
18
- profile?: string;
19
- region(): Promise<string>;
20
- requestHandler?: RequestHandler<any, any>;
21
- userAgentAppId?(): Promise<string | undefined>;
22
- };
23
- }
24
- export type RuntimeConfigIdentityProvider<T> = (
25
- awsIdentityProperties?: AwsIdentityProperties
26
- ) => Promise<T>;
27
- export type RuntimeConfigAwsCredentialIdentityProvider =
28
- RuntimeConfigIdentityProvider<AwsCredentialIdentity>;
29
- export type AttributedAwsCredentialIdentity = AwsCredentialIdentity & {
30
- $source?: AwsSdkCredentialsFeatures;
31
- };
@@ -1 +0,0 @@
1
- export { Identity, IdentityProvider } from "@smithy/types";
@@ -1,6 +0,0 @@
1
- import { Identity, IdentityProvider } from "./Identity";
2
- export interface LoginIdentity extends Identity {
3
- readonly username: string;
4
- readonly password: string;
5
- }
6
- export type LoginIdentityProvider = IdentityProvider<LoginIdentity>;