@gemeentenijmegen/webapp 1.1.3 → 1.1.5

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 (1230) hide show
  1. package/.jsii +12 -12
  2. package/assets/webapp/auth/auth.lambda/index.js +6 -0
  3. package/assets/webapp/login/login.lambda/index.js +6 -0
  4. package/lib/webapp/Criticality.js +1 -1
  5. package/lib/webapp/Webapp.js +1 -1
  6. package/lib/webapp/Webpage.js +1 -1
  7. package/lib/webapp/util/Files.js +1 -1
  8. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/endpoint/ruleset.js +1 -1
  9. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/index.js +466 -353
  10. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.js +10 -8
  11. package/node_modules/@aws-sdk/client-dynamodb/dist-es/DynamoDBClient.js +1 -0
  12. package/node_modules/@aws-sdk/client-dynamodb/dist-es/endpoint/ruleset.js +1 -1
  13. package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/models_0.js +74 -68
  14. package/node_modules/@aws-sdk/client-dynamodb/dist-es/protocols/Aws_json1_0.js +2 -1
  15. package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.js +10 -8
  16. package/node_modules/@aws-sdk/client-dynamodb/dist-types/DynamoDBClient.d.ts +18 -0
  17. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeContinuousBackupsCommand.d.ts +2 -1
  18. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +1 -1
  19. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateContinuousBackupsCommand.d.ts +3 -1
  20. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts +145 -59
  21. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.browser.d.ts +2 -1
  22. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.d.ts +2 -1
  23. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.native.d.ts +3 -2
  24. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/DynamoDBClient.d.ts +1 -0
  25. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_0.d.ts +2 -0
  26. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -3
  27. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.d.ts +10 -7
  28. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.native.d.ts +21 -8
  29. package/node_modules/@aws-sdk/client-dynamodb/package.json +43 -45
  30. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +618 -446
  31. package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +16 -11
  32. package/node_modules/@aws-sdk/client-s3/dist-es/S3Client.js +1 -0
  33. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataTableConfigurationCommand.js +1 -2
  34. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +1 -2
  35. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +1 -1
  36. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +1 -2
  37. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +1 -2
  38. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +1 -2
  39. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +1 -2
  40. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +1 -2
  41. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +1 -2
  42. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +1 -2
  43. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +1 -2
  44. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +1 -2
  45. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +1 -2
  46. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +1 -2
  47. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +1 -2
  48. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +1 -2
  49. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +1 -2
  50. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +1 -2
  51. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +1 -2
  52. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +1 -2
  53. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +1 -2
  54. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +1 -2
  55. package/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +1 -2
  56. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +1 -2
  57. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +28 -16
  58. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +10 -10
  59. package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +92 -29
  60. package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js +16 -11
  61. package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +18 -0
  62. package/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +3 -3
  63. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +9 -3
  64. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +19 -7
  65. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +16 -16
  66. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +1 -1
  67. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +7 -5
  68. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +2 -2
  69. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +2 -2
  70. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +2 -2
  71. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +2 -2
  72. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +3 -3
  73. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +31 -32
  74. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +2 -2
  75. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +1 -1
  76. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +2 -2
  77. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +6 -3
  78. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +24 -22
  79. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +19 -19
  80. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +2 -2
  81. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +6 -3
  82. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +2 -2
  83. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +5 -4
  84. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +2 -1
  85. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +2 -1
  86. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +5 -4
  87. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +6 -4
  88. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -1
  89. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +1 -1
  90. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +1 -1
  91. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +4 -4
  92. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +3 -3
  93. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +1 -1
  94. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +3 -3
  95. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +1 -1
  96. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +1 -1
  97. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +1 -1
  98. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +2 -2
  99. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +1 -1
  100. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +1 -1
  101. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +64 -51
  102. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +1 -1
  103. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +1 -1
  104. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +1 -1
  105. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +1 -1
  106. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +1 -1
  107. package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +1 -1
  108. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +6 -4
  109. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +17 -16
  110. package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +1 -0
  111. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +370 -195
  112. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +170 -89
  113. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +3 -1
  114. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +3 -1
  115. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +7 -5
  116. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +1 -0
  117. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +34 -3
  118. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +12 -1
  119. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +7 -3
  120. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +11 -7
  121. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +31 -11
  122. package/node_modules/@aws-sdk/client-s3/package.json +60 -62
  123. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/index.js +193 -139
  124. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.js +8 -6
  125. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/SecretsManagerClient.js +1 -0
  126. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/models/models_0.js +36 -24
  127. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.js +8 -6
  128. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/SecretsManagerClient.d.ts +18 -0
  129. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.browser.d.ts +2 -1
  130. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.d.ts +2 -1
  131. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.native.d.ts +3 -2
  132. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/SecretsManagerClient.d.ts +1 -0
  133. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -3
  134. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.d.ts +10 -7
  135. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.native.d.ts +21 -8
  136. package/node_modules/@aws-sdk/client-secrets-manager/package.json +41 -43
  137. package/node_modules/@aws-sdk/client-ssm/README.md +5 -4
  138. package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +1529 -1117
  139. package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.js +8 -6
  140. package/node_modules/@aws-sdk/client-ssm/dist-es/SSMClient.js +1 -0
  141. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_0.js +211 -146
  142. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +108 -80
  143. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_2.js +64 -44
  144. package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.js +8 -6
  145. package/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +5 -4
  146. package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +23 -4
  147. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +1 -1
  148. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateActivationCommand.d.ts +2 -2
  149. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationCommand.d.ts +6 -6
  150. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParameterCommand.d.ts +5 -0
  151. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +7 -3
  152. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +1 -1
  153. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCalendarStateCommand.d.ts +1 -1
  154. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +3 -3
  155. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterCommand.d.ts +5 -0
  156. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterHistoryCommand.d.ts +5 -0
  157. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersByPathCommand.d.ts +1 -1
  158. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/LabelParameterVersionCommand.d.ts +5 -0
  159. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationsCommand.d.ts +1 -1
  160. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +1 -1
  161. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutParameterCommand.d.ts +1 -1
  162. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UnlabelParameterVersionCommand.d.ts +5 -0
  163. package/node_modules/@aws-sdk/client-ssm/dist-types/index.d.ts +5 -4
  164. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +31 -20
  165. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +24 -24
  166. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +43 -26
  167. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.browser.d.ts +2 -1
  168. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +2 -1
  169. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +3 -2
  170. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +1 -0
  171. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -3
  172. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +10 -7
  173. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +21 -8
  174. package/node_modules/@aws-sdk/client-ssm/package.json +42 -44
  175. package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +57 -42
  176. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +8 -6
  177. package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +1 -0
  178. package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +8 -8
  179. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +8 -6
  180. package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +18 -0
  181. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +1 -0
  182. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +1 -0
  183. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +2 -1
  184. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +1 -0
  185. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -0
  186. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +1 -0
  187. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +16 -5
  188. package/node_modules/@aws-sdk/client-sso/package.json +40 -40
  189. package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +29 -32
  190. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +3 -4
  191. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +10 -9
  192. package/node_modules/@aws-sdk/core/package.json +13 -13
  193. package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +2 -3
  194. package/node_modules/@aws-sdk/credential-provider-env/package.json +8 -8
  195. package/node_modules/@aws-sdk/credential-provider-http/package.json +13 -13
  196. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +38 -27
  197. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +11 -2
  198. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +14 -11
  199. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +8 -2
  200. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +5 -7
  201. package/node_modules/@aws-sdk/credential-provider-ini/package.json +19 -19
  202. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +12 -19
  203. package/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +1 -1
  204. package/node_modules/@aws-sdk/credential-provider-node/package.json +16 -16
  205. package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +10 -6
  206. package/node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js +4 -2
  207. package/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +2 -3
  208. package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/fromProcess.d.ts +5 -3
  209. package/node_modules/@aws-sdk/credential-provider-process/package.json +9 -9
  210. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +8 -7
  211. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +4 -2
  212. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +2 -3
  213. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +5 -3
  214. package/node_modules/@aws-sdk/credential-provider-sso/package.json +11 -11
  215. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +6 -3
  216. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +6 -3
  217. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +3 -3
  218. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +5 -6
  219. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +9 -11
  220. package/node_modules/@aws-sdk/endpoint-cache/dist-cjs/index.js +5 -3
  221. package/node_modules/@aws-sdk/endpoint-cache/dist-es/EndpointCache.js +1 -0
  222. package/node_modules/@aws-sdk/endpoint-cache/package.json +4 -4
  223. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-cjs/index.js +1 -1
  224. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketHostnameUtils.d.ts +1 -1
  225. package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +9 -9
  226. package/node_modules/@aws-sdk/middleware-endpoint-discovery/package.json +8 -8
  227. package/node_modules/@aws-sdk/middleware-expect-continue/dist-cjs/index.js +1 -2
  228. package/node_modules/@aws-sdk/middleware-expect-continue/package.json +6 -6
  229. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/getCrc32ChecksumAlgorithmFunction.js +1 -3
  230. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/index.js +146 -49
  231. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/constants.js +2 -2
  232. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/crc64-nvme-crt-container.js +3 -0
  233. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsInputMiddleware.js +37 -0
  234. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsMiddleware.js +26 -4
  235. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsResponseMiddleware.js +2 -12
  236. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getChecksumAlgorithmForRequest.js +9 -5
  237. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getCrc32ChecksumAlgorithmFunction.js +1 -3
  238. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getFlexibleChecksumsPlugin.js +2 -0
  239. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/hasHeaderWithPrefix.js +9 -0
  240. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/index.js +1 -0
  241. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/resolveFlexibleChecksumsConfig.js +1 -0
  242. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/selectChecksumAlgorithmFunction.js +26 -7
  243. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/types.js +2 -0
  244. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/validateChecksumFromResponse.js +13 -2
  245. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/configuration.d.ts +14 -1
  246. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/constants.d.ts +5 -5
  247. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/crc64-nvme-crt-container.d.ts +13 -0
  248. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsInputMiddleware.d.ts +19 -0
  249. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsMiddleware.d.ts +12 -7
  250. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksumAlgorithmForRequest.d.ts +6 -2
  251. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getFlexibleChecksumsPlugin.d.ts +2 -1
  252. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/hasHeaderWithPrefix.d.ts +6 -0
  253. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/index.d.ts +1 -0
  254. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/resolveFlexibleChecksumsConfig.d.ts +17 -0
  255. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/configuration.d.ts +8 -0
  256. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/constants.d.ts +2 -3
  257. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/crc64-nvme-crt-container.d.ts +4 -0
  258. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/flexibleChecksumsInputMiddleware.d.ts +10 -0
  259. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/flexibleChecksumsMiddleware.d.ts +4 -2
  260. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getChecksumAlgorithmForRequest.d.ts +4 -3
  261. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getFlexibleChecksumsPlugin.d.ts +2 -0
  262. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/hasHeaderWithPrefix.d.ts +5 -0
  263. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/index.d.ts +1 -0
  264. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/resolveFlexibleChecksumsConfig.d.ts +2 -0
  265. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/validateChecksumFromResponse.d.ts +3 -1
  266. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/validateChecksumFromResponse.d.ts +3 -1
  267. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +19 -20
  268. package/node_modules/@aws-sdk/middleware-host-header/package.json +6 -6
  269. package/node_modules/@aws-sdk/middleware-location-constraint/dist-cjs/index.js +1 -1
  270. package/node_modules/@aws-sdk/middleware-location-constraint/package.json +5 -5
  271. package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +2 -3
  272. package/node_modules/@aws-sdk/middleware-logger/package.json +6 -6
  273. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +6 -6
  274. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +36 -39
  275. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/check-content-length-header.js +2 -1
  276. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/S3ExpressIdentityCache.js +3 -2
  277. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/S3ExpressIdentityCacheEntry.js +3 -0
  278. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/S3ExpressIdentityProviderImpl.js +3 -1
  279. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3Configuration.js +0 -1
  280. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +16 -16
  281. package/node_modules/@aws-sdk/middleware-ssec/package.json +5 -5
  282. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +13 -17
  283. package/node_modules/@aws-sdk/middleware-user-agent/package.json +9 -9
  284. package/node_modules/@aws-sdk/nested-clients/README.md +13 -0
  285. package/node_modules/@aws-sdk/nested-clients/dist-cjs/index.js +2 -0
  286. package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/auth/httpAuthSchemeProvider.js +0 -8
  287. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +873 -0
  288. package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/runtimeConfig.browser.js +1 -2
  289. package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/runtimeConfig.js +9 -9
  290. package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/STSClient.js +1 -0
  291. package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/auth/httpAuthSchemeProvider.js +0 -4
  292. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +952 -0
  293. package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/runtimeConfig.browser.js +1 -1
  294. package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/runtimeConfig.js +10 -10
  295. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +9 -0
  296. package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/SSOOIDCClient.js +1 -0
  297. package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/auth/httpAuthSchemeProvider.js +0 -8
  298. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/index.js +1 -0
  299. package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/models/models_0.js +56 -99
  300. package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/protocols/Aws_restJson1.js +2 -174
  301. package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/runtimeConfig.browser.js +1 -2
  302. package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/runtimeConfig.js +9 -9
  303. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +11 -0
  304. package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/STSClient.js +1 -0
  305. package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/auth/httpAuthSchemeProvider.js +0 -4
  306. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/index.js +2 -0
  307. package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/defaultStsRoleAssumers.js +6 -4
  308. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/extensionConfiguration.js +1 -0
  309. package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/models/models_0.js +30 -62
  310. package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/protocols/Aws_query.js +10 -420
  311. package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/runtimeConfig.browser.js +1 -1
  312. package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/runtimeConfig.js +10 -10
  313. package/node_modules/@aws-sdk/nested-clients/dist-types/index.d.ts +7 -0
  314. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/SSOOIDC.d.ts +12 -32
  315. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/SSOOIDCClient.d.ts +33 -23
  316. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/commands/CreateTokenCommand.d.ts +4 -51
  317. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/index.d.ts +1 -0
  318. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/index.d.ts +12 -11
  319. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +387 -0
  320. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +11 -0
  321. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/runtimeConfig.browser.d.ts +1 -1
  322. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/runtimeConfig.d.ts +1 -1
  323. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/runtimeConfig.native.d.ts +2 -2
  324. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +27 -0
  325. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/STSClient.d.ts +20 -9
  326. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/commands/AssumeRoleCommand.d.ts +0 -47
  327. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -34
  328. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/index.d.ts +2 -0
  329. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/defaultStsRoleAssumers.d.ts +2 -2
  330. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/models/models_0.d.ts +19 -634
  331. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/protocols/Aws_query.d.ts +20 -0
  332. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/runtimeConfig.browser.d.ts +2 -1
  333. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/runtimeConfig.d.ts +2 -1
  334. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/runtimeConfig.native.d.ts +3 -2
  335. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/index.d.ts +1 -0
  336. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDC.d.ts +22 -0
  337. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/SSOOIDCClient.d.ts +3 -24
  338. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/commands/CreateTokenCommand.d.ts +5 -9
  339. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/index.d.ts +1 -0
  340. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/models/models_0.d.ts +6 -99
  341. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +17 -0
  342. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/runtimeConfig.browser.d.ts +1 -3
  343. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/runtimeConfig.d.ts +1 -7
  344. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/runtimeConfig.native.d.ts +16 -8
  345. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STS.d.ts +39 -0
  346. package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/STSClient.d.ts +3 -44
  347. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/index.d.ts +2 -0
  348. package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/defaultStsRoleAssumers.d.ts +2 -2
  349. package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/models/models_0.d.ts +10 -105
  350. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/protocols/Aws_query.d.ts +29 -0
  351. package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/runtimeConfig.browser.d.ts +6 -3
  352. package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/runtimeConfig.d.ts +4 -7
  353. package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/runtimeConfig.native.d.ts +21 -8
  354. package/node_modules/@aws-sdk/nested-clients/package.json +115 -0
  355. package/node_modules/@aws-sdk/nested-clients/sso-oidc.d.ts +7 -0
  356. package/node_modules/@aws-sdk/nested-clients/sso-oidc.js +5 -0
  357. package/node_modules/@aws-sdk/nested-clients/sts.d.ts +7 -0
  358. package/node_modules/@aws-sdk/nested-clients/sts.js +5 -0
  359. package/node_modules/@aws-sdk/region-config-resolver/package.json +8 -8
  360. package/node_modules/@aws-sdk/s3-request-presigner/dist-cjs/index.js +10 -9
  361. package/node_modules/@aws-sdk/s3-request-presigner/dist-es/presigner.js +1 -0
  362. package/node_modules/@aws-sdk/s3-request-presigner/package.json +13 -13
  363. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js +7 -3
  364. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/SignatureV4MultiRegion.js +3 -0
  365. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +8 -8
  366. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +17 -10
  367. package/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +11 -2
  368. package/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +1 -1
  369. package/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +1 -1
  370. package/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +2 -2
  371. package/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +1 -0
  372. package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +2 -1
  373. package/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +2 -1
  374. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +5 -2
  375. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +3 -1
  376. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +1 -1
  377. package/node_modules/@aws-sdk/token-providers/package.json +9 -11
  378. package/node_modules/@aws-sdk/types/dist-cjs/index.js +0 -1
  379. package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +1 -0
  380. package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +56 -2
  381. package/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +1 -0
  382. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +22 -1
  383. package/node_modules/@aws-sdk/types/package.json +4 -4
  384. package/node_modules/@aws-sdk/util-arn-parser/package.json +4 -4
  385. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +17 -1
  386. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +17 -1
  387. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +17 -1
  388. package/node_modules/@aws-sdk/util-endpoints/package.json +6 -6
  389. package/node_modules/@aws-sdk/util-format-url/package.json +6 -6
  390. package/node_modules/@aws-sdk/util-locate-window/package.json +4 -4
  391. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +4 -4
  392. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +4 -4
  393. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/nodeAppIdConfigOptions.js +3 -2
  394. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/nodeAppIdConfigOptions.d.ts +1 -1
  395. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/nodeAppIdConfigOptions.d.ts +1 -1
  396. package/node_modules/@aws-sdk/util-user-agent-node/package.json +8 -8
  397. package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +9 -7
  398. package/node_modules/@aws-sdk/xml-builder/dist-es/XmlNode.js +3 -1
  399. package/node_modules/@aws-sdk/xml-builder/dist-es/XmlText.js +1 -0
  400. package/node_modules/@aws-sdk/xml-builder/package.json +4 -4
  401. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/.jsii +92 -46
  402. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/README.md +3 -3
  403. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/lib/index.js +1 -1
  404. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/.jsii +128 -67
  405. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/alb-defaults.js +2 -3
  406. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/alb-helper.js +7 -8
  407. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/apigateway-defaults.js +7 -8
  408. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/apigateway-helper.js +7 -8
  409. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-defaults.js +4 -5
  410. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-helper.js +6 -7
  411. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudwatch-log-group-defaults.js +2 -3
  412. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudwatch-log-group-helper.js +2 -3
  413. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cognito-defaults.js +4 -4
  414. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cognito-helper.js +6 -7
  415. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/dynamodb-table-helper.js +5 -6
  416. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/elasticache-defaults.js +3 -4
  417. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/elasticache-helper.js +4 -5
  418. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/elasticsearch-defaults.js +2 -3
  419. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/elasticsearch-helper.js +3 -4
  420. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/eventbridge-helper.d.ts +2 -2
  421. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/eventbridge-helper.js +3 -4
  422. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/events-rule-defaults.js +2 -3
  423. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/fargate-defaults.js +6 -7
  424. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/fargate-helper.js +6 -7
  425. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-database-defaults.js +2 -3
  426. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-database-helper.js +2 -3
  427. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-job-defaults.js +2 -3
  428. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-job-helper.js +7 -7
  429. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-table-defaults.js +2 -3
  430. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-table-helper.js +3 -4
  431. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/iot-topic-rule-defaults.js +2 -3
  432. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kendra-defaults.js +2 -3
  433. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kendra-helper.js +5 -6
  434. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kinesis-analytics-helper.js +2 -3
  435. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kinesis-firehose-s3-defaults.js +2 -3
  436. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kinesis-streams-helper.js +4 -5
  437. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kms-helper.js +2 -3
  438. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/lambda-defaults.js +2 -3
  439. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/lambda-event-source-mapping-defaults.js +4 -5
  440. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/lambda-helper.js +6 -7
  441. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/mediastore-defaults.js +2 -3
  442. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/mediastore-helper.js +3 -4
  443. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/opensearch-defaults.js +2 -3
  444. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/opensearch-helper.js +4 -5
  445. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/override-warning-service.js +2 -3
  446. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/pipes-defaults.d.ts +1 -0
  447. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/pipes-defaults.js +13 -5
  448. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/pipes-helper.d.ts +10 -0
  449. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/pipes-helper.js +62 -6
  450. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/s3-bucket-defaults.js +3 -3
  451. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/s3-bucket-helper.js +7 -8
  452. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sagemaker-defaults.js +5 -6
  453. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sagemaker-helper.js +8 -9
  454. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/secretsmanager-helper.js +3 -4
  455. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/security-group-helper.js +3 -4
  456. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sns-helper.js +3 -4
  457. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sqs-defaults.js +3 -3
  458. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sqs-helper.d.ts +1 -1
  459. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sqs-helper.js +4 -5
  460. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/ssm-string-parameter-helper.js +2 -3
  461. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/step-function-defaults.js +2 -3
  462. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/step-function-helper.js +5 -5
  463. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/utils.js +19 -19
  464. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/vpc-defaults.js +4 -5
  465. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/vpc-helper.js +6 -6
  466. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/waf-defaults.js +4 -5
  467. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/waf-helper.js +3 -4
  468. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/websocket-api-helper.js +4 -5
  469. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/package.json +4 -4
  470. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/lambda/index.js +13 -0
  471. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/lambda-test/index.js +13 -0
  472. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/pipes-helper.test.js +93 -1
  473. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/test-helper.js +16 -16
  474. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/package.json +7 -7
  475. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/__entrypoint__.js +1 -0
  476. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +21 -0
  477. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/cdk.out +1 -1
  478. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/integ.json +1 -1
  479. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddb-deployFunctionWithExistingVpc.assets.json +9 -9
  480. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddb-deployFunctionWithExistingVpc.template.json +8 -2
  481. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddbdeployFunctionWithExistingVpcIntegDefaultTestDeployAssertEE08E38E.assets.json +1 -1
  482. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/manifest.json +8 -2
  483. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/tree.json +84 -78
  484. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/__entrypoint__.js +1 -0
  485. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +21 -0
  486. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/cdk.out +1 -1
  487. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/integ.json +1 -1
  488. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddb-deployFunctionWithVpc.assets.json +9 -9
  489. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddb-deployFunctionWithVpc.template.json +8 -2
  490. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddbdeployFunctionWithVpcIntegDefaultTestDeployAssert0AB8275C.assets.json +1 -1
  491. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/manifest.json +8 -2
  492. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/tree.json +64 -58
  493. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/lambda/index.js +13 -0
  494. package/node_modules/@gemeentenijmegen/apiclient/lib/index.d.ts +10 -8
  495. package/node_modules/@gemeentenijmegen/apiclient/lib/index.js +23 -27
  496. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/LICENSE +287 -0
  497. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/README.md +42 -0
  498. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/AWS.d.ts +18 -0
  499. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/AWS.js +42 -0
  500. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/Bsn.d.ts +34 -0
  501. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/Bsn.js +87 -0
  502. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/Storage.d.ts +23 -0
  503. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/Storage.js +116 -0
  504. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/environmentVariables.d.ts +20 -0
  505. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/environmentVariables.js +36 -0
  506. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/index.d.ts +4 -0
  507. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/index.js +12 -0
  508. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/package.json +101 -0
  509. package/node_modules/@gemeentenijmegen/apiclient/package.json +16 -14
  510. package/node_modules/@gemeentenijmegen/apigateway-http/package.json +10 -9
  511. package/node_modules/@gemeentenijmegen/session/package.json +9 -8
  512. package/node_modules/@gemeentenijmegen/utils/package.json +12 -11
  513. package/node_modules/@smithy/abort-controller/dist-cjs/index.js +8 -6
  514. package/node_modules/@smithy/abort-controller/package.json +3 -3
  515. package/node_modules/@smithy/chunked-blob-reader/package.json +6 -2
  516. package/node_modules/@smithy/chunked-blob-reader-native/package.json +7 -3
  517. package/node_modules/@smithy/config-resolver/dist-cjs/index.js +8 -12
  518. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +3 -0
  519. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +4 -1
  520. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +3 -0
  521. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +4 -1
  522. package/node_modules/@smithy/config-resolver/package.json +6 -6
  523. package/node_modules/@smithy/core/dist-cjs/index.js +34 -22
  524. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +2 -4
  525. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +1 -1
  526. package/node_modules/@smithy/core/dist-es/pagination/createPaginator.js +9 -6
  527. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +1 -0
  528. package/node_modules/@smithy/core/package.json +11 -11
  529. package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +10 -11
  530. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +1 -0
  531. package/node_modules/@smithy/credential-provider-imds/package.json +7 -7
  532. package/node_modules/@smithy/eventstream-codec/dist-cjs/index.js +28 -21
  533. package/node_modules/@smithy/eventstream-codec/package.json +8 -5
  534. package/node_modules/@smithy/eventstream-serde-browser/dist-cjs/index.js +4 -3
  535. package/node_modules/@smithy/eventstream-serde-browser/package.json +4 -4
  536. package/node_modules/@smithy/eventstream-serde-config-resolver/dist-types/EventStreamSerdeConfig.d.ts +3 -0
  537. package/node_modules/@smithy/eventstream-serde-config-resolver/dist-types/ts3.4/EventStreamSerdeConfig.d.ts +3 -0
  538. package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +3 -3
  539. package/node_modules/@smithy/eventstream-serde-node/dist-cjs/index.js +4 -3
  540. package/node_modules/@smithy/eventstream-serde-node/package.json +5 -5
  541. package/node_modules/@smithy/eventstream-serde-universal/dist-cjs/index.js +4 -3
  542. package/node_modules/@smithy/eventstream-serde-universal/package.json +6 -6
  543. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +37 -10
  544. package/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +27 -1
  545. package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +6 -4
  546. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +6 -4
  547. package/node_modules/@smithy/fetch-http-handler/package.json +9 -6
  548. package/node_modules/@smithy/hash-blob-browser/package.json +8 -5
  549. package/node_modules/@smithy/hash-node/dist-cjs/index.js +4 -3
  550. package/node_modules/@smithy/hash-node/package.json +6 -6
  551. package/node_modules/@smithy/hash-stream-node/dist-cjs/index.js +4 -3
  552. package/node_modules/@smithy/hash-stream-node/dist-types/HashCalculator.d.ts +1 -0
  553. package/node_modules/@smithy/hash-stream-node/package.json +6 -6
  554. package/node_modules/@smithy/invalid-dependency/package.json +5 -2
  555. package/node_modules/@smithy/is-array-buffer/package.json +5 -4
  556. package/node_modules/@smithy/md5-js/dist-cjs/index.js +4 -3
  557. package/node_modules/@smithy/md5-js/package.json +9 -6
  558. package/node_modules/@smithy/middleware-content-length/package.json +4 -4
  559. package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +10 -9
  560. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +3 -0
  561. package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +4 -1
  562. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +4 -1
  563. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/types.d.ts +8 -1
  564. package/node_modules/@smithy/middleware-endpoint/dist-types/types.d.ts +8 -1
  565. package/node_modules/@smithy/middleware-endpoint/package.json +10 -10
  566. package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +18 -17
  567. package/node_modules/@smithy/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts +2 -0
  568. package/node_modules/@smithy/middleware-retry/dist-types/StandardRetryStrategy.d.ts +3 -0
  569. package/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +21 -0
  570. package/node_modules/@smithy/middleware-retry/dist-types/defaultRetryQuota.d.ts +6 -0
  571. package/node_modules/@smithy/middleware-retry/dist-types/delayDecider.d.ts +1 -0
  572. package/node_modules/@smithy/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +9 -0
  573. package/node_modules/@smithy/middleware-retry/dist-types/retryDecider.d.ts +1 -0
  574. package/node_modules/@smithy/middleware-retry/dist-types/retryMiddleware.d.ts +12 -0
  575. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +2 -0
  576. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +3 -0
  577. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/configurations.d.ts +21 -0
  578. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts +6 -0
  579. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/delayDecider.d.ts +1 -0
  580. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/omitRetryHeadersMiddleware.d.ts +9 -0
  581. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryDecider.d.ts +1 -0
  582. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryMiddleware.d.ts +12 -0
  583. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/types.d.ts +12 -0
  584. package/node_modules/@smithy/middleware-retry/dist-types/types.d.ts +12 -0
  585. package/node_modules/@smithy/middleware-retry/package.json +10 -10
  586. package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +11 -4
  587. package/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +12 -2
  588. package/node_modules/@smithy/middleware-serde/package.json +4 -4
  589. package/node_modules/@smithy/middleware-stack/dist-cjs/index.js +4 -12
  590. package/node_modules/@smithy/middleware-stack/dist-types/MiddlewareStack.d.ts +3 -0
  591. package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts +3 -0
  592. package/node_modules/@smithy/middleware-stack/package.json +3 -3
  593. package/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +9 -0
  594. package/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +7 -0
  595. package/node_modules/@smithy/node-config-provider/dist-types/fromStatic.d.ts +6 -0
  596. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +9 -0
  597. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +7 -0
  598. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +6 -0
  599. package/node_modules/@smithy/node-config-provider/package.json +6 -6
  600. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +49 -41
  601. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +2 -1
  602. package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +12 -3
  603. package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +2 -2
  604. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +8 -0
  605. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +3 -0
  606. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +6 -1
  607. package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +1 -0
  608. package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +2 -0
  609. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +2 -0
  610. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +2 -0
  611. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +1 -0
  612. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +4 -0
  613. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +1 -0
  614. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +8 -0
  615. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +3 -0
  616. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +6 -1
  617. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +4 -0
  618. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +1 -1
  619. package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +1 -1
  620. package/node_modules/@smithy/node-http-handler/package.json +8 -8
  621. package/node_modules/@smithy/property-provider/dist-cjs/index.js +16 -14
  622. package/node_modules/@smithy/property-provider/package.json +3 -3
  623. package/node_modules/@smithy/protocol-http/dist-cjs/index.js +16 -12
  624. package/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +0 -2
  625. package/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +3 -1
  626. package/node_modules/@smithy/protocol-http/dist-types/httpResponse.d.ts +13 -0
  627. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpHandler.d.ts +0 -2
  628. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +3 -1
  629. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpResponse.d.ts +13 -0
  630. package/node_modules/@smithy/protocol-http/package.json +3 -3
  631. package/node_modules/@smithy/querystring-builder/package.json +4 -4
  632. package/node_modules/@smithy/querystring-parser/package.json +3 -3
  633. package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +4 -14
  634. package/node_modules/@smithy/service-error-classification/package.json +3 -3
  635. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts +10 -0
  636. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +1 -0
  637. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +2 -0
  638. package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +10 -0
  639. package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +7 -0
  640. package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +3 -0
  641. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +10 -0
  642. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +1 -0
  643. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +2 -0
  644. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +10 -0
  645. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +7 -0
  646. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +3 -0
  647. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +6 -3
  648. package/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +6 -3
  649. package/node_modules/@smithy/shared-ini-file-loader/package.json +4 -4
  650. package/node_modules/@smithy/signature-v4/dist-cjs/index.js +16 -14
  651. package/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +9 -0
  652. package/node_modules/@smithy/signature-v4/dist-types/credentialDerivation.d.ts +13 -9
  653. package/node_modules/@smithy/signature-v4/dist-types/getCanonicalHeaders.d.ts +1 -1
  654. package/node_modules/@smithy/signature-v4/dist-types/getCanonicalQuery.d.ts +1 -1
  655. package/node_modules/@smithy/signature-v4/dist-types/getPayloadHash.d.ts +1 -1
  656. package/node_modules/@smithy/signature-v4/dist-types/moveHeadersToQuery.d.ts +1 -1
  657. package/node_modules/@smithy/signature-v4/dist-types/prepareRequest.d.ts +1 -1
  658. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +9 -0
  659. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +13 -9
  660. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +1 -1
  661. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +1 -1
  662. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +1 -1
  663. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +1 -1
  664. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +1 -1
  665. package/node_modules/@smithy/signature-v4/package.json +9 -9
  666. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +57 -25
  667. package/node_modules/@smithy/smithy-client/dist-es/exceptions.js +25 -1
  668. package/node_modules/@smithy/smithy-client/dist-es/lazy-json.js +2 -2
  669. package/node_modules/@smithy/smithy-client/dist-types/exceptions.d.ts +8 -0
  670. package/node_modules/@smithy/smithy-client/dist-types/extensions/retry.d.ts +3 -0
  671. package/node_modules/@smithy/smithy-client/dist-types/lazy-json.d.ts +9 -6
  672. package/node_modules/@smithy/smithy-client/dist-types/ser-utils.d.ts +1 -0
  673. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/exceptions.d.ts +8 -0
  674. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/retry.d.ts +3 -0
  675. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/lazy-json.d.ts +9 -6
  676. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/ser-utils.d.ts +1 -0
  677. package/node_modules/@smithy/smithy-client/package.json +10 -10
  678. package/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +2 -0
  679. package/node_modules/@smithy/types/dist-types/client.d.ts +1 -0
  680. package/node_modules/@smithy/types/dist-types/connection/config.d.ts +3 -0
  681. package/node_modules/@smithy/types/dist-types/connection/manager.d.ts +6 -0
  682. package/node_modules/@smithy/types/dist-types/connection/pool.d.ts +8 -0
  683. package/node_modules/@smithy/types/dist-types/encode.d.ts +12 -0
  684. package/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +12 -0
  685. package/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +3 -0
  686. package/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +9 -0
  687. package/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +6 -0
  688. package/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +30 -0
  689. package/node_modules/@smithy/types/dist-types/eventStream.d.ts +31 -2
  690. package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +3 -0
  691. package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +3 -2
  692. package/node_modules/@smithy/types/dist-types/http.d.ts +6 -0
  693. package/node_modules/@smithy/types/dist-types/pagination.d.ts +8 -1
  694. package/node_modules/@smithy/types/dist-types/serde.d.ts +1 -0
  695. package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +2 -1
  696. package/node_modules/@smithy/types/dist-types/transfer.d.ts +8 -0
  697. package/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +1 -0
  698. package/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +1 -0
  699. package/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +3 -0
  700. package/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +6 -0
  701. package/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +8 -0
  702. package/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +12 -0
  703. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +12 -0
  704. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +3 -0
  705. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +9 -0
  706. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +6 -0
  707. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +30 -0
  708. package/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +31 -2
  709. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +3 -0
  710. package/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +3 -2
  711. package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +6 -0
  712. package/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +7 -0
  713. package/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +1 -0
  714. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +1 -1
  715. package/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +8 -0
  716. package/node_modules/@smithy/types/package.json +2 -2
  717. package/node_modules/@smithy/url-parser/package.json +6 -3
  718. package/node_modules/@smithy/util-base64/package.json +8 -7
  719. package/node_modules/@smithy/util-body-length-browser/package.json +7 -3
  720. package/node_modules/@smithy/util-body-length-node/package.json +6 -5
  721. package/node_modules/@smithy/util-buffer-from/package.json +7 -6
  722. package/node_modules/@smithy/util-config-provider/package.json +6 -5
  723. package/node_modules/@smithy/util-defaults-mode-browser/package.json +7 -7
  724. package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +2 -2
  725. package/node_modules/@smithy/util-defaults-mode-node/package.json +10 -10
  726. package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +13 -15
  727. package/node_modules/@smithy/util-endpoints/package.json +5 -5
  728. package/node_modules/@smithy/util-hex-encoding/package.json +5 -4
  729. package/node_modules/@smithy/util-middleware/package.json +4 -4
  730. package/node_modules/@smithy/util-retry/dist-cjs/index.js +27 -21
  731. package/node_modules/@smithy/util-retry/package.json +5 -5
  732. package/node_modules/@smithy/util-stream/dist-cjs/ByteArrayCollector.js +35 -0
  733. package/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js +61 -0
  734. package/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js +104 -0
  735. package/node_modules/@smithy/util-stream/dist-cjs/index.js +13 -10
  736. package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +1 -1
  737. package/node_modules/@smithy/util-stream/dist-es/ByteArrayCollector.js +31 -0
  738. package/node_modules/@smithy/util-stream/dist-es/createBufferedReadable.js +57 -0
  739. package/node_modules/@smithy/util-stream/dist-es/createBufferedReadableStream.js +95 -0
  740. package/node_modules/@smithy/util-stream/dist-es/index.js +4 -3
  741. package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +1 -1
  742. package/node_modules/@smithy/util-stream/dist-types/ByteArrayCollector.d.ts +13 -0
  743. package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +1 -0
  744. package/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +13 -0
  745. package/node_modules/@smithy/util-stream/dist-types/createBufferedReadableStream.d.ts +49 -0
  746. package/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +1 -1
  747. package/node_modules/@smithy/util-stream/dist-types/index.d.ts +4 -3
  748. package/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +2 -1
  749. package/node_modules/@smithy/util-stream/dist-types/ts3.4/ByteArrayCollector.d.ts +13 -0
  750. package/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +13 -0
  751. package/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadableStream.d.ts +53 -0
  752. package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +1 -1
  753. package/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +4 -3
  754. package/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +2 -1
  755. package/node_modules/@smithy/util-stream/package.json +15 -12
  756. package/node_modules/@smithy/util-uri-escape/package.json +5 -4
  757. package/node_modules/@smithy/util-utf8/package.json +6 -5
  758. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +7 -9
  759. package/node_modules/@smithy/util-waiter/dist-es/utils/validate.js +3 -3
  760. package/node_modules/@smithy/util-waiter/package.json +4 -4
  761. package/node_modules/@types/aws-lambda/README.md +1 -1
  762. package/node_modules/@types/aws-lambda/package.json +2 -2
  763. package/node_modules/@types/aws-lambda/trigger/guard-duty-event-notification.d.ts +1 -1
  764. package/node_modules/axios/CHANGELOG.md +61 -0
  765. package/node_modules/axios/README.md +30 -14
  766. package/node_modules/axios/dist/axios.js +13 -24
  767. package/node_modules/axios/dist/axios.js.map +1 -1
  768. package/node_modules/axios/dist/axios.min.js +2 -1
  769. package/node_modules/axios/dist/axios.min.js.map +1 -1
  770. package/node_modules/axios/dist/browser/axios.cjs +13 -27
  771. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  772. package/node_modules/axios/dist/esm/axios.js +13 -27
  773. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  774. package/node_modules/axios/dist/esm/axios.min.js +2 -1
  775. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  776. package/node_modules/axios/dist/node/axios.cjs +42 -29
  777. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  778. package/node_modules/axios/lib/core/Axios.js +10 -1
  779. package/node_modules/axios/lib/core/buildFullPath.js +3 -2
  780. package/node_modules/axios/lib/env/data.js +1 -1
  781. package/node_modules/axios/lib/helpers/formDataToStream.js +3 -2
  782. package/node_modules/axios/lib/platform/node/index.js +26 -0
  783. package/node_modules/axios/lib/utils.js +0 -22
  784. package/node_modules/axios/package.json +3 -3
  785. package/node_modules/call-bind-apply-helpers/.eslintrc +17 -0
  786. package/node_modules/call-bind-apply-helpers/.github/FUNDING.yml +12 -0
  787. package/node_modules/call-bind-apply-helpers/.nycrc +9 -0
  788. package/node_modules/call-bind-apply-helpers/CHANGELOG.md +30 -0
  789. package/node_modules/call-bind-apply-helpers/LICENSE +21 -0
  790. package/node_modules/call-bind-apply-helpers/README.md +62 -0
  791. package/node_modules/call-bind-apply-helpers/actualApply.d.ts +1 -0
  792. package/node_modules/call-bind-apply-helpers/actualApply.js +10 -0
  793. package/node_modules/call-bind-apply-helpers/applyBind.d.ts +19 -0
  794. package/node_modules/call-bind-apply-helpers/applyBind.js +10 -0
  795. package/node_modules/call-bind-apply-helpers/functionApply.d.ts +1 -0
  796. package/node_modules/call-bind-apply-helpers/functionApply.js +4 -0
  797. package/node_modules/call-bind-apply-helpers/functionCall.d.ts +1 -0
  798. package/node_modules/call-bind-apply-helpers/functionCall.js +4 -0
  799. package/node_modules/call-bind-apply-helpers/index.d.ts +64 -0
  800. package/node_modules/call-bind-apply-helpers/index.js +15 -0
  801. package/node_modules/call-bind-apply-helpers/package.json +85 -0
  802. package/node_modules/call-bind-apply-helpers/reflectApply.d.ts +3 -0
  803. package/node_modules/call-bind-apply-helpers/reflectApply.js +4 -0
  804. package/node_modules/call-bind-apply-helpers/test/index.js +63 -0
  805. package/node_modules/call-bind-apply-helpers/tsconfig.json +9 -0
  806. package/node_modules/dunder-proto/.eslintrc +5 -0
  807. package/node_modules/dunder-proto/.github/FUNDING.yml +12 -0
  808. package/node_modules/dunder-proto/.nycrc +13 -0
  809. package/node_modules/dunder-proto/CHANGELOG.md +24 -0
  810. package/node_modules/dunder-proto/LICENSE +21 -0
  811. package/node_modules/dunder-proto/README.md +54 -0
  812. package/node_modules/dunder-proto/get.d.ts +5 -0
  813. package/node_modules/dunder-proto/get.js +30 -0
  814. package/node_modules/dunder-proto/package.json +76 -0
  815. package/node_modules/dunder-proto/set.d.ts +5 -0
  816. package/node_modules/dunder-proto/set.js +35 -0
  817. package/node_modules/dunder-proto/test/get.js +34 -0
  818. package/node_modules/dunder-proto/test/index.js +4 -0
  819. package/node_modules/dunder-proto/test/set.js +50 -0
  820. package/node_modules/dunder-proto/tsconfig.json +9 -0
  821. package/node_modules/es-define-property/.eslintrc +13 -0
  822. package/node_modules/es-define-property/.github/FUNDING.yml +12 -0
  823. package/node_modules/es-define-property/.nycrc +9 -0
  824. package/node_modules/es-define-property/CHANGELOG.md +29 -0
  825. package/node_modules/es-define-property/LICENSE +21 -0
  826. package/node_modules/es-define-property/README.md +49 -0
  827. package/node_modules/es-define-property/index.d.ts +3 -0
  828. package/node_modules/es-define-property/index.js +14 -0
  829. package/node_modules/es-define-property/package.json +81 -0
  830. package/node_modules/es-define-property/test/index.js +56 -0
  831. package/node_modules/es-define-property/tsconfig.json +10 -0
  832. package/node_modules/es-errors/.eslintrc +5 -0
  833. package/node_modules/es-errors/.github/FUNDING.yml +12 -0
  834. package/node_modules/es-errors/CHANGELOG.md +40 -0
  835. package/node_modules/es-errors/LICENSE +21 -0
  836. package/node_modules/es-errors/README.md +55 -0
  837. package/node_modules/es-errors/eval.d.ts +3 -0
  838. package/node_modules/es-errors/eval.js +4 -0
  839. package/node_modules/es-errors/index.d.ts +3 -0
  840. package/node_modules/es-errors/index.js +4 -0
  841. package/node_modules/es-errors/package.json +80 -0
  842. package/node_modules/es-errors/range.d.ts +3 -0
  843. package/node_modules/es-errors/range.js +4 -0
  844. package/node_modules/es-errors/ref.d.ts +3 -0
  845. package/node_modules/es-errors/ref.js +4 -0
  846. package/node_modules/es-errors/syntax.d.ts +3 -0
  847. package/node_modules/es-errors/syntax.js +4 -0
  848. package/node_modules/es-errors/test/index.js +19 -0
  849. package/node_modules/es-errors/tsconfig.json +49 -0
  850. package/node_modules/es-errors/type.d.ts +3 -0
  851. package/node_modules/es-errors/type.js +4 -0
  852. package/node_modules/es-errors/uri.d.ts +3 -0
  853. package/node_modules/es-errors/uri.js +4 -0
  854. package/node_modules/es-object-atoms/.eslintrc +16 -0
  855. package/node_modules/es-object-atoms/.github/FUNDING.yml +12 -0
  856. package/node_modules/es-object-atoms/CHANGELOG.md +37 -0
  857. package/node_modules/es-object-atoms/LICENSE +21 -0
  858. package/node_modules/es-object-atoms/README.md +63 -0
  859. package/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +3 -0
  860. package/node_modules/es-object-atoms/RequireObjectCoercible.js +11 -0
  861. package/node_modules/es-object-atoms/ToObject.d.ts +7 -0
  862. package/node_modules/es-object-atoms/ToObject.js +10 -0
  863. package/node_modules/es-object-atoms/index.d.ts +3 -0
  864. package/node_modules/es-object-atoms/index.js +4 -0
  865. package/node_modules/es-object-atoms/isObject.d.ts +3 -0
  866. package/node_modules/es-object-atoms/isObject.js +6 -0
  867. package/node_modules/es-object-atoms/package.json +80 -0
  868. package/node_modules/es-object-atoms/test/index.js +38 -0
  869. package/node_modules/es-object-atoms/tsconfig.json +6 -0
  870. package/node_modules/es-set-tostringtag/.eslintrc +13 -0
  871. package/node_modules/es-set-tostringtag/.nycrc +9 -0
  872. package/node_modules/es-set-tostringtag/CHANGELOG.md +67 -0
  873. package/node_modules/es-set-tostringtag/LICENSE +21 -0
  874. package/node_modules/es-set-tostringtag/README.md +53 -0
  875. package/node_modules/es-set-tostringtag/index.d.ts +10 -0
  876. package/node_modules/es-set-tostringtag/index.js +35 -0
  877. package/node_modules/es-set-tostringtag/package.json +78 -0
  878. package/node_modules/es-set-tostringtag/test/index.js +85 -0
  879. package/node_modules/es-set-tostringtag/tsconfig.json +9 -0
  880. package/node_modules/form-data/lib/form_data.js +24 -22
  881. package/node_modules/form-data/package.json +17 -14
  882. package/node_modules/function-bind/.eslintrc +21 -0
  883. package/node_modules/function-bind/.github/FUNDING.yml +12 -0
  884. package/node_modules/function-bind/.github/SECURITY.md +3 -0
  885. package/node_modules/function-bind/.nycrc +13 -0
  886. package/node_modules/function-bind/CHANGELOG.md +136 -0
  887. package/node_modules/function-bind/LICENSE +20 -0
  888. package/node_modules/function-bind/README.md +46 -0
  889. package/node_modules/function-bind/implementation.js +84 -0
  890. package/node_modules/function-bind/index.js +5 -0
  891. package/node_modules/function-bind/package.json +87 -0
  892. package/node_modules/function-bind/test/.eslintrc +9 -0
  893. package/node_modules/function-bind/test/index.js +252 -0
  894. package/node_modules/get-intrinsic/.eslintrc +42 -0
  895. package/node_modules/get-intrinsic/.github/FUNDING.yml +12 -0
  896. package/node_modules/get-intrinsic/.nycrc +9 -0
  897. package/node_modules/get-intrinsic/CHANGELOG.md +186 -0
  898. package/node_modules/get-intrinsic/LICENSE +21 -0
  899. package/node_modules/get-intrinsic/README.md +71 -0
  900. package/node_modules/get-intrinsic/index.js +378 -0
  901. package/node_modules/get-intrinsic/package.json +97 -0
  902. package/node_modules/get-intrinsic/test/GetIntrinsic.js +274 -0
  903. package/node_modules/get-proto/.eslintrc +10 -0
  904. package/node_modules/get-proto/.github/FUNDING.yml +12 -0
  905. package/node_modules/get-proto/.nycrc +9 -0
  906. package/node_modules/get-proto/CHANGELOG.md +21 -0
  907. package/node_modules/get-proto/LICENSE +21 -0
  908. package/node_modules/get-proto/Object.getPrototypeOf.d.ts +5 -0
  909. package/node_modules/get-proto/Object.getPrototypeOf.js +6 -0
  910. package/node_modules/get-proto/README.md +50 -0
  911. package/node_modules/get-proto/Reflect.getPrototypeOf.d.ts +3 -0
  912. package/node_modules/get-proto/Reflect.getPrototypeOf.js +4 -0
  913. package/node_modules/get-proto/index.d.ts +5 -0
  914. package/node_modules/get-proto/index.js +27 -0
  915. package/node_modules/get-proto/package.json +81 -0
  916. package/node_modules/get-proto/test/index.js +68 -0
  917. package/node_modules/get-proto/tsconfig.json +9 -0
  918. package/node_modules/gopd/.eslintrc +16 -0
  919. package/node_modules/gopd/.github/FUNDING.yml +12 -0
  920. package/node_modules/gopd/CHANGELOG.md +45 -0
  921. package/node_modules/gopd/LICENSE +21 -0
  922. package/node_modules/gopd/README.md +40 -0
  923. package/node_modules/gopd/gOPD.d.ts +1 -0
  924. package/node_modules/gopd/gOPD.js +4 -0
  925. package/node_modules/gopd/index.d.ts +5 -0
  926. package/node_modules/gopd/index.js +15 -0
  927. package/node_modules/gopd/package.json +77 -0
  928. package/node_modules/gopd/test/index.js +36 -0
  929. package/node_modules/gopd/tsconfig.json +9 -0
  930. package/node_modules/has-symbols/.eslintrc +11 -0
  931. package/node_modules/has-symbols/.github/FUNDING.yml +12 -0
  932. package/node_modules/has-symbols/.nycrc +9 -0
  933. package/node_modules/has-symbols/CHANGELOG.md +91 -0
  934. package/node_modules/has-symbols/LICENSE +21 -0
  935. package/node_modules/has-symbols/README.md +46 -0
  936. package/node_modules/has-symbols/index.d.ts +3 -0
  937. package/node_modules/has-symbols/index.js +14 -0
  938. package/node_modules/has-symbols/package.json +111 -0
  939. package/node_modules/has-symbols/shams.d.ts +3 -0
  940. package/node_modules/has-symbols/shams.js +45 -0
  941. package/node_modules/has-symbols/test/index.js +22 -0
  942. package/node_modules/has-symbols/test/shams/core-js.js +29 -0
  943. package/node_modules/has-symbols/test/shams/get-own-property-symbols.js +29 -0
  944. package/node_modules/has-symbols/test/tests.js +58 -0
  945. package/node_modules/has-symbols/tsconfig.json +10 -0
  946. package/node_modules/has-tostringtag/.eslintrc +5 -0
  947. package/node_modules/has-tostringtag/.github/FUNDING.yml +12 -0
  948. package/node_modules/has-tostringtag/.nycrc +13 -0
  949. package/node_modules/has-tostringtag/CHANGELOG.md +42 -0
  950. package/node_modules/has-tostringtag/LICENSE +21 -0
  951. package/node_modules/has-tostringtag/README.md +46 -0
  952. package/node_modules/has-tostringtag/index.d.ts +3 -0
  953. package/node_modules/has-tostringtag/index.js +8 -0
  954. package/node_modules/has-tostringtag/package.json +108 -0
  955. package/node_modules/has-tostringtag/shams.d.ts +3 -0
  956. package/node_modules/has-tostringtag/shams.js +8 -0
  957. package/node_modules/has-tostringtag/test/index.js +21 -0
  958. package/node_modules/has-tostringtag/test/shams/core-js.js +31 -0
  959. package/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +30 -0
  960. package/node_modules/has-tostringtag/test/tests.js +15 -0
  961. package/node_modules/has-tostringtag/tsconfig.json +49 -0
  962. package/node_modules/hasown/.eslintrc +5 -0
  963. package/node_modules/hasown/.github/FUNDING.yml +12 -0
  964. package/node_modules/hasown/.nycrc +13 -0
  965. package/node_modules/hasown/CHANGELOG.md +40 -0
  966. package/node_modules/hasown/LICENSE +21 -0
  967. package/node_modules/hasown/README.md +40 -0
  968. package/node_modules/hasown/index.d.ts +3 -0
  969. package/node_modules/hasown/index.js +8 -0
  970. package/node_modules/hasown/package.json +92 -0
  971. package/node_modules/hasown/tsconfig.json +6 -0
  972. package/node_modules/math-intrinsics/.eslintrc +16 -0
  973. package/node_modules/math-intrinsics/.github/FUNDING.yml +12 -0
  974. package/node_modules/math-intrinsics/CHANGELOG.md +24 -0
  975. package/node_modules/math-intrinsics/LICENSE +21 -0
  976. package/node_modules/math-intrinsics/README.md +50 -0
  977. package/node_modules/math-intrinsics/abs.d.ts +1 -0
  978. package/node_modules/math-intrinsics/abs.js +4 -0
  979. package/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +3 -0
  980. package/node_modules/math-intrinsics/constants/maxArrayLength.js +4 -0
  981. package/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +3 -0
  982. package/node_modules/math-intrinsics/constants/maxSafeInteger.js +5 -0
  983. package/node_modules/math-intrinsics/constants/maxValue.d.ts +3 -0
  984. package/node_modules/math-intrinsics/constants/maxValue.js +5 -0
  985. package/node_modules/math-intrinsics/floor.d.ts +1 -0
  986. package/node_modules/math-intrinsics/floor.js +4 -0
  987. package/node_modules/math-intrinsics/isFinite.d.ts +3 -0
  988. package/node_modules/math-intrinsics/isFinite.js +12 -0
  989. package/node_modules/math-intrinsics/isInteger.d.ts +3 -0
  990. package/node_modules/math-intrinsics/isInteger.js +16 -0
  991. package/node_modules/math-intrinsics/isNaN.d.ts +1 -0
  992. package/node_modules/math-intrinsics/isNaN.js +6 -0
  993. package/node_modules/math-intrinsics/isNegativeZero.d.ts +3 -0
  994. package/node_modules/math-intrinsics/isNegativeZero.js +6 -0
  995. package/node_modules/math-intrinsics/max.d.ts +1 -0
  996. package/node_modules/math-intrinsics/max.js +4 -0
  997. package/node_modules/math-intrinsics/min.d.ts +1 -0
  998. package/node_modules/math-intrinsics/min.js +4 -0
  999. package/node_modules/math-intrinsics/mod.d.ts +3 -0
  1000. package/node_modules/math-intrinsics/mod.js +9 -0
  1001. package/node_modules/math-intrinsics/package.json +86 -0
  1002. package/node_modules/math-intrinsics/pow.d.ts +1 -0
  1003. package/node_modules/math-intrinsics/pow.js +4 -0
  1004. package/node_modules/math-intrinsics/round.d.ts +1 -0
  1005. package/node_modules/math-intrinsics/round.js +4 -0
  1006. package/node_modules/math-intrinsics/sign.d.ts +3 -0
  1007. package/node_modules/math-intrinsics/sign.js +11 -0
  1008. package/node_modules/math-intrinsics/test/index.js +192 -0
  1009. package/node_modules/math-intrinsics/tsconfig.json +3 -0
  1010. package/node_modules/oidc-token-hash/README.md +6 -0
  1011. package/node_modules/oidc-token-hash/lib/index.js +8 -0
  1012. package/node_modules/oidc-token-hash/package.json +4 -4
  1013. package/node_modules/strnum/CHANGELOG.md +22 -0
  1014. package/node_modules/strnum/README.md +14 -3
  1015. package/node_modules/strnum/package.json +8 -2
  1016. package/node_modules/strnum/strnum.js +43 -56
  1017. package/node_modules/strnum/strnum.test.js +21 -6
  1018. package/package.json +20 -20
  1019. package/node_modules/@aws-sdk/client-sso-oidc/LICENSE +0 -201
  1020. package/node_modules/@aws-sdk/client-sso-oidc/README.md +0 -274
  1021. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +0 -1052
  1022. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDC.js +0 -15
  1023. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenWithIAMCommand.js +0 -23
  1024. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/RegisterClientCommand.js +0 -23
  1025. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/StartDeviceAuthorizationCommand.js +0 -23
  1026. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/index.js +0 -4
  1027. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenWithIAMCommand.d.ts +0 -257
  1028. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +0 -143
  1029. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +0 -123
  1030. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/index.d.ts +0 -4
  1031. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +0 -795
  1032. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/protocols/Aws_restJson1.d.ts +0 -38
  1033. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDC.d.ts +0 -73
  1034. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenWithIAMCommand.d.ts +0 -51
  1035. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts +0 -50
  1036. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts +0 -51
  1037. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/index.d.ts +0 -4
  1038. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -53
  1039. package/node_modules/@aws-sdk/client-sso-oidc/package.json +0 -102
  1040. package/node_modules/@aws-sdk/client-sts/LICENSE +0 -201
  1041. package/node_modules/@aws-sdk/client-sts/README.md +0 -281
  1042. package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +0 -1535
  1043. package/node_modules/@aws-sdk/client-sts/dist-es/STS.js +0 -25
  1044. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +0 -23
  1045. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRootCommand.js +0 -23
  1046. package/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +0 -22
  1047. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +0 -22
  1048. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +0 -22
  1049. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +0 -23
  1050. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +0 -23
  1051. package/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +0 -9
  1052. package/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +0 -78
  1053. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +0 -294
  1054. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRootCommand.d.ts +0 -129
  1055. package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +0 -127
  1056. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +0 -87
  1057. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +0 -128
  1058. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +0 -242
  1059. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +0 -166
  1060. package/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +0 -9
  1061. package/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +0 -83
  1062. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +0 -160
  1063. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +0 -51
  1064. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRootCommand.d.ts +0 -47
  1065. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +0 -51
  1066. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +0 -50
  1067. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +0 -51
  1068. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +0 -51
  1069. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +0 -50
  1070. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +0 -9
  1071. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -113
  1072. package/node_modules/@aws-sdk/client-sts/package.json +0 -102
  1073. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/streams/create-read-stream-on-buffer.browser.js +0 -7
  1074. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/streams/create-read-stream-on-buffer.js +0 -11
  1075. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/streams/create-read-stream-on-buffer.browser.js +0 -3
  1076. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/streams/create-read-stream-on-buffer.js +0 -7
  1077. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/streams/create-read-stream-on-buffer.browser.d.ts +0 -4
  1078. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/streams/create-read-stream-on-buffer.d.ts +0 -6
  1079. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/streams/create-read-stream-on-buffer.browser.d.ts +0 -3
  1080. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/streams/create-read-stream-on-buffer.d.ts +0 -2
  1081. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/.jsii +0 -7543
  1082. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/.jsii.tabl.json.gz +0 -0
  1083. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/.warnings.jsii.js +0 -217
  1084. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/LICENSE +0 -201
  1085. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/NOTICE +0 -2
  1086. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/README.md +0 -560
  1087. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/awslint.json +0 -13
  1088. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/api-call-base.d.ts +0 -129
  1089. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/api-call-base.js +0 -56
  1090. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/assertions.d.ts +0 -36
  1091. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/assertions.js +0 -50
  1092. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/common.d.ts +0 -115
  1093. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/common.js +0 -157
  1094. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/http-call.d.ts +0 -22
  1095. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/http-call.js +0 -92
  1096. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/index.d.ts +0 -9
  1097. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/index.js +0 -26
  1098. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/match.d.ts +0 -42
  1099. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/match.js +0 -43
  1100. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/private/deploy-assert.d.ts +0 -43
  1101. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/private/deploy-assert.js +0 -98
  1102. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/private/hash.d.ts +0 -1
  1103. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/private/hash.js +0 -12
  1104. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/index.d.ts +0 -2
  1105. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/index.js +0 -19
  1106. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/assertion.d.ts +0 -5
  1107. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/assertion.js +0 -144
  1108. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/base.d.ts +0 -30
  1109. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/base.js +0 -134
  1110. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/http.d.ts +0 -5
  1111. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/http.js +0 -32
  1112. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/index.d.ts +0 -14
  1113. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/index.js +0 -171
  1114. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/sdk.d.ts +0 -9
  1115. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/sdk.js +0 -41
  1116. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/types.d.ts +0 -235
  1117. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/types.js +0 -43
  1118. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/utils.d.ts +0 -6
  1119. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/utils.js +0 -52
  1120. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler.bundle/index.js +0 -31704
  1121. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/provider.d.ts +0 -89
  1122. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/provider.js +0 -232
  1123. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/sdk.d.ts +0 -149
  1124. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/sdk.js +0 -218
  1125. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/types.d.ts +0 -82
  1126. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/types.js +0 -3
  1127. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/waiter-state-machine.d.ts +0 -74
  1128. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/waiter-state-machine.js +0 -144
  1129. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/index.d.ts +0 -2
  1130. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/index.js +0 -19
  1131. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/manifest-synthesizer.d.ts +0 -8
  1132. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/manifest-synthesizer.js +0 -33
  1133. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/manifest-writer.d.ts +0 -5
  1134. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/manifest-writer.js +0 -28
  1135. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/test-case.d.ts +0 -107
  1136. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/test-case.js +0 -146
  1137. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/package.json +0 -139
  1138. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/rosetta/_generated.ts-fixture +0 -6
  1139. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/rosetta/default.ts-fixture +0 -31
  1140. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.0c3255e93ffe7a906c7422e9f0e9cc4c7fd86ee996ee3bb302e2f134b38463c8/index.js +0 -8
  1141. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.ee7de53d64cc9d6248fa6aa550f92358f6c907b5efd6f3298aeab1b5e7ea358a/__entrypoint__.js +0 -1
  1142. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.0c3255e93ffe7a906c7422e9f0e9cc4c7fd86ee996ee3bb302e2f134b38463c8/index.js +0 -8
  1143. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.ee7de53d64cc9d6248fa6aa550f92358f6c907b5efd6f3298aeab1b5e7ea358a/__entrypoint__.js +0 -1
  1144. package/node_modules/axios/SECURITY.md +0 -6
  1145. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/endpoint/endpointResolver.js +0 -0
  1146. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/endpoint/ruleset.js +0 -0
  1147. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/runtimeConfig.native.js +0 -0
  1148. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/runtimeConfig.shared.js +0 -0
  1149. /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/auth/httpAuthExtensionConfiguration.js +0 -0
  1150. /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/endpoint/EndpointParameters.js +0 -0
  1151. /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/endpoint/endpointResolver.js +0 -0
  1152. /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/endpoint/ruleset.js +0 -0
  1153. /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/runtimeConfig.native.js +0 -0
  1154. /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/runtimeConfig.shared.js +0 -0
  1155. /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/runtimeExtensions.js +0 -0
  1156. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es/extensionConfiguration.js → nested-clients/dist-es/index.js} +0 -0
  1157. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/auth/httpAuthExtensionConfiguration.js +0 -0
  1158. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/commands/CreateTokenCommand.js +0 -0
  1159. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/endpoint/EndpointParameters.js +0 -0
  1160. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/endpoint/endpointResolver.js +0 -0
  1161. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/endpoint/ruleset.js +0 -0
  1162. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sso-oidc}/extensionConfiguration.js +0 -0
  1163. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/index.js +0 -0
  1164. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/models/SSOOIDCServiceException.js +0 -0
  1165. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/models/index.js +0 -0
  1166. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/runtimeConfig.native.js +0 -0
  1167. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/runtimeConfig.shared.js +0 -0
  1168. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/runtimeExtensions.js +0 -0
  1169. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/auth/httpAuthExtensionConfiguration.js +0 -0
  1170. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/commands/AssumeRoleCommand.js +0 -0
  1171. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/commands/AssumeRoleWithWebIdentityCommand.js +0 -0
  1172. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/defaultRoleAssumers.js +0 -0
  1173. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/endpoint/EndpointParameters.js +0 -0
  1174. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/endpoint/endpointResolver.js +0 -0
  1175. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/endpoint/ruleset.js +0 -0
  1176. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/index.js +0 -0
  1177. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/models/STSServiceException.js +0 -0
  1178. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/models/index.js +0 -0
  1179. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/runtimeConfig.native.js +0 -0
  1180. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/runtimeConfig.shared.js +0 -0
  1181. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/runtimeExtensions.js +0 -0
  1182. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/auth/httpAuthExtensionConfiguration.d.ts +0 -0
  1183. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/auth/httpAuthSchemeProvider.d.ts +0 -0
  1184. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/endpoint/EndpointParameters.d.ts +0 -0
  1185. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/endpoint/endpointResolver.d.ts +0 -0
  1186. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/endpoint/ruleset.d.ts +0 -0
  1187. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/extensionConfiguration.d.ts +0 -0
  1188. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/models/SSOOIDCServiceException.d.ts +0 -0
  1189. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/models/index.d.ts +0 -0
  1190. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/runtimeConfig.shared.d.ts +0 -0
  1191. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/runtimeExtensions.d.ts +0 -0
  1192. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/auth/httpAuthExtensionConfiguration.d.ts +0 -0
  1193. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/auth/httpAuthSchemeProvider.d.ts +0 -0
  1194. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/defaultRoleAssumers.d.ts +0 -0
  1195. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/endpoint/EndpointParameters.d.ts +0 -0
  1196. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/endpoint/endpointResolver.d.ts +0 -0
  1197. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/submodules/sts}/endpoint/ruleset.d.ts +0 -0
  1198. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/extensionConfiguration.d.ts +0 -0
  1199. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/index.d.ts +0 -0
  1200. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/models/STSServiceException.d.ts +0 -0
  1201. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/submodules/sts}/models/index.d.ts +0 -0
  1202. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/runtimeConfig.shared.d.ts +0 -0
  1203. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/runtimeExtensions.d.ts +0 -0
  1204. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/auth/httpAuthExtensionConfiguration.d.ts +0 -0
  1205. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/auth/httpAuthSchemeProvider.d.ts +0 -0
  1206. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/endpoint/EndpointParameters.d.ts +0 -0
  1207. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/endpoint/endpointResolver.d.ts +0 -0
  1208. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/endpoint/ruleset.d.ts +0 -0
  1209. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/extensionConfiguration.d.ts +0 -0
  1210. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/index.d.ts +0 -0
  1211. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/models/SSOOIDCServiceException.d.ts +0 -0
  1212. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/models/index.d.ts +0 -0
  1213. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/runtimeConfig.shared.d.ts +0 -0
  1214. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/runtimeExtensions.d.ts +0 -0
  1215. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/auth/httpAuthExtensionConfiguration.d.ts +0 -0
  1216. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/auth/httpAuthSchemeProvider.d.ts +0 -0
  1217. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/commands/AssumeRoleCommand.d.ts +0 -0
  1218. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -0
  1219. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/defaultRoleAssumers.d.ts +0 -0
  1220. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/endpoint/EndpointParameters.d.ts +0 -0
  1221. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/endpoint/endpointResolver.d.ts +0 -0
  1222. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/endpoint/ruleset.d.ts +0 -0
  1223. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/extensionConfiguration.d.ts +0 -0
  1224. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/index.d.ts +0 -0
  1225. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/models/STSServiceException.d.ts +0 -0
  1226. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/models/index.d.ts +0 -0
  1227. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/runtimeConfig.shared.d.ts +0 -0
  1228. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/runtimeExtensions.d.ts +0 -0
  1229. /package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/{asset.ee7de53d64cc9d6248fa6aa550f92358f6c907b5efd6f3298aeab1b5e7ea358a → asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200}/index.js +0 -0
  1230. /package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/{asset.ee7de53d64cc9d6248fa6aa550f92358f6c907b5efd6f3298aeab1b5e7ea358a → asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200}/index.js +0 -0
@@ -50,7 +50,6 @@ var isCrtAvailable = /* @__PURE__ */ __name(() => {
50
50
  // src/defaultUserAgent.ts
51
51
  var createDefaultUserAgentProvider = /* @__PURE__ */ __name(({ serviceId, clientVersion }) => {
52
52
  return async (config) => {
53
- var _a;
54
53
  const sections = [
55
54
  // sdk-metadata
56
55
  ["aws-sdk-js", clientVersion],
@@ -73,7 +72,7 @@ var createDefaultUserAgentProvider = /* @__PURE__ */ __name(({ serviceId, client
73
72
  if (import_process.env.AWS_EXECUTION_ENV) {
74
73
  sections.push([`exec-env/${import_process.env.AWS_EXECUTION_ENV}`]);
75
74
  }
76
- const appId = await ((_a = config == null ? void 0 : config.userAgentAppId) == null ? void 0 : _a.call(config));
75
+ const appId = await config?.userAgentAppId?.();
77
76
  const resolvedUserAgent = appId ? [...sections, [`app/${appId}`]] : [...sections];
78
77
  return resolvedUserAgent;
79
78
  };
@@ -83,10 +82,11 @@ var defaultUserAgent = createDefaultUserAgentProvider;
83
82
  // src/nodeAppIdConfigOptions.ts
84
83
  var import_middleware_user_agent = require("@aws-sdk/middleware-user-agent");
85
84
  var UA_APP_ID_ENV_NAME = "AWS_SDK_UA_APP_ID";
86
- var UA_APP_ID_INI_NAME = "sdk-ua-app-id";
85
+ var UA_APP_ID_INI_NAME = "sdk_ua_app_id";
86
+ var UA_APP_ID_INI_NAME_DEPRECATED = "sdk-ua-app-id";
87
87
  var NODE_APP_ID_CONFIG_OPTIONS = {
88
88
  environmentVariableSelector: (env2) => env2[UA_APP_ID_ENV_NAME],
89
- configFileSelector: (profile) => profile[UA_APP_ID_INI_NAME],
89
+ configFileSelector: (profile) => profile[UA_APP_ID_INI_NAME] ?? profile[UA_APP_ID_INI_NAME_DEPRECATED],
90
90
  default: import_middleware_user_agent.DEFAULT_UA_APP_ID
91
91
  };
92
92
  // Annotate the CommonJS export names for ESM import in node:
@@ -1,8 +1,9 @@
1
1
  import { DEFAULT_UA_APP_ID } from "@aws-sdk/middleware-user-agent";
2
2
  export const UA_APP_ID_ENV_NAME = "AWS_SDK_UA_APP_ID";
3
- export const UA_APP_ID_INI_NAME = "sdk-ua-app-id";
3
+ export const UA_APP_ID_INI_NAME = "sdk_ua_app_id";
4
+ const UA_APP_ID_INI_NAME_DEPRECATED = "sdk-ua-app-id";
4
5
  export const NODE_APP_ID_CONFIG_OPTIONS = {
5
6
  environmentVariableSelector: (env) => env[UA_APP_ID_ENV_NAME],
6
- configFileSelector: (profile) => profile[UA_APP_ID_INI_NAME],
7
+ configFileSelector: (profile) => profile[UA_APP_ID_INI_NAME] ?? profile[UA_APP_ID_INI_NAME_DEPRECATED],
7
8
  default: DEFAULT_UA_APP_ID,
8
9
  };
@@ -6,7 +6,7 @@ export declare const UA_APP_ID_ENV_NAME = "AWS_SDK_UA_APP_ID";
6
6
  /**
7
7
  * @internal
8
8
  */
9
- export declare const UA_APP_ID_INI_NAME = "sdk-ua-app-id";
9
+ export declare const UA_APP_ID_INI_NAME = "sdk_ua_app_id";
10
10
  /**
11
11
  * @internal
12
12
  */
@@ -1,6 +1,6 @@
1
1
  import { LoadedConfigSelectors } from "@smithy/node-config-provider";
2
2
  export declare const UA_APP_ID_ENV_NAME = "AWS_SDK_UA_APP_ID";
3
- export declare const UA_APP_ID_INI_NAME = "sdk-ua-app-id";
3
+ export declare const UA_APP_ID_INI_NAME = "sdk_ua_app_id";
4
4
  export declare const NODE_APP_ID_CONFIG_OPTIONS: LoadedConfigSelectors<
5
5
  string | undefined
6
6
  >;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-user-agent-node",
3
- "version": "3.696.0",
3
+ "version": "3.758.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline util-user-agent-node",
@@ -21,19 +21,19 @@
21
21
  },
22
22
  "license": "Apache-2.0",
23
23
  "dependencies": {
24
- "@aws-sdk/middleware-user-agent": "3.696.0",
25
- "@aws-sdk/types": "3.696.0",
26
- "@smithy/node-config-provider": "^3.1.11",
27
- "@smithy/types": "^3.7.1",
24
+ "@aws-sdk/middleware-user-agent": "3.758.0",
25
+ "@aws-sdk/types": "3.734.0",
26
+ "@smithy/node-config-provider": "^4.0.1",
27
+ "@smithy/types": "^4.1.0",
28
28
  "tslib": "^2.6.2"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@tsconfig/recommended": "1.0.1",
32
- "@types/node": "^16.18.96",
32
+ "@types/node": "^18.19.69",
33
33
  "concurrently": "7.0.0",
34
34
  "downlevel-dts": "0.10.1",
35
35
  "rimraf": "3.0.2",
36
- "typescript": "~4.9.5"
36
+ "typescript": "~5.2.2"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "aws-crt": ">=1.0.0"
@@ -44,7 +44,7 @@
44
44
  }
45
45
  },
46
46
  "engines": {
47
- "node": ">=16.0.0"
47
+ "node": ">=18.0.0"
48
48
  },
49
49
  "typesVersions": {
50
50
  "<4.0": {
@@ -39,24 +39,28 @@ function escapeElement(value) {
39
39
  __name(escapeElement, "escapeElement");
40
40
 
41
41
  // src/XmlText.ts
42
- var _XmlText = class _XmlText {
42
+ var XmlText = class {
43
43
  constructor(value) {
44
44
  this.value = value;
45
45
  }
46
+ static {
47
+ __name(this, "XmlText");
48
+ }
46
49
  toString() {
47
50
  return escapeElement("" + this.value);
48
51
  }
49
52
  };
50
- __name(_XmlText, "XmlText");
51
- var XmlText = _XmlText;
52
53
 
53
54
  // src/XmlNode.ts
54
- var _XmlNode = class _XmlNode {
55
+ var XmlNode = class _XmlNode {
55
56
  constructor(name, children = []) {
56
57
  this.name = name;
57
58
  this.children = children;
58
- this.attributes = {};
59
59
  }
60
+ static {
61
+ __name(this, "XmlNode");
62
+ }
63
+ attributes = {};
60
64
  static of(name, childText, withName) {
61
65
  const node = new _XmlNode(name);
62
66
  if (childText !== void 0) {
@@ -160,8 +164,6 @@ var _XmlNode = class _XmlNode {
160
164
  return xmlText += !hasChildren ? "/>" : `>${this.children.map((c) => c.toString()).join("")}</${this.name}>`;
161
165
  }
162
166
  };
163
- __name(_XmlNode, "XmlNode");
164
- var XmlNode = _XmlNode;
165
167
  // Annotate the CommonJS export names for ESM import in node:
166
168
 
167
169
  0 && (module.exports = {
@@ -1,6 +1,9 @@
1
1
  import { escapeAttribute } from "./escape-attribute";
2
2
  import { XmlText } from "./XmlText";
3
3
  export class XmlNode {
4
+ name;
5
+ children;
6
+ attributes = {};
4
7
  static of(name, childText, withName) {
5
8
  const node = new XmlNode(name);
6
9
  if (childText !== undefined) {
@@ -14,7 +17,6 @@ export class XmlNode {
14
17
  constructor(name, children = []) {
15
18
  this.name = name;
16
19
  this.children = children;
17
- this.attributes = {};
18
20
  }
19
21
  withName(name) {
20
22
  this.name = name;
@@ -1,5 +1,6 @@
1
1
  import { escapeElement } from "./escape-element";
2
2
  export class XmlText {
3
+ value;
3
4
  constructor(value) {
4
5
  this.value = value;
5
6
  }
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@aws-sdk/xml-builder",
3
- "version": "3.696.0",
3
+ "version": "3.734.0",
4
4
  "description": "XML builder for the AWS SDK",
5
5
  "dependencies": {
6
- "@smithy/types": "^3.7.1",
6
+ "@smithy/types": "^4.1.0",
7
7
  "tslib": "^2.6.2"
8
8
  },
9
9
  "scripts": {
@@ -26,7 +26,7 @@
26
26
  "module": "./dist-es/index.js",
27
27
  "types": "./dist-types/index.d.ts",
28
28
  "engines": {
29
- "node": ">=16.0.0"
29
+ "node": ">=18.0.0"
30
30
  },
31
31
  "typesVersions": {
32
32
  "<4.0": {
@@ -49,6 +49,6 @@
49
49
  "concurrently": "7.0.0",
50
50
  "downlevel-dts": "0.10.1",
51
51
  "rimraf": "3.0.2",
52
- "typescript": "~4.9.5"
52
+ "typescript": "~5.2.2"
53
53
  }
54
54
  }
@@ -8,9 +8,8 @@
8
8
  "url": "https://aws.amazon.com"
9
9
  },
10
10
  "dependencies": {
11
- "@aws-cdk/integ-tests-alpha": "2.161.0-alpha.0",
12
- "@aws-solutions-constructs/core": "2.74.0",
13
- "aws-cdk-lib": "^2.161.0",
11
+ "@aws-solutions-constructs/core": "2.77.0",
12
+ "aws-cdk-lib": "^2.177.0",
14
13
  "constructs": "^10.0.0"
15
14
  },
16
15
  "dependencyClosure": {
@@ -122,37 +121,6 @@
122
121
  }
123
122
  }
124
123
  },
125
- "@aws-cdk/integ-tests-alpha": {
126
- "targets": {
127
- "dotnet": {
128
- "iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/main/logo/default-256-dark.png",
129
- "namespace": "Amazon.CDK.IntegTests.Alpha",
130
- "packageId": "Amazon.CDK.IntegTests.Alpha"
131
- },
132
- "go": {
133
- "moduleName": "github.com/aws/aws-cdk-go",
134
- "packageName": "awscdkintegtestsalpha"
135
- },
136
- "java": {
137
- "maven": {
138
- "artifactId": "cdk-integ-tests-alpha",
139
- "groupId": "software.amazon.awscdk"
140
- },
141
- "package": "software.amazon.awscdk.integtests.alpha"
142
- },
143
- "js": {
144
- "npm": "@aws-cdk/integ-tests-alpha"
145
- },
146
- "python": {
147
- "classifiers": [
148
- "Framework :: AWS CDK",
149
- "Framework :: AWS CDK :: 2"
150
- ],
151
- "distName": "aws-cdk.integ-tests-alpha",
152
- "module": "aws_cdk.integ_tests_alpha"
153
- }
154
- }
155
- },
156
124
  "@aws-solutions-constructs/core": {
157
125
  "targets": {
158
126
  "dotnet": {
@@ -1077,6 +1045,19 @@
1077
1045
  }
1078
1046
  }
1079
1047
  },
1048
+ "aws-cdk-lib.aws_connectcampaignsv2": {
1049
+ "targets": {
1050
+ "dotnet": {
1051
+ "package": "Amazon.CDK.AWS.ConnectCampaignsV2"
1052
+ },
1053
+ "java": {
1054
+ "package": "software.amazon.awscdk.services.connectcampaignsv2"
1055
+ },
1056
+ "python": {
1057
+ "module": "aws_cdk.aws_connectcampaignsv2"
1058
+ }
1059
+ }
1060
+ },
1080
1061
  "aws-cdk-lib.aws_controltower": {
1081
1062
  "targets": {
1082
1063
  "dotnet": {
@@ -1896,29 +1877,29 @@
1896
1877
  }
1897
1878
  }
1898
1879
  },
1899
- "aws-cdk-lib.aws_iot": {
1880
+ "aws-cdk-lib.aws_invoicing": {
1900
1881
  "targets": {
1901
1882
  "dotnet": {
1902
- "namespace": "Amazon.CDK.AWS.IoT"
1883
+ "package": "Amazon.CDK.AWS.Invoicing"
1903
1884
  },
1904
1885
  "java": {
1905
- "package": "software.amazon.awscdk.services.iot"
1886
+ "package": "software.amazon.awscdk.services.invoicing"
1906
1887
  },
1907
1888
  "python": {
1908
- "module": "aws_cdk.aws_iot"
1889
+ "module": "aws_cdk.aws_invoicing"
1909
1890
  }
1910
1891
  }
1911
1892
  },
1912
- "aws-cdk-lib.aws_iot1click": {
1893
+ "aws-cdk-lib.aws_iot": {
1913
1894
  "targets": {
1914
1895
  "dotnet": {
1915
- "namespace": "Amazon.CDK.AWS.IoT1Click"
1896
+ "namespace": "Amazon.CDK.AWS.IoT"
1916
1897
  },
1917
1898
  "java": {
1918
- "package": "software.amazon.awscdk.services.iot1click"
1899
+ "package": "software.amazon.awscdk.services.iot"
1919
1900
  },
1920
1901
  "python": {
1921
- "module": "aws_cdk.aws_iot1click"
1902
+ "module": "aws_cdk.aws_iot"
1922
1903
  }
1923
1904
  }
1924
1905
  },
@@ -2611,6 +2592,32 @@
2611
2592
  }
2612
2593
  }
2613
2594
  },
2595
+ "aws-cdk-lib.aws_notifications": {
2596
+ "targets": {
2597
+ "dotnet": {
2598
+ "package": "Amazon.CDK.AWS.Notifications"
2599
+ },
2600
+ "java": {
2601
+ "package": "software.amazon.awscdk.services.notifications"
2602
+ },
2603
+ "python": {
2604
+ "module": "aws_cdk.aws_notifications"
2605
+ }
2606
+ }
2607
+ },
2608
+ "aws-cdk-lib.aws_notificationscontacts": {
2609
+ "targets": {
2610
+ "dotnet": {
2611
+ "package": "Amazon.CDK.AWS.NotificationsContacts"
2612
+ },
2613
+ "java": {
2614
+ "package": "software.amazon.awscdk.services.notificationscontacts"
2615
+ },
2616
+ "python": {
2617
+ "module": "aws_cdk.aws_notificationscontacts"
2618
+ }
2619
+ }
2620
+ },
2614
2621
  "aws-cdk-lib.aws_oam": {
2615
2622
  "targets": {
2616
2623
  "dotnet": {
@@ -2767,6 +2774,19 @@
2767
2774
  }
2768
2775
  }
2769
2776
  },
2777
+ "aws-cdk-lib.aws_pcs": {
2778
+ "targets": {
2779
+ "dotnet": {
2780
+ "package": "Amazon.CDK.AWS.PCS"
2781
+ },
2782
+ "java": {
2783
+ "package": "software.amazon.awscdk.services.pcs"
2784
+ },
2785
+ "python": {
2786
+ "module": "aws_cdk.aws_pcs"
2787
+ }
2788
+ }
2789
+ },
2770
2790
  "aws-cdk-lib.aws_personalize": {
2771
2791
  "targets": {
2772
2792
  "dotnet": {
@@ -2884,6 +2904,19 @@
2884
2904
  }
2885
2905
  }
2886
2906
  },
2907
+ "aws-cdk-lib.aws_rbin": {
2908
+ "targets": {
2909
+ "dotnet": {
2910
+ "package": "Amazon.CDK.AWS.Rbin"
2911
+ },
2912
+ "java": {
2913
+ "package": "software.amazon.awscdk.services.rbin"
2914
+ },
2915
+ "python": {
2916
+ "module": "aws_cdk.aws_rbin"
2917
+ }
2918
+ }
2919
+ },
2887
2920
  "aws-cdk-lib.aws_rds": {
2888
2921
  "targets": {
2889
2922
  "dotnet": {
@@ -3209,6 +3242,19 @@
3209
3242
  }
3210
3243
  }
3211
3244
  },
3245
+ "aws-cdk-lib.aws_s3tables": {
3246
+ "targets": {
3247
+ "dotnet": {
3248
+ "package": "Amazon.CDK.AWS.S3Tables"
3249
+ },
3250
+ "java": {
3251
+ "package": "software.amazon.awscdk.services.s3tables"
3252
+ },
3253
+ "python": {
3254
+ "module": "aws_cdk.aws_s3tables"
3255
+ }
3256
+ }
3257
+ },
3212
3258
  "aws-cdk-lib.aws_sagemaker": {
3213
3259
  "targets": {
3214
3260
  "dotnet": {
@@ -3915,7 +3961,7 @@
3915
3961
  },
3916
3962
  "description": "CDK Constructs for AWS Lambda to AWS DynamoDB integration.",
3917
3963
  "homepage": "https://github.com/awslabs/aws-solutions-constructs.git",
3918
- "jsiiVersion": "5.4.36 (build 0893030)",
3964
+ "jsiiVersion": "5.7.4 (build fc2a28e)",
3919
3965
  "keywords": [
3920
3966
  "aws",
3921
3967
  "cdk",
@@ -3934,7 +3980,7 @@
3934
3980
  },
3935
3981
  "name": "@aws-solutions-constructs/aws-lambda-dynamodb",
3936
3982
  "readme": {
3937
- "markdown": "# aws-lambda-dynamodb module\n<!--BEGIN STABILITY BANNER-->\n\n---\n\n![Stability: Stable](https://img.shields.io/badge/cfn--resources-stable-success.svg?style=for-the-badge)\n\n---\n<!--END STABILITY BANNER-->\n\n| **Reference Documentation**:| <span style=\"font-weight: normal\">https://docs.aws.amazon.com/solutions/latest/constructs/</span>|\n|:-------------|:-------------|\n<div style=\"height:8px\"></div>\n\n| **Language** | **Package** |\n|:-------------|-----------------|\n|![Python Logo](https://docs.aws.amazon.com/cdk/api/latest/img/python32.png) Python|`aws_solutions_constructs.aws_lambda_dynamodb`|\n|![Typescript Logo](https://docs.aws.amazon.com/cdk/api/latest/img/typescript32.png) Typescript|`@aws-solutions-constructs/aws-lambda-dynamodb`|\n|![Java Logo](https://docs.aws.amazon.com/cdk/api/latest/img/java32.png) Java|`software.amazon.awsconstructs.services.lambdadynamodb`|\n\n## Overview\nThis AWS Solutions Construct implements the AWS Lambda function and Amazon DynamoDB table with the least privileged permissions.\n\nHere is a minimal deployable pattern definition:\n\nTypescript\n``` typescript\nimport { Construct } from 'constructs';\nimport { Stack, StackProps } from 'aws-cdk-lib';\nimport { LambdaToDynamoDBProps, LambdaToDynamoDB } from '@aws-solutions-constructs/aws-lambda-dynamodb';\nimport * as lambda from 'aws-cdk-lib/aws-lambda';\n\nconst constructProps: LambdaToDynamoDBProps = {\n lambdaFunctionProps: {\n code: lambda.Code.fromAsset(`lambda`),\n runtime: lambda.Runtime.NODEJS_16_X,\n handler: 'index.handler'\n },\n};\n\nnew LambdaToDynamoDB(this, 'test-lambda-dynamodb-stack', constructProps);\n```\n\nPython\n```python\nfrom aws_solutions_constructs.aws_lambda_dynamodb import LambdaToDynamoDBProps, LambdaToDynamoDB\nfrom aws_cdk import (\n aws_lambda as _lambda,\n Stack\n)\nfrom constructs import Construct\n\nLambdaToDynamoDB(self, 'test_lambda_dynamodb_stack',\n lambda_function_props=_lambda.FunctionProps(\n code=_lambda.Code.from_asset(\n 'lambda'),\n runtime=_lambda.Runtime.PYTHON_3_9,\n handler='index.handler'\n ))\n```\n\nJava\n``` java\nimport software.constructs.Construct;\n\nimport software.amazon.awscdk.Stack;\nimport software.amazon.awscdk.StackProps;\nimport software.amazon.awscdk.services.lambda.*;\nimport software.amazon.awscdk.services.lambda.Runtime;\nimport software.amazon.awsconstructs.services.lambdadynamodb.*;\n\nnew LambdaToDynamoDB(this, \"test_lambda_dynamodb_stack\", new LambdaToDynamoDBProps.Builder()\n .lambdaFunctionProps(new FunctionProps.Builder()\n .runtime(Runtime.NODEJS_16_X)\n .code(Code.fromAsset(\"lambda\"))\n .handler(\"index.handler\")\n .build())\n .build());\n```\n\n## Pattern Construct Props\n\n| **Name** | **Type** | **Description** |\n|:-------------|:----------------|-----------------|\n|existingLambdaObj?|[`lambda.Function`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_lambda.Function.html)|Existing instance of Lambda Function object, providing both this and `lambdaFunctionProps` will cause an error.|\n|lambdaFunctionProps?|[`lambda.FunctionProps`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_lambda.FunctionProps.html)|User provided props to override the default props for the Lambda function.|\n|dynamoTableProps?|[`dynamodb.TableProps`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_dynamodb.TableProps.html)|Optional user provided props to override the default props for DynamoDB Table|\n|existingTableObj?|[`dynamodb.Table`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_dynamodb.Table.html)|Existing instance of DynamoDB table object, providing both this and `dynamoTableProps` will cause an error.|\n|tablePermissions?|`string`|Optional table permissions to grant to the Lambda function. One of the following may be specified: `All`, `Read`, `ReadWrite`, `Write`.|\n|tableEnvironmentVariableName?|`string`|Optional Name for the Lambda function environment variable set to the name of the DynamoDB table. Default: DDB_TABLE_NAME |\n|existingVpc?|[`ec2.IVpc`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.IVpc.html)|An optional, existing VPC into which this pattern should be deployed. When deployed in a VPC, the Lambda function will use ENIs in the VPC to access network resources and a Gateway Endpoint will be created in the VPC for Amazon DynamoDB. If an existing VPC is provided, the `deployVpc` property cannot be `true`. This uses `ec2.IVpc` to allow clients to supply VPCs that exist outside the stack using the [`ec2.Vpc.fromLookup()`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.Vpc.html#static-fromwbrlookupscope-id-options) method.|\n|vpcProps?|[`ec2.VpcProps`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.VpcProps.html)|Optional user-provided properties to override the default properties for the new VPC. `enableDnsHostnames`, `enableDnsSupport`, `natGateways` and `subnetConfiguration` are set by the pattern, so any values for those properties supplied here will be overridden. If `deployVpc` is not `true` then this property will be ignored.|\n|deployVpc?|`boolean`|Whether to create a new VPC based on `vpcProps` into which to deploy this pattern. Setting this to true will deploy the minimal, most private VPC to run the pattern:<ul><li> One isolated subnet in each Availability Zone used by the CDK program</li><li>`enableDnsHostnames` and `enableDnsSupport` will both be set to true</li></ul>If this property is `true` then `existingVpc` cannot be specified. Defaults to `false`.|\n\n## Pattern Properties\n\n| **Name** | **Type** | **Description** |\n|:-------------|:----------------|-----------------|\n|lambdaFunction|[`lambda.Function`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_lambda.Function.html)|Returns an instance of lambda.Function created by the construct|\n|dynamoTable|[`dynamodb.Table`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_dynamodb.Table.html)|Returns an instance of dynamodb.Table created by the construct|\n|vpc?|[`ec2.IVpc`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.IVpc.html)|Returns an interface on the VPC used by the pattern (if any). This may be a VPC created by the pattern or the VPC supplied to the pattern constructor.|\n\n## Default settings\n\nOut of the box implementation of the Construct without any override will set the following defaults:\n\n### AWS Lambda Function\n* Configure limited privilege access IAM role for Lambda function\n* Enable reusing connections with Keep-Alive for NodeJs Lambda function\n* Enable X-Ray Tracing\n* Set Environment Variables\n * (default) DDB_TABLE_NAME\n * AWS_NODEJS_CONNECTION_REUSE_ENABLED (for Node 10.x and higher functions)\n\n### Amazon DynamoDB Table\n* Set the billing mode for DynamoDB Table to On-Demand (Pay per request)\n* Enable server-side encryption for DynamoDB Table using AWS managed KMS Key\n* Creates a partition key called 'id' for DynamoDB Table\n* Retain the Table when deleting the CloudFormation stack\n* Enable continuous backups and point-in-time recovery\n\n## Architecture\n![Architecture Diagram](architecture.png)\n\n***\n&copy; Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n"
3983
+ "markdown": "# aws-lambda-dynamodb module\n<!--BEGIN STABILITY BANNER-->\n\n---\n\n![Stability: Stable](https://img.shields.io/badge/cfn--resources-stable-success.svg?style=for-the-badge)\n\n---\n<!--END STABILITY BANNER-->\n\n| **Reference Documentation**:| <span style=\"font-weight: normal\">https://docs.aws.amazon.com/solutions/latest/constructs/</span>|\n|:-------------|:-------------|\n<div style=\"height:8px\"></div>\n\n| **Language** | **Package** |\n|:-------------|-----------------|\n|![Python Logo](https://docs.aws.amazon.com/cdk/api/latest/img/python32.png) Python|`aws_solutions_constructs.aws_lambda_dynamodb`|\n|![Typescript Logo](https://docs.aws.amazon.com/cdk/api/latest/img/typescript32.png) Typescript|`@aws-solutions-constructs/aws-lambda-dynamodb`|\n|![Java Logo](https://docs.aws.amazon.com/cdk/api/latest/img/java32.png) Java|`software.amazon.awsconstructs.services.lambdadynamodb`|\n\n## Overview\nThis AWS Solutions Construct implements the AWS Lambda function and Amazon DynamoDB table with the least privileged permissions.\n\nHere is a minimal deployable pattern definition:\n\nTypescript\n``` typescript\nimport { Construct } from 'constructs';\nimport { Stack, StackProps } from 'aws-cdk-lib';\nimport { LambdaToDynamoDBProps, LambdaToDynamoDB } from '@aws-solutions-constructs/aws-lambda-dynamodb';\nimport * as lambda from 'aws-cdk-lib/aws-lambda';\n\nconst constructProps: LambdaToDynamoDBProps = {\n lambdaFunctionProps: {\n code: lambda.Code.fromAsset(`lambda`),\n runtime: lambda.Runtime.NODEJS_20_X,\n handler: 'index.handler'\n },\n};\n\nnew LambdaToDynamoDB(this, 'test-lambda-dynamodb-stack', constructProps);\n```\n\nPython\n```python\nfrom aws_solutions_constructs.aws_lambda_dynamodb import LambdaToDynamoDBProps, LambdaToDynamoDB\nfrom aws_cdk import (\n aws_lambda as _lambda,\n Stack\n)\nfrom constructs import Construct\n\nLambdaToDynamoDB(self, 'test_lambda_dynamodb_stack',\n lambda_function_props=_lambda.FunctionProps(\n code=_lambda.Code.from_asset(\n 'lambda'),\n runtime=_lambda.Runtime.Python_3_11,\n handler='index.handler'\n ))\n```\n\nJava\n``` java\nimport software.constructs.Construct;\n\nimport software.amazon.awscdk.Stack;\nimport software.amazon.awscdk.StackProps;\nimport software.amazon.awscdk.services.lambda.*;\nimport software.amazon.awscdk.services.lambda.Runtime;\nimport software.amazon.awsconstructs.services.lambdadynamodb.*;\n\nnew LambdaToDynamoDB(this, \"test_lambda_dynamodb_stack\", new LambdaToDynamoDBProps.Builder()\n .lambdaFunctionProps(new FunctionProps.Builder()\n .runtime(Runtime.NODEJS_20_X)\n .code(Code.fromAsset(\"lambda\"))\n .handler(\"index.handler\")\n .build())\n .build());\n```\n\n## Pattern Construct Props\n\n| **Name** | **Type** | **Description** |\n|:-------------|:----------------|-----------------|\n|existingLambdaObj?|[`lambda.Function`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_lambda.Function.html)|Existing instance of Lambda Function object, providing both this and `lambdaFunctionProps` will cause an error.|\n|lambdaFunctionProps?|[`lambda.FunctionProps`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_lambda.FunctionProps.html)|User provided props to override the default props for the Lambda function.|\n|dynamoTableProps?|[`dynamodb.TableProps`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_dynamodb.TableProps.html)|Optional user provided props to override the default props for DynamoDB Table|\n|existingTableObj?|[`dynamodb.Table`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_dynamodb.Table.html)|Existing instance of DynamoDB table object, providing both this and `dynamoTableProps` will cause an error.|\n|tablePermissions?|`string`|Optional table permissions to grant to the Lambda function. One of the following may be specified: `All`, `Read`, `ReadWrite`, `Write`.|\n|tableEnvironmentVariableName?|`string`|Optional Name for the Lambda function environment variable set to the name of the DynamoDB table. Default: DDB_TABLE_NAME |\n|existingVpc?|[`ec2.IVpc`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.IVpc.html)|An optional, existing VPC into which this pattern should be deployed. When deployed in a VPC, the Lambda function will use ENIs in the VPC to access network resources and a Gateway Endpoint will be created in the VPC for Amazon DynamoDB. If an existing VPC is provided, the `deployVpc` property cannot be `true`. This uses `ec2.IVpc` to allow clients to supply VPCs that exist outside the stack using the [`ec2.Vpc.fromLookup()`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.Vpc.html#static-fromwbrlookupscope-id-options) method.|\n|vpcProps?|[`ec2.VpcProps`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.VpcProps.html)|Optional user-provided properties to override the default properties for the new VPC. `enableDnsHostnames`, `enableDnsSupport`, `natGateways` and `subnetConfiguration` are set by the pattern, so any values for those properties supplied here will be overridden. If `deployVpc` is not `true` then this property will be ignored.|\n|deployVpc?|`boolean`|Whether to create a new VPC based on `vpcProps` into which to deploy this pattern. Setting this to true will deploy the minimal, most private VPC to run the pattern:<ul><li> One isolated subnet in each Availability Zone used by the CDK program</li><li>`enableDnsHostnames` and `enableDnsSupport` will both be set to true</li></ul>If this property is `true` then `existingVpc` cannot be specified. Defaults to `false`.|\n\n## Pattern Properties\n\n| **Name** | **Type** | **Description** |\n|:-------------|:----------------|-----------------|\n|lambdaFunction|[`lambda.Function`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_lambda.Function.html)|Returns an instance of lambda.Function created by the construct|\n|dynamoTable|[`dynamodb.Table`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_dynamodb.Table.html)|Returns an instance of dynamodb.Table created by the construct|\n|vpc?|[`ec2.IVpc`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.IVpc.html)|Returns an interface on the VPC used by the pattern (if any). This may be a VPC created by the pattern or the VPC supplied to the pattern constructor.|\n\n## Default settings\n\nOut of the box implementation of the Construct without any override will set the following defaults:\n\n### AWS Lambda Function\n* Configure limited privilege access IAM role for Lambda function\n* Enable reusing connections with Keep-Alive for NodeJs Lambda function\n* Enable X-Ray Tracing\n* Set Environment Variables\n * (default) DDB_TABLE_NAME\n * AWS_NODEJS_CONNECTION_REUSE_ENABLED (for Node 10.x and higher functions)\n\n### Amazon DynamoDB Table\n* Set the billing mode for DynamoDB Table to On-Demand (Pay per request)\n* Enable server-side encryption for DynamoDB Table using AWS managed KMS Key\n* Creates a partition key called 'id' for DynamoDB Table\n* Retain the Table when deleting the CloudFormation stack\n* Enable continuous backups and point-in-time recovery\n\n## Architecture\n![Architecture Diagram](architecture.png)\n\n***\n&copy; Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n"
3938
3984
  },
3939
3985
  "repository": {
3940
3986
  "directory": "source/patterns/@aws-solutions-constructs/aws-lambda-dynamodb",
@@ -4227,6 +4273,6 @@
4227
4273
  "symbolId": "lib/index:LambdaToDynamoDBProps"
4228
4274
  }
4229
4275
  },
4230
- "version": "2.74.0",
4231
- "fingerprint": "cQijWRHVWL4w3shkYrREiPI26dwx+nNY5iUSDpB2cWk="
4276
+ "version": "2.77.0",
4277
+ "fingerprint": "DzxMPl9eB2mk+z0YtUO8BXeegF5H9aDSvHuDp1WUWXc="
4232
4278
  }
@@ -33,7 +33,7 @@ import * as lambda from 'aws-cdk-lib/aws-lambda';
33
33
  const constructProps: LambdaToDynamoDBProps = {
34
34
  lambdaFunctionProps: {
35
35
  code: lambda.Code.fromAsset(`lambda`),
36
- runtime: lambda.Runtime.NODEJS_16_X,
36
+ runtime: lambda.Runtime.NODEJS_20_X,
37
37
  handler: 'index.handler'
38
38
  },
39
39
  };
@@ -54,7 +54,7 @@ LambdaToDynamoDB(self, 'test_lambda_dynamodb_stack',
54
54
  lambda_function_props=_lambda.FunctionProps(
55
55
  code=_lambda.Code.from_asset(
56
56
  'lambda'),
57
- runtime=_lambda.Runtime.PYTHON_3_9,
57
+ runtime=_lambda.Runtime.Python_3_11,
58
58
  handler='index.handler'
59
59
  ))
60
60
  ```
@@ -71,7 +71,7 @@ import software.amazon.awsconstructs.services.lambdadynamodb.*;
71
71
 
72
72
  new LambdaToDynamoDB(this, "test_lambda_dynamodb_stack", new LambdaToDynamoDBProps.Builder()
73
73
  .lambdaFunctionProps(new FunctionProps.Builder()
74
- .runtime(Runtime.NODEJS_16_X)
74
+ .runtime(Runtime.NODEJS_20_X)
75
75
  .code(Code.fromAsset("lambda"))
76
76
  .handler("index.handler")
77
77
  .build())
@@ -86,5 +86,5 @@ class LambdaToDynamoDB extends constructs_1.Construct {
86
86
  }
87
87
  exports.LambdaToDynamoDB = LambdaToDynamoDB;
88
88
  _a = JSII_RTTI_SYMBOL_1;
89
- LambdaToDynamoDB[_a] = { fqn: "@aws-solutions-constructs/aws-lambda-dynamodb.LambdaToDynamoDB", version: "2.74.0" };
89
+ LambdaToDynamoDB[_a] = { fqn: "@aws-solutions-constructs/aws-lambda-dynamodb.LambdaToDynamoDB", version: "2.77.0" };
90
90
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJpbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztBQWNBLHFEQUFxRDtBQUNyRCwyREFBMkQ7QUFFM0Qsd0ZBQXdGO0FBQ3hGLDJDQUF1QztBQTJEdkMsTUFBYSxnQkFBaUIsU0FBUSxzQkFBUztJQUs3Qzs7Ozs7OztPQU9HO0lBQ0gsWUFBWSxLQUFnQixFQUFFLEVBQVUsRUFBRSxLQUE0QjtRQUNwRSxLQUFLLENBQUMsS0FBSyxFQUFFLEVBQUUsQ0FBQyxDQUFDO1FBQ2pCLFFBQVEsQ0FBQyxrQkFBa0IsQ0FBQyxLQUFLLENBQUMsQ0FBQztRQUNuQyxRQUFRLENBQUMsYUFBYSxDQUFDLEtBQUssQ0FBQyxDQUFDO1FBQzlCLFFBQVEsQ0FBQyxnQkFBZ0IsQ0FBQyxLQUFLLENBQUMsQ0FBQztRQUVqQyx5RkFBeUY7UUFDekYsZ0RBQWdEO1FBQ2hELElBQUksS0FBSyxDQUFDLGdCQUFnQixFQUFFLENBQUM7WUFDM0IsUUFBUSxDQUFDLGVBQWUsQ0FBQyxDQUFDLEtBQUssRUFBRSxNQUFNLEVBQUUsV0FBVyxFQUFFLE9BQU8sQ0FBQyxFQUFFLENBQUMsS0FBSyxDQUFDLGdCQUFnQixDQUFDLEVBQUUsa0JBQWtCLENBQUMsQ0FBQztRQUNoSCxDQUFDO1FBRUQsSUFBSSxLQUFLLENBQUMsU0FBUyxJQUFJLEtBQUssQ0FBQyxXQUFXLEVBQUUsQ0FBQztZQUN6QyxJQUFJLENBQUMsR0FBRyxHQUFHLFFBQVEsQ0FBQyxRQUFRLENBQUMsS0FBSyxFQUFFO2dCQUNsQyxlQUFlLEVBQUUsUUFBUSxDQUFDLHVCQUF1QixFQUFFO2dCQUNuRCxXQUFXLEVBQUUsS0FBSyxDQUFDLFdBQVc7Z0JBQzlCLFlBQVksRUFBRSxLQUFLLENBQUMsUUFBUTtnQkFDNUIsaUJBQWlCLEVBQUU7b0JBQ2pCLGtCQUFrQixFQUFFLElBQUk7b0JBQ3hCLGdCQUFnQixFQUFFLElBQUk7aUJBQ3ZCO2FBQ0YsQ0FBQyxDQUFDO1lBRUgsUUFBUSxDQUFDLHFCQUFxQixDQUFDLEtBQUssRUFBRSxJQUFJLENBQUMsR0FBRyxFQUFFLFFBQVEsQ0FBQyxvQkFBb0IsQ0FBQyxRQUFRLENBQUMsQ0FBQztRQUMxRixDQUFDO1FBRUQsSUFBSSxDQUFDLGNBQWMsR0FBRyxRQUFRLENBQUMsbUJBQW1CLENBQUMsSUFBSSxFQUFFO1lBQ3ZELGlCQUFpQixFQUFFLEtBQUssQ0FBQyxpQkFBaUI7WUFDMUMsbUJBQW1CLEVBQUUsS0FBSyxDQUFDLG1CQUFtQjtZQUM5QyxHQUFHLEVBQUUsSUFBSSxDQUFDLEdBQUc7U0FDZCxDQUFDLENBQUM7UUFFSCxpRkFBaUY7UUFDakYsOEVBQThFO1FBQzlFLDhFQUE4RTtRQUM5RSxNQUFNLDBCQUEwQixHQUFHLFFBQVEsQ0FBQyxrQkFBa0IsQ0FBQyxJQUFJLEVBQUU7WUFDbkUsZ0JBQWdCLEVBQUUsS0FBSyxDQUFDLGdCQUFnQjtZQUN4QyxnQkFBZ0IsRUFBRSxLQUFLLENBQUMsZ0JBQWdCO1NBQ3pDLENBQUMsQ0FBQztRQUNILElBQUksQ0FBQyxXQUFXLEdBQUcsMEJBQTBCLENBQUMsV0FBWSxDQUFDO1FBRTNELGtDQUFrQztRQUNsQyxNQUFNLDRCQUE0QixHQUFHLEtBQUssQ0FBQyw0QkFBNEIsSUFBSSxnQkFBZ0IsQ0FBQztRQUM1RixJQUFJLENBQUMsY0FBYyxDQUFDLGNBQWMsQ0FBQyw0QkFBNEIsRUFBRSxJQUFJLENBQUMsV0FBVyxDQUFDLFNBQVMsQ0FBQyxDQUFDO1FBRTdGLGlEQUFpRDtRQUNqRCxJQUFJLEtBQUssQ0FBQyxnQkFBZ0IsRUFBRSxDQUFDO1lBQzNCLE1BQU0sWUFBWSxHQUFHLEtBQUssQ0FBQyxnQkFBZ0IsQ0FBQyxXQUFXLEVBQUUsQ0FBQztZQUMxRCxJQUFJLFlBQVksS0FBSyxLQUFLLEVBQUUsQ0FBQztnQkFDM0IsSUFBSSxDQUFDLFdBQVcsQ0FBQyxlQUFlLENBQUMsSUFBSSxDQUFDLGNBQWMsQ0FBQyxjQUFjLENBQUMsQ0FBQztZQUN2RSxDQUFDO2lCQUFNLElBQUksWUFBWSxLQUFPLE1BQU0sRUFBRSxDQUFDO2dCQUNyQyxJQUFJLENBQUMsV0FBVyxDQUFDLGFBQWEsQ0FBQyxJQUFJLENBQUMsY0FBYyxDQUFDLGNBQWMsQ0FBQyxDQUFDO1lBQ3JFLENBQUM7aUJBQU0sSUFBSSxZQUFZLEtBQU8sV0FBVyxFQUFFLENBQUM7Z0JBQzFDLElBQUksQ0FBQyxXQUFXLENBQUMsa0JBQWtCLENBQUMsSUFBSSxDQUFDLGNBQWMsQ0FBQyxjQUFjLENBQUMsQ0FBQztZQUMxRSxDQUFDO2lCQUFNLElBQUksWUFBWSxLQUFPLE9BQU8sRUFBRSxDQUFDO2dCQUN0QyxJQUFJLENBQUMsV0FBVyxDQUFDLGNBQWMsQ0FBQyxJQUFJLENBQUMsY0FBYyxDQUFDLGNBQWMsQ0FBQyxDQUFDO1lBQ3RFLENBQUM7UUFDSCxDQUFDO2FBQU0sQ0FBQztZQUNOLElBQUksQ0FBQyxXQUFXLENBQUMsa0JBQWtCLENBQUMsSUFBSSxDQUFDLGNBQWMsQ0FBQyxjQUFjLENBQUMsQ0FBQztRQUMxRSxDQUFDO1FBRUQsbUNBQW1DO1FBQ25DLElBQUksS0FBSyxDQUFDLGdCQUFnQixFQUFFLFdBQVcsS0FBSyxRQUFRLENBQUMsV0FBVyxDQUFDLFdBQVcsRUFBRSxDQUFDO1lBQzdFLFFBQVEsQ0FBQyxtQkFBbUIsQ0FBQyxJQUFJLENBQUMsV0FBVyxFQUFFO2dCQUM3QztvQkFDRSxFQUFFLEVBQUUsS0FBSztvQkFDVCxNQUFNLEVBQUUsbUZBQW1GO2lCQUM1RjthQUNGLENBQUMsQ0FBQztRQUVMLENBQUM7SUFDSCxDQUFDOztBQXBGSCw0Q0FxRkMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqICBDb3B5cmlnaHQgQW1hem9uLmNvbSwgSW5jLiBvciBpdHMgYWZmaWxpYXRlcy4gQWxsIFJpZ2h0cyBSZXNlcnZlZC5cbiAqXG4gKiAgTGljZW5zZWQgdW5kZXIgdGhlIEFwYWNoZSBMaWNlbnNlLCBWZXJzaW9uIDIuMCAodGhlIFwiTGljZW5zZVwiKS4gWW91IG1heSBub3QgdXNlIHRoaXMgZmlsZSBleGNlcHQgaW4gY29tcGxpYW5jZVxuICogIHdpdGggdGhlIExpY2Vuc2UuIEEgY29weSBvZiB0aGUgTGljZW5zZSBpcyBsb2NhdGVkIGF0XG4gKlxuICogICAgICBodHRwOi8vd3d3LmFwYWNoZS5vcmcvbGljZW5zZXMvTElDRU5TRS0yLjBcbiAqXG4gKiAgb3IgaW4gdGhlICdsaWNlbnNlJyBmaWxlIGFjY29tcGFueWluZyB0aGlzIGZpbGUuIFRoaXMgZmlsZSBpcyBkaXN0cmlidXRlZCBvbiBhbiAnQVMgSVMnIEJBU0lTLCBXSVRIT1VUIFdBUlJBTlRJRVNcbiAqICBPUiBDT05ESVRJT05TIE9GIEFOWSBLSU5ELCBleHByZXNzIG9yIGltcGxpZWQuIFNlZSB0aGUgTGljZW5zZSBmb3IgdGhlIHNwZWNpZmljIGxhbmd1YWdlIGdvdmVybmluZyBwZXJtaXNzaW9uc1xuICogIGFuZCBsaW1pdGF0aW9ucyB1bmRlciB0aGUgTGljZW5zZS5cbiAqL1xuXG5pbXBvcnQgKiBhcyBsYW1iZGEgZnJvbSAnYXdzLWNkay1saWIvYXdzLWxhbWJkYSc7XG5pbXBvcnQgKiBhcyBkeW5hbW9kYiBmcm9tICdhd3MtY2RrLWxpYi9hd3MtZHluYW1vZGInO1xuaW1wb3J0ICogYXMgZGVmYXVsdHMgZnJvbSAnQGF3cy1zb2x1dGlvbnMtY29uc3RydWN0cy9jb3JlJztcbmltcG9ydCAqIGFzIGVjMiBmcm9tIFwiYXdzLWNkay1saWIvYXdzLWVjMlwiO1xuLy8gTm90ZTogVG8gZW5zdXJlIENES3YyIGNvbXBhdGliaWxpdHksIGtlZXAgdGhlIGltcG9ydCBzdGF0ZW1lbnQgZm9yIENvbnN0cnVjdCBzZXBhcmF0ZVxuaW1wb3J0IHsgQ29uc3RydWN0IH0gZnJvbSAnY29uc3RydWN0cyc7XG5cbi8qKlxuICogQHN1bW1hcnkgVGhlIHByb3BlcnRpZXMgZm9yIHRoZSBMYW1iZGFUb0R5bmFtb0RCIENvbnN0cnVjdFxuICovXG5leHBvcnQgaW50ZXJmYWNlIExhbWJkYVRvRHluYW1vREJQcm9wcyB7XG4gIC8qKlxuICAgKiBFeGlzdGluZyBpbnN0YW5jZSBvZiBMYW1iZGEgRnVuY3Rpb24gb2JqZWN0LCBwcm92aWRpbmcgYm90aCB0aGlzIGFuZCBgbGFtYmRhRnVuY3Rpb25Qcm9wc2Agd2lsbCBjYXVzZSBhbiBlcnJvci5cbiAgICpcbiAgICogQGRlZmF1bHQgLSBOb25lXG4gICAqL1xuICByZWFkb25seSBleGlzdGluZ0xhbWJkYU9iaj86IGxhbWJkYS5GdW5jdGlvbjtcbiAgLyoqXG4gICAqIFVzZXIgcHJvdmlkZWQgcHJvcHMgdG8gb3ZlcnJpZGUgdGhlIGRlZmF1bHQgcHJvcHMgZm9yIHRoZSBMYW1iZGEgZnVuY3Rpb24uXG4gICAqXG4gICAqIEBkZWZhdWx0IC0gRGVmYXVsdCBwcm9wcyBhcmUgdXNlZFxuICAgKi9cbiAgcmVhZG9ubHkgbGFtYmRhRnVuY3Rpb25Qcm9wcz86IGxhbWJkYS5GdW5jdGlvblByb3BzO1xuICAvKipcbiAgICogT3B0aW9uYWwgdXNlciBwcm92aWRlZCBwcm9wcyB0byBvdmVycmlkZSB0aGUgZGVmYXVsdCBwcm9wc1xuICAgKlxuICAgKiBAZGVmYXVsdCAtIERlZmF1bHQgcHJvcHMgYXJlIHVzZWRcbiAgICovXG4gIHJlYWRvbmx5IGR5bmFtb1RhYmxlUHJvcHM/OiBkeW5hbW9kYi5UYWJsZVByb3BzO1xuICAvKipcbiAgICogRXhpc3RpbmcgaW5zdGFuY2Ugb2YgRHluYW1vREIgdGFibGUgb2JqZWN0LCBwcm92aWRpbmcgYm90aCB0aGlzIGFuZCBgZHluYW1vVGFibGVQcm9wc2Agd2lsbCBjYXVzZSBhbiBlcnJvci5cbiAgICpcbiAgICogQGRlZmF1bHQgLSBOb25lXG4gICAqL1xuICByZWFkb25seSBleGlzdGluZ1RhYmxlT2JqPzogZHluYW1vZGIuVGFibGU7XG4gIC8qKlxuICAgKiBPcHRpb25hbCB0YWJsZSBwZXJtaXNzaW9ucyB0byBncmFudCB0byB0aGUgTGFtYmRhIGZ1bmN0aW9uLlxuICAgKiBPbmUgb2YgdGhlIGZvbGxvd2luZyBtYXkgYmUgc3BlY2lmaWVkOiBcIkFsbFwiLCBcIlJlYWRcIiwgXCJSZWFkV3JpdGVcIiwgXCJXcml0ZVwiLlxuICAgKlxuICAgKiBAZGVmYXVsdCAtIFJlYWQvd3JpdGUgYWNjZXNzIGlzIGdpdmVuIHRvIHRoZSBMYW1iZGEgZnVuY3Rpb24gaWYgbm8gdmFsdWUgaXMgc3BlY2lmaWVkLlxuICAgKi9cbiAgcmVhZG9ubHkgdGFibGVQZXJtaXNzaW9ucz86IHN0cmluZztcbiAgLyoqXG4gICAqIE9wdGlvbmFsIE5hbWUgZm9yIHRoZSBMYW1iZGEgZnVuY3Rpb24gZW52aXJvbm1lbnQgdmFyaWFibGUgc2V0IHRvIHRoZSBuYW1lIG9mIHRoZSBEeW5hbW9EQiB0YWJsZS5cbiAgICpcbiAgICogQGRlZmF1bHQgLSBEREJfVEFCTEVfTkFNRVxuICAgKi9cbiAgcmVhZG9ubHkgdGFibGVFbnZpcm9ubWVudFZhcmlhYmxlTmFtZT86IHN0cmluZztcbiAgLyoqXG4gICAqIEFuIGV4aXN0aW5nIFZQQyBmb3IgdGhlIGNvbnN0cnVjdCB0byB1c2UgKGNvbnN0cnVjdCB3aWxsIE5PVCBjcmVhdGUgYSBuZXcgVlBDIGluIHRoaXMgY2FzZSlcbiAgICovXG4gIHJlYWRvbmx5IGV4aXN0aW5nVnBjPzogZWMyLklWcGM7XG4gIC8qKlxuICAgKiBQcm9wZXJ0aWVzIHRvIG92ZXJyaWRlIGRlZmF1bHQgcHJvcGVydGllcyBpZiBkZXBsb3lWcGMgaXMgdHJ1ZVxuICAgKi9cbiAgcmVhZG9ubHkgdnBjUHJvcHM/OiBlYzIuVnBjUHJvcHM7XG4gIC8qKlxuICAgKiBXaGV0aGVyIHRvIGRlcGxveSBhIG5ldyBWUENcbiAgICpcbiAgICogQGRlZmF1bHQgLSBmYWxzZVxuICAgKi9cbiAgcmVhZG9ubHkgZGVwbG95VnBjPzogYm9vbGVhbjtcbn1cblxuZXhwb3J0IGNsYXNzIExhbWJkYVRvRHluYW1vREIgZXh0ZW5kcyBDb25zdHJ1Y3Qge1xuICBwdWJsaWMgcmVhZG9ubHkgbGFtYmRhRnVuY3Rpb246IGxhbWJkYS5GdW5jdGlvbjtcbiAgcHVibGljIHJlYWRvbmx5IGR5bmFtb1RhYmxlOiBkeW5hbW9kYi5UYWJsZTtcbiAgcHVibGljIHJlYWRvbmx5IHZwYz86IGVjMi5JVnBjO1xuXG4gIC8qKlxuICAgKiBAc3VtbWFyeSBDb25zdHJ1Y3RzIGEgbmV3IGluc3RhbmNlIG9mIHRoZSBMYW1iZGFUb0R5bmFtb0RCIGNsYXNzLlxuICAgKiBAcGFyYW0ge2Nkay5BcHB9IHNjb3BlIC0gcmVwcmVzZW50cyB0aGUgc2NvcGUgZm9yIGFsbCB0aGUgcmVzb3VyY2VzLlxuICAgKiBAcGFyYW0ge3N0cmluZ30gaWQgLSB0aGlzIGlzIGEgYSBzY29wZS11bmlxdWUgaWQuXG4gICAqIEBwYXJhbSB7TGFtYmRhVG9EeW5hbW9EQlByb3BzfSBwcm9wcyAtIHVzZXIgcHJvdmlkZWQgcHJvcHMgZm9yIHRoZSBjb25zdHJ1Y3RcbiAgICogQHNpbmNlIDAuOC4wXG4gICAqIEBhY2Nlc3MgcHVibGljXG4gICAqL1xuICBjb25zdHJ1Y3RvcihzY29wZTogQ29uc3RydWN0LCBpZDogc3RyaW5nLCBwcm9wczogTGFtYmRhVG9EeW5hbW9EQlByb3BzKSB7XG4gICAgc3VwZXIoc2NvcGUsIGlkKTtcbiAgICBkZWZhdWx0cy5DaGVja0R5bmFtb0RCUHJvcHMocHJvcHMpO1xuICAgIGRlZmF1bHRzLkNoZWNrVnBjUHJvcHMocHJvcHMpO1xuICAgIGRlZmF1bHRzLkNoZWNrTGFtYmRhUHJvcHMocHJvcHMpO1xuXG4gICAgLy8gT3RoZXIgcGVybWlzc2lvbnMgZm9yIGNvbnN0cnVjdHMgYXJlIGFjY2VwdGVkIGFzIGFycmF5cywgdHVybmluZyB0YWJsZVBlcm1pc3Npb25zIGludG9cbiAgICAvLyBhbiBhcnJheSB0byB1c2UgdGhlIHNhbWUgdmFsaWRhdGlvbiBmdW5jdGlvbi5cbiAgICBpZiAocHJvcHMudGFibGVQZXJtaXNzaW9ucykge1xuICAgICAgZGVmYXVsdHMuQ2hlY2tMaXN0VmFsdWVzKFsnQWxsJywgJ1JlYWQnLCAnUmVhZFdyaXRlJywgJ1dyaXRlJ10sIFtwcm9wcy50YWJsZVBlcm1pc3Npb25zXSwgJ3RhYmxlIHBlcm1pc3Npb24nKTtcbiAgICB9XG5cbiAgICBpZiAocHJvcHMuZGVwbG95VnBjIHx8IHByb3BzLmV4aXN0aW5nVnBjKSB7XG4gICAgICB0aGlzLnZwYyA9IGRlZmF1bHRzLmJ1aWxkVnBjKHNjb3BlLCB7XG4gICAgICAgIGRlZmF1bHRWcGNQcm9wczogZGVmYXVsdHMuRGVmYXVsdElzb2xhdGVkVnBjUHJvcHMoKSxcbiAgICAgICAgZXhpc3RpbmdWcGM6IHByb3BzLmV4aXN0aW5nVnBjLFxuICAgICAgICB1c2VyVnBjUHJvcHM6IHByb3BzLnZwY1Byb3BzLFxuICAgICAgICBjb25zdHJ1Y3RWcGNQcm9wczoge1xuICAgICAgICAgIGVuYWJsZURuc0hvc3RuYW1lczogdHJ1ZSxcbiAgICAgICAgICBlbmFibGVEbnNTdXBwb3J0OiB0cnVlLFxuICAgICAgICB9LFxuICAgICAgfSk7XG5cbiAgICAgIGRlZmF1bHRzLkFkZEF3c1NlcnZpY2VFbmRwb2ludChzY29wZSwgdGhpcy52cGMsIGRlZmF1bHRzLlNlcnZpY2VFbmRwb2ludFR5cGVzLkRZTkFNT0RCKTtcbiAgICB9XG5cbiAgICB0aGlzLmxhbWJkYUZ1bmN0aW9uID0gZGVmYXVsdHMuYnVpbGRMYW1iZGFGdW5jdGlvbih0aGlzLCB7XG4gICAgICBleGlzdGluZ0xhbWJkYU9iajogcHJvcHMuZXhpc3RpbmdMYW1iZGFPYmosXG4gICAgICBsYW1iZGFGdW5jdGlvblByb3BzOiBwcm9wcy5sYW1iZGFGdW5jdGlvblByb3BzLFxuICAgICAgdnBjOiB0aGlzLnZwY1xuICAgIH0pO1xuXG4gICAgLy8gU2luY2Ugd2UgYXJlIG9ubHkgaW52b2tpbmcgdGhpcyBmdW5jdGlvbiB3aXRoIGFuIGV4aXN0aW5nIFRhYmxlIG9yIHRhYmxlUHJvcHMsXG4gICAgLy8gKG5vdCBhIHRhYmxlIGludGVyZmFjZSksIHdlIGtub3cgdGhhdCB0aGUgaW1wbGVtZW50YXRpb24gd2lsbCBhbHdheXMgcmV0dXJuXG4gICAgLy8gYSBUYWJsZSBvYmplY3QgYW5kIHdlIGNhbiBzYWZlbHkgY2FzdCBhd2F5IHRoZSBvcHRpb25hbCBhc3BlY3Qgb2YgdGhlIHR5cGUuXG4gICAgY29uc3QgYnVpbGREeW5hbW9EQlRhYmxlUmVzcG9uc2UgPSBkZWZhdWx0cy5idWlsZER5bmFtb0RCVGFibGUodGhpcywge1xuICAgICAgZHluYW1vVGFibGVQcm9wczogcHJvcHMuZHluYW1vVGFibGVQcm9wcyxcbiAgICAgIGV4aXN0aW5nVGFibGVPYmo6IHByb3BzLmV4aXN0aW5nVGFibGVPYmpcbiAgICB9KTtcbiAgICB0aGlzLmR5bmFtb1RhYmxlID0gYnVpbGREeW5hbW9EQlRhYmxlUmVzcG9uc2UudGFibGVPYmplY3QhO1xuXG4gICAgLy8gQ29uZmlndXJlIGVudmlyb25tZW50IHZhcmlhYmxlc1xuICAgIGNvbnN0IHRhYmxlRW52aXJvbm1lbnRWYXJpYWJsZU5hbWUgPSBwcm9wcy50YWJsZUVudmlyb25tZW50VmFyaWFibGVOYW1lIHx8ICdEREJfVEFCTEVfTkFNRSc7XG4gICAgdGhpcy5sYW1iZGFGdW5jdGlvbi5hZGRFbnZpcm9ubWVudCh0YWJsZUVudmlyb25tZW50VmFyaWFibGVOYW1lLCB0aGlzLmR5bmFtb1RhYmxlLnRhYmxlTmFtZSk7XG5cbiAgICAvLyBBZGQgdGhlIHJlcXVlc3RlZCBvciBkZWZhdWx0IHRhYmxlIHBlcm1pc3Npb25zXG4gICAgaWYgKHByb3BzLnRhYmxlUGVybWlzc2lvbnMpIHtcbiAgICAgIGNvbnN0IF9wZXJtaXNzaW9ucyA9IHByb3BzLnRhYmxlUGVybWlzc2lvbnMudG9VcHBlckNhc2UoKTtcbiAgICAgIGlmIChfcGVybWlzc2lvbnMgPT09ICdBTEwnKSB7XG4gICAgICAgIHRoaXMuZHluYW1vVGFibGUuZ3JhbnRGdWxsQWNjZXNzKHRoaXMubGFtYmRhRnVuY3Rpb24uZ3JhbnRQcmluY2lwYWwpO1xuICAgICAgfSBlbHNlIGlmIChfcGVybWlzc2lvbnMgID09PSAgJ1JFQUQnKSB7XG4gICAgICAgIHRoaXMuZHluYW1vVGFibGUuZ3JhbnRSZWFkRGF0YSh0aGlzLmxhbWJkYUZ1bmN0aW9uLmdyYW50UHJpbmNpcGFsKTtcbiAgICAgIH0gZWxzZSBpZiAoX3Blcm1pc3Npb25zICA9PT0gICdSRUFEV1JJVEUnKSB7XG4gICAgICAgIHRoaXMuZHluYW1vVGFibGUuZ3JhbnRSZWFkV3JpdGVEYXRhKHRoaXMubGFtYmRhRnVuY3Rpb24uZ3JhbnRQcmluY2lwYWwpO1xuICAgICAgfSBlbHNlIGlmIChfcGVybWlzc2lvbnMgID09PSAgJ1dSSVRFJykge1xuICAgICAgICB0aGlzLmR5bmFtb1RhYmxlLmdyYW50V3JpdGVEYXRhKHRoaXMubGFtYmRhRnVuY3Rpb24uZ3JhbnRQcmluY2lwYWwpO1xuICAgICAgfVxuICAgIH0gZWxzZSB7XG4gICAgICB0aGlzLmR5bmFtb1RhYmxlLmdyYW50UmVhZFdyaXRlRGF0YSh0aGlzLmxhbWJkYUZ1bmN0aW9uLmdyYW50UHJpbmNpcGFsKTtcbiAgICB9XG5cbiAgICAvLyBDb25kaXRpb25hbCBtZXRhZGF0YSBmb3IgY2ZuX25hZ1xuICAgIGlmIChwcm9wcy5keW5hbW9UYWJsZVByb3BzPy5iaWxsaW5nTW9kZSA9PT0gZHluYW1vZGIuQmlsbGluZ01vZGUuUFJPVklTSU9ORUQpIHtcbiAgICAgIGRlZmF1bHRzLmFkZENmblN1cHByZXNzUnVsZXModGhpcy5keW5hbW9UYWJsZSwgW1xuICAgICAgICB7XG4gICAgICAgICAgaWQ6IFwiVzczXCIsXG4gICAgICAgICAgcmVhc29uOiBgUFJPVklTSU9ORUQgYmlsbGluZyBtb2RlIGlzIGEgZGVmYXVsdCBhbmQgaXMgbm90IGV4cGxpY2l0bHkgYXBwbGllZCBhcyBhIHNldHRpbmcuYCxcbiAgICAgICAgfSxcbiAgICAgIF0pO1xuXG4gICAgfVxuICB9XG59XG4iXX0=