@gemeentenijmegen/webapp 1.1.3 → 1.1.4

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 (920) hide show
  1. package/.jsii +11 -11
  2. package/lib/webapp/Criticality.js +1 -1
  3. package/lib/webapp/Webapp.js +1 -1
  4. package/lib/webapp/Webpage.js +1 -1
  5. package/lib/webapp/util/Files.js +1 -1
  6. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/endpoint/ruleset.js +1 -1
  7. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/index.js +465 -352
  8. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.js +10 -8
  9. package/node_modules/@aws-sdk/client-dynamodb/dist-es/DynamoDBClient.js +1 -0
  10. package/node_modules/@aws-sdk/client-dynamodb/dist-es/endpoint/ruleset.js +1 -1
  11. package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/models_0.js +74 -68
  12. package/node_modules/@aws-sdk/client-dynamodb/dist-es/protocols/Aws_json1_0.js +1 -0
  13. package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.js +10 -8
  14. package/node_modules/@aws-sdk/client-dynamodb/dist-types/DynamoDBClient.d.ts +18 -0
  15. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeContinuousBackupsCommand.d.ts +2 -1
  16. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +1 -1
  17. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateContinuousBackupsCommand.d.ts +3 -1
  18. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts +145 -59
  19. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.browser.d.ts +2 -1
  20. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.d.ts +2 -1
  21. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.native.d.ts +3 -2
  22. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/DynamoDBClient.d.ts +1 -0
  23. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_0.d.ts +2 -0
  24. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -3
  25. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.d.ts +10 -7
  26. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.native.d.ts +21 -8
  27. package/node_modules/@aws-sdk/client-dynamodb/package.json +43 -45
  28. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +612 -446
  29. package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +16 -11
  30. package/node_modules/@aws-sdk/client-s3/dist-es/S3Client.js +1 -0
  31. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataTableConfigurationCommand.js +1 -2
  32. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +1 -2
  33. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +1 -1
  34. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +1 -2
  35. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +1 -2
  36. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +1 -2
  37. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +1 -2
  38. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +1 -2
  39. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +1 -2
  40. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +1 -2
  41. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +1 -2
  42. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +1 -2
  43. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +1 -2
  44. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +1 -2
  45. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +1 -2
  46. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +1 -2
  47. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +1 -2
  48. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +1 -2
  49. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +1 -2
  50. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +1 -2
  51. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +1 -2
  52. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +1 -2
  53. package/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +1 -2
  54. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +1 -2
  55. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +23 -16
  56. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +10 -10
  57. package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +91 -29
  58. package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js +16 -11
  59. package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +18 -0
  60. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +6 -0
  61. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +3 -1
  62. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +1 -1
  63. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +4 -2
  64. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +23 -23
  65. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +3 -0
  66. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +2 -0
  67. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +2 -0
  68. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +34 -33
  69. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +2 -1
  70. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +2 -1
  71. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +2 -1
  72. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +3 -1
  73. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -1
  74. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +1 -1
  75. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +1 -1
  76. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +1 -1
  77. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
  78. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +1 -1
  79. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +1 -1
  80. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +1 -1
  81. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +1 -1
  82. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +1 -1
  83. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +2 -2
  84. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +1 -1
  85. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +1 -1
  86. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +51 -48
  87. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +1 -1
  88. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +1 -1
  89. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +1 -1
  90. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +1 -1
  91. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +1 -1
  92. package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +1 -1
  93. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +3 -1
  94. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +1 -0
  95. package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +1 -0
  96. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +246 -105
  97. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +140 -64
  98. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +2 -1
  99. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +2 -1
  100. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +6 -5
  101. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +1 -0
  102. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +28 -3
  103. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +12 -1
  104. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -3
  105. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +10 -7
  106. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +30 -11
  107. package/node_modules/@aws-sdk/client-s3/package.json +60 -62
  108. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/index.js +193 -139
  109. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.js +8 -6
  110. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/SecretsManagerClient.js +1 -0
  111. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/models/models_0.js +36 -24
  112. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.js +8 -6
  113. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/SecretsManagerClient.d.ts +18 -0
  114. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.browser.d.ts +2 -1
  115. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.d.ts +2 -1
  116. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.native.d.ts +3 -2
  117. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/SecretsManagerClient.d.ts +1 -0
  118. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -3
  119. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.d.ts +10 -7
  120. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.native.d.ts +21 -8
  121. package/node_modules/@aws-sdk/client-secrets-manager/package.json +41 -43
  122. package/node_modules/@aws-sdk/client-ssm/README.md +5 -4
  123. package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +1529 -1117
  124. package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.js +8 -6
  125. package/node_modules/@aws-sdk/client-ssm/dist-es/SSMClient.js +1 -0
  126. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_0.js +211 -146
  127. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +108 -80
  128. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_2.js +64 -44
  129. package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.js +8 -6
  130. package/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +5 -4
  131. package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +23 -4
  132. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +1 -1
  133. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateActivationCommand.d.ts +2 -2
  134. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationCommand.d.ts +6 -6
  135. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +1 -1
  136. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCalendarStateCommand.d.ts +1 -1
  137. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +3 -3
  138. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersByPathCommand.d.ts +1 -1
  139. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationsCommand.d.ts +1 -1
  140. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +1 -1
  141. package/node_modules/@aws-sdk/client-ssm/dist-types/index.d.ts +5 -4
  142. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +7 -9
  143. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +12 -13
  144. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +20 -9
  145. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.browser.d.ts +2 -1
  146. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +2 -1
  147. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +3 -2
  148. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +1 -0
  149. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -3
  150. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +10 -7
  151. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +21 -8
  152. package/node_modules/@aws-sdk/client-ssm/package.json +42 -44
  153. package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +57 -42
  154. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +8 -6
  155. package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +1 -0
  156. package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +8 -8
  157. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +8 -6
  158. package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +18 -0
  159. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +1 -0
  160. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +1 -0
  161. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +2 -1
  162. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +1 -0
  163. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -0
  164. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +1 -0
  165. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +16 -5
  166. package/node_modules/@aws-sdk/client-sso/package.json +40 -40
  167. package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +29 -32
  168. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +3 -4
  169. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +10 -9
  170. package/node_modules/@aws-sdk/core/package.json +13 -13
  171. package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +2 -3
  172. package/node_modules/@aws-sdk/credential-provider-env/package.json +8 -8
  173. package/node_modules/@aws-sdk/credential-provider-http/package.json +13 -13
  174. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +38 -27
  175. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +11 -2
  176. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +14 -11
  177. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +8 -2
  178. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +5 -7
  179. package/node_modules/@aws-sdk/credential-provider-ini/package.json +19 -19
  180. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +12 -19
  181. package/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +1 -1
  182. package/node_modules/@aws-sdk/credential-provider-node/package.json +16 -16
  183. package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +10 -6
  184. package/node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js +4 -2
  185. package/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +2 -3
  186. package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/fromProcess.d.ts +5 -3
  187. package/node_modules/@aws-sdk/credential-provider-process/package.json +9 -9
  188. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +8 -7
  189. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +4 -2
  190. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +2 -3
  191. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +5 -3
  192. package/node_modules/@aws-sdk/credential-provider-sso/package.json +11 -11
  193. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +6 -3
  194. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +6 -3
  195. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +3 -3
  196. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +5 -6
  197. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +9 -11
  198. package/node_modules/@aws-sdk/endpoint-cache/dist-cjs/index.js +5 -3
  199. package/node_modules/@aws-sdk/endpoint-cache/dist-es/EndpointCache.js +1 -0
  200. package/node_modules/@aws-sdk/endpoint-cache/package.json +4 -4
  201. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-cjs/index.js +1 -1
  202. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketHostnameUtils.d.ts +1 -1
  203. package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +9 -9
  204. package/node_modules/@aws-sdk/middleware-endpoint-discovery/package.json +8 -8
  205. package/node_modules/@aws-sdk/middleware-expect-continue/dist-cjs/index.js +1 -2
  206. package/node_modules/@aws-sdk/middleware-expect-continue/package.json +6 -6
  207. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/getCrc32ChecksumAlgorithmFunction.js +1 -3
  208. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/index.js +132 -40
  209. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/constants.js +2 -2
  210. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/crc64-nvme-crt-container.js +3 -0
  211. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsInputMiddleware.js +37 -0
  212. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsMiddleware.js +22 -3
  213. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsResponseMiddleware.js +2 -12
  214. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getChecksumAlgorithmForRequest.js +9 -5
  215. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getCrc32ChecksumAlgorithmFunction.js +1 -3
  216. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getFlexibleChecksumsPlugin.js +2 -0
  217. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/hasHeaderWithPrefix.js +9 -0
  218. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/index.js +1 -0
  219. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/selectChecksumAlgorithmFunction.js +26 -7
  220. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/types.js +2 -0
  221. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/validateChecksumFromResponse.js +13 -2
  222. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/configuration.d.ts +10 -1
  223. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/constants.d.ts +5 -5
  224. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/crc64-nvme-crt-container.d.ts +13 -0
  225. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsInputMiddleware.d.ts +19 -0
  226. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsMiddleware.d.ts +12 -7
  227. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksumAlgorithmForRequest.d.ts +6 -2
  228. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getFlexibleChecksumsPlugin.d.ts +2 -1
  229. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/hasHeaderWithPrefix.d.ts +6 -0
  230. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/index.d.ts +1 -0
  231. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/configuration.d.ts +7 -0
  232. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/constants.d.ts +2 -3
  233. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/crc64-nvme-crt-container.d.ts +4 -0
  234. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/flexibleChecksumsInputMiddleware.d.ts +10 -0
  235. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/flexibleChecksumsMiddleware.d.ts +4 -2
  236. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getChecksumAlgorithmForRequest.d.ts +4 -3
  237. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getFlexibleChecksumsPlugin.d.ts +2 -0
  238. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/hasHeaderWithPrefix.d.ts +5 -0
  239. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/index.d.ts +1 -0
  240. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/validateChecksumFromResponse.d.ts +3 -1
  241. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/validateChecksumFromResponse.d.ts +3 -1
  242. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +19 -20
  243. package/node_modules/@aws-sdk/middleware-host-header/package.json +6 -6
  244. package/node_modules/@aws-sdk/middleware-location-constraint/dist-cjs/index.js +1 -1
  245. package/node_modules/@aws-sdk/middleware-location-constraint/package.json +5 -5
  246. package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +2 -3
  247. package/node_modules/@aws-sdk/middleware-logger/package.json +6 -6
  248. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +6 -6
  249. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +34 -38
  250. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/S3ExpressIdentityCache.js +3 -2
  251. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/S3ExpressIdentityCacheEntry.js +3 -0
  252. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/S3ExpressIdentityProviderImpl.js +3 -1
  253. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3Configuration.js +0 -1
  254. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +16 -16
  255. package/node_modules/@aws-sdk/middleware-ssec/package.json +5 -5
  256. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +13 -17
  257. package/node_modules/@aws-sdk/middleware-user-agent/package.json +9 -9
  258. package/node_modules/@aws-sdk/nested-clients/README.md +13 -0
  259. package/node_modules/@aws-sdk/nested-clients/dist-cjs/index.js +2 -0
  260. package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/auth/httpAuthSchemeProvider.js +0 -8
  261. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +879 -0
  262. package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/runtimeConfig.browser.js +1 -2
  263. package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/runtimeConfig.js +9 -9
  264. package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/STSClient.js +1 -0
  265. package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/auth/httpAuthSchemeProvider.js +0 -4
  266. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +952 -0
  267. package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/runtimeConfig.browser.js +1 -1
  268. package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/runtimeConfig.js +10 -10
  269. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +9 -0
  270. package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/SSOOIDCClient.js +1 -0
  271. package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/auth/httpAuthSchemeProvider.js +0 -8
  272. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/index.js +1 -0
  273. package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/models/models_0.js +56 -99
  274. package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/protocols/Aws_restJson1.js +2 -174
  275. package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/runtimeConfig.browser.js +1 -2
  276. package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/runtimeConfig.js +9 -9
  277. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +11 -0
  278. package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/STSClient.js +1 -0
  279. package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/auth/httpAuthSchemeProvider.js +0 -4
  280. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/index.js +2 -0
  281. package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/defaultStsRoleAssumers.js +6 -4
  282. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/extensionConfiguration.js +1 -0
  283. package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/models/models_0.js +30 -62
  284. package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/protocols/Aws_query.js +10 -420
  285. package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/runtimeConfig.browser.js +1 -1
  286. package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/runtimeConfig.js +10 -10
  287. package/node_modules/@aws-sdk/nested-clients/dist-types/index.d.ts +7 -0
  288. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/SSOOIDC.d.ts +0 -21
  289. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/SSOOIDCClient.d.ts +21 -12
  290. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/commands/CreateTokenCommand.d.ts +3 -50
  291. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/index.d.ts +1 -0
  292. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +396 -0
  293. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +11 -0
  294. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/runtimeConfig.browser.d.ts +1 -1
  295. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/runtimeConfig.d.ts +1 -1
  296. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/runtimeConfig.native.d.ts +2 -2
  297. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +27 -0
  298. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/STSClient.d.ts +20 -9
  299. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/commands/AssumeRoleCommand.d.ts +0 -47
  300. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -34
  301. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/index.d.ts +2 -0
  302. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/defaultStsRoleAssumers.d.ts +2 -2
  303. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/models/models_0.d.ts +19 -634
  304. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/protocols/Aws_query.d.ts +20 -0
  305. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/runtimeConfig.browser.d.ts +2 -1
  306. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/runtimeConfig.d.ts +2 -1
  307. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/runtimeConfig.native.d.ts +3 -2
  308. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/index.d.ts +1 -0
  309. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDC.d.ts +22 -0
  310. 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
  311. 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
  312. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/index.d.ts +1 -0
  313. 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
  314. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +17 -0
  315. 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
  316. 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
  317. 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
  318. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STS.d.ts +39 -0
  319. package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/STSClient.d.ts +3 -44
  320. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/index.d.ts +2 -0
  321. package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/defaultStsRoleAssumers.d.ts +2 -2
  322. 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
  323. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/protocols/Aws_query.d.ts +29 -0
  324. 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
  325. package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/runtimeConfig.d.ts +4 -7
  326. 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
  327. package/node_modules/@aws-sdk/nested-clients/package.json +115 -0
  328. package/node_modules/@aws-sdk/nested-clients/sso-oidc.d.ts +7 -0
  329. package/node_modules/@aws-sdk/nested-clients/sso-oidc.js +5 -0
  330. package/node_modules/@aws-sdk/nested-clients/sts.d.ts +7 -0
  331. package/node_modules/@aws-sdk/nested-clients/sts.js +5 -0
  332. package/node_modules/@aws-sdk/region-config-resolver/package.json +8 -8
  333. package/node_modules/@aws-sdk/s3-request-presigner/dist-cjs/index.js +10 -9
  334. package/node_modules/@aws-sdk/s3-request-presigner/dist-es/presigner.js +1 -0
  335. package/node_modules/@aws-sdk/s3-request-presigner/package.json +13 -13
  336. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js +7 -3
  337. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/SignatureV4MultiRegion.js +3 -0
  338. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +8 -8
  339. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +17 -10
  340. package/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +11 -2
  341. package/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +1 -1
  342. package/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +1 -1
  343. package/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +2 -2
  344. package/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +1 -0
  345. package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +2 -1
  346. package/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +2 -1
  347. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +5 -2
  348. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +3 -1
  349. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +1 -1
  350. package/node_modules/@aws-sdk/token-providers/package.json +9 -11
  351. package/node_modules/@aws-sdk/types/dist-cjs/index.js +0 -1
  352. package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +1 -0
  353. package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +56 -2
  354. package/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +1 -0
  355. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +22 -1
  356. package/node_modules/@aws-sdk/types/package.json +4 -4
  357. package/node_modules/@aws-sdk/util-arn-parser/package.json +4 -4
  358. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +6 -0
  359. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +6 -0
  360. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +6 -0
  361. package/node_modules/@aws-sdk/util-endpoints/package.json +6 -6
  362. package/node_modules/@aws-sdk/util-format-url/package.json +6 -6
  363. package/node_modules/@aws-sdk/util-locate-window/package.json +4 -4
  364. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +4 -4
  365. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +4 -4
  366. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/nodeAppIdConfigOptions.js +3 -2
  367. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/nodeAppIdConfigOptions.d.ts +1 -1
  368. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/nodeAppIdConfigOptions.d.ts +1 -1
  369. package/node_modules/@aws-sdk/util-user-agent-node/package.json +8 -8
  370. package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +9 -7
  371. package/node_modules/@aws-sdk/xml-builder/dist-es/XmlNode.js +3 -1
  372. package/node_modules/@aws-sdk/xml-builder/dist-es/XmlText.js +1 -0
  373. package/node_modules/@aws-sdk/xml-builder/package.json +4 -4
  374. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/.jsii +92 -46
  375. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/README.md +3 -3
  376. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/lib/index.js +1 -1
  377. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/.jsii +128 -67
  378. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/alb-defaults.js +2 -3
  379. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/alb-helper.js +7 -8
  380. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/apigateway-defaults.js +7 -8
  381. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/apigateway-helper.js +7 -8
  382. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-defaults.js +4 -5
  383. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-helper.js +6 -7
  384. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudwatch-log-group-defaults.js +2 -3
  385. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudwatch-log-group-helper.js +2 -3
  386. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cognito-defaults.js +4 -4
  387. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cognito-helper.js +6 -7
  388. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/dynamodb-table-helper.js +5 -6
  389. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/elasticache-defaults.js +3 -4
  390. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/elasticache-helper.js +4 -5
  391. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/elasticsearch-defaults.js +2 -3
  392. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/elasticsearch-helper.js +3 -4
  393. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/eventbridge-helper.d.ts +2 -2
  394. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/eventbridge-helper.js +3 -4
  395. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/events-rule-defaults.js +2 -3
  396. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/fargate-defaults.js +6 -7
  397. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/fargate-helper.js +6 -7
  398. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-database-defaults.js +2 -3
  399. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-database-helper.js +2 -3
  400. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-job-defaults.js +2 -3
  401. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-job-helper.js +7 -7
  402. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-table-defaults.js +2 -3
  403. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-table-helper.js +3 -4
  404. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/iot-topic-rule-defaults.js +2 -3
  405. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kendra-defaults.js +2 -3
  406. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kendra-helper.js +5 -6
  407. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kinesis-analytics-helper.js +2 -3
  408. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kinesis-firehose-s3-defaults.js +2 -3
  409. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kinesis-streams-helper.js +4 -5
  410. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kms-helper.js +2 -3
  411. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/lambda-defaults.js +2 -3
  412. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/lambda-event-source-mapping-defaults.js +4 -5
  413. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/lambda-helper.js +6 -7
  414. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/mediastore-defaults.js +2 -3
  415. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/mediastore-helper.js +3 -4
  416. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/opensearch-defaults.js +2 -3
  417. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/opensearch-helper.js +4 -5
  418. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/override-warning-service.js +2 -3
  419. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/pipes-defaults.d.ts +1 -0
  420. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/pipes-defaults.js +13 -5
  421. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/pipes-helper.d.ts +10 -0
  422. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/pipes-helper.js +62 -6
  423. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/s3-bucket-defaults.js +3 -3
  424. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/s3-bucket-helper.js +7 -8
  425. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sagemaker-defaults.js +5 -6
  426. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sagemaker-helper.js +8 -9
  427. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/secretsmanager-helper.js +3 -4
  428. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/security-group-helper.js +3 -4
  429. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sns-helper.js +3 -4
  430. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sqs-defaults.js +3 -3
  431. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sqs-helper.d.ts +1 -1
  432. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sqs-helper.js +4 -5
  433. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/ssm-string-parameter-helper.js +2 -3
  434. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/step-function-defaults.js +2 -3
  435. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/step-function-helper.js +5 -5
  436. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/utils.js +19 -19
  437. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/vpc-defaults.js +4 -5
  438. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/vpc-helper.js +6 -6
  439. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/waf-defaults.js +4 -5
  440. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/waf-helper.js +3 -4
  441. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/websocket-api-helper.js +4 -5
  442. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/package.json +4 -4
  443. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/lambda/index.js +13 -0
  444. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/lambda-test/index.js +13 -0
  445. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/pipes-helper.test.js +93 -1
  446. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/test-helper.js +16 -16
  447. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/package.json +7 -7
  448. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/__entrypoint__.js +1 -0
  449. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +21 -0
  450. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/cdk.out +1 -1
  451. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/integ.json +1 -1
  452. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddb-deployFunctionWithExistingVpc.assets.json +9 -9
  453. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddb-deployFunctionWithExistingVpc.template.json +8 -2
  454. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddbdeployFunctionWithExistingVpcIntegDefaultTestDeployAssertEE08E38E.assets.json +1 -1
  455. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/manifest.json +8 -2
  456. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/tree.json +84 -78
  457. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/__entrypoint__.js +1 -0
  458. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +21 -0
  459. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/cdk.out +1 -1
  460. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/integ.json +1 -1
  461. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddb-deployFunctionWithVpc.assets.json +9 -9
  462. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddb-deployFunctionWithVpc.template.json +8 -2
  463. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddbdeployFunctionWithVpcIntegDefaultTestDeployAssert0AB8275C.assets.json +1 -1
  464. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/manifest.json +8 -2
  465. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/tree.json +64 -58
  466. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/lambda/index.js +13 -0
  467. package/node_modules/@gemeentenijmegen/apiclient/lib/index.d.ts +10 -8
  468. package/node_modules/@gemeentenijmegen/apiclient/lib/index.js +23 -27
  469. package/node_modules/@gemeentenijmegen/apiclient/package.json +16 -14
  470. package/node_modules/@gemeentenijmegen/apigateway-http/package.json +10 -9
  471. package/node_modules/@gemeentenijmegen/session/package.json +9 -8
  472. package/node_modules/@gemeentenijmegen/utils/package.json +12 -11
  473. package/node_modules/@smithy/abort-controller/dist-cjs/index.js +8 -6
  474. package/node_modules/@smithy/abort-controller/package.json +3 -3
  475. package/node_modules/@smithy/chunked-blob-reader/package.json +6 -2
  476. package/node_modules/@smithy/chunked-blob-reader-native/package.json +7 -3
  477. package/node_modules/@smithy/config-resolver/dist-cjs/index.js +8 -12
  478. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +3 -0
  479. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +4 -1
  480. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +3 -0
  481. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +4 -1
  482. package/node_modules/@smithy/config-resolver/package.json +6 -6
  483. package/node_modules/@smithy/core/dist-cjs/index.js +34 -22
  484. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +2 -4
  485. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +1 -1
  486. package/node_modules/@smithy/core/dist-es/pagination/createPaginator.js +9 -6
  487. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +1 -0
  488. package/node_modules/@smithy/core/package.json +11 -11
  489. package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +10 -11
  490. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +1 -0
  491. package/node_modules/@smithy/credential-provider-imds/package.json +7 -7
  492. package/node_modules/@smithy/eventstream-codec/dist-cjs/index.js +28 -21
  493. package/node_modules/@smithy/eventstream-codec/package.json +8 -5
  494. package/node_modules/@smithy/eventstream-serde-browser/dist-cjs/index.js +4 -3
  495. package/node_modules/@smithy/eventstream-serde-browser/package.json +4 -4
  496. package/node_modules/@smithy/eventstream-serde-config-resolver/dist-types/EventStreamSerdeConfig.d.ts +3 -0
  497. package/node_modules/@smithy/eventstream-serde-config-resolver/dist-types/ts3.4/EventStreamSerdeConfig.d.ts +3 -0
  498. package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +3 -3
  499. package/node_modules/@smithy/eventstream-serde-node/dist-cjs/index.js +4 -3
  500. package/node_modules/@smithy/eventstream-serde-node/package.json +5 -5
  501. package/node_modules/@smithy/eventstream-serde-universal/dist-cjs/index.js +4 -3
  502. package/node_modules/@smithy/eventstream-serde-universal/package.json +6 -6
  503. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +37 -10
  504. package/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +27 -1
  505. package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +6 -4
  506. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +6 -4
  507. package/node_modules/@smithy/fetch-http-handler/package.json +9 -6
  508. package/node_modules/@smithy/hash-blob-browser/package.json +8 -5
  509. package/node_modules/@smithy/hash-node/dist-cjs/index.js +4 -3
  510. package/node_modules/@smithy/hash-node/package.json +6 -6
  511. package/node_modules/@smithy/hash-stream-node/dist-cjs/index.js +4 -3
  512. package/node_modules/@smithy/hash-stream-node/dist-types/HashCalculator.d.ts +1 -0
  513. package/node_modules/@smithy/hash-stream-node/package.json +6 -6
  514. package/node_modules/@smithy/invalid-dependency/package.json +5 -2
  515. package/node_modules/@smithy/is-array-buffer/package.json +5 -4
  516. package/node_modules/@smithy/md5-js/dist-cjs/index.js +4 -3
  517. package/node_modules/@smithy/md5-js/package.json +9 -6
  518. package/node_modules/@smithy/middleware-content-length/package.json +4 -4
  519. package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +10 -9
  520. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +3 -0
  521. package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +4 -1
  522. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +4 -1
  523. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/types.d.ts +8 -1
  524. package/node_modules/@smithy/middleware-endpoint/dist-types/types.d.ts +8 -1
  525. package/node_modules/@smithy/middleware-endpoint/package.json +10 -10
  526. package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +18 -17
  527. package/node_modules/@smithy/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts +2 -0
  528. package/node_modules/@smithy/middleware-retry/dist-types/StandardRetryStrategy.d.ts +3 -0
  529. package/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +21 -0
  530. package/node_modules/@smithy/middleware-retry/dist-types/defaultRetryQuota.d.ts +6 -0
  531. package/node_modules/@smithy/middleware-retry/dist-types/delayDecider.d.ts +1 -0
  532. package/node_modules/@smithy/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +9 -0
  533. package/node_modules/@smithy/middleware-retry/dist-types/retryDecider.d.ts +1 -0
  534. package/node_modules/@smithy/middleware-retry/dist-types/retryMiddleware.d.ts +12 -0
  535. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +2 -0
  536. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +3 -0
  537. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/configurations.d.ts +21 -0
  538. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts +6 -0
  539. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/delayDecider.d.ts +1 -0
  540. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/omitRetryHeadersMiddleware.d.ts +9 -0
  541. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryDecider.d.ts +1 -0
  542. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryMiddleware.d.ts +12 -0
  543. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/types.d.ts +12 -0
  544. package/node_modules/@smithy/middleware-retry/dist-types/types.d.ts +12 -0
  545. package/node_modules/@smithy/middleware-retry/package.json +10 -10
  546. package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +11 -4
  547. package/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +12 -2
  548. package/node_modules/@smithy/middleware-serde/package.json +4 -4
  549. package/node_modules/@smithy/middleware-stack/dist-cjs/index.js +4 -12
  550. package/node_modules/@smithy/middleware-stack/dist-types/MiddlewareStack.d.ts +3 -0
  551. package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts +3 -0
  552. package/node_modules/@smithy/middleware-stack/package.json +3 -3
  553. package/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +9 -0
  554. package/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +7 -0
  555. package/node_modules/@smithy/node-config-provider/dist-types/fromStatic.d.ts +6 -0
  556. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +9 -0
  557. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +7 -0
  558. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +6 -0
  559. package/node_modules/@smithy/node-config-provider/package.json +6 -6
  560. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +46 -40
  561. package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +11 -3
  562. package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +2 -2
  563. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +8 -0
  564. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +3 -0
  565. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +6 -1
  566. package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +1 -0
  567. package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +2 -0
  568. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +2 -0
  569. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +2 -0
  570. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +1 -0
  571. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +4 -0
  572. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +1 -0
  573. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +8 -0
  574. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +3 -0
  575. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +6 -1
  576. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +4 -0
  577. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +1 -1
  578. package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +1 -1
  579. package/node_modules/@smithy/node-http-handler/package.json +8 -8
  580. package/node_modules/@smithy/property-provider/dist-cjs/index.js +16 -14
  581. package/node_modules/@smithy/property-provider/package.json +3 -3
  582. package/node_modules/@smithy/protocol-http/dist-cjs/index.js +16 -12
  583. package/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +0 -2
  584. package/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +3 -1
  585. package/node_modules/@smithy/protocol-http/dist-types/httpResponse.d.ts +13 -0
  586. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpHandler.d.ts +0 -2
  587. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +3 -1
  588. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpResponse.d.ts +13 -0
  589. package/node_modules/@smithy/protocol-http/package.json +3 -3
  590. package/node_modules/@smithy/querystring-builder/package.json +4 -4
  591. package/node_modules/@smithy/querystring-parser/package.json +3 -3
  592. package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +4 -14
  593. package/node_modules/@smithy/service-error-classification/package.json +3 -3
  594. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts +10 -0
  595. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +1 -0
  596. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +2 -0
  597. package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +10 -0
  598. package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +7 -0
  599. package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +3 -0
  600. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +10 -0
  601. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +1 -0
  602. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +2 -0
  603. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +10 -0
  604. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +7 -0
  605. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +3 -0
  606. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +6 -3
  607. package/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +6 -3
  608. package/node_modules/@smithy/shared-ini-file-loader/package.json +4 -4
  609. package/node_modules/@smithy/signature-v4/dist-cjs/index.js +16 -14
  610. package/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +9 -0
  611. package/node_modules/@smithy/signature-v4/dist-types/credentialDerivation.d.ts +13 -9
  612. package/node_modules/@smithy/signature-v4/dist-types/getCanonicalHeaders.d.ts +1 -1
  613. package/node_modules/@smithy/signature-v4/dist-types/getCanonicalQuery.d.ts +1 -1
  614. package/node_modules/@smithy/signature-v4/dist-types/getPayloadHash.d.ts +1 -1
  615. package/node_modules/@smithy/signature-v4/dist-types/moveHeadersToQuery.d.ts +1 -1
  616. package/node_modules/@smithy/signature-v4/dist-types/prepareRequest.d.ts +1 -1
  617. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +9 -0
  618. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +13 -9
  619. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +1 -1
  620. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +1 -1
  621. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +1 -1
  622. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +1 -1
  623. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +1 -1
  624. package/node_modules/@smithy/signature-v4/package.json +9 -9
  625. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +57 -25
  626. package/node_modules/@smithy/smithy-client/dist-es/exceptions.js +25 -1
  627. package/node_modules/@smithy/smithy-client/dist-es/lazy-json.js +2 -2
  628. package/node_modules/@smithy/smithy-client/dist-types/exceptions.d.ts +8 -0
  629. package/node_modules/@smithy/smithy-client/dist-types/extensions/retry.d.ts +3 -0
  630. package/node_modules/@smithy/smithy-client/dist-types/lazy-json.d.ts +9 -6
  631. package/node_modules/@smithy/smithy-client/dist-types/ser-utils.d.ts +1 -0
  632. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/exceptions.d.ts +8 -0
  633. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/retry.d.ts +3 -0
  634. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/lazy-json.d.ts +9 -6
  635. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/ser-utils.d.ts +1 -0
  636. package/node_modules/@smithy/smithy-client/package.json +10 -10
  637. package/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +2 -0
  638. package/node_modules/@smithy/types/dist-types/client.d.ts +1 -0
  639. package/node_modules/@smithy/types/dist-types/connection/config.d.ts +3 -0
  640. package/node_modules/@smithy/types/dist-types/connection/manager.d.ts +6 -0
  641. package/node_modules/@smithy/types/dist-types/connection/pool.d.ts +8 -0
  642. package/node_modules/@smithy/types/dist-types/encode.d.ts +12 -0
  643. package/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +12 -0
  644. package/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +3 -0
  645. package/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +9 -0
  646. package/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +6 -0
  647. package/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +30 -0
  648. package/node_modules/@smithy/types/dist-types/eventStream.d.ts +31 -2
  649. package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +3 -0
  650. package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +3 -2
  651. package/node_modules/@smithy/types/dist-types/http.d.ts +6 -0
  652. package/node_modules/@smithy/types/dist-types/pagination.d.ts +8 -1
  653. package/node_modules/@smithy/types/dist-types/serde.d.ts +1 -0
  654. package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +2 -1
  655. package/node_modules/@smithy/types/dist-types/transfer.d.ts +8 -0
  656. package/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +1 -0
  657. package/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +1 -0
  658. package/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +3 -0
  659. package/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +6 -0
  660. package/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +8 -0
  661. package/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +12 -0
  662. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +12 -0
  663. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +3 -0
  664. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +9 -0
  665. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +6 -0
  666. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +30 -0
  667. package/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +31 -2
  668. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +3 -0
  669. package/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +3 -2
  670. package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +6 -0
  671. package/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +7 -0
  672. package/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +1 -0
  673. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +1 -1
  674. package/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +8 -0
  675. package/node_modules/@smithy/types/package.json +2 -2
  676. package/node_modules/@smithy/url-parser/package.json +6 -3
  677. package/node_modules/@smithy/util-base64/package.json +8 -7
  678. package/node_modules/@smithy/util-body-length-browser/package.json +7 -3
  679. package/node_modules/@smithy/util-body-length-node/package.json +6 -5
  680. package/node_modules/@smithy/util-buffer-from/package.json +7 -6
  681. package/node_modules/@smithy/util-config-provider/package.json +6 -5
  682. package/node_modules/@smithy/util-defaults-mode-browser/package.json +7 -7
  683. package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +2 -2
  684. package/node_modules/@smithy/util-defaults-mode-node/package.json +10 -10
  685. package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +13 -15
  686. package/node_modules/@smithy/util-endpoints/package.json +5 -5
  687. package/node_modules/@smithy/util-hex-encoding/package.json +5 -4
  688. package/node_modules/@smithy/util-middleware/package.json +4 -4
  689. package/node_modules/@smithy/util-retry/dist-cjs/index.js +27 -21
  690. package/node_modules/@smithy/util-retry/package.json +5 -5
  691. package/node_modules/@smithy/util-stream/dist-cjs/index.js +4 -3
  692. package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +1 -1
  693. package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +1 -1
  694. package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +1 -0
  695. package/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +1 -1
  696. package/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +2 -1
  697. package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +1 -1
  698. package/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +2 -1
  699. package/node_modules/@smithy/util-stream/package.json +11 -11
  700. package/node_modules/@smithy/util-uri-escape/package.json +5 -4
  701. package/node_modules/@smithy/util-utf8/package.json +6 -5
  702. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +7 -9
  703. package/node_modules/@smithy/util-waiter/dist-es/utils/validate.js +3 -3
  704. package/node_modules/@smithy/util-waiter/package.json +4 -4
  705. package/node_modules/@types/aws-lambda/README.md +1 -1
  706. package/node_modules/@types/aws-lambda/package.json +2 -2
  707. package/node_modules/@types/aws-lambda/trigger/guard-duty-event-notification.d.ts +1 -1
  708. package/package.json +16 -16
  709. package/node_modules/@aws-sdk/client-sso-oidc/LICENSE +0 -201
  710. package/node_modules/@aws-sdk/client-sso-oidc/README.md +0 -274
  711. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +0 -1052
  712. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDC.js +0 -15
  713. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenWithIAMCommand.js +0 -23
  714. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/RegisterClientCommand.js +0 -23
  715. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/StartDeviceAuthorizationCommand.js +0 -23
  716. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/index.js +0 -4
  717. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenWithIAMCommand.d.ts +0 -257
  718. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +0 -143
  719. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +0 -123
  720. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/index.d.ts +0 -4
  721. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +0 -795
  722. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/protocols/Aws_restJson1.d.ts +0 -38
  723. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDC.d.ts +0 -73
  724. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenWithIAMCommand.d.ts +0 -51
  725. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts +0 -50
  726. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts +0 -51
  727. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/index.d.ts +0 -4
  728. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -53
  729. package/node_modules/@aws-sdk/client-sso-oidc/package.json +0 -102
  730. package/node_modules/@aws-sdk/client-sts/LICENSE +0 -201
  731. package/node_modules/@aws-sdk/client-sts/README.md +0 -281
  732. package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +0 -1535
  733. package/node_modules/@aws-sdk/client-sts/dist-es/STS.js +0 -25
  734. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +0 -23
  735. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRootCommand.js +0 -23
  736. package/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +0 -22
  737. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +0 -22
  738. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +0 -22
  739. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +0 -23
  740. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +0 -23
  741. package/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +0 -9
  742. package/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +0 -78
  743. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +0 -294
  744. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRootCommand.d.ts +0 -129
  745. package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +0 -127
  746. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +0 -87
  747. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +0 -128
  748. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +0 -242
  749. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +0 -166
  750. package/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +0 -9
  751. package/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +0 -83
  752. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +0 -160
  753. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +0 -51
  754. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRootCommand.d.ts +0 -47
  755. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +0 -51
  756. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +0 -50
  757. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +0 -51
  758. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +0 -51
  759. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +0 -50
  760. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +0 -9
  761. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -113
  762. package/node_modules/@aws-sdk/client-sts/package.json +0 -102
  763. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/streams/create-read-stream-on-buffer.browser.js +0 -7
  764. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/streams/create-read-stream-on-buffer.js +0 -11
  765. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/streams/create-read-stream-on-buffer.browser.js +0 -3
  766. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/streams/create-read-stream-on-buffer.js +0 -7
  767. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/streams/create-read-stream-on-buffer.browser.d.ts +0 -4
  768. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/streams/create-read-stream-on-buffer.d.ts +0 -6
  769. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/streams/create-read-stream-on-buffer.browser.d.ts +0 -3
  770. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/streams/create-read-stream-on-buffer.d.ts +0 -2
  771. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/.jsii +0 -7543
  772. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/.jsii.tabl.json.gz +0 -0
  773. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/.warnings.jsii.js +0 -217
  774. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/LICENSE +0 -201
  775. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/NOTICE +0 -2
  776. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/README.md +0 -560
  777. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/awslint.json +0 -13
  778. 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
  779. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/api-call-base.js +0 -56
  780. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/assertions.d.ts +0 -36
  781. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/assertions.js +0 -50
  782. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/common.d.ts +0 -115
  783. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/common.js +0 -157
  784. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/http-call.d.ts +0 -22
  785. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/http-call.js +0 -92
  786. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/index.d.ts +0 -9
  787. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/index.js +0 -26
  788. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/match.d.ts +0 -42
  789. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/match.js +0 -43
  790. 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
  791. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/private/deploy-assert.js +0 -98
  792. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/private/hash.d.ts +0 -1
  793. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/private/hash.js +0 -12
  794. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/index.d.ts +0 -2
  795. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/index.js +0 -19
  796. 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
  797. 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
  798. 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
  799. 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
  800. 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
  801. 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
  802. 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
  803. 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
  804. 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
  805. 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
  806. 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
  807. 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
  808. 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
  809. 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
  810. 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
  811. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/provider.d.ts +0 -89
  812. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/provider.js +0 -232
  813. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/sdk.d.ts +0 -149
  814. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/sdk.js +0 -218
  815. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/types.d.ts +0 -82
  816. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/types.js +0 -3
  817. 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
  818. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/waiter-state-machine.js +0 -144
  819. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/index.d.ts +0 -2
  820. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/index.js +0 -19
  821. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/manifest-synthesizer.d.ts +0 -8
  822. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/manifest-synthesizer.js +0 -33
  823. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/manifest-writer.d.ts +0 -5
  824. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/manifest-writer.js +0 -28
  825. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/test-case.d.ts +0 -107
  826. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/test-case.js +0 -146
  827. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/package.json +0 -139
  828. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/rosetta/_generated.ts-fixture +0 -6
  829. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/rosetta/default.ts-fixture +0 -31
  830. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.0c3255e93ffe7a906c7422e9f0e9cc4c7fd86ee996ee3bb302e2f134b38463c8/index.js +0 -8
  831. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.ee7de53d64cc9d6248fa6aa550f92358f6c907b5efd6f3298aeab1b5e7ea358a/__entrypoint__.js +0 -1
  832. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.0c3255e93ffe7a906c7422e9f0e9cc4c7fd86ee996ee3bb302e2f134b38463c8/index.js +0 -8
  833. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.ee7de53d64cc9d6248fa6aa550f92358f6c907b5efd6f3298aeab1b5e7ea358a/__entrypoint__.js +0 -1
  834. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/endpoint/endpointResolver.js +0 -0
  835. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/endpoint/ruleset.js +0 -0
  836. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/runtimeConfig.native.js +0 -0
  837. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/runtimeConfig.shared.js +0 -0
  838. /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/auth/httpAuthExtensionConfiguration.js +0 -0
  839. /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/endpoint/EndpointParameters.js +0 -0
  840. /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/endpoint/endpointResolver.js +0 -0
  841. /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/endpoint/ruleset.js +0 -0
  842. /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/runtimeConfig.native.js +0 -0
  843. /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/runtimeConfig.shared.js +0 -0
  844. /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/runtimeExtensions.js +0 -0
  845. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es/extensionConfiguration.js → nested-clients/dist-es/index.js} +0 -0
  846. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/auth/httpAuthExtensionConfiguration.js +0 -0
  847. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/commands/CreateTokenCommand.js +0 -0
  848. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/endpoint/EndpointParameters.js +0 -0
  849. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/endpoint/endpointResolver.js +0 -0
  850. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/endpoint/ruleset.js +0 -0
  851. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sso-oidc}/extensionConfiguration.js +0 -0
  852. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/index.js +0 -0
  853. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/models/SSOOIDCServiceException.js +0 -0
  854. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/models/index.js +0 -0
  855. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/runtimeConfig.native.js +0 -0
  856. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/runtimeConfig.shared.js +0 -0
  857. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/runtimeExtensions.js +0 -0
  858. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/auth/httpAuthExtensionConfiguration.js +0 -0
  859. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/commands/AssumeRoleCommand.js +0 -0
  860. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/commands/AssumeRoleWithWebIdentityCommand.js +0 -0
  861. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/defaultRoleAssumers.js +0 -0
  862. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/endpoint/EndpointParameters.js +0 -0
  863. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/endpoint/endpointResolver.js +0 -0
  864. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/endpoint/ruleset.js +0 -0
  865. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/index.js +0 -0
  866. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/models/STSServiceException.js +0 -0
  867. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/models/index.js +0 -0
  868. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/runtimeConfig.native.js +0 -0
  869. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/runtimeConfig.shared.js +0 -0
  870. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/runtimeExtensions.js +0 -0
  871. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/auth/httpAuthExtensionConfiguration.d.ts +0 -0
  872. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/auth/httpAuthSchemeProvider.d.ts +0 -0
  873. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/endpoint/EndpointParameters.d.ts +0 -0
  874. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/endpoint/endpointResolver.d.ts +0 -0
  875. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/endpoint/ruleset.d.ts +0 -0
  876. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/extensionConfiguration.d.ts +0 -0
  877. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/index.d.ts +0 -0
  878. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/models/SSOOIDCServiceException.d.ts +0 -0
  879. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/models/index.d.ts +0 -0
  880. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/runtimeConfig.shared.d.ts +0 -0
  881. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/runtimeExtensions.d.ts +0 -0
  882. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/auth/httpAuthExtensionConfiguration.d.ts +0 -0
  883. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/auth/httpAuthSchemeProvider.d.ts +0 -0
  884. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/defaultRoleAssumers.d.ts +0 -0
  885. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/endpoint/EndpointParameters.d.ts +0 -0
  886. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/endpoint/endpointResolver.d.ts +0 -0
  887. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/submodules/sts}/endpoint/ruleset.d.ts +0 -0
  888. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/extensionConfiguration.d.ts +0 -0
  889. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/index.d.ts +0 -0
  890. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/models/STSServiceException.d.ts +0 -0
  891. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/submodules/sts}/models/index.d.ts +0 -0
  892. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/runtimeConfig.shared.d.ts +0 -0
  893. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/runtimeExtensions.d.ts +0 -0
  894. /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
  895. /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
  896. /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
  897. /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
  898. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/endpoint/ruleset.d.ts +0 -0
  899. /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
  900. /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
  901. /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
  902. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/models/index.d.ts +0 -0
  903. /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
  904. /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
  905. /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
  906. /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
  907. /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
  908. /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
  909. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/defaultRoleAssumers.d.ts +0 -0
  910. /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
  911. /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
  912. /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
  913. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/extensionConfiguration.d.ts +0 -0
  914. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/index.d.ts +0 -0
  915. /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
  916. /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
  917. /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
  918. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/runtimeExtensions.d.ts +0 -0
  919. /package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/{asset.ee7de53d64cc9d6248fa6aa550f92358f6c907b5efd6f3298aeab1b5e7ea358a → asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200}/index.js +0 -0
  920. /package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/{asset.ee7de53d64cc9d6248fa6aa550f92358f6c907b5efd6f3298aeab1b5e7ea358a → asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200}/index.js +0 -0
@@ -36,7 +36,7 @@ declare const DescribeContinuousBackupsCommand_base: {
36
36
  * <code>LatestRestorableDateTime</code>. </p>
37
37
  * <p>
38
38
  * <code>LatestRestorableDateTime</code> is typically 5 minutes before the current time.
39
- * You can restore your table to any point in time during the last 35 days. </p>
39
+ * You can restore your table to any point in time in the last 35 days. You can set the recovery period to any value between 1 and 35 days. </p>
40
40
  * <p>You can call <code>DescribeContinuousBackups</code> at a maximum rate of 10 times per
41
41
  * second.</p>
42
42
  * @example
@@ -55,6 +55,7 @@ declare const DescribeContinuousBackupsCommand_base: {
55
55
  * // ContinuousBackupsStatus: "ENABLED" || "DISABLED", // required
56
56
  * // PointInTimeRecoveryDescription: { // PointInTimeRecoveryDescription
57
57
  * // PointInTimeRecoveryStatus: "ENABLED" || "DISABLED",
58
+ * // RecoveryPeriodInDays: Number("int"),
58
59
  * // EarliestRestorableDateTime: new Date("TIMESTAMP"),
59
60
  * // LatestRestorableDateTime: new Date("TIMESTAMP"),
60
61
  * // },
@@ -29,7 +29,7 @@ declare const RestoreTableToPointInTimeCommand_base: {
29
29
  /**
30
30
  * <p>Restores the specified table to the specified point in time within
31
31
  * <code>EarliestRestorableDateTime</code> and <code>LatestRestorableDateTime</code>.
32
- * You can restore your table to any point in time during the last 35 days. Any number of
32
+ * You can restore your table to any point in time in the last 35 days. You can set the recovery period to any value between 1 and 35 days. Any number of
33
33
  * users can execute up to 50 concurrent restores (any type of restore) in a given account. </p>
34
34
  * <p>When you restore using point in time recovery, DynamoDB restores your table data to
35
35
  * the state based on the selected date and time (day:hour:minute:second) to a new table. </p>
@@ -38,7 +38,7 @@ declare const UpdateContinuousBackupsCommand_base: {
38
38
  * <code>LatestRestorableDateTime</code>. </p>
39
39
  * <p>
40
40
  * <code>LatestRestorableDateTime</code> is typically 5 minutes before the current time.
41
- * You can restore your table to any point in time during the last 35 days. </p>
41
+ * You can restore your table to any point in time in the last 35 days. You can set the recovery period to any value between 1 and 35 days.</p>
42
42
  * @example
43
43
  * Use a bare-bones client and the command you need to make an API call.
44
44
  * ```javascript
@@ -49,6 +49,7 @@ declare const UpdateContinuousBackupsCommand_base: {
49
49
  * TableName: "STRING_VALUE", // required
50
50
  * PointInTimeRecoverySpecification: { // PointInTimeRecoverySpecification
51
51
  * PointInTimeRecoveryEnabled: true || false, // required
52
+ * RecoveryPeriodInDays: Number("int"),
52
53
  * },
53
54
  * };
54
55
  * const command = new UpdateContinuousBackupsCommand(input);
@@ -58,6 +59,7 @@ declare const UpdateContinuousBackupsCommand_base: {
58
59
  * // ContinuousBackupsStatus: "ENABLED" || "DISABLED", // required
59
60
  * // PointInTimeRecoveryDescription: { // PointInTimeRecoveryDescription
60
61
  * // PointInTimeRecoveryStatus: "ENABLED" || "DISABLED",
62
+ * // RecoveryPeriodInDays: Number("int"),
61
63
  * // EarliestRestorableDateTime: new Date("TIMESTAMP"),
62
64
  * // LatestRestorableDateTime: new Date("TIMESTAMP"),
63
65
  * // },
@@ -71,8 +71,7 @@ export declare const ScalarAttributeType: {
71
71
  */
72
72
  export type ScalarAttributeType = (typeof ScalarAttributeType)[keyof typeof ScalarAttributeType];
73
73
  /**
74
- * <p>Represents an attribute for describing the schema for the table and
75
- * indexes.</p>
74
+ * <p>Represents an attribute for describing the schema for the table and indexes.</p>
76
75
  * @public
77
76
  */
78
77
  export interface AttributeDefinition {
@@ -439,19 +438,27 @@ export interface KeySchemaElement {
439
438
  KeyType: KeyType | undefined;
440
439
  }
441
440
  /**
442
- * <p>Sets the maximum number of read and write units for the specified on-demand table. If you use this parameter, you must specify <code>MaxReadRequestUnits</code>, <code>MaxWriteRequestUnits</code>, or both.</p>
441
+ * <p>Sets the maximum number of read and write units for the specified on-demand table. If
442
+ * you use this parameter, you must specify <code>MaxReadRequestUnits</code>,
443
+ * <code>MaxWriteRequestUnits</code>, or both.</p>
443
444
  * @public
444
445
  */
445
446
  export interface OnDemandThroughput {
446
447
  /**
447
448
  * <p>Maximum number of read request units for the specified table.</p>
448
- * <p>To specify a maximum <code>OnDemandThroughput</code> on your table, set the value of <code>MaxReadRequestUnits</code> as greater than or equal to 1. To remove the maximum <code>OnDemandThroughput</code> that is currently set on your table, set the value of <code>MaxReadRequestUnits</code> to -1.</p>
449
+ * <p>To specify a maximum <code>OnDemandThroughput</code> on your table, set the value of
450
+ * <code>MaxReadRequestUnits</code> as greater than or equal to 1. To remove the
451
+ * maximum <code>OnDemandThroughput</code> that is currently set on your table, set the
452
+ * value of <code>MaxReadRequestUnits</code> to -1.</p>
449
453
  * @public
450
454
  */
451
455
  MaxReadRequestUnits?: number | undefined;
452
456
  /**
453
457
  * <p>Maximum number of write request units for the specified table.</p>
454
- * <p>To specify a maximum <code>OnDemandThroughput</code> on your table, set the value of <code>MaxWriteRequestUnits</code> as greater than or equal to 1. To remove the maximum <code>OnDemandThroughput</code> that is currently set on your table, set the value of <code>MaxWriteRequestUnits</code> to -1.</p>
458
+ * <p>To specify a maximum <code>OnDemandThroughput</code> on your table, set the value of
459
+ * <code>MaxWriteRequestUnits</code> as greater than or equal to 1. To remove the
460
+ * maximum <code>OnDemandThroughput</code> that is currently set on your table, set the
461
+ * value of <code>MaxWriteRequestUnits</code> to -1.</p>
455
462
  * @public
456
463
  */
457
464
  MaxWriteRequestUnits?: number | undefined;
@@ -467,8 +474,9 @@ export interface OnDemandThroughput {
467
474
  export interface ProvisionedThroughput {
468
475
  /**
469
476
  * <p>The maximum number of strongly consistent reads consumed per second before DynamoDB
470
- * returns a <code>ThrottlingException</code>. For more information, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ProvisionedThroughput.html">Specifying Read and Write Requirements</a> in the <i>Amazon DynamoDB
471
- * Developer Guide</i>.</p>
477
+ * returns a <code>ThrottlingException</code>. For more information, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ProvisionedThroughput.html">Specifying
478
+ * Read and Write Requirements</a> in the <i>Amazon DynamoDB Developer
479
+ * Guide</i>.</p>
472
480
  * <p>If read/write capacity mode is <code>PAY_PER_REQUEST</code> the value is set to
473
481
  * 0.</p>
474
482
  * @public
@@ -476,8 +484,9 @@ export interface ProvisionedThroughput {
476
484
  ReadCapacityUnits: number | undefined;
477
485
  /**
478
486
  * <p>The maximum number of writes consumed per second before DynamoDB returns a
479
- * <code>ThrottlingException</code>. For more information, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ProvisionedThroughput.html">Specifying Read and Write Requirements</a> in the <i>Amazon DynamoDB
480
- * Developer Guide</i>.</p>
487
+ * <code>ThrottlingException</code>. For more information, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ProvisionedThroughput.html">Specifying
488
+ * Read and Write Requirements</a> in the <i>Amazon DynamoDB Developer
489
+ * Guide</i>.</p>
481
490
  * <p>If read/write capacity mode is <code>PAY_PER_REQUEST</code> the value is set to
482
491
  * 0.</p>
483
492
  * @public
@@ -525,7 +534,9 @@ export interface SourceTableDetails {
525
534
  */
526
535
  ProvisionedThroughput: ProvisionedThroughput | undefined;
527
536
  /**
528
- * <p>Sets the maximum number of read and write units for the specified on-demand table. If you use this parameter, you must specify <code>MaxReadRequestUnits</code>, <code>MaxWriteRequestUnits</code>, or both.</p>
537
+ * <p>Sets the maximum number of read and write units for the specified on-demand table. If
538
+ * you use this parameter, you must specify <code>MaxReadRequestUnits</code>,
539
+ * <code>MaxWriteRequestUnits</code>, or both.</p>
529
540
  * @public
530
541
  */
531
542
  OnDemandThroughput?: OnDemandThroughput | undefined;
@@ -659,7 +670,9 @@ export interface GlobalSecondaryIndexInfo {
659
670
  */
660
671
  ProvisionedThroughput?: ProvisionedThroughput | undefined;
661
672
  /**
662
- * <p>Sets the maximum number of read and write units for the specified on-demand table. If you use this parameter, you must specify <code>MaxReadRequestUnits</code>, <code>MaxWriteRequestUnits</code>, or both.</p>
673
+ * <p>Sets the maximum number of read and write units for the specified on-demand table. If
674
+ * you use this parameter, you must specify <code>MaxReadRequestUnits</code>,
675
+ * <code>MaxWriteRequestUnits</code>, or both.</p>
663
676
  * @public
664
677
  */
665
678
  OnDemandThroughput?: OnDemandThroughput | undefined;
@@ -1099,7 +1112,8 @@ export interface Capacity {
1099
1112
  */
1100
1113
  export interface ConsumedCapacity {
1101
1114
  /**
1102
- * <p>The name of the table that was affected by the operation. If you had specified the Amazon Resource Name (ARN) of a table in the input, you'll see the table ARN in the response.</p>
1115
+ * <p>The name of the table that was affected by the operation. If you had specified the
1116
+ * Amazon Resource Name (ARN) of a table in the input, you'll see the table ARN in the response.</p>
1103
1117
  * @public
1104
1118
  */
1105
1119
  TableName?: string | undefined;
@@ -1365,6 +1379,14 @@ export interface PointInTimeRecoveryDescription {
1365
1379
  * @public
1366
1380
  */
1367
1381
  PointInTimeRecoveryStatus?: PointInTimeRecoveryStatus | undefined;
1382
+ /**
1383
+ * <p>The number of preceding days for which continuous backups are taken and maintained.
1384
+ * Your table data is only recoverable to any point-in-time from within the configured
1385
+ * recovery period. This parameter is optional. If no value is provided, the value will
1386
+ * default to 35.</p>
1387
+ * @public
1388
+ */
1389
+ RecoveryPeriodInDays?: number | undefined;
1368
1390
  /**
1369
1391
  * <p>Specifies the earliest point in time you can restore your table to. You can restore
1370
1392
  * your table to any point in time during the last 35 days. </p>
@@ -1537,17 +1559,22 @@ export declare class TableNotFoundException extends __BaseException {
1537
1559
  constructor(opts: __ExceptionOptionType<TableNotFoundException, __BaseException>);
1538
1560
  }
1539
1561
  /**
1540
- * <p>Provides visibility into the number of read and write operations your table or secondary index can instantaneously support. The settings can be modified using the <code>UpdateTable</code> operation to meet the throughput requirements of an upcoming peak event.</p>
1562
+ * <p>Provides visibility into the number of read and write operations your table or
1563
+ * secondary index can instantaneously support. The settings can be modified using the
1564
+ * <code>UpdateTable</code> operation to meet the throughput requirements of an
1565
+ * upcoming peak event.</p>
1541
1566
  * @public
1542
1567
  */
1543
1568
  export interface WarmThroughput {
1544
1569
  /**
1545
- * <p>Represents the number of read operations your base table can instantaneously support.</p>
1570
+ * <p>Represents the number of read operations your base table can instantaneously
1571
+ * support.</p>
1546
1572
  * @public
1547
1573
  */
1548
1574
  ReadUnitsPerSecond?: number | undefined;
1549
1575
  /**
1550
- * <p>Represents the number of write operations your base table can instantaneously support.</p>
1576
+ * <p>Represents the number of write operations your base table can instantaneously
1577
+ * support.</p>
1551
1578
  * @public
1552
1579
  */
1553
1580
  WriteUnitsPerSecond?: number | undefined;
@@ -1584,12 +1611,15 @@ export interface CreateGlobalSecondaryIndexAction {
1584
1611
  */
1585
1612
  ProvisionedThroughput?: ProvisionedThroughput | undefined;
1586
1613
  /**
1587
- * <p>The maximum number of read and write units for the global secondary index being created. If you use this parameter, you must specify <code>MaxReadRequestUnits</code>, <code>MaxWriteRequestUnits</code>, or both.</p>
1614
+ * <p>The maximum number of read and write units for the global secondary index being
1615
+ * created. If you use this parameter, you must specify <code>MaxReadRequestUnits</code>,
1616
+ * <code>MaxWriteRequestUnits</code>, or both.</p>
1588
1617
  * @public
1589
1618
  */
1590
1619
  OnDemandThroughput?: OnDemandThroughput | undefined;
1591
1620
  /**
1592
- * <p>Represents the warm throughput value (in read units per second and write units per second) when creating a secondary index.</p>
1621
+ * <p>Represents the warm throughput value (in read units per second and write units per
1622
+ * second) when creating a secondary index.</p>
1593
1623
  * @public
1594
1624
  */
1595
1625
  WarmThroughput?: WarmThroughput | undefined;
@@ -1635,7 +1665,9 @@ export declare const GlobalTableStatus: {
1635
1665
  */
1636
1666
  export type GlobalTableStatus = (typeof GlobalTableStatus)[keyof typeof GlobalTableStatus];
1637
1667
  /**
1638
- * <p>Overrides the on-demand throughput settings for this replica table. If you don't specify a value for this parameter, it uses the source table's on-demand throughput settings.</p>
1668
+ * <p>Overrides the on-demand throughput settings for this replica table. If you don't
1669
+ * specify a value for this parameter, it uses the source table's on-demand throughput
1670
+ * settings.</p>
1639
1671
  * @public
1640
1672
  */
1641
1673
  export interface OnDemandThroughputOverride {
@@ -1678,17 +1710,20 @@ export type IndexStatus = (typeof IndexStatus)[keyof typeof IndexStatus];
1678
1710
  */
1679
1711
  export interface GlobalSecondaryIndexWarmThroughputDescription {
1680
1712
  /**
1681
- * <p>Represents warm throughput read units per second value for a global secondary index.</p>
1713
+ * <p>Represents warm throughput read units per second value for a global secondary
1714
+ * index.</p>
1682
1715
  * @public
1683
1716
  */
1684
1717
  ReadUnitsPerSecond?: number | undefined;
1685
1718
  /**
1686
- * <p>Represents warm throughput write units per second value for a global secondary index.</p>
1719
+ * <p>Represents warm throughput write units per second value for a global secondary
1720
+ * index.</p>
1687
1721
  * @public
1688
1722
  */
1689
1723
  WriteUnitsPerSecond?: number | undefined;
1690
1724
  /**
1691
- * <p>Represents the warm throughput status being created or updated on a global secondary index. The status can only be <code>UPDATING</code> or <code>ACTIVE</code>.</p>
1725
+ * <p>Represents the warm throughput status being created or updated on a global secondary
1726
+ * index. The status can only be <code>UPDATING</code> or <code>ACTIVE</code>.</p>
1692
1727
  * @public
1693
1728
  */
1694
1729
  Status?: IndexStatus | undefined;
@@ -1709,7 +1744,8 @@ export interface ReplicaGlobalSecondaryIndexDescription {
1709
1744
  */
1710
1745
  ProvisionedThroughputOverride?: ProvisionedThroughputOverride | undefined;
1711
1746
  /**
1712
- * <p>Overrides the maximum on-demand throughput for the specified global secondary index in the specified replica table.</p>
1747
+ * <p>Overrides the maximum on-demand throughput for the specified global secondary index in
1748
+ * the specified replica table.</p>
1713
1749
  * @public
1714
1750
  */
1715
1751
  OnDemandThroughputOverride?: OnDemandThroughputOverride | undefined;
@@ -1783,7 +1819,8 @@ export declare const TableStatus: {
1783
1819
  */
1784
1820
  export type TableStatus = (typeof TableStatus)[keyof typeof TableStatus];
1785
1821
  /**
1786
- * <p>Represents the warm throughput value (in read units per second and write units per second) of the base table.</p>
1822
+ * <p>Represents the warm throughput value (in read units per second and write units per
1823
+ * second) of the base table.</p>
1787
1824
  * @public
1788
1825
  */
1789
1826
  export interface TableWarmThroughputDescription {
@@ -1881,7 +1918,8 @@ export interface ReplicaDescription {
1881
1918
  */
1882
1919
  ProvisionedThroughputOverride?: ProvisionedThroughputOverride | undefined;
1883
1920
  /**
1884
- * <p>Overrides the maximum on-demand throughput settings for the specified replica table.</p>
1921
+ * <p>Overrides the maximum on-demand throughput settings for the specified replica
1922
+ * table.</p>
1885
1923
  * @public
1886
1924
  */
1887
1925
  OnDemandThroughputOverride?: OnDemandThroughputOverride | undefined;
@@ -2006,7 +2044,8 @@ export interface ReplicaGlobalSecondaryIndex {
2006
2044
  */
2007
2045
  ProvisionedThroughputOverride?: ProvisionedThroughputOverride | undefined;
2008
2046
  /**
2009
- * <p>Overrides the maximum on-demand throughput settings for the specified global secondary index in the specified replica table.</p>
2047
+ * <p>Overrides the maximum on-demand throughput settings for the specified global secondary
2048
+ * index in the specified replica table.</p>
2010
2049
  * @public
2011
2050
  */
2012
2051
  OnDemandThroughputOverride?: OnDemandThroughputOverride | undefined;
@@ -2037,8 +2076,9 @@ export interface CreateReplicationGroupMemberAction {
2037
2076
  */
2038
2077
  ProvisionedThroughputOverride?: ProvisionedThroughputOverride | undefined;
2039
2078
  /**
2040
- * <p>The maximum on-demand throughput settings for the specified replica table being created. You can only modify <code>MaxReadRequestUnits</code>, because you can't modify <code>MaxWriteRequestUnits</code> for individual replica tables.
2041
- * </p>
2079
+ * <p>The maximum on-demand throughput settings for the specified replica table being
2080
+ * created. You can only modify <code>MaxReadRequestUnits</code>, because you can't modify
2081
+ * <code>MaxWriteRequestUnits</code> for individual replica tables. </p>
2042
2082
  * @public
2043
2083
  */
2044
2084
  OnDemandThroughputOverride?: OnDemandThroughputOverride | undefined;
@@ -2108,12 +2148,16 @@ export interface GlobalSecondaryIndex {
2108
2148
  */
2109
2149
  ProvisionedThroughput?: ProvisionedThroughput | undefined;
2110
2150
  /**
2111
- * <p>The maximum number of read and write units for the specified global secondary index. If you use this parameter, you must specify <code>MaxReadRequestUnits</code>, <code>MaxWriteRequestUnits</code>, or both.</p>
2151
+ * <p>The maximum number of read and write units for the specified global secondary index.
2152
+ * If you use this parameter, you must specify <code>MaxReadRequestUnits</code>,
2153
+ * <code>MaxWriteRequestUnits</code>, or both.</p>
2112
2154
  * @public
2113
2155
  */
2114
2156
  OnDemandThroughput?: OnDemandThroughput | undefined;
2115
2157
  /**
2116
- * <p>Represents the warm throughput value (in read units per second and write units per second) for the specified secondary index. If you use this parameter, you must specify <code>ReadUnitsPerSecond</code>, <code>WriteUnitsPerSecond</code>, or both.</p>
2158
+ * <p>Represents the warm throughput value (in read units per second and write units per
2159
+ * second) for the specified secondary index. If you use this parameter, you must specify
2160
+ * <code>ReadUnitsPerSecond</code>, <code>WriteUnitsPerSecond</code>, or both.</p>
2117
2161
  * @public
2118
2162
  */
2119
2163
  WarmThroughput?: WarmThroughput | undefined;
@@ -2690,12 +2734,15 @@ export interface GlobalSecondaryIndexDescription {
2690
2734
  */
2691
2735
  IndexArn?: string | undefined;
2692
2736
  /**
2693
- * <p>The maximum number of read and write units for the specified global secondary index. If you use this parameter, you must specify <code>MaxReadRequestUnits</code>, <code>MaxWriteRequestUnits</code>, or both.</p>
2737
+ * <p>The maximum number of read and write units for the specified global secondary index.
2738
+ * If you use this parameter, you must specify <code>MaxReadRequestUnits</code>,
2739
+ * <code>MaxWriteRequestUnits</code>, or both.</p>
2694
2740
  * @public
2695
2741
  */
2696
2742
  OnDemandThroughput?: OnDemandThroughput | undefined;
2697
2743
  /**
2698
- * <p>Represents the warm throughput value (in read units per second and write units per second) for the specified secondary index.</p>
2744
+ * <p>Represents the warm throughput value (in read units per second and write units per
2745
+ * second) for the specified secondary index.</p>
2699
2746
  * @public
2700
2747
  */
2701
2748
  WarmThroughput?: GlobalSecondaryIndexWarmThroughputDescription | undefined;
@@ -3202,12 +3249,15 @@ export interface TableDescription {
3202
3249
  */
3203
3250
  TableClassSummary?: TableClassSummary | undefined;
3204
3251
  /**
3205
- * <p>Indicates whether deletion protection is enabled (true) or disabled (false) on the table.</p>
3252
+ * <p>Indicates whether deletion protection is enabled (true) or disabled (false) on the
3253
+ * table.</p>
3206
3254
  * @public
3207
3255
  */
3208
3256
  DeletionProtectionEnabled?: boolean | undefined;
3209
3257
  /**
3210
- * <p>The maximum number of read and write units for the specified on-demand table. If you use this parameter, you must specify <code>MaxReadRequestUnits</code>, <code>MaxWriteRequestUnits</code>, or both.</p>
3258
+ * <p>The maximum number of read and write units for the specified on-demand table. If you
3259
+ * use this parameter, you must specify <code>MaxReadRequestUnits</code>,
3260
+ * <code>MaxWriteRequestUnits</code>, or both.</p>
3211
3261
  * @public
3212
3262
  */
3213
3263
  OnDemandThroughput?: OnDemandThroughput | undefined;
@@ -3679,17 +3729,24 @@ export type ExportViewType = (typeof ExportViewType)[keyof typeof ExportViewType
3679
3729
  */
3680
3730
  export interface IncrementalExportSpecification {
3681
3731
  /**
3682
- * <p>Time in the past which provides the inclusive start range for the export table's data, counted in seconds from the start of the Unix epoch. The incremental export will reflect the table's state including and after this point in time.</p>
3732
+ * <p>Time in the past which provides the inclusive start range for the export table's data,
3733
+ * counted in seconds from the start of the Unix epoch. The incremental export will reflect
3734
+ * the table's state including and after this point in time.</p>
3683
3735
  * @public
3684
3736
  */
3685
3737
  ExportFromTime?: Date | undefined;
3686
3738
  /**
3687
- * <p>Time in the past which provides the exclusive end range for the export table's data, counted in seconds from the start of the Unix epoch. The incremental export will reflect the table's state just prior to this point in time. If this is not provided, the latest time with data available will be used.</p>
3739
+ * <p>Time in the past which provides the exclusive end range for the export table's data,
3740
+ * counted in seconds from the start of the Unix epoch. The incremental export will reflect
3741
+ * the table's state just prior to this point in time. If this is not provided, the latest
3742
+ * time with data available will be used.</p>
3688
3743
  * @public
3689
3744
  */
3690
3745
  ExportToTime?: Date | undefined;
3691
3746
  /**
3692
- * <p>The view type that was chosen for the export. Valid values are <code>NEW_AND_OLD_IMAGES</code> and <code>NEW_IMAGES</code>. The default value is <code>NEW_AND_OLD_IMAGES</code>.</p>
3747
+ * <p>The view type that was chosen for the export. Valid values are
3748
+ * <code>NEW_AND_OLD_IMAGES</code> and <code>NEW_IMAGES</code>. The default value is
3749
+ * <code>NEW_AND_OLD_IMAGES</code>.</p>
3693
3750
  * @public
3694
3751
  */
3695
3752
  ExportViewType?: ExportViewType | undefined;
@@ -3827,7 +3884,8 @@ export interface ExportDescription {
3827
3884
  */
3828
3885
  ItemCount?: number | undefined;
3829
3886
  /**
3830
- * <p>The type of export that was performed. Valid values are <code>FULL_EXPORT</code> or <code>INCREMENTAL_EXPORT</code>.</p>
3887
+ * <p>The type of export that was performed. Valid values are <code>FULL_EXPORT</code> or
3888
+ * <code>INCREMENTAL_EXPORT</code>.</p>
3831
3889
  * @public
3832
3890
  */
3833
3891
  ExportType?: ExportType | undefined;
@@ -4171,7 +4229,9 @@ export interface TableCreationParameters {
4171
4229
  */
4172
4230
  ProvisionedThroughput?: ProvisionedThroughput | undefined;
4173
4231
  /**
4174
- * <p>Sets the maximum number of read and write units for the specified on-demand table. If you use this parameter, you must specify <code>MaxReadRequestUnits</code>, <code>MaxWriteRequestUnits</code>, or both.</p>
4232
+ * <p>Sets the maximum number of read and write units for the specified on-demand table. If
4233
+ * you use this parameter, you must specify <code>MaxReadRequestUnits</code>,
4234
+ * <code>MaxWriteRequestUnits</code>, or both.</p>
4175
4235
  * @public
4176
4236
  */
4177
4237
  OnDemandThroughput?: OnDemandThroughput | undefined;
@@ -4376,7 +4436,8 @@ export interface KinesisDataStreamDestination {
4376
4436
  */
4377
4437
  DestinationStatusDescription?: string | undefined;
4378
4438
  /**
4379
- * <p>The precision of the Kinesis data stream timestamp. The values are either <code>MILLISECOND</code> or <code>MICROSECOND</code>.</p>
4439
+ * <p>The precision of the Kinesis data stream timestamp. The values are either
4440
+ * <code>MILLISECOND</code> or <code>MICROSECOND</code>.</p>
4380
4441
  * @public
4381
4442
  */
4382
4443
  ApproximateCreationDateTimePrecision?: ApproximateCreationDateTimePrecision | undefined;
@@ -4645,7 +4706,8 @@ export interface DescribeTimeToLiveOutput {
4645
4706
  */
4646
4707
  export interface EnableKinesisStreamingConfiguration {
4647
4708
  /**
4648
- * <p>Toggle for the precision of Kinesis data stream timestamp. The values are either <code>MILLISECOND</code> or <code>MICROSECOND</code>.</p>
4709
+ * <p>Toggle for the precision of Kinesis data stream timestamp. The values are either
4710
+ * <code>MILLISECOND</code> or <code>MICROSECOND</code>.</p>
4649
4711
  * @public
4650
4712
  */
4651
4713
  ApproximateCreationDateTimePrecision?: ApproximateCreationDateTimePrecision | undefined;
@@ -5197,7 +5259,8 @@ export interface ExportSummary {
5197
5259
  */
5198
5260
  ExportStatus?: ExportStatus | undefined;
5199
5261
  /**
5200
- * <p>The type of export that was performed. Valid values are <code>FULL_EXPORT</code> or <code>INCREMENTAL_EXPORT</code>.</p>
5262
+ * <p>The type of export that was performed. Valid values are <code>FULL_EXPORT</code> or
5263
+ * <code>INCREMENTAL_EXPORT</code>.</p>
5201
5264
  * @public
5202
5265
  */
5203
5266
  ExportType?: ExportType | undefined;
@@ -5560,7 +5623,9 @@ export interface RestoreTableFromBackupInput {
5560
5623
  */
5561
5624
  ProvisionedThroughputOverride?: ProvisionedThroughput | undefined;
5562
5625
  /**
5563
- * <p>Sets the maximum number of read and write units for the specified on-demand table. If you use this parameter, you must specify <code>MaxReadRequestUnits</code>, <code>MaxWriteRequestUnits</code>, or both.</p>
5626
+ * <p>Sets the maximum number of read and write units for the specified on-demand table. If
5627
+ * you use this parameter, you must specify <code>MaxReadRequestUnits</code>,
5628
+ * <code>MaxWriteRequestUnits</code>, or both.</p>
5564
5629
  * @public
5565
5630
  */
5566
5631
  OnDemandThroughputOverride?: OnDemandThroughput | undefined;
@@ -5661,7 +5726,9 @@ export interface RestoreTableToPointInTimeInput {
5661
5726
  */
5662
5727
  ProvisionedThroughputOverride?: ProvisionedThroughput | undefined;
5663
5728
  /**
5664
- * <p>Sets the maximum number of read and write units for the specified on-demand table. If you use this parameter, you must specify <code>MaxReadRequestUnits</code>, <code>MaxWriteRequestUnits</code>, or both.</p>
5729
+ * <p>Sets the maximum number of read and write units for the specified on-demand table. If
5730
+ * you use this parameter, you must specify <code>MaxReadRequestUnits</code>,
5731
+ * <code>MaxWriteRequestUnits</code>, or both.</p>
5665
5732
  * @public
5666
5733
  */
5667
5734
  OnDemandThroughputOverride?: OnDemandThroughput | undefined;
@@ -5725,6 +5792,14 @@ export interface PointInTimeRecoverySpecification {
5725
5792
  * @public
5726
5793
  */
5727
5794
  PointInTimeRecoveryEnabled: boolean | undefined;
5795
+ /**
5796
+ * <p>The number of preceding days for which continuous backups are taken and maintained.
5797
+ * Your table data is only recoverable to any point-in-time from within the configured
5798
+ * recovery period. This parameter is optional. If no value is provided, the value will
5799
+ * default to 35.</p>
5800
+ * @public
5801
+ */
5802
+ RecoveryPeriodInDays?: number | undefined;
5728
5803
  }
5729
5804
  /**
5730
5805
  * @public
@@ -6116,12 +6191,15 @@ export interface UpdateGlobalSecondaryIndexAction {
6116
6191
  */
6117
6192
  ProvisionedThroughput?: ProvisionedThroughput | undefined;
6118
6193
  /**
6119
- * <p>Updates the maximum number of read and write units for the specified global secondary index. If you use this parameter, you must specify <code>MaxReadRequestUnits</code>, <code>MaxWriteRequestUnits</code>, or both.</p>
6194
+ * <p>Updates the maximum number of read and write units for the specified global secondary
6195
+ * index. If you use this parameter, you must specify <code>MaxReadRequestUnits</code>,
6196
+ * <code>MaxWriteRequestUnits</code>, or both.</p>
6120
6197
  * @public
6121
6198
  */
6122
6199
  OnDemandThroughput?: OnDemandThroughput | undefined;
6123
6200
  /**
6124
- * <p>Represents the warm throughput value of the new provisioned throughput settings to be applied to a global secondary index.</p>
6201
+ * <p>Represents the warm throughput value of the new provisioned throughput settings to be
6202
+ * applied to a global secondary index.</p>
6125
6203
  * @public
6126
6204
  */
6127
6205
  WarmThroughput?: WarmThroughput | undefined;
@@ -6954,7 +7032,8 @@ export interface BatchStatementError {
6954
7032
  */
6955
7033
  Message?: string | undefined;
6956
7034
  /**
6957
- * <p>The item which caused the condition check to fail. This will be set if ReturnValuesOnConditionCheckFailure is specified as <code>ALL_OLD</code>.</p>
7035
+ * <p>The item which caused the condition check to fail. This will be set if
7036
+ * ReturnValuesOnConditionCheckFailure is specified as <code>ALL_OLD</code>.</p>
6958
7037
  * @public
6959
7038
  */
6960
7039
  Item?: Record<string, AttributeValue> | undefined;
@@ -7361,7 +7440,8 @@ export interface Get {
7361
7440
  */
7362
7441
  Key: Record<string, AttributeValue> | undefined;
7363
7442
  /**
7364
- * <p>The name of the table from which to retrieve the specified item. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.</p>
7443
+ * <p>The name of the table from which to retrieve the specified item. You can also provide
7444
+ * the Amazon Resource Name (ARN) of the table in this parameter.</p>
7365
7445
  * @public
7366
7446
  */
7367
7447
  TableName: string | undefined;
@@ -7587,7 +7667,7 @@ export interface ParameterizedStatement {
7587
7667
  Parameters?: AttributeValue[] | undefined;
7588
7668
  /**
7589
7669
  * <p>An optional parameter that returns the item attributes for a PartiQL
7590
- * <code>ParameterizedStatement</code> operation that failed a condition check.</p>
7670
+ * <code>ParameterizedStatement</code> operation that failed a condition check.</p>
7591
7671
  * <p>There is no additional cost associated with requesting a return value aside from the
7592
7672
  * small network and processing overhead of receiving a larger response. No read capacity
7593
7673
  * units are consumed.</p>
@@ -8548,26 +8628,29 @@ export interface ConditionCheck {
8548
8628
  */
8549
8629
  Key: Record<string, AttributeValue> | undefined;
8550
8630
  /**
8551
- * <p>Name of the table for the check item request. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.</p>
8631
+ * <p>Name of the table for the check item request. You can also provide the Amazon Resource Name (ARN) of
8632
+ * the table in this parameter.</p>
8552
8633
  * @public
8553
8634
  */
8554
8635
  TableName: string | undefined;
8555
8636
  /**
8556
- * <p>A condition that must be satisfied in order for a conditional update to
8557
- * succeed. For more information, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.ConditionExpressions.html">Condition expressions</a> in the <i>Amazon DynamoDB Developer
8558
- * Guide</i>.</p>
8637
+ * <p>A condition that must be satisfied in order for a conditional update to succeed. For
8638
+ * more information, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.ConditionExpressions.html">Condition expressions</a> in the <i>Amazon DynamoDB Developer
8639
+ * Guide</i>.</p>
8559
8640
  * @public
8560
8641
  */
8561
8642
  ConditionExpression: string | undefined;
8562
8643
  /**
8563
- * <p>One or more substitution tokens for attribute names in an expression. For more information, see
8564
- * <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.ExpressionAttributeNames.html">Expression attribute names</a>
8565
- * in the <i>Amazon DynamoDB Developer Guide</i>.</p>
8644
+ * <p>One or more substitution tokens for attribute names in an expression. For more
8645
+ * information, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.ExpressionAttributeNames.html">Expression attribute names</a> in the <i>Amazon DynamoDB Developer
8646
+ * Guide</i>.</p>
8566
8647
  * @public
8567
8648
  */
8568
8649
  ExpressionAttributeNames?: Record<string, string> | undefined;
8569
8650
  /**
8570
- * <p>One or more values that can be substituted in an expression. For more information, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.ConditionExpressions.html">Condition expressions</a> in the <i>Amazon DynamoDB Developer Guide</i>.</p>
8651
+ * <p>One or more values that can be substituted in an expression. For more information, see
8652
+ * <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.ConditionExpressions.html">Condition expressions</a> in the <i>Amazon DynamoDB Developer
8653
+ * Guide</i>.</p>
8571
8654
  * @public
8572
8655
  */
8573
8656
  ExpressionAttributeValues?: Record<string, AttributeValue> | undefined;
@@ -8592,7 +8675,8 @@ export interface Delete {
8592
8675
  */
8593
8676
  Key: Record<string, AttributeValue> | undefined;
8594
8677
  /**
8595
- * <p>Name of the table in which the item to be deleted resides. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.</p>
8678
+ * <p>Name of the table in which the item to be deleted resides. You can also provide the
8679
+ * Amazon Resource Name (ARN) of the table in this parameter.</p>
8596
8680
  * @public
8597
8681
  */
8598
8682
  TableName: string | undefined;
@@ -8636,7 +8720,8 @@ export interface Put {
8636
8720
  */
8637
8721
  Item: Record<string, AttributeValue> | undefined;
8638
8722
  /**
8639
- * <p>Name of the table in which to write the item. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.</p>
8723
+ * <p>Name of the table in which to write the item. You can also provide the Amazon Resource Name (ARN) of
8724
+ * the table in this parameter.</p>
8640
8725
  * @public
8641
8726
  */
8642
8727
  TableName: string | undefined;
@@ -8683,7 +8768,8 @@ export interface Update {
8683
8768
  */
8684
8769
  UpdateExpression: string | undefined;
8685
8770
  /**
8686
- * <p>Name of the table for the <code>UpdateItem</code> request. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.</p>
8771
+ * <p>Name of the table for the <code>UpdateItem</code> request. You can also provide the
8772
+ * Amazon Resource Name (ARN) of the table in this parameter.</p>
8687
8773
  * @public
8688
8774
  */
8689
8775
  TableName: string | undefined;
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: DynamoDBClientConfig) => {
8
8
  defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
9
9
  accountIdEndpointMode: "disabled" | "preferred" | "required" | (() => Promise<string>);
10
10
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
- credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
11
+ credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
12
12
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
13
13
  endpointDiscoveryEnabledProvider: import("@smithy/types").Provider<boolean | undefined>;
14
14
  maxAttempts: number | import("@smithy/types").Provider<number>;
@@ -28,6 +28,7 @@ export declare const getRuntimeConfig: (config: DynamoDBClientConfig) => {
28
28
  utf8Encoder: (input: string | Uint8Array) => string;
29
29
  disableHostPrefix: boolean;
30
30
  serviceId: string;
31
+ profile?: string | undefined;
31
32
  logger: import("@smithy/types").Logger;
32
33
  extensions: import("./runtimeExtensions").RuntimeExtension[];
33
34
  customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: DynamoDBClientConfig) => {
8
8
  defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
9
9
  accountIdEndpointMode: "disabled" | "preferred" | "required" | import("@smithy/types").Provider<import("@aws-sdk/core/account-id-endpoint").AccountIdEndpointMode>;
10
10
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
- credentialDefaultProvider: (init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>;
11
+ credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>);
12
12
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
13
13
  endpointDiscoveryEnabledProvider: import("@smithy/types").Provider<boolean | undefined>;
14
14
  maxAttempts: number | import("@smithy/types").Provider<number>;
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: DynamoDBClientConfig) => {
29
29
  utf8Encoder: (input: string | Uint8Array) => string;
30
30
  disableHostPrefix: boolean;
31
31
  serviceId: string;
32
+ profile?: string | undefined;
32
33
  logger: import("@smithy/types").Logger;
33
34
  extensions: import("./runtimeExtensions").RuntimeExtension[];
34
35
  customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
@@ -20,9 +20,10 @@ export declare const getRuntimeConfig: (config: DynamoDBClientConfig) => {
20
20
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
21
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
22
22
  region: string | import("@smithy/types").Provider<any>;
23
+ profile?: string | undefined;
23
24
  accountIdEndpointMode: "disabled" | "preferred" | "required" | (() => Promise<string>);
24
25
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
25
- credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
26
+ credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
26
27
  maxAttempts: number | import("@smithy/types").Provider<number>;
27
28
  retryMode: string | import("@smithy/types").Provider<string>;
28
29
  logger: import("@smithy/types").Logger;
@@ -32,7 +33,7 @@ export declare const getRuntimeConfig: (config: DynamoDBClientConfig) => {
32
33
  customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
33
34
  userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
34
35
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
35
- endpoint?: string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2> | undefined;
36
+ endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
36
37
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
37
38
  logger?: import("@smithy/types").Logger | undefined;
38
39
  }) => import("@smithy/types").EndpointV2;