@gemeentenijmegen/webapp 1.1.12 → 1.1.14

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 (3069) hide show
  1. package/.jsii +4907 -135
  2. package/.nvmrc +1 -0
  3. package/API.md +74 -2
  4. package/assets/webapp/auth/auth.lambda/index.js +23 -19
  5. package/assets/webapp/login/login.lambda/index.js +23 -19
  6. package/assets/webapp/logout/logout.lambda/index.js +1 -1
  7. package/lib/webapp/Criticality.js +1 -1
  8. package/lib/webapp/Webapp.js +1 -1
  9. package/lib/webapp/Webpage.js +1 -1
  10. package/lib/webapp/auth/auth-function.js +3 -3
  11. package/lib/webapp/auth/auth.lambda.d.ts +1 -1
  12. package/lib/webapp/auth/auth.lambda.js +2 -2
  13. package/lib/webapp/login/login-function.js +3 -3
  14. package/lib/webapp/login/login.lambda.d.ts +1 -1
  15. package/lib/webapp/login/login.lambda.js +2 -2
  16. package/lib/webapp/logout/logout-function.js +3 -3
  17. package/lib/webapp/logout/logout.lambda.js +2 -2
  18. package/lib/webapp/util/Files.js +1 -1
  19. package/node_modules/@aws/lambda-invoke-store/README.md +41 -25
  20. package/node_modules/@aws/lambda-invoke-store/dist-cjs/invoke-store.js +119 -0
  21. package/node_modules/@aws/lambda-invoke-store/dist-es/invoke-store.js +117 -0
  22. package/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.benchmark.d.ts +1 -0
  23. package/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.d.ts +49 -0
  24. package/node_modules/@aws/lambda-invoke-store/package.json +28 -9
  25. package/node_modules/@aws-sdk/client-dynamodb/README.md +25 -107
  26. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
  27. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/endpoint/ruleset.js +1 -1
  28. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/index.js +677 -4356
  29. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/models/DynamoDBServiceException.js +12 -0
  30. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/models/errors.js +478 -0
  31. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.browser.js +3 -4
  32. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.js +5 -8
  33. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.shared.js +12 -0
  34. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/schemas/schemas_0.js +2390 -0
  35. package/node_modules/@aws-sdk/client-dynamodb/dist-es/DynamoDB.js +29 -1
  36. package/node_modules/@aws-sdk/client-dynamodb/dist-es/DynamoDBClient.js +5 -5
  37. package/node_modules/@aws-sdk/client-dynamodb/dist-es/auth/httpAuthSchemeProvider.js +3 -4
  38. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchExecuteStatementCommand.js +3 -9
  39. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchGetItemCommand.js +3 -9
  40. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchWriteItemCommand.js +3 -9
  41. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateBackupCommand.js +3 -9
  42. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateGlobalTableCommand.js +3 -9
  43. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateTableCommand.js +3 -9
  44. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteBackupCommand.js +3 -9
  45. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteItemCommand.js +3 -9
  46. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
  47. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteTableCommand.js +3 -9
  48. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeBackupCommand.js +3 -9
  49. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeContinuousBackupsCommand.js +3 -9
  50. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeContributorInsightsCommand.js +3 -9
  51. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeEndpointsCommand.js +3 -9
  52. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeExportCommand.js +3 -9
  53. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeGlobalTableCommand.js +3 -9
  54. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeGlobalTableSettingsCommand.js +3 -9
  55. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeImportCommand.js +3 -9
  56. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeKinesisStreamingDestinationCommand.js +3 -9
  57. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeLimitsCommand.js +3 -9
  58. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTableCommand.js +3 -9
  59. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTableReplicaAutoScalingCommand.js +3 -9
  60. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTimeToLiveCommand.js +3 -9
  61. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DisableKinesisStreamingDestinationCommand.js +3 -9
  62. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/EnableKinesisStreamingDestinationCommand.js +3 -9
  63. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ExecuteStatementCommand.js +3 -9
  64. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ExecuteTransactionCommand.js +3 -9
  65. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ExportTableToPointInTimeCommand.js +3 -9
  66. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/GetItemCommand.js +3 -9
  67. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/GetResourcePolicyCommand.js +3 -9
  68. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ImportTableCommand.js +3 -9
  69. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListBackupsCommand.js +3 -9
  70. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListContributorInsightsCommand.js +3 -9
  71. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListExportsCommand.js +3 -9
  72. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListGlobalTablesCommand.js +3 -9
  73. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListImportsCommand.js +3 -9
  74. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListTablesCommand.js +3 -9
  75. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListTagsOfResourceCommand.js +3 -9
  76. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/PutItemCommand.js +3 -9
  77. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/PutResourcePolicyCommand.js +3 -9
  78. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/QueryCommand.js +3 -9
  79. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/RestoreTableFromBackupCommand.js +3 -9
  80. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/RestoreTableToPointInTimeCommand.js +3 -9
  81. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ScanCommand.js +3 -9
  82. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TagResourceCommand.js +3 -9
  83. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TransactGetItemsCommand.js +4 -13
  84. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TransactWriteItemsCommand.js +4 -13
  85. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UntagResourceCommand.js +3 -9
  86. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateContinuousBackupsCommand.js +3 -9
  87. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateContributorInsightsCommand.js +3 -9
  88. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateGlobalTableCommand.js +3 -9
  89. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateGlobalTableSettingsCommand.js +3 -9
  90. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateItemCommand.js +3 -9
  91. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateKinesisStreamingDestinationCommand.js +3 -9
  92. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTableCommand.js +3 -9
  93. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTableReplicaAutoScalingCommand.js +3 -9
  94. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTimeToLiveCommand.js +3 -9
  95. package/node_modules/@aws-sdk/client-dynamodb/dist-es/endpoint/ruleset.js +1 -1
  96. package/node_modules/@aws-sdk/client-dynamodb/dist-es/index.js +4 -1
  97. package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/enums.js +245 -0
  98. package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/errors.js +440 -0
  99. package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/models_0.js +1 -706
  100. package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.browser.js +3 -4
  101. package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.js +6 -9
  102. package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.shared.js +12 -0
  103. package/node_modules/@aws-sdk/client-dynamodb/dist-es/schemas/schemas_0.js +2381 -0
  104. package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/index.js +4 -0
  105. package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForContributorInsightsEnabled.js +40 -0
  106. package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForExportCompleted.js +40 -0
  107. package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForImportCompleted.js +49 -0
  108. package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForKinesisStreamingDestinationActive.js +49 -0
  109. package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForTableExists.js +1 -1
  110. package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForTableNotExists.js +1 -1
  111. package/node_modules/@aws-sdk/client-dynamodb/dist-types/DynamoDB.d.ts +80 -1
  112. package/node_modules/@aws-sdk/client-dynamodb/dist-types/DynamoDBClient.d.ts +11 -11
  113. package/node_modules/@aws-sdk/client-dynamodb/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  114. package/node_modules/@aws-sdk/client-dynamodb/dist-types/auth/httpAuthSchemeProvider.d.ts +3 -3
  115. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchExecuteStatementCommand.d.ts +4 -4
  116. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchGetItemCommand.d.ts +4 -4
  117. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchWriteItemCommand.d.ts +4 -4
  118. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateBackupCommand.d.ts +3 -3
  119. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateGlobalTableCommand.d.ts +4 -3
  120. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateTableCommand.d.ts +9 -5
  121. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteBackupCommand.d.ts +3 -3
  122. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteItemCommand.d.ts +4 -4
  123. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteResourcePolicyCommand.d.ts +3 -3
  124. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteTableCommand.d.ts +5 -3
  125. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeBackupCommand.d.ts +3 -3
  126. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeContinuousBackupsCommand.d.ts +3 -3
  127. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeContributorInsightsCommand.d.ts +3 -3
  128. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeEndpointsCommand.d.ts +3 -3
  129. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeExportCommand.d.ts +3 -3
  130. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableCommand.d.ts +4 -3
  131. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableSettingsCommand.d.ts +3 -3
  132. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeImportCommand.d.ts +3 -3
  133. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeKinesisStreamingDestinationCommand.d.ts +3 -3
  134. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeLimitsCommand.d.ts +3 -3
  135. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableCommand.d.ts +5 -3
  136. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableReplicaAutoScalingCommand.d.ts +3 -3
  137. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTimeToLiveCommand.d.ts +3 -3
  138. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DisableKinesisStreamingDestinationCommand.d.ts +3 -3
  139. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/EnableKinesisStreamingDestinationCommand.d.ts +3 -3
  140. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteStatementCommand.d.ts +4 -4
  141. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteTransactionCommand.d.ts +6 -7
  142. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExportTableToPointInTimeCommand.d.ts +3 -3
  143. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/GetItemCommand.d.ts +4 -4
  144. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/GetResourcePolicyCommand.d.ts +3 -3
  145. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ImportTableCommand.d.ts +3 -3
  146. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListBackupsCommand.d.ts +3 -3
  147. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListContributorInsightsCommand.d.ts +3 -3
  148. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListExportsCommand.d.ts +4 -4
  149. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListGlobalTablesCommand.d.ts +3 -3
  150. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListImportsCommand.d.ts +3 -3
  151. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListTablesCommand.d.ts +3 -3
  152. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListTagsOfResourceCommand.d.ts +3 -3
  153. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutItemCommand.d.ts +9 -4
  154. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutResourcePolicyCommand.d.ts +3 -3
  155. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/QueryCommand.d.ts +4 -4
  156. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableFromBackupCommand.d.ts +5 -3
  157. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +5 -3
  158. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ScanCommand.d.ts +4 -4
  159. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TagResourceCommand.d.ts +3 -3
  160. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactGetItemsCommand.d.ts +6 -7
  161. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactWriteItemsCommand.d.ts +6 -8
  162. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  163. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateContinuousBackupsCommand.d.ts +3 -3
  164. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateContributorInsightsCommand.d.ts +3 -3
  165. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableCommand.d.ts +4 -3
  166. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableSettingsCommand.d.ts +3 -3
  167. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateItemCommand.d.ts +4 -4
  168. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateKinesisStreamingDestinationCommand.d.ts +3 -3
  169. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableCommand.d.ts +6 -3
  170. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableReplicaAutoScalingCommand.d.ts +3 -3
  171. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTimeToLiveCommand.d.ts +3 -3
  172. package/node_modules/@aws-sdk/client-dynamodb/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  173. package/node_modules/@aws-sdk/client-dynamodb/dist-types/endpoint/endpointResolver.d.ts +5 -2
  174. package/node_modules/@aws-sdk/client-dynamodb/dist-types/extensionConfiguration.d.ts +4 -4
  175. package/node_modules/@aws-sdk/client-dynamodb/dist-types/index.d.ts +4 -1
  176. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/DynamoDBServiceException.d.ts +1 -1
  177. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/enums.d.ts +589 -0
  178. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/errors.d.ts +803 -0
  179. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts +173 -1402
  180. package/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/Interfaces.d.ts +1 -1
  181. package/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/ListContributorInsightsPaginator.d.ts +1 -1
  182. package/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/ListExportsPaginator.d.ts +1 -1
  183. package/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/ListImportsPaginator.d.ts +1 -1
  184. package/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/ListTablesPaginator.d.ts +1 -1
  185. package/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/QueryPaginator.d.ts +1 -1
  186. package/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/ScanPaginator.d.ts +1 -1
  187. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.browser.d.ts +7 -2
  188. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.d.ts +8 -3
  189. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.native.d.ts +7 -2
  190. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.shared.d.ts +7 -1
  191. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeExtensions.d.ts +1 -1
  192. package/node_modules/@aws-sdk/client-dynamodb/dist-types/schemas/schemas_0.d.ts +325 -0
  193. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/DynamoDB.d.ts +103 -1
  194. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/DynamoDBClient.d.ts +4 -4
  195. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  196. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/TransactWriteItemsCommand.d.ts +4 -2
  197. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/index.d.ts +4 -1
  198. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/DynamoDBServiceException.d.ts +1 -1
  199. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/enums.d.ts +313 -0
  200. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/errors.d.ts +286 -0
  201. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_0.d.ts +66 -590
  202. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -1
  203. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.d.ts +10 -4
  204. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -1
  205. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -0
  206. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/schemas/schemas_0.d.ts +325 -0
  207. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/index.d.ts +4 -0
  208. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/waitForContributorInsightsEnabled.d.ts +11 -0
  209. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/waitForExportCompleted.d.ts +11 -0
  210. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/waitForImportCompleted.d.ts +11 -0
  211. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/waitForKinesisStreamingDestinationActive.d.ts +11 -0
  212. package/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/index.d.ts +4 -0
  213. package/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitForContributorInsightsEnabled.d.ts +14 -0
  214. package/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitForExportCompleted.d.ts +14 -0
  215. package/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitForImportCompleted.d.ts +14 -0
  216. package/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitForKinesisStreamingDestinationActive.d.ts +14 -0
  217. package/node_modules/@aws-sdk/client-dynamodb/package.json +59 -50
  218. package/node_modules/@aws-sdk/client-s3/README.md +43 -150
  219. package/node_modules/@aws-sdk/client-s3/dist-cjs/auth/httpAuthSchemeProvider.js +8 -9
  220. package/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +3 -3
  221. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +794 -9624
  222. package/node_modules/@aws-sdk/client-s3/dist-cjs/models/S3ServiceException.js +12 -0
  223. package/node_modules/@aws-sdk/client-s3/dist-cjs/models/errors.js +203 -0
  224. package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.browser.js +3 -4
  225. package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +7 -12
  226. package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +10 -0
  227. package/node_modules/@aws-sdk/client-s3/dist-cjs/schemas/schemas_0.js +3258 -0
  228. package/node_modules/@aws-sdk/client-s3/dist-es/S3.js +27 -1
  229. package/node_modules/@aws-sdk/client-s3/dist-es/S3Client.js +4 -2
  230. package/node_modules/@aws-sdk/client-s3/dist-es/auth/httpAuthSchemeProvider.js +8 -9
  231. package/node_modules/@aws-sdk/client-s3/dist-es/commands/AbortMultipartUploadCommand.js +2 -6
  232. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CompleteMultipartUploadCommand.js +2 -7
  233. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CopyObjectCommand.js +2 -7
  234. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketCommand.js +2 -6
  235. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataConfigurationCommand.js +3 -7
  236. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataTableConfigurationCommand.js +3 -7
  237. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateMultipartUploadCommand.js +2 -7
  238. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateSessionCommand.js +2 -7
  239. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketAnalyticsConfigurationCommand.js +3 -9
  240. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCommand.js +3 -9
  241. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCorsCommand.js +3 -9
  242. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketEncryptionCommand.js +3 -9
  243. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +3 -9
  244. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketInventoryConfigurationCommand.js +3 -9
  245. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketLifecycleCommand.js +3 -9
  246. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataConfigurationCommand.js +3 -9
  247. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataTableConfigurationCommand.js +3 -9
  248. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetricsConfigurationCommand.js +3 -9
  249. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketOwnershipControlsCommand.js +3 -9
  250. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketPolicyCommand.js +3 -9
  251. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketReplicationCommand.js +3 -9
  252. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketTaggingCommand.js +3 -9
  253. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketWebsiteCommand.js +3 -9
  254. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectCommand.js +2 -6
  255. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectTaggingCommand.js +2 -6
  256. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +3 -7
  257. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeletePublicAccessBlockCommand.js +3 -9
  258. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAbacCommand.js +23 -0
  259. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +2 -6
  260. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAclCommand.js +2 -6
  261. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +2 -6
  262. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketCorsCommand.js +2 -6
  263. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketEncryptionCommand.js +2 -7
  264. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +2 -6
  265. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketInventoryConfigurationCommand.js +2 -7
  266. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +2 -6
  267. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLocationCommand.js +2 -6
  268. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLoggingCommand.js +2 -6
  269. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataConfigurationCommand.js +2 -6
  270. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataTableConfigurationCommand.js +2 -6
  271. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetricsConfigurationCommand.js +2 -6
  272. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketNotificationConfigurationCommand.js +2 -6
  273. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketOwnershipControlsCommand.js +2 -6
  274. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyCommand.js +2 -6
  275. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyStatusCommand.js +2 -6
  276. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketReplicationCommand.js +2 -6
  277. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketRequestPaymentCommand.js +2 -6
  278. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketTaggingCommand.js +2 -6
  279. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketVersioningCommand.js +2 -6
  280. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketWebsiteCommand.js +2 -6
  281. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAclCommand.js +2 -6
  282. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAttributesCommand.js +2 -7
  283. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +4 -9
  284. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLegalHoldCommand.js +2 -6
  285. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLockConfigurationCommand.js +2 -6
  286. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectRetentionCommand.js +2 -6
  287. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTaggingCommand.js +2 -6
  288. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTorrentCommand.js +3 -10
  289. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetPublicAccessBlockCommand.js +2 -6
  290. package/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadBucketCommand.js +2 -6
  291. package/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadObjectCommand.js +2 -7
  292. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +2 -6
  293. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +2 -6
  294. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +2 -7
  295. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +2 -6
  296. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketsCommand.js +2 -6
  297. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListDirectoryBucketsCommand.js +2 -6
  298. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListMultipartUploadsCommand.js +2 -6
  299. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectVersionsCommand.js +2 -6
  300. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsCommand.js +2 -6
  301. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsV2Command.js +2 -6
  302. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListPartsCommand.js +2 -7
  303. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAbacCommand.js +26 -0
  304. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +3 -7
  305. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +3 -7
  306. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAnalyticsConfigurationCommand.js +3 -9
  307. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +3 -7
  308. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +3 -8
  309. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketIntelligentTieringConfigurationCommand.js +3 -9
  310. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketInventoryConfigurationCommand.js +3 -10
  311. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +3 -7
  312. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +3 -7
  313. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketMetricsConfigurationCommand.js +3 -9
  314. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketNotificationConfigurationCommand.js +3 -9
  315. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +3 -7
  316. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +3 -7
  317. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +3 -7
  318. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +3 -7
  319. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +3 -7
  320. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +3 -7
  321. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +3 -7
  322. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +3 -7
  323. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +3 -8
  324. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +3 -7
  325. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +3 -7
  326. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +3 -7
  327. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +3 -7
  328. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +3 -7
  329. package/node_modules/@aws-sdk/client-s3/dist-es/commands/RenameObjectCommand.js +2 -6
  330. package/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +3 -8
  331. package/node_modules/@aws-sdk/client-s3/dist-es/commands/SelectObjectContentCommand.js +2 -7
  332. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.js +3 -7
  333. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataJournalTableConfigurationCommand.js +3 -7
  334. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateObjectEncryptionCommand.js +28 -0
  335. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +3 -8
  336. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCopyCommand.js +2 -7
  337. package/node_modules/@aws-sdk/client-s3/dist-es/commands/WriteGetObjectResponseCommand.js +3 -10
  338. package/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +3 -0
  339. package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/EndpointParameters.js +2 -0
  340. package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +3 -3
  341. package/node_modules/@aws-sdk/client-s3/dist-es/index.js +5 -1
  342. package/node_modules/@aws-sdk/client-s3/dist-es/models/enums.js +403 -0
  343. package/node_modules/@aws-sdk/client-s3/dist-es/models/errors.js +185 -0
  344. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +1 -587
  345. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +1 -234
  346. package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.browser.js +3 -4
  347. package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js +8 -13
  348. package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +10 -0
  349. package/node_modules/@aws-sdk/client-s3/dist-es/schemas/schemas_0.js +3246 -0
  350. package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForBucketExists.js +1 -1
  351. package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForBucketNotExists.js +1 -1
  352. package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForObjectExists.js +1 -1
  353. package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForObjectNotExists.js +1 -1
  354. package/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +75 -1
  355. package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +17 -14
  356. package/node_modules/@aws-sdk/client-s3/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  357. package/node_modules/@aws-sdk/client-s3/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  358. package/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +6 -3
  359. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +6 -3
  360. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +24 -21
  361. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +16 -19
  362. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataConfigurationCommand.d.ts +6 -3
  363. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +6 -3
  364. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +10 -10
  365. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +6 -3
  366. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +6 -3
  367. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +6 -3
  368. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +6 -3
  369. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +6 -3
  370. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +6 -3
  371. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +6 -3
  372. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +6 -3
  373. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataConfigurationCommand.d.ts +6 -3
  374. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +6 -3
  375. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +6 -3
  376. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +6 -3
  377. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +6 -3
  378. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +6 -3
  379. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +7 -4
  380. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +6 -3
  381. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +17 -6
  382. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +6 -3
  383. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +11 -3
  384. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +12 -7
  385. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAbacCommand.d.ts +77 -0
  386. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +6 -3
  387. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +7 -11
  388. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +6 -3
  389. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +6 -3
  390. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +13 -5
  391. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +6 -3
  392. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +7 -4
  393. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +6 -3
  394. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +22 -8
  395. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +7 -11
  396. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataConfigurationCommand.d.ts +6 -3
  397. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +6 -3
  398. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +6 -3
  399. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +6 -3
  400. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +6 -3
  401. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +7 -4
  402. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +6 -3
  403. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +7 -4
  404. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +6 -3
  405. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +7 -4
  406. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +6 -3
  407. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +6 -3
  408. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +6 -3
  409. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +7 -4
  410. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +7 -4
  411. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +6 -3
  412. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +6 -3
  413. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +6 -3
  414. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +6 -3
  415. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +6 -3
  416. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +20 -12
  417. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +20 -13
  418. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +7 -4
  419. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +6 -3
  420. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +6 -3
  421. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +8 -5
  422. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +6 -3
  423. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +7 -11
  424. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +6 -3
  425. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +8 -12
  426. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +7 -11
  427. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +8 -12
  428. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +7 -4
  429. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +8 -12
  430. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAbacCommand.d.ts +78 -0
  431. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +6 -3
  432. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +9 -9
  433. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +6 -3
  434. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +6 -3
  435. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +12 -4
  436. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +6 -3
  437. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +7 -4
  438. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +8 -5
  439. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +9 -9
  440. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +6 -3
  441. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +6 -3
  442. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +6 -3
  443. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +6 -3
  444. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +7 -4
  445. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +6 -3
  446. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +7 -4
  447. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +6 -3
  448. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +6 -3
  449. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +12 -4
  450. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +35 -25
  451. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +6 -3
  452. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +6 -3
  453. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +6 -3
  454. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +6 -3
  455. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +13 -8
  456. package/node_modules/@aws-sdk/client-s3/dist-types/commands/RenameObjectCommand.d.ts +6 -3
  457. package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +8 -4
  458. package/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +6 -3
  459. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +6 -3
  460. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +6 -3
  461. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateObjectEncryptionCommand.d.ts +259 -0
  462. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +9 -3
  463. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +14 -7
  464. package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +6 -3
  465. package/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +3 -0
  466. package/node_modules/@aws-sdk/client-s3/dist-types/endpoint/EndpointParameters.d.ts +16 -1
  467. package/node_modules/@aws-sdk/client-s3/dist-types/endpoint/endpointResolver.d.ts +5 -2
  468. package/node_modules/@aws-sdk/client-s3/dist-types/extensionConfiguration.d.ts +4 -4
  469. package/node_modules/@aws-sdk/client-s3/dist-types/index.d.ts +5 -1
  470. package/node_modules/@aws-sdk/client-s3/dist-types/models/S3ServiceException.d.ts +1 -1
  471. package/node_modules/@aws-sdk/client-s3/dist-types/models/enums.d.ts +987 -0
  472. package/node_modules/@aws-sdk/client-s3/dist-types/models/errors.d.ts +208 -0
  473. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +3763 -1139
  474. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +195 -3875
  475. package/node_modules/@aws-sdk/client-s3/dist-types/pagination/Interfaces.d.ts +1 -1
  476. package/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListBucketsPaginator.d.ts +1 -1
  477. package/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListDirectoryBucketsPaginator.d.ts +1 -1
  478. package/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListObjectsV2Paginator.d.ts +1 -1
  479. package/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListPartsPaginator.d.ts +1 -1
  480. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +21 -3
  481. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +23 -5
  482. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +21 -3
  483. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +9 -2
  484. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeExtensions.d.ts +1 -1
  485. package/node_modules/@aws-sdk/client-s3/dist-types/schemas/schemas_0.d.ts +464 -0
  486. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +122 -1
  487. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +24 -6
  488. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  489. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +3 -3
  490. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAbacCommand.d.ts +47 -0
  491. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectCommand.d.ts +1 -1
  492. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTorrentCommand.d.ts +1 -1
  493. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +1 -1
  494. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +1 -1
  495. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +1 -1
  496. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListPartsCommand.d.ts +1 -1
  497. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAbacCommand.d.ts +45 -0
  498. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -1
  499. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +1 -1
  500. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +1 -1
  501. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +1 -1
  502. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +1 -1
  503. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  504. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
  505. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
  506. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +1 -1
  507. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -1
  508. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketNotificationConfigurationCommand.d.ts +1 -1
  509. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketOwnershipControlsCommand.d.ts +1 -1
  510. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +1 -1
  511. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +1 -1
  512. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +1 -1
  513. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +1 -1
  514. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +1 -1
  515. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +1 -1
  516. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectAclCommand.d.ts +1 -1
  517. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectCommand.d.ts +1 -1
  518. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLegalHoldCommand.d.ts +1 -1
  519. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLockConfigurationCommand.d.ts +1 -1
  520. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectRetentionCommand.d.ts +1 -1
  521. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectTaggingCommand.d.ts +1 -1
  522. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +1 -1
  523. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RenameObjectCommand.d.ts +1 -1
  524. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RestoreObjectCommand.d.ts +2 -1
  525. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UpdateObjectEncryptionCommand.d.ts +51 -0
  526. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +3 -0
  527. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +6 -0
  528. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/index.d.ts +5 -1
  529. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/S3ServiceException.d.ts +1 -1
  530. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/enums.d.ts +529 -0
  531. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/errors.d.ts +92 -0
  532. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +607 -565
  533. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +48 -711
  534. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +26 -4
  535. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +31 -8
  536. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +26 -4
  537. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -3
  538. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/schemas/schemas_0.d.ts +464 -0
  539. package/node_modules/@aws-sdk/client-s3/package.json +65 -64
  540. package/node_modules/@aws-sdk/client-secrets-manager/README.md +25 -73
  541. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
  542. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/endpoint/ruleset.js +1 -1
  543. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/index.js +111 -1251
  544. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/models/SecretsManagerServiceException.js +12 -0
  545. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/models/errors.js +184 -0
  546. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.browser.js +3 -4
  547. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.js +5 -8
  548. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.shared.js +9 -0
  549. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/schemas/schemas_0.js +665 -0
  550. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/SecretsManager.js +9 -1
  551. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/SecretsManagerClient.js +4 -2
  552. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/auth/httpAuthSchemeProvider.js +3 -4
  553. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/BatchGetSecretValueCommand.js +3 -10
  554. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/CancelRotateSecretCommand.js +3 -9
  555. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/CreateSecretCommand.js +3 -10
  556. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
  557. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/DeleteSecretCommand.js +3 -9
  558. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/DescribeSecretCommand.js +3 -9
  559. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/GetRandomPasswordCommand.js +3 -10
  560. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/GetResourcePolicyCommand.js +3 -9
  561. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/GetSecretValueCommand.js +3 -10
  562. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ListSecretVersionIdsCommand.js +3 -9
  563. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ListSecretsCommand.js +3 -9
  564. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/PutResourcePolicyCommand.js +3 -9
  565. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/PutSecretValueCommand.js +3 -10
  566. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/RemoveRegionsFromReplicationCommand.js +3 -9
  567. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ReplicateSecretToRegionsCommand.js +3 -9
  568. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/RestoreSecretCommand.js +3 -9
  569. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/RotateSecretCommand.js +3 -9
  570. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/StopReplicationToReplicaCommand.js +3 -9
  571. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/TagResourceCommand.js +3 -9
  572. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/UntagResourceCommand.js +3 -9
  573. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/UpdateSecretCommand.js +3 -10
  574. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/UpdateSecretVersionStageCommand.js +3 -9
  575. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ValidateResourcePolicyCommand.js +3 -9
  576. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/endpoint/ruleset.js +1 -1
  577. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/index.js +4 -1
  578. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/models/enums.js +24 -0
  579. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/models/errors.js +169 -0
  580. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/models/models_0.js +1 -222
  581. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/pagination/index.js +2 -2
  582. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.browser.js +3 -4
  583. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.js +6 -9
  584. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.shared.js +9 -0
  585. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/schemas/schemas_0.js +661 -0
  586. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/SecretsManager.d.ts +22 -1
  587. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/SecretsManagerClient.d.ts +10 -10
  588. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  589. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/auth/httpAuthSchemeProvider.d.ts +3 -3
  590. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/BatchGetSecretValueCommand.d.ts +20 -9
  591. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/CancelRotateSecretCommand.d.ts +14 -16
  592. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/CreateSecretCommand.d.ts +43 -33
  593. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/DeleteResourcePolicyCommand.d.ts +8 -8
  594. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/DeleteSecretCommand.d.ts +28 -26
  595. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/DescribeSecretCommand.d.ts +16 -8
  596. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/GetRandomPasswordCommand.d.ts +13 -10
  597. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/GetResourcePolicyCommand.d.ts +8 -10
  598. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/GetSecretValueCommand.d.ts +15 -15
  599. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/ListSecretVersionIdsCommand.d.ts +9 -9
  600. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/ListSecretsCommand.d.ts +24 -10
  601. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/PutResourcePolicyCommand.d.ts +8 -9
  602. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/PutSecretValueCommand.d.ts +32 -28
  603. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/RemoveRegionsFromReplicationCommand.d.ts +8 -6
  604. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/ReplicateSecretToRegionsCommand.d.ts +11 -6
  605. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/RestoreSecretCommand.d.ts +8 -8
  606. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/RotateSecretCommand.d.ts +31 -16
  607. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/StopReplicationToReplicaCommand.d.ts +10 -8
  608. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/TagResourceCommand.d.ts +15 -14
  609. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/UntagResourceCommand.d.ts +11 -11
  610. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/UpdateSecretCommand.d.ts +38 -27
  611. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/UpdateSecretVersionStageCommand.d.ts +22 -19
  612. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/ValidateResourcePolicyCommand.d.ts +11 -9
  613. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  614. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/endpoint/endpointResolver.d.ts +5 -2
  615. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/extensionConfiguration.d.ts +4 -4
  616. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/index.d.ts +4 -1
  617. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/models/SecretsManagerServiceException.d.ts +1 -1
  618. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/models/enums.d.ts +56 -0
  619. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/models/errors.d.ts +175 -0
  620. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/models/models_0.d.ts +587 -616
  621. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/pagination/BatchGetSecretValuePaginator.d.ts +1 -1
  622. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/pagination/Interfaces.d.ts +1 -1
  623. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/pagination/ListSecretVersionIdsPaginator.d.ts +1 -1
  624. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/pagination/ListSecretsPaginator.d.ts +1 -1
  625. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/pagination/index.d.ts +2 -2
  626. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.browser.d.ts +7 -2
  627. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.d.ts +8 -3
  628. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.native.d.ts +7 -2
  629. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.shared.d.ts +7 -1
  630. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeExtensions.d.ts +1 -1
  631. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/schemas/schemas_0.d.ts +99 -0
  632. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/SecretsManager.d.ts +26 -1
  633. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/SecretsManagerClient.d.ts +3 -3
  634. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  635. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/index.d.ts +4 -1
  636. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/models/SecretsManagerServiceException.d.ts +1 -1
  637. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/models/enums.d.ts +29 -0
  638. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/models/errors.d.ts +97 -0
  639. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/models/models_0.d.ts +27 -140
  640. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/pagination/index.d.ts +2 -2
  641. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -1
  642. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.d.ts +10 -4
  643. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -1
  644. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -0
  645. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/schemas/schemas_0.d.ts +98 -0
  646. package/node_modules/@aws-sdk/client-secrets-manager/package.json +54 -48
  647. package/node_modules/@aws-sdk/client-ssm/README.md +25 -195
  648. package/node_modules/@aws-sdk/client-ssm/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
  649. package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +2462 -11943
  650. package/node_modules/@aws-sdk/client-ssm/dist-cjs/models/SSMServiceException.js +12 -0
  651. package/node_modules/@aws-sdk/client-ssm/dist-cjs/models/errors.js +2059 -0
  652. package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.browser.js +3 -4
  653. package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.js +5 -8
  654. package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.shared.js +10 -0
  655. package/node_modules/@aws-sdk/client-ssm/dist-cjs/schemas/schemas_0.js +5616 -0
  656. package/node_modules/@aws-sdk/client-ssm/dist-es/SSM.js +107 -1
  657. package/node_modules/@aws-sdk/client-ssm/dist-es/SSMClient.js +4 -2
  658. package/node_modules/@aws-sdk/client-ssm/dist-es/auth/httpAuthSchemeProvider.js +3 -4
  659. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/AddTagsToResourceCommand.js +3 -9
  660. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/AssociateOpsItemRelatedItemCommand.js +3 -9
  661. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CancelCommandCommand.js +3 -9
  662. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CancelMaintenanceWindowExecutionCommand.js +3 -9
  663. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateActivationCommand.js +3 -9
  664. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateAssociationBatchCommand.js +3 -10
  665. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateAssociationCommand.js +3 -10
  666. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateDocumentCommand.js +3 -9
  667. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateMaintenanceWindowCommand.js +3 -10
  668. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateOpsItemCommand.js +3 -9
  669. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateOpsMetadataCommand.js +3 -9
  670. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreatePatchBaselineCommand.js +3 -10
  671. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateResourceDataSyncCommand.js +3 -9
  672. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteActivationCommand.js +3 -9
  673. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteAssociationCommand.js +3 -9
  674. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteDocumentCommand.js +3 -9
  675. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteInventoryCommand.js +3 -9
  676. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteMaintenanceWindowCommand.js +3 -9
  677. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteOpsItemCommand.js +3 -9
  678. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteOpsMetadataCommand.js +3 -9
  679. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteParameterCommand.js +3 -9
  680. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteParametersCommand.js +3 -9
  681. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeletePatchBaselineCommand.js +3 -9
  682. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteResourceDataSyncCommand.js +3 -9
  683. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
  684. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterManagedInstanceCommand.js +3 -9
  685. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterPatchBaselineForPatchGroupCommand.js +3 -9
  686. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterTargetFromMaintenanceWindowCommand.js +3 -9
  687. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterTaskFromMaintenanceWindowCommand.js +3 -9
  688. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeActivationsCommand.js +3 -9
  689. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationCommand.js +3 -10
  690. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationExecutionTargetsCommand.js +3 -9
  691. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationExecutionsCommand.js +3 -9
  692. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAutomationExecutionsCommand.js +3 -9
  693. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAutomationStepExecutionsCommand.js +3 -9
  694. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAvailablePatchesCommand.js +3 -9
  695. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeDocumentCommand.js +3 -9
  696. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeDocumentPermissionCommand.js +3 -9
  697. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeEffectiveInstanceAssociationsCommand.js +3 -9
  698. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeEffectivePatchesForPatchBaselineCommand.js +3 -9
  699. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstanceAssociationsStatusCommand.js +3 -9
  700. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstanceInformationCommand.js +3 -10
  701. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchStatesCommand.js +3 -10
  702. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchStatesForPatchGroupCommand.js +3 -10
  703. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchesCommand.js +3 -9
  704. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePropertiesCommand.js +3 -10
  705. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInventoryDeletionsCommand.js +3 -9
  706. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.js +3 -10
  707. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionTasksCommand.js +3 -9
  708. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionsCommand.js +3 -9
  709. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowScheduleCommand.js +3 -9
  710. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTargetsCommand.js +3 -10
  711. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTasksCommand.js +3 -10
  712. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsCommand.js +3 -10
  713. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsForTargetCommand.js +3 -9
  714. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeOpsItemsCommand.js +3 -9
  715. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeParametersCommand.js +3 -9
  716. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchBaselinesCommand.js +3 -9
  717. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchGroupStateCommand.js +3 -9
  718. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchGroupsCommand.js +3 -9
  719. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchPropertiesCommand.js +3 -9
  720. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeSessionsCommand.js +3 -9
  721. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DisassociateOpsItemRelatedItemCommand.js +3 -9
  722. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetAccessTokenCommand.js +3 -10
  723. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetAutomationExecutionCommand.js +3 -9
  724. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetCalendarStateCommand.js +3 -9
  725. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetCommandInvocationCommand.js +3 -9
  726. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetConnectionStatusCommand.js +3 -9
  727. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDefaultPatchBaselineCommand.js +3 -9
  728. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDeployablePatchSnapshotForInstanceCommand.js +3 -10
  729. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDocumentCommand.js +3 -9
  730. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetExecutionPreviewCommand.js +3 -9
  731. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetInventoryCommand.js +3 -9
  732. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetInventorySchemaCommand.js +3 -9
  733. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowCommand.js +3 -10
  734. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionCommand.js +3 -9
  735. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionTaskCommand.js +3 -10
  736. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.js +3 -10
  737. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowTaskCommand.js +3 -10
  738. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsItemCommand.js +3 -9
  739. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsMetadataCommand.js +3 -9
  740. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsSummaryCommand.js +3 -9
  741. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParameterCommand.js +3 -10
  742. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParameterHistoryCommand.js +3 -10
  743. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParametersByPathCommand.js +3 -10
  744. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParametersCommand.js +3 -10
  745. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetPatchBaselineCommand.js +3 -10
  746. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetPatchBaselineForPatchGroupCommand.js +3 -9
  747. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetResourcePoliciesCommand.js +3 -9
  748. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetServiceSettingCommand.js +3 -9
  749. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/LabelParameterVersionCommand.js +3 -9
  750. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListAssociationVersionsCommand.js +3 -10
  751. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListAssociationsCommand.js +3 -9
  752. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListCommandInvocationsCommand.js +3 -9
  753. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListCommandsCommand.js +3 -10
  754. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListComplianceItemsCommand.js +3 -9
  755. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListComplianceSummariesCommand.js +3 -9
  756. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentMetadataHistoryCommand.js +3 -9
  757. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentVersionsCommand.js +3 -9
  758. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentsCommand.js +3 -9
  759. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListInventoryEntriesCommand.js +3 -9
  760. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListNodesCommand.js +3 -10
  761. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListNodesSummaryCommand.js +3 -9
  762. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsItemEventsCommand.js +3 -9
  763. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsItemRelatedItemsCommand.js +3 -9
  764. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsMetadataCommand.js +3 -9
  765. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListResourceComplianceSummariesCommand.js +3 -9
  766. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListResourceDataSyncCommand.js +3 -9
  767. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  768. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ModifyDocumentPermissionCommand.js +3 -9
  769. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutComplianceItemsCommand.js +3 -9
  770. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutInventoryCommand.js +3 -9
  771. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutParameterCommand.js +3 -10
  772. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutResourcePolicyCommand.js +3 -9
  773. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterDefaultPatchBaselineCommand.js +3 -9
  774. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterPatchBaselineForPatchGroupCommand.js +3 -9
  775. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTargetWithMaintenanceWindowCommand.js +3 -10
  776. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTaskWithMaintenanceWindowCommand.js +3 -10
  777. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RemoveTagsFromResourceCommand.js +3 -9
  778. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ResetServiceSettingCommand.js +3 -9
  779. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ResumeSessionCommand.js +3 -9
  780. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendAutomationSignalCommand.js +3 -9
  781. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendCommandCommand.js +3 -10
  782. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAccessRequestCommand.js +3 -9
  783. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAssociationsOnceCommand.js +3 -9
  784. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAutomationExecutionCommand.js +3 -9
  785. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartChangeRequestExecutionCommand.js +3 -9
  786. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartExecutionPreviewCommand.js +3 -9
  787. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartSessionCommand.js +3 -9
  788. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StopAutomationExecutionCommand.js +3 -9
  789. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/TerminateSessionCommand.js +3 -9
  790. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UnlabelParameterVersionCommand.js +3 -9
  791. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateAssociationCommand.js +3 -10
  792. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateAssociationStatusCommand.js +3 -10
  793. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentCommand.js +3 -9
  794. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentDefaultVersionCommand.js +3 -9
  795. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentMetadataCommand.js +3 -9
  796. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowCommand.js +3 -10
  797. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowTargetCommand.js +3 -10
  798. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowTaskCommand.js +3 -10
  799. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateManagedInstanceRoleCommand.js +3 -9
  800. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateOpsItemCommand.js +3 -9
  801. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateOpsMetadataCommand.js +3 -9
  802. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdatePatchBaselineCommand.js +3 -10
  803. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateResourceDataSyncCommand.js +3 -9
  804. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateServiceSettingCommand.js +3 -9
  805. package/node_modules/@aws-sdk/client-ssm/dist-es/index.js +5 -1
  806. package/node_modules/@aws-sdk/client-ssm/dist-es/models/enums.js +674 -0
  807. package/node_modules/@aws-sdk/client-ssm/dist-es/models/errors.js +1915 -0
  808. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_0.js +1 -1464
  809. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +1 -1044
  810. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/index.js +9 -9
  811. package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.browser.js +3 -4
  812. package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.js +6 -9
  813. package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.shared.js +10 -0
  814. package/node_modules/@aws-sdk/client-ssm/dist-es/schemas/schemas_0.js +5599 -0
  815. package/node_modules/@aws-sdk/client-ssm/dist-es/waiters/waitForCommandExecuted.js +1 -1
  816. package/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +358 -1
  817. package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +10 -10
  818. package/node_modules/@aws-sdk/client-ssm/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  819. package/node_modules/@aws-sdk/client-ssm/dist-types/auth/httpAuthSchemeProvider.d.ts +3 -3
  820. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/AddTagsToResourceCommand.d.ts +3 -3
  821. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +3 -3
  822. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelCommandCommand.d.ts +3 -3
  823. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelMaintenanceWindowExecutionCommand.d.ts +3 -3
  824. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateActivationCommand.d.ts +3 -3
  825. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationBatchCommand.d.ts +5 -3
  826. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationCommand.d.ts +5 -3
  827. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateDocumentCommand.d.ts +6 -3
  828. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateMaintenanceWindowCommand.d.ts +3 -3
  829. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsItemCommand.d.ts +3 -3
  830. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsMetadataCommand.d.ts +3 -3
  831. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreatePatchBaselineCommand.d.ts +3 -3
  832. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateResourceDataSyncCommand.d.ts +3 -3
  833. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteActivationCommand.d.ts +3 -3
  834. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteAssociationCommand.d.ts +3 -3
  835. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteDocumentCommand.d.ts +3 -3
  836. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteInventoryCommand.d.ts +3 -3
  837. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteMaintenanceWindowCommand.d.ts +3 -3
  838. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteOpsItemCommand.d.ts +3 -3
  839. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteOpsMetadataCommand.d.ts +3 -3
  840. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParameterCommand.d.ts +3 -3
  841. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParametersCommand.d.ts +3 -3
  842. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeletePatchBaselineCommand.d.ts +3 -3
  843. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteResourceDataSyncCommand.d.ts +3 -3
  844. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteResourcePolicyCommand.d.ts +3 -3
  845. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +3 -3
  846. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +3 -3
  847. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +3 -3
  848. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +3 -3
  849. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeActivationsCommand.d.ts +3 -3
  850. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationCommand.d.ts +4 -3
  851. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationExecutionTargetsCommand.d.ts +3 -3
  852. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationExecutionsCommand.d.ts +3 -3
  853. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +3 -3
  854. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +3 -3
  855. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAvailablePatchesCommand.d.ts +3 -3
  856. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentCommand.d.ts +3 -3
  857. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentPermissionCommand.d.ts +3 -3
  858. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +3 -3
  859. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +3 -3
  860. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +3 -3
  861. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceInformationCommand.d.ts +3 -3
  862. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +3 -3
  863. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +3 -3
  864. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchesCommand.d.ts +3 -3
  865. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePropertiesCommand.d.ts +3 -3
  866. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInventoryDeletionsCommand.d.ts +3 -3
  867. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +3 -3
  868. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +3 -3
  869. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +3 -3
  870. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +3 -3
  871. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +3 -3
  872. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +3 -3
  873. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +3 -4
  874. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +3 -3
  875. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeOpsItemsCommand.d.ts +3 -3
  876. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeParametersCommand.d.ts +3 -3
  877. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchBaselinesCommand.d.ts +3 -3
  878. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupStateCommand.d.ts +3 -3
  879. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupsCommand.d.ts +3 -3
  880. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchPropertiesCommand.d.ts +3 -3
  881. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeSessionsCommand.d.ts +3 -3
  882. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +3 -3
  883. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetAccessTokenCommand.d.ts +3 -3
  884. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetAutomationExecutionCommand.d.ts +3 -3
  885. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCalendarStateCommand.d.ts +3 -3
  886. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCommandInvocationCommand.d.ts +3 -3
  887. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetConnectionStatusCommand.d.ts +3 -3
  888. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDefaultPatchBaselineCommand.d.ts +3 -3
  889. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +3 -3
  890. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDocumentCommand.d.ts +3 -3
  891. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetExecutionPreviewCommand.d.ts +3 -3
  892. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventoryCommand.d.ts +4 -4
  893. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventorySchemaCommand.d.ts +3 -3
  894. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowCommand.d.ts +3 -3
  895. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionCommand.d.ts +3 -3
  896. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +3 -3
  897. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +3 -3
  898. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +3 -3
  899. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsItemCommand.d.ts +3 -3
  900. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsMetadataCommand.d.ts +3 -3
  901. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsSummaryCommand.d.ts +4 -4
  902. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterCommand.d.ts +3 -3
  903. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterHistoryCommand.d.ts +3 -3
  904. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersByPathCommand.d.ts +3 -3
  905. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersCommand.d.ts +3 -3
  906. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineCommand.d.ts +3 -3
  907. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +3 -3
  908. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetResourcePoliciesCommand.d.ts +3 -3
  909. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetServiceSettingCommand.d.ts +4 -3
  910. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/LabelParameterVersionCommand.d.ts +3 -3
  911. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationVersionsCommand.d.ts +4 -3
  912. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationsCommand.d.ts +3 -3
  913. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandInvocationsCommand.d.ts +3 -3
  914. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandsCommand.d.ts +3 -3
  915. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceItemsCommand.d.ts +3 -3
  916. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceSummariesCommand.d.ts +3 -3
  917. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +9 -4
  918. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentVersionsCommand.d.ts +3 -3
  919. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentsCommand.d.ts +3 -3
  920. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListInventoryEntriesCommand.d.ts +3 -3
  921. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesCommand.d.ts +3 -3
  922. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesSummaryCommand.d.ts +3 -4
  923. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemEventsCommand.d.ts +3 -3
  924. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +3 -3
  925. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsMetadataCommand.d.ts +3 -3
  926. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +3 -3
  927. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceDataSyncCommand.d.ts +3 -3
  928. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  929. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ModifyDocumentPermissionCommand.d.ts +3 -3
  930. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutComplianceItemsCommand.d.ts +3 -3
  931. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutInventoryCommand.d.ts +3 -3
  932. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutParameterCommand.d.ts +3 -3
  933. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutResourcePolicyCommand.d.ts +3 -3
  934. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterDefaultPatchBaselineCommand.d.ts +3 -3
  935. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +3 -4
  936. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +3 -3
  937. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +3 -3
  938. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +3 -3
  939. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResetServiceSettingCommand.d.ts +3 -3
  940. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResumeSessionCommand.d.ts +3 -3
  941. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendAutomationSignalCommand.d.ts +3 -3
  942. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendCommandCommand.d.ts +3 -3
  943. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAccessRequestCommand.d.ts +3 -3
  944. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAssociationsOnceCommand.d.ts +3 -3
  945. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAutomationExecutionCommand.d.ts +3 -3
  946. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +12 -4
  947. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartExecutionPreviewCommand.d.ts +3 -3
  948. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartSessionCommand.d.ts +3 -3
  949. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StopAutomationExecutionCommand.d.ts +3 -3
  950. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/TerminateSessionCommand.d.ts +3 -3
  951. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UnlabelParameterVersionCommand.d.ts +3 -3
  952. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationCommand.d.ts +5 -3
  953. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationStatusCommand.d.ts +4 -3
  954. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentCommand.d.ts +3 -3
  955. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentDefaultVersionCommand.d.ts +3 -3
  956. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +9 -4
  957. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowCommand.d.ts +3 -3
  958. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTargetCommand.d.ts +3 -3
  959. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +3 -3
  960. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +3 -3
  961. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsItemCommand.d.ts +3 -3
  962. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsMetadataCommand.d.ts +3 -3
  963. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdatePatchBaselineCommand.d.ts +3 -3
  964. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateResourceDataSyncCommand.d.ts +3 -3
  965. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateServiceSettingCommand.d.ts +3 -3
  966. package/node_modules/@aws-sdk/client-ssm/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  967. package/node_modules/@aws-sdk/client-ssm/dist-types/endpoint/endpointResolver.d.ts +5 -2
  968. package/node_modules/@aws-sdk/client-ssm/dist-types/extensionConfiguration.d.ts +4 -4
  969. package/node_modules/@aws-sdk/client-ssm/dist-types/index.d.ts +5 -1
  970. package/node_modules/@aws-sdk/client-ssm/dist-types/models/SSMServiceException.d.ts +1 -1
  971. package/node_modules/@aws-sdk/client-ssm/dist-types/models/enums.d.ts +1458 -0
  972. package/node_modules/@aws-sdk/client-ssm/dist-types/models/errors.d.ts +1953 -0
  973. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +4467 -1810
  974. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +4178 -7111
  975. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeActivationsPaginator.d.ts +1 -1
  976. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAssociationExecutionTargetsPaginator.d.ts +1 -1
  977. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAssociationExecutionsPaginator.d.ts +1 -1
  978. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAutomationExecutionsPaginator.d.ts +1 -1
  979. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAutomationStepExecutionsPaginator.d.ts +1 -1
  980. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAvailablePatchesPaginator.d.ts +1 -1
  981. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeEffectiveInstanceAssociationsPaginator.d.ts +1 -1
  982. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.d.ts +1 -1
  983. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstanceAssociationsStatusPaginator.d.ts +1 -1
  984. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstanceInformationPaginator.d.ts +1 -1
  985. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.d.ts +1 -1
  986. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePatchStatesPaginator.d.ts +1 -1
  987. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePatchesPaginator.d.ts +1 -1
  988. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePropertiesPaginator.d.ts +1 -1
  989. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInventoryDeletionsPaginator.d.ts +1 -1
  990. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.d.ts +1 -1
  991. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.d.ts +1 -1
  992. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowExecutionsPaginator.d.ts +1 -1
  993. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowSchedulePaginator.d.ts +1 -1
  994. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowTargetsPaginator.d.ts +1 -1
  995. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowTasksPaginator.d.ts +1 -1
  996. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowsForTargetPaginator.d.ts +1 -1
  997. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowsPaginator.d.ts +1 -1
  998. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeOpsItemsPaginator.d.ts +1 -1
  999. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeParametersPaginator.d.ts +1 -1
  1000. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribePatchBaselinesPaginator.d.ts +1 -1
  1001. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribePatchGroupsPaginator.d.ts +1 -1
  1002. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribePatchPropertiesPaginator.d.ts +1 -1
  1003. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeSessionsPaginator.d.ts +1 -1
  1004. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetInventoryPaginator.d.ts +1 -1
  1005. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetInventorySchemaPaginator.d.ts +1 -1
  1006. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetOpsSummaryPaginator.d.ts +1 -1
  1007. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetParameterHistoryPaginator.d.ts +1 -1
  1008. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetParametersByPathPaginator.d.ts +1 -1
  1009. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetResourcePoliciesPaginator.d.ts +1 -1
  1010. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/Interfaces.d.ts +1 -1
  1011. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListAssociationVersionsPaginator.d.ts +1 -1
  1012. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListAssociationsPaginator.d.ts +1 -1
  1013. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListCommandInvocationsPaginator.d.ts +1 -1
  1014. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListCommandsPaginator.d.ts +1 -1
  1015. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListComplianceItemsPaginator.d.ts +1 -1
  1016. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListComplianceSummariesPaginator.d.ts +1 -1
  1017. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListDocumentVersionsPaginator.d.ts +1 -1
  1018. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListDocumentsPaginator.d.ts +1 -1
  1019. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListNodesPaginator.d.ts +1 -1
  1020. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListNodesSummaryPaginator.d.ts +1 -1
  1021. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListOpsItemEventsPaginator.d.ts +1 -1
  1022. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListOpsItemRelatedItemsPaginator.d.ts +1 -1
  1023. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListOpsMetadataPaginator.d.ts +1 -1
  1024. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListResourceComplianceSummariesPaginator.d.ts +1 -1
  1025. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListResourceDataSyncPaginator.d.ts +1 -1
  1026. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/index.d.ts +9 -9
  1027. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.browser.d.ts +7 -2
  1028. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +8 -3
  1029. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +7 -2
  1030. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.shared.d.ts +7 -1
  1031. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeExtensions.d.ts +1 -1
  1032. package/node_modules/@aws-sdk/client-ssm/dist-types/schemas/schemas_0.d.ts +755 -0
  1033. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSM.d.ts +366 -1
  1034. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +3 -3
  1035. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  1036. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +1 -1
  1037. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +1 -1
  1038. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowTasksCommand.d.ts +1 -1
  1039. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowsCommand.d.ts +4 -2
  1040. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +1 -1
  1041. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeOpsItemsCommand.d.ts +1 -1
  1042. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeParametersCommand.d.ts +1 -1
  1043. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchBaselinesCommand.d.ts +1 -1
  1044. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchGroupStateCommand.d.ts +1 -1
  1045. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchGroupsCommand.d.ts +1 -1
  1046. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchPropertiesCommand.d.ts +1 -1
  1047. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeSessionsCommand.d.ts +1 -1
  1048. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DisassociateOpsItemRelatedItemCommand.d.ts +1 -1
  1049. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetAccessTokenCommand.d.ts +1 -1
  1050. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetAutomationExecutionCommand.d.ts +1 -1
  1051. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetCalendarStateCommand.d.ts +1 -1
  1052. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetCommandInvocationCommand.d.ts +1 -1
  1053. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetConnectionStatusCommand.d.ts +1 -1
  1054. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDefaultPatchBaselineCommand.d.ts +1 -1
  1055. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +1 -1
  1056. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDocumentCommand.d.ts +1 -1
  1057. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetExecutionPreviewCommand.d.ts +1 -1
  1058. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetInventoryCommand.d.ts +2 -2
  1059. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetInventorySchemaCommand.d.ts +1 -1
  1060. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowCommand.d.ts +1 -1
  1061. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionCommand.d.ts +1 -1
  1062. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +1 -1
  1063. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +1 -1
  1064. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowTaskCommand.d.ts +1 -1
  1065. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsItemCommand.d.ts +1 -1
  1066. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsMetadataCommand.d.ts +1 -1
  1067. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsSummaryCommand.d.ts +2 -2
  1068. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParameterCommand.d.ts +1 -1
  1069. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParameterHistoryCommand.d.ts +1 -1
  1070. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParametersByPathCommand.d.ts +1 -1
  1071. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParametersCommand.d.ts +1 -1
  1072. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetPatchBaselineCommand.d.ts +1 -1
  1073. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetPatchBaselineForPatchGroupCommand.d.ts +1 -1
  1074. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +1 -1
  1075. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetServiceSettingCommand.d.ts +2 -4
  1076. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListNodesSummaryCommand.d.ts +4 -2
  1077. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +4 -2
  1078. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +1 -1
  1079. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +1 -1
  1080. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
  1081. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +1 -1
  1082. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResumeSessionCommand.d.ts +1 -1
  1083. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendAutomationSignalCommand.d.ts +1 -1
  1084. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendCommandCommand.d.ts +1 -1
  1085. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAccessRequestCommand.d.ts +1 -1
  1086. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAssociationsOnceCommand.d.ts +1 -1
  1087. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAutomationExecutionCommand.d.ts +1 -1
  1088. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartChangeRequestExecutionCommand.d.ts +1 -1
  1089. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartExecutionPreviewCommand.d.ts +1 -1
  1090. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartSessionCommand.d.ts +1 -1
  1091. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StopAutomationExecutionCommand.d.ts +1 -1
  1092. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +1 -1
  1093. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UnlabelParameterVersionCommand.d.ts +1 -1
  1094. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateAssociationCommand.d.ts +1 -1
  1095. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateAssociationStatusCommand.d.ts +1 -1
  1096. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentCommand.d.ts +1 -1
  1097. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentDefaultVersionCommand.d.ts +1 -1
  1098. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentMetadataCommand.d.ts +1 -1
  1099. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowCommand.d.ts +1 -1
  1100. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowTargetCommand.d.ts +1 -1
  1101. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowTaskCommand.d.ts +1 -1
  1102. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateManagedInstanceRoleCommand.d.ts +1 -1
  1103. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateOpsItemCommand.d.ts +1 -1
  1104. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateOpsMetadataCommand.d.ts +1 -1
  1105. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdatePatchBaselineCommand.d.ts +1 -1
  1106. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateResourceDataSyncCommand.d.ts +1 -1
  1107. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateServiceSettingCommand.d.ts +1 -1
  1108. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/index.d.ts +5 -1
  1109. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/SSMServiceException.d.ts +1 -1
  1110. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/enums.d.ts +844 -0
  1111. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/errors.d.ts +1191 -0
  1112. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +894 -1100
  1113. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +924 -2077
  1114. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/index.d.ts +9 -9
  1115. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -1
  1116. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +10 -4
  1117. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -1
  1118. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -0
  1119. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/schemas/schemas_0.d.ts +755 -0
  1120. package/node_modules/@aws-sdk/client-ssm/package.json +50 -48
  1121. package/node_modules/@aws-sdk/core/LICENSE +201 -0
  1122. package/node_modules/@aws-sdk/core/account-id-endpoint.js +0 -1
  1123. package/node_modules/@aws-sdk/core/dist-cjs/index.js +382 -139
  1124. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +3 -3
  1125. package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +9 -1
  1126. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +370 -135
  1127. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +1 -1
  1128. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.js +1 -1
  1129. package/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +3 -3
  1130. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +9 -1
  1131. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +38 -5
  1132. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/UnionSerde.js +23 -0
  1133. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +15 -6
  1134. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +2 -0
  1135. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +2 -1
  1136. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +2 -1
  1137. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +18 -14
  1138. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +13 -3
  1139. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +53 -26
  1140. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +98 -55
  1141. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +135 -0
  1142. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +4 -0
  1143. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +6 -4
  1144. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +40 -7
  1145. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +26 -6
  1146. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +17 -7
  1147. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +16 -0
  1148. package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +1 -1
  1149. package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +2 -2
  1150. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +1 -1
  1151. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +1 -1
  1152. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +1 -1
  1153. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +1 -1
  1154. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +13 -1
  1155. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/UnionSerde.d.ts +24 -0
  1156. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +1 -1
  1157. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +2 -0
  1158. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +4 -2
  1159. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +4 -2
  1160. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +6 -2
  1161. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +12 -2
  1162. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +1 -1
  1163. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +3 -3
  1164. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +13 -4
  1165. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +27 -0
  1166. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +1 -1
  1167. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +5 -1
  1168. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +4 -1
  1169. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +7 -0
  1170. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +2 -2
  1171. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +5 -1
  1172. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +1 -1
  1173. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +2 -2
  1174. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +11 -1
  1175. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/UnionSerde.d.ts +9 -0
  1176. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +2 -0
  1177. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +3 -0
  1178. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +3 -0
  1179. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +2 -0
  1180. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +6 -0
  1181. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +1 -1
  1182. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +9 -3
  1183. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +17 -0
  1184. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +1 -0
  1185. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +1 -0
  1186. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +6 -1
  1187. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +1 -0
  1188. package/node_modules/@aws-sdk/core/package.json +23 -23
  1189. package/node_modules/@aws-sdk/crc64-nvme/LICENSE +201 -0
  1190. package/node_modules/@aws-sdk/crc64-nvme/README.md +61 -0
  1191. package/node_modules/@aws-sdk/crc64-nvme/dist-cjs/index.js +101 -0
  1192. package/node_modules/@aws-sdk/crc64-nvme/dist-es/Crc64Nvme.js +92 -0
  1193. package/node_modules/@aws-sdk/crc64-nvme/dist-es/index.js +2 -0
  1194. package/node_modules/@aws-sdk/crc64-nvme/dist-types/Crc64Nvme.d.ts +24 -0
  1195. package/node_modules/@aws-sdk/crc64-nvme/dist-types/crc64-nvme-crt-container.d.ts +13 -0
  1196. package/node_modules/@aws-sdk/crc64-nvme/dist-types/index.d.ts +2 -0
  1197. package/node_modules/@aws-sdk/crc64-nvme/dist-types/ts3.4/Crc64Nvme.d.ts +9 -0
  1198. package/node_modules/@aws-sdk/crc64-nvme/dist-types/ts3.4/index.d.ts +2 -0
  1199. package/node_modules/@aws-sdk/crc64-nvme/package.json +50 -0
  1200. package/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +1 -1
  1201. package/node_modules/@aws-sdk/credential-provider-env/package.json +14 -14
  1202. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +1 -1
  1203. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +1 -1
  1204. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/checkUrl.d.ts +1 -1
  1205. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.browser.d.ts +1 -1
  1206. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.d.ts +1 -1
  1207. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/requestHelpers.d.ts +2 -2
  1208. package/node_modules/@aws-sdk/credential-provider-http/package.json +19 -19
  1209. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +34 -21
  1210. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +3 -10
  1211. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +4 -3
  1212. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +12 -0
  1213. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +8 -4
  1214. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +4 -2
  1215. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +4 -2
  1216. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +8 -8
  1217. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +5 -5
  1218. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +1 -1
  1219. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveLoginCredentials.d.ts +11 -0
  1220. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProcessCredentials.d.ts +2 -2
  1221. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +3 -2
  1222. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +2 -1
  1223. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +2 -2
  1224. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +4 -3
  1225. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +8 -4
  1226. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +2 -0
  1227. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +9 -0
  1228. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +2 -0
  1229. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +3 -1
  1230. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts +3 -1
  1231. package/node_modules/@aws-sdk/credential-provider-ini/package.json +23 -22
  1232. package/node_modules/@aws-sdk/credential-provider-login/README.md +7 -0
  1233. package/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +286 -0
  1234. package/node_modules/@aws-sdk/credential-provider-login/dist-es/LoginCredentialsFetcher.js +262 -0
  1235. package/node_modules/@aws-sdk/credential-provider-login/dist-es/fromLoginCredentials.js +21 -0
  1236. package/node_modules/@aws-sdk/credential-provider-login/dist-es/index.js +2 -0
  1237. package/node_modules/@aws-sdk/credential-provider-login/dist-types/LoginCredentialsFetcher.d.ts +42 -0
  1238. package/node_modules/@aws-sdk/credential-provider-login/dist-types/fromLoginCredentials.d.ts +7 -0
  1239. package/node_modules/@aws-sdk/credential-provider-login/dist-types/index.d.ts +8 -0
  1240. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/LoginCredentialsFetcher.d.ts +24 -0
  1241. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/fromLoginCredentials.d.ts +5 -0
  1242. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/index.d.ts +2 -0
  1243. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/types.d.ts +39 -0
  1244. package/node_modules/@aws-sdk/credential-provider-login/dist-types/types.d.ts +59 -0
  1245. package/node_modules/@aws-sdk/credential-provider-login/package.json +68 -0
  1246. package/node_modules/@aws-sdk/credential-provider-node/README.md +3 -3
  1247. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +114 -45
  1248. package/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +55 -46
  1249. package/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +60 -0
  1250. package/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +3 -2
  1251. package/node_modules/@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain.d.ts +18 -0
  1252. package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +3 -2
  1253. package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/runtime/memoize-chain.d.ts +19 -0
  1254. package/node_modules/@aws-sdk/credential-provider-node/package.json +22 -22
  1255. package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +3 -3
  1256. package/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +2 -2
  1257. package/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +1 -1
  1258. package/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts +2 -2
  1259. package/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts +1 -1
  1260. package/node_modules/@aws-sdk/credential-provider-process/package.json +15 -15
  1261. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +6 -3
  1262. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-BKDNrsal.js +8 -0
  1263. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +2 -0
  1264. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/loadSso.js +1 -1
  1265. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +3 -2
  1266. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +3 -2
  1267. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/isSsoProfile.d.ts +2 -2
  1268. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/loadSso.d.ts +2 -2
  1269. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +3 -3
  1270. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +2 -0
  1271. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/loadSso.d.ts +5 -2
  1272. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +1 -0
  1273. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/types.d.ts +1 -1
  1274. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/validateSsoProfile.d.ts +2 -2
  1275. package/node_modules/@aws-sdk/credential-provider-sso/package.json +17 -17
  1276. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +4 -4
  1277. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +14 -6
  1278. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +3 -3
  1279. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +3 -4
  1280. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromTokenFile.d.ts +5 -3
  1281. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +16 -16
  1282. package/node_modules/@aws-sdk/dynamodb-codec/LICENSE +201 -0
  1283. package/node_modules/@aws-sdk/dynamodb-codec/README.md +4 -0
  1284. package/node_modules/@aws-sdk/dynamodb-codec/dist-cjs/index.js +91 -0
  1285. package/node_modules/@aws-sdk/dynamodb-codec/dist-es/codec/DynamoDBJsonCodec.js +86 -0
  1286. package/node_modules/@aws-sdk/dynamodb-codec/dist-es/index.js +1 -0
  1287. package/node_modules/@aws-sdk/dynamodb-codec/dist-types/codec/DynamoDBJsonCodec.d.ts +18 -0
  1288. package/node_modules/@aws-sdk/dynamodb-codec/dist-types/index.d.ts +1 -0
  1289. package/node_modules/@aws-sdk/dynamodb-codec/dist-types/ts3.4/codec/DynamoDBJsonCodec.d.ts +10 -0
  1290. package/node_modules/@aws-sdk/dynamodb-codec/dist-types/ts3.4/index.d.ts +1 -0
  1291. package/node_modules/@aws-sdk/dynamodb-codec/package.json +58 -0
  1292. package/node_modules/@aws-sdk/endpoint-cache/dist-cjs/index.js +50 -131
  1293. package/node_modules/@aws-sdk/endpoint-cache/dist-types/EndpointCache.d.ts +1 -1
  1294. package/node_modules/@aws-sdk/endpoint-cache/package.json +10 -10
  1295. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/NodeDisableMultiregionAccessPointConfigOptions.d.ts +1 -1
  1296. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/NodeUseArnRegionConfigOptions.d.ts +1 -1
  1297. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketEndpointMiddleware.d.ts +2 -2
  1298. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketHostname.d.ts +1 -1
  1299. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketHostnameUtils.d.ts +1 -1
  1300. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/configurations.d.ts +1 -1
  1301. package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +15 -15
  1302. package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/configurations.d.ts +1 -1
  1303. package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/endpointDiscoveryMiddleware.d.ts +3 -3
  1304. package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/getCacheKey.d.ts +1 -1
  1305. package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/getEndpointDiscoveryPlugin.d.ts +2 -2
  1306. package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/resolveEndpointDiscoveryConfig.d.ts +1 -1
  1307. package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/updateDiscoveredEndpointInCache.d.ts +2 -2
  1308. package/node_modules/@aws-sdk/middleware-endpoint-discovery/package.json +14 -14
  1309. package/node_modules/@aws-sdk/middleware-expect-continue/dist-cjs/index.js +18 -6
  1310. package/node_modules/@aws-sdk/middleware-expect-continue/dist-es/index.js +18 -6
  1311. package/node_modules/@aws-sdk/middleware-expect-continue/dist-types/index.d.ts +4 -2
  1312. package/node_modules/@aws-sdk/middleware-expect-continue/dist-types/ts3.4/index.d.ts +3 -0
  1313. package/node_modules/@aws-sdk/middleware-expect-continue/package.json +12 -12
  1314. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/getCrc32ChecksumAlgorithmFunction.js +1 -1
  1315. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/index.js +76 -53
  1316. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsMiddleware.js +25 -9
  1317. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsResponseMiddleware.js +10 -2
  1318. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getChecksumAlgorithmForRequest.js +0 -5
  1319. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getChecksumAlgorithmListForResponse.js +10 -6
  1320. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getCrc32ChecksumAlgorithmFunction.js +1 -1
  1321. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getFlexibleChecksumsPlugin.js +1 -1
  1322. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/index.js +0 -1
  1323. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/resolveFlexibleChecksumsConfig.js +2 -1
  1324. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/selectChecksumAlgorithmFunction.js +16 -13
  1325. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/NODE_REQUEST_CHECKSUM_CALCULATION_CONFIG_OPTIONS.d.ts +1 -1
  1326. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/NODE_RESPONSE_CHECKSUM_VALIDATION_CONFIG_OPTIONS.d.ts +1 -1
  1327. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/configuration.d.ts +4 -2
  1328. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsInputMiddleware.d.ts +2 -2
  1329. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsMiddleware.d.ts +2 -2
  1330. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsResponseMiddleware.d.ts +2 -2
  1331. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksum.d.ts +1 -1
  1332. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksumAlgorithmForRequest.d.ts +3 -2
  1333. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksumAlgorithmListForResponse.d.ts +1 -1
  1334. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksumLocationName.d.ts +1 -1
  1335. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getCrc32ChecksumAlgorithmFunction.d.ts +1 -1
  1336. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getFlexibleChecksumsPlugin.d.ts +5 -5
  1337. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/hasHeader.d.ts +1 -1
  1338. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/hasHeaderWithPrefix.d.ts +1 -1
  1339. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/index.d.ts +0 -1
  1340. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/resolveFlexibleChecksumsConfig.d.ts +16 -2
  1341. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/selectChecksumAlgorithmFunction.d.ts +3 -3
  1342. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/stringHasher.d.ts +1 -1
  1343. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/configuration.d.ts +2 -0
  1344. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getChecksumAlgorithmForRequest.d.ts +3 -2
  1345. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getChecksumLocationName.d.ts +1 -1
  1346. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/index.d.ts +0 -1
  1347. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/resolveFlexibleChecksumsConfig.d.ts +11 -1
  1348. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/selectChecksumAlgorithmFunction.d.ts +1 -1
  1349. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/validateChecksumFromResponse.d.ts +3 -3
  1350. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +20 -19
  1351. package/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +1 -1
  1352. package/node_modules/@aws-sdk/middleware-host-header/package.json +12 -12
  1353. package/node_modules/@aws-sdk/middleware-location-constraint/dist-types/configuration.d.ts +1 -1
  1354. package/node_modules/@aws-sdk/middleware-location-constraint/dist-types/index.d.ts +2 -2
  1355. package/node_modules/@aws-sdk/middleware-location-constraint/package.json +11 -11
  1356. package/node_modules/@aws-sdk/middleware-logger/package.json +12 -12
  1357. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +7 -3
  1358. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.js +2 -1
  1359. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.js +2 -1
  1360. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/configuration.d.ts +1 -1
  1361. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/getRecursionDetectionPlugin.d.ts +1 -1
  1362. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.browser.d.ts +1 -1
  1363. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.d.ts +1 -1
  1364. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.native.d.ts +1 -1
  1365. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +13 -13
  1366. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +4 -4
  1367. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/s3ExpressHttpSigningMiddleware.js +0 -1
  1368. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3Configuration.js +2 -1
  1369. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/bucket-endpoint-middleware.d.ts +1 -1
  1370. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/check-content-length-header.d.ts +1 -1
  1371. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/region-redirect-endpoint-middleware.d.ts +2 -2
  1372. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/region-redirect-middleware.d.ts +1 -1
  1373. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-expires-middleware.d.ts +1 -1
  1374. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityCache.d.ts +1 -1
  1375. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityCacheEntry.d.ts +1 -1
  1376. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityProviderImpl.d.ts +3 -3
  1377. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/SignatureV4S3Express.d.ts +2 -2
  1378. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/s3ExpressHttpSigningMiddleware.d.ts +2 -2
  1379. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/s3ExpressMiddleware.d.ts +4 -4
  1380. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/signS3Express.d.ts +1 -1
  1381. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/interfaces/S3ExpressIdentity.d.ts +1 -1
  1382. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/interfaces/S3ExpressIdentityProvider.d.ts +2 -2
  1383. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3Configuration.d.ts +18 -1
  1384. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/throw-200-exceptions.d.ts +1 -1
  1385. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3Configuration.d.ts +2 -0
  1386. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/validate-bucket-name.d.ts +2 -2
  1387. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +22 -22
  1388. package/node_modules/@aws-sdk/middleware-ssec/dist-types/index.d.ts +1 -1
  1389. package/node_modules/@aws-sdk/middleware-ssec/package.json +11 -11
  1390. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +12 -12
  1391. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js +9 -9
  1392. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js +2 -2
  1393. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +1 -1
  1394. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/check-features.d.ts +4 -2
  1395. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +1 -1
  1396. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/check-features.d.ts +3 -3
  1397. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +2 -2
  1398. package/node_modules/@aws-sdk/middleware-user-agent/package.json +16 -15
  1399. package/node_modules/@aws-sdk/nested-clients/cognito-identity.d.ts +7 -0
  1400. package/node_modules/@aws-sdk/nested-clients/cognito-identity.js +5 -0
  1401. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +60 -0
  1402. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/ruleset.js +146 -0
  1403. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +174 -0
  1404. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/CognitoIdentityServiceException.js +12 -0
  1405. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/errors.js +121 -0
  1406. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.browser.js +38 -0
  1407. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.js +53 -0
  1408. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.shared.js +50 -0
  1409. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/schemas/schemas_0.js +110 -0
  1410. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +56 -0
  1411. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +18 -0
  1412. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +133 -0
  1413. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +170 -0
  1414. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/SigninServiceException.js +12 -0
  1415. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/errors.js +64 -0
  1416. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.browser.js +39 -0
  1417. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +53 -0
  1418. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.native.js +15 -0
  1419. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +49 -0
  1420. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/schemas/schemas_0.js +125 -0
  1421. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/auth/httpAuthSchemeProvider.js +56 -0
  1422. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/endpointResolver.js +18 -0
  1423. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/ruleset.js +106 -0
  1424. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +160 -0
  1425. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/SSOServiceException.js +12 -0
  1426. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/errors.js +56 -0
  1427. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.browser.js +38 -0
  1428. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.js +53 -0
  1429. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.native.js +15 -0
  1430. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.shared.js +49 -0
  1431. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/schemas/schemas_0.js +90 -0
  1432. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +101 -2
  1433. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +40 -492
  1434. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/SSOOIDCServiceException.js +12 -0
  1435. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/errors.js +195 -0
  1436. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.browser.js +2 -2
  1437. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +3 -4
  1438. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +9 -0
  1439. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/schemas/schemas_0.js +140 -0
  1440. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +2 -0
  1441. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +140 -2
  1442. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +53 -671
  1443. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/STSServiceException.js +12 -0
  1444. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/errors.js +95 -0
  1445. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.browser.js +2 -2
  1446. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +3 -4
  1447. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +10 -0
  1448. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/schemas/schemas_0.js +195 -0
  1449. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentity.js +11 -0
  1450. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentityClient.js +50 -0
  1451. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +54 -0
  1452. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.js +16 -0
  1453. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/GetIdCommand.js +16 -0
  1454. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/index.js +2 -0
  1455. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/EndpointParameters.js +13 -0
  1456. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/ruleset.js +143 -0
  1457. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/index.js +7 -0
  1458. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/CognitoIdentityServiceException.js +8 -0
  1459. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/errors.js +109 -0
  1460. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.browser.js +33 -0
  1461. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.js +48 -0
  1462. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.shared.js +46 -0
  1463. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/schemas/schemas_0.js +107 -0
  1464. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +9 -0
  1465. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +50 -0
  1466. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthExtensionConfiguration.js +38 -0
  1467. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +50 -0
  1468. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +16 -0
  1469. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/index.js +1 -0
  1470. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/EndpointParameters.js +13 -0
  1471. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +14 -0
  1472. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +130 -0
  1473. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/extensionConfiguration.js +1 -0
  1474. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +8 -0
  1475. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/SigninServiceException.js +8 -0
  1476. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/enums.js +8 -0
  1477. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/errors.js +57 -0
  1478. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/models_0.js +1 -0
  1479. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +34 -0
  1480. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +48 -0
  1481. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.native.js +11 -0
  1482. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +45 -0
  1483. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeExtensions.js +9 -0
  1484. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +122 -0
  1485. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSO.js +9 -0
  1486. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSOClient.js +50 -0
  1487. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthExtensionConfiguration.js +38 -0
  1488. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthSchemeProvider.js +50 -0
  1489. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commands/GetRoleCredentialsCommand.js +16 -0
  1490. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commands/index.js +1 -0
  1491. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/endpointResolver.js +14 -0
  1492. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/ruleset.js +103 -0
  1493. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/extensionConfiguration.js +1 -0
  1494. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/index.js +7 -0
  1495. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/models/errors.js +49 -0
  1496. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/models/models_0.js +1 -0
  1497. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.browser.js +33 -0
  1498. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js +48 -0
  1499. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.native.js +11 -0
  1500. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.shared.js +45 -0
  1501. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeExtensions.js +9 -0
  1502. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/schemas/schemas_0.js +87 -0
  1503. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +5 -3
  1504. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +1 -1
  1505. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +3 -10
  1506. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +101 -2
  1507. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +4 -1
  1508. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/enums.js +9 -0
  1509. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/errors.js +181 -0
  1510. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +1 -203
  1511. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +2 -2
  1512. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +4 -5
  1513. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +9 -0
  1514. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +137 -0
  1515. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +1 -1
  1516. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +5 -3
  1517. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +1 -1
  1518. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +3 -10
  1519. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +3 -10
  1520. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +19 -9
  1521. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +140 -2
  1522. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +3 -1
  1523. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/errors.js +85 -0
  1524. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +1 -102
  1525. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +2 -2
  1526. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +4 -5
  1527. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +10 -0
  1528. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +192 -0
  1529. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentity.d.ts +38 -0
  1530. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentityClient.d.ts +198 -0
  1531. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +30 -0
  1532. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +75 -0
  1533. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +120 -0
  1534. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetIdCommand.d.ts +107 -0
  1535. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/index.d.ts +2 -0
  1536. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/EndpointParameters.d.ts +50 -0
  1537. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/endpointResolver.d.ts +8 -0
  1538. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/ruleset.d.ts +2 -0
  1539. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/extensionConfiguration.d.ts +9 -0
  1540. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/index.d.ts +29 -0
  1541. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +14 -0
  1542. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/errors.d.ts +119 -0
  1543. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/models_0.d.ts +136 -0
  1544. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.browser.d.ts +62 -0
  1545. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.d.ts +62 -0
  1546. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.native.d.ts +61 -0
  1547. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.shared.d.ts +38 -0
  1548. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeExtensions.d.ts +17 -0
  1549. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/schemas/schemas_0.d.ts +25 -0
  1550. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +18 -0
  1551. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +190 -0
  1552. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +30 -0
  1553. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +75 -0
  1554. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +157 -0
  1555. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/index.d.ts +1 -0
  1556. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/EndpointParameters.d.ts +50 -0
  1557. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/endpointResolver.d.ts +8 -0
  1558. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +2 -0
  1559. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/extensionConfiguration.d.ts +9 -0
  1560. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +17 -0
  1561. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/SigninServiceException.d.ts +14 -0
  1562. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/enums.d.ts +34 -0
  1563. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +102 -0
  1564. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/models_0.d.ts +142 -0
  1565. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +63 -0
  1566. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +63 -0
  1567. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +62 -0
  1568. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +38 -0
  1569. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeExtensions.d.ts +17 -0
  1570. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +19 -0
  1571. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSO.d.ts +32 -0
  1572. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSOClient.d.ts +198 -0
  1573. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/auth/httpAuthExtensionConfiguration.d.ts +30 -0
  1574. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/auth/httpAuthSchemeProvider.d.ts +75 -0
  1575. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +97 -0
  1576. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/commands/index.d.ts +1 -0
  1577. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/EndpointParameters.d.ts +50 -0
  1578. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/endpointResolver.d.ts +8 -0
  1579. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/ruleset.d.ts +2 -0
  1580. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/extensionConfiguration.d.ts +9 -0
  1581. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/index.d.ts +30 -0
  1582. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/models/SSOServiceException.d.ts +14 -0
  1583. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/models/errors.d.ts +53 -0
  1584. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/models/models_0.d.ts +61 -0
  1585. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.browser.d.ts +62 -0
  1586. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.d.ts +62 -0
  1587. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.native.d.ts +61 -0
  1588. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.shared.d.ts +38 -0
  1589. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeExtensions.d.ts +17 -0
  1590. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/schemas/schemas_0.d.ts +17 -0
  1591. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +2 -2
  1592. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +13 -12
  1593. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +3 -2
  1594. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +4 -4
  1595. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +3 -3
  1596. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +13 -1
  1597. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/endpointResolver.d.ts +5 -2
  1598. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/ruleset.d.ts +1 -1
  1599. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/extensionConfiguration.d.ts +4 -4
  1600. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +4 -1
  1601. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +1 -1
  1602. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/enums.d.ts +25 -0
  1603. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +279 -0
  1604. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +0 -311
  1605. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +7 -2
  1606. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +7 -2
  1607. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +7 -2
  1608. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +8 -2
  1609. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeExtensions.d.ts +1 -1
  1610. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +23 -0
  1611. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +3 -3
  1612. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +14 -13
  1613. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +3 -2
  1614. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +5 -4
  1615. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +6 -7
  1616. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +8 -8
  1617. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultRoleAssumers.d.ts +3 -3
  1618. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +4 -4
  1619. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/EndpointParameters.d.ts +13 -1
  1620. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/endpointResolver.d.ts +5 -2
  1621. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/ruleset.d.ts +1 -1
  1622. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/extensionConfiguration.d.ts +4 -4
  1623. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +3 -1
  1624. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/STSServiceException.d.ts +1 -1
  1625. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +107 -0
  1626. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +7 -131
  1627. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +7 -2
  1628. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +8 -3
  1629. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +7 -2
  1630. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +8 -2
  1631. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeExtensions.d.ts +1 -1
  1632. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +27 -0
  1633. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentity.d.ts +38 -0
  1634. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentityClient.d.ts +126 -0
  1635. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  1636. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +47 -0
  1637. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +51 -0
  1638. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetIdCommand.d.ts +41 -0
  1639. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/index.d.ts +2 -0
  1640. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/extensionConfiguration.d.ts +9 -0
  1641. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/index.d.ts +10 -0
  1642. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +9 -0
  1643. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/errors.d.ts +68 -0
  1644. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/models_0.d.ts +23 -0
  1645. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.browser.d.ts +122 -0
  1646. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.d.ts +117 -0
  1647. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.native.d.ts +126 -0
  1648. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.shared.d.ts +60 -0
  1649. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeExtensions.d.ts +13 -0
  1650. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/schemas/schemas_0.d.ts +24 -0
  1651. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/Signin.d.ts +22 -0
  1652. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +125 -0
  1653. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  1654. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthSchemeProvider.d.ts +47 -0
  1655. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +47 -0
  1656. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/index.d.ts +1 -0
  1657. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/EndpointParameters.d.ts +51 -0
  1658. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/endpointResolver.d.ts +8 -0
  1659. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/extensionConfiguration.d.ts +9 -0
  1660. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +11 -0
  1661. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/SigninServiceException.d.ts +9 -0
  1662. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/enums.d.ts +10 -0
  1663. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/errors.d.ts +35 -0
  1664. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/models_0.d.ts +26 -0
  1665. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +125 -0
  1666. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +118 -0
  1667. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +129 -0
  1668. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +58 -0
  1669. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeExtensions.d.ts +11 -0
  1670. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +18 -0
  1671. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSO.d.ts +22 -0
  1672. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSOClient.d.ts +117 -0
  1673. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  1674. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +47 -0
  1675. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commands/index.d.ts +1 -0
  1676. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/EndpointParameters.d.ts +51 -0
  1677. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/endpointResolver.d.ts +8 -0
  1678. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/ruleset.d.ts +2 -0
  1679. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/index.d.ts +10 -0
  1680. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/models/SSOServiceException.d.ts +9 -0
  1681. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/models/errors.d.ts +30 -0
  1682. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/models/models_0.d.ts +14 -0
  1683. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.browser.d.ts +120 -0
  1684. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.d.ts +115 -0
  1685. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.native.d.ts +124 -0
  1686. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.shared.d.ts +58 -0
  1687. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/schemas/schemas_0.d.ts +16 -0
  1688. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +2 -3
  1689. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  1690. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +4 -1
  1691. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +1 -1
  1692. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/enums.d.ts +13 -0
  1693. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/errors.d.ts +105 -0
  1694. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +0 -120
  1695. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +9 -1
  1696. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +9 -1
  1697. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +9 -1
  1698. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +9 -0
  1699. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +22 -0
  1700. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +5 -3
  1701. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  1702. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +1 -1
  1703. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +1 -1
  1704. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +3 -1
  1705. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/STSServiceException.d.ts +1 -1
  1706. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts +54 -0
  1707. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +0 -64
  1708. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +9 -1
  1709. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +9 -1
  1710. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +9 -1
  1711. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +9 -0
  1712. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +26 -0
  1713. package/node_modules/@aws-sdk/nested-clients/package.json +73 -42
  1714. package/node_modules/@aws-sdk/nested-clients/signin.d.ts +7 -0
  1715. package/node_modules/@aws-sdk/nested-clients/signin.js +5 -0
  1716. package/node_modules/@aws-sdk/nested-clients/sso.d.ts +7 -0
  1717. package/node_modules/@aws-sdk/nested-clients/sso.js +5 -0
  1718. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +16 -20
  1719. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.js +20 -0
  1720. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.native.js +6 -0
  1721. package/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +1 -0
  1722. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.browser.js +3 -0
  1723. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.js +16 -0
  1724. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.native.js +3 -0
  1725. package/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +1 -0
  1726. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.browser.d.ts +4 -0
  1727. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.d.ts +14 -0
  1728. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.native.d.ts +4 -0
  1729. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +1 -0
  1730. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.browser.d.ts +1 -0
  1731. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.d.ts +7 -0
  1732. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.native.d.ts +1 -0
  1733. package/node_modules/@aws-sdk/region-config-resolver/package.json +18 -13
  1734. package/node_modules/@aws-sdk/s3-request-presigner/dist-types/getSignedUrl.d.ts +2 -2
  1735. package/node_modules/@aws-sdk/s3-request-presigner/dist-types/presigner.d.ts +3 -3
  1736. package/node_modules/@aws-sdk/s3-request-presigner/package.json +17 -17
  1737. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/SignatureV4MultiRegion.js +1 -1
  1738. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/SignatureV4MultiRegion.d.ts +2 -2
  1739. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +12 -12
  1740. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +10 -15
  1741. package/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +2 -9
  1742. package/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +2 -2
  1743. package/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +4 -2
  1744. package/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +1 -1
  1745. package/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +3 -3
  1746. package/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +1 -1
  1747. package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +5 -4
  1748. package/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +3 -2
  1749. package/node_modules/@aws-sdk/token-providers/dist-types/nodeProvider.d.ts +2 -2
  1750. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +1 -1
  1751. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +3 -1
  1752. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +3 -1
  1753. package/node_modules/@aws-sdk/token-providers/dist-types/validateTokenExpiry.d.ts +1 -1
  1754. package/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +1 -1
  1755. package/node_modules/@aws-sdk/token-providers/package.json +14 -14
  1756. package/node_modules/@aws-sdk/types/dist-cjs/index.js +3 -12
  1757. package/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +1 -1
  1758. package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +5 -3
  1759. package/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +1 -1
  1760. package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +2 -0
  1761. package/node_modules/@aws-sdk/types/dist-types/http.d.ts +1 -1
  1762. package/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +1 -1
  1763. package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +1 -0
  1764. package/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +1 -1
  1765. package/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +2 -2
  1766. package/node_modules/@aws-sdk/types/dist-types/token.d.ts +2 -2
  1767. package/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +2 -0
  1768. package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +2 -0
  1769. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +1 -0
  1770. package/node_modules/@aws-sdk/types/package.json +10 -10
  1771. package/node_modules/@aws-sdk/util-arn-parser/dist-cjs/index.js +24 -61
  1772. package/node_modules/@aws-sdk/util-arn-parser/dist-types/index.d.ts +9 -0
  1773. package/node_modules/@aws-sdk/util-arn-parser/package.json +10 -10
  1774. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +7 -13
  1775. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +4 -1
  1776. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +4 -1
  1777. package/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +1 -1
  1778. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +1 -1
  1779. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +1 -1
  1780. package/node_modules/@aws-sdk/util-endpoints/package.json +11 -11
  1781. package/node_modules/@aws-sdk/util-format-url/dist-types/index.d.ts +1 -1
  1782. package/node_modules/@aws-sdk/util-format-url/package.json +12 -12
  1783. package/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js +10 -38
  1784. package/node_modules/@aws-sdk/util-locate-window/package.json +10 -10
  1785. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +1 -1
  1786. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +2 -2
  1787. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +10 -10
  1788. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +133 -6
  1789. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/defaultUserAgent.js +10 -3
  1790. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getNodeModulesParentDirs.js +15 -0
  1791. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getRuntimeUserAgentPair.js +10 -0
  1792. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getSanitizedDevTypeScriptVersion.js +14 -0
  1793. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getSanitizedTypeScriptVersion.js +9 -0
  1794. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getTypeScriptUserAgentPair.js +75 -0
  1795. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/defaultUserAgent.d.ts +1 -1
  1796. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getNodeModulesParentDirs.d.ts +10 -0
  1797. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getRuntimeUserAgentPair.d.ts +6 -0
  1798. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getSanitizedDevTypeScriptVersion.d.ts +8 -0
  1799. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getSanitizedTypeScriptVersion.d.ts +8 -0
  1800. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getTypeScriptUserAgentPair.d.ts +6 -0
  1801. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +1 -1
  1802. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/nodeAppIdConfigOptions.d.ts +1 -1
  1803. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getNodeModulesParentDirs.d.ts +1 -0
  1804. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getRuntimeUserAgentPair.d.ts +2 -0
  1805. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getSanitizedDevTypeScriptVersion.d.ts +3 -0
  1806. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getSanitizedTypeScriptVersion.d.ts +3 -0
  1807. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getTypeScriptUserAgentPair.d.ts +4 -0
  1808. package/node_modules/@aws-sdk/util-user-agent-node/package.json +18 -15
  1809. package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +1 -4
  1810. package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +1 -0
  1811. package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js +1 -0
  1812. package/node_modules/@aws-sdk/xml-builder/dist-types/XmlNode.d.ts +1 -1
  1813. package/node_modules/@aws-sdk/xml-builder/dist-types/XmlText.d.ts +1 -1
  1814. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/CHANGELOG.md +723 -0
  1815. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/README.md +224 -0
  1816. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxbuilder.min.js +2 -0
  1817. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +1 -0
  1818. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.cjs +1 -0
  1819. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.d.cts +541 -0
  1820. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js +2 -0
  1821. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -0
  1822. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js +2 -0
  1823. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -0
  1824. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxvalidator.min.js +2 -0
  1825. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxvalidator.min.js.map +1 -0
  1826. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/package.json +93 -0
  1827. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/fxp.d.ts +523 -0
  1828. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/fxp.js +14 -0
  1829. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/util.js +43 -0
  1830. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/EntitiesParser.js +106 -0
  1831. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OptionsBuilder.js +61 -0
  1832. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/BaseOutputBuilder.js +69 -0
  1833. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsArrBuilder.js +103 -0
  1834. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsMinArrBuilder.js +100 -0
  1835. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsObjBuilder.js +154 -0
  1836. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/ParserOptionsBuilder.js +94 -0
  1837. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/XMLParser.js +83 -0
  1838. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/valueParsers/EntitiesParser.js +105 -0
  1839. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/validator.js +425 -0
  1840. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +6 -0
  1841. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +391 -0
  1842. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +88 -0
  1843. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +729 -0
  1844. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +71 -0
  1845. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/node2json.js +123 -0
  1846. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +40 -0
  1847. package/node_modules/@aws-sdk/xml-builder/package.json +12 -12
  1848. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/.jsii +4651 -234
  1849. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/README.adoc +14 -11
  1850. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/lib/index.d.ts +6 -4
  1851. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/lib/index.js +2 -2
  1852. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/package.json +6 -7
  1853. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js +2 -2
  1854. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/cdk.out +1 -1
  1855. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/integ.json +3 -2
  1856. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/lamddb-add-secondary-index.assets.json +5 -17
  1857. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/lamddb-add-secondary-index.template.json +8 -27
  1858. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/lamddbaddsecondaryindexIntegDefaultTestDeployAssert3193B4D9.assets.json +3 -2
  1859. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/manifest.json +524 -13
  1860. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/tree.json +1 -1
  1861. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js +2 -2
  1862. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/__entrypoint__.js +1 -0
  1863. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/index.js +1 -0
  1864. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/cdk.out +1 -1
  1865. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/integ.json +2 -2
  1866. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddb-deployFunctionWithExistingVpc.assets.json +4 -18
  1867. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddb-deployFunctionWithExistingVpc.template.json +8 -26
  1868. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddbdeployFunctionWithExistingVpcIntegDefaultTestDeployAssertEE08E38E.assets.json +1 -1
  1869. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/manifest.json +102 -80
  1870. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/tree.json +1 -1
  1871. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js +2 -2
  1872. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/__entrypoint__.js +1 -0
  1873. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/index.js +1 -0
  1874. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/cdk.out +1 -1
  1875. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/integ.json +2 -2
  1876. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddb-deployFunctionWithVpc.assets.json +4 -18
  1877. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddb-deployFunctionWithVpc.template.json +8 -26
  1878. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddbdeployFunctionWithVpcIntegDefaultTestDeployAssert0AB8275C.assets.json +1 -1
  1879. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/manifest.json +102 -80
  1880. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/tree.json +1 -1
  1881. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js +2 -2
  1882. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/cdk.out +1 -1
  1883. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/integ.json +3 -2
  1884. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/lamddb-no-arguments.assets.json +5 -17
  1885. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/lamddb-no-arguments.template.json +8 -16
  1886. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/lamddbnoargumentsIntegDefaultTestDeployAssert248B75D0.assets.json +3 -2
  1887. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/manifest.json +524 -9
  1888. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/tree.json +1 -1
  1889. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js +2 -2
  1890. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/cdk.out +1 -1
  1891. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/integ.json +2 -2
  1892. 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 +4 -18
  1893. 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 +8 -16
  1894. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/lamddbpointintimerecoveryIntegDefaultTestDeployAssertB0CCD339.assets.json +2 -2
  1895. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/manifest.json +521 -9
  1896. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/tree.json +1 -1
  1897. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js +2 -2
  1898. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/cdk.out +1 -1
  1899. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/integ.json +3 -2
  1900. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/lamddb-set-billing-mode.assets.json +5 -17
  1901. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/lamddb-set-billing-mode.template.json +8 -16
  1902. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/lamddbsetbillingmodeIntegDefaultTestDeployAssertDAE32272.assets.json +3 -2
  1903. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/manifest.json +524 -9
  1904. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/tree.json +1 -1
  1905. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js +2 -2
  1906. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/cdk.out +1 -1
  1907. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/integ.json +3 -2
  1908. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/lamddb-use-existing-func.assets.json +5 -17
  1909. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/lamddb-use-existing-func.template.json +8 -16
  1910. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/lamddbuseexistingfuncIntegDefaultTestDeployAssert48D284DD.assets.json +3 -2
  1911. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/manifest.json +524 -9
  1912. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/tree.json +1 -1
  1913. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/lambda-dynamodb.test.js +75 -67
  1914. package/node_modules/@aws-solutions-constructs/core/.jsii +15390 -0
  1915. package/node_modules/@aws-solutions-constructs/core/index.d.ts +82 -0
  1916. package/node_modules/@aws-solutions-constructs/core/index.js +99 -0
  1917. package/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-defaults.d.ts +24 -0
  1918. package/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-defaults.js +72 -0
  1919. package/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-helper.d.ts +84 -0
  1920. package/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-helper.js +286 -0
  1921. package/node_modules/@aws-solutions-constructs/core/lib/constructs-feature-flags.d.ts +23 -0
  1922. package/node_modules/@aws-solutions-constructs/core/lib/constructs-feature-flags.js +69 -0
  1923. package/node_modules/@aws-solutions-constructs/core/lib/elasticsearch-helper.js +255 -0
  1924. package/node_modules/@aws-solutions-constructs/core/lib/glue-job-helper.js +210 -0
  1925. package/node_modules/@aws-solutions-constructs/core/lib/opensearch-helper.js +266 -0
  1926. package/node_modules/@aws-solutions-constructs/core/lib/polly-helper.d.ts +50 -0
  1927. package/node_modules/@aws-solutions-constructs/core/lib/polly-helper.js +138 -0
  1928. package/node_modules/@aws-solutions-constructs/core/lib/step-function-helper.js +164 -0
  1929. package/node_modules/@aws-solutions-constructs/core/lib/textract-helper.d.ts +63 -0
  1930. package/node_modules/@aws-solutions-constructs/core/lib/textract-helper.js +220 -0
  1931. package/node_modules/@aws-solutions-constructs/core/lib/translate-helper.d.ts +43 -0
  1932. package/node_modules/@aws-solutions-constructs/core/lib/translate-helper.js +144 -0
  1933. package/node_modules/@aws-solutions-constructs/core/lib/utils.d.ts +117 -0
  1934. package/node_modules/@aws-solutions-constructs/core/lib/utils.js +315 -0
  1935. package/node_modules/@aws-solutions-constructs/core/lib/validation.d.ts +60 -0
  1936. package/node_modules/@aws-solutions-constructs/core/lib/validation.js +594 -0
  1937. package/node_modules/@aws-solutions-constructs/core/lib/vpc-helper.d.ts +77 -0
  1938. package/node_modules/@aws-solutions-constructs/core/lib/vpc-helper.js +291 -0
  1939. package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/.jsii +6036 -0
  1940. package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/.jsii.tabl.json +1 -0
  1941. package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/cli-version.json +1 -0
  1942. package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/artifact-schema.d.ts +301 -0
  1943. package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/artifact-schema.js +3 -0
  1944. package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/context-queries.d.ts +462 -0
  1945. package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/context-queries.js +102 -0
  1946. package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/lib/manifest.d.ts +133 -0
  1947. package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/lib/manifest.js +264 -0
  1948. package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/classes/range.js +557 -0
  1949. package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/classes/semver.js +333 -0
  1950. package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/internal/identifiers.js +29 -0
  1951. package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/package.json +78 -0
  1952. package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/package.json +133 -0
  1953. package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/schema/cloud-assembly.schema.json +1193 -0
  1954. package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/schema/version.json +5 -0
  1955. package/node_modules/@aws-solutions-constructs/core/nohoist.sh +16 -0
  1956. package/node_modules/@aws-solutions-constructs/core/package.json +94 -0
  1957. package/node_modules/@aws-solutions-constructs/core/test/alb-helper.test.js +520 -0
  1958. package/node_modules/@aws-solutions-constructs/core/test/apigateway-helper.test.js +819 -0
  1959. package/node_modules/@aws-solutions-constructs/core/test/bedrock-inference-helper.test.js +207 -0
  1960. package/node_modules/@aws-solutions-constructs/core/test/cloudfront-distribution-s3-helper.test.js +1038 -0
  1961. package/node_modules/@aws-solutions-constructs/core/test/constructs-feature-flags.test.js +81 -0
  1962. package/node_modules/@aws-solutions-constructs/core/test/dynamo-table.test.js +639 -0
  1963. package/node_modules/@aws-solutions-constructs/core/test/elasticsearch-helper.test.js +454 -0
  1964. package/node_modules/@aws-solutions-constructs/core/test/eventbridge-helper.test.js +77 -0
  1965. package/node_modules/@aws-solutions-constructs/core/test/fargate-helper.test.js +355 -0
  1966. package/node_modules/@aws-solutions-constructs/core/test/glue-job-helper.test.js +595 -0
  1967. package/node_modules/@aws-solutions-constructs/core/test/kendra-helper.test.js +489 -0
  1968. package/node_modules/@aws-solutions-constructs/core/test/kinesis-streams-helper.test.js +99 -0
  1969. package/node_modules/@aws-solutions-constructs/core/test/lambda-helper.test.js +486 -0
  1970. package/node_modules/@aws-solutions-constructs/core/test/opensearch-helper.test.js +416 -0
  1971. package/node_modules/@aws-solutions-constructs/core/test/override-warning-service.test.js +285 -0
  1972. package/node_modules/@aws-solutions-constructs/core/test/pipes-helper.test.js +787 -0
  1973. package/node_modules/@aws-solutions-constructs/core/test/polly-helper.test.js +495 -0
  1974. package/node_modules/@aws-solutions-constructs/core/test/s3-bucket.test.js +384 -0
  1975. package/node_modules/@aws-solutions-constructs/core/test/sagemaker-helper.test.js +244 -0
  1976. package/node_modules/@aws-solutions-constructs/core/test/secretsmanager-helper.test.js +66 -0
  1977. package/node_modules/@aws-solutions-constructs/core/test/sns-helper.test.js +367 -0
  1978. package/node_modules/@aws-solutions-constructs/core/test/sqs-helper.test.js +361 -0
  1979. package/node_modules/@aws-solutions-constructs/core/test/step-function-helper.test.js +441 -0
  1980. package/node_modules/@aws-solutions-constructs/core/test/test-helper.d.ts +59 -0
  1981. package/node_modules/@aws-solutions-constructs/core/test/test-helper.js +349 -0
  1982. package/node_modules/@aws-solutions-constructs/core/test/textract-helper.test.js +857 -0
  1983. package/node_modules/@aws-solutions-constructs/core/test/translate-helper.test.js +581 -0
  1984. package/node_modules/@aws-solutions-constructs/core/test/utils.test.js +275 -0
  1985. package/node_modules/@aws-solutions-constructs/core/test/validation.test.js +218 -0
  1986. package/node_modules/@aws-solutions-constructs/core/test/vpc-helper.test.js +308 -0
  1987. package/node_modules/@aws-solutions-constructs/core/test/waf-helper.test.js +339 -0
  1988. package/node_modules/@aws-solutions-constructs/core/test/websocket-api-defaults.test.d.ts +13 -0
  1989. package/node_modules/@aws-solutions-constructs/core/test/websocket-api-helper.test.d.ts +13 -0
  1990. package/node_modules/@aws-solutions-constructs/core/test/websocket-api-helper.test.js +471 -0
  1991. package/node_modules/@gemeentenijmegen/apiclient/.nvmrc +1 -0
  1992. package/node_modules/@gemeentenijmegen/apiclient/lib/index.js +1 -1
  1993. package/node_modules/@gemeentenijmegen/apiclient/package.json +9 -9
  1994. package/node_modules/@gemeentenijmegen/apigateway-http/.nvmrc +1 -0
  1995. package/node_modules/@gemeentenijmegen/apigateway-http/package.json +5 -5
  1996. package/node_modules/@gemeentenijmegen/aws-constructs/.jsii +4173 -0
  1997. package/node_modules/@gemeentenijmegen/aws-constructs/.nvmrc +1 -0
  1998. package/node_modules/@gemeentenijmegen/aws-constructs/API.md +1335 -0
  1999. package/node_modules/@gemeentenijmegen/aws-constructs/README.md +10 -0
  2000. package/node_modules/@gemeentenijmegen/aws-constructs/lib/Criticality/Criticality.d.ts +29 -0
  2001. package/node_modules/@gemeentenijmegen/aws-constructs/lib/Criticality/Criticality.js +66 -0
  2002. package/node_modules/@gemeentenijmegen/aws-constructs/lib/DeadLetterQueue.d.ts +48 -0
  2003. package/node_modules/@gemeentenijmegen/aws-constructs/lib/DeadLetterQueue.js +45 -0
  2004. package/node_modules/@gemeentenijmegen/aws-constructs/lib/ErrorMonitoringAlarm.d.ts +68 -0
  2005. package/node_modules/@gemeentenijmegen/aws-constructs/lib/ErrorMonitoringAlarm.js +59 -0
  2006. package/node_modules/@gemeentenijmegen/aws-constructs/lib/LambdaMonitoringAlarm.d.ts +11 -0
  2007. package/node_modules/@gemeentenijmegen/aws-constructs/lib/LambdaMonitoringAlarm.js +6 -0
  2008. package/node_modules/@gemeentenijmegen/aws-constructs/lib/PermissionsBoundaryAspect.d.ts +27 -0
  2009. package/node_modules/@gemeentenijmegen/aws-constructs/lib/PermissionsBoundaryAspect.js +44 -0
  2010. package/node_modules/@gemeentenijmegen/aws-constructs/lib/QueueWithDlq.d.ts +92 -0
  2011. package/node_modules/@gemeentenijmegen/aws-constructs/lib/QueueWithDlq.js +87 -0
  2012. package/node_modules/@gemeentenijmegen/aws-constructs/lib/Vpc.d.ts +13 -0
  2013. package/node_modules/@gemeentenijmegen/aws-constructs/lib/Vpc.js +42 -0
  2014. package/node_modules/@gemeentenijmegen/aws-constructs/lib/index.d.ts +7 -0
  2015. package/node_modules/@gemeentenijmegen/aws-constructs/lib/index.js +24 -0
  2016. package/node_modules/@gemeentenijmegen/aws-constructs/package.json +125 -0
  2017. package/node_modules/@gemeentenijmegen/session/.nvmrc +1 -0
  2018. package/node_modules/@gemeentenijmegen/session/lib/index.js +1 -1
  2019. package/node_modules/@gemeentenijmegen/session/package.json +18 -13
  2020. package/node_modules/@smithy/abort-controller/package.json +7 -7
  2021. package/node_modules/@smithy/chunked-blob-reader/package.json +6 -6
  2022. package/node_modules/@smithy/chunked-blob-reader-native/package.json +7 -7
  2023. package/node_modules/@smithy/config-resolver/dist-cjs/index.js +6 -1
  2024. package/node_modules/@smithy/config-resolver/dist-es/regionConfig/checkRegion.js +6 -1
  2025. package/node_modules/@smithy/config-resolver/package.json +11 -11
  2026. package/node_modules/@smithy/core/dist-cjs/index.js +2 -6
  2027. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +72 -24
  2028. package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js +22 -0
  2029. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +52 -4
  2030. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +63 -7
  2031. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +100 -19
  2032. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +6 -18
  2033. package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +1 -2
  2034. package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +53 -12
  2035. package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +15 -12
  2036. package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +7 -1
  2037. package/node_modules/@smithy/core/dist-es/submodules/endpoints/index.js +1 -0
  2038. package/node_modules/@smithy/core/dist-es/submodules/endpoints/toEndpointV1.js +17 -0
  2039. package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +53 -5
  2040. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +37 -4
  2041. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +19 -1
  2042. package/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +1 -1
  2043. package/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js +1 -1
  2044. package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/ToStringShapeSerializer.js +7 -2
  2045. package/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +24 -5
  2046. package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +3 -0
  2047. package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js +3 -2
  2048. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +62 -11
  2049. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/translateTraits.js +5 -1
  2050. package/node_modules/@smithy/core/dist-es/submodules/serde/schema-serde-lib/schema-date-utils.js +5 -14
  2051. package/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +3 -3
  2052. package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +8 -2
  2053. package/node_modules/@smithy/core/dist-types/submodules/endpoints/index.d.ts +1 -0
  2054. package/node_modules/@smithy/core/dist-types/submodules/endpoints/toEndpointV1.d.ts +6 -0
  2055. package/node_modules/@smithy/core/dist-types/submodules/event-streams/EventStreamSerde.d.ts +1 -1
  2056. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +12 -4
  2057. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +15 -2
  2058. package/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +6 -1
  2059. package/node_modules/@smithy/core/dist-types/submodules/protocols/SerdeContext.d.ts +10 -2
  2060. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +1 -1
  2061. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +1 -1
  2062. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +1 -1
  2063. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/ToStringShapeSerializer.d.ts +1 -1
  2064. package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +9 -2
  2065. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +1 -1
  2066. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +1 -1
  2067. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +1 -1
  2068. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +18 -2
  2069. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/OperationSchema.d.ts +1 -1
  2070. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/Schema.d.ts +1 -1
  2071. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +1 -1
  2072. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +1 -1
  2073. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/sentinels.d.ts +1 -1
  2074. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/translateTraits.d.ts +6 -0
  2075. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +3 -3
  2076. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +8 -2
  2077. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/index.d.ts +1 -0
  2078. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/toEndpointV1.d.ts +6 -0
  2079. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/EventStreamSerde.d.ts +1 -1
  2080. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +12 -4
  2081. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +15 -2
  2082. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +6 -1
  2083. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/SerdeContext.d.ts +10 -2
  2084. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +1 -1
  2085. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +1 -1
  2086. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +1 -1
  2087. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/ToStringShapeSerializer.d.ts +1 -1
  2088. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +9 -2
  2089. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +1 -1
  2090. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +1 -1
  2091. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +1 -1
  2092. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +18 -2
  2093. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +1 -1
  2094. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +1 -1
  2095. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +1 -1
  2096. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +1 -1
  2097. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/sentinels.d.ts +1 -1
  2098. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/translateTraits.d.ts +6 -0
  2099. package/node_modules/@smithy/core/endpoints.d.ts +7 -0
  2100. package/node_modules/@smithy/core/endpoints.js +6 -0
  2101. package/node_modules/@smithy/core/package.json +28 -17
  2102. package/node_modules/@smithy/credential-provider-imds/package.json +10 -10
  2103. package/node_modules/@smithy/eventstream-codec/package.json +9 -9
  2104. package/node_modules/@smithy/eventstream-serde-browser/package.json +8 -8
  2105. package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +7 -7
  2106. package/node_modules/@smithy/eventstream-serde-node/package.json +8 -8
  2107. package/node_modules/@smithy/eventstream-serde-universal/package.json +9 -9
  2108. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +21 -4
  2109. package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +21 -4
  2110. package/node_modules/@smithy/fetch-http-handler/package.json +11 -11
  2111. package/node_modules/@smithy/hash-blob-browser/package.json +10 -10
  2112. package/node_modules/@smithy/hash-node/package.json +9 -9
  2113. package/node_modules/@smithy/hash-stream-node/package.json +9 -9
  2114. package/node_modules/@smithy/invalid-dependency/package.json +7 -7
  2115. package/node_modules/@smithy/is-array-buffer/package.json +6 -6
  2116. package/node_modules/@smithy/md5-js/package.json +10 -10
  2117. package/node_modules/@smithy/middleware-content-length/package.json +8 -8
  2118. package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +28 -4
  2119. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +10 -2
  2120. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +10 -1
  2121. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/toEndpointV1.js +8 -1
  2122. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts +2 -1
  2123. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts +1 -0
  2124. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/createConfigValueProvider.d.ts +2 -1
  2125. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/toEndpointV1.d.ts +1 -0
  2126. package/node_modules/@smithy/middleware-endpoint/package.json +13 -13
  2127. package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +9 -12
  2128. package/node_modules/@smithy/middleware-retry/dist-es/configurations.js +9 -12
  2129. package/node_modules/@smithy/middleware-retry/package.json +14 -14
  2130. package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +6 -2
  2131. package/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +3 -0
  2132. package/node_modules/@smithy/middleware-serde/dist-es/serializerMiddleware.js +3 -2
  2133. package/node_modules/@smithy/middleware-serde/package.json +9 -8
  2134. package/node_modules/@smithy/middleware-stack/package.json +7 -7
  2135. package/node_modules/@smithy/node-config-provider/package.json +9 -9
  2136. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +82 -49
  2137. package/node_modules/@smithy/node-http-handler/dist-es/build-abort-error.js +19 -0
  2138. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +44 -35
  2139. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +1 -1
  2140. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +4 -5
  2141. package/node_modules/@smithy/node-http-handler/dist-es/readable.mock.js +1 -1
  2142. package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +6 -6
  2143. package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js +1 -1
  2144. package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/readable.mock.js +1 -1
  2145. package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +12 -5
  2146. package/node_modules/@smithy/node-http-handler/dist-types/build-abort-error.d.ts +10 -0
  2147. package/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +1 -1
  2148. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +6 -6
  2149. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +1 -1
  2150. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +1 -1
  2151. package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +2 -2
  2152. package/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +3 -3
  2153. package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +1 -1
  2154. package/node_modules/@smithy/node-http-handler/dist-types/set-request-timeout.d.ts +1 -1
  2155. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +1 -1
  2156. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +1 -1
  2157. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +1 -1
  2158. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +2 -2
  2159. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/build-abort-error.d.ts +10 -0
  2160. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +1 -1
  2161. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +6 -6
  2162. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +1 -1
  2163. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +1 -1
  2164. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +2 -2
  2165. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/server.mock.d.ts +3 -3
  2166. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +1 -1
  2167. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-request-timeout.d.ts +1 -1
  2168. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +1 -1
  2169. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +1 -1
  2170. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +1 -1
  2171. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +2 -2
  2172. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +4 -3
  2173. package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +4 -3
  2174. package/node_modules/@smithy/node-http-handler/package.json +10 -10
  2175. package/node_modules/@smithy/property-provider/package.json +7 -7
  2176. package/node_modules/@smithy/protocol-http/package.json +7 -7
  2177. package/node_modules/@smithy/querystring-builder/package.json +8 -8
  2178. package/node_modules/@smithy/querystring-parser/package.json +7 -7
  2179. package/node_modules/@smithy/service-error-classification/package.json +7 -7
  2180. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +2 -3
  2181. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +22 -16
  2182. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/readFile.js +16 -0
  2183. package/node_modules/@smithy/shared-ini-file-loader/dist-es/externalDataInterceptor.js +1 -1
  2184. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +1 -2
  2185. package/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +1 -0
  2186. package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +3 -3
  2187. package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +2 -2
  2188. package/node_modules/@smithy/shared-ini-file-loader/dist-es/readFile.js +12 -0
  2189. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +2 -0
  2190. package/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +1 -0
  2191. package/node_modules/@smithy/shared-ini-file-loader/dist-types/readFile.d.ts +21 -0
  2192. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +2 -0
  2193. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +1 -0
  2194. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/readFile.d.ts +21 -0
  2195. package/node_modules/@smithy/shared-ini-file-loader/package.json +10 -10
  2196. package/node_modules/@smithy/signature-v4/package.json +13 -13
  2197. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +65 -19
  2198. package/node_modules/@smithy/smithy-client/dist-es/client.js +6 -0
  2199. package/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +29 -3
  2200. package/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +20 -1
  2201. package/node_modules/@smithy/smithy-client/dist-types/client.d.ts +33 -7
  2202. package/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +8 -1
  2203. package/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +9 -7
  2204. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +33 -7
  2205. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +8 -1
  2206. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +9 -7
  2207. package/node_modules/@smithy/smithy-client/package.json +15 -13
  2208. package/node_modules/@smithy/types/dist-es/index.js +1 -0
  2209. package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +1 -1
  2210. package/node_modules/@smithy/types/dist-types/http.d.ts +1 -0
  2211. package/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
  2212. package/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +19 -12
  2213. package/node_modules/@smithy/types/dist-types/schema/schema.d.ts +11 -5
  2214. package/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +34 -17
  2215. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +1 -1
  2216. package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +1 -0
  2217. package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +1 -0
  2218. package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +19 -12
  2219. package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +11 -5
  2220. package/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +34 -17
  2221. package/node_modules/@smithy/types/package.json +5 -5
  2222. package/node_modules/@smithy/url-parser/package.json +8 -8
  2223. package/node_modules/@smithy/util-base64/dist-cjs/index.js +14 -6
  2224. package/node_modules/@smithy/util-base64/package.json +8 -8
  2225. package/node_modules/@smithy/util-body-length-browser/package.json +6 -6
  2226. package/node_modules/@smithy/util-body-length-node/package.json +6 -6
  2227. package/node_modules/@smithy/util-buffer-from/package.json +7 -7
  2228. package/node_modules/@smithy/util-config-provider/package.json +6 -6
  2229. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/index.js +7 -3
  2230. package/node_modules/@smithy/util-defaults-mode-browser/package.json +9 -9
  2231. package/node_modules/@smithy/util-defaults-mode-node/package.json +12 -12
  2232. package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +1 -1
  2233. package/node_modules/@smithy/util-endpoints/dist-es/lib/substring.js +1 -1
  2234. package/node_modules/@smithy/util-endpoints/package.json +8 -8
  2235. package/node_modules/@smithy/util-hex-encoding/package.json +6 -6
  2236. package/node_modules/@smithy/util-middleware/package.json +7 -7
  2237. package/node_modules/@smithy/util-retry/package.json +8 -8
  2238. package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js +13 -2
  2239. package/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +20 -9
  2240. package/node_modules/@smithy/util-stream/dist-cjs/index.js +51 -27
  2241. package/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.js +13 -2
  2242. package/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +19 -7
  2243. package/node_modules/@smithy/util-stream/dist-es/index.js +1 -1
  2244. package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +8 -7
  2245. package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +2 -3
  2246. package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +4 -2
  2247. package/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +4 -1
  2248. package/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +7 -3
  2249. package/node_modules/@smithy/util-stream/dist-types/headStream.browser.d.ts +1 -2
  2250. package/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +2 -2
  2251. package/node_modules/@smithy/util-stream/dist-types/index.d.ts +4 -1
  2252. package/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +3 -0
  2253. package/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +2 -1
  2254. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +8 -7
  2255. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +2 -3
  2256. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +4 -2
  2257. package/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +4 -1
  2258. package/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +7 -3
  2259. package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +1 -2
  2260. package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +2 -2
  2261. package/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +4 -1
  2262. package/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +3 -0
  2263. package/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +2 -1
  2264. package/node_modules/@smithy/util-stream/package.json +13 -13
  2265. package/node_modules/@smithy/util-uri-escape/package.json +6 -6
  2266. package/node_modules/@smithy/util-utf8/package.json +7 -7
  2267. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +18 -5
  2268. package/node_modules/@smithy/util-waiter/dist-es/circularReplacer.js +12 -0
  2269. package/node_modules/@smithy/util-waiter/dist-es/poller.js +3 -2
  2270. package/node_modules/@smithy/util-waiter/dist-es/waiter.js +4 -3
  2271. package/node_modules/@smithy/util-waiter/dist-types/circularReplacer.d.ts +6 -0
  2272. package/node_modules/@smithy/util-waiter/dist-types/poller.d.ts +1 -1
  2273. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/circularReplacer.d.ts +6 -0
  2274. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/poller.d.ts +1 -1
  2275. package/node_modules/@smithy/util-waiter/package.json +8 -8
  2276. package/node_modules/@smithy/uuid/package.json +6 -6
  2277. package/node_modules/@types/aws-lambda/README.md +1 -1
  2278. package/node_modules/@types/aws-lambda/common/api-gateway.d.ts +2 -0
  2279. package/node_modules/@types/aws-lambda/handler.d.ts +1 -1
  2280. package/node_modules/@types/aws-lambda/package.json +2 -2
  2281. package/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/custom-email-sender.d.ts +5 -0
  2282. package/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/inbound-federation.d.ts +40 -0
  2283. package/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/index.d.ts +3 -1
  2284. package/node_modules/axios/CHANGELOG.md +655 -534
  2285. package/node_modules/axios/MIGRATION_GUIDE.md +876 -2
  2286. package/node_modules/axios/README.md +624 -459
  2287. package/node_modules/axios/dist/axios.js +986 -919
  2288. package/node_modules/axios/dist/axios.js.map +1 -1
  2289. package/node_modules/axios/dist/axios.min.js +4 -2
  2290. package/node_modules/axios/dist/axios.min.js.map +1 -1
  2291. package/node_modules/axios/dist/browser/axios.cjs +1231 -832
  2292. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  2293. package/node_modules/axios/dist/esm/axios.js +1232 -833
  2294. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  2295. package/node_modules/axios/dist/esm/axios.min.js +2 -2
  2296. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  2297. package/node_modules/axios/dist/node/axios.cjs +2008 -1353
  2298. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  2299. package/node_modules/axios/index.d.cts +260 -112
  2300. package/node_modules/axios/index.d.ts +345 -116
  2301. package/node_modules/axios/index.js +3 -3
  2302. package/node_modules/axios/lib/adapters/README.md +5 -6
  2303. package/node_modules/axios/lib/adapters/adapters.js +102 -53
  2304. package/node_modules/axios/lib/adapters/fetch.js +139 -93
  2305. package/node_modules/axios/lib/adapters/http.js +719 -483
  2306. package/node_modules/axios/lib/adapters/xhr.js +189 -167
  2307. package/node_modules/axios/lib/axios.js +6 -6
  2308. package/node_modules/axios/lib/cancel/CancelToken.js +4 -4
  2309. package/node_modules/axios/lib/cancel/CanceledError.js +15 -18
  2310. package/node_modules/axios/lib/core/Axios.js +66 -43
  2311. package/node_modules/axios/lib/core/AxiosError.js +64 -84
  2312. package/node_modules/axios/lib/core/AxiosHeaders.js +54 -24
  2313. package/node_modules/axios/lib/core/InterceptorManager.js +4 -3
  2314. package/node_modules/axios/lib/core/dispatchRequest.js +25 -29
  2315. package/node_modules/axios/lib/core/mergeConfig.js +11 -10
  2316. package/node_modules/axios/lib/core/settle.js +11 -7
  2317. package/node_modules/axios/lib/core/transformData.js +1 -1
  2318. package/node_modules/axios/lib/defaults/index.js +85 -74
  2319. package/node_modules/axios/lib/defaults/transitional.js +2 -1
  2320. package/node_modules/axios/lib/env/data.js +1 -1
  2321. package/node_modules/axios/lib/helpers/AxiosTransformStream.js +37 -24
  2322. package/node_modules/axios/lib/helpers/AxiosURLSearchParams.js +12 -8
  2323. package/node_modules/axios/lib/helpers/HttpStatusCode.js +6 -0
  2324. package/node_modules/axios/lib/helpers/ZlibHeaderTransformStream.js +5 -4
  2325. package/node_modules/axios/lib/helpers/bind.js +7 -0
  2326. package/node_modules/axios/lib/helpers/buildURL.js +18 -19
  2327. package/node_modules/axios/lib/helpers/callbackify.js +13 -11
  2328. package/node_modules/axios/lib/helpers/composeSignals.js +22 -14
  2329. package/node_modules/axios/lib/helpers/cookies.js +45 -39
  2330. package/node_modules/axios/lib/helpers/deprecatedMethod.js +9 -4
  2331. package/node_modules/axios/lib/helpers/formDataToJSON.js +1 -1
  2332. package/node_modules/axios/lib/helpers/formDataToStream.js +32 -26
  2333. package/node_modules/axios/lib/helpers/fromDataURI.js +2 -2
  2334. package/node_modules/axios/lib/helpers/isAbsoluteURL.js +4 -0
  2335. package/node_modules/axios/lib/helpers/isAxiosError.js +2 -2
  2336. package/node_modules/axios/lib/helpers/isURLSameOrigin.js +13 -11
  2337. package/node_modules/axios/lib/helpers/parseHeaders.js +35 -21
  2338. package/node_modules/axios/lib/helpers/parseProtocol.js +1 -1
  2339. package/node_modules/axios/lib/helpers/progressEventReducer.js +22 -15
  2340. package/node_modules/axios/lib/helpers/readBlob.js +4 -4
  2341. package/node_modules/axios/lib/helpers/resolveConfig.js +23 -14
  2342. package/node_modules/axios/lib/helpers/speedometer.js +1 -1
  2343. package/node_modules/axios/lib/helpers/spread.js +1 -1
  2344. package/node_modules/axios/lib/helpers/throttle.js +4 -4
  2345. package/node_modules/axios/lib/helpers/toFormData.js +43 -25
  2346. package/node_modules/axios/lib/helpers/toURLEncodedForm.js +2 -2
  2347. package/node_modules/axios/lib/helpers/trackStream.js +33 -31
  2348. package/node_modules/axios/lib/helpers/validator.js +16 -5
  2349. package/node_modules/axios/lib/platform/browser/classes/Blob.js +2 -2
  2350. package/node_modules/axios/lib/platform/browser/index.js +5 -5
  2351. package/node_modules/axios/lib/platform/common/utils.js +6 -5
  2352. package/node_modules/axios/lib/platform/index.js +2 -2
  2353. package/node_modules/axios/lib/platform/node/index.js +9 -10
  2354. package/node_modules/axios/lib/utils.js +243 -106
  2355. package/node_modules/axios/package.json +65 -73
  2356. package/node_modules/bowser/README.md +72 -3
  2357. package/node_modules/bowser/bundled.js +1 -1
  2358. package/node_modules/bowser/es5.js +1 -1
  2359. package/node_modules/bowser/index.d.ts +44 -6
  2360. package/node_modules/bowser/package.json +14 -5
  2361. package/node_modules/bowser/src/bowser.js +24 -8
  2362. package/node_modules/bowser/src/constants.js +77 -19
  2363. package/node_modules/bowser/src/parser-browsers.js +468 -0
  2364. package/node_modules/bowser/src/parser-os.js +12 -0
  2365. package/node_modules/bowser/src/parser-platforms.js +284 -0
  2366. package/node_modules/bowser/src/parser.js +86 -5
  2367. package/node_modules/bowser/src/utils.js +31 -13
  2368. package/node_modules/constructs/.jsii +1471 -0
  2369. package/node_modules/constructs/API.md +1295 -0
  2370. package/node_modules/constructs/CONTRIBUTING.md +146 -0
  2371. package/node_modules/constructs/README.md +32 -0
  2372. package/node_modules/constructs/lib/construct.d.ts +376 -0
  2373. package/node_modules/constructs/lib/construct.js +526 -0
  2374. package/node_modules/constructs/lib/dependency.d.ts +69 -0
  2375. package/node_modules/constructs/lib/dependency.js +88 -0
  2376. package/node_modules/constructs/lib/index.d.ts +4 -0
  2377. package/node_modules/constructs/lib/index.js +19 -0
  2378. package/node_modules/constructs/lib/mixin.d.ts +15 -0
  2379. package/node_modules/constructs/lib/mixin.js +3 -0
  2380. package/node_modules/constructs/lib/private/stack-trace.js +21 -0
  2381. package/node_modules/constructs/lib/private/uniqueid.js +30 -0
  2382. package/node_modules/constructs/package.json +154 -0
  2383. package/node_modules/fast-xml-builder/CHANGELOG.md +16 -0
  2384. package/node_modules/fast-xml-builder/LICENSE +21 -0
  2385. package/node_modules/fast-xml-builder/README.md +23 -0
  2386. package/node_modules/fast-xml-builder/lib/fxb.cjs +1 -0
  2387. package/node_modules/fast-xml-builder/lib/fxb.d.cts +180 -0
  2388. package/node_modules/fast-xml-builder/lib/fxb.min.js +2 -0
  2389. package/node_modules/fast-xml-builder/lib/fxb.min.js.map +1 -0
  2390. package/node_modules/fast-xml-builder/package.json +80 -0
  2391. package/node_modules/fast-xml-builder/src/fxb.d.ts +180 -0
  2392. package/node_modules/fast-xml-builder/src/fxb.js +529 -0
  2393. package/node_modules/fast-xml-builder/src/ignoreAttributes.js +18 -0
  2394. package/node_modules/fast-xml-builder/src/orderedJs2Xml.js +292 -0
  2395. package/node_modules/form-data/CHANGELOG.md +60 -2
  2396. package/node_modules/form-data/README.md +4 -4
  2397. package/node_modules/form-data/lib/form_data.js +2 -2
  2398. package/node_modules/form-data/package.json +4 -4
  2399. package/node_modules/oidc-token-hash/README.md +4 -2
  2400. package/node_modules/oidc-token-hash/lib/index.js +5 -0
  2401. package/node_modules/oidc-token-hash/package.json +1 -1
  2402. package/node_modules/path-expression-matcher/LICENSE +21 -0
  2403. package/node_modules/path-expression-matcher/README.md +635 -0
  2404. package/node_modules/path-expression-matcher/lib/pem.cjs +1 -0
  2405. package/node_modules/path-expression-matcher/lib/pem.d.cts +335 -0
  2406. package/node_modules/path-expression-matcher/lib/pem.min.js +2 -0
  2407. package/node_modules/path-expression-matcher/lib/pem.min.js.map +1 -0
  2408. package/node_modules/path-expression-matcher/package.json +78 -0
  2409. package/node_modules/path-expression-matcher/src/Expression.js +232 -0
  2410. package/node_modules/path-expression-matcher/src/Matcher.js +414 -0
  2411. package/node_modules/path-expression-matcher/src/index.d.ts +366 -0
  2412. package/node_modules/path-expression-matcher/src/index.js +28 -0
  2413. package/node_modules/strnum/README.md +7 -0
  2414. package/node_modules/strnum/package.json +3 -3
  2415. package/node_modules/strnum/strnum.js +85 -59
  2416. package/node_modules/strnum/tests/infinity_test.js +18 -0
  2417. package/node_modules/strnum/tests/strnum_test.js +172 -0
  2418. package/package.json +33 -28
  2419. package/node_modules/@aws/lambda-invoke-store/dist/invoke-store.d.ts +0 -52
  2420. package/node_modules/@aws/lambda-invoke-store/dist/invoke-store.js +0 -90
  2421. package/node_modules/@aws-cdk/cloud-assembly-schema/.jsii +0 -6005
  2422. package/node_modules/@aws-cdk/cloud-assembly-schema/.jsii.tabl.json +0 -1
  2423. package/node_modules/@aws-cdk/cloud-assembly-schema/cli-version.json +0 -1
  2424. package/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/artifact-schema.d.ts +0 -295
  2425. package/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/artifact-schema.js +0 -3
  2426. package/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/context-queries.d.ts +0 -451
  2427. package/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/context-queries.js +0 -102
  2428. package/node_modules/@aws-cdk/cloud-assembly-schema/lib/manifest.d.ts +0 -134
  2429. package/node_modules/@aws-cdk/cloud-assembly-schema/lib/manifest.js +0 -295
  2430. package/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/classes/range.js +0 -556
  2431. package/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/classes/semver.js +0 -319
  2432. package/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/internal/identifiers.js +0 -25
  2433. package/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/package.json +0 -78
  2434. package/node_modules/@aws-cdk/cloud-assembly-schema/package.json +0 -133
  2435. package/node_modules/@aws-cdk/cloud-assembly-schema/schema/cloud-assembly.schema.json +0 -1189
  2436. package/node_modules/@aws-cdk/cloud-assembly-schema/schema/version.json +0 -5
  2437. package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/index.js +0 -2
  2438. package/node_modules/@aws-sdk/client-dynamodb/dist-es/protocols/Aws_json1_0.js +0 -3108
  2439. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/index.d.ts +0 -2
  2440. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_1.d.ts +0 -73
  2441. package/node_modules/@aws-sdk/client-dynamodb/dist-types/protocols/Aws_json1_0.d.ts +0 -515
  2442. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/index.d.ts +0 -2
  2443. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_1.d.ts +0 -11
  2444. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -686
  2445. package/node_modules/@aws-sdk/client-s3/dist-es/models/index.js +0 -2
  2446. package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +0 -8101
  2447. package/node_modules/@aws-sdk/client-s3/dist-types/models/index.d.ts +0 -2
  2448. package/node_modules/@aws-sdk/client-s3/dist-types/protocols/Aws_restXml.d.ts +0 -938
  2449. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/index.d.ts +0 -2
  2450. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +0 -1257
  2451. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/models/index.js +0 -1
  2452. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/protocols/Aws_json1_1.js +0 -834
  2453. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/models/index.d.ts +0 -1
  2454. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/protocols/Aws_json1_1.d.ts +0 -209
  2455. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/models/index.d.ts +0 -1
  2456. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -281
  2457. package/node_modules/@aws-sdk/client-ssm/dist-es/models/index.js +0 -3
  2458. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_2.js +0 -433
  2459. package/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +0 -6358
  2460. package/node_modules/@aws-sdk/client-ssm/dist-types/models/index.d.ts +0 -3
  2461. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +0 -3317
  2462. package/node_modules/@aws-sdk/client-ssm/dist-types/protocols/Aws_json1_1.d.ts +0 -1316
  2463. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/index.d.ts +0 -3
  2464. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_2.d.ts +0 -806
  2465. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -1757
  2466. package/node_modules/@aws-sdk/client-sso/LICENSE +0 -201
  2467. package/node_modules/@aws-sdk/client-sso/README.md +0 -252
  2468. package/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +0 -68
  2469. package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +0 -7
  2470. package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +0 -507
  2471. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +0 -38
  2472. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +0 -54
  2473. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +0 -40
  2474. package/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +0 -15
  2475. package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +0 -48
  2476. package/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +0 -62
  2477. package/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +0 -23
  2478. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +0 -23
  2479. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +0 -23
  2480. package/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +0 -23
  2481. package/node_modules/@aws-sdk/client-sso/dist-es/commands/index.js +0 -4
  2482. package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +0 -4
  2483. package/node_modules/@aws-sdk/client-sso/dist-es/index.js +0 -6
  2484. package/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +0 -1
  2485. package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +0 -75
  2486. package/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js +0 -4
  2487. package/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js +0 -4
  2488. package/node_modules/@aws-sdk/client-sso/dist-es/pagination/index.js +0 -3
  2489. package/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +0 -210
  2490. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +0 -33
  2491. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +0 -49
  2492. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +0 -36
  2493. package/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +0 -53
  2494. package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +0 -200
  2495. package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthExtensionConfiguration.d.ts +0 -29
  2496. package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +0 -75
  2497. package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +0 -97
  2498. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +0 -98
  2499. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +0 -100
  2500. package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +0 -97
  2501. package/node_modules/@aws-sdk/client-sso/dist-types/commands/index.d.ts +0 -4
  2502. package/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +0 -38
  2503. package/node_modules/@aws-sdk/client-sso/dist-types/endpoint/endpointResolver.d.ts +0 -5
  2504. package/node_modules/@aws-sdk/client-sso/dist-types/extensionConfiguration.d.ts +0 -9
  2505. package/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +0 -29
  2506. package/node_modules/@aws-sdk/client-sso/dist-types/models/SSOServiceException.d.ts +0 -14
  2507. package/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +0 -1
  2508. package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -266
  2509. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +0 -8
  2510. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +0 -7
  2511. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +0 -7
  2512. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/index.d.ts +0 -3
  2513. package/node_modules/@aws-sdk/client-sso/dist-types/protocols/Aws_restJson1.d.ts +0 -38
  2514. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +0 -57
  2515. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +0 -57
  2516. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +0 -56
  2517. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +0 -32
  2518. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeExtensions.d.ts +0 -17
  2519. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +0 -73
  2520. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +0 -138
  2521. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +0 -32
  2522. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +0 -51
  2523. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +0 -50
  2524. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +0 -47
  2525. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +0 -41
  2526. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts +0 -4
  2527. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +0 -9
  2528. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/SSOServiceException.d.ts +0 -9
  2529. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +0 -1
  2530. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -93
  2531. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -5
  2532. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +0 -11
  2533. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +0 -11
  2534. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/index.d.ts +0 -3
  2535. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -53
  2536. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -112
  2537. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +0 -107
  2538. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -116
  2539. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -49
  2540. package/node_modules/@aws-sdk/client-sso/package.json +0 -98
  2541. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-CVy8iqsZ.js +0 -14
  2542. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/crc64-nvme-crt-container.d.ts +0 -13
  2543. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js +0 -1
  2544. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/protocols/Aws_restJson1.js +0 -257
  2545. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js +0 -1
  2546. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/protocols/Aws_query.js +0 -528
  2547. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/index.d.ts +0 -1
  2548. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +0 -11
  2549. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/index.d.ts +0 -1
  2550. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/protocols/Aws_query.d.ts +0 -20
  2551. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/index.d.ts +0 -1
  2552. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +0 -17
  2553. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/index.d.ts +0 -1
  2554. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/protocols/Aws_query.d.ts +0 -29
  2555. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/.jsii +0 -9874
  2556. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/index.d.ts +0 -80
  2557. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/index.js +0 -97
  2558. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-defaults.d.ts +0 -29
  2559. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-defaults.js +0 -99
  2560. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-helper.d.ts +0 -95
  2561. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-helper.js +0 -328
  2562. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/constructs-feature-flags.d.ts +0 -21
  2563. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/constructs-feature-flags.js +0 -63
  2564. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/elasticsearch-helper.js +0 -254
  2565. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-job-helper.js +0 -210
  2566. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/mediastore-defaults.d.ts +0 -17
  2567. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/mediastore-defaults.js +0 -71
  2568. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/mediastore-helper.d.ts +0 -23
  2569. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/mediastore-helper.js +0 -48
  2570. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/opensearch-helper.js +0 -265
  2571. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/step-function-helper.js +0 -154
  2572. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/utils.d.ts +0 -117
  2573. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/utils.js +0 -315
  2574. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/vpc-helper.d.ts +0 -73
  2575. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/vpc-helper.js +0 -267
  2576. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/nohoist.sh +0 -11
  2577. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/package.json +0 -95
  2578. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/TwoLogGroups.json +0 -365
  2579. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/alb-helper.test.js +0 -520
  2580. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/apigateway-helper.test.js +0 -819
  2581. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/bedrock-inference-helper.test.js +0 -207
  2582. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/cloudfront-distribution-mediastore-helper.test.js +0 -606
  2583. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/cloudfront-distribution-s3-helper.test.js +0 -1038
  2584. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/constructs-feature-flags.test.js +0 -50
  2585. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/dynamo-table.test.js +0 -639
  2586. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/elasticsearch-helper.test.js +0 -454
  2587. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/eventbridge-helper.test.js +0 -77
  2588. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/fargate-helper.test.js +0 -355
  2589. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/glue-job-helper.test.js +0 -595
  2590. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/kendra-helper.test.js +0 -489
  2591. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/kinesis-streams-helper.test.js +0 -99
  2592. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/lambda-helper.test.js +0 -486
  2593. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/mediastore-helper.test.js +0 -67
  2594. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/opensearch-helper.test.js +0 -416
  2595. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/override-warning-service.test.js +0 -285
  2596. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/pipes-helper.test.js +0 -787
  2597. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/s3-bucket.test.js +0 -384
  2598. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/sagemaker-helper.test.js +0 -244
  2599. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/secretsmanager-helper.test.js +0 -66
  2600. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/sns-helper.test.js +0 -367
  2601. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/sqs-helper.test.js +0 -361
  2602. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/step-function-helper.test.js +0 -441
  2603. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/test-helper.d.ts +0 -59
  2604. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/test-helper.js +0 -349
  2605. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/utils.test.js +0 -275
  2606. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/vpc-helper.test.js +0 -281
  2607. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/waf-helper.test.js +0 -339
  2608. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/websocket-api-helper.test.js +0 -471
  2609. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/.jsii +0 -1312
  2610. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/API.md +0 -1159
  2611. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/CONTRIBUTING.md +0 -146
  2612. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/README.md +0 -32
  2613. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/construct.d.ts +0 -341
  2614. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/construct.js +0 -476
  2615. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/dependency.d.ts +0 -69
  2616. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/dependency.js +0 -88
  2617. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/index.d.ts +0 -3
  2618. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/index.js +0 -20
  2619. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/private/stack-trace.js +0 -22
  2620. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/private/uniqueid.js +0 -31
  2621. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/package.json +0 -154
  2622. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/README.md +0 -42
  2623. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/AWS.d.ts +0 -18
  2624. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/AWS.js +0 -41
  2625. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/Bsn.d.ts +0 -34
  2626. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/Bsn.js +0 -87
  2627. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/Storage.d.ts +0 -31
  2628. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/Storage.js +0 -149
  2629. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/environmentVariables.d.ts +0 -20
  2630. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/environmentVariables.js +0 -35
  2631. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/index.d.ts +0 -4
  2632. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/index.js +0 -12
  2633. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/package.json +0 -102
  2634. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js +0 -17
  2635. package/node_modules/@smithy/shared-ini-file-loader/dist-es/slurpFile.js +0 -13
  2636. package/node_modules/@smithy/shared-ini-file-loader/dist-types/slurpFile.d.ts +0 -7
  2637. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +0 -7
  2638. package/node_modules/bowser/CHANGELOG.md +0 -218
  2639. package/node_modules/fast-xml-parser/CHANGELOG.md +0 -671
  2640. package/node_modules/fast-xml-parser/README.md +0 -223
  2641. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js +0 -2
  2642. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +0 -1
  2643. package/node_modules/fast-xml-parser/lib/fxp.cjs +0 -1
  2644. package/node_modules/fast-xml-parser/lib/fxp.d.cts +0 -458
  2645. package/node_modules/fast-xml-parser/lib/fxp.min.js +0 -2
  2646. package/node_modules/fast-xml-parser/lib/fxp.min.js.map +0 -1
  2647. package/node_modules/fast-xml-parser/lib/fxparser.min.js +0 -2
  2648. package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +0 -1
  2649. package/node_modules/fast-xml-parser/lib/fxvalidator.min.js +0 -2
  2650. package/node_modules/fast-xml-parser/lib/fxvalidator.min.js.map +0 -1
  2651. package/node_modules/fast-xml-parser/package.json +0 -90
  2652. package/node_modules/fast-xml-parser/src/fxp.d.ts +0 -445
  2653. package/node_modules/fast-xml-parser/src/fxp.js +0 -14
  2654. package/node_modules/fast-xml-parser/src/util.js +0 -68
  2655. package/node_modules/fast-xml-parser/src/v6/EntitiesParser.js +0 -104
  2656. package/node_modules/fast-xml-parser/src/v6/OptionsBuilder.js +0 -61
  2657. package/node_modules/fast-xml-parser/src/v6/OutputBuilders/BaseOutputBuilder.js +0 -69
  2658. package/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsArrBuilder.js +0 -103
  2659. package/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsMinArrBuilder.js +0 -100
  2660. package/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsObjBuilder.js +0 -154
  2661. package/node_modules/fast-xml-parser/src/v6/OutputBuilders/ParserOptionsBuilder.js +0 -94
  2662. package/node_modules/fast-xml-parser/src/v6/XMLParser.js +0 -83
  2663. package/node_modules/fast-xml-parser/src/v6/valueParsers/EntitiesParser.js +0 -105
  2664. package/node_modules/fast-xml-parser/src/validator.js +0 -425
  2665. package/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +0 -285
  2666. package/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +0 -134
  2667. package/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +0 -369
  2668. package/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +0 -46
  2669. package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +0 -606
  2670. package/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +0 -71
  2671. package/node_modules/fast-xml-parser/src/xmlparser/node2json.js +0 -119
  2672. package/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +0 -40
  2673. package/node_modules/strnum/strnum.test.js +0 -173
  2674. package/node_modules/strnum/test.js +0 -9
  2675. /package/node_modules/@aws-sdk/{middleware-flexible-checksums → crc64-nvme}/dist-es/crc64-nvme-crt-container.js +0 -0
  2676. /package/node_modules/@aws-sdk/{middleware-flexible-checksums → crc64-nvme}/dist-types/ts3.4/crc64-nvme-crt-container.d.ts +0 -0
  2677. /package/node_modules/@aws-sdk/{client-dynamodb/dist-es/models/models_1.js → credential-provider-login/dist-es/types.js} +0 -0
  2678. /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/endpoint/endpointResolver.js +0 -0
  2679. /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/runtimeConfig.native.js +0 -0
  2680. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/auth/httpAuthExtensionConfiguration.js +0 -0
  2681. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/endpoint/endpointResolver.js +0 -0
  2682. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/extensionConfiguration.js +0 -0
  2683. /package/node_modules/@aws-sdk/{client-sso/dist-es/pagination/Interfaces.js → nested-clients/dist-es/submodules/cognito-identity/models/models_0.js} +0 -0
  2684. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeConfig.native.js +0 -0
  2685. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeExtensions.js +0 -0
  2686. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/endpoint/EndpointParameters.js +0 -0
  2687. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/models/SSOServiceException.js +0 -0
  2688. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/endpoint/EndpointParameters.d.ts +0 -0
  2689. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/endpoint/endpointResolver.d.ts +0 -0
  2690. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/endpoint/ruleset.d.ts +0 -0
  2691. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/signin}/endpoint/ruleset.d.ts +0 -0
  2692. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/auth/httpAuthSchemeProvider.d.ts +0 -0
  2693. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/extensionConfiguration.d.ts +0 -0
  2694. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeExtensions.d.ts +0 -0
  2695. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/LICENSE +0 -0
  2696. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/cli/cli.js +0 -0
  2697. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/cli/man.js +0 -0
  2698. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/cli/read.js +0 -0
  2699. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/ignoreAttributes.js +0 -0
  2700. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/CharsSymbol.js +0 -0
  2701. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/Report.js +0 -0
  2702. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/TagPath.js +0 -0
  2703. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/TagPathMatcher.js +0 -0
  2704. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/Xml2JsParser.js +0 -0
  2705. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/XmlPartReader.js +0 -0
  2706. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/XmlSpecialTagsReader.js +0 -0
  2707. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/inputSource/BufferSource.js +0 -0
  2708. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/inputSource/StringSource.js +0 -0
  2709. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/valueParsers/booleanParser.js +0 -0
  2710. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/valueParsers/booleanParserExt.js +0 -0
  2711. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/valueParsers/currency.js +0 -0
  2712. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/valueParsers/join.js +0 -0
  2713. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/valueParsers/number.js +0 -0
  2714. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/valueParsers/trim.js +0 -0
  2715. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/README.md +0 -0
  2716. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/alb-defaults.d.ts +0 -0
  2717. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/alb-defaults.js +0 -0
  2718. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/alb-helper.d.ts +0 -0
  2719. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/alb-helper.js +0 -0
  2720. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/apigateway-defaults.d.ts +0 -0
  2721. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/apigateway-defaults.js +0 -0
  2722. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/apigateway-helper.d.ts +0 -0
  2723. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/apigateway-helper.js +0 -0
  2724. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/bedrock-inference-helper.d.ts +0 -0
  2725. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/bedrock-inference-helper.js +0 -0
  2726. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cloudwatch-log-group-defaults.d.ts +0 -0
  2727. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cloudwatch-log-group-defaults.js +0 -0
  2728. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cloudwatch-log-group-helper.d.ts +0 -0
  2729. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cloudwatch-log-group-helper.js +0 -0
  2730. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cognito-defaults.d.ts +0 -0
  2731. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cognito-defaults.js +0 -0
  2732. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cognito-helper.d.ts +0 -0
  2733. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cognito-helper.js +0 -0
  2734. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/dynamodb-table-defaults.d.ts +0 -0
  2735. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/dynamodb-table-defaults.js +0 -0
  2736. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/dynamodb-table-helper.d.ts +0 -0
  2737. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/dynamodb-table-helper.js +0 -0
  2738. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/elasticache-defaults.d.ts +0 -0
  2739. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/elasticache-defaults.js +0 -0
  2740. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/elasticache-helper.d.ts +0 -0
  2741. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/elasticache-helper.js +0 -0
  2742. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/elasticsearch-defaults.d.ts +0 -0
  2743. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/elasticsearch-defaults.js +0 -0
  2744. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/elasticsearch-helper.d.ts +0 -0
  2745. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/eventbridge-helper.d.ts +0 -0
  2746. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/eventbridge-helper.js +0 -0
  2747. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/events-rule-defaults.d.ts +0 -0
  2748. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/events-rule-defaults.js +0 -0
  2749. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/fargate-defaults.d.ts +0 -0
  2750. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/fargate-defaults.js +0 -0
  2751. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/fargate-helper.d.ts +0 -0
  2752. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/fargate-helper.js +0 -0
  2753. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-database-defaults.d.ts +0 -0
  2754. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-database-defaults.js +0 -0
  2755. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-database-helper.d.ts +0 -0
  2756. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-database-helper.js +0 -0
  2757. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-job-defaults.d.ts +0 -0
  2758. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-job-defaults.js +0 -0
  2759. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-job-helper.d.ts +0 -0
  2760. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-table-defaults.d.ts +0 -0
  2761. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-table-defaults.js +0 -0
  2762. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-table-helper.d.ts +0 -0
  2763. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-table-helper.js +0 -0
  2764. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/iot-topic-rule-defaults.d.ts +0 -0
  2765. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/iot-topic-rule-defaults.js +0 -0
  2766. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kendra-defaults.d.ts +0 -0
  2767. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kendra-defaults.js +0 -0
  2768. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kendra-helper.d.ts +0 -0
  2769. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kendra-helper.js +0 -0
  2770. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-analytics-defaults.d.ts +0 -0
  2771. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-analytics-defaults.js +0 -0
  2772. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-analytics-helper.d.ts +0 -0
  2773. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-analytics-helper.js +0 -0
  2774. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-firehose-s3-defaults.d.ts +0 -0
  2775. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-firehose-s3-defaults.js +0 -0
  2776. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-streams-defaults.d.ts +0 -0
  2777. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-streams-defaults.js +0 -0
  2778. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-streams-helper.d.ts +0 -0
  2779. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-streams-helper.js +0 -0
  2780. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kms-defaults.d.ts +0 -0
  2781. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kms-defaults.js +0 -0
  2782. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kms-helper.d.ts +0 -0
  2783. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kms-helper.js +0 -0
  2784. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/lambda-defaults.d.ts +0 -0
  2785. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/lambda-defaults.js +0 -0
  2786. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/lambda-event-source-mapping-defaults.d.ts +0 -0
  2787. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/lambda-event-source-mapping-defaults.js +0 -0
  2788. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/lambda-helper.d.ts +0 -0
  2789. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/lambda-helper.js +0 -0
  2790. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/opensearch-defaults.d.ts +0 -0
  2791. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/opensearch-defaults.js +0 -0
  2792. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/opensearch-helper.d.ts +0 -0
  2793. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/override-warning-service.d.ts +0 -0
  2794. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/override-warning-service.js +0 -0
  2795. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/pipes-defaults.d.ts +0 -0
  2796. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/pipes-defaults.js +0 -0
  2797. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/pipes-helper.d.ts +0 -0
  2798. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/pipes-helper.js +0 -0
  2799. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/s3-bucket-defaults.d.ts +0 -0
  2800. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/s3-bucket-defaults.js +0 -0
  2801. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/s3-bucket-helper.d.ts +0 -0
  2802. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/s3-bucket-helper.js +0 -0
  2803. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/s3-oac-origin.d.ts +0 -0
  2804. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/s3-oac-origin.js +0 -0
  2805. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sagemaker-defaults.d.ts +0 -0
  2806. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sagemaker-defaults.js +0 -0
  2807. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sagemaker-helper.d.ts +0 -0
  2808. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sagemaker-helper.js +0 -0
  2809. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/secretsmanager-defaults.d.ts +0 -0
  2810. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/secretsmanager-defaults.js +0 -0
  2811. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/secretsmanager-helper.d.ts +0 -0
  2812. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/secretsmanager-helper.js +0 -0
  2813. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/security-group-helper.d.ts +0 -0
  2814. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/security-group-helper.js +0 -0
  2815. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sns-defaults.d.ts +0 -0
  2816. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sns-defaults.js +0 -0
  2817. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sns-helper.d.ts +0 -0
  2818. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sns-helper.js +0 -0
  2819. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sqs-defaults.d.ts +0 -0
  2820. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sqs-defaults.js +0 -0
  2821. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sqs-helper.d.ts +0 -0
  2822. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sqs-helper.js +0 -0
  2823. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/ssm-string-parameter-helper.d.ts +0 -0
  2824. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/ssm-string-parameter-helper.js +0 -0
  2825. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/step-function-defaults.d.ts +0 -0
  2826. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/step-function-defaults.js +0 -0
  2827. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/step-function-helper.d.ts +0 -0
  2828. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/vpc-defaults.d.ts +0 -0
  2829. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/vpc-defaults.js +0 -0
  2830. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/waf-defaults.d.ts +0 -0
  2831. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/waf-defaults.js +0 -0
  2832. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/waf-helper.d.ts +0 -0
  2833. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/waf-helper.js +0 -0
  2834. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/websocket-api-defaults.d.ts +0 -0
  2835. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/websocket-api-defaults.js +0 -0
  2836. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/websocket-api-helper.d.ts +0 -0
  2837. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/websocket-api-helper.js +0 -0
  2838. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/CONTRIBUTING.md +0 -0
  2839. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/LICENSE +0 -0
  2840. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/NOTICE +0 -0
  2841. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/README.md +0 -0
  2842. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/aws-destination.d.ts +0 -0
  2843. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/aws-destination.js +0 -0
  2844. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/docker-image-asset.d.ts +0 -0
  2845. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/docker-image-asset.js +0 -0
  2846. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/file-asset.d.ts +0 -0
  2847. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/file-asset.js +0 -0
  2848. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/index.d.ts +0 -0
  2849. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/index.js +0 -0
  2850. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/schema.d.ts +0 -0
  2851. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/schema.js +0 -0
  2852. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/index.d.ts +0 -0
  2853. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/index.js +0 -0
  2854. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/interfaces.d.ts +0 -0
  2855. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/interfaces.js +0 -0
  2856. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/metadata-schema.d.ts +0 -0
  2857. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/metadata-schema.js +0 -0
  2858. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/schema.d.ts +0 -0
  2859. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/schema.js +0 -0
  2860. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/index.d.ts +0 -0
  2861. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/index.js +0 -0
  2862. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/common.d.ts +0 -0
  2863. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/common.js +0 -0
  2864. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/deploy.d.ts +0 -0
  2865. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/deploy.js +0 -0
  2866. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/destroy.d.ts +0 -0
  2867. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/destroy.js +0 -0
  2868. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/index.d.ts +0 -0
  2869. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/index.js +0 -0
  2870. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/index.d.ts +0 -0
  2871. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/index.js +0 -0
  2872. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/schema.d.ts +0 -0
  2873. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/schema.js +0 -0
  2874. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/test-case.d.ts +0 -0
  2875. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/test-case.js +0 -0
  2876. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/.editorconfig +0 -0
  2877. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/LICENSE +0 -0
  2878. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/README.md +0 -0
  2879. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/lib/attribute.js +0 -0
  2880. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/lib/helpers.js +0 -0
  2881. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/lib/index.d.ts +0 -0
  2882. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/lib/index.js +0 -0
  2883. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/lib/scan.js +0 -0
  2884. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/lib/validator.js +0 -0
  2885. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/package.json +0 -0
  2886. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/LICENSE +0 -0
  2887. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/README.md +0 -0
  2888. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/bin/semver.js +0 -0
  2889. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/classes/comparator.js +0 -0
  2890. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/classes/index.js +0 -0
  2891. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/clean.js +0 -0
  2892. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/cmp.js +0 -0
  2893. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/coerce.js +0 -0
  2894. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/compare-build.js +0 -0
  2895. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/compare-loose.js +0 -0
  2896. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/compare.js +0 -0
  2897. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/diff.js +0 -0
  2898. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/eq.js +0 -0
  2899. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/gt.js +0 -0
  2900. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/gte.js +0 -0
  2901. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/inc.js +0 -0
  2902. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/lt.js +0 -0
  2903. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/lte.js +0 -0
  2904. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/major.js +0 -0
  2905. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/minor.js +0 -0
  2906. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/neq.js +0 -0
  2907. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/parse.js +0 -0
  2908. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/patch.js +0 -0
  2909. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/prerelease.js +0 -0
  2910. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/rcompare.js +0 -0
  2911. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/rsort.js +0 -0
  2912. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/satisfies.js +0 -0
  2913. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/sort.js +0 -0
  2914. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/valid.js +0 -0
  2915. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/index.js +0 -0
  2916. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/internal/constants.js +0 -0
  2917. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/internal/debug.js +0 -0
  2918. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/internal/lrucache.js +0 -0
  2919. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/internal/parse-options.js +0 -0
  2920. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/internal/re.js +0 -0
  2921. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/preload.js +0 -0
  2922. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/range.bnf +0 -0
  2923. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/gtr.js +0 -0
  2924. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/intersects.js +0 -0
  2925. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/ltr.js +0 -0
  2926. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/max-satisfying.js +0 -0
  2927. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/min-satisfying.js +0 -0
  2928. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/min-version.js +0 -0
  2929. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/outside.js +0 -0
  2930. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/simplify.js +0 -0
  2931. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/subset.js +0 -0
  2932. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/to-comparators.js +0 -0
  2933. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/valid.js +0 -0
  2934. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/rosetta/default.ts-fixture +0 -0
  2935. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/schema/README.md +0 -0
  2936. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/schema/assets.schema.json +0 -0
  2937. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/schema/integ.schema.json +0 -0
  2938. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/.circleci/config.yml +0 -0
  2939. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/.eslintrc +0 -0
  2940. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/.vscode/launch.json +0 -0
  2941. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/.vscode/tasks.json +0 -0
  2942. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/ChangeLog.md +0 -0
  2943. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/LICENSE +0 -0
  2944. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/Readme.md +0 -0
  2945. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/dist/deep-diff.min.js +0 -0
  2946. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/dist/deep-diff.min.js.map +0 -0
  2947. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/apply-diff-from-any.js +0 -0
  2948. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/array-change.js +0 -0
  2949. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/capture_change_apply_elsewhere.js +0 -0
  2950. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/diff-ignoring-fun.js +0 -0
  2951. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/diff-scenarios.js +0 -0
  2952. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/example1.js +0 -0
  2953. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-111.js +0 -0
  2954. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-113-1.js +0 -0
  2955. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-113-2.js +0 -0
  2956. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-115.js +0 -0
  2957. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-124.js +0 -0
  2958. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-125.js +0 -0
  2959. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-126.js +0 -0
  2960. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-35.js +0 -0
  2961. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-47.js +0 -0
  2962. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-48.js +0 -0
  2963. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-62.js +0 -0
  2964. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-70.js +0 -0
  2965. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-71.js +0 -0
  2966. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-72.js +0 -0
  2967. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-74.js +0 -0
  2968. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-78.js +0 -0
  2969. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-83.js +0 -0
  2970. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-88.js +0 -0
  2971. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/performance.js +0 -0
  2972. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/practice-data.json +0 -0
  2973. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/index.js +0 -0
  2974. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/package.json +0 -0
  2975. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/test/.eslintrc +0 -0
  2976. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/test/tests.html +0 -0
  2977. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/test/tests.js +0 -0
  2978. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/.editorconfig +0 -0
  2979. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/.eslintcache +0 -0
  2980. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/changelog.md +0 -0
  2981. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/dist/cjs.js +0 -0
  2982. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/dist/umd.js +0 -0
  2983. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/index.d.ts +0 -0
  2984. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/index.js +0 -0
  2985. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/license.txt +0 -0
  2986. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/package.json +0 -0
  2987. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/readme.md +0 -0
  2988. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/rollup.config.js +0 -0
  2989. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/npmlog/LICENSE.md +0 -0
  2990. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/npmlog/README.md +0 -0
  2991. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/npmlog/lib/log.js +0 -0
  2992. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/npmlog/package.json +0 -0
  2993. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/alb-helper.test.d.ts +0 -0
  2994. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/apigateway-helper.test.d.ts +0 -0
  2995. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/bedrock-inference-helper.test.d.ts +0 -0
  2996. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/cloudfront-distribution-api-gateway-helper.test.d.ts +0 -0
  2997. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/cloudfront-distribution-api-gateway-helper.test.js +0 -0
  2998. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/cloudfront-distribution-s3-helper.test.d.ts +0 -0
  2999. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/cloudwatch-log-group-helper.test.d.ts +0 -0
  3000. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/cloudwatch-log-group-helper.test.js +0 -0
  3001. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/congnito-helper.test.d.ts +0 -0
  3002. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/congnito-helper.test.js +0 -0
  3003. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/constructs-feature-flags.test.d.ts +0 -0
  3004. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/dynamo-table.test.d.ts +0 -0
  3005. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/elasticache-defaults.test.d.ts +0 -0
  3006. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/elasticache-defaults.test.js +0 -0
  3007. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/elasticache-helper.test.d.ts +0 -0
  3008. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/elasticache-helper.test.js +0 -0
  3009. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/elasticsearch-helper.test.d.ts +0 -0
  3010. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/eventbridge-helper.test.d.ts +0 -0
  3011. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/events-rule.test.d.ts +0 -0
  3012. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/events-rule.test.js +0 -0
  3013. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/fargate-helper.test.d.ts +0 -0
  3014. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/glue-job-helper.test.d.ts +0 -0
  3015. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/glue-table-helper.test.d.ts +0 -0
  3016. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/glue-table-helper.test.js +0 -0
  3017. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/iot-rule.test.d.ts +0 -0
  3018. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/iot-rule.test.js +0 -0
  3019. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kendra-helper.test.d.ts +0 -0
  3020. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kinesis-analytics.test.d.ts +0 -0
  3021. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kinesis-analytics.test.js +0 -0
  3022. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kinesis-firehose-s3-defaults.test.d.ts +0 -0
  3023. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kinesis-firehose-s3-defaults.test.js +0 -0
  3024. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kinesis-streams-defaults.test.d.ts +0 -0
  3025. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kinesis-streams-defaults.test.js +0 -0
  3026. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kinesis-streams-helper.test.d.ts +0 -0
  3027. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kms-helper.test.d.ts +0 -0
  3028. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kms-helper.test.js +0 -0
  3029. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/lambda/index.js +0 -0
  3030. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/lambda-event-source.test.d.ts +0 -0
  3031. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/lambda-event-source.test.js +0 -0
  3032. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/lambda-helper.test.d.ts +0 -0
  3033. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/lambda-test/index.js +0 -0
  3034. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/openapi/apiDefinition.json +0 -0
  3035. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/opensearch-helper.test.d.ts +0 -0
  3036. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/override-warning-service.test.d.ts +0 -0
  3037. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/pipes-helper.test.d.ts +0 -0
  3038. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/cloudfront-distribution-mediastore-helper.test.d.ts → core/test/polly-helper.test.d.ts} +0 -0
  3039. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/s3-bucket-helper.test.d.ts +0 -0
  3040. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/s3-bucket-helper.test.js +0 -0
  3041. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/s3-bucket.test.d.ts +0 -0
  3042. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/sagemaker-helper.test.d.ts +0 -0
  3043. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/secretsmanager-helper.test.d.ts +0 -0
  3044. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/security-group-helper.test.d.ts +0 -0
  3045. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/security-group-helper.test.js +0 -0
  3046. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/sns-helper.test.d.ts +0 -0
  3047. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/sqs-helper.test.d.ts +0 -0
  3048. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/ssm-string-parameter-helper.test.d.ts +0 -0
  3049. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/ssm-string-parameter-helper.test.js +0 -0
  3050. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/step-function-helper.test.d.ts +0 -0
  3051. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/mediastore-helper.test.d.ts → core/test/textract-helper.test.d.ts} +0 -0
  3052. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/utils.test.d.ts → core/test/translate-helper.test.d.ts} +0 -0
  3053. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/vpc-helper.test.d.ts → core/test/utils.test.d.ts} +0 -0
  3054. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/waf-helper.test.d.ts → core/test/validation.test.d.ts} +0 -0
  3055. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/websocket-api-defaults.test.d.ts → core/test/vpc-helper.test.d.ts} +0 -0
  3056. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/websocket-api-helper.test.d.ts → core/test/waf-helper.test.d.ts} +0 -0
  3057. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/websocket-api-defaults.test.js +0 -0
  3058. /package/node_modules/@gemeentenijmegen/{apiclient/node_modules/@gemeentenijmegen/utils → aws-constructs}/LICENSE +0 -0
  3059. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/.compatignore +0 -0
  3060. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/CODE_OF_CONDUCT.md +0 -0
  3061. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/Dockerfile +0 -0
  3062. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/LICENSE +0 -0
  3063. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/NOTICE +0 -0
  3064. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/lib/metadata.d.ts +0 -0
  3065. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/lib/metadata.js +0 -0
  3066. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/lib/private/stack-trace.d.ts +0 -0
  3067. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/lib/private/uniqueid.d.ts +0 -0
  3068. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/version.json +0 -0
  3069. /package/node_modules/{fast-xml-parser/src/xmlbuilder → fast-xml-builder/src}/prettifyJs2Xml.js +0 -0
@@ -0,0 +1,2390 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.BatchExecuteStatementInput$ = exports.BackupSummary$ = exports.BackupDetails$ = exports.BackupDescription$ = exports.AutoScalingTargetTrackingScalingPolicyConfigurationUpdate$ = exports.AutoScalingTargetTrackingScalingPolicyConfigurationDescription$ = exports.AutoScalingSettingsUpdate$ = exports.AutoScalingSettingsDescription$ = exports.AutoScalingPolicyUpdate$ = exports.AutoScalingPolicyDescription$ = exports.AttributeValueUpdate$ = exports.AttributeDefinition$ = exports.ArchivalSummary$ = exports.errorTypeRegistries = exports.TransactionInProgressException$ = exports.TransactionConflictException$ = exports.TransactionCanceledException$ = exports.ThrottlingException$ = exports.TableNotFoundException$ = exports.TableInUseException$ = exports.TableAlreadyExistsException$ = exports.ResourceNotFoundException$ = exports.ResourceInUseException$ = exports.RequestLimitExceeded$ = exports.ReplicatedWriteConflictException$ = exports.ReplicaNotFoundException$ = exports.ReplicaAlreadyExistsException$ = exports.ProvisionedThroughputExceededException$ = exports.PolicyNotFoundException$ = exports.PointInTimeRecoveryUnavailableException$ = exports.LimitExceededException$ = exports.ItemCollectionSizeLimitExceededException$ = exports.InvalidRestoreTimeException$ = exports.InvalidExportTimeException$ = exports.InvalidEndpointException$ = exports.InternalServerError$ = exports.IndexNotFoundException$ = exports.ImportNotFoundException$ = exports.ImportConflictException$ = exports.IdempotentParameterMismatchException$ = exports.GlobalTableNotFoundException$ = exports.GlobalTableAlreadyExistsException$ = exports.ExportNotFoundException$ = exports.ExportConflictException$ = exports.DuplicateItemException$ = exports.ContinuousBackupsUnavailableException$ = exports.ConditionalCheckFailedException$ = exports.BackupNotFoundException$ = exports.BackupInUseException$ = exports.DynamoDBServiceException$ = void 0;
4
+ exports.DescribeExportInput$ = exports.DescribeEndpointsResponse$ = exports.DescribeEndpointsRequest$ = exports.DescribeContributorInsightsOutput$ = exports.DescribeContributorInsightsInput$ = exports.DescribeContinuousBackupsOutput$ = exports.DescribeContinuousBackupsInput$ = exports.DescribeBackupOutput$ = exports.DescribeBackupInput$ = exports.DeleteTableOutput$ = exports.DeleteTableInput$ = exports.DeleteResourcePolicyOutput$ = exports.DeleteResourcePolicyInput$ = exports.DeleteRequest$ = exports.DeleteReplicationGroupMemberAction$ = exports.DeleteReplicaAction$ = exports.DeleteItemOutput$ = exports.DeleteItemInput$ = exports.DeleteGlobalTableWitnessGroupMemberAction$ = exports.DeleteGlobalSecondaryIndexAction$ = exports.DeleteBackupOutput$ = exports.DeleteBackupInput$ = exports.Delete$ = exports.CsvOptions$ = exports.CreateTableOutput$ = exports.CreateTableInput$ = exports.CreateReplicationGroupMemberAction$ = exports.CreateReplicaAction$ = exports.CreateGlobalTableWitnessGroupMemberAction$ = exports.CreateGlobalTableOutput$ = exports.CreateGlobalTableInput$ = exports.CreateGlobalSecondaryIndexAction$ = exports.CreateBackupOutput$ = exports.CreateBackupInput$ = exports.ContributorInsightsSummary$ = exports.ContinuousBackupsDescription$ = exports.ConsumedCapacity$ = exports.ConditionCheck$ = exports.Condition$ = exports.Capacity$ = exports.CancellationReason$ = exports.BillingModeSummary$ = exports.BatchWriteItemOutput$ = exports.BatchWriteItemInput$ = exports.BatchStatementResponse$ = exports.BatchStatementRequest$ = exports.BatchStatementError$ = exports.BatchGetItemOutput$ = exports.BatchGetItemInput$ = exports.BatchExecuteStatementOutput$ = void 0;
5
+ exports.IncrementalExportSpecification$ = exports.ImportTableOutput$ = exports.ImportTableInput$ = exports.ImportTableDescription$ = exports.ImportSummary$ = exports.GlobalTableWitnessGroupUpdate$ = exports.GlobalTableWitnessDescription$ = exports.GlobalTableGlobalSecondaryIndexSettingsUpdate$ = exports.GlobalTableDescription$ = exports.GlobalTable$ = exports.GlobalSecondaryIndexWarmThroughputDescription$ = exports.GlobalSecondaryIndexUpdate$ = exports.GlobalSecondaryIndexInfo$ = exports.GlobalSecondaryIndexDescription$ = exports.GlobalSecondaryIndexAutoScalingUpdate$ = exports.GlobalSecondaryIndex$ = exports.GetResourcePolicyOutput$ = exports.GetResourcePolicyInput$ = exports.GetItemOutput$ = exports.GetItemInput$ = exports.Get$ = exports.FailureException$ = exports.ExportTableToPointInTimeOutput$ = exports.ExportTableToPointInTimeInput$ = exports.ExportSummary$ = exports.ExportDescription$ = exports.ExpectedAttributeValue$ = exports.ExecuteTransactionOutput$ = exports.ExecuteTransactionInput$ = exports.ExecuteStatementOutput$ = exports.ExecuteStatementInput$ = exports.Endpoint$ = exports.EnableKinesisStreamingConfiguration$ = exports.DescribeTimeToLiveOutput$ = exports.DescribeTimeToLiveInput$ = exports.DescribeTableReplicaAutoScalingOutput$ = exports.DescribeTableReplicaAutoScalingInput$ = exports.DescribeTableOutput$ = exports.DescribeTableInput$ = exports.DescribeLimitsOutput$ = exports.DescribeLimitsInput$ = exports.DescribeKinesisStreamingDestinationOutput$ = exports.DescribeKinesisStreamingDestinationInput$ = exports.DescribeImportOutput$ = exports.DescribeImportInput$ = exports.DescribeGlobalTableSettingsOutput$ = exports.DescribeGlobalTableSettingsInput$ = exports.DescribeGlobalTableOutput$ = exports.DescribeGlobalTableInput$ = exports.DescribeExportOutput$ = void 0;
6
+ exports.ReplicaGlobalSecondaryIndexDescription$ = exports.ReplicaGlobalSecondaryIndexAutoScalingUpdate$ = exports.ReplicaGlobalSecondaryIndexAutoScalingDescription$ = exports.ReplicaGlobalSecondaryIndex$ = exports.ReplicaDescription$ = exports.ReplicaAutoScalingUpdate$ = exports.ReplicaAutoScalingDescription$ = exports.Replica$ = exports.QueryOutput$ = exports.QueryInput$ = exports.PutResourcePolicyOutput$ = exports.PutResourcePolicyInput$ = exports.PutRequest$ = exports.PutItemOutput$ = exports.PutItemInput$ = exports.Put$ = exports.ProvisionedThroughputOverride$ = exports.ProvisionedThroughputDescription$ = exports.ProvisionedThroughput$ = exports.Projection$ = exports.PointInTimeRecoverySpecification$ = exports.PointInTimeRecoveryDescription$ = exports.ParameterizedStatement$ = exports.OnDemandThroughputOverride$ = exports.OnDemandThroughput$ = exports.LocalSecondaryIndexInfo$ = exports.LocalSecondaryIndexDescription$ = exports.LocalSecondaryIndex$ = exports.ListTagsOfResourceOutput$ = exports.ListTagsOfResourceInput$ = exports.ListTablesOutput$ = exports.ListTablesInput$ = exports.ListImportsOutput$ = exports.ListImportsInput$ = exports.ListGlobalTablesOutput$ = exports.ListGlobalTablesInput$ = exports.ListExportsOutput$ = exports.ListExportsInput$ = exports.ListContributorInsightsOutput$ = exports.ListContributorInsightsInput$ = exports.ListBackupsOutput$ = exports.ListBackupsInput$ = exports.KinesisStreamingDestinationOutput$ = exports.KinesisStreamingDestinationInput$ = exports.KinesisDataStreamDestination$ = exports.KeySchemaElement$ = exports.KeysAndAttributes$ = exports.ItemResponse$ = exports.ItemCollectionMetrics$ = exports.InputFormatOptions$ = void 0;
7
+ exports.UpdateKinesisStreamingDestinationInput$ = exports.UpdateKinesisStreamingConfiguration$ = exports.UpdateItemOutput$ = exports.UpdateItemInput$ = exports.UpdateGlobalTableSettingsOutput$ = exports.UpdateGlobalTableSettingsInput$ = exports.UpdateGlobalTableOutput$ = exports.UpdateGlobalTableInput$ = exports.UpdateGlobalSecondaryIndexAction$ = exports.UpdateContributorInsightsOutput$ = exports.UpdateContributorInsightsInput$ = exports.UpdateContinuousBackupsOutput$ = exports.UpdateContinuousBackupsInput$ = exports.Update$ = exports.UntagResourceInput$ = exports.TransactWriteItemsOutput$ = exports.TransactWriteItemsInput$ = exports.TransactWriteItem$ = exports.TransactGetItemsOutput$ = exports.TransactGetItemsInput$ = exports.TransactGetItem$ = exports.TimeToLiveSpecification$ = exports.TimeToLiveDescription$ = exports.ThrottlingReason$ = exports.TagResourceInput$ = exports.Tag$ = exports.TableWarmThroughputDescription$ = exports.TableDescription$ = exports.TableCreationParameters$ = exports.TableClassSummary$ = exports.TableAutoScalingDescription$ = exports.StreamSpecification$ = exports.SSESpecification$ = exports.SSEDescription$ = exports.SourceTableFeatureDetails$ = exports.SourceTableDetails$ = exports.ScanOutput$ = exports.ScanInput$ = exports.S3BucketSource$ = exports.RestoreTableToPointInTimeOutput$ = exports.RestoreTableToPointInTimeInput$ = exports.RestoreTableFromBackupOutput$ = exports.RestoreTableFromBackupInput$ = exports.RestoreSummary$ = exports.ReplicaUpdate$ = exports.ReplicationGroupUpdate$ = exports.ReplicaSettingsUpdate$ = exports.ReplicaSettingsDescription$ = exports.ReplicaGlobalSecondaryIndexSettingsUpdate$ = exports.ReplicaGlobalSecondaryIndexSettingsDescription$ = void 0;
8
+ exports.PutItem$ = exports.ListTagsOfResource$ = exports.ListTables$ = exports.ListImports$ = exports.ListGlobalTables$ = exports.ListExports$ = exports.ListContributorInsights$ = exports.ListBackups$ = exports.ImportTable$ = exports.GetResourcePolicy$ = exports.GetItem$ = exports.ExportTableToPointInTime$ = exports.ExecuteTransaction$ = exports.ExecuteStatement$ = exports.EnableKinesisStreamingDestination$ = exports.DisableKinesisStreamingDestination$ = exports.DescribeTimeToLive$ = exports.DescribeTableReplicaAutoScaling$ = exports.DescribeTable$ = exports.DescribeLimits$ = exports.DescribeKinesisStreamingDestination$ = exports.DescribeImport$ = exports.DescribeGlobalTableSettings$ = exports.DescribeGlobalTable$ = exports.DescribeExport$ = exports.DescribeEndpoints$ = exports.DescribeContributorInsights$ = exports.DescribeContinuousBackups$ = exports.DescribeBackup$ = exports.DeleteTable$ = exports.DeleteResourcePolicy$ = exports.DeleteItem$ = exports.DeleteBackup$ = exports.CreateTable$ = exports.CreateGlobalTable$ = exports.CreateBackup$ = exports.BatchWriteItem$ = exports.BatchGetItem$ = exports.BatchExecuteStatement$ = exports.AttributeValue$ = exports.WriteRequest$ = exports.WarmThroughput$ = exports.UpdateTimeToLiveOutput$ = exports.UpdateTimeToLiveInput$ = exports.UpdateTableReplicaAutoScalingOutput$ = exports.UpdateTableReplicaAutoScalingInput$ = exports.UpdateTableOutput$ = exports.UpdateTableInput$ = exports.UpdateReplicationGroupMemberAction$ = exports.UpdateKinesisStreamingDestinationOutput$ = void 0;
9
+ exports.UpdateTimeToLive$ = exports.UpdateTableReplicaAutoScaling$ = exports.UpdateTable$ = exports.UpdateKinesisStreamingDestination$ = exports.UpdateItem$ = exports.UpdateGlobalTableSettings$ = exports.UpdateGlobalTable$ = exports.UpdateContributorInsights$ = exports.UpdateContinuousBackups$ = exports.UntagResource$ = exports.TransactWriteItems$ = exports.TransactGetItems$ = exports.TagResource$ = exports.Scan$ = exports.RestoreTableToPointInTime$ = exports.RestoreTableFromBackup$ = exports.Query$ = exports.PutResourcePolicy$ = void 0;
10
+ const _A = "Action";
11
+ const _ABA = "ArchivalBackupArn";
12
+ const _ACDTP = "ApproximateCreationDateTimePrecision";
13
+ const _AD = "AttributeDefinition";
14
+ const _ADT = "ArchivalDateTime";
15
+ const _ADt = "AttributeDefinitions";
16
+ const _AM = "AttributeMap";
17
+ const _AMRCU = "AccountMaxReadCapacityUnits";
18
+ const _AMWCU = "AccountMaxWriteCapacityUnits";
19
+ const _AN = "AttributeName";
20
+ const _AR = "ArchivalReason";
21
+ const _AS = "ArchivalSummary";
22
+ const _ASD = "AutoScalingDisabled";
23
+ const _ASPD = "AutoScalingPolicyDescription";
24
+ const _ASPDL = "AutoScalingPolicyDescriptionList";
25
+ const _ASPU = "AutoScalingPolicyUpdate";
26
+ const _ASRA = "AutoScalingRoleArn";
27
+ const _ASSD = "AutoScalingSettingsDescription";
28
+ const _ASSU = "AutoScalingSettingsUpdate";
29
+ const _ASTTSPCD = "AutoScalingTargetTrackingScalingPolicyConfigurationDescription";
30
+ const _ASTTSPCU = "AutoScalingTargetTrackingScalingPolicyConfigurationUpdate";
31
+ const _AT = "AttributeType";
32
+ const _ATG = "AttributesToGet";
33
+ const _AU = "AttributeUpdates";
34
+ const _AV = "AttributeValue";
35
+ const _AVL = "AttributeValueList";
36
+ const _AVU = "AttributeValueUpdate";
37
+ const _Ad = "Address";
38
+ const _At = "Attributes";
39
+ const _B = "Backfilling";
40
+ const _BA = "BackupArn";
41
+ const _BCDT = "BackupCreationDateTime";
42
+ const _BD = "BackupDescription";
43
+ const _BDa = "BackupDetails";
44
+ const _BEDT = "BackupExpiryDateTime";
45
+ const _BES = "BatchExecuteStatement";
46
+ const _BESI = "BatchExecuteStatementInput";
47
+ const _BESO = "BatchExecuteStatementOutput";
48
+ const _BGI = "BatchGetItem";
49
+ const _BGII = "BatchGetItemInput";
50
+ const _BGIO = "BatchGetItemOutput";
51
+ const _BGRM = "BatchGetResponseMap";
52
+ const _BGRMa = "BatchGetRequestMap";
53
+ const _BIUE = "BackupInUseException";
54
+ const _BM = "BillingMode";
55
+ const _BMO = "BillingModeOverride";
56
+ const _BMS = "BillingModeSummary";
57
+ const _BN = "BackupName";
58
+ const _BNFE = "BackupNotFoundException";
59
+ const _BOOL = "BOOL";
60
+ const _BS = "BackupStatus";
61
+ const _BSB = "BackupSizeBytes";
62
+ const _BSBi = "BilledSizeBytes";
63
+ const _BSE = "BatchStatementError";
64
+ const _BSR = "BatchStatementRequest";
65
+ const _BSRa = "BatchStatementResponse";
66
+ const _BS_ = "BS";
67
+ const _BSa = "BackupSummary";
68
+ const _BSac = "BackupSummaries";
69
+ const _BT = "BackupType";
70
+ const _BWI = "BatchWriteItem";
71
+ const _BWII = "BatchWriteItemInput";
72
+ const _BWIO = "BatchWriteItemOutput";
73
+ const _BWIRM = "BatchWriteItemRequestMap";
74
+ const _B_ = "B";
75
+ const _C = "Code";
76
+ const _CB = "CreateBackup";
77
+ const _CBD = "ContinuousBackupsDescription";
78
+ const _CBI = "CreateBackupInput";
79
+ const _CBO = "CreateBackupOutput";
80
+ const _CBS = "ContinuousBackupsStatus";
81
+ const _CBUE = "ContinuousBackupsUnavailableException";
82
+ const _CC = "ConsumedCapacity";
83
+ const _CCFE = "ConditionalCheckFailedException";
84
+ const _CCM = "ConsumedCapacityMultiple";
85
+ const _CCo = "ConditionCheck";
86
+ const _CDT = "CreationDateTime";
87
+ const _CE = "ConditionExpression";
88
+ const _CGSIA = "CreateGlobalSecondaryIndexAction";
89
+ const _CGT = "CreateGlobalTable";
90
+ const _CGTI = "CreateGlobalTableInput";
91
+ const _CGTO = "CreateGlobalTableOutput";
92
+ const _CGTWGMA = "CreateGlobalTableWitnessGroupMemberAction";
93
+ const _CIA = "ContributorInsightsAction";
94
+ const _CIM = "ContributorInsightsMode";
95
+ const _CIRL = "ContributorInsightsRuleList";
96
+ const _CIS = "ContributorInsightsSummary";
97
+ const _CISo = "ContributorInsightsStatus";
98
+ const _CISon = "ContributorInsightsSummaries";
99
+ const _CO = "ComparisonOperator";
100
+ const _COo = "ConditionalOperator";
101
+ const _COs = "CsvOptions";
102
+ const _CPIM = "CachePeriodInMinutes";
103
+ const _CR = "CancellationReasons";
104
+ const _CRA = "CreateReplicaAction";
105
+ const _CRGMA = "CreateReplicationGroupMemberAction";
106
+ const _CRL = "CancellationReasonList";
107
+ const _CRSRA = "ConfirmRemoveSelfResourceAccess";
108
+ const _CRT = "ClientRequestToken";
109
+ const _CRa = "CancellationReason";
110
+ const _CRo = "ConsistentRead";
111
+ const _CT = "ClientToken";
112
+ const _CTI = "CreateTableInput";
113
+ const _CTO = "CreateTableOutput";
114
+ const _CTr = "CreateTable";
115
+ const _CU = "CapacityUnits";
116
+ const _CWLGA = "CloudWatchLogGroupArn";
117
+ const _Ca = "Capacity";
118
+ const _Co = "Condition";
119
+ const _Cou = "Count";
120
+ const _Cr = "Create";
121
+ const _Cs = "Csv";
122
+ const _D = "Delimiter";
123
+ const _DB = "DeleteBackup";
124
+ const _DBI = "DeleteBackupInput";
125
+ const _DBIe = "DescribeBackupInput";
126
+ const _DBO = "DeleteBackupOutput";
127
+ const _DBOe = "DescribeBackupOutput";
128
+ const _DBe = "DescribeBackup";
129
+ const _DCB = "DescribeContinuousBackups";
130
+ const _DCBI = "DescribeContinuousBackupsInput";
131
+ const _DCBO = "DescribeContinuousBackupsOutput";
132
+ const _DCI = "DescribeContributorInsights";
133
+ const _DCII = "DescribeContributorInsightsInput";
134
+ const _DCIO = "DescribeContributorInsightsOutput";
135
+ const _DE = "DescribeEndpoints";
136
+ const _DEI = "DescribeExportInput";
137
+ const _DEO = "DescribeExportOutput";
138
+ const _DER = "DescribeEndpointsRequest";
139
+ const _DERe = "DescribeEndpointsResponse";
140
+ const _DEe = "DescribeExport";
141
+ const _DGSIA = "DeleteGlobalSecondaryIndexAction";
142
+ const _DGT = "DescribeGlobalTable";
143
+ const _DGTI = "DescribeGlobalTableInput";
144
+ const _DGTO = "DescribeGlobalTableOutput";
145
+ const _DGTS = "DescribeGlobalTableSettings";
146
+ const _DGTSI = "DescribeGlobalTableSettingsInput";
147
+ const _DGTSO = "DescribeGlobalTableSettingsOutput";
148
+ const _DGTWGMA = "DeleteGlobalTableWitnessGroupMemberAction";
149
+ const _DI = "DeleteItem";
150
+ const _DIE = "DuplicateItemException";
151
+ const _DII = "DeleteItemInput";
152
+ const _DIIe = "DescribeImportInput";
153
+ const _DIO = "DeleteItemOutput";
154
+ const _DIOe = "DescribeImportOutput";
155
+ const _DIe = "DescribeImport";
156
+ const _DKSD = "DescribeKinesisStreamingDestination";
157
+ const _DKSDI = "DescribeKinesisStreamingDestinationInput";
158
+ const _DKSDO = "DescribeKinesisStreamingDestinationOutput";
159
+ const _DKSDi = "DisableKinesisStreamingDestination";
160
+ const _DL = "DescribeLimits";
161
+ const _DLI = "DescribeLimitsInput";
162
+ const _DLO = "DescribeLimitsOutput";
163
+ const _DPE = "DeletionProtectionEnabled";
164
+ const _DR = "DeleteRequest";
165
+ const _DRA = "DeleteReplicaAction";
166
+ const _DRGMA = "DeleteReplicationGroupMemberAction";
167
+ const _DRP = "DeleteResourcePolicy";
168
+ const _DRPI = "DeleteResourcePolicyInput";
169
+ const _DRPO = "DeleteResourcePolicyOutput";
170
+ const _DS = "DestinationStatus";
171
+ const _DSD = "DestinationStatusDescription";
172
+ const _DSI = "DisableScaleIn";
173
+ const _DT = "DeleteTable";
174
+ const _DTI = "DeleteTableInput";
175
+ const _DTIe = "DescribeTableInput";
176
+ const _DTO = "DeleteTableOutput";
177
+ const _DTOe = "DescribeTableOutput";
178
+ const _DTRAS = "DescribeTableReplicaAutoScaling";
179
+ const _DTRASI = "DescribeTableReplicaAutoScalingInput";
180
+ const _DTRASO = "DescribeTableReplicaAutoScalingOutput";
181
+ const _DTTL = "DescribeTimeToLive";
182
+ const _DTTLI = "DescribeTimeToLiveInput";
183
+ const _DTTLO = "DescribeTimeToLiveOutput";
184
+ const _DTe = "DescribeTable";
185
+ const _De = "Delete";
186
+ const _E = "Error";
187
+ const _EA = "ExportArn";
188
+ const _EAM = "ExpectedAttributeMap";
189
+ const _EAN = "ExpressionAttributeNames";
190
+ const _EAV = "ExpressionAttributeValues";
191
+ const _EAVM = "ExpressionAttributeValueMap";
192
+ const _EAVx = "ExpectedAttributeValue";
193
+ const _EC = "ErrorCount";
194
+ const _ECE = "ExportConflictException";
195
+ const _ED = "ExportDescription";
196
+ const _EDx = "ExceptionDescription";
197
+ const _EF = "ExportFormat";
198
+ const _EFT = "ExportFromTime";
199
+ const _EKSC = "EnableKinesisStreamingConfiguration";
200
+ const _EKSD = "EnableKinesisStreamingDestination";
201
+ const _EM = "ExportManifest";
202
+ const _EN = "ExceptionName";
203
+ const _ENFE = "ExportNotFoundException";
204
+ const _ERDT = "EarliestRestorableDateTime";
205
+ const _ERI = "ExpectedRevisionId";
206
+ const _ES = "ExportStatus";
207
+ const _ESBA = "ExclusiveStartBackupArn";
208
+ const _ESGTN = "ExclusiveStartGlobalTableName";
209
+ const _ESI = "ExecuteStatementInput";
210
+ const _ESK = "ExclusiveStartKey";
211
+ const _ESO = "ExecuteStatementOutput";
212
+ const _ESTN = "ExclusiveStartTableName";
213
+ const _ESx = "ExportSummary";
214
+ const _ESxe = "ExecuteStatement";
215
+ const _ESxp = "ExportSummaries";
216
+ const _ET = "EndTime";
217
+ const _ETI = "ExecuteTransactionInput";
218
+ const _ETO = "ExecuteTransactionOutput";
219
+ const _ETT = "ExportToTime";
220
+ const _ETTPIT = "ExportTableToPointInTime";
221
+ const _ETTPITI = "ExportTableToPointInTimeInput";
222
+ const _ETTPITO = "ExportTableToPointInTimeOutput";
223
+ const _ETx = "ExportTime";
224
+ const _ETxe = "ExecuteTransaction";
225
+ const _ETxp = "ExportType";
226
+ const _EVT = "ExportViewType";
227
+ const _En = "Endpoints";
228
+ const _Ena = "Enabled";
229
+ const _End = "Endpoint";
230
+ const _Ex = "Expected";
231
+ const _Exi = "Exists";
232
+ const _FC = "FailureCode";
233
+ const _FCM = "FilterConditionMap";
234
+ const _FE = "FailureException";
235
+ const _FEi = "FilterExpression";
236
+ const _FM = "FailureMessage";
237
+ const _G = "Get";
238
+ const _GI = "GetItem";
239
+ const _GII = "GetItemInput";
240
+ const _GIO = "GetItemOutput";
241
+ const _GRP = "GetResourcePolicy";
242
+ const _GRPI = "GetResourcePolicyInput";
243
+ const _GRPO = "GetResourcePolicyOutput";
244
+ const _GSI = "GlobalSecondaryIndexes";
245
+ const _GSIASU = "GlobalSecondaryIndexAutoScalingUpdate";
246
+ const _GSIASUL = "GlobalSecondaryIndexAutoScalingUpdateList";
247
+ const _GSID = "GlobalSecondaryIndexDescription";
248
+ const _GSIDL = "GlobalSecondaryIndexDescriptionList";
249
+ const _GSII = "GlobalSecondaryIndexInfo";
250
+ const _GSIL = "GlobalSecondaryIndexList";
251
+ const _GSIO = "GlobalSecondaryIndexOverride";
252
+ const _GSIU = "GlobalSecondaryIndexUpdate";
253
+ const _GSIUL = "GlobalSecondaryIndexUpdateList";
254
+ const _GSIUl = "GlobalSecondaryIndexUpdates";
255
+ const _GSIWTD = "GlobalSecondaryIndexWarmThroughputDescription";
256
+ const _GSIl = "GlobalSecondaryIndex";
257
+ const _GT = "GlobalTable";
258
+ const _GTA = "GlobalTableArn";
259
+ const _GTAEE = "GlobalTableAlreadyExistsException";
260
+ const _GTBM = "GlobalTableBillingMode";
261
+ const _GTD = "GlobalTableDescription";
262
+ const _GTGSISU = "GlobalTableGlobalSecondaryIndexSettingsUpdate";
263
+ const _GTGSISUL = "GlobalTableGlobalSecondaryIndexSettingsUpdateList";
264
+ const _GTL = "GlobalTableList";
265
+ const _GTN = "GlobalTableName";
266
+ const _GTNFE = "GlobalTableNotFoundException";
267
+ const _GTPWCASSU = "GlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate";
268
+ const _GTPWCU = "GlobalTableProvisionedWriteCapacityUnits";
269
+ const _GTS = "GlobalTableStatus";
270
+ const _GTSA = "GlobalTableSourceArn";
271
+ const _GTSRM = "GlobalTableSettingsReplicationMode";
272
+ const _GTV = "GlobalTableVersion";
273
+ const _GTW = "GlobalTableWitnesses";
274
+ const _GTWD = "GlobalTableWitnessDescription";
275
+ const _GTWDL = "GlobalTableWitnessDescriptionList";
276
+ const _GTWGU = "GlobalTableWitnessGroupUpdate";
277
+ const _GTWGUL = "GlobalTableWitnessGroupUpdateList";
278
+ const _GTWU = "GlobalTableWitnessUpdates";
279
+ const _GTl = "GlobalTables";
280
+ const _HL = "HeaderList";
281
+ const _I = "Item";
282
+ const _IA = "ImportArn";
283
+ const _IAn = "IndexArn";
284
+ const _IC = "ItemCount";
285
+ const _ICE = "ImportConflictException";
286
+ const _ICK = "ItemCollectionKey";
287
+ const _ICKAM = "ItemCollectionKeyAttributeMap";
288
+ const _ICM = "ItemCollectionMetrics";
289
+ const _ICMM = "ItemCollectionMetricsMultiple";
290
+ const _ICMPT = "ItemCollectionMetricsPerTable";
291
+ const _ICSLEE = "ItemCollectionSizeLimitExceededException";
292
+ const _ICT = "InputCompressionType";
293
+ const _IEDT = "InaccessibleEncryptionDateTime";
294
+ const _IEE = "InvalidEndpointException";
295
+ const _IES = "IncrementalExportSpecification";
296
+ const _IETE = "InvalidExportTimeException";
297
+ const _IF = "InputFormat";
298
+ const _IFO = "InputFormatOptions";
299
+ const _IIC = "ImportedItemCount";
300
+ const _IL = "ItemList";
301
+ const _IN = "IndexName";
302
+ const _INFE = "ImportNotFoundException";
303
+ const _INFEn = "IndexNotFoundException";
304
+ const _IPME = "IdempotentParameterMismatchException";
305
+ const _IR = "ItemResponse";
306
+ const _IRL = "ItemResponseList";
307
+ const _IRTE = "InvalidRestoreTimeException";
308
+ const _IS = "IndexStatus";
309
+ const _ISB = "IndexSizeBytes";
310
+ const _ISE = "InternalServerError";
311
+ const _ISL = "ImportSummaryList";
312
+ const _ISm = "ImportSummary";
313
+ const _ISmp = "ImportStatus";
314
+ const _IT = "ImportTable";
315
+ const _ITD = "ImportTableDescription";
316
+ const _ITI = "ImportTableInput";
317
+ const _ITO = "ImportTableOutput";
318
+ const _It = "Items";
319
+ const _K = "Key";
320
+ const _KAA = "KeysAndAttributes";
321
+ const _KC = "KeyConditions";
322
+ const _KCE = "KeyConditionExpression";
323
+ const _KDSD = "KinesisDataStreamDestinations";
324
+ const _KDSDi = "KinesisDataStreamDestination";
325
+ const _KL = "KeyList";
326
+ const _KMSMKA = "KMSMasterKeyArn";
327
+ const _KMSMKI = "KMSMasterKeyId";
328
+ const _KS = "KeySchema";
329
+ const _KSDI = "KinesisStreamingDestinationInput";
330
+ const _KSDO = "KinesisStreamingDestinationOutput";
331
+ const _KSE = "KeySchemaElement";
332
+ const _KT = "KeyType";
333
+ const _Ke = "Keys";
334
+ const _L = "Limit";
335
+ const _LAV = "ListAttributeValue";
336
+ const _LB = "ListBackups";
337
+ const _LBI = "ListBackupsInput";
338
+ const _LBO = "ListBackupsOutput";
339
+ const _LCI = "ListContributorInsights";
340
+ const _LCII = "ListContributorInsightsInput";
341
+ const _LCIO = "ListContributorInsightsOutput";
342
+ const _LDDT = "LastDecreaseDateTime";
343
+ const _LE = "ListExports";
344
+ const _LEBA = "LastEvaluatedBackupArn";
345
+ const _LEE = "LimitExceededException";
346
+ const _LEGTN = "LastEvaluatedGlobalTableName";
347
+ const _LEI = "ListExportsInput";
348
+ const _LEK = "LastEvaluatedKey";
349
+ const _LEO = "ListExportsOutput";
350
+ const _LETN = "LastEvaluatedTableName";
351
+ const _LGT = "ListGlobalTables";
352
+ const _LGTI = "ListGlobalTablesInput";
353
+ const _LGTO = "ListGlobalTablesOutput";
354
+ const _LI = "ListImports";
355
+ const _LIDT = "LastIncreaseDateTime";
356
+ const _LII = "ListImportsInput";
357
+ const _LIO = "ListImportsOutput";
358
+ const _LRDT = "LatestRestorableDateTime";
359
+ const _LSA = "LatestStreamArn";
360
+ const _LSI = "LocalSecondaryIndexes";
361
+ const _LSID = "LocalSecondaryIndexDescription";
362
+ const _LSIDL = "LocalSecondaryIndexDescriptionList";
363
+ const _LSII = "LocalSecondaryIndexInfo";
364
+ const _LSIL = "LocalSecondaryIndexList";
365
+ const _LSIO = "LocalSecondaryIndexOverride";
366
+ const _LSIo = "LocalSecondaryIndex";
367
+ const _LSL = "LatestStreamLabel";
368
+ const _LT = "ListTables";
369
+ const _LTI = "ListTablesInput";
370
+ const _LTO = "ListTablesOutput";
371
+ const _LTOR = "ListTagsOfResource";
372
+ const _LTORI = "ListTagsOfResourceInput";
373
+ const _LTORO = "ListTagsOfResourceOutput";
374
+ const _LUDT = "LastUpdateDateTime";
375
+ const _LUTPPRDT = "LastUpdateToPayPerRequestDateTime";
376
+ const _L_ = "L";
377
+ const _M = "Message";
378
+ const _MAV = "MapAttributeValue";
379
+ const _MR = "MaxResults";
380
+ const _MRC = "MultiRegionConsistency";
381
+ const _MRRU = "MaxReadRequestUnits";
382
+ const _MU = "MinimumUnits";
383
+ const _MUa = "MaximumUnits";
384
+ const _MWRU = "MaxWriteRequestUnits";
385
+ const _M_ = "M";
386
+ const _N = "N";
387
+ const _NKA = "NonKeyAttributes";
388
+ const _NODT = "NumberOfDecreasesToday";
389
+ const _NS = "NS";
390
+ const _NT = "NextToken";
391
+ const _NULL = "NULL";
392
+ const _ODT = "OnDemandThroughput";
393
+ const _ODTO = "OnDemandThroughputOverride";
394
+ const _P = "Parameters";
395
+ const _PE = "ProjectionExpression";
396
+ const _PI = "PutItem";
397
+ const _PIC = "ProcessedItemCount";
398
+ const _PII = "PutItemInput";
399
+ const _PIIAM = "PutItemInputAttributeMap";
400
+ const _PIO = "PutItemOutput";
401
+ const _PITRD = "PointInTimeRecoveryDescription";
402
+ const _PITRE = "PointInTimeRecoveryEnabled";
403
+ const _PITRS = "PointInTimeRecoveryStatus";
404
+ const _PITRSo = "PointInTimeRecoverySpecification";
405
+ const _PITRUE = "PointInTimeRecoveryUnavailableException";
406
+ const _PN = "PolicyName";
407
+ const _PNFE = "PolicyNotFoundException";
408
+ const _PQLBR = "PartiQLBatchRequest";
409
+ const _PQLBRa = "PartiQLBatchResponse";
410
+ const _PR = "PutRequest";
411
+ const _PRCASS = "ProvisionedReadCapacityAutoScalingSettings";
412
+ const _PRCASSU = "ProvisionedReadCapacityAutoScalingSettingsUpdate";
413
+ const _PRCASU = "ProvisionedReadCapacityAutoScalingUpdate";
414
+ const _PRCU = "ProvisionedReadCapacityUnits";
415
+ const _PRP = "PutResourcePolicy";
416
+ const _PRPI = "PutResourcePolicyInput";
417
+ const _PRPO = "PutResourcePolicyOutput";
418
+ const _PS = "PageSize";
419
+ const _PSB = "ProcessedSizeBytes";
420
+ const _PSP = "PreparedStatementParameters";
421
+ const _PSa = "ParameterizedStatement";
422
+ const _PSar = "ParameterizedStatements";
423
+ const _PT = "ProvisionedThroughput";
424
+ const _PTD = "ProvisionedThroughputDescription";
425
+ const _PTEE = "ProvisionedThroughputExceededException";
426
+ const _PTO = "ProvisionedThroughputOverride";
427
+ const _PTr = "ProjectionType";
428
+ const _PWCASS = "ProvisionedWriteCapacityAutoScalingSettings";
429
+ const _PWCASSU = "ProvisionedWriteCapacityAutoScalingSettingsUpdate";
430
+ const _PWCASU = "ProvisionedWriteCapacityAutoScalingUpdate";
431
+ const _PWCU = "ProvisionedWriteCapacityUnits";
432
+ const _Po = "Policy";
433
+ const _Pr = "Projection";
434
+ const _Pu = "Put";
435
+ const _Q = "Query";
436
+ const _QF = "QueryFilter";
437
+ const _QI = "QueryInput";
438
+ const _QO = "QueryOutput";
439
+ const _R = "Responses";
440
+ const _RA = "ResourceArn";
441
+ const _RAEE = "ReplicaAlreadyExistsException";
442
+ const _RASD = "ReplicaAutoScalingDescription";
443
+ const _RASDL = "ReplicaAutoScalingDescriptionList";
444
+ const _RASU = "ReplicaAutoScalingUpdate";
445
+ const _RASUL = "ReplicaAutoScalingUpdateList";
446
+ const _RBMS = "ReplicaBillingModeSummary";
447
+ const _RCC = "ReturnConsumedCapacity";
448
+ const _RCU = "ReadCapacityUnits";
449
+ const _RD = "ReplicaDescription";
450
+ const _RDL = "ReplicaDescriptionList";
451
+ const _RDT = "RestoreDateTime";
452
+ const _RG = "ReplicationGroup";
453
+ const _RGSI = "ReplicaGlobalSecondaryIndex";
454
+ const _RGSIASD = "ReplicaGlobalSecondaryIndexAutoScalingDescription";
455
+ const _RGSIASDL = "ReplicaGlobalSecondaryIndexAutoScalingDescriptionList";
456
+ const _RGSIASU = "ReplicaGlobalSecondaryIndexAutoScalingUpdate";
457
+ const _RGSIASUL = "ReplicaGlobalSecondaryIndexAutoScalingUpdateList";
458
+ const _RGSID = "ReplicaGlobalSecondaryIndexDescription";
459
+ const _RGSIDL = "ReplicaGlobalSecondaryIndexDescriptionList";
460
+ const _RGSIL = "ReplicaGlobalSecondaryIndexList";
461
+ const _RGSIS = "ReplicaGlobalSecondaryIndexSettings";
462
+ const _RGSISD = "ReplicaGlobalSecondaryIndexSettingsDescription";
463
+ const _RGSISDL = "ReplicaGlobalSecondaryIndexSettingsDescriptionList";
464
+ const _RGSISU = "ReplicaGlobalSecondaryIndexSettingsUpdate";
465
+ const _RGSISUL = "ReplicaGlobalSecondaryIndexSettingsUpdateList";
466
+ const _RGSIU = "ReplicaGlobalSecondaryIndexUpdates";
467
+ const _RGU = "ReplicationGroupUpdate";
468
+ const _RGUL = "ReplicationGroupUpdateList";
469
+ const _RI = "RequestItems";
470
+ const _RICM = "ReturnItemCollectionMetrics";
471
+ const _RIDT = "ReplicaInaccessibleDateTime";
472
+ const _RIP = "RestoreInProgress";
473
+ const _RIUE = "ResourceInUseException";
474
+ const _RIe = "RevisionId";
475
+ const _RL = "ReplicaList";
476
+ const _RLE = "RequestLimitExceeded";
477
+ const _RN = "RegionName";
478
+ const _RNFE = "ReplicaNotFoundException";
479
+ const _RNFEe = "ResourceNotFoundException";
480
+ const _RP = "ResourcePolicy";
481
+ const _RPID = "RecoveryPeriodInDays";
482
+ const _RPRCASS = "ReplicaProvisionedReadCapacityAutoScalingSettings";
483
+ const _RPRCASSU = "ReplicaProvisionedReadCapacityAutoScalingSettingsUpdate";
484
+ const _RPRCASU = "ReplicaProvisionedReadCapacityAutoScalingUpdate";
485
+ const _RPRCU = "ReplicaProvisionedReadCapacityUnits";
486
+ const _RPWCASS = "ReplicaProvisionedWriteCapacityAutoScalingSettings";
487
+ const _RPWCU = "ReplicaProvisionedWriteCapacityUnits";
488
+ const _RS = "ReplicaSettings";
489
+ const _RSD = "ReplicaStatusDescription";
490
+ const _RSDL = "ReplicaSettingsDescriptionList";
491
+ const _RSDe = "ReplicaSettingsDescription";
492
+ const _RSPP = "ReplicaStatusPercentProgress";
493
+ const _RSU = "ReplicaSettingsUpdate";
494
+ const _RSUL = "ReplicaSettingsUpdateList";
495
+ const _RSe = "ReplicaStatus";
496
+ const _RSes = "RestoreSummary";
497
+ const _RTC = "ReplicaTableClass";
498
+ const _RTCS = "ReplicaTableClassSummary";
499
+ const _RTFB = "RestoreTableFromBackup";
500
+ const _RTFBI = "RestoreTableFromBackupInput";
501
+ const _RTFBO = "RestoreTableFromBackupOutput";
502
+ const _RTTPIT = "RestoreTableToPointInTime";
503
+ const _RTTPITI = "RestoreTableToPointInTimeInput";
504
+ const _RTTPITO = "RestoreTableToPointInTimeOutput";
505
+ const _RU = "ReplicaUpdate";
506
+ const _RUL = "ReplicaUpdateList";
507
+ const _RUPS = "ReadUnitsPerSecond";
508
+ const _RUe = "ReplicaUpdates";
509
+ const _RV = "ReturnValues";
510
+ const _RVOCCF = "ReturnValuesOnConditionCheckFailure";
511
+ const _RWCE = "ReplicatedWriteConflictException";
512
+ const _Re = "Replica";
513
+ const _Rep = "Replicas";
514
+ const _S = "Statements";
515
+ const _SA = "StreamArn";
516
+ const _SB = "S3Bucket";
517
+ const _SBA = "SourceBackupArn";
518
+ const _SBO = "S3BucketOwner";
519
+ const _SBS = "S3BucketSource";
520
+ const _SC = "ScannedCount";
521
+ const _SD = "StreamDescription";
522
+ const _SE = "StreamEnabled";
523
+ const _SERGB = "SizeEstimateRangeGB";
524
+ const _SF = "ScanFilter";
525
+ const _SI = "ScanInput";
526
+ const _SIC = "ScaleInCooldown";
527
+ const _SICM = "SecondaryIndexesCapacityMap";
528
+ const _SIF = "ScanIndexForward";
529
+ const _SKP = "S3KeyPrefix";
530
+ const _SO = "ScanOutput";
531
+ const _SOC = "ScaleOutCooldown";
532
+ const _SP = "ScalingPolicies";
533
+ const _SPU = "ScalingPolicyUpdate";
534
+ const _SPr = "S3Prefix";
535
+ const _SS = "StreamSpecification";
536
+ const _SSA = "S3SseAlgorithm";
537
+ const _SSED = "SSEDescription";
538
+ const _SSES = "SSESpecification";
539
+ const _SSESO = "SSESpecificationOverride";
540
+ const _SSET = "SSEType";
541
+ const _SSKKI = "S3SseKmsKeyId";
542
+ const _SS_ = "SS";
543
+ const _ST = "StartTime";
544
+ const _STA = "SourceTableArn";
545
+ const _STD = "SourceTableDetails";
546
+ const _STFD = "SourceTableFeatureDetails";
547
+ const _STN = "SourceTableName";
548
+ const _SVT = "StreamViewType";
549
+ const _S_ = "S";
550
+ const _Sc = "Scan";
551
+ const _Se = "Select";
552
+ const _Seg = "Segment";
553
+ const _St = "Statement";
554
+ const _Sta = "Status";
555
+ const _T = "Table";
556
+ const _TA = "TableArn";
557
+ const _TAEE = "TableAlreadyExistsException";
558
+ const _TASD = "TableAutoScalingDescription";
559
+ const _TC = "TableClass";
560
+ const _TCDT = "TableCreationDateTime";
561
+ const _TCE = "TransactionCanceledException";
562
+ const _TCEr = "TransactionConflictException";
563
+ const _TCO = "TableClassOverride";
564
+ const _TCP = "TableCreationParameters";
565
+ const _TCS = "TableClassSummary";
566
+ const _TD = "TableDescription";
567
+ const _TE = "ThrottlingException";
568
+ const _TGI = "TransactGetItem";
569
+ const _TGII = "TransactGetItemsInput";
570
+ const _TGIL = "TransactGetItemList";
571
+ const _TGIO = "TransactGetItemsOutput";
572
+ const _TGIr = "TransactGetItems";
573
+ const _TI = "TableId";
574
+ const _TIPE = "TransactionInProgressException";
575
+ const _TIUE = "TableInUseException";
576
+ const _TIr = "TransactItems";
577
+ const _TK = "TagKeys";
578
+ const _TL = "TagList";
579
+ const _TMRCU = "TableMaxReadCapacityUnits";
580
+ const _TMWCU = "TableMaxWriteCapacityUnits";
581
+ const _TN = "TableName";
582
+ const _TNFE = "TableNotFoundException";
583
+ const _TNa = "TableNames";
584
+ const _TR = "ThrottlingReasons";
585
+ const _TRI = "TagResourceInput";
586
+ const _TRL = "ThrottlingReasonList";
587
+ const _TRLB = "TimeRangeLowerBound";
588
+ const _TRUB = "TimeRangeUpperBound";
589
+ const _TRa = "TagResource";
590
+ const _TRh = "ThrottlingReason";
591
+ const _TS = "TransactStatements";
592
+ const _TSB = "TableSizeBytes";
593
+ const _TSa = "TableStatus";
594
+ const _TSo = "TotalSegments";
595
+ const _TTLD = "TimeToLiveDescription";
596
+ const _TTLS = "TimeToLiveStatus";
597
+ const _TTLSi = "TimeToLiveSpecification";
598
+ const _TTN = "TargetTableName";
599
+ const _TTSPC = "TargetTrackingScalingPolicyConfiguration";
600
+ const _TV = "TargetValue";
601
+ const _TWI = "TransactWriteItem";
602
+ const _TWII = "TransactWriteItemsInput";
603
+ const _TWIL = "TransactWriteItemList";
604
+ const _TWIO = "TransactWriteItemsOutput";
605
+ const _TWIr = "TransactWriteItems";
606
+ const _TWTD = "TableWarmThroughputDescription";
607
+ const _Ta = "Tags";
608
+ const _Tag = "Tag";
609
+ const _U = "Update";
610
+ const _UCB = "UpdateContinuousBackups";
611
+ const _UCBI = "UpdateContinuousBackupsInput";
612
+ const _UCBO = "UpdateContinuousBackupsOutput";
613
+ const _UCI = "UpdateContributorInsights";
614
+ const _UCII = "UpdateContributorInsightsInput";
615
+ const _UCIO = "UpdateContributorInsightsOutput";
616
+ const _UE = "UpdateExpression";
617
+ const _UGSIA = "UpdateGlobalSecondaryIndexAction";
618
+ const _UGT = "UpdateGlobalTable";
619
+ const _UGTI = "UpdateGlobalTableInput";
620
+ const _UGTO = "UpdateGlobalTableOutput";
621
+ const _UGTS = "UpdateGlobalTableSettings";
622
+ const _UGTSI = "UpdateGlobalTableSettingsInput";
623
+ const _UGTSO = "UpdateGlobalTableSettingsOutput";
624
+ const _UI = "UnprocessedItems";
625
+ const _UII = "UpdateItemInput";
626
+ const _UIO = "UpdateItemOutput";
627
+ const _UIp = "UpdateItem";
628
+ const _UK = "UnprocessedKeys";
629
+ const _UKSC = "UpdateKinesisStreamingConfiguration";
630
+ const _UKSD = "UpdateKinesisStreamingDestination";
631
+ const _UKSDI = "UpdateKinesisStreamingDestinationInput";
632
+ const _UKSDO = "UpdateKinesisStreamingDestinationOutput";
633
+ const _ULRT = "UseLatestRestorableTime";
634
+ const _UR = "UntagResource";
635
+ const _URGMA = "UpdateReplicationGroupMemberAction";
636
+ const _URI = "UntagResourceInput";
637
+ const _UT = "UpdateTable";
638
+ const _UTI = "UpdateTableInput";
639
+ const _UTO = "UpdateTableOutput";
640
+ const _UTRAS = "UpdateTableReplicaAutoScaling";
641
+ const _UTRASI = "UpdateTableReplicaAutoScalingInput";
642
+ const _UTRASO = "UpdateTableReplicaAutoScalingOutput";
643
+ const _UTTL = "UpdateTimeToLive";
644
+ const _UTTLI = "UpdateTimeToLiveInput";
645
+ const _UTTLO = "UpdateTimeToLiveOutput";
646
+ const _V = "Value";
647
+ const _WCU = "WriteCapacityUnits";
648
+ const _WR = "WriteRequest";
649
+ const _WRr = "WriteRequests";
650
+ const _WS = "WitnessStatus";
651
+ const _WT = "WarmThroughput";
652
+ const _WUPS = "WriteUnitsPerSecond";
653
+ const _aQE = "awsQueryError";
654
+ const _c = "client";
655
+ const _e = "error";
656
+ const _hE = "httpError";
657
+ const _hH = "httpHeader";
658
+ const _m = "message";
659
+ const _r = "reason";
660
+ const _re = "resource";
661
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.dynamodb";
662
+ const _se = "server";
663
+ const _tR = "throttlingReasons";
664
+ const _xacrsra = "x-amz-confirm-remove-self-resource-access";
665
+ const n0 = "com.amazonaws.dynamodb";
666
+ const schema_1 = require("@smithy/core/schema");
667
+ const DynamoDBServiceException_1 = require("../models/DynamoDBServiceException");
668
+ const errors_1 = require("../models/errors");
669
+ const _s_registry = schema_1.TypeRegistry.for(_s);
670
+ exports.DynamoDBServiceException$ = [-3, _s, "DynamoDBServiceException", 0, [], []];
671
+ _s_registry.registerError(exports.DynamoDBServiceException$, DynamoDBServiceException_1.DynamoDBServiceException);
672
+ const n0_registry = schema_1.TypeRegistry.for(n0);
673
+ exports.BackupInUseException$ = [-3, n0, _BIUE,
674
+ { [_e]: _c },
675
+ [_m],
676
+ [0]
677
+ ];
678
+ n0_registry.registerError(exports.BackupInUseException$, errors_1.BackupInUseException);
679
+ exports.BackupNotFoundException$ = [-3, n0, _BNFE,
680
+ { [_e]: _c },
681
+ [_m],
682
+ [0]
683
+ ];
684
+ n0_registry.registerError(exports.BackupNotFoundException$, errors_1.BackupNotFoundException);
685
+ exports.ConditionalCheckFailedException$ = [-3, n0, _CCFE,
686
+ { [_e]: _c },
687
+ [_m, _I],
688
+ [0, () => AttributeMap]
689
+ ];
690
+ n0_registry.registerError(exports.ConditionalCheckFailedException$, errors_1.ConditionalCheckFailedException);
691
+ exports.ContinuousBackupsUnavailableException$ = [-3, n0, _CBUE,
692
+ { [_e]: _c },
693
+ [_m],
694
+ [0]
695
+ ];
696
+ n0_registry.registerError(exports.ContinuousBackupsUnavailableException$, errors_1.ContinuousBackupsUnavailableException);
697
+ exports.DuplicateItemException$ = [-3, n0, _DIE,
698
+ { [_e]: _c },
699
+ [_m],
700
+ [0]
701
+ ];
702
+ n0_registry.registerError(exports.DuplicateItemException$, errors_1.DuplicateItemException);
703
+ exports.ExportConflictException$ = [-3, n0, _ECE,
704
+ { [_e]: _c },
705
+ [_m],
706
+ [0]
707
+ ];
708
+ n0_registry.registerError(exports.ExportConflictException$, errors_1.ExportConflictException);
709
+ exports.ExportNotFoundException$ = [-3, n0, _ENFE,
710
+ { [_e]: _c },
711
+ [_m],
712
+ [0]
713
+ ];
714
+ n0_registry.registerError(exports.ExportNotFoundException$, errors_1.ExportNotFoundException);
715
+ exports.GlobalTableAlreadyExistsException$ = [-3, n0, _GTAEE,
716
+ { [_e]: _c },
717
+ [_m],
718
+ [0]
719
+ ];
720
+ n0_registry.registerError(exports.GlobalTableAlreadyExistsException$, errors_1.GlobalTableAlreadyExistsException);
721
+ exports.GlobalTableNotFoundException$ = [-3, n0, _GTNFE,
722
+ { [_e]: _c },
723
+ [_m],
724
+ [0]
725
+ ];
726
+ n0_registry.registerError(exports.GlobalTableNotFoundException$, errors_1.GlobalTableNotFoundException);
727
+ exports.IdempotentParameterMismatchException$ = [-3, n0, _IPME,
728
+ { [_e]: _c },
729
+ [_M],
730
+ [0]
731
+ ];
732
+ n0_registry.registerError(exports.IdempotentParameterMismatchException$, errors_1.IdempotentParameterMismatchException);
733
+ exports.ImportConflictException$ = [-3, n0, _ICE,
734
+ { [_e]: _c },
735
+ [_m],
736
+ [0]
737
+ ];
738
+ n0_registry.registerError(exports.ImportConflictException$, errors_1.ImportConflictException);
739
+ exports.ImportNotFoundException$ = [-3, n0, _INFE,
740
+ { [_e]: _c },
741
+ [_m],
742
+ [0]
743
+ ];
744
+ n0_registry.registerError(exports.ImportNotFoundException$, errors_1.ImportNotFoundException);
745
+ exports.IndexNotFoundException$ = [-3, n0, _INFEn,
746
+ { [_e]: _c },
747
+ [_m],
748
+ [0]
749
+ ];
750
+ n0_registry.registerError(exports.IndexNotFoundException$, errors_1.IndexNotFoundException);
751
+ exports.InternalServerError$ = [-3, n0, _ISE,
752
+ { [_e]: _se },
753
+ [_m],
754
+ [0]
755
+ ];
756
+ n0_registry.registerError(exports.InternalServerError$, errors_1.InternalServerError);
757
+ exports.InvalidEndpointException$ = [-3, n0, _IEE,
758
+ { [_e]: _c, [_hE]: 421 },
759
+ [_M],
760
+ [0]
761
+ ];
762
+ n0_registry.registerError(exports.InvalidEndpointException$, errors_1.InvalidEndpointException);
763
+ exports.InvalidExportTimeException$ = [-3, n0, _IETE,
764
+ { [_e]: _c },
765
+ [_m],
766
+ [0]
767
+ ];
768
+ n0_registry.registerError(exports.InvalidExportTimeException$, errors_1.InvalidExportTimeException);
769
+ exports.InvalidRestoreTimeException$ = [-3, n0, _IRTE,
770
+ { [_e]: _c },
771
+ [_m],
772
+ [0]
773
+ ];
774
+ n0_registry.registerError(exports.InvalidRestoreTimeException$, errors_1.InvalidRestoreTimeException);
775
+ exports.ItemCollectionSizeLimitExceededException$ = [-3, n0, _ICSLEE,
776
+ { [_e]: _c },
777
+ [_m],
778
+ [0]
779
+ ];
780
+ n0_registry.registerError(exports.ItemCollectionSizeLimitExceededException$, errors_1.ItemCollectionSizeLimitExceededException);
781
+ exports.LimitExceededException$ = [-3, n0, _LEE,
782
+ { [_e]: _c },
783
+ [_m],
784
+ [0]
785
+ ];
786
+ n0_registry.registerError(exports.LimitExceededException$, errors_1.LimitExceededException);
787
+ exports.PointInTimeRecoveryUnavailableException$ = [-3, n0, _PITRUE,
788
+ { [_e]: _c },
789
+ [_m],
790
+ [0]
791
+ ];
792
+ n0_registry.registerError(exports.PointInTimeRecoveryUnavailableException$, errors_1.PointInTimeRecoveryUnavailableException);
793
+ exports.PolicyNotFoundException$ = [-3, n0, _PNFE,
794
+ { [_e]: _c },
795
+ [_m],
796
+ [0]
797
+ ];
798
+ n0_registry.registerError(exports.PolicyNotFoundException$, errors_1.PolicyNotFoundException);
799
+ exports.ProvisionedThroughputExceededException$ = [-3, n0, _PTEE,
800
+ { [_e]: _c },
801
+ [_m, _TR],
802
+ [0, () => ThrottlingReasonList]
803
+ ];
804
+ n0_registry.registerError(exports.ProvisionedThroughputExceededException$, errors_1.ProvisionedThroughputExceededException);
805
+ exports.ReplicaAlreadyExistsException$ = [-3, n0, _RAEE,
806
+ { [_e]: _c },
807
+ [_m],
808
+ [0]
809
+ ];
810
+ n0_registry.registerError(exports.ReplicaAlreadyExistsException$, errors_1.ReplicaAlreadyExistsException);
811
+ exports.ReplicaNotFoundException$ = [-3, n0, _RNFE,
812
+ { [_e]: _c },
813
+ [_m],
814
+ [0]
815
+ ];
816
+ n0_registry.registerError(exports.ReplicaNotFoundException$, errors_1.ReplicaNotFoundException);
817
+ exports.ReplicatedWriteConflictException$ = [-3, n0, _RWCE,
818
+ { [_e]: _c },
819
+ [_m],
820
+ [0]
821
+ ];
822
+ n0_registry.registerError(exports.ReplicatedWriteConflictException$, errors_1.ReplicatedWriteConflictException);
823
+ exports.RequestLimitExceeded$ = [-3, n0, _RLE,
824
+ { [_e]: _c },
825
+ [_m, _TR],
826
+ [0, () => ThrottlingReasonList]
827
+ ];
828
+ n0_registry.registerError(exports.RequestLimitExceeded$, errors_1.RequestLimitExceeded);
829
+ exports.ResourceInUseException$ = [-3, n0, _RIUE,
830
+ { [_e]: _c },
831
+ [_m],
832
+ [0]
833
+ ];
834
+ n0_registry.registerError(exports.ResourceInUseException$, errors_1.ResourceInUseException);
835
+ exports.ResourceNotFoundException$ = [-3, n0, _RNFEe,
836
+ { [_e]: _c },
837
+ [_m],
838
+ [0]
839
+ ];
840
+ n0_registry.registerError(exports.ResourceNotFoundException$, errors_1.ResourceNotFoundException);
841
+ exports.TableAlreadyExistsException$ = [-3, n0, _TAEE,
842
+ { [_e]: _c },
843
+ [_m],
844
+ [0]
845
+ ];
846
+ n0_registry.registerError(exports.TableAlreadyExistsException$, errors_1.TableAlreadyExistsException);
847
+ exports.TableInUseException$ = [-3, n0, _TIUE,
848
+ { [_e]: _c },
849
+ [_m],
850
+ [0]
851
+ ];
852
+ n0_registry.registerError(exports.TableInUseException$, errors_1.TableInUseException);
853
+ exports.TableNotFoundException$ = [-3, n0, _TNFE,
854
+ { [_e]: _c },
855
+ [_m],
856
+ [0]
857
+ ];
858
+ n0_registry.registerError(exports.TableNotFoundException$, errors_1.TableNotFoundException);
859
+ exports.ThrottlingException$ = [-3, n0, _TE,
860
+ { [_aQE]: [`Throttling`, 400], [_e]: _c, [_hE]: 400 },
861
+ [_m, _tR],
862
+ [0, () => ThrottlingReasonList]
863
+ ];
864
+ n0_registry.registerError(exports.ThrottlingException$, errors_1.ThrottlingException);
865
+ exports.TransactionCanceledException$ = [-3, n0, _TCE,
866
+ { [_e]: _c },
867
+ [_M, _CR],
868
+ [0, () => CancellationReasonList]
869
+ ];
870
+ n0_registry.registerError(exports.TransactionCanceledException$, errors_1.TransactionCanceledException);
871
+ exports.TransactionConflictException$ = [-3, n0, _TCEr,
872
+ { [_e]: _c },
873
+ [_m],
874
+ [0]
875
+ ];
876
+ n0_registry.registerError(exports.TransactionConflictException$, errors_1.TransactionConflictException);
877
+ exports.TransactionInProgressException$ = [-3, n0, _TIPE,
878
+ { [_e]: _c },
879
+ [_M],
880
+ [0]
881
+ ];
882
+ n0_registry.registerError(exports.TransactionInProgressException$, errors_1.TransactionInProgressException);
883
+ exports.errorTypeRegistries = [
884
+ _s_registry,
885
+ n0_registry,
886
+ ];
887
+ exports.ArchivalSummary$ = [3, n0, _AS,
888
+ 0,
889
+ [_ADT, _AR, _ABA],
890
+ [4, 0, 0]
891
+ ];
892
+ exports.AttributeDefinition$ = [3, n0, _AD,
893
+ 0,
894
+ [_AN, _AT],
895
+ [0, 0], 2
896
+ ];
897
+ exports.AttributeValueUpdate$ = [3, n0, _AVU,
898
+ 0,
899
+ [_V, _A],
900
+ [() => exports.AttributeValue$, 0]
901
+ ];
902
+ exports.AutoScalingPolicyDescription$ = [3, n0, _ASPD,
903
+ 0,
904
+ [_PN, _TTSPC],
905
+ [0, () => exports.AutoScalingTargetTrackingScalingPolicyConfigurationDescription$]
906
+ ];
907
+ exports.AutoScalingPolicyUpdate$ = [3, n0, _ASPU,
908
+ 0,
909
+ [_TTSPC, _PN],
910
+ [() => exports.AutoScalingTargetTrackingScalingPolicyConfigurationUpdate$, 0], 1
911
+ ];
912
+ exports.AutoScalingSettingsDescription$ = [3, n0, _ASSD,
913
+ 0,
914
+ [_MU, _MUa, _ASD, _ASRA, _SP],
915
+ [1, 1, 2, 0, () => AutoScalingPolicyDescriptionList]
916
+ ];
917
+ exports.AutoScalingSettingsUpdate$ = [3, n0, _ASSU,
918
+ 0,
919
+ [_MU, _MUa, _ASD, _ASRA, _SPU],
920
+ [1, 1, 2, 0, () => exports.AutoScalingPolicyUpdate$]
921
+ ];
922
+ exports.AutoScalingTargetTrackingScalingPolicyConfigurationDescription$ = [3, n0, _ASTTSPCD,
923
+ 0,
924
+ [_TV, _DSI, _SIC, _SOC],
925
+ [1, 2, 1, 1], 1
926
+ ];
927
+ exports.AutoScalingTargetTrackingScalingPolicyConfigurationUpdate$ = [3, n0, _ASTTSPCU,
928
+ 0,
929
+ [_TV, _DSI, _SIC, _SOC],
930
+ [1, 2, 1, 1], 1
931
+ ];
932
+ exports.BackupDescription$ = [3, n0, _BD,
933
+ 0,
934
+ [_BDa, _STD, _STFD],
935
+ [() => exports.BackupDetails$, () => exports.SourceTableDetails$, () => exports.SourceTableFeatureDetails$]
936
+ ];
937
+ exports.BackupDetails$ = [3, n0, _BDa,
938
+ 0,
939
+ [_BA, _BN, _BS, _BT, _BCDT, _BSB, _BEDT],
940
+ [0, 0, 0, 0, 4, 1, 4], 5
941
+ ];
942
+ exports.BackupSummary$ = [3, n0, _BSa,
943
+ 0,
944
+ [_TN, _TI, _TA, _BA, _BN, _BCDT, _BEDT, _BS, _BT, _BSB],
945
+ [0, 0, 0, 0, 0, 4, 4, 0, 0, 1]
946
+ ];
947
+ exports.BatchExecuteStatementInput$ = [3, n0, _BESI,
948
+ 0,
949
+ [_S, _RCC],
950
+ [() => PartiQLBatchRequest, 0], 1
951
+ ];
952
+ exports.BatchExecuteStatementOutput$ = [3, n0, _BESO,
953
+ 0,
954
+ [_R, _CC],
955
+ [() => PartiQLBatchResponse, () => ConsumedCapacityMultiple]
956
+ ];
957
+ exports.BatchGetItemInput$ = [3, n0, _BGII,
958
+ 0,
959
+ [_RI, _RCC],
960
+ [() => BatchGetRequestMap, 0], 1
961
+ ];
962
+ exports.BatchGetItemOutput$ = [3, n0, _BGIO,
963
+ 0,
964
+ [_R, _UK, _CC],
965
+ [() => BatchGetResponseMap, () => BatchGetRequestMap, () => ConsumedCapacityMultiple]
966
+ ];
967
+ exports.BatchStatementError$ = [3, n0, _BSE,
968
+ 0,
969
+ [_C, _M, _I],
970
+ [0, 0, () => AttributeMap]
971
+ ];
972
+ exports.BatchStatementRequest$ = [3, n0, _BSR,
973
+ 0,
974
+ [_St, _P, _CRo, _RVOCCF],
975
+ [0, () => PreparedStatementParameters, 2, 0], 1
976
+ ];
977
+ exports.BatchStatementResponse$ = [3, n0, _BSRa,
978
+ 0,
979
+ [_E, _TN, _I],
980
+ [() => exports.BatchStatementError$, 0, () => AttributeMap]
981
+ ];
982
+ exports.BatchWriteItemInput$ = [3, n0, _BWII,
983
+ 0,
984
+ [_RI, _RCC, _RICM],
985
+ [() => BatchWriteItemRequestMap, 0, 0], 1
986
+ ];
987
+ exports.BatchWriteItemOutput$ = [3, n0, _BWIO,
988
+ 0,
989
+ [_UI, _ICM, _CC],
990
+ [() => BatchWriteItemRequestMap, () => ItemCollectionMetricsPerTable, () => ConsumedCapacityMultiple]
991
+ ];
992
+ exports.BillingModeSummary$ = [3, n0, _BMS,
993
+ 0,
994
+ [_BM, _LUTPPRDT],
995
+ [0, 4]
996
+ ];
997
+ exports.CancellationReason$ = [3, n0, _CRa,
998
+ 0,
999
+ [_I, _C, _M],
1000
+ [() => AttributeMap, 0, 0]
1001
+ ];
1002
+ exports.Capacity$ = [3, n0, _Ca,
1003
+ 0,
1004
+ [_RCU, _WCU, _CU],
1005
+ [1, 1, 1]
1006
+ ];
1007
+ exports.Condition$ = [3, n0, _Co,
1008
+ 0,
1009
+ [_CO, _AVL],
1010
+ [0, () => AttributeValueList], 1
1011
+ ];
1012
+ exports.ConditionCheck$ = [3, n0, _CCo,
1013
+ 0,
1014
+ [_K, _TN, _CE, _EAN, _EAV, _RVOCCF],
1015
+ [() => Key, 0, 0, 128 | 0, () => ExpressionAttributeValueMap, 0], 3
1016
+ ];
1017
+ exports.ConsumedCapacity$ = [3, n0, _CC,
1018
+ 0,
1019
+ [_TN, _CU, _RCU, _WCU, _T, _LSI, _GSI],
1020
+ [0, 1, 1, 1, () => exports.Capacity$, () => SecondaryIndexesCapacityMap, () => SecondaryIndexesCapacityMap]
1021
+ ];
1022
+ exports.ContinuousBackupsDescription$ = [3, n0, _CBD,
1023
+ 0,
1024
+ [_CBS, _PITRD],
1025
+ [0, () => exports.PointInTimeRecoveryDescription$], 1
1026
+ ];
1027
+ exports.ContributorInsightsSummary$ = [3, n0, _CIS,
1028
+ 0,
1029
+ [_TN, _IN, _CISo, _CIM],
1030
+ [0, 0, 0, 0]
1031
+ ];
1032
+ exports.CreateBackupInput$ = [3, n0, _CBI,
1033
+ 0,
1034
+ [_TN, _BN],
1035
+ [0, 0], 2
1036
+ ];
1037
+ exports.CreateBackupOutput$ = [3, n0, _CBO,
1038
+ 0,
1039
+ [_BDa],
1040
+ [() => exports.BackupDetails$]
1041
+ ];
1042
+ exports.CreateGlobalSecondaryIndexAction$ = [3, n0, _CGSIA,
1043
+ 0,
1044
+ [_IN, _KS, _Pr, _PT, _ODT, _WT],
1045
+ [0, () => KeySchema, () => exports.Projection$, () => exports.ProvisionedThroughput$, () => exports.OnDemandThroughput$, () => exports.WarmThroughput$], 3
1046
+ ];
1047
+ exports.CreateGlobalTableInput$ = [3, n0, _CGTI,
1048
+ 0,
1049
+ [_GTN, _RG],
1050
+ [0, () => ReplicaList], 2
1051
+ ];
1052
+ exports.CreateGlobalTableOutput$ = [3, n0, _CGTO,
1053
+ 0,
1054
+ [_GTD],
1055
+ [() => exports.GlobalTableDescription$]
1056
+ ];
1057
+ exports.CreateGlobalTableWitnessGroupMemberAction$ = [3, n0, _CGTWGMA,
1058
+ 0,
1059
+ [_RN],
1060
+ [0], 1
1061
+ ];
1062
+ exports.CreateReplicaAction$ = [3, n0, _CRA,
1063
+ 0,
1064
+ [_RN],
1065
+ [0], 1
1066
+ ];
1067
+ exports.CreateReplicationGroupMemberAction$ = [3, n0, _CRGMA,
1068
+ 0,
1069
+ [_RN, _KMSMKI, _PTO, _ODTO, _GSI, _TCO],
1070
+ [0, 0, () => exports.ProvisionedThroughputOverride$, () => exports.OnDemandThroughputOverride$, () => ReplicaGlobalSecondaryIndexList, 0], 1
1071
+ ];
1072
+ exports.CreateTableInput$ = [3, n0, _CTI,
1073
+ 0,
1074
+ [_TN, _ADt, _KS, _LSI, _GSI, _BM, _PT, _SS, _SSES, _Ta, _TC, _DPE, _WT, _RP, _ODT, _GTSA, _GTSRM],
1075
+ [0, () => AttributeDefinitions, () => KeySchema, () => LocalSecondaryIndexList, () => GlobalSecondaryIndexList, 0, () => exports.ProvisionedThroughput$, () => exports.StreamSpecification$, () => exports.SSESpecification$, () => TagList, 0, 2, () => exports.WarmThroughput$, 0, () => exports.OnDemandThroughput$, 0, 0], 1
1076
+ ];
1077
+ exports.CreateTableOutput$ = [3, n0, _CTO,
1078
+ 0,
1079
+ [_TD],
1080
+ [() => exports.TableDescription$]
1081
+ ];
1082
+ exports.CsvOptions$ = [3, n0, _COs,
1083
+ 0,
1084
+ [_D, _HL],
1085
+ [0, 64 | 0]
1086
+ ];
1087
+ exports.Delete$ = [3, n0, _De,
1088
+ 0,
1089
+ [_K, _TN, _CE, _EAN, _EAV, _RVOCCF],
1090
+ [() => Key, 0, 0, 128 | 0, () => ExpressionAttributeValueMap, 0], 2
1091
+ ];
1092
+ exports.DeleteBackupInput$ = [3, n0, _DBI,
1093
+ 0,
1094
+ [_BA],
1095
+ [0], 1
1096
+ ];
1097
+ exports.DeleteBackupOutput$ = [3, n0, _DBO,
1098
+ 0,
1099
+ [_BD],
1100
+ [() => exports.BackupDescription$]
1101
+ ];
1102
+ exports.DeleteGlobalSecondaryIndexAction$ = [3, n0, _DGSIA,
1103
+ 0,
1104
+ [_IN],
1105
+ [0], 1
1106
+ ];
1107
+ exports.DeleteGlobalTableWitnessGroupMemberAction$ = [3, n0, _DGTWGMA,
1108
+ 0,
1109
+ [_RN],
1110
+ [0], 1
1111
+ ];
1112
+ exports.DeleteItemInput$ = [3, n0, _DII,
1113
+ 0,
1114
+ [_TN, _K, _Ex, _COo, _RV, _RCC, _RICM, _CE, _EAN, _EAV, _RVOCCF],
1115
+ [0, () => Key, () => ExpectedAttributeMap, 0, 0, 0, 0, 0, 128 | 0, () => ExpressionAttributeValueMap, 0], 2
1116
+ ];
1117
+ exports.DeleteItemOutput$ = [3, n0, _DIO,
1118
+ 0,
1119
+ [_At, _CC, _ICM],
1120
+ [() => AttributeMap, () => exports.ConsumedCapacity$, () => exports.ItemCollectionMetrics$]
1121
+ ];
1122
+ exports.DeleteReplicaAction$ = [3, n0, _DRA,
1123
+ 0,
1124
+ [_RN],
1125
+ [0], 1
1126
+ ];
1127
+ exports.DeleteReplicationGroupMemberAction$ = [3, n0, _DRGMA,
1128
+ 0,
1129
+ [_RN],
1130
+ [0], 1
1131
+ ];
1132
+ exports.DeleteRequest$ = [3, n0, _DR,
1133
+ 0,
1134
+ [_K],
1135
+ [() => Key], 1
1136
+ ];
1137
+ exports.DeleteResourcePolicyInput$ = [3, n0, _DRPI,
1138
+ 0,
1139
+ [_RA, _ERI],
1140
+ [0, 0], 1
1141
+ ];
1142
+ exports.DeleteResourcePolicyOutput$ = [3, n0, _DRPO,
1143
+ 0,
1144
+ [_RIe],
1145
+ [0]
1146
+ ];
1147
+ exports.DeleteTableInput$ = [3, n0, _DTI,
1148
+ 0,
1149
+ [_TN],
1150
+ [0], 1
1151
+ ];
1152
+ exports.DeleteTableOutput$ = [3, n0, _DTO,
1153
+ 0,
1154
+ [_TD],
1155
+ [() => exports.TableDescription$]
1156
+ ];
1157
+ exports.DescribeBackupInput$ = [3, n0, _DBIe,
1158
+ 0,
1159
+ [_BA],
1160
+ [0], 1
1161
+ ];
1162
+ exports.DescribeBackupOutput$ = [3, n0, _DBOe,
1163
+ 0,
1164
+ [_BD],
1165
+ [() => exports.BackupDescription$]
1166
+ ];
1167
+ exports.DescribeContinuousBackupsInput$ = [3, n0, _DCBI,
1168
+ 0,
1169
+ [_TN],
1170
+ [0], 1
1171
+ ];
1172
+ exports.DescribeContinuousBackupsOutput$ = [3, n0, _DCBO,
1173
+ 0,
1174
+ [_CBD],
1175
+ [() => exports.ContinuousBackupsDescription$]
1176
+ ];
1177
+ exports.DescribeContributorInsightsInput$ = [3, n0, _DCII,
1178
+ 0,
1179
+ [_TN, _IN],
1180
+ [0, 0], 1
1181
+ ];
1182
+ exports.DescribeContributorInsightsOutput$ = [3, n0, _DCIO,
1183
+ 0,
1184
+ [_TN, _IN, _CIRL, _CISo, _LUDT, _FE, _CIM],
1185
+ [0, 0, 64 | 0, 0, 4, () => exports.FailureException$, 0]
1186
+ ];
1187
+ exports.DescribeEndpointsRequest$ = [3, n0, _DER,
1188
+ 0,
1189
+ [],
1190
+ []
1191
+ ];
1192
+ exports.DescribeEndpointsResponse$ = [3, n0, _DERe,
1193
+ 0,
1194
+ [_En],
1195
+ [() => Endpoints], 1
1196
+ ];
1197
+ exports.DescribeExportInput$ = [3, n0, _DEI,
1198
+ 0,
1199
+ [_EA],
1200
+ [0], 1
1201
+ ];
1202
+ exports.DescribeExportOutput$ = [3, n0, _DEO,
1203
+ 0,
1204
+ [_ED],
1205
+ [() => exports.ExportDescription$]
1206
+ ];
1207
+ exports.DescribeGlobalTableInput$ = [3, n0, _DGTI,
1208
+ 0,
1209
+ [_GTN],
1210
+ [0], 1
1211
+ ];
1212
+ exports.DescribeGlobalTableOutput$ = [3, n0, _DGTO,
1213
+ 0,
1214
+ [_GTD],
1215
+ [() => exports.GlobalTableDescription$]
1216
+ ];
1217
+ exports.DescribeGlobalTableSettingsInput$ = [3, n0, _DGTSI,
1218
+ 0,
1219
+ [_GTN],
1220
+ [0], 1
1221
+ ];
1222
+ exports.DescribeGlobalTableSettingsOutput$ = [3, n0, _DGTSO,
1223
+ 0,
1224
+ [_GTN, _RS],
1225
+ [0, () => ReplicaSettingsDescriptionList]
1226
+ ];
1227
+ exports.DescribeImportInput$ = [3, n0, _DIIe,
1228
+ 0,
1229
+ [_IA],
1230
+ [0], 1
1231
+ ];
1232
+ exports.DescribeImportOutput$ = [3, n0, _DIOe,
1233
+ 0,
1234
+ [_ITD],
1235
+ [() => exports.ImportTableDescription$], 1
1236
+ ];
1237
+ exports.DescribeKinesisStreamingDestinationInput$ = [3, n0, _DKSDI,
1238
+ 0,
1239
+ [_TN],
1240
+ [0], 1
1241
+ ];
1242
+ exports.DescribeKinesisStreamingDestinationOutput$ = [3, n0, _DKSDO,
1243
+ 0,
1244
+ [_TN, _KDSD],
1245
+ [0, () => KinesisDataStreamDestinations]
1246
+ ];
1247
+ exports.DescribeLimitsInput$ = [3, n0, _DLI,
1248
+ 0,
1249
+ [],
1250
+ []
1251
+ ];
1252
+ exports.DescribeLimitsOutput$ = [3, n0, _DLO,
1253
+ 0,
1254
+ [_AMRCU, _AMWCU, _TMRCU, _TMWCU],
1255
+ [1, 1, 1, 1]
1256
+ ];
1257
+ exports.DescribeTableInput$ = [3, n0, _DTIe,
1258
+ 0,
1259
+ [_TN],
1260
+ [0], 1
1261
+ ];
1262
+ exports.DescribeTableOutput$ = [3, n0, _DTOe,
1263
+ 0,
1264
+ [_T],
1265
+ [() => exports.TableDescription$]
1266
+ ];
1267
+ exports.DescribeTableReplicaAutoScalingInput$ = [3, n0, _DTRASI,
1268
+ 0,
1269
+ [_TN],
1270
+ [0], 1
1271
+ ];
1272
+ exports.DescribeTableReplicaAutoScalingOutput$ = [3, n0, _DTRASO,
1273
+ 0,
1274
+ [_TASD],
1275
+ [() => exports.TableAutoScalingDescription$]
1276
+ ];
1277
+ exports.DescribeTimeToLiveInput$ = [3, n0, _DTTLI,
1278
+ 0,
1279
+ [_TN],
1280
+ [0], 1
1281
+ ];
1282
+ exports.DescribeTimeToLiveOutput$ = [3, n0, _DTTLO,
1283
+ 0,
1284
+ [_TTLD],
1285
+ [() => exports.TimeToLiveDescription$]
1286
+ ];
1287
+ exports.EnableKinesisStreamingConfiguration$ = [3, n0, _EKSC,
1288
+ 0,
1289
+ [_ACDTP],
1290
+ [0]
1291
+ ];
1292
+ exports.Endpoint$ = [3, n0, _End,
1293
+ 0,
1294
+ [_Ad, _CPIM],
1295
+ [0, 1], 2
1296
+ ];
1297
+ exports.ExecuteStatementInput$ = [3, n0, _ESI,
1298
+ 0,
1299
+ [_St, _P, _CRo, _NT, _RCC, _L, _RVOCCF],
1300
+ [0, () => PreparedStatementParameters, 2, 0, 0, 1, 0], 1
1301
+ ];
1302
+ exports.ExecuteStatementOutput$ = [3, n0, _ESO,
1303
+ 0,
1304
+ [_It, _NT, _CC, _LEK],
1305
+ [() => ItemList, 0, () => exports.ConsumedCapacity$, () => Key]
1306
+ ];
1307
+ exports.ExecuteTransactionInput$ = [3, n0, _ETI,
1308
+ 0,
1309
+ [_TS, _CRT, _RCC],
1310
+ [() => ParameterizedStatements, [0, 4], 0], 1
1311
+ ];
1312
+ exports.ExecuteTransactionOutput$ = [3, n0, _ETO,
1313
+ 0,
1314
+ [_R, _CC],
1315
+ [() => ItemResponseList, () => ConsumedCapacityMultiple]
1316
+ ];
1317
+ exports.ExpectedAttributeValue$ = [3, n0, _EAVx,
1318
+ 0,
1319
+ [_V, _Exi, _CO, _AVL],
1320
+ [() => exports.AttributeValue$, 2, 0, () => AttributeValueList]
1321
+ ];
1322
+ exports.ExportDescription$ = [3, n0, _ED,
1323
+ 0,
1324
+ [_EA, _ES, _ST, _ET, _EM, _TA, _TI, _ETx, _CT, _SB, _SBO, _SPr, _SSA, _SSKKI, _FC, _FM, _EF, _BSBi, _IC, _ETxp, _IES],
1325
+ [0, 0, 4, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, () => exports.IncrementalExportSpecification$]
1326
+ ];
1327
+ exports.ExportSummary$ = [3, n0, _ESx,
1328
+ 0,
1329
+ [_EA, _ES, _ETxp],
1330
+ [0, 0, 0]
1331
+ ];
1332
+ exports.ExportTableToPointInTimeInput$ = [3, n0, _ETTPITI,
1333
+ 0,
1334
+ [_TA, _SB, _ETx, _CT, _SBO, _SPr, _SSA, _SSKKI, _EF, _ETxp, _IES],
1335
+ [0, 0, 4, [0, 4], 0, 0, 0, 0, 0, 0, () => exports.IncrementalExportSpecification$], 2
1336
+ ];
1337
+ exports.ExportTableToPointInTimeOutput$ = [3, n0, _ETTPITO,
1338
+ 0,
1339
+ [_ED],
1340
+ [() => exports.ExportDescription$]
1341
+ ];
1342
+ exports.FailureException$ = [3, n0, _FE,
1343
+ 0,
1344
+ [_EN, _EDx],
1345
+ [0, 0]
1346
+ ];
1347
+ exports.Get$ = [3, n0, _G,
1348
+ 0,
1349
+ [_K, _TN, _PE, _EAN],
1350
+ [() => Key, 0, 0, 128 | 0], 2
1351
+ ];
1352
+ exports.GetItemInput$ = [3, n0, _GII,
1353
+ 0,
1354
+ [_TN, _K, _ATG, _CRo, _RCC, _PE, _EAN],
1355
+ [0, () => Key, 64 | 0, 2, 0, 0, 128 | 0], 2
1356
+ ];
1357
+ exports.GetItemOutput$ = [3, n0, _GIO,
1358
+ 0,
1359
+ [_I, _CC],
1360
+ [() => AttributeMap, () => exports.ConsumedCapacity$]
1361
+ ];
1362
+ exports.GetResourcePolicyInput$ = [3, n0, _GRPI,
1363
+ 0,
1364
+ [_RA],
1365
+ [0], 1
1366
+ ];
1367
+ exports.GetResourcePolicyOutput$ = [3, n0, _GRPO,
1368
+ 0,
1369
+ [_Po, _RIe],
1370
+ [0, 0]
1371
+ ];
1372
+ exports.GlobalSecondaryIndex$ = [3, n0, _GSIl,
1373
+ 0,
1374
+ [_IN, _KS, _Pr, _PT, _ODT, _WT],
1375
+ [0, () => KeySchema, () => exports.Projection$, () => exports.ProvisionedThroughput$, () => exports.OnDemandThroughput$, () => exports.WarmThroughput$], 3
1376
+ ];
1377
+ exports.GlobalSecondaryIndexAutoScalingUpdate$ = [3, n0, _GSIASU,
1378
+ 0,
1379
+ [_IN, _PWCASU],
1380
+ [0, () => exports.AutoScalingSettingsUpdate$]
1381
+ ];
1382
+ exports.GlobalSecondaryIndexDescription$ = [3, n0, _GSID,
1383
+ 0,
1384
+ [_IN, _KS, _Pr, _IS, _B, _PT, _ISB, _IC, _IAn, _ODT, _WT],
1385
+ [0, () => KeySchema, () => exports.Projection$, 0, 2, () => exports.ProvisionedThroughputDescription$, 1, 1, 0, () => exports.OnDemandThroughput$, () => exports.GlobalSecondaryIndexWarmThroughputDescription$]
1386
+ ];
1387
+ exports.GlobalSecondaryIndexInfo$ = [3, n0, _GSII,
1388
+ 0,
1389
+ [_IN, _KS, _Pr, _PT, _ODT],
1390
+ [0, () => KeySchema, () => exports.Projection$, () => exports.ProvisionedThroughput$, () => exports.OnDemandThroughput$]
1391
+ ];
1392
+ exports.GlobalSecondaryIndexUpdate$ = [3, n0, _GSIU,
1393
+ 0,
1394
+ [_U, _Cr, _De],
1395
+ [() => exports.UpdateGlobalSecondaryIndexAction$, () => exports.CreateGlobalSecondaryIndexAction$, () => exports.DeleteGlobalSecondaryIndexAction$]
1396
+ ];
1397
+ exports.GlobalSecondaryIndexWarmThroughputDescription$ = [3, n0, _GSIWTD,
1398
+ 0,
1399
+ [_RUPS, _WUPS, _Sta],
1400
+ [1, 1, 0]
1401
+ ];
1402
+ exports.GlobalTable$ = [3, n0, _GT,
1403
+ 0,
1404
+ [_GTN, _RG],
1405
+ [0, () => ReplicaList]
1406
+ ];
1407
+ exports.GlobalTableDescription$ = [3, n0, _GTD,
1408
+ 0,
1409
+ [_RG, _GTA, _CDT, _GTS, _GTN],
1410
+ [() => ReplicaDescriptionList, 0, 4, 0, 0]
1411
+ ];
1412
+ exports.GlobalTableGlobalSecondaryIndexSettingsUpdate$ = [3, n0, _GTGSISU,
1413
+ 0,
1414
+ [_IN, _PWCU, _PWCASSU],
1415
+ [0, 1, () => exports.AutoScalingSettingsUpdate$], 1
1416
+ ];
1417
+ exports.GlobalTableWitnessDescription$ = [3, n0, _GTWD,
1418
+ 0,
1419
+ [_RN, _WS],
1420
+ [0, 0]
1421
+ ];
1422
+ exports.GlobalTableWitnessGroupUpdate$ = [3, n0, _GTWGU,
1423
+ 0,
1424
+ [_Cr, _De],
1425
+ [() => exports.CreateGlobalTableWitnessGroupMemberAction$, () => exports.DeleteGlobalTableWitnessGroupMemberAction$]
1426
+ ];
1427
+ exports.ImportSummary$ = [3, n0, _ISm,
1428
+ 0,
1429
+ [_IA, _ISmp, _TA, _SBS, _CWLGA, _IF, _ST, _ET],
1430
+ [0, 0, 0, () => exports.S3BucketSource$, 0, 0, 4, 4]
1431
+ ];
1432
+ exports.ImportTableDescription$ = [3, n0, _ITD,
1433
+ 0,
1434
+ [_IA, _ISmp, _TA, _TI, _CT, _SBS, _EC, _CWLGA, _IF, _IFO, _ICT, _TCP, _ST, _ET, _PSB, _PIC, _IIC, _FC, _FM],
1435
+ [0, 0, 0, 0, 0, () => exports.S3BucketSource$, 1, 0, 0, () => exports.InputFormatOptions$, 0, () => exports.TableCreationParameters$, 4, 4, 1, 1, 1, 0, 0]
1436
+ ];
1437
+ exports.ImportTableInput$ = [3, n0, _ITI,
1438
+ 0,
1439
+ [_SBS, _IF, _TCP, _CT, _IFO, _ICT],
1440
+ [() => exports.S3BucketSource$, 0, () => exports.TableCreationParameters$, [0, 4], () => exports.InputFormatOptions$, 0], 3
1441
+ ];
1442
+ exports.ImportTableOutput$ = [3, n0, _ITO,
1443
+ 0,
1444
+ [_ITD],
1445
+ [() => exports.ImportTableDescription$], 1
1446
+ ];
1447
+ exports.IncrementalExportSpecification$ = [3, n0, _IES,
1448
+ 0,
1449
+ [_EFT, _ETT, _EVT],
1450
+ [4, 4, 0]
1451
+ ];
1452
+ exports.InputFormatOptions$ = [3, n0, _IFO,
1453
+ 0,
1454
+ [_Cs],
1455
+ [() => exports.CsvOptions$]
1456
+ ];
1457
+ exports.ItemCollectionMetrics$ = [3, n0, _ICM,
1458
+ 0,
1459
+ [_ICK, _SERGB],
1460
+ [() => ItemCollectionKeyAttributeMap, 64 | 1]
1461
+ ];
1462
+ exports.ItemResponse$ = [3, n0, _IR,
1463
+ 0,
1464
+ [_I],
1465
+ [() => AttributeMap]
1466
+ ];
1467
+ exports.KeysAndAttributes$ = [3, n0, _KAA,
1468
+ 0,
1469
+ [_Ke, _ATG, _CRo, _PE, _EAN],
1470
+ [() => KeyList, 64 | 0, 2, 0, 128 | 0], 1
1471
+ ];
1472
+ exports.KeySchemaElement$ = [3, n0, _KSE,
1473
+ 0,
1474
+ [_AN, _KT],
1475
+ [0, 0], 2
1476
+ ];
1477
+ exports.KinesisDataStreamDestination$ = [3, n0, _KDSDi,
1478
+ 0,
1479
+ [_SA, _DS, _DSD, _ACDTP],
1480
+ [0, 0, 0, 0]
1481
+ ];
1482
+ exports.KinesisStreamingDestinationInput$ = [3, n0, _KSDI,
1483
+ 0,
1484
+ [_TN, _SA, _EKSC],
1485
+ [0, 0, () => exports.EnableKinesisStreamingConfiguration$], 2
1486
+ ];
1487
+ exports.KinesisStreamingDestinationOutput$ = [3, n0, _KSDO,
1488
+ 0,
1489
+ [_TN, _SA, _DS, _EKSC],
1490
+ [0, 0, 0, () => exports.EnableKinesisStreamingConfiguration$]
1491
+ ];
1492
+ exports.ListBackupsInput$ = [3, n0, _LBI,
1493
+ 0,
1494
+ [_TN, _L, _TRLB, _TRUB, _ESBA, _BT],
1495
+ [0, 1, 4, 4, 0, 0]
1496
+ ];
1497
+ exports.ListBackupsOutput$ = [3, n0, _LBO,
1498
+ 0,
1499
+ [_BSac, _LEBA],
1500
+ [() => BackupSummaries, 0]
1501
+ ];
1502
+ exports.ListContributorInsightsInput$ = [3, n0, _LCII,
1503
+ 0,
1504
+ [_TN, _NT, _MR],
1505
+ [0, 0, 1]
1506
+ ];
1507
+ exports.ListContributorInsightsOutput$ = [3, n0, _LCIO,
1508
+ 0,
1509
+ [_CISon, _NT],
1510
+ [() => ContributorInsightsSummaries, 0]
1511
+ ];
1512
+ exports.ListExportsInput$ = [3, n0, _LEI,
1513
+ 0,
1514
+ [_TA, _MR, _NT],
1515
+ [0, 1, 0]
1516
+ ];
1517
+ exports.ListExportsOutput$ = [3, n0, _LEO,
1518
+ 0,
1519
+ [_ESxp, _NT],
1520
+ [() => ExportSummaries, 0]
1521
+ ];
1522
+ exports.ListGlobalTablesInput$ = [3, n0, _LGTI,
1523
+ 0,
1524
+ [_ESGTN, _L, _RN],
1525
+ [0, 1, 0]
1526
+ ];
1527
+ exports.ListGlobalTablesOutput$ = [3, n0, _LGTO,
1528
+ 0,
1529
+ [_GTl, _LEGTN],
1530
+ [() => GlobalTableList, 0]
1531
+ ];
1532
+ exports.ListImportsInput$ = [3, n0, _LII,
1533
+ 0,
1534
+ [_TA, _PS, _NT],
1535
+ [0, 1, 0]
1536
+ ];
1537
+ exports.ListImportsOutput$ = [3, n0, _LIO,
1538
+ 0,
1539
+ [_ISL, _NT],
1540
+ [() => ImportSummaryList, 0]
1541
+ ];
1542
+ exports.ListTablesInput$ = [3, n0, _LTI,
1543
+ 0,
1544
+ [_ESTN, _L],
1545
+ [0, 1]
1546
+ ];
1547
+ exports.ListTablesOutput$ = [3, n0, _LTO,
1548
+ 0,
1549
+ [_TNa, _LETN],
1550
+ [64 | 0, 0]
1551
+ ];
1552
+ exports.ListTagsOfResourceInput$ = [3, n0, _LTORI,
1553
+ 0,
1554
+ [_RA, _NT],
1555
+ [0, 0], 1
1556
+ ];
1557
+ exports.ListTagsOfResourceOutput$ = [3, n0, _LTORO,
1558
+ 0,
1559
+ [_Ta, _NT],
1560
+ [() => TagList, 0]
1561
+ ];
1562
+ exports.LocalSecondaryIndex$ = [3, n0, _LSIo,
1563
+ 0,
1564
+ [_IN, _KS, _Pr],
1565
+ [0, () => KeySchema, () => exports.Projection$], 3
1566
+ ];
1567
+ exports.LocalSecondaryIndexDescription$ = [3, n0, _LSID,
1568
+ 0,
1569
+ [_IN, _KS, _Pr, _ISB, _IC, _IAn],
1570
+ [0, () => KeySchema, () => exports.Projection$, 1, 1, 0]
1571
+ ];
1572
+ exports.LocalSecondaryIndexInfo$ = [3, n0, _LSII,
1573
+ 0,
1574
+ [_IN, _KS, _Pr],
1575
+ [0, () => KeySchema, () => exports.Projection$]
1576
+ ];
1577
+ exports.OnDemandThroughput$ = [3, n0, _ODT,
1578
+ 0,
1579
+ [_MRRU, _MWRU],
1580
+ [1, 1]
1581
+ ];
1582
+ exports.OnDemandThroughputOverride$ = [3, n0, _ODTO,
1583
+ 0,
1584
+ [_MRRU],
1585
+ [1]
1586
+ ];
1587
+ exports.ParameterizedStatement$ = [3, n0, _PSa,
1588
+ 0,
1589
+ [_St, _P, _RVOCCF],
1590
+ [0, () => PreparedStatementParameters, 0], 1
1591
+ ];
1592
+ exports.PointInTimeRecoveryDescription$ = [3, n0, _PITRD,
1593
+ 0,
1594
+ [_PITRS, _RPID, _ERDT, _LRDT],
1595
+ [0, 1, 4, 4]
1596
+ ];
1597
+ exports.PointInTimeRecoverySpecification$ = [3, n0, _PITRSo,
1598
+ 0,
1599
+ [_PITRE, _RPID],
1600
+ [2, 1], 1
1601
+ ];
1602
+ exports.Projection$ = [3, n0, _Pr,
1603
+ 0,
1604
+ [_PTr, _NKA],
1605
+ [0, 64 | 0]
1606
+ ];
1607
+ exports.ProvisionedThroughput$ = [3, n0, _PT,
1608
+ 0,
1609
+ [_RCU, _WCU],
1610
+ [1, 1], 2
1611
+ ];
1612
+ exports.ProvisionedThroughputDescription$ = [3, n0, _PTD,
1613
+ 0,
1614
+ [_LIDT, _LDDT, _NODT, _RCU, _WCU],
1615
+ [4, 4, 1, 1, 1]
1616
+ ];
1617
+ exports.ProvisionedThroughputOverride$ = [3, n0, _PTO,
1618
+ 0,
1619
+ [_RCU],
1620
+ [1]
1621
+ ];
1622
+ exports.Put$ = [3, n0, _Pu,
1623
+ 0,
1624
+ [_I, _TN, _CE, _EAN, _EAV, _RVOCCF],
1625
+ [() => PutItemInputAttributeMap, 0, 0, 128 | 0, () => ExpressionAttributeValueMap, 0], 2
1626
+ ];
1627
+ exports.PutItemInput$ = [3, n0, _PII,
1628
+ 0,
1629
+ [_TN, _I, _Ex, _RV, _RCC, _RICM, _COo, _CE, _EAN, _EAV, _RVOCCF],
1630
+ [0, () => PutItemInputAttributeMap, () => ExpectedAttributeMap, 0, 0, 0, 0, 0, 128 | 0, () => ExpressionAttributeValueMap, 0], 2
1631
+ ];
1632
+ exports.PutItemOutput$ = [3, n0, _PIO,
1633
+ 0,
1634
+ [_At, _CC, _ICM],
1635
+ [() => AttributeMap, () => exports.ConsumedCapacity$, () => exports.ItemCollectionMetrics$]
1636
+ ];
1637
+ exports.PutRequest$ = [3, n0, _PR,
1638
+ 0,
1639
+ [_I],
1640
+ [() => PutItemInputAttributeMap], 1
1641
+ ];
1642
+ exports.PutResourcePolicyInput$ = [3, n0, _PRPI,
1643
+ 0,
1644
+ [_RA, _Po, _ERI, _CRSRA],
1645
+ [0, 0, 0, [2, { [_hH]: _xacrsra }]], 2
1646
+ ];
1647
+ exports.PutResourcePolicyOutput$ = [3, n0, _PRPO,
1648
+ 0,
1649
+ [_RIe],
1650
+ [0]
1651
+ ];
1652
+ exports.QueryInput$ = [3, n0, _QI,
1653
+ 0,
1654
+ [_TN, _IN, _Se, _ATG, _L, _CRo, _KC, _QF, _COo, _SIF, _ESK, _RCC, _PE, _FEi, _KCE, _EAN, _EAV],
1655
+ [0, 0, 0, 64 | 0, 1, 2, () => KeyConditions, () => FilterConditionMap, 0, 2, () => Key, 0, 0, 0, 0, 128 | 0, () => ExpressionAttributeValueMap], 1
1656
+ ];
1657
+ exports.QueryOutput$ = [3, n0, _QO,
1658
+ 0,
1659
+ [_It, _Cou, _SC, _LEK, _CC],
1660
+ [() => ItemList, 1, 1, () => Key, () => exports.ConsumedCapacity$]
1661
+ ];
1662
+ exports.Replica$ = [3, n0, _Re,
1663
+ 0,
1664
+ [_RN],
1665
+ [0]
1666
+ ];
1667
+ exports.ReplicaAutoScalingDescription$ = [3, n0, _RASD,
1668
+ 0,
1669
+ [_RN, _GSI, _RPRCASS, _RPWCASS, _RSe],
1670
+ [0, () => ReplicaGlobalSecondaryIndexAutoScalingDescriptionList, () => exports.AutoScalingSettingsDescription$, () => exports.AutoScalingSettingsDescription$, 0]
1671
+ ];
1672
+ exports.ReplicaAutoScalingUpdate$ = [3, n0, _RASU,
1673
+ 0,
1674
+ [_RN, _RGSIU, _RPRCASU],
1675
+ [0, () => ReplicaGlobalSecondaryIndexAutoScalingUpdateList, () => exports.AutoScalingSettingsUpdate$], 1
1676
+ ];
1677
+ exports.ReplicaDescription$ = [3, n0, _RD,
1678
+ 0,
1679
+ [_RN, _RSe, _RSD, _RSPP, _KMSMKI, _PTO, _ODTO, _WT, _GSI, _RIDT, _RTCS, _GTSRM],
1680
+ [0, 0, 0, 0, 0, () => exports.ProvisionedThroughputOverride$, () => exports.OnDemandThroughputOverride$, () => exports.TableWarmThroughputDescription$, () => ReplicaGlobalSecondaryIndexDescriptionList, 4, () => exports.TableClassSummary$, 0]
1681
+ ];
1682
+ exports.ReplicaGlobalSecondaryIndex$ = [3, n0, _RGSI,
1683
+ 0,
1684
+ [_IN, _PTO, _ODTO],
1685
+ [0, () => exports.ProvisionedThroughputOverride$, () => exports.OnDemandThroughputOverride$], 1
1686
+ ];
1687
+ exports.ReplicaGlobalSecondaryIndexAutoScalingDescription$ = [3, n0, _RGSIASD,
1688
+ 0,
1689
+ [_IN, _IS, _PRCASS, _PWCASS],
1690
+ [0, 0, () => exports.AutoScalingSettingsDescription$, () => exports.AutoScalingSettingsDescription$]
1691
+ ];
1692
+ exports.ReplicaGlobalSecondaryIndexAutoScalingUpdate$ = [3, n0, _RGSIASU,
1693
+ 0,
1694
+ [_IN, _PRCASU],
1695
+ [0, () => exports.AutoScalingSettingsUpdate$]
1696
+ ];
1697
+ exports.ReplicaGlobalSecondaryIndexDescription$ = [3, n0, _RGSID,
1698
+ 0,
1699
+ [_IN, _PTO, _ODTO, _WT],
1700
+ [0, () => exports.ProvisionedThroughputOverride$, () => exports.OnDemandThroughputOverride$, () => exports.GlobalSecondaryIndexWarmThroughputDescription$]
1701
+ ];
1702
+ exports.ReplicaGlobalSecondaryIndexSettingsDescription$ = [3, n0, _RGSISD,
1703
+ 0,
1704
+ [_IN, _IS, _PRCU, _PRCASS, _PWCU, _PWCASS],
1705
+ [0, 0, 1, () => exports.AutoScalingSettingsDescription$, 1, () => exports.AutoScalingSettingsDescription$], 1
1706
+ ];
1707
+ exports.ReplicaGlobalSecondaryIndexSettingsUpdate$ = [3, n0, _RGSISU,
1708
+ 0,
1709
+ [_IN, _PRCU, _PRCASSU],
1710
+ [0, 1, () => exports.AutoScalingSettingsUpdate$], 1
1711
+ ];
1712
+ exports.ReplicaSettingsDescription$ = [3, n0, _RSDe,
1713
+ 0,
1714
+ [_RN, _RSe, _RBMS, _RPRCU, _RPRCASS, _RPWCU, _RPWCASS, _RGSIS, _RTCS],
1715
+ [0, 0, () => exports.BillingModeSummary$, 1, () => exports.AutoScalingSettingsDescription$, 1, () => exports.AutoScalingSettingsDescription$, () => ReplicaGlobalSecondaryIndexSettingsDescriptionList, () => exports.TableClassSummary$], 1
1716
+ ];
1717
+ exports.ReplicaSettingsUpdate$ = [3, n0, _RSU,
1718
+ 0,
1719
+ [_RN, _RPRCU, _RPRCASSU, _RGSISU, _RTC],
1720
+ [0, 1, () => exports.AutoScalingSettingsUpdate$, () => ReplicaGlobalSecondaryIndexSettingsUpdateList, 0], 1
1721
+ ];
1722
+ exports.ReplicationGroupUpdate$ = [3, n0, _RGU,
1723
+ 0,
1724
+ [_Cr, _U, _De],
1725
+ [() => exports.CreateReplicationGroupMemberAction$, () => exports.UpdateReplicationGroupMemberAction$, () => exports.DeleteReplicationGroupMemberAction$]
1726
+ ];
1727
+ exports.ReplicaUpdate$ = [3, n0, _RU,
1728
+ 0,
1729
+ [_Cr, _De],
1730
+ [() => exports.CreateReplicaAction$, () => exports.DeleteReplicaAction$]
1731
+ ];
1732
+ exports.RestoreSummary$ = [3, n0, _RSes,
1733
+ 0,
1734
+ [_RDT, _RIP, _SBA, _STA],
1735
+ [4, 2, 0, 0], 2
1736
+ ];
1737
+ exports.RestoreTableFromBackupInput$ = [3, n0, _RTFBI,
1738
+ 0,
1739
+ [_TTN, _BA, _BMO, _GSIO, _LSIO, _PTO, _ODTO, _SSESO],
1740
+ [0, 0, 0, () => GlobalSecondaryIndexList, () => LocalSecondaryIndexList, () => exports.ProvisionedThroughput$, () => exports.OnDemandThroughput$, () => exports.SSESpecification$], 2
1741
+ ];
1742
+ exports.RestoreTableFromBackupOutput$ = [3, n0, _RTFBO,
1743
+ 0,
1744
+ [_TD],
1745
+ [() => exports.TableDescription$]
1746
+ ];
1747
+ exports.RestoreTableToPointInTimeInput$ = [3, n0, _RTTPITI,
1748
+ 0,
1749
+ [_TTN, _STA, _STN, _ULRT, _RDT, _BMO, _GSIO, _LSIO, _PTO, _ODTO, _SSESO],
1750
+ [0, 0, 0, 2, 4, 0, () => GlobalSecondaryIndexList, () => LocalSecondaryIndexList, () => exports.ProvisionedThroughput$, () => exports.OnDemandThroughput$, () => exports.SSESpecification$], 1
1751
+ ];
1752
+ exports.RestoreTableToPointInTimeOutput$ = [3, n0, _RTTPITO,
1753
+ 0,
1754
+ [_TD],
1755
+ [() => exports.TableDescription$]
1756
+ ];
1757
+ exports.S3BucketSource$ = [3, n0, _SBS,
1758
+ 0,
1759
+ [_SB, _SBO, _SKP],
1760
+ [0, 0, 0], 1
1761
+ ];
1762
+ exports.ScanInput$ = [3, n0, _SI,
1763
+ 0,
1764
+ [_TN, _IN, _ATG, _L, _Se, _SF, _COo, _ESK, _RCC, _TSo, _Seg, _PE, _FEi, _EAN, _EAV, _CRo],
1765
+ [0, 0, 64 | 0, 1, 0, () => FilterConditionMap, 0, () => Key, 0, 1, 1, 0, 0, 128 | 0, () => ExpressionAttributeValueMap, 2], 1
1766
+ ];
1767
+ exports.ScanOutput$ = [3, n0, _SO,
1768
+ 0,
1769
+ [_It, _Cou, _SC, _LEK, _CC],
1770
+ [() => ItemList, 1, 1, () => Key, () => exports.ConsumedCapacity$]
1771
+ ];
1772
+ exports.SourceTableDetails$ = [3, n0, _STD,
1773
+ 0,
1774
+ [_TN, _TI, _KS, _TCDT, _PT, _TA, _TSB, _ODT, _IC, _BM],
1775
+ [0, 0, () => KeySchema, 4, () => exports.ProvisionedThroughput$, 0, 1, () => exports.OnDemandThroughput$, 1, 0], 5
1776
+ ];
1777
+ exports.SourceTableFeatureDetails$ = [3, n0, _STFD,
1778
+ 0,
1779
+ [_LSI, _GSI, _SD, _TTLD, _SSED],
1780
+ [() => LocalSecondaryIndexes, () => GlobalSecondaryIndexes, () => exports.StreamSpecification$, () => exports.TimeToLiveDescription$, () => exports.SSEDescription$]
1781
+ ];
1782
+ exports.SSEDescription$ = [3, n0, _SSED,
1783
+ 0,
1784
+ [_Sta, _SSET, _KMSMKA, _IEDT],
1785
+ [0, 0, 0, 4]
1786
+ ];
1787
+ exports.SSESpecification$ = [3, n0, _SSES,
1788
+ 0,
1789
+ [_Ena, _SSET, _KMSMKI],
1790
+ [2, 0, 0]
1791
+ ];
1792
+ exports.StreamSpecification$ = [3, n0, _SS,
1793
+ 0,
1794
+ [_SE, _SVT],
1795
+ [2, 0], 1
1796
+ ];
1797
+ exports.TableAutoScalingDescription$ = [3, n0, _TASD,
1798
+ 0,
1799
+ [_TN, _TSa, _Rep],
1800
+ [0, 0, () => ReplicaAutoScalingDescriptionList]
1801
+ ];
1802
+ exports.TableClassSummary$ = [3, n0, _TCS,
1803
+ 0,
1804
+ [_TC, _LUDT],
1805
+ [0, 4]
1806
+ ];
1807
+ exports.TableCreationParameters$ = [3, n0, _TCP,
1808
+ 0,
1809
+ [_TN, _ADt, _KS, _BM, _PT, _ODT, _SSES, _GSI],
1810
+ [0, () => AttributeDefinitions, () => KeySchema, 0, () => exports.ProvisionedThroughput$, () => exports.OnDemandThroughput$, () => exports.SSESpecification$, () => GlobalSecondaryIndexList], 3
1811
+ ];
1812
+ exports.TableDescription$ = [3, n0, _TD,
1813
+ 0,
1814
+ [_ADt, _TN, _KS, _TSa, _CDT, _PT, _TSB, _IC, _TA, _TI, _BMS, _LSI, _GSI, _SS, _LSL, _LSA, _GTV, _Rep, _GTW, _GTSRM, _RSes, _SSED, _AS, _TCS, _DPE, _ODT, _WT, _MRC],
1815
+ [() => AttributeDefinitions, 0, () => KeySchema, 0, 4, () => exports.ProvisionedThroughputDescription$, 1, 1, 0, 0, () => exports.BillingModeSummary$, () => LocalSecondaryIndexDescriptionList, () => GlobalSecondaryIndexDescriptionList, () => exports.StreamSpecification$, 0, 0, 0, () => ReplicaDescriptionList, () => GlobalTableWitnessDescriptionList, 0, () => exports.RestoreSummary$, () => exports.SSEDescription$, () => exports.ArchivalSummary$, () => exports.TableClassSummary$, 2, () => exports.OnDemandThroughput$, () => exports.TableWarmThroughputDescription$, 0]
1816
+ ];
1817
+ exports.TableWarmThroughputDescription$ = [3, n0, _TWTD,
1818
+ 0,
1819
+ [_RUPS, _WUPS, _Sta],
1820
+ [1, 1, 0]
1821
+ ];
1822
+ exports.Tag$ = [3, n0, _Tag,
1823
+ 0,
1824
+ [_K, _V],
1825
+ [0, 0], 2
1826
+ ];
1827
+ exports.TagResourceInput$ = [3, n0, _TRI,
1828
+ 0,
1829
+ [_RA, _Ta],
1830
+ [0, () => TagList], 2
1831
+ ];
1832
+ exports.ThrottlingReason$ = [3, n0, _TRh,
1833
+ 0,
1834
+ [_r, _re],
1835
+ [0, 0]
1836
+ ];
1837
+ exports.TimeToLiveDescription$ = [3, n0, _TTLD,
1838
+ 0,
1839
+ [_TTLS, _AN],
1840
+ [0, 0]
1841
+ ];
1842
+ exports.TimeToLiveSpecification$ = [3, n0, _TTLSi,
1843
+ 0,
1844
+ [_Ena, _AN],
1845
+ [2, 0], 2
1846
+ ];
1847
+ exports.TransactGetItem$ = [3, n0, _TGI,
1848
+ 0,
1849
+ [_G],
1850
+ [() => exports.Get$], 1
1851
+ ];
1852
+ exports.TransactGetItemsInput$ = [3, n0, _TGII,
1853
+ 0,
1854
+ [_TIr, _RCC],
1855
+ [() => TransactGetItemList, 0], 1
1856
+ ];
1857
+ exports.TransactGetItemsOutput$ = [3, n0, _TGIO,
1858
+ 0,
1859
+ [_CC, _R],
1860
+ [() => ConsumedCapacityMultiple, () => ItemResponseList]
1861
+ ];
1862
+ exports.TransactWriteItem$ = [3, n0, _TWI,
1863
+ 0,
1864
+ [_CCo, _Pu, _De, _U],
1865
+ [() => exports.ConditionCheck$, () => exports.Put$, () => exports.Delete$, () => exports.Update$]
1866
+ ];
1867
+ exports.TransactWriteItemsInput$ = [3, n0, _TWII,
1868
+ 0,
1869
+ [_TIr, _RCC, _RICM, _CRT],
1870
+ [() => TransactWriteItemList, 0, 0, [0, 4]], 1
1871
+ ];
1872
+ exports.TransactWriteItemsOutput$ = [3, n0, _TWIO,
1873
+ 0,
1874
+ [_CC, _ICM],
1875
+ [() => ConsumedCapacityMultiple, () => ItemCollectionMetricsPerTable]
1876
+ ];
1877
+ exports.UntagResourceInput$ = [3, n0, _URI,
1878
+ 0,
1879
+ [_RA, _TK],
1880
+ [0, 64 | 0], 2
1881
+ ];
1882
+ exports.Update$ = [3, n0, _U,
1883
+ 0,
1884
+ [_K, _UE, _TN, _CE, _EAN, _EAV, _RVOCCF],
1885
+ [() => Key, 0, 0, 0, 128 | 0, () => ExpressionAttributeValueMap, 0], 3
1886
+ ];
1887
+ exports.UpdateContinuousBackupsInput$ = [3, n0, _UCBI,
1888
+ 0,
1889
+ [_TN, _PITRSo],
1890
+ [0, () => exports.PointInTimeRecoverySpecification$], 2
1891
+ ];
1892
+ exports.UpdateContinuousBackupsOutput$ = [3, n0, _UCBO,
1893
+ 0,
1894
+ [_CBD],
1895
+ [() => exports.ContinuousBackupsDescription$]
1896
+ ];
1897
+ exports.UpdateContributorInsightsInput$ = [3, n0, _UCII,
1898
+ 0,
1899
+ [_TN, _CIA, _IN, _CIM],
1900
+ [0, 0, 0, 0], 2
1901
+ ];
1902
+ exports.UpdateContributorInsightsOutput$ = [3, n0, _UCIO,
1903
+ 0,
1904
+ [_TN, _IN, _CISo, _CIM],
1905
+ [0, 0, 0, 0]
1906
+ ];
1907
+ exports.UpdateGlobalSecondaryIndexAction$ = [3, n0, _UGSIA,
1908
+ 0,
1909
+ [_IN, _PT, _ODT, _WT],
1910
+ [0, () => exports.ProvisionedThroughput$, () => exports.OnDemandThroughput$, () => exports.WarmThroughput$], 1
1911
+ ];
1912
+ exports.UpdateGlobalTableInput$ = [3, n0, _UGTI,
1913
+ 0,
1914
+ [_GTN, _RUe],
1915
+ [0, () => ReplicaUpdateList], 2
1916
+ ];
1917
+ exports.UpdateGlobalTableOutput$ = [3, n0, _UGTO,
1918
+ 0,
1919
+ [_GTD],
1920
+ [() => exports.GlobalTableDescription$]
1921
+ ];
1922
+ exports.UpdateGlobalTableSettingsInput$ = [3, n0, _UGTSI,
1923
+ 0,
1924
+ [_GTN, _GTBM, _GTPWCU, _GTPWCASSU, _GTGSISU, _RSU],
1925
+ [0, 0, 1, () => exports.AutoScalingSettingsUpdate$, () => GlobalTableGlobalSecondaryIndexSettingsUpdateList, () => ReplicaSettingsUpdateList], 1
1926
+ ];
1927
+ exports.UpdateGlobalTableSettingsOutput$ = [3, n0, _UGTSO,
1928
+ 0,
1929
+ [_GTN, _RS],
1930
+ [0, () => ReplicaSettingsDescriptionList]
1931
+ ];
1932
+ exports.UpdateItemInput$ = [3, n0, _UII,
1933
+ 0,
1934
+ [_TN, _K, _AU, _Ex, _COo, _RV, _RCC, _RICM, _UE, _CE, _EAN, _EAV, _RVOCCF],
1935
+ [0, () => Key, () => AttributeUpdates, () => ExpectedAttributeMap, 0, 0, 0, 0, 0, 0, 128 | 0, () => ExpressionAttributeValueMap, 0], 2
1936
+ ];
1937
+ exports.UpdateItemOutput$ = [3, n0, _UIO,
1938
+ 0,
1939
+ [_At, _CC, _ICM],
1940
+ [() => AttributeMap, () => exports.ConsumedCapacity$, () => exports.ItemCollectionMetrics$]
1941
+ ];
1942
+ exports.UpdateKinesisStreamingConfiguration$ = [3, n0, _UKSC,
1943
+ 0,
1944
+ [_ACDTP],
1945
+ [0]
1946
+ ];
1947
+ exports.UpdateKinesisStreamingDestinationInput$ = [3, n0, _UKSDI,
1948
+ 0,
1949
+ [_TN, _SA, _UKSC],
1950
+ [0, 0, () => exports.UpdateKinesisStreamingConfiguration$], 2
1951
+ ];
1952
+ exports.UpdateKinesisStreamingDestinationOutput$ = [3, n0, _UKSDO,
1953
+ 0,
1954
+ [_TN, _SA, _DS, _UKSC],
1955
+ [0, 0, 0, () => exports.UpdateKinesisStreamingConfiguration$]
1956
+ ];
1957
+ exports.UpdateReplicationGroupMemberAction$ = [3, n0, _URGMA,
1958
+ 0,
1959
+ [_RN, _KMSMKI, _PTO, _ODTO, _GSI, _TCO],
1960
+ [0, 0, () => exports.ProvisionedThroughputOverride$, () => exports.OnDemandThroughputOverride$, () => ReplicaGlobalSecondaryIndexList, 0], 1
1961
+ ];
1962
+ exports.UpdateTableInput$ = [3, n0, _UTI,
1963
+ 0,
1964
+ [_TN, _ADt, _BM, _PT, _GSIUl, _SS, _SSES, _RUe, _TC, _DPE, _MRC, _GTWU, _ODT, _WT, _GTSRM],
1965
+ [0, () => AttributeDefinitions, 0, () => exports.ProvisionedThroughput$, () => GlobalSecondaryIndexUpdateList, () => exports.StreamSpecification$, () => exports.SSESpecification$, () => ReplicationGroupUpdateList, 0, 2, 0, () => GlobalTableWitnessGroupUpdateList, () => exports.OnDemandThroughput$, () => exports.WarmThroughput$, 0], 1
1966
+ ];
1967
+ exports.UpdateTableOutput$ = [3, n0, _UTO,
1968
+ 0,
1969
+ [_TD],
1970
+ [() => exports.TableDescription$]
1971
+ ];
1972
+ exports.UpdateTableReplicaAutoScalingInput$ = [3, n0, _UTRASI,
1973
+ 0,
1974
+ [_TN, _GSIUl, _PWCASU, _RUe],
1975
+ [0, () => GlobalSecondaryIndexAutoScalingUpdateList, () => exports.AutoScalingSettingsUpdate$, () => ReplicaAutoScalingUpdateList], 1
1976
+ ];
1977
+ exports.UpdateTableReplicaAutoScalingOutput$ = [3, n0, _UTRASO,
1978
+ 0,
1979
+ [_TASD],
1980
+ [() => exports.TableAutoScalingDescription$]
1981
+ ];
1982
+ exports.UpdateTimeToLiveInput$ = [3, n0, _UTTLI,
1983
+ 0,
1984
+ [_TN, _TTLSi],
1985
+ [0, () => exports.TimeToLiveSpecification$], 2
1986
+ ];
1987
+ exports.UpdateTimeToLiveOutput$ = [3, n0, _UTTLO,
1988
+ 0,
1989
+ [_TTLSi],
1990
+ [() => exports.TimeToLiveSpecification$]
1991
+ ];
1992
+ exports.WarmThroughput$ = [3, n0, _WT,
1993
+ 0,
1994
+ [_RUPS, _WUPS],
1995
+ [1, 1]
1996
+ ];
1997
+ exports.WriteRequest$ = [3, n0, _WR,
1998
+ 0,
1999
+ [_PR, _DR],
2000
+ [() => exports.PutRequest$, () => exports.DeleteRequest$]
2001
+ ];
2002
+ var __Unit = "unit";
2003
+ var AttributeDefinitions = [1, n0, _ADt,
2004
+ 0, () => exports.AttributeDefinition$
2005
+ ];
2006
+ var AttributeNameList = 64 | 0;
2007
+ var AttributeValueList = [1, n0, _AVL,
2008
+ 0, () => exports.AttributeValue$
2009
+ ];
2010
+ var AutoScalingPolicyDescriptionList = [1, n0, _ASPDL,
2011
+ 0, () => exports.AutoScalingPolicyDescription$
2012
+ ];
2013
+ var BackupSummaries = [1, n0, _BSac,
2014
+ 0, () => exports.BackupSummary$
2015
+ ];
2016
+ var BinarySetAttributeValue = 64 | 21;
2017
+ var CancellationReasonList = [1, n0, _CRL,
2018
+ 0, () => exports.CancellationReason$
2019
+ ];
2020
+ var ConsumedCapacityMultiple = [1, n0, _CCM,
2021
+ 0, () => exports.ConsumedCapacity$
2022
+ ];
2023
+ var ContributorInsightsRuleList = 64 | 0;
2024
+ var ContributorInsightsSummaries = [1, n0, _CISon,
2025
+ 0, () => exports.ContributorInsightsSummary$
2026
+ ];
2027
+ var CsvHeaderList = 64 | 0;
2028
+ var Endpoints = [1, n0, _En,
2029
+ 0, () => exports.Endpoint$
2030
+ ];
2031
+ var ExportSummaries = [1, n0, _ESxp,
2032
+ 0, () => exports.ExportSummary$
2033
+ ];
2034
+ var GlobalSecondaryIndexAutoScalingUpdateList = [1, n0, _GSIASUL,
2035
+ 0, () => exports.GlobalSecondaryIndexAutoScalingUpdate$
2036
+ ];
2037
+ var GlobalSecondaryIndexDescriptionList = [1, n0, _GSIDL,
2038
+ 0, () => exports.GlobalSecondaryIndexDescription$
2039
+ ];
2040
+ var GlobalSecondaryIndexes = [1, n0, _GSI,
2041
+ 0, () => exports.GlobalSecondaryIndexInfo$
2042
+ ];
2043
+ var GlobalSecondaryIndexList = [1, n0, _GSIL,
2044
+ 0, () => exports.GlobalSecondaryIndex$
2045
+ ];
2046
+ var GlobalSecondaryIndexUpdateList = [1, n0, _GSIUL,
2047
+ 0, () => exports.GlobalSecondaryIndexUpdate$
2048
+ ];
2049
+ var GlobalTableGlobalSecondaryIndexSettingsUpdateList = [1, n0, _GTGSISUL,
2050
+ 0, () => exports.GlobalTableGlobalSecondaryIndexSettingsUpdate$
2051
+ ];
2052
+ var GlobalTableList = [1, n0, _GTL,
2053
+ 0, () => exports.GlobalTable$
2054
+ ];
2055
+ var GlobalTableWitnessDescriptionList = [1, n0, _GTWDL,
2056
+ 0, () => exports.GlobalTableWitnessDescription$
2057
+ ];
2058
+ var GlobalTableWitnessGroupUpdateList = [1, n0, _GTWGUL,
2059
+ 0, () => exports.GlobalTableWitnessGroupUpdate$
2060
+ ];
2061
+ var ImportSummaryList = [1, n0, _ISL,
2062
+ 0, () => exports.ImportSummary$
2063
+ ];
2064
+ var ItemCollectionMetricsMultiple = [1, n0, _ICMM,
2065
+ 0, () => exports.ItemCollectionMetrics$
2066
+ ];
2067
+ var ItemCollectionSizeEstimateRange = 64 | 1;
2068
+ var ItemList = [1, n0, _IL,
2069
+ 0, () => AttributeMap
2070
+ ];
2071
+ var ItemResponseList = [1, n0, _IRL,
2072
+ 0, () => exports.ItemResponse$
2073
+ ];
2074
+ var KeyList = [1, n0, _KL,
2075
+ 0, () => Key
2076
+ ];
2077
+ var KeySchema = [1, n0, _KS,
2078
+ 0, () => exports.KeySchemaElement$
2079
+ ];
2080
+ var KinesisDataStreamDestinations = [1, n0, _KDSD,
2081
+ 0, () => exports.KinesisDataStreamDestination$
2082
+ ];
2083
+ var ListAttributeValue = [1, n0, _LAV,
2084
+ 0, () => exports.AttributeValue$
2085
+ ];
2086
+ var LocalSecondaryIndexDescriptionList = [1, n0, _LSIDL,
2087
+ 0, () => exports.LocalSecondaryIndexDescription$
2088
+ ];
2089
+ var LocalSecondaryIndexes = [1, n0, _LSI,
2090
+ 0, () => exports.LocalSecondaryIndexInfo$
2091
+ ];
2092
+ var LocalSecondaryIndexList = [1, n0, _LSIL,
2093
+ 0, () => exports.LocalSecondaryIndex$
2094
+ ];
2095
+ var NonKeyAttributeNameList = 64 | 0;
2096
+ var NumberSetAttributeValue = 64 | 0;
2097
+ var ParameterizedStatements = [1, n0, _PSar,
2098
+ 0, () => exports.ParameterizedStatement$
2099
+ ];
2100
+ var PartiQLBatchRequest = [1, n0, _PQLBR,
2101
+ 0, () => exports.BatchStatementRequest$
2102
+ ];
2103
+ var PartiQLBatchResponse = [1, n0, _PQLBRa,
2104
+ 0, () => exports.BatchStatementResponse$
2105
+ ];
2106
+ var PreparedStatementParameters = [1, n0, _PSP,
2107
+ 0, () => exports.AttributeValue$
2108
+ ];
2109
+ var ReplicaAutoScalingDescriptionList = [1, n0, _RASDL,
2110
+ 0, () => exports.ReplicaAutoScalingDescription$
2111
+ ];
2112
+ var ReplicaAutoScalingUpdateList = [1, n0, _RASUL,
2113
+ 0, () => exports.ReplicaAutoScalingUpdate$
2114
+ ];
2115
+ var ReplicaDescriptionList = [1, n0, _RDL,
2116
+ 0, () => exports.ReplicaDescription$
2117
+ ];
2118
+ var ReplicaGlobalSecondaryIndexAutoScalingDescriptionList = [1, n0, _RGSIASDL,
2119
+ 0, () => exports.ReplicaGlobalSecondaryIndexAutoScalingDescription$
2120
+ ];
2121
+ var ReplicaGlobalSecondaryIndexAutoScalingUpdateList = [1, n0, _RGSIASUL,
2122
+ 0, () => exports.ReplicaGlobalSecondaryIndexAutoScalingUpdate$
2123
+ ];
2124
+ var ReplicaGlobalSecondaryIndexDescriptionList = [1, n0, _RGSIDL,
2125
+ 0, () => exports.ReplicaGlobalSecondaryIndexDescription$
2126
+ ];
2127
+ var ReplicaGlobalSecondaryIndexList = [1, n0, _RGSIL,
2128
+ 0, () => exports.ReplicaGlobalSecondaryIndex$
2129
+ ];
2130
+ var ReplicaGlobalSecondaryIndexSettingsDescriptionList = [1, n0, _RGSISDL,
2131
+ 0, () => exports.ReplicaGlobalSecondaryIndexSettingsDescription$
2132
+ ];
2133
+ var ReplicaGlobalSecondaryIndexSettingsUpdateList = [1, n0, _RGSISUL,
2134
+ 0, () => exports.ReplicaGlobalSecondaryIndexSettingsUpdate$
2135
+ ];
2136
+ var ReplicaList = [1, n0, _RL,
2137
+ 0, () => exports.Replica$
2138
+ ];
2139
+ var ReplicaSettingsDescriptionList = [1, n0, _RSDL,
2140
+ 0, () => exports.ReplicaSettingsDescription$
2141
+ ];
2142
+ var ReplicaSettingsUpdateList = [1, n0, _RSUL,
2143
+ 0, () => exports.ReplicaSettingsUpdate$
2144
+ ];
2145
+ var ReplicationGroupUpdateList = [1, n0, _RGUL,
2146
+ 0, () => exports.ReplicationGroupUpdate$
2147
+ ];
2148
+ var ReplicaUpdateList = [1, n0, _RUL,
2149
+ 0, () => exports.ReplicaUpdate$
2150
+ ];
2151
+ var StringSetAttributeValue = 64 | 0;
2152
+ var TableNameList = 64 | 0;
2153
+ var TagKeyList = 64 | 0;
2154
+ var TagList = [1, n0, _TL,
2155
+ 0, () => exports.Tag$
2156
+ ];
2157
+ var ThrottlingReasonList = [1, n0, _TRL,
2158
+ 0, () => exports.ThrottlingReason$
2159
+ ];
2160
+ var TransactGetItemList = [1, n0, _TGIL,
2161
+ 0, () => exports.TransactGetItem$
2162
+ ];
2163
+ var TransactWriteItemList = [1, n0, _TWIL,
2164
+ 0, () => exports.TransactWriteItem$
2165
+ ];
2166
+ var WriteRequests = [1, n0, _WRr,
2167
+ 0, () => exports.WriteRequest$
2168
+ ];
2169
+ var AttributeMap = [2, n0, _AM,
2170
+ 0, 0, () => exports.AttributeValue$
2171
+ ];
2172
+ var AttributeUpdates = [2, n0, _AU,
2173
+ 0, 0, () => exports.AttributeValueUpdate$
2174
+ ];
2175
+ var BatchGetRequestMap = [2, n0, _BGRMa,
2176
+ 0, 0, () => exports.KeysAndAttributes$
2177
+ ];
2178
+ var BatchGetResponseMap = [2, n0, _BGRM,
2179
+ 0, 0, () => ItemList
2180
+ ];
2181
+ var BatchWriteItemRequestMap = [2, n0, _BWIRM,
2182
+ 0, 0, () => WriteRequests
2183
+ ];
2184
+ var ExpectedAttributeMap = [2, n0, _EAM,
2185
+ 0, 0, () => exports.ExpectedAttributeValue$
2186
+ ];
2187
+ var ExpressionAttributeNameMap = 128 | 0;
2188
+ var ExpressionAttributeValueMap = [2, n0, _EAVM,
2189
+ 0, 0, () => exports.AttributeValue$
2190
+ ];
2191
+ var FilterConditionMap = [2, n0, _FCM,
2192
+ 0, 0, () => exports.Condition$
2193
+ ];
2194
+ var ItemCollectionKeyAttributeMap = [2, n0, _ICKAM,
2195
+ 0, 0, () => exports.AttributeValue$
2196
+ ];
2197
+ var ItemCollectionMetricsPerTable = [2, n0, _ICMPT,
2198
+ 0, 0, () => ItemCollectionMetricsMultiple
2199
+ ];
2200
+ var Key = [2, n0, _K,
2201
+ 0, 0, () => exports.AttributeValue$
2202
+ ];
2203
+ var KeyConditions = [2, n0, _KC,
2204
+ 0, 0, () => exports.Condition$
2205
+ ];
2206
+ var MapAttributeValue = [2, n0, _MAV,
2207
+ 0, 0, () => exports.AttributeValue$
2208
+ ];
2209
+ var PutItemInputAttributeMap = [2, n0, _PIIAM,
2210
+ 0, 0, () => exports.AttributeValue$
2211
+ ];
2212
+ var SecondaryIndexesCapacityMap = [2, n0, _SICM,
2213
+ 0, 0, () => exports.Capacity$
2214
+ ];
2215
+ exports.AttributeValue$ = [4, n0, _AV,
2216
+ 0,
2217
+ [_S_, _N, _B_, _SS_, _NS, _BS_, _M_, _L_, _NULL, _BOOL],
2218
+ [0, 0, 21, 64 | 0, 64 | 0, 64 | 21, () => MapAttributeValue, () => ListAttributeValue, 2, 2]
2219
+ ];
2220
+ exports.BatchExecuteStatement$ = [9, n0, _BES,
2221
+ 0, () => exports.BatchExecuteStatementInput$, () => exports.BatchExecuteStatementOutput$
2222
+ ];
2223
+ exports.BatchGetItem$ = [9, n0, _BGI,
2224
+ 0, () => exports.BatchGetItemInput$, () => exports.BatchGetItemOutput$
2225
+ ];
2226
+ exports.BatchWriteItem$ = [9, n0, _BWI,
2227
+ 0, () => exports.BatchWriteItemInput$, () => exports.BatchWriteItemOutput$
2228
+ ];
2229
+ exports.CreateBackup$ = [9, n0, _CB,
2230
+ 0, () => exports.CreateBackupInput$, () => exports.CreateBackupOutput$
2231
+ ];
2232
+ exports.CreateGlobalTable$ = [9, n0, _CGT,
2233
+ 0, () => exports.CreateGlobalTableInput$, () => exports.CreateGlobalTableOutput$
2234
+ ];
2235
+ exports.CreateTable$ = [9, n0, _CTr,
2236
+ 0, () => exports.CreateTableInput$, () => exports.CreateTableOutput$
2237
+ ];
2238
+ exports.DeleteBackup$ = [9, n0, _DB,
2239
+ 0, () => exports.DeleteBackupInput$, () => exports.DeleteBackupOutput$
2240
+ ];
2241
+ exports.DeleteItem$ = [9, n0, _DI,
2242
+ 0, () => exports.DeleteItemInput$, () => exports.DeleteItemOutput$
2243
+ ];
2244
+ exports.DeleteResourcePolicy$ = [9, n0, _DRP,
2245
+ 0, () => exports.DeleteResourcePolicyInput$, () => exports.DeleteResourcePolicyOutput$
2246
+ ];
2247
+ exports.DeleteTable$ = [9, n0, _DT,
2248
+ 0, () => exports.DeleteTableInput$, () => exports.DeleteTableOutput$
2249
+ ];
2250
+ exports.DescribeBackup$ = [9, n0, _DBe,
2251
+ 0, () => exports.DescribeBackupInput$, () => exports.DescribeBackupOutput$
2252
+ ];
2253
+ exports.DescribeContinuousBackups$ = [9, n0, _DCB,
2254
+ 0, () => exports.DescribeContinuousBackupsInput$, () => exports.DescribeContinuousBackupsOutput$
2255
+ ];
2256
+ exports.DescribeContributorInsights$ = [9, n0, _DCI,
2257
+ 0, () => exports.DescribeContributorInsightsInput$, () => exports.DescribeContributorInsightsOutput$
2258
+ ];
2259
+ exports.DescribeEndpoints$ = [9, n0, _DE,
2260
+ 0, () => exports.DescribeEndpointsRequest$, () => exports.DescribeEndpointsResponse$
2261
+ ];
2262
+ exports.DescribeExport$ = [9, n0, _DEe,
2263
+ 0, () => exports.DescribeExportInput$, () => exports.DescribeExportOutput$
2264
+ ];
2265
+ exports.DescribeGlobalTable$ = [9, n0, _DGT,
2266
+ 0, () => exports.DescribeGlobalTableInput$, () => exports.DescribeGlobalTableOutput$
2267
+ ];
2268
+ exports.DescribeGlobalTableSettings$ = [9, n0, _DGTS,
2269
+ 0, () => exports.DescribeGlobalTableSettingsInput$, () => exports.DescribeGlobalTableSettingsOutput$
2270
+ ];
2271
+ exports.DescribeImport$ = [9, n0, _DIe,
2272
+ 0, () => exports.DescribeImportInput$, () => exports.DescribeImportOutput$
2273
+ ];
2274
+ exports.DescribeKinesisStreamingDestination$ = [9, n0, _DKSD,
2275
+ 0, () => exports.DescribeKinesisStreamingDestinationInput$, () => exports.DescribeKinesisStreamingDestinationOutput$
2276
+ ];
2277
+ exports.DescribeLimits$ = [9, n0, _DL,
2278
+ 0, () => exports.DescribeLimitsInput$, () => exports.DescribeLimitsOutput$
2279
+ ];
2280
+ exports.DescribeTable$ = [9, n0, _DTe,
2281
+ 0, () => exports.DescribeTableInput$, () => exports.DescribeTableOutput$
2282
+ ];
2283
+ exports.DescribeTableReplicaAutoScaling$ = [9, n0, _DTRAS,
2284
+ 0, () => exports.DescribeTableReplicaAutoScalingInput$, () => exports.DescribeTableReplicaAutoScalingOutput$
2285
+ ];
2286
+ exports.DescribeTimeToLive$ = [9, n0, _DTTL,
2287
+ 0, () => exports.DescribeTimeToLiveInput$, () => exports.DescribeTimeToLiveOutput$
2288
+ ];
2289
+ exports.DisableKinesisStreamingDestination$ = [9, n0, _DKSDi,
2290
+ 0, () => exports.KinesisStreamingDestinationInput$, () => exports.KinesisStreamingDestinationOutput$
2291
+ ];
2292
+ exports.EnableKinesisStreamingDestination$ = [9, n0, _EKSD,
2293
+ 0, () => exports.KinesisStreamingDestinationInput$, () => exports.KinesisStreamingDestinationOutput$
2294
+ ];
2295
+ exports.ExecuteStatement$ = [9, n0, _ESxe,
2296
+ 0, () => exports.ExecuteStatementInput$, () => exports.ExecuteStatementOutput$
2297
+ ];
2298
+ exports.ExecuteTransaction$ = [9, n0, _ETxe,
2299
+ 0, () => exports.ExecuteTransactionInput$, () => exports.ExecuteTransactionOutput$
2300
+ ];
2301
+ exports.ExportTableToPointInTime$ = [9, n0, _ETTPIT,
2302
+ 0, () => exports.ExportTableToPointInTimeInput$, () => exports.ExportTableToPointInTimeOutput$
2303
+ ];
2304
+ exports.GetItem$ = [9, n0, _GI,
2305
+ 0, () => exports.GetItemInput$, () => exports.GetItemOutput$
2306
+ ];
2307
+ exports.GetResourcePolicy$ = [9, n0, _GRP,
2308
+ 0, () => exports.GetResourcePolicyInput$, () => exports.GetResourcePolicyOutput$
2309
+ ];
2310
+ exports.ImportTable$ = [9, n0, _IT,
2311
+ 0, () => exports.ImportTableInput$, () => exports.ImportTableOutput$
2312
+ ];
2313
+ exports.ListBackups$ = [9, n0, _LB,
2314
+ 0, () => exports.ListBackupsInput$, () => exports.ListBackupsOutput$
2315
+ ];
2316
+ exports.ListContributorInsights$ = [9, n0, _LCI,
2317
+ 0, () => exports.ListContributorInsightsInput$, () => exports.ListContributorInsightsOutput$
2318
+ ];
2319
+ exports.ListExports$ = [9, n0, _LE,
2320
+ 0, () => exports.ListExportsInput$, () => exports.ListExportsOutput$
2321
+ ];
2322
+ exports.ListGlobalTables$ = [9, n0, _LGT,
2323
+ 0, () => exports.ListGlobalTablesInput$, () => exports.ListGlobalTablesOutput$
2324
+ ];
2325
+ exports.ListImports$ = [9, n0, _LI,
2326
+ 0, () => exports.ListImportsInput$, () => exports.ListImportsOutput$
2327
+ ];
2328
+ exports.ListTables$ = [9, n0, _LT,
2329
+ 0, () => exports.ListTablesInput$, () => exports.ListTablesOutput$
2330
+ ];
2331
+ exports.ListTagsOfResource$ = [9, n0, _LTOR,
2332
+ 0, () => exports.ListTagsOfResourceInput$, () => exports.ListTagsOfResourceOutput$
2333
+ ];
2334
+ exports.PutItem$ = [9, n0, _PI,
2335
+ 0, () => exports.PutItemInput$, () => exports.PutItemOutput$
2336
+ ];
2337
+ exports.PutResourcePolicy$ = [9, n0, _PRP,
2338
+ 0, () => exports.PutResourcePolicyInput$, () => exports.PutResourcePolicyOutput$
2339
+ ];
2340
+ exports.Query$ = [9, n0, _Q,
2341
+ 0, () => exports.QueryInput$, () => exports.QueryOutput$
2342
+ ];
2343
+ exports.RestoreTableFromBackup$ = [9, n0, _RTFB,
2344
+ 0, () => exports.RestoreTableFromBackupInput$, () => exports.RestoreTableFromBackupOutput$
2345
+ ];
2346
+ exports.RestoreTableToPointInTime$ = [9, n0, _RTTPIT,
2347
+ 0, () => exports.RestoreTableToPointInTimeInput$, () => exports.RestoreTableToPointInTimeOutput$
2348
+ ];
2349
+ exports.Scan$ = [9, n0, _Sc,
2350
+ 0, () => exports.ScanInput$, () => exports.ScanOutput$
2351
+ ];
2352
+ exports.TagResource$ = [9, n0, _TRa,
2353
+ 0, () => exports.TagResourceInput$, () => __Unit
2354
+ ];
2355
+ exports.TransactGetItems$ = [9, n0, _TGIr,
2356
+ 0, () => exports.TransactGetItemsInput$, () => exports.TransactGetItemsOutput$
2357
+ ];
2358
+ exports.TransactWriteItems$ = [9, n0, _TWIr,
2359
+ 0, () => exports.TransactWriteItemsInput$, () => exports.TransactWriteItemsOutput$
2360
+ ];
2361
+ exports.UntagResource$ = [9, n0, _UR,
2362
+ 0, () => exports.UntagResourceInput$, () => __Unit
2363
+ ];
2364
+ exports.UpdateContinuousBackups$ = [9, n0, _UCB,
2365
+ 0, () => exports.UpdateContinuousBackupsInput$, () => exports.UpdateContinuousBackupsOutput$
2366
+ ];
2367
+ exports.UpdateContributorInsights$ = [9, n0, _UCI,
2368
+ 0, () => exports.UpdateContributorInsightsInput$, () => exports.UpdateContributorInsightsOutput$
2369
+ ];
2370
+ exports.UpdateGlobalTable$ = [9, n0, _UGT,
2371
+ 0, () => exports.UpdateGlobalTableInput$, () => exports.UpdateGlobalTableOutput$
2372
+ ];
2373
+ exports.UpdateGlobalTableSettings$ = [9, n0, _UGTS,
2374
+ 0, () => exports.UpdateGlobalTableSettingsInput$, () => exports.UpdateGlobalTableSettingsOutput$
2375
+ ];
2376
+ exports.UpdateItem$ = [9, n0, _UIp,
2377
+ 0, () => exports.UpdateItemInput$, () => exports.UpdateItemOutput$
2378
+ ];
2379
+ exports.UpdateKinesisStreamingDestination$ = [9, n0, _UKSD,
2380
+ 0, () => exports.UpdateKinesisStreamingDestinationInput$, () => exports.UpdateKinesisStreamingDestinationOutput$
2381
+ ];
2382
+ exports.UpdateTable$ = [9, n0, _UT,
2383
+ 0, () => exports.UpdateTableInput$, () => exports.UpdateTableOutput$
2384
+ ];
2385
+ exports.UpdateTableReplicaAutoScaling$ = [9, n0, _UTRAS,
2386
+ 0, () => exports.UpdateTableReplicaAutoScalingInput$, () => exports.UpdateTableReplicaAutoScalingOutput$
2387
+ ];
2388
+ exports.UpdateTimeToLive$ = [9, n0, _UTTL,
2389
+ 0, () => exports.UpdateTimeToLiveInput$, () => exports.UpdateTimeToLiveOutput$
2390
+ ];