@gemeentenijmegen/webapp 1.1.2 → 1.1.3

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 (253) hide show
  1. package/.jsii +12 -12
  2. package/assets/webapp/auth/auth.lambda/index.js +4 -7
  3. package/assets/webapp/login/login.lambda/index.js +4 -7
  4. package/lib/webapp/Criticality.js +1 -1
  5. package/lib/webapp/Webapp.js +1 -1
  6. package/lib/webapp/Webpage.js +1 -1
  7. package/lib/webapp/util/Files.js +1 -1
  8. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/endpoint/ruleset.js +1 -1
  9. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/index.js +38 -0
  10. package/node_modules/@aws-sdk/client-dynamodb/dist-es/endpoint/ruleset.js +1 -1
  11. package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/models_0.js +16 -0
  12. package/node_modules/@aws-sdk/client-dynamodb/dist-es/protocols/Aws_json1_0.js +14 -1
  13. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateTableCommand.d.ts +1 -0
  14. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteItemCommand.d.ts +3 -0
  15. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteTableCommand.d.ts +1 -0
  16. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableCommand.d.ts +1 -0
  17. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutItemCommand.d.ts +3 -0
  18. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableFromBackupCommand.d.ts +1 -0
  19. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +1 -0
  20. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateItemCommand.d.ts +3 -0
  21. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableCommand.d.ts +2 -0
  22. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts +63 -0
  23. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_0.d.ts +18 -0
  24. package/node_modules/@aws-sdk/client-dynamodb/package.json +4 -4
  25. package/node_modules/@aws-sdk/client-s3/README.md +24 -0
  26. package/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +3 -3
  27. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +358 -104
  28. package/node_modules/@aws-sdk/client-s3/dist-es/S3.js +6 -0
  29. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataTableConfigurationCommand.js +32 -0
  30. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataTableConfigurationCommand.js +26 -0
  31. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +1 -0
  32. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataTableConfigurationCommand.js +28 -0
  33. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +1 -0
  34. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +1 -0
  35. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +1 -0
  36. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +2 -1
  37. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketInventoryConfigurationCommand.js +1 -1
  38. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +1 -0
  39. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +1 -0
  40. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +1 -0
  41. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +1 -0
  42. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +1 -0
  43. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +1 -0
  44. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +1 -0
  45. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +1 -0
  46. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +1 -0
  47. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +1 -0
  48. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +1 -0
  49. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +1 -0
  50. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +1 -0
  51. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +1 -0
  52. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +1 -0
  53. package/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +1 -0
  54. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +1 -0
  55. package/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +3 -0
  56. package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +3 -3
  57. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +2 -12
  58. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +13 -0
  59. package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +159 -0
  60. package/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +21 -0
  61. package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +5 -2
  62. package/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +4 -3
  63. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +5 -3
  64. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +4 -3
  65. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +6 -5
  66. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +134 -0
  67. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +4 -3
  68. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +3 -2
  69. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +4 -3
  70. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +1 -1
  71. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +3 -2
  72. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +95 -0
  73. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +4 -3
  74. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +63 -53
  75. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +4 -3
  76. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +1 -1
  77. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +3 -2
  78. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +111 -0
  79. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +4 -3
  80. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +4 -3
  81. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +23 -22
  82. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +4 -3
  83. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +4 -3
  84. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +3 -2
  85. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +36 -35
  86. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +4 -3
  87. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +4 -3
  88. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +1 -1
  89. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +5 -4
  90. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  91. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
  92. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +8 -3
  93. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +1 -1
  94. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -1
  95. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +4 -3
  96. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +4 -2
  97. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +54 -52
  98. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +1 -1
  99. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +4 -3
  100. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +4 -3
  101. package/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +3 -0
  102. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +455 -411
  103. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +404 -18
  104. package/node_modules/@aws-sdk/client-s3/dist-types/protocols/Aws_restXml.d.ts +27 -0
  105. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +69 -0
  106. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +18 -0
  107. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +47 -0
  108. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +47 -0
  109. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetadataTableConfigurationCommand.d.ts +51 -0
  110. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +1 -1
  111. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +1 -1
  112. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  113. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
  114. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
  115. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +1 -1
  116. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -1
  117. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +3 -0
  118. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +50 -66
  119. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +75 -0
  120. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +36 -0
  121. package/node_modules/@aws-sdk/client-s3/package.json +5 -5
  122. package/node_modules/@aws-sdk/client-secrets-manager/package.json +4 -4
  123. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetExecutionPreviewCommand.d.ts +29 -0
  124. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesCommand.d.ts +52 -0
  125. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesSummaryCommand.d.ts +43 -0
  126. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartExecutionPreviewCommand.d.ts +16 -0
  127. package/node_modules/@aws-sdk/client-ssm/package.json +4 -4
  128. package/node_modules/@aws-sdk/client-sso-oidc/package.json +3 -3
  129. package/node_modules/@aws-sdk/client-sts/package.json +3 -3
  130. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +3 -1
  131. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +2 -0
  132. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +2 -1
  133. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +2 -2
  134. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +2 -2
  135. package/node_modules/@aws-sdk/credential-provider-ini/package.json +3 -3
  136. package/node_modules/@aws-sdk/credential-provider-node/package.json +3 -3
  137. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +4 -0
  138. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +2 -0
  139. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +2 -1
  140. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +1 -1
  141. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +1 -0
  142. package/node_modules/@aws-sdk/credential-provider-sso/package.json +2 -2
  143. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsMiddleware.d.ts +5 -0
  144. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/flexibleChecksumsMiddleware.d.ts +1 -0
  145. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +1 -1
  146. package/node_modules/@aws-sdk/s3-request-presigner/package.json +2 -2
  147. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +11 -10
  148. package/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +1 -1
  149. package/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +2 -2
  150. package/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +5 -7
  151. package/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +4 -0
  152. package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +2 -1
  153. package/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +3 -3
  154. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +3 -1
  155. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +3 -1
  156. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +5 -1
  157. package/node_modules/@aws-sdk/token-providers/package.json +2 -2
  158. package/node_modules/@gemeentenijmegen/apiclient/package.json +4 -4
  159. package/node_modules/@gemeentenijmegen/apigateway-http/package.json +3 -3
  160. package/node_modules/@gemeentenijmegen/utils/package.json +6 -6
  161. package/node_modules/@smithy/abort-controller/package.json +2 -2
  162. package/node_modules/@smithy/config-resolver/package.json +4 -4
  163. package/node_modules/@smithy/core/package.json +6 -6
  164. package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  165. package/node_modules/@smithy/eventstream-codec/package.json +2 -2
  166. package/node_modules/@smithy/eventstream-serde-browser/package.json +3 -3
  167. package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +2 -2
  168. package/node_modules/@smithy/eventstream-serde-node/package.json +3 -3
  169. package/node_modules/@smithy/eventstream-serde-universal/package.json +3 -3
  170. package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  171. package/node_modules/@smithy/hash-blob-browser/package.json +2 -2
  172. package/node_modules/@smithy/hash-node/package.json +2 -2
  173. package/node_modules/@smithy/hash-stream-node/package.json +2 -2
  174. package/node_modules/@smithy/invalid-dependency/package.json +2 -2
  175. package/node_modules/@smithy/md5-js/package.json +2 -2
  176. package/node_modules/@smithy/middleware-content-length/package.json +3 -3
  177. package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  178. package/node_modules/@smithy/middleware-retry/package.json +8 -8
  179. package/node_modules/@smithy/middleware-serde/package.json +2 -2
  180. package/node_modules/@smithy/middleware-stack/package.json +2 -2
  181. package/node_modules/@smithy/node-config-provider/package.json +4 -4
  182. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +11 -8
  183. package/node_modules/@smithy/node-http-handler/dist-es/timing.js +2 -2
  184. package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +9 -6
  185. package/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +2 -2
  186. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +2 -2
  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/dist-cjs/index.js +2 -2
  193. package/node_modules/@smithy/service-error-classification/dist-es/index.js +3 -2
  194. package/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +1 -1
  195. package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/index.d.ts +1 -1
  196. package/node_modules/@smithy/service-error-classification/package.json +2 -2
  197. package/node_modules/@smithy/shared-ini-file-loader/package.json +2 -2
  198. package/node_modules/@smithy/signature-v4/package.json +4 -4
  199. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +22 -34
  200. package/node_modules/@smithy/smithy-client/dist-es/lazy-json.js +22 -31
  201. package/node_modules/@smithy/smithy-client/dist-types/lazy-json.d.ts +34 -15
  202. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/lazy-json.d.ts +34 -15
  203. package/node_modules/@smithy/smithy-client/package.json +7 -7
  204. package/node_modules/@smithy/types/dist-types/shapes.d.ts +1 -0
  205. package/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +1 -0
  206. package/node_modules/@smithy/types/package.json +1 -1
  207. package/node_modules/@smithy/url-parser/package.json +3 -3
  208. package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  209. package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  210. package/node_modules/@smithy/util-endpoints/package.json +3 -3
  211. package/node_modules/@smithy/util-middleware/package.json +2 -2
  212. package/node_modules/@smithy/util-retry/package.json +3 -3
  213. package/node_modules/@smithy/util-stream/package.json +4 -4
  214. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +31 -4
  215. package/node_modules/@smithy/util-waiter/dist-es/poller.js +30 -4
  216. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/waiter.d.ts +5 -0
  217. package/node_modules/@smithy/util-waiter/dist-types/waiter.d.ts +5 -0
  218. package/node_modules/@smithy/util-waiter/package.json +3 -3
  219. package/node_modules/@types/aws-lambda/README.md +1 -1
  220. package/node_modules/@types/aws-lambda/index.d.ts +1 -0
  221. package/node_modules/@types/aws-lambda/package.json +4 -3
  222. package/node_modules/@types/aws-lambda/trigger/guard-duty-event-notification.d.ts +36 -0
  223. package/node_modules/axios/CHANGELOG.md +49 -0
  224. package/node_modules/axios/README.md +20 -8
  225. package/node_modules/axios/dist/axios.js +34 -63
  226. package/node_modules/axios/dist/axios.js.map +1 -1
  227. package/node_modules/axios/dist/axios.min.js +1 -1
  228. package/node_modules/axios/dist/axios.min.js.map +1 -1
  229. package/node_modules/axios/dist/browser/axios.cjs +40 -71
  230. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  231. package/node_modules/axios/dist/esm/axios.js +40 -71
  232. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  233. package/node_modules/axios/dist/esm/axios.min.js +1 -1
  234. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  235. package/node_modules/axios/dist/node/axios.cjs +45 -75
  236. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  237. package/node_modules/axios/index.d.cts +5 -1
  238. package/node_modules/axios/index.d.ts +8 -1
  239. package/node_modules/axios/lib/adapters/http.js +4 -4
  240. package/node_modules/axios/lib/core/Axios.js +7 -2
  241. package/node_modules/axios/lib/core/mergeConfig.js +5 -5
  242. package/node_modules/axios/lib/env/data.js +1 -1
  243. package/node_modules/axios/lib/helpers/buildURL.js +7 -1
  244. package/node_modules/axios/lib/helpers/formDataToStream.js +2 -2
  245. package/node_modules/axios/lib/helpers/isURLSameOrigin.js +12 -65
  246. package/node_modules/axios/lib/helpers/validator.js +8 -0
  247. package/node_modules/axios/package.json +3 -3
  248. package/node_modules/dotenv/CHANGELOG.md +15 -2
  249. package/node_modules/dotenv/README.md +37 -114
  250. package/node_modules/dotenv/package.json +5 -9
  251. package/node_modules/openid-client/lib/helpers/client.js +1 -4
  252. package/node_modules/openid-client/package.json +3 -3
  253. package/package.json +18 -17
@@ -4,9 +4,15 @@ import {
4
4
  AccessControlPolicy,
5
5
  BucketVersioningStatus,
6
6
  ChecksumAlgorithm,
7
+ CORSConfiguration,
7
8
  ErrorDocument,
8
9
  Grant,
9
10
  IndexDocument,
11
+ IntelligentTieringConfiguration,
12
+ InventoryConfiguration,
13
+ LifecycleRule,
14
+ LoggingEnabled,
15
+ MetricsConfiguration,
10
16
  NotificationConfiguration,
11
17
  ObjectCannedACL,
12
18
  ObjectLockConfiguration,
@@ -24,10 +30,72 @@ import {
24
30
  RequestPayer,
25
31
  RoutingRule,
26
32
  ServerSideEncryption,
33
+ ServerSideEncryptionConfiguration,
27
34
  StorageClass,
28
35
  Tag,
36
+ TransitionDefaultMinimumObjectSize,
29
37
  } from "./models_0";
30
38
  import { S3ServiceException as __BaseException } from "./S3ServiceException";
39
+ export interface PutBucketCorsRequest {
40
+ Bucket: string | undefined;
41
+ CORSConfiguration: CORSConfiguration | undefined;
42
+ ContentMD5?: string | undefined;
43
+ ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
44
+ ExpectedBucketOwner?: string | undefined;
45
+ }
46
+ export interface PutBucketEncryptionRequest {
47
+ Bucket: string | undefined;
48
+ ContentMD5?: string | undefined;
49
+ ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
50
+ ServerSideEncryptionConfiguration:
51
+ | ServerSideEncryptionConfiguration
52
+ | undefined;
53
+ ExpectedBucketOwner?: string | undefined;
54
+ }
55
+ export interface PutBucketIntelligentTieringConfigurationRequest {
56
+ Bucket: string | undefined;
57
+ Id: string | undefined;
58
+ IntelligentTieringConfiguration: IntelligentTieringConfiguration | undefined;
59
+ }
60
+ export interface PutBucketInventoryConfigurationRequest {
61
+ Bucket: string | undefined;
62
+ Id: string | undefined;
63
+ InventoryConfiguration: InventoryConfiguration | undefined;
64
+ ExpectedBucketOwner?: string | undefined;
65
+ }
66
+ export interface PutBucketLifecycleConfigurationOutput {
67
+ TransitionDefaultMinimumObjectSize?:
68
+ | TransitionDefaultMinimumObjectSize
69
+ | undefined;
70
+ }
71
+ export interface BucketLifecycleConfiguration {
72
+ Rules: LifecycleRule[] | undefined;
73
+ }
74
+ export interface PutBucketLifecycleConfigurationRequest {
75
+ Bucket: string | undefined;
76
+ ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
77
+ LifecycleConfiguration?: BucketLifecycleConfiguration | undefined;
78
+ ExpectedBucketOwner?: string | undefined;
79
+ TransitionDefaultMinimumObjectSize?:
80
+ | TransitionDefaultMinimumObjectSize
81
+ | undefined;
82
+ }
83
+ export interface BucketLoggingStatus {
84
+ LoggingEnabled?: LoggingEnabled | undefined;
85
+ }
86
+ export interface PutBucketLoggingRequest {
87
+ Bucket: string | undefined;
88
+ BucketLoggingStatus: BucketLoggingStatus | undefined;
89
+ ContentMD5?: string | undefined;
90
+ ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
91
+ ExpectedBucketOwner?: string | undefined;
92
+ }
93
+ export interface PutBucketMetricsConfigurationRequest {
94
+ Bucket: string | undefined;
95
+ Id: string | undefined;
96
+ MetricsConfiguration: MetricsConfiguration | undefined;
97
+ ExpectedBucketOwner?: string | undefined;
98
+ }
31
99
  export interface PutBucketNotificationConfigurationRequest {
32
100
  Bucket: string | undefined;
33
101
  NotificationConfiguration: NotificationConfiguration | undefined;
@@ -157,6 +225,7 @@ export interface PutObjectRequest {
157
225
  ChecksumSHA1?: string | undefined;
158
226
  ChecksumSHA256?: string | undefined;
159
227
  Expires?: Date | undefined;
228
+ IfMatch?: string | undefined;
160
229
  IfNoneMatch?: string | undefined;
161
230
  GrantFullControl?: string | undefined;
162
231
  GrantRead?: string | undefined;
@@ -624,6 +693,12 @@ export interface WriteGetObjectResponseRequest {
624
693
  VersionId?: string | undefined;
625
694
  BucketKeyEnabled?: boolean | undefined;
626
695
  }
696
+ export declare const PutBucketEncryptionRequestFilterSensitiveLog: (
697
+ obj: PutBucketEncryptionRequest
698
+ ) => any;
699
+ export declare const PutBucketInventoryConfigurationRequestFilterSensitiveLog: (
700
+ obj: PutBucketInventoryConfigurationRequest
701
+ ) => any;
627
702
  export declare const PutObjectOutputFilterSensitiveLog: (
628
703
  obj: PutObjectOutput
629
704
  ) => any;
@@ -23,6 +23,10 @@ import {
23
23
  CreateBucketCommandInput,
24
24
  CreateBucketCommandOutput,
25
25
  } from "../commands/CreateBucketCommand";
26
+ import {
27
+ CreateBucketMetadataTableConfigurationCommandInput,
28
+ CreateBucketMetadataTableConfigurationCommandOutput,
29
+ } from "../commands/CreateBucketMetadataTableConfigurationCommand";
26
30
  import {
27
31
  CreateMultipartUploadCommandInput,
28
32
  CreateMultipartUploadCommandOutput,
@@ -59,6 +63,10 @@ import {
59
63
  DeleteBucketLifecycleCommandInput,
60
64
  DeleteBucketLifecycleCommandOutput,
61
65
  } from "../commands/DeleteBucketLifecycleCommand";
66
+ import {
67
+ DeleteBucketMetadataTableConfigurationCommandInput,
68
+ DeleteBucketMetadataTableConfigurationCommandOutput,
69
+ } from "../commands/DeleteBucketMetadataTableConfigurationCommand";
62
70
  import {
63
71
  DeleteBucketMetricsConfigurationCommandInput,
64
72
  DeleteBucketMetricsConfigurationCommandOutput,
@@ -139,6 +147,10 @@ import {
139
147
  GetBucketLoggingCommandInput,
140
148
  GetBucketLoggingCommandOutput,
141
149
  } from "../commands/GetBucketLoggingCommand";
150
+ import {
151
+ GetBucketMetadataTableConfigurationCommandInput,
152
+ GetBucketMetadataTableConfigurationCommandOutput,
153
+ } from "../commands/GetBucketMetadataTableConfigurationCommand";
142
154
  import {
143
155
  GetBucketMetricsConfigurationCommandInput,
144
156
  GetBucketMetricsConfigurationCommandOutput,
@@ -403,6 +415,10 @@ export declare const se_CreateBucketCommand: (
403
415
  input: CreateBucketCommandInput,
404
416
  context: __SerdeContext
405
417
  ) => Promise<__HttpRequest>;
418
+ export declare const se_CreateBucketMetadataTableConfigurationCommand: (
419
+ input: CreateBucketMetadataTableConfigurationCommandInput,
420
+ context: __SerdeContext
421
+ ) => Promise<__HttpRequest>;
406
422
  export declare const se_CreateMultipartUploadCommand: (
407
423
  input: CreateMultipartUploadCommandInput,
408
424
  context: __SerdeContext
@@ -439,6 +455,10 @@ export declare const se_DeleteBucketLifecycleCommand: (
439
455
  input: DeleteBucketLifecycleCommandInput,
440
456
  context: __SerdeContext
441
457
  ) => Promise<__HttpRequest>;
458
+ export declare const se_DeleteBucketMetadataTableConfigurationCommand: (
459
+ input: DeleteBucketMetadataTableConfigurationCommandInput,
460
+ context: __SerdeContext
461
+ ) => Promise<__HttpRequest>;
442
462
  export declare const se_DeleteBucketMetricsConfigurationCommand: (
443
463
  input: DeleteBucketMetricsConfigurationCommandInput,
444
464
  context: __SerdeContext
@@ -519,6 +539,10 @@ export declare const se_GetBucketLoggingCommand: (
519
539
  input: GetBucketLoggingCommandInput,
520
540
  context: __SerdeContext
521
541
  ) => Promise<__HttpRequest>;
542
+ export declare const se_GetBucketMetadataTableConfigurationCommand: (
543
+ input: GetBucketMetadataTableConfigurationCommandInput,
544
+ context: __SerdeContext
545
+ ) => Promise<__HttpRequest>;
522
546
  export declare const se_GetBucketMetricsConfigurationCommand: (
523
547
  input: GetBucketMetricsConfigurationCommandInput,
524
548
  context: __SerdeContext
@@ -783,6 +807,10 @@ export declare const de_CreateBucketCommand: (
783
807
  output: __HttpResponse,
784
808
  context: __SerdeContext
785
809
  ) => Promise<CreateBucketCommandOutput>;
810
+ export declare const de_CreateBucketMetadataTableConfigurationCommand: (
811
+ output: __HttpResponse,
812
+ context: __SerdeContext
813
+ ) => Promise<CreateBucketMetadataTableConfigurationCommandOutput>;
786
814
  export declare const de_CreateMultipartUploadCommand: (
787
815
  output: __HttpResponse,
788
816
  context: __SerdeContext
@@ -819,6 +847,10 @@ export declare const de_DeleteBucketLifecycleCommand: (
819
847
  output: __HttpResponse,
820
848
  context: __SerdeContext
821
849
  ) => Promise<DeleteBucketLifecycleCommandOutput>;
850
+ export declare const de_DeleteBucketMetadataTableConfigurationCommand: (
851
+ output: __HttpResponse,
852
+ context: __SerdeContext
853
+ ) => Promise<DeleteBucketMetadataTableConfigurationCommandOutput>;
822
854
  export declare const de_DeleteBucketMetricsConfigurationCommand: (
823
855
  output: __HttpResponse,
824
856
  context: __SerdeContext
@@ -899,6 +931,10 @@ export declare const de_GetBucketLoggingCommand: (
899
931
  output: __HttpResponse,
900
932
  context: __SerdeContext
901
933
  ) => Promise<GetBucketLoggingCommandOutput>;
934
+ export declare const de_GetBucketMetadataTableConfigurationCommand: (
935
+ output: __HttpResponse,
936
+ context: __SerdeContext
937
+ ) => Promise<GetBucketMetadataTableConfigurationCommandOutput>;
902
938
  export declare const de_GetBucketMetricsConfigurationCommand: (
903
939
  output: __HttpResponse,
904
940
  context: __SerdeContext
@@ -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.698.0",
4
+ "version": "3.705.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",
@@ -27,13 +27,13 @@
27
27
  "@aws-crypto/sha1-browser": "5.2.0",
28
28
  "@aws-crypto/sha256-browser": "5.2.0",
29
29
  "@aws-crypto/sha256-js": "5.2.0",
30
- "@aws-sdk/client-sso-oidc": "3.696.0",
31
- "@aws-sdk/client-sts": "3.696.0",
30
+ "@aws-sdk/client-sso-oidc": "3.699.0",
31
+ "@aws-sdk/client-sts": "3.699.0",
32
32
  "@aws-sdk/core": "3.696.0",
33
- "@aws-sdk/credential-provider-node": "3.696.0",
33
+ "@aws-sdk/credential-provider-node": "3.699.0",
34
34
  "@aws-sdk/middleware-bucket-endpoint": "3.696.0",
35
35
  "@aws-sdk/middleware-expect-continue": "3.696.0",
36
- "@aws-sdk/middleware-flexible-checksums": "3.697.0",
36
+ "@aws-sdk/middleware-flexible-checksums": "3.701.0",
37
37
  "@aws-sdk/middleware-host-header": "3.696.0",
38
38
  "@aws-sdk/middleware-location-constraint": "3.696.0",
39
39
  "@aws-sdk/middleware-logger": "3.696.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.696.0",
4
+ "version": "3.699.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,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.696.0",
24
- "@aws-sdk/client-sts": "3.696.0",
23
+ "@aws-sdk/client-sso-oidc": "3.699.0",
24
+ "@aws-sdk/client-sts": "3.699.0",
25
25
  "@aws-sdk/core": "3.696.0",
26
- "@aws-sdk/credential-provider-node": "3.696.0",
26
+ "@aws-sdk/credential-provider-node": "3.699.0",
27
27
  "@aws-sdk/middleware-host-header": "3.696.0",
28
28
  "@aws-sdk/middleware-logger": "3.696.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.696.0",
@@ -82,6 +82,35 @@ declare const GetExecutionPreviewCommand_base: {
82
82
  * <p>Base exception class for all service exceptions from SSM service.</p>
83
83
  *
84
84
  * @public
85
+ * @example GetExecutionPreview
86
+ * ```javascript
87
+ * // This example illustrates one usage of GetExecutionPreview
88
+ * const input = {
89
+ * "ExecutionPreviewId": "2f27d6e5-9676-4708-b8bd-aef0ab47bb26"
90
+ * };
91
+ * const command = new GetExecutionPreviewCommand(input);
92
+ * const response = await client.send(command);
93
+ * /* response ==
94
+ * {
95
+ * "EndedAt": "2024-11-13T01:50:39.424000+00:00",
96
+ * "ExecutionPreview": {
97
+ * "Automation": {
98
+ * "Regions": [
99
+ * "us-east-2"
100
+ * ],
101
+ * "StepPreviews": {
102
+ * "Undetermined": 1
103
+ * },
104
+ * "TotalAccounts": 1
105
+ * }
106
+ * },
107
+ * "ExecutionPreviewId": "2f27d6e5-9676-4708-b8bd-aef0ab47bb26",
108
+ * "Status": "Success"
109
+ * }
110
+ * *\/
111
+ * // example id: getexecutionpreview-f6ae6a7e734e
112
+ * ```
113
+ *
85
114
  */
86
115
  export declare class GetExecutionPreviewCommand extends GetExecutionPreviewCommand_base {
87
116
  /** @internal type navigation helper, not in runtime. */
@@ -107,6 +107,58 @@ declare const ListNodesCommand_base: {
107
107
  * <p>Base exception class for all service exceptions from SSM service.</p>
108
108
  *
109
109
  * @public
110
+ * @example ListNodes
111
+ * ```javascript
112
+ * // This example illustrates one usage of ListNodes
113
+ * const input = {
114
+ * "Filters": [
115
+ * {
116
+ * "Key": "Region",
117
+ * "Type": "Equal",
118
+ * "Values": [
119
+ * "us-east-2"
120
+ * ]
121
+ * }
122
+ * ],
123
+ * "MaxResults": 1,
124
+ * "SyncName": "AWS-QuickSetup-ManagedNode"
125
+ * };
126
+ * const command = new ListNodesCommand(input);
127
+ * const response = await client.send(command);
128
+ * /* response ==
129
+ * {
130
+ * "NextToken": "A9lT8CAxj9aDFRi+MNAoFq08IEXAMPLE",
131
+ * "Nodes": [
132
+ * {
133
+ * "CaptureTime": "2024-11-19T22:01:18",
134
+ * "Id": "i-02573cafcfEXAMPLE",
135
+ * "NodeType": {
136
+ * "Instance": {
137
+ * "AgentType": "amazon-ssm-agent",
138
+ * "AgentVersion": "3.3.859.0",
139
+ * "ComputerName": "ip-192.0.2.0.ec2.internal",
140
+ * "InstanceStatus": "Active",
141
+ * "IpAddress": "192.0.2.0",
142
+ * "ManagedStatus": "Managed",
143
+ * "PlatformName": "Amazon Linux",
144
+ * "PlatformType": "Linux",
145
+ * "PlatformVersion": "2023",
146
+ * "ResourceType": "EC2Instance"
147
+ * }
148
+ * },
149
+ * "Owner": {
150
+ * "AccountId": "111122223333",
151
+ * "OrganizationalUnitId": "ou-b8dn-sasv9tfp",
152
+ * "OrganizationalUnitPath": "r-b8dn/ou-b8dn-sasv9tfp"
153
+ * },
154
+ * "Region": "us-east-2"
155
+ * }
156
+ * ]
157
+ * }
158
+ * *\/
159
+ * // example id: listnodes--ec13d561ee02
160
+ * ```
161
+ *
110
162
  */
111
163
  export declare class ListNodesCommand extends ListNodesCommand_base {
112
164
  /** @internal type navigation helper, not in runtime. */
@@ -107,6 +107,49 @@ declare const ListNodesSummaryCommand_base: {
107
107
  * <p>Base exception class for all service exceptions from SSM service.</p>
108
108
  *
109
109
  * @public
110
+ * @example ListNodesSummary
111
+ * ```javascript
112
+ * // This example illustrates one usage of ListNodesSummary
113
+ * const input = {
114
+ * "Aggregators": [
115
+ * {
116
+ * "AggregatorType": "Count",
117
+ * "AttributeName": "Region",
118
+ * "TypeName": "Instance"
119
+ * }
120
+ * ],
121
+ * "Filters": [
122
+ * {
123
+ * "Key": "InstanceStatus",
124
+ * "Type": "Equal",
125
+ * "Values": [
126
+ * "Active"
127
+ * ]
128
+ * }
129
+ * ],
130
+ * "MaxResults": 2,
131
+ * "NextToken": "A9lT8CAxj9aDFRi+MNAoFq08I---EXAMPLE",
132
+ * "SyncName": "AWS-QuickSetup-ManagedNode"
133
+ * };
134
+ * const command = new ListNodesSummaryCommand(input);
135
+ * const response = await client.send(command);
136
+ * /* response ==
137
+ * {
138
+ * "Summary": [
139
+ * {
140
+ * "Count": "26",
141
+ * "Region": "us-east-1"
142
+ * },
143
+ * {
144
+ * "Count": "7",
145
+ * "Region": "us-east-2"
146
+ * }
147
+ * ]
148
+ * }
149
+ * *\/
150
+ * // example id: listnodessummary-9a63f9e71ee0
151
+ * ```
152
+ *
110
153
  */
111
154
  export declare class ListNodesSummaryCommand extends ListNodesSummaryCommand_base {
112
155
  /** @internal type navigation helper, not in runtime. */
@@ -125,6 +125,22 @@ declare const StartExecutionPreviewCommand_base: {
125
125
  * <p>Base exception class for all service exceptions from SSM service.</p>
126
126
  *
127
127
  * @public
128
+ * @example StartExecutionPreview
129
+ * ```javascript
130
+ * // This example illustrates one usage of StartExecutionPreview
131
+ * const input = {
132
+ * "DocumentName": "AWS-StartEC2Instance"
133
+ * };
134
+ * const command = new StartExecutionPreviewCommand(input);
135
+ * const response = await client.send(command);
136
+ * /* response ==
137
+ * {
138
+ * "ExecutionPreviewId": "2f27d6e5-9676-4708-b8bd-aef0ab47bb26"
139
+ * }
140
+ * *\/
141
+ * // example id: startexecutionpreview-7a6b962646a9
142
+ * ```
143
+ *
128
144
  */
129
145
  export declare class StartExecutionPreviewCommand extends StartExecutionPreviewCommand_base {
130
146
  /** @internal type navigation helper, not in runtime. */
@@ -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.698.0",
4
+ "version": "3.699.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,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.696.0",
24
- "@aws-sdk/client-sts": "3.696.0",
23
+ "@aws-sdk/client-sso-oidc": "3.699.0",
24
+ "@aws-sdk/client-sts": "3.699.0",
25
25
  "@aws-sdk/core": "3.696.0",
26
- "@aws-sdk/credential-provider-node": "3.696.0",
26
+ "@aws-sdk/credential-provider-node": "3.699.0",
27
27
  "@aws-sdk/middleware-host-header": "3.696.0",
28
28
  "@aws-sdk/middleware-logger": "3.696.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.696.0",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sso-oidc",
3
3
  "description": "AWS SDK for JavaScript Sso Oidc Client for Node.js, Browser and React Native",
4
- "version": "3.696.0",
4
+ "version": "3.699.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-oidc",
@@ -21,7 +21,7 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.696.0",
24
- "@aws-sdk/credential-provider-node": "3.696.0",
24
+ "@aws-sdk/credential-provider-node": "3.699.0",
25
25
  "@aws-sdk/middleware-host-header": "3.696.0",
26
26
  "@aws-sdk/middleware-logger": "3.696.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.696.0",
@@ -85,7 +85,7 @@
85
85
  },
86
86
  "license": "Apache-2.0",
87
87
  "peerDependencies": {
88
- "@aws-sdk/client-sts": "^3.696.0"
88
+ "@aws-sdk/client-sts": "^3.699.0"
89
89
  },
90
90
  "browser": {
91
91
  "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sts",
3
3
  "description": "AWS SDK for JavaScript Sts Client for Node.js, Browser and React Native",
4
- "version": "3.696.0",
4
+ "version": "3.699.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-sts",
@@ -22,9 +22,9 @@
22
22
  "dependencies": {
23
23
  "@aws-crypto/sha256-browser": "5.2.0",
24
24
  "@aws-crypto/sha256-js": "5.2.0",
25
- "@aws-sdk/client-sso-oidc": "3.696.0",
25
+ "@aws-sdk/client-sso-oidc": "3.699.0",
26
26
  "@aws-sdk/core": "3.696.0",
27
- "@aws-sdk/credential-provider-node": "3.696.0",
27
+ "@aws-sdk/credential-provider-node": "3.699.0",
28
28
  "@aws-sdk/middleware-host-header": "3.696.0",
29
29
  "@aws-sdk/middleware-logger": "3.696.0",
30
30
  "@aws-sdk/middleware-recursion-detection": "3.696.0",
@@ -180,7 +180,9 @@ var resolveSsoCredentials = /* @__PURE__ */ __name(async (profile, profileData,
180
180
  const { fromSSO } = await Promise.resolve().then(() => __toESM(require("@aws-sdk/credential-provider-sso")));
181
181
  return fromSSO({
182
182
  profile,
183
- logger: options.logger
183
+ logger: options.logger,
184
+ parentClientConfig: options.parentClientConfig,
185
+ clientConfig: options.clientConfig
184
186
  })().then((creds) => {
185
187
  if (profileData.sso_session) {
186
188
  return (0, import_client.setCredentialFeature)(creds, "CREDENTIALS_PROFILE_SSO", "r");
@@ -4,6 +4,8 @@ export const resolveSsoCredentials = async (profile, profileData, options = {})
4
4
  return fromSSO({
5
5
  profile,
6
6
  logger: options.logger,
7
+ parentClientConfig: options.parentClientConfig,
8
+ clientConfig: options.clientConfig,
7
9
  })().then((creds) => {
8
10
  if (profileData.sso_session) {
9
11
  return setCredentialFeature(creds, "CREDENTIALS_PROFILE_SSO", "r");
@@ -33,7 +33,8 @@ export interface FromIniInit extends SourceProfileInit, CredentialProviderOption
33
33
  */
34
34
  roleAssumerWithWebIdentity?: (params: AssumeRoleWithWebIdentityParams) => Promise<AwsCredentialIdentity>;
35
35
  /**
36
- * STSClientConfig to be used for creating STS Client for assuming role.
36
+ * STSClientConfig or SSOClientConfig to be used for creating inner client
37
+ * for auth operations.
37
38
  * @internal
38
39
  */
39
40
  clientConfig?: any;
@@ -1,10 +1,10 @@
1
1
  import type { SsoProfile } from "@aws-sdk/credential-provider-sso";
2
- import type { CredentialProviderOptions } from "@aws-sdk/types";
3
2
  import type { IniSection, Profile } from "@smithy/types";
3
+ import type { FromIniInit } from "./fromIni";
4
4
  /**
5
5
  * @internal
6
6
  */
7
- export declare const resolveSsoCredentials: (profile: string, profileData: IniSection, options?: CredentialProviderOptions) => Promise<import("@aws-sdk/types").AttributedAwsCredentialIdentity>;
7
+ export declare const resolveSsoCredentials: (profile: string, profileData: IniSection, options?: FromIniInit) => Promise<import("@aws-sdk/types").AttributedAwsCredentialIdentity>;
8
8
  /**
9
9
  * @internal
10
10
  * duplicated from \@aws-sdk/credential-provider-sso to defer import.
@@ -1,9 +1,9 @@
1
1
  import { SsoProfile } from "@aws-sdk/credential-provider-sso";
2
- import { CredentialProviderOptions } from "@aws-sdk/types";
3
2
  import { IniSection, Profile } from "@smithy/types";
3
+ import { FromIniInit } from "./fromIni";
4
4
  export declare const resolveSsoCredentials: (
5
5
  profile: string,
6
6
  profileData: IniSection,
7
- options?: CredentialProviderOptions
7
+ options?: FromIniInit
8
8
  ) => Promise<import("@aws-sdk/types").AttributedAwsCredentialIdentity>;
9
9
  export declare const isSsoProfile: (arg: Profile) => arg is Partial<SsoProfile>;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-ini",
3
- "version": "3.696.0",
3
+ "version": "3.699.0",
4
4
  "description": "AWS credential provider that sources credentials from ~/.aws/credentials and ~/.aws/config",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -29,7 +29,7 @@
29
29
  "@aws-sdk/credential-provider-env": "3.696.0",
30
30
  "@aws-sdk/credential-provider-http": "3.696.0",
31
31
  "@aws-sdk/credential-provider-process": "3.696.0",
32
- "@aws-sdk/credential-provider-sso": "3.696.0",
32
+ "@aws-sdk/credential-provider-sso": "3.699.0",
33
33
  "@aws-sdk/credential-provider-web-identity": "3.696.0",
34
34
  "@aws-sdk/types": "3.696.0",
35
35
  "@smithy/credential-provider-imds": "^3.2.6",
@@ -47,7 +47,7 @@
47
47
  "typescript": "~4.9.5"
48
48
  },
49
49
  "peerDependencies": {
50
- "@aws-sdk/client-sts": "^3.696.0"
50
+ "@aws-sdk/client-sts": "^3.699.0"
51
51
  },
52
52
  "types": "./dist-types/index.d.ts",
53
53
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-node",
3
- "version": "3.696.0",
3
+ "version": "3.699.0",
4
4
  "description": "AWS credential provider that sources credentials from a Node.JS environment. ",
5
5
  "engines": {
6
6
  "node": ">=16.0.0"
@@ -31,9 +31,9 @@
31
31
  "dependencies": {
32
32
  "@aws-sdk/credential-provider-env": "3.696.0",
33
33
  "@aws-sdk/credential-provider-http": "3.696.0",
34
- "@aws-sdk/credential-provider-ini": "3.696.0",
34
+ "@aws-sdk/credential-provider-ini": "3.699.0",
35
35
  "@aws-sdk/credential-provider-process": "3.696.0",
36
- "@aws-sdk/credential-provider-sso": "3.696.0",
36
+ "@aws-sdk/credential-provider-sso": "3.699.0",
37
37
  "@aws-sdk/credential-provider-web-identity": "3.696.0",
38
38
  "@aws-sdk/types": "3.696.0",
39
39
  "@smithy/credential-provider-imds": "^3.2.6",
@@ -65,6 +65,7 @@ var resolveSSOCredentials = /* @__PURE__ */ __name(async ({
65
65
  ssoRoleName,
66
66
  ssoClient,
67
67
  clientConfig,
68
+ parentClientConfig,
68
69
  profile,
69
70
  logger
70
71
  }) => {
@@ -103,6 +104,7 @@ var resolveSSOCredentials = /* @__PURE__ */ __name(async ({
103
104
  const { SSOClient: SSOClient2, GetRoleCredentialsCommand: GetRoleCredentialsCommand2 } = await Promise.resolve().then(() => (init_loadSso(), loadSso_exports));
104
105
  const sso = ssoClient || new SSOClient2(
105
106
  Object.assign({}, clientConfig ?? {}, {
107
+ logger: (clientConfig == null ? void 0 : clientConfig.logger) ?? (parentClientConfig == null ? void 0 : parentClientConfig.logger),
106
108
  region: (clientConfig == null ? void 0 : clientConfig.region) ?? ssoRegion
107
109
  })
108
110
  );
@@ -211,6 +213,7 @@ var fromSSO = /* @__PURE__ */ __name((init = {}) => async () => {
211
213
  ssoRoleName: sso_role_name,
212
214
  ssoClient,
213
215
  clientConfig: init.clientConfig,
216
+ parentClientConfig: init.parentClientConfig,
214
217
  profile: profileName
215
218
  });
216
219
  } else if (!ssoStartUrl || !ssoAccountId || !ssoRegion || !ssoRoleName) {
@@ -227,6 +230,7 @@ var fromSSO = /* @__PURE__ */ __name((init = {}) => async () => {
227
230
  ssoRoleName,
228
231
  ssoClient,
229
232
  clientConfig: init.clientConfig,
233
+ parentClientConfig: init.parentClientConfig,
230
234
  profile: profileName
231
235
  });
232
236
  }
@@ -47,6 +47,7 @@ export const fromSSO = (init = {}) => async () => {
47
47
  ssoRoleName: sso_role_name,
48
48
  ssoClient: ssoClient,
49
49
  clientConfig: init.clientConfig,
50
+ parentClientConfig: init.parentClientConfig,
50
51
  profile: profileName,
51
52
  });
52
53
  }
@@ -63,6 +64,7 @@ export const fromSSO = (init = {}) => async () => {
63
64
  ssoRoleName,
64
65
  ssoClient,
65
66
  clientConfig: init.clientConfig,
67
+ parentClientConfig: init.parentClientConfig,
66
68
  profile: profileName,
67
69
  });
68
70
  }