@gemeentenijmegen/webapp 1.1.3 → 1.1.5

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