@gemeentenijmegen/webapp 1.1.9 → 1.1.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (646) hide show
  1. package/.jsii +12 -12
  2. package/assets/webapp/auth/auth.lambda/index.js +47 -66
  3. package/assets/webapp/login/login.lambda/index.js +2 -21
  4. package/assets/webapp/logout/logout.lambda/index.js +2 -2
  5. package/lib/webapp/Criticality.js +1 -1
  6. package/lib/webapp/Webapp.js +1 -1
  7. package/lib/webapp/Webpage.js +1 -1
  8. package/lib/webapp/util/Files.js +1 -1
  9. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/endpoint/ruleset.js +1 -1
  10. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/index.js +98 -22
  11. package/node_modules/@aws-sdk/client-dynamodb/dist-es/endpoint/ruleset.js +1 -1
  12. package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/index.js +1 -0
  13. package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/models_0.js +44 -12
  14. package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/models_1.js +1 -0
  15. package/node_modules/@aws-sdk/client-dynamodb/dist-es/protocols/Aws_json1_0.js +18 -4
  16. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchExecuteStatementCommand.d.ts +8 -3
  17. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchGetItemCommand.d.ts +14 -7
  18. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchWriteItemCommand.d.ts +18 -7
  19. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateBackupCommand.d.ts +14 -11
  20. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateGlobalTableCommand.d.ts +16 -13
  21. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateTableCommand.d.ts +26 -16
  22. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteBackupCommand.d.ts +12 -10
  23. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteItemCommand.d.ts +16 -8
  24. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteResourcePolicyCommand.d.ts +18 -13
  25. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteTableCommand.d.ts +26 -20
  26. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeContinuousBackupsCommand.d.ts +2 -1
  27. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeContributorInsightsCommand.d.ts +1 -0
  28. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeExportCommand.d.ts +12 -10
  29. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableCommand.d.ts +2 -2
  30. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableSettingsCommand.d.ts +1 -1
  31. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeImportCommand.d.ts +1 -3
  32. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableCommand.d.ts +10 -8
  33. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableReplicaAutoScalingCommand.d.ts +2 -6
  34. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DisableKinesisStreamingDestinationCommand.d.ts +16 -12
  35. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/EnableKinesisStreamingDestinationCommand.d.ts +16 -12
  36. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteStatementCommand.d.ts +14 -7
  37. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteTransactionCommand.d.ts +42 -42
  38. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExportTableToPointInTimeCommand.d.ts +14 -11
  39. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/GetItemCommand.d.ts +14 -7
  40. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/GetResourcePolicyCommand.d.ts +2 -1
  41. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ImportTableCommand.d.ts +19 -17
  42. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListContributorInsightsCommand.d.ts +1 -0
  43. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListExportsCommand.d.ts +12 -10
  44. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListImportsCommand.d.ts +12 -10
  45. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutItemCommand.d.ts +16 -8
  46. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutResourcePolicyCommand.d.ts +18 -13
  47. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/QueryCommand.d.ts +14 -7
  48. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableFromBackupCommand.d.ts +22 -14
  49. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +24 -15
  50. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ScanCommand.d.ts +14 -7
  51. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TagResourceCommand.d.ts +16 -12
  52. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactGetItemsCommand.d.ts +21 -15
  53. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactWriteItemsCommand.d.ts +44 -43
  54. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UntagResourceCommand.d.ts +16 -12
  55. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateContinuousBackupsCommand.d.ts +3 -2
  56. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateContributorInsightsCommand.d.ts +2 -0
  57. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableCommand.d.ts +6 -6
  58. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableSettingsCommand.d.ts +17 -13
  59. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateItemCommand.d.ts +16 -8
  60. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateKinesisStreamingDestinationCommand.d.ts +16 -12
  61. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableCommand.d.ts +36 -20
  62. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableReplicaAutoScalingCommand.d.ts +18 -18
  63. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTimeToLiveCommand.d.ts +16 -12
  64. package/node_modules/@aws-sdk/client-dynamodb/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  65. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/index.d.ts +1 -0
  66. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts +391 -191
  67. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_1.d.ts +73 -0
  68. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/TransactWriteItemsCommand.d.ts +2 -4
  69. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -1
  70. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/index.d.ts +1 -0
  71. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_0.d.ts +61 -16
  72. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_1.d.ts +11 -0
  73. package/node_modules/@aws-sdk/client-dynamodb/package.json +35 -35
  74. package/node_modules/@aws-sdk/client-s3/README.md +48 -0
  75. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +739 -139
  76. package/node_modules/@aws-sdk/client-s3/dist-es/S3.js +12 -0
  77. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataConfigurationCommand.js +31 -0
  78. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataConfigurationCommand.js +26 -0
  79. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataConfigurationCommand.js +28 -0
  80. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListPartsCommand.js +1 -1
  81. package/node_modules/@aws-sdk/client-s3/dist-es/commands/RenameObjectCommand.js +28 -0
  82. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.js +31 -0
  83. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataJournalTableConfigurationCommand.js +31 -0
  84. package/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +6 -0
  85. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +18 -23
  86. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +36 -0
  87. package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +422 -20
  88. package/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +42 -0
  89. package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +8 -2
  90. package/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +17 -22
  91. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +47 -58
  92. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +107 -110
  93. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +93 -83
  94. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataConfigurationCommand.d.ts +182 -0
  95. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +25 -12
  96. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +99 -116
  97. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +47 -52
  98. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +7 -9
  99. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +10 -12
  100. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +4 -5
  101. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +16 -18
  102. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +1 -0
  103. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +4 -6
  104. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +23 -28
  105. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataConfigurationCommand.d.ts +114 -0
  106. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +26 -8
  107. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +9 -12
  108. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +5 -6
  109. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +20 -23
  110. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +5 -7
  111. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +2 -3
  112. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +9 -10
  113. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +37 -23
  114. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +7 -7
  115. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +37 -44
  116. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +6 -6
  117. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +14 -17
  118. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +17 -12
  119. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +8 -11
  120. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +4 -6
  121. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +17 -20
  122. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +1 -0
  123. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +6 -8
  124. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +28 -37
  125. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +4 -5
  126. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +10 -3
  127. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataConfigurationCommand.d.ts +146 -0
  128. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +25 -8
  129. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +10 -11
  130. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +7 -8
  131. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +19 -6
  132. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +24 -29
  133. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +5 -6
  134. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +12 -13
  135. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +2 -3
  136. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +2 -3
  137. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +3 -3
  138. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +6 -7
  139. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +9 -11
  140. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +56 -71
  141. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +68 -83
  142. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +1 -2
  143. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +3 -3
  144. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +1 -2
  145. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +8 -10
  146. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +4 -5
  147. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +10 -12
  148. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +34 -35
  149. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +53 -64
  150. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +14 -17
  151. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +1 -0
  152. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +12 -15
  153. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +15 -18
  154. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +19 -10
  155. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +10 -9
  156. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +49 -50
  157. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +15 -10
  158. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +17 -9
  159. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +29 -32
  160. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +30 -26
  161. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +14 -18
  162. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +60 -60
  163. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +23 -25
  164. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +23 -27
  165. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +41 -49
  166. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +12 -12
  167. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +33 -37
  168. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +51 -60
  169. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +35 -31
  170. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +12 -14
  171. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +29 -35
  172. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +4 -6
  173. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +24 -29
  174. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +32 -39
  175. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +4 -5
  176. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +21 -27
  177. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +20 -23
  178. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +19 -18
  179. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +53 -58
  180. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +68 -70
  181. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +1 -3
  182. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +10 -11
  183. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +4 -4
  184. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +18 -24
  185. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +10 -12
  186. package/node_modules/@aws-sdk/client-s3/dist-types/commands/RenameObjectCommand.d.ts +138 -0
  187. package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +78 -87
  188. package/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +50 -59
  189. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +161 -0
  190. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +113 -0
  191. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +65 -75
  192. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +81 -97
  193. package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +31 -35
  194. package/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +6 -0
  195. package/node_modules/@aws-sdk/client-s3/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  196. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +2789 -3602
  197. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +2226 -711
  198. package/node_modules/@aws-sdk/client-s3/dist-types/protocols/Aws_restXml.d.ts +54 -0
  199. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +126 -0
  200. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +36 -0
  201. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketMetadataConfigurationCommand.d.ts +47 -0
  202. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetadataConfigurationCommand.d.ts +47 -0
  203. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetadataConfigurationCommand.d.ts +51 -0
  204. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +1 -1
  205. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +1 -1
  206. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +1 -1
  207. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListPartsCommand.d.ts +1 -1
  208. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -1
  209. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +1 -1
  210. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +1 -1
  211. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RenameObjectCommand.d.ts +47 -0
  212. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +47 -0
  213. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +47 -0
  214. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +6 -0
  215. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -1
  216. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +107 -209
  217. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +261 -0
  218. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +72 -0
  219. package/node_modules/@aws-sdk/client-s3/package.json +53 -51
  220. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  221. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -1
  222. package/node_modules/@aws-sdk/client-secrets-manager/package.json +33 -33
  223. package/node_modules/@aws-sdk/client-ssm/README.md +3 -2
  224. package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +15 -7
  225. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsCommand.js +1 -1
  226. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_0.js +4 -6
  227. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +8 -1
  228. package/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +1 -0
  229. package/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +3 -2
  230. package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +3 -2
  231. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateDocumentCommand.d.ts +3 -0
  232. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteDocumentCommand.d.ts +3 -0
  233. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +2 -1
  234. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeParametersCommand.d.ts +3 -0
  235. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeSessionsCommand.d.ts +2 -1
  236. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetAccessTokenCommand.d.ts +2 -1
  237. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterCommand.d.ts +3 -0
  238. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterHistoryCommand.d.ts +3 -0
  239. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersByPathCommand.d.ts +3 -0
  240. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersCommand.d.ts +3 -0
  241. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/LabelParameterVersionCommand.d.ts +5 -0
  242. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutComplianceItemsCommand.d.ts +7 -0
  243. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +2 -1
  244. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAccessRequestCommand.d.ts +4 -2
  245. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UnlabelParameterVersionCommand.d.ts +3 -0
  246. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +3 -0
  247. package/node_modules/@aws-sdk/client-ssm/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  248. package/node_modules/@aws-sdk/client-ssm/dist-types/index.d.ts +3 -2
  249. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +39 -28
  250. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +95 -21
  251. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +17 -1
  252. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowsCommand.d.ts +2 -4
  253. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +2 -4
  254. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -1
  255. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +5 -7
  256. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +11 -4
  257. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_2.d.ts +4 -0
  258. package/node_modules/@aws-sdk/client-ssm/package.json +34 -34
  259. package/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  260. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -1
  261. package/node_modules/@aws-sdk/client-sso/package.json +32 -32
  262. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +12 -0
  263. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +81 -34
  264. package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
  265. package/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
  266. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +5 -1
  267. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +5 -1
  268. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +4 -3
  269. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +5 -2
  270. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +11 -7
  271. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +1 -1
  272. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +3 -0
  273. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +6 -2
  274. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +6 -3
  275. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +7 -10
  276. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +11 -7
  277. package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
  278. package/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
  279. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +6 -1
  280. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +6 -1
  281. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +3 -1
  282. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +4 -0
  283. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +4 -0
  284. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +4 -0
  285. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +2 -2
  286. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
  287. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -0
  288. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +8 -1
  289. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +8 -1
  290. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +8 -1
  291. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +1 -0
  292. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +1 -0
  293. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +1 -0
  294. package/node_modules/@aws-sdk/core/package.json +13 -13
  295. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  296. package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  297. package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
  298. package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  299. package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  300. package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  301. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
  302. package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +5 -5
  303. package/node_modules/@aws-sdk/middleware-endpoint-discovery/package.json +5 -5
  304. package/node_modules/@aws-sdk/middleware-expect-continue/package.json +4 -4
  305. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +9 -9
  306. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  307. package/node_modules/@aws-sdk/middleware-location-constraint/package.json +3 -3
  308. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  309. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  310. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +11 -11
  311. package/node_modules/@aws-sdk/middleware-ssec/package.json +3 -3
  312. package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
  313. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +1 -1
  314. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/EndpointParameters.d.ts +1 -1
  315. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +4 -1
  316. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/EndpointParameters.d.ts +4 -1
  317. package/node_modules/@aws-sdk/nested-clients/package.json +32 -32
  318. package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  319. package/node_modules/@aws-sdk/s3-request-presigner/package.json +10 -10
  320. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +6 -6
  321. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +6 -3
  322. package/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +5 -2
  323. package/node_modules/@aws-sdk/token-providers/package.json +10 -8
  324. package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
  325. package/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
  326. package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
  327. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
  328. package/node_modules/@aws-sdk/types/package.json +2 -2
  329. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +30 -0
  330. package/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +1 -0
  331. package/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
  332. package/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +1 -0
  333. package/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
  334. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +1 -0
  335. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
  336. package/node_modules/@aws-sdk/util-endpoints/package.json +6 -4
  337. package/node_modules/@aws-sdk/util-format-url/package.json +4 -4
  338. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  339. package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  340. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  341. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/.jsii +83 -5
  342. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/README.adoc +213 -0
  343. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/README.md +1 -126
  344. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/lib/index.js +1 -1
  345. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/.jsii +110 -6
  346. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/bedrock-inference-helper.js +2 -2
  347. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-defaults.d.ts +1 -1
  348. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-defaults.js +1 -1
  349. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-helper.d.ts +1 -1
  350. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-helper.js +1 -1
  351. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/dynamodb-table-defaults.d.ts +2 -19
  352. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/dynamodb-table-defaults.js +18 -7
  353. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/dynamodb-table-helper.d.ts +2 -0
  354. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/dynamodb-table-helper.js +5 -1
  355. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kendra-helper.js +4 -2
  356. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/waf-helper.js +5 -2
  357. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/package.json +3 -3
  358. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/TwoLogGroups.json +365 -0
  359. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/bedrock-inference-helper.test.js +2 -6
  360. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/dynamo-table.test.js +181 -11
  361. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/lambda/index.js +1 -1
  362. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/pipes-helper.test.js +2 -2
  363. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/step-function-helper.test.js +1 -1
  364. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/test-helper.d.ts +6 -0
  365. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/test-helper.js +84 -1
  366. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/waf-helper.test.js +35 -1
  367. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/package.json +8 -7
  368. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js +2 -1
  369. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js +2 -1
  370. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/cdk.out +1 -1
  371. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/integ.json +2 -2
  372. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddb-deployFunctionWithExistingVpc.assets.json +6 -6
  373. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddb-deployFunctionWithExistingVpc.template.json +1 -136
  374. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddbdeployFunctionWithExistingVpcIntegDefaultTestDeployAssertEE08E38E.assets.json +2 -2
  375. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/manifest.json +475 -10
  376. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/tree.json +1 -1
  377. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js +2 -1
  378. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/cdk.out +1 -1
  379. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/integ.json +2 -2
  380. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddb-deployFunctionWithVpc.assets.json +6 -6
  381. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddb-deployFunctionWithVpc.template.json +1 -136
  382. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddbdeployFunctionWithVpcIntegDefaultTestDeployAssert0AB8275C.assets.json +2 -2
  383. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/manifest.json +475 -10
  384. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/tree.json +1 -1
  385. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js +2 -1
  386. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js +2 -1
  387. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js +2 -1
  388. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js +2 -1
  389. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/package.json +9 -9
  390. package/node_modules/@gemeentenijmegen/apiclient/package.json +10 -10
  391. package/node_modules/@gemeentenijmegen/apigateway-http/package.json +6 -6
  392. package/node_modules/@gemeentenijmegen/session/package.json +5 -5
  393. package/node_modules/@gemeentenijmegen/utils/package.json +9 -9
  394. package/node_modules/@smithy/abort-controller/package.json +2 -2
  395. package/node_modules/@smithy/config-resolver/package.json +4 -4
  396. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +142 -44
  397. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +108 -105
  398. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +92 -6
  399. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +45 -54
  400. package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +77 -41
  401. package/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +3 -0
  402. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +39 -4
  403. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +33 -3
  404. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +115 -20
  405. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +7 -95
  406. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +10 -0
  407. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +10 -0
  408. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +10 -0
  409. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +19 -0
  410. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +10 -0
  411. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +10 -0
  412. package/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js +1 -53
  413. package/node_modules/@smithy/core/dist-es/submodules/serde/generateIdempotencyToken.js +2 -0
  414. package/node_modules/@smithy/core/dist-es/submodules/serde/index.js +1 -0
  415. package/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +36 -2
  416. package/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +5 -0
  417. package/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +6 -0
  418. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +10 -2
  419. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +3 -1
  420. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
  421. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +3 -0
  422. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +3 -0
  423. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +8 -0
  424. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
  425. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +3 -0
  426. package/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +1 -0
  427. package/node_modules/@smithy/core/dist-types/submodules/serde/generateIdempotencyToken.d.ts +2 -0
  428. package/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +1 -0
  429. package/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +3 -1
  430. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +5 -0
  431. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
  432. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +10 -2
  433. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +3 -1
  434. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
  435. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +3 -0
  436. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +3 -0
  437. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +8 -0
  438. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
  439. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +3 -0
  440. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +1 -0
  441. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/generateIdempotencyToken.d.ts +2 -0
  442. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +1 -0
  443. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +3 -1
  444. package/node_modules/@smithy/core/package.json +20 -17
  445. package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  446. package/node_modules/@smithy/eventstream-codec/package.json +2 -2
  447. package/node_modules/@smithy/eventstream-serde-browser/package.json +3 -3
  448. package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +2 -2
  449. package/node_modules/@smithy/eventstream-serde-node/package.json +3 -3
  450. package/node_modules/@smithy/eventstream-serde-universal/package.json +3 -3
  451. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +2 -2
  452. package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +4 -4
  453. package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +1 -1
  454. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +1 -1
  455. package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  456. package/node_modules/@smithy/hash-blob-browser/package.json +2 -2
  457. package/node_modules/@smithy/hash-node/package.json +2 -2
  458. package/node_modules/@smithy/hash-stream-node/package.json +2 -2
  459. package/node_modules/@smithy/invalid-dependency/package.json +2 -2
  460. package/node_modules/@smithy/md5-js/package.json +2 -2
  461. package/node_modules/@smithy/middleware-content-length/package.json +3 -3
  462. package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +22 -3
  463. package/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointRequiredConfig.js +1 -0
  464. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +3 -0
  465. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +2 -1
  466. package/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +1 -1
  467. package/node_modules/@smithy/middleware-endpoint/dist-es/index.js +1 -0
  468. package/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointRequiredConfig.js +9 -0
  469. package/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +1 -0
  470. package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +5 -2
  471. package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +32 -0
  472. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +1 -0
  473. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +5 -2
  474. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +32 -0
  475. package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  476. package/node_modules/@smithy/middleware-retry/package.json +9 -9
  477. package/node_modules/@smithy/middleware-serde/package.json +3 -3
  478. package/node_modules/@smithy/middleware-stack/package.json +2 -2
  479. package/node_modules/@smithy/node-config-provider/package.json +4 -4
  480. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +11 -9
  481. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +4 -3
  482. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +7 -6
  483. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +1 -1
  484. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
  485. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +1 -1
  486. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +1 -1
  487. package/node_modules/@smithy/node-http-handler/package.json +5 -5
  488. package/node_modules/@smithy/property-provider/package.json +2 -2
  489. package/node_modules/@smithy/protocol-http/package.json +2 -2
  490. package/node_modules/@smithy/querystring-builder/package.json +2 -2
  491. package/node_modules/@smithy/querystring-parser/package.json +2 -2
  492. package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +2 -1
  493. package/node_modules/@smithy/service-error-classification/dist-es/constants.js +1 -0
  494. package/node_modules/@smithy/service-error-classification/dist-es/index.js +2 -1
  495. package/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +4 -0
  496. package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +4 -0
  497. package/node_modules/@smithy/service-error-classification/package.json +2 -2
  498. package/node_modules/@smithy/shared-ini-file-loader/package.json +2 -2
  499. package/node_modules/@smithy/signature-v4/package.json +4 -4
  500. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +1 -0
  501. package/node_modules/@smithy/smithy-client/package.json +7 -7
  502. package/node_modules/@smithy/types/dist-types/schema/schema.d.ts +1 -0
  503. package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +1 -0
  504. package/node_modules/@smithy/types/package.json +1 -1
  505. package/node_modules/@smithy/url-parser/package.json +3 -3
  506. package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  507. package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  508. package/node_modules/@smithy/util-endpoints/package.json +3 -3
  509. package/node_modules/@smithy/util-middleware/package.json +2 -2
  510. package/node_modules/@smithy/util-retry/package.json +3 -3
  511. package/node_modules/@smithy/util-stream/package.json +4 -4
  512. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +27 -8
  513. package/node_modules/@smithy/util-waiter/dist-es/createWaiter.js +27 -8
  514. package/node_modules/@smithy/util-waiter/package.json +3 -3
  515. package/node_modules/@types/aws-lambda/README.md +1 -1
  516. package/node_modules/@types/aws-lambda/handler.d.ts +1 -0
  517. package/node_modules/@types/aws-lambda/package.json +2 -2
  518. package/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/index.d.ts +2 -0
  519. package/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/pre-token-generation-v3.d.ts +50 -0
  520. package/node_modules/aproba/index.js +1 -1
  521. package/node_modules/aproba/package.json +1 -1
  522. package/node_modules/axios/CHANGELOG.md +17 -0
  523. package/node_modules/axios/README.md +1 -4
  524. package/node_modules/axios/dist/axios.js +39 -5
  525. package/node_modules/axios/dist/axios.js.map +1 -1
  526. package/node_modules/axios/dist/axios.min.js +2 -2
  527. package/node_modules/axios/dist/axios.min.js.map +1 -1
  528. package/node_modules/axios/dist/browser/axios.cjs +46 -9
  529. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  530. package/node_modules/axios/dist/esm/axios.js +46 -9
  531. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  532. package/node_modules/axios/dist/esm/axios.min.js +2 -2
  533. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  534. package/node_modules/axios/dist/node/axios.cjs +46 -9
  535. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  536. package/node_modules/axios/index.d.cts +13 -2
  537. package/node_modules/axios/lib/core/Axios.js +2 -2
  538. package/node_modules/axios/lib/core/mergeConfig.js +1 -1
  539. package/node_modules/axios/lib/env/data.js +1 -1
  540. package/node_modules/axios/lib/helpers/throttle.js +1 -1
  541. package/node_modules/axios/lib/helpers/toURLEncodedForm.js +4 -3
  542. package/node_modules/axios/lib/utils.js +36 -0
  543. package/node_modules/axios/package.json +5 -5
  544. package/node_modules/bowser/CHANGELOG.md +1 -1
  545. package/node_modules/bowser/README.md +2 -4
  546. package/node_modules/bowser/bundled.js +1 -1
  547. package/node_modules/bowser/es5.js +1 -1
  548. package/node_modules/bowser/index.d.ts +72 -7
  549. package/node_modules/bowser/package.json +4 -3
  550. package/node_modules/bowser/src/constants.js +3 -0
  551. package/node_modules/bowser/src/parser-browsers.js +15 -0
  552. package/node_modules/bowser/src/parser-platforms.js +17 -1
  553. package/node_modules/bowser/src/parser.js +20 -5
  554. package/node_modules/bowser/src/utils.js +2 -2
  555. package/node_modules/dotenv/CHANGELOG.md +17 -1
  556. package/node_modules/dotenv/README-es.md +0 -19
  557. package/node_modules/dotenv/README.md +7 -14
  558. package/node_modules/dotenv/SECURITY.md +1 -0
  559. package/node_modules/dotenv/lib/cli-options.js +8 -2
  560. package/node_modules/dotenv/lib/env-options.js +4 -0
  561. package/node_modules/dotenv/lib/main.d.ts +12 -3
  562. package/node_modules/dotenv/lib/main.js +31 -5
  563. package/node_modules/dotenv/package.json +2 -2
  564. package/node_modules/fast-xml-parser/CHANGELOG.md +77 -0
  565. package/node_modules/fast-xml-parser/README.md +39 -52
  566. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js +2 -0
  567. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +1 -0
  568. package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -0
  569. package/node_modules/fast-xml-parser/lib/fxp.d.cts +458 -0
  570. package/node_modules/fast-xml-parser/lib/fxp.min.js +2 -0
  571. package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -0
  572. package/node_modules/fast-xml-parser/lib/fxparser.min.js +2 -0
  573. package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -0
  574. package/node_modules/fast-xml-parser/lib/fxvalidator.min.js +2 -0
  575. package/node_modules/fast-xml-parser/lib/fxvalidator.min.js.map +1 -0
  576. package/node_modules/fast-xml-parser/package.json +36 -20
  577. package/node_modules/fast-xml-parser/src/cli/cli.js +16 -12
  578. package/node_modules/fast-xml-parser/src/cli/man.js +6 -1
  579. package/node_modules/fast-xml-parser/src/cli/read.js +30 -79
  580. package/node_modules/fast-xml-parser/src/fxp.d.ts +52 -9
  581. package/node_modules/fast-xml-parser/src/fxp.js +11 -8
  582. package/node_modules/fast-xml-parser/src/ignoreAttributes.js +18 -0
  583. package/node_modules/fast-xml-parser/src/util.js +14 -18
  584. package/node_modules/fast-xml-parser/src/{v5 → v6}/CharsSymbol.js +1 -1
  585. package/node_modules/fast-xml-parser/src/{v5/valueParsers → v6}/EntitiesParser.js +3 -6
  586. package/node_modules/fast-xml-parser/src/{v5 → v6}/OptionsBuilder.js +3 -6
  587. package/node_modules/fast-xml-parser/src/{v5 → v6}/OutputBuilders/BaseOutputBuilder.js +1 -3
  588. package/node_modules/fast-xml-parser/src/{v5 → v6}/OutputBuilders/JsArrBuilder.js +3 -3
  589. package/node_modules/fast-xml-parser/src/{v5 → v6}/OutputBuilders/JsMinArrBuilder.js +3 -5
  590. package/node_modules/fast-xml-parser/src/{v5 → v6}/OutputBuilders/JsObjBuilder.js +3 -5
  591. package/node_modules/fast-xml-parser/src/{v5 → v6}/OutputBuilders/ParserOptionsBuilder.js +6 -11
  592. package/node_modules/fast-xml-parser/src/{v5 → v6}/TagPath.js +1 -1
  593. package/node_modules/fast-xml-parser/src/{v5 → v6}/TagPathMatcher.js +3 -5
  594. package/node_modules/fast-xml-parser/src/{v5 → v6}/XMLParser.js +3 -5
  595. package/node_modules/fast-xml-parser/src/{v5 → v6}/Xml2JsParser.js +8 -10
  596. package/node_modules/fast-xml-parser/src/{v5 → v6}/XmlPartReader.js +24 -26
  597. package/node_modules/fast-xml-parser/src/{v5 → v6}/XmlSpecialTagsReader.js +5 -12
  598. package/node_modules/fast-xml-parser/src/{v5 → v6}/inputSource/BufferSource.js +1 -3
  599. package/node_modules/fast-xml-parser/src/{v5 → v6}/inputSource/StringSource.js +1 -3
  600. package/node_modules/fast-xml-parser/src/{v5 → v6/valueParsers}/EntitiesParser.js +3 -5
  601. package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/booleanParser.js +1 -2
  602. package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/booleanParserExt.js +1 -2
  603. package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/currency.js +1 -3
  604. package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/join.js +1 -2
  605. package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/number.js +2 -4
  606. package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/trim.js +1 -3
  607. package/node_modules/fast-xml-parser/src/validator.js +5 -5
  608. package/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +17 -13
  609. package/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +1 -2
  610. package/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +288 -71
  611. package/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +3 -5
  612. package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +28 -23
  613. package/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +21 -8
  614. package/node_modules/fast-xml-parser/src/xmlparser/node2json.js +8 -2
  615. package/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +22 -7
  616. package/node_modules/follow-redirects/package.json +1 -1
  617. package/node_modules/form-data/CHANGELOG.md +601 -0
  618. package/node_modules/form-data/{README.md.bak → README.md} +4 -4
  619. package/node_modules/form-data/lib/form_data.js +2 -6
  620. package/node_modules/form-data/package.json +22 -6
  621. package/node_modules/oidc-token-hash/README.md +1 -0
  622. package/node_modules/oidc-token-hash/lib/index.js +0 -10
  623. package/node_modules/oidc-token-hash/package.json +1 -1
  624. package/node_modules/strnum/.github/SECURITY.md +5 -0
  625. package/node_modules/strnum/CHANGELOG.md +11 -0
  626. package/node_modules/strnum/algo.stflow +84 -0
  627. package/node_modules/strnum/package.json +2 -1
  628. package/node_modules/strnum/strnum.js +53 -35
  629. package/node_modules/strnum/strnum.test.js +9 -1
  630. package/node_modules/strnum/test.js +9 -0
  631. package/package.json +20 -20
  632. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  633. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/__entrypoint__.js +0 -1
  634. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/index.js +0 -1
  635. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  636. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/__entrypoint__.js +0 -1
  637. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/index.js +0 -1
  638. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  639. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  640. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  641. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  642. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  643. package/node_modules/form-data/Readme.md +0 -355
  644. package/node_modules/oidc-token-hash/lib/shake256.js +0 -7
  645. /package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/{architecture.png → aws-lambda-dynamodb.png} +0 -0
  646. /package/node_modules/fast-xml-parser/src/{v5 → v6}/Report.js +0 -0
@@ -28,6 +28,18 @@ export declare const AccessRequestStatus: {
28
28
  * @public
29
29
  */
30
30
  export type AccessRequestStatus = (typeof AccessRequestStatus)[keyof typeof AccessRequestStatus];
31
+ /**
32
+ * @public
33
+ * @enum
34
+ */
35
+ export declare const AccessType: {
36
+ readonly JUSTINTIME: "JustInTime";
37
+ readonly STANDARD: "Standard";
38
+ };
39
+ /**
40
+ * @public
41
+ */
42
+ export type AccessType = (typeof AccessType)[keyof typeof AccessType];
31
43
  /**
32
44
  * <p>Information includes the Amazon Web Services account ID where the current document is shared and the
33
45
  * version shared with that account.</p>
@@ -3228,7 +3240,10 @@ export interface PatchSource {
3228
3240
  */
3229
3241
  Products: string[] | undefined;
3230
3242
  /**
3231
- * <p>The value of the yum repo configuration. For example:</p>
3243
+ * <p>The value of the repo configuration.</p>
3244
+ * <p>
3245
+ * <b>Example for yum repositories</b>
3246
+ * </p>
3232
3247
  * <p>
3233
3248
  * <code>[main]</code>
3234
3249
  * </p>
@@ -3241,10 +3256,22 @@ export interface PatchSource {
3241
3256
  * <p>
3242
3257
  * <code>enabled=1</code>
3243
3258
  * </p>
3244
- * <note>
3245
- * <p>For information about other options available for your yum repository configuration, see
3246
- * <a href="https://man7.org/linux/man-pages/man5/dnf.conf.5.html">dnf.conf(5)</a>.</p>
3247
- * </note>
3259
+ * <p>For information about other options available for your yum repository configuration, see
3260
+ * <a href="https://man7.org/linux/man-pages/man5/dnf.conf.5.html">dnf.conf(5)</a> on the
3261
+ * <i>man7.org</i> website.</p>
3262
+ * <p>
3263
+ * <b>Examples for Ubuntu Server and Debian Server</b>
3264
+ * </p>
3265
+ * <p>
3266
+ * <code>deb http://security.ubuntu.com/ubuntu jammy main</code>
3267
+ * </p>
3268
+ * <p>
3269
+ * <code>deb https://site.example.com/debian distribution component1 component2 component3</code>
3270
+ * </p>
3271
+ * <p>Repo information for Ubuntu Server repositories must be specifed in a single line. For more
3272
+ * examples and information, see <a href="https://manpages.ubuntu.com/manpages/jammy/man5/sources.list.5.html">jammy (5)
3273
+ * sources.list.5.gz</a> on the <i>Ubuntu Server Manuals</i> website and <a href="https://wiki.debian.org/SourcesList#sources.list_format">sources.list format</a> on the
3274
+ * <i>Debian Wiki</i>.</p>
3248
3275
  * @public
3249
3276
  */
3250
3277
  Configuration: string | undefined;
@@ -5918,6 +5945,10 @@ export interface DescribeAvailablePatchesResult {
5918
5945
  export interface DescribeDocumentRequest {
5919
5946
  /**
5920
5947
  * <p>The name of the SSM document.</p>
5948
+ * <note>
5949
+ * <p>If you're calling a shared SSM document from a different Amazon Web Services account,
5950
+ * <code>Name</code> is the full Amazon Resource Name (ARN) of the document.</p>
5951
+ * </note>
5921
5952
  * @public
5922
5953
  */
5923
5954
  Name: string | undefined;
@@ -5961,7 +5992,7 @@ export type DocumentPermissionType = (typeof DocumentPermissionType)[keyof typeo
5961
5992
  */
5962
5993
  export interface DescribeDocumentPermissionRequest {
5963
5994
  /**
5964
- * <p>The name of the document for which you are the owner.</p>
5995
+ * <p>The name of the document for which you are the owner. </p>
5965
5996
  * @public
5966
5997
  */
5967
5998
  Name: string | undefined;
@@ -5990,7 +6021,7 @@ export interface DescribeDocumentPermissionRequest {
5990
6021
  export interface DescribeDocumentPermissionResponse {
5991
6022
  /**
5992
6023
  * <p>The account IDs that have permission to use this document. The ID can be either an
5993
- * Amazon Web Services account or <i>All</i>.</p>
6024
+ * Amazon Web Services account number or <code>all</code>.</p>
5994
6025
  * @public
5995
6026
  */
5996
6027
  AccountIds?: string[] | undefined;
@@ -6330,7 +6361,7 @@ export interface InstanceInformationStringFilter {
6330
6361
  /**
6331
6362
  * <p>The filter key name to describe your managed nodes.</p>
6332
6363
  * <p>Valid filter key values: ActivationIds | AgentVersion | AssociationStatus | IamRole |
6333
- * InstanceIds | PingStatus | PlatformTypes | ResourceType | SourceIds | SourceTypes | "tag-key" |
6364
+ * InstanceIds | PingStatus | PlatformType | ResourceType | SourceIds | SourceTypes | "tag-key" |
6334
6365
  * "tag:<code>\{keyname\}</code>
6335
6366
  * </p>
6336
6367
  * <ul>
@@ -8107,22 +8138,6 @@ export interface MaintenanceWindowIdentity {
8107
8138
  */
8108
8139
  NextExecutionTime?: string | undefined;
8109
8140
  }
8110
- /**
8111
- * @public
8112
- */
8113
- export interface DescribeMaintenanceWindowsResult {
8114
- /**
8115
- * <p>Information about the maintenance windows.</p>
8116
- * @public
8117
- */
8118
- WindowIdentities?: MaintenanceWindowIdentity[] | undefined;
8119
- /**
8120
- * <p>The token to use when requesting the next set of items. If there are no additional items to
8121
- * return, the string is empty.</p>
8122
- * @public
8123
- */
8124
- NextToken?: string | undefined;
8125
- }
8126
8141
  /**
8127
8142
  * @internal
8128
8143
  */
@@ -8207,7 +8222,3 @@ export declare const DescribeMaintenanceWindowExecutionTaskInvocationsResultFilt
8207
8222
  * @internal
8208
8223
  */
8209
8224
  export declare const MaintenanceWindowIdentityFilterSensitiveLog: (obj: MaintenanceWindowIdentity) => any;
8210
- /**
8211
- * @internal
8212
- */
8213
- export declare const DescribeMaintenanceWindowsResultFilterSensitiveLog: (obj: DescribeMaintenanceWindowsResult) => any;
@@ -1,6 +1,22 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { AccessRequestStatus, AlarmConfiguration, AlarmStateInformation, AssociationComplianceSeverity, AssociationOverview, AssociationSyncCompliance, AutomationExecutionStatus, AutomationSubtype, DocumentFormat, DocumentHashType, DocumentPermissionType, DocumentRequires, DocumentStatus, DocumentType, ExecutionMode, InstanceAssociationOutputLocation, MaintenanceWindowExecutionStatus, MaintenanceWindowFilter, MaintenanceWindowTaskType, MetadataValue, OperatingSystem, OpsItemDataValue, OpsItemNotification, PatchAction, PatchComplianceLevel, PatchComplianceStatus, PatchFilterGroup, PatchOrchestratorFilter, PatchRuleGroup, PatchSource, PlatformType, RelatedOpsItem, ResolvedTargets, ResourceDataSyncAwsOrganizationsSource, ResourceDataSyncS3Destination, ResourceType, ResourceTypeForTagging, ReviewStatus, Runbook, StepExecution, Tag, Target, TargetLocation } from "./models_0";
2
+ import { AccessRequestStatus, AccessType, AlarmConfiguration, AlarmStateInformation, AssociationComplianceSeverity, AssociationOverview, AssociationSyncCompliance, AutomationExecutionStatus, AutomationSubtype, DocumentFormat, DocumentHashType, DocumentPermissionType, DocumentRequires, DocumentStatus, DocumentType, ExecutionMode, InstanceAssociationOutputLocation, MaintenanceWindowExecutionStatus, MaintenanceWindowFilter, MaintenanceWindowIdentity, MaintenanceWindowTaskType, MetadataValue, OperatingSystem, OpsItemDataValue, OpsItemNotification, PatchAction, PatchComplianceLevel, PatchComplianceStatus, PatchFilterGroup, PatchOrchestratorFilter, PatchRuleGroup, PatchSource, PlatformType, RelatedOpsItem, ResolvedTargets, ResourceDataSyncAwsOrganizationsSource, ResourceDataSyncS3Destination, ResourceType, ResourceTypeForTagging, ReviewStatus, Runbook, StepExecution, Tag, Target, TargetLocation } from "./models_0";
3
3
  import { SSMServiceException as __BaseException } from "./SSMServiceException";
4
+ /**
5
+ * @public
6
+ */
7
+ export interface DescribeMaintenanceWindowsResult {
8
+ /**
9
+ * <p>Information about the maintenance windows.</p>
10
+ * @public
11
+ */
12
+ WindowIdentities?: MaintenanceWindowIdentity[] | undefined;
13
+ /**
14
+ * <p>The token to use when requesting the next set of items. If there are no additional items to
15
+ * return, the string is empty.</p>
16
+ * @public
17
+ */
18
+ NextToken?: string | undefined;
19
+ }
4
20
  /**
5
21
  * @public
6
22
  * @enum
@@ -1431,6 +1447,7 @@ export interface DescribePatchPropertiesResult {
1431
1447
  * @enum
1432
1448
  */
1433
1449
  export declare const SessionFilterKey: {
1450
+ readonly ACCESS_TYPE: "AccessType";
1434
1451
  readonly INVOKED_AFTER: "InvokedAfter";
1435
1452
  readonly INVOKED_BEFORE: "InvokedBefore";
1436
1453
  readonly OWNER: "Owner";
@@ -1633,6 +1650,13 @@ export interface Session {
1633
1650
  * @public
1634
1651
  */
1635
1652
  MaxSessionDuration?: string | undefined;
1653
+ /**
1654
+ * <p>
1655
+ * <code>Standard</code> access type is the default for Session Manager sessions.
1656
+ * <code>JustInTime</code> is the access type for <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-just-in-time-node-access.html">Just-in-time node access</a>.</p>
1657
+ * @public
1658
+ */
1659
+ AccessType?: AccessType | undefined;
1636
1660
  }
1637
1661
  /**
1638
1662
  * @public
@@ -1697,7 +1721,8 @@ export interface GetAccessTokenRequest {
1697
1721
  AccessRequestId: string | undefined;
1698
1722
  }
1699
1723
  /**
1700
- * <p>The temporary security credentials, which include an access key ID, a secret access key, and a security (or session) token.</p>
1724
+ * <p>The temporary security credentials, which include an access key ID, a secret access key, and
1725
+ * a security (or session) token.</p>
1701
1726
  * @public
1702
1727
  */
1703
1728
  export interface Credentials {
@@ -1727,7 +1752,8 @@ export interface Credentials {
1727
1752
  */
1728
1753
  export interface GetAccessTokenResponse {
1729
1754
  /**
1730
- * <p>The temporary security credentials which can be used to start just-in-time node access sessions.</p>
1755
+ * <p>The temporary security credentials which can be used to start just-in-time node access
1756
+ * sessions.</p>
1731
1757
  * @public
1732
1758
  */
1733
1759
  Credentials?: Credentials | undefined;
@@ -1738,7 +1764,8 @@ export interface GetAccessTokenResponse {
1738
1764
  AccessRequestStatus?: AccessRequestStatus | undefined;
1739
1765
  }
1740
1766
  /**
1741
- * <p>The request or operation couldn't be performed because the service is throttling requests.</p>
1767
+ * <p>The request or operation couldn't be performed because the service is throttling
1768
+ * requests.</p>
1742
1769
  * @public
1743
1770
  */
1744
1771
  export declare class ThrottlingException extends __BaseException {
@@ -2905,6 +2932,50 @@ export declare const InventoryQueryOperatorType: {
2905
2932
  export type InventoryQueryOperatorType = (typeof InventoryQueryOperatorType)[keyof typeof InventoryQueryOperatorType];
2906
2933
  /**
2907
2934
  * <p>One or more filters. Use a filter to return a more specific list of results.</p>
2935
+ * <p>
2936
+ * <b>Example formats for the <code>aws ssm get-inventory</code>
2937
+ * command:</b>
2938
+ * </p>
2939
+ * <p>
2940
+ * <code>--filters
2941
+ * Key=AWS:InstanceInformation.AgentType,Values=amazon-ssm-agent,Type=Equal</code>
2942
+ * </p>
2943
+ * <p>
2944
+ * <code>--filters
2945
+ * Key=AWS:InstanceInformation.AgentVersion,Values=3.3.2299.0,Type=Equal</code>
2946
+ * </p>
2947
+ * <p>
2948
+ * <code>--filters
2949
+ * Key=AWS:InstanceInformation.ComputerName,Values=ip-192.0.2.0.us-east-2.compute.internal,Type=Equal</code>
2950
+ * </p>
2951
+ * <p>
2952
+ * <code>--filters
2953
+ * Key=AWS:InstanceInformation.InstanceId,Values=i-0a4cd6ceffEXAMPLE,i-1a2b3c4d5e6EXAMPLE,Type=Equal</code>
2954
+ * </p>
2955
+ * <p>
2956
+ * <code>--filters
2957
+ * Key=AWS:InstanceInformation.InstanceStatus,Values=Active,Type=Equal</code>
2958
+ * </p>
2959
+ * <p>
2960
+ * <code>--filters
2961
+ * Key=AWS:InstanceInformation.IpAddress,Values=198.51.100.0,Type=Equal</code>
2962
+ * </p>
2963
+ * <p>
2964
+ * <code>--filters Key=AWS:InstanceInformation.PlatformName,Values="Amazon
2965
+ * Linux",Type=Equal</code>
2966
+ * </p>
2967
+ * <p>
2968
+ * <code>--filters
2969
+ * Key=AWS:InstanceInformation.PlatformType,Values=Linux,Type=Equal</code>
2970
+ * </p>
2971
+ * <p>
2972
+ * <code>--filters
2973
+ * Key=AWS:InstanceInformation.PlatformVersion,Values=2023,Type=BeginWith</code>
2974
+ * </p>
2975
+ * <p>
2976
+ * <code>--filters
2977
+ * Key=AWS:InstanceInformation.ResourceType,Values=EC2Instance,Type=Equal</code>
2978
+ * </p>
2908
2979
  * @public
2909
2980
  */
2910
2981
  export interface InventoryFilter {
@@ -2914,9 +2985,7 @@ export interface InventoryFilter {
2914
2985
  */
2915
2986
  Key: string | undefined;
2916
2987
  /**
2917
- * <p>Inventory filter values. Example: inventory filter where managed node IDs are specified as
2918
- * values <code>Key=AWS:InstanceInformation.InstanceId,Values= i-a12b3c4d5e6g,
2919
- * i-1a2b3c4d5e6,Type=Equal</code>. </p>
2988
+ * <p>Inventory filter values.</p>
2920
2989
  * @public
2921
2990
  */
2922
2991
  Values: string[] | undefined;
@@ -6377,6 +6446,12 @@ export interface ComplianceExecutionSummary {
6377
6446
  * <p>The time the execution ran as a datetime object that is saved in the following format:
6378
6447
  * <code>yyyy-MM-dd'T'HH:mm:ss'Z'</code>
6379
6448
  * </p>
6449
+ * <important>
6450
+ * <p>For State Manager associations, this timestamp represents when the compliance status was
6451
+ * captured and reported by the Systems Manager service, not when the underlying association was actually
6452
+ * executed on the managed node. To track actual association execution times, use the <a>DescribeAssociationExecutionTargets</a> command or check the association execution
6453
+ * history in the Systems Manager console.</p>
6454
+ * </important>
6380
6455
  * @public
6381
6456
  */
6382
6457
  ExecutionTime: Date | undefined;
@@ -6472,6 +6547,14 @@ export interface ComplianceItem {
6472
6547
  /**
6473
6548
  * <p>A summary for the compliance item. The summary includes an execution ID, the execution type
6474
6549
  * (for example, command), and the execution time.</p>
6550
+ * <important>
6551
+ * <p>For State Manager associations, the <code>ExecutionTime</code> value represents when the
6552
+ * compliance status was captured and aggregated by the Systems Manager service, not necessarily when the
6553
+ * underlying association was executed on the managed node. State Manager updates compliance status
6554
+ * for all associations on an instance whenever any association executes, which means multiple
6555
+ * associations may show the same execution time even if they were executed at different
6556
+ * times.</p>
6557
+ * </important>
6475
6558
  * @public
6476
6559
  */
6477
6560
  ExecutionSummary?: ComplianceExecutionSummary | undefined;
@@ -8817,7 +8900,9 @@ export interface PutParameterRequest {
8817
8900
  * </p>
8818
8901
  * </li>
8819
8902
  * <li>
8820
- * <p>A parameter name can't include spaces.</p>
8903
+ * <p>Parameter names can't contain spaces. The service removes any spaces specified for
8904
+ * the beginning or end of a parameter name. If the specified name for a parameter contains spaces
8905
+ * between characters, the request fails with a <code>ValidationException</code> error.</p>
8821
8906
  * </li>
8822
8907
  * <li>
8823
8908
  * <p>Parameter hierarchies are limited to a maximum depth of fifteen levels.</p>
@@ -9180,20 +9265,9 @@ export interface RegisterPatchBaselineForPatchGroupRequest {
9180
9265
  PatchGroup: string | undefined;
9181
9266
  }
9182
9267
  /**
9183
- * @public
9268
+ * @internal
9184
9269
  */
9185
- export interface RegisterPatchBaselineForPatchGroupResult {
9186
- /**
9187
- * <p>The ID of the patch baseline the patch group was registered with.</p>
9188
- * @public
9189
- */
9190
- BaselineId?: string | undefined;
9191
- /**
9192
- * <p>The name of the patch group registered with the patch baseline.</p>
9193
- * @public
9194
- */
9195
- PatchGroup?: string | undefined;
9196
- }
9270
+ export declare const DescribeMaintenanceWindowsResultFilterSensitiveLog: (obj: DescribeMaintenanceWindowsResult) => any;
9197
9271
  /**
9198
9272
  * @internal
9199
9273
  */
@@ -2,6 +2,21 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-cli
2
2
  import { AlarmConfiguration, AssociationComplianceSeverity, AssociationDescription, AssociationStatus, AssociationSyncCompliance, AttachmentsSource, DocumentDescription, DocumentFormat, DocumentHashType, ExecutionMode, InstanceAssociationOutputLocation, MaintenanceWindowTaskType, MetadataValue, OperatingSystem, OpsItemDataValue, OpsItemNotification, PatchAction, PatchComplianceLevel, PatchComplianceStatus, PatchFilterGroup, PatchRuleGroup, PatchSource, RelatedOpsItem, ResourceDataSyncSource, ResourceTypeForTagging, Runbook, Tag, Target, TargetLocation } from "./models_0";
3
3
  import { CloudWatchOutputConfig, Command, DocumentReviewCommentSource, InventoryFilter, InventoryGroup, LoggingInfo, MaintenanceWindowResourceType, MaintenanceWindowTaskCutoffBehavior, MaintenanceWindowTaskInvocationParameters, MaintenanceWindowTaskParameterValueExpression, NodeAggregatorType, NodeAttributeName, NodeFilter, NodeTypeName, NotificationConfig, OpsFilter, OpsItemStatus, OpsResultAttribute, ResultAttribute, ServiceSetting } from "./models_1";
4
4
  import { SSMServiceException as __BaseException } from "./SSMServiceException";
5
+ /**
6
+ * @public
7
+ */
8
+ export interface RegisterPatchBaselineForPatchGroupResult {
9
+ /**
10
+ * <p>The ID of the patch baseline the patch group was registered with.</p>
11
+ * @public
12
+ */
13
+ BaselineId?: string | undefined;
14
+ /**
15
+ * <p>The name of the patch group registered with the patch baseline.</p>
16
+ * @public
17
+ */
18
+ PatchGroup?: string | undefined;
19
+ }
5
20
  /**
6
21
  * @public
7
22
  */
@@ -737,7 +752,8 @@ export interface SendCommandResult {
737
752
  Command?: Command | undefined;
738
753
  }
739
754
  /**
740
- * <p>The request exceeds the service quota. Service quotas, also referred to as limits, are the maximum number of service resources or operations for your Amazon Web Services account.</p>
755
+ * <p>The request exceeds the service quota. Service quotas, also referred to as limits, are the
756
+ * maximum number of service resources or operations for your Amazon Web Services account.</p>
741
757
  * @public
742
758
  */
743
759
  export declare class ServiceQuotaExceededException extends __BaseException {
@@ -1,9 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DescribeMaintenanceWindowsRequest,
5
- DescribeMaintenanceWindowsResult,
6
- } from "../models/models_0";
3
+ import { DescribeMaintenanceWindowsRequest } from "../models/models_0";
4
+ import { DescribeMaintenanceWindowsResult } from "../models/models_1";
7
5
  import {
8
6
  ServiceInputTypes,
9
7
  ServiceOutputTypes,
@@ -1,9 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- RegisterPatchBaselineForPatchGroupRequest,
5
- RegisterPatchBaselineForPatchGroupResult,
6
- } from "../models/models_1";
3
+ import { RegisterPatchBaselineForPatchGroupRequest } from "../models/models_1";
4
+ import { RegisterPatchBaselineForPatchGroupResult } from "../models/models_2";
7
5
  import {
8
6
  ServiceInputTypes,
9
7
  ServiceOutputTypes,
@@ -16,7 +16,10 @@ export interface ClientInputEndpointParameters {
16
16
  | EndpointV2
17
17
  | Provider<EndpointV2>;
18
18
  }
19
- export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
19
+ export type ClientResolvedEndpointParameters = Pick<
20
+ ClientInputEndpointParameters,
21
+ Exclude<keyof ClientInputEndpointParameters, "endpoint">
22
+ > & {
20
23
  defaultSigningName: string;
21
24
  };
22
25
  export declare const resolveClientEndpointParameters: <T>(
@@ -17,6 +17,11 @@ export declare const AccessRequestStatus: {
17
17
  };
18
18
  export type AccessRequestStatus =
19
19
  (typeof AccessRequestStatus)[keyof typeof AccessRequestStatus];
20
+ export declare const AccessType: {
21
+ readonly JUSTINTIME: "JustInTime";
22
+ readonly STANDARD: "Standard";
23
+ };
24
+ export type AccessType = (typeof AccessType)[keyof typeof AccessType];
20
25
  export interface AccountSharingInfo {
21
26
  AccountId?: string | undefined;
22
27
  SharedDocumentVersion?: string | undefined;
@@ -2129,10 +2134,6 @@ export interface MaintenanceWindowIdentity {
2129
2134
  StartDate?: string | undefined;
2130
2135
  NextExecutionTime?: string | undefined;
2131
2136
  }
2132
- export interface DescribeMaintenanceWindowsResult {
2133
- WindowIdentities?: MaintenanceWindowIdentity[] | undefined;
2134
- NextToken?: string | undefined;
2135
- }
2136
2137
  export declare const CreateAssociationRequestFilterSensitiveLog: (
2137
2138
  obj: CreateAssociationRequest
2138
2139
  ) => any;
@@ -2194,6 +2195,3 @@ export declare const DescribeMaintenanceWindowExecutionTaskInvocationsResultFilt
2194
2195
  export declare const MaintenanceWindowIdentityFilterSensitiveLog: (
2195
2196
  obj: MaintenanceWindowIdentity
2196
2197
  ) => any;
2197
- export declare const DescribeMaintenanceWindowsResultFilterSensitiveLog: (
2198
- obj: DescribeMaintenanceWindowsResult
2199
- ) => any;
@@ -1,6 +1,7 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import {
3
3
  AccessRequestStatus,
4
+ AccessType,
4
5
  AlarmConfiguration,
5
6
  AlarmStateInformation,
6
7
  AssociationComplianceSeverity,
@@ -18,6 +19,7 @@ import {
18
19
  InstanceAssociationOutputLocation,
19
20
  MaintenanceWindowExecutionStatus,
20
21
  MaintenanceWindowFilter,
22
+ MaintenanceWindowIdentity,
21
23
  MaintenanceWindowTaskType,
22
24
  MetadataValue,
23
25
  OperatingSystem,
@@ -45,6 +47,10 @@ import {
45
47
  TargetLocation,
46
48
  } from "./models_0";
47
49
  import { SSMServiceException as __BaseException } from "./SSMServiceException";
50
+ export interface DescribeMaintenanceWindowsResult {
51
+ WindowIdentities?: MaintenanceWindowIdentity[] | undefined;
52
+ NextToken?: string | undefined;
53
+ }
48
54
  export declare const MaintenanceWindowResourceType: {
49
55
  readonly Instance: "INSTANCE";
50
56
  readonly ResourceGroup: "RESOURCE_GROUP";
@@ -387,6 +393,7 @@ export interface DescribePatchPropertiesResult {
387
393
  NextToken?: string | undefined;
388
394
  }
389
395
  export declare const SessionFilterKey: {
396
+ readonly ACCESS_TYPE: "AccessType";
390
397
  readonly INVOKED_AFTER: "InvokedAfter";
391
398
  readonly INVOKED_BEFORE: "InvokedBefore";
392
399
  readonly OWNER: "Owner";
@@ -436,6 +443,7 @@ export interface Session {
436
443
  Details?: string | undefined;
437
444
  OutputUrl?: SessionManagerOutputUrl | undefined;
438
445
  MaxSessionDuration?: string | undefined;
446
+ AccessType?: AccessType | undefined;
439
447
  }
440
448
  export interface DescribeSessionsResponse {
441
449
  Sessions?: Session[] | undefined;
@@ -2203,10 +2211,9 @@ export interface RegisterPatchBaselineForPatchGroupRequest {
2203
2211
  BaselineId: string | undefined;
2204
2212
  PatchGroup: string | undefined;
2205
2213
  }
2206
- export interface RegisterPatchBaselineForPatchGroupResult {
2207
- BaselineId?: string | undefined;
2208
- PatchGroup?: string | undefined;
2209
- }
2214
+ export declare const DescribeMaintenanceWindowsResultFilterSensitiveLog: (
2215
+ obj: DescribeMaintenanceWindowsResult
2216
+ ) => any;
2210
2217
  export declare const MaintenanceWindowTargetFilterSensitiveLog: (
2211
2218
  obj: MaintenanceWindowTarget
2212
2219
  ) => any;
@@ -53,6 +53,10 @@ import {
53
53
  ServiceSetting,
54
54
  } from "./models_1";
55
55
  import { SSMServiceException as __BaseException } from "./SSMServiceException";
56
+ export interface RegisterPatchBaselineForPatchGroupResult {
57
+ BaselineId?: string | undefined;
58
+ PatchGroup?: string | undefined;
59
+ }
56
60
  export interface RegisterTargetWithMaintenanceWindowRequest {
57
61
  WindowId: string | undefined;
58
62
  ResourceType: MaintenanceWindowResourceType | undefined;
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ssm",
3
3
  "description": "AWS SDK for JavaScript Ssm Client for Node.js, Browser and React Native",
4
- "version": "3.830.0",
4
+ "version": "3.864.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-ssm",
@@ -20,43 +20,43 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.826.0",
24
- "@aws-sdk/credential-provider-node": "3.830.0",
25
- "@aws-sdk/middleware-host-header": "3.821.0",
26
- "@aws-sdk/middleware-logger": "3.821.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.821.0",
28
- "@aws-sdk/middleware-user-agent": "3.828.0",
29
- "@aws-sdk/region-config-resolver": "3.821.0",
30
- "@aws-sdk/types": "3.821.0",
31
- "@aws-sdk/util-endpoints": "3.828.0",
32
- "@aws-sdk/util-user-agent-browser": "3.821.0",
33
- "@aws-sdk/util-user-agent-node": "3.828.0",
34
- "@smithy/config-resolver": "^4.1.4",
35
- "@smithy/core": "^3.5.3",
36
- "@smithy/fetch-http-handler": "^5.0.4",
37
- "@smithy/hash-node": "^4.0.4",
38
- "@smithy/invalid-dependency": "^4.0.4",
39
- "@smithy/middleware-content-length": "^4.0.4",
40
- "@smithy/middleware-endpoint": "^4.1.11",
41
- "@smithy/middleware-retry": "^4.1.12",
42
- "@smithy/middleware-serde": "^4.0.8",
43
- "@smithy/middleware-stack": "^4.0.4",
44
- "@smithy/node-config-provider": "^4.1.3",
45
- "@smithy/node-http-handler": "^4.0.6",
46
- "@smithy/protocol-http": "^5.1.2",
47
- "@smithy/smithy-client": "^4.4.3",
48
- "@smithy/types": "^4.3.1",
49
- "@smithy/url-parser": "^4.0.4",
23
+ "@aws-sdk/core": "3.864.0",
24
+ "@aws-sdk/credential-provider-node": "3.864.0",
25
+ "@aws-sdk/middleware-host-header": "3.862.0",
26
+ "@aws-sdk/middleware-logger": "3.862.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.862.0",
28
+ "@aws-sdk/middleware-user-agent": "3.864.0",
29
+ "@aws-sdk/region-config-resolver": "3.862.0",
30
+ "@aws-sdk/types": "3.862.0",
31
+ "@aws-sdk/util-endpoints": "3.862.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.862.0",
33
+ "@aws-sdk/util-user-agent-node": "3.864.0",
34
+ "@smithy/config-resolver": "^4.1.5",
35
+ "@smithy/core": "^3.8.0",
36
+ "@smithy/fetch-http-handler": "^5.1.1",
37
+ "@smithy/hash-node": "^4.0.5",
38
+ "@smithy/invalid-dependency": "^4.0.5",
39
+ "@smithy/middleware-content-length": "^4.0.5",
40
+ "@smithy/middleware-endpoint": "^4.1.18",
41
+ "@smithy/middleware-retry": "^4.1.19",
42
+ "@smithy/middleware-serde": "^4.0.9",
43
+ "@smithy/middleware-stack": "^4.0.5",
44
+ "@smithy/node-config-provider": "^4.1.4",
45
+ "@smithy/node-http-handler": "^4.1.1",
46
+ "@smithy/protocol-http": "^5.1.3",
47
+ "@smithy/smithy-client": "^4.4.10",
48
+ "@smithy/types": "^4.3.2",
49
+ "@smithy/url-parser": "^4.0.5",
50
50
  "@smithy/util-base64": "^4.0.0",
51
51
  "@smithy/util-body-length-browser": "^4.0.0",
52
52
  "@smithy/util-body-length-node": "^4.0.0",
53
- "@smithy/util-defaults-mode-browser": "^4.0.19",
54
- "@smithy/util-defaults-mode-node": "^4.0.19",
55
- "@smithy/util-endpoints": "^3.0.6",
56
- "@smithy/util-middleware": "^4.0.4",
57
- "@smithy/util-retry": "^4.0.5",
53
+ "@smithy/util-defaults-mode-browser": "^4.0.26",
54
+ "@smithy/util-defaults-mode-node": "^4.0.26",
55
+ "@smithy/util-endpoints": "^3.0.7",
56
+ "@smithy/util-middleware": "^4.0.5",
57
+ "@smithy/util-retry": "^4.0.7",
58
58
  "@smithy/util-utf8": "^4.0.0",
59
- "@smithy/util-waiter": "^4.0.5",
59
+ "@smithy/util-waiter": "^4.0.7",
60
60
  "@types/uuid": "^9.0.1",
61
61
  "tslib": "^2.6.2",
62
62
  "uuid": "^9.0.1"
@@ -8,7 +8,7 @@ export interface ClientInputEndpointParameters {
8
8
  useFipsEndpoint?: boolean | undefined | Provider<boolean | undefined>;
9
9
  endpoint?: string | Provider<string> | Endpoint | Provider<Endpoint> | EndpointV2 | Provider<EndpointV2>;
10
10
  }
11
- export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
11
+ export type ClientResolvedEndpointParameters = Omit<ClientInputEndpointParameters, "endpoint"> & {
12
12
  defaultSigningName: string;
13
13
  };
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientResolvedEndpointParameters;
@@ -16,7 +16,10 @@ export interface ClientInputEndpointParameters {
16
16
  | EndpointV2
17
17
  | Provider<EndpointV2>;
18
18
  }
19
- export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
19
+ export type ClientResolvedEndpointParameters = Pick<
20
+ ClientInputEndpointParameters,
21
+ Exclude<keyof ClientInputEndpointParameters, "endpoint">
22
+ > & {
20
23
  defaultSigningName: string;
21
24
  };
22
25
  export declare const resolveClientEndpointParameters: <T>(