@gemeentenijmegen/webapp 1.1.2 → 1.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1022) hide show
  1. package/.jsii +14 -14
  2. package/assets/webapp/auth/auth.lambda/index.js +4 -7
  3. package/assets/webapp/login/login.lambda/index.js +4 -7
  4. package/lib/webapp/Criticality.js +1 -1
  5. package/lib/webapp/Webapp.js +1 -1
  6. package/lib/webapp/Webpage.js +1 -1
  7. package/lib/webapp/util/Files.js +1 -1
  8. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/index.js +498 -347
  9. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.js +10 -8
  10. package/node_modules/@aws-sdk/client-dynamodb/dist-es/DynamoDBClient.js +1 -0
  11. package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/models_0.js +88 -66
  12. package/node_modules/@aws-sdk/client-dynamodb/dist-es/protocols/Aws_json1_0.js +15 -1
  13. package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.js +10 -8
  14. package/node_modules/@aws-sdk/client-dynamodb/dist-types/DynamoDBClient.d.ts +18 -0
  15. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateTableCommand.d.ts +1 -0
  16. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteItemCommand.d.ts +3 -0
  17. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteTableCommand.d.ts +1 -0
  18. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeContinuousBackupsCommand.d.ts +2 -1
  19. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableCommand.d.ts +1 -0
  20. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutItemCommand.d.ts +3 -0
  21. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableFromBackupCommand.d.ts +1 -0
  22. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +2 -1
  23. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateContinuousBackupsCommand.d.ts +3 -1
  24. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateItemCommand.d.ts +3 -0
  25. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableCommand.d.ts +2 -0
  26. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts +208 -59
  27. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.browser.d.ts +2 -1
  28. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.d.ts +2 -1
  29. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.native.d.ts +3 -2
  30. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/DynamoDBClient.d.ts +1 -0
  31. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_0.d.ts +20 -0
  32. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -3
  33. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.d.ts +10 -7
  34. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.native.d.ts +21 -8
  35. package/node_modules/@aws-sdk/client-dynamodb/package.json +43 -45
  36. package/node_modules/@aws-sdk/client-s3/README.md +24 -0
  37. package/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +3 -3
  38. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +936 -516
  39. package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +16 -11
  40. package/node_modules/@aws-sdk/client-s3/dist-es/S3.js +6 -0
  41. package/node_modules/@aws-sdk/client-s3/dist-es/S3Client.js +1 -0
  42. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataTableConfigurationCommand.js +31 -0
  43. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataTableConfigurationCommand.js +26 -0
  44. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +1 -1
  45. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataTableConfigurationCommand.js +28 -0
  46. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +1 -1
  47. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +1 -1
  48. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +1 -1
  49. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +1 -1
  50. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +2 -2
  51. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketInventoryConfigurationCommand.js +1 -1
  52. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +1 -1
  53. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +1 -1
  54. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +1 -1
  55. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +1 -1
  56. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +1 -1
  57. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +1 -1
  58. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +1 -1
  59. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +1 -1
  60. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +1 -1
  61. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +1 -1
  62. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +1 -1
  63. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +1 -1
  64. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +1 -1
  65. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +1 -1
  66. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +1 -1
  67. package/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +1 -1
  68. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +1 -1
  69. package/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +3 -0
  70. package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +3 -3
  71. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +25 -28
  72. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +23 -10
  73. package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +250 -29
  74. package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js +16 -11
  75. package/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +21 -0
  76. package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +23 -2
  77. package/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +4 -3
  78. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +11 -3
  79. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +7 -4
  80. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +6 -5
  81. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +134 -0
  82. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +8 -5
  83. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +3 -2
  84. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +4 -3
  85. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +1 -1
  86. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +3 -2
  87. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +95 -0
  88. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +4 -3
  89. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +63 -53
  90. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +27 -26
  91. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +1 -1
  92. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +3 -2
  93. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +111 -0
  94. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +4 -3
  95. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +7 -3
  96. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +25 -22
  97. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +4 -3
  98. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +6 -3
  99. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +3 -2
  100. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +6 -4
  101. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +2 -1
  102. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +2 -1
  103. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +6 -4
  104. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +7 -4
  105. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -1
  106. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +1 -1
  107. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +2 -2
  108. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +6 -5
  109. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  110. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
  111. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +9 -4
  112. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +2 -2
  113. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -1
  114. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +5 -4
  115. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +1 -1
  116. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +1 -1
  117. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +1 -1
  118. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +5 -3
  119. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +1 -1
  120. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +1 -1
  121. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +43 -38
  122. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +1 -1
  123. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +1 -1
  124. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +2 -2
  125. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +1 -1
  126. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +1 -1
  127. package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +1 -1
  128. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +7 -4
  129. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +5 -3
  130. package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +1 -0
  131. package/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +3 -0
  132. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +761 -576
  133. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +541 -79
  134. package/node_modules/@aws-sdk/client-s3/dist-types/protocols/Aws_restXml.d.ts +27 -0
  135. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +2 -1
  136. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +2 -1
  137. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +6 -5
  138. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +69 -0
  139. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +19 -0
  140. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +47 -0
  141. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +47 -0
  142. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetadataTableConfigurationCommand.d.ts +51 -0
  143. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +1 -1
  144. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +1 -1
  145. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  146. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
  147. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
  148. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +1 -1
  149. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -1
  150. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +3 -0
  151. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +78 -69
  152. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +86 -0
  153. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +36 -0
  154. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -3
  155. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +10 -7
  156. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +30 -11
  157. package/node_modules/@aws-sdk/client-s3/package.json +60 -62
  158. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/index.js +193 -139
  159. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.js +8 -6
  160. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/SecretsManagerClient.js +1 -0
  161. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/models/models_0.js +36 -24
  162. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.js +8 -6
  163. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/SecretsManagerClient.d.ts +18 -0
  164. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.browser.d.ts +2 -1
  165. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.d.ts +2 -1
  166. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.native.d.ts +3 -2
  167. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/SecretsManagerClient.d.ts +1 -0
  168. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -3
  169. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.d.ts +10 -7
  170. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.native.d.ts +21 -8
  171. package/node_modules/@aws-sdk/client-secrets-manager/package.json +41 -43
  172. package/node_modules/@aws-sdk/client-ssm/README.md +5 -4
  173. package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +1529 -1117
  174. package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.js +8 -6
  175. package/node_modules/@aws-sdk/client-ssm/dist-es/SSMClient.js +1 -0
  176. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_0.js +211 -146
  177. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +108 -80
  178. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_2.js +64 -44
  179. package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.js +8 -6
  180. package/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +5 -4
  181. package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +23 -4
  182. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +1 -1
  183. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateActivationCommand.d.ts +2 -2
  184. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationCommand.d.ts +6 -6
  185. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +1 -1
  186. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCalendarStateCommand.d.ts +1 -1
  187. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +3 -3
  188. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetExecutionPreviewCommand.d.ts +29 -0
  189. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersByPathCommand.d.ts +1 -1
  190. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationsCommand.d.ts +1 -1
  191. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesCommand.d.ts +52 -0
  192. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesSummaryCommand.d.ts +43 -0
  193. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +1 -1
  194. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartExecutionPreviewCommand.d.ts +16 -0
  195. package/node_modules/@aws-sdk/client-ssm/dist-types/index.d.ts +5 -4
  196. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +7 -9
  197. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +12 -13
  198. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +20 -9
  199. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.browser.d.ts +2 -1
  200. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +2 -1
  201. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +3 -2
  202. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +1 -0
  203. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -3
  204. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +10 -7
  205. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +21 -8
  206. package/node_modules/@aws-sdk/client-ssm/package.json +42 -44
  207. package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +57 -42
  208. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +8 -6
  209. package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +1 -0
  210. package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +8 -8
  211. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +8 -6
  212. package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +18 -0
  213. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +1 -0
  214. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +1 -0
  215. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +2 -1
  216. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +1 -0
  217. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -0
  218. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +1 -0
  219. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +16 -5
  220. package/node_modules/@aws-sdk/client-sso/package.json +40 -40
  221. package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +29 -32
  222. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +3 -4
  223. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +10 -9
  224. package/node_modules/@aws-sdk/core/package.json +13 -13
  225. package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +2 -3
  226. package/node_modules/@aws-sdk/credential-provider-env/package.json +8 -8
  227. package/node_modules/@aws-sdk/credential-provider-http/package.json +13 -13
  228. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +41 -28
  229. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +11 -2
  230. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +14 -11
  231. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +2 -0
  232. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +10 -3
  233. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +2 -2
  234. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +5 -7
  235. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +2 -2
  236. package/node_modules/@aws-sdk/credential-provider-ini/package.json +19 -19
  237. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +12 -19
  238. package/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +1 -1
  239. package/node_modules/@aws-sdk/credential-provider-node/package.json +16 -16
  240. package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +10 -6
  241. package/node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js +4 -2
  242. package/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +2 -3
  243. package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/fromProcess.d.ts +5 -3
  244. package/node_modules/@aws-sdk/credential-provider-process/package.json +9 -9
  245. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +11 -6
  246. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +6 -2
  247. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +2 -1
  248. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +2 -3
  249. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +1 -1
  250. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +5 -3
  251. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +1 -0
  252. package/node_modules/@aws-sdk/credential-provider-sso/package.json +11 -11
  253. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +6 -3
  254. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +6 -3
  255. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +3 -3
  256. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +5 -6
  257. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +9 -11
  258. package/node_modules/@aws-sdk/endpoint-cache/dist-cjs/index.js +5 -3
  259. package/node_modules/@aws-sdk/endpoint-cache/dist-es/EndpointCache.js +1 -0
  260. package/node_modules/@aws-sdk/endpoint-cache/package.json +4 -4
  261. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-cjs/index.js +1 -1
  262. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketHostnameUtils.d.ts +1 -1
  263. package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +9 -9
  264. package/node_modules/@aws-sdk/middleware-endpoint-discovery/package.json +8 -8
  265. package/node_modules/@aws-sdk/middleware-expect-continue/dist-cjs/index.js +1 -2
  266. package/node_modules/@aws-sdk/middleware-expect-continue/package.json +6 -6
  267. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/getCrc32ChecksumAlgorithmFunction.js +1 -3
  268. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/index.js +132 -40
  269. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/constants.js +2 -2
  270. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/crc64-nvme-crt-container.js +3 -0
  271. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsInputMiddleware.js +37 -0
  272. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsMiddleware.js +22 -3
  273. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsResponseMiddleware.js +2 -12
  274. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getChecksumAlgorithmForRequest.js +9 -5
  275. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getCrc32ChecksumAlgorithmFunction.js +1 -3
  276. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getFlexibleChecksumsPlugin.js +2 -0
  277. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/hasHeaderWithPrefix.js +9 -0
  278. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/index.js +1 -0
  279. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/selectChecksumAlgorithmFunction.js +26 -7
  280. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/types.js +2 -0
  281. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/validateChecksumFromResponse.js +13 -2
  282. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/configuration.d.ts +10 -1
  283. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/constants.d.ts +5 -5
  284. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/crc64-nvme-crt-container.d.ts +13 -0
  285. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsInputMiddleware.d.ts +19 -0
  286. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsMiddleware.d.ts +12 -2
  287. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksumAlgorithmForRequest.d.ts +6 -2
  288. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getFlexibleChecksumsPlugin.d.ts +2 -1
  289. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/hasHeaderWithPrefix.d.ts +6 -0
  290. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/index.d.ts +1 -0
  291. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/configuration.d.ts +7 -0
  292. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/constants.d.ts +2 -3
  293. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/crc64-nvme-crt-container.d.ts +4 -0
  294. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/flexibleChecksumsInputMiddleware.d.ts +10 -0
  295. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/flexibleChecksumsMiddleware.d.ts +4 -1
  296. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getChecksumAlgorithmForRequest.d.ts +4 -3
  297. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getFlexibleChecksumsPlugin.d.ts +2 -0
  298. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/hasHeaderWithPrefix.d.ts +5 -0
  299. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/index.d.ts +1 -0
  300. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/validateChecksumFromResponse.d.ts +3 -1
  301. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/validateChecksumFromResponse.d.ts +3 -1
  302. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +19 -20
  303. package/node_modules/@aws-sdk/middleware-host-header/package.json +6 -6
  304. package/node_modules/@aws-sdk/middleware-location-constraint/dist-cjs/index.js +1 -1
  305. package/node_modules/@aws-sdk/middleware-location-constraint/package.json +5 -5
  306. package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +2 -3
  307. package/node_modules/@aws-sdk/middleware-logger/package.json +6 -6
  308. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +6 -6
  309. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +34 -38
  310. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/S3ExpressIdentityCache.js +3 -2
  311. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/S3ExpressIdentityCacheEntry.js +3 -0
  312. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/S3ExpressIdentityProviderImpl.js +3 -1
  313. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3Configuration.js +0 -1
  314. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +16 -16
  315. package/node_modules/@aws-sdk/middleware-ssec/package.json +5 -5
  316. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +13 -17
  317. package/node_modules/@aws-sdk/middleware-user-agent/package.json +9 -9
  318. package/node_modules/@aws-sdk/nested-clients/README.md +13 -0
  319. package/node_modules/@aws-sdk/nested-clients/dist-cjs/index.js +2 -0
  320. package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/auth/httpAuthSchemeProvider.js +0 -8
  321. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +879 -0
  322. package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/runtimeConfig.browser.js +1 -2
  323. package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/runtimeConfig.js +9 -9
  324. package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/STSClient.js +1 -0
  325. package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/auth/httpAuthSchemeProvider.js +0 -4
  326. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +952 -0
  327. package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/runtimeConfig.browser.js +1 -1
  328. package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/runtimeConfig.js +10 -10
  329. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +9 -0
  330. package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/SSOOIDCClient.js +1 -0
  331. package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/auth/httpAuthSchemeProvider.js +0 -8
  332. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/index.js +1 -0
  333. package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/models/models_0.js +56 -99
  334. package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/protocols/Aws_restJson1.js +2 -174
  335. package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/runtimeConfig.browser.js +1 -2
  336. package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/runtimeConfig.js +9 -9
  337. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +11 -0
  338. package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/STSClient.js +1 -0
  339. package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/auth/httpAuthSchemeProvider.js +0 -4
  340. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/index.js +2 -0
  341. package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/defaultStsRoleAssumers.js +6 -4
  342. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/extensionConfiguration.js +1 -0
  343. package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/models/models_0.js +30 -62
  344. package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/protocols/Aws_query.js +10 -420
  345. package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/runtimeConfig.browser.js +1 -1
  346. package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/runtimeConfig.js +10 -10
  347. package/node_modules/@aws-sdk/nested-clients/dist-types/index.d.ts +7 -0
  348. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/SSOOIDC.d.ts +0 -21
  349. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/SSOOIDCClient.d.ts +21 -12
  350. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/commands/CreateTokenCommand.d.ts +3 -50
  351. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/index.d.ts +1 -0
  352. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +396 -0
  353. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +11 -0
  354. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/runtimeConfig.browser.d.ts +1 -1
  355. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/runtimeConfig.d.ts +1 -1
  356. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/runtimeConfig.native.d.ts +2 -2
  357. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +27 -0
  358. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/STSClient.d.ts +20 -9
  359. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/commands/AssumeRoleCommand.d.ts +0 -47
  360. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -34
  361. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/index.d.ts +2 -0
  362. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/defaultStsRoleAssumers.d.ts +2 -2
  363. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/models/models_0.d.ts +19 -634
  364. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/protocols/Aws_query.d.ts +20 -0
  365. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/runtimeConfig.browser.d.ts +2 -1
  366. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/runtimeConfig.d.ts +2 -1
  367. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/runtimeConfig.native.d.ts +3 -2
  368. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/index.d.ts +1 -0
  369. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDC.d.ts +22 -0
  370. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/SSOOIDCClient.d.ts +3 -24
  371. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/commands/CreateTokenCommand.d.ts +5 -9
  372. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/index.d.ts +1 -0
  373. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/models/models_0.d.ts +6 -99
  374. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +17 -0
  375. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/runtimeConfig.browser.d.ts +1 -3
  376. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/runtimeConfig.d.ts +1 -7
  377. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/runtimeConfig.native.d.ts +16 -8
  378. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STS.d.ts +39 -0
  379. package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/STSClient.d.ts +3 -44
  380. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/index.d.ts +2 -0
  381. package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/defaultStsRoleAssumers.d.ts +2 -2
  382. package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/models/models_0.d.ts +10 -105
  383. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/protocols/Aws_query.d.ts +29 -0
  384. package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/runtimeConfig.browser.d.ts +6 -3
  385. package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/runtimeConfig.d.ts +4 -7
  386. package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/runtimeConfig.native.d.ts +21 -8
  387. package/node_modules/@aws-sdk/nested-clients/package.json +115 -0
  388. package/node_modules/@aws-sdk/nested-clients/sso-oidc.d.ts +7 -0
  389. package/node_modules/@aws-sdk/nested-clients/sso-oidc.js +5 -0
  390. package/node_modules/@aws-sdk/nested-clients/sts.d.ts +7 -0
  391. package/node_modules/@aws-sdk/nested-clients/sts.js +5 -0
  392. package/node_modules/@aws-sdk/region-config-resolver/package.json +8 -8
  393. package/node_modules/@aws-sdk/s3-request-presigner/dist-cjs/index.js +10 -9
  394. package/node_modules/@aws-sdk/s3-request-presigner/dist-es/presigner.js +1 -0
  395. package/node_modules/@aws-sdk/s3-request-presigner/package.json +13 -13
  396. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js +7 -3
  397. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/SignatureV4MultiRegion.js +3 -0
  398. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +8 -8
  399. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +25 -17
  400. package/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +12 -3
  401. package/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +3 -3
  402. package/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +6 -8
  403. package/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +6 -2
  404. package/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +1 -0
  405. package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +3 -1
  406. package/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +4 -3
  407. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +8 -3
  408. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +6 -2
  409. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +5 -1
  410. package/node_modules/@aws-sdk/token-providers/package.json +9 -11
  411. package/node_modules/@aws-sdk/types/dist-cjs/index.js +0 -1
  412. package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +1 -0
  413. package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +56 -2
  414. package/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +1 -0
  415. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +22 -1
  416. package/node_modules/@aws-sdk/types/package.json +4 -4
  417. package/node_modules/@aws-sdk/util-arn-parser/package.json +4 -4
  418. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +6 -0
  419. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +6 -0
  420. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +6 -0
  421. package/node_modules/@aws-sdk/util-endpoints/package.json +6 -6
  422. package/node_modules/@aws-sdk/util-format-url/package.json +6 -6
  423. package/node_modules/@aws-sdk/util-locate-window/package.json +4 -4
  424. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +4 -4
  425. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +4 -4
  426. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/nodeAppIdConfigOptions.js +3 -2
  427. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/nodeAppIdConfigOptions.d.ts +1 -1
  428. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/nodeAppIdConfigOptions.d.ts +1 -1
  429. package/node_modules/@aws-sdk/util-user-agent-node/package.json +8 -8
  430. package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +9 -7
  431. package/node_modules/@aws-sdk/xml-builder/dist-es/XmlNode.js +3 -1
  432. package/node_modules/@aws-sdk/xml-builder/dist-es/XmlText.js +1 -0
  433. package/node_modules/@aws-sdk/xml-builder/package.json +4 -4
  434. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/.jsii +92 -46
  435. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/README.md +3 -3
  436. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/lib/index.js +1 -1
  437. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/.jsii +128 -67
  438. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/alb-defaults.js +2 -3
  439. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/alb-helper.js +7 -8
  440. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/apigateway-defaults.js +7 -8
  441. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/apigateway-helper.js +7 -8
  442. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-defaults.js +4 -5
  443. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-helper.js +6 -7
  444. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudwatch-log-group-defaults.js +2 -3
  445. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudwatch-log-group-helper.js +2 -3
  446. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cognito-defaults.js +4 -4
  447. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cognito-helper.js +6 -7
  448. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/dynamodb-table-helper.js +5 -6
  449. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/elasticache-defaults.js +3 -4
  450. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/elasticache-helper.js +4 -5
  451. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/elasticsearch-defaults.js +2 -3
  452. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/elasticsearch-helper.js +3 -4
  453. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/eventbridge-helper.d.ts +2 -2
  454. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/eventbridge-helper.js +3 -4
  455. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/events-rule-defaults.js +2 -3
  456. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/fargate-defaults.js +6 -7
  457. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/fargate-helper.js +6 -7
  458. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-database-defaults.js +2 -3
  459. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-database-helper.js +2 -3
  460. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-job-defaults.js +2 -3
  461. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-job-helper.js +7 -7
  462. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-table-defaults.js +2 -3
  463. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-table-helper.js +3 -4
  464. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/iot-topic-rule-defaults.js +2 -3
  465. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kendra-defaults.js +2 -3
  466. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kendra-helper.js +5 -6
  467. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kinesis-analytics-helper.js +2 -3
  468. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kinesis-firehose-s3-defaults.js +2 -3
  469. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kinesis-streams-helper.js +4 -5
  470. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kms-helper.js +2 -3
  471. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/lambda-defaults.js +2 -3
  472. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/lambda-event-source-mapping-defaults.js +4 -5
  473. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/lambda-helper.js +6 -7
  474. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/mediastore-defaults.js +2 -3
  475. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/mediastore-helper.js +3 -4
  476. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/opensearch-defaults.js +2 -3
  477. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/opensearch-helper.js +4 -5
  478. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/override-warning-service.js +2 -3
  479. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/pipes-defaults.d.ts +1 -0
  480. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/pipes-defaults.js +13 -5
  481. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/pipes-helper.d.ts +10 -0
  482. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/pipes-helper.js +62 -6
  483. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/s3-bucket-defaults.js +3 -3
  484. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/s3-bucket-helper.js +7 -8
  485. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sagemaker-defaults.js +5 -6
  486. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sagemaker-helper.js +8 -9
  487. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/secretsmanager-helper.js +3 -4
  488. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/security-group-helper.js +3 -4
  489. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sns-helper.js +3 -4
  490. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sqs-defaults.js +3 -3
  491. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sqs-helper.d.ts +1 -1
  492. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sqs-helper.js +4 -5
  493. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/ssm-string-parameter-helper.js +2 -3
  494. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/step-function-defaults.js +2 -3
  495. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/step-function-helper.js +5 -5
  496. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/utils.js +19 -19
  497. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/vpc-defaults.js +4 -5
  498. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/vpc-helper.js +6 -6
  499. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/waf-defaults.js +4 -5
  500. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/waf-helper.js +3 -4
  501. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/websocket-api-helper.js +4 -5
  502. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/package.json +4 -4
  503. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/lambda/index.js +13 -0
  504. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/lambda-test/index.js +13 -0
  505. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/pipes-helper.test.js +93 -1
  506. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/test-helper.js +16 -16
  507. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/package.json +7 -7
  508. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/__entrypoint__.js +1 -0
  509. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +21 -0
  510. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/cdk.out +1 -1
  511. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/integ.json +1 -1
  512. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddb-deployFunctionWithExistingVpc.assets.json +9 -9
  513. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddb-deployFunctionWithExistingVpc.template.json +8 -2
  514. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddbdeployFunctionWithExistingVpcIntegDefaultTestDeployAssertEE08E38E.assets.json +1 -1
  515. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/manifest.json +8 -2
  516. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/tree.json +84 -78
  517. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/__entrypoint__.js +1 -0
  518. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +21 -0
  519. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/cdk.out +1 -1
  520. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/integ.json +1 -1
  521. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddb-deployFunctionWithVpc.assets.json +9 -9
  522. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddb-deployFunctionWithVpc.template.json +8 -2
  523. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddbdeployFunctionWithVpcIntegDefaultTestDeployAssert0AB8275C.assets.json +1 -1
  524. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/manifest.json +8 -2
  525. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/tree.json +64 -58
  526. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/lambda/index.js +13 -0
  527. package/node_modules/@gemeentenijmegen/apiclient/lib/index.d.ts +10 -8
  528. package/node_modules/@gemeentenijmegen/apiclient/lib/index.js +23 -27
  529. package/node_modules/@gemeentenijmegen/apiclient/package.json +16 -14
  530. package/node_modules/@gemeentenijmegen/apigateway-http/package.json +10 -9
  531. package/node_modules/@gemeentenijmegen/session/package.json +9 -8
  532. package/node_modules/@gemeentenijmegen/utils/package.json +12 -11
  533. package/node_modules/@smithy/abort-controller/dist-cjs/index.js +8 -6
  534. package/node_modules/@smithy/abort-controller/package.json +3 -3
  535. package/node_modules/@smithy/chunked-blob-reader/package.json +6 -2
  536. package/node_modules/@smithy/chunked-blob-reader-native/package.json +7 -3
  537. package/node_modules/@smithy/config-resolver/dist-cjs/index.js +8 -12
  538. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +3 -0
  539. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +4 -1
  540. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +3 -0
  541. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +4 -1
  542. package/node_modules/@smithy/config-resolver/package.json +6 -6
  543. package/node_modules/@smithy/core/dist-cjs/index.js +34 -22
  544. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +2 -4
  545. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +1 -1
  546. package/node_modules/@smithy/core/dist-es/pagination/createPaginator.js +9 -6
  547. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +1 -0
  548. package/node_modules/@smithy/core/package.json +11 -11
  549. package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +10 -11
  550. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +1 -0
  551. package/node_modules/@smithy/credential-provider-imds/package.json +7 -7
  552. package/node_modules/@smithy/eventstream-codec/dist-cjs/index.js +28 -21
  553. package/node_modules/@smithy/eventstream-codec/package.json +8 -5
  554. package/node_modules/@smithy/eventstream-serde-browser/dist-cjs/index.js +4 -3
  555. package/node_modules/@smithy/eventstream-serde-browser/package.json +4 -4
  556. package/node_modules/@smithy/eventstream-serde-config-resolver/dist-types/EventStreamSerdeConfig.d.ts +3 -0
  557. package/node_modules/@smithy/eventstream-serde-config-resolver/dist-types/ts3.4/EventStreamSerdeConfig.d.ts +3 -0
  558. package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +3 -3
  559. package/node_modules/@smithy/eventstream-serde-node/dist-cjs/index.js +4 -3
  560. package/node_modules/@smithy/eventstream-serde-node/package.json +5 -5
  561. package/node_modules/@smithy/eventstream-serde-universal/dist-cjs/index.js +4 -3
  562. package/node_modules/@smithy/eventstream-serde-universal/package.json +6 -6
  563. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +37 -10
  564. package/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +27 -1
  565. package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +6 -4
  566. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +6 -4
  567. package/node_modules/@smithy/fetch-http-handler/package.json +9 -6
  568. package/node_modules/@smithy/hash-blob-browser/package.json +8 -5
  569. package/node_modules/@smithy/hash-node/dist-cjs/index.js +4 -3
  570. package/node_modules/@smithy/hash-node/package.json +6 -6
  571. package/node_modules/@smithy/hash-stream-node/dist-cjs/index.js +4 -3
  572. package/node_modules/@smithy/hash-stream-node/dist-types/HashCalculator.d.ts +1 -0
  573. package/node_modules/@smithy/hash-stream-node/package.json +6 -6
  574. package/node_modules/@smithy/invalid-dependency/package.json +5 -2
  575. package/node_modules/@smithy/is-array-buffer/package.json +5 -4
  576. package/node_modules/@smithy/md5-js/dist-cjs/index.js +4 -3
  577. package/node_modules/@smithy/md5-js/package.json +9 -6
  578. package/node_modules/@smithy/middleware-content-length/package.json +4 -4
  579. package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +10 -9
  580. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +3 -0
  581. package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +4 -1
  582. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +4 -1
  583. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/types.d.ts +8 -1
  584. package/node_modules/@smithy/middleware-endpoint/dist-types/types.d.ts +8 -1
  585. package/node_modules/@smithy/middleware-endpoint/package.json +10 -10
  586. package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +18 -17
  587. package/node_modules/@smithy/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts +2 -0
  588. package/node_modules/@smithy/middleware-retry/dist-types/StandardRetryStrategy.d.ts +3 -0
  589. package/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +21 -0
  590. package/node_modules/@smithy/middleware-retry/dist-types/defaultRetryQuota.d.ts +6 -0
  591. package/node_modules/@smithy/middleware-retry/dist-types/delayDecider.d.ts +1 -0
  592. package/node_modules/@smithy/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +9 -0
  593. package/node_modules/@smithy/middleware-retry/dist-types/retryDecider.d.ts +1 -0
  594. package/node_modules/@smithy/middleware-retry/dist-types/retryMiddleware.d.ts +12 -0
  595. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +2 -0
  596. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +3 -0
  597. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/configurations.d.ts +21 -0
  598. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts +6 -0
  599. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/delayDecider.d.ts +1 -0
  600. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/omitRetryHeadersMiddleware.d.ts +9 -0
  601. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryDecider.d.ts +1 -0
  602. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryMiddleware.d.ts +12 -0
  603. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/types.d.ts +12 -0
  604. package/node_modules/@smithy/middleware-retry/dist-types/types.d.ts +12 -0
  605. package/node_modules/@smithy/middleware-retry/package.json +10 -10
  606. package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +11 -4
  607. package/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +12 -2
  608. package/node_modules/@smithy/middleware-serde/package.json +4 -4
  609. package/node_modules/@smithy/middleware-stack/dist-cjs/index.js +4 -12
  610. package/node_modules/@smithy/middleware-stack/dist-types/MiddlewareStack.d.ts +3 -0
  611. package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts +3 -0
  612. package/node_modules/@smithy/middleware-stack/package.json +3 -3
  613. package/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +9 -0
  614. package/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +7 -0
  615. package/node_modules/@smithy/node-config-provider/dist-types/fromStatic.d.ts +6 -0
  616. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +9 -0
  617. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +7 -0
  618. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +6 -0
  619. package/node_modules/@smithy/node-config-provider/package.json +6 -6
  620. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +57 -48
  621. package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +11 -3
  622. package/node_modules/@smithy/node-http-handler/dist-es/timing.js +2 -2
  623. package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +11 -8
  624. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +8 -0
  625. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +3 -0
  626. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +6 -1
  627. package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +1 -0
  628. package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +2 -0
  629. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +2 -0
  630. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +2 -0
  631. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +1 -0
  632. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +4 -0
  633. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +1 -0
  634. package/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +2 -2
  635. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +8 -0
  636. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +3 -0
  637. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +6 -1
  638. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +4 -0
  639. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +2 -2
  640. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +1 -1
  641. package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +1 -1
  642. package/node_modules/@smithy/node-http-handler/package.json +8 -8
  643. package/node_modules/@smithy/property-provider/dist-cjs/index.js +16 -14
  644. package/node_modules/@smithy/property-provider/package.json +3 -3
  645. package/node_modules/@smithy/protocol-http/dist-cjs/index.js +16 -12
  646. package/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +0 -2
  647. package/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +3 -1
  648. package/node_modules/@smithy/protocol-http/dist-types/httpResponse.d.ts +13 -0
  649. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpHandler.d.ts +0 -2
  650. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +3 -1
  651. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpResponse.d.ts +13 -0
  652. package/node_modules/@smithy/protocol-http/package.json +3 -3
  653. package/node_modules/@smithy/querystring-builder/package.json +4 -4
  654. package/node_modules/@smithy/querystring-parser/package.json +3 -3
  655. package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +4 -14
  656. package/node_modules/@smithy/service-error-classification/dist-es/index.js +3 -2
  657. package/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +1 -1
  658. package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/index.d.ts +1 -1
  659. package/node_modules/@smithy/service-error-classification/package.json +3 -3
  660. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts +10 -0
  661. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +1 -0
  662. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +2 -0
  663. package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +10 -0
  664. package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +7 -0
  665. package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +3 -0
  666. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +10 -0
  667. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +1 -0
  668. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +2 -0
  669. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +10 -0
  670. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +7 -0
  671. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +3 -0
  672. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +6 -3
  673. package/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +6 -3
  674. package/node_modules/@smithy/shared-ini-file-loader/package.json +4 -4
  675. package/node_modules/@smithy/signature-v4/dist-cjs/index.js +16 -14
  676. package/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +9 -0
  677. package/node_modules/@smithy/signature-v4/dist-types/credentialDerivation.d.ts +13 -9
  678. package/node_modules/@smithy/signature-v4/dist-types/getCanonicalHeaders.d.ts +1 -1
  679. package/node_modules/@smithy/signature-v4/dist-types/getCanonicalQuery.d.ts +1 -1
  680. package/node_modules/@smithy/signature-v4/dist-types/getPayloadHash.d.ts +1 -1
  681. package/node_modules/@smithy/signature-v4/dist-types/moveHeadersToQuery.d.ts +1 -1
  682. package/node_modules/@smithy/signature-v4/dist-types/prepareRequest.d.ts +1 -1
  683. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +9 -0
  684. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +13 -9
  685. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +1 -1
  686. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +1 -1
  687. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +1 -1
  688. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +1 -1
  689. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +1 -1
  690. package/node_modules/@smithy/signature-v4/package.json +9 -9
  691. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +76 -56
  692. package/node_modules/@smithy/smithy-client/dist-es/exceptions.js +25 -1
  693. package/node_modules/@smithy/smithy-client/dist-es/lazy-json.js +21 -30
  694. package/node_modules/@smithy/smithy-client/dist-types/exceptions.d.ts +8 -0
  695. package/node_modules/@smithy/smithy-client/dist-types/extensions/retry.d.ts +3 -0
  696. package/node_modules/@smithy/smithy-client/dist-types/lazy-json.d.ts +37 -15
  697. package/node_modules/@smithy/smithy-client/dist-types/ser-utils.d.ts +1 -0
  698. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/exceptions.d.ts +8 -0
  699. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/retry.d.ts +3 -0
  700. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/lazy-json.d.ts +37 -15
  701. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/ser-utils.d.ts +1 -0
  702. package/node_modules/@smithy/smithy-client/package.json +10 -10
  703. package/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +2 -0
  704. package/node_modules/@smithy/types/dist-types/client.d.ts +1 -0
  705. package/node_modules/@smithy/types/dist-types/connection/config.d.ts +3 -0
  706. package/node_modules/@smithy/types/dist-types/connection/manager.d.ts +6 -0
  707. package/node_modules/@smithy/types/dist-types/connection/pool.d.ts +8 -0
  708. package/node_modules/@smithy/types/dist-types/encode.d.ts +12 -0
  709. package/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +12 -0
  710. package/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +3 -0
  711. package/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +9 -0
  712. package/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +6 -0
  713. package/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +30 -0
  714. package/node_modules/@smithy/types/dist-types/eventStream.d.ts +31 -2
  715. package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +3 -0
  716. package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +3 -2
  717. package/node_modules/@smithy/types/dist-types/http.d.ts +6 -0
  718. package/node_modules/@smithy/types/dist-types/pagination.d.ts +8 -1
  719. package/node_modules/@smithy/types/dist-types/serde.d.ts +1 -0
  720. package/node_modules/@smithy/types/dist-types/shapes.d.ts +1 -0
  721. package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +2 -1
  722. package/node_modules/@smithy/types/dist-types/transfer.d.ts +8 -0
  723. package/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +1 -0
  724. package/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +1 -0
  725. package/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +3 -0
  726. package/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +6 -0
  727. package/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +8 -0
  728. package/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +12 -0
  729. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +12 -0
  730. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +3 -0
  731. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +9 -0
  732. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +6 -0
  733. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +30 -0
  734. package/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +31 -2
  735. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +3 -0
  736. package/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +3 -2
  737. package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +6 -0
  738. package/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +7 -0
  739. package/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +1 -0
  740. package/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +1 -0
  741. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +1 -1
  742. package/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +8 -0
  743. package/node_modules/@smithy/types/package.json +2 -2
  744. package/node_modules/@smithy/url-parser/package.json +6 -3
  745. package/node_modules/@smithy/util-base64/package.json +8 -7
  746. package/node_modules/@smithy/util-body-length-browser/package.json +7 -3
  747. package/node_modules/@smithy/util-body-length-node/package.json +6 -5
  748. package/node_modules/@smithy/util-buffer-from/package.json +7 -6
  749. package/node_modules/@smithy/util-config-provider/package.json +6 -5
  750. package/node_modules/@smithy/util-defaults-mode-browser/package.json +7 -7
  751. package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +2 -2
  752. package/node_modules/@smithy/util-defaults-mode-node/package.json +10 -10
  753. package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +13 -15
  754. package/node_modules/@smithy/util-endpoints/package.json +5 -5
  755. package/node_modules/@smithy/util-hex-encoding/package.json +5 -4
  756. package/node_modules/@smithy/util-middleware/package.json +4 -4
  757. package/node_modules/@smithy/util-retry/dist-cjs/index.js +27 -21
  758. package/node_modules/@smithy/util-retry/package.json +5 -5
  759. package/node_modules/@smithy/util-stream/dist-cjs/index.js +4 -3
  760. package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +1 -1
  761. package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +1 -1
  762. package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +1 -0
  763. package/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +1 -1
  764. package/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +2 -1
  765. package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +1 -1
  766. package/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +2 -1
  767. package/node_modules/@smithy/util-stream/package.json +11 -11
  768. package/node_modules/@smithy/util-uri-escape/package.json +5 -4
  769. package/node_modules/@smithy/util-utf8/package.json +6 -5
  770. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +34 -9
  771. package/node_modules/@smithy/util-waiter/dist-es/poller.js +30 -4
  772. package/node_modules/@smithy/util-waiter/dist-es/utils/validate.js +3 -3
  773. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/waiter.d.ts +5 -0
  774. package/node_modules/@smithy/util-waiter/dist-types/waiter.d.ts +5 -0
  775. package/node_modules/@smithy/util-waiter/package.json +4 -4
  776. package/node_modules/@types/aws-lambda/README.md +1 -1
  777. package/node_modules/@types/aws-lambda/index.d.ts +1 -0
  778. package/node_modules/@types/aws-lambda/package.json +4 -3
  779. package/node_modules/@types/aws-lambda/trigger/guard-duty-event-notification.d.ts +36 -0
  780. package/node_modules/axios/CHANGELOG.md +49 -0
  781. package/node_modules/axios/README.md +20 -8
  782. package/node_modules/axios/dist/axios.js +34 -63
  783. package/node_modules/axios/dist/axios.js.map +1 -1
  784. package/node_modules/axios/dist/axios.min.js +1 -1
  785. package/node_modules/axios/dist/axios.min.js.map +1 -1
  786. package/node_modules/axios/dist/browser/axios.cjs +40 -71
  787. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  788. package/node_modules/axios/dist/esm/axios.js +40 -71
  789. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  790. package/node_modules/axios/dist/esm/axios.min.js +1 -1
  791. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  792. package/node_modules/axios/dist/node/axios.cjs +45 -75
  793. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  794. package/node_modules/axios/index.d.cts +5 -1
  795. package/node_modules/axios/index.d.ts +8 -1
  796. package/node_modules/axios/lib/adapters/http.js +4 -4
  797. package/node_modules/axios/lib/core/Axios.js +7 -2
  798. package/node_modules/axios/lib/core/mergeConfig.js +5 -5
  799. package/node_modules/axios/lib/env/data.js +1 -1
  800. package/node_modules/axios/lib/helpers/buildURL.js +7 -1
  801. package/node_modules/axios/lib/helpers/formDataToStream.js +2 -2
  802. package/node_modules/axios/lib/helpers/isURLSameOrigin.js +12 -65
  803. package/node_modules/axios/lib/helpers/validator.js +8 -0
  804. package/node_modules/axios/package.json +3 -3
  805. package/node_modules/dotenv/CHANGELOG.md +15 -2
  806. package/node_modules/dotenv/README.md +37 -114
  807. package/node_modules/dotenv/package.json +5 -9
  808. package/node_modules/openid-client/lib/helpers/client.js +1 -4
  809. package/node_modules/openid-client/package.json +3 -3
  810. package/package.json +25 -24
  811. package/node_modules/@aws-sdk/client-sso-oidc/LICENSE +0 -201
  812. package/node_modules/@aws-sdk/client-sso-oidc/README.md +0 -274
  813. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +0 -1052
  814. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDC.js +0 -15
  815. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenWithIAMCommand.js +0 -23
  816. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/RegisterClientCommand.js +0 -23
  817. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/StartDeviceAuthorizationCommand.js +0 -23
  818. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/index.js +0 -4
  819. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenWithIAMCommand.d.ts +0 -257
  820. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +0 -143
  821. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +0 -123
  822. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/index.d.ts +0 -4
  823. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +0 -795
  824. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/protocols/Aws_restJson1.d.ts +0 -38
  825. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDC.d.ts +0 -73
  826. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenWithIAMCommand.d.ts +0 -51
  827. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts +0 -50
  828. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts +0 -51
  829. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/index.d.ts +0 -4
  830. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -53
  831. package/node_modules/@aws-sdk/client-sso-oidc/package.json +0 -102
  832. package/node_modules/@aws-sdk/client-sts/LICENSE +0 -201
  833. package/node_modules/@aws-sdk/client-sts/README.md +0 -281
  834. package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +0 -1535
  835. package/node_modules/@aws-sdk/client-sts/dist-es/STS.js +0 -25
  836. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +0 -23
  837. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRootCommand.js +0 -23
  838. package/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +0 -22
  839. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +0 -22
  840. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +0 -22
  841. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +0 -23
  842. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +0 -23
  843. package/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +0 -9
  844. package/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +0 -78
  845. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +0 -294
  846. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRootCommand.d.ts +0 -129
  847. package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +0 -127
  848. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +0 -87
  849. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +0 -128
  850. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +0 -242
  851. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +0 -166
  852. package/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +0 -9
  853. package/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +0 -83
  854. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +0 -160
  855. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +0 -51
  856. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRootCommand.d.ts +0 -47
  857. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +0 -51
  858. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +0 -50
  859. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +0 -51
  860. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +0 -51
  861. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +0 -50
  862. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +0 -9
  863. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -113
  864. package/node_modules/@aws-sdk/client-sts/package.json +0 -102
  865. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/streams/create-read-stream-on-buffer.browser.js +0 -7
  866. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/streams/create-read-stream-on-buffer.js +0 -11
  867. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/streams/create-read-stream-on-buffer.browser.js +0 -3
  868. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/streams/create-read-stream-on-buffer.js +0 -7
  869. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/streams/create-read-stream-on-buffer.browser.d.ts +0 -4
  870. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/streams/create-read-stream-on-buffer.d.ts +0 -6
  871. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/streams/create-read-stream-on-buffer.browser.d.ts +0 -3
  872. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/streams/create-read-stream-on-buffer.d.ts +0 -2
  873. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/.jsii +0 -7543
  874. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/.jsii.tabl.json.gz +0 -0
  875. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/.warnings.jsii.js +0 -217
  876. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/LICENSE +0 -201
  877. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/NOTICE +0 -2
  878. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/README.md +0 -560
  879. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/awslint.json +0 -13
  880. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/api-call-base.d.ts +0 -129
  881. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/api-call-base.js +0 -56
  882. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/assertions.d.ts +0 -36
  883. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/assertions.js +0 -50
  884. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/common.d.ts +0 -115
  885. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/common.js +0 -157
  886. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/http-call.d.ts +0 -22
  887. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/http-call.js +0 -92
  888. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/index.d.ts +0 -9
  889. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/index.js +0 -26
  890. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/match.d.ts +0 -42
  891. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/match.js +0 -43
  892. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/private/deploy-assert.d.ts +0 -43
  893. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/private/deploy-assert.js +0 -98
  894. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/private/hash.d.ts +0 -1
  895. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/private/hash.js +0 -12
  896. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/index.d.ts +0 -2
  897. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/index.js +0 -19
  898. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/assertion.d.ts +0 -5
  899. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/assertion.js +0 -144
  900. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/base.d.ts +0 -30
  901. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/base.js +0 -134
  902. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/http.d.ts +0 -5
  903. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/http.js +0 -32
  904. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/index.d.ts +0 -14
  905. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/index.js +0 -171
  906. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/sdk.d.ts +0 -9
  907. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/sdk.js +0 -41
  908. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/types.d.ts +0 -235
  909. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/types.js +0 -43
  910. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/utils.d.ts +0 -6
  911. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/utils.js +0 -52
  912. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler.bundle/index.js +0 -31704
  913. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/provider.d.ts +0 -89
  914. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/provider.js +0 -232
  915. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/sdk.d.ts +0 -149
  916. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/sdk.js +0 -218
  917. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/types.d.ts +0 -82
  918. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/types.js +0 -3
  919. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/waiter-state-machine.d.ts +0 -74
  920. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/waiter-state-machine.js +0 -144
  921. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/index.d.ts +0 -2
  922. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/index.js +0 -19
  923. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/manifest-synthesizer.d.ts +0 -8
  924. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/manifest-synthesizer.js +0 -33
  925. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/manifest-writer.d.ts +0 -5
  926. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/manifest-writer.js +0 -28
  927. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/test-case.d.ts +0 -107
  928. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/test-case.js +0 -146
  929. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/package.json +0 -139
  930. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/rosetta/_generated.ts-fixture +0 -6
  931. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/rosetta/default.ts-fixture +0 -31
  932. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.0c3255e93ffe7a906c7422e9f0e9cc4c7fd86ee996ee3bb302e2f134b38463c8/index.js +0 -8
  933. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.ee7de53d64cc9d6248fa6aa550f92358f6c907b5efd6f3298aeab1b5e7ea358a/__entrypoint__.js +0 -1
  934. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.0c3255e93ffe7a906c7422e9f0e9cc4c7fd86ee996ee3bb302e2f134b38463c8/index.js +0 -8
  935. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.ee7de53d64cc9d6248fa6aa550f92358f6c907b5efd6f3298aeab1b5e7ea358a/__entrypoint__.js +0 -1
  936. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/endpoint/endpointResolver.js +0 -0
  937. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/endpoint/ruleset.js +0 -0
  938. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/runtimeConfig.native.js +0 -0
  939. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/runtimeConfig.shared.js +0 -0
  940. /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/auth/httpAuthExtensionConfiguration.js +0 -0
  941. /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/endpoint/EndpointParameters.js +0 -0
  942. /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/endpoint/endpointResolver.js +0 -0
  943. /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/endpoint/ruleset.js +0 -0
  944. /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/runtimeConfig.native.js +0 -0
  945. /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/runtimeConfig.shared.js +0 -0
  946. /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/runtimeExtensions.js +0 -0
  947. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es/extensionConfiguration.js → nested-clients/dist-es/index.js} +0 -0
  948. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/auth/httpAuthExtensionConfiguration.js +0 -0
  949. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/commands/CreateTokenCommand.js +0 -0
  950. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/endpoint/EndpointParameters.js +0 -0
  951. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/endpoint/endpointResolver.js +0 -0
  952. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/endpoint/ruleset.js +0 -0
  953. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sso-oidc}/extensionConfiguration.js +0 -0
  954. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/index.js +0 -0
  955. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/models/SSOOIDCServiceException.js +0 -0
  956. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/models/index.js +0 -0
  957. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/runtimeConfig.native.js +0 -0
  958. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/runtimeConfig.shared.js +0 -0
  959. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/runtimeExtensions.js +0 -0
  960. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/auth/httpAuthExtensionConfiguration.js +0 -0
  961. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/commands/AssumeRoleCommand.js +0 -0
  962. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/commands/AssumeRoleWithWebIdentityCommand.js +0 -0
  963. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/defaultRoleAssumers.js +0 -0
  964. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/endpoint/EndpointParameters.js +0 -0
  965. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/endpoint/endpointResolver.js +0 -0
  966. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/endpoint/ruleset.js +0 -0
  967. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/index.js +0 -0
  968. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/models/STSServiceException.js +0 -0
  969. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/models/index.js +0 -0
  970. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/runtimeConfig.native.js +0 -0
  971. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/runtimeConfig.shared.js +0 -0
  972. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/runtimeExtensions.js +0 -0
  973. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/auth/httpAuthExtensionConfiguration.d.ts +0 -0
  974. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/auth/httpAuthSchemeProvider.d.ts +0 -0
  975. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/endpoint/EndpointParameters.d.ts +0 -0
  976. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/endpoint/endpointResolver.d.ts +0 -0
  977. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/endpoint/ruleset.d.ts +0 -0
  978. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/extensionConfiguration.d.ts +0 -0
  979. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/index.d.ts +0 -0
  980. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/models/SSOOIDCServiceException.d.ts +0 -0
  981. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/models/index.d.ts +0 -0
  982. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/runtimeConfig.shared.d.ts +0 -0
  983. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/runtimeExtensions.d.ts +0 -0
  984. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/auth/httpAuthExtensionConfiguration.d.ts +0 -0
  985. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/auth/httpAuthSchemeProvider.d.ts +0 -0
  986. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/defaultRoleAssumers.d.ts +0 -0
  987. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/endpoint/EndpointParameters.d.ts +0 -0
  988. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/endpoint/endpointResolver.d.ts +0 -0
  989. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/submodules/sts}/endpoint/ruleset.d.ts +0 -0
  990. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/extensionConfiguration.d.ts +0 -0
  991. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/index.d.ts +0 -0
  992. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/models/STSServiceException.d.ts +0 -0
  993. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/submodules/sts}/models/index.d.ts +0 -0
  994. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/runtimeConfig.shared.d.ts +0 -0
  995. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/runtimeExtensions.d.ts +0 -0
  996. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/auth/httpAuthExtensionConfiguration.d.ts +0 -0
  997. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/auth/httpAuthSchemeProvider.d.ts +0 -0
  998. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/endpoint/EndpointParameters.d.ts +0 -0
  999. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/endpoint/endpointResolver.d.ts +0 -0
  1000. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/endpoint/ruleset.d.ts +0 -0
  1001. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/extensionConfiguration.d.ts +0 -0
  1002. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/index.d.ts +0 -0
  1003. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/models/SSOOIDCServiceException.d.ts +0 -0
  1004. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/models/index.d.ts +0 -0
  1005. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/runtimeConfig.shared.d.ts +0 -0
  1006. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/runtimeExtensions.d.ts +0 -0
  1007. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/auth/httpAuthExtensionConfiguration.d.ts +0 -0
  1008. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/auth/httpAuthSchemeProvider.d.ts +0 -0
  1009. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/commands/AssumeRoleCommand.d.ts +0 -0
  1010. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -0
  1011. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/defaultRoleAssumers.d.ts +0 -0
  1012. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/endpoint/EndpointParameters.d.ts +0 -0
  1013. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/endpoint/endpointResolver.d.ts +0 -0
  1014. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/endpoint/ruleset.d.ts +0 -0
  1015. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/extensionConfiguration.d.ts +0 -0
  1016. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/index.d.ts +0 -0
  1017. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/models/STSServiceException.d.ts +0 -0
  1018. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/models/index.d.ts +0 -0
  1019. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/runtimeConfig.shared.d.ts +0 -0
  1020. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/runtimeExtensions.d.ts +0 -0
  1021. /package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/{asset.ee7de53d64cc9d6248fa6aa550f92358f6c907b5efd6f3298aeab1b5e7ea358a → asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200}/index.js +0 -0
  1022. /package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/{asset.ee7de53d64cc9d6248fa6aa550f92358f6c907b5efd6f3298aeab1b5e7ea358a → asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200}/index.js +0 -0
@@ -105,6 +105,7 @@ __export(src_exports, {
105
105
  ListImportsCommand: () => ListImportsCommand,
106
106
  ListTablesCommand: () => ListTablesCommand,
107
107
  ListTagsOfResourceCommand: () => ListTagsOfResourceCommand,
108
+ MultiRegionConsistency: () => MultiRegionConsistency,
108
109
  PointInTimeRecoveryStatus: () => PointInTimeRecoveryStatus,
109
110
  PointInTimeRecoveryUnavailableException: () => PointInTimeRecoveryUnavailableException,
110
111
  PolicyNotFoundException: () => PolicyNotFoundException,
@@ -116,6 +117,7 @@ __export(src_exports, {
116
117
  ReplicaAlreadyExistsException: () => ReplicaAlreadyExistsException,
117
118
  ReplicaNotFoundException: () => ReplicaNotFoundException,
118
119
  ReplicaStatus: () => ReplicaStatus,
120
+ ReplicatedWriteConflictException: () => ReplicatedWriteConflictException,
119
121
  RequestLimitExceeded: () => RequestLimitExceeded,
120
122
  ResourceInUseException: () => ResourceInUseException,
121
123
  ResourceNotFoundException: () => ResourceNotFoundException,
@@ -214,7 +216,10 @@ var import_uuid = require("uuid");
214
216
 
215
217
  // src/models/DynamoDBServiceException.ts
216
218
  var import_smithy_client = require("@smithy/smithy-client");
217
- var _DynamoDBServiceException = class _DynamoDBServiceException extends import_smithy_client.ServiceException {
219
+ var DynamoDBServiceException = class _DynamoDBServiceException extends import_smithy_client.ServiceException {
220
+ static {
221
+ __name(this, "DynamoDBServiceException");
222
+ }
218
223
  /**
219
224
  * @internal
220
225
  */
@@ -223,8 +228,6 @@ var _DynamoDBServiceException = class _DynamoDBServiceException extends import_s
223
228
  Object.setPrototypeOf(this, _DynamoDBServiceException.prototype);
224
229
  }
225
230
  };
226
- __name(_DynamoDBServiceException, "DynamoDBServiceException");
227
- var DynamoDBServiceException = _DynamoDBServiceException;
228
231
 
229
232
  // src/models/models_0.ts
230
233
  var ApproximateCreationDateTimePrecision = {
@@ -287,7 +290,12 @@ var TimeToLiveStatus = {
287
290
  ENABLED: "ENABLED",
288
291
  ENABLING: "ENABLING"
289
292
  };
290
- var _BackupInUseException = class _BackupInUseException extends DynamoDBServiceException {
293
+ var BackupInUseException = class _BackupInUseException extends DynamoDBServiceException {
294
+ static {
295
+ __name(this, "BackupInUseException");
296
+ }
297
+ name = "BackupInUseException";
298
+ $fault = "client";
291
299
  /**
292
300
  * @internal
293
301
  */
@@ -297,14 +305,15 @@ var _BackupInUseException = class _BackupInUseException extends DynamoDBServiceE
297
305
  $fault: "client",
298
306
  ...opts
299
307
  });
300
- this.name = "BackupInUseException";
301
- this.$fault = "client";
302
308
  Object.setPrototypeOf(this, _BackupInUseException.prototype);
303
309
  }
304
310
  };
305
- __name(_BackupInUseException, "BackupInUseException");
306
- var BackupInUseException = _BackupInUseException;
307
- var _BackupNotFoundException = class _BackupNotFoundException extends DynamoDBServiceException {
311
+ var BackupNotFoundException = class _BackupNotFoundException extends DynamoDBServiceException {
312
+ static {
313
+ __name(this, "BackupNotFoundException");
314
+ }
315
+ name = "BackupNotFoundException";
316
+ $fault = "client";
308
317
  /**
309
318
  * @internal
310
319
  */
@@ -314,13 +323,9 @@ var _BackupNotFoundException = class _BackupNotFoundException extends DynamoDBSe
314
323
  $fault: "client",
315
324
  ...opts
316
325
  });
317
- this.name = "BackupNotFoundException";
318
- this.$fault = "client";
319
326
  Object.setPrototypeOf(this, _BackupNotFoundException.prototype);
320
327
  }
321
328
  };
322
- __name(_BackupNotFoundException, "BackupNotFoundException");
323
- var BackupNotFoundException = _BackupNotFoundException;
324
329
  var BackupTypeFilter = {
325
330
  ALL: "ALL",
326
331
  AWS_BACKUP: "AWS_BACKUP",
@@ -349,7 +354,12 @@ var BatchStatementErrorCodeEnum = {
349
354
  TransactionConflict: "TransactionConflict",
350
355
  ValidationError: "ValidationError"
351
356
  };
352
- var _InternalServerError = class _InternalServerError extends DynamoDBServiceException {
357
+ var InternalServerError = class _InternalServerError extends DynamoDBServiceException {
358
+ static {
359
+ __name(this, "InternalServerError");
360
+ }
361
+ name = "InternalServerError";
362
+ $fault = "server";
353
363
  /**
354
364
  * @internal
355
365
  */
@@ -359,14 +369,15 @@ var _InternalServerError = class _InternalServerError extends DynamoDBServiceExc
359
369
  $fault: "server",
360
370
  ...opts
361
371
  });
362
- this.name = "InternalServerError";
363
- this.$fault = "server";
364
372
  Object.setPrototypeOf(this, _InternalServerError.prototype);
365
373
  }
366
374
  };
367
- __name(_InternalServerError, "InternalServerError");
368
- var InternalServerError = _InternalServerError;
369
- var _RequestLimitExceeded = class _RequestLimitExceeded extends DynamoDBServiceException {
375
+ var RequestLimitExceeded = class _RequestLimitExceeded extends DynamoDBServiceException {
376
+ static {
377
+ __name(this, "RequestLimitExceeded");
378
+ }
379
+ name = "RequestLimitExceeded";
380
+ $fault = "client";
370
381
  /**
371
382
  * @internal
372
383
  */
@@ -376,14 +387,16 @@ var _RequestLimitExceeded = class _RequestLimitExceeded extends DynamoDBServiceE
376
387
  $fault: "client",
377
388
  ...opts
378
389
  });
379
- this.name = "RequestLimitExceeded";
380
- this.$fault = "client";
381
390
  Object.setPrototypeOf(this, _RequestLimitExceeded.prototype);
382
391
  }
383
392
  };
384
- __name(_RequestLimitExceeded, "RequestLimitExceeded");
385
- var RequestLimitExceeded = _RequestLimitExceeded;
386
- var _InvalidEndpointException = class _InvalidEndpointException extends DynamoDBServiceException {
393
+ var InvalidEndpointException = class _InvalidEndpointException extends DynamoDBServiceException {
394
+ static {
395
+ __name(this, "InvalidEndpointException");
396
+ }
397
+ name = "InvalidEndpointException";
398
+ $fault = "client";
399
+ Message;
387
400
  /**
388
401
  * @internal
389
402
  */
@@ -393,15 +406,16 @@ var _InvalidEndpointException = class _InvalidEndpointException extends DynamoDB
393
406
  $fault: "client",
394
407
  ...opts
395
408
  });
396
- this.name = "InvalidEndpointException";
397
- this.$fault = "client";
398
409
  Object.setPrototypeOf(this, _InvalidEndpointException.prototype);
399
410
  this.Message = opts.Message;
400
411
  }
401
412
  };
402
- __name(_InvalidEndpointException, "InvalidEndpointException");
403
- var InvalidEndpointException = _InvalidEndpointException;
404
- var _ProvisionedThroughputExceededException = class _ProvisionedThroughputExceededException extends DynamoDBServiceException {
413
+ var ProvisionedThroughputExceededException = class _ProvisionedThroughputExceededException extends DynamoDBServiceException {
414
+ static {
415
+ __name(this, "ProvisionedThroughputExceededException");
416
+ }
417
+ name = "ProvisionedThroughputExceededException";
418
+ $fault = "client";
405
419
  /**
406
420
  * @internal
407
421
  */
@@ -411,14 +425,15 @@ var _ProvisionedThroughputExceededException = class _ProvisionedThroughputExceed
411
425
  $fault: "client",
412
426
  ...opts
413
427
  });
414
- this.name = "ProvisionedThroughputExceededException";
415
- this.$fault = "client";
416
428
  Object.setPrototypeOf(this, _ProvisionedThroughputExceededException.prototype);
417
429
  }
418
430
  };
419
- __name(_ProvisionedThroughputExceededException, "ProvisionedThroughputExceededException");
420
- var ProvisionedThroughputExceededException = _ProvisionedThroughputExceededException;
421
- var _ResourceNotFoundException = class _ResourceNotFoundException extends DynamoDBServiceException {
431
+ var ResourceNotFoundException = class _ResourceNotFoundException extends DynamoDBServiceException {
432
+ static {
433
+ __name(this, "ResourceNotFoundException");
434
+ }
435
+ name = "ResourceNotFoundException";
436
+ $fault = "client";
422
437
  /**
423
438
  * @internal
424
439
  */
@@ -428,18 +443,19 @@ var _ResourceNotFoundException = class _ResourceNotFoundException extends Dynamo
428
443
  $fault: "client",
429
444
  ...opts
430
445
  });
431
- this.name = "ResourceNotFoundException";
432
- this.$fault = "client";
433
446
  Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
434
447
  }
435
448
  };
436
- __name(_ResourceNotFoundException, "ResourceNotFoundException");
437
- var ResourceNotFoundException = _ResourceNotFoundException;
438
449
  var ReturnItemCollectionMetrics = {
439
450
  NONE: "NONE",
440
451
  SIZE: "SIZE"
441
452
  };
442
- var _ItemCollectionSizeLimitExceededException = class _ItemCollectionSizeLimitExceededException extends DynamoDBServiceException {
453
+ var ItemCollectionSizeLimitExceededException = class _ItemCollectionSizeLimitExceededException extends DynamoDBServiceException {
454
+ static {
455
+ __name(this, "ItemCollectionSizeLimitExceededException");
456
+ }
457
+ name = "ItemCollectionSizeLimitExceededException";
458
+ $fault = "client";
443
459
  /**
444
460
  * @internal
445
461
  */
@@ -449,13 +465,9 @@ var _ItemCollectionSizeLimitExceededException = class _ItemCollectionSizeLimitEx
449
465
  $fault: "client",
450
466
  ...opts
451
467
  });
452
- this.name = "ItemCollectionSizeLimitExceededException";
453
- this.$fault = "client";
454
468
  Object.setPrototypeOf(this, _ItemCollectionSizeLimitExceededException.prototype);
455
469
  }
456
470
  };
457
- __name(_ItemCollectionSizeLimitExceededException, "ItemCollectionSizeLimitExceededException");
458
- var ItemCollectionSizeLimitExceededException = _ItemCollectionSizeLimitExceededException;
459
471
  var ComparisonOperator = {
460
472
  BEGINS_WITH: "BEGINS_WITH",
461
473
  BETWEEN: "BETWEEN",
@@ -483,7 +495,12 @@ var PointInTimeRecoveryStatus = {
483
495
  DISABLED: "DISABLED",
484
496
  ENABLED: "ENABLED"
485
497
  };
486
- var _ContinuousBackupsUnavailableException = class _ContinuousBackupsUnavailableException extends DynamoDBServiceException {
498
+ var ContinuousBackupsUnavailableException = class _ContinuousBackupsUnavailableException extends DynamoDBServiceException {
499
+ static {
500
+ __name(this, "ContinuousBackupsUnavailableException");
501
+ }
502
+ name = "ContinuousBackupsUnavailableException";
503
+ $fault = "client";
487
504
  /**
488
505
  * @internal
489
506
  */
@@ -493,13 +510,9 @@ var _ContinuousBackupsUnavailableException = class _ContinuousBackupsUnavailable
493
510
  $fault: "client",
494
511
  ...opts
495
512
  });
496
- this.name = "ContinuousBackupsUnavailableException";
497
- this.$fault = "client";
498
513
  Object.setPrototypeOf(this, _ContinuousBackupsUnavailableException.prototype);
499
514
  }
500
515
  };
501
- __name(_ContinuousBackupsUnavailableException, "ContinuousBackupsUnavailableException");
502
- var ContinuousBackupsUnavailableException = _ContinuousBackupsUnavailableException;
503
516
  var ContributorInsightsAction = {
504
517
  DISABLE: "DISABLE",
505
518
  ENABLE: "ENABLE"
@@ -511,7 +524,12 @@ var ContributorInsightsStatus = {
511
524
  ENABLING: "ENABLING",
512
525
  FAILED: "FAILED"
513
526
  };
514
- var _LimitExceededException = class _LimitExceededException extends DynamoDBServiceException {
527
+ var LimitExceededException = class _LimitExceededException extends DynamoDBServiceException {
528
+ static {
529
+ __name(this, "LimitExceededException");
530
+ }
531
+ name = "LimitExceededException";
532
+ $fault = "client";
515
533
  /**
516
534
  * @internal
517
535
  */
@@ -521,14 +539,15 @@ var _LimitExceededException = class _LimitExceededException extends DynamoDBServ
521
539
  $fault: "client",
522
540
  ...opts
523
541
  });
524
- this.name = "LimitExceededException";
525
- this.$fault = "client";
526
542
  Object.setPrototypeOf(this, _LimitExceededException.prototype);
527
543
  }
528
544
  };
529
- __name(_LimitExceededException, "LimitExceededException");
530
- var LimitExceededException = _LimitExceededException;
531
- var _TableInUseException = class _TableInUseException extends DynamoDBServiceException {
545
+ var TableInUseException = class _TableInUseException extends DynamoDBServiceException {
546
+ static {
547
+ __name(this, "TableInUseException");
548
+ }
549
+ name = "TableInUseException";
550
+ $fault = "client";
532
551
  /**
533
552
  * @internal
534
553
  */
@@ -538,14 +557,15 @@ var _TableInUseException = class _TableInUseException extends DynamoDBServiceExc
538
557
  $fault: "client",
539
558
  ...opts
540
559
  });
541
- this.name = "TableInUseException";
542
- this.$fault = "client";
543
560
  Object.setPrototypeOf(this, _TableInUseException.prototype);
544
561
  }
545
562
  };
546
- __name(_TableInUseException, "TableInUseException");
547
- var TableInUseException = _TableInUseException;
548
- var _TableNotFoundException = class _TableNotFoundException extends DynamoDBServiceException {
563
+ var TableNotFoundException = class _TableNotFoundException extends DynamoDBServiceException {
564
+ static {
565
+ __name(this, "TableNotFoundException");
566
+ }
567
+ name = "TableNotFoundException";
568
+ $fault = "client";
549
569
  /**
550
570
  * @internal
551
571
  */
@@ -555,13 +575,9 @@ var _TableNotFoundException = class _TableNotFoundException extends DynamoDBServ
555
575
  $fault: "client",
556
576
  ...opts
557
577
  });
558
- this.name = "TableNotFoundException";
559
- this.$fault = "client";
560
578
  Object.setPrototypeOf(this, _TableNotFoundException.prototype);
561
579
  }
562
580
  };
563
- __name(_TableNotFoundException, "TableNotFoundException");
564
- var TableNotFoundException = _TableNotFoundException;
565
581
  var GlobalTableStatus = {
566
582
  ACTIVE: "ACTIVE",
567
583
  CREATING: "CREATING",
@@ -596,7 +612,12 @@ var TableStatus = {
596
612
  INACCESSIBLE_ENCRYPTION_CREDENTIALS: "INACCESSIBLE_ENCRYPTION_CREDENTIALS",
597
613
  UPDATING: "UPDATING"
598
614
  };
599
- var _GlobalTableAlreadyExistsException = class _GlobalTableAlreadyExistsException extends DynamoDBServiceException {
615
+ var GlobalTableAlreadyExistsException = class _GlobalTableAlreadyExistsException extends DynamoDBServiceException {
616
+ static {
617
+ __name(this, "GlobalTableAlreadyExistsException");
618
+ }
619
+ name = "GlobalTableAlreadyExistsException";
620
+ $fault = "client";
600
621
  /**
601
622
  * @internal
602
623
  */
@@ -606,14 +627,19 @@ var _GlobalTableAlreadyExistsException = class _GlobalTableAlreadyExistsExceptio
606
627
  $fault: "client",
607
628
  ...opts
608
629
  });
609
- this.name = "GlobalTableAlreadyExistsException";
610
- this.$fault = "client";
611
630
  Object.setPrototypeOf(this, _GlobalTableAlreadyExistsException.prototype);
612
631
  }
613
632
  };
614
- __name(_GlobalTableAlreadyExistsException, "GlobalTableAlreadyExistsException");
615
- var GlobalTableAlreadyExistsException = _GlobalTableAlreadyExistsException;
616
- var _ResourceInUseException = class _ResourceInUseException extends DynamoDBServiceException {
633
+ var MultiRegionConsistency = {
634
+ EVENTUAL: "EVENTUAL",
635
+ STRONG: "STRONG"
636
+ };
637
+ var ResourceInUseException = class _ResourceInUseException extends DynamoDBServiceException {
638
+ static {
639
+ __name(this, "ResourceInUseException");
640
+ }
641
+ name = "ResourceInUseException";
642
+ $fault = "client";
617
643
  /**
618
644
  * @internal
619
645
  */
@@ -623,13 +649,9 @@ var _ResourceInUseException = class _ResourceInUseException extends DynamoDBServ
623
649
  $fault: "client",
624
650
  ...opts
625
651
  });
626
- this.name = "ResourceInUseException";
627
- this.$fault = "client";
628
652
  Object.setPrototypeOf(this, _ResourceInUseException.prototype);
629
653
  }
630
654
  };
631
- __name(_ResourceInUseException, "ResourceInUseException");
632
- var ResourceInUseException = _ResourceInUseException;
633
655
  var ReturnValue = {
634
656
  ALL_NEW: "ALL_NEW",
635
657
  ALL_OLD: "ALL_OLD",
@@ -637,7 +659,30 @@ var ReturnValue = {
637
659
  UPDATED_NEW: "UPDATED_NEW",
638
660
  UPDATED_OLD: "UPDATED_OLD"
639
661
  };
640
- var _TransactionConflictException = class _TransactionConflictException extends DynamoDBServiceException {
662
+ var ReplicatedWriteConflictException = class _ReplicatedWriteConflictException extends DynamoDBServiceException {
663
+ static {
664
+ __name(this, "ReplicatedWriteConflictException");
665
+ }
666
+ name = "ReplicatedWriteConflictException";
667
+ $fault = "client";
668
+ /**
669
+ * @internal
670
+ */
671
+ constructor(opts) {
672
+ super({
673
+ name: "ReplicatedWriteConflictException",
674
+ $fault: "client",
675
+ ...opts
676
+ });
677
+ Object.setPrototypeOf(this, _ReplicatedWriteConflictException.prototype);
678
+ }
679
+ };
680
+ var TransactionConflictException = class _TransactionConflictException extends DynamoDBServiceException {
681
+ static {
682
+ __name(this, "TransactionConflictException");
683
+ }
684
+ name = "TransactionConflictException";
685
+ $fault = "client";
641
686
  /**
642
687
  * @internal
643
688
  */
@@ -647,14 +692,15 @@ var _TransactionConflictException = class _TransactionConflictException extends
647
692
  $fault: "client",
648
693
  ...opts
649
694
  });
650
- this.name = "TransactionConflictException";
651
- this.$fault = "client";
652
695
  Object.setPrototypeOf(this, _TransactionConflictException.prototype);
653
696
  }
654
697
  };
655
- __name(_TransactionConflictException, "TransactionConflictException");
656
- var TransactionConflictException = _TransactionConflictException;
657
- var _PolicyNotFoundException = class _PolicyNotFoundException extends DynamoDBServiceException {
698
+ var PolicyNotFoundException = class _PolicyNotFoundException extends DynamoDBServiceException {
699
+ static {
700
+ __name(this, "PolicyNotFoundException");
701
+ }
702
+ name = "PolicyNotFoundException";
703
+ $fault = "client";
658
704
  /**
659
705
  * @internal
660
706
  */
@@ -664,13 +710,9 @@ var _PolicyNotFoundException = class _PolicyNotFoundException extends DynamoDBSe
664
710
  $fault: "client",
665
711
  ...opts
666
712
  });
667
- this.name = "PolicyNotFoundException";
668
- this.$fault = "client";
669
713
  Object.setPrototypeOf(this, _PolicyNotFoundException.prototype);
670
714
  }
671
715
  };
672
- __name(_PolicyNotFoundException, "PolicyNotFoundException");
673
- var PolicyNotFoundException = _PolicyNotFoundException;
674
716
  var ExportFormat = {
675
717
  DYNAMODB_JSON: "DYNAMODB_JSON",
676
718
  ION: "ION"
@@ -692,7 +734,12 @@ var S3SseAlgorithm = {
692
734
  AES256: "AES256",
693
735
  KMS: "KMS"
694
736
  };
695
- var _ExportNotFoundException = class _ExportNotFoundException extends DynamoDBServiceException {
737
+ var ExportNotFoundException = class _ExportNotFoundException extends DynamoDBServiceException {
738
+ static {
739
+ __name(this, "ExportNotFoundException");
740
+ }
741
+ name = "ExportNotFoundException";
742
+ $fault = "client";
696
743
  /**
697
744
  * @internal
698
745
  */
@@ -702,14 +749,15 @@ var _ExportNotFoundException = class _ExportNotFoundException extends DynamoDBSe
702
749
  $fault: "client",
703
750
  ...opts
704
751
  });
705
- this.name = "ExportNotFoundException";
706
- this.$fault = "client";
707
752
  Object.setPrototypeOf(this, _ExportNotFoundException.prototype);
708
753
  }
709
754
  };
710
- __name(_ExportNotFoundException, "ExportNotFoundException");
711
- var ExportNotFoundException = _ExportNotFoundException;
712
- var _GlobalTableNotFoundException = class _GlobalTableNotFoundException extends DynamoDBServiceException {
755
+ var GlobalTableNotFoundException = class _GlobalTableNotFoundException extends DynamoDBServiceException {
756
+ static {
757
+ __name(this, "GlobalTableNotFoundException");
758
+ }
759
+ name = "GlobalTableNotFoundException";
760
+ $fault = "client";
713
761
  /**
714
762
  * @internal
715
763
  */
@@ -719,13 +767,9 @@ var _GlobalTableNotFoundException = class _GlobalTableNotFoundException extends
719
767
  $fault: "client",
720
768
  ...opts
721
769
  });
722
- this.name = "GlobalTableNotFoundException";
723
- this.$fault = "client";
724
770
  Object.setPrototypeOf(this, _GlobalTableNotFoundException.prototype);
725
771
  }
726
772
  };
727
- __name(_GlobalTableNotFoundException, "GlobalTableNotFoundException");
728
- var GlobalTableNotFoundException = _GlobalTableNotFoundException;
729
773
  var ImportStatus = {
730
774
  CANCELLED: "CANCELLED",
731
775
  CANCELLING: "CANCELLING",
@@ -743,7 +787,12 @@ var InputFormat = {
743
787
  DYNAMODB_JSON: "DYNAMODB_JSON",
744
788
  ION: "ION"
745
789
  };
746
- var _ImportNotFoundException = class _ImportNotFoundException extends DynamoDBServiceException {
790
+ var ImportNotFoundException = class _ImportNotFoundException extends DynamoDBServiceException {
791
+ static {
792
+ __name(this, "ImportNotFoundException");
793
+ }
794
+ name = "ImportNotFoundException";
795
+ $fault = "client";
747
796
  /**
748
797
  * @internal
749
798
  */
@@ -753,13 +802,9 @@ var _ImportNotFoundException = class _ImportNotFoundException extends DynamoDBSe
753
802
  $fault: "client",
754
803
  ...opts
755
804
  });
756
- this.name = "ImportNotFoundException";
757
- this.$fault = "client";
758
805
  Object.setPrototypeOf(this, _ImportNotFoundException.prototype);
759
806
  }
760
807
  };
761
- __name(_ImportNotFoundException, "ImportNotFoundException");
762
- var ImportNotFoundException = _ImportNotFoundException;
763
808
  var DestinationStatus = {
764
809
  ACTIVE: "ACTIVE",
765
810
  DISABLED: "DISABLED",
@@ -768,7 +813,12 @@ var DestinationStatus = {
768
813
  ENABLING: "ENABLING",
769
814
  UPDATING: "UPDATING"
770
815
  };
771
- var _DuplicateItemException = class _DuplicateItemException extends DynamoDBServiceException {
816
+ var DuplicateItemException = class _DuplicateItemException extends DynamoDBServiceException {
817
+ static {
818
+ __name(this, "DuplicateItemException");
819
+ }
820
+ name = "DuplicateItemException";
821
+ $fault = "client";
772
822
  /**
773
823
  * @internal
774
824
  */
@@ -778,14 +828,16 @@ var _DuplicateItemException = class _DuplicateItemException extends DynamoDBServ
778
828
  $fault: "client",
779
829
  ...opts
780
830
  });
781
- this.name = "DuplicateItemException";
782
- this.$fault = "client";
783
831
  Object.setPrototypeOf(this, _DuplicateItemException.prototype);
784
832
  }
785
833
  };
786
- __name(_DuplicateItemException, "DuplicateItemException");
787
- var DuplicateItemException = _DuplicateItemException;
788
- var _IdempotentParameterMismatchException = class _IdempotentParameterMismatchException extends DynamoDBServiceException {
834
+ var IdempotentParameterMismatchException = class _IdempotentParameterMismatchException extends DynamoDBServiceException {
835
+ static {
836
+ __name(this, "IdempotentParameterMismatchException");
837
+ }
838
+ name = "IdempotentParameterMismatchException";
839
+ $fault = "client";
840
+ Message;
789
841
  /**
790
842
  * @internal
791
843
  */
@@ -795,15 +847,17 @@ var _IdempotentParameterMismatchException = class _IdempotentParameterMismatchEx
795
847
  $fault: "client",
796
848
  ...opts
797
849
  });
798
- this.name = "IdempotentParameterMismatchException";
799
- this.$fault = "client";
800
850
  Object.setPrototypeOf(this, _IdempotentParameterMismatchException.prototype);
801
851
  this.Message = opts.Message;
802
852
  }
803
853
  };
804
- __name(_IdempotentParameterMismatchException, "IdempotentParameterMismatchException");
805
- var IdempotentParameterMismatchException = _IdempotentParameterMismatchException;
806
- var _TransactionInProgressException = class _TransactionInProgressException extends DynamoDBServiceException {
854
+ var TransactionInProgressException = class _TransactionInProgressException extends DynamoDBServiceException {
855
+ static {
856
+ __name(this, "TransactionInProgressException");
857
+ }
858
+ name = "TransactionInProgressException";
859
+ $fault = "client";
860
+ Message;
807
861
  /**
808
862
  * @internal
809
863
  */
@@ -813,15 +867,16 @@ var _TransactionInProgressException = class _TransactionInProgressException exte
813
867
  $fault: "client",
814
868
  ...opts
815
869
  });
816
- this.name = "TransactionInProgressException";
817
- this.$fault = "client";
818
870
  Object.setPrototypeOf(this, _TransactionInProgressException.prototype);
819
871
  this.Message = opts.Message;
820
872
  }
821
873
  };
822
- __name(_TransactionInProgressException, "TransactionInProgressException");
823
- var TransactionInProgressException = _TransactionInProgressException;
824
- var _ExportConflictException = class _ExportConflictException extends DynamoDBServiceException {
874
+ var ExportConflictException = class _ExportConflictException extends DynamoDBServiceException {
875
+ static {
876
+ __name(this, "ExportConflictException");
877
+ }
878
+ name = "ExportConflictException";
879
+ $fault = "client";
825
880
  /**
826
881
  * @internal
827
882
  */
@@ -831,14 +886,15 @@ var _ExportConflictException = class _ExportConflictException extends DynamoDBSe
831
886
  $fault: "client",
832
887
  ...opts
833
888
  });
834
- this.name = "ExportConflictException";
835
- this.$fault = "client";
836
889
  Object.setPrototypeOf(this, _ExportConflictException.prototype);
837
890
  }
838
891
  };
839
- __name(_ExportConflictException, "ExportConflictException");
840
- var ExportConflictException = _ExportConflictException;
841
- var _InvalidExportTimeException = class _InvalidExportTimeException extends DynamoDBServiceException {
892
+ var InvalidExportTimeException = class _InvalidExportTimeException extends DynamoDBServiceException {
893
+ static {
894
+ __name(this, "InvalidExportTimeException");
895
+ }
896
+ name = "InvalidExportTimeException";
897
+ $fault = "client";
842
898
  /**
843
899
  * @internal
844
900
  */
@@ -848,14 +904,15 @@ var _InvalidExportTimeException = class _InvalidExportTimeException extends Dyna
848
904
  $fault: "client",
849
905
  ...opts
850
906
  });
851
- this.name = "InvalidExportTimeException";
852
- this.$fault = "client";
853
907
  Object.setPrototypeOf(this, _InvalidExportTimeException.prototype);
854
908
  }
855
909
  };
856
- __name(_InvalidExportTimeException, "InvalidExportTimeException");
857
- var InvalidExportTimeException = _InvalidExportTimeException;
858
- var _PointInTimeRecoveryUnavailableException = class _PointInTimeRecoveryUnavailableException extends DynamoDBServiceException {
910
+ var PointInTimeRecoveryUnavailableException = class _PointInTimeRecoveryUnavailableException extends DynamoDBServiceException {
911
+ static {
912
+ __name(this, "PointInTimeRecoveryUnavailableException");
913
+ }
914
+ name = "PointInTimeRecoveryUnavailableException";
915
+ $fault = "client";
859
916
  /**
860
917
  * @internal
861
918
  */
@@ -865,14 +922,15 @@ var _PointInTimeRecoveryUnavailableException = class _PointInTimeRecoveryUnavail
865
922
  $fault: "client",
866
923
  ...opts
867
924
  });
868
- this.name = "PointInTimeRecoveryUnavailableException";
869
- this.$fault = "client";
870
925
  Object.setPrototypeOf(this, _PointInTimeRecoveryUnavailableException.prototype);
871
926
  }
872
927
  };
873
- __name(_PointInTimeRecoveryUnavailableException, "PointInTimeRecoveryUnavailableException");
874
- var PointInTimeRecoveryUnavailableException = _PointInTimeRecoveryUnavailableException;
875
- var _ImportConflictException = class _ImportConflictException extends DynamoDBServiceException {
928
+ var ImportConflictException = class _ImportConflictException extends DynamoDBServiceException {
929
+ static {
930
+ __name(this, "ImportConflictException");
931
+ }
932
+ name = "ImportConflictException";
933
+ $fault = "client";
876
934
  /**
877
935
  * @internal
878
936
  */
@@ -882,20 +940,21 @@ var _ImportConflictException = class _ImportConflictException extends DynamoDBSe
882
940
  $fault: "client",
883
941
  ...opts
884
942
  });
885
- this.name = "ImportConflictException";
886
- this.$fault = "client";
887
943
  Object.setPrototypeOf(this, _ImportConflictException.prototype);
888
944
  }
889
945
  };
890
- __name(_ImportConflictException, "ImportConflictException");
891
- var ImportConflictException = _ImportConflictException;
892
946
  var Select = {
893
947
  ALL_ATTRIBUTES: "ALL_ATTRIBUTES",
894
948
  ALL_PROJECTED_ATTRIBUTES: "ALL_PROJECTED_ATTRIBUTES",
895
949
  COUNT: "COUNT",
896
950
  SPECIFIC_ATTRIBUTES: "SPECIFIC_ATTRIBUTES"
897
951
  };
898
- var _TableAlreadyExistsException = class _TableAlreadyExistsException extends DynamoDBServiceException {
952
+ var TableAlreadyExistsException = class _TableAlreadyExistsException extends DynamoDBServiceException {
953
+ static {
954
+ __name(this, "TableAlreadyExistsException");
955
+ }
956
+ name = "TableAlreadyExistsException";
957
+ $fault = "client";
899
958
  /**
900
959
  * @internal
901
960
  */
@@ -905,14 +964,15 @@ var _TableAlreadyExistsException = class _TableAlreadyExistsException extends Dy
905
964
  $fault: "client",
906
965
  ...opts
907
966
  });
908
- this.name = "TableAlreadyExistsException";
909
- this.$fault = "client";
910
967
  Object.setPrototypeOf(this, _TableAlreadyExistsException.prototype);
911
968
  }
912
969
  };
913
- __name(_TableAlreadyExistsException, "TableAlreadyExistsException");
914
- var TableAlreadyExistsException = _TableAlreadyExistsException;
915
- var _InvalidRestoreTimeException = class _InvalidRestoreTimeException extends DynamoDBServiceException {
970
+ var InvalidRestoreTimeException = class _InvalidRestoreTimeException extends DynamoDBServiceException {
971
+ static {
972
+ __name(this, "InvalidRestoreTimeException");
973
+ }
974
+ name = "InvalidRestoreTimeException";
975
+ $fault = "client";
916
976
  /**
917
977
  * @internal
918
978
  */
@@ -922,14 +982,15 @@ var _InvalidRestoreTimeException = class _InvalidRestoreTimeException extends Dy
922
982
  $fault: "client",
923
983
  ...opts
924
984
  });
925
- this.name = "InvalidRestoreTimeException";
926
- this.$fault = "client";
927
985
  Object.setPrototypeOf(this, _InvalidRestoreTimeException.prototype);
928
986
  }
929
987
  };
930
- __name(_InvalidRestoreTimeException, "InvalidRestoreTimeException");
931
- var InvalidRestoreTimeException = _InvalidRestoreTimeException;
932
- var _ReplicaAlreadyExistsException = class _ReplicaAlreadyExistsException extends DynamoDBServiceException {
988
+ var ReplicaAlreadyExistsException = class _ReplicaAlreadyExistsException extends DynamoDBServiceException {
989
+ static {
990
+ __name(this, "ReplicaAlreadyExistsException");
991
+ }
992
+ name = "ReplicaAlreadyExistsException";
993
+ $fault = "client";
933
994
  /**
934
995
  * @internal
935
996
  */
@@ -939,14 +1000,15 @@ var _ReplicaAlreadyExistsException = class _ReplicaAlreadyExistsException extend
939
1000
  $fault: "client",
940
1001
  ...opts
941
1002
  });
942
- this.name = "ReplicaAlreadyExistsException";
943
- this.$fault = "client";
944
1003
  Object.setPrototypeOf(this, _ReplicaAlreadyExistsException.prototype);
945
1004
  }
946
1005
  };
947
- __name(_ReplicaAlreadyExistsException, "ReplicaAlreadyExistsException");
948
- var ReplicaAlreadyExistsException = _ReplicaAlreadyExistsException;
949
- var _ReplicaNotFoundException = class _ReplicaNotFoundException extends DynamoDBServiceException {
1006
+ var ReplicaNotFoundException = class _ReplicaNotFoundException extends DynamoDBServiceException {
1007
+ static {
1008
+ __name(this, "ReplicaNotFoundException");
1009
+ }
1010
+ name = "ReplicaNotFoundException";
1011
+ $fault = "client";
950
1012
  /**
951
1013
  * @internal
952
1014
  */
@@ -956,14 +1018,15 @@ var _ReplicaNotFoundException = class _ReplicaNotFoundException extends DynamoDB
956
1018
  $fault: "client",
957
1019
  ...opts
958
1020
  });
959
- this.name = "ReplicaNotFoundException";
960
- this.$fault = "client";
961
1021
  Object.setPrototypeOf(this, _ReplicaNotFoundException.prototype);
962
1022
  }
963
1023
  };
964
- __name(_ReplicaNotFoundException, "ReplicaNotFoundException");
965
- var ReplicaNotFoundException = _ReplicaNotFoundException;
966
- var _IndexNotFoundException = class _IndexNotFoundException extends DynamoDBServiceException {
1024
+ var IndexNotFoundException = class _IndexNotFoundException extends DynamoDBServiceException {
1025
+ static {
1026
+ __name(this, "IndexNotFoundException");
1027
+ }
1028
+ name = "IndexNotFoundException";
1029
+ $fault = "client";
967
1030
  /**
968
1031
  * @internal
969
1032
  */
@@ -973,13 +1036,9 @@ var _IndexNotFoundException = class _IndexNotFoundException extends DynamoDBServ
973
1036
  $fault: "client",
974
1037
  ...opts
975
1038
  });
976
- this.name = "IndexNotFoundException";
977
- this.$fault = "client";
978
1039
  Object.setPrototypeOf(this, _IndexNotFoundException.prototype);
979
1040
  }
980
1041
  };
981
- __name(_IndexNotFoundException, "IndexNotFoundException");
982
- var IndexNotFoundException = _IndexNotFoundException;
983
1042
  var AttributeValue;
984
1043
  ((AttributeValue2) => {
985
1044
  AttributeValue2.visit = /* @__PURE__ */ __name((value, visitor) => {
@@ -1006,7 +1065,17 @@ var AttributeValue;
1006
1065
  return visitor._(value.$unknown[0], value.$unknown[1]);
1007
1066
  }, "visit");
1008
1067
  })(AttributeValue || (AttributeValue = {}));
1009
- var _ConditionalCheckFailedException = class _ConditionalCheckFailedException extends DynamoDBServiceException {
1068
+ var ConditionalCheckFailedException = class _ConditionalCheckFailedException extends DynamoDBServiceException {
1069
+ static {
1070
+ __name(this, "ConditionalCheckFailedException");
1071
+ }
1072
+ name = "ConditionalCheckFailedException";
1073
+ $fault = "client";
1074
+ /**
1075
+ * <p>Item which caused the <code>ConditionalCheckFailedException</code>.</p>
1076
+ * @public
1077
+ */
1078
+ Item;
1010
1079
  /**
1011
1080
  * @internal
1012
1081
  */
@@ -1016,15 +1085,22 @@ var _ConditionalCheckFailedException = class _ConditionalCheckFailedException ex
1016
1085
  $fault: "client",
1017
1086
  ...opts
1018
1087
  });
1019
- this.name = "ConditionalCheckFailedException";
1020
- this.$fault = "client";
1021
1088
  Object.setPrototypeOf(this, _ConditionalCheckFailedException.prototype);
1022
1089
  this.Item = opts.Item;
1023
1090
  }
1024
1091
  };
1025
- __name(_ConditionalCheckFailedException, "ConditionalCheckFailedException");
1026
- var ConditionalCheckFailedException = _ConditionalCheckFailedException;
1027
- var _TransactionCanceledException = class _TransactionCanceledException extends DynamoDBServiceException {
1092
+ var TransactionCanceledException = class _TransactionCanceledException extends DynamoDBServiceException {
1093
+ static {
1094
+ __name(this, "TransactionCanceledException");
1095
+ }
1096
+ name = "TransactionCanceledException";
1097
+ $fault = "client";
1098
+ Message;
1099
+ /**
1100
+ * <p>A list of cancellation reasons.</p>
1101
+ * @public
1102
+ */
1103
+ CancellationReasons;
1028
1104
  /**
1029
1105
  * @internal
1030
1106
  */
@@ -1034,15 +1110,11 @@ var _TransactionCanceledException = class _TransactionCanceledException extends
1034
1110
  $fault: "client",
1035
1111
  ...opts
1036
1112
  });
1037
- this.name = "TransactionCanceledException";
1038
- this.$fault = "client";
1039
1113
  Object.setPrototypeOf(this, _TransactionCanceledException.prototype);
1040
1114
  this.Message = opts.Message;
1041
1115
  this.CancellationReasons = opts.CancellationReasons;
1042
1116
  }
1043
1117
  };
1044
- __name(_TransactionCanceledException, "TransactionCanceledException");
1045
- var TransactionCanceledException = _TransactionCanceledException;
1046
1118
 
1047
1119
  // src/protocols/Aws_json1_0.ts
1048
1120
  var se_BatchExecuteStatementCommand = /* @__PURE__ */ __name(async (input, context) => {
@@ -2174,6 +2246,9 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
2174
2246
  case "ConditionalCheckFailedException":
2175
2247
  case "com.amazonaws.dynamodb#ConditionalCheckFailedException":
2176
2248
  throw await de_ConditionalCheckFailedExceptionRes(parsedOutput, context);
2249
+ case "ReplicatedWriteConflictException":
2250
+ case "com.amazonaws.dynamodb#ReplicatedWriteConflictException":
2251
+ throw await de_ReplicatedWriteConflictExceptionRes(parsedOutput, context);
2177
2252
  case "TransactionConflictException":
2178
2253
  case "com.amazonaws.dynamodb#TransactionConflictException":
2179
2254
  throw await de_TransactionConflictExceptionRes(parsedOutput, context);
@@ -2453,6 +2528,15 @@ var de_ReplicaNotFoundExceptionRes = /* @__PURE__ */ __name(async (parsedOutput,
2453
2528
  });
2454
2529
  return (0, import_smithy_client.decorateServiceException)(exception, body);
2455
2530
  }, "de_ReplicaNotFoundExceptionRes");
2531
+ var de_ReplicatedWriteConflictExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
2532
+ const body = parsedOutput.body;
2533
+ const deserialized = (0, import_smithy_client._json)(body);
2534
+ const exception = new ReplicatedWriteConflictException({
2535
+ $metadata: deserializeMetadata(parsedOutput),
2536
+ ...deserialized
2537
+ });
2538
+ return (0, import_smithy_client.decorateServiceException)(exception, body);
2539
+ }, "de_ReplicatedWriteConflictExceptionRes");
2456
2540
  var de_RequestLimitExceededRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
2457
2541
  const body = parsedOutput.body;
2458
2542
  const deserialized = (0, import_smithy_client._json)(body);
@@ -3719,7 +3803,8 @@ var de_PointInTimeRecoveryDescription = /* @__PURE__ */ __name((output, context)
3719
3803
  return (0, import_smithy_client.take)(output, {
3720
3804
  EarliestRestorableDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3721
3805
  LatestRestorableDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3722
- PointInTimeRecoveryStatus: import_smithy_client.expectString
3806
+ PointInTimeRecoveryStatus: import_smithy_client.expectString,
3807
+ RecoveryPeriodInDays: import_smithy_client.expectInt32
3723
3808
  });
3724
3809
  }, "de_PointInTimeRecoveryDescription");
3725
3810
  var de_ProvisionedThroughputDescription = /* @__PURE__ */ __name((output, context) => {
@@ -3940,6 +4025,7 @@ var de_TableDescription = /* @__PURE__ */ __name((output, context) => {
3940
4025
  LatestStreamArn: import_smithy_client.expectString,
3941
4026
  LatestStreamLabel: import_smithy_client.expectString,
3942
4027
  LocalSecondaryIndexes: import_smithy_client._json,
4028
+ MultiRegionConsistency: import_smithy_client.expectString,
3943
4029
  OnDemandThroughput: import_smithy_client._json,
3944
4030
  ProvisionedThroughput: (_) => de_ProvisionedThroughputDescription(_, context),
3945
4031
  Replicas: (_) => de_ReplicaDescriptionList(_, context),
@@ -4052,15 +4138,16 @@ function sharedHeaders(operation) {
4052
4138
  __name(sharedHeaders, "sharedHeaders");
4053
4139
 
4054
4140
  // src/commands/DescribeEndpointsCommand.ts
4055
- var _DescribeEndpointsCommand = class _DescribeEndpointsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4141
+ var DescribeEndpointsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4056
4142
  return [
4057
4143
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4058
4144
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4059
4145
  ];
4060
4146
  }).s("DynamoDB_20120810", "DescribeEndpoints", {}).n("DynamoDBClient", "DescribeEndpointsCommand").f(void 0, void 0).ser(se_DescribeEndpointsCommand).de(de_DescribeEndpointsCommand).build() {
4147
+ static {
4148
+ __name(this, "DescribeEndpointsCommand");
4149
+ }
4061
4150
  };
4062
- __name(_DescribeEndpointsCommand, "DescribeEndpointsCommand");
4063
- var DescribeEndpointsCommand = _DescribeEndpointsCommand;
4064
4151
 
4065
4152
  // src/DynamoDBClient.ts
4066
4153
  var import_runtimeConfig = require("././runtimeConfig");
@@ -4129,7 +4216,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
4129
4216
  }, "resolveRuntimeExtensions");
4130
4217
 
4131
4218
  // src/DynamoDBClient.ts
4132
- var _DynamoDBClient = class _DynamoDBClient extends import_smithy_client.Client {
4219
+ var DynamoDBClient = class extends import_smithy_client.Client {
4220
+ static {
4221
+ __name(this, "DynamoDBClient");
4222
+ }
4223
+ /**
4224
+ * The resolved configuration of DynamoDBClient class. This is resolved and normalized from the {@link DynamoDBClientConfig | constructor configuration interface}.
4225
+ */
4226
+ config;
4133
4227
  constructor(...[configuration]) {
4134
4228
  const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
4135
4229
  const _config_1 = resolveClientEndpointParameters(_config_0);
@@ -4143,7 +4237,7 @@ var _DynamoDBClient = class _DynamoDBClient extends import_smithy_client.Client
4143
4237
  const _config_9 = (0, import_middleware_endpoint_discovery.resolveEndpointDiscoveryConfig)(_config_8, {
4144
4238
  endpointDiscoveryCommandCtor: DescribeEndpointsCommand
4145
4239
  });
4146
- const _config_10 = resolveRuntimeExtensions(_config_9, (configuration == null ? void 0 : configuration.extensions) || []);
4240
+ const _config_10 = resolveRuntimeExtensions(_config_9, configuration?.extensions || []);
4147
4241
  super(_config_10);
4148
4242
  this.config = _config_10;
4149
4243
  this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
@@ -4171,8 +4265,6 @@ var _DynamoDBClient = class _DynamoDBClient extends import_smithy_client.Client
4171
4265
  super.destroy();
4172
4266
  }
4173
4267
  };
4174
- __name(_DynamoDBClient, "DynamoDBClient");
4175
- var DynamoDBClient = _DynamoDBClient;
4176
4268
 
4177
4269
  // src/DynamoDB.ts
4178
4270
 
@@ -4181,785 +4273,841 @@ var DynamoDBClient = _DynamoDBClient;
4181
4273
 
4182
4274
 
4183
4275
 
4184
- var _BatchExecuteStatementCommand = class _BatchExecuteStatementCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4276
+ var BatchExecuteStatementCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4185
4277
  return [
4186
4278
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4187
4279
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4188
4280
  ];
4189
4281
  }).s("DynamoDB_20120810", "BatchExecuteStatement", {}).n("DynamoDBClient", "BatchExecuteStatementCommand").f(void 0, void 0).ser(se_BatchExecuteStatementCommand).de(de_BatchExecuteStatementCommand).build() {
4282
+ static {
4283
+ __name(this, "BatchExecuteStatementCommand");
4284
+ }
4190
4285
  };
4191
- __name(_BatchExecuteStatementCommand, "BatchExecuteStatementCommand");
4192
- var BatchExecuteStatementCommand = _BatchExecuteStatementCommand;
4193
4286
 
4194
4287
  // src/commands/BatchGetItemCommand.ts
4195
4288
 
4196
4289
 
4197
4290
 
4198
- var _BatchGetItemCommand = class _BatchGetItemCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4291
+ var BatchGetItemCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4199
4292
  return [
4200
4293
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4201
4294
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4202
4295
  ];
4203
4296
  }).s("DynamoDB_20120810", "BatchGetItem", {}).n("DynamoDBClient", "BatchGetItemCommand").f(void 0, void 0).ser(se_BatchGetItemCommand).de(de_BatchGetItemCommand).build() {
4297
+ static {
4298
+ __name(this, "BatchGetItemCommand");
4299
+ }
4204
4300
  };
4205
- __name(_BatchGetItemCommand, "BatchGetItemCommand");
4206
- var BatchGetItemCommand = _BatchGetItemCommand;
4207
4301
 
4208
4302
  // src/commands/BatchWriteItemCommand.ts
4209
4303
 
4210
4304
 
4211
4305
 
4212
- var _BatchWriteItemCommand = class _BatchWriteItemCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4306
+ var BatchWriteItemCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4213
4307
  return [
4214
4308
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4215
4309
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4216
4310
  ];
4217
4311
  }).s("DynamoDB_20120810", "BatchWriteItem", {}).n("DynamoDBClient", "BatchWriteItemCommand").f(void 0, void 0).ser(se_BatchWriteItemCommand).de(de_BatchWriteItemCommand).build() {
4312
+ static {
4313
+ __name(this, "BatchWriteItemCommand");
4314
+ }
4218
4315
  };
4219
- __name(_BatchWriteItemCommand, "BatchWriteItemCommand");
4220
- var BatchWriteItemCommand = _BatchWriteItemCommand;
4221
4316
 
4222
4317
  // src/commands/CreateBackupCommand.ts
4223
4318
 
4224
4319
 
4225
4320
 
4226
- var _CreateBackupCommand = class _CreateBackupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4321
+ var CreateBackupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4227
4322
  return [
4228
4323
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4229
4324
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4230
4325
  ];
4231
4326
  }).s("DynamoDB_20120810", "CreateBackup", {}).n("DynamoDBClient", "CreateBackupCommand").f(void 0, void 0).ser(se_CreateBackupCommand).de(de_CreateBackupCommand).build() {
4327
+ static {
4328
+ __name(this, "CreateBackupCommand");
4329
+ }
4232
4330
  };
4233
- __name(_CreateBackupCommand, "CreateBackupCommand");
4234
- var CreateBackupCommand = _CreateBackupCommand;
4235
4331
 
4236
4332
  // src/commands/CreateGlobalTableCommand.ts
4237
4333
 
4238
4334
 
4239
4335
 
4240
- var _CreateGlobalTableCommand = class _CreateGlobalTableCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4336
+ var CreateGlobalTableCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4241
4337
  return [
4242
4338
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4243
4339
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4244
4340
  ];
4245
4341
  }).s("DynamoDB_20120810", "CreateGlobalTable", {}).n("DynamoDBClient", "CreateGlobalTableCommand").f(void 0, void 0).ser(se_CreateGlobalTableCommand).de(de_CreateGlobalTableCommand).build() {
4342
+ static {
4343
+ __name(this, "CreateGlobalTableCommand");
4344
+ }
4246
4345
  };
4247
- __name(_CreateGlobalTableCommand, "CreateGlobalTableCommand");
4248
- var CreateGlobalTableCommand = _CreateGlobalTableCommand;
4249
4346
 
4250
4347
  // src/commands/CreateTableCommand.ts
4251
4348
 
4252
4349
 
4253
4350
 
4254
- var _CreateTableCommand = class _CreateTableCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4351
+ var CreateTableCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4255
4352
  return [
4256
4353
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4257
4354
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4258
4355
  ];
4259
4356
  }).s("DynamoDB_20120810", "CreateTable", {}).n("DynamoDBClient", "CreateTableCommand").f(void 0, void 0).ser(se_CreateTableCommand).de(de_CreateTableCommand).build() {
4357
+ static {
4358
+ __name(this, "CreateTableCommand");
4359
+ }
4260
4360
  };
4261
- __name(_CreateTableCommand, "CreateTableCommand");
4262
- var CreateTableCommand = _CreateTableCommand;
4263
4361
 
4264
4362
  // src/commands/DeleteBackupCommand.ts
4265
4363
 
4266
4364
 
4267
4365
 
4268
- var _DeleteBackupCommand = class _DeleteBackupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4366
+ var DeleteBackupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4269
4367
  return [
4270
4368
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4271
4369
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4272
4370
  ];
4273
4371
  }).s("DynamoDB_20120810", "DeleteBackup", {}).n("DynamoDBClient", "DeleteBackupCommand").f(void 0, void 0).ser(se_DeleteBackupCommand).de(de_DeleteBackupCommand).build() {
4372
+ static {
4373
+ __name(this, "DeleteBackupCommand");
4374
+ }
4274
4375
  };
4275
- __name(_DeleteBackupCommand, "DeleteBackupCommand");
4276
- var DeleteBackupCommand = _DeleteBackupCommand;
4277
4376
 
4278
4377
  // src/commands/DeleteItemCommand.ts
4279
4378
 
4280
4379
 
4281
4380
 
4282
- var _DeleteItemCommand = class _DeleteItemCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4381
+ var DeleteItemCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4283
4382
  return [
4284
4383
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4285
4384
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4286
4385
  ];
4287
4386
  }).s("DynamoDB_20120810", "DeleteItem", {}).n("DynamoDBClient", "DeleteItemCommand").f(void 0, void 0).ser(se_DeleteItemCommand).de(de_DeleteItemCommand).build() {
4387
+ static {
4388
+ __name(this, "DeleteItemCommand");
4389
+ }
4288
4390
  };
4289
- __name(_DeleteItemCommand, "DeleteItemCommand");
4290
- var DeleteItemCommand = _DeleteItemCommand;
4291
4391
 
4292
4392
  // src/commands/DeleteResourcePolicyCommand.ts
4293
4393
 
4294
4394
 
4295
4395
 
4296
- var _DeleteResourcePolicyCommand = class _DeleteResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4396
+ var DeleteResourcePolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4297
4397
  return [
4298
4398
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4299
4399
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4300
4400
  ];
4301
4401
  }).s("DynamoDB_20120810", "DeleteResourcePolicy", {}).n("DynamoDBClient", "DeleteResourcePolicyCommand").f(void 0, void 0).ser(se_DeleteResourcePolicyCommand).de(de_DeleteResourcePolicyCommand).build() {
4402
+ static {
4403
+ __name(this, "DeleteResourcePolicyCommand");
4404
+ }
4302
4405
  };
4303
- __name(_DeleteResourcePolicyCommand, "DeleteResourcePolicyCommand");
4304
- var DeleteResourcePolicyCommand = _DeleteResourcePolicyCommand;
4305
4406
 
4306
4407
  // src/commands/DeleteTableCommand.ts
4307
4408
 
4308
4409
 
4309
4410
 
4310
- var _DeleteTableCommand = class _DeleteTableCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4411
+ var DeleteTableCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4311
4412
  return [
4312
4413
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4313
4414
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4314
4415
  ];
4315
4416
  }).s("DynamoDB_20120810", "DeleteTable", {}).n("DynamoDBClient", "DeleteTableCommand").f(void 0, void 0).ser(se_DeleteTableCommand).de(de_DeleteTableCommand).build() {
4417
+ static {
4418
+ __name(this, "DeleteTableCommand");
4419
+ }
4316
4420
  };
4317
- __name(_DeleteTableCommand, "DeleteTableCommand");
4318
- var DeleteTableCommand = _DeleteTableCommand;
4319
4421
 
4320
4422
  // src/commands/DescribeBackupCommand.ts
4321
4423
 
4322
4424
 
4323
4425
 
4324
- var _DescribeBackupCommand = class _DescribeBackupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4426
+ var DescribeBackupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4325
4427
  return [
4326
4428
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4327
4429
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4328
4430
  ];
4329
4431
  }).s("DynamoDB_20120810", "DescribeBackup", {}).n("DynamoDBClient", "DescribeBackupCommand").f(void 0, void 0).ser(se_DescribeBackupCommand).de(de_DescribeBackupCommand).build() {
4432
+ static {
4433
+ __name(this, "DescribeBackupCommand");
4434
+ }
4330
4435
  };
4331
- __name(_DescribeBackupCommand, "DescribeBackupCommand");
4332
- var DescribeBackupCommand = _DescribeBackupCommand;
4333
4436
 
4334
4437
  // src/commands/DescribeContinuousBackupsCommand.ts
4335
4438
 
4336
4439
 
4337
4440
 
4338
- var _DescribeContinuousBackupsCommand = class _DescribeContinuousBackupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4441
+ var DescribeContinuousBackupsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4339
4442
  return [
4340
4443
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4341
4444
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4342
4445
  ];
4343
4446
  }).s("DynamoDB_20120810", "DescribeContinuousBackups", {}).n("DynamoDBClient", "DescribeContinuousBackupsCommand").f(void 0, void 0).ser(se_DescribeContinuousBackupsCommand).de(de_DescribeContinuousBackupsCommand).build() {
4447
+ static {
4448
+ __name(this, "DescribeContinuousBackupsCommand");
4449
+ }
4344
4450
  };
4345
- __name(_DescribeContinuousBackupsCommand, "DescribeContinuousBackupsCommand");
4346
- var DescribeContinuousBackupsCommand = _DescribeContinuousBackupsCommand;
4347
4451
 
4348
4452
  // src/commands/DescribeContributorInsightsCommand.ts
4349
4453
 
4350
4454
 
4351
4455
 
4352
- var _DescribeContributorInsightsCommand = class _DescribeContributorInsightsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4456
+ var DescribeContributorInsightsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4353
4457
  return [
4354
4458
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4355
4459
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4356
4460
  ];
4357
4461
  }).s("DynamoDB_20120810", "DescribeContributorInsights", {}).n("DynamoDBClient", "DescribeContributorInsightsCommand").f(void 0, void 0).ser(se_DescribeContributorInsightsCommand).de(de_DescribeContributorInsightsCommand).build() {
4462
+ static {
4463
+ __name(this, "DescribeContributorInsightsCommand");
4464
+ }
4358
4465
  };
4359
- __name(_DescribeContributorInsightsCommand, "DescribeContributorInsightsCommand");
4360
- var DescribeContributorInsightsCommand = _DescribeContributorInsightsCommand;
4361
4466
 
4362
4467
  // src/commands/DescribeExportCommand.ts
4363
4468
 
4364
4469
 
4365
4470
 
4366
- var _DescribeExportCommand = class _DescribeExportCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4471
+ var DescribeExportCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4367
4472
  return [
4368
4473
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4369
4474
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4370
4475
  ];
4371
4476
  }).s("DynamoDB_20120810", "DescribeExport", {}).n("DynamoDBClient", "DescribeExportCommand").f(void 0, void 0).ser(se_DescribeExportCommand).de(de_DescribeExportCommand).build() {
4477
+ static {
4478
+ __name(this, "DescribeExportCommand");
4479
+ }
4372
4480
  };
4373
- __name(_DescribeExportCommand, "DescribeExportCommand");
4374
- var DescribeExportCommand = _DescribeExportCommand;
4375
4481
 
4376
4482
  // src/commands/DescribeGlobalTableCommand.ts
4377
4483
 
4378
4484
 
4379
4485
 
4380
- var _DescribeGlobalTableCommand = class _DescribeGlobalTableCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4486
+ var DescribeGlobalTableCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4381
4487
  return [
4382
4488
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4383
4489
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4384
4490
  ];
4385
4491
  }).s("DynamoDB_20120810", "DescribeGlobalTable", {}).n("DynamoDBClient", "DescribeGlobalTableCommand").f(void 0, void 0).ser(se_DescribeGlobalTableCommand).de(de_DescribeGlobalTableCommand).build() {
4492
+ static {
4493
+ __name(this, "DescribeGlobalTableCommand");
4494
+ }
4386
4495
  };
4387
- __name(_DescribeGlobalTableCommand, "DescribeGlobalTableCommand");
4388
- var DescribeGlobalTableCommand = _DescribeGlobalTableCommand;
4389
4496
 
4390
4497
  // src/commands/DescribeGlobalTableSettingsCommand.ts
4391
4498
 
4392
4499
 
4393
4500
 
4394
- var _DescribeGlobalTableSettingsCommand = class _DescribeGlobalTableSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4501
+ var DescribeGlobalTableSettingsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4395
4502
  return [
4396
4503
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4397
4504
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4398
4505
  ];
4399
4506
  }).s("DynamoDB_20120810", "DescribeGlobalTableSettings", {}).n("DynamoDBClient", "DescribeGlobalTableSettingsCommand").f(void 0, void 0).ser(se_DescribeGlobalTableSettingsCommand).de(de_DescribeGlobalTableSettingsCommand).build() {
4507
+ static {
4508
+ __name(this, "DescribeGlobalTableSettingsCommand");
4509
+ }
4400
4510
  };
4401
- __name(_DescribeGlobalTableSettingsCommand, "DescribeGlobalTableSettingsCommand");
4402
- var DescribeGlobalTableSettingsCommand = _DescribeGlobalTableSettingsCommand;
4403
4511
 
4404
4512
  // src/commands/DescribeImportCommand.ts
4405
4513
 
4406
4514
 
4407
4515
 
4408
- var _DescribeImportCommand = class _DescribeImportCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4516
+ var DescribeImportCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4409
4517
  return [
4410
4518
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4411
4519
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4412
4520
  ];
4413
4521
  }).s("DynamoDB_20120810", "DescribeImport", {}).n("DynamoDBClient", "DescribeImportCommand").f(void 0, void 0).ser(se_DescribeImportCommand).de(de_DescribeImportCommand).build() {
4522
+ static {
4523
+ __name(this, "DescribeImportCommand");
4524
+ }
4414
4525
  };
4415
- __name(_DescribeImportCommand, "DescribeImportCommand");
4416
- var DescribeImportCommand = _DescribeImportCommand;
4417
4526
 
4418
4527
  // src/commands/DescribeKinesisStreamingDestinationCommand.ts
4419
4528
 
4420
4529
 
4421
4530
 
4422
- var _DescribeKinesisStreamingDestinationCommand = class _DescribeKinesisStreamingDestinationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4531
+ var DescribeKinesisStreamingDestinationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4423
4532
  return [
4424
4533
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4425
4534
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4426
4535
  ];
4427
4536
  }).s("DynamoDB_20120810", "DescribeKinesisStreamingDestination", {}).n("DynamoDBClient", "DescribeKinesisStreamingDestinationCommand").f(void 0, void 0).ser(se_DescribeKinesisStreamingDestinationCommand).de(de_DescribeKinesisStreamingDestinationCommand).build() {
4537
+ static {
4538
+ __name(this, "DescribeKinesisStreamingDestinationCommand");
4539
+ }
4428
4540
  };
4429
- __name(_DescribeKinesisStreamingDestinationCommand, "DescribeKinesisStreamingDestinationCommand");
4430
- var DescribeKinesisStreamingDestinationCommand = _DescribeKinesisStreamingDestinationCommand;
4431
4541
 
4432
4542
  // src/commands/DescribeLimitsCommand.ts
4433
4543
 
4434
4544
 
4435
4545
 
4436
- var _DescribeLimitsCommand = class _DescribeLimitsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4546
+ var DescribeLimitsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4437
4547
  return [
4438
4548
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4439
4549
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4440
4550
  ];
4441
4551
  }).s("DynamoDB_20120810", "DescribeLimits", {}).n("DynamoDBClient", "DescribeLimitsCommand").f(void 0, void 0).ser(se_DescribeLimitsCommand).de(de_DescribeLimitsCommand).build() {
4552
+ static {
4553
+ __name(this, "DescribeLimitsCommand");
4554
+ }
4442
4555
  };
4443
- __name(_DescribeLimitsCommand, "DescribeLimitsCommand");
4444
- var DescribeLimitsCommand = _DescribeLimitsCommand;
4445
4556
 
4446
4557
  // src/commands/DescribeTableCommand.ts
4447
4558
 
4448
4559
 
4449
4560
 
4450
- var _DescribeTableCommand = class _DescribeTableCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4561
+ var DescribeTableCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4451
4562
  return [
4452
4563
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4453
4564
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4454
4565
  ];
4455
4566
  }).s("DynamoDB_20120810", "DescribeTable", {}).n("DynamoDBClient", "DescribeTableCommand").f(void 0, void 0).ser(se_DescribeTableCommand).de(de_DescribeTableCommand).build() {
4567
+ static {
4568
+ __name(this, "DescribeTableCommand");
4569
+ }
4456
4570
  };
4457
- __name(_DescribeTableCommand, "DescribeTableCommand");
4458
- var DescribeTableCommand = _DescribeTableCommand;
4459
4571
 
4460
4572
  // src/commands/DescribeTableReplicaAutoScalingCommand.ts
4461
4573
 
4462
4574
 
4463
4575
 
4464
- var _DescribeTableReplicaAutoScalingCommand = class _DescribeTableReplicaAutoScalingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4576
+ var DescribeTableReplicaAutoScalingCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4465
4577
  return [
4466
4578
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4467
4579
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4468
4580
  ];
4469
4581
  }).s("DynamoDB_20120810", "DescribeTableReplicaAutoScaling", {}).n("DynamoDBClient", "DescribeTableReplicaAutoScalingCommand").f(void 0, void 0).ser(se_DescribeTableReplicaAutoScalingCommand).de(de_DescribeTableReplicaAutoScalingCommand).build() {
4582
+ static {
4583
+ __name(this, "DescribeTableReplicaAutoScalingCommand");
4584
+ }
4470
4585
  };
4471
- __name(_DescribeTableReplicaAutoScalingCommand, "DescribeTableReplicaAutoScalingCommand");
4472
- var DescribeTableReplicaAutoScalingCommand = _DescribeTableReplicaAutoScalingCommand;
4473
4586
 
4474
4587
  // src/commands/DescribeTimeToLiveCommand.ts
4475
4588
 
4476
4589
 
4477
4590
 
4478
- var _DescribeTimeToLiveCommand = class _DescribeTimeToLiveCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4591
+ var DescribeTimeToLiveCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4479
4592
  return [
4480
4593
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4481
4594
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4482
4595
  ];
4483
4596
  }).s("DynamoDB_20120810", "DescribeTimeToLive", {}).n("DynamoDBClient", "DescribeTimeToLiveCommand").f(void 0, void 0).ser(se_DescribeTimeToLiveCommand).de(de_DescribeTimeToLiveCommand).build() {
4597
+ static {
4598
+ __name(this, "DescribeTimeToLiveCommand");
4599
+ }
4484
4600
  };
4485
- __name(_DescribeTimeToLiveCommand, "DescribeTimeToLiveCommand");
4486
- var DescribeTimeToLiveCommand = _DescribeTimeToLiveCommand;
4487
4601
 
4488
4602
  // src/commands/DisableKinesisStreamingDestinationCommand.ts
4489
4603
 
4490
4604
 
4491
4605
 
4492
- var _DisableKinesisStreamingDestinationCommand = class _DisableKinesisStreamingDestinationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4606
+ var DisableKinesisStreamingDestinationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4493
4607
  return [
4494
4608
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4495
4609
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4496
4610
  ];
4497
4611
  }).s("DynamoDB_20120810", "DisableKinesisStreamingDestination", {}).n("DynamoDBClient", "DisableKinesisStreamingDestinationCommand").f(void 0, void 0).ser(se_DisableKinesisStreamingDestinationCommand).de(de_DisableKinesisStreamingDestinationCommand).build() {
4612
+ static {
4613
+ __name(this, "DisableKinesisStreamingDestinationCommand");
4614
+ }
4498
4615
  };
4499
- __name(_DisableKinesisStreamingDestinationCommand, "DisableKinesisStreamingDestinationCommand");
4500
- var DisableKinesisStreamingDestinationCommand = _DisableKinesisStreamingDestinationCommand;
4501
4616
 
4502
4617
  // src/commands/EnableKinesisStreamingDestinationCommand.ts
4503
4618
 
4504
4619
 
4505
4620
 
4506
- var _EnableKinesisStreamingDestinationCommand = class _EnableKinesisStreamingDestinationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4621
+ var EnableKinesisStreamingDestinationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4507
4622
  return [
4508
4623
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4509
4624
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4510
4625
  ];
4511
4626
  }).s("DynamoDB_20120810", "EnableKinesisStreamingDestination", {}).n("DynamoDBClient", "EnableKinesisStreamingDestinationCommand").f(void 0, void 0).ser(se_EnableKinesisStreamingDestinationCommand).de(de_EnableKinesisStreamingDestinationCommand).build() {
4627
+ static {
4628
+ __name(this, "EnableKinesisStreamingDestinationCommand");
4629
+ }
4512
4630
  };
4513
- __name(_EnableKinesisStreamingDestinationCommand, "EnableKinesisStreamingDestinationCommand");
4514
- var EnableKinesisStreamingDestinationCommand = _EnableKinesisStreamingDestinationCommand;
4515
4631
 
4516
4632
  // src/commands/ExecuteStatementCommand.ts
4517
4633
 
4518
4634
 
4519
4635
 
4520
- var _ExecuteStatementCommand = class _ExecuteStatementCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4636
+ var ExecuteStatementCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4521
4637
  return [
4522
4638
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4523
4639
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4524
4640
  ];
4525
4641
  }).s("DynamoDB_20120810", "ExecuteStatement", {}).n("DynamoDBClient", "ExecuteStatementCommand").f(void 0, void 0).ser(se_ExecuteStatementCommand).de(de_ExecuteStatementCommand).build() {
4642
+ static {
4643
+ __name(this, "ExecuteStatementCommand");
4644
+ }
4526
4645
  };
4527
- __name(_ExecuteStatementCommand, "ExecuteStatementCommand");
4528
- var ExecuteStatementCommand = _ExecuteStatementCommand;
4529
4646
 
4530
4647
  // src/commands/ExecuteTransactionCommand.ts
4531
4648
 
4532
4649
 
4533
4650
 
4534
- var _ExecuteTransactionCommand = class _ExecuteTransactionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4651
+ var ExecuteTransactionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4535
4652
  return [
4536
4653
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4537
4654
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4538
4655
  ];
4539
4656
  }).s("DynamoDB_20120810", "ExecuteTransaction", {}).n("DynamoDBClient", "ExecuteTransactionCommand").f(void 0, void 0).ser(se_ExecuteTransactionCommand).de(de_ExecuteTransactionCommand).build() {
4657
+ static {
4658
+ __name(this, "ExecuteTransactionCommand");
4659
+ }
4540
4660
  };
4541
- __name(_ExecuteTransactionCommand, "ExecuteTransactionCommand");
4542
- var ExecuteTransactionCommand = _ExecuteTransactionCommand;
4543
4661
 
4544
4662
  // src/commands/ExportTableToPointInTimeCommand.ts
4545
4663
 
4546
4664
 
4547
4665
 
4548
- var _ExportTableToPointInTimeCommand = class _ExportTableToPointInTimeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4666
+ var ExportTableToPointInTimeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4549
4667
  return [
4550
4668
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4551
4669
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4552
4670
  ];
4553
4671
  }).s("DynamoDB_20120810", "ExportTableToPointInTime", {}).n("DynamoDBClient", "ExportTableToPointInTimeCommand").f(void 0, void 0).ser(se_ExportTableToPointInTimeCommand).de(de_ExportTableToPointInTimeCommand).build() {
4672
+ static {
4673
+ __name(this, "ExportTableToPointInTimeCommand");
4674
+ }
4554
4675
  };
4555
- __name(_ExportTableToPointInTimeCommand, "ExportTableToPointInTimeCommand");
4556
- var ExportTableToPointInTimeCommand = _ExportTableToPointInTimeCommand;
4557
4676
 
4558
4677
  // src/commands/GetItemCommand.ts
4559
4678
 
4560
4679
 
4561
4680
 
4562
- var _GetItemCommand = class _GetItemCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4681
+ var GetItemCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4563
4682
  return [
4564
4683
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4565
4684
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4566
4685
  ];
4567
4686
  }).s("DynamoDB_20120810", "GetItem", {}).n("DynamoDBClient", "GetItemCommand").f(void 0, void 0).ser(se_GetItemCommand).de(de_GetItemCommand).build() {
4687
+ static {
4688
+ __name(this, "GetItemCommand");
4689
+ }
4568
4690
  };
4569
- __name(_GetItemCommand, "GetItemCommand");
4570
- var GetItemCommand = _GetItemCommand;
4571
4691
 
4572
4692
  // src/commands/GetResourcePolicyCommand.ts
4573
4693
 
4574
4694
 
4575
4695
 
4576
- var _GetResourcePolicyCommand = class _GetResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4696
+ var GetResourcePolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4577
4697
  return [
4578
4698
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4579
4699
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4580
4700
  ];
4581
4701
  }).s("DynamoDB_20120810", "GetResourcePolicy", {}).n("DynamoDBClient", "GetResourcePolicyCommand").f(void 0, void 0).ser(se_GetResourcePolicyCommand).de(de_GetResourcePolicyCommand).build() {
4702
+ static {
4703
+ __name(this, "GetResourcePolicyCommand");
4704
+ }
4582
4705
  };
4583
- __name(_GetResourcePolicyCommand, "GetResourcePolicyCommand");
4584
- var GetResourcePolicyCommand = _GetResourcePolicyCommand;
4585
4706
 
4586
4707
  // src/commands/ImportTableCommand.ts
4587
4708
 
4588
4709
 
4589
4710
 
4590
- var _ImportTableCommand = class _ImportTableCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4711
+ var ImportTableCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4591
4712
  return [
4592
4713
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4593
4714
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4594
4715
  ];
4595
4716
  }).s("DynamoDB_20120810", "ImportTable", {}).n("DynamoDBClient", "ImportTableCommand").f(void 0, void 0).ser(se_ImportTableCommand).de(de_ImportTableCommand).build() {
4717
+ static {
4718
+ __name(this, "ImportTableCommand");
4719
+ }
4596
4720
  };
4597
- __name(_ImportTableCommand, "ImportTableCommand");
4598
- var ImportTableCommand = _ImportTableCommand;
4599
4721
 
4600
4722
  // src/commands/ListBackupsCommand.ts
4601
4723
 
4602
4724
 
4603
4725
 
4604
- var _ListBackupsCommand = class _ListBackupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4726
+ var ListBackupsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4605
4727
  return [
4606
4728
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4607
4729
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4608
4730
  ];
4609
4731
  }).s("DynamoDB_20120810", "ListBackups", {}).n("DynamoDBClient", "ListBackupsCommand").f(void 0, void 0).ser(se_ListBackupsCommand).de(de_ListBackupsCommand).build() {
4732
+ static {
4733
+ __name(this, "ListBackupsCommand");
4734
+ }
4610
4735
  };
4611
- __name(_ListBackupsCommand, "ListBackupsCommand");
4612
- var ListBackupsCommand = _ListBackupsCommand;
4613
4736
 
4614
4737
  // src/commands/ListContributorInsightsCommand.ts
4615
4738
 
4616
4739
 
4617
4740
 
4618
- var _ListContributorInsightsCommand = class _ListContributorInsightsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4741
+ var ListContributorInsightsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4619
4742
  return [
4620
4743
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4621
4744
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4622
4745
  ];
4623
4746
  }).s("DynamoDB_20120810", "ListContributorInsights", {}).n("DynamoDBClient", "ListContributorInsightsCommand").f(void 0, void 0).ser(se_ListContributorInsightsCommand).de(de_ListContributorInsightsCommand).build() {
4747
+ static {
4748
+ __name(this, "ListContributorInsightsCommand");
4749
+ }
4624
4750
  };
4625
- __name(_ListContributorInsightsCommand, "ListContributorInsightsCommand");
4626
- var ListContributorInsightsCommand = _ListContributorInsightsCommand;
4627
4751
 
4628
4752
  // src/commands/ListExportsCommand.ts
4629
4753
 
4630
4754
 
4631
4755
 
4632
- var _ListExportsCommand = class _ListExportsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4756
+ var ListExportsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4633
4757
  return [
4634
4758
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4635
4759
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4636
4760
  ];
4637
4761
  }).s("DynamoDB_20120810", "ListExports", {}).n("DynamoDBClient", "ListExportsCommand").f(void 0, void 0).ser(se_ListExportsCommand).de(de_ListExportsCommand).build() {
4762
+ static {
4763
+ __name(this, "ListExportsCommand");
4764
+ }
4638
4765
  };
4639
- __name(_ListExportsCommand, "ListExportsCommand");
4640
- var ListExportsCommand = _ListExportsCommand;
4641
4766
 
4642
4767
  // src/commands/ListGlobalTablesCommand.ts
4643
4768
 
4644
4769
 
4645
4770
 
4646
- var _ListGlobalTablesCommand = class _ListGlobalTablesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4771
+ var ListGlobalTablesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4647
4772
  return [
4648
4773
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4649
4774
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4650
4775
  ];
4651
4776
  }).s("DynamoDB_20120810", "ListGlobalTables", {}).n("DynamoDBClient", "ListGlobalTablesCommand").f(void 0, void 0).ser(se_ListGlobalTablesCommand).de(de_ListGlobalTablesCommand).build() {
4777
+ static {
4778
+ __name(this, "ListGlobalTablesCommand");
4779
+ }
4652
4780
  };
4653
- __name(_ListGlobalTablesCommand, "ListGlobalTablesCommand");
4654
- var ListGlobalTablesCommand = _ListGlobalTablesCommand;
4655
4781
 
4656
4782
  // src/commands/ListImportsCommand.ts
4657
4783
 
4658
4784
 
4659
4785
 
4660
- var _ListImportsCommand = class _ListImportsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4786
+ var ListImportsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4661
4787
  return [
4662
4788
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4663
4789
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4664
4790
  ];
4665
4791
  }).s("DynamoDB_20120810", "ListImports", {}).n("DynamoDBClient", "ListImportsCommand").f(void 0, void 0).ser(se_ListImportsCommand).de(de_ListImportsCommand).build() {
4792
+ static {
4793
+ __name(this, "ListImportsCommand");
4794
+ }
4666
4795
  };
4667
- __name(_ListImportsCommand, "ListImportsCommand");
4668
- var ListImportsCommand = _ListImportsCommand;
4669
4796
 
4670
4797
  // src/commands/ListTablesCommand.ts
4671
4798
 
4672
4799
 
4673
4800
 
4674
- var _ListTablesCommand = class _ListTablesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4801
+ var ListTablesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4675
4802
  return [
4676
4803
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4677
4804
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4678
4805
  ];
4679
4806
  }).s("DynamoDB_20120810", "ListTables", {}).n("DynamoDBClient", "ListTablesCommand").f(void 0, void 0).ser(se_ListTablesCommand).de(de_ListTablesCommand).build() {
4807
+ static {
4808
+ __name(this, "ListTablesCommand");
4809
+ }
4680
4810
  };
4681
- __name(_ListTablesCommand, "ListTablesCommand");
4682
- var ListTablesCommand = _ListTablesCommand;
4683
4811
 
4684
4812
  // src/commands/ListTagsOfResourceCommand.ts
4685
4813
 
4686
4814
 
4687
4815
 
4688
- var _ListTagsOfResourceCommand = class _ListTagsOfResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4816
+ var ListTagsOfResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4689
4817
  return [
4690
4818
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4691
4819
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4692
4820
  ];
4693
4821
  }).s("DynamoDB_20120810", "ListTagsOfResource", {}).n("DynamoDBClient", "ListTagsOfResourceCommand").f(void 0, void 0).ser(se_ListTagsOfResourceCommand).de(de_ListTagsOfResourceCommand).build() {
4822
+ static {
4823
+ __name(this, "ListTagsOfResourceCommand");
4824
+ }
4694
4825
  };
4695
- __name(_ListTagsOfResourceCommand, "ListTagsOfResourceCommand");
4696
- var ListTagsOfResourceCommand = _ListTagsOfResourceCommand;
4697
4826
 
4698
4827
  // src/commands/PutItemCommand.ts
4699
4828
 
4700
4829
 
4701
4830
 
4702
- var _PutItemCommand = class _PutItemCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4831
+ var PutItemCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4703
4832
  return [
4704
4833
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4705
4834
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4706
4835
  ];
4707
4836
  }).s("DynamoDB_20120810", "PutItem", {}).n("DynamoDBClient", "PutItemCommand").f(void 0, void 0).ser(se_PutItemCommand).de(de_PutItemCommand).build() {
4837
+ static {
4838
+ __name(this, "PutItemCommand");
4839
+ }
4708
4840
  };
4709
- __name(_PutItemCommand, "PutItemCommand");
4710
- var PutItemCommand = _PutItemCommand;
4711
4841
 
4712
4842
  // src/commands/PutResourcePolicyCommand.ts
4713
4843
 
4714
4844
 
4715
4845
 
4716
- var _PutResourcePolicyCommand = class _PutResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4846
+ var PutResourcePolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4717
4847
  return [
4718
4848
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4719
4849
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4720
4850
  ];
4721
4851
  }).s("DynamoDB_20120810", "PutResourcePolicy", {}).n("DynamoDBClient", "PutResourcePolicyCommand").f(void 0, void 0).ser(se_PutResourcePolicyCommand).de(de_PutResourcePolicyCommand).build() {
4852
+ static {
4853
+ __name(this, "PutResourcePolicyCommand");
4854
+ }
4722
4855
  };
4723
- __name(_PutResourcePolicyCommand, "PutResourcePolicyCommand");
4724
- var PutResourcePolicyCommand = _PutResourcePolicyCommand;
4725
4856
 
4726
4857
  // src/commands/QueryCommand.ts
4727
4858
 
4728
4859
 
4729
4860
 
4730
- var _QueryCommand = class _QueryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4861
+ var QueryCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4731
4862
  return [
4732
4863
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4733
4864
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4734
4865
  ];
4735
4866
  }).s("DynamoDB_20120810", "Query", {}).n("DynamoDBClient", "QueryCommand").f(void 0, void 0).ser(se_QueryCommand).de(de_QueryCommand).build() {
4867
+ static {
4868
+ __name(this, "QueryCommand");
4869
+ }
4736
4870
  };
4737
- __name(_QueryCommand, "QueryCommand");
4738
- var QueryCommand = _QueryCommand;
4739
4871
 
4740
4872
  // src/commands/RestoreTableFromBackupCommand.ts
4741
4873
 
4742
4874
 
4743
4875
 
4744
- var _RestoreTableFromBackupCommand = class _RestoreTableFromBackupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4876
+ var RestoreTableFromBackupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4745
4877
  return [
4746
4878
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4747
4879
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4748
4880
  ];
4749
4881
  }).s("DynamoDB_20120810", "RestoreTableFromBackup", {}).n("DynamoDBClient", "RestoreTableFromBackupCommand").f(void 0, void 0).ser(se_RestoreTableFromBackupCommand).de(de_RestoreTableFromBackupCommand).build() {
4882
+ static {
4883
+ __name(this, "RestoreTableFromBackupCommand");
4884
+ }
4750
4885
  };
4751
- __name(_RestoreTableFromBackupCommand, "RestoreTableFromBackupCommand");
4752
- var RestoreTableFromBackupCommand = _RestoreTableFromBackupCommand;
4753
4886
 
4754
4887
  // src/commands/RestoreTableToPointInTimeCommand.ts
4755
4888
 
4756
4889
 
4757
4890
 
4758
- var _RestoreTableToPointInTimeCommand = class _RestoreTableToPointInTimeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4891
+ var RestoreTableToPointInTimeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4759
4892
  return [
4760
4893
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4761
4894
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4762
4895
  ];
4763
4896
  }).s("DynamoDB_20120810", "RestoreTableToPointInTime", {}).n("DynamoDBClient", "RestoreTableToPointInTimeCommand").f(void 0, void 0).ser(se_RestoreTableToPointInTimeCommand).de(de_RestoreTableToPointInTimeCommand).build() {
4897
+ static {
4898
+ __name(this, "RestoreTableToPointInTimeCommand");
4899
+ }
4764
4900
  };
4765
- __name(_RestoreTableToPointInTimeCommand, "RestoreTableToPointInTimeCommand");
4766
- var RestoreTableToPointInTimeCommand = _RestoreTableToPointInTimeCommand;
4767
4901
 
4768
4902
  // src/commands/ScanCommand.ts
4769
4903
 
4770
4904
 
4771
4905
 
4772
- var _ScanCommand = class _ScanCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4906
+ var ScanCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4773
4907
  return [
4774
4908
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4775
4909
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4776
4910
  ];
4777
4911
  }).s("DynamoDB_20120810", "Scan", {}).n("DynamoDBClient", "ScanCommand").f(void 0, void 0).ser(se_ScanCommand).de(de_ScanCommand).build() {
4912
+ static {
4913
+ __name(this, "ScanCommand");
4914
+ }
4778
4915
  };
4779
- __name(_ScanCommand, "ScanCommand");
4780
- var ScanCommand = _ScanCommand;
4781
4916
 
4782
4917
  // src/commands/TagResourceCommand.ts
4783
4918
 
4784
4919
 
4785
4920
 
4786
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4921
+ var TagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4787
4922
  return [
4788
4923
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4789
4924
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4790
4925
  ];
4791
4926
  }).s("DynamoDB_20120810", "TagResource", {}).n("DynamoDBClient", "TagResourceCommand").f(void 0, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
4927
+ static {
4928
+ __name(this, "TagResourceCommand");
4929
+ }
4792
4930
  };
4793
- __name(_TagResourceCommand, "TagResourceCommand");
4794
- var TagResourceCommand = _TagResourceCommand;
4795
4931
 
4796
4932
  // src/commands/TransactGetItemsCommand.ts
4797
4933
 
4798
4934
 
4799
4935
 
4800
- var _TransactGetItemsCommand = class _TransactGetItemsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4936
+ var TransactGetItemsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4801
4937
  return [
4802
4938
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4803
4939
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4804
4940
  ];
4805
4941
  }).s("DynamoDB_20120810", "TransactGetItems", {}).n("DynamoDBClient", "TransactGetItemsCommand").f(void 0, void 0).ser(se_TransactGetItemsCommand).de(de_TransactGetItemsCommand).build() {
4942
+ static {
4943
+ __name(this, "TransactGetItemsCommand");
4944
+ }
4806
4945
  };
4807
- __name(_TransactGetItemsCommand, "TransactGetItemsCommand");
4808
- var TransactGetItemsCommand = _TransactGetItemsCommand;
4809
4946
 
4810
4947
  // src/commands/TransactWriteItemsCommand.ts
4811
4948
 
4812
4949
 
4813
4950
 
4814
- var _TransactWriteItemsCommand = class _TransactWriteItemsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4951
+ var TransactWriteItemsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4815
4952
  return [
4816
4953
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4817
4954
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4818
4955
  ];
4819
4956
  }).s("DynamoDB_20120810", "TransactWriteItems", {}).n("DynamoDBClient", "TransactWriteItemsCommand").f(void 0, void 0).ser(se_TransactWriteItemsCommand).de(de_TransactWriteItemsCommand).build() {
4957
+ static {
4958
+ __name(this, "TransactWriteItemsCommand");
4959
+ }
4820
4960
  };
4821
- __name(_TransactWriteItemsCommand, "TransactWriteItemsCommand");
4822
- var TransactWriteItemsCommand = _TransactWriteItemsCommand;
4823
4961
 
4824
4962
  // src/commands/UntagResourceCommand.ts
4825
4963
 
4826
4964
 
4827
4965
 
4828
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4966
+ var UntagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4829
4967
  return [
4830
4968
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4831
4969
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4832
4970
  ];
4833
4971
  }).s("DynamoDB_20120810", "UntagResource", {}).n("DynamoDBClient", "UntagResourceCommand").f(void 0, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
4972
+ static {
4973
+ __name(this, "UntagResourceCommand");
4974
+ }
4834
4975
  };
4835
- __name(_UntagResourceCommand, "UntagResourceCommand");
4836
- var UntagResourceCommand = _UntagResourceCommand;
4837
4976
 
4838
4977
  // src/commands/UpdateContinuousBackupsCommand.ts
4839
4978
 
4840
4979
 
4841
4980
 
4842
- var _UpdateContinuousBackupsCommand = class _UpdateContinuousBackupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4981
+ var UpdateContinuousBackupsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4843
4982
  return [
4844
4983
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4845
4984
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4846
4985
  ];
4847
4986
  }).s("DynamoDB_20120810", "UpdateContinuousBackups", {}).n("DynamoDBClient", "UpdateContinuousBackupsCommand").f(void 0, void 0).ser(se_UpdateContinuousBackupsCommand).de(de_UpdateContinuousBackupsCommand).build() {
4987
+ static {
4988
+ __name(this, "UpdateContinuousBackupsCommand");
4989
+ }
4848
4990
  };
4849
- __name(_UpdateContinuousBackupsCommand, "UpdateContinuousBackupsCommand");
4850
- var UpdateContinuousBackupsCommand = _UpdateContinuousBackupsCommand;
4851
4991
 
4852
4992
  // src/commands/UpdateContributorInsightsCommand.ts
4853
4993
 
4854
4994
 
4855
4995
 
4856
- var _UpdateContributorInsightsCommand = class _UpdateContributorInsightsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4996
+ var UpdateContributorInsightsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4857
4997
  return [
4858
4998
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4859
4999
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4860
5000
  ];
4861
5001
  }).s("DynamoDB_20120810", "UpdateContributorInsights", {}).n("DynamoDBClient", "UpdateContributorInsightsCommand").f(void 0, void 0).ser(se_UpdateContributorInsightsCommand).de(de_UpdateContributorInsightsCommand).build() {
5002
+ static {
5003
+ __name(this, "UpdateContributorInsightsCommand");
5004
+ }
4862
5005
  };
4863
- __name(_UpdateContributorInsightsCommand, "UpdateContributorInsightsCommand");
4864
- var UpdateContributorInsightsCommand = _UpdateContributorInsightsCommand;
4865
5006
 
4866
5007
  // src/commands/UpdateGlobalTableCommand.ts
4867
5008
 
4868
5009
 
4869
5010
 
4870
- var _UpdateGlobalTableCommand = class _UpdateGlobalTableCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5011
+ var UpdateGlobalTableCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4871
5012
  return [
4872
5013
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4873
5014
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4874
5015
  ];
4875
5016
  }).s("DynamoDB_20120810", "UpdateGlobalTable", {}).n("DynamoDBClient", "UpdateGlobalTableCommand").f(void 0, void 0).ser(se_UpdateGlobalTableCommand).de(de_UpdateGlobalTableCommand).build() {
5017
+ static {
5018
+ __name(this, "UpdateGlobalTableCommand");
5019
+ }
4876
5020
  };
4877
- __name(_UpdateGlobalTableCommand, "UpdateGlobalTableCommand");
4878
- var UpdateGlobalTableCommand = _UpdateGlobalTableCommand;
4879
5021
 
4880
5022
  // src/commands/UpdateGlobalTableSettingsCommand.ts
4881
5023
 
4882
5024
 
4883
5025
 
4884
- var _UpdateGlobalTableSettingsCommand = class _UpdateGlobalTableSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5026
+ var UpdateGlobalTableSettingsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4885
5027
  return [
4886
5028
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4887
5029
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4888
5030
  ];
4889
5031
  }).s("DynamoDB_20120810", "UpdateGlobalTableSettings", {}).n("DynamoDBClient", "UpdateGlobalTableSettingsCommand").f(void 0, void 0).ser(se_UpdateGlobalTableSettingsCommand).de(de_UpdateGlobalTableSettingsCommand).build() {
5032
+ static {
5033
+ __name(this, "UpdateGlobalTableSettingsCommand");
5034
+ }
4890
5035
  };
4891
- __name(_UpdateGlobalTableSettingsCommand, "UpdateGlobalTableSettingsCommand");
4892
- var UpdateGlobalTableSettingsCommand = _UpdateGlobalTableSettingsCommand;
4893
5036
 
4894
5037
  // src/commands/UpdateItemCommand.ts
4895
5038
 
4896
5039
 
4897
5040
 
4898
- var _UpdateItemCommand = class _UpdateItemCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5041
+ var UpdateItemCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4899
5042
  return [
4900
5043
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4901
5044
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4902
5045
  ];
4903
5046
  }).s("DynamoDB_20120810", "UpdateItem", {}).n("DynamoDBClient", "UpdateItemCommand").f(void 0, void 0).ser(se_UpdateItemCommand).de(de_UpdateItemCommand).build() {
5047
+ static {
5048
+ __name(this, "UpdateItemCommand");
5049
+ }
4904
5050
  };
4905
- __name(_UpdateItemCommand, "UpdateItemCommand");
4906
- var UpdateItemCommand = _UpdateItemCommand;
4907
5051
 
4908
5052
  // src/commands/UpdateKinesisStreamingDestinationCommand.ts
4909
5053
 
4910
5054
 
4911
5055
 
4912
- var _UpdateKinesisStreamingDestinationCommand = class _UpdateKinesisStreamingDestinationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5056
+ var UpdateKinesisStreamingDestinationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4913
5057
  return [
4914
5058
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4915
5059
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4916
5060
  ];
4917
5061
  }).s("DynamoDB_20120810", "UpdateKinesisStreamingDestination", {}).n("DynamoDBClient", "UpdateKinesisStreamingDestinationCommand").f(void 0, void 0).ser(se_UpdateKinesisStreamingDestinationCommand).de(de_UpdateKinesisStreamingDestinationCommand).build() {
5062
+ static {
5063
+ __name(this, "UpdateKinesisStreamingDestinationCommand");
5064
+ }
4918
5065
  };
4919
- __name(_UpdateKinesisStreamingDestinationCommand, "UpdateKinesisStreamingDestinationCommand");
4920
- var UpdateKinesisStreamingDestinationCommand = _UpdateKinesisStreamingDestinationCommand;
4921
5066
 
4922
5067
  // src/commands/UpdateTableCommand.ts
4923
5068
 
4924
5069
 
4925
5070
 
4926
- var _UpdateTableCommand = class _UpdateTableCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5071
+ var UpdateTableCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4927
5072
  return [
4928
5073
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4929
5074
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4930
5075
  ];
4931
5076
  }).s("DynamoDB_20120810", "UpdateTable", {}).n("DynamoDBClient", "UpdateTableCommand").f(void 0, void 0).ser(se_UpdateTableCommand).de(de_UpdateTableCommand).build() {
5077
+ static {
5078
+ __name(this, "UpdateTableCommand");
5079
+ }
4932
5080
  };
4933
- __name(_UpdateTableCommand, "UpdateTableCommand");
4934
- var UpdateTableCommand = _UpdateTableCommand;
4935
5081
 
4936
5082
  // src/commands/UpdateTableReplicaAutoScalingCommand.ts
4937
5083
 
4938
5084
 
4939
5085
 
4940
- var _UpdateTableReplicaAutoScalingCommand = class _UpdateTableReplicaAutoScalingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5086
+ var UpdateTableReplicaAutoScalingCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4941
5087
  return [
4942
5088
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4943
5089
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4944
5090
  ];
4945
5091
  }).s("DynamoDB_20120810", "UpdateTableReplicaAutoScaling", {}).n("DynamoDBClient", "UpdateTableReplicaAutoScalingCommand").f(void 0, void 0).ser(se_UpdateTableReplicaAutoScalingCommand).de(de_UpdateTableReplicaAutoScalingCommand).build() {
5092
+ static {
5093
+ __name(this, "UpdateTableReplicaAutoScalingCommand");
5094
+ }
4946
5095
  };
4947
- __name(_UpdateTableReplicaAutoScalingCommand, "UpdateTableReplicaAutoScalingCommand");
4948
- var UpdateTableReplicaAutoScalingCommand = _UpdateTableReplicaAutoScalingCommand;
4949
5096
 
4950
5097
  // src/commands/UpdateTimeToLiveCommand.ts
4951
5098
 
4952
5099
 
4953
5100
 
4954
- var _UpdateTimeToLiveCommand = class _UpdateTimeToLiveCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5101
+ var UpdateTimeToLiveCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4955
5102
  return [
4956
5103
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4957
5104
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4958
5105
  ];
4959
5106
  }).s("DynamoDB_20120810", "UpdateTimeToLive", {}).n("DynamoDBClient", "UpdateTimeToLiveCommand").f(void 0, void 0).ser(se_UpdateTimeToLiveCommand).de(de_UpdateTimeToLiveCommand).build() {
5107
+ static {
5108
+ __name(this, "UpdateTimeToLiveCommand");
5109
+ }
4960
5110
  };
4961
- __name(_UpdateTimeToLiveCommand, "UpdateTimeToLiveCommand");
4962
- var UpdateTimeToLiveCommand = _UpdateTimeToLiveCommand;
4963
5111
 
4964
5112
  // src/DynamoDB.ts
4965
5113
  var commands = {
@@ -5021,10 +5169,11 @@ var commands = {
5021
5169
  UpdateTableReplicaAutoScalingCommand,
5022
5170
  UpdateTimeToLiveCommand
5023
5171
  };
5024
- var _DynamoDB = class _DynamoDB extends DynamoDBClient {
5172
+ var DynamoDB = class extends DynamoDBClient {
5173
+ static {
5174
+ __name(this, "DynamoDB");
5175
+ }
5025
5176
  };
5026
- __name(_DynamoDB, "DynamoDB");
5027
- var DynamoDB = _DynamoDB;
5028
5177
  (0, import_smithy_client.createAggregatedClient)(commands, DynamoDB);
5029
5178
 
5030
5179
  // src/pagination/ListContributorInsightsPaginator.ts
@@ -5225,8 +5374,10 @@ var waitUntilTableNotExists = /* @__PURE__ */ __name(async (params, input) => {
5225
5374
  TableClass,
5226
5375
  TableStatus,
5227
5376
  GlobalTableAlreadyExistsException,
5377
+ MultiRegionConsistency,
5228
5378
  ResourceInUseException,
5229
5379
  ReturnValue,
5380
+ ReplicatedWriteConflictException,
5230
5381
  TransactionConflictException,
5231
5382
  PolicyNotFoundException,
5232
5383
  ExportFormat,