@gemeentenijmegen/webapp 1.1.5 → 1.1.7

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 (1104) hide show
  1. package/.jsii +13 -13
  2. package/assets/webapp/auth/auth.lambda/index.js +10 -10
  3. package/assets/webapp/login/login.lambda/index.js +10 -10
  4. package/assets/webapp/logout/logout.lambda/index.js +10 -10
  5. package/lib/webapp/Criticality.js +1 -1
  6. package/lib/webapp/Webapp.js +1 -1
  7. package/lib/webapp/Webpage.js +1 -1
  8. package/lib/webapp/auth/auth-function.js +2 -2
  9. package/lib/webapp/login/login-function.js +2 -2
  10. package/lib/webapp/logout/logout-function.js +2 -2
  11. package/lib/webapp/util/Files.js +1 -1
  12. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/auth/httpAuthSchemeProvider.js +3 -3
  13. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/endpoint/endpointResolver.js +10 -1
  14. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/endpoint/ruleset.js +3 -3
  15. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/index.js +460 -311
  16. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.js +1 -0
  17. package/node_modules/@aws-sdk/client-dynamodb/dist-es/DynamoDBClient.js +2 -1
  18. package/node_modules/@aws-sdk/client-dynamodb/dist-es/auth/httpAuthSchemeProvider.js +3 -3
  19. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchGetItemCommand.js +4 -1
  20. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchWriteItemCommand.js +4 -1
  21. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateBackupCommand.js +4 -1
  22. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateGlobalTableCommand.js +4 -1
  23. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateTableCommand.js +4 -1
  24. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteBackupCommand.js +4 -1
  25. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteItemCommand.js +4 -1
  26. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteResourcePolicyCommand.js +4 -1
  27. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteTableCommand.js +4 -1
  28. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeBackupCommand.js +4 -1
  29. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeContinuousBackupsCommand.js +4 -1
  30. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeContributorInsightsCommand.js +4 -1
  31. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeExportCommand.js +4 -1
  32. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeGlobalTableCommand.js +4 -1
  33. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeGlobalTableSettingsCommand.js +4 -1
  34. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeImportCommand.js +4 -1
  35. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeKinesisStreamingDestinationCommand.js +4 -1
  36. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTableCommand.js +4 -1
  37. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTableReplicaAutoScalingCommand.js +4 -1
  38. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTimeToLiveCommand.js +4 -1
  39. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DisableKinesisStreamingDestinationCommand.js +4 -1
  40. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/EnableKinesisStreamingDestinationCommand.js +4 -1
  41. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ExportTableToPointInTimeCommand.js +4 -1
  42. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/GetItemCommand.js +4 -1
  43. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/GetResourcePolicyCommand.js +4 -1
  44. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ImportTableCommand.js +4 -1
  45. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListBackupsCommand.js +4 -1
  46. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListContributorInsightsCommand.js +4 -1
  47. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListExportsCommand.js +4 -1
  48. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListImportsCommand.js +4 -1
  49. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListTagsOfResourceCommand.js +4 -1
  50. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/PutItemCommand.js +4 -1
  51. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/PutResourcePolicyCommand.js +4 -1
  52. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/QueryCommand.js +4 -1
  53. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/RestoreTableFromBackupCommand.js +4 -1
  54. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/RestoreTableToPointInTimeCommand.js +4 -1
  55. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ScanCommand.js +4 -1
  56. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TagResourceCommand.js +4 -1
  57. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TransactGetItemsCommand.js +7 -1
  58. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TransactWriteItemsCommand.js +7 -1
  59. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UntagResourceCommand.js +4 -1
  60. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateContinuousBackupsCommand.js +4 -1
  61. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateContributorInsightsCommand.js +4 -1
  62. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateGlobalTableCommand.js +4 -1
  63. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateGlobalTableSettingsCommand.js +4 -1
  64. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateItemCommand.js +4 -1
  65. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateKinesisStreamingDestinationCommand.js +4 -1
  66. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTableCommand.js +4 -1
  67. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTableReplicaAutoScalingCommand.js +4 -1
  68. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTimeToLiveCommand.js +4 -1
  69. package/node_modules/@aws-sdk/client-dynamodb/dist-es/endpoint/EndpointParameters.js +2 -3
  70. package/node_modules/@aws-sdk/client-dynamodb/dist-es/endpoint/endpointResolver.js +10 -1
  71. package/node_modules/@aws-sdk/client-dynamodb/dist-es/endpoint/ruleset.js +3 -3
  72. package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.js +2 -1
  73. package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeExtensions.js +2 -14
  74. package/node_modules/@aws-sdk/client-dynamodb/dist-types/auth/httpAuthSchemeProvider.d.ts +15 -1
  75. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchExecuteStatementCommand.d.ts +3 -3
  76. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchGetItemCommand.d.ts +33 -28
  77. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchWriteItemCommand.d.ts +33 -30
  78. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateBackupCommand.d.ts +1 -0
  79. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateGlobalTableCommand.d.ts +1 -0
  80. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateTableCommand.d.ts +1 -70
  81. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteBackupCommand.d.ts +1 -0
  82. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteItemCommand.d.ts +14 -14
  83. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteResourcePolicyCommand.d.ts +1 -0
  84. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteTableCommand.d.ts +13 -13
  85. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeBackupCommand.d.ts +1 -0
  86. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeContinuousBackupsCommand.d.ts +3 -1
  87. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeContributorInsightsCommand.d.ts +1 -0
  88. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeEndpointsCommand.d.ts +1 -0
  89. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeExportCommand.d.ts +1 -0
  90. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableCommand.d.ts +1 -0
  91. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableSettingsCommand.d.ts +1 -0
  92. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeImportCommand.d.ts +1 -0
  93. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeKinesisStreamingDestinationCommand.d.ts +1 -0
  94. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeLimitsCommand.d.ts +8 -8
  95. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableCommand.d.ts +1 -47
  96. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableReplicaAutoScalingCommand.d.ts +1 -0
  97. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTimeToLiveCommand.d.ts +1 -0
  98. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DisableKinesisStreamingDestinationCommand.d.ts +1 -0
  99. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/EnableKinesisStreamingDestinationCommand.d.ts +1 -0
  100. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteStatementCommand.d.ts +3 -2
  101. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteTransactionCommand.d.ts +2 -1
  102. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExportTableToPointInTimeCommand.d.ts +1 -0
  103. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/GetItemCommand.d.ts +17 -17
  104. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/GetResourcePolicyCommand.d.ts +1 -0
  105. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ImportTableCommand.d.ts +1 -0
  106. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListBackupsCommand.d.ts +1 -0
  107. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListContributorInsightsCommand.d.ts +1 -0
  108. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListExportsCommand.d.ts +1 -0
  109. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListGlobalTablesCommand.d.ts +1 -0
  110. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListImportsCommand.d.ts +1 -0
  111. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListTablesCommand.d.ts +5 -5
  112. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListTagsOfResourceCommand.d.ts +1 -0
  113. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutItemCommand.d.ts +17 -17
  114. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutResourcePolicyCommand.d.ts +1 -0
  115. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/QueryCommand.d.ts +16 -16
  116. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableFromBackupCommand.d.ts +1 -0
  117. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +4 -2
  118. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ScanCommand.d.ts +25 -25
  119. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TagResourceCommand.d.ts +12 -2
  120. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactGetItemsCommand.d.ts +2 -1
  121. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactWriteItemsCommand.d.ts +2 -1
  122. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UntagResourceCommand.d.ts +12 -2
  123. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateContinuousBackupsCommand.d.ts +3 -1
  124. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateContributorInsightsCommand.d.ts +1 -0
  125. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableCommand.d.ts +1 -0
  126. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableSettingsCommand.d.ts +1 -0
  127. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateItemCommand.d.ts +30 -30
  128. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateKinesisStreamingDestinationCommand.d.ts +1 -0
  129. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableCommand.d.ts +1 -52
  130. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableReplicaAutoScalingCommand.d.ts +1 -0
  131. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTimeToLiveCommand.d.ts +1 -0
  132. package/node_modules/@aws-sdk/client-dynamodb/dist-types/endpoint/EndpointParameters.d.ts +2 -0
  133. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts +73 -41
  134. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.browser.d.ts +1 -0
  135. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.d.ts +1 -0
  136. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.native.d.ts +1 -0
  137. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +3 -0
  138. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +2 -0
  139. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  140. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.d.ts +1 -0
  141. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  142. package/node_modules/@aws-sdk/client-dynamodb/package.json +35 -35
  143. package/node_modules/@aws-sdk/client-s3/dist-cjs/auth/httpAuthSchemeProvider.js +3 -3
  144. package/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +3 -3
  145. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +78 -97
  146. package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +1 -0
  147. package/node_modules/@aws-sdk/client-s3/dist-es/S3Client.js +2 -1
  148. package/node_modules/@aws-sdk/client-s3/dist-es/auth/httpAuthSchemeProvider.js +3 -3
  149. package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/EndpointParameters.js +2 -3
  150. package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +3 -3
  151. package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +20 -20
  152. package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js +2 -1
  153. package/node_modules/@aws-sdk/client-s3/dist-es/runtimeExtensions.js +2 -14
  154. package/node_modules/@aws-sdk/client-s3/dist-types/auth/httpAuthSchemeProvider.d.ts +15 -1
  155. package/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +9 -6
  156. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +16 -16
  157. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +9 -9
  158. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +15 -16
  159. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +1 -0
  160. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +8 -8
  161. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +1 -0
  162. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +1 -0
  163. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +7 -4
  164. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +7 -4
  165. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +1 -0
  166. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +1 -0
  167. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +1 -0
  168. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +7 -4
  169. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +1 -0
  170. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +1 -0
  171. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +1 -0
  172. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +7 -4
  173. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +7 -4
  174. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +7 -4
  175. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +7 -4
  176. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +18 -13
  177. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +11 -12
  178. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +30 -31
  179. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +1 -0
  180. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +1 -0
  181. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +1 -0
  182. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +1 -0
  183. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +9 -9
  184. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +1 -0
  185. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +1 -0
  186. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +1 -0
  187. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +11 -11
  188. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +5 -5
  189. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +1 -0
  190. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +1 -0
  191. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +1 -0
  192. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +1 -0
  193. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +1 -0
  194. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +5 -5
  195. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +1 -0
  196. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +12 -12
  197. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +5 -5
  198. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +9 -9
  199. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +6 -6
  200. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +8 -8
  201. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +29 -29
  202. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +1 -0
  203. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +45 -31
  204. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +1 -0
  205. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +1 -0
  206. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +1 -0
  207. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +19 -20
  208. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +18 -5
  209. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +1 -0
  210. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +7 -4
  211. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +12 -12
  212. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +1 -0
  213. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +1 -0
  214. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +1 -0
  215. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +1 -0
  216. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +14 -14
  217. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +1 -0
  218. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +62 -63
  219. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +26 -26
  220. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +23 -23
  221. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +22 -22
  222. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +22 -22
  223. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -0
  224. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +9 -6
  225. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +1 -0
  226. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +19 -16
  227. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +1 -0
  228. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -0
  229. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -0
  230. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +18 -15
  231. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +16 -13
  232. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -0
  233. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +11 -8
  234. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +1 -0
  235. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +8 -5
  236. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +15 -12
  237. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +9 -6
  238. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +13 -10
  239. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +10 -7
  240. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +13 -10
  241. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +11 -8
  242. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +68 -74
  243. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +1 -0
  244. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +1 -0
  245. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +1 -0
  246. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +12 -12
  247. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +1 -0
  248. package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +17 -16
  249. package/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +1 -0
  250. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +9 -9
  251. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +21 -22
  252. package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +1 -0
  253. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +47 -48
  254. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +13 -14
  255. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +1 -0
  256. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +1 -0
  257. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +1 -0
  258. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +3 -0
  259. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  260. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +1 -0
  261. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  262. package/node_modules/@aws-sdk/client-s3/package.json +50 -50
  263. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/auth/httpAuthSchemeProvider.js +3 -3
  264. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/index.js +47 -48
  265. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.js +1 -0
  266. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/SecretsManagerClient.js +2 -1
  267. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/auth/httpAuthSchemeProvider.js +3 -3
  268. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/endpoint/EndpointParameters.js +2 -3
  269. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.js +2 -1
  270. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeExtensions.js +2 -14
  271. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/auth/httpAuthSchemeProvider.d.ts +15 -1
  272. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/BatchGetSecretValueCommand.d.ts +24 -24
  273. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/CancelRotateSecretCommand.d.ts +6 -6
  274. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/CreateSecretCommand.d.ts +10 -10
  275. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -6
  276. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/DeleteSecretCommand.d.ts +1 -19
  277. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/DescribeSecretCommand.d.ts +1 -48
  278. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/GetRandomPasswordCommand.d.ts +7 -7
  279. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/GetResourcePolicyCommand.d.ts +17 -7
  280. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/GetSecretValueCommand.d.ts +14 -10
  281. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/ListSecretVersionIdsCommand.d.ts +16 -16
  282. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/ListSecretsCommand.d.ts +17 -17
  283. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/PutResourcePolicyCommand.d.ts +17 -7
  284. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/PutSecretValueCommand.d.ts +10 -10
  285. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/RemoveRegionsFromReplicationCommand.d.ts +1 -0
  286. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/ReplicateSecretToRegionsCommand.d.ts +12 -12
  287. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/RestoreSecretCommand.d.ts +6 -6
  288. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/RotateSecretCommand.d.ts +16 -17
  289. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/StopReplicationToReplicaCommand.d.ts +1 -0
  290. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/TagResourceCommand.d.ts +12 -9
  291. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/UntagResourceCommand.d.ts +8 -5
  292. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/UpdateSecretCommand.d.ts +25 -27
  293. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/UpdateSecretVersionStageCommand.d.ts +21 -23
  294. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/ValidateResourcePolicyCommand.d.ts +17 -7
  295. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.browser.d.ts +1 -0
  296. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.d.ts +1 -0
  297. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.native.d.ts +1 -0
  298. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +3 -0
  299. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  300. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.d.ts +1 -0
  301. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  302. package/node_modules/@aws-sdk/client-secrets-manager/package.json +33 -33
  303. package/node_modules/@aws-sdk/client-ssm/README.md +16 -0
  304. package/node_modules/@aws-sdk/client-ssm/dist-cjs/auth/httpAuthSchemeProvider.js +3 -3
  305. package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +558 -291
  306. package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.js +1 -0
  307. package/node_modules/@aws-sdk/client-ssm/dist-es/SSM.js +4 -0
  308. package/node_modules/@aws-sdk/client-ssm/dist-es/SSMClient.js +2 -1
  309. package/node_modules/@aws-sdk/client-ssm/dist-es/auth/httpAuthSchemeProvider.js +3 -3
  310. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetAccessTokenCommand.js +23 -0
  311. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTargetWithMaintenanceWindowCommand.js +1 -1
  312. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTaskWithMaintenanceWindowCommand.js +1 -1
  313. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAccessRequestCommand.js +22 -0
  314. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/index.js +2 -0
  315. package/node_modules/@aws-sdk/client-ssm/dist-es/endpoint/EndpointParameters.js +2 -3
  316. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_0.js +29 -4
  317. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +57 -27
  318. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_2.js +50 -16
  319. package/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +98 -6
  320. package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.js +2 -1
  321. package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeExtensions.js +2 -14
  322. package/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +14 -0
  323. package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +4 -2
  324. package/node_modules/@aws-sdk/client-ssm/dist-types/auth/httpAuthSchemeProvider.d.ts +15 -1
  325. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/AddTagsToResourceCommand.d.ts +1 -0
  326. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +1 -0
  327. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelCommandCommand.d.ts +1 -0
  328. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelMaintenanceWindowExecutionCommand.d.ts +1 -0
  329. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateActivationCommand.d.ts +1 -0
  330. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationBatchCommand.d.ts +1 -0
  331. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationCommand.d.ts +1 -0
  332. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateDocumentCommand.d.ts +3 -2
  333. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateMaintenanceWindowCommand.d.ts +1 -0
  334. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsItemCommand.d.ts +1 -0
  335. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsMetadataCommand.d.ts +1 -0
  336. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreatePatchBaselineCommand.d.ts +2 -0
  337. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateResourceDataSyncCommand.d.ts +1 -0
  338. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteActivationCommand.d.ts +1 -0
  339. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteAssociationCommand.d.ts +1 -0
  340. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteDocumentCommand.d.ts +1 -0
  341. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteInventoryCommand.d.ts +1 -0
  342. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteMaintenanceWindowCommand.d.ts +1 -0
  343. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteOpsItemCommand.d.ts +1 -0
  344. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteOpsMetadataCommand.d.ts +1 -0
  345. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParameterCommand.d.ts +1 -0
  346. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParametersCommand.d.ts +1 -0
  347. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeletePatchBaselineCommand.d.ts +1 -0
  348. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteResourceDataSyncCommand.d.ts +1 -0
  349. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteResourcePolicyCommand.d.ts +1 -0
  350. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +1 -0
  351. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +1 -0
  352. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +1 -0
  353. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +1 -0
  354. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeActivationsCommand.d.ts +1 -0
  355. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationCommand.d.ts +1 -0
  356. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationExecutionTargetsCommand.d.ts +1 -0
  357. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationExecutionsCommand.d.ts +1 -0
  358. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +2 -1
  359. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +1 -0
  360. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAvailablePatchesCommand.d.ts +1 -0
  361. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentCommand.d.ts +2 -1
  362. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentPermissionCommand.d.ts +1 -0
  363. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +1 -0
  364. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +1 -0
  365. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +1 -0
  366. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceInformationCommand.d.ts +1 -0
  367. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +2 -0
  368. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +2 -0
  369. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchesCommand.d.ts +2 -1
  370. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePropertiesCommand.d.ts +1 -0
  371. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInventoryDeletionsCommand.d.ts +1 -0
  372. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +1 -0
  373. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +1 -0
  374. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +1 -0
  375. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +2 -2
  376. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +1 -0
  377. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +1 -0
  378. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +1 -0
  379. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +1 -0
  380. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeOpsItemsCommand.d.ts +3 -2
  381. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeParametersCommand.d.ts +1 -0
  382. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchBaselinesCommand.d.ts +1 -0
  383. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupStateCommand.d.ts +2 -0
  384. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupsCommand.d.ts +1 -0
  385. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchPropertiesCommand.d.ts +1 -0
  386. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeSessionsCommand.d.ts +1 -0
  387. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +1 -0
  388. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetAccessTokenCommand.d.ts +94 -0
  389. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetAutomationExecutionCommand.d.ts +2 -1
  390. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCalendarStateCommand.d.ts +1 -0
  391. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCommandInvocationCommand.d.ts +1 -0
  392. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetConnectionStatusCommand.d.ts +1 -0
  393. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDefaultPatchBaselineCommand.d.ts +1 -0
  394. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +2 -0
  395. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDocumentCommand.d.ts +2 -1
  396. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetExecutionPreviewCommand.d.ts +1 -29
  397. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventoryCommand.d.ts +1 -0
  398. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventorySchemaCommand.d.ts +1 -0
  399. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowCommand.d.ts +1 -0
  400. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionCommand.d.ts +1 -0
  401. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +1 -0
  402. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +1 -0
  403. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +1 -0
  404. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsItemCommand.d.ts +2 -1
  405. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsMetadataCommand.d.ts +1 -0
  406. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsSummaryCommand.d.ts +1 -0
  407. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterCommand.d.ts +1 -0
  408. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterHistoryCommand.d.ts +1 -0
  409. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersByPathCommand.d.ts +1 -0
  410. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersCommand.d.ts +1 -0
  411. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineCommand.d.ts +2 -0
  412. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +1 -0
  413. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetResourcePoliciesCommand.d.ts +1 -0
  414. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetServiceSettingCommand.d.ts +1 -0
  415. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/LabelParameterVersionCommand.d.ts +1 -0
  416. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationVersionsCommand.d.ts +1 -0
  417. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationsCommand.d.ts +1 -0
  418. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandInvocationsCommand.d.ts +1 -0
  419. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandsCommand.d.ts +1 -0
  420. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceItemsCommand.d.ts +1 -0
  421. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceSummariesCommand.d.ts +1 -0
  422. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +1 -0
  423. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentVersionsCommand.d.ts +1 -0
  424. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentsCommand.d.ts +2 -1
  425. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListInventoryEntriesCommand.d.ts +1 -0
  426. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesCommand.d.ts +1 -52
  427. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesSummaryCommand.d.ts +19 -19
  428. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemEventsCommand.d.ts +1 -0
  429. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +1 -0
  430. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsMetadataCommand.d.ts +1 -0
  431. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +1 -0
  432. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceDataSyncCommand.d.ts +1 -0
  433. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
  434. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ModifyDocumentPermissionCommand.d.ts +1 -0
  435. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutComplianceItemsCommand.d.ts +1 -0
  436. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutInventoryCommand.d.ts +1 -0
  437. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutParameterCommand.d.ts +1 -0
  438. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutResourcePolicyCommand.d.ts +1 -0
  439. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterDefaultPatchBaselineCommand.d.ts +1 -0
  440. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +1 -0
  441. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +2 -1
  442. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +2 -1
  443. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +2 -1
  444. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResetServiceSettingCommand.d.ts +2 -2
  445. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResumeSessionCommand.d.ts +1 -0
  446. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendAutomationSignalCommand.d.ts +2 -1
  447. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendCommandCommand.d.ts +1 -0
  448. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAccessRequestCommand.d.ts +105 -0
  449. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAssociationsOnceCommand.d.ts +1 -0
  450. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAutomationExecutionCommand.d.ts +1 -0
  451. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +1 -0
  452. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartExecutionPreviewCommand.d.ts +5 -5
  453. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartSessionCommand.d.ts +1 -0
  454. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StopAutomationExecutionCommand.d.ts +1 -0
  455. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/TerminateSessionCommand.d.ts +1 -0
  456. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UnlabelParameterVersionCommand.d.ts +1 -0
  457. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationCommand.d.ts +1 -0
  458. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationStatusCommand.d.ts +1 -0
  459. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentCommand.d.ts +2 -1
  460. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentDefaultVersionCommand.d.ts +1 -0
  461. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +1 -0
  462. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowCommand.d.ts +1 -0
  463. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTargetCommand.d.ts +1 -0
  464. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +1 -0
  465. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +1 -0
  466. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsItemCommand.d.ts +2 -1
  467. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsMetadataCommand.d.ts +1 -0
  468. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdatePatchBaselineCommand.d.ts +3 -0
  469. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateResourceDataSyncCommand.d.ts +1 -0
  470. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateServiceSettingCommand.d.ts +1 -0
  471. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/index.d.ts +2 -0
  472. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +65 -73
  473. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +222 -416
  474. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +495 -21
  475. package/node_modules/@aws-sdk/client-ssm/dist-types/protocols/Aws_json1_1.d.ts +18 -0
  476. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.browser.d.ts +1 -0
  477. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +1 -0
  478. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +1 -0
  479. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSM.d.ts +34 -0
  480. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +12 -0
  481. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +3 -0
  482. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +4 -2
  483. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetAccessTokenCommand.d.ts +50 -0
  484. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +1 -1
  485. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +1 -1
  486. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
  487. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +4 -2
  488. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAccessRequestCommand.d.ts +51 -0
  489. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/index.d.ts +2 -0
  490. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +29 -19
  491. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +70 -62
  492. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_2.d.ts +87 -9
  493. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +24 -0
  494. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  495. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +1 -0
  496. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  497. package/node_modules/@aws-sdk/client-ssm/package.json +34 -34
  498. package/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +3 -3
  499. package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +22 -23
  500. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +1 -0
  501. package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +2 -1
  502. package/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +3 -3
  503. package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/EndpointParameters.js +2 -3
  504. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +2 -1
  505. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeExtensions.js +2 -14
  506. package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +15 -1
  507. package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +1 -0
  508. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +1 -0
  509. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +1 -0
  510. package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +1 -0
  511. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +1 -0
  512. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +1 -0
  513. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +1 -0
  514. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +3 -0
  515. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  516. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +1 -0
  517. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  518. package/node_modules/@aws-sdk/client-sso/package.json +32 -32
  519. package/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +13 -15
  520. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +3 -3
  521. package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +115 -33
  522. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +4 -4
  523. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +4 -4
  524. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.js +16 -0
  525. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js +1 -0
  526. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +70 -27
  527. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.js +1 -0
  528. package/node_modules/@aws-sdk/core/dist-types/api-extractor-type-index.d.ts +5 -0
  529. package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +0 -3
  530. package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +9 -0
  531. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +2 -1
  532. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +5 -0
  533. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/index.d.ts +1 -0
  534. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +25 -3
  535. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.d.ts +8 -0
  536. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +9 -0
  537. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/parseXmlBody.d.ts +9 -0
  538. package/node_modules/@aws-sdk/core/dist-types/ts3.4/api-extractor-type-index.d.ts +5 -0
  539. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +4 -0
  540. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +1 -0
  541. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +11 -1
  542. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.d.ts +1 -0
  543. package/node_modules/@aws-sdk/core/package.json +22 -22
  544. package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +3 -3
  545. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  546. package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  547. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +9 -9
  548. package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
  549. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +3 -3
  550. package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  551. package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +3 -3
  552. package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  553. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +3 -3
  554. package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  555. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +4 -4
  556. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
  557. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-cjs/index.js +14 -18
  558. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-es/configurations.js +2 -3
  559. package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +5 -5
  560. package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-cjs/index.js +23 -22
  561. package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-es/resolveEndpointDiscoveryConfig.js +11 -9
  562. package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/configurations.d.ts +3 -0
  563. package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/getEndpointDiscoveryPlugin.d.ts +11 -0
  564. package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/resolveEndpointDiscoveryConfig.d.ts +6 -0
  565. package/node_modules/@aws-sdk/middleware-endpoint-discovery/package.json +6 -5
  566. package/node_modules/@aws-sdk/middleware-expect-continue/dist-cjs/index.js +5 -5
  567. package/node_modules/@aws-sdk/middleware-expect-continue/package.json +4 -4
  568. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/index.js +18 -21
  569. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/resolveFlexibleChecksumsConfig.js +8 -6
  570. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/NODE_REQUEST_CHECKSUM_CALCULATION_CONFIG_OPTIONS.d.ts +9 -0
  571. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/NODE_RESPONSE_CHECKSUM_VALIDATION_CONFIG_OPTIONS.d.ts +9 -0
  572. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/configuration.d.ts +3 -0
  573. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/constants.d.ts +16 -0
  574. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/crc64-nvme-crt-container.d.ts +1 -1
  575. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsInputMiddleware.d.ts +3 -0
  576. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsMiddleware.d.ts +6 -1
  577. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsResponseMiddleware.d.ts +3 -0
  578. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getFlexibleChecksumsPlugin.d.ts +6 -0
  579. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/resolveFlexibleChecksumsConfig.d.ts +9 -0
  580. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +10 -9
  581. package/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +7 -9
  582. package/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +15 -0
  583. package/node_modules/@aws-sdk/middleware-host-header/package.json +5 -4
  584. package/node_modules/@aws-sdk/middleware-location-constraint/dist-cjs/index.js +5 -5
  585. package/node_modules/@aws-sdk/middleware-location-constraint/dist-es/configuration.js +1 -1
  586. package/node_modules/@aws-sdk/middleware-location-constraint/package.json +3 -3
  587. package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +5 -5
  588. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  589. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +10 -6
  590. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +6 -3
  591. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  592. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +39 -32
  593. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3Configuration.js +9 -9
  594. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3Configuration.d.ts +6 -4
  595. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +11 -11
  596. package/node_modules/@aws-sdk/middleware-ssec/dist-cjs/index.js +6 -7
  597. package/node_modules/@aws-sdk/middleware-ssec/package.json +3 -3
  598. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +11 -11
  599. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +4 -4
  600. package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
  601. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +3 -3
  602. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +23 -24
  603. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +1 -0
  604. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +2 -1
  605. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +4 -5
  606. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/EndpointParameters.js +2 -3
  607. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +6 -7
  608. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +1 -0
  609. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeExtensions.js +2 -14
  610. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +2 -1
  611. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +3 -3
  612. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js +2 -3
  613. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +2 -1
  614. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js +2 -14
  615. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +2 -1
  616. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +4 -5
  617. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/EndpointParameters.js +2 -3
  618. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +2 -1
  619. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js +2 -14
  620. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +15 -1
  621. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +46 -0
  622. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +1 -0
  623. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +1 -0
  624. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +1 -0
  625. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +15 -1
  626. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +47 -0
  627. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +34 -0
  628. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +1 -0
  629. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +1 -0
  630. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +1 -0
  631. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +3 -0
  632. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +4 -0
  633. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +1 -0
  634. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +4 -0
  635. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +3 -0
  636. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +4 -0
  637. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +1 -0
  638. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +4 -0
  639. package/node_modules/@aws-sdk/nested-clients/package.json +36 -36
  640. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +15 -26
  641. package/node_modules/@aws-sdk/region-config-resolver/dist-es/extensions/index.js +2 -12
  642. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/resolveRegionConfig.js +2 -3
  643. package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  644. package/node_modules/@aws-sdk/s3-request-presigner/dist-cjs/index.js +4 -4
  645. package/node_modules/@aws-sdk/s3-request-presigner/package.json +10 -10
  646. package/node_modules/@aws-sdk/signature-v4-multi-region/README.md +8 -2
  647. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js +58 -26
  648. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/SignatureV4MultiRegion.js +62 -25
  649. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/SignatureV4MultiRegion.d.ts +5 -1
  650. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +9 -6
  651. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +3 -3
  652. package/node_modules/@aws-sdk/token-providers/package.json +6 -6
  653. package/node_modules/@aws-sdk/types/dist-cjs/index.js +3 -3
  654. package/node_modules/@aws-sdk/types/dist-es/function.js +1 -0
  655. package/node_modules/@aws-sdk/types/dist-es/index.js +1 -0
  656. package/node_modules/@aws-sdk/types/dist-types/function.d.ts +7 -0
  657. package/node_modules/@aws-sdk/types/dist-types/index.d.ts +1 -0
  658. package/node_modules/@aws-sdk/types/dist-types/ts3.4/function.d.ts +7 -0
  659. package/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +1 -0
  660. package/node_modules/@aws-sdk/types/package.json +2 -2
  661. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +24 -7
  662. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +19 -0
  663. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +19 -0
  664. package/node_modules/@aws-sdk/util-endpoints/package.json +4 -4
  665. package/node_modules/@aws-sdk/util-format-url/dist-cjs/index.js +3 -3
  666. package/node_modules/@aws-sdk/util-format-url/package.json +4 -4
  667. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  668. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +5 -5
  669. package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  670. package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +3 -3
  671. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  672. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/.jsii +58 -45
  673. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/README.md +1 -1
  674. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/lib/index.js +7 -7
  675. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/.jsii +681 -155
  676. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/index.d.ts +1 -0
  677. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/index.js +2 -1
  678. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/alb-helper.js +2 -3
  679. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/apigateway-defaults.d.ts +6 -6
  680. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/apigateway-defaults.js +11 -11
  681. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/apigateway-helper.d.ts +10 -5
  682. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/apigateway-helper.js +59 -45
  683. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/bedrock-inference-helper.d.ts +38 -0
  684. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/bedrock-inference-helper.js +110 -0
  685. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-helper.d.ts +30 -0
  686. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-helper.js +87 -3
  687. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudwatch-log-group-helper.js +2 -4
  688. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cognito-defaults.d.ts +2 -2
  689. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cognito-defaults.js +4 -4
  690. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cognito-helper.js +3 -5
  691. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/dynamodb-table-defaults.d.ts +19 -3
  692. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/dynamodb-table-defaults.js +26 -23
  693. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/dynamodb-table-helper.js +3 -3
  694. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/elasticsearch-helper.js +5 -5
  695. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/eventbridge-helper.js +4 -4
  696. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/events-rule-defaults.d.ts +1 -1
  697. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/events-rule-defaults.js +4 -4
  698. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/fargate-helper.js +2 -3
  699. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-database-defaults.js +3 -3
  700. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-job-helper.js +3 -3
  701. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-table-defaults.js +6 -6
  702. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/iot-topic-rule-defaults.d.ts +1 -1
  703. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/iot-topic-rule-defaults.js +6 -6
  704. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kendra-helper.d.ts +1 -1
  705. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kendra-helper.js +1 -1
  706. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kinesis-analytics-defaults.d.ts +2 -2
  707. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kinesis-analytics-defaults.js +4 -4
  708. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kinesis-analytics-helper.js +2 -2
  709. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kinesis-firehose-s3-defaults.d.ts +1 -1
  710. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kinesis-firehose-s3-defaults.js +7 -7
  711. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kinesis-streams-defaults.d.ts +2 -2
  712. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kinesis-streams-defaults.js +4 -4
  713. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kinesis-streams-helper.js +2 -3
  714. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kms-defaults.d.ts +2 -2
  715. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kms-defaults.js +4 -4
  716. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kms-helper.js +2 -4
  717. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/lambda-event-source-mapping-defaults.d.ts +3 -3
  718. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/lambda-event-source-mapping-defaults.js +16 -16
  719. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/mediastore-helper.js +2 -3
  720. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/opensearch-helper.js +2 -2
  721. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/override-warning-service.js +9 -6
  722. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/s3-bucket-helper.js +7 -1
  723. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sagemaker-helper.d.ts +5 -0
  724. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sagemaker-helper.js +10 -9
  725. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/secretsmanager-defaults.d.ts +2 -2
  726. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/secretsmanager-defaults.js +4 -4
  727. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/secretsmanager-helper.js +2 -3
  728. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sns-defaults.d.ts +2 -2
  729. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sns-defaults.js +4 -4
  730. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sns-helper.js +2 -2
  731. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sqs-defaults.js +3 -3
  732. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sqs-helper.js +2 -2
  733. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/step-function-defaults.d.ts +1 -1
  734. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/step-function-defaults.js +3 -3
  735. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/utils.d.ts +2 -1
  736. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/utils.js +18 -12
  737. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/vpc-helper.d.ts +2 -0
  738. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/vpc-helper.js +13 -3
  739. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/waf-helper.js +2 -3
  740. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/websocket-api-helper.js +1 -2
  741. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/nohoist.sh +11 -0
  742. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/package.json +7 -6
  743. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/apigateway-helper.test.js +84 -6
  744. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/bedrock-inference-helper.test.d.ts +13 -0
  745. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/bedrock-inference-helper.test.js +211 -0
  746. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/cloudfront-distribution-api-gateway-helper.test.js +11 -11
  747. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/cloudfront-distribution-s3-helper.test.js +467 -1
  748. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/dynamo-table.test.js +89 -9
  749. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/glue-job-helper.test.js +7 -7
  750. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/glue-table-helper.test.js +5 -5
  751. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/kinesis-analytics.test.js +2 -2
  752. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/kinesis-streams-defaults.test.js +2 -2
  753. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/lambda-event-source.test.js +10 -10
  754. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/openapi/apiDefinition.json +57 -0
  755. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/override-warning-service.test.js +25 -26
  756. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/pipes-helper.test.js +2 -2
  757. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/step-function-helper.test.js +5 -5
  758. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/utils.test.js +11 -12
  759. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/package.json +8 -8
  760. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js +1 -2
  761. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +21 -0
  762. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/cdk.out +1 -1
  763. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/integ.json +1 -1
  764. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/lamddb-add-secondary-index.assets.json +6 -6
  765. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/lamddb-add-secondary-index.template.json +25 -19
  766. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/lamddbaddsecondaryindexIntegDefaultTestDeployAssert3193B4D9.assets.json +1 -1
  767. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/manifest.json +197 -3
  768. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/tree.json +1 -415
  769. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/cdk.out +1 -1
  770. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/integ.json +3 -2
  771. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddb-deployFunctionWithExistingVpc.assets.json +6 -3
  772. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddb-deployFunctionWithExistingVpc.template.json +38 -7
  773. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddbdeployFunctionWithExistingVpcIntegDefaultTestDeployAssertEE08E38E.assets.json +2 -1
  774. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/manifest.json +476 -3
  775. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/tree.json +1 -1386
  776. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/cdk.out +1 -1
  777. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/integ.json +3 -2
  778. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddb-deployFunctionWithVpc.assets.json +6 -3
  779. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddb-deployFunctionWithVpc.template.json +36 -7
  780. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddbdeployFunctionWithVpcIntegDefaultTestDeployAssert0AB8275C.assets.json +2 -1
  781. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/manifest.json +404 -3
  782. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/tree.json +1 -968
  783. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js +1 -2
  784. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +21 -0
  785. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/cdk.out +1 -1
  786. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/integ.json +1 -1
  787. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/lamddb-no-arguments.assets.json +6 -6
  788. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/lamddb-no-arguments.template.json +25 -19
  789. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/lamddbnoargumentsIntegDefaultTestDeployAssert248B75D0.assets.json +1 -1
  790. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/manifest.json +183 -3
  791. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/tree.json +1 -386
  792. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.d.ts +13 -0
  793. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js +44 -0
  794. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +21 -0
  795. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/cdk.out +1 -0
  796. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/integ.json +13 -0
  797. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/lamddb-point-in-time-recovery.assets.json +34 -0
  798. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/lamddb-point-in-time-recovery.template.json +253 -0
  799. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/lamddbpointintimerecoveryIntegDefaultTestDeployAssertB0CCD339.assets.json +20 -0
  800. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/lamddbpointintimerecoveryIntegDefaultTestDeployAssertB0CCD339.template.json +36 -0
  801. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/manifest.json +314 -0
  802. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/tree.json +1 -0
  803. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js +1 -2
  804. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +21 -0
  805. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/cdk.out +1 -1
  806. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/integ.json +1 -1
  807. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/lamddb-set-billing-mode.assets.json +6 -6
  808. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/lamddb-set-billing-mode.template.json +25 -19
  809. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/lamddbsetbillingmodeIntegDefaultTestDeployAssertDAE32272.assets.json +1 -1
  810. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/manifest.json +185 -3
  811. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/tree.json +1 -389
  812. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js +1 -2
  813. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +21 -0
  814. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/cdk.out +1 -1
  815. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/integ.json +1 -1
  816. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/lamddb-use-existing-func.assets.json +6 -6
  817. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/lamddb-use-existing-func.template.json +25 -19
  818. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/lamddbuseexistingfuncIntegDefaultTestDeployAssert48D284DD.assets.json +1 -1
  819. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/manifest.json +183 -3
  820. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/tree.json +1 -386
  821. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/package.json +7 -7
  822. package/node_modules/@gemeentenijmegen/apiclient/package.json +10 -10
  823. package/node_modules/@gemeentenijmegen/apigateway-http/README.md +15 -3
  824. package/node_modules/@gemeentenijmegen/apigateway-http/lib/V1/Response.d.ts +19 -0
  825. package/node_modules/@gemeentenijmegen/apigateway-http/lib/V1/Response.js +85 -0
  826. package/node_modules/@gemeentenijmegen/apigateway-http/lib/V2/Response.d.ts +1 -0
  827. package/node_modules/@gemeentenijmegen/apigateway-http/lib/V2/Response.js +10 -10
  828. package/node_modules/@gemeentenijmegen/apigateway-http/package.json +6 -6
  829. package/node_modules/@gemeentenijmegen/session/package.json +4 -4
  830. package/node_modules/@gemeentenijmegen/utils/lib/Storage.d.ts +8 -0
  831. package/node_modules/@gemeentenijmegen/utils/lib/Storage.js +39 -3
  832. package/node_modules/@gemeentenijmegen/utils/package.json +8 -7
  833. package/node_modules/@smithy/abort-controller/package.json +5 -5
  834. package/node_modules/@smithy/config-resolver/dist-cjs/index.js +11 -14
  835. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js +5 -6
  836. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js +4 -5
  837. package/node_modules/@smithy/config-resolver/dist-es/regionConfig/resolveRegionConfig.js +2 -3
  838. package/node_modules/@smithy/config-resolver/package.json +7 -7
  839. package/node_modules/@smithy/core/dist-cjs/index.js +27 -1
  840. package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/resolveAuthOptions.js +1 -0
  841. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +4 -1
  842. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +41 -0
  843. package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +4 -1
  844. package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/resolveAuthOptions.js +20 -0
  845. package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +3 -1
  846. package/node_modules/@smithy/core/dist-es/submodules/serde/index.js +1 -0
  847. package/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +9 -0
  848. package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +2 -1
  849. package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/resolveAuthOptions.d.ts +10 -0
  850. package/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +1 -0
  851. package/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +31 -0
  852. package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +2 -1
  853. package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/resolveAuthOptions.d.ts +10 -0
  854. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +1 -0
  855. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +31 -0
  856. package/node_modules/@smithy/core/package.json +17 -8
  857. package/node_modules/@smithy/core/serde.d.ts +7 -0
  858. package/node_modules/@smithy/core/serde.js +6 -0
  859. package/node_modules/@smithy/credential-provider-imds/package.json +8 -8
  860. package/node_modules/@smithy/eventstream-codec/package.json +5 -5
  861. package/node_modules/@smithy/eventstream-serde-browser/package.json +6 -6
  862. package/node_modules/@smithy/eventstream-serde-config-resolver/dist-cjs/index.js +1 -2
  863. package/node_modules/@smithy/eventstream-serde-config-resolver/dist-es/EventStreamSerdeConfig.js +1 -2
  864. package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +5 -5
  865. package/node_modules/@smithy/eventstream-serde-node/package.json +6 -6
  866. package/node_modules/@smithy/eventstream-serde-universal/package.json +6 -6
  867. package/node_modules/@smithy/fetch-http-handler/package.json +8 -8
  868. package/node_modules/@smithy/hash-blob-browser/package.json +5 -5
  869. package/node_modules/@smithy/hash-node/package.json +5 -5
  870. package/node_modules/@smithy/hash-stream-node/package.json +5 -5
  871. package/node_modules/@smithy/invalid-dependency/package.json +5 -5
  872. package/node_modules/@smithy/md5-js/package.json +5 -5
  873. package/node_modules/@smithy/middleware-content-length/package.json +6 -6
  874. package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +5 -6
  875. package/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointConfig.js +5 -6
  876. package/node_modules/@smithy/middleware-endpoint/package.json +10 -10
  877. package/node_modules/@smithy/middleware-retry/README.md +1 -1
  878. package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +5 -6
  879. package/node_modules/@smithy/middleware-retry/dist-es/configurations.js +5 -6
  880. package/node_modules/@smithy/middleware-retry/package.json +10 -10
  881. package/node_modules/@smithy/middleware-serde/package.json +4 -4
  882. package/node_modules/@smithy/middleware-stack/package.json +5 -5
  883. package/node_modules/@smithy/node-config-provider/package.json +7 -7
  884. package/node_modules/@smithy/node-http-handler/package.json +7 -7
  885. package/node_modules/@smithy/property-provider/package.json +5 -5
  886. package/node_modules/@smithy/protocol-http/dist-cjs/index.js +4 -5
  887. package/node_modules/@smithy/protocol-http/dist-es/extensions/httpExtensionConfiguration.js +4 -5
  888. package/node_modules/@smithy/protocol-http/package.json +5 -5
  889. package/node_modules/@smithy/querystring-builder/package.json +5 -5
  890. package/node_modules/@smithy/querystring-parser/package.json +5 -5
  891. package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +22 -1
  892. package/node_modules/@smithy/service-error-classification/dist-es/index.js +15 -0
  893. package/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +5 -0
  894. package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/index.d.ts +5 -0
  895. package/node_modules/@smithy/service-error-classification/package.json +5 -5
  896. package/node_modules/@smithy/shared-ini-file-loader/package.json +5 -5
  897. package/node_modules/@smithy/signature-v4/dist-cjs/SignatureV4Base.js +1 -0
  898. package/node_modules/@smithy/signature-v4/dist-cjs/index.js +196 -92
  899. package/node_modules/@smithy/signature-v4/dist-cjs/signature-v4a-container.js +1 -0
  900. package/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +17 -73
  901. package/node_modules/@smithy/signature-v4/dist-es/SignatureV4Base.js +73 -0
  902. package/node_modules/@smithy/signature-v4/dist-es/index.js +4 -0
  903. package/node_modules/@smithy/signature-v4/dist-es/signature-v4a-container.js +3 -0
  904. package/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +3 -59
  905. package/node_modules/@smithy/signature-v4/dist-types/SignatureV4Base.d.ts +69 -0
  906. package/node_modules/@smithy/signature-v4/dist-types/index.d.ts +4 -0
  907. package/node_modules/@smithy/signature-v4/dist-types/signature-v4a-container.d.ts +24 -0
  908. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +3 -59
  909. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4Base.d.ts +69 -0
  910. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/index.d.ts +4 -0
  911. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/signature-v4a-container.d.ts +24 -0
  912. package/node_modules/@smithy/signature-v4/package.json +7 -7
  913. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +6 -14
  914. package/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +2 -3
  915. package/node_modules/@smithy/smithy-client/dist-es/extensions/defaultExtensionConfiguration.js +2 -8
  916. package/node_modules/@smithy/smithy-client/dist-es/extensions/retry.js +2 -3
  917. package/node_modules/@smithy/smithy-client/dist-types/client.d.ts +8 -0
  918. package/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +0 -1
  919. package/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +6 -6
  920. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +8 -0
  921. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +0 -1
  922. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +6 -6
  923. package/node_modules/@smithy/smithy-client/package.json +9 -9
  924. package/node_modules/@smithy/types/dist-cjs/index.js +4 -9
  925. package/node_modules/@smithy/types/dist-es/extensions/checksum.js +2 -3
  926. package/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +2 -6
  927. package/node_modules/@smithy/types/package.json +4 -4
  928. package/node_modules/@smithy/url-parser/package.json +6 -6
  929. package/node_modules/@smithy/util-defaults-mode-browser/package.json +6 -6
  930. package/node_modules/@smithy/util-defaults-mode-node/package.json +9 -9
  931. package/node_modules/@smithy/util-endpoints/package.json +6 -6
  932. package/node_modules/@smithy/util-middleware/package.json +5 -5
  933. package/node_modules/@smithy/util-retry/README.md +1 -1
  934. package/node_modules/@smithy/util-retry/package.json +6 -6
  935. package/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js +1 -1
  936. package/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js +3 -3
  937. package/node_modules/@smithy/util-stream/dist-es/createBufferedReadable.js +1 -1
  938. package/node_modules/@smithy/util-stream/dist-es/createBufferedReadableStream.js +3 -3
  939. package/node_modules/@smithy/util-stream/dist-types/createBufferedReadableStream.d.ts +3 -2
  940. package/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadableStream.d.ts +3 -2
  941. package/node_modules/@smithy/util-stream/package.json +6 -6
  942. package/node_modules/@smithy/util-waiter/package.json +6 -6
  943. package/node_modules/@types/aws-lambda/README.md +1 -1
  944. package/node_modules/@types/aws-lambda/handler.d.ts +95 -0
  945. package/node_modules/@types/aws-lambda/package.json +3 -3
  946. package/node_modules/@types/aws-lambda/trigger/guard-duty-event-notification.d.ts +1 -1
  947. package/node_modules/axios/CHANGELOG.md +63 -0
  948. package/node_modules/axios/README.md +12 -6
  949. package/node_modules/axios/dist/axios.js +34 -18
  950. package/node_modules/axios/dist/axios.js.map +1 -1
  951. package/node_modules/axios/dist/axios.min.js +2 -2
  952. package/node_modules/axios/dist/axios.min.js.map +1 -1
  953. package/node_modules/axios/dist/browser/axios.cjs +33 -15
  954. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  955. package/node_modules/axios/dist/esm/axios.js +33 -15
  956. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  957. package/node_modules/axios/dist/esm/axios.min.js +2 -2
  958. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  959. package/node_modules/axios/dist/node/axios.cjs +35 -17
  960. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  961. package/node_modules/axios/index.d.cts +3 -2
  962. package/node_modules/axios/index.d.ts +5 -2
  963. package/node_modules/axios/lib/adapters/fetch.js +1 -1
  964. package/node_modules/axios/lib/adapters/http.js +1 -1
  965. package/node_modules/axios/lib/core/Axios.js +1 -1
  966. package/node_modules/axios/lib/core/AxiosHeaders.js +15 -3
  967. package/node_modules/axios/lib/core/buildFullPath.js +1 -1
  968. package/node_modules/axios/lib/env/data.js +1 -1
  969. package/node_modules/axios/lib/helpers/formDataToStream.js +1 -1
  970. package/node_modules/axios/lib/helpers/resolveConfig.js +1 -1
  971. package/node_modules/axios/lib/utils.js +12 -6
  972. package/node_modules/axios/package.json +1 -1
  973. package/node_modules/dotenv/CHANGELOG.md +18 -2
  974. package/node_modules/dotenv/README-es.md +7 -25
  975. package/node_modules/dotenv/README.md +23 -22
  976. package/node_modules/dotenv/lib/main.js +4 -5
  977. package/node_modules/dotenv/package.json +2 -1
  978. package/package.json +21 -21
  979. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/.eslintignore +0 -7
  980. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/.eslintignore +0 -9
  981. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/asset.0c3255e93ffe7a906c7422e9f0e9cc4c7fd86ee996ee3bb302e2f134b38463c8/index.js +0 -8
  982. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/asset.0c3255e93ffe7a906c7422e9f0e9cc4c7fd86ee996ee3bb302e2f134b38463c8/index.js +0 -8
  983. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/asset.0c3255e93ffe7a906c7422e9f0e9cc4c7fd86ee996ee3bb302e2f134b38463c8/index.js +0 -8
  984. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/asset.0c3255e93ffe7a906c7422e9f0e9cc4c7fd86ee996ee3bb302e2f134b38463c8/index.js +0 -8
  985. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/ansi-regex → ansi-regex}/index.d.ts +0 -0
  986. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/ansi-regex → ansi-regex}/index.js +0 -0
  987. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/ansi-regex → ansi-regex}/license +0 -0
  988. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/ansi-regex → ansi-regex}/package.json +0 -0
  989. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/ansi-regex → ansi-regex}/readme.md +0 -0
  990. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/aproba → aproba}/LICENSE +0 -0
  991. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/aproba → aproba}/README.md +0 -0
  992. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/aproba → aproba}/index.js +0 -0
  993. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/aproba → aproba}/package.json +0 -0
  994. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/are-we-there-yet → are-we-there-yet}/LICENSE.md +0 -0
  995. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/are-we-there-yet → are-we-there-yet}/README.md +0 -0
  996. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/are-we-there-yet → are-we-there-yet}/lib/index.js +0 -0
  997. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/are-we-there-yet → are-we-there-yet}/lib/tracker-base.js +0 -0
  998. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/are-we-there-yet → are-we-there-yet}/lib/tracker-group.js +0 -0
  999. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/are-we-there-yet → are-we-there-yet}/lib/tracker-stream.js +0 -0
  1000. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/are-we-there-yet → are-we-there-yet}/lib/tracker.js +0 -0
  1001. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/are-we-there-yet → are-we-there-yet}/package.json +0 -0
  1002. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/color-support → color-support}/LICENSE +0 -0
  1003. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/color-support → color-support}/README.md +0 -0
  1004. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/color-support → color-support}/bin.js +0 -0
  1005. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/color-support → color-support}/browser.js +0 -0
  1006. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/color-support → color-support}/index.js +0 -0
  1007. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/color-support → color-support}/package.json +0 -0
  1008. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/console-control-strings → console-control-strings}/LICENSE +0 -0
  1009. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/console-control-strings → console-control-strings}/README.md +0 -0
  1010. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/console-control-strings → console-control-strings}/index.js +0 -0
  1011. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/console-control-strings → console-control-strings}/package.json +0 -0
  1012. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/emoji-regex → emoji-regex}/LICENSE-MIT.txt +0 -0
  1013. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/emoji-regex → emoji-regex}/README.md +0 -0
  1014. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/emoji-regex → emoji-regex}/es2015/index.js +0 -0
  1015. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/emoji-regex → emoji-regex}/es2015/text.js +0 -0
  1016. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/emoji-regex → emoji-regex}/index.d.ts +0 -0
  1017. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/emoji-regex → emoji-regex}/index.js +0 -0
  1018. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/emoji-regex → emoji-regex}/package.json +0 -0
  1019. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/emoji-regex → emoji-regex}/text.js +0 -0
  1020. /package/node_modules/{mime-db → form-data/node_modules/mime-db}/HISTORY.md +0 -0
  1021. /package/node_modules/{mime-db → form-data/node_modules/mime-db}/LICENSE +0 -0
  1022. /package/node_modules/{mime-db → form-data/node_modules/mime-db}/README.md +0 -0
  1023. /package/node_modules/{mime-db → form-data/node_modules/mime-db}/db.json +0 -0
  1024. /package/node_modules/{mime-db → form-data/node_modules/mime-db}/index.js +0 -0
  1025. /package/node_modules/{mime-db → form-data/node_modules/mime-db}/package.json +0 -0
  1026. /package/node_modules/{mime-types → form-data/node_modules/mime-types}/HISTORY.md +0 -0
  1027. /package/node_modules/{mime-types → form-data/node_modules/mime-types}/LICENSE +0 -0
  1028. /package/node_modules/{mime-types → form-data/node_modules/mime-types}/README.md +0 -0
  1029. /package/node_modules/{mime-types → form-data/node_modules/mime-types}/index.js +0 -0
  1030. /package/node_modules/{mime-types → form-data/node_modules/mime-types}/package.json +0 -0
  1031. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/LICENSE.md +0 -0
  1032. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/README.md +0 -0
  1033. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/base-theme.js +0 -0
  1034. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/error.js +0 -0
  1035. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/has-color.js +0 -0
  1036. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/index.js +0 -0
  1037. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/plumbing.js +0 -0
  1038. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/process.js +0 -0
  1039. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/progress-bar.js +0 -0
  1040. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/render-template.js +0 -0
  1041. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/set-immediate.js +0 -0
  1042. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/set-interval.js +0 -0
  1043. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/spin.js +0 -0
  1044. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/template-item.js +0 -0
  1045. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/theme-set.js +0 -0
  1046. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/themes.js +0 -0
  1047. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/wide-truncate.js +0 -0
  1048. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/LICENSE.txt +0 -0
  1049. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/README.md +0 -0
  1050. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/cjs/browser.d.ts +0 -0
  1051. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/cjs/browser.d.ts.map +0 -0
  1052. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/cjs/browser.js +0 -0
  1053. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/cjs/browser.js.map +0 -0
  1054. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/cjs/index.d.ts +0 -0
  1055. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/cjs/index.d.ts.map +0 -0
  1056. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/cjs/index.js +0 -0
  1057. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/cjs/index.js.map +0 -0
  1058. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/cjs/package.json +0 -0
  1059. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/cjs/signals.d.ts +0 -0
  1060. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/cjs/signals.d.ts.map +0 -0
  1061. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/cjs/signals.js +0 -0
  1062. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/cjs/signals.js.map +0 -0
  1063. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/mjs/browser.d.ts +0 -0
  1064. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/mjs/browser.d.ts.map +0 -0
  1065. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/mjs/browser.js +0 -0
  1066. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/mjs/browser.js.map +0 -0
  1067. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/mjs/index.d.ts +0 -0
  1068. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/mjs/index.d.ts.map +0 -0
  1069. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/mjs/index.js +0 -0
  1070. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/mjs/index.js.map +0 -0
  1071. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/mjs/package.json +0 -0
  1072. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/mjs/signals.d.ts +0 -0
  1073. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/mjs/signals.d.ts.map +0 -0
  1074. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/mjs/signals.js +0 -0
  1075. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/mjs/signals.js.map +0 -0
  1076. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/package.json +0 -0
  1077. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/package.json +0 -0
  1078. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/has-unicode → has-unicode}/LICENSE +0 -0
  1079. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/has-unicode → has-unicode}/README.md +0 -0
  1080. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/has-unicode → has-unicode}/index.js +0 -0
  1081. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/has-unicode → has-unicode}/package.json +0 -0
  1082. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/is-fullwidth-code-point → is-fullwidth-code-point}/index.d.ts +0 -0
  1083. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/is-fullwidth-code-point → is-fullwidth-code-point}/index.js +0 -0
  1084. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/is-fullwidth-code-point → is-fullwidth-code-point}/license +0 -0
  1085. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/is-fullwidth-code-point → is-fullwidth-code-point}/package.json +0 -0
  1086. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/is-fullwidth-code-point → is-fullwidth-code-point}/readme.md +0 -0
  1087. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/set-blocking → set-blocking}/LICENSE.txt +0 -0
  1088. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/set-blocking → set-blocking}/README.md +0 -0
  1089. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/set-blocking → set-blocking}/index.js +0 -0
  1090. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/set-blocking → set-blocking}/package.json +0 -0
  1091. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/string-width → string-width}/index.d.ts +0 -0
  1092. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/string-width → string-width}/index.js +0 -0
  1093. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/string-width → string-width}/license +0 -0
  1094. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/string-width → string-width}/package.json +0 -0
  1095. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/string-width → string-width}/readme.md +0 -0
  1096. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/strip-ansi → strip-ansi}/index.d.ts +0 -0
  1097. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/strip-ansi → strip-ansi}/index.js +0 -0
  1098. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/strip-ansi → strip-ansi}/license +0 -0
  1099. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/strip-ansi → strip-ansi}/package.json +0 -0
  1100. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/strip-ansi → strip-ansi}/readme.md +0 -0
  1101. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/wide-align → wide-align}/LICENSE +0 -0
  1102. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/wide-align → wide-align}/README.md +0 -0
  1103. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/wide-align → wide-align}/align.js +0 -0
  1104. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/wide-align → wide-align}/package.json +0 -0
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
19
19
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
20
 
21
21
  // src/index.ts
22
- var src_exports = {};
23
- __export(src_exports, {
22
+ var index_exports = {};
23
+ __export(index_exports, {
24
24
  ApproximateCreationDateTimePrecision: () => ApproximateCreationDateTimePrecision,
25
25
  AttributeAction: () => AttributeAction,
26
26
  AttributeValue: () => AttributeValue,
@@ -168,7 +168,7 @@ __export(src_exports, {
168
168
  waitUntilTableExists: () => waitUntilTableExists,
169
169
  waitUntilTableNotExists: () => waitUntilTableNotExists
170
170
  });
171
- module.exports = __toCommonJS(src_exports);
171
+ module.exports = __toCommonJS(index_exports);
172
172
 
173
173
  // src/DynamoDBClient.ts
174
174
  var import_account_id_endpoint = require("@aws-sdk/core/account-id-endpoint");
@@ -192,12 +192,11 @@ var import_middleware_serde = require("@smithy/middleware-serde");
192
192
 
193
193
  // src/endpoint/EndpointParameters.ts
194
194
  var resolveClientEndpointParameters = /* @__PURE__ */ __name((options) => {
195
- return {
196
- ...options,
195
+ return Object.assign(options, {
197
196
  useDualstackEndpoint: options.useDualstackEndpoint ?? false,
198
197
  useFipsEndpoint: options.useFipsEndpoint ?? false,
199
198
  defaultSigningName: "dynamodb"
200
- };
199
+ });
201
200
  }, "resolveClientEndpointParameters");
202
201
  var commonParams = {
203
202
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -1042,26 +1041,16 @@ var IndexNotFoundException = class _IndexNotFoundException extends DynamoDBServi
1042
1041
  var AttributeValue;
1043
1042
  ((AttributeValue2) => {
1044
1043
  AttributeValue2.visit = /* @__PURE__ */ __name((value, visitor) => {
1045
- if (value.S !== void 0)
1046
- return visitor.S(value.S);
1047
- if (value.N !== void 0)
1048
- return visitor.N(value.N);
1049
- if (value.B !== void 0)
1050
- return visitor.B(value.B);
1051
- if (value.SS !== void 0)
1052
- return visitor.SS(value.SS);
1053
- if (value.NS !== void 0)
1054
- return visitor.NS(value.NS);
1055
- if (value.BS !== void 0)
1056
- return visitor.BS(value.BS);
1057
- if (value.M !== void 0)
1058
- return visitor.M(value.M);
1059
- if (value.L !== void 0)
1060
- return visitor.L(value.L);
1061
- if (value.NULL !== void 0)
1062
- return visitor.NULL(value.NULL);
1063
- if (value.BOOL !== void 0)
1064
- return visitor.BOOL(value.BOOL);
1044
+ if (value.S !== void 0) return visitor.S(value.S);
1045
+ if (value.N !== void 0) return visitor.N(value.N);
1046
+ if (value.B !== void 0) return visitor.B(value.B);
1047
+ if (value.SS !== void 0) return visitor.SS(value.SS);
1048
+ if (value.NS !== void 0) return visitor.NS(value.NS);
1049
+ if (value.BS !== void 0) return visitor.BS(value.BS);
1050
+ if (value.M !== void 0) return visitor.M(value.M);
1051
+ if (value.L !== void 0) return visitor.L(value.L);
1052
+ if (value.NULL !== void 0) return visitor.NULL(value.NULL);
1053
+ if (value.BOOL !== void 0) return visitor.BOOL(value.BOOL);
1065
1054
  return visitor._(value.$unknown[0], value.$unknown[1]);
1066
1055
  }, "visit");
1067
1056
  })(AttributeValue || (AttributeValue = {}));
@@ -2629,17 +2618,17 @@ var se_AttributeUpdates = /* @__PURE__ */ __name((input, context) => {
2629
2618
  }, "se_AttributeUpdates");
2630
2619
  var se_AttributeValue = /* @__PURE__ */ __name((input, context) => {
2631
2620
  return AttributeValue.visit(input, {
2632
- B: (value) => ({ B: context.base64Encoder(value) }),
2633
- BOOL: (value) => ({ BOOL: value }),
2634
- BS: (value) => ({ BS: se_BinarySetAttributeValue(value, context) }),
2635
- L: (value) => ({ L: se_ListAttributeValue(value, context) }),
2636
- M: (value) => ({ M: se_MapAttributeValue(value, context) }),
2637
- N: (value) => ({ N: value }),
2638
- NS: (value) => ({ NS: (0, import_smithy_client._json)(value) }),
2639
- NULL: (value) => ({ NULL: value }),
2640
- S: (value) => ({ S: value }),
2641
- SS: (value) => ({ SS: (0, import_smithy_client._json)(value) }),
2642
- _: (name, value) => ({ [name]: value })
2621
+ B: /* @__PURE__ */ __name((value) => ({ B: context.base64Encoder(value) }), "B"),
2622
+ BOOL: /* @__PURE__ */ __name((value) => ({ BOOL: value }), "BOOL"),
2623
+ BS: /* @__PURE__ */ __name((value) => ({ BS: se_BinarySetAttributeValue(value, context) }), "BS"),
2624
+ L: /* @__PURE__ */ __name((value) => ({ L: se_ListAttributeValue(value, context) }), "L"),
2625
+ M: /* @__PURE__ */ __name((value) => ({ M: se_MapAttributeValue(value, context) }), "M"),
2626
+ N: /* @__PURE__ */ __name((value) => ({ N: value }), "N"),
2627
+ NS: /* @__PURE__ */ __name((value) => ({ NS: (0, import_smithy_client._json)(value) }), "NS"),
2628
+ NULL: /* @__PURE__ */ __name((value) => ({ NULL: value }), "NULL"),
2629
+ S: /* @__PURE__ */ __name((value) => ({ S: value }), "S"),
2630
+ SS: /* @__PURE__ */ __name((value) => ({ SS: (0, import_smithy_client._json)(value) }), "SS"),
2631
+ _: /* @__PURE__ */ __name((name, value) => ({ [name]: value }), "_")
2643
2632
  });
2644
2633
  }, "se_AttributeValue");
2645
2634
  var se_AttributeValueList = /* @__PURE__ */ __name((input, context) => {
@@ -2650,13 +2639,13 @@ var se_AttributeValueList = /* @__PURE__ */ __name((input, context) => {
2650
2639
  var se_AttributeValueUpdate = /* @__PURE__ */ __name((input, context) => {
2651
2640
  return (0, import_smithy_client.take)(input, {
2652
2641
  Action: [],
2653
- Value: (_) => se_AttributeValue(_, context)
2642
+ Value: /* @__PURE__ */ __name((_) => se_AttributeValue(_, context), "Value")
2654
2643
  });
2655
2644
  }, "se_AttributeValueUpdate");
2656
2645
  var se_AutoScalingPolicyUpdate = /* @__PURE__ */ __name((input, context) => {
2657
2646
  return (0, import_smithy_client.take)(input, {
2658
2647
  PolicyName: [],
2659
- TargetTrackingScalingPolicyConfiguration: (_) => se_AutoScalingTargetTrackingScalingPolicyConfigurationUpdate(_, context)
2648
+ TargetTrackingScalingPolicyConfiguration: /* @__PURE__ */ __name((_) => se_AutoScalingTargetTrackingScalingPolicyConfigurationUpdate(_, context), "TargetTrackingScalingPolicyConfiguration")
2660
2649
  });
2661
2650
  }, "se_AutoScalingPolicyUpdate");
2662
2651
  var se_AutoScalingSettingsUpdate = /* @__PURE__ */ __name((input, context) => {
@@ -2665,7 +2654,7 @@ var se_AutoScalingSettingsUpdate = /* @__PURE__ */ __name((input, context) => {
2665
2654
  AutoScalingRoleArn: [],
2666
2655
  MaximumUnits: [],
2667
2656
  MinimumUnits: [],
2668
- ScalingPolicyUpdate: (_) => se_AutoScalingPolicyUpdate(_, context)
2657
+ ScalingPolicyUpdate: /* @__PURE__ */ __name((_) => se_AutoScalingPolicyUpdate(_, context), "ScalingPolicyUpdate")
2669
2658
  });
2670
2659
  }, "se_AutoScalingSettingsUpdate");
2671
2660
  var se_AutoScalingTargetTrackingScalingPolicyConfigurationUpdate = /* @__PURE__ */ __name((input, context) => {
@@ -2679,12 +2668,12 @@ var se_AutoScalingTargetTrackingScalingPolicyConfigurationUpdate = /* @__PURE__
2679
2668
  var se_BatchExecuteStatementInput = /* @__PURE__ */ __name((input, context) => {
2680
2669
  return (0, import_smithy_client.take)(input, {
2681
2670
  ReturnConsumedCapacity: [],
2682
- Statements: (_) => se_PartiQLBatchRequest(_, context)
2671
+ Statements: /* @__PURE__ */ __name((_) => se_PartiQLBatchRequest(_, context), "Statements")
2683
2672
  });
2684
2673
  }, "se_BatchExecuteStatementInput");
2685
2674
  var se_BatchGetItemInput = /* @__PURE__ */ __name((input, context) => {
2686
2675
  return (0, import_smithy_client.take)(input, {
2687
- RequestItems: (_) => se_BatchGetRequestMap(_, context),
2676
+ RequestItems: /* @__PURE__ */ __name((_) => se_BatchGetRequestMap(_, context), "RequestItems"),
2688
2677
  ReturnConsumedCapacity: []
2689
2678
  });
2690
2679
  }, "se_BatchGetItemInput");
@@ -2700,14 +2689,14 @@ var se_BatchGetRequestMap = /* @__PURE__ */ __name((input, context) => {
2700
2689
  var se_BatchStatementRequest = /* @__PURE__ */ __name((input, context) => {
2701
2690
  return (0, import_smithy_client.take)(input, {
2702
2691
  ConsistentRead: [],
2703
- Parameters: (_) => se_PreparedStatementParameters(_, context),
2692
+ Parameters: /* @__PURE__ */ __name((_) => se_PreparedStatementParameters(_, context), "Parameters"),
2704
2693
  ReturnValuesOnConditionCheckFailure: [],
2705
2694
  Statement: []
2706
2695
  });
2707
2696
  }, "se_BatchStatementRequest");
2708
2697
  var se_BatchWriteItemInput = /* @__PURE__ */ __name((input, context) => {
2709
2698
  return (0, import_smithy_client.take)(input, {
2710
- RequestItems: (_) => se_BatchWriteItemRequestMap(_, context),
2699
+ RequestItems: /* @__PURE__ */ __name((_) => se_BatchWriteItemRequestMap(_, context), "RequestItems"),
2711
2700
  ReturnConsumedCapacity: [],
2712
2701
  ReturnItemCollectionMetrics: []
2713
2702
  });
@@ -2728,7 +2717,7 @@ var se_BinarySetAttributeValue = /* @__PURE__ */ __name((input, context) => {
2728
2717
  }, "se_BinarySetAttributeValue");
2729
2718
  var se_Condition = /* @__PURE__ */ __name((input, context) => {
2730
2719
  return (0, import_smithy_client.take)(input, {
2731
- AttributeValueList: (_) => se_AttributeValueList(_, context),
2720
+ AttributeValueList: /* @__PURE__ */ __name((_) => se_AttributeValueList(_, context), "AttributeValueList"),
2732
2721
  ComparisonOperator: []
2733
2722
  });
2734
2723
  }, "se_Condition");
@@ -2736,8 +2725,8 @@ var se_ConditionCheck = /* @__PURE__ */ __name((input, context) => {
2736
2725
  return (0, import_smithy_client.take)(input, {
2737
2726
  ConditionExpression: [],
2738
2727
  ExpressionAttributeNames: import_smithy_client._json,
2739
- ExpressionAttributeValues: (_) => se_ExpressionAttributeValueMap(_, context),
2740
- Key: (_) => se_Key(_, context),
2728
+ ExpressionAttributeValues: /* @__PURE__ */ __name((_) => se_ExpressionAttributeValueMap(_, context), "ExpressionAttributeValues"),
2729
+ Key: /* @__PURE__ */ __name((_) => se_Key(_, context), "Key"),
2741
2730
  ReturnValuesOnConditionCheckFailure: [],
2742
2731
  TableName: []
2743
2732
  });
@@ -2746,8 +2735,8 @@ var se_Delete = /* @__PURE__ */ __name((input, context) => {
2746
2735
  return (0, import_smithy_client.take)(input, {
2747
2736
  ConditionExpression: [],
2748
2737
  ExpressionAttributeNames: import_smithy_client._json,
2749
- ExpressionAttributeValues: (_) => se_ExpressionAttributeValueMap(_, context),
2750
- Key: (_) => se_Key(_, context),
2738
+ ExpressionAttributeValues: /* @__PURE__ */ __name((_) => se_ExpressionAttributeValueMap(_, context), "ExpressionAttributeValues"),
2739
+ Key: /* @__PURE__ */ __name((_) => se_Key(_, context), "Key"),
2751
2740
  ReturnValuesOnConditionCheckFailure: [],
2752
2741
  TableName: []
2753
2742
  });
@@ -2756,10 +2745,10 @@ var se_DeleteItemInput = /* @__PURE__ */ __name((input, context) => {
2756
2745
  return (0, import_smithy_client.take)(input, {
2757
2746
  ConditionExpression: [],
2758
2747
  ConditionalOperator: [],
2759
- Expected: (_) => se_ExpectedAttributeMap(_, context),
2748
+ Expected: /* @__PURE__ */ __name((_) => se_ExpectedAttributeMap(_, context), "Expected"),
2760
2749
  ExpressionAttributeNames: import_smithy_client._json,
2761
- ExpressionAttributeValues: (_) => se_ExpressionAttributeValueMap(_, context),
2762
- Key: (_) => se_Key(_, context),
2750
+ ExpressionAttributeValues: /* @__PURE__ */ __name((_) => se_ExpressionAttributeValueMap(_, context), "ExpressionAttributeValues"),
2751
+ Key: /* @__PURE__ */ __name((_) => se_Key(_, context), "Key"),
2763
2752
  ReturnConsumedCapacity: [],
2764
2753
  ReturnItemCollectionMetrics: [],
2765
2754
  ReturnValues: [],
@@ -2769,7 +2758,7 @@ var se_DeleteItemInput = /* @__PURE__ */ __name((input, context) => {
2769
2758
  }, "se_DeleteItemInput");
2770
2759
  var se_DeleteRequest = /* @__PURE__ */ __name((input, context) => {
2771
2760
  return (0, import_smithy_client.take)(input, {
2772
- Key: (_) => se_Key(_, context)
2761
+ Key: /* @__PURE__ */ __name((_) => se_Key(_, context), "Key")
2773
2762
  });
2774
2763
  }, "se_DeleteRequest");
2775
2764
  var se_ExecuteStatementInput = /* @__PURE__ */ __name((input, context) => {
@@ -2777,7 +2766,7 @@ var se_ExecuteStatementInput = /* @__PURE__ */ __name((input, context) => {
2777
2766
  ConsistentRead: [],
2778
2767
  Limit: [],
2779
2768
  NextToken: [],
2780
- Parameters: (_) => se_PreparedStatementParameters(_, context),
2769
+ Parameters: /* @__PURE__ */ __name((_) => se_PreparedStatementParameters(_, context), "Parameters"),
2781
2770
  ReturnConsumedCapacity: [],
2782
2771
  ReturnValuesOnConditionCheckFailure: [],
2783
2772
  Statement: []
@@ -2787,7 +2776,7 @@ var se_ExecuteTransactionInput = /* @__PURE__ */ __name((input, context) => {
2787
2776
  return (0, import_smithy_client.take)(input, {
2788
2777
  ClientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
2789
2778
  ReturnConsumedCapacity: [],
2790
- TransactStatements: (_) => se_ParameterizedStatements(_, context)
2779
+ TransactStatements: /* @__PURE__ */ __name((_) => se_ParameterizedStatements(_, context), "TransactStatements")
2791
2780
  });
2792
2781
  }, "se_ExecuteTransactionInput");
2793
2782
  var se_ExpectedAttributeMap = /* @__PURE__ */ __name((input, context) => {
@@ -2801,19 +2790,19 @@ var se_ExpectedAttributeMap = /* @__PURE__ */ __name((input, context) => {
2801
2790
  }, "se_ExpectedAttributeMap");
2802
2791
  var se_ExpectedAttributeValue = /* @__PURE__ */ __name((input, context) => {
2803
2792
  return (0, import_smithy_client.take)(input, {
2804
- AttributeValueList: (_) => se_AttributeValueList(_, context),
2793
+ AttributeValueList: /* @__PURE__ */ __name((_) => se_AttributeValueList(_, context), "AttributeValueList"),
2805
2794
  ComparisonOperator: [],
2806
2795
  Exists: [],
2807
- Value: (_) => se_AttributeValue(_, context)
2796
+ Value: /* @__PURE__ */ __name((_) => se_AttributeValue(_, context), "Value")
2808
2797
  });
2809
2798
  }, "se_ExpectedAttributeValue");
2810
2799
  var se_ExportTableToPointInTimeInput = /* @__PURE__ */ __name((input, context) => {
2811
2800
  return (0, import_smithy_client.take)(input, {
2812
2801
  ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
2813
2802
  ExportFormat: [],
2814
- ExportTime: (_) => _.getTime() / 1e3,
2803
+ ExportTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "ExportTime"),
2815
2804
  ExportType: [],
2816
- IncrementalExportSpecification: (_) => se_IncrementalExportSpecification(_, context),
2805
+ IncrementalExportSpecification: /* @__PURE__ */ __name((_) => se_IncrementalExportSpecification(_, context), "IncrementalExportSpecification"),
2817
2806
  S3Bucket: [],
2818
2807
  S3BucketOwner: [],
2819
2808
  S3Prefix: [],
@@ -2843,7 +2832,7 @@ var se_FilterConditionMap = /* @__PURE__ */ __name((input, context) => {
2843
2832
  var se_Get = /* @__PURE__ */ __name((input, context) => {
2844
2833
  return (0, import_smithy_client.take)(input, {
2845
2834
  ExpressionAttributeNames: import_smithy_client._json,
2846
- Key: (_) => se_Key(_, context),
2835
+ Key: /* @__PURE__ */ __name((_) => se_Key(_, context), "Key"),
2847
2836
  ProjectionExpression: [],
2848
2837
  TableName: []
2849
2838
  });
@@ -2853,7 +2842,7 @@ var se_GetItemInput = /* @__PURE__ */ __name((input, context) => {
2853
2842
  AttributesToGet: import_smithy_client._json,
2854
2843
  ConsistentRead: [],
2855
2844
  ExpressionAttributeNames: import_smithy_client._json,
2856
- Key: (_) => se_Key(_, context),
2845
+ Key: /* @__PURE__ */ __name((_) => se_Key(_, context), "Key"),
2857
2846
  ProjectionExpression: [],
2858
2847
  ReturnConsumedCapacity: [],
2859
2848
  TableName: []
@@ -2862,7 +2851,7 @@ var se_GetItemInput = /* @__PURE__ */ __name((input, context) => {
2862
2851
  var se_GlobalSecondaryIndexAutoScalingUpdate = /* @__PURE__ */ __name((input, context) => {
2863
2852
  return (0, import_smithy_client.take)(input, {
2864
2853
  IndexName: [],
2865
- ProvisionedWriteCapacityAutoScalingUpdate: (_) => se_AutoScalingSettingsUpdate(_, context)
2854
+ ProvisionedWriteCapacityAutoScalingUpdate: /* @__PURE__ */ __name((_) => se_AutoScalingSettingsUpdate(_, context), "ProvisionedWriteCapacityAutoScalingUpdate")
2866
2855
  });
2867
2856
  }, "se_GlobalSecondaryIndexAutoScalingUpdate");
2868
2857
  var se_GlobalSecondaryIndexAutoScalingUpdateList = /* @__PURE__ */ __name((input, context) => {
@@ -2873,7 +2862,7 @@ var se_GlobalSecondaryIndexAutoScalingUpdateList = /* @__PURE__ */ __name((input
2873
2862
  var se_GlobalTableGlobalSecondaryIndexSettingsUpdate = /* @__PURE__ */ __name((input, context) => {
2874
2863
  return (0, import_smithy_client.take)(input, {
2875
2864
  IndexName: [],
2876
- ProvisionedWriteCapacityAutoScalingSettingsUpdate: (_) => se_AutoScalingSettingsUpdate(_, context),
2865
+ ProvisionedWriteCapacityAutoScalingSettingsUpdate: /* @__PURE__ */ __name((_) => se_AutoScalingSettingsUpdate(_, context), "ProvisionedWriteCapacityAutoScalingSettingsUpdate"),
2877
2866
  ProvisionedWriteCapacityUnits: []
2878
2867
  });
2879
2868
  }, "se_GlobalTableGlobalSecondaryIndexSettingsUpdate");
@@ -2894,8 +2883,8 @@ var se_ImportTableInput = /* @__PURE__ */ __name((input, context) => {
2894
2883
  }, "se_ImportTableInput");
2895
2884
  var se_IncrementalExportSpecification = /* @__PURE__ */ __name((input, context) => {
2896
2885
  return (0, import_smithy_client.take)(input, {
2897
- ExportFromTime: (_) => _.getTime() / 1e3,
2898
- ExportToTime: (_) => _.getTime() / 1e3,
2886
+ ExportFromTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "ExportFromTime"),
2887
+ ExportToTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "ExportToTime"),
2899
2888
  ExportViewType: []
2900
2889
  });
2901
2890
  }, "se_IncrementalExportSpecification");
@@ -2927,7 +2916,7 @@ var se_KeysAndAttributes = /* @__PURE__ */ __name((input, context) => {
2927
2916
  AttributesToGet: import_smithy_client._json,
2928
2917
  ConsistentRead: [],
2929
2918
  ExpressionAttributeNames: import_smithy_client._json,
2930
- Keys: (_) => se_KeyList(_, context),
2919
+ Keys: /* @__PURE__ */ __name((_) => se_KeyList(_, context), "Keys"),
2931
2920
  ProjectionExpression: []
2932
2921
  });
2933
2922
  }, "se_KeysAndAttributes");
@@ -2942,8 +2931,8 @@ var se_ListBackupsInput = /* @__PURE__ */ __name((input, context) => {
2942
2931
  ExclusiveStartBackupArn: [],
2943
2932
  Limit: [],
2944
2933
  TableName: [],
2945
- TimeRangeLowerBound: (_) => _.getTime() / 1e3,
2946
- TimeRangeUpperBound: (_) => _.getTime() / 1e3
2934
+ TimeRangeLowerBound: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "TimeRangeLowerBound"),
2935
+ TimeRangeUpperBound: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "TimeRangeUpperBound")
2947
2936
  });
2948
2937
  }, "se_ListBackupsInput");
2949
2938
  var se_MapAttributeValue = /* @__PURE__ */ __name((input, context) => {
@@ -2957,7 +2946,7 @@ var se_MapAttributeValue = /* @__PURE__ */ __name((input, context) => {
2957
2946
  }, "se_MapAttributeValue");
2958
2947
  var se_ParameterizedStatement = /* @__PURE__ */ __name((input, context) => {
2959
2948
  return (0, import_smithy_client.take)(input, {
2960
- Parameters: (_) => se_PreparedStatementParameters(_, context),
2949
+ Parameters: /* @__PURE__ */ __name((_) => se_PreparedStatementParameters(_, context), "Parameters"),
2961
2950
  ReturnValuesOnConditionCheckFailure: [],
2962
2951
  Statement: []
2963
2952
  });
@@ -2981,8 +2970,8 @@ var se_Put = /* @__PURE__ */ __name((input, context) => {
2981
2970
  return (0, import_smithy_client.take)(input, {
2982
2971
  ConditionExpression: [],
2983
2972
  ExpressionAttributeNames: import_smithy_client._json,
2984
- ExpressionAttributeValues: (_) => se_ExpressionAttributeValueMap(_, context),
2985
- Item: (_) => se_PutItemInputAttributeMap(_, context),
2973
+ ExpressionAttributeValues: /* @__PURE__ */ __name((_) => se_ExpressionAttributeValueMap(_, context), "ExpressionAttributeValues"),
2974
+ Item: /* @__PURE__ */ __name((_) => se_PutItemInputAttributeMap(_, context), "Item"),
2986
2975
  ReturnValuesOnConditionCheckFailure: [],
2987
2976
  TableName: []
2988
2977
  });
@@ -2991,10 +2980,10 @@ var se_PutItemInput = /* @__PURE__ */ __name((input, context) => {
2991
2980
  return (0, import_smithy_client.take)(input, {
2992
2981
  ConditionExpression: [],
2993
2982
  ConditionalOperator: [],
2994
- Expected: (_) => se_ExpectedAttributeMap(_, context),
2983
+ Expected: /* @__PURE__ */ __name((_) => se_ExpectedAttributeMap(_, context), "Expected"),
2995
2984
  ExpressionAttributeNames: import_smithy_client._json,
2996
- ExpressionAttributeValues: (_) => se_ExpressionAttributeValueMap(_, context),
2997
- Item: (_) => se_PutItemInputAttributeMap(_, context),
2985
+ ExpressionAttributeValues: /* @__PURE__ */ __name((_) => se_ExpressionAttributeValueMap(_, context), "ExpressionAttributeValues"),
2986
+ Item: /* @__PURE__ */ __name((_) => se_PutItemInputAttributeMap(_, context), "Item"),
2998
2987
  ReturnConsumedCapacity: [],
2999
2988
  ReturnItemCollectionMetrics: [],
3000
2989
  ReturnValues: [],
@@ -3013,7 +3002,7 @@ var se_PutItemInputAttributeMap = /* @__PURE__ */ __name((input, context) => {
3013
3002
  }, "se_PutItemInputAttributeMap");
3014
3003
  var se_PutRequest = /* @__PURE__ */ __name((input, context) => {
3015
3004
  return (0, import_smithy_client.take)(input, {
3016
- Item: (_) => se_PutItemInputAttributeMap(_, context)
3005
+ Item: /* @__PURE__ */ __name((_) => se_PutItemInputAttributeMap(_, context), "Item")
3017
3006
  });
3018
3007
  }, "se_PutRequest");
3019
3008
  var se_QueryInput = /* @__PURE__ */ __name((input, context) => {
@@ -3021,16 +3010,16 @@ var se_QueryInput = /* @__PURE__ */ __name((input, context) => {
3021
3010
  AttributesToGet: import_smithy_client._json,
3022
3011
  ConditionalOperator: [],
3023
3012
  ConsistentRead: [],
3024
- ExclusiveStartKey: (_) => se_Key(_, context),
3013
+ ExclusiveStartKey: /* @__PURE__ */ __name((_) => se_Key(_, context), "ExclusiveStartKey"),
3025
3014
  ExpressionAttributeNames: import_smithy_client._json,
3026
- ExpressionAttributeValues: (_) => se_ExpressionAttributeValueMap(_, context),
3015
+ ExpressionAttributeValues: /* @__PURE__ */ __name((_) => se_ExpressionAttributeValueMap(_, context), "ExpressionAttributeValues"),
3027
3016
  FilterExpression: [],
3028
3017
  IndexName: [],
3029
3018
  KeyConditionExpression: [],
3030
- KeyConditions: (_) => se_KeyConditions(_, context),
3019
+ KeyConditions: /* @__PURE__ */ __name((_) => se_KeyConditions(_, context), "KeyConditions"),
3031
3020
  Limit: [],
3032
3021
  ProjectionExpression: [],
3033
- QueryFilter: (_) => se_FilterConditionMap(_, context),
3022
+ QueryFilter: /* @__PURE__ */ __name((_) => se_FilterConditionMap(_, context), "QueryFilter"),
3034
3023
  ReturnConsumedCapacity: [],
3035
3024
  ScanIndexForward: [],
3036
3025
  Select: [],
@@ -3040,8 +3029,8 @@ var se_QueryInput = /* @__PURE__ */ __name((input, context) => {
3040
3029
  var se_ReplicaAutoScalingUpdate = /* @__PURE__ */ __name((input, context) => {
3041
3030
  return (0, import_smithy_client.take)(input, {
3042
3031
  RegionName: [],
3043
- ReplicaGlobalSecondaryIndexUpdates: (_) => se_ReplicaGlobalSecondaryIndexAutoScalingUpdateList(_, context),
3044
- ReplicaProvisionedReadCapacityAutoScalingUpdate: (_) => se_AutoScalingSettingsUpdate(_, context)
3032
+ ReplicaGlobalSecondaryIndexUpdates: /* @__PURE__ */ __name((_) => se_ReplicaGlobalSecondaryIndexAutoScalingUpdateList(_, context), "ReplicaGlobalSecondaryIndexUpdates"),
3033
+ ReplicaProvisionedReadCapacityAutoScalingUpdate: /* @__PURE__ */ __name((_) => se_AutoScalingSettingsUpdate(_, context), "ReplicaProvisionedReadCapacityAutoScalingUpdate")
3045
3034
  });
3046
3035
  }, "se_ReplicaAutoScalingUpdate");
3047
3036
  var se_ReplicaAutoScalingUpdateList = /* @__PURE__ */ __name((input, context) => {
@@ -3052,7 +3041,7 @@ var se_ReplicaAutoScalingUpdateList = /* @__PURE__ */ __name((input, context) =>
3052
3041
  var se_ReplicaGlobalSecondaryIndexAutoScalingUpdate = /* @__PURE__ */ __name((input, context) => {
3053
3042
  return (0, import_smithy_client.take)(input, {
3054
3043
  IndexName: [],
3055
- ProvisionedReadCapacityAutoScalingUpdate: (_) => se_AutoScalingSettingsUpdate(_, context)
3044
+ ProvisionedReadCapacityAutoScalingUpdate: /* @__PURE__ */ __name((_) => se_AutoScalingSettingsUpdate(_, context), "ProvisionedReadCapacityAutoScalingUpdate")
3056
3045
  });
3057
3046
  }, "se_ReplicaGlobalSecondaryIndexAutoScalingUpdate");
3058
3047
  var se_ReplicaGlobalSecondaryIndexAutoScalingUpdateList = /* @__PURE__ */ __name((input, context) => {
@@ -3063,7 +3052,7 @@ var se_ReplicaGlobalSecondaryIndexAutoScalingUpdateList = /* @__PURE__ */ __name
3063
3052
  var se_ReplicaGlobalSecondaryIndexSettingsUpdate = /* @__PURE__ */ __name((input, context) => {
3064
3053
  return (0, import_smithy_client.take)(input, {
3065
3054
  IndexName: [],
3066
- ProvisionedReadCapacityAutoScalingSettingsUpdate: (_) => se_AutoScalingSettingsUpdate(_, context),
3055
+ ProvisionedReadCapacityAutoScalingSettingsUpdate: /* @__PURE__ */ __name((_) => se_AutoScalingSettingsUpdate(_, context), "ProvisionedReadCapacityAutoScalingSettingsUpdate"),
3067
3056
  ProvisionedReadCapacityUnits: []
3068
3057
  });
3069
3058
  }, "se_ReplicaGlobalSecondaryIndexSettingsUpdate");
@@ -3075,8 +3064,8 @@ var se_ReplicaGlobalSecondaryIndexSettingsUpdateList = /* @__PURE__ */ __name((i
3075
3064
  var se_ReplicaSettingsUpdate = /* @__PURE__ */ __name((input, context) => {
3076
3065
  return (0, import_smithy_client.take)(input, {
3077
3066
  RegionName: [],
3078
- ReplicaGlobalSecondaryIndexSettingsUpdate: (_) => se_ReplicaGlobalSecondaryIndexSettingsUpdateList(_, context),
3079
- ReplicaProvisionedReadCapacityAutoScalingSettingsUpdate: (_) => se_AutoScalingSettingsUpdate(_, context),
3067
+ ReplicaGlobalSecondaryIndexSettingsUpdate: /* @__PURE__ */ __name((_) => se_ReplicaGlobalSecondaryIndexSettingsUpdateList(_, context), "ReplicaGlobalSecondaryIndexSettingsUpdate"),
3068
+ ReplicaProvisionedReadCapacityAutoScalingSettingsUpdate: /* @__PURE__ */ __name((_) => se_AutoScalingSettingsUpdate(_, context), "ReplicaProvisionedReadCapacityAutoScalingSettingsUpdate"),
3080
3069
  ReplicaProvisionedReadCapacityUnits: [],
3081
3070
  ReplicaTableClass: []
3082
3071
  });
@@ -3093,7 +3082,7 @@ var se_RestoreTableToPointInTimeInput = /* @__PURE__ */ __name((input, context)
3093
3082
  LocalSecondaryIndexOverride: import_smithy_client._json,
3094
3083
  OnDemandThroughputOverride: import_smithy_client._json,
3095
3084
  ProvisionedThroughputOverride: import_smithy_client._json,
3096
- RestoreDateTime: (_) => _.getTime() / 1e3,
3085
+ RestoreDateTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "RestoreDateTime"),
3097
3086
  SSESpecificationOverride: import_smithy_client._json,
3098
3087
  SourceTableArn: [],
3099
3088
  SourceTableName: [],
@@ -3106,15 +3095,15 @@ var se_ScanInput = /* @__PURE__ */ __name((input, context) => {
3106
3095
  AttributesToGet: import_smithy_client._json,
3107
3096
  ConditionalOperator: [],
3108
3097
  ConsistentRead: [],
3109
- ExclusiveStartKey: (_) => se_Key(_, context),
3098
+ ExclusiveStartKey: /* @__PURE__ */ __name((_) => se_Key(_, context), "ExclusiveStartKey"),
3110
3099
  ExpressionAttributeNames: import_smithy_client._json,
3111
- ExpressionAttributeValues: (_) => se_ExpressionAttributeValueMap(_, context),
3100
+ ExpressionAttributeValues: /* @__PURE__ */ __name((_) => se_ExpressionAttributeValueMap(_, context), "ExpressionAttributeValues"),
3112
3101
  FilterExpression: [],
3113
3102
  IndexName: [],
3114
3103
  Limit: [],
3115
3104
  ProjectionExpression: [],
3116
3105
  ReturnConsumedCapacity: [],
3117
- ScanFilter: (_) => se_FilterConditionMap(_, context),
3106
+ ScanFilter: /* @__PURE__ */ __name((_) => se_FilterConditionMap(_, context), "ScanFilter"),
3118
3107
  Segment: [],
3119
3108
  Select: [],
3120
3109
  TableName: [],
@@ -3123,7 +3112,7 @@ var se_ScanInput = /* @__PURE__ */ __name((input, context) => {
3123
3112
  }, "se_ScanInput");
3124
3113
  var se_TransactGetItem = /* @__PURE__ */ __name((input, context) => {
3125
3114
  return (0, import_smithy_client.take)(input, {
3126
- Get: (_) => se_Get(_, context)
3115
+ Get: /* @__PURE__ */ __name((_) => se_Get(_, context), "Get")
3127
3116
  });
3128
3117
  }, "se_TransactGetItem");
3129
3118
  var se_TransactGetItemList = /* @__PURE__ */ __name((input, context) => {
@@ -3134,15 +3123,15 @@ var se_TransactGetItemList = /* @__PURE__ */ __name((input, context) => {
3134
3123
  var se_TransactGetItemsInput = /* @__PURE__ */ __name((input, context) => {
3135
3124
  return (0, import_smithy_client.take)(input, {
3136
3125
  ReturnConsumedCapacity: [],
3137
- TransactItems: (_) => se_TransactGetItemList(_, context)
3126
+ TransactItems: /* @__PURE__ */ __name((_) => se_TransactGetItemList(_, context), "TransactItems")
3138
3127
  });
3139
3128
  }, "se_TransactGetItemsInput");
3140
3129
  var se_TransactWriteItem = /* @__PURE__ */ __name((input, context) => {
3141
3130
  return (0, import_smithy_client.take)(input, {
3142
- ConditionCheck: (_) => se_ConditionCheck(_, context),
3143
- Delete: (_) => se_Delete(_, context),
3144
- Put: (_) => se_Put(_, context),
3145
- Update: (_) => se_Update(_, context)
3131
+ ConditionCheck: /* @__PURE__ */ __name((_) => se_ConditionCheck(_, context), "ConditionCheck"),
3132
+ Delete: /* @__PURE__ */ __name((_) => se_Delete(_, context), "Delete"),
3133
+ Put: /* @__PURE__ */ __name((_) => se_Put(_, context), "Put"),
3134
+ Update: /* @__PURE__ */ __name((_) => se_Update(_, context), "Update")
3146
3135
  });
3147
3136
  }, "se_TransactWriteItem");
3148
3137
  var se_TransactWriteItemList = /* @__PURE__ */ __name((input, context) => {
@@ -3155,15 +3144,15 @@ var se_TransactWriteItemsInput = /* @__PURE__ */ __name((input, context) => {
3155
3144
  ClientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
3156
3145
  ReturnConsumedCapacity: [],
3157
3146
  ReturnItemCollectionMetrics: [],
3158
- TransactItems: (_) => se_TransactWriteItemList(_, context)
3147
+ TransactItems: /* @__PURE__ */ __name((_) => se_TransactWriteItemList(_, context), "TransactItems")
3159
3148
  });
3160
3149
  }, "se_TransactWriteItemsInput");
3161
3150
  var se_Update = /* @__PURE__ */ __name((input, context) => {
3162
3151
  return (0, import_smithy_client.take)(input, {
3163
3152
  ConditionExpression: [],
3164
3153
  ExpressionAttributeNames: import_smithy_client._json,
3165
- ExpressionAttributeValues: (_) => se_ExpressionAttributeValueMap(_, context),
3166
- Key: (_) => se_Key(_, context),
3154
+ ExpressionAttributeValues: /* @__PURE__ */ __name((_) => se_ExpressionAttributeValueMap(_, context), "ExpressionAttributeValues"),
3155
+ Key: /* @__PURE__ */ __name((_) => se_Key(_, context), "Key"),
3167
3156
  ReturnValuesOnConditionCheckFailure: [],
3168
3157
  TableName: [],
3169
3158
  UpdateExpression: []
@@ -3172,22 +3161,22 @@ var se_Update = /* @__PURE__ */ __name((input, context) => {
3172
3161
  var se_UpdateGlobalTableSettingsInput = /* @__PURE__ */ __name((input, context) => {
3173
3162
  return (0, import_smithy_client.take)(input, {
3174
3163
  GlobalTableBillingMode: [],
3175
- GlobalTableGlobalSecondaryIndexSettingsUpdate: (_) => se_GlobalTableGlobalSecondaryIndexSettingsUpdateList(_, context),
3164
+ GlobalTableGlobalSecondaryIndexSettingsUpdate: /* @__PURE__ */ __name((_) => se_GlobalTableGlobalSecondaryIndexSettingsUpdateList(_, context), "GlobalTableGlobalSecondaryIndexSettingsUpdate"),
3176
3165
  GlobalTableName: [],
3177
- GlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate: (_) => se_AutoScalingSettingsUpdate(_, context),
3166
+ GlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate: /* @__PURE__ */ __name((_) => se_AutoScalingSettingsUpdate(_, context), "GlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate"),
3178
3167
  GlobalTableProvisionedWriteCapacityUnits: [],
3179
- ReplicaSettingsUpdate: (_) => se_ReplicaSettingsUpdateList(_, context)
3168
+ ReplicaSettingsUpdate: /* @__PURE__ */ __name((_) => se_ReplicaSettingsUpdateList(_, context), "ReplicaSettingsUpdate")
3180
3169
  });
3181
3170
  }, "se_UpdateGlobalTableSettingsInput");
3182
3171
  var se_UpdateItemInput = /* @__PURE__ */ __name((input, context) => {
3183
3172
  return (0, import_smithy_client.take)(input, {
3184
- AttributeUpdates: (_) => se_AttributeUpdates(_, context),
3173
+ AttributeUpdates: /* @__PURE__ */ __name((_) => se_AttributeUpdates(_, context), "AttributeUpdates"),
3185
3174
  ConditionExpression: [],
3186
3175
  ConditionalOperator: [],
3187
- Expected: (_) => se_ExpectedAttributeMap(_, context),
3176
+ Expected: /* @__PURE__ */ __name((_) => se_ExpectedAttributeMap(_, context), "Expected"),
3188
3177
  ExpressionAttributeNames: import_smithy_client._json,
3189
- ExpressionAttributeValues: (_) => se_ExpressionAttributeValueMap(_, context),
3190
- Key: (_) => se_Key(_, context),
3178
+ ExpressionAttributeValues: /* @__PURE__ */ __name((_) => se_ExpressionAttributeValueMap(_, context), "ExpressionAttributeValues"),
3179
+ Key: /* @__PURE__ */ __name((_) => se_Key(_, context), "Key"),
3191
3180
  ReturnConsumedCapacity: [],
3192
3181
  ReturnItemCollectionMetrics: [],
3193
3182
  ReturnValues: [],
@@ -3198,16 +3187,16 @@ var se_UpdateItemInput = /* @__PURE__ */ __name((input, context) => {
3198
3187
  }, "se_UpdateItemInput");
3199
3188
  var se_UpdateTableReplicaAutoScalingInput = /* @__PURE__ */ __name((input, context) => {
3200
3189
  return (0, import_smithy_client.take)(input, {
3201
- GlobalSecondaryIndexUpdates: (_) => se_GlobalSecondaryIndexAutoScalingUpdateList(_, context),
3202
- ProvisionedWriteCapacityAutoScalingUpdate: (_) => se_AutoScalingSettingsUpdate(_, context),
3203
- ReplicaUpdates: (_) => se_ReplicaAutoScalingUpdateList(_, context),
3190
+ GlobalSecondaryIndexUpdates: /* @__PURE__ */ __name((_) => se_GlobalSecondaryIndexAutoScalingUpdateList(_, context), "GlobalSecondaryIndexUpdates"),
3191
+ ProvisionedWriteCapacityAutoScalingUpdate: /* @__PURE__ */ __name((_) => se_AutoScalingSettingsUpdate(_, context), "ProvisionedWriteCapacityAutoScalingUpdate"),
3192
+ ReplicaUpdates: /* @__PURE__ */ __name((_) => se_ReplicaAutoScalingUpdateList(_, context), "ReplicaUpdates"),
3204
3193
  TableName: []
3205
3194
  });
3206
3195
  }, "se_UpdateTableReplicaAutoScalingInput");
3207
3196
  var se_WriteRequest = /* @__PURE__ */ __name((input, context) => {
3208
3197
  return (0, import_smithy_client.take)(input, {
3209
- DeleteRequest: (_) => se_DeleteRequest(_, context),
3210
- PutRequest: (_) => se_PutRequest(_, context)
3198
+ DeleteRequest: /* @__PURE__ */ __name((_) => se_DeleteRequest(_, context), "DeleteRequest"),
3199
+ PutRequest: /* @__PURE__ */ __name((_) => se_PutRequest(_, context), "PutRequest")
3211
3200
  });
3212
3201
  }, "se_WriteRequest");
3213
3202
  var se_WriteRequests = /* @__PURE__ */ __name((input, context) => {
@@ -3218,7 +3207,7 @@ var se_WriteRequests = /* @__PURE__ */ __name((input, context) => {
3218
3207
  var de_ArchivalSummary = /* @__PURE__ */ __name((output, context) => {
3219
3208
  return (0, import_smithy_client.take)(output, {
3220
3209
  ArchivalBackupArn: import_smithy_client.expectString,
3221
- ArchivalDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3210
+ ArchivalDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ArchivalDateTime"),
3222
3211
  ArchivalReason: import_smithy_client.expectString
3223
3212
  });
3224
3213
  }, "de_ArchivalSummary");
@@ -3279,7 +3268,7 @@ var de_AttributeValue = /* @__PURE__ */ __name((output, context) => {
3279
3268
  var de_AutoScalingPolicyDescription = /* @__PURE__ */ __name((output, context) => {
3280
3269
  return (0, import_smithy_client.take)(output, {
3281
3270
  PolicyName: import_smithy_client.expectString,
3282
- TargetTrackingScalingPolicyConfiguration: (_) => de_AutoScalingTargetTrackingScalingPolicyConfigurationDescription(_, context)
3271
+ TargetTrackingScalingPolicyConfiguration: /* @__PURE__ */ __name((_) => de_AutoScalingTargetTrackingScalingPolicyConfigurationDescription(_, context), "TargetTrackingScalingPolicyConfiguration")
3283
3272
  });
3284
3273
  }, "de_AutoScalingPolicyDescription");
3285
3274
  var de_AutoScalingPolicyDescriptionList = /* @__PURE__ */ __name((output, context) => {
@@ -3294,7 +3283,7 @@ var de_AutoScalingSettingsDescription = /* @__PURE__ */ __name((output, context)
3294
3283
  AutoScalingRoleArn: import_smithy_client.expectString,
3295
3284
  MaximumUnits: import_smithy_client.expectLong,
3296
3285
  MinimumUnits: import_smithy_client.expectLong,
3297
- ScalingPolicies: (_) => de_AutoScalingPolicyDescriptionList(_, context)
3286
+ ScalingPolicies: /* @__PURE__ */ __name((_) => de_AutoScalingPolicyDescriptionList(_, context), "ScalingPolicies")
3298
3287
  });
3299
3288
  }, "de_AutoScalingSettingsDescription");
3300
3289
  var de_AutoScalingTargetTrackingScalingPolicyConfigurationDescription = /* @__PURE__ */ __name((output, context) => {
@@ -3307,16 +3296,16 @@ var de_AutoScalingTargetTrackingScalingPolicyConfigurationDescription = /* @__PU
3307
3296
  }, "de_AutoScalingTargetTrackingScalingPolicyConfigurationDescription");
3308
3297
  var de_BackupDescription = /* @__PURE__ */ __name((output, context) => {
3309
3298
  return (0, import_smithy_client.take)(output, {
3310
- BackupDetails: (_) => de_BackupDetails(_, context),
3311
- SourceTableDetails: (_) => de_SourceTableDetails(_, context),
3312
- SourceTableFeatureDetails: (_) => de_SourceTableFeatureDetails(_, context)
3299
+ BackupDetails: /* @__PURE__ */ __name((_) => de_BackupDetails(_, context), "BackupDetails"),
3300
+ SourceTableDetails: /* @__PURE__ */ __name((_) => de_SourceTableDetails(_, context), "SourceTableDetails"),
3301
+ SourceTableFeatureDetails: /* @__PURE__ */ __name((_) => de_SourceTableFeatureDetails(_, context), "SourceTableFeatureDetails")
3313
3302
  });
3314
3303
  }, "de_BackupDescription");
3315
3304
  var de_BackupDetails = /* @__PURE__ */ __name((output, context) => {
3316
3305
  return (0, import_smithy_client.take)(output, {
3317
3306
  BackupArn: import_smithy_client.expectString,
3318
- BackupCreationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3319
- BackupExpiryDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3307
+ BackupCreationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "BackupCreationDateTime"),
3308
+ BackupExpiryDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "BackupExpiryDateTime"),
3320
3309
  BackupName: import_smithy_client.expectString,
3321
3310
  BackupSizeBytes: import_smithy_client.expectLong,
3322
3311
  BackupStatus: import_smithy_client.expectString,
@@ -3332,8 +3321,8 @@ var de_BackupSummaries = /* @__PURE__ */ __name((output, context) => {
3332
3321
  var de_BackupSummary = /* @__PURE__ */ __name((output, context) => {
3333
3322
  return (0, import_smithy_client.take)(output, {
3334
3323
  BackupArn: import_smithy_client.expectString,
3335
- BackupCreationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3336
- BackupExpiryDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3324
+ BackupCreationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "BackupCreationDateTime"),
3325
+ BackupExpiryDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "BackupExpiryDateTime"),
3337
3326
  BackupName: import_smithy_client.expectString,
3338
3327
  BackupSizeBytes: import_smithy_client.expectLong,
3339
3328
  BackupStatus: import_smithy_client.expectString,
@@ -3345,15 +3334,15 @@ var de_BackupSummary = /* @__PURE__ */ __name((output, context) => {
3345
3334
  }, "de_BackupSummary");
3346
3335
  var de_BatchExecuteStatementOutput = /* @__PURE__ */ __name((output, context) => {
3347
3336
  return (0, import_smithy_client.take)(output, {
3348
- ConsumedCapacity: (_) => de_ConsumedCapacityMultiple(_, context),
3349
- Responses: (_) => de_PartiQLBatchResponse(_, context)
3337
+ ConsumedCapacity: /* @__PURE__ */ __name((_) => de_ConsumedCapacityMultiple(_, context), "ConsumedCapacity"),
3338
+ Responses: /* @__PURE__ */ __name((_) => de_PartiQLBatchResponse(_, context), "Responses")
3350
3339
  });
3351
3340
  }, "de_BatchExecuteStatementOutput");
3352
3341
  var de_BatchGetItemOutput = /* @__PURE__ */ __name((output, context) => {
3353
3342
  return (0, import_smithy_client.take)(output, {
3354
- ConsumedCapacity: (_) => de_ConsumedCapacityMultiple(_, context),
3355
- Responses: (_) => de_BatchGetResponseMap(_, context),
3356
- UnprocessedKeys: (_) => de_BatchGetRequestMap(_, context)
3343
+ ConsumedCapacity: /* @__PURE__ */ __name((_) => de_ConsumedCapacityMultiple(_, context), "ConsumedCapacity"),
3344
+ Responses: /* @__PURE__ */ __name((_) => de_BatchGetResponseMap(_, context), "Responses"),
3345
+ UnprocessedKeys: /* @__PURE__ */ __name((_) => de_BatchGetRequestMap(_, context), "UnprocessedKeys")
3357
3346
  });
3358
3347
  }, "de_BatchGetItemOutput");
3359
3348
  var de_BatchGetRequestMap = /* @__PURE__ */ __name((output, context) => {
@@ -3380,22 +3369,22 @@ var de_BatchGetResponseMap = /* @__PURE__ */ __name((output, context) => {
3380
3369
  var de_BatchStatementError = /* @__PURE__ */ __name((output, context) => {
3381
3370
  return (0, import_smithy_client.take)(output, {
3382
3371
  Code: import_smithy_client.expectString,
3383
- Item: (_) => de_AttributeMap(_, context),
3372
+ Item: /* @__PURE__ */ __name((_) => de_AttributeMap(_, context), "Item"),
3384
3373
  Message: import_smithy_client.expectString
3385
3374
  });
3386
3375
  }, "de_BatchStatementError");
3387
3376
  var de_BatchStatementResponse = /* @__PURE__ */ __name((output, context) => {
3388
3377
  return (0, import_smithy_client.take)(output, {
3389
- Error: (_) => de_BatchStatementError(_, context),
3390
- Item: (_) => de_AttributeMap(_, context),
3378
+ Error: /* @__PURE__ */ __name((_) => de_BatchStatementError(_, context), "Error"),
3379
+ Item: /* @__PURE__ */ __name((_) => de_AttributeMap(_, context), "Item"),
3391
3380
  TableName: import_smithy_client.expectString
3392
3381
  });
3393
3382
  }, "de_BatchStatementResponse");
3394
3383
  var de_BatchWriteItemOutput = /* @__PURE__ */ __name((output, context) => {
3395
3384
  return (0, import_smithy_client.take)(output, {
3396
- ConsumedCapacity: (_) => de_ConsumedCapacityMultiple(_, context),
3397
- ItemCollectionMetrics: (_) => de_ItemCollectionMetricsPerTable(_, context),
3398
- UnprocessedItems: (_) => de_BatchWriteItemRequestMap(_, context)
3385
+ ConsumedCapacity: /* @__PURE__ */ __name((_) => de_ConsumedCapacityMultiple(_, context), "ConsumedCapacity"),
3386
+ ItemCollectionMetrics: /* @__PURE__ */ __name((_) => de_ItemCollectionMetricsPerTable(_, context), "ItemCollectionMetrics"),
3387
+ UnprocessedItems: /* @__PURE__ */ __name((_) => de_BatchWriteItemRequestMap(_, context), "UnprocessedItems")
3399
3388
  });
3400
3389
  }, "de_BatchWriteItemOutput");
3401
3390
  var de_BatchWriteItemRequestMap = /* @__PURE__ */ __name((output, context) => {
@@ -3410,7 +3399,7 @@ var de_BatchWriteItemRequestMap = /* @__PURE__ */ __name((output, context) => {
3410
3399
  var de_BillingModeSummary = /* @__PURE__ */ __name((output, context) => {
3411
3400
  return (0, import_smithy_client.take)(output, {
3412
3401
  BillingMode: import_smithy_client.expectString,
3413
- LastUpdateToPayPerRequestDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
3402
+ LastUpdateToPayPerRequestDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdateToPayPerRequestDateTime")
3414
3403
  });
3415
3404
  }, "de_BillingModeSummary");
3416
3405
  var de_BinarySetAttributeValue = /* @__PURE__ */ __name((output, context) => {
@@ -3422,7 +3411,7 @@ var de_BinarySetAttributeValue = /* @__PURE__ */ __name((output, context) => {
3422
3411
  var de_CancellationReason = /* @__PURE__ */ __name((output, context) => {
3423
3412
  return (0, import_smithy_client.take)(output, {
3424
3413
  Code: import_smithy_client.expectString,
3425
- Item: (_) => de_AttributeMap(_, context),
3414
+ Item: /* @__PURE__ */ __name((_) => de_AttributeMap(_, context), "Item"),
3426
3415
  Message: import_smithy_client.expectString
3427
3416
  });
3428
3417
  }, "de_CancellationReason");
@@ -3441,17 +3430,17 @@ var de_Capacity = /* @__PURE__ */ __name((output, context) => {
3441
3430
  }, "de_Capacity");
3442
3431
  var de_ConditionalCheckFailedException = /* @__PURE__ */ __name((output, context) => {
3443
3432
  return (0, import_smithy_client.take)(output, {
3444
- Item: (_) => de_AttributeMap(_, context),
3433
+ Item: /* @__PURE__ */ __name((_) => de_AttributeMap(_, context), "Item"),
3445
3434
  message: import_smithy_client.expectString
3446
3435
  });
3447
3436
  }, "de_ConditionalCheckFailedException");
3448
3437
  var de_ConsumedCapacity = /* @__PURE__ */ __name((output, context) => {
3449
3438
  return (0, import_smithy_client.take)(output, {
3450
3439
  CapacityUnits: import_smithy_client.limitedParseDouble,
3451
- GlobalSecondaryIndexes: (_) => de_SecondaryIndexesCapacityMap(_, context),
3452
- LocalSecondaryIndexes: (_) => de_SecondaryIndexesCapacityMap(_, context),
3440
+ GlobalSecondaryIndexes: /* @__PURE__ */ __name((_) => de_SecondaryIndexesCapacityMap(_, context), "GlobalSecondaryIndexes"),
3441
+ LocalSecondaryIndexes: /* @__PURE__ */ __name((_) => de_SecondaryIndexesCapacityMap(_, context), "LocalSecondaryIndexes"),
3453
3442
  ReadCapacityUnits: import_smithy_client.limitedParseDouble,
3454
- Table: (_) => de_Capacity(_, context),
3443
+ Table: /* @__PURE__ */ __name((_) => de_Capacity(_, context), "Table"),
3455
3444
  TableName: import_smithy_client.expectString,
3456
3445
  WriteCapacityUnits: import_smithy_client.limitedParseDouble
3457
3446
  });
@@ -3465,54 +3454,54 @@ var de_ConsumedCapacityMultiple = /* @__PURE__ */ __name((output, context) => {
3465
3454
  var de_ContinuousBackupsDescription = /* @__PURE__ */ __name((output, context) => {
3466
3455
  return (0, import_smithy_client.take)(output, {
3467
3456
  ContinuousBackupsStatus: import_smithy_client.expectString,
3468
- PointInTimeRecoveryDescription: (_) => de_PointInTimeRecoveryDescription(_, context)
3457
+ PointInTimeRecoveryDescription: /* @__PURE__ */ __name((_) => de_PointInTimeRecoveryDescription(_, context), "PointInTimeRecoveryDescription")
3469
3458
  });
3470
3459
  }, "de_ContinuousBackupsDescription");
3471
3460
  var de_CreateBackupOutput = /* @__PURE__ */ __name((output, context) => {
3472
3461
  return (0, import_smithy_client.take)(output, {
3473
- BackupDetails: (_) => de_BackupDetails(_, context)
3462
+ BackupDetails: /* @__PURE__ */ __name((_) => de_BackupDetails(_, context), "BackupDetails")
3474
3463
  });
3475
3464
  }, "de_CreateBackupOutput");
3476
3465
  var de_CreateGlobalTableOutput = /* @__PURE__ */ __name((output, context) => {
3477
3466
  return (0, import_smithy_client.take)(output, {
3478
- GlobalTableDescription: (_) => de_GlobalTableDescription(_, context)
3467
+ GlobalTableDescription: /* @__PURE__ */ __name((_) => de_GlobalTableDescription(_, context), "GlobalTableDescription")
3479
3468
  });
3480
3469
  }, "de_CreateGlobalTableOutput");
3481
3470
  var de_CreateTableOutput = /* @__PURE__ */ __name((output, context) => {
3482
3471
  return (0, import_smithy_client.take)(output, {
3483
- TableDescription: (_) => de_TableDescription(_, context)
3472
+ TableDescription: /* @__PURE__ */ __name((_) => de_TableDescription(_, context), "TableDescription")
3484
3473
  });
3485
3474
  }, "de_CreateTableOutput");
3486
3475
  var de_DeleteBackupOutput = /* @__PURE__ */ __name((output, context) => {
3487
3476
  return (0, import_smithy_client.take)(output, {
3488
- BackupDescription: (_) => de_BackupDescription(_, context)
3477
+ BackupDescription: /* @__PURE__ */ __name((_) => de_BackupDescription(_, context), "BackupDescription")
3489
3478
  });
3490
3479
  }, "de_DeleteBackupOutput");
3491
3480
  var de_DeleteItemOutput = /* @__PURE__ */ __name((output, context) => {
3492
3481
  return (0, import_smithy_client.take)(output, {
3493
- Attributes: (_) => de_AttributeMap(_, context),
3494
- ConsumedCapacity: (_) => de_ConsumedCapacity(_, context),
3495
- ItemCollectionMetrics: (_) => de_ItemCollectionMetrics(_, context)
3482
+ Attributes: /* @__PURE__ */ __name((_) => de_AttributeMap(_, context), "Attributes"),
3483
+ ConsumedCapacity: /* @__PURE__ */ __name((_) => de_ConsumedCapacity(_, context), "ConsumedCapacity"),
3484
+ ItemCollectionMetrics: /* @__PURE__ */ __name((_) => de_ItemCollectionMetrics(_, context), "ItemCollectionMetrics")
3496
3485
  });
3497
3486
  }, "de_DeleteItemOutput");
3498
3487
  var de_DeleteRequest = /* @__PURE__ */ __name((output, context) => {
3499
3488
  return (0, import_smithy_client.take)(output, {
3500
- Key: (_) => de_Key(_, context)
3489
+ Key: /* @__PURE__ */ __name((_) => de_Key(_, context), "Key")
3501
3490
  });
3502
3491
  }, "de_DeleteRequest");
3503
3492
  var de_DeleteTableOutput = /* @__PURE__ */ __name((output, context) => {
3504
3493
  return (0, import_smithy_client.take)(output, {
3505
- TableDescription: (_) => de_TableDescription(_, context)
3494
+ TableDescription: /* @__PURE__ */ __name((_) => de_TableDescription(_, context), "TableDescription")
3506
3495
  });
3507
3496
  }, "de_DeleteTableOutput");
3508
3497
  var de_DescribeBackupOutput = /* @__PURE__ */ __name((output, context) => {
3509
3498
  return (0, import_smithy_client.take)(output, {
3510
- BackupDescription: (_) => de_BackupDescription(_, context)
3499
+ BackupDescription: /* @__PURE__ */ __name((_) => de_BackupDescription(_, context), "BackupDescription")
3511
3500
  });
3512
3501
  }, "de_DescribeBackupOutput");
3513
3502
  var de_DescribeContinuousBackupsOutput = /* @__PURE__ */ __name((output, context) => {
3514
3503
  return (0, import_smithy_client.take)(output, {
3515
- ContinuousBackupsDescription: (_) => de_ContinuousBackupsDescription(_, context)
3504
+ ContinuousBackupsDescription: /* @__PURE__ */ __name((_) => de_ContinuousBackupsDescription(_, context), "ContinuousBackupsDescription")
3516
3505
  });
3517
3506
  }, "de_DescribeContinuousBackupsOutput");
3518
3507
  var de_DescribeContributorInsightsOutput = /* @__PURE__ */ __name((output, context) => {
@@ -3521,89 +3510,89 @@ var de_DescribeContributorInsightsOutput = /* @__PURE__ */ __name((output, conte
3521
3510
  ContributorInsightsStatus: import_smithy_client.expectString,
3522
3511
  FailureException: import_smithy_client._json,
3523
3512
  IndexName: import_smithy_client.expectString,
3524
- LastUpdateDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3513
+ LastUpdateDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdateDateTime"),
3525
3514
  TableName: import_smithy_client.expectString
3526
3515
  });
3527
3516
  }, "de_DescribeContributorInsightsOutput");
3528
3517
  var de_DescribeExportOutput = /* @__PURE__ */ __name((output, context) => {
3529
3518
  return (0, import_smithy_client.take)(output, {
3530
- ExportDescription: (_) => de_ExportDescription(_, context)
3519
+ ExportDescription: /* @__PURE__ */ __name((_) => de_ExportDescription(_, context), "ExportDescription")
3531
3520
  });
3532
3521
  }, "de_DescribeExportOutput");
3533
3522
  var de_DescribeGlobalTableOutput = /* @__PURE__ */ __name((output, context) => {
3534
3523
  return (0, import_smithy_client.take)(output, {
3535
- GlobalTableDescription: (_) => de_GlobalTableDescription(_, context)
3524
+ GlobalTableDescription: /* @__PURE__ */ __name((_) => de_GlobalTableDescription(_, context), "GlobalTableDescription")
3536
3525
  });
3537
3526
  }, "de_DescribeGlobalTableOutput");
3538
3527
  var de_DescribeGlobalTableSettingsOutput = /* @__PURE__ */ __name((output, context) => {
3539
3528
  return (0, import_smithy_client.take)(output, {
3540
3529
  GlobalTableName: import_smithy_client.expectString,
3541
- ReplicaSettings: (_) => de_ReplicaSettingsDescriptionList(_, context)
3530
+ ReplicaSettings: /* @__PURE__ */ __name((_) => de_ReplicaSettingsDescriptionList(_, context), "ReplicaSettings")
3542
3531
  });
3543
3532
  }, "de_DescribeGlobalTableSettingsOutput");
3544
3533
  var de_DescribeImportOutput = /* @__PURE__ */ __name((output, context) => {
3545
3534
  return (0, import_smithy_client.take)(output, {
3546
- ImportTableDescription: (_) => de_ImportTableDescription(_, context)
3535
+ ImportTableDescription: /* @__PURE__ */ __name((_) => de_ImportTableDescription(_, context), "ImportTableDescription")
3547
3536
  });
3548
3537
  }, "de_DescribeImportOutput");
3549
3538
  var de_DescribeTableOutput = /* @__PURE__ */ __name((output, context) => {
3550
3539
  return (0, import_smithy_client.take)(output, {
3551
- Table: (_) => de_TableDescription(_, context)
3540
+ Table: /* @__PURE__ */ __name((_) => de_TableDescription(_, context), "Table")
3552
3541
  });
3553
3542
  }, "de_DescribeTableOutput");
3554
3543
  var de_DescribeTableReplicaAutoScalingOutput = /* @__PURE__ */ __name((output, context) => {
3555
3544
  return (0, import_smithy_client.take)(output, {
3556
- TableAutoScalingDescription: (_) => de_TableAutoScalingDescription(_, context)
3545
+ TableAutoScalingDescription: /* @__PURE__ */ __name((_) => de_TableAutoScalingDescription(_, context), "TableAutoScalingDescription")
3557
3546
  });
3558
3547
  }, "de_DescribeTableReplicaAutoScalingOutput");
3559
3548
  var de_ExecuteStatementOutput = /* @__PURE__ */ __name((output, context) => {
3560
3549
  return (0, import_smithy_client.take)(output, {
3561
- ConsumedCapacity: (_) => de_ConsumedCapacity(_, context),
3562
- Items: (_) => de_ItemList(_, context),
3563
- LastEvaluatedKey: (_) => de_Key(_, context),
3550
+ ConsumedCapacity: /* @__PURE__ */ __name((_) => de_ConsumedCapacity(_, context), "ConsumedCapacity"),
3551
+ Items: /* @__PURE__ */ __name((_) => de_ItemList(_, context), "Items"),
3552
+ LastEvaluatedKey: /* @__PURE__ */ __name((_) => de_Key(_, context), "LastEvaluatedKey"),
3564
3553
  NextToken: import_smithy_client.expectString
3565
3554
  });
3566
3555
  }, "de_ExecuteStatementOutput");
3567
3556
  var de_ExecuteTransactionOutput = /* @__PURE__ */ __name((output, context) => {
3568
3557
  return (0, import_smithy_client.take)(output, {
3569
- ConsumedCapacity: (_) => de_ConsumedCapacityMultiple(_, context),
3570
- Responses: (_) => de_ItemResponseList(_, context)
3558
+ ConsumedCapacity: /* @__PURE__ */ __name((_) => de_ConsumedCapacityMultiple(_, context), "ConsumedCapacity"),
3559
+ Responses: /* @__PURE__ */ __name((_) => de_ItemResponseList(_, context), "Responses")
3571
3560
  });
3572
3561
  }, "de_ExecuteTransactionOutput");
3573
3562
  var de_ExportDescription = /* @__PURE__ */ __name((output, context) => {
3574
3563
  return (0, import_smithy_client.take)(output, {
3575
3564
  BilledSizeBytes: import_smithy_client.expectLong,
3576
3565
  ClientToken: import_smithy_client.expectString,
3577
- EndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3566
+ EndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndTime"),
3578
3567
  ExportArn: import_smithy_client.expectString,
3579
3568
  ExportFormat: import_smithy_client.expectString,
3580
3569
  ExportManifest: import_smithy_client.expectString,
3581
3570
  ExportStatus: import_smithy_client.expectString,
3582
- ExportTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3571
+ ExportTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ExportTime"),
3583
3572
  ExportType: import_smithy_client.expectString,
3584
3573
  FailureCode: import_smithy_client.expectString,
3585
3574
  FailureMessage: import_smithy_client.expectString,
3586
- IncrementalExportSpecification: (_) => de_IncrementalExportSpecification(_, context),
3575
+ IncrementalExportSpecification: /* @__PURE__ */ __name((_) => de_IncrementalExportSpecification(_, context), "IncrementalExportSpecification"),
3587
3576
  ItemCount: import_smithy_client.expectLong,
3588
3577
  S3Bucket: import_smithy_client.expectString,
3589
3578
  S3BucketOwner: import_smithy_client.expectString,
3590
3579
  S3Prefix: import_smithy_client.expectString,
3591
3580
  S3SseAlgorithm: import_smithy_client.expectString,
3592
3581
  S3SseKmsKeyId: import_smithy_client.expectString,
3593
- StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3582
+ StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime"),
3594
3583
  TableArn: import_smithy_client.expectString,
3595
3584
  TableId: import_smithy_client.expectString
3596
3585
  });
3597
3586
  }, "de_ExportDescription");
3598
3587
  var de_ExportTableToPointInTimeOutput = /* @__PURE__ */ __name((output, context) => {
3599
3588
  return (0, import_smithy_client.take)(output, {
3600
- ExportDescription: (_) => de_ExportDescription(_, context)
3589
+ ExportDescription: /* @__PURE__ */ __name((_) => de_ExportDescription(_, context), "ExportDescription")
3601
3590
  });
3602
3591
  }, "de_ExportTableToPointInTimeOutput");
3603
3592
  var de_GetItemOutput = /* @__PURE__ */ __name((output, context) => {
3604
3593
  return (0, import_smithy_client.take)(output, {
3605
- ConsumedCapacity: (_) => de_ConsumedCapacity(_, context),
3606
- Item: (_) => de_AttributeMap(_, context)
3594
+ ConsumedCapacity: /* @__PURE__ */ __name((_) => de_ConsumedCapacity(_, context), "ConsumedCapacity"),
3595
+ Item: /* @__PURE__ */ __name((_) => de_AttributeMap(_, context), "Item")
3607
3596
  });
3608
3597
  }, "de_GetItemOutput");
3609
3598
  var de_GlobalSecondaryIndexDescription = /* @__PURE__ */ __name((output, context) => {
@@ -3617,7 +3606,7 @@ var de_GlobalSecondaryIndexDescription = /* @__PURE__ */ __name((output, context
3617
3606
  KeySchema: import_smithy_client._json,
3618
3607
  OnDemandThroughput: import_smithy_client._json,
3619
3608
  Projection: import_smithy_client._json,
3620
- ProvisionedThroughput: (_) => de_ProvisionedThroughputDescription(_, context),
3609
+ ProvisionedThroughput: /* @__PURE__ */ __name((_) => de_ProvisionedThroughputDescription(_, context), "ProvisionedThroughput"),
3621
3610
  WarmThroughput: import_smithy_client._json
3622
3611
  });
3623
3612
  }, "de_GlobalSecondaryIndexDescription");
@@ -3629,22 +3618,22 @@ var de_GlobalSecondaryIndexDescriptionList = /* @__PURE__ */ __name((output, con
3629
3618
  }, "de_GlobalSecondaryIndexDescriptionList");
3630
3619
  var de_GlobalTableDescription = /* @__PURE__ */ __name((output, context) => {
3631
3620
  return (0, import_smithy_client.take)(output, {
3632
- CreationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3621
+ CreationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationDateTime"),
3633
3622
  GlobalTableArn: import_smithy_client.expectString,
3634
3623
  GlobalTableName: import_smithy_client.expectString,
3635
3624
  GlobalTableStatus: import_smithy_client.expectString,
3636
- ReplicationGroup: (_) => de_ReplicaDescriptionList(_, context)
3625
+ ReplicationGroup: /* @__PURE__ */ __name((_) => de_ReplicaDescriptionList(_, context), "ReplicationGroup")
3637
3626
  });
3638
3627
  }, "de_GlobalTableDescription");
3639
3628
  var de_ImportSummary = /* @__PURE__ */ __name((output, context) => {
3640
3629
  return (0, import_smithy_client.take)(output, {
3641
3630
  CloudWatchLogGroupArn: import_smithy_client.expectString,
3642
- EndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3631
+ EndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndTime"),
3643
3632
  ImportArn: import_smithy_client.expectString,
3644
3633
  ImportStatus: import_smithy_client.expectString,
3645
3634
  InputFormat: import_smithy_client.expectString,
3646
3635
  S3BucketSource: import_smithy_client._json,
3647
- StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3636
+ StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime"),
3648
3637
  TableArn: import_smithy_client.expectString
3649
3638
  });
3650
3639
  }, "de_ImportSummary");
@@ -3658,7 +3647,7 @@ var de_ImportTableDescription = /* @__PURE__ */ __name((output, context) => {
3658
3647
  return (0, import_smithy_client.take)(output, {
3659
3648
  ClientToken: import_smithy_client.expectString,
3660
3649
  CloudWatchLogGroupArn: import_smithy_client.expectString,
3661
- EndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3650
+ EndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndTime"),
3662
3651
  ErrorCount: import_smithy_client.expectLong,
3663
3652
  FailureCode: import_smithy_client.expectString,
3664
3653
  FailureMessage: import_smithy_client.expectString,
@@ -3671,7 +3660,7 @@ var de_ImportTableDescription = /* @__PURE__ */ __name((output, context) => {
3671
3660
  ProcessedItemCount: import_smithy_client.expectLong,
3672
3661
  ProcessedSizeBytes: import_smithy_client.expectLong,
3673
3662
  S3BucketSource: import_smithy_client._json,
3674
- StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3663
+ StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime"),
3675
3664
  TableArn: import_smithy_client.expectString,
3676
3665
  TableCreationParameters: import_smithy_client._json,
3677
3666
  TableId: import_smithy_client.expectString
@@ -3679,13 +3668,13 @@ var de_ImportTableDescription = /* @__PURE__ */ __name((output, context) => {
3679
3668
  }, "de_ImportTableDescription");
3680
3669
  var de_ImportTableOutput = /* @__PURE__ */ __name((output, context) => {
3681
3670
  return (0, import_smithy_client.take)(output, {
3682
- ImportTableDescription: (_) => de_ImportTableDescription(_, context)
3671
+ ImportTableDescription: /* @__PURE__ */ __name((_) => de_ImportTableDescription(_, context), "ImportTableDescription")
3683
3672
  });
3684
3673
  }, "de_ImportTableOutput");
3685
3674
  var de_IncrementalExportSpecification = /* @__PURE__ */ __name((output, context) => {
3686
3675
  return (0, import_smithy_client.take)(output, {
3687
- ExportFromTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3688
- ExportToTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3676
+ ExportFromTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ExportFromTime"),
3677
+ ExportToTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ExportToTime"),
3689
3678
  ExportViewType: import_smithy_client.expectString
3690
3679
  });
3691
3680
  }, "de_IncrementalExportSpecification");
@@ -3700,8 +3689,8 @@ var de_ItemCollectionKeyAttributeMap = /* @__PURE__ */ __name((output, context)
3700
3689
  }, "de_ItemCollectionKeyAttributeMap");
3701
3690
  var de_ItemCollectionMetrics = /* @__PURE__ */ __name((output, context) => {
3702
3691
  return (0, import_smithy_client.take)(output, {
3703
- ItemCollectionKey: (_) => de_ItemCollectionKeyAttributeMap(_, context),
3704
- SizeEstimateRangeGB: (_) => de_ItemCollectionSizeEstimateRange(_, context)
3692
+ ItemCollectionKey: /* @__PURE__ */ __name((_) => de_ItemCollectionKeyAttributeMap(_, context), "ItemCollectionKey"),
3693
+ SizeEstimateRangeGB: /* @__PURE__ */ __name((_) => de_ItemCollectionSizeEstimateRange(_, context), "SizeEstimateRangeGB")
3705
3694
  });
3706
3695
  }, "de_ItemCollectionMetrics");
3707
3696
  var de_ItemCollectionMetricsMultiple = /* @__PURE__ */ __name((output, context) => {
@@ -3733,7 +3722,7 @@ var de_ItemList = /* @__PURE__ */ __name((output, context) => {
3733
3722
  }, "de_ItemList");
3734
3723
  var de_ItemResponse = /* @__PURE__ */ __name((output, context) => {
3735
3724
  return (0, import_smithy_client.take)(output, {
3736
- Item: (_) => de_AttributeMap(_, context)
3725
+ Item: /* @__PURE__ */ __name((_) => de_AttributeMap(_, context), "Item")
3737
3726
  });
3738
3727
  }, "de_ItemResponse");
3739
3728
  var de_ItemResponseList = /* @__PURE__ */ __name((output, context) => {
@@ -3762,7 +3751,7 @@ var de_KeysAndAttributes = /* @__PURE__ */ __name((output, context) => {
3762
3751
  AttributesToGet: import_smithy_client._json,
3763
3752
  ConsistentRead: import_smithy_client.expectBoolean,
3764
3753
  ExpressionAttributeNames: import_smithy_client._json,
3765
- Keys: (_) => de_KeyList(_, context),
3754
+ Keys: /* @__PURE__ */ __name((_) => de_KeyList(_, context), "Keys"),
3766
3755
  ProjectionExpression: import_smithy_client.expectString
3767
3756
  });
3768
3757
  }, "de_KeysAndAttributes");
@@ -3774,13 +3763,13 @@ var de_ListAttributeValue = /* @__PURE__ */ __name((output, context) => {
3774
3763
  }, "de_ListAttributeValue");
3775
3764
  var de_ListBackupsOutput = /* @__PURE__ */ __name((output, context) => {
3776
3765
  return (0, import_smithy_client.take)(output, {
3777
- BackupSummaries: (_) => de_BackupSummaries(_, context),
3766
+ BackupSummaries: /* @__PURE__ */ __name((_) => de_BackupSummaries(_, context), "BackupSummaries"),
3778
3767
  LastEvaluatedBackupArn: import_smithy_client.expectString
3779
3768
  });
3780
3769
  }, "de_ListBackupsOutput");
3781
3770
  var de_ListImportsOutput = /* @__PURE__ */ __name((output, context) => {
3782
3771
  return (0, import_smithy_client.take)(output, {
3783
- ImportSummaryList: (_) => de_ImportSummaryList(_, context),
3772
+ ImportSummaryList: /* @__PURE__ */ __name((_) => de_ImportSummaryList(_, context), "ImportSummaryList"),
3784
3773
  NextToken: import_smithy_client.expectString
3785
3774
  });
3786
3775
  }, "de_ListImportsOutput");
@@ -3801,16 +3790,16 @@ var de_PartiQLBatchResponse = /* @__PURE__ */ __name((output, context) => {
3801
3790
  }, "de_PartiQLBatchResponse");
3802
3791
  var de_PointInTimeRecoveryDescription = /* @__PURE__ */ __name((output, context) => {
3803
3792
  return (0, import_smithy_client.take)(output, {
3804
- EarliestRestorableDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3805
- LatestRestorableDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3793
+ EarliestRestorableDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EarliestRestorableDateTime"),
3794
+ LatestRestorableDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LatestRestorableDateTime"),
3806
3795
  PointInTimeRecoveryStatus: import_smithy_client.expectString,
3807
3796
  RecoveryPeriodInDays: import_smithy_client.expectInt32
3808
3797
  });
3809
3798
  }, "de_PointInTimeRecoveryDescription");
3810
3799
  var de_ProvisionedThroughputDescription = /* @__PURE__ */ __name((output, context) => {
3811
3800
  return (0, import_smithy_client.take)(output, {
3812
- LastDecreaseDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3813
- LastIncreaseDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3801
+ LastDecreaseDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastDecreaseDateTime"),
3802
+ LastIncreaseDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastIncreaseDateTime"),
3814
3803
  NumberOfDecreasesToday: import_smithy_client.expectLong,
3815
3804
  ReadCapacityUnits: import_smithy_client.expectLong,
3816
3805
  WriteCapacityUnits: import_smithy_client.expectLong
@@ -3827,31 +3816,31 @@ var de_PutItemInputAttributeMap = /* @__PURE__ */ __name((output, context) => {
3827
3816
  }, "de_PutItemInputAttributeMap");
3828
3817
  var de_PutItemOutput = /* @__PURE__ */ __name((output, context) => {
3829
3818
  return (0, import_smithy_client.take)(output, {
3830
- Attributes: (_) => de_AttributeMap(_, context),
3831
- ConsumedCapacity: (_) => de_ConsumedCapacity(_, context),
3832
- ItemCollectionMetrics: (_) => de_ItemCollectionMetrics(_, context)
3819
+ Attributes: /* @__PURE__ */ __name((_) => de_AttributeMap(_, context), "Attributes"),
3820
+ ConsumedCapacity: /* @__PURE__ */ __name((_) => de_ConsumedCapacity(_, context), "ConsumedCapacity"),
3821
+ ItemCollectionMetrics: /* @__PURE__ */ __name((_) => de_ItemCollectionMetrics(_, context), "ItemCollectionMetrics")
3833
3822
  });
3834
3823
  }, "de_PutItemOutput");
3835
3824
  var de_PutRequest = /* @__PURE__ */ __name((output, context) => {
3836
3825
  return (0, import_smithy_client.take)(output, {
3837
- Item: (_) => de_PutItemInputAttributeMap(_, context)
3826
+ Item: /* @__PURE__ */ __name((_) => de_PutItemInputAttributeMap(_, context), "Item")
3838
3827
  });
3839
3828
  }, "de_PutRequest");
3840
3829
  var de_QueryOutput = /* @__PURE__ */ __name((output, context) => {
3841
3830
  return (0, import_smithy_client.take)(output, {
3842
- ConsumedCapacity: (_) => de_ConsumedCapacity(_, context),
3831
+ ConsumedCapacity: /* @__PURE__ */ __name((_) => de_ConsumedCapacity(_, context), "ConsumedCapacity"),
3843
3832
  Count: import_smithy_client.expectInt32,
3844
- Items: (_) => de_ItemList(_, context),
3845
- LastEvaluatedKey: (_) => de_Key(_, context),
3833
+ Items: /* @__PURE__ */ __name((_) => de_ItemList(_, context), "Items"),
3834
+ LastEvaluatedKey: /* @__PURE__ */ __name((_) => de_Key(_, context), "LastEvaluatedKey"),
3846
3835
  ScannedCount: import_smithy_client.expectInt32
3847
3836
  });
3848
3837
  }, "de_QueryOutput");
3849
3838
  var de_ReplicaAutoScalingDescription = /* @__PURE__ */ __name((output, context) => {
3850
3839
  return (0, import_smithy_client.take)(output, {
3851
- GlobalSecondaryIndexes: (_) => de_ReplicaGlobalSecondaryIndexAutoScalingDescriptionList(_, context),
3840
+ GlobalSecondaryIndexes: /* @__PURE__ */ __name((_) => de_ReplicaGlobalSecondaryIndexAutoScalingDescriptionList(_, context), "GlobalSecondaryIndexes"),
3852
3841
  RegionName: import_smithy_client.expectString,
3853
- ReplicaProvisionedReadCapacityAutoScalingSettings: (_) => de_AutoScalingSettingsDescription(_, context),
3854
- ReplicaProvisionedWriteCapacityAutoScalingSettings: (_) => de_AutoScalingSettingsDescription(_, context),
3842
+ ReplicaProvisionedReadCapacityAutoScalingSettings: /* @__PURE__ */ __name((_) => de_AutoScalingSettingsDescription(_, context), "ReplicaProvisionedReadCapacityAutoScalingSettings"),
3843
+ ReplicaProvisionedWriteCapacityAutoScalingSettings: /* @__PURE__ */ __name((_) => de_AutoScalingSettingsDescription(_, context), "ReplicaProvisionedWriteCapacityAutoScalingSettings"),
3855
3844
  ReplicaStatus: import_smithy_client.expectString
3856
3845
  });
3857
3846
  }, "de_ReplicaAutoScalingDescription");
@@ -3868,11 +3857,11 @@ var de_ReplicaDescription = /* @__PURE__ */ __name((output, context) => {
3868
3857
  OnDemandThroughputOverride: import_smithy_client._json,
3869
3858
  ProvisionedThroughputOverride: import_smithy_client._json,
3870
3859
  RegionName: import_smithy_client.expectString,
3871
- ReplicaInaccessibleDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3860
+ ReplicaInaccessibleDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ReplicaInaccessibleDateTime"),
3872
3861
  ReplicaStatus: import_smithy_client.expectString,
3873
3862
  ReplicaStatusDescription: import_smithy_client.expectString,
3874
3863
  ReplicaStatusPercentProgress: import_smithy_client.expectString,
3875
- ReplicaTableClassSummary: (_) => de_TableClassSummary(_, context),
3864
+ ReplicaTableClassSummary: /* @__PURE__ */ __name((_) => de_TableClassSummary(_, context), "ReplicaTableClassSummary"),
3876
3865
  WarmThroughput: import_smithy_client._json
3877
3866
  });
3878
3867
  }, "de_ReplicaDescription");
@@ -3886,8 +3875,8 @@ var de_ReplicaGlobalSecondaryIndexAutoScalingDescription = /* @__PURE__ */ __nam
3886
3875
  return (0, import_smithy_client.take)(output, {
3887
3876
  IndexName: import_smithy_client.expectString,
3888
3877
  IndexStatus: import_smithy_client.expectString,
3889
- ProvisionedReadCapacityAutoScalingSettings: (_) => de_AutoScalingSettingsDescription(_, context),
3890
- ProvisionedWriteCapacityAutoScalingSettings: (_) => de_AutoScalingSettingsDescription(_, context)
3878
+ ProvisionedReadCapacityAutoScalingSettings: /* @__PURE__ */ __name((_) => de_AutoScalingSettingsDescription(_, context), "ProvisionedReadCapacityAutoScalingSettings"),
3879
+ ProvisionedWriteCapacityAutoScalingSettings: /* @__PURE__ */ __name((_) => de_AutoScalingSettingsDescription(_, context), "ProvisionedWriteCapacityAutoScalingSettings")
3891
3880
  });
3892
3881
  }, "de_ReplicaGlobalSecondaryIndexAutoScalingDescription");
3893
3882
  var de_ReplicaGlobalSecondaryIndexAutoScalingDescriptionList = /* @__PURE__ */ __name((output, context) => {
@@ -3900,9 +3889,9 @@ var de_ReplicaGlobalSecondaryIndexSettingsDescription = /* @__PURE__ */ __name((
3900
3889
  return (0, import_smithy_client.take)(output, {
3901
3890
  IndexName: import_smithy_client.expectString,
3902
3891
  IndexStatus: import_smithy_client.expectString,
3903
- ProvisionedReadCapacityAutoScalingSettings: (_) => de_AutoScalingSettingsDescription(_, context),
3892
+ ProvisionedReadCapacityAutoScalingSettings: /* @__PURE__ */ __name((_) => de_AutoScalingSettingsDescription(_, context), "ProvisionedReadCapacityAutoScalingSettings"),
3904
3893
  ProvisionedReadCapacityUnits: import_smithy_client.expectLong,
3905
- ProvisionedWriteCapacityAutoScalingSettings: (_) => de_AutoScalingSettingsDescription(_, context),
3894
+ ProvisionedWriteCapacityAutoScalingSettings: /* @__PURE__ */ __name((_) => de_AutoScalingSettingsDescription(_, context), "ProvisionedWriteCapacityAutoScalingSettings"),
3906
3895
  ProvisionedWriteCapacityUnits: import_smithy_client.expectLong
3907
3896
  });
3908
3897
  }, "de_ReplicaGlobalSecondaryIndexSettingsDescription");
@@ -3915,14 +3904,14 @@ var de_ReplicaGlobalSecondaryIndexSettingsDescriptionList = /* @__PURE__ */ __na
3915
3904
  var de_ReplicaSettingsDescription = /* @__PURE__ */ __name((output, context) => {
3916
3905
  return (0, import_smithy_client.take)(output, {
3917
3906
  RegionName: import_smithy_client.expectString,
3918
- ReplicaBillingModeSummary: (_) => de_BillingModeSummary(_, context),
3919
- ReplicaGlobalSecondaryIndexSettings: (_) => de_ReplicaGlobalSecondaryIndexSettingsDescriptionList(_, context),
3920
- ReplicaProvisionedReadCapacityAutoScalingSettings: (_) => de_AutoScalingSettingsDescription(_, context),
3907
+ ReplicaBillingModeSummary: /* @__PURE__ */ __name((_) => de_BillingModeSummary(_, context), "ReplicaBillingModeSummary"),
3908
+ ReplicaGlobalSecondaryIndexSettings: /* @__PURE__ */ __name((_) => de_ReplicaGlobalSecondaryIndexSettingsDescriptionList(_, context), "ReplicaGlobalSecondaryIndexSettings"),
3909
+ ReplicaProvisionedReadCapacityAutoScalingSettings: /* @__PURE__ */ __name((_) => de_AutoScalingSettingsDescription(_, context), "ReplicaProvisionedReadCapacityAutoScalingSettings"),
3921
3910
  ReplicaProvisionedReadCapacityUnits: import_smithy_client.expectLong,
3922
- ReplicaProvisionedWriteCapacityAutoScalingSettings: (_) => de_AutoScalingSettingsDescription(_, context),
3911
+ ReplicaProvisionedWriteCapacityAutoScalingSettings: /* @__PURE__ */ __name((_) => de_AutoScalingSettingsDescription(_, context), "ReplicaProvisionedWriteCapacityAutoScalingSettings"),
3923
3912
  ReplicaProvisionedWriteCapacityUnits: import_smithy_client.expectLong,
3924
3913
  ReplicaStatus: import_smithy_client.expectString,
3925
- ReplicaTableClassSummary: (_) => de_TableClassSummary(_, context)
3914
+ ReplicaTableClassSummary: /* @__PURE__ */ __name((_) => de_TableClassSummary(_, context), "ReplicaTableClassSummary")
3926
3915
  });
3927
3916
  }, "de_ReplicaSettingsDescription");
3928
3917
  var de_ReplicaSettingsDescriptionList = /* @__PURE__ */ __name((output, context) => {
@@ -3933,7 +3922,7 @@ var de_ReplicaSettingsDescriptionList = /* @__PURE__ */ __name((output, context)
3933
3922
  }, "de_ReplicaSettingsDescriptionList");
3934
3923
  var de_RestoreSummary = /* @__PURE__ */ __name((output, context) => {
3935
3924
  return (0, import_smithy_client.take)(output, {
3936
- RestoreDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3925
+ RestoreDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "RestoreDateTime"),
3937
3926
  RestoreInProgress: import_smithy_client.expectBoolean,
3938
3927
  SourceBackupArn: import_smithy_client.expectString,
3939
3928
  SourceTableArn: import_smithy_client.expectString
@@ -3941,20 +3930,20 @@ var de_RestoreSummary = /* @__PURE__ */ __name((output, context) => {
3941
3930
  }, "de_RestoreSummary");
3942
3931
  var de_RestoreTableFromBackupOutput = /* @__PURE__ */ __name((output, context) => {
3943
3932
  return (0, import_smithy_client.take)(output, {
3944
- TableDescription: (_) => de_TableDescription(_, context)
3933
+ TableDescription: /* @__PURE__ */ __name((_) => de_TableDescription(_, context), "TableDescription")
3945
3934
  });
3946
3935
  }, "de_RestoreTableFromBackupOutput");
3947
3936
  var de_RestoreTableToPointInTimeOutput = /* @__PURE__ */ __name((output, context) => {
3948
3937
  return (0, import_smithy_client.take)(output, {
3949
- TableDescription: (_) => de_TableDescription(_, context)
3938
+ TableDescription: /* @__PURE__ */ __name((_) => de_TableDescription(_, context), "TableDescription")
3950
3939
  });
3951
3940
  }, "de_RestoreTableToPointInTimeOutput");
3952
3941
  var de_ScanOutput = /* @__PURE__ */ __name((output, context) => {
3953
3942
  return (0, import_smithy_client.take)(output, {
3954
- ConsumedCapacity: (_) => de_ConsumedCapacity(_, context),
3943
+ ConsumedCapacity: /* @__PURE__ */ __name((_) => de_ConsumedCapacity(_, context), "ConsumedCapacity"),
3955
3944
  Count: import_smithy_client.expectInt32,
3956
- Items: (_) => de_ItemList(_, context),
3957
- LastEvaluatedKey: (_) => de_Key(_, context),
3945
+ Items: /* @__PURE__ */ __name((_) => de_ItemList(_, context), "Items"),
3946
+ LastEvaluatedKey: /* @__PURE__ */ __name((_) => de_Key(_, context), "LastEvaluatedKey"),
3958
3947
  ScannedCount: import_smithy_client.expectInt32
3959
3948
  });
3960
3949
  }, "de_ScanOutput");
@@ -3975,7 +3964,7 @@ var de_SourceTableDetails = /* @__PURE__ */ __name((output, context) => {
3975
3964
  OnDemandThroughput: import_smithy_client._json,
3976
3965
  ProvisionedThroughput: import_smithy_client._json,
3977
3966
  TableArn: import_smithy_client.expectString,
3978
- TableCreationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3967
+ TableCreationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "TableCreationDateTime"),
3979
3968
  TableId: import_smithy_client.expectString,
3980
3969
  TableName: import_smithy_client.expectString,
3981
3970
  TableSizeBytes: import_smithy_client.expectLong
@@ -3985,14 +3974,14 @@ var de_SourceTableFeatureDetails = /* @__PURE__ */ __name((output, context) => {
3985
3974
  return (0, import_smithy_client.take)(output, {
3986
3975
  GlobalSecondaryIndexes: import_smithy_client._json,
3987
3976
  LocalSecondaryIndexes: import_smithy_client._json,
3988
- SSEDescription: (_) => de_SSEDescription(_, context),
3977
+ SSEDescription: /* @__PURE__ */ __name((_) => de_SSEDescription(_, context), "SSEDescription"),
3989
3978
  StreamDescription: import_smithy_client._json,
3990
3979
  TimeToLiveDescription: import_smithy_client._json
3991
3980
  });
3992
3981
  }, "de_SourceTableFeatureDetails");
3993
3982
  var de_SSEDescription = /* @__PURE__ */ __name((output, context) => {
3994
3983
  return (0, import_smithy_client.take)(output, {
3995
- InaccessibleEncryptionDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3984
+ InaccessibleEncryptionDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "InaccessibleEncryptionDateTime"),
3996
3985
  KMSMasterKeyArn: import_smithy_client.expectString,
3997
3986
  SSEType: import_smithy_client.expectString,
3998
3987
  Status: import_smithy_client.expectString
@@ -4000,25 +3989,25 @@ var de_SSEDescription = /* @__PURE__ */ __name((output, context) => {
4000
3989
  }, "de_SSEDescription");
4001
3990
  var de_TableAutoScalingDescription = /* @__PURE__ */ __name((output, context) => {
4002
3991
  return (0, import_smithy_client.take)(output, {
4003
- Replicas: (_) => de_ReplicaAutoScalingDescriptionList(_, context),
3992
+ Replicas: /* @__PURE__ */ __name((_) => de_ReplicaAutoScalingDescriptionList(_, context), "Replicas"),
4004
3993
  TableName: import_smithy_client.expectString,
4005
3994
  TableStatus: import_smithy_client.expectString
4006
3995
  });
4007
3996
  }, "de_TableAutoScalingDescription");
4008
3997
  var de_TableClassSummary = /* @__PURE__ */ __name((output, context) => {
4009
3998
  return (0, import_smithy_client.take)(output, {
4010
- LastUpdateDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3999
+ LastUpdateDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdateDateTime"),
4011
4000
  TableClass: import_smithy_client.expectString
4012
4001
  });
4013
4002
  }, "de_TableClassSummary");
4014
4003
  var de_TableDescription = /* @__PURE__ */ __name((output, context) => {
4015
4004
  return (0, import_smithy_client.take)(output, {
4016
- ArchivalSummary: (_) => de_ArchivalSummary(_, context),
4005
+ ArchivalSummary: /* @__PURE__ */ __name((_) => de_ArchivalSummary(_, context), "ArchivalSummary"),
4017
4006
  AttributeDefinitions: import_smithy_client._json,
4018
- BillingModeSummary: (_) => de_BillingModeSummary(_, context),
4019
- CreationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
4007
+ BillingModeSummary: /* @__PURE__ */ __name((_) => de_BillingModeSummary(_, context), "BillingModeSummary"),
4008
+ CreationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationDateTime"),
4020
4009
  DeletionProtectionEnabled: import_smithy_client.expectBoolean,
4021
- GlobalSecondaryIndexes: (_) => de_GlobalSecondaryIndexDescriptionList(_, context),
4010
+ GlobalSecondaryIndexes: /* @__PURE__ */ __name((_) => de_GlobalSecondaryIndexDescriptionList(_, context), "GlobalSecondaryIndexes"),
4022
4011
  GlobalTableVersion: import_smithy_client.expectString,
4023
4012
  ItemCount: import_smithy_client.expectLong,
4024
4013
  KeySchema: import_smithy_client._json,
@@ -4027,13 +4016,13 @@ var de_TableDescription = /* @__PURE__ */ __name((output, context) => {
4027
4016
  LocalSecondaryIndexes: import_smithy_client._json,
4028
4017
  MultiRegionConsistency: import_smithy_client.expectString,
4029
4018
  OnDemandThroughput: import_smithy_client._json,
4030
- ProvisionedThroughput: (_) => de_ProvisionedThroughputDescription(_, context),
4031
- Replicas: (_) => de_ReplicaDescriptionList(_, context),
4032
- RestoreSummary: (_) => de_RestoreSummary(_, context),
4033
- SSEDescription: (_) => de_SSEDescription(_, context),
4019
+ ProvisionedThroughput: /* @__PURE__ */ __name((_) => de_ProvisionedThroughputDescription(_, context), "ProvisionedThroughput"),
4020
+ Replicas: /* @__PURE__ */ __name((_) => de_ReplicaDescriptionList(_, context), "Replicas"),
4021
+ RestoreSummary: /* @__PURE__ */ __name((_) => de_RestoreSummary(_, context), "RestoreSummary"),
4022
+ SSEDescription: /* @__PURE__ */ __name((_) => de_SSEDescription(_, context), "SSEDescription"),
4034
4023
  StreamSpecification: import_smithy_client._json,
4035
4024
  TableArn: import_smithy_client.expectString,
4036
- TableClassSummary: (_) => de_TableClassSummary(_, context),
4025
+ TableClassSummary: /* @__PURE__ */ __name((_) => de_TableClassSummary(_, context), "TableClassSummary"),
4037
4026
  TableId: import_smithy_client.expectString,
4038
4027
  TableName: import_smithy_client.expectString,
4039
4028
  TableSizeBytes: import_smithy_client.expectLong,
@@ -4043,59 +4032,59 @@ var de_TableDescription = /* @__PURE__ */ __name((output, context) => {
4043
4032
  }, "de_TableDescription");
4044
4033
  var de_TransactGetItemsOutput = /* @__PURE__ */ __name((output, context) => {
4045
4034
  return (0, import_smithy_client.take)(output, {
4046
- ConsumedCapacity: (_) => de_ConsumedCapacityMultiple(_, context),
4047
- Responses: (_) => de_ItemResponseList(_, context)
4035
+ ConsumedCapacity: /* @__PURE__ */ __name((_) => de_ConsumedCapacityMultiple(_, context), "ConsumedCapacity"),
4036
+ Responses: /* @__PURE__ */ __name((_) => de_ItemResponseList(_, context), "Responses")
4048
4037
  });
4049
4038
  }, "de_TransactGetItemsOutput");
4050
4039
  var de_TransactionCanceledException = /* @__PURE__ */ __name((output, context) => {
4051
4040
  return (0, import_smithy_client.take)(output, {
4052
- CancellationReasons: (_) => de_CancellationReasonList(_, context),
4041
+ CancellationReasons: /* @__PURE__ */ __name((_) => de_CancellationReasonList(_, context), "CancellationReasons"),
4053
4042
  Message: import_smithy_client.expectString
4054
4043
  });
4055
4044
  }, "de_TransactionCanceledException");
4056
4045
  var de_TransactWriteItemsOutput = /* @__PURE__ */ __name((output, context) => {
4057
4046
  return (0, import_smithy_client.take)(output, {
4058
- ConsumedCapacity: (_) => de_ConsumedCapacityMultiple(_, context),
4059
- ItemCollectionMetrics: (_) => de_ItemCollectionMetricsPerTable(_, context)
4047
+ ConsumedCapacity: /* @__PURE__ */ __name((_) => de_ConsumedCapacityMultiple(_, context), "ConsumedCapacity"),
4048
+ ItemCollectionMetrics: /* @__PURE__ */ __name((_) => de_ItemCollectionMetricsPerTable(_, context), "ItemCollectionMetrics")
4060
4049
  });
4061
4050
  }, "de_TransactWriteItemsOutput");
4062
4051
  var de_UpdateContinuousBackupsOutput = /* @__PURE__ */ __name((output, context) => {
4063
4052
  return (0, import_smithy_client.take)(output, {
4064
- ContinuousBackupsDescription: (_) => de_ContinuousBackupsDescription(_, context)
4053
+ ContinuousBackupsDescription: /* @__PURE__ */ __name((_) => de_ContinuousBackupsDescription(_, context), "ContinuousBackupsDescription")
4065
4054
  });
4066
4055
  }, "de_UpdateContinuousBackupsOutput");
4067
4056
  var de_UpdateGlobalTableOutput = /* @__PURE__ */ __name((output, context) => {
4068
4057
  return (0, import_smithy_client.take)(output, {
4069
- GlobalTableDescription: (_) => de_GlobalTableDescription(_, context)
4058
+ GlobalTableDescription: /* @__PURE__ */ __name((_) => de_GlobalTableDescription(_, context), "GlobalTableDescription")
4070
4059
  });
4071
4060
  }, "de_UpdateGlobalTableOutput");
4072
4061
  var de_UpdateGlobalTableSettingsOutput = /* @__PURE__ */ __name((output, context) => {
4073
4062
  return (0, import_smithy_client.take)(output, {
4074
4063
  GlobalTableName: import_smithy_client.expectString,
4075
- ReplicaSettings: (_) => de_ReplicaSettingsDescriptionList(_, context)
4064
+ ReplicaSettings: /* @__PURE__ */ __name((_) => de_ReplicaSettingsDescriptionList(_, context), "ReplicaSettings")
4076
4065
  });
4077
4066
  }, "de_UpdateGlobalTableSettingsOutput");
4078
4067
  var de_UpdateItemOutput = /* @__PURE__ */ __name((output, context) => {
4079
4068
  return (0, import_smithy_client.take)(output, {
4080
- Attributes: (_) => de_AttributeMap(_, context),
4081
- ConsumedCapacity: (_) => de_ConsumedCapacity(_, context),
4082
- ItemCollectionMetrics: (_) => de_ItemCollectionMetrics(_, context)
4069
+ Attributes: /* @__PURE__ */ __name((_) => de_AttributeMap(_, context), "Attributes"),
4070
+ ConsumedCapacity: /* @__PURE__ */ __name((_) => de_ConsumedCapacity(_, context), "ConsumedCapacity"),
4071
+ ItemCollectionMetrics: /* @__PURE__ */ __name((_) => de_ItemCollectionMetrics(_, context), "ItemCollectionMetrics")
4083
4072
  });
4084
4073
  }, "de_UpdateItemOutput");
4085
4074
  var de_UpdateTableOutput = /* @__PURE__ */ __name((output, context) => {
4086
4075
  return (0, import_smithy_client.take)(output, {
4087
- TableDescription: (_) => de_TableDescription(_, context)
4076
+ TableDescription: /* @__PURE__ */ __name((_) => de_TableDescription(_, context), "TableDescription")
4088
4077
  });
4089
4078
  }, "de_UpdateTableOutput");
4090
4079
  var de_UpdateTableReplicaAutoScalingOutput = /* @__PURE__ */ __name((output, context) => {
4091
4080
  return (0, import_smithy_client.take)(output, {
4092
- TableAutoScalingDescription: (_) => de_TableAutoScalingDescription(_, context)
4081
+ TableAutoScalingDescription: /* @__PURE__ */ __name((_) => de_TableAutoScalingDescription(_, context), "TableAutoScalingDescription")
4093
4082
  });
4094
4083
  }, "de_UpdateTableReplicaAutoScalingOutput");
4095
4084
  var de_WriteRequest = /* @__PURE__ */ __name((output, context) => {
4096
4085
  return (0, import_smithy_client.take)(output, {
4097
- DeleteRequest: (_) => de_DeleteRequest(_, context),
4098
- PutRequest: (_) => de_PutRequest(_, context)
4086
+ DeleteRequest: /* @__PURE__ */ __name((_) => de_DeleteRequest(_, context), "DeleteRequest"),
4087
+ PutRequest: /* @__PURE__ */ __name((_) => de_PutRequest(_, context), "PutRequest")
4099
4088
  });
4100
4089
  }, "de_WriteRequest");
4101
4090
  var de_WriteRequests = /* @__PURE__ */ __name((output, context) => {
@@ -4197,22 +4186,21 @@ var resolveHttpAuthRuntimeConfig = /* @__PURE__ */ __name((config) => {
4197
4186
  }, "resolveHttpAuthRuntimeConfig");
4198
4187
 
4199
4188
  // src/runtimeExtensions.ts
4200
- var asPartial = /* @__PURE__ */ __name((t) => t, "asPartial");
4201
4189
  var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions) => {
4202
- const extensionConfiguration = {
4203
- ...asPartial((0, import_region_config_resolver.getAwsRegionExtensionConfiguration)(runtimeConfig)),
4204
- ...asPartial((0, import_smithy_client.getDefaultExtensionConfiguration)(runtimeConfig)),
4205
- ...asPartial((0, import_protocol_http.getHttpHandlerExtensionConfiguration)(runtimeConfig)),
4206
- ...asPartial(getHttpAuthExtensionConfiguration(runtimeConfig))
4207
- };
4190
+ const extensionConfiguration = Object.assign(
4191
+ (0, import_region_config_resolver.getAwsRegionExtensionConfiguration)(runtimeConfig),
4192
+ (0, import_smithy_client.getDefaultExtensionConfiguration)(runtimeConfig),
4193
+ (0, import_protocol_http.getHttpHandlerExtensionConfiguration)(runtimeConfig),
4194
+ getHttpAuthExtensionConfiguration(runtimeConfig)
4195
+ );
4208
4196
  extensions.forEach((extension) => extension.configure(extensionConfiguration));
4209
- return {
4210
- ...runtimeConfig,
4211
- ...(0, import_region_config_resolver.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
4212
- ...(0, import_smithy_client.resolveDefaultRuntimeConfig)(extensionConfiguration),
4213
- ...(0, import_protocol_http.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
4214
- ...resolveHttpAuthRuntimeConfig(extensionConfiguration)
4215
- };
4197
+ return Object.assign(
4198
+ runtimeConfig,
4199
+ (0, import_region_config_resolver.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
4200
+ (0, import_smithy_client.resolveDefaultRuntimeConfig)(extensionConfiguration),
4201
+ (0, import_protocol_http.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
4202
+ resolveHttpAuthRuntimeConfig(extensionConfiguration)
4203
+ );
4216
4204
  }, "resolveRuntimeExtensions");
4217
4205
 
4218
4206
  // src/DynamoDBClient.ts
@@ -4226,6 +4214,8 @@ var DynamoDBClient = class extends import_smithy_client.Client {
4226
4214
  config;
4227
4215
  constructor(...[configuration]) {
4228
4216
  const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
4217
+ super(_config_0);
4218
+ this.initConfig = _config_0;
4229
4219
  const _config_1 = resolveClientEndpointParameters(_config_0);
4230
4220
  const _config_2 = (0, import_account_id_endpoint.resolveAccountIdEndpointModeConfig)(_config_1);
4231
4221
  const _config_3 = (0, import_middleware_user_agent.resolveUserAgentConfig)(_config_2);
@@ -4238,7 +4228,6 @@ var DynamoDBClient = class extends import_smithy_client.Client {
4238
4228
  endpointDiscoveryCommandCtor: DescribeEndpointsCommand
4239
4229
  });
4240
4230
  const _config_10 = resolveRuntimeExtensions(_config_9, configuration?.extensions || []);
4241
- super(_config_10);
4242
4231
  this.config = _config_10;
4243
4232
  this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
4244
4233
  this.middlewareStack.use((0, import_middleware_retry.getRetryPlugin)(this.config));
@@ -4249,9 +4238,9 @@ var DynamoDBClient = class extends import_smithy_client.Client {
4249
4238
  this.middlewareStack.use(
4250
4239
  (0, import_core2.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
4251
4240
  httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultDynamoDBHttpAuthSchemeParametersProvider,
4252
- identityProviderConfigProvider: async (config) => new import_core2.DefaultIdentityProviderConfig({
4241
+ identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core2.DefaultIdentityProviderConfig({
4253
4242
  "aws.auth#sigv4": config.credentials
4254
- })
4243
+ }), "identityProviderConfigProvider")
4255
4244
  })
4256
4245
  );
4257
4246
  this.middlewareStack.use((0, import_core2.getHttpSigningPlugin)(this.config));
@@ -4288,7 +4277,10 @@ var BatchExecuteStatementCommand = class extends import_smithy_client.Command.cl
4288
4277
 
4289
4278
 
4290
4279
 
4291
- var BatchGetItemCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4280
+ var BatchGetItemCommand = class extends import_smithy_client.Command.classBuilder().ep({
4281
+ ...commonParams,
4282
+ ResourceArnList: { type: "operationContextParams", get: /* @__PURE__ */ __name((input) => Object.keys(input?.RequestItems ?? {}), "get") }
4283
+ }).m(function(Command, cs, config, o) {
4292
4284
  return [
4293
4285
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4294
4286
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4303,7 +4295,10 @@ var BatchGetItemCommand = class extends import_smithy_client.Command.classBuilde
4303
4295
 
4304
4296
 
4305
4297
 
4306
- var BatchWriteItemCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4298
+ var BatchWriteItemCommand = class extends import_smithy_client.Command.classBuilder().ep({
4299
+ ...commonParams,
4300
+ ResourceArnList: { type: "operationContextParams", get: /* @__PURE__ */ __name((input) => Object.keys(input?.RequestItems ?? {}), "get") }
4301
+ }).m(function(Command, cs, config, o) {
4307
4302
  return [
4308
4303
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4309
4304
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4318,7 +4313,10 @@ var BatchWriteItemCommand = class extends import_smithy_client.Command.classBuil
4318
4313
 
4319
4314
 
4320
4315
 
4321
- var CreateBackupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4316
+ var CreateBackupCommand = class extends import_smithy_client.Command.classBuilder().ep({
4317
+ ...commonParams,
4318
+ ResourceArn: { type: "contextParams", name: "TableName" }
4319
+ }).m(function(Command, cs, config, o) {
4322
4320
  return [
4323
4321
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4324
4322
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4333,7 +4331,10 @@ var CreateBackupCommand = class extends import_smithy_client.Command.classBuilde
4333
4331
 
4334
4332
 
4335
4333
 
4336
- var CreateGlobalTableCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4334
+ var CreateGlobalTableCommand = class extends import_smithy_client.Command.classBuilder().ep({
4335
+ ...commonParams,
4336
+ ResourceArn: { type: "contextParams", name: "GlobalTableName" }
4337
+ }).m(function(Command, cs, config, o) {
4337
4338
  return [
4338
4339
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4339
4340
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4348,7 +4349,10 @@ var CreateGlobalTableCommand = class extends import_smithy_client.Command.classB
4348
4349
 
4349
4350
 
4350
4351
 
4351
- var CreateTableCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4352
+ var CreateTableCommand = class extends import_smithy_client.Command.classBuilder().ep({
4353
+ ...commonParams,
4354
+ ResourceArn: { type: "contextParams", name: "TableName" }
4355
+ }).m(function(Command, cs, config, o) {
4352
4356
  return [
4353
4357
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4354
4358
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4363,7 +4367,10 @@ var CreateTableCommand = class extends import_smithy_client.Command.classBuilder
4363
4367
 
4364
4368
 
4365
4369
 
4366
- var DeleteBackupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4370
+ var DeleteBackupCommand = class extends import_smithy_client.Command.classBuilder().ep({
4371
+ ...commonParams,
4372
+ ResourceArn: { type: "contextParams", name: "BackupArn" }
4373
+ }).m(function(Command, cs, config, o) {
4367
4374
  return [
4368
4375
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4369
4376
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4378,7 +4385,10 @@ var DeleteBackupCommand = class extends import_smithy_client.Command.classBuilde
4378
4385
 
4379
4386
 
4380
4387
 
4381
- var DeleteItemCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4388
+ var DeleteItemCommand = class extends import_smithy_client.Command.classBuilder().ep({
4389
+ ...commonParams,
4390
+ ResourceArn: { type: "contextParams", name: "TableName" }
4391
+ }).m(function(Command, cs, config, o) {
4382
4392
  return [
4383
4393
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4384
4394
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4393,7 +4403,10 @@ var DeleteItemCommand = class extends import_smithy_client.Command.classBuilder(
4393
4403
 
4394
4404
 
4395
4405
 
4396
- var DeleteResourcePolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4406
+ var DeleteResourcePolicyCommand = class extends import_smithy_client.Command.classBuilder().ep({
4407
+ ...commonParams,
4408
+ ResourceArn: { type: "contextParams", name: "ResourceArn" }
4409
+ }).m(function(Command, cs, config, o) {
4397
4410
  return [
4398
4411
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4399
4412
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4408,7 +4421,10 @@ var DeleteResourcePolicyCommand = class extends import_smithy_client.Command.cla
4408
4421
 
4409
4422
 
4410
4423
 
4411
- var DeleteTableCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4424
+ var DeleteTableCommand = class extends import_smithy_client.Command.classBuilder().ep({
4425
+ ...commonParams,
4426
+ ResourceArn: { type: "contextParams", name: "TableName" }
4427
+ }).m(function(Command, cs, config, o) {
4412
4428
  return [
4413
4429
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4414
4430
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4423,7 +4439,10 @@ var DeleteTableCommand = class extends import_smithy_client.Command.classBuilder
4423
4439
 
4424
4440
 
4425
4441
 
4426
- var DescribeBackupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4442
+ var DescribeBackupCommand = class extends import_smithy_client.Command.classBuilder().ep({
4443
+ ...commonParams,
4444
+ ResourceArn: { type: "contextParams", name: "BackupArn" }
4445
+ }).m(function(Command, cs, config, o) {
4427
4446
  return [
4428
4447
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4429
4448
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4438,7 +4457,10 @@ var DescribeBackupCommand = class extends import_smithy_client.Command.classBuil
4438
4457
 
4439
4458
 
4440
4459
 
4441
- var DescribeContinuousBackupsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4460
+ var DescribeContinuousBackupsCommand = class extends import_smithy_client.Command.classBuilder().ep({
4461
+ ...commonParams,
4462
+ ResourceArn: { type: "contextParams", name: "TableName" }
4463
+ }).m(function(Command, cs, config, o) {
4442
4464
  return [
4443
4465
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4444
4466
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4453,7 +4475,10 @@ var DescribeContinuousBackupsCommand = class extends import_smithy_client.Comman
4453
4475
 
4454
4476
 
4455
4477
 
4456
- var DescribeContributorInsightsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4478
+ var DescribeContributorInsightsCommand = class extends import_smithy_client.Command.classBuilder().ep({
4479
+ ...commonParams,
4480
+ ResourceArn: { type: "contextParams", name: "TableName" }
4481
+ }).m(function(Command, cs, config, o) {
4457
4482
  return [
4458
4483
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4459
4484
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4468,7 +4493,10 @@ var DescribeContributorInsightsCommand = class extends import_smithy_client.Comm
4468
4493
 
4469
4494
 
4470
4495
 
4471
- var DescribeExportCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4496
+ var DescribeExportCommand = class extends import_smithy_client.Command.classBuilder().ep({
4497
+ ...commonParams,
4498
+ ResourceArn: { type: "contextParams", name: "ExportArn" }
4499
+ }).m(function(Command, cs, config, o) {
4472
4500
  return [
4473
4501
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4474
4502
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4483,7 +4511,10 @@ var DescribeExportCommand = class extends import_smithy_client.Command.classBuil
4483
4511
 
4484
4512
 
4485
4513
 
4486
- var DescribeGlobalTableCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4514
+ var DescribeGlobalTableCommand = class extends import_smithy_client.Command.classBuilder().ep({
4515
+ ...commonParams,
4516
+ ResourceArn: { type: "contextParams", name: "GlobalTableName" }
4517
+ }).m(function(Command, cs, config, o) {
4487
4518
  return [
4488
4519
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4489
4520
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4498,7 +4529,10 @@ var DescribeGlobalTableCommand = class extends import_smithy_client.Command.clas
4498
4529
 
4499
4530
 
4500
4531
 
4501
- var DescribeGlobalTableSettingsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4532
+ var DescribeGlobalTableSettingsCommand = class extends import_smithy_client.Command.classBuilder().ep({
4533
+ ...commonParams,
4534
+ ResourceArn: { type: "contextParams", name: "GlobalTableName" }
4535
+ }).m(function(Command, cs, config, o) {
4502
4536
  return [
4503
4537
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4504
4538
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4513,7 +4547,10 @@ var DescribeGlobalTableSettingsCommand = class extends import_smithy_client.Comm
4513
4547
 
4514
4548
 
4515
4549
 
4516
- var DescribeImportCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4550
+ var DescribeImportCommand = class extends import_smithy_client.Command.classBuilder().ep({
4551
+ ...commonParams,
4552
+ ResourceArn: { type: "contextParams", name: "ImportArn" }
4553
+ }).m(function(Command, cs, config, o) {
4517
4554
  return [
4518
4555
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4519
4556
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4528,7 +4565,10 @@ var DescribeImportCommand = class extends import_smithy_client.Command.classBuil
4528
4565
 
4529
4566
 
4530
4567
 
4531
- var DescribeKinesisStreamingDestinationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4568
+ var DescribeKinesisStreamingDestinationCommand = class extends import_smithy_client.Command.classBuilder().ep({
4569
+ ...commonParams,
4570
+ ResourceArn: { type: "contextParams", name: "TableName" }
4571
+ }).m(function(Command, cs, config, o) {
4532
4572
  return [
4533
4573
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4534
4574
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4558,7 +4598,10 @@ var DescribeLimitsCommand = class extends import_smithy_client.Command.classBuil
4558
4598
 
4559
4599
 
4560
4600
 
4561
- var DescribeTableCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4601
+ var DescribeTableCommand = class extends import_smithy_client.Command.classBuilder().ep({
4602
+ ...commonParams,
4603
+ ResourceArn: { type: "contextParams", name: "TableName" }
4604
+ }).m(function(Command, cs, config, o) {
4562
4605
  return [
4563
4606
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4564
4607
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4573,7 +4616,10 @@ var DescribeTableCommand = class extends import_smithy_client.Command.classBuild
4573
4616
 
4574
4617
 
4575
4618
 
4576
- var DescribeTableReplicaAutoScalingCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4619
+ var DescribeTableReplicaAutoScalingCommand = class extends import_smithy_client.Command.classBuilder().ep({
4620
+ ...commonParams,
4621
+ ResourceArn: { type: "contextParams", name: "TableName" }
4622
+ }).m(function(Command, cs, config, o) {
4577
4623
  return [
4578
4624
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4579
4625
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4588,7 +4634,10 @@ var DescribeTableReplicaAutoScalingCommand = class extends import_smithy_client.
4588
4634
 
4589
4635
 
4590
4636
 
4591
- var DescribeTimeToLiveCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4637
+ var DescribeTimeToLiveCommand = class extends import_smithy_client.Command.classBuilder().ep({
4638
+ ...commonParams,
4639
+ ResourceArn: { type: "contextParams", name: "TableName" }
4640
+ }).m(function(Command, cs, config, o) {
4592
4641
  return [
4593
4642
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4594
4643
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4603,7 +4652,10 @@ var DescribeTimeToLiveCommand = class extends import_smithy_client.Command.class
4603
4652
 
4604
4653
 
4605
4654
 
4606
- var DisableKinesisStreamingDestinationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4655
+ var DisableKinesisStreamingDestinationCommand = class extends import_smithy_client.Command.classBuilder().ep({
4656
+ ...commonParams,
4657
+ ResourceArn: { type: "contextParams", name: "TableName" }
4658
+ }).m(function(Command, cs, config, o) {
4607
4659
  return [
4608
4660
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4609
4661
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4618,7 +4670,10 @@ var DisableKinesisStreamingDestinationCommand = class extends import_smithy_clie
4618
4670
 
4619
4671
 
4620
4672
 
4621
- var EnableKinesisStreamingDestinationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4673
+ var EnableKinesisStreamingDestinationCommand = class extends import_smithy_client.Command.classBuilder().ep({
4674
+ ...commonParams,
4675
+ ResourceArn: { type: "contextParams", name: "TableName" }
4676
+ }).m(function(Command, cs, config, o) {
4622
4677
  return [
4623
4678
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4624
4679
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4663,7 +4718,10 @@ var ExecuteTransactionCommand = class extends import_smithy_client.Command.class
4663
4718
 
4664
4719
 
4665
4720
 
4666
- var ExportTableToPointInTimeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4721
+ var ExportTableToPointInTimeCommand = class extends import_smithy_client.Command.classBuilder().ep({
4722
+ ...commonParams,
4723
+ ResourceArn: { type: "contextParams", name: "TableArn" }
4724
+ }).m(function(Command, cs, config, o) {
4667
4725
  return [
4668
4726
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4669
4727
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4678,7 +4736,10 @@ var ExportTableToPointInTimeCommand = class extends import_smithy_client.Command
4678
4736
 
4679
4737
 
4680
4738
 
4681
- var GetItemCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4739
+ var GetItemCommand = class extends import_smithy_client.Command.classBuilder().ep({
4740
+ ...commonParams,
4741
+ ResourceArn: { type: "contextParams", name: "TableName" }
4742
+ }).m(function(Command, cs, config, o) {
4682
4743
  return [
4683
4744
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4684
4745
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4693,7 +4754,10 @@ var GetItemCommand = class extends import_smithy_client.Command.classBuilder().e
4693
4754
 
4694
4755
 
4695
4756
 
4696
- var GetResourcePolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4757
+ var GetResourcePolicyCommand = class extends import_smithy_client.Command.classBuilder().ep({
4758
+ ...commonParams,
4759
+ ResourceArn: { type: "contextParams", name: "ResourceArn" }
4760
+ }).m(function(Command, cs, config, o) {
4697
4761
  return [
4698
4762
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4699
4763
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4708,7 +4772,10 @@ var GetResourcePolicyCommand = class extends import_smithy_client.Command.classB
4708
4772
 
4709
4773
 
4710
4774
 
4711
- var ImportTableCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4775
+ var ImportTableCommand = class extends import_smithy_client.Command.classBuilder().ep({
4776
+ ...commonParams,
4777
+ ResourceArn: { type: "operationContextParams", get: /* @__PURE__ */ __name((input) => input?.TableCreationParameters?.TableName, "get") }
4778
+ }).m(function(Command, cs, config, o) {
4712
4779
  return [
4713
4780
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4714
4781
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4723,7 +4790,10 @@ var ImportTableCommand = class extends import_smithy_client.Command.classBuilder
4723
4790
 
4724
4791
 
4725
4792
 
4726
- var ListBackupsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4793
+ var ListBackupsCommand = class extends import_smithy_client.Command.classBuilder().ep({
4794
+ ...commonParams,
4795
+ ResourceArn: { type: "contextParams", name: "TableName" }
4796
+ }).m(function(Command, cs, config, o) {
4727
4797
  return [
4728
4798
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4729
4799
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4738,7 +4808,10 @@ var ListBackupsCommand = class extends import_smithy_client.Command.classBuilder
4738
4808
 
4739
4809
 
4740
4810
 
4741
- var ListContributorInsightsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4811
+ var ListContributorInsightsCommand = class extends import_smithy_client.Command.classBuilder().ep({
4812
+ ...commonParams,
4813
+ ResourceArn: { type: "contextParams", name: "TableName" }
4814
+ }).m(function(Command, cs, config, o) {
4742
4815
  return [
4743
4816
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4744
4817
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4753,7 +4826,10 @@ var ListContributorInsightsCommand = class extends import_smithy_client.Command.
4753
4826
 
4754
4827
 
4755
4828
 
4756
- var ListExportsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4829
+ var ListExportsCommand = class extends import_smithy_client.Command.classBuilder().ep({
4830
+ ...commonParams,
4831
+ ResourceArn: { type: "contextParams", name: "TableArn" }
4832
+ }).m(function(Command, cs, config, o) {
4757
4833
  return [
4758
4834
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4759
4835
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4783,7 +4859,10 @@ var ListGlobalTablesCommand = class extends import_smithy_client.Command.classBu
4783
4859
 
4784
4860
 
4785
4861
 
4786
- var ListImportsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4862
+ var ListImportsCommand = class extends import_smithy_client.Command.classBuilder().ep({
4863
+ ...commonParams,
4864
+ ResourceArn: { type: "contextParams", name: "TableArn" }
4865
+ }).m(function(Command, cs, config, o) {
4787
4866
  return [
4788
4867
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4789
4868
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4813,7 +4892,10 @@ var ListTablesCommand = class extends import_smithy_client.Command.classBuilder(
4813
4892
 
4814
4893
 
4815
4894
 
4816
- var ListTagsOfResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4895
+ var ListTagsOfResourceCommand = class extends import_smithy_client.Command.classBuilder().ep({
4896
+ ...commonParams,
4897
+ ResourceArn: { type: "contextParams", name: "ResourceArn" }
4898
+ }).m(function(Command, cs, config, o) {
4817
4899
  return [
4818
4900
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4819
4901
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4828,7 +4910,10 @@ var ListTagsOfResourceCommand = class extends import_smithy_client.Command.class
4828
4910
 
4829
4911
 
4830
4912
 
4831
- var PutItemCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4913
+ var PutItemCommand = class extends import_smithy_client.Command.classBuilder().ep({
4914
+ ...commonParams,
4915
+ ResourceArn: { type: "contextParams", name: "TableName" }
4916
+ }).m(function(Command, cs, config, o) {
4832
4917
  return [
4833
4918
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4834
4919
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4843,7 +4928,10 @@ var PutItemCommand = class extends import_smithy_client.Command.classBuilder().e
4843
4928
 
4844
4929
 
4845
4930
 
4846
- var PutResourcePolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4931
+ var PutResourcePolicyCommand = class extends import_smithy_client.Command.classBuilder().ep({
4932
+ ...commonParams,
4933
+ ResourceArn: { type: "contextParams", name: "ResourceArn" }
4934
+ }).m(function(Command, cs, config, o) {
4847
4935
  return [
4848
4936
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4849
4937
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4858,7 +4946,10 @@ var PutResourcePolicyCommand = class extends import_smithy_client.Command.classB
4858
4946
 
4859
4947
 
4860
4948
 
4861
- var QueryCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4949
+ var QueryCommand = class extends import_smithy_client.Command.classBuilder().ep({
4950
+ ...commonParams,
4951
+ ResourceArn: { type: "contextParams", name: "TableName" }
4952
+ }).m(function(Command, cs, config, o) {
4862
4953
  return [
4863
4954
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4864
4955
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4873,7 +4964,10 @@ var QueryCommand = class extends import_smithy_client.Command.classBuilder().ep(
4873
4964
 
4874
4965
 
4875
4966
 
4876
- var RestoreTableFromBackupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4967
+ var RestoreTableFromBackupCommand = class extends import_smithy_client.Command.classBuilder().ep({
4968
+ ...commonParams,
4969
+ ResourceArn: { type: "contextParams", name: "TargetTableName" }
4970
+ }).m(function(Command, cs, config, o) {
4877
4971
  return [
4878
4972
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4879
4973
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4888,7 +4982,10 @@ var RestoreTableFromBackupCommand = class extends import_smithy_client.Command.c
4888
4982
 
4889
4983
 
4890
4984
 
4891
- var RestoreTableToPointInTimeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4985
+ var RestoreTableToPointInTimeCommand = class extends import_smithy_client.Command.classBuilder().ep({
4986
+ ...commonParams,
4987
+ ResourceArn: { type: "contextParams", name: "TargetTableName" }
4988
+ }).m(function(Command, cs, config, o) {
4892
4989
  return [
4893
4990
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4894
4991
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4903,7 +5000,10 @@ var RestoreTableToPointInTimeCommand = class extends import_smithy_client.Comman
4903
5000
 
4904
5001
 
4905
5002
 
4906
- var ScanCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5003
+ var ScanCommand = class extends import_smithy_client.Command.classBuilder().ep({
5004
+ ...commonParams,
5005
+ ResourceArn: { type: "contextParams", name: "TableName" }
5006
+ }).m(function(Command, cs, config, o) {
4907
5007
  return [
4908
5008
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4909
5009
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4918,7 +5018,10 @@ var ScanCommand = class extends import_smithy_client.Command.classBuilder().ep(c
4918
5018
 
4919
5019
 
4920
5020
 
4921
- var TagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5021
+ var TagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep({
5022
+ ...commonParams,
5023
+ ResourceArn: { type: "contextParams", name: "ResourceArn" }
5024
+ }).m(function(Command, cs, config, o) {
4922
5025
  return [
4923
5026
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4924
5027
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4933,7 +5036,13 @@ var TagResourceCommand = class extends import_smithy_client.Command.classBuilder
4933
5036
 
4934
5037
 
4935
5038
 
4936
- var TransactGetItemsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5039
+ var TransactGetItemsCommand = class extends import_smithy_client.Command.classBuilder().ep({
5040
+ ...commonParams,
5041
+ ResourceArnList: {
5042
+ type: "operationContextParams",
5043
+ get: /* @__PURE__ */ __name((input) => input?.TransactItems?.map((obj) => obj?.Get?.TableName), "get")
5044
+ }
5045
+ }).m(function(Command, cs, config, o) {
4937
5046
  return [
4938
5047
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4939
5048
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4948,7 +5057,17 @@ var TransactGetItemsCommand = class extends import_smithy_client.Command.classBu
4948
5057
 
4949
5058
 
4950
5059
 
4951
- var TransactWriteItemsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5060
+ var TransactWriteItemsCommand = class extends import_smithy_client.Command.classBuilder().ep({
5061
+ ...commonParams,
5062
+ ResourceArnList: {
5063
+ type: "operationContextParams",
5064
+ get: /* @__PURE__ */ __name((input) => input?.TransactItems?.map(
5065
+ (obj) => [obj?.ConditionCheck?.TableName, obj?.Put?.TableName, obj?.Delete?.TableName, obj?.Update?.TableName].filter(
5066
+ (i) => i
5067
+ )
5068
+ ).flat(), "get")
5069
+ }
5070
+ }).m(function(Command, cs, config, o) {
4952
5071
  return [
4953
5072
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4954
5073
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4963,7 +5082,10 @@ var TransactWriteItemsCommand = class extends import_smithy_client.Command.class
4963
5082
 
4964
5083
 
4965
5084
 
4966
- var UntagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5085
+ var UntagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep({
5086
+ ...commonParams,
5087
+ ResourceArn: { type: "contextParams", name: "ResourceArn" }
5088
+ }).m(function(Command, cs, config, o) {
4967
5089
  return [
4968
5090
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4969
5091
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4978,7 +5100,10 @@ var UntagResourceCommand = class extends import_smithy_client.Command.classBuild
4978
5100
 
4979
5101
 
4980
5102
 
4981
- var UpdateContinuousBackupsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5103
+ var UpdateContinuousBackupsCommand = class extends import_smithy_client.Command.classBuilder().ep({
5104
+ ...commonParams,
5105
+ ResourceArn: { type: "contextParams", name: "TableName" }
5106
+ }).m(function(Command, cs, config, o) {
4982
5107
  return [
4983
5108
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4984
5109
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4993,7 +5118,10 @@ var UpdateContinuousBackupsCommand = class extends import_smithy_client.Command.
4993
5118
 
4994
5119
 
4995
5120
 
4996
- var UpdateContributorInsightsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5121
+ var UpdateContributorInsightsCommand = class extends import_smithy_client.Command.classBuilder().ep({
5122
+ ...commonParams,
5123
+ ResourceArn: { type: "contextParams", name: "TableName" }
5124
+ }).m(function(Command, cs, config, o) {
4997
5125
  return [
4998
5126
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4999
5127
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5008,7 +5136,10 @@ var UpdateContributorInsightsCommand = class extends import_smithy_client.Comman
5008
5136
 
5009
5137
 
5010
5138
 
5011
- var UpdateGlobalTableCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5139
+ var UpdateGlobalTableCommand = class extends import_smithy_client.Command.classBuilder().ep({
5140
+ ...commonParams,
5141
+ ResourceArn: { type: "contextParams", name: "GlobalTableName" }
5142
+ }).m(function(Command, cs, config, o) {
5012
5143
  return [
5013
5144
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5014
5145
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5023,7 +5154,10 @@ var UpdateGlobalTableCommand = class extends import_smithy_client.Command.classB
5023
5154
 
5024
5155
 
5025
5156
 
5026
- var UpdateGlobalTableSettingsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5157
+ var UpdateGlobalTableSettingsCommand = class extends import_smithy_client.Command.classBuilder().ep({
5158
+ ...commonParams,
5159
+ ResourceArn: { type: "contextParams", name: "GlobalTableName" }
5160
+ }).m(function(Command, cs, config, o) {
5027
5161
  return [
5028
5162
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5029
5163
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5038,7 +5172,10 @@ var UpdateGlobalTableSettingsCommand = class extends import_smithy_client.Comman
5038
5172
 
5039
5173
 
5040
5174
 
5041
- var UpdateItemCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5175
+ var UpdateItemCommand = class extends import_smithy_client.Command.classBuilder().ep({
5176
+ ...commonParams,
5177
+ ResourceArn: { type: "contextParams", name: "TableName" }
5178
+ }).m(function(Command, cs, config, o) {
5042
5179
  return [
5043
5180
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5044
5181
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5053,7 +5190,10 @@ var UpdateItemCommand = class extends import_smithy_client.Command.classBuilder(
5053
5190
 
5054
5191
 
5055
5192
 
5056
- var UpdateKinesisStreamingDestinationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5193
+ var UpdateKinesisStreamingDestinationCommand = class extends import_smithy_client.Command.classBuilder().ep({
5194
+ ...commonParams,
5195
+ ResourceArn: { type: "contextParams", name: "TableName" }
5196
+ }).m(function(Command, cs, config, o) {
5057
5197
  return [
5058
5198
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5059
5199
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5068,7 +5208,10 @@ var UpdateKinesisStreamingDestinationCommand = class extends import_smithy_clien
5068
5208
 
5069
5209
 
5070
5210
 
5071
- var UpdateTableCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5211
+ var UpdateTableCommand = class extends import_smithy_client.Command.classBuilder().ep({
5212
+ ...commonParams,
5213
+ ResourceArn: { type: "contextParams", name: "TableName" }
5214
+ }).m(function(Command, cs, config, o) {
5072
5215
  return [
5073
5216
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5074
5217
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5083,7 +5226,10 @@ var UpdateTableCommand = class extends import_smithy_client.Command.classBuilder
5083
5226
 
5084
5227
 
5085
5228
 
5086
- var UpdateTableReplicaAutoScalingCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5229
+ var UpdateTableReplicaAutoScalingCommand = class extends import_smithy_client.Command.classBuilder().ep({
5230
+ ...commonParams,
5231
+ ResourceArn: { type: "contextParams", name: "TableName" }
5232
+ }).m(function(Command, cs, config, o) {
5087
5233
  return [
5088
5234
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5089
5235
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5098,7 +5244,10 @@ var UpdateTableReplicaAutoScalingCommand = class extends import_smithy_client.Co
5098
5244
 
5099
5245
 
5100
5246
 
5101
- var UpdateTimeToLiveCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5247
+ var UpdateTimeToLiveCommand = class extends import_smithy_client.Command.classBuilder().ep({
5248
+ ...commonParams,
5249
+ ResourceArn: { type: "contextParams", name: "TableName" }
5250
+ }).m(function(Command, cs, config, o) {
5102
5251
  return [
5103
5252
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5104
5253
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())