@gemeentenijmegen/webapp 1.1.10 → 1.1.11

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 (235) hide show
  1. package/.jsii +10 -10
  2. package/assets/webapp/auth/auth.lambda/index.js +47 -66
  3. package/assets/webapp/login/login.lambda/index.js +2 -21
  4. package/assets/webapp/logout/logout.lambda/index.js +2 -2
  5. package/lib/webapp/Criticality.js +1 -1
  6. package/lib/webapp/Webapp.js +1 -1
  7. package/lib/webapp/Webpage.js +1 -1
  8. package/lib/webapp/util/Files.js +1 -1
  9. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/index.js +63 -0
  10. package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/index.js +1 -0
  11. package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/models_0.js +22 -0
  12. package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/models_1.js +1 -0
  13. package/node_modules/@aws-sdk/client-dynamodb/dist-es/protocols/Aws_json1_0.js +14 -1
  14. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchExecuteStatementCommand.d.ts +8 -3
  15. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchGetItemCommand.d.ts +14 -7
  16. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchWriteItemCommand.d.ts +14 -7
  17. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteItemCommand.d.ts +14 -7
  18. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeContributorInsightsCommand.d.ts +1 -0
  19. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteStatementCommand.d.ts +14 -7
  20. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteTransactionCommand.d.ts +14 -7
  21. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/GetItemCommand.d.ts +14 -7
  22. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListContributorInsightsCommand.d.ts +1 -0
  23. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutItemCommand.d.ts +14 -7
  24. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/QueryCommand.d.ts +14 -7
  25. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ScanCommand.d.ts +14 -7
  26. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactGetItemsCommand.d.ts +14 -7
  27. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactWriteItemsCommand.d.ts +16 -8
  28. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateContributorInsightsCommand.d.ts +2 -0
  29. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateItemCommand.d.ts +14 -7
  30. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/index.d.ts +1 -0
  31. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts +151 -79
  32. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_1.d.ts +73 -0
  33. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/TransactWriteItemsCommand.d.ts +2 -4
  34. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/index.d.ts +1 -0
  35. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_0.d.ts +24 -6
  36. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_1.d.ts +11 -0
  37. package/node_modules/@aws-sdk/client-dynamodb/package.json +35 -35
  38. package/node_modules/@aws-sdk/client-s3/package.json +50 -50
  39. package/node_modules/@aws-sdk/client-secrets-manager/package.json +33 -33
  40. package/node_modules/@aws-sdk/client-ssm/package.json +34 -34
  41. package/node_modules/@aws-sdk/client-sso/package.json +32 -32
  42. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +73 -25
  43. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +5 -1
  44. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +5 -1
  45. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +4 -3
  46. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +5 -2
  47. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +11 -7
  48. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +1 -1
  49. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +3 -0
  50. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +6 -2
  51. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +6 -3
  52. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +11 -7
  53. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +6 -1
  54. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +6 -1
  55. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +3 -1
  56. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +4 -0
  57. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +4 -0
  58. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +4 -0
  59. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +8 -1
  60. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +8 -1
  61. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +8 -1
  62. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +1 -0
  63. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +1 -0
  64. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +1 -0
  65. package/node_modules/@aws-sdk/core/package.json +12 -12
  66. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  67. package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  68. package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
  69. package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  70. package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  71. package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  72. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
  73. package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +5 -5
  74. package/node_modules/@aws-sdk/middleware-endpoint-discovery/package.json +5 -5
  75. package/node_modules/@aws-sdk/middleware-expect-continue/package.json +4 -4
  76. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +9 -9
  77. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  78. package/node_modules/@aws-sdk/middleware-location-constraint/package.json +3 -3
  79. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  80. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  81. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +11 -11
  82. package/node_modules/@aws-sdk/middleware-ssec/package.json +3 -3
  83. package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
  84. package/node_modules/@aws-sdk/nested-clients/package.json +32 -32
  85. package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  86. package/node_modules/@aws-sdk/s3-request-presigner/package.json +10 -10
  87. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +6 -6
  88. package/node_modules/@aws-sdk/token-providers/package.json +10 -8
  89. package/node_modules/@aws-sdk/types/package.json +2 -2
  90. package/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
  91. package/node_modules/@aws-sdk/util-format-url/package.json +4 -4
  92. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  93. package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  94. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  95. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/.jsii +82 -4
  96. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/lib/index.js +1 -1
  97. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/.jsii +84 -6
  98. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/bedrock-inference-helper.js +2 -2
  99. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-defaults.d.ts +1 -1
  100. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-defaults.js +1 -1
  101. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-helper.d.ts +1 -1
  102. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-helper.js +1 -1
  103. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kendra-helper.js +4 -2
  104. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/waf-helper.js +5 -2
  105. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/package.json +3 -3
  106. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/TwoLogGroups.json +365 -0
  107. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/bedrock-inference-helper.test.js +2 -6
  108. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/lambda/index.js +1 -1
  109. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/pipes-helper.test.js +2 -2
  110. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/step-function-helper.test.js +1 -1
  111. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/test-helper.d.ts +6 -0
  112. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/test-helper.js +84 -1
  113. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/waf-helper.test.js +35 -1
  114. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/package.json +6 -6
  115. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js +2 -1
  116. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js +2 -1
  117. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/cdk.out +1 -1
  118. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/integ.json +2 -2
  119. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddb-deployFunctionWithExistingVpc.assets.json +6 -6
  120. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddb-deployFunctionWithExistingVpc.template.json +1 -136
  121. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddbdeployFunctionWithExistingVpcIntegDefaultTestDeployAssertEE08E38E.assets.json +2 -2
  122. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/manifest.json +475 -10
  123. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/tree.json +1 -1
  124. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js +2 -1
  125. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/cdk.out +1 -1
  126. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/integ.json +2 -2
  127. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddb-deployFunctionWithVpc.assets.json +6 -6
  128. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddb-deployFunctionWithVpc.template.json +1 -136
  129. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddbdeployFunctionWithVpcIntegDefaultTestDeployAssert0AB8275C.assets.json +2 -2
  130. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/manifest.json +475 -10
  131. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/tree.json +1 -1
  132. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js +2 -1
  133. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js +2 -1
  134. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js +2 -1
  135. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js +2 -1
  136. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/package.json +8 -8
  137. package/node_modules/@gemeentenijmegen/apiclient/package.json +7 -7
  138. package/node_modules/@gemeentenijmegen/apigateway-http/package.json +4 -4
  139. package/node_modules/@gemeentenijmegen/session/package.json +5 -5
  140. package/node_modules/@gemeentenijmegen/utils/package.json +7 -7
  141. package/node_modules/@smithy/abort-controller/package.json +2 -2
  142. package/node_modules/@smithy/config-resolver/package.json +4 -4
  143. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +77 -38
  144. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +88 -85
  145. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +12 -0
  146. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +6 -51
  147. package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +77 -41
  148. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +95 -0
  149. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +7 -95
  150. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +9 -0
  151. package/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js +1 -53
  152. package/node_modules/@smithy/core/dist-es/submodules/serde/generateIdempotencyToken.js +2 -0
  153. package/node_modules/@smithy/core/dist-es/submodules/serde/index.js +1 -0
  154. package/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +5 -0
  155. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +9 -1
  156. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +3 -1
  157. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +5 -0
  158. package/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +1 -0
  159. package/node_modules/@smithy/core/dist-types/submodules/serde/generateIdempotencyToken.d.ts +2 -0
  160. package/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +1 -0
  161. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +5 -0
  162. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +9 -1
  163. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +3 -1
  164. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +5 -0
  165. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +1 -0
  166. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/generateIdempotencyToken.d.ts +2 -0
  167. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +1 -0
  168. package/node_modules/@smithy/core/package.json +9 -7
  169. package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  170. package/node_modules/@smithy/eventstream-codec/package.json +2 -2
  171. package/node_modules/@smithy/eventstream-serde-browser/package.json +3 -3
  172. package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +2 -2
  173. package/node_modules/@smithy/eventstream-serde-node/package.json +3 -3
  174. package/node_modules/@smithy/eventstream-serde-universal/package.json +3 -3
  175. package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  176. package/node_modules/@smithy/hash-blob-browser/package.json +2 -2
  177. package/node_modules/@smithy/hash-node/package.json +2 -2
  178. package/node_modules/@smithy/hash-stream-node/package.json +2 -2
  179. package/node_modules/@smithy/invalid-dependency/package.json +2 -2
  180. package/node_modules/@smithy/md5-js/package.json +2 -2
  181. package/node_modules/@smithy/middleware-content-length/package.json +3 -3
  182. package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  183. package/node_modules/@smithy/middleware-retry/package.json +9 -9
  184. package/node_modules/@smithy/middleware-serde/package.json +3 -3
  185. package/node_modules/@smithy/middleware-stack/package.json +2 -2
  186. package/node_modules/@smithy/node-config-provider/package.json +4 -4
  187. package/node_modules/@smithy/node-http-handler/package.json +5 -5
  188. package/node_modules/@smithy/property-provider/package.json +2 -2
  189. package/node_modules/@smithy/protocol-http/package.json +2 -2
  190. package/node_modules/@smithy/querystring-builder/package.json +2 -2
  191. package/node_modules/@smithy/querystring-parser/package.json +2 -2
  192. package/node_modules/@smithy/service-error-classification/package.json +2 -2
  193. package/node_modules/@smithy/shared-ini-file-loader/package.json +2 -2
  194. package/node_modules/@smithy/signature-v4/package.json +4 -4
  195. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +1 -0
  196. package/node_modules/@smithy/smithy-client/package.json +7 -7
  197. package/node_modules/@smithy/types/dist-types/schema/schema.d.ts +1 -0
  198. package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +1 -0
  199. package/node_modules/@smithy/types/package.json +1 -1
  200. package/node_modules/@smithy/url-parser/package.json +3 -3
  201. package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  202. package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  203. package/node_modules/@smithy/util-endpoints/package.json +3 -3
  204. package/node_modules/@smithy/util-middleware/package.json +2 -2
  205. package/node_modules/@smithy/util-retry/package.json +3 -3
  206. package/node_modules/@smithy/util-stream/package.json +4 -4
  207. package/node_modules/@smithy/util-waiter/package.json +3 -3
  208. package/node_modules/bowser/CHANGELOG.md +1 -1
  209. package/node_modules/bowser/README.md +2 -4
  210. package/node_modules/bowser/bundled.js +1 -1
  211. package/node_modules/bowser/es5.js +1 -1
  212. package/node_modules/bowser/index.d.ts +72 -7
  213. package/node_modules/bowser/package.json +4 -3
  214. package/node_modules/bowser/src/constants.js +3 -0
  215. package/node_modules/bowser/src/parser-browsers.js +15 -0
  216. package/node_modules/bowser/src/parser-platforms.js +17 -1
  217. package/node_modules/bowser/src/parser.js +20 -5
  218. package/node_modules/bowser/src/utils.js +2 -2
  219. package/node_modules/follow-redirects/package.json +1 -1
  220. package/node_modules/oidc-token-hash/README.md +1 -0
  221. package/node_modules/oidc-token-hash/lib/index.js +0 -10
  222. package/node_modules/oidc-token-hash/package.json +1 -1
  223. package/package.json +16 -16
  224. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  225. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/__entrypoint__.js +0 -1
  226. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/index.js +0 -1
  227. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  228. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/__entrypoint__.js +0 -1
  229. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/index.js +0 -1
  230. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  231. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  232. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  233. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  234. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  235. package/node_modules/oidc-token-hash/lib/shake256.js +0 -7
@@ -283,13 +283,26 @@ export declare class InternalServerError extends __BaseException {
283
283
  opts: __ExceptionOptionType<InternalServerError, __BaseException>
284
284
  );
285
285
  }
286
+ export interface ThrottlingReason {
287
+ reason?: string | undefined;
288
+ resource?: string | undefined;
289
+ }
286
290
  export declare class RequestLimitExceeded extends __BaseException {
287
291
  readonly name: "RequestLimitExceeded";
288
292
  readonly $fault: "client";
293
+ ThrottlingReasons?: ThrottlingReason[] | undefined;
289
294
  constructor(
290
295
  opts: __ExceptionOptionType<RequestLimitExceeded, __BaseException>
291
296
  );
292
297
  }
298
+ export declare class ThrottlingException extends __BaseException {
299
+ readonly name: "ThrottlingException";
300
+ readonly $fault: "client";
301
+ throttlingReasons?: ThrottlingReason[] | undefined;
302
+ constructor(
303
+ opts: __ExceptionOptionType<ThrottlingException, __BaseException>
304
+ );
305
+ }
293
306
  export declare class InvalidEndpointException extends __BaseException {
294
307
  readonly name: "InvalidEndpointException";
295
308
  readonly $fault: "client";
@@ -301,6 +314,7 @@ export declare class InvalidEndpointException extends __BaseException {
301
314
  export declare class ProvisionedThroughputExceededException extends __BaseException {
302
315
  readonly name: "ProvisionedThroughputExceededException";
303
316
  readonly $fault: "client";
317
+ ThrottlingReasons?: ThrottlingReason[] | undefined;
304
318
  constructor(
305
319
  opts: __ExceptionOptionType<
306
320
  ProvisionedThroughputExceededException,
@@ -407,6 +421,12 @@ export declare const ContributorInsightsAction: {
407
421
  };
408
422
  export type ContributorInsightsAction =
409
423
  (typeof ContributorInsightsAction)[keyof typeof ContributorInsightsAction];
424
+ export declare const ContributorInsightsMode: {
425
+ readonly ACCESSED_AND_THROTTLED_KEYS: "ACCESSED_AND_THROTTLED_KEYS";
426
+ readonly THROTTLED_KEYS: "THROTTLED_KEYS";
427
+ };
428
+ export type ContributorInsightsMode =
429
+ (typeof ContributorInsightsMode)[keyof typeof ContributorInsightsMode];
410
430
  export declare const ContributorInsightsStatus: {
411
431
  readonly DISABLED: "DISABLED";
412
432
  readonly DISABLING: "DISABLING";
@@ -420,6 +440,7 @@ export interface ContributorInsightsSummary {
420
440
  TableName?: string | undefined;
421
441
  IndexName?: string | undefined;
422
442
  ContributorInsightsStatus?: ContributorInsightsStatus | undefined;
443
+ ContributorInsightsMode?: ContributorInsightsMode | undefined;
423
444
  }
424
445
  export interface CreateBackupInput {
425
446
  TableName: string | undefined;
@@ -802,6 +823,7 @@ export interface DescribeContributorInsightsOutput {
802
823
  ContributorInsightsStatus?: ContributorInsightsStatus | undefined;
803
824
  LastUpdateDateTime?: Date | undefined;
804
825
  FailureException?: FailureException | undefined;
826
+ ContributorInsightsMode?: ContributorInsightsMode | undefined;
805
827
  }
806
828
  export interface DescribeEndpointsRequest {}
807
829
  export interface Endpoint {
@@ -1358,11 +1380,13 @@ export interface UpdateContributorInsightsInput {
1358
1380
  TableName: string | undefined;
1359
1381
  IndexName?: string | undefined;
1360
1382
  ContributorInsightsAction: ContributorInsightsAction | undefined;
1383
+ ContributorInsightsMode?: ContributorInsightsMode | undefined;
1361
1384
  }
1362
1385
  export interface UpdateContributorInsightsOutput {
1363
1386
  TableName?: string | undefined;
1364
1387
  IndexName?: string | undefined;
1365
1388
  ContributorInsightsStatus?: ContributorInsightsStatus | undefined;
1389
+ ContributorInsightsMode?: ContributorInsightsMode | undefined;
1366
1390
  }
1367
1391
  export declare class ReplicaAlreadyExistsException extends __BaseException {
1368
1392
  readonly name: "ReplicaAlreadyExistsException";
@@ -2055,9 +2079,3 @@ export interface TransactWriteItem {
2055
2079
  Delete?: Delete | undefined;
2056
2080
  Update?: Update | undefined;
2057
2081
  }
2058
- export interface TransactWriteItemsInput {
2059
- TransactItems: TransactWriteItem[] | undefined;
2060
- ReturnConsumedCapacity?: ReturnConsumedCapacity | undefined;
2061
- ReturnItemCollectionMetrics?: ReturnItemCollectionMetrics | undefined;
2062
- ClientRequestToken?: string | undefined;
2063
- }
@@ -0,0 +1,11 @@
1
+ import {
2
+ ReturnConsumedCapacity,
3
+ ReturnItemCollectionMetrics,
4
+ TransactWriteItem,
5
+ } from "./models_0";
6
+ export interface TransactWriteItemsInput {
7
+ TransactItems: TransactWriteItem[] | undefined;
8
+ ReturnConsumedCapacity?: ReturnConsumedCapacity | undefined;
9
+ ReturnItemCollectionMetrics?: ReturnItemCollectionMetrics | undefined;
10
+ ClientRequestToken?: string | undefined;
11
+ }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-dynamodb",
3
3
  "description": "AWS SDK for JavaScript Dynamodb Client for Node.js, Browser and React Native",
4
- "version": "3.848.0",
4
+ "version": "3.868.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-dynamodb",
@@ -20,44 +20,44 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.846.0",
24
- "@aws-sdk/credential-provider-node": "3.848.0",
25
- "@aws-sdk/middleware-endpoint-discovery": "3.840.0",
26
- "@aws-sdk/middleware-host-header": "3.840.0",
27
- "@aws-sdk/middleware-logger": "3.840.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.840.0",
29
- "@aws-sdk/middleware-user-agent": "3.848.0",
30
- "@aws-sdk/region-config-resolver": "3.840.0",
31
- "@aws-sdk/types": "3.840.0",
32
- "@aws-sdk/util-endpoints": "3.848.0",
33
- "@aws-sdk/util-user-agent-browser": "3.840.0",
34
- "@aws-sdk/util-user-agent-node": "3.848.0",
35
- "@smithy/config-resolver": "^4.1.4",
36
- "@smithy/core": "^3.7.0",
37
- "@smithy/fetch-http-handler": "^5.1.0",
38
- "@smithy/hash-node": "^4.0.4",
39
- "@smithy/invalid-dependency": "^4.0.4",
40
- "@smithy/middleware-content-length": "^4.0.4",
41
- "@smithy/middleware-endpoint": "^4.1.15",
42
- "@smithy/middleware-retry": "^4.1.16",
43
- "@smithy/middleware-serde": "^4.0.8",
44
- "@smithy/middleware-stack": "^4.0.4",
45
- "@smithy/node-config-provider": "^4.1.3",
46
- "@smithy/node-http-handler": "^4.1.0",
47
- "@smithy/protocol-http": "^5.1.2",
48
- "@smithy/smithy-client": "^4.4.7",
49
- "@smithy/types": "^4.3.1",
50
- "@smithy/url-parser": "^4.0.4",
23
+ "@aws-sdk/core": "3.864.0",
24
+ "@aws-sdk/credential-provider-node": "3.864.0",
25
+ "@aws-sdk/middleware-endpoint-discovery": "3.862.0",
26
+ "@aws-sdk/middleware-host-header": "3.862.0",
27
+ "@aws-sdk/middleware-logger": "3.862.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.862.0",
29
+ "@aws-sdk/middleware-user-agent": "3.864.0",
30
+ "@aws-sdk/region-config-resolver": "3.862.0",
31
+ "@aws-sdk/types": "3.862.0",
32
+ "@aws-sdk/util-endpoints": "3.862.0",
33
+ "@aws-sdk/util-user-agent-browser": "3.862.0",
34
+ "@aws-sdk/util-user-agent-node": "3.864.0",
35
+ "@smithy/config-resolver": "^4.1.5",
36
+ "@smithy/core": "^3.8.0",
37
+ "@smithy/fetch-http-handler": "^5.1.1",
38
+ "@smithy/hash-node": "^4.0.5",
39
+ "@smithy/invalid-dependency": "^4.0.5",
40
+ "@smithy/middleware-content-length": "^4.0.5",
41
+ "@smithy/middleware-endpoint": "^4.1.18",
42
+ "@smithy/middleware-retry": "^4.1.19",
43
+ "@smithy/middleware-serde": "^4.0.9",
44
+ "@smithy/middleware-stack": "^4.0.5",
45
+ "@smithy/node-config-provider": "^4.1.4",
46
+ "@smithy/node-http-handler": "^4.1.1",
47
+ "@smithy/protocol-http": "^5.1.3",
48
+ "@smithy/smithy-client": "^4.4.10",
49
+ "@smithy/types": "^4.3.2",
50
+ "@smithy/url-parser": "^4.0.5",
51
51
  "@smithy/util-base64": "^4.0.0",
52
52
  "@smithy/util-body-length-browser": "^4.0.0",
53
53
  "@smithy/util-body-length-node": "^4.0.0",
54
- "@smithy/util-defaults-mode-browser": "^4.0.23",
55
- "@smithy/util-defaults-mode-node": "^4.0.23",
56
- "@smithy/util-endpoints": "^3.0.6",
57
- "@smithy/util-middleware": "^4.0.4",
58
- "@smithy/util-retry": "^4.0.6",
54
+ "@smithy/util-defaults-mode-browser": "^4.0.26",
55
+ "@smithy/util-defaults-mode-node": "^4.0.26",
56
+ "@smithy/util-endpoints": "^3.0.7",
57
+ "@smithy/util-middleware": "^4.0.5",
58
+ "@smithy/util-retry": "^4.0.7",
59
59
  "@smithy/util-utf8": "^4.0.0",
60
- "@smithy/util-waiter": "^4.0.6",
60
+ "@smithy/util-waiter": "^4.0.7",
61
61
  "@types/uuid": "^9.0.1",
62
62
  "tslib": "^2.6.2",
63
63
  "uuid": "^9.0.1"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-s3",
3
3
  "description": "AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native",
4
- "version": "3.850.0",
4
+ "version": "3.864.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-s3",
@@ -29,64 +29,64 @@
29
29
  "@aws-crypto/sha1-browser": "5.2.0",
30
30
  "@aws-crypto/sha256-browser": "5.2.0",
31
31
  "@aws-crypto/sha256-js": "5.2.0",
32
- "@aws-sdk/core": "3.846.0",
33
- "@aws-sdk/credential-provider-node": "3.848.0",
34
- "@aws-sdk/middleware-bucket-endpoint": "3.840.0",
35
- "@aws-sdk/middleware-expect-continue": "3.840.0",
36
- "@aws-sdk/middleware-flexible-checksums": "3.846.0",
37
- "@aws-sdk/middleware-host-header": "3.840.0",
38
- "@aws-sdk/middleware-location-constraint": "3.840.0",
39
- "@aws-sdk/middleware-logger": "3.840.0",
40
- "@aws-sdk/middleware-recursion-detection": "3.840.0",
41
- "@aws-sdk/middleware-sdk-s3": "3.846.0",
42
- "@aws-sdk/middleware-ssec": "3.840.0",
43
- "@aws-sdk/middleware-user-agent": "3.848.0",
44
- "@aws-sdk/region-config-resolver": "3.840.0",
45
- "@aws-sdk/signature-v4-multi-region": "3.846.0",
46
- "@aws-sdk/types": "3.840.0",
47
- "@aws-sdk/util-endpoints": "3.848.0",
48
- "@aws-sdk/util-user-agent-browser": "3.840.0",
49
- "@aws-sdk/util-user-agent-node": "3.848.0",
50
- "@aws-sdk/xml-builder": "3.821.0",
51
- "@smithy/config-resolver": "^4.1.4",
52
- "@smithy/core": "^3.7.0",
53
- "@smithy/eventstream-serde-browser": "^4.0.4",
54
- "@smithy/eventstream-serde-config-resolver": "^4.1.2",
55
- "@smithy/eventstream-serde-node": "^4.0.4",
56
- "@smithy/fetch-http-handler": "^5.1.0",
57
- "@smithy/hash-blob-browser": "^4.0.4",
58
- "@smithy/hash-node": "^4.0.4",
59
- "@smithy/hash-stream-node": "^4.0.4",
60
- "@smithy/invalid-dependency": "^4.0.4",
61
- "@smithy/md5-js": "^4.0.4",
62
- "@smithy/middleware-content-length": "^4.0.4",
63
- "@smithy/middleware-endpoint": "^4.1.15",
64
- "@smithy/middleware-retry": "^4.1.16",
65
- "@smithy/middleware-serde": "^4.0.8",
66
- "@smithy/middleware-stack": "^4.0.4",
67
- "@smithy/node-config-provider": "^4.1.3",
68
- "@smithy/node-http-handler": "^4.1.0",
69
- "@smithy/protocol-http": "^5.1.2",
70
- "@smithy/smithy-client": "^4.4.7",
71
- "@smithy/types": "^4.3.1",
72
- "@smithy/url-parser": "^4.0.4",
32
+ "@aws-sdk/core": "3.864.0",
33
+ "@aws-sdk/credential-provider-node": "3.864.0",
34
+ "@aws-sdk/middleware-bucket-endpoint": "3.862.0",
35
+ "@aws-sdk/middleware-expect-continue": "3.862.0",
36
+ "@aws-sdk/middleware-flexible-checksums": "3.864.0",
37
+ "@aws-sdk/middleware-host-header": "3.862.0",
38
+ "@aws-sdk/middleware-location-constraint": "3.862.0",
39
+ "@aws-sdk/middleware-logger": "3.862.0",
40
+ "@aws-sdk/middleware-recursion-detection": "3.862.0",
41
+ "@aws-sdk/middleware-sdk-s3": "3.864.0",
42
+ "@aws-sdk/middleware-ssec": "3.862.0",
43
+ "@aws-sdk/middleware-user-agent": "3.864.0",
44
+ "@aws-sdk/region-config-resolver": "3.862.0",
45
+ "@aws-sdk/signature-v4-multi-region": "3.864.0",
46
+ "@aws-sdk/types": "3.862.0",
47
+ "@aws-sdk/util-endpoints": "3.862.0",
48
+ "@aws-sdk/util-user-agent-browser": "3.862.0",
49
+ "@aws-sdk/util-user-agent-node": "3.864.0",
50
+ "@aws-sdk/xml-builder": "3.862.0",
51
+ "@smithy/config-resolver": "^4.1.5",
52
+ "@smithy/core": "^3.8.0",
53
+ "@smithy/eventstream-serde-browser": "^4.0.5",
54
+ "@smithy/eventstream-serde-config-resolver": "^4.1.3",
55
+ "@smithy/eventstream-serde-node": "^4.0.5",
56
+ "@smithy/fetch-http-handler": "^5.1.1",
57
+ "@smithy/hash-blob-browser": "^4.0.5",
58
+ "@smithy/hash-node": "^4.0.5",
59
+ "@smithy/hash-stream-node": "^4.0.5",
60
+ "@smithy/invalid-dependency": "^4.0.5",
61
+ "@smithy/md5-js": "^4.0.5",
62
+ "@smithy/middleware-content-length": "^4.0.5",
63
+ "@smithy/middleware-endpoint": "^4.1.18",
64
+ "@smithy/middleware-retry": "^4.1.19",
65
+ "@smithy/middleware-serde": "^4.0.9",
66
+ "@smithy/middleware-stack": "^4.0.5",
67
+ "@smithy/node-config-provider": "^4.1.4",
68
+ "@smithy/node-http-handler": "^4.1.1",
69
+ "@smithy/protocol-http": "^5.1.3",
70
+ "@smithy/smithy-client": "^4.4.10",
71
+ "@smithy/types": "^4.3.2",
72
+ "@smithy/url-parser": "^4.0.5",
73
73
  "@smithy/util-base64": "^4.0.0",
74
74
  "@smithy/util-body-length-browser": "^4.0.0",
75
75
  "@smithy/util-body-length-node": "^4.0.0",
76
- "@smithy/util-defaults-mode-browser": "^4.0.23",
77
- "@smithy/util-defaults-mode-node": "^4.0.23",
78
- "@smithy/util-endpoints": "^3.0.6",
79
- "@smithy/util-middleware": "^4.0.4",
80
- "@smithy/util-retry": "^4.0.6",
81
- "@smithy/util-stream": "^4.2.3",
76
+ "@smithy/util-defaults-mode-browser": "^4.0.26",
77
+ "@smithy/util-defaults-mode-node": "^4.0.26",
78
+ "@smithy/util-endpoints": "^3.0.7",
79
+ "@smithy/util-middleware": "^4.0.5",
80
+ "@smithy/util-retry": "^4.0.7",
81
+ "@smithy/util-stream": "^4.2.4",
82
82
  "@smithy/util-utf8": "^4.0.0",
83
- "@smithy/util-waiter": "^4.0.6",
83
+ "@smithy/util-waiter": "^4.0.7",
84
84
  "@types/uuid": "^9.0.1",
85
85
  "tslib": "^2.6.2",
86
86
  "uuid": "^9.0.1"
87
87
  },
88
88
  "devDependencies": {
89
- "@aws-sdk/signature-v4-crt": "3.848.0",
89
+ "@aws-sdk/signature-v4-crt": "3.864.0",
90
90
  "@tsconfig/node18": "18.2.4",
91
91
  "@types/node": "^18.19.69",
92
92
  "concurrently": "7.0.0",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-secrets-manager",
3
3
  "description": "AWS SDK for JavaScript Secrets Manager Client for Node.js, Browser and React Native",
4
- "version": "3.848.0",
4
+ "version": "3.864.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-secrets-manager",
@@ -20,41 +20,41 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.846.0",
24
- "@aws-sdk/credential-provider-node": "3.848.0",
25
- "@aws-sdk/middleware-host-header": "3.840.0",
26
- "@aws-sdk/middleware-logger": "3.840.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.840.0",
28
- "@aws-sdk/middleware-user-agent": "3.848.0",
29
- "@aws-sdk/region-config-resolver": "3.840.0",
30
- "@aws-sdk/types": "3.840.0",
31
- "@aws-sdk/util-endpoints": "3.848.0",
32
- "@aws-sdk/util-user-agent-browser": "3.840.0",
33
- "@aws-sdk/util-user-agent-node": "3.848.0",
34
- "@smithy/config-resolver": "^4.1.4",
35
- "@smithy/core": "^3.7.0",
36
- "@smithy/fetch-http-handler": "^5.1.0",
37
- "@smithy/hash-node": "^4.0.4",
38
- "@smithy/invalid-dependency": "^4.0.4",
39
- "@smithy/middleware-content-length": "^4.0.4",
40
- "@smithy/middleware-endpoint": "^4.1.15",
41
- "@smithy/middleware-retry": "^4.1.16",
42
- "@smithy/middleware-serde": "^4.0.8",
43
- "@smithy/middleware-stack": "^4.0.4",
44
- "@smithy/node-config-provider": "^4.1.3",
45
- "@smithy/node-http-handler": "^4.1.0",
46
- "@smithy/protocol-http": "^5.1.2",
47
- "@smithy/smithy-client": "^4.4.7",
48
- "@smithy/types": "^4.3.1",
49
- "@smithy/url-parser": "^4.0.4",
23
+ "@aws-sdk/core": "3.864.0",
24
+ "@aws-sdk/credential-provider-node": "3.864.0",
25
+ "@aws-sdk/middleware-host-header": "3.862.0",
26
+ "@aws-sdk/middleware-logger": "3.862.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.862.0",
28
+ "@aws-sdk/middleware-user-agent": "3.864.0",
29
+ "@aws-sdk/region-config-resolver": "3.862.0",
30
+ "@aws-sdk/types": "3.862.0",
31
+ "@aws-sdk/util-endpoints": "3.862.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.862.0",
33
+ "@aws-sdk/util-user-agent-node": "3.864.0",
34
+ "@smithy/config-resolver": "^4.1.5",
35
+ "@smithy/core": "^3.8.0",
36
+ "@smithy/fetch-http-handler": "^5.1.1",
37
+ "@smithy/hash-node": "^4.0.5",
38
+ "@smithy/invalid-dependency": "^4.0.5",
39
+ "@smithy/middleware-content-length": "^4.0.5",
40
+ "@smithy/middleware-endpoint": "^4.1.18",
41
+ "@smithy/middleware-retry": "^4.1.19",
42
+ "@smithy/middleware-serde": "^4.0.9",
43
+ "@smithy/middleware-stack": "^4.0.5",
44
+ "@smithy/node-config-provider": "^4.1.4",
45
+ "@smithy/node-http-handler": "^4.1.1",
46
+ "@smithy/protocol-http": "^5.1.3",
47
+ "@smithy/smithy-client": "^4.4.10",
48
+ "@smithy/types": "^4.3.2",
49
+ "@smithy/url-parser": "^4.0.5",
50
50
  "@smithy/util-base64": "^4.0.0",
51
51
  "@smithy/util-body-length-browser": "^4.0.0",
52
52
  "@smithy/util-body-length-node": "^4.0.0",
53
- "@smithy/util-defaults-mode-browser": "^4.0.23",
54
- "@smithy/util-defaults-mode-node": "^4.0.23",
55
- "@smithy/util-endpoints": "^3.0.6",
56
- "@smithy/util-middleware": "^4.0.4",
57
- "@smithy/util-retry": "^4.0.6",
53
+ "@smithy/util-defaults-mode-browser": "^4.0.26",
54
+ "@smithy/util-defaults-mode-node": "^4.0.26",
55
+ "@smithy/util-endpoints": "^3.0.7",
56
+ "@smithy/util-middleware": "^4.0.5",
57
+ "@smithy/util-retry": "^4.0.7",
58
58
  "@smithy/util-utf8": "^4.0.0",
59
59
  "@types/uuid": "^9.0.1",
60
60
  "tslib": "^2.6.2",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ssm",
3
3
  "description": "AWS SDK for JavaScript Ssm Client for Node.js, Browser and React Native",
4
- "version": "3.849.0",
4
+ "version": "3.864.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-ssm",
@@ -20,43 +20,43 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.846.0",
24
- "@aws-sdk/credential-provider-node": "3.848.0",
25
- "@aws-sdk/middleware-host-header": "3.840.0",
26
- "@aws-sdk/middleware-logger": "3.840.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.840.0",
28
- "@aws-sdk/middleware-user-agent": "3.848.0",
29
- "@aws-sdk/region-config-resolver": "3.840.0",
30
- "@aws-sdk/types": "3.840.0",
31
- "@aws-sdk/util-endpoints": "3.848.0",
32
- "@aws-sdk/util-user-agent-browser": "3.840.0",
33
- "@aws-sdk/util-user-agent-node": "3.848.0",
34
- "@smithy/config-resolver": "^4.1.4",
35
- "@smithy/core": "^3.7.0",
36
- "@smithy/fetch-http-handler": "^5.1.0",
37
- "@smithy/hash-node": "^4.0.4",
38
- "@smithy/invalid-dependency": "^4.0.4",
39
- "@smithy/middleware-content-length": "^4.0.4",
40
- "@smithy/middleware-endpoint": "^4.1.15",
41
- "@smithy/middleware-retry": "^4.1.16",
42
- "@smithy/middleware-serde": "^4.0.8",
43
- "@smithy/middleware-stack": "^4.0.4",
44
- "@smithy/node-config-provider": "^4.1.3",
45
- "@smithy/node-http-handler": "^4.1.0",
46
- "@smithy/protocol-http": "^5.1.2",
47
- "@smithy/smithy-client": "^4.4.7",
48
- "@smithy/types": "^4.3.1",
49
- "@smithy/url-parser": "^4.0.4",
23
+ "@aws-sdk/core": "3.864.0",
24
+ "@aws-sdk/credential-provider-node": "3.864.0",
25
+ "@aws-sdk/middleware-host-header": "3.862.0",
26
+ "@aws-sdk/middleware-logger": "3.862.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.862.0",
28
+ "@aws-sdk/middleware-user-agent": "3.864.0",
29
+ "@aws-sdk/region-config-resolver": "3.862.0",
30
+ "@aws-sdk/types": "3.862.0",
31
+ "@aws-sdk/util-endpoints": "3.862.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.862.0",
33
+ "@aws-sdk/util-user-agent-node": "3.864.0",
34
+ "@smithy/config-resolver": "^4.1.5",
35
+ "@smithy/core": "^3.8.0",
36
+ "@smithy/fetch-http-handler": "^5.1.1",
37
+ "@smithy/hash-node": "^4.0.5",
38
+ "@smithy/invalid-dependency": "^4.0.5",
39
+ "@smithy/middleware-content-length": "^4.0.5",
40
+ "@smithy/middleware-endpoint": "^4.1.18",
41
+ "@smithy/middleware-retry": "^4.1.19",
42
+ "@smithy/middleware-serde": "^4.0.9",
43
+ "@smithy/middleware-stack": "^4.0.5",
44
+ "@smithy/node-config-provider": "^4.1.4",
45
+ "@smithy/node-http-handler": "^4.1.1",
46
+ "@smithy/protocol-http": "^5.1.3",
47
+ "@smithy/smithy-client": "^4.4.10",
48
+ "@smithy/types": "^4.3.2",
49
+ "@smithy/url-parser": "^4.0.5",
50
50
  "@smithy/util-base64": "^4.0.0",
51
51
  "@smithy/util-body-length-browser": "^4.0.0",
52
52
  "@smithy/util-body-length-node": "^4.0.0",
53
- "@smithy/util-defaults-mode-browser": "^4.0.23",
54
- "@smithy/util-defaults-mode-node": "^4.0.23",
55
- "@smithy/util-endpoints": "^3.0.6",
56
- "@smithy/util-middleware": "^4.0.4",
57
- "@smithy/util-retry": "^4.0.6",
53
+ "@smithy/util-defaults-mode-browser": "^4.0.26",
54
+ "@smithy/util-defaults-mode-node": "^4.0.26",
55
+ "@smithy/util-endpoints": "^3.0.7",
56
+ "@smithy/util-middleware": "^4.0.5",
57
+ "@smithy/util-retry": "^4.0.7",
58
58
  "@smithy/util-utf8": "^4.0.0",
59
- "@smithy/util-waiter": "^4.0.6",
59
+ "@smithy/util-waiter": "^4.0.7",
60
60
  "@types/uuid": "^9.0.1",
61
61
  "tslib": "^2.6.2",
62
62
  "uuid": "^9.0.1"
@@ -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.848.0",
4
+ "version": "3.864.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-sso",
@@ -20,40 +20,40 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.846.0",
24
- "@aws-sdk/middleware-host-header": "3.840.0",
25
- "@aws-sdk/middleware-logger": "3.840.0",
26
- "@aws-sdk/middleware-recursion-detection": "3.840.0",
27
- "@aws-sdk/middleware-user-agent": "3.848.0",
28
- "@aws-sdk/region-config-resolver": "3.840.0",
29
- "@aws-sdk/types": "3.840.0",
30
- "@aws-sdk/util-endpoints": "3.848.0",
31
- "@aws-sdk/util-user-agent-browser": "3.840.0",
32
- "@aws-sdk/util-user-agent-node": "3.848.0",
33
- "@smithy/config-resolver": "^4.1.4",
34
- "@smithy/core": "^3.7.0",
35
- "@smithy/fetch-http-handler": "^5.1.0",
36
- "@smithy/hash-node": "^4.0.4",
37
- "@smithy/invalid-dependency": "^4.0.4",
38
- "@smithy/middleware-content-length": "^4.0.4",
39
- "@smithy/middleware-endpoint": "^4.1.15",
40
- "@smithy/middleware-retry": "^4.1.16",
41
- "@smithy/middleware-serde": "^4.0.8",
42
- "@smithy/middleware-stack": "^4.0.4",
43
- "@smithy/node-config-provider": "^4.1.3",
44
- "@smithy/node-http-handler": "^4.1.0",
45
- "@smithy/protocol-http": "^5.1.2",
46
- "@smithy/smithy-client": "^4.4.7",
47
- "@smithy/types": "^4.3.1",
48
- "@smithy/url-parser": "^4.0.4",
23
+ "@aws-sdk/core": "3.864.0",
24
+ "@aws-sdk/middleware-host-header": "3.862.0",
25
+ "@aws-sdk/middleware-logger": "3.862.0",
26
+ "@aws-sdk/middleware-recursion-detection": "3.862.0",
27
+ "@aws-sdk/middleware-user-agent": "3.864.0",
28
+ "@aws-sdk/region-config-resolver": "3.862.0",
29
+ "@aws-sdk/types": "3.862.0",
30
+ "@aws-sdk/util-endpoints": "3.862.0",
31
+ "@aws-sdk/util-user-agent-browser": "3.862.0",
32
+ "@aws-sdk/util-user-agent-node": "3.864.0",
33
+ "@smithy/config-resolver": "^4.1.5",
34
+ "@smithy/core": "^3.8.0",
35
+ "@smithy/fetch-http-handler": "^5.1.1",
36
+ "@smithy/hash-node": "^4.0.5",
37
+ "@smithy/invalid-dependency": "^4.0.5",
38
+ "@smithy/middleware-content-length": "^4.0.5",
39
+ "@smithy/middleware-endpoint": "^4.1.18",
40
+ "@smithy/middleware-retry": "^4.1.19",
41
+ "@smithy/middleware-serde": "^4.0.9",
42
+ "@smithy/middleware-stack": "^4.0.5",
43
+ "@smithy/node-config-provider": "^4.1.4",
44
+ "@smithy/node-http-handler": "^4.1.1",
45
+ "@smithy/protocol-http": "^5.1.3",
46
+ "@smithy/smithy-client": "^4.4.10",
47
+ "@smithy/types": "^4.3.2",
48
+ "@smithy/url-parser": "^4.0.5",
49
49
  "@smithy/util-base64": "^4.0.0",
50
50
  "@smithy/util-body-length-browser": "^4.0.0",
51
51
  "@smithy/util-body-length-node": "^4.0.0",
52
- "@smithy/util-defaults-mode-browser": "^4.0.23",
53
- "@smithy/util-defaults-mode-node": "^4.0.23",
54
- "@smithy/util-endpoints": "^3.0.6",
55
- "@smithy/util-middleware": "^4.0.4",
56
- "@smithy/util-retry": "^4.0.6",
52
+ "@smithy/util-defaults-mode-browser": "^4.0.26",
53
+ "@smithy/util-defaults-mode-node": "^4.0.26",
54
+ "@smithy/util-endpoints": "^3.0.7",
55
+ "@smithy/util-middleware": "^4.0.5",
56
+ "@smithy/util-retry": "^4.0.7",
57
57
  "@smithy/util-utf8": "^4.0.0",
58
58
  "tslib": "^2.6.2"
59
59
  },