@gemeentenijmegen/webapp 1.1.5 → 1.1.6

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 (910) hide show
  1. package/.jsii +12 -12
  2. package/lib/webapp/Criticality.js +1 -1
  3. package/lib/webapp/Webapp.js +1 -1
  4. package/lib/webapp/Webpage.js +1 -1
  5. package/lib/webapp/util/Files.js +1 -1
  6. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
  7. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/endpoint/endpointResolver.js +10 -1
  8. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/endpoint/ruleset.js +3 -3
  9. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/index.js +449 -310
  10. package/node_modules/@aws-sdk/client-dynamodb/dist-es/DynamoDBClient.js +2 -1
  11. package/node_modules/@aws-sdk/client-dynamodb/dist-es/auth/httpAuthSchemeProvider.js +1 -3
  12. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchGetItemCommand.js +4 -1
  13. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchWriteItemCommand.js +4 -1
  14. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateBackupCommand.js +4 -1
  15. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateGlobalTableCommand.js +4 -1
  16. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateTableCommand.js +4 -1
  17. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteBackupCommand.js +4 -1
  18. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteItemCommand.js +4 -1
  19. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteResourcePolicyCommand.js +4 -1
  20. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteTableCommand.js +4 -1
  21. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeBackupCommand.js +4 -1
  22. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeContinuousBackupsCommand.js +4 -1
  23. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeContributorInsightsCommand.js +4 -1
  24. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeExportCommand.js +4 -1
  25. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeGlobalTableCommand.js +4 -1
  26. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeGlobalTableSettingsCommand.js +4 -1
  27. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeImportCommand.js +4 -1
  28. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeKinesisStreamingDestinationCommand.js +4 -1
  29. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTableCommand.js +4 -1
  30. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTableReplicaAutoScalingCommand.js +4 -1
  31. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTimeToLiveCommand.js +4 -1
  32. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DisableKinesisStreamingDestinationCommand.js +4 -1
  33. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/EnableKinesisStreamingDestinationCommand.js +4 -1
  34. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ExportTableToPointInTimeCommand.js +4 -1
  35. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/GetItemCommand.js +4 -1
  36. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/GetResourcePolicyCommand.js +4 -1
  37. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ImportTableCommand.js +4 -1
  38. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListBackupsCommand.js +4 -1
  39. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListContributorInsightsCommand.js +4 -1
  40. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListExportsCommand.js +4 -1
  41. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListImportsCommand.js +4 -1
  42. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListTagsOfResourceCommand.js +4 -1
  43. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/PutItemCommand.js +4 -1
  44. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/PutResourcePolicyCommand.js +4 -1
  45. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/QueryCommand.js +4 -1
  46. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/RestoreTableFromBackupCommand.js +4 -1
  47. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/RestoreTableToPointInTimeCommand.js +4 -1
  48. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ScanCommand.js +4 -1
  49. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TagResourceCommand.js +4 -1
  50. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TransactGetItemsCommand.js +7 -1
  51. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UntagResourceCommand.js +4 -1
  52. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateContinuousBackupsCommand.js +4 -1
  53. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateContributorInsightsCommand.js +4 -1
  54. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateGlobalTableCommand.js +4 -1
  55. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateGlobalTableSettingsCommand.js +4 -1
  56. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateItemCommand.js +4 -1
  57. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateKinesisStreamingDestinationCommand.js +4 -1
  58. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTableCommand.js +4 -1
  59. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTableReplicaAutoScalingCommand.js +4 -1
  60. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTimeToLiveCommand.js +4 -1
  61. package/node_modules/@aws-sdk/client-dynamodb/dist-es/endpoint/EndpointParameters.js +2 -3
  62. package/node_modules/@aws-sdk/client-dynamodb/dist-es/endpoint/endpointResolver.js +10 -1
  63. package/node_modules/@aws-sdk/client-dynamodb/dist-es/endpoint/ruleset.js +3 -3
  64. package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeExtensions.js +2 -14
  65. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchExecuteStatementCommand.d.ts +1 -0
  66. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchGetItemCommand.d.ts +27 -27
  67. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchWriteItemCommand.d.ts +32 -29
  68. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateBackupCommand.d.ts +1 -0
  69. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateGlobalTableCommand.d.ts +1 -0
  70. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateTableCommand.d.ts +1 -70
  71. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteBackupCommand.d.ts +1 -0
  72. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteItemCommand.d.ts +12 -12
  73. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteResourcePolicyCommand.d.ts +1 -0
  74. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteTableCommand.d.ts +13 -13
  75. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeBackupCommand.d.ts +1 -0
  76. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeContinuousBackupsCommand.d.ts +1 -0
  77. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeContributorInsightsCommand.d.ts +1 -0
  78. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeEndpointsCommand.d.ts +1 -0
  79. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeExportCommand.d.ts +1 -0
  80. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableCommand.d.ts +1 -0
  81. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableSettingsCommand.d.ts +1 -0
  82. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeImportCommand.d.ts +1 -0
  83. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeKinesisStreamingDestinationCommand.d.ts +1 -0
  84. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeLimitsCommand.d.ts +8 -8
  85. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableCommand.d.ts +1 -47
  86. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableReplicaAutoScalingCommand.d.ts +1 -0
  87. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTimeToLiveCommand.d.ts +1 -0
  88. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DisableKinesisStreamingDestinationCommand.d.ts +1 -0
  89. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/EnableKinesisStreamingDestinationCommand.d.ts +1 -0
  90. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteStatementCommand.d.ts +1 -0
  91. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteTransactionCommand.d.ts +1 -0
  92. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExportTableToPointInTimeCommand.d.ts +1 -0
  93. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/GetItemCommand.d.ts +16 -16
  94. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/GetResourcePolicyCommand.d.ts +1 -0
  95. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ImportTableCommand.d.ts +1 -0
  96. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListBackupsCommand.d.ts +1 -0
  97. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListContributorInsightsCommand.d.ts +1 -0
  98. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListExportsCommand.d.ts +1 -0
  99. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListGlobalTablesCommand.d.ts +1 -0
  100. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListImportsCommand.d.ts +1 -0
  101. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListTablesCommand.d.ts +5 -5
  102. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListTagsOfResourceCommand.d.ts +1 -0
  103. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutItemCommand.d.ts +15 -15
  104. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutResourcePolicyCommand.d.ts +1 -0
  105. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/QueryCommand.d.ts +15 -15
  106. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableFromBackupCommand.d.ts +1 -0
  107. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +1 -0
  108. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ScanCommand.d.ts +24 -24
  109. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TagResourceCommand.d.ts +1 -0
  110. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactGetItemsCommand.d.ts +1 -0
  111. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactWriteItemsCommand.d.ts +1 -0
  112. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UntagResourceCommand.d.ts +1 -0
  113. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateContinuousBackupsCommand.d.ts +1 -0
  114. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateContributorInsightsCommand.d.ts +1 -0
  115. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableCommand.d.ts +1 -0
  116. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableSettingsCommand.d.ts +1 -0
  117. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateItemCommand.d.ts +28 -28
  118. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateKinesisStreamingDestinationCommand.d.ts +1 -0
  119. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableCommand.d.ts +1 -52
  120. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableReplicaAutoScalingCommand.d.ts +1 -0
  121. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTimeToLiveCommand.d.ts +1 -0
  122. package/node_modules/@aws-sdk/client-dynamodb/dist-types/endpoint/EndpointParameters.d.ts +2 -0
  123. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +2 -0
  124. package/node_modules/@aws-sdk/client-dynamodb/package.json +35 -35
  125. package/node_modules/@aws-sdk/client-s3/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
  126. package/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +3 -3
  127. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +58 -77
  128. package/node_modules/@aws-sdk/client-s3/dist-es/S3Client.js +2 -1
  129. package/node_modules/@aws-sdk/client-s3/dist-es/auth/httpAuthSchemeProvider.js +1 -3
  130. package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/EndpointParameters.js +2 -3
  131. package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +3 -3
  132. package/node_modules/@aws-sdk/client-s3/dist-es/runtimeExtensions.js +2 -14
  133. package/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +9 -6
  134. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +16 -16
  135. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +9 -9
  136. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +15 -16
  137. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +1 -0
  138. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +8 -8
  139. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +1 -0
  140. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +1 -0
  141. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +7 -4
  142. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +7 -4
  143. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +1 -0
  144. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +1 -0
  145. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +1 -0
  146. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +7 -4
  147. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +1 -0
  148. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +1 -0
  149. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +1 -0
  150. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +7 -4
  151. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +7 -4
  152. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +7 -4
  153. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +7 -4
  154. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +18 -13
  155. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +11 -12
  156. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +30 -31
  157. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +1 -0
  158. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +1 -0
  159. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +1 -0
  160. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +1 -0
  161. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +9 -9
  162. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +1 -0
  163. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +1 -0
  164. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +1 -0
  165. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +11 -11
  166. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +5 -5
  167. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +1 -0
  168. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +1 -0
  169. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +1 -0
  170. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +1 -0
  171. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +1 -0
  172. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +5 -5
  173. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +1 -0
  174. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +12 -12
  175. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +5 -5
  176. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +9 -9
  177. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +6 -6
  178. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +8 -8
  179. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +29 -29
  180. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +1 -0
  181. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +45 -31
  182. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +1 -0
  183. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +1 -0
  184. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +1 -0
  185. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +19 -20
  186. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +18 -5
  187. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +1 -0
  188. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +7 -4
  189. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +12 -12
  190. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +1 -0
  191. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +1 -0
  192. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +1 -0
  193. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +1 -0
  194. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +14 -14
  195. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +1 -0
  196. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +62 -63
  197. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +26 -26
  198. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +23 -23
  199. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +22 -22
  200. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +22 -22
  201. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -0
  202. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +9 -6
  203. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +1 -0
  204. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +19 -16
  205. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +1 -0
  206. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -0
  207. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -0
  208. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +18 -15
  209. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +16 -13
  210. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -0
  211. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +11 -8
  212. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +1 -0
  213. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +8 -5
  214. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +15 -12
  215. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +9 -6
  216. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +13 -10
  217. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +10 -7
  218. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +13 -10
  219. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +11 -8
  220. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +68 -74
  221. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +1 -0
  222. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +1 -0
  223. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +1 -0
  224. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +12 -12
  225. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +1 -0
  226. package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +17 -16
  227. package/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +1 -0
  228. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +9 -9
  229. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +21 -22
  230. package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +1 -0
  231. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +47 -48
  232. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +13 -14
  233. package/node_modules/@aws-sdk/client-s3/package.json +50 -50
  234. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
  235. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/index.js +47 -48
  236. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/SecretsManagerClient.js +2 -1
  237. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/auth/httpAuthSchemeProvider.js +1 -3
  238. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/endpoint/EndpointParameters.js +2 -3
  239. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeExtensions.js +2 -14
  240. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/BatchGetSecretValueCommand.d.ts +24 -24
  241. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/CancelRotateSecretCommand.d.ts +6 -6
  242. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/CreateSecretCommand.d.ts +10 -10
  243. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -6
  244. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/DeleteSecretCommand.d.ts +1 -19
  245. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/DescribeSecretCommand.d.ts +1 -48
  246. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/GetRandomPasswordCommand.d.ts +7 -7
  247. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/GetResourcePolicyCommand.d.ts +17 -7
  248. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/GetSecretValueCommand.d.ts +14 -10
  249. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/ListSecretVersionIdsCommand.d.ts +16 -16
  250. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/ListSecretsCommand.d.ts +17 -17
  251. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/PutResourcePolicyCommand.d.ts +17 -7
  252. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/PutSecretValueCommand.d.ts +10 -10
  253. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/RemoveRegionsFromReplicationCommand.d.ts +1 -0
  254. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/ReplicateSecretToRegionsCommand.d.ts +12 -12
  255. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/RestoreSecretCommand.d.ts +6 -6
  256. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/RotateSecretCommand.d.ts +16 -17
  257. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/StopReplicationToReplicaCommand.d.ts +1 -0
  258. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/TagResourceCommand.d.ts +12 -9
  259. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/UntagResourceCommand.d.ts +8 -5
  260. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/UpdateSecretCommand.d.ts +25 -27
  261. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/UpdateSecretVersionStageCommand.d.ts +21 -23
  262. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/ValidateResourcePolicyCommand.d.ts +17 -7
  263. package/node_modules/@aws-sdk/client-secrets-manager/package.json +33 -33
  264. package/node_modules/@aws-sdk/client-ssm/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
  265. package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +225 -220
  266. package/node_modules/@aws-sdk/client-ssm/dist-es/SSMClient.js +2 -1
  267. package/node_modules/@aws-sdk/client-ssm/dist-es/auth/httpAuthSchemeProvider.js +1 -3
  268. package/node_modules/@aws-sdk/client-ssm/dist-es/endpoint/EndpointParameters.js +2 -3
  269. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_0.js +5 -0
  270. package/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +4 -0
  271. package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeExtensions.js +2 -14
  272. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/AddTagsToResourceCommand.d.ts +1 -0
  273. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +1 -0
  274. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelCommandCommand.d.ts +1 -0
  275. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelMaintenanceWindowExecutionCommand.d.ts +1 -0
  276. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateActivationCommand.d.ts +1 -0
  277. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationBatchCommand.d.ts +1 -0
  278. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationCommand.d.ts +1 -0
  279. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateDocumentCommand.d.ts +1 -0
  280. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateMaintenanceWindowCommand.d.ts +1 -0
  281. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsItemCommand.d.ts +1 -0
  282. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsMetadataCommand.d.ts +1 -0
  283. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreatePatchBaselineCommand.d.ts +2 -0
  284. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateResourceDataSyncCommand.d.ts +1 -0
  285. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteActivationCommand.d.ts +1 -0
  286. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteAssociationCommand.d.ts +1 -0
  287. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteDocumentCommand.d.ts +1 -0
  288. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteInventoryCommand.d.ts +1 -0
  289. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteMaintenanceWindowCommand.d.ts +1 -0
  290. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteOpsItemCommand.d.ts +1 -0
  291. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteOpsMetadataCommand.d.ts +1 -0
  292. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParameterCommand.d.ts +1 -0
  293. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParametersCommand.d.ts +1 -0
  294. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeletePatchBaselineCommand.d.ts +1 -0
  295. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteResourceDataSyncCommand.d.ts +1 -0
  296. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteResourcePolicyCommand.d.ts +1 -0
  297. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +1 -0
  298. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +1 -0
  299. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +1 -0
  300. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +1 -0
  301. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeActivationsCommand.d.ts +1 -0
  302. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationCommand.d.ts +1 -0
  303. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationExecutionTargetsCommand.d.ts +1 -0
  304. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationExecutionsCommand.d.ts +1 -0
  305. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +1 -0
  306. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +1 -0
  307. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAvailablePatchesCommand.d.ts +1 -0
  308. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentCommand.d.ts +1 -0
  309. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentPermissionCommand.d.ts +1 -0
  310. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +1 -0
  311. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +1 -0
  312. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +1 -0
  313. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceInformationCommand.d.ts +1 -0
  314. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +2 -0
  315. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +2 -0
  316. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchesCommand.d.ts +2 -1
  317. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePropertiesCommand.d.ts +1 -0
  318. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInventoryDeletionsCommand.d.ts +1 -0
  319. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +1 -0
  320. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +1 -0
  321. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +1 -0
  322. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +1 -0
  323. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +1 -0
  324. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +1 -0
  325. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +1 -0
  326. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +1 -0
  327. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeOpsItemsCommand.d.ts +1 -0
  328. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeParametersCommand.d.ts +1 -0
  329. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchBaselinesCommand.d.ts +1 -0
  330. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupStateCommand.d.ts +2 -0
  331. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupsCommand.d.ts +1 -0
  332. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchPropertiesCommand.d.ts +1 -0
  333. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeSessionsCommand.d.ts +1 -0
  334. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +1 -0
  335. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetAutomationExecutionCommand.d.ts +1 -0
  336. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCalendarStateCommand.d.ts +1 -0
  337. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCommandInvocationCommand.d.ts +1 -0
  338. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetConnectionStatusCommand.d.ts +1 -0
  339. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDefaultPatchBaselineCommand.d.ts +1 -0
  340. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +2 -0
  341. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDocumentCommand.d.ts +1 -0
  342. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetExecutionPreviewCommand.d.ts +1 -29
  343. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventoryCommand.d.ts +1 -0
  344. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventorySchemaCommand.d.ts +1 -0
  345. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowCommand.d.ts +1 -0
  346. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionCommand.d.ts +1 -0
  347. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +1 -0
  348. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +1 -0
  349. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +1 -0
  350. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsItemCommand.d.ts +1 -0
  351. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsMetadataCommand.d.ts +1 -0
  352. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsSummaryCommand.d.ts +1 -0
  353. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterCommand.d.ts +1 -0
  354. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterHistoryCommand.d.ts +1 -0
  355. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersByPathCommand.d.ts +1 -0
  356. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersCommand.d.ts +1 -0
  357. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineCommand.d.ts +2 -0
  358. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +1 -0
  359. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetResourcePoliciesCommand.d.ts +1 -0
  360. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetServiceSettingCommand.d.ts +1 -0
  361. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/LabelParameterVersionCommand.d.ts +1 -0
  362. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationVersionsCommand.d.ts +1 -0
  363. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationsCommand.d.ts +1 -0
  364. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandInvocationsCommand.d.ts +1 -0
  365. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandsCommand.d.ts +1 -0
  366. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceItemsCommand.d.ts +1 -0
  367. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceSummariesCommand.d.ts +1 -0
  368. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +1 -0
  369. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentVersionsCommand.d.ts +1 -0
  370. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentsCommand.d.ts +1 -0
  371. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListInventoryEntriesCommand.d.ts +1 -0
  372. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesCommand.d.ts +1 -52
  373. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesSummaryCommand.d.ts +19 -19
  374. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemEventsCommand.d.ts +1 -0
  375. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +1 -0
  376. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsMetadataCommand.d.ts +1 -0
  377. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +1 -0
  378. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceDataSyncCommand.d.ts +1 -0
  379. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
  380. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ModifyDocumentPermissionCommand.d.ts +1 -0
  381. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutComplianceItemsCommand.d.ts +1 -0
  382. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutInventoryCommand.d.ts +1 -0
  383. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutParameterCommand.d.ts +1 -0
  384. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutResourcePolicyCommand.d.ts +1 -0
  385. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterDefaultPatchBaselineCommand.d.ts +1 -0
  386. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +1 -0
  387. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +1 -0
  388. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +1 -0
  389. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +1 -0
  390. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResetServiceSettingCommand.d.ts +2 -2
  391. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResumeSessionCommand.d.ts +1 -0
  392. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendAutomationSignalCommand.d.ts +1 -0
  393. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendCommandCommand.d.ts +1 -0
  394. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAssociationsOnceCommand.d.ts +1 -0
  395. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAutomationExecutionCommand.d.ts +1 -0
  396. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +1 -0
  397. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartExecutionPreviewCommand.d.ts +5 -5
  398. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartSessionCommand.d.ts +1 -0
  399. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StopAutomationExecutionCommand.d.ts +1 -0
  400. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/TerminateSessionCommand.d.ts +1 -0
  401. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UnlabelParameterVersionCommand.d.ts +1 -0
  402. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationCommand.d.ts +1 -0
  403. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationStatusCommand.d.ts +1 -0
  404. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentCommand.d.ts +1 -0
  405. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentDefaultVersionCommand.d.ts +1 -0
  406. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +1 -0
  407. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowCommand.d.ts +1 -0
  408. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTargetCommand.d.ts +1 -0
  409. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +1 -0
  410. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +1 -0
  411. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsItemCommand.d.ts +1 -0
  412. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsMetadataCommand.d.ts +1 -0
  413. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdatePatchBaselineCommand.d.ts +3 -0
  414. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateResourceDataSyncCommand.d.ts +1 -0
  415. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateServiceSettingCommand.d.ts +1 -0
  416. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +34 -22
  417. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +60 -69
  418. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +83 -1
  419. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +4 -2
  420. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +9 -5
  421. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +9 -4
  422. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_2.d.ts +6 -0
  423. package/node_modules/@aws-sdk/client-ssm/package.json +34 -34
  424. package/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
  425. package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +22 -23
  426. package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +2 -1
  427. package/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +1 -3
  428. package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/EndpointParameters.js +2 -3
  429. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeExtensions.js +2 -14
  430. package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +1 -0
  431. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +1 -0
  432. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +1 -0
  433. package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +1 -0
  434. package/node_modules/@aws-sdk/client-sso/package.json +32 -32
  435. package/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +13 -15
  436. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +3 -3
  437. package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +82 -33
  438. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +4 -4
  439. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +4 -4
  440. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +70 -27
  441. package/node_modules/@aws-sdk/core/dist-types/api-extractor-type-index.d.ts +5 -0
  442. package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +0 -3
  443. package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +9 -0
  444. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +2 -1
  445. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +25 -3
  446. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +9 -0
  447. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/parseXmlBody.d.ts +9 -0
  448. package/node_modules/@aws-sdk/core/dist-types/ts3.4/api-extractor-type-index.d.ts +5 -0
  449. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +11 -1
  450. package/node_modules/@aws-sdk/core/package.json +22 -22
  451. package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +3 -3
  452. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  453. package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  454. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +9 -9
  455. package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
  456. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +3 -3
  457. package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  458. package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +3 -3
  459. package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  460. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +3 -3
  461. package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  462. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +4 -4
  463. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
  464. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-cjs/index.js +14 -18
  465. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-es/configurations.js +2 -3
  466. package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +5 -5
  467. package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-cjs/index.js +23 -22
  468. package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-es/resolveEndpointDiscoveryConfig.js +11 -9
  469. package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/configurations.d.ts +3 -0
  470. package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/getEndpointDiscoveryPlugin.d.ts +11 -0
  471. package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/resolveEndpointDiscoveryConfig.d.ts +6 -0
  472. package/node_modules/@aws-sdk/middleware-endpoint-discovery/package.json +6 -5
  473. package/node_modules/@aws-sdk/middleware-expect-continue/dist-cjs/index.js +5 -5
  474. package/node_modules/@aws-sdk/middleware-expect-continue/package.json +4 -4
  475. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/index.js +18 -21
  476. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/resolveFlexibleChecksumsConfig.js +8 -6
  477. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/NODE_REQUEST_CHECKSUM_CALCULATION_CONFIG_OPTIONS.d.ts +9 -0
  478. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/NODE_RESPONSE_CHECKSUM_VALIDATION_CONFIG_OPTIONS.d.ts +9 -0
  479. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/configuration.d.ts +3 -0
  480. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/constants.d.ts +16 -0
  481. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/crc64-nvme-crt-container.d.ts +1 -1
  482. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsInputMiddleware.d.ts +3 -0
  483. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsMiddleware.d.ts +6 -1
  484. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsResponseMiddleware.d.ts +3 -0
  485. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getFlexibleChecksumsPlugin.d.ts +6 -0
  486. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/resolveFlexibleChecksumsConfig.d.ts +9 -0
  487. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +10 -9
  488. package/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +7 -9
  489. package/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +15 -0
  490. package/node_modules/@aws-sdk/middleware-host-header/package.json +5 -4
  491. package/node_modules/@aws-sdk/middleware-location-constraint/dist-cjs/index.js +5 -5
  492. package/node_modules/@aws-sdk/middleware-location-constraint/dist-es/configuration.js +1 -1
  493. package/node_modules/@aws-sdk/middleware-location-constraint/package.json +3 -3
  494. package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +5 -5
  495. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  496. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +10 -6
  497. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +6 -3
  498. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  499. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +39 -32
  500. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3Configuration.js +9 -9
  501. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3Configuration.d.ts +6 -4
  502. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +11 -11
  503. package/node_modules/@aws-sdk/middleware-ssec/dist-cjs/index.js +6 -7
  504. package/node_modules/@aws-sdk/middleware-ssec/package.json +3 -3
  505. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +11 -11
  506. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +4 -4
  507. package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
  508. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +1 -3
  509. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +23 -24
  510. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +2 -1
  511. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +2 -5
  512. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/EndpointParameters.js +2 -3
  513. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +6 -7
  514. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeExtensions.js +2 -14
  515. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +2 -1
  516. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +1 -3
  517. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js +2 -3
  518. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js +2 -14
  519. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +2 -1
  520. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +2 -5
  521. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/EndpointParameters.js +2 -3
  522. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js +2 -14
  523. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +46 -0
  524. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +47 -0
  525. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +34 -0
  526. package/node_modules/@aws-sdk/nested-clients/package.json +36 -36
  527. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +15 -26
  528. package/node_modules/@aws-sdk/region-config-resolver/dist-es/extensions/index.js +2 -12
  529. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/resolveRegionConfig.js +2 -3
  530. package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  531. package/node_modules/@aws-sdk/s3-request-presigner/dist-cjs/index.js +4 -4
  532. package/node_modules/@aws-sdk/s3-request-presigner/package.json +10 -10
  533. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js +4 -5
  534. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +6 -6
  535. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +3 -3
  536. package/node_modules/@aws-sdk/token-providers/package.json +6 -6
  537. package/node_modules/@aws-sdk/types/dist-cjs/index.js +3 -3
  538. package/node_modules/@aws-sdk/types/dist-es/function.js +1 -0
  539. package/node_modules/@aws-sdk/types/dist-es/index.js +1 -0
  540. package/node_modules/@aws-sdk/types/dist-types/function.d.ts +7 -0
  541. package/node_modules/@aws-sdk/types/dist-types/index.d.ts +1 -0
  542. package/node_modules/@aws-sdk/types/dist-types/ts3.4/function.d.ts +7 -0
  543. package/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +1 -0
  544. package/node_modules/@aws-sdk/types/package.json +2 -2
  545. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +5 -7
  546. package/node_modules/@aws-sdk/util-endpoints/package.json +4 -4
  547. package/node_modules/@aws-sdk/util-format-url/dist-cjs/index.js +3 -3
  548. package/node_modules/@aws-sdk/util-format-url/package.json +4 -4
  549. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  550. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +5 -5
  551. package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  552. package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +3 -3
  553. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  554. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/.jsii +45 -45
  555. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/README.md +1 -1
  556. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/lib/index.js +7 -7
  557. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/.jsii +464 -138
  558. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/alb-helper.js +2 -3
  559. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/apigateway-defaults.d.ts +6 -6
  560. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/apigateway-defaults.js +11 -11
  561. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/apigateway-helper.d.ts +10 -5
  562. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/apigateway-helper.js +59 -45
  563. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-helper.d.ts +30 -0
  564. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-helper.js +87 -3
  565. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudwatch-log-group-helper.js +2 -4
  566. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cognito-defaults.d.ts +2 -2
  567. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cognito-defaults.js +4 -4
  568. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cognito-helper.js +3 -5
  569. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/dynamodb-table-defaults.d.ts +3 -3
  570. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/dynamodb-table-defaults.js +6 -6
  571. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/dynamodb-table-helper.js +3 -3
  572. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/elasticsearch-helper.js +5 -5
  573. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/eventbridge-helper.js +4 -4
  574. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/events-rule-defaults.d.ts +1 -1
  575. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/events-rule-defaults.js +4 -4
  576. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/fargate-helper.js +2 -3
  577. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-database-defaults.js +3 -3
  578. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-job-helper.js +3 -3
  579. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-table-defaults.js +6 -6
  580. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/iot-topic-rule-defaults.d.ts +1 -1
  581. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/iot-topic-rule-defaults.js +6 -6
  582. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kendra-helper.d.ts +1 -1
  583. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kendra-helper.js +1 -1
  584. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kinesis-analytics-defaults.d.ts +2 -2
  585. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kinesis-analytics-defaults.js +4 -4
  586. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kinesis-analytics-helper.js +2 -2
  587. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kinesis-firehose-s3-defaults.d.ts +1 -1
  588. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kinesis-firehose-s3-defaults.js +7 -7
  589. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kinesis-streams-defaults.d.ts +2 -2
  590. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kinesis-streams-defaults.js +4 -4
  591. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kinesis-streams-helper.js +2 -3
  592. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kms-defaults.d.ts +2 -2
  593. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kms-defaults.js +4 -4
  594. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kms-helper.js +2 -4
  595. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/lambda-event-source-mapping-defaults.d.ts +3 -3
  596. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/lambda-event-source-mapping-defaults.js +16 -16
  597. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/mediastore-helper.js +2 -3
  598. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/opensearch-helper.js +2 -2
  599. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/override-warning-service.js +9 -6
  600. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/s3-bucket-helper.js +7 -1
  601. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sagemaker-helper.d.ts +5 -0
  602. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sagemaker-helper.js +10 -9
  603. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/secretsmanager-defaults.d.ts +2 -2
  604. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/secretsmanager-defaults.js +4 -4
  605. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/secretsmanager-helper.js +2 -3
  606. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sns-defaults.d.ts +2 -2
  607. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sns-defaults.js +4 -4
  608. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sns-helper.js +2 -2
  609. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sqs-defaults.js +3 -3
  610. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sqs-helper.js +2 -2
  611. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/step-function-defaults.d.ts +1 -1
  612. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/step-function-defaults.js +3 -3
  613. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/utils.d.ts +1 -1
  614. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/utils.js +14 -12
  615. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/vpc-helper.js +1 -3
  616. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/waf-helper.js +2 -3
  617. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/websocket-api-helper.js +1 -2
  618. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/nohoist.sh +11 -0
  619. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/package.json +7 -6
  620. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/apigateway-helper.test.js +84 -6
  621. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/cloudfront-distribution-api-gateway-helper.test.js +11 -11
  622. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/cloudfront-distribution-s3-helper.test.js +467 -1
  623. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/dynamo-table.test.js +9 -9
  624. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/glue-job-helper.test.js +7 -7
  625. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/glue-table-helper.test.js +5 -5
  626. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/kinesis-analytics.test.js +2 -2
  627. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/kinesis-streams-defaults.test.js +2 -2
  628. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/lambda-event-source.test.js +10 -10
  629. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/openapi/apiDefinition.json +57 -0
  630. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/override-warning-service.test.js +25 -26
  631. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/pipes-helper.test.js +2 -2
  632. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/step-function-helper.test.js +5 -5
  633. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/utils.test.js +11 -12
  634. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/package.json +8 -8
  635. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js +1 -2
  636. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +21 -0
  637. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/cdk.out +1 -1
  638. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/integ.json +1 -1
  639. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/lamddb-add-secondary-index.assets.json +6 -6
  640. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/lamddb-add-secondary-index.template.json +25 -19
  641. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/lamddbaddsecondaryindexIntegDefaultTestDeployAssert3193B4D9.assets.json +1 -1
  642. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/manifest.json +197 -3
  643. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/tree.json +1 -415
  644. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/cdk.out +1 -1
  645. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/integ.json +1 -1
  646. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddb-deployFunctionWithExistingVpc.assets.json +3 -3
  647. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddb-deployFunctionWithExistingVpc.template.json +35 -7
  648. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddbdeployFunctionWithExistingVpcIntegDefaultTestDeployAssertEE08E38E.assets.json +1 -1
  649. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/manifest.json +476 -3
  650. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/tree.json +1 -1386
  651. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/cdk.out +1 -1
  652. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/integ.json +1 -1
  653. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddb-deployFunctionWithVpc.assets.json +3 -3
  654. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddb-deployFunctionWithVpc.template.json +33 -7
  655. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddbdeployFunctionWithVpcIntegDefaultTestDeployAssert0AB8275C.assets.json +1 -1
  656. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/manifest.json +404 -3
  657. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/tree.json +1 -968
  658. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js +1 -2
  659. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +21 -0
  660. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/cdk.out +1 -1
  661. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/integ.json +1 -1
  662. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/lamddb-no-arguments.assets.json +6 -6
  663. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/lamddb-no-arguments.template.json +25 -19
  664. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/lamddbnoargumentsIntegDefaultTestDeployAssert248B75D0.assets.json +1 -1
  665. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/manifest.json +183 -3
  666. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/tree.json +1 -386
  667. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js +1 -2
  668. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +21 -0
  669. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/cdk.out +1 -1
  670. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/integ.json +1 -1
  671. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/lamddb-set-billing-mode.assets.json +6 -6
  672. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/lamddb-set-billing-mode.template.json +25 -19
  673. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/lamddbsetbillingmodeIntegDefaultTestDeployAssertDAE32272.assets.json +1 -1
  674. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/manifest.json +185 -3
  675. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/tree.json +1 -389
  676. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js +1 -2
  677. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +21 -0
  678. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/cdk.out +1 -1
  679. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/integ.json +1 -1
  680. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/lamddb-use-existing-func.assets.json +6 -6
  681. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/lamddb-use-existing-func.template.json +25 -19
  682. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/lamddbuseexistingfuncIntegDefaultTestDeployAssert48D284DD.assets.json +1 -1
  683. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/manifest.json +183 -3
  684. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/tree.json +1 -386
  685. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/package.json +7 -7
  686. package/node_modules/@gemeentenijmegen/apiclient/package.json +10 -10
  687. package/node_modules/@gemeentenijmegen/apigateway-http/package.json +5 -5
  688. package/node_modules/@gemeentenijmegen/session/package.json +4 -4
  689. package/node_modules/@gemeentenijmegen/utils/package.json +7 -7
  690. package/node_modules/@smithy/abort-controller/package.json +5 -5
  691. package/node_modules/@smithy/config-resolver/dist-cjs/index.js +11 -14
  692. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js +5 -6
  693. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js +4 -5
  694. package/node_modules/@smithy/config-resolver/dist-es/regionConfig/resolveRegionConfig.js +2 -3
  695. package/node_modules/@smithy/config-resolver/package.json +7 -7
  696. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +41 -0
  697. package/node_modules/@smithy/core/dist-es/submodules/serde/index.js +1 -0
  698. package/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +9 -0
  699. package/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +1 -0
  700. package/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +31 -0
  701. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +1 -0
  702. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +31 -0
  703. package/node_modules/@smithy/core/package.json +17 -8
  704. package/node_modules/@smithy/core/serde.d.ts +7 -0
  705. package/node_modules/@smithy/core/serde.js +6 -0
  706. package/node_modules/@smithy/credential-provider-imds/package.json +8 -8
  707. package/node_modules/@smithy/eventstream-codec/package.json +5 -5
  708. package/node_modules/@smithy/eventstream-serde-browser/package.json +6 -6
  709. package/node_modules/@smithy/eventstream-serde-config-resolver/dist-cjs/index.js +1 -2
  710. package/node_modules/@smithy/eventstream-serde-config-resolver/dist-es/EventStreamSerdeConfig.js +1 -2
  711. package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +5 -5
  712. package/node_modules/@smithy/eventstream-serde-node/package.json +6 -6
  713. package/node_modules/@smithy/eventstream-serde-universal/package.json +6 -6
  714. package/node_modules/@smithy/fetch-http-handler/package.json +8 -8
  715. package/node_modules/@smithy/hash-blob-browser/package.json +5 -5
  716. package/node_modules/@smithy/hash-node/package.json +5 -5
  717. package/node_modules/@smithy/hash-stream-node/package.json +5 -5
  718. package/node_modules/@smithy/invalid-dependency/package.json +5 -5
  719. package/node_modules/@smithy/md5-js/package.json +5 -5
  720. package/node_modules/@smithy/middleware-content-length/package.json +6 -6
  721. package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +5 -6
  722. package/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointConfig.js +5 -6
  723. package/node_modules/@smithy/middleware-endpoint/package.json +10 -10
  724. package/node_modules/@smithy/middleware-retry/README.md +1 -1
  725. package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +5 -6
  726. package/node_modules/@smithy/middleware-retry/dist-es/configurations.js +5 -6
  727. package/node_modules/@smithy/middleware-retry/package.json +10 -10
  728. package/node_modules/@smithy/middleware-serde/package.json +4 -4
  729. package/node_modules/@smithy/middleware-stack/package.json +5 -5
  730. package/node_modules/@smithy/node-config-provider/package.json +7 -7
  731. package/node_modules/@smithy/node-http-handler/package.json +7 -7
  732. package/node_modules/@smithy/property-provider/package.json +5 -5
  733. package/node_modules/@smithy/protocol-http/dist-cjs/index.js +4 -5
  734. package/node_modules/@smithy/protocol-http/dist-es/extensions/httpExtensionConfiguration.js +4 -5
  735. package/node_modules/@smithy/protocol-http/package.json +5 -5
  736. package/node_modules/@smithy/querystring-builder/package.json +5 -5
  737. package/node_modules/@smithy/querystring-parser/package.json +5 -5
  738. package/node_modules/@smithy/service-error-classification/package.json +5 -5
  739. package/node_modules/@smithy/shared-ini-file-loader/package.json +5 -5
  740. package/node_modules/@smithy/signature-v4/package.json +7 -7
  741. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +6 -14
  742. package/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +2 -3
  743. package/node_modules/@smithy/smithy-client/dist-es/extensions/defaultExtensionConfiguration.js +2 -8
  744. package/node_modules/@smithy/smithy-client/dist-es/extensions/retry.js +2 -3
  745. package/node_modules/@smithy/smithy-client/dist-types/client.d.ts +8 -0
  746. package/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +0 -1
  747. package/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +6 -6
  748. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +8 -0
  749. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +0 -1
  750. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +6 -6
  751. package/node_modules/@smithy/smithy-client/package.json +9 -9
  752. package/node_modules/@smithy/types/dist-cjs/index.js +4 -9
  753. package/node_modules/@smithy/types/dist-es/extensions/checksum.js +2 -3
  754. package/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +2 -6
  755. package/node_modules/@smithy/types/package.json +4 -4
  756. package/node_modules/@smithy/url-parser/package.json +6 -6
  757. package/node_modules/@smithy/util-defaults-mode-browser/package.json +6 -6
  758. package/node_modules/@smithy/util-defaults-mode-node/package.json +9 -9
  759. package/node_modules/@smithy/util-endpoints/package.json +6 -6
  760. package/node_modules/@smithy/util-middleware/package.json +5 -5
  761. package/node_modules/@smithy/util-retry/README.md +1 -1
  762. package/node_modules/@smithy/util-retry/package.json +6 -6
  763. package/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js +1 -1
  764. package/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js +3 -3
  765. package/node_modules/@smithy/util-stream/dist-es/createBufferedReadable.js +1 -1
  766. package/node_modules/@smithy/util-stream/dist-es/createBufferedReadableStream.js +3 -3
  767. package/node_modules/@smithy/util-stream/dist-types/createBufferedReadableStream.d.ts +3 -2
  768. package/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadableStream.d.ts +3 -2
  769. package/node_modules/@smithy/util-stream/package.json +6 -6
  770. package/node_modules/@smithy/util-waiter/package.json +6 -6
  771. package/node_modules/@types/aws-lambda/README.md +1 -1
  772. package/node_modules/@types/aws-lambda/package.json +2 -2
  773. package/node_modules/@types/aws-lambda/trigger/guard-duty-event-notification.d.ts +1 -1
  774. package/node_modules/axios/CHANGELOG.md +36 -0
  775. package/node_modules/axios/README.md +8 -2
  776. package/node_modules/axios/dist/axios.js +4 -4
  777. package/node_modules/axios/dist/axios.js.map +1 -1
  778. package/node_modules/axios/dist/axios.min.js +2 -2
  779. package/node_modules/axios/dist/axios.min.js.map +1 -1
  780. package/node_modules/axios/dist/browser/axios.cjs +4 -4
  781. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  782. package/node_modules/axios/dist/esm/axios.js +4 -4
  783. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  784. package/node_modules/axios/dist/esm/axios.min.js +2 -2
  785. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  786. package/node_modules/axios/dist/node/axios.cjs +5 -5
  787. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  788. package/node_modules/axios/index.d.cts +1 -0
  789. package/node_modules/axios/index.d.ts +1 -0
  790. package/node_modules/axios/lib/adapters/http.js +1 -1
  791. package/node_modules/axios/lib/core/buildFullPath.js +1 -1
  792. package/node_modules/axios/lib/env/data.js +1 -1
  793. package/node_modules/axios/lib/helpers/resolveConfig.js +1 -1
  794. package/node_modules/axios/package.json +4 -4
  795. package/package.json +19 -19
  796. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/.eslintignore +0 -7
  797. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/.eslintignore +0 -9
  798. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/asset.0c3255e93ffe7a906c7422e9f0e9cc4c7fd86ee996ee3bb302e2f134b38463c8/index.js +0 -8
  799. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/asset.0c3255e93ffe7a906c7422e9f0e9cc4c7fd86ee996ee3bb302e2f134b38463c8/index.js +0 -8
  800. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/asset.0c3255e93ffe7a906c7422e9f0e9cc4c7fd86ee996ee3bb302e2f134b38463c8/index.js +0 -8
  801. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/asset.0c3255e93ffe7a906c7422e9f0e9cc4c7fd86ee996ee3bb302e2f134b38463c8/index.js +0 -8
  802. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/ansi-regex → ansi-regex}/index.d.ts +0 -0
  803. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/ansi-regex → ansi-regex}/index.js +0 -0
  804. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/ansi-regex → ansi-regex}/license +0 -0
  805. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/ansi-regex → ansi-regex}/package.json +0 -0
  806. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/ansi-regex → ansi-regex}/readme.md +0 -0
  807. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/aproba → aproba}/LICENSE +0 -0
  808. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/aproba → aproba}/README.md +0 -0
  809. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/aproba → aproba}/index.js +0 -0
  810. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/aproba → aproba}/package.json +0 -0
  811. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/are-we-there-yet → are-we-there-yet}/LICENSE.md +0 -0
  812. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/are-we-there-yet → are-we-there-yet}/README.md +0 -0
  813. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/are-we-there-yet → are-we-there-yet}/lib/index.js +0 -0
  814. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/are-we-there-yet → are-we-there-yet}/lib/tracker-base.js +0 -0
  815. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/are-we-there-yet → are-we-there-yet}/lib/tracker-group.js +0 -0
  816. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/are-we-there-yet → are-we-there-yet}/lib/tracker-stream.js +0 -0
  817. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/are-we-there-yet → are-we-there-yet}/lib/tracker.js +0 -0
  818. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/are-we-there-yet → are-we-there-yet}/package.json +0 -0
  819. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/color-support → color-support}/LICENSE +0 -0
  820. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/color-support → color-support}/README.md +0 -0
  821. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/color-support → color-support}/bin.js +0 -0
  822. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/color-support → color-support}/browser.js +0 -0
  823. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/color-support → color-support}/index.js +0 -0
  824. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/color-support → color-support}/package.json +0 -0
  825. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/console-control-strings → console-control-strings}/LICENSE +0 -0
  826. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/console-control-strings → console-control-strings}/README.md +0 -0
  827. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/console-control-strings → console-control-strings}/index.js +0 -0
  828. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/console-control-strings → console-control-strings}/package.json +0 -0
  829. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/emoji-regex → emoji-regex}/LICENSE-MIT.txt +0 -0
  830. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/emoji-regex → emoji-regex}/README.md +0 -0
  831. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/emoji-regex → emoji-regex}/es2015/index.js +0 -0
  832. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/emoji-regex → emoji-regex}/es2015/text.js +0 -0
  833. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/emoji-regex → emoji-regex}/index.d.ts +0 -0
  834. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/emoji-regex → emoji-regex}/index.js +0 -0
  835. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/emoji-regex → emoji-regex}/package.json +0 -0
  836. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/emoji-regex → emoji-regex}/text.js +0 -0
  837. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/LICENSE.md +0 -0
  838. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/README.md +0 -0
  839. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/base-theme.js +0 -0
  840. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/error.js +0 -0
  841. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/has-color.js +0 -0
  842. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/index.js +0 -0
  843. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/plumbing.js +0 -0
  844. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/process.js +0 -0
  845. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/progress-bar.js +0 -0
  846. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/render-template.js +0 -0
  847. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/set-immediate.js +0 -0
  848. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/set-interval.js +0 -0
  849. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/spin.js +0 -0
  850. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/template-item.js +0 -0
  851. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/theme-set.js +0 -0
  852. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/themes.js +0 -0
  853. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/wide-truncate.js +0 -0
  854. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/LICENSE.txt +0 -0
  855. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/README.md +0 -0
  856. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/cjs/browser.d.ts +0 -0
  857. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/cjs/browser.d.ts.map +0 -0
  858. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/cjs/browser.js +0 -0
  859. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/cjs/browser.js.map +0 -0
  860. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/cjs/index.d.ts +0 -0
  861. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/cjs/index.d.ts.map +0 -0
  862. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/cjs/index.js +0 -0
  863. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/cjs/index.js.map +0 -0
  864. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/cjs/package.json +0 -0
  865. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/cjs/signals.d.ts +0 -0
  866. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/cjs/signals.d.ts.map +0 -0
  867. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/cjs/signals.js +0 -0
  868. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/cjs/signals.js.map +0 -0
  869. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/mjs/browser.d.ts +0 -0
  870. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/mjs/browser.d.ts.map +0 -0
  871. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/mjs/browser.js +0 -0
  872. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/mjs/browser.js.map +0 -0
  873. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/mjs/index.d.ts +0 -0
  874. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/mjs/index.d.ts.map +0 -0
  875. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/mjs/index.js +0 -0
  876. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/mjs/index.js.map +0 -0
  877. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/mjs/package.json +0 -0
  878. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/mjs/signals.d.ts +0 -0
  879. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/mjs/signals.d.ts.map +0 -0
  880. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/mjs/signals.js +0 -0
  881. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/mjs/signals.js.map +0 -0
  882. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/package.json +0 -0
  883. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/package.json +0 -0
  884. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/has-unicode → has-unicode}/LICENSE +0 -0
  885. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/has-unicode → has-unicode}/README.md +0 -0
  886. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/has-unicode → has-unicode}/index.js +0 -0
  887. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/has-unicode → has-unicode}/package.json +0 -0
  888. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/is-fullwidth-code-point → is-fullwidth-code-point}/index.d.ts +0 -0
  889. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/is-fullwidth-code-point → is-fullwidth-code-point}/index.js +0 -0
  890. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/is-fullwidth-code-point → is-fullwidth-code-point}/license +0 -0
  891. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/is-fullwidth-code-point → is-fullwidth-code-point}/package.json +0 -0
  892. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/is-fullwidth-code-point → is-fullwidth-code-point}/readme.md +0 -0
  893. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/set-blocking → set-blocking}/LICENSE.txt +0 -0
  894. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/set-blocking → set-blocking}/README.md +0 -0
  895. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/set-blocking → set-blocking}/index.js +0 -0
  896. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/set-blocking → set-blocking}/package.json +0 -0
  897. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/string-width → string-width}/index.d.ts +0 -0
  898. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/string-width → string-width}/index.js +0 -0
  899. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/string-width → string-width}/license +0 -0
  900. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/string-width → string-width}/package.json +0 -0
  901. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/string-width → string-width}/readme.md +0 -0
  902. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/strip-ansi → strip-ansi}/index.d.ts +0 -0
  903. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/strip-ansi → strip-ansi}/index.js +0 -0
  904. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/strip-ansi → strip-ansi}/license +0 -0
  905. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/strip-ansi → strip-ansi}/package.json +0 -0
  906. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/strip-ansi → strip-ansi}/readme.md +0 -0
  907. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/wide-align → wide-align}/LICENSE +0 -0
  908. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/wide-align → wide-align}/README.md +0 -0
  909. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/wide-align → wide-align}/align.js +0 -0
  910. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/wide-align → wide-align}/package.json +0 -0
package/.jsii CHANGED
@@ -7,14 +7,14 @@
7
7
  },
8
8
  "bundled": {
9
9
  "@aws-lambda-powertools/logger": "^1.17.0",
10
- "@aws-sdk/client-dynamodb": "^3.758.0",
11
- "@aws-sdk/client-secrets-manager": "^3.758.0",
12
- "@aws-solutions-constructs/aws-lambda-dynamodb": "^2.77.0",
13
- "@gemeentenijmegen/apiclient": "^0.0.27",
14
- "@gemeentenijmegen/apigateway-http": "^0.0.22",
15
- "@gemeentenijmegen/session": "^0.0.22",
16
- "@gemeentenijmegen/utils": "^0.0.25",
17
- "axios": "^1.8.1",
10
+ "@aws-sdk/client-dynamodb": "^3.777.0",
11
+ "@aws-sdk/client-secrets-manager": "^3.777.0",
12
+ "@aws-solutions-constructs/aws-lambda-dynamodb": "^2.81.0",
13
+ "@gemeentenijmegen/apiclient": "^0.0.28",
14
+ "@gemeentenijmegen/apigateway-http": "^0.0.23",
15
+ "@gemeentenijmegen/session": "^0.0.23",
16
+ "@gemeentenijmegen/utils": "^0.0.26",
17
+ "axios": "^1.8.4",
18
18
  "cdk-remote-stack": "^2.1.0",
19
19
  "cookie": "^0.7.2",
20
20
  "dotenv": "^16.4.7",
@@ -22,7 +22,7 @@
22
22
  "openid-client": "^5.7.1"
23
23
  },
24
24
  "dependencies": {
25
- "@gemeentenijmegen/aws-constructs": "^0.0.30",
25
+ "@gemeentenijmegen/aws-constructs": "^0.0.31",
26
26
  "aws-cdk-lib": "^2.122.0",
27
27
  "constructs": "^10.0.5"
28
28
  },
@@ -3685,7 +3685,7 @@
3685
3685
  "stability": "stable"
3686
3686
  },
3687
3687
  "homepage": "https://github.com/GemeenteNijmegen/modules-webapp.git",
3688
- "jsiiVersion": "5.5.23 (build 442cd00)",
3688
+ "jsiiVersion": "5.5.27 (build f682ef9)",
3689
3689
  "keywords": [
3690
3690
  "cdk"
3691
3691
  ],
@@ -4698,6 +4698,6 @@
4698
4698
  "symbolId": "src/webapp/Webpage:WebpageProps"
4699
4699
  }
4700
4700
  },
4701
- "version": "1.1.5",
4702
- "fingerprint": "TBFHxQZiDZXPSZdiJIDc4TA7195RlkF/YbMtxTcdy08="
4701
+ "version": "1.1.6",
4702
+ "fingerprint": "6vA5N21z70j5Bd08L30G9sQ1hegvDpRYilN3Xi/z3q0="
4703
4703
  }
@@ -40,5 +40,5 @@ class Criticality {
40
40
  }
41
41
  exports.Criticality = Criticality;
42
42
  _a = JSII_RTTI_SYMBOL_1;
43
- Criticality[_a] = { fqn: "@gemeentenijmegen/webapp.Criticality", version: "1.1.5" };
43
+ Criticality[_a] = { fqn: "@gemeentenijmegen/webapp.Criticality", version: "1.1.6" };
44
44
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiQ3JpdGljYWxpdHkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvd2ViYXBwL0NyaXRpY2FsaXR5LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7O0FBRUEsTUFBYSxXQUFXO0lBRXRCLFlBQVksR0FBcUI7UUFDL0IsSUFBSSxDQUFDLEdBQUcsR0FBRyxHQUFHLENBQUM7SUFDakIsQ0FBQztJQUVELFdBQVc7UUFDVCxPQUFPLElBQUksSUFBSSxDQUFDLEdBQUcsTUFBTSxDQUFDO0lBQzVCLENBQUM7SUFFRCxRQUFRO1FBQ04sT0FBTyxJQUFJLENBQUMsR0FBRyxDQUFDO0lBQ2xCLENBQUM7SUFFRCxRQUFRO1FBQ04sSUFBSSxJQUFJLENBQUMsR0FBRyxJQUFJLEtBQUssRUFBRSxDQUFDO1lBQ3RCLE9BQU8sSUFBSSxXQUFXLENBQUMsUUFBUSxDQUFDLENBQUM7UUFDbkMsQ0FBQztRQUNELElBQUksSUFBSSxDQUFDLEdBQUcsSUFBSSxRQUFRLEVBQUUsQ0FBQztZQUN6QixPQUFPLElBQUksV0FBVyxDQUFDLE1BQU0sQ0FBQyxDQUFDO1FBQ2pDLENBQUM7UUFDRCxJQUFJLElBQUksQ0FBQyxHQUFHLElBQUksTUFBTSxFQUFFLENBQUM7WUFDdkIsT0FBTyxJQUFJLFdBQVcsQ0FBQyxVQUFVLENBQUMsQ0FBQztRQUNyQyxDQUFDO1FBQ0QsT0FBTyxJQUFJLENBQUM7SUFDZCxDQUFDO0lBRUQsUUFBUTtRQUNOLElBQUksSUFBSSxDQUFDLEdBQUcsSUFBSSxVQUFVLEVBQUUsQ0FBQztZQUMzQixPQUFPLElBQUksV0FBVyxDQUFDLE1BQU0sQ0FBQyxDQUFDO1FBQ2pDLENBQUM7UUFDRCxJQUFJLElBQUksQ0FBQyxHQUFHLElBQUksTUFBTSxFQUFFLENBQUM7WUFDdkIsT0FBTyxJQUFJLFdBQVcsQ0FBQyxRQUFRLENBQUMsQ0FBQztRQUNuQyxDQUFDO1FBQ0QsSUFBSSxJQUFJLENBQUMsR0FBRyxJQUFJLFFBQVEsRUFBRSxDQUFDO1lBQ3pCLE9BQU8sSUFBSSxXQUFXLENBQUMsS0FBSyxDQUFDLENBQUM7UUFDaEMsQ0FBQztRQUNELE9BQU8sSUFBSSxDQUFDO0lBQ2QsQ0FBQzs7QUF0Q0gsa0NBdUNDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IHR5cGUgQ3JpdGljYWxpdHlMZXZlbCA9ICdsb3cnIHwgJ21lZGl1bScgfCAnaGlnaCcgfCAnY3JpdGljYWwnO1xuXG5leHBvcnQgY2xhc3MgQ3JpdGljYWxpdHkge1xuICBwcml2YXRlIGx2bDogQ3JpdGljYWxpdHlMZXZlbDtcbiAgY29uc3RydWN0b3IobHZsOiBDcml0aWNhbGl0eUxldmVsKSB7XG4gICAgdGhpcy5sdmwgPSBsdmw7XG4gIH1cblxuICBhbGFybVN1ZmZpeCgpIHtcbiAgICByZXR1cm4gYC0ke3RoaXMubHZsfS1sdmxgO1xuICB9XG5cbiAgdG9TdHJpbmcoKSB7XG4gICAgcmV0dXJuIHRoaXMubHZsO1xuICB9XG5cbiAgaW5jcmVhc2UoKSB7XG4gICAgaWYgKHRoaXMubHZsID09ICdsb3cnKSB7XG4gICAgICByZXR1cm4gbmV3IENyaXRpY2FsaXR5KCdtZWRpdW0nKTtcbiAgICB9XG4gICAgaWYgKHRoaXMubHZsID09ICdtZWRpdW0nKSB7XG4gICAgICByZXR1cm4gbmV3IENyaXRpY2FsaXR5KCdoaWdoJyk7XG4gICAgfVxuICAgIGlmICh0aGlzLmx2bCA9PSAnaGlnaCcpIHtcbiAgICAgIHJldHVybiBuZXcgQ3JpdGljYWxpdHkoJ2NyaXRpY2FsJyk7XG4gICAgfVxuICAgIHJldHVybiB0aGlzO1xuICB9XG5cbiAgZGVjcmVhc2UoKSB7XG4gICAgaWYgKHRoaXMubHZsID09ICdjcml0aWNhbCcpIHtcbiAgICAgIHJldHVybiBuZXcgQ3JpdGljYWxpdHkoJ2hpZ2gnKTtcbiAgICB9XG4gICAgaWYgKHRoaXMubHZsID09ICdoaWdoJykge1xuICAgICAgcmV0dXJuIG5ldyBDcml0aWNhbGl0eSgnbWVkaXVtJyk7XG4gICAgfVxuICAgIGlmICh0aGlzLmx2bCA9PSAnbWVkaXVtJykge1xuICAgICAgcmV0dXJuIG5ldyBDcml0aWNhbGl0eSgnbG93Jyk7XG4gICAgfVxuICAgIHJldHVybiB0aGlzO1xuICB9XG59Il19
@@ -53,5 +53,5 @@ class Webapp extends constructs_1.Construct {
53
53
  }
54
54
  exports.Webapp = Webapp;
55
55
  _a = JSII_RTTI_SYMBOL_1;
56
- Webapp[_a] = { fqn: "@gemeentenijmegen/webapp.Webapp", version: "1.1.5" };
56
+ Webapp[_a] = { fqn: "@gemeentenijmegen/webapp.Webapp", version: "1.1.6" };
57
57
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiV2ViYXBwLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL3dlYmFwcC9XZWJhcHAudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7QUFBQSxtRUFBMEQ7QUFFMUQsMkNBQXVDO0FBQ3ZDLCtCQUE0QjtBQUM1Qiw2Q0FBMEM7QUFDMUMsbURBQWdEO0FBSWhELE1BQWEsTUFBTyxTQUFRLHNCQUFTO0lBS25DLFlBQVksS0FBZ0IsRUFBRSxFQUFVLEVBQUUsS0FBb0I7UUFDNUQsS0FBSyxDQUFDLEtBQUssRUFBRSxFQUFFLENBQUMsQ0FBQztRQUVqQixXQUFXO1FBQ1gsS0FBSyxHQUFHO1lBQ04sZUFBZSxFQUFFLEtBQUssQ0FBQyxlQUFlLElBQUksRUFBRTtZQUM1QyxHQUFHLEtBQUs7U0FDVCxDQUFDO1FBQ0YsV0FBVztRQUNYLElBQUksQ0FBQyxRQUFRLEdBQUcsSUFBSSw2QkFBYSxDQUFDLElBQUksRUFBRSxVQUFVLEVBQUU7WUFDbEQsSUFBSSxFQUFFLEdBQUcsS0FBSyxDQUFDLGVBQWUsaUJBQWlCO1NBQ2hELENBQUMsQ0FBQztRQUVILGNBQWM7UUFDZCxJQUFJLENBQUMsR0FBRyxHQUFHLElBQUksU0FBRyxDQUFDLElBQUksRUFBRSxLQUFLLEVBQUU7WUFDOUIsYUFBYSxFQUFFLEtBQUs7WUFDcEIsYUFBYSxFQUFFLElBQUksQ0FBQyxRQUFRO1NBQzdCLENBQUMsQ0FBQztRQUNILElBQUksQ0FBQyxHQUFHLENBQUMsSUFBSSxDQUFDLGFBQWEsQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDLENBQUM7UUFFM0MsMEJBQTBCO1FBQzFCLElBQUksQ0FBQyxVQUFVLEdBQUcsSUFBSSx1QkFBVSxDQUFDLElBQUksRUFBRSxZQUFZLEVBQUU7WUFDbkQsYUFBYSxFQUFFLEtBQUs7WUFDcEIsZ0JBQWdCLEVBQUUsSUFBSSxDQUFDLEdBQUcsQ0FBQyxNQUFNLEVBQUU7U0FDcEMsQ0FBQyxDQUFDO1FBQ0gsSUFBSSxDQUFDLFVBQVUsQ0FBQyxJQUFJLENBQUMsYUFBYSxDQUFDLElBQUksQ0FBQyxHQUFHLENBQUMsQ0FBQztRQUU3Qyw4QkFBOEI7UUFDOUIsSUFBSSxLQUFLLENBQUMsa0JBQWtCLEVBQUUsQ0FBQztZQUM3QixJQUFJLENBQUMsT0FBTyxDQUFDLFlBQVksRUFBRSxLQUFLLENBQUMsa0JBQWtCLEVBQUUsYUFBYSxDQUFDLENBQUM7UUFDdEUsQ0FBQztJQUVILENBQUM7SUFFRCxJQUFJLGNBQWM7UUFDaEIsT0FBTyxJQUFJLENBQUMsR0FBRyxDQUFDLElBQUksQ0FBQztJQUN2QixDQUFDO0lBRUQ7Ozs7OztPQU1HO0lBQ0gsT0FBTyxDQUFDLEVBQVUsRUFBRSxPQUFnQixFQUFFLElBQVksRUFBRSxVQUF3QixDQUFDLDZCQUFVLENBQUMsR0FBRyxDQUFDO1FBQzFGLElBQUksQ0FBQyxHQUFHLENBQUMsUUFBUSxDQUFDLEVBQUUsRUFBRSxPQUFPLEVBQUUsSUFBSSxFQUFFLE9BQU8sQ0FBQyxDQUFDO0lBQ2hELENBQUM7O0FBcERILHdCQXNEQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEh0dHBNZXRob2QgfSBmcm9tICdhd3MtY2RrLWxpYi9hd3MtYXBpZ2F0ZXdheXYyJztcbmltcG9ydCB7IElHcmFudGFibGUsIElQcmluY2lwYWwgfSBmcm9tICdhd3MtY2RrLWxpYi9hd3MtaWFtJztcbmltcG9ydCB7IENvbnN0cnVjdCB9IGZyb20gJ2NvbnN0cnVjdHMnO1xuaW1wb3J0IHsgQXBpIH0gZnJvbSAnLi9BcGknO1xuaW1wb3J0IHsgQ2xvdWRmcm9udCB9IGZyb20gJy4vQ2xvdWRmcm9udCc7XG5pbXBvcnQgeyBTZXNzaW9uc1RhYmxlIH0gZnJvbSAnLi9TZXNzaW9uc1RhYmxlJztcbmltcG9ydCB7IFdlYmFwcE9wdGlvbnMgfSBmcm9tICcuL1dlYmFwcE9wdGlvbnMnO1xuaW1wb3J0IHsgV2VicGFnZSB9IGZyb20gJy4vV2VicGFnZSc7XG5cbmV4cG9ydCBjbGFzcyBXZWJhcHAgZXh0ZW5kcyBDb25zdHJ1Y3QgaW1wbGVtZW50cyBJR3JhbnRhYmxlIHtcbiAgcHJpdmF0ZSByZWFkb25seSBhcGk6IEFwaTtcbiAgcHJpdmF0ZSByZWFkb25seSBjbG91ZGZyb250OiBDbG91ZGZyb250O1xuICBwcml2YXRlIHJlYWRvbmx5IHNlc3Npb25zOiBTZXNzaW9uc1RhYmxlO1xuXG4gIGNvbnN0cnVjdG9yKHNjb3BlOiBDb25zdHJ1Y3QsIGlkOiBzdHJpbmcsIHByb3BzOiBXZWJhcHBPcHRpb25zKSB7XG4gICAgc3VwZXIoc2NvcGUsIGlkKTtcblxuICAgIC8vIERlZmF1bHRzXG4gICAgcHJvcHMgPSB7XG4gICAgICBzZXNzaW9uTGlmZXRpbWU6IHByb3BzLnNlc3Npb25MaWZldGltZSA/PyAxNSxcbiAgICAgIC4uLnByb3BzLFxuICAgIH07XG4gICAgLy8gU2Vzc2lvbnNcbiAgICB0aGlzLnNlc3Npb25zID0gbmV3IFNlc3Npb25zVGFibGUodGhpcywgJ3Nlc3Npb25zJywge1xuICAgICAgbmFtZTogYCR7cHJvcHMuYXBwbGljYXRpb25OYW1lfS1zZXNzaW9ucy10YWJsZWAsXG4gICAgfSk7XG5cbiAgICAvLyBBUEkgZ2F0ZXdheVxuICAgIHRoaXMuYXBpID0gbmV3IEFwaSh0aGlzLCAnYXBpJywge1xuICAgICAgd2ViYXBwT3B0aW9uczogcHJvcHMsXG4gICAgICBzZXNzaW9uc1RhYmxlOiB0aGlzLnNlc3Npb25zLFxuICAgIH0pO1xuICAgIHRoaXMuYXBpLm5vZGUuYWRkRGVwZW5kZW5jeSh0aGlzLnNlc3Npb25zKTtcblxuICAgIC8vIENsb3VkZnJvbnQgZGlzdHJpYnV0aW9uXG4gICAgdGhpcy5jbG91ZGZyb250ID0gbmV3IENsb3VkZnJvbnQodGhpcywgJ2Nsb3VkZnJvbnQnLCB7XG4gICAgICB3ZWJhcHBPcHRpb25zOiBwcm9wcyxcbiAgICAgIGFwaUdhdGV3YXlEb21haW46IHRoaXMuYXBpLmRvbWFpbigpLFxuICAgIH0pO1xuICAgIHRoaXMuY2xvdWRmcm9udC5ub2RlLmFkZERlcGVuZGVuY3kodGhpcy5hcGkpO1xuXG4gICAgLy8gUG9zdCBwcm9jZXNzIGxvZ2luIGZ1bmN0aW9uXG4gICAgaWYgKHByb3BzLnBvc3RMb2dpblByb2Nlc3Nvcikge1xuICAgICAgdGhpcy5hZGRQYWdlKCdwb3N0LWxvZ2luJywgcHJvcHMucG9zdExvZ2luUHJvY2Vzc29yLCAnL3Bvc3QtbG9naW4nKTtcbiAgICB9XG5cbiAgfVxuXG4gIGdldCBncmFudFByaW5jaXBhbCgpIDogSVByaW5jaXBhbCB7IC8vIEhhY2sgdG8ga2VlcCB0aGUgcm9sZSBpbiB0aGUgQVBJIGNvbnN0cnVjdFxuICAgIHJldHVybiB0aGlzLmFwaS5yb2xlO1xuICB9XG5cbiAgLyoqXG4gICAqIEFkZCBhbm90aGVyIHBhZ2UgdG8gdGhlIHdlYmFwcFxuICAgKiBAcGFyYW0gaWRcbiAgICogQHBhcmFtIHBhdGhcbiAgICogQHBhcmFtIG1ldGhvZHNcbiAgICogQHBhcmFtIGhhbmRsZXJcbiAgICovXG4gIGFkZFBhZ2UoaWQ6IHN0cmluZywgaGFuZGxlcjogV2VicGFnZSwgcGF0aDogc3RyaW5nLCBtZXRob2RzOiBIdHRwTWV0aG9kW10gPSBbSHR0cE1ldGhvZC5HRVRdICkge1xuICAgIHRoaXMuYXBpLmFkZFJvdXRlKGlkLCBoYW5kbGVyLCBwYXRoLCBtZXRob2RzKTtcbiAgfVxuXG59Il19
@@ -88,5 +88,5 @@ class Webpage extends constructs_1.Construct {
88
88
  }
89
89
  exports.Webpage = Webpage;
90
90
  _a = JSII_RTTI_SYMBOL_1;
91
- Webpage[_a] = { fqn: "@gemeentenijmegen/webapp.Webpage", version: "1.1.5" };
91
+ Webpage[_a] = { fqn: "@gemeentenijmegen/webapp.Webpage", version: "1.1.6" };
92
92
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiV2VicGFnZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy93ZWJhcHAvV2VicGFnZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztBQUFBLDZDQUFpRztBQUNqRywrREFBcUU7QUFHckUsbURBQWtHO0FBQ2xHLDJDQUF1QztBQWlCdkMsTUFBYSxPQUFRLFNBQVEsc0JBQVM7SUFHcEMsWUFBWSxLQUFnQixFQUFFLEVBQVUsRUFBRSxLQUFtQjtRQUMzRCxLQUFLLENBQUMsS0FBSyxFQUFFLEVBQUUsQ0FBQyxDQUFDO1FBRWpCLG1IQUFtSDtRQUNuSCxNQUFNLFdBQVcsR0FBRyxrQkFBa0IsbUJBQUssQ0FBQyxFQUFFLENBQUMsSUFBSSxDQUFDLENBQUMsTUFBTSxnREFBZ0QsQ0FBQztRQUU1RyxNQUFNLFdBQVcsR0FBRyxLQUFLLENBQUMsV0FBc0YsQ0FBQztRQUNqSCxJQUFJLENBQUMsTUFBTSxHQUFHLElBQUksV0FBVyxDQUFDLElBQUksRUFBRSxRQUFRLEVBQUU7WUFDNUMsT0FBTyxFQUFFLHdCQUFNLENBQUMsT0FBTyxDQUFDLFdBQVcsRUFBRSwyQkFBMkI7WUFDaEUsT0FBTyxFQUFFLGVBQWUsRUFBRSwyQkFBMkI7WUFDckQsSUFBSSxFQUFFLHdCQUFNLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxPQUFPLENBQUMsRUFBRSwyQkFBMkI7WUFDbEUsV0FBVyxFQUFFLEtBQUssQ0FBQyxXQUFXO1lBQzlCLElBQUksRUFBRSxLQUFLLENBQUMsSUFBSTtZQUNoQixPQUFPLEVBQUUsS0FBSyxDQUFDLE9BQU87WUFDdEIsVUFBVSxFQUFFLEdBQUc7WUFDZixlQUFlLEVBQUUsd0JBQU0sQ0FBQyxxQkFBcUIsQ0FBQyxxQkFBcUIsQ0FBQyxXQUFXLENBQUM7WUFDaEYsWUFBWSxFQUFFLHdCQUFhLENBQUMsU0FBUztZQUNyQyxXQUFXLEVBQUU7Z0JBQ1gsR0FBRyxLQUFLLENBQUMsV0FBVzthQUNyQjtTQUNGLENBQUMsQ0FBQztJQUVMLENBQUM7SUFFRDs7O09BR0c7SUFDSCxjQUFjLENBQUMsS0FBbUI7UUFDaEMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxTQUFTLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDL0IsQ0FBQztJQUVEOzs7T0FHRztJQUNILGtCQUFrQixDQUFDLEtBQTBCO1FBQzNDLElBQUksQ0FBQyxNQUFNLENBQUMsY0FBYyxDQUFDLGVBQWUsRUFBRSxLQUFLLENBQUMsU0FBUyxDQUFDLENBQUM7UUFDN0QsS0FBSyxDQUFDLGtCQUFrQixDQUFDLElBQUksQ0FBQyxNQUFNLENBQUMsY0FBYyxDQUFDLENBQUM7SUFDdkQsQ0FBQztJQUVEOzs7T0FHRztJQUNILHdCQUF3QixDQUFDLE9BQWU7UUFDdEMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxjQUFjLENBQUMsaUJBQWlCLEVBQUUsT0FBTyxDQUFDLFFBQVEsRUFBRSxDQUFDLENBQUM7SUFDcEUsQ0FBQztJQUVEOzs7T0FHRztJQUNILHNCQUFzQixDQUFDLGVBQXVCO1FBQzVDLElBQUksQ0FBQyxNQUFNLENBQUMsY0FBYyxDQUFDLGFBQWEsRUFBRSxlQUFlLENBQUMsQ0FBQztJQUM3RCxDQUFDO0lBRUQ7Ozs7O09BS0c7SUFDSCxPQUFPLENBQUMsZUFBdUIsRUFBRSxXQUF3QixFQUFFLGFBQThCO1FBQ3ZGLE1BQU0saUJBQWlCLEdBQUcsSUFBSSx1QkFBWSxDQUFDLElBQUksRUFBRSxjQUFjLEVBQUU7WUFDL0QsUUFBUSxFQUFFLElBQUksQ0FBQyxNQUFNLENBQUMsUUFBUTtZQUM5QixlQUFlLEVBQUUsR0FBRyxlQUFlLElBQUksSUFBSSxDQUFDLElBQUksQ0FBQyxFQUFFLEVBQUU7WUFDckQsVUFBVSxFQUFFLFFBQVE7WUFDcEIsYUFBYSxFQUFFLGFBQWEsSUFBSSx3QkFBYSxDQUFDLE9BQU8sQ0FBQyxPQUFPLENBQUM7WUFDOUQsV0FBVyxFQUFFLEdBQUc7U0FDakIsQ0FBQyxDQUFDO1FBQ0gsaUJBQWlCLENBQUMsa0JBQWtCLENBQUMsMkJBQWEsQ0FBQyxPQUFPLENBQUMsQ0FBQztRQUU1RCxNQUFNLEtBQUssR0FBRyxJQUFJLHNCQUFLLENBQUMsSUFBSSxFQUFFLEdBQUcsZUFBZSxJQUFJLElBQUksQ0FBQyxJQUFJLENBQUMsRUFBRSxRQUFRLEVBQUU7WUFDeEUsTUFBTSxFQUFFLGlCQUFpQixDQUFDLE1BQU0sQ0FBQztnQkFDL0IsU0FBUyxFQUFFLEtBQUs7Z0JBQ2hCLE1BQU0sRUFBRSxzQkFBUSxDQUFDLE9BQU8sQ0FBQyxDQUFDLENBQUM7YUFDNUIsQ0FBQztZQUNGLGlCQUFpQixFQUFFLENBQUM7WUFDcEIsU0FBUyxFQUFFLENBQUM7WUFDWixTQUFTLEVBQUUsR0FBRyxlQUFlLHlCQUF5QixJQUFJLENBQUMsSUFBSSxDQUFDLEVBQUUsR0FBRyxXQUFXLENBQUMsV0FBVyxFQUFFLEVBQUU7WUFDaEcsZ0JBQWdCLEVBQUUsdUNBQXVDLElBQUksQ0FBQyxJQUFJLENBQUMsRUFBRSxnREFBZ0Q7WUFDckgsZ0JBQWdCLEVBQUUsaUNBQWdCLENBQUMsYUFBYTtTQUNqRCxDQUFDLENBQUM7UUFDSCxLQUFLLENBQUMsa0JBQWtCLENBQUMsMkJBQWEsQ0FBQyxPQUFPLENBQUMsQ0FBQztJQUNsRCxDQUFDOztBQXhGSCwwQkEwRkMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBhd3NfbGFtYmRhIGFzIExhbWJkYSwgYXdzX2R5bmFtb2RiLCBSZW1vdmFsUG9saWN5LCBEdXJhdGlvbiwgU3RhY2sgfSBmcm9tICdhd3MtY2RrLWxpYic7XG5pbXBvcnQgeyBBbGFybSwgVHJlYXRNaXNzaW5nRGF0YSB9IGZyb20gJ2F3cy1jZGstbGliL2F3cy1jbG91ZHdhdGNoJztcbmltcG9ydCB7IElSb2xlIH0gZnJvbSAnYXdzLWNkay1saWIvYXdzLWlhbSc7XG5pbXBvcnQgeyBMYXllclZlcnNpb24gfSBmcm9tICdhd3MtY2RrLWxpYi9hd3MtbGFtYmRhJztcbmltcG9ydCB7IEZpbHRlclBhdHRlcm4sIElGaWx0ZXJQYXR0ZXJuLCBNZXRyaWNGaWx0ZXIsIFJldGVudGlvbkRheXMgfSBmcm9tICdhd3MtY2RrLWxpYi9hd3MtbG9ncyc7XG5pbXBvcnQgeyBDb25zdHJ1Y3QgfSBmcm9tICdjb25zdHJ1Y3RzJztcbmltcG9ydCB7IENyaXRpY2FsaXR5IH0gZnJvbSAnLi9Dcml0aWNhbGl0eSc7XG5cbnR5cGUgVCA9IExhbWJkYS5GdW5jdGlvbjtcblxuZXhwb3J0IGludGVyZmFjZSBXZWJwYWdlUHJvcHMge1xuICByZWFkb25seSBhcGlGdW5jdGlvbjogYW55OyAvLyBUeXBlIGhhY2sgY2FzdCBsYXRlciB0byB7bmV3KHNjb3BlOiBDb25zdHJ1Y3QsIGlkOnN0cmluZywgcHJvcHM/OiBMYW1iZGEuRnVuY3Rpb25Qcm9wcyk6IFQgfVxuICByZWFkb25seSBkZXNjcmlwdGlvbjogc3RyaW5nO1xuICByZWFkb25seSBlbnZpcm9ubWVudD86IHtba2V5OiBzdHJpbmddOiBzdHJpbmd9O1xuICByZWFkb25seSByb2xlPzogSVJvbGU7XG4gIC8qKlxuICAgKiBTZXQgYSBsYW1iZGEgdGltZW91dCBpbiBtaWxpc2Vjb25kc1xuICAgKiBAZGVmYXVsdCAzMDAwIChtcylcbiAgICovXG4gIHJlYWRvbmx5IHRpbWVvdXQ/OiBEdXJhdGlvbjtcbn1cblxuZXhwb3J0IGNsYXNzIFdlYnBhZ2UgZXh0ZW5kcyBDb25zdHJ1Y3Qge1xuICBsYW1iZGE6IExhbWJkYS5GdW5jdGlvbjtcblxuICBjb25zdHJ1Y3RvcihzY29wZTogQ29uc3RydWN0LCBpZDogc3RyaW5nLCBwcm9wczogV2VicGFnZVByb3BzKSB7XG4gICAgc3VwZXIoc2NvcGUsIGlkKTtcblxuICAgIC8vIFNlZSBodHRwczovL2RvY3MuYXdzLmFtYXpvbi5jb20vQW1hem9uQ2xvdWRXYXRjaC9sYXRlc3QvbW9uaXRvcmluZy9MYW1iZGEtSW5zaWdodHMtZXh0ZW5zaW9uLXZlcnNpb25zeDg2LTY0Lmh0bWxcbiAgICBjb25zdCBpbnNpZ2h0c0FybiA9IGBhcm46YXdzOmxhbWJkYToke1N0YWNrLm9mKHRoaXMpLnJlZ2lvbn06NTgwMjQ3Mjc1NDM1OmxheWVyOkxhbWJkYUluc2lnaHRzRXh0ZW5zaW9uOjIxYDtcblxuICAgIGNvbnN0IGFwaUZ1bmN0aW9uID0gcHJvcHMuYXBpRnVuY3Rpb24gYXMge25ldyhmU2NvcGU6IENvbnN0cnVjdCwgZklkOnN0cmluZywgZlByb3BzPzogTGFtYmRhLkZ1bmN0aW9uUHJvcHMpOiBUIH07XG4gICAgdGhpcy5sYW1iZGEgPSBuZXcgYXBpRnVuY3Rpb24odGhpcywgJ2xhbWJkYScsIHtcbiAgICAgIHJ1bnRpbWU6IExhbWJkYS5SdW50aW1lLk5PREVKU18xOF9YLCAvLyBSZXF1aXJlZCBidXQgb3ZlcndyaXR0ZW5cbiAgICAgIGhhbmRsZXI6ICdpbmRleC5oYW5kbGVyJywgLy8gUmVxdWlyZWQgYnV0IG92ZXJ3cml0dGVuXG4gICAgICBjb2RlOiBMYW1iZGEuQ29kZS5mcm9tSW5saW5lKCdlbXB0eScpLCAvLyByZXF1aXJlZCBidXQgb3ZlcndyaXR0ZW5cbiAgICAgIGRlc2NyaXB0aW9uOiBwcm9wcy5kZXNjcmlwdGlvbixcbiAgICAgIHJvbGU6IHByb3BzLnJvbGUsXG4gICAgICB0aW1lb3V0OiBwcm9wcy50aW1lb3V0LFxuICAgICAgbWVtb3J5U2l6ZTogNTEyLFxuICAgICAgaW5zaWdodHNWZXJzaW9uOiBMYW1iZGEuTGFtYmRhSW5zaWdodHNWZXJzaW9uLmZyb21JbnNpZ2h0VmVyc2lvbkFybihpbnNpZ2h0c0FybiksXG4gICAgICBsb2dSZXRlbnRpb246IFJldGVudGlvbkRheXMuT05FX01PTlRILFxuICAgICAgZW52aXJvbm1lbnQ6IHtcbiAgICAgICAgLi4ucHJvcHMuZW52aXJvbm1lbnQsXG4gICAgICB9LFxuICAgIH0pO1xuXG4gIH1cblxuICAvKipcbiAgICogQWRkIHRoZSBzaGFyZWQgcmVzb3VyY2VzIGxheWVyIHRoYXQgaXMgY29uc3RydWN0ZWQgZm9yIHRoaXMgd2ViYXBwLlxuICAgKiBAcGFyYW0gbGF5ZXJcbiAgICovXG4gIGFkZExhbWJkYUxheWVyKGxheWVyOiBMYXllclZlcnNpb24pIHtcbiAgICB0aGlzLmxhbWJkYS5hZGRMYXllcnMobGF5ZXIpO1xuICB9XG5cbiAgLyoqXG4gICAqIEdyYW50IGFjY2VzcyB0byB0aGUgc2Vzc2lvbiBzdG9yZSBhbmQgYWRkIFNFU1NJT05fVEFCTEUgZW52aXJvbm1lbnQgdmFyaWFibGVcbiAgICogQHBhcmFtIHRhYmxlXG4gICAqL1xuICBhbGxvd1Nlc3Npb25BY2Nlc3ModGFibGU6IGF3c19keW5hbW9kYi5JVGFibGUpIHtcbiAgICB0aGlzLmxhbWJkYS5hZGRFbnZpcm9ubWVudCgnU0VTU0lPTl9UQUJMRScsIHRhYmxlLnRhYmxlTmFtZSk7XG4gICAgdGFibGUuZ3JhbnRSZWFkV3JpdGVEYXRhKHRoaXMubGFtYmRhLmdyYW50UHJpbmNpcGFsKTtcbiAgfVxuXG4gIC8qKlxuICAgKiBBZGQgc2Vzc2lvbiBlbnYgdmFyaWFibGUuXG4gICAqIEBwYXJhbSBtaW51dGVzXG4gICAqL1xuICBvdmVyd3JpdGVTZXNzaW9uTGlmZXRpbWUobWludXRlczogbnVtYmVyKSB7XG4gICAgdGhpcy5sYW1iZGEuYWRkRW52aXJvbm1lbnQoJ1NFU1NJT05fVFRMX01JTicsIG1pbnV0ZXMudG9TdHJpbmcoKSk7XG4gIH1cblxuICAvKipcbiAgICogQWRkIHN0YW5kYXJkIGVudmlyb25tZW50IHZhcmlhYmxlcyB0byB0aGUgbGFtYmRhXG4gICAqIEBwYXJhbSBhcHBsaWNhdGlvbk5hbWVcbiAgICovXG4gIGFkZFN0YW5kYXJkRW52aXJvbm1lbnQoYXBwbGljYXRpb25OYW1lOiBzdHJpbmcpIHtcbiAgICB0aGlzLmxhbWJkYS5hZGRFbnZpcm9ubWVudCgnV0VCQVBQX05BTUUnLCBhcHBsaWNhdGlvbk5hbWUpO1xuICB9XG5cbiAgLyoqXG4gICAqIE1vbml0b3IgdGhlIGxvZ3MgZ2VuZXJhdGVkIGJ5IHRoaXMgZnVuY3Rpb24gZm9yIGEgZmlsdGVyIHBhdHRlcm4sIGdlbmVyYXRlIG1ldHJpY1xuICAgKiBhbmQgYWxhcm0gb24gaW5jcmVhc2VkIGVycm9yIHJhdGUuXG4gICAqXG4gICAqIEBwYXJhbSBmaWx0ZXJQYXR0ZXJuIFBhdHRlcm4gdG8gZmlsdGVyIGJ5IChkZWZhdWx0OiBjb250YWluaW5nIEVSUk9SKVxuICAgKi9cbiAgbW9uaXRvcihhcHBsaWNhdGlvbk5hbWU6IHN0cmluZywgY3JpdGljYWxpdHk6IENyaXRpY2FsaXR5LCBmaWx0ZXJQYXR0ZXJuPzogSUZpbHRlclBhdHRlcm4pIHtcbiAgICBjb25zdCBlcnJvck1ldHJpY0ZpbHRlciA9IG5ldyBNZXRyaWNGaWx0ZXIodGhpcywgJ01ldHJpY0ZpbHRlcicsIHtcbiAgICAgIGxvZ0dyb3VwOiB0aGlzLmxhbWJkYS5sb2dHcm91cCxcbiAgICAgIG1ldHJpY05hbWVzcGFjZTogYCR7YXBwbGljYXRpb25OYW1lfS8ke3RoaXMubm9kZS5pZH1gLFxuICAgICAgbWV0cmljTmFtZTogJ0Vycm9ycycsXG4gICAgICBmaWx0ZXJQYXR0ZXJuOiBmaWx0ZXJQYXR0ZXJuID8/IEZpbHRlclBhdHRlcm4uYW55VGVybSgnRVJST1InKSxcbiAgICAgIG1ldHJpY1ZhbHVlOiAnMScsXG4gICAgfSk7XG4gICAgZXJyb3JNZXRyaWNGaWx0ZXIuYXBwbHlSZW1vdmFsUG9saWN5KFJlbW92YWxQb2xpY3kuREVTVFJPWSk7XG5cbiAgICBjb25zdCBhbGFybSA9IG5ldyBBbGFybSh0aGlzLCBgJHthcHBsaWNhdGlvbk5hbWV9LSR7dGhpcy5ub2RlLmlkfS1hbGFybWAsIHtcbiAgICAgIG1ldHJpYzogZXJyb3JNZXRyaWNGaWx0ZXIubWV0cmljKHtcbiAgICAgICAgc3RhdGlzdGljOiAnc3VtJyxcbiAgICAgICAgcGVyaW9kOiBEdXJhdGlvbi5taW51dGVzKDUpLFxuICAgICAgfSksXG4gICAgICBldmFsdWF0aW9uUGVyaW9kczogMyxcbiAgICAgIHRocmVzaG9sZDogNSxcbiAgICAgIGFsYXJtTmFtZTogYCR7YXBwbGljYXRpb25OYW1lfS1pbmNyZWFzZWQtZXJyb3ItcmF0ZS0ke3RoaXMubm9kZS5pZH0ke2NyaXRpY2FsaXR5LmFsYXJtU3VmZml4KCl9YCxcbiAgICAgIGFsYXJtRGVzY3JpcHRpb246IGBUaGlzIGFsYXJtIHRyaWdnZXJzIGlmIHRoZSBmdW5jdGlvbiAke3RoaXMubm9kZS5pZH0gaXMgbG9nZ2luZyBtb3JlIHRoYW4gNSBlcnJvcnMgb3ZlciBuIG1pbnV0ZXMuYCxcbiAgICAgIHRyZWF0TWlzc2luZ0RhdGE6IFRyZWF0TWlzc2luZ0RhdGEuTk9UX0JSRUFDSElORyxcbiAgICB9KTtcbiAgICBhbGFybS5hcHBseVJlbW92YWxQb2xpY3koUmVtb3ZhbFBvbGljeS5ERVNUUk9ZKTtcbiAgfVxuXG59XG4iXX0=
@@ -29,5 +29,5 @@ class Files {
29
29
  }
30
30
  exports.Files = Files;
31
31
  _a = JSII_RTTI_SYMBOL_1;
32
- Files[_a] = { fqn: "@gemeentenijmegen/webapp.Files", version: "1.1.5" };
32
+ Files[_a] = { fqn: "@gemeentenijmegen/webapp.Files", version: "1.1.6" };
33
33
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiRmlsZXMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvd2ViYXBwL3V0aWwvRmlsZXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7QUFBQSx5QkFBeUI7QUFFekIsTUFBYSxLQUFLO0lBRWhCOzs7O09BSUc7SUFDSCxNQUFNLENBQUMscUJBQXFCLENBQUMsSUFBWTtRQUN2QyxJQUFJLEVBQUUsQ0FBQyxVQUFVLENBQUMsSUFBSSxDQUFDLEVBQUUsQ0FBQztZQUN4QixPQUFPLENBQUMsSUFBSSxDQUFDLEdBQUcsSUFBSSw0QkFBNEIsQ0FBQyxDQUFDO1lBQ2xELE9BQU8sRUFBRSxDQUFDLFlBQVksQ0FBQyxJQUFJLENBQUMsQ0FBQyxRQUFRLENBQUMsTUFBTSxDQUFDLENBQUM7UUFDaEQsQ0FBQztRQUNELE9BQU8sU0FBUyxDQUFDO0lBQ25CLENBQUM7SUFFRDs7O09BR0c7SUFDSCxNQUFNLENBQUMsMEJBQTBCO1FBQy9CLE1BQU0sUUFBUSxHQUFHLElBQUksQ0FBQyxLQUFLLENBQUMsRUFBRSxDQUFDLFlBQVksQ0FBQywwQkFBMEIsQ0FBQyxDQUFDLFFBQVEsQ0FBQyxNQUFNLENBQUMsQ0FBQyxDQUFDO1FBQzFGLE9BQU8sQ0FBQyxJQUFJLENBQUMsc0NBQXNDLEVBQUUsUUFBUSxDQUFDLENBQUM7UUFDL0QsT0FBTyxRQUFRLENBQUM7SUFDbEIsQ0FBQzs7QUF2Qkgsc0JBd0JDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0ICogYXMgZnMgZnJvbSAnZnMnO1xuXG5leHBvcnQgY2xhc3MgRmlsZXMge1xuXG4gIC8qKlxuICAgKiBDaGVjayBpZiB0aGUgdGVtcGxhdGUgaXMgZm91bmQgaW4gdGhlIGZpbGUgc3lzdGVtXG4gICAqIEBwYXJhbSBwYXRoIHRvIHRlbXBsYXRlIHNob3VsZCBzdGFydCB3aXRoIC9vcHQvXG4gICAqIEByZXR1cm5zIHRlbXBsYXRlIGFzIHN0cmluZyBvciB1bmRlZmluZWRcbiAgICovXG4gIHN0YXRpYyBsb2FkVGVtcGxhdGVPdmVyd3JpdGUocGF0aDogc3RyaW5nKSA6IHVuZGVmaW5lZCB8IHN0cmluZyB7XG4gICAgaWYgKGZzLmV4aXN0c1N5bmMocGF0aCkpIHtcbiAgICAgIGNvbnNvbGUuaW5mbyhgJHtwYXRofSB0ZW1wbGF0ZSBvdmVyd3JpdGUgZm91bmQhYCk7XG4gICAgICByZXR1cm4gZnMucmVhZEZpbGVTeW5jKHBhdGgpLnRvU3RyaW5nKCd1dGY4Jyk7XG4gICAgfVxuICAgIHJldHVybiB1bmRlZmluZWQ7XG4gIH1cblxuICAvKipcbiAgICogR2V0IHRoZSBhdXRoZW50aWNhdGlvbiBKU09OIGZpbGUgYW5kIHBhcnNlIGl0XG4gICAqIEByZXR1cm5zIHRoZSBsaXN0IG9mIHByb2ZpbGVzXG4gICAqL1xuICBzdGF0aWMgbG9hZEF1dGhlbnRpY2F0aW9uUHJvZmlsZXMoKSA6IGFueSB7XG4gICAgY29uc3QgcHJvZmlsZXMgPSBKU09OLnBhcnNlKGZzLnJlYWRGaWxlU3luYygnL29wdC9hdXRoZW50aWNhdGlvbi5qc29uJykudG9TdHJpbmcoJ3V0ZjgnKSk7XG4gICAgY29uc29sZS5pbmZvKCdJbml0aWFsaXppbmcgYXV0aGVudGljYXRpb24gcHJvZmlsZXMnLCBwcm9maWxlcyk7XG4gICAgcmV0dXJuIHByb2ZpbGVzO1xuICB9XG59Il19
@@ -40,8 +40,6 @@ const defaultDynamoDBHttpAuthSchemeProvider = (authParameters) => {
40
40
  exports.defaultDynamoDBHttpAuthSchemeProvider = defaultDynamoDBHttpAuthSchemeProvider;
41
41
  const resolveHttpAuthSchemeConfig = (config) => {
42
42
  const config_0 = (0, core_1.resolveAwsSdkSigV4Config)(config);
43
- return {
44
- ...config_0,
45
- };
43
+ return Object.assign(config_0, {});
46
44
  };
47
45
  exports.resolveHttpAuthSchemeConfig = resolveHttpAuthSchemeConfig;
@@ -6,7 +6,16 @@ const util_endpoints_2 = require("@smithy/util-endpoints");
6
6
  const ruleset_1 = require("./ruleset");
7
7
  const cache = new util_endpoints_2.EndpointCache({
8
8
  size: 50,
9
- params: ["AccountId", "AccountIdEndpointMode", "Endpoint", "Region", "UseDualStack", "UseFIPS"],
9
+ params: [
10
+ "AccountId",
11
+ "AccountIdEndpointMode",
12
+ "Endpoint",
13
+ "Region",
14
+ "ResourceArn",
15
+ "ResourceArnList",
16
+ "UseDualStack",
17
+ "UseFIPS",
18
+ ],
10
19
  });
11
20
  const defaultEndpointResolver = (endpointParams, context = {}) => {
12
21
  return cache.get(endpointParams, () => (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ruleSet = void 0;
4
- const H = "required", I = "type", J = "fn", K = "argv", L = "ref", M = "url", N = "properties", O = "headers";
5
- const a = false, b = "isSet", c = "error", d = "endpoint", e = "tree", f = "PartitionResult", g = "stringEquals", h = "not", i = { [H]: false, [I]: "String" }, j = { [H]: true, "default": false, [I]: "Boolean" }, k = { [J]: "booleanEquals", [K]: [{ [L]: "UseFIPS" }, true] }, l = { [J]: "booleanEquals", [K]: [{ [L]: "UseDualStack" }, true] }, m = {}, n = { [L]: "Region" }, o = { [J]: b, [K]: [{ [L]: "AccountIdEndpointMode" }] }, p = { [L]: "AccountIdEndpointMode" }, q = { [J]: b, [K]: [{ [L]: "AccountId" }] }, r = { [L]: "AccountId" }, s = { [J]: g, [K]: [{ [J]: "getAttr", [K]: [{ [L]: f }, "name"] }, "aws"] }, t = { [J]: "getAttr", [K]: [{ [L]: f }, "name"] }, u = { [J]: h, [K]: [k] }, v = { [J]: h, [K]: [l] }, w = { [J]: "booleanEquals", [K]: [{ [J]: "getAttr", [K]: [{ [L]: f }, "supportsFIPS"] }, true] }, x = { [J]: "booleanEquals", [K]: [{ [J]: "getAttr", [K]: [{ [L]: f }, "supportsDualStack"] }, true] }, y = { [M]: "https://dynamodb-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", [N]: {}, [O]: {} }, z = { "conditions": [o, { [J]: g, [K]: [p, "disabled"] }], [d]: { [M]: "https://dynamodb.{Region}.{PartitionResult#dnsSuffix}", [N]: {}, [O]: {} }, [I]: d }, A = { [d]: { [M]: "https://dynamodb.{Region}.{PartitionResult#dnsSuffix}", [N]: {}, [O]: {} }, [I]: d }, B = { [M]: "https://dynamodb-fips.{Region}.{PartitionResult#dnsSuffix}", [N]: {}, [O]: {} }, C = { [M]: "https://dynamodb.{Region}.{PartitionResult#dualStackDnsSuffix}", [N]: {}, [O]: {} }, D = [k], E = [l], F = [n], G = [o, { [J]: g, [K]: [p, "disabled"] }];
6
- const _data = { version: "1.0", parameters: { Region: i, UseDualStack: j, UseFIPS: j, Endpoint: i, AccountId: i, AccountIdEndpointMode: i }, rules: [{ conditions: [{ [J]: b, [K]: [{ [L]: "Endpoint" }] }], rules: [{ conditions: D, error: "Invalid Configuration: FIPS and custom endpoint are not supported", [I]: c }, { conditions: E, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", [I]: c }, { endpoint: { [M]: "{Endpoint}", [N]: m, [O]: m }, [I]: d }], [I]: e }, { conditions: [{ [J]: b, [K]: F }], rules: [{ conditions: [{ [J]: "aws.partition", [K]: F, assign: f }], rules: [{ conditions: [{ [J]: g, [K]: [n, "local"] }], rules: [{ conditions: D, error: "Invalid Configuration: FIPS and local endpoint are not supported", [I]: c }, { conditions: E, error: "Invalid Configuration: Dualstack and local endpoint are not supported", [I]: c }, { endpoint: { [M]: "http://localhost:8000", [N]: { authSchemes: [{ name: "sigv4", signingName: "dynamodb", signingRegion: "us-east-1" }] }, [O]: m }, [I]: d }], [I]: e }, { conditions: [o, { [J]: g, [K]: [p, "required"] }, { [J]: h, [K]: [q] }], error: "AccountIdEndpointMode is required but no AccountID was provided or able to be loaded.", [I]: c }, { conditions: [q, s, u, v, { [J]: h, [K]: [{ [J]: "isValidHostLabel", [K]: [r, a] }] }], error: "Credentials-sourced account ID parameter is invalid", [I]: c }, { conditions: [k, l], rules: [{ conditions: [w, x], rules: [{ conditions: G, endpoint: y, [I]: d }, { endpoint: y, [I]: d }], [I]: e }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", [I]: c }], [I]: e }, { conditions: D, rules: [{ conditions: [w], rules: [{ conditions: [{ [J]: g, [K]: [t, "aws-us-gov"] }], rules: [z, A], [I]: e }, { conditions: G, endpoint: B, [I]: d }, { endpoint: B, [I]: d }], [I]: e }, { error: "FIPS is enabled but this partition does not support FIPS", [I]: c }], [I]: e }, { conditions: E, rules: [{ conditions: [x], rules: [{ conditions: G, endpoint: C, [I]: d }, { endpoint: C, [I]: d }], [I]: e }, { error: "DualStack is enabled but this partition does not support DualStack", [I]: c }], [I]: e }, z, { conditions: [q, s, u, v], endpoint: { [M]: "https://{AccountId}.ddb.{Region}.{PartitionResult#dnsSuffix}", [N]: m, [O]: m }, [I]: d }, A], [I]: e }], [I]: e }, { error: "Invalid Configuration: Missing Region", [I]: c }] };
4
+ const S = "required", T = "type", U = "fn", V = "argv", W = "ref", X = "properties", Y = "headers";
5
+ const a = false, b = "isSet", c = "error", d = "endpoint", e = "tree", f = "PartitionResult", g = "stringEquals", h = "dynamodb", i = "getAttr", j = "aws.parseArn", k = "ParsedArn", l = "isValidHostLabel", m = "FirstArn", n = { [S]: false, [T]: "String" }, o = { [S]: true, "default": false, [T]: "Boolean" }, p = { [U]: "booleanEquals", [V]: [{ [W]: "UseFIPS" }, true] }, q = { [U]: "booleanEquals", [V]: [{ [W]: "UseDualStack" }, true] }, r = {}, s = { [W]: "Region" }, t = { [U]: "booleanEquals", [V]: [{ [U]: i, [V]: [{ [W]: f }, "supportsFIPS"] }, true] }, u = { [U]: "booleanEquals", [V]: [{ [U]: i, [V]: [{ [W]: f }, "supportsDualStack"] }, true] }, v = { "conditions": [{ [U]: b, [V]: [{ [W]: "AccountIdEndpointMode" }] }, { [U]: g, [V]: [{ [W]: "AccountIdEndpointMode" }, "required"] }], "rules": [{ [c]: "Invalid Configuration: AccountIdEndpointMode is required and FIPS is enabled, but FIPS account endpoints are not supported", [T]: c }], [T]: e }, w = { [U]: b, [V]: [{ [W]: "AccountIdEndpointMode" }] }, x = { [c]: "Invalid Configuration: AccountIdEndpointMode is required and FIPS is enabled, but FIPS account endpoints are not supported", [T]: c }, y = { [U]: i, [V]: [{ [W]: f }, "name"] }, z = { [d]: { "url": "https://dynamodb.{Region}.{PartitionResult#dnsSuffix}", [X]: {}, [Y]: {} }, [T]: d }, A = { [U]: "not", [V]: [p] }, B = { [c]: "Invalid Configuration: AccountIdEndpointMode is required and DualStack is enabled, but DualStack account endpoints are not supported", [T]: c }, C = { [U]: "not", [V]: [{ [U]: g, [V]: [{ [W]: "AccountIdEndpointMode" }, "disabled"] }] }, D = { [U]: g, [V]: [y, "aws"] }, E = { [U]: "not", [V]: [q] }, F = { [U]: g, [V]: [{ [U]: i, [V]: [{ [W]: k }, "service"] }, h] }, G = { [U]: l, [V]: [{ [U]: i, [V]: [{ [W]: k }, "region"] }, false] }, H = { [U]: g, [V]: [{ [U]: i, [V]: [{ [W]: k }, "region"] }, "{Region}"] }, I = { [U]: l, [V]: [{ [U]: i, [V]: [{ [W]: k }, "accountId"] }, false] }, J = { "url": "https://{ParsedArn#accountId}.ddb.{Region}.{PartitionResult#dnsSuffix}", [X]: {}, [Y]: {} }, K = { [W]: "ResourceArnList" }, L = { [W]: "AccountId" }, M = [p], N = [q], O = [s], P = [w, { [U]: g, [V]: [{ [W]: "AccountIdEndpointMode" }, "required"] }], Q = [A], R = [{ [W]: "ResourceArn" }];
6
+ const _data = { version: "1.0", parameters: { Region: n, UseDualStack: o, UseFIPS: o, Endpoint: n, AccountId: n, AccountIdEndpointMode: n, ResourceArn: n, ResourceArnList: { [S]: a, [T]: "stringArray" } }, rules: [{ conditions: [{ [U]: b, [V]: [{ [W]: "Endpoint" }] }], rules: [{ conditions: M, error: "Invalid Configuration: FIPS and custom endpoint are not supported", [T]: c }, { conditions: N, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", [T]: c }, { endpoint: { url: "{Endpoint}", [X]: r, [Y]: r }, [T]: d }], [T]: e }, { conditions: [{ [U]: b, [V]: O }], rules: [{ conditions: [{ [U]: "aws.partition", [V]: O, assign: f }], rules: [{ conditions: [{ [U]: g, [V]: [s, "local"] }], rules: [{ conditions: M, error: "Invalid Configuration: FIPS and local endpoint are not supported", [T]: c }, { conditions: N, error: "Invalid Configuration: Dualstack and local endpoint are not supported", [T]: c }, { endpoint: { url: "http://localhost:8000", [X]: { authSchemes: [{ signingRegion: "us-east-1", signingName: h, name: "sigv4" }] }, [Y]: r }, [T]: d }], [T]: e }, { conditions: [p, q], rules: [{ conditions: [t, u], rules: [v, { endpoint: { url: "https://dynamodb-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", [X]: r, [Y]: r }, [T]: d }], [T]: e }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", [T]: c }], [T]: e }, { conditions: M, rules: [{ conditions: [t], rules: [{ conditions: [{ [U]: g, [V]: [y, "aws-us-gov"] }], rules: [v, z], [T]: e }, v, { endpoint: { url: "https://dynamodb-fips.{Region}.{PartitionResult#dnsSuffix}", [X]: r, [Y]: r }, [T]: d }], [T]: e }, { error: "FIPS is enabled but this partition does not support FIPS", [T]: c }], [T]: e }, { conditions: N, rules: [{ conditions: [u], rules: [{ conditions: P, rules: [{ conditions: Q, rules: [B], [T]: e }, x], [T]: e }, { endpoint: { url: "https://dynamodb.{Region}.{PartitionResult#dualStackDnsSuffix}", [X]: r, [Y]: r }, [T]: d }], [T]: e }, { error: "DualStack is enabled but this partition does not support DualStack", [T]: c }], [T]: e }, { conditions: [w, C, D, A, E, { [U]: b, [V]: R }, { [U]: j, [V]: R, assign: k }, F, G, H, I], endpoint: J, [T]: d }, { conditions: [w, C, D, A, E, { [U]: b, [V]: [K] }, { [U]: i, [V]: [K, "[0]"], assign: m }, { [U]: j, [V]: [{ [W]: m }], assign: k }, F, G, H, I], endpoint: J, [T]: d }, { conditions: [w, C, D, A, E, { [U]: b, [V]: [L] }], rules: [{ conditions: [{ [U]: l, [V]: [L, a] }], rules: [{ endpoint: { url: "https://{AccountId}.ddb.{Region}.{PartitionResult#dnsSuffix}", [X]: r, [Y]: r }, [T]: d }], [T]: e }, { error: "Credentials-sourced account ID parameter is invalid", [T]: c }], [T]: e }, { conditions: P, rules: [{ conditions: Q, rules: [{ conditions: [E], rules: [{ conditions: [D], rules: [{ error: "AccountIdEndpointMode is required but no AccountID was provided or able to be loaded", [T]: c }], [T]: e }, { error: "Invalid Configuration: AccountIdEndpointMode is required but account endpoints are not supported in this partition", [T]: c }], [T]: e }, B], [T]: e }, x], [T]: e }, z], [T]: e }], [T]: e }, { error: "Invalid Configuration: Missing Region", [T]: c }] };
7
7
  exports.ruleSet = _data;