@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,9 +1,58 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
+ import { InventoryConfigurationFilterSensitiveLog, ServerSideEncryptionConfigurationFilterSensitiveLog, } from "./models_0";
2
3
  import { S3ServiceException as __BaseException } from "./S3ServiceException";
3
4
  export const MFADelete = {
4
5
  Disabled: "Disabled",
5
6
  Enabled: "Enabled",
6
7
  };
8
+ export class EncryptionTypeMismatch extends __BaseException {
9
+ constructor(opts) {
10
+ super({
11
+ name: "EncryptionTypeMismatch",
12
+ $fault: "client",
13
+ ...opts,
14
+ });
15
+ this.name = "EncryptionTypeMismatch";
16
+ this.$fault = "client";
17
+ Object.setPrototypeOf(this, EncryptionTypeMismatch.prototype);
18
+ }
19
+ }
20
+ export class InvalidRequest extends __BaseException {
21
+ constructor(opts) {
22
+ super({
23
+ name: "InvalidRequest",
24
+ $fault: "client",
25
+ ...opts,
26
+ });
27
+ this.name = "InvalidRequest";
28
+ this.$fault = "client";
29
+ Object.setPrototypeOf(this, InvalidRequest.prototype);
30
+ }
31
+ }
32
+ export class InvalidWriteOffset extends __BaseException {
33
+ constructor(opts) {
34
+ super({
35
+ name: "InvalidWriteOffset",
36
+ $fault: "client",
37
+ ...opts,
38
+ });
39
+ this.name = "InvalidWriteOffset";
40
+ this.$fault = "client";
41
+ Object.setPrototypeOf(this, InvalidWriteOffset.prototype);
42
+ }
43
+ }
44
+ export class TooManyParts extends __BaseException {
45
+ constructor(opts) {
46
+ super({
47
+ name: "TooManyParts",
48
+ $fault: "client",
49
+ ...opts,
50
+ });
51
+ this.name = "TooManyParts";
52
+ this.$fault = "client";
53
+ Object.setPrototypeOf(this, TooManyParts.prototype);
54
+ }
55
+ }
7
56
  export class ObjectAlreadyInActiveTierError extends __BaseException {
8
57
  constructor(opts) {
9
58
  super({
@@ -61,6 +110,18 @@ export var SelectObjectContentEventStream;
61
110
  return visitor._(value.$unknown[0], value.$unknown[1]);
62
111
  };
63
112
  })(SelectObjectContentEventStream || (SelectObjectContentEventStream = {}));
113
+ export const PutBucketEncryptionRequestFilterSensitiveLog = (obj) => ({
114
+ ...obj,
115
+ ...(obj.ServerSideEncryptionConfiguration && {
116
+ ServerSideEncryptionConfiguration: ServerSideEncryptionConfigurationFilterSensitiveLog(obj.ServerSideEncryptionConfiguration),
117
+ }),
118
+ });
119
+ export const PutBucketInventoryConfigurationRequestFilterSensitiveLog = (obj) => ({
120
+ ...obj,
121
+ ...(obj.InventoryConfiguration && {
122
+ InventoryConfiguration: InventoryConfigurationFilterSensitiveLog(obj.InventoryConfiguration),
123
+ }),
124
+ });
64
125
  export const PutObjectOutputFilterSensitiveLog = (obj) => ({
65
126
  ...obj,
66
127
  ...(obj.SSEKMSKeyId && { SSEKMSKeyId: SENSITIVE_STRING }),
@@ -4,13 +4,14 @@ import { requestBuilder as rb } from "@smithy/core";
4
4
  import { isValidHostname as __isValidHostname, } from "@smithy/protocol-http";
5
5
  import { collectBody, dateToUtcString as __dateToUtcString, decorateServiceException as __decorateServiceException, expectNonNull as __expectNonNull, expectObject as __expectObject, expectString as __expectString, expectUnion as __expectUnion, getArrayIfSingleItem as __getArrayIfSingleItem, isSerializableHeaderValue, map, parseBoolean as __parseBoolean, parseRfc3339DateTimeWithOffset as __parseRfc3339DateTimeWithOffset, parseRfc7231DateTime as __parseRfc7231DateTime, quoteHeader as __quoteHeader, serializeDateTime as __serializeDateTime, strictParseInt32 as __strictParseInt32, strictParseLong as __strictParseLong, withBaseException, } from "@smithy/smithy-client";
6
6
  import { AnalyticsFilter, BucketAlreadyExists, BucketAlreadyOwnedByYou, InvalidObjectState, MetricsFilter, NoSuchBucket, NoSuchKey, NoSuchUpload, NotFound, ObjectNotInActiveTierError, } from "../models/models_0";
7
- import { ObjectAlreadyInActiveTierError, } from "../models/models_1";
7
+ import { EncryptionTypeMismatch, InvalidRequest, InvalidWriteOffset, ObjectAlreadyInActiveTierError, TooManyParts, } from "../models/models_1";
8
8
  import { S3ServiceException as __BaseException } from "../models/S3ServiceException";
9
9
  export const se_AbortMultipartUploadCommand = async (input, context) => {
10
10
  const b = rb(input, context);
11
11
  const headers = map({}, isSerializableHeaderValue, {
12
12
  [_xarp]: input[_RP],
13
13
  [_xaebo]: input[_EBO],
14
+ [_xaimit]: [() => isSerializableHeaderValue(input[_IMIT]), () => __dateToUtcString(input[_IMIT]).toString()],
14
15
  });
15
16
  b.bp("/{Key+}");
16
17
  b.p("Bucket", () => input.Bucket, "{Bucket}", false);
@@ -33,6 +34,7 @@ export const se_CompleteMultipartUploadCommand = async (input, context) => {
33
34
  [_xacs_]: input[_CSHAh],
34
35
  [_xarp]: input[_RP],
35
36
  [_xaebo]: input[_EBO],
37
+ [_im]: input[_IM],
36
38
  [_inm]: input[_INM],
37
39
  [_xasseca]: input[_SSECA],
38
40
  [_xasseck]: input[_SSECK],
@@ -139,6 +141,30 @@ export const se_CreateBucketCommand = async (input, context) => {
139
141
  b.m("PUT").h(headers).b(body);
140
142
  return b.build();
141
143
  };
144
+ export const se_CreateBucketMetadataTableConfigurationCommand = async (input, context) => {
145
+ const b = rb(input, context);
146
+ const headers = map({}, isSerializableHeaderValue, {
147
+ "content-type": "application/xml",
148
+ [_cm]: input[_CMD],
149
+ [_xasca]: input[_CA],
150
+ [_xaebo]: input[_EBO],
151
+ });
152
+ b.bp("/");
153
+ b.p("Bucket", () => input.Bucket, "{Bucket}", false);
154
+ const query = map({
155
+ [_mT]: [, ""],
156
+ });
157
+ let body;
158
+ let contents;
159
+ if (input.MetadataTableConfiguration !== undefined) {
160
+ contents = se_MetadataTableConfiguration(input.MetadataTableConfiguration, context);
161
+ body = _ve;
162
+ contents.a("xmlns", "http://s3.amazonaws.com/doc/2006-03-01/");
163
+ body += contents.toString();
164
+ }
165
+ b.m("POST").h(headers).q(query).b(body);
166
+ return b.build();
167
+ };
142
168
  export const se_CreateMultipartUploadCommand = async (input, context) => {
143
169
  const b = rb(input, context);
144
170
  const headers = map({}, isSerializableHeaderValue, {
@@ -299,6 +325,20 @@ export const se_DeleteBucketLifecycleCommand = async (input, context) => {
299
325
  b.m("DELETE").h(headers).q(query).b(body);
300
326
  return b.build();
301
327
  };
328
+ export const se_DeleteBucketMetadataTableConfigurationCommand = async (input, context) => {
329
+ const b = rb(input, context);
330
+ const headers = map({}, isSerializableHeaderValue, {
331
+ [_xaebo]: input[_EBO],
332
+ });
333
+ b.bp("/");
334
+ b.p("Bucket", () => input.Bucket, "{Bucket}", false);
335
+ const query = map({
336
+ [_mT]: [, ""],
337
+ });
338
+ let body;
339
+ b.m("DELETE").h(headers).q(query).b(body);
340
+ return b.build();
341
+ };
302
342
  export const se_DeleteBucketMetricsConfigurationCommand = async (input, context) => {
303
343
  const b = rb(input, context);
304
344
  const headers = map({}, isSerializableHeaderValue, {
@@ -391,6 +431,9 @@ export const se_DeleteObjectCommand = async (input, context) => {
391
431
  [_xarp]: input[_RP],
392
432
  [_xabgr]: [() => isSerializableHeaderValue(input[_BGR]), () => input[_BGR].toString()],
393
433
  [_xaebo]: input[_EBO],
434
+ [_im]: input[_IM],
435
+ [_xaimlmt]: [() => isSerializableHeaderValue(input[_IMLMT]), () => __dateToUtcString(input[_IMLMT]).toString()],
436
+ [_xaims]: [() => isSerializableHeaderValue(input[_IMS]), () => input[_IMS].toString()],
394
437
  });
395
438
  b.bp("/{Key+}");
396
439
  b.p("Bucket", () => input.Bucket, "{Bucket}", false);
@@ -604,6 +647,20 @@ export const se_GetBucketLoggingCommand = async (input, context) => {
604
647
  b.m("GET").h(headers).q(query).b(body);
605
648
  return b.build();
606
649
  };
650
+ export const se_GetBucketMetadataTableConfigurationCommand = async (input, context) => {
651
+ const b = rb(input, context);
652
+ const headers = map({}, isSerializableHeaderValue, {
653
+ [_xaebo]: input[_EBO],
654
+ });
655
+ b.bp("/");
656
+ b.p("Bucket", () => input.Bucket, "{Bucket}", false);
657
+ const query = map({
658
+ [_mT]: [, ""],
659
+ });
660
+ let body;
661
+ b.m("GET").h(headers).q(query).b(body);
662
+ return b.build();
663
+ };
607
664
  export const se_GetBucketMetricsConfigurationCommand = async (input, context) => {
608
665
  const b = rb(input, context);
609
666
  const headers = map({}, isSerializableHeaderValue, {
@@ -750,7 +807,7 @@ export const se_GetObjectCommand = async (input, context) => {
750
807
  const b = rb(input, context);
751
808
  const headers = map({}, isSerializableHeaderValue, {
752
809
  [_im]: input[_IM],
753
- [_ims]: [() => isSerializableHeaderValue(input[_IMS]), () => __dateToUtcString(input[_IMS]).toString()],
810
+ [_ims]: [() => isSerializableHeaderValue(input[_IMSf]), () => __dateToUtcString(input[_IMSf]).toString()],
754
811
  [_inm]: input[_INM],
755
812
  [_ius]: [() => isSerializableHeaderValue(input[_IUS]), () => __dateToUtcString(input[_IUS]).toString()],
756
813
  [_ra]: input[_R],
@@ -929,7 +986,7 @@ export const se_HeadObjectCommand = async (input, context) => {
929
986
  const b = rb(input, context);
930
987
  const headers = map({}, isSerializableHeaderValue, {
931
988
  [_im]: input[_IM],
932
- [_ims]: [() => isSerializableHeaderValue(input[_IMS]), () => __dateToUtcString(input[_IMS]).toString()],
989
+ [_ims]: [() => isSerializableHeaderValue(input[_IMSf]), () => __dateToUtcString(input[_IMSf]).toString()],
933
990
  [_inm]: input[_INM],
934
991
  [_ius]: [() => isSerializableHeaderValue(input[_IUS]), () => __dateToUtcString(input[_IUS]).toString()],
935
992
  [_ra]: input[_R],
@@ -1604,11 +1661,13 @@ export const se_PutObjectCommand = async (input, context) => {
1604
1661
  [_xacs]: input[_CSHA],
1605
1662
  [_xacs_]: input[_CSHAh],
1606
1663
  [_e]: [() => isSerializableHeaderValue(input[_E]), () => __dateToUtcString(input[_E]).toString()],
1664
+ [_im]: input[_IM],
1607
1665
  [_inm]: input[_INM],
1608
1666
  [_xagfc]: input[_GFC],
1609
1667
  [_xagr]: input[_GR],
1610
1668
  [_xagra]: input[_GRACP],
1611
1669
  [_xagwa]: input[_GWACP],
1670
+ [_xawob]: [() => isSerializableHeaderValue(input[_WOB]), () => input[_WOB].toString()],
1612
1671
  [_xasse]: input[_SSE],
1613
1672
  [_xasc]: input[_SC],
1614
1673
  [_xawrl]: input[_WRL],
@@ -2098,6 +2157,16 @@ export const de_CreateBucketCommand = async (output, context) => {
2098
2157
  await collectBody(output.body, context);
2099
2158
  return contents;
2100
2159
  };
2160
+ export const de_CreateBucketMetadataTableConfigurationCommand = async (output, context) => {
2161
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
2162
+ return de_CommandError(output, context);
2163
+ }
2164
+ const contents = map({
2165
+ $metadata: deserializeMetadata(output),
2166
+ });
2167
+ await collectBody(output.body, context);
2168
+ return contents;
2169
+ };
2101
2170
  export const de_CreateMultipartUploadCommand = async (output, context) => {
2102
2171
  if (output.statusCode !== 200 && output.statusCode >= 300) {
2103
2172
  return de_CommandError(output, context);
@@ -2217,6 +2286,16 @@ export const de_DeleteBucketLifecycleCommand = async (output, context) => {
2217
2286
  await collectBody(output.body, context);
2218
2287
  return contents;
2219
2288
  };
2289
+ export const de_DeleteBucketMetadataTableConfigurationCommand = async (output, context) => {
2290
+ if (output.statusCode !== 204 && output.statusCode >= 300) {
2291
+ return de_CommandError(output, context);
2292
+ }
2293
+ const contents = map({
2294
+ $metadata: deserializeMetadata(output),
2295
+ });
2296
+ await collectBody(output.body, context);
2297
+ return contents;
2298
+ };
2220
2299
  export const de_DeleteBucketMetricsConfigurationCommand = async (output, context) => {
2221
2300
  if (output.statusCode !== 204 && output.statusCode >= 300) {
2222
2301
  return de_CommandError(output, context);
@@ -2470,6 +2549,17 @@ export const de_GetBucketLoggingCommand = async (output, context) => {
2470
2549
  }
2471
2550
  return contents;
2472
2551
  };
2552
+ export const de_GetBucketMetadataTableConfigurationCommand = async (output, context) => {
2553
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
2554
+ return de_CommandError(output, context);
2555
+ }
2556
+ const contents = map({
2557
+ $metadata: deserializeMetadata(output),
2558
+ });
2559
+ const data = __expectObject(await parseBody(output.body, context));
2560
+ contents.GetBucketMetadataTableConfigurationResult = de_GetBucketMetadataTableConfigurationResult(data, context);
2561
+ return contents;
2562
+ };
2473
2563
  export const de_GetBucketMetricsConfigurationCommand = async (output, context) => {
2474
2564
  if (output.statusCode !== 200 && output.statusCode >= 300) {
2475
2565
  return de_CommandError(output, context);
@@ -3489,6 +3579,7 @@ export const de_PutObjectCommand = async (output, context) => {
3489
3579
  [_SSEKMSKI]: [, output.headers[_xasseakki]],
3490
3580
  [_SSEKMSEC]: [, output.headers[_xassec]],
3491
3581
  [_BKE]: [() => void 0 !== output.headers[_xassebke], () => __parseBoolean(output.headers[_xassebke])],
3582
+ [_Si]: [() => void 0 !== output.headers[_xaos], () => __strictParseLong(output.headers[_xaos])],
3492
3583
  [_RC]: [, output.headers[_xarc]],
3493
3584
  });
3494
3585
  await collectBody(output.body, context);
@@ -3662,6 +3753,18 @@ const de_CommandError = async (output, context) => {
3662
3753
  case "NotFound":
3663
3754
  case "com.amazonaws.s3#NotFound":
3664
3755
  throw await de_NotFoundRes(parsedOutput, context);
3756
+ case "EncryptionTypeMismatch":
3757
+ case "com.amazonaws.s3#EncryptionTypeMismatch":
3758
+ throw await de_EncryptionTypeMismatchRes(parsedOutput, context);
3759
+ case "InvalidRequest":
3760
+ case "com.amazonaws.s3#InvalidRequest":
3761
+ throw await de_InvalidRequestRes(parsedOutput, context);
3762
+ case "InvalidWriteOffset":
3763
+ case "com.amazonaws.s3#InvalidWriteOffset":
3764
+ throw await de_InvalidWriteOffsetRes(parsedOutput, context);
3765
+ case "TooManyParts":
3766
+ case "com.amazonaws.s3#TooManyParts":
3767
+ throw await de_TooManyPartsRes(parsedOutput, context);
3665
3768
  case "ObjectAlreadyInActiveTierError":
3666
3769
  case "com.amazonaws.s3#ObjectAlreadyInActiveTierError":
3667
3770
  throw await de_ObjectAlreadyInActiveTierErrorRes(parsedOutput, context);
@@ -3693,6 +3796,15 @@ const de_BucketAlreadyOwnedByYouRes = async (parsedOutput, context) => {
3693
3796
  });
3694
3797
  return __decorateServiceException(exception, parsedOutput.body);
3695
3798
  };
3799
+ const de_EncryptionTypeMismatchRes = async (parsedOutput, context) => {
3800
+ const contents = map({});
3801
+ const data = parsedOutput.body;
3802
+ const exception = new EncryptionTypeMismatch({
3803
+ $metadata: deserializeMetadata(parsedOutput),
3804
+ ...contents,
3805
+ });
3806
+ return __decorateServiceException(exception, parsedOutput.body);
3807
+ };
3696
3808
  const de_InvalidObjectStateRes = async (parsedOutput, context) => {
3697
3809
  const contents = map({});
3698
3810
  const data = parsedOutput.body;
@@ -3708,6 +3820,24 @@ const de_InvalidObjectStateRes = async (parsedOutput, context) => {
3708
3820
  });
3709
3821
  return __decorateServiceException(exception, parsedOutput.body);
3710
3822
  };
3823
+ const de_InvalidRequestRes = async (parsedOutput, context) => {
3824
+ const contents = map({});
3825
+ const data = parsedOutput.body;
3826
+ const exception = new InvalidRequest({
3827
+ $metadata: deserializeMetadata(parsedOutput),
3828
+ ...contents,
3829
+ });
3830
+ return __decorateServiceException(exception, parsedOutput.body);
3831
+ };
3832
+ const de_InvalidWriteOffsetRes = async (parsedOutput, context) => {
3833
+ const contents = map({});
3834
+ const data = parsedOutput.body;
3835
+ const exception = new InvalidWriteOffset({
3836
+ $metadata: deserializeMetadata(parsedOutput),
3837
+ ...contents,
3838
+ });
3839
+ return __decorateServiceException(exception, parsedOutput.body);
3840
+ };
3711
3841
  const de_NoSuchBucketRes = async (parsedOutput, context) => {
3712
3842
  const contents = map({});
3713
3843
  const data = parsedOutput.body;
@@ -3762,6 +3892,15 @@ const de_ObjectNotInActiveTierErrorRes = async (parsedOutput, context) => {
3762
3892
  });
3763
3893
  return __decorateServiceException(exception, parsedOutput.body);
3764
3894
  };
3895
+ const de_TooManyPartsRes = async (parsedOutput, context) => {
3896
+ const contents = map({});
3897
+ const data = parsedOutput.body;
3898
+ const exception = new TooManyParts({
3899
+ $metadata: deserializeMetadata(parsedOutput),
3900
+ ...contents,
3901
+ });
3902
+ return __decorateServiceException(exception, parsedOutput.body);
3903
+ };
3765
3904
  const de_SelectObjectContentEventStream = (output, context) => {
3766
3905
  return context.eventStreamMarshaller.deserialize(output, async (event) => {
3767
3906
  if (event["Records"] != null) {
@@ -4465,6 +4604,13 @@ const se_MetadataEntry = (input, context) => {
4465
4604
  }
4466
4605
  return bn;
4467
4606
  };
4607
+ const se_MetadataTableConfiguration = (input, context) => {
4608
+ const bn = new __XmlNode(_MTC);
4609
+ if (input[_STD] != null) {
4610
+ bn.c(se_S3TablesDestination(input[_STD], context).n(_STD));
4611
+ }
4612
+ return bn;
4613
+ };
4468
4614
  const se_Metrics = (input, context) => {
4469
4615
  const bn = new __XmlNode(_Me);
4470
4616
  if (input[_S] != null) {
@@ -4580,6 +4726,13 @@ const se_ObjectIdentifier = (input, context) => {
4580
4726
  if (input[_VI] != null) {
4581
4727
  bn.c(__XmlNode.of(_OVI, input[_VI]).n(_VI));
4582
4728
  }
4729
+ bn.cc(input, _ETa);
4730
+ if (input[_LMT] != null) {
4731
+ bn.c(__XmlNode.of(_LMT, __dateToUtcString(input[_LMT]).toString()).n(_LMT));
4732
+ }
4733
+ if (input[_Si] != null) {
4734
+ bn.c(__XmlNode.of(_Si, String(input[_Si])).n(_Si));
4735
+ }
4583
4736
  return bn;
4584
4737
  };
4585
4738
  const se_ObjectIdentifierList = (input, context) => {
@@ -4883,6 +5036,16 @@ const se_S3Location = (input, context) => {
4883
5036
  bn.cc(input, _SC);
4884
5037
  return bn;
4885
5038
  };
5039
+ const se_S3TablesDestination = (input, context) => {
5040
+ const bn = new __XmlNode(_STD);
5041
+ if (input[_TBA] != null) {
5042
+ bn.c(__XmlNode.of(_STBA, input[_TBA]).n(_TBA));
5043
+ }
5044
+ if (input[_TN] != null) {
5045
+ bn.c(__XmlNode.of(_STN, input[_TN]).n(_TN));
5046
+ }
5047
+ return bn;
5048
+ };
4886
5049
  const se_ScanRange = (input, context) => {
4887
5050
  const bn = new __XmlNode(_SR);
4888
5051
  if (input[_St] != null) {
@@ -5519,6 +5682,16 @@ const de__Error = (output, context) => {
5519
5682
  }
5520
5683
  return contents;
5521
5684
  };
5685
+ const de_ErrorDetails = (output, context) => {
5686
+ const contents = {};
5687
+ if (output[_EC] != null) {
5688
+ contents[_EC] = __expectString(output[_EC]);
5689
+ }
5690
+ if (output[_EM] != null) {
5691
+ contents[_EM] = __expectString(output[_EM]);
5692
+ }
5693
+ return contents;
5694
+ };
5522
5695
  const de_ErrorDocument = (output, context) => {
5523
5696
  const contents = {};
5524
5697
  if (output[_K] != null) {
@@ -5575,6 +5748,19 @@ const de_FilterRuleList = (output, context) => {
5575
5748
  return de_FilterRule(entry, context);
5576
5749
  });
5577
5750
  };
5751
+ const de_GetBucketMetadataTableConfigurationResult = (output, context) => {
5752
+ const contents = {};
5753
+ if (output[_MTCR] != null) {
5754
+ contents[_MTCR] = de_MetadataTableConfigurationResult(output[_MTCR], context);
5755
+ }
5756
+ if (output[_S] != null) {
5757
+ contents[_S] = __expectString(output[_S]);
5758
+ }
5759
+ if (output[_Er] != null) {
5760
+ contents[_Er] = de_ErrorDetails(output[_Er], context);
5761
+ }
5762
+ return contents;
5763
+ };
5578
5764
  const de_GetObjectAttributesParts = (output, context) => {
5579
5765
  const contents = {};
5580
5766
  if (output[_PC] != null) {
@@ -5937,6 +6123,13 @@ const de_LoggingEnabled = (output, context) => {
5937
6123
  }
5938
6124
  return contents;
5939
6125
  };
6126
+ const de_MetadataTableConfigurationResult = (output, context) => {
6127
+ const contents = {};
6128
+ if (output[_STDR] != null) {
6129
+ contents[_STDR] = de_S3TablesDestinationResult(output[_STDR], context);
6130
+ }
6131
+ return contents;
6132
+ };
5940
6133
  const de_Metrics = (output, context) => {
5941
6134
  const contents = {};
5942
6135
  if (output[_S] != null) {
@@ -6524,6 +6717,22 @@ const de_S3KeyFilter = (output, context) => {
6524
6717
  }
6525
6718
  return contents;
6526
6719
  };
6720
+ const de_S3TablesDestinationResult = (output, context) => {
6721
+ const contents = {};
6722
+ if (output[_TBA] != null) {
6723
+ contents[_TBA] = __expectString(output[_TBA]);
6724
+ }
6725
+ if (output[_TN] != null) {
6726
+ contents[_TN] = __expectString(output[_TN]);
6727
+ }
6728
+ if (output[_TAa] != null) {
6729
+ contents[_TAa] = __expectString(output[_TAa]);
6730
+ }
6731
+ if (output[_TNa] != null) {
6732
+ contents[_TNa] = __expectString(output[_TNa]);
6733
+ }
6734
+ return contents;
6735
+ };
6527
6736
  const de_ServerSideEncryptionByDefault = (output, context) => {
6528
6737
  const contents = {};
6529
6738
  if (output[_SSEA] != null) {
@@ -6941,7 +7150,10 @@ const _II = "InventoryId";
6941
7150
  const _IIOV = "InventoryIncludedObjectVersions";
6942
7151
  const _IL = "IsLatest";
6943
7152
  const _IM = "IfMatch";
6944
- const _IMS = "IfModifiedSince";
7153
+ const _IMIT = "IfMatchInitiatedTime";
7154
+ const _IMLMT = "IfMatchLastModifiedTime";
7155
+ const _IMS = "IfMatchSize";
7156
+ const _IMSf = "IfModifiedSince";
6945
7157
  const _INM = "IfNoneMatch";
6946
7158
  const _IOF = "InventoryOptionalField";
6947
7159
  const _IOV = "IncludedObjectVersions";
@@ -6984,6 +7196,7 @@ const _LFC = "LambdaFunctionConfigurations";
6984
7196
  const _LFCa = "LambdaFunctionConfiguration";
6985
7197
  const _LI = "LocationInfo";
6986
7198
  const _LM = "LastModified";
7199
+ const _LMT = "LastModifiedTime";
6987
7200
  const _LNAS = "LocationNameAsString";
6988
7201
  const _LP = "LocationPrefix";
6989
7202
  const _LR = "LifecycleRule";
@@ -7009,6 +7222,8 @@ const _MKe = "MetadataKey";
7009
7222
  const _MM = "MissingMeta";
7010
7223
  const _MP = "MaxParts";
7011
7224
  const _MS = "MetricsStatus";
7225
+ const _MTC = "MetadataTableConfiguration";
7226
+ const _MTCR = "MetadataTableConfigurationResult";
7012
7227
  const _MU = "MaxUploads";
7013
7228
  const _MV = "MetadataValue";
7014
7229
  const _Me = "Metrics";
@@ -7164,6 +7379,10 @@ const _SSEKMSKI = "SSEKMSKeyId";
7164
7379
  const _SSER = "ServerSideEncryptionRule";
7165
7380
  const _SSES = "SSES3";
7166
7381
  const _ST = "SessionToken";
7382
+ const _STBA = "S3TablesBucketArn";
7383
+ const _STD = "S3TablesDestination";
7384
+ const _STDR = "S3TablesDestinationResult";
7385
+ const _STN = "S3TablesName";
7167
7386
  const _S_ = "S3";
7168
7387
  const _Sc = "Schedule";
7169
7388
  const _Se = "Setting";
@@ -7172,7 +7391,9 @@ const _St = "Start";
7172
7391
  const _Su = "Suffix";
7173
7392
  const _T = "Tagging";
7174
7393
  const _TA = "TopicArn";
7394
+ const _TAa = "TableArn";
7175
7395
  const _TB = "TargetBucket";
7396
+ const _TBA = "TableBucketArn";
7176
7397
  const _TC = "TagCount";
7177
7398
  const _TCo = "TopicConfiguration";
7178
7399
  const _TCop = "TopicConfigurations";
@@ -7180,6 +7401,8 @@ const _TD = "TaggingDirective";
7180
7401
  const _TDMOS = "TransitionDefaultMinimumObjectSize";
7181
7402
  const _TG = "TargetGrants";
7182
7403
  const _TGa = "TargetGrant";
7404
+ const _TN = "TableName";
7405
+ const _TNa = "TableNamespace";
7183
7406
  const _TOKF = "TargetObjectKeyFormat";
7184
7407
  const _TP = "TargetPrefix";
7185
7408
  const _TPC = "TotalPartsCount";
@@ -7210,6 +7433,7 @@ const _VIM = "VersionIdMarker";
7210
7433
  const _Va = "Value";
7211
7434
  const _Ve = "Versions";
7212
7435
  const _WC = "WebsiteConfiguration";
7436
+ const _WOB = "WriteOffsetBytes";
7213
7437
  const _WRL = "WebsiteRedirectLocation";
7214
7438
  const _Y = "Years";
7215
7439
  const _a = "analytics";
@@ -7251,6 +7475,7 @@ const _lo = "location";
7251
7475
  const _log = "logging";
7252
7476
  const _lt = "list-type";
7253
7477
  const _m = "metrics";
7478
+ const _mT = "metadataTable";
7254
7479
  const _ma = "marker";
7255
7480
  const _mb = "max-buckets";
7256
7481
  const _mdb = "max-directory-buckets";
@@ -7366,6 +7591,9 @@ const _xagr = "x-amz-grant-read";
7366
7591
  const _xagra = "x-amz-grant-read-acp";
7367
7592
  const _xagw = "x-amz-grant-write";
7368
7593
  const _xagwa = "x-amz-grant-write-acp";
7594
+ const _xaimit = "x-amz-if-match-initiated-time";
7595
+ const _xaimlmt = "x-amz-if-match-last-modified-time";
7596
+ const _xaims = "x-amz-if-match-size";
7369
7597
  const _xam = "x-amz-mfa";
7370
7598
  const _xamd = "x-amz-metadata-directive";
7371
7599
  const _xamm = "x-amz-missing-meta";
@@ -7377,6 +7605,7 @@ const _xaolm = "x-amz-object-lock-mode";
7377
7605
  const _xaolrud = "x-amz-object-lock-retain-until-date";
7378
7606
  const _xaoo = "x-amz-object-ownership";
7379
7607
  const _xaooa = "x-amz-optional-object-attributes";
7608
+ const _xaos = "x-amz-object-size";
7380
7609
  const _xapnm = "x-amz-part-number-marker";
7381
7610
  const _xar = "x-amz-restore";
7382
7611
  const _xarc = "x-amz-request-charged";
@@ -7401,5 +7630,6 @@ const _xatc = "x-amz-tagging-count";
7401
7630
  const _xatd = "x-amz-tagging-directive";
7402
7631
  const _xatdmos = "x-amz-transition-default-minimum-object-size";
7403
7632
  const _xavi = "x-amz-version-id";
7633
+ const _xawob = "x-amz-write-offset-bytes";
7404
7634
  const _xawrl = "x-amz-website-redirect-location";
7405
7635
  const _xi = "x-id";
@@ -3,6 +3,7 @@ import { AbortMultipartUploadCommandInput, AbortMultipartUploadCommandOutput } f
3
3
  import { CompleteMultipartUploadCommandInput, CompleteMultipartUploadCommandOutput } from "./commands/CompleteMultipartUploadCommand";
4
4
  import { CopyObjectCommandInput, CopyObjectCommandOutput } from "./commands/CopyObjectCommand";
5
5
  import { CreateBucketCommandInput, CreateBucketCommandOutput } from "./commands/CreateBucketCommand";
6
+ import { CreateBucketMetadataTableConfigurationCommandInput, CreateBucketMetadataTableConfigurationCommandOutput } from "./commands/CreateBucketMetadataTableConfigurationCommand";
6
7
  import { CreateMultipartUploadCommandInput, CreateMultipartUploadCommandOutput } from "./commands/CreateMultipartUploadCommand";
7
8
  import { CreateSessionCommandInput, CreateSessionCommandOutput } from "./commands/CreateSessionCommand";
8
9
  import { DeleteBucketAnalyticsConfigurationCommandInput, DeleteBucketAnalyticsConfigurationCommandOutput } from "./commands/DeleteBucketAnalyticsConfigurationCommand";
@@ -12,6 +13,7 @@ import { DeleteBucketEncryptionCommandInput, DeleteBucketEncryptionCommandOutput
12
13
  import { DeleteBucketIntelligentTieringConfigurationCommandInput, DeleteBucketIntelligentTieringConfigurationCommandOutput } from "./commands/DeleteBucketIntelligentTieringConfigurationCommand";
13
14
  import { DeleteBucketInventoryConfigurationCommandInput, DeleteBucketInventoryConfigurationCommandOutput } from "./commands/DeleteBucketInventoryConfigurationCommand";
14
15
  import { DeleteBucketLifecycleCommandInput, DeleteBucketLifecycleCommandOutput } from "./commands/DeleteBucketLifecycleCommand";
16
+ import { DeleteBucketMetadataTableConfigurationCommandInput, DeleteBucketMetadataTableConfigurationCommandOutput } from "./commands/DeleteBucketMetadataTableConfigurationCommand";
15
17
  import { DeleteBucketMetricsConfigurationCommandInput, DeleteBucketMetricsConfigurationCommandOutput } from "./commands/DeleteBucketMetricsConfigurationCommand";
16
18
  import { DeleteBucketOwnershipControlsCommandInput, DeleteBucketOwnershipControlsCommandOutput } from "./commands/DeleteBucketOwnershipControlsCommand";
17
19
  import { DeleteBucketPolicyCommandInput, DeleteBucketPolicyCommandOutput } from "./commands/DeleteBucketPolicyCommand";
@@ -32,6 +34,7 @@ import { GetBucketInventoryConfigurationCommandInput, GetBucketInventoryConfigur
32
34
  import { GetBucketLifecycleConfigurationCommandInput, GetBucketLifecycleConfigurationCommandOutput } from "./commands/GetBucketLifecycleConfigurationCommand";
33
35
  import { GetBucketLocationCommandInput, GetBucketLocationCommandOutput } from "./commands/GetBucketLocationCommand";
34
36
  import { GetBucketLoggingCommandInput, GetBucketLoggingCommandOutput } from "./commands/GetBucketLoggingCommand";
37
+ import { GetBucketMetadataTableConfigurationCommandInput, GetBucketMetadataTableConfigurationCommandOutput } from "./commands/GetBucketMetadataTableConfigurationCommand";
35
38
  import { GetBucketMetricsConfigurationCommandInput, GetBucketMetricsConfigurationCommandOutput } from "./commands/GetBucketMetricsConfigurationCommand";
36
39
  import { GetBucketNotificationConfigurationCommandInput, GetBucketNotificationConfigurationCommandOutput } from "./commands/GetBucketNotificationConfigurationCommand";
37
40
  import { GetBucketOwnershipControlsCommandInput, GetBucketOwnershipControlsCommandOutput } from "./commands/GetBucketOwnershipControlsCommand";
@@ -120,6 +123,12 @@ export interface S3 {
120
123
  createBucket(args: CreateBucketCommandInput, options?: __HttpHandlerOptions): Promise<CreateBucketCommandOutput>;
121
124
  createBucket(args: CreateBucketCommandInput, cb: (err: any, data?: CreateBucketCommandOutput) => void): void;
122
125
  createBucket(args: CreateBucketCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateBucketCommandOutput) => void): void;
126
+ /**
127
+ * @see {@link CreateBucketMetadataTableConfigurationCommand}
128
+ */
129
+ createBucketMetadataTableConfiguration(args: CreateBucketMetadataTableConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<CreateBucketMetadataTableConfigurationCommandOutput>;
130
+ createBucketMetadataTableConfiguration(args: CreateBucketMetadataTableConfigurationCommandInput, cb: (err: any, data?: CreateBucketMetadataTableConfigurationCommandOutput) => void): void;
131
+ createBucketMetadataTableConfiguration(args: CreateBucketMetadataTableConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateBucketMetadataTableConfigurationCommandOutput) => void): void;
123
132
  /**
124
133
  * @see {@link CreateMultipartUploadCommand}
125
134
  */
@@ -174,6 +183,12 @@ export interface S3 {
174
183
  deleteBucketLifecycle(args: DeleteBucketLifecycleCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBucketLifecycleCommandOutput>;
175
184
  deleteBucketLifecycle(args: DeleteBucketLifecycleCommandInput, cb: (err: any, data?: DeleteBucketLifecycleCommandOutput) => void): void;
176
185
  deleteBucketLifecycle(args: DeleteBucketLifecycleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBucketLifecycleCommandOutput) => void): void;
186
+ /**
187
+ * @see {@link DeleteBucketMetadataTableConfigurationCommand}
188
+ */
189
+ deleteBucketMetadataTableConfiguration(args: DeleteBucketMetadataTableConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBucketMetadataTableConfigurationCommandOutput>;
190
+ deleteBucketMetadataTableConfiguration(args: DeleteBucketMetadataTableConfigurationCommandInput, cb: (err: any, data?: DeleteBucketMetadataTableConfigurationCommandOutput) => void): void;
191
+ deleteBucketMetadataTableConfiguration(args: DeleteBucketMetadataTableConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBucketMetadataTableConfigurationCommandOutput) => void): void;
177
192
  /**
178
193
  * @see {@link DeleteBucketMetricsConfigurationCommand}
179
194
  */
@@ -294,6 +309,12 @@ export interface S3 {
294
309
  getBucketLogging(args: GetBucketLoggingCommandInput, options?: __HttpHandlerOptions): Promise<GetBucketLoggingCommandOutput>;
295
310
  getBucketLogging(args: GetBucketLoggingCommandInput, cb: (err: any, data?: GetBucketLoggingCommandOutput) => void): void;
296
311
  getBucketLogging(args: GetBucketLoggingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketLoggingCommandOutput) => void): void;
312
+ /**
313
+ * @see {@link GetBucketMetadataTableConfigurationCommand}
314
+ */
315
+ getBucketMetadataTableConfiguration(args: GetBucketMetadataTableConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetBucketMetadataTableConfigurationCommandOutput>;
316
+ getBucketMetadataTableConfiguration(args: GetBucketMetadataTableConfigurationCommandInput, cb: (err: any, data?: GetBucketMetadataTableConfigurationCommandOutput) => void): void;
317
+ getBucketMetadataTableConfiguration(args: GetBucketMetadataTableConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketMetadataTableConfigurationCommandOutput) => void): void;
297
318
  /**
298
319
  * @see {@link GetBucketMetricsConfigurationCommand}
299
320
  */