@gemeentenijmegen/webapp 1.1.1 → 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 (498) hide show
  1. package/.jsii +13 -13
  2. package/assets/webapp/auth/auth.lambda/index.js +60 -42
  3. package/assets/webapp/login/login.lambda/index.js +60 -42
  4. package/assets/webapp/logout/logout.lambda/index.js +56 -209
  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/endpoint/ruleset.js +1 -1
  10. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/index.js +60 -19
  11. package/node_modules/@aws-sdk/client-dynamodb/dist-es/endpoint/ruleset.js +1 -1
  12. package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/models_0.js +30 -14
  13. package/node_modules/@aws-sdk/client-dynamodb/dist-es/protocols/Aws_json1_0.js +17 -1
  14. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateGlobalTableCommand.d.ts +10 -0
  15. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateTableCommand.d.ts +29 -0
  16. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteItemCommand.d.ts +3 -0
  17. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteTableCommand.d.ts +21 -0
  18. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableCommand.d.ts +10 -0
  19. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeImportCommand.d.ts +4 -0
  20. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableCommand.d.ts +21 -0
  21. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ImportTableCommand.d.ts +8 -0
  22. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutItemCommand.d.ts +3 -0
  23. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableFromBackupCommand.d.ts +25 -0
  24. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +25 -0
  25. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableCommand.d.ts +10 -0
  26. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateItemCommand.d.ts +3 -0
  27. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableCommand.d.ts +34 -0
  28. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts +821 -655
  29. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_0.d.ts +763 -642
  30. package/node_modules/@aws-sdk/client-dynamodb/package.json +37 -37
  31. package/node_modules/@aws-sdk/client-s3/README.md +24 -0
  32. package/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +3 -3
  33. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +510 -133
  34. package/node_modules/@aws-sdk/client-s3/dist-es/S3.js +6 -0
  35. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataTableConfigurationCommand.js +32 -0
  36. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataTableConfigurationCommand.js +26 -0
  37. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +1 -1
  38. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataTableConfigurationCommand.js +28 -0
  39. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +0 -1
  40. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +1 -1
  41. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +1 -1
  42. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +1 -1
  43. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +2 -2
  44. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketInventoryConfigurationCommand.js +1 -1
  45. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +1 -1
  46. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +1 -1
  47. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +0 -1
  48. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +1 -1
  49. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +1 -1
  50. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +1 -1
  51. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +1 -1
  52. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +1 -1
  53. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +1 -1
  54. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +1 -1
  55. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +1 -1
  56. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +1 -1
  57. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +1 -1
  58. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +1 -1
  59. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +1 -1
  60. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +1 -1
  61. package/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +1 -1
  62. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +1 -1
  63. package/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +3 -0
  64. package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +3 -3
  65. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +2 -12
  66. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +61 -0
  67. package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +234 -4
  68. package/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +21 -0
  69. package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +5 -2
  70. package/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +19 -15
  71. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +51 -44
  72. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +80 -59
  73. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +66 -50
  74. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +134 -0
  75. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +95 -68
  76. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +33 -18
  77. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +1 -1
  78. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +14 -6
  79. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +1 -1
  80. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +19 -11
  81. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  82. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +1 -1
  83. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +53 -9
  84. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +95 -0
  85. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +1 -1
  86. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +1 -1
  87. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +29 -24
  88. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +1 -1
  89. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +1 -1
  90. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +1 -1
  91. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +66 -53
  92. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +1 -1
  93. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +44 -29
  94. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +1 -1
  95. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +1 -1
  96. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +1 -1
  97. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +1 -1
  98. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +1 -1
  99. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +19 -11
  100. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  101. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +1 -1
  102. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +62 -17
  103. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +1 -1
  104. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +1 -1
  105. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +111 -0
  106. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +1 -1
  107. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +1 -1
  108. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +1 -1
  109. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +34 -24
  110. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +1 -1
  111. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +1 -1
  112. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +1 -1
  113. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +1 -1
  114. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +1 -1
  115. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +1 -1
  116. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +1 -1
  117. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +65 -46
  118. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +84 -64
  119. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +1 -1
  120. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +1 -1
  121. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +1 -1
  122. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +20 -20
  123. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +1 -1
  124. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +1 -1
  125. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +36 -19
  126. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +65 -42
  127. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +1 -1
  128. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +1 -1
  129. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +1 -1
  130. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +1 -1
  131. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +10 -3
  132. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +15 -5
  133. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +53 -35
  134. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +1 -1
  135. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +1 -1
  136. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +26 -16
  137. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +25 -19
  138. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -1
  139. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +1 -1
  140. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +1 -1
  141. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +2 -2
  142. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +52 -36
  143. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +2 -2
  144. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +2 -2
  145. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +90 -46
  146. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +2 -2
  147. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +2 -2
  148. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +1 -1
  149. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +1 -1
  150. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +34 -24
  151. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +3 -4
  152. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +1 -1
  153. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +1 -1
  154. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +6 -7
  155. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +1 -1
  156. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +1 -1
  157. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +129 -79
  158. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +1 -1
  159. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +3 -3
  160. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +1 -1
  161. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +1 -1
  162. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +1 -1
  163. package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +1 -1
  164. package/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +1 -1
  165. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +55 -43
  166. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +69 -54
  167. package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +1 -1
  168. package/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +3 -0
  169. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +2123 -1768
  170. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +910 -429
  171. package/node_modules/@aws-sdk/client-s3/dist-types/protocols/Aws_restXml.d.ts +27 -0
  172. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +69 -0
  173. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +18 -0
  174. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +47 -0
  175. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +47 -0
  176. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetadataTableConfigurationCommand.d.ts +51 -0
  177. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +1 -1
  178. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +1 -1
  179. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  180. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
  181. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
  182. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +1 -1
  183. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -1
  184. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +3 -0
  185. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +828 -825
  186. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +379 -280
  187. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +36 -0
  188. package/node_modules/@aws-sdk/client-s3/package.json +57 -57
  189. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/models/models_0.d.ts +184 -184
  190. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/models/models_0.d.ts +184 -184
  191. package/node_modules/@aws-sdk/client-secrets-manager/package.json +35 -35
  192. package/node_modules/@aws-sdk/client-ssm/README.md +39 -7
  193. package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +834 -437
  194. package/node_modules/@aws-sdk/client-ssm/dist-es/SSM.js +8 -0
  195. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetExecutionPreviewCommand.js +22 -0
  196. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListNodesCommand.js +23 -0
  197. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListNodesSummaryCommand.js +22 -0
  198. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendCommandCommand.js +1 -1
  199. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartExecutionPreviewCommand.js +22 -0
  200. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/index.js +4 -0
  201. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +99 -144
  202. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_2.js +167 -1
  203. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListNodesPaginator.js +4 -0
  204. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListNodesSummaryPaginator.js +4 -0
  205. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/index.js +2 -0
  206. package/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +159 -3
  207. package/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +29 -0
  208. package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +6 -2
  209. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateResourceDataSyncCommand.d.ts +1 -1
  210. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteActivationCommand.d.ts +1 -1
  211. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeActivationsCommand.d.ts +1 -1
  212. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +1 -1
  213. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchesCommand.d.ts +1 -1
  214. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePropertiesCommand.d.ts +1 -1
  215. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetExecutionPreviewCommand.d.ts +127 -0
  216. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventoryCommand.d.ts +3 -4
  217. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsSummaryCommand.d.ts +3 -4
  218. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceItemsCommand.d.ts +1 -1
  219. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceSummariesCommand.d.ts +1 -1
  220. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListInventoryEntriesCommand.d.ts +1 -1
  221. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesCommand.d.ts +175 -0
  222. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesSummaryCommand.d.ts +166 -0
  223. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +1 -1
  224. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResetServiceSettingCommand.d.ts +2 -1
  225. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResumeSessionCommand.d.ts +1 -1
  226. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendAutomationSignalCommand.d.ts +1 -1
  227. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendCommandCommand.d.ts +1 -1
  228. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAssociationsOnceCommand.d.ts +1 -1
  229. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAutomationExecutionCommand.d.ts +1 -1
  230. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartExecutionPreviewCommand.d.ts +157 -0
  231. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/index.d.ts +4 -0
  232. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +711 -706
  233. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +2303 -2337
  234. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +961 -196
  235. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListNodesPaginator.d.ts +7 -0
  236. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListNodesSummaryPaginator.d.ts +7 -0
  237. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/index.d.ts +2 -0
  238. package/node_modules/@aws-sdk/client-ssm/dist-types/protocols/Aws_json1_1.d.ts +36 -0
  239. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSM.d.ts +69 -0
  240. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +24 -0
  241. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetExecutionPreviewCommand.d.ts +51 -0
  242. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListNodesCommand.d.ts +47 -0
  243. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListNodesSummaryCommand.d.ts +48 -0
  244. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +2 -4
  245. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResumeSessionCommand.d.ts +1 -1
  246. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendAutomationSignalCommand.d.ts +1 -1
  247. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendCommandCommand.d.ts +1 -1
  248. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAssociationsOnceCommand.d.ts +1 -1
  249. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAutomationExecutionCommand.d.ts +1 -1
  250. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartExecutionPreviewCommand.d.ts +51 -0
  251. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/index.d.ts +4 -0
  252. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +706 -702
  253. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +1010 -1004
  254. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_2.d.ts +436 -198
  255. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListNodesPaginator.d.ts +11 -0
  256. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListNodesSummaryPaginator.d.ts +11 -0
  257. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/index.d.ts +2 -0
  258. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +48 -0
  259. package/node_modules/@aws-sdk/client-ssm/package.json +36 -36
  260. package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +18 -18
  261. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +18 -18
  262. package/node_modules/@aws-sdk/client-sso/package.json +32 -32
  263. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +74 -74
  264. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts +74 -74
  265. package/node_modules/@aws-sdk/client-sso-oidc/package.json +34 -34
  266. package/node_modules/@aws-sdk/client-sts/README.md +8 -0
  267. package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +89 -12
  268. package/node_modules/@aws-sdk/client-sts/dist-es/STS.js +2 -0
  269. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRootCommand.js +23 -0
  270. package/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +1 -0
  271. package/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +4 -0
  272. package/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +53 -0
  273. package/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +7 -0
  274. package/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +3 -2
  275. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +13 -13
  276. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +8 -8
  277. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +15 -30
  278. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRootCommand.d.ts +129 -0
  279. package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +2 -2
  280. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +8 -8
  281. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +6 -6
  282. package/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +1 -0
  283. package/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +202 -88
  284. package/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +9 -0
  285. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +17 -0
  286. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +6 -0
  287. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRootCommand.d.ts +47 -0
  288. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +1 -0
  289. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +68 -56
  290. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +12 -0
  291. package/node_modules/@aws-sdk/client-sts/package.json +36 -36
  292. package/node_modules/@aws-sdk/core/package.json +14 -14
  293. package/node_modules/@aws-sdk/credential-provider-env/package.json +7 -7
  294. package/node_modules/@aws-sdk/credential-provider-http/package.json +12 -12
  295. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +3 -1
  296. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +2 -0
  297. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +2 -1
  298. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +2 -2
  299. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +2 -2
  300. package/node_modules/@aws-sdk/credential-provider-ini/package.json +15 -15
  301. package/node_modules/@aws-sdk/credential-provider-node/package.json +14 -14
  302. package/node_modules/@aws-sdk/credential-provider-process/package.json +8 -8
  303. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +4 -0
  304. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +2 -0
  305. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +2 -1
  306. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +1 -1
  307. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +1 -0
  308. package/node_modules/@aws-sdk/credential-provider-sso/package.json +10 -10
  309. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +10 -10
  310. package/node_modules/@aws-sdk/endpoint-cache/package.json +3 -3
  311. package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +8 -8
  312. package/node_modules/@aws-sdk/middleware-endpoint-discovery/package.json +10 -10
  313. package/node_modules/@aws-sdk/middleware-expect-continue/package.json +8 -8
  314. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/index.js +2 -2
  315. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsMiddleware.js +2 -2
  316. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsMiddleware.d.ts +5 -3
  317. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/flexibleChecksumsMiddleware.d.ts +1 -1
  318. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +13 -13
  319. package/node_modules/@aws-sdk/middleware-host-header/package.json +8 -8
  320. package/node_modules/@aws-sdk/middleware-location-constraint/package.json +7 -7
  321. package/node_modules/@aws-sdk/middleware-logger/package.json +7 -7
  322. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +8 -8
  323. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +19 -18
  324. package/node_modules/@aws-sdk/middleware-ssec/package.json +7 -7
  325. package/node_modules/@aws-sdk/middleware-user-agent/package.json +11 -11
  326. package/node_modules/@aws-sdk/region-config-resolver/package.json +7 -7
  327. package/node_modules/@aws-sdk/s3-request-presigner/package.json +12 -12
  328. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +8 -8
  329. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +11 -10
  330. package/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +1 -1
  331. package/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +2 -2
  332. package/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +5 -7
  333. package/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +4 -0
  334. package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +2 -1
  335. package/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +3 -3
  336. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +3 -1
  337. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +3 -1
  338. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +5 -1
  339. package/node_modules/@aws-sdk/token-providers/package.json +8 -8
  340. package/node_modules/@aws-sdk/types/package.json +2 -2
  341. package/node_modules/@aws-sdk/util-arn-parser/package.json +3 -3
  342. package/node_modules/@aws-sdk/util-endpoints/package.json +8 -8
  343. package/node_modules/@aws-sdk/util-format-url/package.json +6 -6
  344. package/node_modules/@aws-sdk/util-locate-window/package.json +3 -3
  345. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +5 -5
  346. package/node_modules/@aws-sdk/util-user-agent-node/package.json +7 -7
  347. package/node_modules/@aws-sdk/xml-builder/package.json +4 -4
  348. package/node_modules/@gemeentenijmegen/apiclient/package.json +8 -8
  349. package/node_modules/@gemeentenijmegen/apigateway-http/package.json +5 -5
  350. package/node_modules/@gemeentenijmegen/session/package.json +5 -5
  351. package/node_modules/@gemeentenijmegen/utils/package.json +8 -8
  352. package/node_modules/@smithy/abort-controller/package.json +4 -3
  353. package/node_modules/@smithy/config-resolver/package.json +7 -6
  354. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +32 -7
  355. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +21 -20
  356. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +2 -2
  357. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +11 -1
  358. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-types.js +5 -0
  359. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor.js +8 -2
  360. package/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +1 -0
  361. package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +3 -2
  362. package/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js +1 -1
  363. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +23 -0
  364. package/node_modules/@smithy/core/dist-types/submodules/cbor/index.d.ts +1 -0
  365. package/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +4 -2
  366. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +23 -0
  367. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +1 -0
  368. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +4 -2
  369. package/node_modules/@smithy/core/package.json +10 -9
  370. package/node_modules/@smithy/credential-provider-imds/package.json +7 -7
  371. package/node_modules/@smithy/eventstream-codec/package.json +4 -3
  372. package/node_modules/@smithy/eventstream-serde-browser/package.json +3 -3
  373. package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +5 -4
  374. package/node_modules/@smithy/eventstream-serde-node/package.json +3 -3
  375. package/node_modules/@smithy/eventstream-serde-universal/package.json +5 -4
  376. package/node_modules/@smithy/fetch-http-handler/dist-cjs/create-request.js +1 -0
  377. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +10 -3
  378. package/node_modules/@smithy/fetch-http-handler/dist-es/create-request.js +3 -0
  379. package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +3 -2
  380. package/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +1 -1
  381. package/node_modules/@smithy/fetch-http-handler/dist-types/create-request.d.ts +6 -0
  382. package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +6 -0
  383. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/create-request.d.ts +6 -0
  384. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +6 -0
  385. package/node_modules/@smithy/fetch-http-handler/package.json +9 -6
  386. package/node_modules/@smithy/hash-blob-browser/package.json +4 -3
  387. package/node_modules/@smithy/hash-node/package.json +4 -3
  388. package/node_modules/@smithy/hash-stream-node/package.json +4 -3
  389. package/node_modules/@smithy/invalid-dependency/package.json +4 -3
  390. package/node_modules/@smithy/md5-js/package.json +4 -3
  391. package/node_modules/@smithy/middleware-content-length/package.json +5 -4
  392. package/node_modules/@smithy/middleware-endpoint/package.json +11 -10
  393. package/node_modules/@smithy/middleware-retry/package.json +12 -10
  394. package/node_modules/@smithy/middleware-serde/package.json +6 -4
  395. package/node_modules/@smithy/middleware-stack/package.json +4 -3
  396. package/node_modules/@smithy/node-config-provider/package.json +6 -5
  397. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +29 -20
  398. package/node_modules/@smithy/node-http-handler/dist-cjs/timing.js +1 -0
  399. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +5 -4
  400. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +1 -1
  401. package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +9 -2
  402. package/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +5 -4
  403. package/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +2 -1
  404. package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +2 -1
  405. package/node_modules/@smithy/node-http-handler/dist-es/timing.js +4 -0
  406. package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +13 -9
  407. package/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +8 -0
  408. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +8 -0
  409. package/node_modules/@smithy/node-http-handler/package.json +7 -6
  410. package/node_modules/@smithy/property-provider/package.json +4 -3
  411. package/node_modules/@smithy/protocol-http/package.json +4 -3
  412. package/node_modules/@smithy/querystring-builder/package.json +2 -2
  413. package/node_modules/@smithy/querystring-parser/package.json +4 -3
  414. package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +2 -2
  415. package/node_modules/@smithy/service-error-classification/dist-es/index.js +3 -2
  416. package/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +1 -1
  417. package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/index.d.ts +1 -1
  418. package/node_modules/@smithy/service-error-classification/package.json +4 -3
  419. package/node_modules/@smithy/shared-ini-file-loader/package.json +4 -3
  420. package/node_modules/@smithy/signature-v4/package.json +6 -5
  421. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +22 -34
  422. package/node_modules/@smithy/smithy-client/dist-es/lazy-json.js +22 -31
  423. package/node_modules/@smithy/smithy-client/dist-types/lazy-json.d.ts +34 -15
  424. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/lazy-json.d.ts +34 -15
  425. package/node_modules/@smithy/smithy-client/package.json +9 -8
  426. package/node_modules/@smithy/types/dist-types/http.d.ts +1 -0
  427. package/node_modules/@smithy/types/dist-types/shapes.d.ts +1 -0
  428. package/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +3 -2
  429. package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +1 -0
  430. package/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +1 -0
  431. package/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +3 -2
  432. package/node_modules/@smithy/types/package.json +1 -1
  433. package/node_modules/@smithy/url-parser/package.json +5 -4
  434. package/node_modules/@smithy/util-defaults-mode-browser/package.json +6 -5
  435. package/node_modules/@smithy/util-defaults-mode-node/package.json +9 -8
  436. package/node_modules/@smithy/util-endpoints/package.json +7 -5
  437. package/node_modules/@smithy/util-middleware/package.json +4 -3
  438. package/node_modules/@smithy/util-retry/dist-cjs/index.js +5 -1
  439. package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +2 -1
  440. package/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +4 -0
  441. package/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +4 -0
  442. package/node_modules/@smithy/util-retry/package.json +5 -4
  443. package/node_modules/@smithy/util-stream/dist-cjs/index.js +1 -0
  444. package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +1 -2
  445. package/node_modules/@smithy/util-stream/dist-cjs/splitStream.js +1 -1
  446. package/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js +6 -1
  447. package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +0 -1
  448. package/node_modules/@smithy/util-stream/dist-es/splitStream.js +2 -2
  449. package/node_modules/@smithy/util-stream/dist-es/stream-type-check.js +3 -0
  450. package/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +4 -0
  451. package/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +4 -0
  452. package/node_modules/@smithy/util-stream/package.json +10 -6
  453. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +31 -4
  454. package/node_modules/@smithy/util-waiter/dist-es/poller.js +30 -4
  455. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/waiter.d.ts +5 -0
  456. package/node_modules/@smithy/util-waiter/dist-types/waiter.d.ts +5 -0
  457. package/node_modules/@smithy/util-waiter/package.json +5 -4
  458. package/node_modules/@types/aws-lambda/README.md +1 -1
  459. package/node_modules/@types/aws-lambda/index.d.ts +1 -0
  460. package/node_modules/@types/aws-lambda/package.json +4 -3
  461. package/node_modules/@types/aws-lambda/trigger/guard-duty-event-notification.d.ts +36 -0
  462. package/node_modules/axios/CHANGELOG.md +49 -0
  463. package/node_modules/axios/README.md +20 -8
  464. package/node_modules/axios/dist/axios.js +34 -63
  465. package/node_modules/axios/dist/axios.js.map +1 -1
  466. package/node_modules/axios/dist/axios.min.js +1 -1
  467. package/node_modules/axios/dist/axios.min.js.map +1 -1
  468. package/node_modules/axios/dist/browser/axios.cjs +40 -71
  469. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  470. package/node_modules/axios/dist/esm/axios.js +40 -71
  471. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  472. package/node_modules/axios/dist/esm/axios.min.js +1 -1
  473. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  474. package/node_modules/axios/dist/node/axios.cjs +45 -75
  475. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  476. package/node_modules/axios/index.d.cts +5 -1
  477. package/node_modules/axios/index.d.ts +8 -1
  478. package/node_modules/axios/lib/adapters/http.js +4 -4
  479. package/node_modules/axios/lib/core/Axios.js +7 -2
  480. package/node_modules/axios/lib/core/mergeConfig.js +5 -5
  481. package/node_modules/axios/lib/env/data.js +1 -1
  482. package/node_modules/axios/lib/helpers/buildURL.js +7 -1
  483. package/node_modules/axios/lib/helpers/formDataToStream.js +2 -2
  484. package/node_modules/axios/lib/helpers/isURLSameOrigin.js +12 -65
  485. package/node_modules/axios/lib/helpers/validator.js +8 -0
  486. package/node_modules/axios/package.json +3 -3
  487. package/node_modules/dotenv/CHANGELOG.md +15 -2
  488. package/node_modules/dotenv/README.md +37 -114
  489. package/node_modules/dotenv/package.json +5 -9
  490. package/node_modules/openid-client/lib/helpers/client.js +1 -4
  491. package/node_modules/openid-client/package.json +3 -3
  492. package/package.json +23 -22
  493. package/node_modules/@gemeentenijmegen/session/node_modules/cookie/HISTORY.md +0 -147
  494. package/node_modules/@gemeentenijmegen/session/node_modules/cookie/LICENSE +0 -24
  495. package/node_modules/@gemeentenijmegen/session/node_modules/cookie/README.md +0 -317
  496. package/node_modules/@gemeentenijmegen/session/node_modules/cookie/SECURITY.md +0 -25
  497. package/node_modules/@gemeentenijmegen/session/node_modules/cookie/index.js +0 -274
  498. package/node_modules/@gemeentenijmegen/session/node_modules/cookie/package.json +0 -44
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-location-constraint",
3
- "version": "3.686.0",
3
+ "version": "3.696.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-location-constraint",
@@ -9,10 +9,10 @@
9
9
  "build:types": "tsc -p tsconfig.types.json",
10
10
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
11
11
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
12
- "test": "vitest run",
13
- "test:integration": "vitest run -c vitest.config.integ.ts",
14
- "test:watch": "vitest watch",
15
- "test:integration:watch": "vitest watch -c vitest.config.integ.ts"
12
+ "test": "yarn g:vitest run",
13
+ "test:integration": "yarn g:vitest run -c vitest.config.integ.ts",
14
+ "test:watch": "yarn g:vitest watch",
15
+ "test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.ts"
16
16
  },
17
17
  "main": "./dist-cjs/index.js",
18
18
  "module": "./dist-es/index.js",
@@ -23,8 +23,8 @@
23
23
  },
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
- "@aws-sdk/types": "3.686.0",
27
- "@smithy/types": "^3.6.0",
26
+ "@aws-sdk/types": "3.696.0",
27
+ "@smithy/types": "^3.7.1",
28
28
  "tslib": "^2.6.2"
29
29
  },
30
30
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-logger",
3
- "version": "3.686.0",
3
+ "version": "3.696.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-logger",
@@ -9,10 +9,10 @@
9
9
  "build:types": "tsc -p tsconfig.types.json",
10
10
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
11
11
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
12
- "test": "vitest run",
13
- "test:integration": "vitest run -c vitest.config.integ.ts",
14
- "test:watch": "vitest watch",
15
- "test:integration:watch": "vitest watch -c vitest.config.integ.ts"
12
+ "test": "yarn g:vitest run",
13
+ "test:integration": "yarn g:vitest run -c vitest.config.integ.ts",
14
+ "test:watch": "yarn g:vitest watch",
15
+ "test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.ts"
16
16
  },
17
17
  "author": {
18
18
  "name": "AWS SDK for JavaScript Team",
@@ -24,8 +24,8 @@
24
24
  "module": "./dist-es/index.js",
25
25
  "types": "./dist-types/index.d.ts",
26
26
  "dependencies": {
27
- "@aws-sdk/types": "3.686.0",
28
- "@smithy/types": "^3.6.0",
27
+ "@aws-sdk/types": "3.696.0",
28
+ "@smithy/types": "^3.7.1",
29
29
  "tslib": "^2.6.2"
30
30
  },
31
31
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-recursion-detection",
3
- "version": "3.686.0",
3
+ "version": "3.696.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-recursion-detection",
@@ -9,10 +9,10 @@
9
9
  "build:types": "tsc -p tsconfig.types.json",
10
10
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
11
11
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
12
- "test": "vitest run",
13
- "test:integration": "vitest run -c vitest.config.integ.ts",
14
- "test:watch": "vitest watch",
15
- "test:integration:watch": "vitest watch -c vitest.config.integ.ts"
12
+ "test": "yarn g:vitest run",
13
+ "test:integration": "yarn g:vitest run -c vitest.config.integ.ts",
14
+ "test:watch": "yarn g:vitest watch",
15
+ "test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.ts"
16
16
  },
17
17
  "main": "./dist-cjs/index.js",
18
18
  "module": "./dist-es/index.js",
@@ -23,9 +23,9 @@
23
23
  },
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
- "@aws-sdk/types": "3.686.0",
27
- "@smithy/protocol-http": "^4.1.5",
28
- "@smithy/types": "^3.6.0",
26
+ "@aws-sdk/types": "3.696.0",
27
+ "@smithy/protocol-http": "^4.1.7",
28
+ "@smithy/types": "^3.7.1",
29
29
  "tslib": "^2.6.2"
30
30
  },
31
31
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-sdk-s3",
3
- "version": "3.687.0",
3
+ "version": "3.696.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-sdk-s3",
@@ -9,13 +9,14 @@
9
9
  "build:types": "tsc -p tsconfig.types.json",
10
10
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
11
11
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
12
- "test": "vitest run",
13
- "test:integration": "vitest run -c vitest.config.integ.ts",
14
- "test:e2e": "vitest run -c vitest.config.e2e.ts --mode development",
12
+ "test": "yarn g:vitest run",
13
+ "test:types": "tsc -p tsconfig.test.json",
14
+ "test:integration": "yarn g:vitest run -c vitest.config.integ.ts && yarn test:types",
15
+ "test:e2e": "yarn g:vitest run -c vitest.config.e2e.ts --mode development",
15
16
  "extract:docs": "api-extractor run --local",
16
- "test:watch": "vitest watch",
17
- "test:integration:watch": "vitest watch -c vitest.config.integ.ts",
18
- "test:e2e:watch": "vitest watch -c vitest.config.e2e.ts"
17
+ "test:watch": "yarn g:vitest watch",
18
+ "test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.ts",
19
+ "test:e2e:watch": "yarn g:vitest watch -c vitest.config.e2e.ts"
19
20
  },
20
21
  "main": "./dist-cjs/index.js",
21
22
  "module": "./dist-es/index.js",
@@ -26,18 +27,18 @@
26
27
  },
27
28
  "license": "Apache-2.0",
28
29
  "dependencies": {
29
- "@aws-sdk/core": "3.686.0",
30
- "@aws-sdk/types": "3.686.0",
31
- "@aws-sdk/util-arn-parser": "3.679.0",
32
- "@smithy/core": "^2.5.1",
33
- "@smithy/node-config-provider": "^3.1.9",
34
- "@smithy/protocol-http": "^4.1.5",
35
- "@smithy/signature-v4": "^4.2.0",
36
- "@smithy/smithy-client": "^3.4.2",
37
- "@smithy/types": "^3.6.0",
30
+ "@aws-sdk/core": "3.696.0",
31
+ "@aws-sdk/types": "3.696.0",
32
+ "@aws-sdk/util-arn-parser": "3.693.0",
33
+ "@smithy/core": "^2.5.3",
34
+ "@smithy/node-config-provider": "^3.1.11",
35
+ "@smithy/protocol-http": "^4.1.7",
36
+ "@smithy/signature-v4": "^4.2.2",
37
+ "@smithy/smithy-client": "^3.4.4",
38
+ "@smithy/types": "^3.7.1",
38
39
  "@smithy/util-config-provider": "^3.0.0",
39
- "@smithy/util-middleware": "^3.0.8",
40
- "@smithy/util-stream": "^3.2.1",
40
+ "@smithy/util-middleware": "^3.0.10",
41
+ "@smithy/util-stream": "^3.3.1",
41
42
  "@smithy/util-utf8": "^3.0.0",
42
43
  "tslib": "^2.6.2"
43
44
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-ssec",
3
- "version": "3.686.0",
3
+ "version": "3.696.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-ssec",
@@ -9,10 +9,10 @@
9
9
  "build:types": "tsc -p tsconfig.types.json",
10
10
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
11
11
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
12
- "test": "vitest run",
13
- "test:integration": "vitest run -c vitest.config.integ.ts",
14
- "test:watch": "vitest watch",
15
- "test:integration:watch": "vitest watch -c vitest.config.integ.ts"
12
+ "test": "yarn g:vitest run",
13
+ "test:integration": "yarn g:vitest run -c vitest.config.integ.ts",
14
+ "test:watch": "yarn g:vitest watch",
15
+ "test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.ts"
16
16
  },
17
17
  "main": "./dist-cjs/index.js",
18
18
  "module": "./dist-es/index.js",
@@ -23,8 +23,8 @@
23
23
  },
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
- "@aws-sdk/types": "3.686.0",
27
- "@smithy/types": "^3.6.0",
26
+ "@aws-sdk/types": "3.696.0",
27
+ "@smithy/types": "^3.7.1",
28
28
  "tslib": "^2.6.2"
29
29
  },
30
30
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-user-agent",
3
- "version": "3.687.0",
3
+ "version": "3.696.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-user-agent",
@@ -9,11 +9,11 @@
9
9
  "build:types": "tsc -p tsconfig.types.json",
10
10
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
11
11
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
12
- "test": "vitest run",
13
- "test:integration": "vitest run -c vitest.config.integ.ts",
12
+ "test": "yarn g:vitest run",
13
+ "test:integration": "yarn g:vitest run -c vitest.config.integ.ts",
14
14
  "extract:docs": "api-extractor run --local",
15
- "test:watch": "vitest watch",
16
- "test:integration:watch": "vitest watch -c vitest.config.integ.ts"
15
+ "test:watch": "yarn g:vitest watch",
16
+ "test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.ts"
17
17
  },
18
18
  "main": "./dist-cjs/index.js",
19
19
  "module": "./dist-es/index.js",
@@ -24,12 +24,12 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/core": "3.686.0",
28
- "@aws-sdk/types": "3.686.0",
29
- "@aws-sdk/util-endpoints": "3.686.0",
30
- "@smithy/core": "^2.5.1",
31
- "@smithy/protocol-http": "^4.1.5",
32
- "@smithy/types": "^3.6.0",
27
+ "@aws-sdk/core": "3.696.0",
28
+ "@aws-sdk/types": "3.696.0",
29
+ "@aws-sdk/util-endpoints": "3.696.0",
30
+ "@smithy/core": "^2.5.3",
31
+ "@smithy/protocol-http": "^4.1.7",
32
+ "@smithy/types": "^3.7.1",
33
33
  "tslib": "^2.6.2"
34
34
  },
35
35
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/region-config-resolver",
3
- "version": "3.686.0",
3
+ "version": "3.696.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline region-config-resolver",
@@ -10,8 +10,8 @@
10
10
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
11
11
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
12
12
  "extract:docs": "api-extractor run --local",
13
- "test": "vitest run",
14
- "test:watch": "vitest watch"
13
+ "test": "yarn g:vitest run",
14
+ "test:watch": "yarn g:vitest watch"
15
15
  },
16
16
  "main": "./dist-cjs/index.js",
17
17
  "module": "./dist-es/index.js",
@@ -22,11 +22,11 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@aws-sdk/types": "3.686.0",
26
- "@smithy/node-config-provider": "^3.1.9",
27
- "@smithy/types": "^3.6.0",
25
+ "@aws-sdk/types": "3.696.0",
26
+ "@smithy/node-config-provider": "^3.1.11",
27
+ "@smithy/types": "^3.7.1",
28
28
  "@smithy/util-config-provider": "^3.0.0",
29
- "@smithy/util-middleware": "^3.0.8",
29
+ "@smithy/util-middleware": "^3.0.10",
30
30
  "tslib": "^2.6.2"
31
31
  },
32
32
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/s3-request-presigner",
3
- "version": "3.689.0",
3
+ "version": "3.705.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline s3-request-presigner",
@@ -10,8 +10,8 @@
10
10
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
11
11
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
12
12
  "extract:docs": "api-extractor run --local",
13
- "test": "vitest run",
14
- "test:watch": "vitest watch"
13
+ "test": "yarn g:vitest run",
14
+ "test:watch": "yarn g:vitest watch"
15
15
  },
16
16
  "main": "./dist-cjs/index.js",
17
17
  "module": "./dist-es/index.js",
@@ -22,18 +22,18 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@aws-sdk/signature-v4-multi-region": "3.687.0",
26
- "@aws-sdk/types": "3.686.0",
27
- "@aws-sdk/util-format-url": "3.686.0",
28
- "@smithy/middleware-endpoint": "^3.2.1",
29
- "@smithy/protocol-http": "^4.1.5",
30
- "@smithy/smithy-client": "^3.4.2",
31
- "@smithy/types": "^3.6.0",
25
+ "@aws-sdk/signature-v4-multi-region": "3.696.0",
26
+ "@aws-sdk/types": "3.696.0",
27
+ "@aws-sdk/util-format-url": "3.696.0",
28
+ "@smithy/middleware-endpoint": "^3.2.3",
29
+ "@smithy/protocol-http": "^4.1.7",
30
+ "@smithy/smithy-client": "^3.4.4",
31
+ "@smithy/types": "^3.7.1",
32
32
  "tslib": "^2.6.2"
33
33
  },
34
34
  "devDependencies": {
35
- "@aws-sdk/client-s3": "3.689.0",
36
- "@smithy/hash-node": "^3.0.8",
35
+ "@aws-sdk/client-s3": "3.705.0",
36
+ "@smithy/hash-node": "^3.0.10",
37
37
  "@tsconfig/recommended": "1.0.1",
38
38
  "@types/node": "^16.18.96",
39
39
  "concurrently": "7.0.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/signature-v4-multi-region",
3
- "version": "3.687.0",
3
+ "version": "3.696.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline signature-v4-multi-region",
@@ -9,8 +9,8 @@
9
9
  "build:types": "tsc -p tsconfig.types.json",
10
10
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
11
11
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
12
- "test": "vitest run",
13
- "test:watch": "vitest watch"
12
+ "test": "yarn g:vitest run",
13
+ "test:watch": "yarn g:vitest watch"
14
14
  },
15
15
  "main": "./dist-cjs/index.js",
16
16
  "module": "./dist-es/index.js",
@@ -21,11 +21,11 @@
21
21
  },
22
22
  "license": "Apache-2.0",
23
23
  "dependencies": {
24
- "@aws-sdk/middleware-sdk-s3": "3.687.0",
25
- "@aws-sdk/types": "3.686.0",
26
- "@smithy/protocol-http": "^4.1.5",
27
- "@smithy/signature-v4": "^4.2.0",
28
- "@smithy/types": "^3.6.0",
24
+ "@aws-sdk/middleware-sdk-s3": "3.696.0",
25
+ "@aws-sdk/types": "3.696.0",
26
+ "@smithy/protocol-http": "^4.1.7",
27
+ "@smithy/signature-v4": "^4.2.2",
28
+ "@smithy/types": "^3.7.1",
29
29
  "tslib": "^2.6.2"
30
30
  },
31
31
  "devDependencies": {
@@ -46,21 +46,22 @@ var EXPIRE_WINDOW_MS = 5 * 60 * 1e3;
46
46
  var REFRESH_MESSAGE = `To refresh this SSO session run 'aws sso login' with the corresponding profile.`;
47
47
 
48
48
  // src/getSsoOidcClient.ts
49
- var ssoOidcClientsHash = {};
50
- var getSsoOidcClient = /* @__PURE__ */ __name(async (ssoRegion) => {
49
+ var getSsoOidcClient = /* @__PURE__ */ __name(async (ssoRegion, init = {}) => {
50
+ var _a, _b, _c;
51
51
  const { SSOOIDCClient } = await Promise.resolve().then(() => __toESM(require("@aws-sdk/client-sso-oidc")));
52
- if (ssoOidcClientsHash[ssoRegion]) {
53
- return ssoOidcClientsHash[ssoRegion];
54
- }
55
- const ssoOidcClient = new SSOOIDCClient({ region: ssoRegion });
56
- ssoOidcClientsHash[ssoRegion] = ssoOidcClient;
52
+ const ssoOidcClient = new SSOOIDCClient(
53
+ Object.assign({}, init.clientConfig ?? {}, {
54
+ region: ssoRegion ?? ((_a = init.clientConfig) == null ? void 0 : _a.region),
55
+ logger: ((_b = init.clientConfig) == null ? void 0 : _b.logger) ?? ((_c = init.parentClientConfig) == null ? void 0 : _c.logger)
56
+ })
57
+ );
57
58
  return ssoOidcClient;
58
59
  }, "getSsoOidcClient");
59
60
 
60
61
  // src/getNewSsoOidcToken.ts
61
- var getNewSsoOidcToken = /* @__PURE__ */ __name(async (ssoToken, ssoRegion) => {
62
+ var getNewSsoOidcToken = /* @__PURE__ */ __name(async (ssoToken, ssoRegion, init = {}) => {
62
63
  const { CreateTokenCommand } = await Promise.resolve().then(() => __toESM(require("@aws-sdk/client-sso-oidc")));
63
- const ssoOidcClient = await getSsoOidcClient(ssoRegion);
64
+ const ssoOidcClient = await getSsoOidcClient(ssoRegion, init);
64
65
  return ssoOidcClient.send(
65
66
  new CreateTokenCommand({
66
67
  clientId: ssoToken.clientId,
@@ -157,7 +158,7 @@ var fromSso = /* @__PURE__ */ __name((init = {}) => async () => {
157
158
  validateTokenKey("refreshToken", ssoToken.refreshToken, true);
158
159
  try {
159
160
  lastRefreshAttemptTime.setTime(Date.now());
160
- const newSsoOidcToken = await getNewSsoOidcToken(ssoToken, ssoRegion);
161
+ const newSsoOidcToken = await getNewSsoOidcToken(ssoToken, ssoRegion, init);
161
162
  validateTokenKey("accessToken", newSsoOidcToken.accessToken);
162
163
  validateTokenKey("expiresIn", newSsoOidcToken.expiresIn);
163
164
  const newTokenExpiration = new Date(Date.now() + newSsoOidcToken.expiresIn * 1e3);
@@ -53,7 +53,7 @@ export const fromSso = (init = {}) => async () => {
53
53
  validateTokenKey("refreshToken", ssoToken.refreshToken, true);
54
54
  try {
55
55
  lastRefreshAttemptTime.setTime(Date.now());
56
- const newSsoOidcToken = await getNewSsoOidcToken(ssoToken, ssoRegion);
56
+ const newSsoOidcToken = await getNewSsoOidcToken(ssoToken, ssoRegion, init);
57
57
  validateTokenKey("accessToken", newSsoOidcToken.accessToken);
58
58
  validateTokenKey("expiresIn", newSsoOidcToken.expiresIn);
59
59
  const newTokenExpiration = new Date(Date.now() + newSsoOidcToken.expiresIn * 1000);
@@ -1,7 +1,7 @@
1
1
  import { getSsoOidcClient } from "./getSsoOidcClient";
2
- export const getNewSsoOidcToken = async (ssoToken, ssoRegion) => {
2
+ export const getNewSsoOidcToken = async (ssoToken, ssoRegion, init = {}) => {
3
3
  const { CreateTokenCommand } = await import("@aws-sdk/client-sso-oidc");
4
- const ssoOidcClient = await getSsoOidcClient(ssoRegion);
4
+ const ssoOidcClient = await getSsoOidcClient(ssoRegion, init);
5
5
  return ssoOidcClient.send(new CreateTokenCommand({
6
6
  clientId: ssoToken.clientId,
7
7
  clientSecret: ssoToken.clientSecret,
@@ -1,10 +1,8 @@
1
- const ssoOidcClientsHash = {};
2
- export const getSsoOidcClient = async (ssoRegion) => {
1
+ export const getSsoOidcClient = async (ssoRegion, init = {}) => {
3
2
  const { SSOOIDCClient } = await import("@aws-sdk/client-sso-oidc");
4
- if (ssoOidcClientsHash[ssoRegion]) {
5
- return ssoOidcClientsHash[ssoRegion];
6
- }
7
- const ssoOidcClient = new SSOOIDCClient({ region: ssoRegion });
8
- ssoOidcClientsHash[ssoRegion] = ssoOidcClient;
3
+ const ssoOidcClient = new SSOOIDCClient(Object.assign({}, init.clientConfig ?? {}, {
4
+ region: ssoRegion ?? init.clientConfig?.region,
5
+ logger: init.clientConfig?.logger ?? init.parentClientConfig?.logger,
6
+ }));
9
7
  return ssoOidcClient;
10
8
  };
@@ -1,6 +1,10 @@
1
1
  import { CredentialProviderOptions, TokenIdentityProvider } from "@aws-sdk/types";
2
2
  import { SourceProfileInit } from "@smithy/shared-ini-file-loader";
3
3
  export interface FromSsoInit extends SourceProfileInit, CredentialProviderOptions {
4
+ /**
5
+ * @see SSOOIDCClientConfig in \@aws-sdk/client-sso-oidc.
6
+ */
7
+ clientConfig?: any;
4
8
  }
5
9
  /**
6
10
  * Creates a token provider that will read from SSO token cache or ssoOidc.createToken() call.
@@ -1,6 +1,7 @@
1
1
  import { SSOToken } from "@smithy/shared-ini-file-loader";
2
+ import { FromSsoInit } from "./fromSso";
2
3
  /**
3
4
  * Returns a new SSO OIDC token from ssoOids.createToken() API call.
4
5
  * @internal
5
6
  */
6
- export declare const getNewSsoOidcToken: (ssoToken: SSOToken, ssoRegion: string) => Promise<any>;
7
+ export declare const getNewSsoOidcToken: (ssoToken: SSOToken, ssoRegion: string, init?: FromSsoInit) => Promise<any>;
@@ -1,6 +1,6 @@
1
+ import { FromSsoInit } from "./fromSso";
1
2
  /**
2
- * Returns a SSOOIDC client for the given region. If the client has already been created,
3
- * it will be returned from the hash.
3
+ * Returns a SSOOIDC client for the given region.
4
4
  * @internal
5
5
  */
6
- export declare const getSsoOidcClient: (ssoRegion: string) => Promise<any>;
6
+ export declare const getSsoOidcClient: (ssoRegion: string, init?: FromSsoInit) => Promise<any>;
@@ -5,5 +5,7 @@ import {
5
5
  import { SourceProfileInit } from "@smithy/shared-ini-file-loader";
6
6
  export interface FromSsoInit
7
7
  extends SourceProfileInit,
8
- CredentialProviderOptions {}
8
+ CredentialProviderOptions {
9
+ clientConfig?: any;
10
+ }
9
11
  export declare const fromSso: (init?: FromSsoInit) => TokenIdentityProvider;
@@ -1,5 +1,7 @@
1
1
  import { SSOToken } from "@smithy/shared-ini-file-loader";
2
+ import { FromSsoInit } from "./fromSso";
2
3
  export declare const getNewSsoOidcToken: (
3
4
  ssoToken: SSOToken,
4
- ssoRegion: string
5
+ ssoRegion: string,
6
+ init?: FromSsoInit
5
7
  ) => Promise<any>;
@@ -1 +1,5 @@
1
- export declare const getSsoOidcClient: (ssoRegion: string) => Promise<any>;
1
+ import { FromSsoInit } from "./fromSso";
2
+ export declare const getSsoOidcClient: (
3
+ ssoRegion: string,
4
+ init?: FromSsoInit
5
+ ) => Promise<any>;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/token-providers",
3
- "version": "3.686.0",
3
+ "version": "3.699.0",
4
4
  "description": "A collection of token providers",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -14,8 +14,8 @@
14
14
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
15
15
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
16
16
  "extract:docs": "api-extractor run --local",
17
- "test": "vitest run",
18
- "test:watch": "vitest watch"
17
+ "test": "yarn g:vitest run",
18
+ "test:watch": "yarn g:vitest watch"
19
19
  },
20
20
  "keywords": [
21
21
  "aws",
@@ -27,10 +27,10 @@
27
27
  },
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
- "@aws-sdk/types": "3.686.0",
31
- "@smithy/property-provider": "^3.1.7",
32
- "@smithy/shared-ini-file-loader": "^3.1.8",
33
- "@smithy/types": "^3.6.0",
30
+ "@aws-sdk/types": "3.696.0",
31
+ "@smithy/property-provider": "^3.1.9",
32
+ "@smithy/shared-ini-file-loader": "^3.1.10",
33
+ "@smithy/types": "^3.7.1",
34
34
  "tslib": "^2.6.2"
35
35
  },
36
36
  "devDependencies": {
@@ -42,7 +42,7 @@
42
42
  "typescript": "~4.9.5"
43
43
  },
44
44
  "peerDependencies": {
45
- "@aws-sdk/client-sso-oidc": "^3.686.0"
45
+ "@aws-sdk/client-sso-oidc": "^3.699.0"
46
46
  },
47
47
  "types": "./dist-types/index.d.ts",
48
48
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/types",
3
- "version": "3.686.0",
3
+ "version": "3.696.0",
4
4
  "main": "./dist-cjs/index.js",
5
5
  "module": "./dist-es/index.js",
6
6
  "types": "./dist-types/index.d.ts",
@@ -41,7 +41,7 @@
41
41
  "directory": "packages/types"
42
42
  },
43
43
  "dependencies": {
44
- "@smithy/types": "^3.6.0",
44
+ "@smithy/types": "^3.7.1",
45
45
  "tslib": "^2.6.2"
46
46
  },
47
47
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-arn-parser",
3
- "version": "3.679.0",
3
+ "version": "3.693.0",
4
4
  "description": "A parser to Amazon Resource Names",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -12,8 +12,8 @@
12
12
  "build:types": "tsc -p tsconfig.types.json",
13
13
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
14
14
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
15
- "test": "vitest run",
16
- "test:watch": "vitest watch"
15
+ "test": "yarn g:vitest run",
16
+ "test:watch": "yarn g:vitest watch"
17
17
  },
18
18
  "author": {
19
19
  "name": "AWS SDK for JavaScript Team",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-endpoints",
3
- "version": "3.686.0",
3
+ "version": "3.696.0",
4
4
  "description": "Utilities to help with endpoint resolution",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -13,10 +13,10 @@
13
13
  "build:types": "tsc -p tsconfig.types.json",
14
14
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
15
15
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
16
- "test": "vitest run",
17
- "test:integration": "vitest run -c vitest.config.integ.ts",
18
- "test:watch": "vitest watch",
19
- "test:integration:watch": "vitest watch -c vitest.config.integ.ts"
16
+ "test": "yarn g:vitest run",
17
+ "test:integration": "yarn g:vitest run -c vitest.config.integ.ts",
18
+ "test:watch": "yarn g:vitest watch",
19
+ "test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.ts"
20
20
  },
21
21
  "author": {
22
22
  "name": "AWS SDK for JavaScript Team",
@@ -24,9 +24,9 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/types": "3.686.0",
28
- "@smithy/types": "^3.6.0",
29
- "@smithy/util-endpoints": "^2.1.4",
27
+ "@aws-sdk/types": "3.696.0",
28
+ "@smithy/types": "^3.7.1",
29
+ "@smithy/util-endpoints": "^2.1.6",
30
30
  "tslib": "^2.6.2"
31
31
  },
32
32
  "engines": {