@gemeentenijmegen/webapp 1.1.0 → 1.1.2

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 (728) hide show
  1. package/.jsii +12 -12
  2. package/assets/webapp/auth/auth.lambda/index.js +54 -33
  3. package/assets/webapp/login/login.lambda/index.js +54 -33
  4. package/assets/webapp/logout/logout.lambda/index.js +53 -32
  5. package/lib/webapp/Criticality.js +1 -1
  6. package/lib/webapp/Webapp.js +1 -1
  7. package/lib/webapp/Webpage.js +1 -1
  8. package/lib/webapp/util/Files.js +1 -1
  9. package/node_modules/@aws-sdk/client-dynamodb/README.md +1 -1
  10. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/index.js +35 -30
  11. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.browser.js +1 -1
  12. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.js +2 -1
  13. package/node_modules/@aws-sdk/client-dynamodb/dist-es/DynamoDBClient.js +12 -10
  14. package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/models_0.js +15 -15
  15. package/node_modules/@aws-sdk/client-dynamodb/dist-es/protocols/Aws_json1_0.js +3 -0
  16. package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.browser.js +2 -2
  17. package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.js +3 -2
  18. package/node_modules/@aws-sdk/client-dynamodb/dist-types/DynamoDBClient.d.ts +3 -3
  19. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateGlobalTableCommand.d.ts +10 -0
  20. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateTableCommand.d.ts +28 -0
  21. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteTableCommand.d.ts +20 -0
  22. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableCommand.d.ts +10 -0
  23. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeImportCommand.d.ts +4 -0
  24. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableCommand.d.ts +20 -0
  25. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ImportTableCommand.d.ts +8 -0
  26. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableFromBackupCommand.d.ts +24 -0
  27. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +24 -0
  28. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableCommand.d.ts +10 -0
  29. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableCommand.d.ts +32 -0
  30. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts +758 -655
  31. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.browser.d.ts +2 -1
  32. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.d.ts +2 -1
  33. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.native.d.ts +2 -1
  34. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/DynamoDBClient.d.ts +7 -1
  35. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_0.d.ts +744 -641
  36. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -3
  37. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.d.ts +6 -3
  38. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -3
  39. package/node_modules/@aws-sdk/client-dynamodb/package.json +38 -38
  40. package/node_modules/@aws-sdk/client-s3/README.md +1 -1
  41. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +240 -179
  42. package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.browser.js +1 -1
  43. package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +2 -1
  44. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +0 -1
  45. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +0 -1
  46. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +0 -1
  47. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +0 -1
  48. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +0 -1
  49. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +0 -1
  50. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +2 -1
  51. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +0 -1
  52. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +0 -1
  53. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +0 -1
  54. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +0 -1
  55. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +0 -1
  56. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +0 -1
  57. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +0 -1
  58. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +0 -1
  59. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +0 -1
  60. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +0 -1
  61. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +0 -1
  62. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +0 -1
  63. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +0 -1
  64. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +0 -1
  65. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +0 -1
  66. package/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +0 -1
  67. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +0 -1
  68. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +4 -28
  69. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +48 -0
  70. package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +131 -100
  71. package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.browser.js +2 -2
  72. package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js +3 -2
  73. package/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +16 -13
  74. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +47 -42
  75. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +77 -57
  76. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +60 -45
  77. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +92 -66
  78. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +31 -17
  79. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +1 -1
  80. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +10 -3
  81. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +1 -1
  82. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +18 -10
  83. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  84. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +1 -1
  85. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +52 -9
  86. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +1 -1
  87. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +1 -1
  88. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +25 -21
  89. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +1 -1
  90. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +1 -1
  91. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +1 -1
  92. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +44 -50
  93. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +1 -1
  94. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +63 -49
  95. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +1 -1
  96. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +1 -1
  97. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +1 -1
  98. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +1 -1
  99. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +1 -1
  100. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +18 -10
  101. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  102. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +1 -1
  103. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +63 -18
  104. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +1 -1
  105. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +1 -1
  106. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +1 -1
  107. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +1 -1
  108. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +1 -1
  109. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +30 -21
  110. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +1 -1
  111. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +2 -2
  112. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +1 -1
  113. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +1 -1
  114. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +1 -1
  115. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +1 -1
  116. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +1 -1
  117. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +62 -44
  118. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +81 -62
  119. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +1 -1
  120. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +1 -1
  121. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +1 -1
  122. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +20 -20
  123. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +1 -1
  124. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +1 -1
  125. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +32 -16
  126. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +61 -39
  127. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +1 -1
  128. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +1 -1
  129. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +1 -1
  130. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +1 -1
  131. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +14 -3
  132. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +13 -3
  133. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +82 -65
  134. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +1 -1
  135. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +1 -1
  136. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +23 -14
  137. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +22 -17
  138. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -1
  139. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +1 -1
  140. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +1 -1
  141. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +1 -1
  142. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +48 -33
  143. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  144. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
  145. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +93 -53
  146. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +1 -1
  147. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -1
  148. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +2 -2
  149. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +2 -2
  150. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +30 -21
  151. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +4 -5
  152. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +1 -1
  153. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +1 -1
  154. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +3 -6
  155. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +1 -1
  156. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +1 -1
  157. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +123 -75
  158. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +1 -1
  159. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +3 -3
  160. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +2 -2
  161. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +1 -1
  162. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +1 -1
  163. package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +1 -5
  164. package/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +1 -5
  165. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +52 -41
  166. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +66 -52
  167. package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +1 -1
  168. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +1835 -1569
  169. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +613 -459
  170. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +2 -1
  171. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +2 -1
  172. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +2 -1
  173. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +7 -3
  174. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketNotificationConfigurationCommand.d.ts +1 -1
  175. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketOwnershipControlsCommand.d.ts +1 -1
  176. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +812 -882
  177. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +313 -275
  178. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -3
  179. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +8 -3
  180. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -3
  181. package/node_modules/@aws-sdk/client-s3/package.json +58 -59
  182. package/node_modules/@aws-sdk/client-secrets-manager/README.md +1 -1
  183. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.browser.js +1 -1
  184. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.js +2 -1
  185. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.browser.js +2 -2
  186. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.js +3 -2
  187. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/models/models_0.d.ts +184 -184
  188. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.browser.d.ts +2 -1
  189. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.d.ts +2 -1
  190. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.native.d.ts +2 -1
  191. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/models/models_0.d.ts +184 -184
  192. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -3
  193. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.d.ts +6 -3
  194. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -3
  195. package/node_modules/@aws-sdk/client-secrets-manager/package.json +36 -36
  196. package/node_modules/@aws-sdk/client-ssm/README.md +40 -8
  197. package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +834 -437
  198. package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.browser.js +1 -1
  199. package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.js +2 -1
  200. package/node_modules/@aws-sdk/client-ssm/dist-es/SSM.js +8 -0
  201. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetExecutionPreviewCommand.js +22 -0
  202. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListNodesCommand.js +23 -0
  203. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListNodesSummaryCommand.js +22 -0
  204. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendCommandCommand.js +1 -1
  205. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartExecutionPreviewCommand.js +22 -0
  206. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/index.js +4 -0
  207. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +99 -144
  208. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_2.js +167 -1
  209. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListNodesPaginator.js +4 -0
  210. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListNodesSummaryPaginator.js +4 -0
  211. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/index.js +2 -0
  212. package/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +159 -3
  213. package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.browser.js +2 -2
  214. package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.js +3 -2
  215. package/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +29 -0
  216. package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +6 -2
  217. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateResourceDataSyncCommand.d.ts +1 -1
  218. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteActivationCommand.d.ts +1 -1
  219. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeActivationsCommand.d.ts +1 -1
  220. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +1 -1
  221. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchesCommand.d.ts +1 -1
  222. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePropertiesCommand.d.ts +1 -1
  223. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetExecutionPreviewCommand.d.ts +98 -0
  224. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventoryCommand.d.ts +3 -4
  225. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsSummaryCommand.d.ts +3 -4
  226. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceItemsCommand.d.ts +1 -1
  227. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceSummariesCommand.d.ts +1 -1
  228. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListInventoryEntriesCommand.d.ts +1 -1
  229. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesCommand.d.ts +123 -0
  230. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesSummaryCommand.d.ts +123 -0
  231. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +1 -1
  232. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResetServiceSettingCommand.d.ts +2 -1
  233. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResumeSessionCommand.d.ts +1 -1
  234. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendAutomationSignalCommand.d.ts +1 -1
  235. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendCommandCommand.d.ts +1 -1
  236. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAssociationsOnceCommand.d.ts +1 -1
  237. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAutomationExecutionCommand.d.ts +1 -1
  238. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartExecutionPreviewCommand.d.ts +141 -0
  239. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/index.d.ts +4 -0
  240. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +711 -706
  241. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +2303 -2337
  242. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +961 -196
  243. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListNodesPaginator.d.ts +7 -0
  244. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListNodesSummaryPaginator.d.ts +7 -0
  245. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/index.d.ts +2 -0
  246. package/node_modules/@aws-sdk/client-ssm/dist-types/protocols/Aws_json1_1.d.ts +36 -0
  247. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.browser.d.ts +2 -1
  248. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +2 -1
  249. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +2 -1
  250. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSM.d.ts +69 -0
  251. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +24 -0
  252. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetExecutionPreviewCommand.d.ts +51 -0
  253. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListNodesCommand.d.ts +47 -0
  254. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListNodesSummaryCommand.d.ts +48 -0
  255. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +2 -4
  256. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResumeSessionCommand.d.ts +1 -1
  257. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendAutomationSignalCommand.d.ts +1 -1
  258. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendCommandCommand.d.ts +1 -1
  259. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAssociationsOnceCommand.d.ts +1 -1
  260. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAutomationExecutionCommand.d.ts +1 -1
  261. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartExecutionPreviewCommand.d.ts +51 -0
  262. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/index.d.ts +4 -0
  263. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +706 -702
  264. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +1010 -1004
  265. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_2.d.ts +436 -198
  266. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListNodesPaginator.d.ts +11 -0
  267. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListNodesSummaryPaginator.d.ts +11 -0
  268. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/index.d.ts +2 -0
  269. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +48 -0
  270. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -3
  271. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +6 -3
  272. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -3
  273. package/node_modules/@aws-sdk/client-ssm/package.json +37 -37
  274. package/node_modules/@aws-sdk/client-sso/README.md +1 -1
  275. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +1 -1
  276. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +2 -1
  277. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +2 -2
  278. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +3 -2
  279. package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +18 -18
  280. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +2 -1
  281. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +2 -1
  282. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +2 -1
  283. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +18 -18
  284. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -3
  285. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +6 -3
  286. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -3
  287. package/node_modules/@aws-sdk/client-sso/package.json +32 -32
  288. package/node_modules/@aws-sdk/client-sso-oidc/README.md +1 -1
  289. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.browser.js +1 -1
  290. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js +2 -1
  291. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.browser.js +2 -2
  292. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.js +3 -2
  293. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +74 -74
  294. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +2 -1
  295. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +2 -1
  296. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +2 -1
  297. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts +74 -74
  298. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -3
  299. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +6 -3
  300. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -3
  301. package/node_modules/@aws-sdk/client-sso-oidc/package.json +34 -34
  302. package/node_modules/@aws-sdk/client-sts/README.md +9 -1
  303. package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +99 -14
  304. package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.browser.js +1 -1
  305. package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +2 -1
  306. package/node_modules/@aws-sdk/client-sts/dist-es/STS.js +2 -0
  307. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRootCommand.js +23 -0
  308. package/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +1 -0
  309. package/node_modules/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js +10 -2
  310. package/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +4 -0
  311. package/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +53 -0
  312. package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.browser.js +2 -2
  313. package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +3 -2
  314. package/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +7 -0
  315. package/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +3 -2
  316. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +13 -13
  317. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +8 -8
  318. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +15 -30
  319. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRootCommand.d.ts +129 -0
  320. package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +2 -2
  321. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +8 -8
  322. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +6 -6
  323. package/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +1 -0
  324. package/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +202 -88
  325. package/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +9 -0
  326. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +2 -1
  327. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +2 -1
  328. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +2 -1
  329. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +17 -0
  330. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +6 -0
  331. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRootCommand.d.ts +47 -0
  332. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +1 -0
  333. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +68 -56
  334. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +12 -0
  335. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -3
  336. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +6 -3
  337. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -3
  338. package/node_modules/@aws-sdk/client-sts/package.json +36 -36
  339. package/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +3 -3
  340. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +36 -5
  341. package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +6 -1
  342. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +1 -1
  343. package/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +5 -3
  344. package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +2 -0
  345. package/node_modules/@aws-sdk/core/dist-es/submodules/client/setCredentialFeature.js +7 -0
  346. package/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js +11 -0
  347. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +6 -1
  348. package/node_modules/@aws-sdk/core/dist-types/submodules/client/emitWarningIfUnsupportedVersion.d.ts +3 -0
  349. package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +2 -0
  350. package/node_modules/@aws-sdk/core/dist-types/submodules/client/setCredentialFeature.d.ts +7 -0
  351. package/node_modules/@aws-sdk/core/dist-types/submodules/client/setFeature.d.ts +12 -0
  352. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/emitWarningIfUnsupportedVersion.d.ts +3 -0
  353. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +2 -0
  354. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setCredentialFeature.d.ts +11 -0
  355. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setFeature.d.ts +6 -0
  356. package/node_modules/@aws-sdk/core/package.json +14 -11
  357. package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +4 -1
  358. package/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js +4 -1
  359. package/node_modules/@aws-sdk/credential-provider-env/package.json +7 -5
  360. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +2 -1
  361. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +2 -1
  362. package/node_modules/@aws-sdk/credential-provider-http/package.json +12 -10
  363. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +29 -13
  364. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +3 -2
  365. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js +5 -3
  366. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js +2 -1
  367. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +1 -1
  368. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +10 -2
  369. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js +5 -3
  370. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +2 -1
  371. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +2 -2
  372. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +2 -2
  373. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +2 -2
  374. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +3 -2
  375. package/node_modules/@aws-sdk/credential-provider-ini/package.json +15 -13
  376. package/node_modules/@aws-sdk/credential-provider-node/package.json +15 -14
  377. package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +4 -1
  378. package/node_modules/@aws-sdk/credential-provider-process/dist-es/getValidatedProcessCredentials.js +4 -1
  379. package/node_modules/@aws-sdk/credential-provider-process/package.json +8 -6
  380. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +8 -1
  381. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +9 -1
  382. package/node_modules/@aws-sdk/credential-provider-sso/package.json +10 -8
  383. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +6 -1
  384. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +6 -1
  385. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +10 -8
  386. package/node_modules/@aws-sdk/endpoint-cache/package.json +3 -2
  387. package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +8 -7
  388. package/node_modules/@aws-sdk/middleware-endpoint-discovery/package.json +10 -8
  389. package/node_modules/@aws-sdk/middleware-expect-continue/package.json +8 -6
  390. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/getCrc32ChecksumAlgorithmFunction.browser.js +6 -0
  391. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/getCrc32ChecksumAlgorithmFunction.js +28 -0
  392. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/index.js +35 -10
  393. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsMiddleware.js +18 -2
  394. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getChecksum.js +1 -5
  395. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getCrc32ChecksumAlgorithmFunction.browser.js +2 -0
  396. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getCrc32ChecksumAlgorithmFunction.js +23 -0
  397. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/selectChecksumAlgorithmFunction.js +2 -2
  398. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/validateChecksumFromResponse.js +14 -2
  399. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsMiddleware.d.ts +0 -3
  400. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksum.d.ts +2 -3
  401. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getCrc32ChecksumAlgorithmFunction.browser.d.ts +2 -0
  402. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getCrc32ChecksumAlgorithmFunction.d.ts +10 -0
  403. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/flexibleChecksumsMiddleware.d.ts +0 -1
  404. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getChecksum.d.ts +2 -8
  405. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getCrc32ChecksumAlgorithmFunction.browser.d.ts +2 -0
  406. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getCrc32ChecksumAlgorithmFunction.d.ts +12 -0
  407. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +17 -9
  408. package/node_modules/@aws-sdk/middleware-host-header/package.json +8 -6
  409. package/node_modules/@aws-sdk/middleware-location-constraint/package.json +7 -5
  410. package/node_modules/@aws-sdk/middleware-logger/package.json +7 -5
  411. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +8 -6
  412. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +18 -15
  413. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/region-redirect-middleware.js +13 -13
  414. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/s3ExpressMiddleware.js +2 -0
  415. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +20 -16
  416. package/node_modules/@aws-sdk/middleware-ssec/package.json +7 -5
  417. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +112 -4
  418. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js +49 -0
  419. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +22 -0
  420. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/encode-features.js +18 -0
  421. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +11 -1
  422. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/check-features.d.ts +18 -0
  423. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +14 -1
  424. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/encode-features.d.ts +5 -0
  425. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/check-features.d.ts +20 -0
  426. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts +5 -1
  427. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/encode-features.d.ts +2 -0
  428. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/user-agent-middleware.d.ts +2 -1
  429. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +2 -1
  430. package/node_modules/@aws-sdk/middleware-user-agent/package.json +12 -8
  431. package/node_modules/@aws-sdk/region-config-resolver/package.json +7 -6
  432. package/node_modules/@aws-sdk/s3-request-presigner/README.md +23 -41
  433. package/node_modules/@aws-sdk/s3-request-presigner/dist-cjs/index.js +24 -6
  434. package/node_modules/@aws-sdk/s3-request-presigner/dist-es/presigner.js +8 -4
  435. package/node_modules/@aws-sdk/s3-request-presigner/dist-types/presigner.d.ts +2 -2
  436. package/node_modules/@aws-sdk/s3-request-presigner/dist-types/ts3.4/presigner.d.ts +2 -0
  437. package/node_modules/@aws-sdk/s3-request-presigner/package.json +12 -11
  438. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +8 -7
  439. package/node_modules/@aws-sdk/token-providers/package.json +8 -7
  440. package/node_modules/@aws-sdk/types/dist-es/feature-ids.js +1 -0
  441. package/node_modules/@aws-sdk/types/dist-es/index.js +1 -0
  442. package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +59 -0
  443. package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +5 -0
  444. package/node_modules/@aws-sdk/types/dist-types/index.d.ts +1 -0
  445. package/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +12 -0
  446. package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +54 -0
  447. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +5 -0
  448. package/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +1 -0
  449. package/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +7 -0
  450. package/node_modules/@aws-sdk/types/package.json +2 -2
  451. package/node_modules/@aws-sdk/util-arn-parser/dist-cjs/index.js +1 -0
  452. package/node_modules/@aws-sdk/util-arn-parser/package.json +3 -2
  453. package/node_modules/@aws-sdk/util-endpoints/package.json +8 -6
  454. package/node_modules/@aws-sdk/util-format-url/package.json +6 -5
  455. package/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js +1 -0
  456. package/node_modules/@aws-sdk/util-locate-window/package.json +3 -2
  457. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +9 -4
  458. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +9 -4
  459. package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +7 -2
  460. package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +7 -2
  461. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +9 -1
  462. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +9 -1
  463. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +12 -1
  464. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.native.d.ts +12 -1
  465. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +5 -4
  466. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +46 -39
  467. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/defaultUserAgent.js +29 -0
  468. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +2 -39
  469. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/nodeAppIdConfigOptions.js +8 -0
  470. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/defaultUserAgent.d.ts +23 -0
  471. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +2 -20
  472. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/nodeAppIdConfigOptions.d.ts +13 -0
  473. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/defaultUserAgent.d.ts +21 -0
  474. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +2 -12
  475. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/nodeAppIdConfigOptions.d.ts +6 -0
  476. package/node_modules/@aws-sdk/util-user-agent-node/package.json +7 -5
  477. package/node_modules/@aws-sdk/xml-builder/package.json +4 -3
  478. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/.jsii +5 -5
  479. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/lib/index.js +1 -1
  480. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/.jsii +2 -2
  481. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/.jsii.tabl.json.gz +0 -0
  482. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/api-call-base.js +1 -1
  483. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/assertions.js +1 -1
  484. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/common.js +2 -2
  485. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/http-call.js +1 -1
  486. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/match.js +1 -1
  487. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/provider.js +1 -1
  488. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/sdk.js +2 -2
  489. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/waiter-state-machine.js +1 -1
  490. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/test-case.js +3 -3
  491. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/package.json +7 -7
  492. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/.jsii +325 -18
  493. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/index.d.ts +2 -0
  494. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/index.js +3 -1
  495. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/apigateway-defaults.js +2 -2
  496. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-helper.js +2 -2
  497. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kendra-defaults.js +2 -2
  498. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kendra-helper.js +2 -2
  499. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/pipes-defaults.d.ts +15 -0
  500. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/pipes-defaults.js +33 -0
  501. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/pipes-helper.d.ts +56 -0
  502. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/pipes-helper.js +197 -0
  503. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/step-function-helper.d.ts +2 -1
  504. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/step-function-helper.js +10 -4
  505. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/utils.d.ts +9 -0
  506. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/utils.js +28 -2
  507. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/package.json +4 -4
  508. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/pipes-helper.test.d.ts +13 -0
  509. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/pipes-helper.test.js +695 -0
  510. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/step-function-helper.test.js +35 -1
  511. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/test-helper.d.ts +1 -0
  512. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/test-helper.js +8 -3
  513. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/utils.test.js +16 -1
  514. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/.jsii +85 -45
  515. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/API.md +841 -255
  516. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/Dockerfile +2 -2
  517. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/README.md +5 -1
  518. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/construct.d.ts +20 -3
  519. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/construct.js +36 -30
  520. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/dependency.d.ts +0 -4
  521. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/dependency.js +5 -9
  522. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/private/stack-trace.js +1 -1
  523. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/private/uniqueid.js +1 -1
  524. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/package.json +35 -31
  525. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/package.json +6 -6
  526. package/node_modules/@gemeentenijmegen/apiclient/package.json +8 -8
  527. package/node_modules/@gemeentenijmegen/apigateway-http/package.json +5 -5
  528. package/node_modules/@gemeentenijmegen/session/package.json +6 -6
  529. package/node_modules/@gemeentenijmegen/utils/package.json +8 -8
  530. package/node_modules/@smithy/abort-controller/package.json +4 -3
  531. package/node_modules/@smithy/chunked-blob-reader/dist-cjs/index.js +8 -23
  532. package/node_modules/@smithy/chunked-blob-reader/dist-es/index.js +8 -22
  533. package/node_modules/@smithy/chunked-blob-reader/dist-types/index.d.ts +1 -0
  534. package/node_modules/@smithy/chunked-blob-reader/dist-types/ts3.4/index.d.ts +1 -0
  535. package/node_modules/@smithy/chunked-blob-reader/package.json +2 -2
  536. package/node_modules/@smithy/chunked-blob-reader-native/package.json +2 -2
  537. package/node_modules/@smithy/config-resolver/package.json +7 -6
  538. package/node_modules/@smithy/core/dist-cjs/index.js +79 -158
  539. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +34 -9
  540. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +164 -0
  541. package/node_modules/@smithy/core/dist-es/index.js +4 -3
  542. package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +1 -2
  543. package/node_modules/@smithy/core/dist-es/middleware-http-signing/getHttpSigningMiddleware.js +1 -2
  544. package/node_modules/@smithy/core/dist-es/protocols/requestBuilder.js +1 -67
  545. package/node_modules/@smithy/core/dist-es/setFeature.js +11 -0
  546. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +2 -2
  547. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +11 -1
  548. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-types.js +5 -0
  549. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor.js +8 -2
  550. package/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +1 -0
  551. package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +4 -3
  552. package/node_modules/@smithy/core/dist-es/submodules/protocols/collect-stream-body.js +11 -0
  553. package/node_modules/@smithy/core/dist-es/submodules/protocols/extended-encode-uri-component.js +5 -0
  554. package/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +4 -0
  555. package/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js +67 -0
  556. package/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js +19 -0
  557. package/node_modules/@smithy/core/dist-types/index.d.ts +4 -3
  558. package/node_modules/@smithy/core/dist-types/protocols/requestBuilder.d.ts +2 -48
  559. package/node_modules/@smithy/core/dist-types/setFeature.d.ts +12 -0
  560. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +23 -0
  561. package/node_modules/@smithy/core/dist-types/submodules/cbor/index.d.ts +1 -0
  562. package/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +4 -2
  563. package/node_modules/@smithy/core/dist-types/submodules/protocols/collect-stream-body.d.ts +10 -0
  564. package/node_modules/@smithy/core/dist-types/submodules/protocols/extended-encode-uri-component.d.ts +7 -0
  565. package/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +4 -0
  566. package/node_modules/@smithy/core/dist-types/submodules/protocols/requestBuilder.d.ts +51 -0
  567. package/node_modules/@smithy/core/dist-types/submodules/protocols/resolve-path.d.ts +4 -0
  568. package/node_modules/@smithy/core/dist-types/ts3.4/index.d.ts +4 -3
  569. package/node_modules/@smithy/core/dist-types/ts3.4/protocols/requestBuilder.d.ts +2 -48
  570. package/node_modules/@smithy/core/dist-types/ts3.4/setFeature.d.ts +12 -0
  571. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +23 -0
  572. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +1 -0
  573. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +4 -2
  574. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/collect-stream-body.d.ts +10 -0
  575. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/extended-encode-uri-component.d.ts +7 -0
  576. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +4 -0
  577. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/requestBuilder.d.ts +51 -0
  578. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/resolve-path.d.ts +4 -0
  579. package/node_modules/@smithy/core/package.json +19 -11
  580. package/node_modules/@smithy/core/protocols.d.ts +7 -0
  581. package/node_modules/@smithy/core/protocols.js +6 -0
  582. package/node_modules/@smithy/credential-provider-imds/package.json +7 -7
  583. package/node_modules/@smithy/eventstream-codec/package.json +4 -3
  584. package/node_modules/@smithy/eventstream-serde-browser/package.json +3 -3
  585. package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +5 -4
  586. package/node_modules/@smithy/eventstream-serde-node/package.json +3 -3
  587. package/node_modules/@smithy/eventstream-serde-universal/package.json +5 -4
  588. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +12 -30
  589. package/node_modules/@smithy/fetch-http-handler/dist-es/create-request.js +3 -0
  590. package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +3 -2
  591. package/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +3 -26
  592. package/node_modules/@smithy/fetch-http-handler/dist-types/create-request.d.ts +6 -0
  593. package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +6 -0
  594. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/create-request.d.ts +6 -0
  595. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +6 -0
  596. package/node_modules/@smithy/fetch-http-handler/package.json +9 -6
  597. package/node_modules/@smithy/hash-blob-browser/package.json +6 -5
  598. package/node_modules/@smithy/hash-node/package.json +4 -3
  599. package/node_modules/@smithy/hash-stream-node/package.json +4 -3
  600. package/node_modules/@smithy/invalid-dependency/package.json +4 -3
  601. package/node_modules/@smithy/md5-js/package.json +4 -3
  602. package/node_modules/@smithy/middleware-content-length/package.json +5 -4
  603. package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +4 -0
  604. package/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +4 -0
  605. package/node_modules/@smithy/middleware-endpoint/package.json +11 -9
  606. package/node_modules/@smithy/middleware-retry/package.json +12 -10
  607. package/node_modules/@smithy/middleware-serde/package.json +6 -4
  608. package/node_modules/@smithy/middleware-stack/package.json +4 -3
  609. package/node_modules/@smithy/node-config-provider/package.json +6 -5
  610. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +20 -14
  611. package/node_modules/@smithy/node-http-handler/dist-cjs/timing.js +1 -0
  612. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +5 -4
  613. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +1 -1
  614. package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +9 -2
  615. package/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +5 -4
  616. package/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +2 -1
  617. package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +2 -1
  618. package/node_modules/@smithy/node-http-handler/dist-es/timing.js +4 -0
  619. package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +4 -3
  620. package/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +8 -0
  621. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +8 -0
  622. package/node_modules/@smithy/node-http-handler/package.json +7 -6
  623. package/node_modules/@smithy/property-provider/package.json +4 -3
  624. package/node_modules/@smithy/protocol-http/package.json +4 -3
  625. package/node_modules/@smithy/querystring-builder/package.json +2 -2
  626. package/node_modules/@smithy/querystring-parser/package.json +4 -3
  627. package/node_modules/@smithy/service-error-classification/package.json +4 -3
  628. package/node_modules/@smithy/shared-ini-file-loader/package.json +4 -3
  629. package/node_modules/@smithy/signature-v4/package.json +6 -5
  630. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +59 -36
  631. package/node_modules/@smithy/smithy-client/dist-cjs/quote-header.js +1 -0
  632. package/node_modules/@smithy/smithy-client/dist-cjs/split-header.js +1 -0
  633. package/node_modules/@smithy/smithy-client/dist-es/collect-stream-body.js +1 -11
  634. package/node_modules/@smithy/smithy-client/dist-es/extended-encode-uri-component.js +1 -5
  635. package/node_modules/@smithy/smithy-client/dist-es/index.js +2 -0
  636. package/node_modules/@smithy/smithy-client/dist-es/quote-header.js +6 -0
  637. package/node_modules/@smithy/smithy-client/dist-es/resolve-path.js +1 -19
  638. package/node_modules/@smithy/smithy-client/dist-es/split-header.js +37 -0
  639. package/node_modules/@smithy/smithy-client/dist-types/collect-stream-body.d.ts +2 -7
  640. package/node_modules/@smithy/smithy-client/dist-types/extended-encode-uri-component.d.ts +2 -4
  641. package/node_modules/@smithy/smithy-client/dist-types/index.d.ts +2 -0
  642. package/node_modules/@smithy/smithy-client/dist-types/quote-header.d.ts +6 -0
  643. package/node_modules/@smithy/smithy-client/dist-types/resolve-path.d.ts +2 -1
  644. package/node_modules/@smithy/smithy-client/dist-types/split-header.d.ts +5 -0
  645. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/collect-stream-body.d.ts +2 -7
  646. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extended-encode-uri-component.d.ts +2 -4
  647. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/index.d.ts +2 -0
  648. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/quote-header.d.ts +6 -0
  649. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/resolve-path.d.ts +2 -1
  650. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/split-header.d.ts +5 -0
  651. package/node_modules/@smithy/smithy-client/package.json +9 -7
  652. package/node_modules/@smithy/types/dist-cjs/feature-ids.js +1 -0
  653. package/node_modules/@smithy/types/dist-es/feature-ids.js +1 -0
  654. package/node_modules/@smithy/types/dist-es/index.js +1 -0
  655. package/node_modules/@smithy/types/dist-types/feature-ids.d.ts +16 -0
  656. package/node_modules/@smithy/types/dist-types/http.d.ts +1 -0
  657. package/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
  658. package/node_modules/@smithy/types/dist-types/middleware.d.ts +30 -6
  659. package/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +3 -2
  660. package/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +16 -0
  661. package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +1 -0
  662. package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +1 -0
  663. package/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +26 -2
  664. package/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +3 -2
  665. package/node_modules/@smithy/types/package.json +1 -1
  666. package/node_modules/@smithy/url-parser/package.json +5 -4
  667. package/node_modules/@smithy/util-defaults-mode-browser/package.json +6 -5
  668. package/node_modules/@smithy/util-defaults-mode-node/package.json +9 -8
  669. package/node_modules/@smithy/util-endpoints/package.json +7 -5
  670. package/node_modules/@smithy/util-middleware/package.json +4 -3
  671. package/node_modules/@smithy/util-retry/dist-cjs/index.js +5 -1
  672. package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +2 -1
  673. package/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +4 -0
  674. package/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +4 -0
  675. package/node_modules/@smithy/util-retry/package.json +5 -4
  676. package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.browser.js +7 -0
  677. package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js +49 -0
  678. package/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.browser.js +40 -0
  679. package/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js +13 -0
  680. package/node_modules/@smithy/util-stream/dist-cjs/index.js +6 -1
  681. package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +1 -2
  682. package/node_modules/@smithy/util-stream/dist-cjs/splitStream.js +1 -1
  683. package/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js +6 -1
  684. package/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.browser.js +3 -0
  685. package/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.js +44 -0
  686. package/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.browser.js +35 -0
  687. package/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.js +9 -0
  688. package/node_modules/@smithy/util-stream/dist-es/index.js +2 -0
  689. package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +0 -1
  690. package/node_modules/@smithy/util-stream/dist-es/splitStream.js +2 -2
  691. package/node_modules/@smithy/util-stream/dist-es/stream-type-check.js +3 -0
  692. package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.browser.d.ts +37 -0
  693. package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +61 -0
  694. package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +15 -0
  695. package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +12 -0
  696. package/node_modules/@smithy/util-stream/dist-types/index.d.ts +2 -0
  697. package/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +4 -0
  698. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.browser.d.ts +37 -0
  699. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +60 -0
  700. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +15 -0
  701. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +12 -0
  702. package/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +2 -0
  703. package/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +4 -0
  704. package/node_modules/@smithy/util-stream/package.json +16 -6
  705. package/node_modules/@smithy/util-waiter/package.json +5 -4
  706. package/node_modules/@types/uuid/LICENSE +21 -0
  707. package/node_modules/@types/uuid/README.md +15 -0
  708. package/node_modules/@types/uuid/index.d.mts +12 -0
  709. package/node_modules/@types/uuid/index.d.ts +86 -0
  710. package/node_modules/@types/uuid/package.json +54 -0
  711. package/node_modules/cookie/index.js +118 -57
  712. package/node_modules/cookie/package.json +3 -3
  713. package/node_modules/form-data/Readme.md +4 -4
  714. package/node_modules/form-data/lib/form_data.js +1 -1
  715. package/node_modules/form-data/package.json +9 -6
  716. package/node_modules/tslib/modules/index.d.ts +1 -0
  717. package/node_modules/tslib/modules/index.js +2 -0
  718. package/node_modules/tslib/package.json +1 -1
  719. package/node_modules/tslib/tslib.d.ts +7 -0
  720. package/node_modules/tslib/tslib.es6.js +24 -1
  721. package/node_modules/tslib/tslib.es6.mjs +24 -1
  722. package/node_modules/tslib/tslib.js +56 -1
  723. package/package.json +18 -18
  724. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/.gitattributes +0 -28
  725. package/node_modules/cookie/HISTORY.md +0 -147
  726. package/node_modules/form-data/README.md.bak +0 -358
  727. /package/node_modules/{@aws-sdk/endpoint-cache/dist-cjs/Endpoint.js → @smithy/core/dist-cjs/setFeature.js} +0 -0
  728. /package/node_modules/{@aws-sdk/endpoint-cache/dist-cjs/EndpointCache.js → @smithy/fetch-http-handler/dist-cjs/create-request.js} +0 -0
@@ -7,9 +7,9 @@ export declare const ApproximateCreationDateTimePrecision: {
7
7
  export type ApproximateCreationDateTimePrecision =
8
8
  (typeof ApproximateCreationDateTimePrecision)[keyof typeof ApproximateCreationDateTimePrecision];
9
9
  export interface ArchivalSummary {
10
- ArchivalDateTime?: Date;
11
- ArchivalReason?: string;
12
- ArchivalBackupArn?: string;
10
+ ArchivalDateTime?: Date | undefined;
11
+ ArchivalReason?: string | undefined;
12
+ ArchivalBackupArn?: string | undefined;
13
13
  }
14
14
  export declare const AttributeAction: {
15
15
  readonly ADD: "ADD";
@@ -30,40 +30,42 @@ export interface AttributeDefinition {
30
30
  AttributeType: ScalarAttributeType | undefined;
31
31
  }
32
32
  export interface AutoScalingTargetTrackingScalingPolicyConfigurationDescription {
33
- DisableScaleIn?: boolean;
34
- ScaleInCooldown?: number;
35
- ScaleOutCooldown?: number;
33
+ DisableScaleIn?: boolean | undefined;
34
+ ScaleInCooldown?: number | undefined;
35
+ ScaleOutCooldown?: number | undefined;
36
36
  TargetValue: number | undefined;
37
37
  }
38
38
  export interface AutoScalingPolicyDescription {
39
- PolicyName?: string;
40
- TargetTrackingScalingPolicyConfiguration?: AutoScalingTargetTrackingScalingPolicyConfigurationDescription;
39
+ PolicyName?: string | undefined;
40
+ TargetTrackingScalingPolicyConfiguration?:
41
+ | AutoScalingTargetTrackingScalingPolicyConfigurationDescription
42
+ | undefined;
41
43
  }
42
44
  export interface AutoScalingTargetTrackingScalingPolicyConfigurationUpdate {
43
- DisableScaleIn?: boolean;
44
- ScaleInCooldown?: number;
45
- ScaleOutCooldown?: number;
45
+ DisableScaleIn?: boolean | undefined;
46
+ ScaleInCooldown?: number | undefined;
47
+ ScaleOutCooldown?: number | undefined;
46
48
  TargetValue: number | undefined;
47
49
  }
48
50
  export interface AutoScalingPolicyUpdate {
49
- PolicyName?: string;
51
+ PolicyName?: string | undefined;
50
52
  TargetTrackingScalingPolicyConfiguration:
51
53
  | AutoScalingTargetTrackingScalingPolicyConfigurationUpdate
52
54
  | undefined;
53
55
  }
54
56
  export interface AutoScalingSettingsDescription {
55
- MinimumUnits?: number;
56
- MaximumUnits?: number;
57
- AutoScalingDisabled?: boolean;
58
- AutoScalingRoleArn?: string;
59
- ScalingPolicies?: AutoScalingPolicyDescription[];
57
+ MinimumUnits?: number | undefined;
58
+ MaximumUnits?: number | undefined;
59
+ AutoScalingDisabled?: boolean | undefined;
60
+ AutoScalingRoleArn?: string | undefined;
61
+ ScalingPolicies?: AutoScalingPolicyDescription[] | undefined;
60
62
  }
61
63
  export interface AutoScalingSettingsUpdate {
62
- MinimumUnits?: number;
63
- MaximumUnits?: number;
64
- AutoScalingDisabled?: boolean;
65
- AutoScalingRoleArn?: string;
66
- ScalingPolicyUpdate?: AutoScalingPolicyUpdate;
64
+ MinimumUnits?: number | undefined;
65
+ MaximumUnits?: number | undefined;
66
+ AutoScalingDisabled?: boolean | undefined;
67
+ AutoScalingRoleArn?: string | undefined;
68
+ ScalingPolicyUpdate?: AutoScalingPolicyUpdate | undefined;
67
69
  }
68
70
  export declare const BackupStatus: {
69
71
  readonly AVAILABLE: "AVAILABLE";
@@ -80,11 +82,11 @@ export type BackupType = (typeof BackupType)[keyof typeof BackupType];
80
82
  export interface BackupDetails {
81
83
  BackupArn: string | undefined;
82
84
  BackupName: string | undefined;
83
- BackupSizeBytes?: number;
85
+ BackupSizeBytes?: number | undefined;
84
86
  BackupStatus: BackupStatus | undefined;
85
87
  BackupType: BackupType | undefined;
86
88
  BackupCreationDateTime: Date | undefined;
87
- BackupExpiryDateTime?: Date;
89
+ BackupExpiryDateTime?: Date | undefined;
88
90
  }
89
91
  export declare const BillingMode: {
90
92
  readonly PAY_PER_REQUEST: "PAY_PER_REQUEST";
@@ -101,8 +103,8 @@ export interface KeySchemaElement {
101
103
  KeyType: KeyType | undefined;
102
104
  }
103
105
  export interface OnDemandThroughput {
104
- MaxReadRequestUnits?: number;
105
- MaxWriteRequestUnits?: number;
106
+ MaxReadRequestUnits?: number | undefined;
107
+ MaxWriteRequestUnits?: number | undefined;
106
108
  }
107
109
  export interface ProvisionedThroughput {
108
110
  ReadCapacityUnits: number | undefined;
@@ -111,14 +113,14 @@ export interface ProvisionedThroughput {
111
113
  export interface SourceTableDetails {
112
114
  TableName: string | undefined;
113
115
  TableId: string | undefined;
114
- TableArn?: string;
115
- TableSizeBytes?: number;
116
+ TableArn?: string | undefined;
117
+ TableSizeBytes?: number | undefined;
116
118
  KeySchema: KeySchemaElement[] | undefined;
117
119
  TableCreationDateTime: Date | undefined;
118
120
  ProvisionedThroughput: ProvisionedThroughput | undefined;
119
- OnDemandThroughput?: OnDemandThroughput;
120
- ItemCount?: number;
121
- BillingMode?: BillingMode;
121
+ OnDemandThroughput?: OnDemandThroughput | undefined;
122
+ ItemCount?: number | undefined;
123
+ BillingMode?: BillingMode | undefined;
122
124
  }
123
125
  export declare const ProjectionType: {
124
126
  readonly ALL: "ALL";
@@ -128,20 +130,20 @@ export declare const ProjectionType: {
128
130
  export type ProjectionType =
129
131
  (typeof ProjectionType)[keyof typeof ProjectionType];
130
132
  export interface Projection {
131
- ProjectionType?: ProjectionType;
132
- NonKeyAttributes?: string[];
133
+ ProjectionType?: ProjectionType | undefined;
134
+ NonKeyAttributes?: string[] | undefined;
133
135
  }
134
136
  export interface GlobalSecondaryIndexInfo {
135
- IndexName?: string;
136
- KeySchema?: KeySchemaElement[];
137
- Projection?: Projection;
138
- ProvisionedThroughput?: ProvisionedThroughput;
139
- OnDemandThroughput?: OnDemandThroughput;
137
+ IndexName?: string | undefined;
138
+ KeySchema?: KeySchemaElement[] | undefined;
139
+ Projection?: Projection | undefined;
140
+ ProvisionedThroughput?: ProvisionedThroughput | undefined;
141
+ OnDemandThroughput?: OnDemandThroughput | undefined;
140
142
  }
141
143
  export interface LocalSecondaryIndexInfo {
142
- IndexName?: string;
143
- KeySchema?: KeySchemaElement[];
144
- Projection?: Projection;
144
+ IndexName?: string | undefined;
145
+ KeySchema?: KeySchemaElement[] | undefined;
146
+ Projection?: Projection | undefined;
145
147
  }
146
148
  export declare const SSEType: {
147
149
  readonly AES256: "AES256";
@@ -157,10 +159,10 @@ export declare const SSEStatus: {
157
159
  };
158
160
  export type SSEStatus = (typeof SSEStatus)[keyof typeof SSEStatus];
159
161
  export interface SSEDescription {
160
- Status?: SSEStatus;
161
- SSEType?: SSEType;
162
- KMSMasterKeyArn?: string;
163
- InaccessibleEncryptionDateTime?: Date;
162
+ Status?: SSEStatus | undefined;
163
+ SSEType?: SSEType | undefined;
164
+ KMSMasterKeyArn?: string | undefined;
165
+ InaccessibleEncryptionDateTime?: Date | undefined;
164
166
  }
165
167
  export declare const StreamViewType: {
166
168
  readonly KEYS_ONLY: "KEYS_ONLY";
@@ -172,7 +174,7 @@ export type StreamViewType =
172
174
  (typeof StreamViewType)[keyof typeof StreamViewType];
173
175
  export interface StreamSpecification {
174
176
  StreamEnabled: boolean | undefined;
175
- StreamViewType?: StreamViewType;
177
+ StreamViewType?: StreamViewType | undefined;
176
178
  }
177
179
  export declare const TimeToLiveStatus: {
178
180
  readonly DISABLED: "DISABLED";
@@ -183,20 +185,20 @@ export declare const TimeToLiveStatus: {
183
185
  export type TimeToLiveStatus =
184
186
  (typeof TimeToLiveStatus)[keyof typeof TimeToLiveStatus];
185
187
  export interface TimeToLiveDescription {
186
- TimeToLiveStatus?: TimeToLiveStatus;
187
- AttributeName?: string;
188
+ TimeToLiveStatus?: TimeToLiveStatus | undefined;
189
+ AttributeName?: string | undefined;
188
190
  }
189
191
  export interface SourceTableFeatureDetails {
190
- LocalSecondaryIndexes?: LocalSecondaryIndexInfo[];
191
- GlobalSecondaryIndexes?: GlobalSecondaryIndexInfo[];
192
- StreamDescription?: StreamSpecification;
193
- TimeToLiveDescription?: TimeToLiveDescription;
194
- SSEDescription?: SSEDescription;
192
+ LocalSecondaryIndexes?: LocalSecondaryIndexInfo[] | undefined;
193
+ GlobalSecondaryIndexes?: GlobalSecondaryIndexInfo[] | undefined;
194
+ StreamDescription?: StreamSpecification | undefined;
195
+ TimeToLiveDescription?: TimeToLiveDescription | undefined;
196
+ SSEDescription?: SSEDescription | undefined;
195
197
  }
196
198
  export interface BackupDescription {
197
- BackupDetails?: BackupDetails;
198
- SourceTableDetails?: SourceTableDetails;
199
- SourceTableFeatureDetails?: SourceTableFeatureDetails;
199
+ BackupDetails?: BackupDetails | undefined;
200
+ SourceTableDetails?: SourceTableDetails | undefined;
201
+ SourceTableFeatureDetails?: SourceTableFeatureDetails | undefined;
200
202
  }
201
203
  export declare class BackupInUseException extends __BaseException {
202
204
  readonly name: "BackupInUseException";
@@ -213,16 +215,16 @@ export declare class BackupNotFoundException extends __BaseException {
213
215
  );
214
216
  }
215
217
  export interface BackupSummary {
216
- TableName?: string;
217
- TableId?: string;
218
- TableArn?: string;
219
- BackupArn?: string;
220
- BackupName?: string;
221
- BackupCreationDateTime?: Date;
222
- BackupExpiryDateTime?: Date;
223
- BackupStatus?: BackupStatus;
224
- BackupType?: BackupType;
225
- BackupSizeBytes?: number;
218
+ TableName?: string | undefined;
219
+ TableId?: string | undefined;
220
+ TableArn?: string | undefined;
221
+ BackupArn?: string | undefined;
222
+ BackupName?: string | undefined;
223
+ BackupCreationDateTime?: Date | undefined;
224
+ BackupExpiryDateTime?: Date | undefined;
225
+ BackupStatus?: BackupStatus | undefined;
226
+ BackupType?: BackupType | undefined;
227
+ BackupSizeBytes?: number | undefined;
226
228
  }
227
229
  export declare const BackupTypeFilter: {
228
230
  readonly ALL: "ALL";
@@ -246,18 +248,18 @@ export declare const ReturnValuesOnConditionCheckFailure: {
246
248
  export type ReturnValuesOnConditionCheckFailure =
247
249
  (typeof ReturnValuesOnConditionCheckFailure)[keyof typeof ReturnValuesOnConditionCheckFailure];
248
250
  export interface Capacity {
249
- ReadCapacityUnits?: number;
250
- WriteCapacityUnits?: number;
251
- CapacityUnits?: number;
251
+ ReadCapacityUnits?: number | undefined;
252
+ WriteCapacityUnits?: number | undefined;
253
+ CapacityUnits?: number | undefined;
252
254
  }
253
255
  export interface ConsumedCapacity {
254
- TableName?: string;
255
- CapacityUnits?: number;
256
- ReadCapacityUnits?: number;
257
- WriteCapacityUnits?: number;
258
- Table?: Capacity;
259
- LocalSecondaryIndexes?: Record<string, Capacity>;
260
- GlobalSecondaryIndexes?: Record<string, Capacity>;
256
+ TableName?: string | undefined;
257
+ CapacityUnits?: number | undefined;
258
+ ReadCapacityUnits?: number | undefined;
259
+ WriteCapacityUnits?: number | undefined;
260
+ Table?: Capacity | undefined;
261
+ LocalSecondaryIndexes?: Record<string, Capacity> | undefined;
262
+ GlobalSecondaryIndexes?: Record<string, Capacity> | undefined;
261
263
  }
262
264
  export declare const BatchStatementErrorCodeEnum: {
263
265
  readonly AccessDenied: "AccessDenied";
@@ -291,7 +293,7 @@ export declare class RequestLimitExceeded extends __BaseException {
291
293
  export declare class InvalidEndpointException extends __BaseException {
292
294
  readonly name: "InvalidEndpointException";
293
295
  readonly $fault: "client";
294
- Message?: string;
296
+ Message?: string | undefined;
295
297
  constructor(
296
298
  opts: __ExceptionOptionType<InvalidEndpointException, __BaseException>
297
299
  );
@@ -330,8 +332,8 @@ export declare class ItemCollectionSizeLimitExceededException extends __BaseExce
330
332
  );
331
333
  }
332
334
  export interface BillingModeSummary {
333
- BillingMode?: BillingMode;
334
- LastUpdateToPayPerRequestDateTime?: Date;
335
+ BillingMode?: BillingMode | undefined;
336
+ LastUpdateToPayPerRequestDateTime?: Date | undefined;
335
337
  }
336
338
  export declare const ComparisonOperator: {
337
339
  readonly BEGINS_WITH: "BEGINS_WITH";
@@ -369,13 +371,13 @@ export declare const PointInTimeRecoveryStatus: {
369
371
  export type PointInTimeRecoveryStatus =
370
372
  (typeof PointInTimeRecoveryStatus)[keyof typeof PointInTimeRecoveryStatus];
371
373
  export interface PointInTimeRecoveryDescription {
372
- PointInTimeRecoveryStatus?: PointInTimeRecoveryStatus;
373
- EarliestRestorableDateTime?: Date;
374
- LatestRestorableDateTime?: Date;
374
+ PointInTimeRecoveryStatus?: PointInTimeRecoveryStatus | undefined;
375
+ EarliestRestorableDateTime?: Date | undefined;
376
+ LatestRestorableDateTime?: Date | undefined;
375
377
  }
376
378
  export interface ContinuousBackupsDescription {
377
379
  ContinuousBackupsStatus: ContinuousBackupsStatus | undefined;
378
- PointInTimeRecoveryDescription?: PointInTimeRecoveryDescription;
380
+ PointInTimeRecoveryDescription?: PointInTimeRecoveryDescription | undefined;
379
381
  }
380
382
  export declare class ContinuousBackupsUnavailableException extends __BaseException {
381
383
  readonly name: "ContinuousBackupsUnavailableException";
@@ -403,16 +405,16 @@ export declare const ContributorInsightsStatus: {
403
405
  export type ContributorInsightsStatus =
404
406
  (typeof ContributorInsightsStatus)[keyof typeof ContributorInsightsStatus];
405
407
  export interface ContributorInsightsSummary {
406
- TableName?: string;
407
- IndexName?: string;
408
- ContributorInsightsStatus?: ContributorInsightsStatus;
408
+ TableName?: string | undefined;
409
+ IndexName?: string | undefined;
410
+ ContributorInsightsStatus?: ContributorInsightsStatus | undefined;
409
411
  }
410
412
  export interface CreateBackupInput {
411
413
  TableName: string | undefined;
412
414
  BackupName: string | undefined;
413
415
  }
414
416
  export interface CreateBackupOutput {
415
- BackupDetails?: BackupDetails;
417
+ BackupDetails?: BackupDetails | undefined;
416
418
  }
417
419
  export declare class LimitExceededException extends __BaseException {
418
420
  readonly name: "LimitExceededException";
@@ -435,15 +437,20 @@ export declare class TableNotFoundException extends __BaseException {
435
437
  opts: __ExceptionOptionType<TableNotFoundException, __BaseException>
436
438
  );
437
439
  }
440
+ export interface WarmThroughput {
441
+ ReadUnitsPerSecond?: number | undefined;
442
+ WriteUnitsPerSecond?: number | undefined;
443
+ }
438
444
  export interface CreateGlobalSecondaryIndexAction {
439
445
  IndexName: string | undefined;
440
446
  KeySchema: KeySchemaElement[] | undefined;
441
447
  Projection: Projection | undefined;
442
- ProvisionedThroughput?: ProvisionedThroughput;
443
- OnDemandThroughput?: OnDemandThroughput;
448
+ ProvisionedThroughput?: ProvisionedThroughput | undefined;
449
+ OnDemandThroughput?: OnDemandThroughput | undefined;
450
+ WarmThroughput?: WarmThroughput | undefined;
444
451
  }
445
452
  export interface Replica {
446
- RegionName?: string;
453
+ RegionName?: string | undefined;
447
454
  }
448
455
  export interface CreateGlobalTableInput {
449
456
  GlobalTableName: string | undefined;
@@ -458,15 +465,28 @@ export declare const GlobalTableStatus: {
458
465
  export type GlobalTableStatus =
459
466
  (typeof GlobalTableStatus)[keyof typeof GlobalTableStatus];
460
467
  export interface OnDemandThroughputOverride {
461
- MaxReadRequestUnits?: number;
468
+ MaxReadRequestUnits?: number | undefined;
462
469
  }
463
470
  export interface ProvisionedThroughputOverride {
464
- ReadCapacityUnits?: number;
471
+ ReadCapacityUnits?: number | undefined;
472
+ }
473
+ export declare const IndexStatus: {
474
+ readonly ACTIVE: "ACTIVE";
475
+ readonly CREATING: "CREATING";
476
+ readonly DELETING: "DELETING";
477
+ readonly UPDATING: "UPDATING";
478
+ };
479
+ export type IndexStatus = (typeof IndexStatus)[keyof typeof IndexStatus];
480
+ export interface GlobalSecondaryIndexWarmThroughputDescription {
481
+ ReadUnitsPerSecond?: number | undefined;
482
+ WriteUnitsPerSecond?: number | undefined;
483
+ Status?: IndexStatus | undefined;
465
484
  }
466
485
  export interface ReplicaGlobalSecondaryIndexDescription {
467
- IndexName?: string;
468
- ProvisionedThroughputOverride?: ProvisionedThroughputOverride;
469
- OnDemandThroughputOverride?: OnDemandThroughputOverride;
486
+ IndexName?: string | undefined;
487
+ ProvisionedThroughputOverride?: ProvisionedThroughputOverride | undefined;
488
+ OnDemandThroughputOverride?: OnDemandThroughputOverride | undefined;
489
+ WarmThroughput?: GlobalSecondaryIndexWarmThroughputDescription | undefined;
470
490
  }
471
491
  export declare const ReplicaStatus: {
472
492
  readonly ACTIVE: "ACTIVE";
@@ -484,30 +504,46 @@ export declare const TableClass: {
484
504
  };
485
505
  export type TableClass = (typeof TableClass)[keyof typeof TableClass];
486
506
  export interface TableClassSummary {
487
- TableClass?: TableClass;
488
- LastUpdateDateTime?: Date;
507
+ TableClass?: TableClass | undefined;
508
+ LastUpdateDateTime?: Date | undefined;
509
+ }
510
+ export declare const TableStatus: {
511
+ readonly ACTIVE: "ACTIVE";
512
+ readonly ARCHIVED: "ARCHIVED";
513
+ readonly ARCHIVING: "ARCHIVING";
514
+ readonly CREATING: "CREATING";
515
+ readonly DELETING: "DELETING";
516
+ readonly INACCESSIBLE_ENCRYPTION_CREDENTIALS: "INACCESSIBLE_ENCRYPTION_CREDENTIALS";
517
+ readonly UPDATING: "UPDATING";
518
+ };
519
+ export type TableStatus = (typeof TableStatus)[keyof typeof TableStatus];
520
+ export interface TableWarmThroughputDescription {
521
+ ReadUnitsPerSecond?: number | undefined;
522
+ WriteUnitsPerSecond?: number | undefined;
523
+ Status?: TableStatus | undefined;
489
524
  }
490
525
  export interface ReplicaDescription {
491
- RegionName?: string;
492
- ReplicaStatus?: ReplicaStatus;
493
- ReplicaStatusDescription?: string;
494
- ReplicaStatusPercentProgress?: string;
495
- KMSMasterKeyId?: string;
496
- ProvisionedThroughputOverride?: ProvisionedThroughputOverride;
497
- OnDemandThroughputOverride?: OnDemandThroughputOverride;
498
- GlobalSecondaryIndexes?: ReplicaGlobalSecondaryIndexDescription[];
499
- ReplicaInaccessibleDateTime?: Date;
500
- ReplicaTableClassSummary?: TableClassSummary;
526
+ RegionName?: string | undefined;
527
+ ReplicaStatus?: ReplicaStatus | undefined;
528
+ ReplicaStatusDescription?: string | undefined;
529
+ ReplicaStatusPercentProgress?: string | undefined;
530
+ KMSMasterKeyId?: string | undefined;
531
+ ProvisionedThroughputOverride?: ProvisionedThroughputOverride | undefined;
532
+ OnDemandThroughputOverride?: OnDemandThroughputOverride | undefined;
533
+ WarmThroughput?: TableWarmThroughputDescription | undefined;
534
+ GlobalSecondaryIndexes?: ReplicaGlobalSecondaryIndexDescription[] | undefined;
535
+ ReplicaInaccessibleDateTime?: Date | undefined;
536
+ ReplicaTableClassSummary?: TableClassSummary | undefined;
501
537
  }
502
538
  export interface GlobalTableDescription {
503
- ReplicationGroup?: ReplicaDescription[];
504
- GlobalTableArn?: string;
505
- CreationDateTime?: Date;
506
- GlobalTableStatus?: GlobalTableStatus;
507
- GlobalTableName?: string;
539
+ ReplicationGroup?: ReplicaDescription[] | undefined;
540
+ GlobalTableArn?: string | undefined;
541
+ CreationDateTime?: Date | undefined;
542
+ GlobalTableStatus?: GlobalTableStatus | undefined;
543
+ GlobalTableName?: string | undefined;
508
544
  }
509
545
  export interface CreateGlobalTableOutput {
510
- GlobalTableDescription?: GlobalTableDescription;
546
+ GlobalTableDescription?: GlobalTableDescription | undefined;
511
547
  }
512
548
  export declare class GlobalTableAlreadyExistsException extends __BaseException {
513
549
  readonly name: "GlobalTableAlreadyExistsException";
@@ -524,23 +560,24 @@ export interface CreateReplicaAction {
524
560
  }
525
561
  export interface ReplicaGlobalSecondaryIndex {
526
562
  IndexName: string | undefined;
527
- ProvisionedThroughputOverride?: ProvisionedThroughputOverride;
528
- OnDemandThroughputOverride?: OnDemandThroughputOverride;
563
+ ProvisionedThroughputOverride?: ProvisionedThroughputOverride | undefined;
564
+ OnDemandThroughputOverride?: OnDemandThroughputOverride | undefined;
529
565
  }
530
566
  export interface CreateReplicationGroupMemberAction {
531
567
  RegionName: string | undefined;
532
- KMSMasterKeyId?: string;
533
- ProvisionedThroughputOverride?: ProvisionedThroughputOverride;
534
- OnDemandThroughputOverride?: OnDemandThroughputOverride;
535
- GlobalSecondaryIndexes?: ReplicaGlobalSecondaryIndex[];
536
- TableClassOverride?: TableClass;
568
+ KMSMasterKeyId?: string | undefined;
569
+ ProvisionedThroughputOverride?: ProvisionedThroughputOverride | undefined;
570
+ OnDemandThroughputOverride?: OnDemandThroughputOverride | undefined;
571
+ GlobalSecondaryIndexes?: ReplicaGlobalSecondaryIndex[] | undefined;
572
+ TableClassOverride?: TableClass | undefined;
537
573
  }
538
574
  export interface GlobalSecondaryIndex {
539
575
  IndexName: string | undefined;
540
576
  KeySchema: KeySchemaElement[] | undefined;
541
577
  Projection: Projection | undefined;
542
- ProvisionedThroughput?: ProvisionedThroughput;
543
- OnDemandThroughput?: OnDemandThroughput;
578
+ ProvisionedThroughput?: ProvisionedThroughput | undefined;
579
+ OnDemandThroughput?: OnDemandThroughput | undefined;
580
+ WarmThroughput?: WarmThroughput | undefined;
544
581
  }
545
582
  export interface LocalSecondaryIndex {
546
583
  IndexName: string | undefined;
@@ -548,9 +585,9 @@ export interface LocalSecondaryIndex {
548
585
  Projection: Projection | undefined;
549
586
  }
550
587
  export interface SSESpecification {
551
- Enabled?: boolean;
552
- SSEType?: SSEType;
553
- KMSMasterKeyId?: string;
588
+ Enabled?: boolean | undefined;
589
+ SSEType?: SSEType | undefined;
590
+ KMSMasterKeyId?: string | undefined;
554
591
  }
555
592
  export interface Tag {
556
593
  Key: string | undefined;
@@ -560,96 +597,82 @@ export interface CreateTableInput {
560
597
  AttributeDefinitions: AttributeDefinition[] | undefined;
561
598
  TableName: string | undefined;
562
599
  KeySchema: KeySchemaElement[] | undefined;
563
- LocalSecondaryIndexes?: LocalSecondaryIndex[];
564
- GlobalSecondaryIndexes?: GlobalSecondaryIndex[];
565
- BillingMode?: BillingMode;
566
- ProvisionedThroughput?: ProvisionedThroughput;
567
- StreamSpecification?: StreamSpecification;
568
- SSESpecification?: SSESpecification;
569
- Tags?: Tag[];
570
- TableClass?: TableClass;
571
- DeletionProtectionEnabled?: boolean;
572
- ResourcePolicy?: string;
573
- OnDemandThroughput?: OnDemandThroughput;
600
+ LocalSecondaryIndexes?: LocalSecondaryIndex[] | undefined;
601
+ GlobalSecondaryIndexes?: GlobalSecondaryIndex[] | undefined;
602
+ BillingMode?: BillingMode | undefined;
603
+ ProvisionedThroughput?: ProvisionedThroughput | undefined;
604
+ StreamSpecification?: StreamSpecification | undefined;
605
+ SSESpecification?: SSESpecification | undefined;
606
+ Tags?: Tag[] | undefined;
607
+ TableClass?: TableClass | undefined;
608
+ DeletionProtectionEnabled?: boolean | undefined;
609
+ WarmThroughput?: WarmThroughput | undefined;
610
+ ResourcePolicy?: string | undefined;
611
+ OnDemandThroughput?: OnDemandThroughput | undefined;
574
612
  }
575
- export declare const IndexStatus: {
576
- readonly ACTIVE: "ACTIVE";
577
- readonly CREATING: "CREATING";
578
- readonly DELETING: "DELETING";
579
- readonly UPDATING: "UPDATING";
580
- };
581
- export type IndexStatus = (typeof IndexStatus)[keyof typeof IndexStatus];
582
613
  export interface ProvisionedThroughputDescription {
583
- LastIncreaseDateTime?: Date;
584
- LastDecreaseDateTime?: Date;
585
- NumberOfDecreasesToday?: number;
586
- ReadCapacityUnits?: number;
587
- WriteCapacityUnits?: number;
614
+ LastIncreaseDateTime?: Date | undefined;
615
+ LastDecreaseDateTime?: Date | undefined;
616
+ NumberOfDecreasesToday?: number | undefined;
617
+ ReadCapacityUnits?: number | undefined;
618
+ WriteCapacityUnits?: number | undefined;
588
619
  }
589
620
  export interface GlobalSecondaryIndexDescription {
590
- IndexName?: string;
591
- KeySchema?: KeySchemaElement[];
592
- Projection?: Projection;
593
- IndexStatus?: IndexStatus;
594
- Backfilling?: boolean;
595
- ProvisionedThroughput?: ProvisionedThroughputDescription;
596
- IndexSizeBytes?: number;
597
- ItemCount?: number;
598
- IndexArn?: string;
599
- OnDemandThroughput?: OnDemandThroughput;
621
+ IndexName?: string | undefined;
622
+ KeySchema?: KeySchemaElement[] | undefined;
623
+ Projection?: Projection | undefined;
624
+ IndexStatus?: IndexStatus | undefined;
625
+ Backfilling?: boolean | undefined;
626
+ ProvisionedThroughput?: ProvisionedThroughputDescription | undefined;
627
+ IndexSizeBytes?: number | undefined;
628
+ ItemCount?: number | undefined;
629
+ IndexArn?: string | undefined;
630
+ OnDemandThroughput?: OnDemandThroughput | undefined;
631
+ WarmThroughput?: GlobalSecondaryIndexWarmThroughputDescription | undefined;
600
632
  }
601
633
  export interface LocalSecondaryIndexDescription {
602
- IndexName?: string;
603
- KeySchema?: KeySchemaElement[];
604
- Projection?: Projection;
605
- IndexSizeBytes?: number;
606
- ItemCount?: number;
607
- IndexArn?: string;
634
+ IndexName?: string | undefined;
635
+ KeySchema?: KeySchemaElement[] | undefined;
636
+ Projection?: Projection | undefined;
637
+ IndexSizeBytes?: number | undefined;
638
+ ItemCount?: number | undefined;
639
+ IndexArn?: string | undefined;
608
640
  }
609
641
  export interface RestoreSummary {
610
- SourceBackupArn?: string;
611
- SourceTableArn?: string;
642
+ SourceBackupArn?: string | undefined;
643
+ SourceTableArn?: string | undefined;
612
644
  RestoreDateTime: Date | undefined;
613
645
  RestoreInProgress: boolean | undefined;
614
646
  }
615
- export declare const TableStatus: {
616
- readonly ACTIVE: "ACTIVE";
617
- readonly ARCHIVED: "ARCHIVED";
618
- readonly ARCHIVING: "ARCHIVING";
619
- readonly CREATING: "CREATING";
620
- readonly DELETING: "DELETING";
621
- readonly INACCESSIBLE_ENCRYPTION_CREDENTIALS: "INACCESSIBLE_ENCRYPTION_CREDENTIALS";
622
- readonly UPDATING: "UPDATING";
623
- };
624
- export type TableStatus = (typeof TableStatus)[keyof typeof TableStatus];
625
647
  export interface TableDescription {
626
- AttributeDefinitions?: AttributeDefinition[];
627
- TableName?: string;
628
- KeySchema?: KeySchemaElement[];
629
- TableStatus?: TableStatus;
630
- CreationDateTime?: Date;
631
- ProvisionedThroughput?: ProvisionedThroughputDescription;
632
- TableSizeBytes?: number;
633
- ItemCount?: number;
634
- TableArn?: string;
635
- TableId?: string;
636
- BillingModeSummary?: BillingModeSummary;
637
- LocalSecondaryIndexes?: LocalSecondaryIndexDescription[];
638
- GlobalSecondaryIndexes?: GlobalSecondaryIndexDescription[];
639
- StreamSpecification?: StreamSpecification;
640
- LatestStreamLabel?: string;
641
- LatestStreamArn?: string;
642
- GlobalTableVersion?: string;
643
- Replicas?: ReplicaDescription[];
644
- RestoreSummary?: RestoreSummary;
645
- SSEDescription?: SSEDescription;
646
- ArchivalSummary?: ArchivalSummary;
647
- TableClassSummary?: TableClassSummary;
648
- DeletionProtectionEnabled?: boolean;
649
- OnDemandThroughput?: OnDemandThroughput;
648
+ AttributeDefinitions?: AttributeDefinition[] | undefined;
649
+ TableName?: string | undefined;
650
+ KeySchema?: KeySchemaElement[] | undefined;
651
+ TableStatus?: TableStatus | undefined;
652
+ CreationDateTime?: Date | undefined;
653
+ ProvisionedThroughput?: ProvisionedThroughputDescription | undefined;
654
+ TableSizeBytes?: number | undefined;
655
+ ItemCount?: number | undefined;
656
+ TableArn?: string | undefined;
657
+ TableId?: string | undefined;
658
+ BillingModeSummary?: BillingModeSummary | undefined;
659
+ LocalSecondaryIndexes?: LocalSecondaryIndexDescription[] | undefined;
660
+ GlobalSecondaryIndexes?: GlobalSecondaryIndexDescription[] | undefined;
661
+ StreamSpecification?: StreamSpecification | undefined;
662
+ LatestStreamLabel?: string | undefined;
663
+ LatestStreamArn?: string | undefined;
664
+ GlobalTableVersion?: string | undefined;
665
+ Replicas?: ReplicaDescription[] | undefined;
666
+ RestoreSummary?: RestoreSummary | undefined;
667
+ SSEDescription?: SSEDescription | undefined;
668
+ ArchivalSummary?: ArchivalSummary | undefined;
669
+ TableClassSummary?: TableClassSummary | undefined;
670
+ DeletionProtectionEnabled?: boolean | undefined;
671
+ OnDemandThroughput?: OnDemandThroughput | undefined;
672
+ WarmThroughput?: TableWarmThroughputDescription | undefined;
650
673
  }
651
674
  export interface CreateTableOutput {
652
- TableDescription?: TableDescription;
675
+ TableDescription?: TableDescription | undefined;
653
676
  }
654
677
  export declare class ResourceInUseException extends __BaseException {
655
678
  readonly name: "ResourceInUseException";
@@ -659,14 +682,14 @@ export declare class ResourceInUseException extends __BaseException {
659
682
  );
660
683
  }
661
684
  export interface CsvOptions {
662
- Delimiter?: string;
663
- HeaderList?: string[];
685
+ Delimiter?: string | undefined;
686
+ HeaderList?: string[] | undefined;
664
687
  }
665
688
  export interface DeleteBackupInput {
666
689
  BackupArn: string | undefined;
667
690
  }
668
691
  export interface DeleteBackupOutput {
669
- BackupDescription?: BackupDescription;
692
+ BackupDescription?: BackupDescription | undefined;
670
693
  }
671
694
  export interface DeleteGlobalSecondaryIndexAction {
672
695
  IndexName: string | undefined;
@@ -694,10 +717,10 @@ export interface DeleteReplicationGroupMemberAction {
694
717
  }
695
718
  export interface DeleteResourcePolicyInput {
696
719
  ResourceArn: string | undefined;
697
- ExpectedRevisionId?: string;
720
+ ExpectedRevisionId?: string | undefined;
698
721
  }
699
722
  export interface DeleteResourcePolicyOutput {
700
- RevisionId?: string;
723
+ RevisionId?: string | undefined;
701
724
  }
702
725
  export declare class PolicyNotFoundException extends __BaseException {
703
726
  readonly name: "PolicyNotFoundException";
@@ -710,35 +733,35 @@ export interface DeleteTableInput {
710
733
  TableName: string | undefined;
711
734
  }
712
735
  export interface DeleteTableOutput {
713
- TableDescription?: TableDescription;
736
+ TableDescription?: TableDescription | undefined;
714
737
  }
715
738
  export interface DescribeBackupInput {
716
739
  BackupArn: string | undefined;
717
740
  }
718
741
  export interface DescribeBackupOutput {
719
- BackupDescription?: BackupDescription;
742
+ BackupDescription?: BackupDescription | undefined;
720
743
  }
721
744
  export interface DescribeContinuousBackupsInput {
722
745
  TableName: string | undefined;
723
746
  }
724
747
  export interface DescribeContinuousBackupsOutput {
725
- ContinuousBackupsDescription?: ContinuousBackupsDescription;
748
+ ContinuousBackupsDescription?: ContinuousBackupsDescription | undefined;
726
749
  }
727
750
  export interface DescribeContributorInsightsInput {
728
751
  TableName: string | undefined;
729
- IndexName?: string;
752
+ IndexName?: string | undefined;
730
753
  }
731
754
  export interface FailureException {
732
- ExceptionName?: string;
733
- ExceptionDescription?: string;
755
+ ExceptionName?: string | undefined;
756
+ ExceptionDescription?: string | undefined;
734
757
  }
735
758
  export interface DescribeContributorInsightsOutput {
736
- TableName?: string;
737
- IndexName?: string;
738
- ContributorInsightsRuleList?: string[];
739
- ContributorInsightsStatus?: ContributorInsightsStatus;
740
- LastUpdateDateTime?: Date;
741
- FailureException?: FailureException;
759
+ TableName?: string | undefined;
760
+ IndexName?: string | undefined;
761
+ ContributorInsightsRuleList?: string[] | undefined;
762
+ ContributorInsightsStatus?: ContributorInsightsStatus | undefined;
763
+ LastUpdateDateTime?: Date | undefined;
764
+ FailureException?: FailureException | undefined;
742
765
  }
743
766
  export interface DescribeEndpointsRequest {}
744
767
  export interface Endpoint {
@@ -774,9 +797,9 @@ export declare const ExportViewType: {
774
797
  export type ExportViewType =
775
798
  (typeof ExportViewType)[keyof typeof ExportViewType];
776
799
  export interface IncrementalExportSpecification {
777
- ExportFromTime?: Date;
778
- ExportToTime?: Date;
779
- ExportViewType?: ExportViewType;
800
+ ExportFromTime?: Date | undefined;
801
+ ExportToTime?: Date | undefined;
802
+ ExportViewType?: ExportViewType | undefined;
780
803
  }
781
804
  export declare const S3SseAlgorithm: {
782
805
  readonly AES256: "AES256";
@@ -785,30 +808,30 @@ export declare const S3SseAlgorithm: {
785
808
  export type S3SseAlgorithm =
786
809
  (typeof S3SseAlgorithm)[keyof typeof S3SseAlgorithm];
787
810
  export interface ExportDescription {
788
- ExportArn?: string;
789
- ExportStatus?: ExportStatus;
790
- StartTime?: Date;
791
- EndTime?: Date;
792
- ExportManifest?: string;
793
- TableArn?: string;
794
- TableId?: string;
795
- ExportTime?: Date;
796
- ClientToken?: string;
797
- S3Bucket?: string;
798
- S3BucketOwner?: string;
799
- S3Prefix?: string;
800
- S3SseAlgorithm?: S3SseAlgorithm;
801
- S3SseKmsKeyId?: string;
802
- FailureCode?: string;
803
- FailureMessage?: string;
804
- ExportFormat?: ExportFormat;
805
- BilledSizeBytes?: number;
806
- ItemCount?: number;
807
- ExportType?: ExportType;
808
- IncrementalExportSpecification?: IncrementalExportSpecification;
811
+ ExportArn?: string | undefined;
812
+ ExportStatus?: ExportStatus | undefined;
813
+ StartTime?: Date | undefined;
814
+ EndTime?: Date | undefined;
815
+ ExportManifest?: string | undefined;
816
+ TableArn?: string | undefined;
817
+ TableId?: string | undefined;
818
+ ExportTime?: Date | undefined;
819
+ ClientToken?: string | undefined;
820
+ S3Bucket?: string | undefined;
821
+ S3BucketOwner?: string | undefined;
822
+ S3Prefix?: string | undefined;
823
+ S3SseAlgorithm?: S3SseAlgorithm | undefined;
824
+ S3SseKmsKeyId?: string | undefined;
825
+ FailureCode?: string | undefined;
826
+ FailureMessage?: string | undefined;
827
+ ExportFormat?: ExportFormat | undefined;
828
+ BilledSizeBytes?: number | undefined;
829
+ ItemCount?: number | undefined;
830
+ ExportType?: ExportType | undefined;
831
+ IncrementalExportSpecification?: IncrementalExportSpecification | undefined;
809
832
  }
810
833
  export interface DescribeExportOutput {
811
- ExportDescription?: ExportDescription;
834
+ ExportDescription?: ExportDescription | undefined;
812
835
  }
813
836
  export declare class ExportNotFoundException extends __BaseException {
814
837
  readonly name: "ExportNotFoundException";
@@ -821,7 +844,7 @@ export interface DescribeGlobalTableInput {
821
844
  GlobalTableName: string | undefined;
822
845
  }
823
846
  export interface DescribeGlobalTableOutput {
824
- GlobalTableDescription?: GlobalTableDescription;
847
+ GlobalTableDescription?: GlobalTableDescription | undefined;
825
848
  }
826
849
  export declare class GlobalTableNotFoundException extends __BaseException {
827
850
  readonly name: "GlobalTableNotFoundException";
@@ -835,26 +858,36 @@ export interface DescribeGlobalTableSettingsInput {
835
858
  }
836
859
  export interface ReplicaGlobalSecondaryIndexSettingsDescription {
837
860
  IndexName: string | undefined;
838
- IndexStatus?: IndexStatus;
839
- ProvisionedReadCapacityUnits?: number;
840
- ProvisionedReadCapacityAutoScalingSettings?: AutoScalingSettingsDescription;
841
- ProvisionedWriteCapacityUnits?: number;
842
- ProvisionedWriteCapacityAutoScalingSettings?: AutoScalingSettingsDescription;
861
+ IndexStatus?: IndexStatus | undefined;
862
+ ProvisionedReadCapacityUnits?: number | undefined;
863
+ ProvisionedReadCapacityAutoScalingSettings?:
864
+ | AutoScalingSettingsDescription
865
+ | undefined;
866
+ ProvisionedWriteCapacityUnits?: number | undefined;
867
+ ProvisionedWriteCapacityAutoScalingSettings?:
868
+ | AutoScalingSettingsDescription
869
+ | undefined;
843
870
  }
844
871
  export interface ReplicaSettingsDescription {
845
872
  RegionName: string | undefined;
846
- ReplicaStatus?: ReplicaStatus;
847
- ReplicaBillingModeSummary?: BillingModeSummary;
848
- ReplicaProvisionedReadCapacityUnits?: number;
849
- ReplicaProvisionedReadCapacityAutoScalingSettings?: AutoScalingSettingsDescription;
850
- ReplicaProvisionedWriteCapacityUnits?: number;
851
- ReplicaProvisionedWriteCapacityAutoScalingSettings?: AutoScalingSettingsDescription;
852
- ReplicaGlobalSecondaryIndexSettings?: ReplicaGlobalSecondaryIndexSettingsDescription[];
853
- ReplicaTableClassSummary?: TableClassSummary;
873
+ ReplicaStatus?: ReplicaStatus | undefined;
874
+ ReplicaBillingModeSummary?: BillingModeSummary | undefined;
875
+ ReplicaProvisionedReadCapacityUnits?: number | undefined;
876
+ ReplicaProvisionedReadCapacityAutoScalingSettings?:
877
+ | AutoScalingSettingsDescription
878
+ | undefined;
879
+ ReplicaProvisionedWriteCapacityUnits?: number | undefined;
880
+ ReplicaProvisionedWriteCapacityAutoScalingSettings?:
881
+ | AutoScalingSettingsDescription
882
+ | undefined;
883
+ ReplicaGlobalSecondaryIndexSettings?:
884
+ | ReplicaGlobalSecondaryIndexSettingsDescription[]
885
+ | undefined;
886
+ ReplicaTableClassSummary?: TableClassSummary | undefined;
854
887
  }
855
888
  export interface DescribeGlobalTableSettingsOutput {
856
- GlobalTableName?: string;
857
- ReplicaSettings?: ReplicaSettingsDescription[];
889
+ GlobalTableName?: string | undefined;
890
+ ReplicaSettings?: ReplicaSettingsDescription[] | undefined;
858
891
  }
859
892
  export interface DescribeImportInput {
860
893
  ImportArn: string | undefined;
@@ -881,43 +914,43 @@ export declare const InputFormat: {
881
914
  };
882
915
  export type InputFormat = (typeof InputFormat)[keyof typeof InputFormat];
883
916
  export interface InputFormatOptions {
884
- Csv?: CsvOptions;
917
+ Csv?: CsvOptions | undefined;
885
918
  }
886
919
  export interface S3BucketSource {
887
- S3BucketOwner?: string;
920
+ S3BucketOwner?: string | undefined;
888
921
  S3Bucket: string | undefined;
889
- S3KeyPrefix?: string;
922
+ S3KeyPrefix?: string | undefined;
890
923
  }
891
924
  export interface TableCreationParameters {
892
925
  TableName: string | undefined;
893
926
  AttributeDefinitions: AttributeDefinition[] | undefined;
894
927
  KeySchema: KeySchemaElement[] | undefined;
895
- BillingMode?: BillingMode;
896
- ProvisionedThroughput?: ProvisionedThroughput;
897
- OnDemandThroughput?: OnDemandThroughput;
898
- SSESpecification?: SSESpecification;
899
- GlobalSecondaryIndexes?: GlobalSecondaryIndex[];
928
+ BillingMode?: BillingMode | undefined;
929
+ ProvisionedThroughput?: ProvisionedThroughput | undefined;
930
+ OnDemandThroughput?: OnDemandThroughput | undefined;
931
+ SSESpecification?: SSESpecification | undefined;
932
+ GlobalSecondaryIndexes?: GlobalSecondaryIndex[] | undefined;
900
933
  }
901
934
  export interface ImportTableDescription {
902
- ImportArn?: string;
903
- ImportStatus?: ImportStatus;
904
- TableArn?: string;
905
- TableId?: string;
906
- ClientToken?: string;
907
- S3BucketSource?: S3BucketSource;
908
- ErrorCount?: number;
909
- CloudWatchLogGroupArn?: string;
910
- InputFormat?: InputFormat;
911
- InputFormatOptions?: InputFormatOptions;
912
- InputCompressionType?: InputCompressionType;
913
- TableCreationParameters?: TableCreationParameters;
914
- StartTime?: Date;
915
- EndTime?: Date;
916
- ProcessedSizeBytes?: number;
917
- ProcessedItemCount?: number;
918
- ImportedItemCount?: number;
919
- FailureCode?: string;
920
- FailureMessage?: string;
935
+ ImportArn?: string | undefined;
936
+ ImportStatus?: ImportStatus | undefined;
937
+ TableArn?: string | undefined;
938
+ TableId?: string | undefined;
939
+ ClientToken?: string | undefined;
940
+ S3BucketSource?: S3BucketSource | undefined;
941
+ ErrorCount?: number | undefined;
942
+ CloudWatchLogGroupArn?: string | undefined;
943
+ InputFormat?: InputFormat | undefined;
944
+ InputFormatOptions?: InputFormatOptions | undefined;
945
+ InputCompressionType?: InputCompressionType | undefined;
946
+ TableCreationParameters?: TableCreationParameters | undefined;
947
+ StartTime?: Date | undefined;
948
+ EndTime?: Date | undefined;
949
+ ProcessedSizeBytes?: number | undefined;
950
+ ProcessedItemCount?: number | undefined;
951
+ ImportedItemCount?: number | undefined;
952
+ FailureCode?: string | undefined;
953
+ FailureMessage?: string | undefined;
921
954
  }
922
955
  export interface DescribeImportOutput {
923
956
  ImportTableDescription: ImportTableDescription | undefined;
@@ -943,71 +976,89 @@ export declare const DestinationStatus: {
943
976
  export type DestinationStatus =
944
977
  (typeof DestinationStatus)[keyof typeof DestinationStatus];
945
978
  export interface KinesisDataStreamDestination {
946
- StreamArn?: string;
947
- DestinationStatus?: DestinationStatus;
948
- DestinationStatusDescription?: string;
949
- ApproximateCreationDateTimePrecision?: ApproximateCreationDateTimePrecision;
979
+ StreamArn?: string | undefined;
980
+ DestinationStatus?: DestinationStatus | undefined;
981
+ DestinationStatusDescription?: string | undefined;
982
+ ApproximateCreationDateTimePrecision?:
983
+ | ApproximateCreationDateTimePrecision
984
+ | undefined;
950
985
  }
951
986
  export interface DescribeKinesisStreamingDestinationOutput {
952
- TableName?: string;
953
- KinesisDataStreamDestinations?: KinesisDataStreamDestination[];
987
+ TableName?: string | undefined;
988
+ KinesisDataStreamDestinations?: KinesisDataStreamDestination[] | undefined;
954
989
  }
955
990
  export interface DescribeLimitsInput {}
956
991
  export interface DescribeLimitsOutput {
957
- AccountMaxReadCapacityUnits?: number;
958
- AccountMaxWriteCapacityUnits?: number;
959
- TableMaxReadCapacityUnits?: number;
960
- TableMaxWriteCapacityUnits?: number;
992
+ AccountMaxReadCapacityUnits?: number | undefined;
993
+ AccountMaxWriteCapacityUnits?: number | undefined;
994
+ TableMaxReadCapacityUnits?: number | undefined;
995
+ TableMaxWriteCapacityUnits?: number | undefined;
961
996
  }
962
997
  export interface DescribeTableInput {
963
998
  TableName: string | undefined;
964
999
  }
965
1000
  export interface DescribeTableOutput {
966
- Table?: TableDescription;
1001
+ Table?: TableDescription | undefined;
967
1002
  }
968
1003
  export interface DescribeTableReplicaAutoScalingInput {
969
1004
  TableName: string | undefined;
970
1005
  }
971
1006
  export interface ReplicaGlobalSecondaryIndexAutoScalingDescription {
972
- IndexName?: string;
973
- IndexStatus?: IndexStatus;
974
- ProvisionedReadCapacityAutoScalingSettings?: AutoScalingSettingsDescription;
975
- ProvisionedWriteCapacityAutoScalingSettings?: AutoScalingSettingsDescription;
1007
+ IndexName?: string | undefined;
1008
+ IndexStatus?: IndexStatus | undefined;
1009
+ ProvisionedReadCapacityAutoScalingSettings?:
1010
+ | AutoScalingSettingsDescription
1011
+ | undefined;
1012
+ ProvisionedWriteCapacityAutoScalingSettings?:
1013
+ | AutoScalingSettingsDescription
1014
+ | undefined;
976
1015
  }
977
1016
  export interface ReplicaAutoScalingDescription {
978
- RegionName?: string;
979
- GlobalSecondaryIndexes?: ReplicaGlobalSecondaryIndexAutoScalingDescription[];
980
- ReplicaProvisionedReadCapacityAutoScalingSettings?: AutoScalingSettingsDescription;
981
- ReplicaProvisionedWriteCapacityAutoScalingSettings?: AutoScalingSettingsDescription;
982
- ReplicaStatus?: ReplicaStatus;
1017
+ RegionName?: string | undefined;
1018
+ GlobalSecondaryIndexes?:
1019
+ | ReplicaGlobalSecondaryIndexAutoScalingDescription[]
1020
+ | undefined;
1021
+ ReplicaProvisionedReadCapacityAutoScalingSettings?:
1022
+ | AutoScalingSettingsDescription
1023
+ | undefined;
1024
+ ReplicaProvisionedWriteCapacityAutoScalingSettings?:
1025
+ | AutoScalingSettingsDescription
1026
+ | undefined;
1027
+ ReplicaStatus?: ReplicaStatus | undefined;
983
1028
  }
984
1029
  export interface TableAutoScalingDescription {
985
- TableName?: string;
986
- TableStatus?: TableStatus;
987
- Replicas?: ReplicaAutoScalingDescription[];
1030
+ TableName?: string | undefined;
1031
+ TableStatus?: TableStatus | undefined;
1032
+ Replicas?: ReplicaAutoScalingDescription[] | undefined;
988
1033
  }
989
1034
  export interface DescribeTableReplicaAutoScalingOutput {
990
- TableAutoScalingDescription?: TableAutoScalingDescription;
1035
+ TableAutoScalingDescription?: TableAutoScalingDescription | undefined;
991
1036
  }
992
1037
  export interface DescribeTimeToLiveInput {
993
1038
  TableName: string | undefined;
994
1039
  }
995
1040
  export interface DescribeTimeToLiveOutput {
996
- TimeToLiveDescription?: TimeToLiveDescription;
1041
+ TimeToLiveDescription?: TimeToLiveDescription | undefined;
997
1042
  }
998
1043
  export interface EnableKinesisStreamingConfiguration {
999
- ApproximateCreationDateTimePrecision?: ApproximateCreationDateTimePrecision;
1044
+ ApproximateCreationDateTimePrecision?:
1045
+ | ApproximateCreationDateTimePrecision
1046
+ | undefined;
1000
1047
  }
1001
1048
  export interface KinesisStreamingDestinationInput {
1002
1049
  TableName: string | undefined;
1003
1050
  StreamArn: string | undefined;
1004
- EnableKinesisStreamingConfiguration?: EnableKinesisStreamingConfiguration;
1051
+ EnableKinesisStreamingConfiguration?:
1052
+ | EnableKinesisStreamingConfiguration
1053
+ | undefined;
1005
1054
  }
1006
1055
  export interface KinesisStreamingDestinationOutput {
1007
- TableName?: string;
1008
- StreamArn?: string;
1009
- DestinationStatus?: DestinationStatus;
1010
- EnableKinesisStreamingConfiguration?: EnableKinesisStreamingConfiguration;
1056
+ TableName?: string | undefined;
1057
+ StreamArn?: string | undefined;
1058
+ DestinationStatus?: DestinationStatus | undefined;
1059
+ EnableKinesisStreamingConfiguration?:
1060
+ | EnableKinesisStreamingConfiguration
1061
+ | undefined;
1011
1062
  }
1012
1063
  export declare class DuplicateItemException extends __BaseException {
1013
1064
  readonly name: "DuplicateItemException";
@@ -1019,7 +1070,7 @@ export declare class DuplicateItemException extends __BaseException {
1019
1070
  export declare class IdempotentParameterMismatchException extends __BaseException {
1020
1071
  readonly name: "IdempotentParameterMismatchException";
1021
1072
  readonly $fault: "client";
1022
- Message?: string;
1073
+ Message?: string | undefined;
1023
1074
  constructor(
1024
1075
  opts: __ExceptionOptionType<
1025
1076
  IdempotentParameterMismatchException,
@@ -1030,7 +1081,7 @@ export declare class IdempotentParameterMismatchException extends __BaseExceptio
1030
1081
  export declare class TransactionInProgressException extends __BaseException {
1031
1082
  readonly name: "TransactionInProgressException";
1032
1083
  readonly $fault: "client";
1033
- Message?: string;
1084
+ Message?: string | undefined;
1034
1085
  constructor(
1035
1086
  opts: __ExceptionOptionType<TransactionInProgressException, __BaseException>
1036
1087
  );
@@ -1044,19 +1095,19 @@ export declare class ExportConflictException extends __BaseException {
1044
1095
  }
1045
1096
  export interface ExportTableToPointInTimeInput {
1046
1097
  TableArn: string | undefined;
1047
- ExportTime?: Date;
1048
- ClientToken?: string;
1098
+ ExportTime?: Date | undefined;
1099
+ ClientToken?: string | undefined;
1049
1100
  S3Bucket: string | undefined;
1050
- S3BucketOwner?: string;
1051
- S3Prefix?: string;
1052
- S3SseAlgorithm?: S3SseAlgorithm;
1053
- S3SseKmsKeyId?: string;
1054
- ExportFormat?: ExportFormat;
1055
- ExportType?: ExportType;
1056
- IncrementalExportSpecification?: IncrementalExportSpecification;
1101
+ S3BucketOwner?: string | undefined;
1102
+ S3Prefix?: string | undefined;
1103
+ S3SseAlgorithm?: S3SseAlgorithm | undefined;
1104
+ S3SseKmsKeyId?: string | undefined;
1105
+ ExportFormat?: ExportFormat | undefined;
1106
+ ExportType?: ExportType | undefined;
1107
+ IncrementalExportSpecification?: IncrementalExportSpecification | undefined;
1057
1108
  }
1058
1109
  export interface ExportTableToPointInTimeOutput {
1059
- ExportDescription?: ExportDescription;
1110
+ ExportDescription?: ExportDescription | undefined;
1060
1111
  }
1061
1112
  export declare class InvalidExportTimeException extends __BaseException {
1062
1113
  readonly name: "InvalidExportTimeException";
@@ -1079,8 +1130,8 @@ export interface GetResourcePolicyInput {
1079
1130
  ResourceArn: string | undefined;
1080
1131
  }
1081
1132
  export interface GetResourcePolicyOutput {
1082
- Policy?: string;
1083
- RevisionId?: string;
1133
+ Policy?: string | undefined;
1134
+ RevisionId?: string | undefined;
1084
1135
  }
1085
1136
  export declare class ImportConflictException extends __BaseException {
1086
1137
  readonly name: "ImportConflictException";
@@ -1090,107 +1141,107 @@ export declare class ImportConflictException extends __BaseException {
1090
1141
  );
1091
1142
  }
1092
1143
  export interface ImportTableInput {
1093
- ClientToken?: string;
1144
+ ClientToken?: string | undefined;
1094
1145
  S3BucketSource: S3BucketSource | undefined;
1095
1146
  InputFormat: InputFormat | undefined;
1096
- InputFormatOptions?: InputFormatOptions;
1097
- InputCompressionType?: InputCompressionType;
1147
+ InputFormatOptions?: InputFormatOptions | undefined;
1148
+ InputCompressionType?: InputCompressionType | undefined;
1098
1149
  TableCreationParameters: TableCreationParameters | undefined;
1099
1150
  }
1100
1151
  export interface ImportTableOutput {
1101
1152
  ImportTableDescription: ImportTableDescription | undefined;
1102
1153
  }
1103
1154
  export interface ListBackupsInput {
1104
- TableName?: string;
1105
- Limit?: number;
1106
- TimeRangeLowerBound?: Date;
1107
- TimeRangeUpperBound?: Date;
1108
- ExclusiveStartBackupArn?: string;
1109
- BackupType?: BackupTypeFilter;
1155
+ TableName?: string | undefined;
1156
+ Limit?: number | undefined;
1157
+ TimeRangeLowerBound?: Date | undefined;
1158
+ TimeRangeUpperBound?: Date | undefined;
1159
+ ExclusiveStartBackupArn?: string | undefined;
1160
+ BackupType?: BackupTypeFilter | undefined;
1110
1161
  }
1111
1162
  export interface ListBackupsOutput {
1112
- BackupSummaries?: BackupSummary[];
1113
- LastEvaluatedBackupArn?: string;
1163
+ BackupSummaries?: BackupSummary[] | undefined;
1164
+ LastEvaluatedBackupArn?: string | undefined;
1114
1165
  }
1115
1166
  export interface ListContributorInsightsInput {
1116
- TableName?: string;
1117
- NextToken?: string;
1118
- MaxResults?: number;
1167
+ TableName?: string | undefined;
1168
+ NextToken?: string | undefined;
1169
+ MaxResults?: number | undefined;
1119
1170
  }
1120
1171
  export interface ListContributorInsightsOutput {
1121
- ContributorInsightsSummaries?: ContributorInsightsSummary[];
1122
- NextToken?: string;
1172
+ ContributorInsightsSummaries?: ContributorInsightsSummary[] | undefined;
1173
+ NextToken?: string | undefined;
1123
1174
  }
1124
1175
  export interface ListExportsInput {
1125
- TableArn?: string;
1126
- MaxResults?: number;
1127
- NextToken?: string;
1176
+ TableArn?: string | undefined;
1177
+ MaxResults?: number | undefined;
1178
+ NextToken?: string | undefined;
1128
1179
  }
1129
1180
  export interface ExportSummary {
1130
- ExportArn?: string;
1131
- ExportStatus?: ExportStatus;
1132
- ExportType?: ExportType;
1181
+ ExportArn?: string | undefined;
1182
+ ExportStatus?: ExportStatus | undefined;
1183
+ ExportType?: ExportType | undefined;
1133
1184
  }
1134
1185
  export interface ListExportsOutput {
1135
- ExportSummaries?: ExportSummary[];
1136
- NextToken?: string;
1186
+ ExportSummaries?: ExportSummary[] | undefined;
1187
+ NextToken?: string | undefined;
1137
1188
  }
1138
1189
  export interface ListGlobalTablesInput {
1139
- ExclusiveStartGlobalTableName?: string;
1140
- Limit?: number;
1141
- RegionName?: string;
1190
+ ExclusiveStartGlobalTableName?: string | undefined;
1191
+ Limit?: number | undefined;
1192
+ RegionName?: string | undefined;
1142
1193
  }
1143
1194
  export interface GlobalTable {
1144
- GlobalTableName?: string;
1145
- ReplicationGroup?: Replica[];
1195
+ GlobalTableName?: string | undefined;
1196
+ ReplicationGroup?: Replica[] | undefined;
1146
1197
  }
1147
1198
  export interface ListGlobalTablesOutput {
1148
- GlobalTables?: GlobalTable[];
1149
- LastEvaluatedGlobalTableName?: string;
1199
+ GlobalTables?: GlobalTable[] | undefined;
1200
+ LastEvaluatedGlobalTableName?: string | undefined;
1150
1201
  }
1151
1202
  export interface ListImportsInput {
1152
- TableArn?: string;
1153
- PageSize?: number;
1154
- NextToken?: string;
1203
+ TableArn?: string | undefined;
1204
+ PageSize?: number | undefined;
1205
+ NextToken?: string | undefined;
1155
1206
  }
1156
1207
  export interface ImportSummary {
1157
- ImportArn?: string;
1158
- ImportStatus?: ImportStatus;
1159
- TableArn?: string;
1160
- S3BucketSource?: S3BucketSource;
1161
- CloudWatchLogGroupArn?: string;
1162
- InputFormat?: InputFormat;
1163
- StartTime?: Date;
1164
- EndTime?: Date;
1208
+ ImportArn?: string | undefined;
1209
+ ImportStatus?: ImportStatus | undefined;
1210
+ TableArn?: string | undefined;
1211
+ S3BucketSource?: S3BucketSource | undefined;
1212
+ CloudWatchLogGroupArn?: string | undefined;
1213
+ InputFormat?: InputFormat | undefined;
1214
+ StartTime?: Date | undefined;
1215
+ EndTime?: Date | undefined;
1165
1216
  }
1166
1217
  export interface ListImportsOutput {
1167
- ImportSummaryList?: ImportSummary[];
1168
- NextToken?: string;
1218
+ ImportSummaryList?: ImportSummary[] | undefined;
1219
+ NextToken?: string | undefined;
1169
1220
  }
1170
1221
  export interface ListTablesInput {
1171
- ExclusiveStartTableName?: string;
1172
- Limit?: number;
1222
+ ExclusiveStartTableName?: string | undefined;
1223
+ Limit?: number | undefined;
1173
1224
  }
1174
1225
  export interface ListTablesOutput {
1175
- TableNames?: string[];
1176
- LastEvaluatedTableName?: string;
1226
+ TableNames?: string[] | undefined;
1227
+ LastEvaluatedTableName?: string | undefined;
1177
1228
  }
1178
1229
  export interface ListTagsOfResourceInput {
1179
1230
  ResourceArn: string | undefined;
1180
- NextToken?: string;
1231
+ NextToken?: string | undefined;
1181
1232
  }
1182
1233
  export interface ListTagsOfResourceOutput {
1183
- Tags?: Tag[];
1184
- NextToken?: string;
1234
+ Tags?: Tag[] | undefined;
1235
+ NextToken?: string | undefined;
1185
1236
  }
1186
1237
  export interface PutResourcePolicyInput {
1187
1238
  ResourceArn: string | undefined;
1188
1239
  Policy: string | undefined;
1189
- ExpectedRevisionId?: string;
1190
- ConfirmRemoveSelfResourceAccess?: boolean;
1240
+ ExpectedRevisionId?: string | undefined;
1241
+ ConfirmRemoveSelfResourceAccess?: boolean | undefined;
1191
1242
  }
1192
1243
  export interface PutResourcePolicyOutput {
1193
- RevisionId?: string;
1244
+ RevisionId?: string | undefined;
1194
1245
  }
1195
1246
  export declare const Select: {
1196
1247
  readonly ALL_ATTRIBUTES: "ALL_ATTRIBUTES";
@@ -1202,15 +1253,15 @@ export type Select = (typeof Select)[keyof typeof Select];
1202
1253
  export interface RestoreTableFromBackupInput {
1203
1254
  TargetTableName: string | undefined;
1204
1255
  BackupArn: string | undefined;
1205
- BillingModeOverride?: BillingMode;
1206
- GlobalSecondaryIndexOverride?: GlobalSecondaryIndex[];
1207
- LocalSecondaryIndexOverride?: LocalSecondaryIndex[];
1208
- ProvisionedThroughputOverride?: ProvisionedThroughput;
1209
- OnDemandThroughputOverride?: OnDemandThroughput;
1210
- SSESpecificationOverride?: SSESpecification;
1256
+ BillingModeOverride?: BillingMode | undefined;
1257
+ GlobalSecondaryIndexOverride?: GlobalSecondaryIndex[] | undefined;
1258
+ LocalSecondaryIndexOverride?: LocalSecondaryIndex[] | undefined;
1259
+ ProvisionedThroughputOverride?: ProvisionedThroughput | undefined;
1260
+ OnDemandThroughputOverride?: OnDemandThroughput | undefined;
1261
+ SSESpecificationOverride?: SSESpecification | undefined;
1211
1262
  }
1212
1263
  export interface RestoreTableFromBackupOutput {
1213
- TableDescription?: TableDescription;
1264
+ TableDescription?: TableDescription | undefined;
1214
1265
  }
1215
1266
  export declare class TableAlreadyExistsException extends __BaseException {
1216
1267
  readonly name: "TableAlreadyExistsException";
@@ -1227,20 +1278,20 @@ export declare class InvalidRestoreTimeException extends __BaseException {
1227
1278
  );
1228
1279
  }
1229
1280
  export interface RestoreTableToPointInTimeInput {
1230
- SourceTableArn?: string;
1231
- SourceTableName?: string;
1281
+ SourceTableArn?: string | undefined;
1282
+ SourceTableName?: string | undefined;
1232
1283
  TargetTableName: string | undefined;
1233
- UseLatestRestorableTime?: boolean;
1234
- RestoreDateTime?: Date;
1235
- BillingModeOverride?: BillingMode;
1236
- GlobalSecondaryIndexOverride?: GlobalSecondaryIndex[];
1237
- LocalSecondaryIndexOverride?: LocalSecondaryIndex[];
1238
- ProvisionedThroughputOverride?: ProvisionedThroughput;
1239
- OnDemandThroughputOverride?: OnDemandThroughput;
1240
- SSESpecificationOverride?: SSESpecification;
1284
+ UseLatestRestorableTime?: boolean | undefined;
1285
+ RestoreDateTime?: Date | undefined;
1286
+ BillingModeOverride?: BillingMode | undefined;
1287
+ GlobalSecondaryIndexOverride?: GlobalSecondaryIndex[] | undefined;
1288
+ LocalSecondaryIndexOverride?: LocalSecondaryIndex[] | undefined;
1289
+ ProvisionedThroughputOverride?: ProvisionedThroughput | undefined;
1290
+ OnDemandThroughputOverride?: OnDemandThroughput | undefined;
1291
+ SSESpecificationOverride?: SSESpecification | undefined;
1241
1292
  }
1242
1293
  export interface RestoreTableToPointInTimeOutput {
1243
- TableDescription?: TableDescription;
1294
+ TableDescription?: TableDescription | undefined;
1244
1295
  }
1245
1296
  export interface TagResourceInput {
1246
1297
  ResourceArn: string | undefined;
@@ -1260,17 +1311,17 @@ export interface UpdateContinuousBackupsInput {
1260
1311
  | undefined;
1261
1312
  }
1262
1313
  export interface UpdateContinuousBackupsOutput {
1263
- ContinuousBackupsDescription?: ContinuousBackupsDescription;
1314
+ ContinuousBackupsDescription?: ContinuousBackupsDescription | undefined;
1264
1315
  }
1265
1316
  export interface UpdateContributorInsightsInput {
1266
1317
  TableName: string | undefined;
1267
- IndexName?: string;
1318
+ IndexName?: string | undefined;
1268
1319
  ContributorInsightsAction: ContributorInsightsAction | undefined;
1269
1320
  }
1270
1321
  export interface UpdateContributorInsightsOutput {
1271
- TableName?: string;
1272
- IndexName?: string;
1273
- ContributorInsightsStatus?: ContributorInsightsStatus;
1322
+ TableName?: string | undefined;
1323
+ IndexName?: string | undefined;
1324
+ ContributorInsightsStatus?: ContributorInsightsStatus | undefined;
1274
1325
  }
1275
1326
  export declare class ReplicaAlreadyExistsException extends __BaseException {
1276
1327
  readonly name: "ReplicaAlreadyExistsException";
@@ -1287,15 +1338,15 @@ export declare class ReplicaNotFoundException extends __BaseException {
1287
1338
  );
1288
1339
  }
1289
1340
  export interface ReplicaUpdate {
1290
- Create?: CreateReplicaAction;
1291
- Delete?: DeleteReplicaAction;
1341
+ Create?: CreateReplicaAction | undefined;
1342
+ Delete?: DeleteReplicaAction | undefined;
1292
1343
  }
1293
1344
  export interface UpdateGlobalTableInput {
1294
1345
  GlobalTableName: string | undefined;
1295
1346
  ReplicaUpdates: ReplicaUpdate[] | undefined;
1296
1347
  }
1297
1348
  export interface UpdateGlobalTableOutput {
1298
- GlobalTableDescription?: GlobalTableDescription;
1349
+ GlobalTableDescription?: GlobalTableDescription | undefined;
1299
1350
  }
1300
1351
  export declare class IndexNotFoundException extends __BaseException {
1301
1352
  readonly name: "IndexNotFoundException";
@@ -1306,107 +1357,139 @@ export declare class IndexNotFoundException extends __BaseException {
1306
1357
  }
1307
1358
  export interface GlobalTableGlobalSecondaryIndexSettingsUpdate {
1308
1359
  IndexName: string | undefined;
1309
- ProvisionedWriteCapacityUnits?: number;
1310
- ProvisionedWriteCapacityAutoScalingSettingsUpdate?: AutoScalingSettingsUpdate;
1360
+ ProvisionedWriteCapacityUnits?: number | undefined;
1361
+ ProvisionedWriteCapacityAutoScalingSettingsUpdate?:
1362
+ | AutoScalingSettingsUpdate
1363
+ | undefined;
1311
1364
  }
1312
1365
  export interface ReplicaGlobalSecondaryIndexSettingsUpdate {
1313
1366
  IndexName: string | undefined;
1314
- ProvisionedReadCapacityUnits?: number;
1315
- ProvisionedReadCapacityAutoScalingSettingsUpdate?: AutoScalingSettingsUpdate;
1367
+ ProvisionedReadCapacityUnits?: number | undefined;
1368
+ ProvisionedReadCapacityAutoScalingSettingsUpdate?:
1369
+ | AutoScalingSettingsUpdate
1370
+ | undefined;
1316
1371
  }
1317
1372
  export interface ReplicaSettingsUpdate {
1318
1373
  RegionName: string | undefined;
1319
- ReplicaProvisionedReadCapacityUnits?: number;
1320
- ReplicaProvisionedReadCapacityAutoScalingSettingsUpdate?: AutoScalingSettingsUpdate;
1321
- ReplicaGlobalSecondaryIndexSettingsUpdate?: ReplicaGlobalSecondaryIndexSettingsUpdate[];
1322
- ReplicaTableClass?: TableClass;
1374
+ ReplicaProvisionedReadCapacityUnits?: number | undefined;
1375
+ ReplicaProvisionedReadCapacityAutoScalingSettingsUpdate?:
1376
+ | AutoScalingSettingsUpdate
1377
+ | undefined;
1378
+ ReplicaGlobalSecondaryIndexSettingsUpdate?:
1379
+ | ReplicaGlobalSecondaryIndexSettingsUpdate[]
1380
+ | undefined;
1381
+ ReplicaTableClass?: TableClass | undefined;
1323
1382
  }
1324
1383
  export interface UpdateGlobalTableSettingsInput {
1325
1384
  GlobalTableName: string | undefined;
1326
- GlobalTableBillingMode?: BillingMode;
1327
- GlobalTableProvisionedWriteCapacityUnits?: number;
1328
- GlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate?: AutoScalingSettingsUpdate;
1329
- GlobalTableGlobalSecondaryIndexSettingsUpdate?: GlobalTableGlobalSecondaryIndexSettingsUpdate[];
1330
- ReplicaSettingsUpdate?: ReplicaSettingsUpdate[];
1385
+ GlobalTableBillingMode?: BillingMode | undefined;
1386
+ GlobalTableProvisionedWriteCapacityUnits?: number | undefined;
1387
+ GlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate?:
1388
+ | AutoScalingSettingsUpdate
1389
+ | undefined;
1390
+ GlobalTableGlobalSecondaryIndexSettingsUpdate?:
1391
+ | GlobalTableGlobalSecondaryIndexSettingsUpdate[]
1392
+ | undefined;
1393
+ ReplicaSettingsUpdate?: ReplicaSettingsUpdate[] | undefined;
1331
1394
  }
1332
1395
  export interface UpdateGlobalTableSettingsOutput {
1333
- GlobalTableName?: string;
1334
- ReplicaSettings?: ReplicaSettingsDescription[];
1396
+ GlobalTableName?: string | undefined;
1397
+ ReplicaSettings?: ReplicaSettingsDescription[] | undefined;
1335
1398
  }
1336
1399
  export interface UpdateKinesisStreamingConfiguration {
1337
- ApproximateCreationDateTimePrecision?: ApproximateCreationDateTimePrecision;
1400
+ ApproximateCreationDateTimePrecision?:
1401
+ | ApproximateCreationDateTimePrecision
1402
+ | undefined;
1338
1403
  }
1339
1404
  export interface UpdateKinesisStreamingDestinationInput {
1340
1405
  TableName: string | undefined;
1341
1406
  StreamArn: string | undefined;
1342
- UpdateKinesisStreamingConfiguration?: UpdateKinesisStreamingConfiguration;
1407
+ UpdateKinesisStreamingConfiguration?:
1408
+ | UpdateKinesisStreamingConfiguration
1409
+ | undefined;
1343
1410
  }
1344
1411
  export interface UpdateKinesisStreamingDestinationOutput {
1345
- TableName?: string;
1346
- StreamArn?: string;
1347
- DestinationStatus?: DestinationStatus;
1348
- UpdateKinesisStreamingConfiguration?: UpdateKinesisStreamingConfiguration;
1412
+ TableName?: string | undefined;
1413
+ StreamArn?: string | undefined;
1414
+ DestinationStatus?: DestinationStatus | undefined;
1415
+ UpdateKinesisStreamingConfiguration?:
1416
+ | UpdateKinesisStreamingConfiguration
1417
+ | undefined;
1349
1418
  }
1350
1419
  export interface UpdateGlobalSecondaryIndexAction {
1351
1420
  IndexName: string | undefined;
1352
- ProvisionedThroughput?: ProvisionedThroughput;
1353
- OnDemandThroughput?: OnDemandThroughput;
1421
+ ProvisionedThroughput?: ProvisionedThroughput | undefined;
1422
+ OnDemandThroughput?: OnDemandThroughput | undefined;
1423
+ WarmThroughput?: WarmThroughput | undefined;
1354
1424
  }
1355
1425
  export interface GlobalSecondaryIndexUpdate {
1356
- Update?: UpdateGlobalSecondaryIndexAction;
1357
- Create?: CreateGlobalSecondaryIndexAction;
1358
- Delete?: DeleteGlobalSecondaryIndexAction;
1426
+ Update?: UpdateGlobalSecondaryIndexAction | undefined;
1427
+ Create?: CreateGlobalSecondaryIndexAction | undefined;
1428
+ Delete?: DeleteGlobalSecondaryIndexAction | undefined;
1359
1429
  }
1360
1430
  export interface UpdateReplicationGroupMemberAction {
1361
1431
  RegionName: string | undefined;
1362
- KMSMasterKeyId?: string;
1363
- ProvisionedThroughputOverride?: ProvisionedThroughputOverride;
1364
- OnDemandThroughputOverride?: OnDemandThroughputOverride;
1365
- GlobalSecondaryIndexes?: ReplicaGlobalSecondaryIndex[];
1366
- TableClassOverride?: TableClass;
1432
+ KMSMasterKeyId?: string | undefined;
1433
+ ProvisionedThroughputOverride?: ProvisionedThroughputOverride | undefined;
1434
+ OnDemandThroughputOverride?: OnDemandThroughputOverride | undefined;
1435
+ GlobalSecondaryIndexes?: ReplicaGlobalSecondaryIndex[] | undefined;
1436
+ TableClassOverride?: TableClass | undefined;
1367
1437
  }
1368
1438
  export interface ReplicationGroupUpdate {
1369
- Create?: CreateReplicationGroupMemberAction;
1370
- Update?: UpdateReplicationGroupMemberAction;
1371
- Delete?: DeleteReplicationGroupMemberAction;
1439
+ Create?: CreateReplicationGroupMemberAction | undefined;
1440
+ Update?: UpdateReplicationGroupMemberAction | undefined;
1441
+ Delete?: DeleteReplicationGroupMemberAction | undefined;
1372
1442
  }
1373
1443
  export interface UpdateTableInput {
1374
- AttributeDefinitions?: AttributeDefinition[];
1444
+ AttributeDefinitions?: AttributeDefinition[] | undefined;
1375
1445
  TableName: string | undefined;
1376
- BillingMode?: BillingMode;
1377
- ProvisionedThroughput?: ProvisionedThroughput;
1378
- GlobalSecondaryIndexUpdates?: GlobalSecondaryIndexUpdate[];
1379
- StreamSpecification?: StreamSpecification;
1380
- SSESpecification?: SSESpecification;
1381
- ReplicaUpdates?: ReplicationGroupUpdate[];
1382
- TableClass?: TableClass;
1383
- DeletionProtectionEnabled?: boolean;
1384
- OnDemandThroughput?: OnDemandThroughput;
1446
+ BillingMode?: BillingMode | undefined;
1447
+ ProvisionedThroughput?: ProvisionedThroughput | undefined;
1448
+ GlobalSecondaryIndexUpdates?: GlobalSecondaryIndexUpdate[] | undefined;
1449
+ StreamSpecification?: StreamSpecification | undefined;
1450
+ SSESpecification?: SSESpecification | undefined;
1451
+ ReplicaUpdates?: ReplicationGroupUpdate[] | undefined;
1452
+ TableClass?: TableClass | undefined;
1453
+ DeletionProtectionEnabled?: boolean | undefined;
1454
+ OnDemandThroughput?: OnDemandThroughput | undefined;
1455
+ WarmThroughput?: WarmThroughput | undefined;
1385
1456
  }
1386
1457
  export interface UpdateTableOutput {
1387
- TableDescription?: TableDescription;
1458
+ TableDescription?: TableDescription | undefined;
1388
1459
  }
1389
1460
  export interface GlobalSecondaryIndexAutoScalingUpdate {
1390
- IndexName?: string;
1391
- ProvisionedWriteCapacityAutoScalingUpdate?: AutoScalingSettingsUpdate;
1461
+ IndexName?: string | undefined;
1462
+ ProvisionedWriteCapacityAutoScalingUpdate?:
1463
+ | AutoScalingSettingsUpdate
1464
+ | undefined;
1392
1465
  }
1393
1466
  export interface ReplicaGlobalSecondaryIndexAutoScalingUpdate {
1394
- IndexName?: string;
1395
- ProvisionedReadCapacityAutoScalingUpdate?: AutoScalingSettingsUpdate;
1467
+ IndexName?: string | undefined;
1468
+ ProvisionedReadCapacityAutoScalingUpdate?:
1469
+ | AutoScalingSettingsUpdate
1470
+ | undefined;
1396
1471
  }
1397
1472
  export interface ReplicaAutoScalingUpdate {
1398
1473
  RegionName: string | undefined;
1399
- ReplicaGlobalSecondaryIndexUpdates?: ReplicaGlobalSecondaryIndexAutoScalingUpdate[];
1400
- ReplicaProvisionedReadCapacityAutoScalingUpdate?: AutoScalingSettingsUpdate;
1474
+ ReplicaGlobalSecondaryIndexUpdates?:
1475
+ | ReplicaGlobalSecondaryIndexAutoScalingUpdate[]
1476
+ | undefined;
1477
+ ReplicaProvisionedReadCapacityAutoScalingUpdate?:
1478
+ | AutoScalingSettingsUpdate
1479
+ | undefined;
1401
1480
  }
1402
1481
  export interface UpdateTableReplicaAutoScalingInput {
1403
- GlobalSecondaryIndexUpdates?: GlobalSecondaryIndexAutoScalingUpdate[];
1482
+ GlobalSecondaryIndexUpdates?:
1483
+ | GlobalSecondaryIndexAutoScalingUpdate[]
1484
+ | undefined;
1404
1485
  TableName: string | undefined;
1405
- ProvisionedWriteCapacityAutoScalingUpdate?: AutoScalingSettingsUpdate;
1406
- ReplicaUpdates?: ReplicaAutoScalingUpdate[];
1486
+ ProvisionedWriteCapacityAutoScalingUpdate?:
1487
+ | AutoScalingSettingsUpdate
1488
+ | undefined;
1489
+ ReplicaUpdates?: ReplicaAutoScalingUpdate[] | undefined;
1407
1490
  }
1408
1491
  export interface UpdateTableReplicaAutoScalingOutput {
1409
- TableAutoScalingDescription?: TableAutoScalingDescription;
1492
+ TableAutoScalingDescription?: TableAutoScalingDescription | undefined;
1410
1493
  }
1411
1494
  export interface TimeToLiveSpecification {
1412
1495
  Enabled: boolean | undefined;
@@ -1417,7 +1500,7 @@ export interface UpdateTimeToLiveInput {
1417
1500
  TimeToLiveSpecification: TimeToLiveSpecification | undefined;
1418
1501
  }
1419
1502
  export interface UpdateTimeToLiveOutput {
1420
- TimeToLiveSpecification?: TimeToLiveSpecification;
1503
+ TimeToLiveSpecification?: TimeToLiveSpecification | undefined;
1421
1504
  }
1422
1505
  export type AttributeValue =
1423
1506
  | AttributeValue.BMember
@@ -1591,33 +1674,35 @@ export declare namespace AttributeValue {
1591
1674
  const visit: <T>(value: AttributeValue, visitor: Visitor<T>) => T;
1592
1675
  }
1593
1676
  export interface AttributeValueUpdate {
1594
- Value?: AttributeValue;
1595
- Action?: AttributeAction;
1677
+ Value?: AttributeValue | undefined;
1678
+ Action?: AttributeAction | undefined;
1596
1679
  }
1597
1680
  export interface BatchStatementError {
1598
- Code?: BatchStatementErrorCodeEnum;
1599
- Message?: string;
1600
- Item?: Record<string, AttributeValue>;
1681
+ Code?: BatchStatementErrorCodeEnum | undefined;
1682
+ Message?: string | undefined;
1683
+ Item?: Record<string, AttributeValue> | undefined;
1601
1684
  }
1602
1685
  export interface BatchStatementRequest {
1603
1686
  Statement: string | undefined;
1604
- Parameters?: AttributeValue[];
1605
- ConsistentRead?: boolean;
1606
- ReturnValuesOnConditionCheckFailure?: ReturnValuesOnConditionCheckFailure;
1687
+ Parameters?: AttributeValue[] | undefined;
1688
+ ConsistentRead?: boolean | undefined;
1689
+ ReturnValuesOnConditionCheckFailure?:
1690
+ | ReturnValuesOnConditionCheckFailure
1691
+ | undefined;
1607
1692
  }
1608
1693
  export interface CancellationReason {
1609
- Item?: Record<string, AttributeValue>;
1610
- Code?: string;
1611
- Message?: string;
1694
+ Item?: Record<string, AttributeValue> | undefined;
1695
+ Code?: string | undefined;
1696
+ Message?: string | undefined;
1612
1697
  }
1613
1698
  export interface Condition {
1614
- AttributeValueList?: AttributeValue[];
1699
+ AttributeValueList?: AttributeValue[] | undefined;
1615
1700
  ComparisonOperator: ComparisonOperator | undefined;
1616
1701
  }
1617
1702
  export declare class ConditionalCheckFailedException extends __BaseException {
1618
1703
  readonly name: "ConditionalCheckFailedException";
1619
1704
  readonly $fault: "client";
1620
- Item?: Record<string, AttributeValue>;
1705
+ Item?: Record<string, AttributeValue> | undefined;
1621
1706
  constructor(
1622
1707
  opts: __ExceptionOptionType<
1623
1708
  ConditionalCheckFailedException,
@@ -1630,284 +1715,302 @@ export interface DeleteRequest {
1630
1715
  }
1631
1716
  export interface ExecuteStatementInput {
1632
1717
  Statement: string | undefined;
1633
- Parameters?: AttributeValue[];
1634
- ConsistentRead?: boolean;
1635
- NextToken?: string;
1636
- ReturnConsumedCapacity?: ReturnConsumedCapacity;
1637
- Limit?: number;
1638
- ReturnValuesOnConditionCheckFailure?: ReturnValuesOnConditionCheckFailure;
1718
+ Parameters?: AttributeValue[] | undefined;
1719
+ ConsistentRead?: boolean | undefined;
1720
+ NextToken?: string | undefined;
1721
+ ReturnConsumedCapacity?: ReturnConsumedCapacity | undefined;
1722
+ Limit?: number | undefined;
1723
+ ReturnValuesOnConditionCheckFailure?:
1724
+ | ReturnValuesOnConditionCheckFailure
1725
+ | undefined;
1639
1726
  }
1640
1727
  export interface Get {
1641
1728
  Key: Record<string, AttributeValue> | undefined;
1642
1729
  TableName: string | undefined;
1643
- ProjectionExpression?: string;
1644
- ExpressionAttributeNames?: Record<string, string>;
1730
+ ProjectionExpression?: string | undefined;
1731
+ ExpressionAttributeNames?: Record<string, string> | undefined;
1645
1732
  }
1646
1733
  export interface GetItemInput {
1647
1734
  TableName: string | undefined;
1648
1735
  Key: Record<string, AttributeValue> | undefined;
1649
- AttributesToGet?: string[];
1650
- ConsistentRead?: boolean;
1651
- ReturnConsumedCapacity?: ReturnConsumedCapacity;
1652
- ProjectionExpression?: string;
1653
- ExpressionAttributeNames?: Record<string, string>;
1736
+ AttributesToGet?: string[] | undefined;
1737
+ ConsistentRead?: boolean | undefined;
1738
+ ReturnConsumedCapacity?: ReturnConsumedCapacity | undefined;
1739
+ ProjectionExpression?: string | undefined;
1740
+ ExpressionAttributeNames?: Record<string, string> | undefined;
1654
1741
  }
1655
1742
  export interface GetItemOutput {
1656
- Item?: Record<string, AttributeValue>;
1657
- ConsumedCapacity?: ConsumedCapacity;
1743
+ Item?: Record<string, AttributeValue> | undefined;
1744
+ ConsumedCapacity?: ConsumedCapacity | undefined;
1658
1745
  }
1659
1746
  export interface ItemCollectionMetrics {
1660
- ItemCollectionKey?: Record<string, AttributeValue>;
1661
- SizeEstimateRangeGB?: number[];
1747
+ ItemCollectionKey?: Record<string, AttributeValue> | undefined;
1748
+ SizeEstimateRangeGB?: number[] | undefined;
1662
1749
  }
1663
1750
  export interface ItemResponse {
1664
- Item?: Record<string, AttributeValue>;
1751
+ Item?: Record<string, AttributeValue> | undefined;
1665
1752
  }
1666
1753
  export interface ParameterizedStatement {
1667
1754
  Statement: string | undefined;
1668
- Parameters?: AttributeValue[];
1669
- ReturnValuesOnConditionCheckFailure?: ReturnValuesOnConditionCheckFailure;
1755
+ Parameters?: AttributeValue[] | undefined;
1756
+ ReturnValuesOnConditionCheckFailure?:
1757
+ | ReturnValuesOnConditionCheckFailure
1758
+ | undefined;
1670
1759
  }
1671
1760
  export interface PutRequest {
1672
1761
  Item: Record<string, AttributeValue> | undefined;
1673
1762
  }
1674
1763
  export interface KeysAndAttributes {
1675
1764
  Keys: Record<string, AttributeValue>[] | undefined;
1676
- AttributesToGet?: string[];
1677
- ConsistentRead?: boolean;
1678
- ProjectionExpression?: string;
1679
- ExpressionAttributeNames?: Record<string, string>;
1765
+ AttributesToGet?: string[] | undefined;
1766
+ ConsistentRead?: boolean | undefined;
1767
+ ProjectionExpression?: string | undefined;
1768
+ ExpressionAttributeNames?: Record<string, string> | undefined;
1680
1769
  }
1681
1770
  export interface TransactGetItem {
1682
1771
  Get: Get | undefined;
1683
1772
  }
1684
1773
  export interface BatchExecuteStatementInput {
1685
1774
  Statements: BatchStatementRequest[] | undefined;
1686
- ReturnConsumedCapacity?: ReturnConsumedCapacity;
1775
+ ReturnConsumedCapacity?: ReturnConsumedCapacity | undefined;
1687
1776
  }
1688
1777
  export interface ExecuteTransactionInput {
1689
1778
  TransactStatements: ParameterizedStatement[] | undefined;
1690
- ClientRequestToken?: string;
1691
- ReturnConsumedCapacity?: ReturnConsumedCapacity;
1779
+ ClientRequestToken?: string | undefined;
1780
+ ReturnConsumedCapacity?: ReturnConsumedCapacity | undefined;
1692
1781
  }
1693
1782
  export interface ExecuteTransactionOutput {
1694
- Responses?: ItemResponse[];
1695
- ConsumedCapacity?: ConsumedCapacity[];
1783
+ Responses?: ItemResponse[] | undefined;
1784
+ ConsumedCapacity?: ConsumedCapacity[] | undefined;
1696
1785
  }
1697
1786
  export interface TransactGetItemsOutput {
1698
- ConsumedCapacity?: ConsumedCapacity[];
1699
- Responses?: ItemResponse[];
1787
+ ConsumedCapacity?: ConsumedCapacity[] | undefined;
1788
+ Responses?: ItemResponse[] | undefined;
1700
1789
  }
1701
1790
  export declare class TransactionCanceledException extends __BaseException {
1702
1791
  readonly name: "TransactionCanceledException";
1703
1792
  readonly $fault: "client";
1704
- Message?: string;
1705
- CancellationReasons?: CancellationReason[];
1793
+ Message?: string | undefined;
1794
+ CancellationReasons?: CancellationReason[] | undefined;
1706
1795
  constructor(
1707
1796
  opts: __ExceptionOptionType<TransactionCanceledException, __BaseException>
1708
1797
  );
1709
1798
  }
1710
1799
  export interface BatchGetItemInput {
1711
1800
  RequestItems: Record<string, KeysAndAttributes> | undefined;
1712
- ReturnConsumedCapacity?: ReturnConsumedCapacity;
1801
+ ReturnConsumedCapacity?: ReturnConsumedCapacity | undefined;
1713
1802
  }
1714
1803
  export interface ExpectedAttributeValue {
1715
- Value?: AttributeValue;
1716
- Exists?: boolean;
1717
- ComparisonOperator?: ComparisonOperator;
1718
- AttributeValueList?: AttributeValue[];
1804
+ Value?: AttributeValue | undefined;
1805
+ Exists?: boolean | undefined;
1806
+ ComparisonOperator?: ComparisonOperator | undefined;
1807
+ AttributeValueList?: AttributeValue[] | undefined;
1719
1808
  }
1720
1809
  export interface TransactGetItemsInput {
1721
1810
  TransactItems: TransactGetItem[] | undefined;
1722
- ReturnConsumedCapacity?: ReturnConsumedCapacity;
1811
+ ReturnConsumedCapacity?: ReturnConsumedCapacity | undefined;
1723
1812
  }
1724
1813
  export interface TransactWriteItemsOutput {
1725
- ConsumedCapacity?: ConsumedCapacity[];
1726
- ItemCollectionMetrics?: Record<string, ItemCollectionMetrics[]>;
1814
+ ConsumedCapacity?: ConsumedCapacity[] | undefined;
1815
+ ItemCollectionMetrics?: Record<string, ItemCollectionMetrics[]> | undefined;
1727
1816
  }
1728
1817
  export interface ConditionCheck {
1729
1818
  Key: Record<string, AttributeValue> | undefined;
1730
1819
  TableName: string | undefined;
1731
1820
  ConditionExpression: string | undefined;
1732
- ExpressionAttributeNames?: Record<string, string>;
1733
- ExpressionAttributeValues?: Record<string, AttributeValue>;
1734
- ReturnValuesOnConditionCheckFailure?: ReturnValuesOnConditionCheckFailure;
1821
+ ExpressionAttributeNames?: Record<string, string> | undefined;
1822
+ ExpressionAttributeValues?: Record<string, AttributeValue> | undefined;
1823
+ ReturnValuesOnConditionCheckFailure?:
1824
+ | ReturnValuesOnConditionCheckFailure
1825
+ | undefined;
1735
1826
  }
1736
1827
  export interface Delete {
1737
1828
  Key: Record<string, AttributeValue> | undefined;
1738
1829
  TableName: string | undefined;
1739
- ConditionExpression?: string;
1740
- ExpressionAttributeNames?: Record<string, string>;
1741
- ExpressionAttributeValues?: Record<string, AttributeValue>;
1742
- ReturnValuesOnConditionCheckFailure?: ReturnValuesOnConditionCheckFailure;
1830
+ ConditionExpression?: string | undefined;
1831
+ ExpressionAttributeNames?: Record<string, string> | undefined;
1832
+ ExpressionAttributeValues?: Record<string, AttributeValue> | undefined;
1833
+ ReturnValuesOnConditionCheckFailure?:
1834
+ | ReturnValuesOnConditionCheckFailure
1835
+ | undefined;
1743
1836
  }
1744
1837
  export interface Put {
1745
1838
  Item: Record<string, AttributeValue> | undefined;
1746
1839
  TableName: string | undefined;
1747
- ConditionExpression?: string;
1748
- ExpressionAttributeNames?: Record<string, string>;
1749
- ExpressionAttributeValues?: Record<string, AttributeValue>;
1750
- ReturnValuesOnConditionCheckFailure?: ReturnValuesOnConditionCheckFailure;
1840
+ ConditionExpression?: string | undefined;
1841
+ ExpressionAttributeNames?: Record<string, string> | undefined;
1842
+ ExpressionAttributeValues?: Record<string, AttributeValue> | undefined;
1843
+ ReturnValuesOnConditionCheckFailure?:
1844
+ | ReturnValuesOnConditionCheckFailure
1845
+ | undefined;
1751
1846
  }
1752
1847
  export interface Update {
1753
1848
  Key: Record<string, AttributeValue> | undefined;
1754
1849
  UpdateExpression: string | undefined;
1755
1850
  TableName: string | undefined;
1756
- ConditionExpression?: string;
1757
- ExpressionAttributeNames?: Record<string, string>;
1758
- ExpressionAttributeValues?: Record<string, AttributeValue>;
1759
- ReturnValuesOnConditionCheckFailure?: ReturnValuesOnConditionCheckFailure;
1851
+ ConditionExpression?: string | undefined;
1852
+ ExpressionAttributeNames?: Record<string, string> | undefined;
1853
+ ExpressionAttributeValues?: Record<string, AttributeValue> | undefined;
1854
+ ReturnValuesOnConditionCheckFailure?:
1855
+ | ReturnValuesOnConditionCheckFailure
1856
+ | undefined;
1760
1857
  }
1761
1858
  export interface BatchStatementResponse {
1762
- Error?: BatchStatementError;
1763
- TableName?: string;
1764
- Item?: Record<string, AttributeValue>;
1859
+ Error?: BatchStatementError | undefined;
1860
+ TableName?: string | undefined;
1861
+ Item?: Record<string, AttributeValue> | undefined;
1765
1862
  }
1766
1863
  export interface DeleteItemOutput {
1767
- Attributes?: Record<string, AttributeValue>;
1768
- ConsumedCapacity?: ConsumedCapacity;
1769
- ItemCollectionMetrics?: ItemCollectionMetrics;
1864
+ Attributes?: Record<string, AttributeValue> | undefined;
1865
+ ConsumedCapacity?: ConsumedCapacity | undefined;
1866
+ ItemCollectionMetrics?: ItemCollectionMetrics | undefined;
1770
1867
  }
1771
1868
  export interface ExecuteStatementOutput {
1772
- Items?: Record<string, AttributeValue>[];
1773
- NextToken?: string;
1774
- ConsumedCapacity?: ConsumedCapacity;
1775
- LastEvaluatedKey?: Record<string, AttributeValue>;
1869
+ Items?: Record<string, AttributeValue>[] | undefined;
1870
+ NextToken?: string | undefined;
1871
+ ConsumedCapacity?: ConsumedCapacity | undefined;
1872
+ LastEvaluatedKey?: Record<string, AttributeValue> | undefined;
1776
1873
  }
1777
1874
  export interface PutItemOutput {
1778
- Attributes?: Record<string, AttributeValue>;
1779
- ConsumedCapacity?: ConsumedCapacity;
1780
- ItemCollectionMetrics?: ItemCollectionMetrics;
1875
+ Attributes?: Record<string, AttributeValue> | undefined;
1876
+ ConsumedCapacity?: ConsumedCapacity | undefined;
1877
+ ItemCollectionMetrics?: ItemCollectionMetrics | undefined;
1781
1878
  }
1782
1879
  export interface QueryOutput {
1783
- Items?: Record<string, AttributeValue>[];
1784
- Count?: number;
1785
- ScannedCount?: number;
1786
- LastEvaluatedKey?: Record<string, AttributeValue>;
1787
- ConsumedCapacity?: ConsumedCapacity;
1880
+ Items?: Record<string, AttributeValue>[] | undefined;
1881
+ Count?: number | undefined;
1882
+ ScannedCount?: number | undefined;
1883
+ LastEvaluatedKey?: Record<string, AttributeValue> | undefined;
1884
+ ConsumedCapacity?: ConsumedCapacity | undefined;
1788
1885
  }
1789
1886
  export interface ScanOutput {
1790
- Items?: Record<string, AttributeValue>[];
1791
- Count?: number;
1792
- ScannedCount?: number;
1793
- LastEvaluatedKey?: Record<string, AttributeValue>;
1794
- ConsumedCapacity?: ConsumedCapacity;
1887
+ Items?: Record<string, AttributeValue>[] | undefined;
1888
+ Count?: number | undefined;
1889
+ ScannedCount?: number | undefined;
1890
+ LastEvaluatedKey?: Record<string, AttributeValue> | undefined;
1891
+ ConsumedCapacity?: ConsumedCapacity | undefined;
1795
1892
  }
1796
1893
  export interface UpdateItemOutput {
1797
- Attributes?: Record<string, AttributeValue>;
1798
- ConsumedCapacity?: ConsumedCapacity;
1799
- ItemCollectionMetrics?: ItemCollectionMetrics;
1894
+ Attributes?: Record<string, AttributeValue> | undefined;
1895
+ ConsumedCapacity?: ConsumedCapacity | undefined;
1896
+ ItemCollectionMetrics?: ItemCollectionMetrics | undefined;
1800
1897
  }
1801
1898
  export interface WriteRequest {
1802
- PutRequest?: PutRequest;
1803
- DeleteRequest?: DeleteRequest;
1899
+ PutRequest?: PutRequest | undefined;
1900
+ DeleteRequest?: DeleteRequest | undefined;
1804
1901
  }
1805
1902
  export interface BatchExecuteStatementOutput {
1806
- Responses?: BatchStatementResponse[];
1807
- ConsumedCapacity?: ConsumedCapacity[];
1903
+ Responses?: BatchStatementResponse[] | undefined;
1904
+ ConsumedCapacity?: ConsumedCapacity[] | undefined;
1808
1905
  }
1809
1906
  export interface BatchGetItemOutput {
1810
- Responses?: Record<string, Record<string, AttributeValue>[]>;
1811
- UnprocessedKeys?: Record<string, KeysAndAttributes>;
1812
- ConsumedCapacity?: ConsumedCapacity[];
1907
+ Responses?: Record<string, Record<string, AttributeValue>[]> | undefined;
1908
+ UnprocessedKeys?: Record<string, KeysAndAttributes> | undefined;
1909
+ ConsumedCapacity?: ConsumedCapacity[] | undefined;
1813
1910
  }
1814
1911
  export interface ScanInput {
1815
1912
  TableName: string | undefined;
1816
- IndexName?: string;
1817
- AttributesToGet?: string[];
1818
- Limit?: number;
1819
- Select?: Select;
1820
- ScanFilter?: Record<string, Condition>;
1821
- ConditionalOperator?: ConditionalOperator;
1822
- ExclusiveStartKey?: Record<string, AttributeValue>;
1823
- ReturnConsumedCapacity?: ReturnConsumedCapacity;
1824
- TotalSegments?: number;
1825
- Segment?: number;
1826
- ProjectionExpression?: string;
1827
- FilterExpression?: string;
1828
- ExpressionAttributeNames?: Record<string, string>;
1829
- ExpressionAttributeValues?: Record<string, AttributeValue>;
1830
- ConsistentRead?: boolean;
1913
+ IndexName?: string | undefined;
1914
+ AttributesToGet?: string[] | undefined;
1915
+ Limit?: number | undefined;
1916
+ Select?: Select | undefined;
1917
+ ScanFilter?: Record<string, Condition> | undefined;
1918
+ ConditionalOperator?: ConditionalOperator | undefined;
1919
+ ExclusiveStartKey?: Record<string, AttributeValue> | undefined;
1920
+ ReturnConsumedCapacity?: ReturnConsumedCapacity | undefined;
1921
+ TotalSegments?: number | undefined;
1922
+ Segment?: number | undefined;
1923
+ ProjectionExpression?: string | undefined;
1924
+ FilterExpression?: string | undefined;
1925
+ ExpressionAttributeNames?: Record<string, string> | undefined;
1926
+ ExpressionAttributeValues?: Record<string, AttributeValue> | undefined;
1927
+ ConsistentRead?: boolean | undefined;
1831
1928
  }
1832
1929
  export interface BatchWriteItemInput {
1833
1930
  RequestItems: Record<string, WriteRequest[]> | undefined;
1834
- ReturnConsumedCapacity?: ReturnConsumedCapacity;
1835
- ReturnItemCollectionMetrics?: ReturnItemCollectionMetrics;
1931
+ ReturnConsumedCapacity?: ReturnConsumedCapacity | undefined;
1932
+ ReturnItemCollectionMetrics?: ReturnItemCollectionMetrics | undefined;
1836
1933
  }
1837
1934
  export interface DeleteItemInput {
1838
1935
  TableName: string | undefined;
1839
1936
  Key: Record<string, AttributeValue> | undefined;
1840
- Expected?: Record<string, ExpectedAttributeValue>;
1841
- ConditionalOperator?: ConditionalOperator;
1842
- ReturnValues?: ReturnValue;
1843
- ReturnConsumedCapacity?: ReturnConsumedCapacity;
1844
- ReturnItemCollectionMetrics?: ReturnItemCollectionMetrics;
1845
- ConditionExpression?: string;
1846
- ExpressionAttributeNames?: Record<string, string>;
1847
- ExpressionAttributeValues?: Record<string, AttributeValue>;
1848
- ReturnValuesOnConditionCheckFailure?: ReturnValuesOnConditionCheckFailure;
1937
+ Expected?: Record<string, ExpectedAttributeValue> | undefined;
1938
+ ConditionalOperator?: ConditionalOperator | undefined;
1939
+ ReturnValues?: ReturnValue | undefined;
1940
+ ReturnConsumedCapacity?: ReturnConsumedCapacity | undefined;
1941
+ ReturnItemCollectionMetrics?: ReturnItemCollectionMetrics | undefined;
1942
+ ConditionExpression?: string | undefined;
1943
+ ExpressionAttributeNames?: Record<string, string> | undefined;
1944
+ ExpressionAttributeValues?: Record<string, AttributeValue> | undefined;
1945
+ ReturnValuesOnConditionCheckFailure?:
1946
+ | ReturnValuesOnConditionCheckFailure
1947
+ | undefined;
1849
1948
  }
1850
1949
  export interface PutItemInput {
1851
1950
  TableName: string | undefined;
1852
1951
  Item: Record<string, AttributeValue> | undefined;
1853
- Expected?: Record<string, ExpectedAttributeValue>;
1854
- ReturnValues?: ReturnValue;
1855
- ReturnConsumedCapacity?: ReturnConsumedCapacity;
1856
- ReturnItemCollectionMetrics?: ReturnItemCollectionMetrics;
1857
- ConditionalOperator?: ConditionalOperator;
1858
- ConditionExpression?: string;
1859
- ExpressionAttributeNames?: Record<string, string>;
1860
- ExpressionAttributeValues?: Record<string, AttributeValue>;
1861
- ReturnValuesOnConditionCheckFailure?: ReturnValuesOnConditionCheckFailure;
1952
+ Expected?: Record<string, ExpectedAttributeValue> | undefined;
1953
+ ReturnValues?: ReturnValue | undefined;
1954
+ ReturnConsumedCapacity?: ReturnConsumedCapacity | undefined;
1955
+ ReturnItemCollectionMetrics?: ReturnItemCollectionMetrics | undefined;
1956
+ ConditionalOperator?: ConditionalOperator | undefined;
1957
+ ConditionExpression?: string | undefined;
1958
+ ExpressionAttributeNames?: Record<string, string> | undefined;
1959
+ ExpressionAttributeValues?: Record<string, AttributeValue> | undefined;
1960
+ ReturnValuesOnConditionCheckFailure?:
1961
+ | ReturnValuesOnConditionCheckFailure
1962
+ | undefined;
1862
1963
  }
1863
1964
  export interface QueryInput {
1864
1965
  TableName: string | undefined;
1865
- IndexName?: string;
1866
- Select?: Select;
1867
- AttributesToGet?: string[];
1868
- Limit?: number;
1869
- ConsistentRead?: boolean;
1870
- KeyConditions?: Record<string, Condition>;
1871
- QueryFilter?: Record<string, Condition>;
1872
- ConditionalOperator?: ConditionalOperator;
1873
- ScanIndexForward?: boolean;
1874
- ExclusiveStartKey?: Record<string, AttributeValue>;
1875
- ReturnConsumedCapacity?: ReturnConsumedCapacity;
1876
- ProjectionExpression?: string;
1877
- FilterExpression?: string;
1878
- KeyConditionExpression?: string;
1879
- ExpressionAttributeNames?: Record<string, string>;
1880
- ExpressionAttributeValues?: Record<string, AttributeValue>;
1966
+ IndexName?: string | undefined;
1967
+ Select?: Select | undefined;
1968
+ AttributesToGet?: string[] | undefined;
1969
+ Limit?: number | undefined;
1970
+ ConsistentRead?: boolean | undefined;
1971
+ KeyConditions?: Record<string, Condition> | undefined;
1972
+ QueryFilter?: Record<string, Condition> | undefined;
1973
+ ConditionalOperator?: ConditionalOperator | undefined;
1974
+ ScanIndexForward?: boolean | undefined;
1975
+ ExclusiveStartKey?: Record<string, AttributeValue> | undefined;
1976
+ ReturnConsumedCapacity?: ReturnConsumedCapacity | undefined;
1977
+ ProjectionExpression?: string | undefined;
1978
+ FilterExpression?: string | undefined;
1979
+ KeyConditionExpression?: string | undefined;
1980
+ ExpressionAttributeNames?: Record<string, string> | undefined;
1981
+ ExpressionAttributeValues?: Record<string, AttributeValue> | undefined;
1881
1982
  }
1882
1983
  export interface BatchWriteItemOutput {
1883
- UnprocessedItems?: Record<string, WriteRequest[]>;
1884
- ItemCollectionMetrics?: Record<string, ItemCollectionMetrics[]>;
1885
- ConsumedCapacity?: ConsumedCapacity[];
1984
+ UnprocessedItems?: Record<string, WriteRequest[]> | undefined;
1985
+ ItemCollectionMetrics?: Record<string, ItemCollectionMetrics[]> | undefined;
1986
+ ConsumedCapacity?: ConsumedCapacity[] | undefined;
1886
1987
  }
1887
1988
  export interface UpdateItemInput {
1888
1989
  TableName: string | undefined;
1889
1990
  Key: Record<string, AttributeValue> | undefined;
1890
- AttributeUpdates?: Record<string, AttributeValueUpdate>;
1891
- Expected?: Record<string, ExpectedAttributeValue>;
1892
- ConditionalOperator?: ConditionalOperator;
1893
- ReturnValues?: ReturnValue;
1894
- ReturnConsumedCapacity?: ReturnConsumedCapacity;
1895
- ReturnItemCollectionMetrics?: ReturnItemCollectionMetrics;
1896
- UpdateExpression?: string;
1897
- ConditionExpression?: string;
1898
- ExpressionAttributeNames?: Record<string, string>;
1899
- ExpressionAttributeValues?: Record<string, AttributeValue>;
1900
- ReturnValuesOnConditionCheckFailure?: ReturnValuesOnConditionCheckFailure;
1991
+ AttributeUpdates?: Record<string, AttributeValueUpdate> | undefined;
1992
+ Expected?: Record<string, ExpectedAttributeValue> | undefined;
1993
+ ConditionalOperator?: ConditionalOperator | undefined;
1994
+ ReturnValues?: ReturnValue | undefined;
1995
+ ReturnConsumedCapacity?: ReturnConsumedCapacity | undefined;
1996
+ ReturnItemCollectionMetrics?: ReturnItemCollectionMetrics | undefined;
1997
+ UpdateExpression?: string | undefined;
1998
+ ConditionExpression?: string | undefined;
1999
+ ExpressionAttributeNames?: Record<string, string> | undefined;
2000
+ ExpressionAttributeValues?: Record<string, AttributeValue> | undefined;
2001
+ ReturnValuesOnConditionCheckFailure?:
2002
+ | ReturnValuesOnConditionCheckFailure
2003
+ | undefined;
1901
2004
  }
1902
2005
  export interface TransactWriteItem {
1903
- ConditionCheck?: ConditionCheck;
1904
- Put?: Put;
1905
- Delete?: Delete;
1906
- Update?: Update;
2006
+ ConditionCheck?: ConditionCheck | undefined;
2007
+ Put?: Put | undefined;
2008
+ Delete?: Delete | undefined;
2009
+ Update?: Update | undefined;
1907
2010
  }
1908
2011
  export interface TransactWriteItemsInput {
1909
2012
  TransactItems: TransactWriteItem[] | undefined;
1910
- ReturnConsumedCapacity?: ReturnConsumedCapacity;
1911
- ReturnItemCollectionMetrics?: ReturnItemCollectionMetrics;
1912
- ClientRequestToken?: string;
2013
+ ReturnConsumedCapacity?: ReturnConsumedCapacity | undefined;
2014
+ ReturnItemCollectionMetrics?: ReturnItemCollectionMetrics | undefined;
2015
+ ClientRequestToken?: string | undefined;
1913
2016
  }