@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,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-codedeploy",
3
3
  "description": "AWS SDK for JavaScript Codedeploy Client for Node.js, Browser and React Native",
4
- "version": "3.975.0",
4
+ "version": "3.985.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-codedeploy",
@@ -23,38 +23,38 @@
23
23
  "dependencies": {
24
24
  "@aws-crypto/sha256-browser": "5.2.0",
25
25
  "@aws-crypto/sha256-js": "5.2.0",
26
- "@aws-sdk/core": "^3.973.1",
27
- "@aws-sdk/credential-provider-node": "^3.972.1",
28
- "@aws-sdk/middleware-host-header": "^3.972.1",
29
- "@aws-sdk/middleware-logger": "^3.972.1",
30
- "@aws-sdk/middleware-recursion-detection": "^3.972.1",
31
- "@aws-sdk/middleware-user-agent": "^3.972.2",
32
- "@aws-sdk/region-config-resolver": "^3.972.1",
33
- "@aws-sdk/types": "^3.973.0",
34
- "@aws-sdk/util-endpoints": "3.972.0",
35
- "@aws-sdk/util-user-agent-browser": "^3.972.1",
36
- "@aws-sdk/util-user-agent-node": "^3.972.1",
26
+ "@aws-sdk/core": "^3.973.7",
27
+ "@aws-sdk/credential-provider-node": "^3.972.6",
28
+ "@aws-sdk/middleware-host-header": "^3.972.3",
29
+ "@aws-sdk/middleware-logger": "^3.972.3",
30
+ "@aws-sdk/middleware-recursion-detection": "^3.972.3",
31
+ "@aws-sdk/middleware-user-agent": "^3.972.7",
32
+ "@aws-sdk/region-config-resolver": "^3.972.3",
33
+ "@aws-sdk/types": "^3.973.1",
34
+ "@aws-sdk/util-endpoints": "3.985.0",
35
+ "@aws-sdk/util-user-agent-browser": "^3.972.3",
36
+ "@aws-sdk/util-user-agent-node": "^3.972.5",
37
37
  "@smithy/config-resolver": "^4.4.6",
38
- "@smithy/core": "^3.21.1",
38
+ "@smithy/core": "^3.22.1",
39
39
  "@smithy/fetch-http-handler": "^5.3.9",
40
40
  "@smithy/hash-node": "^4.2.8",
41
41
  "@smithy/invalid-dependency": "^4.2.8",
42
42
  "@smithy/middleware-content-length": "^4.2.8",
43
- "@smithy/middleware-endpoint": "^4.4.11",
44
- "@smithy/middleware-retry": "^4.4.27",
43
+ "@smithy/middleware-endpoint": "^4.4.13",
44
+ "@smithy/middleware-retry": "^4.4.30",
45
45
  "@smithy/middleware-serde": "^4.2.9",
46
46
  "@smithy/middleware-stack": "^4.2.8",
47
47
  "@smithy/node-config-provider": "^4.3.8",
48
- "@smithy/node-http-handler": "^4.4.8",
48
+ "@smithy/node-http-handler": "^4.4.9",
49
49
  "@smithy/protocol-http": "^5.3.8",
50
- "@smithy/smithy-client": "^4.10.12",
50
+ "@smithy/smithy-client": "^4.11.2",
51
51
  "@smithy/types": "^4.12.0",
52
52
  "@smithy/url-parser": "^4.2.8",
53
53
  "@smithy/util-base64": "^4.3.0",
54
54
  "@smithy/util-body-length-browser": "^4.2.0",
55
55
  "@smithy/util-body-length-node": "^4.2.1",
56
- "@smithy/util-defaults-mode-browser": "^4.3.26",
57
- "@smithy/util-defaults-mode-node": "^4.2.29",
56
+ "@smithy/util-defaults-mode-browser": "^4.3.29",
57
+ "@smithy/util-defaults-mode-node": "^4.2.32",
58
58
  "@smithy/util-endpoints": "^3.2.8",
59
59
  "@smithy/util-middleware": "^4.2.8",
60
60
  "@smithy/util-retry": "^4.2.8",
@@ -364,19 +364,23 @@ class LogoutCommand extends smithyClient.Command
364
364
  .build() {
365
365
  }
366
366
 
367
+ const paginateListAccountRoles = core.createPaginator(SSOClient, ListAccountRolesCommand, "nextToken", "nextToken", "maxResults");
368
+
369
+ const paginateListAccounts = core.createPaginator(SSOClient, ListAccountsCommand, "nextToken", "nextToken", "maxResults");
370
+
367
371
  const commands = {
368
372
  GetRoleCredentialsCommand,
369
373
  ListAccountRolesCommand,
370
374
  ListAccountsCommand,
371
375
  LogoutCommand,
372
376
  };
377
+ const paginators = {
378
+ paginateListAccountRoles,
379
+ paginateListAccounts,
380
+ };
373
381
  class SSO extends SSOClient {
374
382
  }
375
- smithyClient.createAggregatedClient(commands, SSO);
376
-
377
- const paginateListAccountRoles = core.createPaginator(SSOClient, ListAccountRolesCommand, "nextToken", "nextToken", "maxResults");
378
-
379
- const paginateListAccounts = core.createPaginator(SSOClient, ListAccountsCommand, "nextToken", "nextToken", "maxResults");
383
+ smithyClient.createAggregatedClient(commands, SSO, { paginators });
380
384
 
381
385
  Object.defineProperty(exports, "$Command", {
382
386
  enumerable: true,
@@ -3,6 +3,8 @@ import { GetRoleCredentialsCommand, } from "./commands/GetRoleCredentialsCommand
3
3
  import { ListAccountRolesCommand, } from "./commands/ListAccountRolesCommand";
4
4
  import { ListAccountsCommand, } from "./commands/ListAccountsCommand";
5
5
  import { LogoutCommand } from "./commands/LogoutCommand";
6
+ import { paginateListAccountRoles } from "./pagination/ListAccountRolesPaginator";
7
+ import { paginateListAccounts } from "./pagination/ListAccountsPaginator";
6
8
  import { SSOClient } from "./SSOClient";
7
9
  const commands = {
8
10
  GetRoleCredentialsCommand,
@@ -10,6 +12,10 @@ const commands = {
10
12
  ListAccountsCommand,
11
13
  LogoutCommand,
12
14
  };
15
+ const paginators = {
16
+ paginateListAccountRoles,
17
+ paginateListAccounts,
18
+ };
13
19
  export class SSO extends SSOClient {
14
20
  }
15
- createAggregatedClient(commands, SSO);
21
+ createAggregatedClient(commands, SSO, { paginators });
@@ -1,4 +1,4 @@
1
- import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
1
+ import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
2
2
  import { GetRoleCredentialsCommandInput, GetRoleCredentialsCommandOutput } from "./commands/GetRoleCredentialsCommand";
3
3
  import { ListAccountRolesCommandInput, ListAccountRolesCommandOutput } from "./commands/ListAccountRolesCommand";
4
4
  import { ListAccountsCommandInput, ListAccountsCommandOutput } from "./commands/ListAccountsCommand";
@@ -29,6 +29,20 @@ export interface SSO {
29
29
  logout(args: LogoutCommandInput, options?: __HttpHandlerOptions): Promise<LogoutCommandOutput>;
30
30
  logout(args: LogoutCommandInput, cb: (err: any, data?: LogoutCommandOutput) => void): void;
31
31
  logout(args: LogoutCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: LogoutCommandOutput) => void): void;
32
+ /**
33
+ * @see {@link ListAccountRolesCommand}
34
+ * @param args - command input.
35
+ * @param paginationConfig - optional pagination config.
36
+ * @returns AsyncIterable of {@link ListAccountRolesCommandOutput}.
37
+ */
38
+ paginateListAccountRoles(args: ListAccountRolesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAccountRolesCommandOutput>;
39
+ /**
40
+ * @see {@link ListAccountsCommand}
41
+ * @param args - command input.
42
+ * @param paginationConfig - optional pagination config.
43
+ * @returns AsyncIterable of {@link ListAccountsCommandOutput}.
44
+ */
45
+ paginateListAccounts(args: ListAccountsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAccountsCommandOutput>;
32
46
  }
33
47
  /**
34
48
  * <p>AWS IAM Identity Center (successor to AWS Single Sign-On) Portal is a web service that makes it easy for you to assign user access to
@@ -1,4 +1,8 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
1
+ import {
2
+ HttpHandlerOptions as __HttpHandlerOptions,
3
+ PaginationConfiguration,
4
+ Paginator,
5
+ } from "@smithy/types";
2
6
  import {
3
7
  GetRoleCredentialsCommandInput,
4
8
  GetRoleCredentialsCommandOutput,
@@ -69,5 +73,19 @@ export interface SSO {
69
73
  options: __HttpHandlerOptions,
70
74
  cb: (err: any, data?: LogoutCommandOutput) => void
71
75
  ): void;
76
+ paginateListAccountRoles(
77
+ args: ListAccountRolesCommandInput,
78
+ paginationConfig?: Pick<
79
+ PaginationConfiguration,
80
+ Exclude<keyof PaginationConfiguration, "client">
81
+ >
82
+ ): Paginator<ListAccountRolesCommandOutput>;
83
+ paginateListAccounts(
84
+ args: ListAccountsCommandInput,
85
+ paginationConfig?: Pick<
86
+ PaginationConfiguration,
87
+ Exclude<keyof PaginationConfiguration, "client">
88
+ >
89
+ ): Paginator<ListAccountsCommandOutput>;
72
90
  }
73
91
  export declare class SSO extends SSOClient implements SSO {}
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sso",
3
3
  "description": "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",
4
- "version": "3.974.0",
4
+ "version": "3.985.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-sso",
@@ -21,37 +21,37 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.973.0",
25
- "@aws-sdk/middleware-host-header": "^3.972.1",
26
- "@aws-sdk/middleware-logger": "^3.972.1",
27
- "@aws-sdk/middleware-recursion-detection": "^3.972.1",
28
- "@aws-sdk/middleware-user-agent": "^3.972.1",
29
- "@aws-sdk/region-config-resolver": "^3.972.1",
30
- "@aws-sdk/types": "^3.973.0",
31
- "@aws-sdk/util-endpoints": "3.972.0",
32
- "@aws-sdk/util-user-agent-browser": "^3.972.1",
33
- "@aws-sdk/util-user-agent-node": "^3.972.1",
24
+ "@aws-sdk/core": "^3.973.7",
25
+ "@aws-sdk/middleware-host-header": "^3.972.3",
26
+ "@aws-sdk/middleware-logger": "^3.972.3",
27
+ "@aws-sdk/middleware-recursion-detection": "^3.972.3",
28
+ "@aws-sdk/middleware-user-agent": "^3.972.7",
29
+ "@aws-sdk/region-config-resolver": "^3.972.3",
30
+ "@aws-sdk/types": "^3.973.1",
31
+ "@aws-sdk/util-endpoints": "3.985.0",
32
+ "@aws-sdk/util-user-agent-browser": "^3.972.3",
33
+ "@aws-sdk/util-user-agent-node": "^3.972.5",
34
34
  "@smithy/config-resolver": "^4.4.6",
35
- "@smithy/core": "^3.21.0",
35
+ "@smithy/core": "^3.22.1",
36
36
  "@smithy/fetch-http-handler": "^5.3.9",
37
37
  "@smithy/hash-node": "^4.2.8",
38
38
  "@smithy/invalid-dependency": "^4.2.8",
39
39
  "@smithy/middleware-content-length": "^4.2.8",
40
- "@smithy/middleware-endpoint": "^4.4.10",
41
- "@smithy/middleware-retry": "^4.4.26",
40
+ "@smithy/middleware-endpoint": "^4.4.13",
41
+ "@smithy/middleware-retry": "^4.4.30",
42
42
  "@smithy/middleware-serde": "^4.2.9",
43
43
  "@smithy/middleware-stack": "^4.2.8",
44
44
  "@smithy/node-config-provider": "^4.3.8",
45
- "@smithy/node-http-handler": "^4.4.8",
45
+ "@smithy/node-http-handler": "^4.4.9",
46
46
  "@smithy/protocol-http": "^5.3.8",
47
- "@smithy/smithy-client": "^4.10.11",
47
+ "@smithy/smithy-client": "^4.11.2",
48
48
  "@smithy/types": "^4.12.0",
49
49
  "@smithy/url-parser": "^4.2.8",
50
50
  "@smithy/util-base64": "^4.3.0",
51
51
  "@smithy/util-body-length-browser": "^4.2.0",
52
52
  "@smithy/util-body-length-node": "^4.2.1",
53
- "@smithy/util-defaults-mode-browser": "^4.3.25",
54
- "@smithy/util-defaults-mode-node": "^4.2.28",
53
+ "@smithy/util-defaults-mode-browser": "^4.3.29",
54
+ "@smithy/util-defaults-mode-node": "^4.2.32",
55
55
  "@smithy/util-endpoints": "^3.2.8",
56
56
  "@smithy/util-middleware": "^4.2.8",
57
57
  "@smithy/util-retry": "^4.2.8",
@@ -572,46 +572,6 @@ class SerdeContextConfig {
572
572
  }
573
573
  }
574
574
 
575
- function* serializingStructIterator(ns, sourceObject) {
576
- if (ns.isUnitSchema()) {
577
- return;
578
- }
579
- const struct = ns.getSchema();
580
- for (let i = 0; i < struct[4].length; ++i) {
581
- const key = struct[4][i];
582
- const memberSchema = struct[5][i];
583
- const memberNs = new schema.NormalizedSchema([memberSchema, 0], key);
584
- if (!(key in sourceObject) && !memberNs.isIdempotencyToken()) {
585
- continue;
586
- }
587
- yield [key, memberNs];
588
- }
589
- }
590
- function* deserializingStructIterator(ns, sourceObject, nameTrait) {
591
- if (ns.isUnitSchema()) {
592
- return;
593
- }
594
- const struct = ns.getSchema();
595
- let keysRemaining = Object.keys(sourceObject).filter((k) => k !== "__type").length;
596
- for (let i = 0; i < struct[4].length; ++i) {
597
- if (keysRemaining === 0) {
598
- break;
599
- }
600
- const key = struct[4][i];
601
- const memberSchema = struct[5][i];
602
- const memberNs = new schema.NormalizedSchema([memberSchema, 0], key);
603
- let serializationKey = key;
604
- if (nameTrait) {
605
- serializationKey = memberNs.getMergedTraits()[nameTrait] ?? key;
606
- }
607
- if (!(serializationKey in sourceObject)) {
608
- continue;
609
- }
610
- yield [key, memberNs];
611
- keysRemaining -= 1;
612
- }
613
- }
614
-
615
575
  class UnionSerde {
616
576
  from;
617
577
  to;
@@ -739,7 +699,7 @@ class JsonShapeDeserializer extends SerdeContextConfig {
739
699
  if (union) {
740
700
  unionSerde = new UnionSerde(record, out);
741
701
  }
742
- for (const [memberName, memberSchema] of deserializingStructIterator(ns, record, jsonName ? "jsonName" : false)) {
702
+ for (const [memberName, memberSchema] of ns.structIterator()) {
743
703
  let fromKey = memberName;
744
704
  if (jsonName) {
745
705
  fromKey = memberSchema.getMergedTraits().jsonName ?? fromKey;
@@ -948,7 +908,7 @@ class JsonShapeSerializer extends SerdeContextConfig {
948
908
  if (jsonName) {
949
909
  nameMap = {};
950
910
  }
951
- for (const [memberName, memberSchema] of serializingStructIterator(ns, record)) {
911
+ for (const [memberName, memberSchema] of ns.structIterator()) {
952
912
  const serializableValue = this._write(memberSchema, record[memberName], ns);
953
913
  if (serializableValue !== undefined) {
954
914
  let targetKey = memberName;
@@ -1567,7 +1527,7 @@ class QueryShapeSerializer extends SerdeContextConfig {
1567
1527
  else if (ns.isStructSchema()) {
1568
1528
  if (value && typeof value === "object") {
1569
1529
  let didWriteMember = false;
1570
- for (const [memberName, member] of serializingStructIterator(ns, value)) {
1530
+ for (const [memberName, member] of ns.structIterator()) {
1571
1531
  if (value[memberName] == null && !member.isIdempotencyToken()) {
1572
1532
  continue;
1573
1533
  }
@@ -1868,7 +1828,7 @@ class XmlShapeSerializer extends SerdeContextConfig {
1868
1828
  }
1869
1829
  const structXmlNode = xmlBuilder.XmlNode.of(name);
1870
1830
  const [xmlnsAttr, xmlns] = this.getXmlnsAttribute(ns, parentXmlns);
1871
- for (const [memberName, memberSchema] of serializingStructIterator(ns, value)) {
1831
+ for (const [memberName, memberSchema] of ns.structIterator()) {
1872
1832
  const val = value[memberName];
1873
1833
  if (val != null || memberSchema.isIdempotencyToken()) {
1874
1834
  if (memberSchema.getMergedTraits().xmlAttribute) {
@@ -2165,6 +2125,17 @@ class AwsRestXmlProtocol extends protocols.HttpBindingProtocol {
2165
2125
  }
2166
2126
  async handleError(operationSchema, context, response, dataObject, metadata) {
2167
2127
  const errorIdentifier = loadRestXmlErrorCode(response, dataObject) ?? "Unknown";
2128
+ if (dataObject.Error && typeof dataObject.Error === "object") {
2129
+ for (const key of Object.keys(dataObject.Error)) {
2130
+ dataObject[key] = dataObject.Error[key];
2131
+ if (key.toLowerCase() === "message") {
2132
+ dataObject.message = dataObject.Error[key];
2133
+ }
2134
+ }
2135
+ }
2136
+ if (dataObject.RequestId && !metadata.requestId) {
2137
+ metadata.requestId = dataObject.RequestId;
2138
+ }
2168
2139
  const { errorSchema, errorMetadata } = await this.mixin.getErrorSchemaOrThrowBaseException(errorIdentifier, this.options.defaultNamespace, response, dataObject, metadata);
2169
2140
  const ns = schema.NormalizedSchema.of(errorSchema);
2170
2141
  const message = dataObject.Error?.message ?? dataObject.Error?.Message ?? dataObject.message ?? dataObject.Message ?? "Unknown";
@@ -234,46 +234,6 @@ class SerdeContextConfig {
234
234
  }
235
235
  }
236
236
 
237
- function* serializingStructIterator(ns, sourceObject) {
238
- if (ns.isUnitSchema()) {
239
- return;
240
- }
241
- const struct = ns.getSchema();
242
- for (let i = 0; i < struct[4].length; ++i) {
243
- const key = struct[4][i];
244
- const memberSchema = struct[5][i];
245
- const memberNs = new schema.NormalizedSchema([memberSchema, 0], key);
246
- if (!(key in sourceObject) && !memberNs.isIdempotencyToken()) {
247
- continue;
248
- }
249
- yield [key, memberNs];
250
- }
251
- }
252
- function* deserializingStructIterator(ns, sourceObject, nameTrait) {
253
- if (ns.isUnitSchema()) {
254
- return;
255
- }
256
- const struct = ns.getSchema();
257
- let keysRemaining = Object.keys(sourceObject).filter((k) => k !== "__type").length;
258
- for (let i = 0; i < struct[4].length; ++i) {
259
- if (keysRemaining === 0) {
260
- break;
261
- }
262
- const key = struct[4][i];
263
- const memberSchema = struct[5][i];
264
- const memberNs = new schema.NormalizedSchema([memberSchema, 0], key);
265
- let serializationKey = key;
266
- if (nameTrait) {
267
- serializationKey = memberNs.getMergedTraits()[nameTrait] ?? key;
268
- }
269
- if (!(serializationKey in sourceObject)) {
270
- continue;
271
- }
272
- yield [key, memberNs];
273
- keysRemaining -= 1;
274
- }
275
- }
276
-
277
237
  class UnionSerde {
278
238
  from;
279
239
  to;
@@ -401,7 +361,7 @@ class JsonShapeDeserializer extends SerdeContextConfig {
401
361
  if (union) {
402
362
  unionSerde = new UnionSerde(record, out);
403
363
  }
404
- for (const [memberName, memberSchema] of deserializingStructIterator(ns, record, jsonName ? "jsonName" : false)) {
364
+ for (const [memberName, memberSchema] of ns.structIterator()) {
405
365
  let fromKey = memberName;
406
366
  if (jsonName) {
407
367
  fromKey = memberSchema.getMergedTraits().jsonName ?? fromKey;
@@ -610,7 +570,7 @@ class JsonShapeSerializer extends SerdeContextConfig {
610
570
  if (jsonName) {
611
571
  nameMap = {};
612
572
  }
613
- for (const [memberName, memberSchema] of serializingStructIterator(ns, record)) {
573
+ for (const [memberName, memberSchema] of ns.structIterator()) {
614
574
  const serializableValue = this._write(memberSchema, record[memberName], ns);
615
575
  if (serializableValue !== undefined) {
616
576
  let targetKey = memberName;
@@ -1229,7 +1189,7 @@ class QueryShapeSerializer extends SerdeContextConfig {
1229
1189
  else if (ns.isStructSchema()) {
1230
1190
  if (value && typeof value === "object") {
1231
1191
  let didWriteMember = false;
1232
- for (const [memberName, member] of serializingStructIterator(ns, value)) {
1192
+ for (const [memberName, member] of ns.structIterator()) {
1233
1193
  if (value[memberName] == null && !member.isIdempotencyToken()) {
1234
1194
  continue;
1235
1195
  }
@@ -1530,7 +1490,7 @@ class XmlShapeSerializer extends SerdeContextConfig {
1530
1490
  }
1531
1491
  const structXmlNode = xmlBuilder.XmlNode.of(name);
1532
1492
  const [xmlnsAttr, xmlns] = this.getXmlnsAttribute(ns, parentXmlns);
1533
- for (const [memberName, memberSchema] of serializingStructIterator(ns, value)) {
1493
+ for (const [memberName, memberSchema] of ns.structIterator()) {
1534
1494
  const val = value[memberName];
1535
1495
  if (val != null || memberSchema.isIdempotencyToken()) {
1536
1496
  if (memberSchema.getMergedTraits().xmlAttribute) {
@@ -1827,6 +1787,17 @@ class AwsRestXmlProtocol extends protocols.HttpBindingProtocol {
1827
1787
  }
1828
1788
  async handleError(operationSchema, context, response, dataObject, metadata) {
1829
1789
  const errorIdentifier = loadRestXmlErrorCode(response, dataObject) ?? "Unknown";
1790
+ if (dataObject.Error && typeof dataObject.Error === "object") {
1791
+ for (const key of Object.keys(dataObject.Error)) {
1792
+ dataObject[key] = dataObject.Error[key];
1793
+ if (key.toLowerCase() === "message") {
1794
+ dataObject.message = dataObject.Error[key];
1795
+ }
1796
+ }
1797
+ }
1798
+ if (dataObject.RequestId && !metadata.requestId) {
1799
+ metadata.requestId = dataObject.RequestId;
1800
+ }
1830
1801
  const { errorSchema, errorMetadata } = await this.mixin.getErrorSchemaOrThrowBaseException(errorIdentifier, this.options.defaultNamespace, response, dataObject, metadata);
1831
1802
  const ns = schema.NormalizedSchema.of(errorSchema);
1832
1803
  const message = dataObject.Error?.message ?? dataObject.Error?.Message ?? dataObject.message ?? dataObject.Message ?? "Unknown";
@@ -3,7 +3,6 @@ import { NormalizedSchema } from "@smithy/core/schema";
3
3
  import { LazyJsonString, NumericValue, parseEpochTimestamp, parseRfc3339DateTimeWithOffset, parseRfc7231DateTime, } from "@smithy/core/serde";
4
4
  import { fromBase64 } from "@smithy/util-base64";
5
5
  import { SerdeContextConfig } from "../ConfigurableSerdeContext";
6
- import { deserializingStructIterator } from "../structIterator";
7
6
  import { UnionSerde } from "../UnionSerde";
8
7
  import { jsonReviver } from "./jsonReviver";
9
8
  import { parseJsonBody } from "./parseJsonBody";
@@ -36,7 +35,7 @@ export class JsonShapeDeserializer extends SerdeContextConfig {
36
35
  if (union) {
37
36
  unionSerde = new UnionSerde(record, out);
38
37
  }
39
- for (const [memberName, memberSchema] of deserializingStructIterator(ns, record, jsonName ? "jsonName" : false)) {
38
+ for (const [memberName, memberSchema] of ns.structIterator()) {
40
39
  let fromKey = memberName;
41
40
  if (jsonName) {
42
41
  fromKey = memberSchema.getMergedTraits().jsonName ?? fromKey;
@@ -3,7 +3,6 @@ import { NormalizedSchema } from "@smithy/core/schema";
3
3
  import { dateToUtcString, generateIdempotencyToken, LazyJsonString, NumericValue } from "@smithy/core/serde";
4
4
  import { toBase64 } from "@smithy/util-base64";
5
5
  import { SerdeContextConfig } from "../ConfigurableSerdeContext";
6
- import { serializingStructIterator } from "../structIterator";
7
6
  import { JsonReplacer } from "./jsonReplacer";
8
7
  export class JsonShapeSerializer extends SerdeContextConfig {
9
8
  settings;
@@ -49,7 +48,7 @@ export class JsonShapeSerializer extends SerdeContextConfig {
49
48
  if (jsonName) {
50
49
  nameMap = {};
51
50
  }
52
- for (const [memberName, memberSchema] of serializingStructIterator(ns, record)) {
51
+ for (const [memberName, memberSchema] of ns.structIterator()) {
53
52
  const serializableValue = this._write(memberSchema, record[memberName], ns);
54
53
  if (serializableValue !== undefined) {
55
54
  let targetKey = memberName;
@@ -3,7 +3,6 @@ import { NormalizedSchema } from "@smithy/core/schema";
3
3
  import { dateToUtcString, generateIdempotencyToken, LazyJsonString, NumericValue } from "@smithy/core/serde";
4
4
  import { toBase64 } from "@smithy/util-base64";
5
5
  import { SerdeContextConfig } from "../../ConfigurableSerdeContext";
6
- import { serializingStructIterator } from "../../structIterator";
7
6
  export class SinglePassJsonShapeSerializer extends SerdeContextConfig {
8
7
  settings;
9
8
  buffer;
@@ -46,7 +45,7 @@ export class SinglePassJsonShapeSerializer extends SerdeContextConfig {
46
45
  else if (ns.isStructSchema()) {
47
46
  b += "{";
48
47
  let didWriteMember = false;
49
- for (const [name, member] of serializingStructIterator(ns, value)) {
48
+ for (const [name, member] of ns.structIterator()) {
50
49
  const item = value[name];
51
50
  const targetKey = this.settings.jsonName ? member.getMergedTraits().jsonName ?? name : name;
52
51
  const serializableValue = this.writeValue(member, item);
@@ -4,7 +4,6 @@ import { generateIdempotencyToken, NumericValue } from "@smithy/core/serde";
4
4
  import { dateToUtcString } from "@smithy/smithy-client";
5
5
  import { toBase64 } from "@smithy/util-base64";
6
6
  import { SerdeContextConfig } from "../ConfigurableSerdeContext";
7
- import { serializingStructIterator } from "../structIterator";
8
7
  export class QueryShapeSerializer extends SerdeContextConfig {
9
8
  settings;
10
9
  buffer;
@@ -130,7 +129,7 @@ export class QueryShapeSerializer extends SerdeContextConfig {
130
129
  else if (ns.isStructSchema()) {
131
130
  if (value && typeof value === "object") {
132
131
  let didWriteMember = false;
133
- for (const [memberName, member] of serializingStructIterator(ns, value)) {
132
+ for (const [memberName, member] of ns.structIterator()) {
134
133
  if (value[memberName] == null && !member.isIdempotencyToken()) {
135
134
  continue;
136
135
  }
@@ -51,6 +51,17 @@ export class AwsRestXmlProtocol extends HttpBindingProtocol {
51
51
  }
52
52
  async handleError(operationSchema, context, response, dataObject, metadata) {
53
53
  const errorIdentifier = loadRestXmlErrorCode(response, dataObject) ?? "Unknown";
54
+ if (dataObject.Error && typeof dataObject.Error === "object") {
55
+ for (const key of Object.keys(dataObject.Error)) {
56
+ dataObject[key] = dataObject.Error[key];
57
+ if (key.toLowerCase() === "message") {
58
+ dataObject.message = dataObject.Error[key];
59
+ }
60
+ }
61
+ }
62
+ if (dataObject.RequestId && !metadata.requestId) {
63
+ metadata.requestId = dataObject.RequestId;
64
+ }
54
65
  const { errorSchema, errorMetadata } = await this.mixin.getErrorSchemaOrThrowBaseException(errorIdentifier, this.options.defaultNamespace, response, dataObject, metadata);
55
66
  const ns = NormalizedSchema.of(errorSchema);
56
67
  const message = dataObject.Error?.message ?? dataObject.Error?.Message ?? dataObject.message ?? dataObject.Message ?? "Unknown";
@@ -5,7 +5,6 @@ import { generateIdempotencyToken, NumericValue } from "@smithy/core/serde";
5
5
  import { dateToUtcString } from "@smithy/smithy-client";
6
6
  import { fromBase64, toBase64 } from "@smithy/util-base64";
7
7
  import { SerdeContextConfig } from "../ConfigurableSerdeContext";
8
- import { serializingStructIterator } from "../structIterator";
9
8
  export class XmlShapeSerializer extends SerdeContextConfig {
10
9
  settings;
11
10
  stringBuffer;
@@ -64,7 +63,7 @@ export class XmlShapeSerializer extends SerdeContextConfig {
64
63
  }
65
64
  const structXmlNode = XmlNode.of(name);
66
65
  const [xmlnsAttr, xmlns] = this.getXmlnsAttribute(ns, parentXmlns);
67
- for (const [memberName, memberSchema] of serializingStructIterator(ns, value)) {
66
+ for (const [memberName, memberSchema] of ns.structIterator()) {
68
67
  const val = value[memberName];
69
68
  if (val != null || memberSchema.isIdempotencyToken()) {
70
69
  if (memberSchema.getMergedTraits().xmlAttribute) {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/core",
3
- "version": "3.973.1",
3
+ "version": "3.973.7",
4
4
  "description": "Core functions & classes shared by multiple AWS SDK clients.",
5
5
  "scripts": {
6
6
  "build": "yarn lint && concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
@@ -81,14 +81,14 @@
81
81
  },
82
82
  "license": "Apache-2.0",
83
83
  "dependencies": {
84
- "@aws-sdk/types": "^3.973.0",
85
- "@aws-sdk/xml-builder": "^3.972.1",
86
- "@smithy/core": "^3.21.1",
84
+ "@aws-sdk/types": "^3.973.1",
85
+ "@aws-sdk/xml-builder": "^3.972.4",
86
+ "@smithy/core": "^3.22.1",
87
87
  "@smithy/node-config-provider": "^4.3.8",
88
88
  "@smithy/property-provider": "^4.2.8",
89
89
  "@smithy/protocol-http": "^5.3.8",
90
90
  "@smithy/signature-v4": "^5.3.8",
91
- "@smithy/smithy-client": "^4.10.12",
91
+ "@smithy/smithy-client": "^4.11.2",
92
92
  "@smithy/types": "^4.12.0",
93
93
  "@smithy/util-base64": "^4.3.0",
94
94
  "@smithy/util-middleware": "^4.2.8",
@@ -112,10 +112,10 @@
112
112
  ]
113
113
  }
114
114
  },
115
- "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/core",
115
+ "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages-internal/core",
116
116
  "repository": {
117
117
  "type": "git",
118
118
  "url": "https://github.com/aws/aws-sdk-js-v3.git",
119
- "directory": "packages/core"
119
+ "directory": "packages-internal/core"
120
120
  }
121
121
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-env",
3
- "version": "3.972.1",
3
+ "version": "3.972.5",
4
4
  "description": "AWS credential provider that sources credentials from known environment variables",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -26,8 +26,8 @@
26
26
  },
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@aws-sdk/core": "^3.973.0",
30
- "@aws-sdk/types": "^3.973.0",
29
+ "@aws-sdk/core": "^3.973.7",
30
+ "@aws-sdk/types": "^3.973.1",
31
31
  "@smithy/property-provider": "^4.2.8",
32
32
  "@smithy/types": "^4.12.0",
33
33
  "tslib": "^2.6.2"
@@ -54,10 +54,10 @@
54
54
  "files": [
55
55
  "dist-*/**"
56
56
  ],
57
- "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/credential-provider-env",
57
+ "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages-internal/credential-provider-env",
58
58
  "repository": {
59
59
  "type": "git",
60
60
  "url": "https://github.com/aws/aws-sdk-js-v3.git",
61
- "directory": "packages/credential-provider-env"
61
+ "directory": "packages-internal/credential-provider-env"
62
62
  }
63
63
  }