@gemeentenijmegen/webapp 1.1.13 → 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 (2148) hide show
  1. package/.jsii +12 -12
  2. package/.nvmrc +1 -0
  3. package/API.md +44 -0
  4. package/assets/webapp/auth/auth.lambda/index.js +1 -1
  5. package/assets/webapp/login/login.lambda/index.js +1 -1
  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.lambda.d.ts +1 -1
  11. package/lib/webapp/auth/auth.lambda.js +2 -2
  12. package/lib/webapp/login/login.lambda.d.ts +1 -1
  13. package/lib/webapp/login/login.lambda.js +2 -2
  14. package/lib/webapp/logout/logout.lambda.js +2 -2
  15. package/lib/webapp/util/Files.js +1 -1
  16. package/node_modules/@aws/lambda-invoke-store/dist-cjs/invoke-store.js +3 -3
  17. package/node_modules/@aws/lambda-invoke-store/dist-es/invoke-store.js +3 -3
  18. package/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.d.ts +4 -5
  19. package/node_modules/@aws/lambda-invoke-store/package.json +1 -1
  20. package/node_modules/@aws-sdk/client-dynamodb/README.md +25 -107
  21. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
  22. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/endpoint/ruleset.js +1 -1
  23. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/index.js +355 -3196
  24. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/models/DynamoDBServiceException.js +12 -0
  25. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/models/errors.js +478 -0
  26. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.browser.js +1 -2
  27. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.js +2 -4
  28. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.shared.js +10 -7
  29. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/schemas/schemas_0.js +2390 -0
  30. package/node_modules/@aws-sdk/client-dynamodb/dist-es/DynamoDB.js +29 -1
  31. package/node_modules/@aws-sdk/client-dynamodb/dist-es/DynamoDBClient.js +1 -3
  32. package/node_modules/@aws-sdk/client-dynamodb/dist-es/auth/httpAuthSchemeProvider.js +3 -4
  33. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchExecuteStatementCommand.js +2 -2
  34. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchGetItemCommand.js +2 -2
  35. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchWriteItemCommand.js +2 -2
  36. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateBackupCommand.js +2 -2
  37. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateGlobalTableCommand.js +2 -2
  38. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateTableCommand.js +2 -2
  39. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteBackupCommand.js +2 -2
  40. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteItemCommand.js +2 -2
  41. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
  42. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteTableCommand.js +2 -2
  43. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeBackupCommand.js +2 -2
  44. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeContinuousBackupsCommand.js +2 -2
  45. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeContributorInsightsCommand.js +2 -2
  46. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeEndpointsCommand.js +2 -2
  47. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeExportCommand.js +2 -2
  48. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeGlobalTableCommand.js +2 -2
  49. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeGlobalTableSettingsCommand.js +2 -2
  50. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeImportCommand.js +2 -2
  51. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeKinesisStreamingDestinationCommand.js +2 -2
  52. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeLimitsCommand.js +2 -2
  53. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTableCommand.js +2 -2
  54. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTableReplicaAutoScalingCommand.js +2 -2
  55. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTimeToLiveCommand.js +2 -2
  56. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DisableKinesisStreamingDestinationCommand.js +2 -2
  57. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/EnableKinesisStreamingDestinationCommand.js +2 -2
  58. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ExecuteStatementCommand.js +2 -2
  59. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ExecuteTransactionCommand.js +2 -2
  60. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ExportTableToPointInTimeCommand.js +2 -2
  61. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/GetItemCommand.js +2 -2
  62. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/GetResourcePolicyCommand.js +2 -2
  63. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ImportTableCommand.js +2 -2
  64. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListBackupsCommand.js +2 -2
  65. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListContributorInsightsCommand.js +2 -2
  66. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListExportsCommand.js +2 -2
  67. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListGlobalTablesCommand.js +2 -2
  68. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListImportsCommand.js +2 -2
  69. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListTablesCommand.js +2 -2
  70. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListTagsOfResourceCommand.js +2 -2
  71. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/PutItemCommand.js +2 -2
  72. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/PutResourcePolicyCommand.js +2 -2
  73. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/QueryCommand.js +2 -2
  74. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/RestoreTableFromBackupCommand.js +2 -2
  75. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/RestoreTableToPointInTimeCommand.js +2 -2
  76. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ScanCommand.js +2 -2
  77. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TagResourceCommand.js +2 -2
  78. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TransactGetItemsCommand.js +3 -6
  79. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TransactWriteItemsCommand.js +3 -6
  80. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UntagResourceCommand.js +2 -2
  81. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateContinuousBackupsCommand.js +2 -2
  82. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateContributorInsightsCommand.js +2 -2
  83. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateGlobalTableCommand.js +2 -2
  84. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateGlobalTableSettingsCommand.js +2 -2
  85. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateItemCommand.js +2 -2
  86. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateKinesisStreamingDestinationCommand.js +2 -2
  87. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTableCommand.js +2 -2
  88. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTableReplicaAutoScalingCommand.js +2 -2
  89. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTimeToLiveCommand.js +2 -2
  90. package/node_modules/@aws-sdk/client-dynamodb/dist-es/endpoint/ruleset.js +1 -1
  91. package/node_modules/@aws-sdk/client-dynamodb/dist-es/index.js +2 -0
  92. package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/enums.js +5 -0
  93. package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.browser.js +1 -2
  94. package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.js +4 -6
  95. package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.shared.js +10 -7
  96. package/node_modules/@aws-sdk/client-dynamodb/dist-es/schemas/schemas_0.js +1430 -1634
  97. package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/index.js +4 -0
  98. package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForContributorInsightsEnabled.js +40 -0
  99. package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForExportCompleted.js +40 -0
  100. package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForImportCompleted.js +49 -0
  101. package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForKinesisStreamingDestinationActive.js +49 -0
  102. package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForTableExists.js +1 -1
  103. package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForTableNotExists.js +1 -1
  104. package/node_modules/@aws-sdk/client-dynamodb/dist-types/DynamoDB.d.ts +80 -1
  105. package/node_modules/@aws-sdk/client-dynamodb/dist-types/DynamoDBClient.d.ts +1 -10
  106. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateGlobalTableCommand.d.ts +1 -0
  107. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateTableCommand.d.ts +6 -2
  108. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteTableCommand.d.ts +2 -0
  109. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableCommand.d.ts +1 -0
  110. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableCommand.d.ts +2 -0
  111. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteTransactionCommand.d.ts +2 -3
  112. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListExportsCommand.d.ts +1 -1
  113. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutItemCommand.d.ts +5 -0
  114. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableFromBackupCommand.d.ts +2 -0
  115. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +2 -0
  116. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactGetItemsCommand.d.ts +2 -3
  117. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactWriteItemsCommand.d.ts +2 -3
  118. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableCommand.d.ts +1 -0
  119. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableCommand.d.ts +3 -0
  120. package/node_modules/@aws-sdk/client-dynamodb/dist-types/index.d.ts +2 -1
  121. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/enums.d.ts +13 -0
  122. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/errors.d.ts +2 -3
  123. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts +86 -12
  124. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.browser.d.ts +6 -2
  125. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.d.ts +6 -2
  126. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.native.d.ts +6 -2
  127. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.shared.d.ts +6 -1
  128. package/node_modules/@aws-sdk/client-dynamodb/dist-types/schemas/schemas_0.d.ts +325 -397
  129. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/DynamoDB.d.ts +103 -1
  130. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/DynamoDBClient.d.ts +1 -5
  131. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/index.d.ts +1 -0
  132. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/enums.d.ts +7 -0
  133. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_0.d.ts +16 -2
  134. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  135. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  136. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  137. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  138. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/schemas/schemas_0.d.ts +320 -398
  139. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/index.d.ts +4 -0
  140. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/waitForContributorInsightsEnabled.d.ts +11 -0
  141. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/waitForExportCompleted.d.ts +11 -0
  142. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/waitForImportCompleted.d.ts +11 -0
  143. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/waitForKinesisStreamingDestinationActive.d.ts +11 -0
  144. package/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/index.d.ts +4 -0
  145. package/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitForContributorInsightsEnabled.d.ts +14 -0
  146. package/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitForExportCompleted.d.ts +14 -0
  147. package/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitForImportCompleted.d.ts +14 -0
  148. package/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitForKinesisStreamingDestinationActive.d.ts +14 -0
  149. package/node_modules/@aws-sdk/client-dynamodb/package.json +56 -50
  150. package/node_modules/@aws-sdk/client-s3/README.md +31 -154
  151. package/node_modules/@aws-sdk/client-s3/dist-cjs/auth/httpAuthSchemeProvider.js +8 -9
  152. package/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +1 -1
  153. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +492 -5897
  154. package/node_modules/@aws-sdk/client-s3/dist-cjs/models/S3ServiceException.js +12 -0
  155. package/node_modules/@aws-sdk/client-s3/dist-cjs/models/errors.js +203 -0
  156. package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.browser.js +1 -2
  157. package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +4 -8
  158. package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +9 -5
  159. package/node_modules/@aws-sdk/client-s3/dist-cjs/schemas/schemas_0.js +3258 -0
  160. package/node_modules/@aws-sdk/client-s3/dist-es/S3.js +23 -1
  161. package/node_modules/@aws-sdk/client-s3/dist-es/auth/httpAuthSchemeProvider.js +8 -9
  162. package/node_modules/@aws-sdk/client-s3/dist-es/commands/AbortMultipartUploadCommand.js +6 -3
  163. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CompleteMultipartUploadCommand.js +2 -2
  164. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CopyObjectCommand.js +2 -2
  165. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketCommand.js +2 -2
  166. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataConfigurationCommand.js +3 -3
  167. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataTableConfigurationCommand.js +3 -3
  168. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateMultipartUploadCommand.js +2 -2
  169. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateSessionCommand.js +6 -3
  170. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketAnalyticsConfigurationCommand.js +2 -2
  171. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCommand.js +2 -2
  172. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCorsCommand.js +2 -2
  173. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketEncryptionCommand.js +2 -2
  174. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +2 -2
  175. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketInventoryConfigurationCommand.js +2 -2
  176. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketLifecycleCommand.js +2 -2
  177. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataConfigurationCommand.js +2 -2
  178. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataTableConfigurationCommand.js +2 -2
  179. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetricsConfigurationCommand.js +2 -2
  180. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketOwnershipControlsCommand.js +2 -2
  181. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketPolicyCommand.js +2 -2
  182. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketReplicationCommand.js +2 -2
  183. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketTaggingCommand.js +2 -2
  184. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketWebsiteCommand.js +2 -2
  185. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectCommand.js +6 -3
  186. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectTaggingCommand.js +6 -3
  187. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +3 -3
  188. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeletePublicAccessBlockCommand.js +2 -2
  189. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAbacCommand.js +6 -3
  190. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +6 -3
  191. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAclCommand.js +6 -3
  192. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +6 -3
  193. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketCorsCommand.js +6 -3
  194. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketEncryptionCommand.js +6 -3
  195. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +6 -3
  196. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketInventoryConfigurationCommand.js +6 -3
  197. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +6 -3
  198. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLocationCommand.js +6 -3
  199. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLoggingCommand.js +6 -3
  200. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataConfigurationCommand.js +6 -3
  201. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataTableConfigurationCommand.js +6 -3
  202. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetricsConfigurationCommand.js +6 -3
  203. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketNotificationConfigurationCommand.js +6 -3
  204. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketOwnershipControlsCommand.js +6 -3
  205. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyCommand.js +6 -3
  206. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyStatusCommand.js +6 -3
  207. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketReplicationCommand.js +6 -3
  208. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketRequestPaymentCommand.js +6 -3
  209. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketTaggingCommand.js +6 -3
  210. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketVersioningCommand.js +6 -3
  211. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketWebsiteCommand.js +6 -3
  212. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAclCommand.js +6 -3
  213. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAttributesCommand.js +2 -2
  214. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +4 -4
  215. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLegalHoldCommand.js +6 -3
  216. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLockConfigurationCommand.js +6 -3
  217. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectRetentionCommand.js +6 -3
  218. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTaggingCommand.js +6 -3
  219. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTorrentCommand.js +2 -2
  220. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetPublicAccessBlockCommand.js +6 -3
  221. package/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadBucketCommand.js +6 -3
  222. package/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadObjectCommand.js +2 -2
  223. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +6 -3
  224. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +6 -3
  225. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +6 -3
  226. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +6 -3
  227. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketsCommand.js +6 -3
  228. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListDirectoryBucketsCommand.js +6 -3
  229. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListMultipartUploadsCommand.js +6 -3
  230. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectVersionsCommand.js +6 -3
  231. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsCommand.js +6 -3
  232. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsV2Command.js +6 -3
  233. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListPartsCommand.js +2 -2
  234. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAbacCommand.js +3 -3
  235. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +3 -3
  236. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +3 -3
  237. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAnalyticsConfigurationCommand.js +2 -2
  238. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +3 -3
  239. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +3 -3
  240. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketIntelligentTieringConfigurationCommand.js +2 -2
  241. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketInventoryConfigurationCommand.js +2 -2
  242. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +3 -3
  243. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +3 -3
  244. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketMetricsConfigurationCommand.js +2 -2
  245. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketNotificationConfigurationCommand.js +2 -2
  246. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +3 -3
  247. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +3 -3
  248. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +3 -3
  249. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +3 -3
  250. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +3 -3
  251. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +3 -3
  252. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +3 -3
  253. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +3 -3
  254. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +3 -3
  255. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +3 -3
  256. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +3 -3
  257. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +3 -3
  258. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +3 -3
  259. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +3 -3
  260. package/node_modules/@aws-sdk/client-s3/dist-es/commands/RenameObjectCommand.js +6 -3
  261. package/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +3 -3
  262. package/node_modules/@aws-sdk/client-s3/dist-es/commands/SelectObjectContentCommand.js +2 -2
  263. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.js +3 -3
  264. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataJournalTableConfigurationCommand.js +3 -3
  265. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateObjectEncryptionCommand.js +28 -0
  266. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +3 -3
  267. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCopyCommand.js +2 -2
  268. package/node_modules/@aws-sdk/client-s3/dist-es/commands/WriteGetObjectResponseCommand.js +2 -2
  269. package/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +1 -0
  270. package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/EndpointParameters.js +2 -0
  271. package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +1 -1
  272. package/node_modules/@aws-sdk/client-s3/dist-es/index.js +3 -0
  273. package/node_modules/@aws-sdk/client-s3/dist-es/models/enums.js +5 -0
  274. package/node_modules/@aws-sdk/client-s3/dist-es/models/errors.js +12 -0
  275. package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.browser.js +1 -2
  276. package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js +6 -10
  277. package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +9 -5
  278. package/node_modules/@aws-sdk/client-s3/dist-es/schemas/schemas_0.js +1757 -3928
  279. package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForBucketExists.js +1 -1
  280. package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForBucketNotExists.js +1 -1
  281. package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForObjectExists.js +1 -1
  282. package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForObjectNotExists.js +1 -1
  283. package/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +61 -1
  284. package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +4 -12
  285. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +5 -4
  286. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +9 -0
  287. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +0 -1
  288. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +1 -1
  289. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +0 -1
  290. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +5 -4
  291. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +1 -1
  292. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
  293. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +2 -2
  294. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +25 -15
  295. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateObjectEncryptionCommand.d.ts +259 -0
  296. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +5 -4
  297. package/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +1 -0
  298. package/node_modules/@aws-sdk/client-s3/dist-types/endpoint/EndpointParameters.d.ts +3 -0
  299. package/node_modules/@aws-sdk/client-s3/dist-types/index.d.ts +3 -2
  300. package/node_modules/@aws-sdk/client-s3/dist-types/models/enums.d.ts +13 -0
  301. package/node_modules/@aws-sdk/client-s3/dist-types/models/errors.d.ts +16 -15
  302. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +51 -29
  303. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +186 -3
  304. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +19 -3
  305. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +20 -4
  306. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +19 -3
  307. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +7 -2
  308. package/node_modules/@aws-sdk/client-s3/dist-types/schemas/schemas_0.d.ts +464 -502
  309. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +88 -1
  310. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +6 -4
  311. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UpdateObjectEncryptionCommand.d.ts +51 -0
  312. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +1 -0
  313. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +6 -0
  314. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/index.d.ts +1 -0
  315. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/enums.d.ts +7 -0
  316. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/errors.d.ts +5 -0
  317. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +2 -0
  318. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +34 -0
  319. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +25 -10
  320. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +29 -11
  321. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +25 -10
  322. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -8
  323. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/schemas/schemas_0.d.ts +459 -503
  324. package/node_modules/@aws-sdk/client-s3/package.json +64 -62
  325. package/node_modules/@aws-sdk/client-secrets-manager/README.md +25 -73
  326. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
  327. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/index.js +61 -884
  328. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/models/SecretsManagerServiceException.js +12 -0
  329. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/models/errors.js +184 -0
  330. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.browser.js +1 -2
  331. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.js +2 -4
  332. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.shared.js +8 -6
  333. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/schemas/schemas_0.js +665 -0
  334. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/SecretsManager.js +9 -1
  335. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/auth/httpAuthSchemeProvider.js +3 -4
  336. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/BatchGetSecretValueCommand.js +2 -2
  337. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/CancelRotateSecretCommand.js +2 -2
  338. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/CreateSecretCommand.js +2 -2
  339. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
  340. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/DeleteSecretCommand.js +2 -2
  341. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/DescribeSecretCommand.js +2 -2
  342. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/GetRandomPasswordCommand.js +2 -2
  343. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/GetResourcePolicyCommand.js +2 -2
  344. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/GetSecretValueCommand.js +2 -2
  345. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ListSecretVersionIdsCommand.js +2 -2
  346. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ListSecretsCommand.js +2 -2
  347. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/PutResourcePolicyCommand.js +2 -2
  348. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/PutSecretValueCommand.js +2 -2
  349. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/RemoveRegionsFromReplicationCommand.js +2 -2
  350. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ReplicateSecretToRegionsCommand.js +2 -2
  351. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/RestoreSecretCommand.js +2 -2
  352. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/RotateSecretCommand.js +2 -2
  353. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/StopReplicationToReplicaCommand.js +2 -2
  354. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/TagResourceCommand.js +2 -2
  355. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/UntagResourceCommand.js +2 -2
  356. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/UpdateSecretCommand.js +2 -2
  357. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/UpdateSecretVersionStageCommand.js +2 -2
  358. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ValidateResourcePolicyCommand.js +2 -2
  359. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/index.js +2 -0
  360. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/pagination/index.js +2 -2
  361. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.browser.js +1 -2
  362. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.js +4 -6
  363. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.shared.js +8 -6
  364. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/schemas/schemas_0.js +419 -424
  365. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/SecretsManager.d.ts +22 -1
  366. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/SecretsManagerClient.d.ts +1 -10
  367. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/index.d.ts +2 -1
  368. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/pagination/index.d.ts +2 -2
  369. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.browser.d.ts +6 -2
  370. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.d.ts +6 -2
  371. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.native.d.ts +6 -2
  372. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.shared.d.ts +6 -1
  373. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/schemas/schemas_0.d.ts +99 -114
  374. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/SecretsManager.d.ts +26 -1
  375. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/SecretsManagerClient.d.ts +0 -4
  376. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/index.d.ts +1 -0
  377. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/pagination/index.d.ts +2 -2
  378. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  379. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  380. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  381. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  382. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/schemas/schemas_0.d.ts +93 -116
  383. package/node_modules/@aws-sdk/client-secrets-manager/package.json +53 -47
  384. package/node_modules/@aws-sdk/client-ssm/README.md +25 -195
  385. package/node_modules/@aws-sdk/client-ssm/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
  386. package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +462 -9621
  387. package/node_modules/@aws-sdk/client-ssm/dist-cjs/models/SSMServiceException.js +12 -0
  388. package/node_modules/@aws-sdk/client-ssm/dist-cjs/models/errors.js +2059 -0
  389. package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.browser.js +1 -2
  390. package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.js +2 -4
  391. package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.shared.js +9 -6
  392. package/node_modules/@aws-sdk/client-ssm/dist-cjs/schemas/schemas_0.js +5616 -0
  393. package/node_modules/@aws-sdk/client-ssm/dist-es/SSM.js +107 -1
  394. package/node_modules/@aws-sdk/client-ssm/dist-es/auth/httpAuthSchemeProvider.js +3 -4
  395. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/AddTagsToResourceCommand.js +2 -2
  396. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/AssociateOpsItemRelatedItemCommand.js +2 -2
  397. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CancelCommandCommand.js +2 -2
  398. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CancelMaintenanceWindowExecutionCommand.js +2 -2
  399. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateActivationCommand.js +2 -2
  400. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateAssociationBatchCommand.js +2 -2
  401. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateAssociationCommand.js +2 -2
  402. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateDocumentCommand.js +2 -2
  403. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateMaintenanceWindowCommand.js +2 -2
  404. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateOpsItemCommand.js +2 -2
  405. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateOpsMetadataCommand.js +2 -2
  406. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreatePatchBaselineCommand.js +2 -2
  407. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateResourceDataSyncCommand.js +2 -2
  408. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteActivationCommand.js +2 -2
  409. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteAssociationCommand.js +2 -2
  410. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteDocumentCommand.js +2 -2
  411. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteInventoryCommand.js +2 -2
  412. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteMaintenanceWindowCommand.js +2 -2
  413. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteOpsItemCommand.js +2 -2
  414. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteOpsMetadataCommand.js +2 -2
  415. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteParameterCommand.js +2 -2
  416. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteParametersCommand.js +2 -2
  417. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeletePatchBaselineCommand.js +2 -2
  418. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteResourceDataSyncCommand.js +2 -2
  419. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
  420. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterManagedInstanceCommand.js +2 -2
  421. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterPatchBaselineForPatchGroupCommand.js +2 -2
  422. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterTargetFromMaintenanceWindowCommand.js +2 -2
  423. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterTaskFromMaintenanceWindowCommand.js +2 -2
  424. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeActivationsCommand.js +2 -2
  425. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationCommand.js +2 -2
  426. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationExecutionTargetsCommand.js +2 -2
  427. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationExecutionsCommand.js +2 -2
  428. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAutomationExecutionsCommand.js +2 -2
  429. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAutomationStepExecutionsCommand.js +2 -2
  430. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAvailablePatchesCommand.js +2 -2
  431. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeDocumentCommand.js +2 -2
  432. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeDocumentPermissionCommand.js +2 -2
  433. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeEffectiveInstanceAssociationsCommand.js +2 -2
  434. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeEffectivePatchesForPatchBaselineCommand.js +2 -2
  435. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstanceAssociationsStatusCommand.js +2 -2
  436. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstanceInformationCommand.js +2 -2
  437. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchStatesCommand.js +2 -2
  438. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchStatesForPatchGroupCommand.js +2 -2
  439. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchesCommand.js +2 -2
  440. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePropertiesCommand.js +2 -2
  441. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInventoryDeletionsCommand.js +2 -2
  442. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.js +2 -2
  443. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionTasksCommand.js +2 -2
  444. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionsCommand.js +2 -2
  445. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowScheduleCommand.js +2 -2
  446. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTargetsCommand.js +2 -2
  447. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTasksCommand.js +2 -2
  448. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsCommand.js +2 -2
  449. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsForTargetCommand.js +2 -2
  450. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeOpsItemsCommand.js +2 -2
  451. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeParametersCommand.js +2 -2
  452. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchBaselinesCommand.js +2 -2
  453. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchGroupStateCommand.js +2 -2
  454. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchGroupsCommand.js +2 -2
  455. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchPropertiesCommand.js +2 -2
  456. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeSessionsCommand.js +2 -2
  457. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DisassociateOpsItemRelatedItemCommand.js +2 -2
  458. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetAccessTokenCommand.js +2 -2
  459. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetAutomationExecutionCommand.js +2 -2
  460. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetCalendarStateCommand.js +2 -2
  461. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetCommandInvocationCommand.js +2 -2
  462. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetConnectionStatusCommand.js +2 -2
  463. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDefaultPatchBaselineCommand.js +2 -2
  464. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDeployablePatchSnapshotForInstanceCommand.js +2 -2
  465. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDocumentCommand.js +2 -2
  466. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetExecutionPreviewCommand.js +2 -2
  467. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetInventoryCommand.js +2 -2
  468. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetInventorySchemaCommand.js +2 -2
  469. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowCommand.js +2 -2
  470. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionCommand.js +2 -2
  471. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionTaskCommand.js +2 -2
  472. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.js +2 -2
  473. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowTaskCommand.js +2 -2
  474. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsItemCommand.js +2 -2
  475. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsMetadataCommand.js +2 -2
  476. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsSummaryCommand.js +2 -2
  477. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParameterCommand.js +2 -2
  478. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParameterHistoryCommand.js +2 -2
  479. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParametersByPathCommand.js +2 -2
  480. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParametersCommand.js +2 -2
  481. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetPatchBaselineCommand.js +2 -2
  482. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetPatchBaselineForPatchGroupCommand.js +2 -2
  483. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetResourcePoliciesCommand.js +2 -2
  484. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetServiceSettingCommand.js +2 -2
  485. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/LabelParameterVersionCommand.js +2 -2
  486. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListAssociationVersionsCommand.js +2 -2
  487. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListAssociationsCommand.js +2 -2
  488. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListCommandInvocationsCommand.js +2 -2
  489. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListCommandsCommand.js +2 -2
  490. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListComplianceItemsCommand.js +2 -2
  491. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListComplianceSummariesCommand.js +2 -2
  492. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentMetadataHistoryCommand.js +2 -2
  493. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentVersionsCommand.js +2 -2
  494. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentsCommand.js +2 -2
  495. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListInventoryEntriesCommand.js +2 -2
  496. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListNodesCommand.js +2 -2
  497. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListNodesSummaryCommand.js +2 -2
  498. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsItemEventsCommand.js +2 -2
  499. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsItemRelatedItemsCommand.js +2 -2
  500. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsMetadataCommand.js +2 -2
  501. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListResourceComplianceSummariesCommand.js +2 -2
  502. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListResourceDataSyncCommand.js +2 -2
  503. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  504. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ModifyDocumentPermissionCommand.js +2 -2
  505. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutComplianceItemsCommand.js +2 -2
  506. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutInventoryCommand.js +2 -2
  507. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutParameterCommand.js +2 -2
  508. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutResourcePolicyCommand.js +2 -2
  509. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterDefaultPatchBaselineCommand.js +2 -2
  510. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterPatchBaselineForPatchGroupCommand.js +2 -2
  511. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTargetWithMaintenanceWindowCommand.js +2 -2
  512. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTaskWithMaintenanceWindowCommand.js +2 -2
  513. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RemoveTagsFromResourceCommand.js +2 -2
  514. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ResetServiceSettingCommand.js +2 -2
  515. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ResumeSessionCommand.js +2 -2
  516. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendAutomationSignalCommand.js +2 -2
  517. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendCommandCommand.js +2 -2
  518. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAccessRequestCommand.js +2 -2
  519. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAssociationsOnceCommand.js +2 -2
  520. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAutomationExecutionCommand.js +2 -2
  521. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartChangeRequestExecutionCommand.js +2 -2
  522. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartExecutionPreviewCommand.js +2 -2
  523. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartSessionCommand.js +2 -2
  524. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StopAutomationExecutionCommand.js +2 -2
  525. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/TerminateSessionCommand.js +2 -2
  526. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UnlabelParameterVersionCommand.js +2 -2
  527. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateAssociationCommand.js +2 -2
  528. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateAssociationStatusCommand.js +2 -2
  529. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentCommand.js +2 -2
  530. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentDefaultVersionCommand.js +2 -2
  531. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentMetadataCommand.js +2 -2
  532. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowCommand.js +2 -2
  533. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowTargetCommand.js +2 -2
  534. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowTaskCommand.js +2 -2
  535. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateManagedInstanceRoleCommand.js +2 -2
  536. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateOpsItemCommand.js +2 -2
  537. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateOpsMetadataCommand.js +2 -2
  538. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdatePatchBaselineCommand.js +2 -2
  539. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateResourceDataSyncCommand.js +2 -2
  540. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateServiceSettingCommand.js +2 -2
  541. package/node_modules/@aws-sdk/client-ssm/dist-es/index.js +3 -0
  542. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/index.js +9 -9
  543. package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.browser.js +1 -2
  544. package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.js +4 -6
  545. package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.shared.js +9 -6
  546. package/node_modules/@aws-sdk/client-ssm/dist-es/schemas/schemas_0.js +3821 -5462
  547. package/node_modules/@aws-sdk/client-ssm/dist-es/waiters/waitForCommandExecuted.js +1 -1
  548. package/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +358 -1
  549. package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +1 -10
  550. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationBatchCommand.d.ts +2 -0
  551. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationCommand.d.ts +2 -0
  552. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationCommand.d.ts +1 -0
  553. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationVersionsCommand.d.ts +1 -0
  554. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +1 -2
  555. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +1 -2
  556. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationCommand.d.ts +2 -0
  557. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationStatusCommand.d.ts +1 -0
  558. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +1 -2
  559. package/node_modules/@aws-sdk/client-ssm/dist-types/index.d.ts +3 -2
  560. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +42 -2
  561. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +25 -0
  562. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/index.d.ts +9 -9
  563. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.browser.d.ts +6 -2
  564. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +6 -2
  565. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +6 -2
  566. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.shared.d.ts +6 -1
  567. package/node_modules/@aws-sdk/client-ssm/dist-types/schemas/schemas_0.d.ts +755 -956
  568. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSM.d.ts +366 -1
  569. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +0 -4
  570. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/index.d.ts +1 -0
  571. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +3 -0
  572. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +2 -0
  573. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/index.d.ts +9 -9
  574. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  575. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  576. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  577. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  578. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/schemas/schemas_0.d.ts +750 -958
  579. package/node_modules/@aws-sdk/client-ssm/package.json +48 -46
  580. package/node_modules/@aws-sdk/core/LICENSE +201 -0
  581. package/node_modules/@aws-sdk/core/account-id-endpoint.js +0 -1
  582. package/node_modules/@aws-sdk/core/dist-cjs/index.js +183 -71
  583. package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +9 -1
  584. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +174 -70
  585. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +1 -1
  586. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.js +1 -1
  587. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +9 -1
  588. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +3 -3
  589. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/UnionSerde.js +23 -0
  590. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +2 -0
  591. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +36 -14
  592. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +28 -5
  593. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +10 -2
  594. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +4 -0
  595. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +1 -1
  596. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +41 -9
  597. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +11 -0
  598. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +17 -7
  599. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +17 -2
  600. package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +1 -1
  601. package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +2 -2
  602. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +1 -1
  603. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +1 -1
  604. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +1 -1
  605. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +1 -1
  606. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +1 -1
  607. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/UnionSerde.d.ts +24 -0
  608. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +2 -0
  609. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +1 -1
  610. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +4 -0
  611. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +7 -0
  612. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +1 -1
  613. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +1 -1
  614. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/UnionSerde.d.ts +9 -0
  615. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +2 -0
  616. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +1 -0
  617. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +1 -0
  618. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +6 -1
  619. package/node_modules/@aws-sdk/core/package.json +23 -23
  620. package/node_modules/@aws-sdk/crc64-nvme/LICENSE +201 -0
  621. package/node_modules/@aws-sdk/crc64-nvme/README.md +61 -0
  622. package/node_modules/@aws-sdk/crc64-nvme/dist-cjs/index.js +101 -0
  623. package/node_modules/@aws-sdk/crc64-nvme/dist-es/Crc64Nvme.js +92 -0
  624. package/node_modules/@aws-sdk/crc64-nvme/dist-es/index.js +2 -0
  625. package/node_modules/@aws-sdk/crc64-nvme/dist-types/Crc64Nvme.d.ts +24 -0
  626. package/node_modules/@aws-sdk/crc64-nvme/dist-types/crc64-nvme-crt-container.d.ts +13 -0
  627. package/node_modules/@aws-sdk/crc64-nvme/dist-types/index.d.ts +2 -0
  628. package/node_modules/@aws-sdk/crc64-nvme/dist-types/ts3.4/Crc64Nvme.d.ts +9 -0
  629. package/node_modules/@aws-sdk/crc64-nvme/dist-types/ts3.4/index.d.ts +2 -0
  630. package/node_modules/@aws-sdk/crc64-nvme/package.json +50 -0
  631. package/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +1 -1
  632. package/node_modules/@aws-sdk/credential-provider-env/package.json +14 -14
  633. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +1 -1
  634. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +1 -1
  635. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/checkUrl.d.ts +1 -1
  636. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.browser.d.ts +1 -1
  637. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.d.ts +1 -1
  638. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/requestHelpers.d.ts +2 -2
  639. package/node_modules/@aws-sdk/credential-provider-http/package.json +19 -19
  640. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +22 -24
  641. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +3 -10
  642. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +4 -3
  643. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +2 -2
  644. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +5 -5
  645. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +4 -2
  646. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +4 -2
  647. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +4 -5
  648. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +5 -5
  649. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +1 -1
  650. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveLoginCredentials.d.ts +2 -1
  651. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProcessCredentials.d.ts +2 -2
  652. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +3 -2
  653. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +2 -1
  654. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +2 -2
  655. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +4 -3
  656. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +5 -3
  657. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +2 -0
  658. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +3 -1
  659. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +2 -0
  660. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +3 -1
  661. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts +3 -1
  662. package/node_modules/@aws-sdk/credential-provider-ini/package.json +23 -23
  663. package/node_modules/@aws-sdk/credential-provider-login/package.json +17 -17
  664. package/node_modules/@aws-sdk/credential-provider-node/README.md +3 -3
  665. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +8 -2
  666. package/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +8 -2
  667. package/node_modules/@aws-sdk/credential-provider-node/package.json +21 -21
  668. package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +3 -3
  669. package/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +2 -2
  670. package/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +1 -1
  671. package/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts +2 -2
  672. package/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts +1 -1
  673. package/node_modules/@aws-sdk/credential-provider-process/package.json +15 -15
  674. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +6 -4
  675. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-BKDNrsal.js +8 -0
  676. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +2 -0
  677. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/loadSso.js +1 -1
  678. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +3 -3
  679. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +3 -2
  680. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/isSsoProfile.d.ts +2 -2
  681. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/loadSso.d.ts +2 -2
  682. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +3 -3
  683. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +2 -0
  684. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/loadSso.d.ts +5 -2
  685. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +1 -0
  686. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/types.d.ts +1 -1
  687. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/validateSsoProfile.d.ts +2 -2
  688. package/node_modules/@aws-sdk/credential-provider-sso/package.json +17 -17
  689. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +2 -2
  690. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +14 -6
  691. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +1 -1
  692. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +1 -1
  693. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +16 -16
  694. package/node_modules/@aws-sdk/dynamodb-codec/package.json +14 -17
  695. package/node_modules/@aws-sdk/endpoint-cache/dist-cjs/index.js +50 -131
  696. package/node_modules/@aws-sdk/endpoint-cache/dist-types/EndpointCache.d.ts +1 -1
  697. package/node_modules/@aws-sdk/endpoint-cache/package.json +10 -10
  698. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/NodeDisableMultiregionAccessPointConfigOptions.d.ts +1 -1
  699. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/NodeUseArnRegionConfigOptions.d.ts +1 -1
  700. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketEndpointMiddleware.d.ts +2 -2
  701. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketHostname.d.ts +1 -1
  702. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketHostnameUtils.d.ts +1 -1
  703. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/configurations.d.ts +1 -1
  704. package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +15 -15
  705. package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/configurations.d.ts +1 -1
  706. package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/endpointDiscoveryMiddleware.d.ts +3 -3
  707. package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/getCacheKey.d.ts +1 -1
  708. package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/getEndpointDiscoveryPlugin.d.ts +2 -2
  709. package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/resolveEndpointDiscoveryConfig.d.ts +1 -1
  710. package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/updateDiscoveredEndpointInCache.d.ts +2 -2
  711. package/node_modules/@aws-sdk/middleware-endpoint-discovery/package.json +14 -14
  712. package/node_modules/@aws-sdk/middleware-expect-continue/dist-types/index.d.ts +1 -1
  713. package/node_modules/@aws-sdk/middleware-expect-continue/package.json +12 -12
  714. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/getCrc32ChecksumAlgorithmFunction.js +1 -1
  715. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/index.js +76 -53
  716. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsMiddleware.js +25 -9
  717. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsResponseMiddleware.js +10 -2
  718. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getChecksumAlgorithmForRequest.js +0 -5
  719. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getChecksumAlgorithmListForResponse.js +10 -6
  720. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getCrc32ChecksumAlgorithmFunction.js +1 -1
  721. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getFlexibleChecksumsPlugin.js +1 -1
  722. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/index.js +0 -1
  723. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/resolveFlexibleChecksumsConfig.js +2 -1
  724. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/selectChecksumAlgorithmFunction.js +16 -13
  725. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/NODE_REQUEST_CHECKSUM_CALCULATION_CONFIG_OPTIONS.d.ts +1 -1
  726. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/NODE_RESPONSE_CHECKSUM_VALIDATION_CONFIG_OPTIONS.d.ts +1 -1
  727. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/configuration.d.ts +4 -2
  728. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsInputMiddleware.d.ts +2 -2
  729. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsMiddleware.d.ts +2 -2
  730. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsResponseMiddleware.d.ts +2 -2
  731. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksum.d.ts +1 -1
  732. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksumAlgorithmForRequest.d.ts +3 -2
  733. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksumAlgorithmListForResponse.d.ts +1 -1
  734. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksumLocationName.d.ts +1 -1
  735. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getCrc32ChecksumAlgorithmFunction.d.ts +1 -1
  736. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getFlexibleChecksumsPlugin.d.ts +5 -5
  737. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/hasHeader.d.ts +1 -1
  738. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/hasHeaderWithPrefix.d.ts +1 -1
  739. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/index.d.ts +0 -1
  740. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/resolveFlexibleChecksumsConfig.d.ts +16 -2
  741. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/selectChecksumAlgorithmFunction.d.ts +3 -3
  742. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/stringHasher.d.ts +1 -1
  743. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/configuration.d.ts +2 -0
  744. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getChecksumAlgorithmForRequest.d.ts +3 -2
  745. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getChecksumLocationName.d.ts +1 -1
  746. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/index.d.ts +0 -1
  747. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/resolveFlexibleChecksumsConfig.d.ts +11 -1
  748. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/selectChecksumAlgorithmFunction.d.ts +1 -1
  749. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/validateChecksumFromResponse.d.ts +3 -3
  750. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +20 -19
  751. package/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +1 -1
  752. package/node_modules/@aws-sdk/middleware-host-header/package.json +12 -12
  753. package/node_modules/@aws-sdk/middleware-location-constraint/dist-types/configuration.d.ts +1 -1
  754. package/node_modules/@aws-sdk/middleware-location-constraint/dist-types/index.d.ts +2 -2
  755. package/node_modules/@aws-sdk/middleware-location-constraint/package.json +11 -11
  756. package/node_modules/@aws-sdk/middleware-logger/package.json +12 -12
  757. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +7 -3
  758. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/configuration.d.ts +1 -1
  759. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/getRecursionDetectionPlugin.d.ts +1 -1
  760. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.browser.d.ts +1 -1
  761. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.d.ts +1 -1
  762. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.native.d.ts +1 -1
  763. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +12 -12
  764. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +2 -3
  765. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/s3ExpressHttpSigningMiddleware.js +0 -1
  766. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/bucket-endpoint-middleware.d.ts +1 -1
  767. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/check-content-length-header.d.ts +1 -1
  768. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/region-redirect-endpoint-middleware.d.ts +2 -2
  769. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/region-redirect-middleware.d.ts +1 -1
  770. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-expires-middleware.d.ts +1 -1
  771. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityCache.d.ts +1 -1
  772. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityCacheEntry.d.ts +1 -1
  773. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityProviderImpl.d.ts +3 -3
  774. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/SignatureV4S3Express.d.ts +2 -2
  775. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/s3ExpressHttpSigningMiddleware.d.ts +2 -2
  776. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/s3ExpressMiddleware.d.ts +4 -4
  777. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/signS3Express.d.ts +1 -1
  778. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/interfaces/S3ExpressIdentity.d.ts +1 -1
  779. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/interfaces/S3ExpressIdentityProvider.d.ts +2 -2
  780. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3Configuration.d.ts +1 -1
  781. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/throw-200-exceptions.d.ts +1 -1
  782. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/validate-bucket-name.d.ts +2 -2
  783. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +22 -22
  784. package/node_modules/@aws-sdk/middleware-ssec/dist-types/index.d.ts +1 -1
  785. package/node_modules/@aws-sdk/middleware-ssec/package.json +11 -11
  786. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +9 -9
  787. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js +9 -9
  788. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/check-features.d.ts +4 -2
  789. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +1 -1
  790. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/check-features.d.ts +3 -3
  791. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +2 -2
  792. package/node_modules/@aws-sdk/middleware-user-agent/package.json +16 -15
  793. package/node_modules/@aws-sdk/nested-clients/cognito-identity.d.ts +7 -0
  794. package/node_modules/@aws-sdk/nested-clients/cognito-identity.js +5 -0
  795. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +60 -0
  796. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/ruleset.js +146 -0
  797. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +174 -0
  798. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/CognitoIdentityServiceException.js +12 -0
  799. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/errors.js +121 -0
  800. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.browser.js +38 -0
  801. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.js +53 -0
  802. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.shared.js +50 -0
  803. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/schemas/schemas_0.js +110 -0
  804. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +128 -2
  805. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +27 -190
  806. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/SigninServiceException.js +12 -0
  807. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/errors.js +64 -0
  808. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +8 -1
  809. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/schemas/schemas_0.js +125 -0
  810. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/auth/httpAuthSchemeProvider.js +56 -0
  811. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/endpointResolver.js +18 -0
  812. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/ruleset.js +106 -0
  813. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +160 -0
  814. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/SSOServiceException.js +12 -0
  815. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/errors.js +56 -0
  816. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.browser.js +38 -0
  817. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.js +53 -0
  818. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.native.js +15 -0
  819. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.shared.js +49 -0
  820. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/schemas/schemas_0.js +90 -0
  821. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +101 -2
  822. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +27 -332
  823. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/SSOOIDCServiceException.js +12 -0
  824. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/errors.js +195 -0
  825. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +8 -1
  826. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/schemas/schemas_0.js +140 -0
  827. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +140 -2
  828. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +36 -294
  829. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/STSServiceException.js +12 -0
  830. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/errors.js +95 -0
  831. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +9 -6
  832. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/schemas/schemas_0.js +195 -0
  833. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentity.js +11 -0
  834. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentityClient.js +50 -0
  835. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +54 -0
  836. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.js +16 -0
  837. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/GetIdCommand.js +16 -0
  838. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/index.js +2 -0
  839. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/EndpointParameters.js +13 -0
  840. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/ruleset.js +143 -0
  841. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/index.js +7 -0
  842. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/CognitoIdentityServiceException.js +8 -0
  843. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/errors.js +109 -0
  844. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.browser.js +33 -0
  845. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.js +48 -0
  846. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.shared.js +46 -0
  847. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/schemas/schemas_0.js +107 -0
  848. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +1 -1
  849. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +1 -1
  850. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +1 -1
  851. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +2 -2
  852. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +128 -2
  853. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +2 -0
  854. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +2 -2
  855. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +8 -1
  856. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +34 -26
  857. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSO.js +9 -0
  858. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSOClient.js +50 -0
  859. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthExtensionConfiguration.js +38 -0
  860. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthSchemeProvider.js +50 -0
  861. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commands/GetRoleCredentialsCommand.js +16 -0
  862. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commands/index.js +1 -0
  863. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/endpointResolver.js +14 -0
  864. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/ruleset.js +103 -0
  865. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/index.js +7 -0
  866. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/models/models_0.js +1 -0
  867. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.browser.js +33 -0
  868. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js +48 -0
  869. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.native.js +11 -0
  870. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.shared.js +45 -0
  871. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeExtensions.js +9 -0
  872. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/schemas/schemas_0.js +87 -0
  873. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +1 -1
  874. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +1 -1
  875. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +2 -2
  876. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +101 -2
  877. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +2 -0
  878. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +2 -2
  879. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +8 -1
  880. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +64 -53
  881. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +1 -1
  882. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +1 -1
  883. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +1 -1
  884. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +2 -2
  885. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +2 -2
  886. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +4 -3
  887. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +140 -2
  888. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +2 -0
  889. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +2 -2
  890. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +9 -6
  891. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +85 -79
  892. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentity.d.ts +38 -0
  893. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentityClient.d.ts +198 -0
  894. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +30 -0
  895. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +75 -0
  896. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +120 -0
  897. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetIdCommand.d.ts +107 -0
  898. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/index.d.ts +2 -0
  899. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/ruleset.d.ts +2 -0
  900. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/extensionConfiguration.d.ts +9 -0
  901. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/index.d.ts +29 -0
  902. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +14 -0
  903. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/errors.d.ts +119 -0
  904. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/models_0.d.ts +136 -0
  905. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.browser.d.ts +62 -0
  906. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.d.ts +62 -0
  907. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.native.d.ts +61 -0
  908. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.shared.d.ts +38 -0
  909. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeExtensions.d.ts +17 -0
  910. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/schemas/schemas_0.d.ts +25 -0
  911. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +1 -1
  912. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +4 -12
  913. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +2 -1
  914. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +1 -1
  915. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +1 -1
  916. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +2 -1
  917. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +1 -1
  918. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +6 -2
  919. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +6 -2
  920. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +6 -2
  921. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +6 -1
  922. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +19 -13
  923. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSO.d.ts +32 -0
  924. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSOClient.d.ts +198 -0
  925. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/auth/httpAuthExtensionConfiguration.d.ts +30 -0
  926. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/auth/httpAuthSchemeProvider.d.ts +75 -0
  927. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +97 -0
  928. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/commands/index.d.ts +1 -0
  929. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/EndpointParameters.d.ts +50 -0
  930. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/endpointResolver.d.ts +8 -0
  931. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/ruleset.d.ts +2 -0
  932. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/index.d.ts +30 -0
  933. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/models/models_0.d.ts +61 -0
  934. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.browser.d.ts +62 -0
  935. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.d.ts +62 -0
  936. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.native.d.ts +61 -0
  937. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.shared.d.ts +38 -0
  938. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/schemas/schemas_0.d.ts +17 -0
  939. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +1 -1
  940. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +4 -12
  941. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +2 -1
  942. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +1 -1
  943. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/ruleset.d.ts +1 -1
  944. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +2 -1
  945. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +1 -1
  946. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +6 -2
  947. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +6 -2
  948. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +6 -2
  949. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +6 -1
  950. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +23 -22
  951. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +2 -2
  952. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +5 -13
  953. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +2 -1
  954. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +3 -2
  955. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultRoleAssumers.d.ts +3 -3
  956. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +3 -3
  957. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/ruleset.d.ts +1 -1
  958. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +2 -1
  959. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +6 -2
  960. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +6 -2
  961. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +6 -2
  962. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +6 -1
  963. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +27 -26
  964. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentity.d.ts +38 -0
  965. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentityClient.d.ts +126 -0
  966. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  967. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +47 -0
  968. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +51 -0
  969. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetIdCommand.d.ts +41 -0
  970. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/index.d.ts +2 -0
  971. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/extensionConfiguration.d.ts +9 -0
  972. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/index.d.ts +10 -0
  973. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +9 -0
  974. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/errors.d.ts +68 -0
  975. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/models_0.d.ts +23 -0
  976. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.browser.d.ts +122 -0
  977. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.d.ts +117 -0
  978. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.native.d.ts +126 -0
  979. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.shared.d.ts +60 -0
  980. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeExtensions.d.ts +13 -0
  981. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/schemas/schemas_0.d.ts +24 -0
  982. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +5 -7
  983. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  984. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +1 -0
  985. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +9 -5
  986. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +9 -5
  987. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +9 -5
  988. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +9 -4
  989. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +13 -13
  990. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSO.d.ts +22 -0
  991. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSOClient.d.ts +117 -0
  992. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  993. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +47 -0
  994. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commands/index.d.ts +1 -0
  995. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/EndpointParameters.d.ts +51 -0
  996. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/endpointResolver.d.ts +8 -0
  997. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/index.d.ts +10 -0
  998. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/models/models_0.d.ts +14 -0
  999. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.browser.d.ts +120 -0
  1000. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.d.ts +115 -0
  1001. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.native.d.ts +124 -0
  1002. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.shared.d.ts +58 -0
  1003. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/schemas/schemas_0.d.ts +16 -0
  1004. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +1 -6
  1005. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  1006. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +1 -0
  1007. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +9 -5
  1008. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +9 -5
  1009. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +9 -5
  1010. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +9 -4
  1011. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +17 -22
  1012. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +5 -7
  1013. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  1014. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +1 -1
  1015. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +1 -0
  1016. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +9 -5
  1017. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +9 -5
  1018. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +9 -5
  1019. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +9 -4
  1020. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +21 -27
  1021. package/node_modules/@aws-sdk/nested-clients/package.json +62 -42
  1022. package/node_modules/@aws-sdk/nested-clients/sso.d.ts +7 -0
  1023. package/node_modules/@aws-sdk/nested-clients/sso.js +5 -0
  1024. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +13 -24
  1025. package/node_modules/@aws-sdk/region-config-resolver/package.json +13 -13
  1026. package/node_modules/@aws-sdk/s3-request-presigner/dist-types/getSignedUrl.d.ts +2 -2
  1027. package/node_modules/@aws-sdk/s3-request-presigner/dist-types/presigner.d.ts +3 -3
  1028. package/node_modules/@aws-sdk/s3-request-presigner/package.json +17 -17
  1029. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/SignatureV4MultiRegion.js +1 -1
  1030. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/SignatureV4MultiRegion.d.ts +2 -2
  1031. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +12 -12
  1032. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +8 -15
  1033. package/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +2 -9
  1034. package/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +2 -2
  1035. package/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +2 -2
  1036. package/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +1 -1
  1037. package/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +3 -3
  1038. package/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +1 -1
  1039. package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +5 -4
  1040. package/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +3 -2
  1041. package/node_modules/@aws-sdk/token-providers/dist-types/nodeProvider.d.ts +2 -2
  1042. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +1 -1
  1043. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +3 -1
  1044. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +3 -1
  1045. package/node_modules/@aws-sdk/token-providers/dist-types/validateTokenExpiry.d.ts +1 -1
  1046. package/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +1 -1
  1047. package/node_modules/@aws-sdk/token-providers/package.json +14 -14
  1048. package/node_modules/@aws-sdk/types/dist-cjs/index.js +3 -12
  1049. package/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +1 -1
  1050. package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +3 -3
  1051. package/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +1 -1
  1052. package/node_modules/@aws-sdk/types/dist-types/http.d.ts +1 -1
  1053. package/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +1 -1
  1054. package/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +1 -1
  1055. package/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +2 -2
  1056. package/node_modules/@aws-sdk/types/dist-types/token.d.ts +2 -2
  1057. package/node_modules/@aws-sdk/types/package.json +10 -10
  1058. package/node_modules/@aws-sdk/util-arn-parser/dist-cjs/index.js +24 -61
  1059. package/node_modules/@aws-sdk/util-arn-parser/dist-types/index.d.ts +9 -0
  1060. package/node_modules/@aws-sdk/util-arn-parser/package.json +10 -10
  1061. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +4 -13
  1062. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +1 -1
  1063. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +1 -1
  1064. package/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +1 -1
  1065. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +1 -1
  1066. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +1 -1
  1067. package/node_modules/@aws-sdk/util-endpoints/package.json +11 -11
  1068. package/node_modules/@aws-sdk/util-format-url/dist-types/index.d.ts +1 -1
  1069. package/node_modules/@aws-sdk/util-format-url/package.json +12 -12
  1070. package/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js +10 -38
  1071. package/node_modules/@aws-sdk/util-locate-window/package.json +10 -10
  1072. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +1 -1
  1073. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +2 -2
  1074. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +10 -10
  1075. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +133 -6
  1076. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/defaultUserAgent.js +10 -3
  1077. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getNodeModulesParentDirs.js +15 -0
  1078. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getRuntimeUserAgentPair.js +10 -0
  1079. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getSanitizedDevTypeScriptVersion.js +14 -0
  1080. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getSanitizedTypeScriptVersion.js +9 -0
  1081. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getTypeScriptUserAgentPair.js +75 -0
  1082. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/defaultUserAgent.d.ts +1 -1
  1083. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getNodeModulesParentDirs.d.ts +10 -0
  1084. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getRuntimeUserAgentPair.d.ts +6 -0
  1085. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getSanitizedDevTypeScriptVersion.d.ts +8 -0
  1086. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getSanitizedTypeScriptVersion.d.ts +8 -0
  1087. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getTypeScriptUserAgentPair.d.ts +6 -0
  1088. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +1 -1
  1089. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/nodeAppIdConfigOptions.d.ts +1 -1
  1090. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getNodeModulesParentDirs.d.ts +1 -0
  1091. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getRuntimeUserAgentPair.d.ts +2 -0
  1092. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getSanitizedDevTypeScriptVersion.d.ts +3 -0
  1093. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getSanitizedTypeScriptVersion.d.ts +3 -0
  1094. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getTypeScriptUserAgentPair.d.ts +4 -0
  1095. package/node_modules/@aws-sdk/util-user-agent-node/package.json +18 -15
  1096. package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +1 -4
  1097. package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +1 -0
  1098. package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js +1 -0
  1099. package/node_modules/@aws-sdk/xml-builder/dist-types/XmlNode.d.ts +1 -1
  1100. package/node_modules/@aws-sdk/xml-builder/dist-types/XmlText.d.ts +1 -1
  1101. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/CHANGELOG.md +52 -0
  1102. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/README.md +7 -6
  1103. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxbuilder.min.js +1 -1
  1104. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +1 -1
  1105. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.cjs +1 -1
  1106. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.d.cts +96 -13
  1107. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js +1 -1
  1108. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -1
  1109. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js +1 -1
  1110. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -1
  1111. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxvalidator.min.js +1 -1
  1112. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxvalidator.min.js.map +1 -1
  1113. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/package.json +9 -6
  1114. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/fxp.d.ts +92 -14
  1115. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/fxp.js +1 -1
  1116. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/util.js +1 -26
  1117. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/EntitiesParser.js +89 -87
  1118. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OptionsBuilder.js +10 -10
  1119. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/BaseOutputBuilder.js +23 -23
  1120. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsArrBuilder.js +29 -29
  1121. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsMinArrBuilder.js +1 -1
  1122. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsObjBuilder.js +39 -39
  1123. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/ParserOptionsBuilder.js +21 -21
  1124. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/XMLParser.js +22 -22
  1125. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/valueParsers/EntitiesParser.js +85 -85
  1126. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/validator.js +34 -34
  1127. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +5 -284
  1128. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +315 -293
  1129. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +86 -44
  1130. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +309 -186
  1131. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +22 -22
  1132. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/node2json.js +38 -34
  1133. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +10 -10
  1134. package/node_modules/@aws-sdk/xml-builder/package.json +12 -12
  1135. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/.jsii +4627 -236
  1136. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/README.adoc +8 -9
  1137. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/lib/index.d.ts +6 -4
  1138. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/lib/index.js +2 -2
  1139. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/package.json +6 -7
  1140. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js +2 -2
  1141. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/cdk.out +1 -1
  1142. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/integ.json +2 -2
  1143. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/lamddb-add-secondary-index.assets.json +4 -18
  1144. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/lamddb-add-secondary-index.template.json +7 -26
  1145. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/lamddbaddsecondaryindexIntegDefaultTestDeployAssert3193B4D9.assets.json +1 -1
  1146. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/manifest.json +38 -22
  1147. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/tree.json +1 -1
  1148. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js +2 -2
  1149. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/cdk.out +1 -1
  1150. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/integ.json +2 -2
  1151. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddb-deployFunctionWithExistingVpc.assets.json +4 -18
  1152. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddb-deployFunctionWithExistingVpc.template.json +7 -15
  1153. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddbdeployFunctionWithExistingVpcIntegDefaultTestDeployAssertEE08E38E.assets.json +1 -1
  1154. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/manifest.json +38 -24
  1155. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/tree.json +1 -1
  1156. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js +2 -2
  1157. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/cdk.out +1 -1
  1158. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/integ.json +2 -2
  1159. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddb-deployFunctionWithVpc.assets.json +4 -18
  1160. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddb-deployFunctionWithVpc.template.json +7 -15
  1161. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddbdeployFunctionWithVpcIntegDefaultTestDeployAssert0AB8275C.assets.json +1 -1
  1162. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/manifest.json +38 -24
  1163. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/tree.json +1 -1
  1164. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js +2 -2
  1165. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/cdk.out +1 -1
  1166. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/integ.json +2 -2
  1167. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/lamddb-no-arguments.assets.json +4 -18
  1168. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/lamddb-no-arguments.template.json +7 -15
  1169. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/lamddbnoargumentsIntegDefaultTestDeployAssert248B75D0.assets.json +1 -1
  1170. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/manifest.json +38 -18
  1171. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/tree.json +1 -1
  1172. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js +2 -2
  1173. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/cdk.out +1 -1
  1174. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/integ.json +2 -2
  1175. 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
  1176. 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 +7 -15
  1177. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/lamddbpointintimerecoveryIntegDefaultTestDeployAssertB0CCD339.assets.json +1 -1
  1178. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/manifest.json +38 -18
  1179. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/tree.json +1 -1
  1180. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js +2 -2
  1181. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/cdk.out +1 -1
  1182. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/integ.json +2 -2
  1183. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/lamddb-set-billing-mode.assets.json +4 -18
  1184. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/lamddb-set-billing-mode.template.json +7 -15
  1185. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/lamddbsetbillingmodeIntegDefaultTestDeployAssertDAE32272.assets.json +1 -1
  1186. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/manifest.json +38 -18
  1187. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/tree.json +1 -1
  1188. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js +2 -2
  1189. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/cdk.out +1 -1
  1190. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/integ.json +2 -2
  1191. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/lamddb-use-existing-func.assets.json +4 -18
  1192. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/lamddb-use-existing-func.template.json +7 -15
  1193. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/lamddbuseexistingfuncIntegDefaultTestDeployAssert48D284DD.assets.json +1 -1
  1194. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/manifest.json +38 -18
  1195. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/tree.json +1 -1
  1196. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/lambda-dynamodb.test.js +75 -67
  1197. package/node_modules/@aws-solutions-constructs/core/.jsii +15390 -0
  1198. package/node_modules/@aws-solutions-constructs/core/index.d.ts +82 -0
  1199. package/node_modules/@aws-solutions-constructs/core/index.js +99 -0
  1200. package/node_modules/@aws-solutions-constructs/core/lib/constructs-feature-flags.d.ts +23 -0
  1201. package/node_modules/@aws-solutions-constructs/core/lib/constructs-feature-flags.js +69 -0
  1202. package/node_modules/@aws-solutions-constructs/core/lib/glue-job-helper.js +210 -0
  1203. package/node_modules/@aws-solutions-constructs/core/lib/polly-helper.d.ts +50 -0
  1204. package/node_modules/@aws-solutions-constructs/core/lib/polly-helper.js +138 -0
  1205. package/node_modules/@aws-solutions-constructs/core/lib/step-function-helper.js +164 -0
  1206. package/node_modules/@aws-solutions-constructs/core/lib/textract-helper.d.ts +63 -0
  1207. package/node_modules/@aws-solutions-constructs/core/lib/textract-helper.js +220 -0
  1208. package/node_modules/@aws-solutions-constructs/core/lib/validation.d.ts +60 -0
  1209. package/node_modules/@aws-solutions-constructs/core/lib/validation.js +594 -0
  1210. package/node_modules/@aws-solutions-constructs/core/lib/vpc-helper.d.ts +77 -0
  1211. package/node_modules/@aws-solutions-constructs/core/lib/vpc-helper.js +291 -0
  1212. package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/.jsii +6036 -0
  1213. package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/.jsii.tabl.json +1 -0
  1214. package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/cli-version.json +1 -0
  1215. package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/artifact-schema.d.ts +301 -0
  1216. package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/artifact-schema.js +3 -0
  1217. package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/context-queries.d.ts +462 -0
  1218. package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/context-queries.js +102 -0
  1219. package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/lib/manifest.d.ts +133 -0
  1220. package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/lib/manifest.js +264 -0
  1221. package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/classes/range.js +557 -0
  1222. package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/classes/semver.js +333 -0
  1223. package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/internal/identifiers.js +29 -0
  1224. package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/package.json +78 -0
  1225. package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/package.json +133 -0
  1226. package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/schema/cloud-assembly.schema.json +1193 -0
  1227. package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/schema/version.json +5 -0
  1228. package/node_modules/@aws-solutions-constructs/core/nohoist.sh +16 -0
  1229. package/node_modules/@aws-solutions-constructs/core/package.json +94 -0
  1230. package/node_modules/@aws-solutions-constructs/core/test/alb-helper.test.js +520 -0
  1231. package/node_modules/@aws-solutions-constructs/core/test/apigateway-helper.test.js +819 -0
  1232. package/node_modules/@aws-solutions-constructs/core/test/bedrock-inference-helper.test.js +207 -0
  1233. package/node_modules/@aws-solutions-constructs/core/test/cloudfront-distribution-s3-helper.test.js +1038 -0
  1234. package/node_modules/@aws-solutions-constructs/core/test/constructs-feature-flags.test.js +81 -0
  1235. package/node_modules/@aws-solutions-constructs/core/test/dynamo-table.test.js +639 -0
  1236. package/node_modules/@aws-solutions-constructs/core/test/elasticsearch-helper.test.js +454 -0
  1237. package/node_modules/@aws-solutions-constructs/core/test/eventbridge-helper.test.js +77 -0
  1238. package/node_modules/@aws-solutions-constructs/core/test/fargate-helper.test.js +355 -0
  1239. package/node_modules/@aws-solutions-constructs/core/test/glue-job-helper.test.js +595 -0
  1240. package/node_modules/@aws-solutions-constructs/core/test/kendra-helper.test.js +489 -0
  1241. package/node_modules/@aws-solutions-constructs/core/test/kinesis-streams-helper.test.js +99 -0
  1242. package/node_modules/@aws-solutions-constructs/core/test/lambda-helper.test.js +486 -0
  1243. package/node_modules/@aws-solutions-constructs/core/test/opensearch-helper.test.js +416 -0
  1244. package/node_modules/@aws-solutions-constructs/core/test/override-warning-service.test.js +285 -0
  1245. package/node_modules/@aws-solutions-constructs/core/test/pipes-helper.test.js +787 -0
  1246. package/node_modules/@aws-solutions-constructs/core/test/polly-helper.test.js +495 -0
  1247. package/node_modules/@aws-solutions-constructs/core/test/s3-bucket.test.js +384 -0
  1248. package/node_modules/@aws-solutions-constructs/core/test/sagemaker-helper.test.js +244 -0
  1249. package/node_modules/@aws-solutions-constructs/core/test/secretsmanager-helper.test.js +66 -0
  1250. package/node_modules/@aws-solutions-constructs/core/test/sns-helper.test.js +367 -0
  1251. package/node_modules/@aws-solutions-constructs/core/test/sqs-helper.test.js +361 -0
  1252. package/node_modules/@aws-solutions-constructs/core/test/step-function-helper.test.js +441 -0
  1253. package/node_modules/@aws-solutions-constructs/core/test/test-helper.d.ts +59 -0
  1254. package/node_modules/@aws-solutions-constructs/core/test/test-helper.js +349 -0
  1255. package/node_modules/@aws-solutions-constructs/core/test/textract-helper.test.js +857 -0
  1256. package/node_modules/@aws-solutions-constructs/core/test/utils.test.js +275 -0
  1257. package/node_modules/@aws-solutions-constructs/core/test/validation.test.js +218 -0
  1258. package/node_modules/@aws-solutions-constructs/core/test/vpc-helper.test.js +308 -0
  1259. package/node_modules/@aws-solutions-constructs/core/test/waf-helper.test.d.ts +13 -0
  1260. package/node_modules/@aws-solutions-constructs/core/test/waf-helper.test.js +339 -0
  1261. package/node_modules/@aws-solutions-constructs/core/test/websocket-api-defaults.test.d.ts +13 -0
  1262. package/node_modules/@aws-solutions-constructs/core/test/websocket-api-helper.test.d.ts +13 -0
  1263. package/node_modules/@aws-solutions-constructs/core/test/websocket-api-helper.test.js +471 -0
  1264. package/node_modules/@gemeentenijmegen/apiclient/.nvmrc +1 -0
  1265. package/node_modules/@gemeentenijmegen/apiclient/lib/index.js +1 -1
  1266. package/node_modules/@gemeentenijmegen/apiclient/package.json +6 -6
  1267. package/node_modules/@gemeentenijmegen/apigateway-http/.nvmrc +1 -0
  1268. package/node_modules/@gemeentenijmegen/apigateway-http/package.json +4 -4
  1269. package/node_modules/@gemeentenijmegen/aws-constructs/.jsii +4 -4
  1270. package/node_modules/@gemeentenijmegen/aws-constructs/.nvmrc +1 -0
  1271. package/node_modules/@gemeentenijmegen/aws-constructs/API.md +88 -0
  1272. package/node_modules/@gemeentenijmegen/aws-constructs/lib/Criticality/Criticality.js +1 -1
  1273. package/node_modules/@gemeentenijmegen/aws-constructs/lib/DeadLetterQueue.js +1 -1
  1274. package/node_modules/@gemeentenijmegen/aws-constructs/lib/ErrorMonitoringAlarm.js +1 -1
  1275. package/node_modules/@gemeentenijmegen/aws-constructs/lib/PermissionsBoundaryAspect.js +1 -1
  1276. package/node_modules/@gemeentenijmegen/aws-constructs/lib/QueueWithDlq.js +1 -1
  1277. package/node_modules/@gemeentenijmegen/aws-constructs/lib/Vpc.js +1 -1
  1278. package/node_modules/@gemeentenijmegen/aws-constructs/package.json +9 -9
  1279. package/node_modules/@gemeentenijmegen/session/.nvmrc +1 -0
  1280. package/node_modules/@gemeentenijmegen/session/package.json +4 -4
  1281. package/node_modules/@smithy/abort-controller/package.json +7 -7
  1282. package/node_modules/@smithy/chunked-blob-reader/package.json +6 -6
  1283. package/node_modules/@smithy/chunked-blob-reader-native/package.json +7 -7
  1284. package/node_modules/@smithy/config-resolver/package.json +11 -11
  1285. package/node_modules/@smithy/core/dist-cjs/index.js +2 -6
  1286. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +61 -22
  1287. package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js +22 -0
  1288. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +9 -1
  1289. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +50 -5
  1290. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +97 -19
  1291. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +1 -4
  1292. package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +1 -2
  1293. package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +42 -11
  1294. package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +15 -11
  1295. package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +7 -1
  1296. package/node_modules/@smithy/core/dist-es/submodules/endpoints/index.js +1 -0
  1297. package/node_modules/@smithy/core/dist-es/submodules/endpoints/toEndpointV1.js +17 -0
  1298. package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +9 -1
  1299. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +30 -3
  1300. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +19 -1
  1301. package/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +1 -1
  1302. package/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js +1 -1
  1303. package/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +24 -5
  1304. package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js +3 -2
  1305. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +62 -11
  1306. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/translateTraits.js +5 -1
  1307. package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +7 -1
  1308. package/node_modules/@smithy/core/dist-types/submodules/endpoints/index.d.ts +1 -0
  1309. package/node_modules/@smithy/core/dist-types/submodules/endpoints/toEndpointV1.d.ts +6 -0
  1310. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +5 -1
  1311. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +14 -1
  1312. package/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +5 -0
  1313. package/node_modules/@smithy/core/dist-types/submodules/protocols/SerdeContext.d.ts +10 -2
  1314. package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +8 -1
  1315. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +17 -1
  1316. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/translateTraits.d.ts +6 -0
  1317. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +7 -1
  1318. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/index.d.ts +1 -0
  1319. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/toEndpointV1.d.ts +6 -0
  1320. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +5 -1
  1321. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +14 -1
  1322. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +5 -0
  1323. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/SerdeContext.d.ts +10 -2
  1324. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +8 -1
  1325. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +17 -1
  1326. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/translateTraits.d.ts +6 -0
  1327. package/node_modules/@smithy/core/endpoints.d.ts +7 -0
  1328. package/node_modules/@smithy/core/endpoints.js +6 -0
  1329. package/node_modules/@smithy/core/package.json +28 -17
  1330. package/node_modules/@smithy/credential-provider-imds/package.json +10 -10
  1331. package/node_modules/@smithy/eventstream-codec/package.json +9 -9
  1332. package/node_modules/@smithy/eventstream-serde-browser/package.json +8 -8
  1333. package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +7 -7
  1334. package/node_modules/@smithy/eventstream-serde-node/package.json +8 -8
  1335. package/node_modules/@smithy/eventstream-serde-universal/package.json +9 -9
  1336. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +21 -4
  1337. package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +21 -4
  1338. package/node_modules/@smithy/fetch-http-handler/package.json +11 -11
  1339. package/node_modules/@smithy/hash-blob-browser/package.json +10 -10
  1340. package/node_modules/@smithy/hash-node/package.json +9 -9
  1341. package/node_modules/@smithy/hash-stream-node/package.json +9 -9
  1342. package/node_modules/@smithy/invalid-dependency/package.json +7 -7
  1343. package/node_modules/@smithy/is-array-buffer/package.json +6 -6
  1344. package/node_modules/@smithy/md5-js/package.json +10 -10
  1345. package/node_modules/@smithy/middleware-content-length/package.json +8 -8
  1346. package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +28 -4
  1347. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +10 -2
  1348. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +10 -1
  1349. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/toEndpointV1.js +8 -1
  1350. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts +2 -1
  1351. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts +1 -0
  1352. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/createConfigValueProvider.d.ts +2 -1
  1353. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/toEndpointV1.d.ts +1 -0
  1354. package/node_modules/@smithy/middleware-endpoint/package.json +13 -13
  1355. package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +9 -12
  1356. package/node_modules/@smithy/middleware-retry/dist-es/configurations.js +9 -12
  1357. package/node_modules/@smithy/middleware-retry/package.json +14 -14
  1358. package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +3 -2
  1359. package/node_modules/@smithy/middleware-serde/dist-es/serializerMiddleware.js +3 -2
  1360. package/node_modules/@smithy/middleware-serde/package.json +9 -8
  1361. package/node_modules/@smithy/middleware-stack/package.json +7 -7
  1362. package/node_modules/@smithy/node-config-provider/package.json +9 -9
  1363. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +77 -47
  1364. package/node_modules/@smithy/node-http-handler/dist-es/build-abort-error.js +19 -0
  1365. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +41 -35
  1366. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +1 -1
  1367. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +4 -5
  1368. package/node_modules/@smithy/node-http-handler/dist-es/readable.mock.js +1 -1
  1369. package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +6 -6
  1370. package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js +1 -1
  1371. package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/readable.mock.js +1 -1
  1372. package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +10 -3
  1373. package/node_modules/@smithy/node-http-handler/dist-types/build-abort-error.d.ts +10 -0
  1374. package/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +1 -1
  1375. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +4 -4
  1376. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +1 -1
  1377. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +1 -1
  1378. package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +2 -2
  1379. package/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +3 -3
  1380. package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +1 -1
  1381. package/node_modules/@smithy/node-http-handler/dist-types/set-request-timeout.d.ts +1 -1
  1382. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +1 -1
  1383. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +1 -1
  1384. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +1 -1
  1385. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +2 -2
  1386. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/build-abort-error.d.ts +10 -0
  1387. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +1 -1
  1388. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +4 -4
  1389. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +1 -1
  1390. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +1 -1
  1391. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +2 -2
  1392. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/server.mock.d.ts +3 -3
  1393. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +1 -1
  1394. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-request-timeout.d.ts +1 -1
  1395. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +1 -1
  1396. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +1 -1
  1397. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +1 -1
  1398. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +2 -2
  1399. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +2 -2
  1400. package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +2 -2
  1401. package/node_modules/@smithy/node-http-handler/package.json +10 -10
  1402. package/node_modules/@smithy/property-provider/package.json +7 -7
  1403. package/node_modules/@smithy/protocol-http/package.json +7 -7
  1404. package/node_modules/@smithy/querystring-builder/package.json +8 -8
  1405. package/node_modules/@smithy/querystring-parser/package.json +7 -7
  1406. package/node_modules/@smithy/service-error-classification/package.json +7 -7
  1407. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +16 -14
  1408. package/node_modules/@smithy/shared-ini-file-loader/package.json +7 -7
  1409. package/node_modules/@smithy/signature-v4/package.json +13 -13
  1410. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +65 -19
  1411. package/node_modules/@smithy/smithy-client/dist-es/client.js +6 -0
  1412. package/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +29 -3
  1413. package/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +20 -1
  1414. package/node_modules/@smithy/smithy-client/dist-types/client.d.ts +33 -7
  1415. package/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +8 -1
  1416. package/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +9 -7
  1417. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +33 -7
  1418. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +8 -1
  1419. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +9 -7
  1420. package/node_modules/@smithy/smithy-client/package.json +15 -13
  1421. package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +1 -1
  1422. package/node_modules/@smithy/types/dist-types/http.d.ts +1 -0
  1423. package/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +7 -0
  1424. package/node_modules/@smithy/types/dist-types/schema/schema.d.ts +6 -0
  1425. package/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +19 -2
  1426. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +1 -1
  1427. package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +1 -0
  1428. package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +7 -0
  1429. package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +6 -0
  1430. package/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +19 -2
  1431. package/node_modules/@smithy/types/package.json +5 -5
  1432. package/node_modules/@smithy/url-parser/package.json +8 -8
  1433. package/node_modules/@smithy/util-base64/dist-cjs/index.js +14 -6
  1434. package/node_modules/@smithy/util-base64/package.json +8 -8
  1435. package/node_modules/@smithy/util-body-length-browser/package.json +6 -6
  1436. package/node_modules/@smithy/util-body-length-node/package.json +6 -6
  1437. package/node_modules/@smithy/util-buffer-from/package.json +7 -7
  1438. package/node_modules/@smithy/util-config-provider/package.json +6 -6
  1439. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/index.js +7 -3
  1440. package/node_modules/@smithy/util-defaults-mode-browser/package.json +9 -9
  1441. package/node_modules/@smithy/util-defaults-mode-node/package.json +12 -12
  1442. package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +1 -1
  1443. package/node_modules/@smithy/util-endpoints/dist-es/lib/substring.js +1 -1
  1444. package/node_modules/@smithy/util-endpoints/package.json +8 -8
  1445. package/node_modules/@smithy/util-hex-encoding/package.json +6 -6
  1446. package/node_modules/@smithy/util-middleware/package.json +7 -7
  1447. package/node_modules/@smithy/util-retry/package.json +8 -8
  1448. package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js +13 -2
  1449. package/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +20 -9
  1450. package/node_modules/@smithy/util-stream/dist-cjs/index.js +51 -27
  1451. package/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.js +13 -2
  1452. package/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +19 -7
  1453. package/node_modules/@smithy/util-stream/dist-es/index.js +1 -1
  1454. package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +8 -7
  1455. package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +2 -3
  1456. package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +4 -2
  1457. package/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +4 -1
  1458. package/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +7 -3
  1459. package/node_modules/@smithy/util-stream/dist-types/headStream.browser.d.ts +1 -2
  1460. package/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +2 -2
  1461. package/node_modules/@smithy/util-stream/dist-types/index.d.ts +4 -1
  1462. package/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +3 -0
  1463. package/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +2 -1
  1464. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +8 -7
  1465. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +2 -3
  1466. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +4 -2
  1467. package/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +4 -1
  1468. package/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +7 -3
  1469. package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +1 -2
  1470. package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +2 -2
  1471. package/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +4 -1
  1472. package/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +3 -0
  1473. package/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +2 -1
  1474. package/node_modules/@smithy/util-stream/package.json +13 -13
  1475. package/node_modules/@smithy/util-uri-escape/package.json +6 -6
  1476. package/node_modules/@smithy/util-utf8/package.json +7 -7
  1477. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +1 -1
  1478. package/node_modules/@smithy/util-waiter/dist-es/poller.js +1 -1
  1479. package/node_modules/@smithy/util-waiter/package.json +8 -8
  1480. package/node_modules/@smithy/uuid/package.json +6 -6
  1481. package/node_modules/@types/aws-lambda/README.md +1 -1
  1482. package/node_modules/@types/aws-lambda/handler.d.ts +1 -1
  1483. package/node_modules/@types/aws-lambda/package.json +2 -2
  1484. package/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/inbound-federation.d.ts +40 -0
  1485. package/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/index.d.ts +3 -1
  1486. package/node_modules/axios/CHANGELOG.md +460 -403
  1487. package/node_modules/axios/MIGRATION_GUIDE.md +876 -2
  1488. package/node_modules/axios/README.md +584 -447
  1489. package/node_modules/axios/dist/axios.js +873 -881
  1490. package/node_modules/axios/dist/axios.js.map +1 -1
  1491. package/node_modules/axios/dist/axios.min.js +4 -2
  1492. package/node_modules/axios/dist/axios.min.js.map +1 -1
  1493. package/node_modules/axios/dist/browser/axios.cjs +1142 -812
  1494. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  1495. package/node_modules/axios/dist/esm/axios.js +1143 -813
  1496. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  1497. package/node_modules/axios/dist/esm/axios.min.js +2 -2
  1498. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  1499. package/node_modules/axios/dist/node/axios.cjs +1816 -1415
  1500. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  1501. package/node_modules/axios/index.d.cts +256 -112
  1502. package/node_modules/axios/index.d.ts +341 -116
  1503. package/node_modules/axios/index.js +3 -3
  1504. package/node_modules/axios/lib/adapters/README.md +5 -6
  1505. package/node_modules/axios/lib/adapters/adapters.js +18 -14
  1506. package/node_modules/axios/lib/adapters/fetch.js +138 -92
  1507. package/node_modules/axios/lib/adapters/http.js +615 -561
  1508. package/node_modules/axios/lib/adapters/xhr.js +189 -167
  1509. package/node_modules/axios/lib/axios.js +6 -6
  1510. package/node_modules/axios/lib/cancel/CancelToken.js +4 -4
  1511. package/node_modules/axios/lib/cancel/CanceledError.js +15 -18
  1512. package/node_modules/axios/lib/core/Axios.js +66 -43
  1513. package/node_modules/axios/lib/core/AxiosError.js +64 -84
  1514. package/node_modules/axios/lib/core/AxiosHeaders.js +54 -24
  1515. package/node_modules/axios/lib/core/InterceptorManager.js +3 -2
  1516. package/node_modules/axios/lib/core/dispatchRequest.js +25 -29
  1517. package/node_modules/axios/lib/core/mergeConfig.js +8 -7
  1518. package/node_modules/axios/lib/core/settle.js +11 -7
  1519. package/node_modules/axios/lib/core/transformData.js +1 -1
  1520. package/node_modules/axios/lib/defaults/index.js +85 -74
  1521. package/node_modules/axios/lib/defaults/transitional.js +2 -1
  1522. package/node_modules/axios/lib/env/data.js +1 -1
  1523. package/node_modules/axios/lib/helpers/AxiosTransformStream.js +37 -24
  1524. package/node_modules/axios/lib/helpers/AxiosURLSearchParams.js +12 -8
  1525. package/node_modules/axios/lib/helpers/ZlibHeaderTransformStream.js +5 -4
  1526. package/node_modules/axios/lib/helpers/buildURL.js +18 -19
  1527. package/node_modules/axios/lib/helpers/callbackify.js +13 -11
  1528. package/node_modules/axios/lib/helpers/composeSignals.js +22 -14
  1529. package/node_modules/axios/lib/helpers/cookies.js +45 -50
  1530. package/node_modules/axios/lib/helpers/deprecatedMethod.js +9 -4
  1531. package/node_modules/axios/lib/helpers/formDataToJSON.js +1 -1
  1532. package/node_modules/axios/lib/helpers/formDataToStream.js +32 -26
  1533. package/node_modules/axios/lib/helpers/fromDataURI.js +2 -2
  1534. package/node_modules/axios/lib/helpers/isAbsoluteURL.js +4 -0
  1535. package/node_modules/axios/lib/helpers/isAxiosError.js +2 -2
  1536. package/node_modules/axios/lib/helpers/isURLSameOrigin.js +13 -11
  1537. package/node_modules/axios/lib/helpers/parseHeaders.js +35 -21
  1538. package/node_modules/axios/lib/helpers/parseProtocol.js +1 -1
  1539. package/node_modules/axios/lib/helpers/progressEventReducer.js +22 -15
  1540. package/node_modules/axios/lib/helpers/readBlob.js +4 -4
  1541. package/node_modules/axios/lib/helpers/resolveConfig.js +23 -14
  1542. package/node_modules/axios/lib/helpers/speedometer.js +1 -1
  1543. package/node_modules/axios/lib/helpers/spread.js +1 -1
  1544. package/node_modules/axios/lib/helpers/throttle.js +4 -4
  1545. package/node_modules/axios/lib/helpers/toFormData.js +43 -25
  1546. package/node_modules/axios/lib/helpers/toURLEncodedForm.js +2 -2
  1547. package/node_modules/axios/lib/helpers/trackStream.js +33 -31
  1548. package/node_modules/axios/lib/helpers/validator.js +16 -5
  1549. package/node_modules/axios/lib/platform/browser/classes/Blob.js +2 -2
  1550. package/node_modules/axios/lib/platform/browser/index.js +5 -5
  1551. package/node_modules/axios/lib/platform/common/utils.js +6 -5
  1552. package/node_modules/axios/lib/platform/index.js +2 -2
  1553. package/node_modules/axios/lib/platform/node/index.js +9 -10
  1554. package/node_modules/axios/lib/utils.js +243 -106
  1555. package/node_modules/axios/package.json +57 -70
  1556. package/node_modules/bowser/README.md +72 -3
  1557. package/node_modules/bowser/bundled.js +1 -1
  1558. package/node_modules/bowser/es5.js +1 -1
  1559. package/node_modules/bowser/index.d.ts +44 -6
  1560. package/node_modules/bowser/package.json +10 -5
  1561. package/node_modules/bowser/src/bowser.js +24 -8
  1562. package/node_modules/bowser/src/constants.js +8 -0
  1563. package/node_modules/bowser/src/parser-browsers.js +89 -0
  1564. package/node_modules/bowser/src/parser-platforms.js +42 -0
  1565. package/node_modules/bowser/src/parser.js +86 -5
  1566. package/node_modules/constructs/.jsii +1471 -0
  1567. package/node_modules/constructs/API.md +1295 -0
  1568. package/node_modules/constructs/README.md +32 -0
  1569. package/node_modules/constructs/lib/construct.d.ts +376 -0
  1570. package/node_modules/constructs/lib/construct.js +526 -0
  1571. package/node_modules/constructs/lib/dependency.d.ts +69 -0
  1572. package/node_modules/constructs/lib/dependency.js +88 -0
  1573. package/node_modules/constructs/lib/index.d.ts +4 -0
  1574. package/node_modules/constructs/lib/index.js +19 -0
  1575. package/node_modules/constructs/lib/mixin.d.ts +15 -0
  1576. package/node_modules/constructs/lib/mixin.js +3 -0
  1577. package/node_modules/constructs/package.json +154 -0
  1578. package/node_modules/fast-xml-builder/CHANGELOG.md +16 -0
  1579. package/node_modules/fast-xml-builder/LICENSE +21 -0
  1580. package/node_modules/fast-xml-builder/README.md +23 -0
  1581. package/node_modules/fast-xml-builder/lib/fxb.cjs +1 -0
  1582. package/node_modules/fast-xml-builder/lib/fxb.d.cts +180 -0
  1583. package/node_modules/fast-xml-builder/lib/fxb.min.js +2 -0
  1584. package/node_modules/fast-xml-builder/lib/fxb.min.js.map +1 -0
  1585. package/node_modules/fast-xml-builder/package.json +80 -0
  1586. package/node_modules/fast-xml-builder/src/fxb.d.ts +180 -0
  1587. package/node_modules/fast-xml-builder/src/fxb.js +529 -0
  1588. package/node_modules/fast-xml-builder/src/ignoreAttributes.js +18 -0
  1589. package/node_modules/fast-xml-builder/src/orderedJs2Xml.js +292 -0
  1590. package/node_modules/path-expression-matcher/LICENSE +21 -0
  1591. package/node_modules/path-expression-matcher/README.md +635 -0
  1592. package/node_modules/path-expression-matcher/lib/pem.cjs +1 -0
  1593. package/node_modules/path-expression-matcher/lib/pem.d.cts +335 -0
  1594. package/node_modules/path-expression-matcher/lib/pem.min.js +2 -0
  1595. package/node_modules/path-expression-matcher/lib/pem.min.js.map +1 -0
  1596. package/node_modules/path-expression-matcher/package.json +78 -0
  1597. package/node_modules/path-expression-matcher/src/Expression.js +232 -0
  1598. package/node_modules/path-expression-matcher/src/Matcher.js +414 -0
  1599. package/node_modules/path-expression-matcher/src/index.d.ts +366 -0
  1600. package/node_modules/path-expression-matcher/src/index.js +28 -0
  1601. package/node_modules/strnum/README.md +1 -0
  1602. package/node_modules/strnum/package.json +3 -3
  1603. package/node_modules/strnum/strnum.js +85 -59
  1604. package/node_modules/strnum/tests/infinity_test.js +18 -0
  1605. package/node_modules/strnum/tests/strnum_test.js +172 -0
  1606. package/package.json +22 -22
  1607. package/node_modules/@aws-cdk/cloud-assembly-schema/.jsii +0 -6005
  1608. package/node_modules/@aws-cdk/cloud-assembly-schema/.jsii.tabl.json +0 -1
  1609. package/node_modules/@aws-cdk/cloud-assembly-schema/cli-version.json +0 -1
  1610. package/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/artifact-schema.d.ts +0 -295
  1611. package/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/artifact-schema.js +0 -3
  1612. package/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/context-queries.d.ts +0 -451
  1613. package/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/context-queries.js +0 -102
  1614. package/node_modules/@aws-cdk/cloud-assembly-schema/lib/manifest.d.ts +0 -134
  1615. package/node_modules/@aws-cdk/cloud-assembly-schema/lib/manifest.js +0 -295
  1616. package/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/classes/range.js +0 -556
  1617. package/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/classes/semver.js +0 -319
  1618. package/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/internal/identifiers.js +0 -25
  1619. package/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/package.json +0 -78
  1620. package/node_modules/@aws-cdk/cloud-assembly-schema/package.json +0 -133
  1621. package/node_modules/@aws-cdk/cloud-assembly-schema/schema/cloud-assembly.schema.json +0 -1189
  1622. package/node_modules/@aws-cdk/cloud-assembly-schema/schema/version.json +0 -5
  1623. package/node_modules/@aws-sdk/client-sso/LICENSE +0 -201
  1624. package/node_modules/@aws-sdk/client-sso/README.md +0 -252
  1625. package/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +0 -68
  1626. package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +0 -7
  1627. package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +0 -402
  1628. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +0 -38
  1629. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +0 -53
  1630. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +0 -42
  1631. package/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +0 -15
  1632. package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +0 -50
  1633. package/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +0 -62
  1634. package/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +0 -16
  1635. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +0 -16
  1636. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +0 -16
  1637. package/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +0 -16
  1638. package/node_modules/@aws-sdk/client-sso/dist-es/commands/index.js +0 -4
  1639. package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +0 -4
  1640. package/node_modules/@aws-sdk/client-sso/dist-es/index.js +0 -6
  1641. package/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js +0 -4
  1642. package/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js +0 -4
  1643. package/node_modules/@aws-sdk/client-sso/dist-es/pagination/index.js +0 -3
  1644. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +0 -33
  1645. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +0 -48
  1646. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +0 -38
  1647. package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +0 -153
  1648. package/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +0 -53
  1649. package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +0 -209
  1650. package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthExtensionConfiguration.d.ts +0 -29
  1651. package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +0 -75
  1652. package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +0 -97
  1653. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +0 -98
  1654. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +0 -100
  1655. package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +0 -97
  1656. package/node_modules/@aws-sdk/client-sso/dist-types/commands/index.d.ts +0 -4
  1657. package/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +0 -30
  1658. package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -189
  1659. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +0 -8
  1660. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +0 -7
  1661. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +0 -7
  1662. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/index.d.ts +0 -3
  1663. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +0 -58
  1664. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +0 -58
  1665. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +0 -57
  1666. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +0 -33
  1667. package/node_modules/@aws-sdk/client-sso/dist-types/schemas/schemas_0.d.ts +0 -26
  1668. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +0 -73
  1669. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +0 -142
  1670. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +0 -32
  1671. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +0 -51
  1672. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +0 -50
  1673. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +0 -47
  1674. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +0 -41
  1675. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts +0 -4
  1676. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +0 -10
  1677. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -45
  1678. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -5
  1679. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +0 -11
  1680. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +0 -11
  1681. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/index.d.ts +0 -3
  1682. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -116
  1683. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +0 -111
  1684. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -120
  1685. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -53
  1686. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/schemas/schemas_0.d.ts +0 -32
  1687. package/node_modules/@aws-sdk/client-sso/package.json +0 -99
  1688. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js +0 -40
  1689. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/structIterator.d.ts +0 -27
  1690. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/structIterator.d.ts +0 -12
  1691. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-CVy8iqsZ.js +0 -14
  1692. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/crc64-nvme-crt-container.d.ts +0 -13
  1693. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +0 -134
  1694. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/.jsii +0 -10107
  1695. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/index.d.ts +0 -79
  1696. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/index.js +0 -96
  1697. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/constructs-feature-flags.d.ts +0 -21
  1698. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/constructs-feature-flags.js +0 -63
  1699. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-job-helper.js +0 -210
  1700. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/step-function-helper.js +0 -154
  1701. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/vpc-helper.d.ts +0 -75
  1702. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/vpc-helper.js +0 -279
  1703. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/nohoist.sh +0 -11
  1704. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/package.json +0 -95
  1705. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/alb-helper.test.js +0 -520
  1706. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/apigateway-helper.test.js +0 -819
  1707. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/bedrock-inference-helper.test.js +0 -207
  1708. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/cloudfront-distribution-s3-helper.test.js +0 -1038
  1709. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/constructs-feature-flags.test.js +0 -50
  1710. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/dynamo-table.test.js +0 -639
  1711. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/elasticsearch-helper.test.js +0 -454
  1712. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/eventbridge-helper.test.js +0 -77
  1713. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/fargate-helper.test.js +0 -355
  1714. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/glue-job-helper.test.js +0 -595
  1715. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/kendra-helper.test.js +0 -489
  1716. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/kinesis-streams-helper.test.js +0 -99
  1717. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/lambda-helper.test.js +0 -486
  1718. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/opensearch-helper.test.js +0 -416
  1719. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/override-warning-service.test.js +0 -285
  1720. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/pipes-helper.test.js +0 -787
  1721. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/s3-bucket.test.js +0 -384
  1722. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/sagemaker-helper.test.js +0 -244
  1723. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/secretsmanager-helper.test.js +0 -66
  1724. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/sns-helper.test.js +0 -367
  1725. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/sqs-helper.test.js +0 -361
  1726. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/step-function-helper.test.js +0 -441
  1727. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/test-helper.d.ts +0 -59
  1728. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/test-helper.js +0 -349
  1729. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/utils.test.js +0 -275
  1730. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/vpc-helper.test.js +0 -281
  1731. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/waf-helper.test.js +0 -339
  1732. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/websocket-api-helper.test.js +0 -471
  1733. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/.jsii +0 -1312
  1734. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/API.md +0 -1159
  1735. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/README.md +0 -32
  1736. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/construct.d.ts +0 -341
  1737. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/construct.js +0 -476
  1738. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/dependency.d.ts +0 -69
  1739. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/dependency.js +0 -88
  1740. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/index.d.ts +0 -3
  1741. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/index.js +0 -20
  1742. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/package.json +0 -154
  1743. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  1744. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  1745. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  1746. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  1747. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  1748. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  1749. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  1750. package/node_modules/bowser/CHANGELOG.md +0 -218
  1751. package/node_modules/strnum/strnum.test.js +0 -173
  1752. package/node_modules/strnum/test.js +0 -9
  1753. /package/node_modules/@aws-sdk/{middleware-flexible-checksums → crc64-nvme}/dist-es/crc64-nvme-crt-container.js +0 -0
  1754. /package/node_modules/@aws-sdk/{middleware-flexible-checksums → crc64-nvme}/dist-types/ts3.4/crc64-nvme-crt-container.d.ts +0 -0
  1755. /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/endpoint/endpointResolver.js +0 -0
  1756. /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/runtimeConfig.native.js +0 -0
  1757. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/auth/httpAuthExtensionConfiguration.js +0 -0
  1758. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/endpoint/endpointResolver.js +0 -0
  1759. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/extensionConfiguration.js +0 -0
  1760. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/models/models_0.js +0 -0
  1761. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeConfig.native.js +0 -0
  1762. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeExtensions.js +0 -0
  1763. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/endpoint/EndpointParameters.js +0 -0
  1764. /package/node_modules/@aws-sdk/{client-sso/dist-es/pagination/Interfaces.js → nested-clients/dist-es/submodules/sso/extensionConfiguration.js} +0 -0
  1765. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/models/SSOServiceException.js +0 -0
  1766. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/models/errors.js +0 -0
  1767. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/cognito-identity}/endpoint/EndpointParameters.d.ts +0 -0
  1768. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/cognito-identity}/endpoint/endpointResolver.d.ts +0 -0
  1769. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/extensionConfiguration.d.ts +0 -0
  1770. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/models/SSOServiceException.d.ts +0 -0
  1771. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/models/errors.d.ts +0 -0
  1772. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeExtensions.d.ts +0 -0
  1773. /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
  1774. /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
  1775. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/endpoint/ruleset.d.ts +0 -0
  1776. /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
  1777. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/endpoint/ruleset.d.ts +0 -0
  1778. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/extensionConfiguration.d.ts +0 -0
  1779. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/models/SSOServiceException.d.ts +0 -0
  1780. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/models/errors.d.ts +0 -0
  1781. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeExtensions.d.ts +0 -0
  1782. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/README.md +0 -0
  1783. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/alb-defaults.d.ts +0 -0
  1784. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/alb-defaults.js +0 -0
  1785. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/alb-helper.d.ts +0 -0
  1786. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/alb-helper.js +0 -0
  1787. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/apigateway-defaults.d.ts +0 -0
  1788. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/apigateway-defaults.js +0 -0
  1789. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/apigateway-helper.d.ts +0 -0
  1790. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/apigateway-helper.js +0 -0
  1791. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/bedrock-inference-helper.d.ts +0 -0
  1792. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/bedrock-inference-helper.js +0 -0
  1793. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cloudfront-distribution-defaults.d.ts +0 -0
  1794. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cloudfront-distribution-defaults.js +0 -0
  1795. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cloudfront-distribution-helper.d.ts +0 -0
  1796. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cloudfront-distribution-helper.js +0 -0
  1797. /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
  1798. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cloudwatch-log-group-defaults.js +0 -0
  1799. /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
  1800. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cloudwatch-log-group-helper.js +0 -0
  1801. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cognito-defaults.d.ts +0 -0
  1802. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cognito-defaults.js +0 -0
  1803. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cognito-helper.d.ts +0 -0
  1804. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cognito-helper.js +0 -0
  1805. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/dynamodb-table-defaults.d.ts +0 -0
  1806. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/dynamodb-table-defaults.js +0 -0
  1807. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/dynamodb-table-helper.d.ts +0 -0
  1808. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/dynamodb-table-helper.js +0 -0
  1809. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/elasticache-defaults.d.ts +0 -0
  1810. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/elasticache-defaults.js +0 -0
  1811. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/elasticache-helper.d.ts +0 -0
  1812. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/elasticache-helper.js +0 -0
  1813. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/elasticsearch-defaults.d.ts +0 -0
  1814. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/elasticsearch-defaults.js +0 -0
  1815. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/elasticsearch-helper.d.ts +0 -0
  1816. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/elasticsearch-helper.js +0 -0
  1817. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/eventbridge-helper.d.ts +0 -0
  1818. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/eventbridge-helper.js +0 -0
  1819. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/events-rule-defaults.d.ts +0 -0
  1820. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/events-rule-defaults.js +0 -0
  1821. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/fargate-defaults.d.ts +0 -0
  1822. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/fargate-defaults.js +0 -0
  1823. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/fargate-helper.d.ts +0 -0
  1824. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/fargate-helper.js +0 -0
  1825. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-database-defaults.d.ts +0 -0
  1826. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-database-defaults.js +0 -0
  1827. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-database-helper.d.ts +0 -0
  1828. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-database-helper.js +0 -0
  1829. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-job-defaults.d.ts +0 -0
  1830. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-job-defaults.js +0 -0
  1831. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-job-helper.d.ts +0 -0
  1832. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-table-defaults.d.ts +0 -0
  1833. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-table-defaults.js +0 -0
  1834. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-table-helper.d.ts +0 -0
  1835. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-table-helper.js +0 -0
  1836. /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
  1837. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/iot-topic-rule-defaults.js +0 -0
  1838. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kendra-defaults.d.ts +0 -0
  1839. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kendra-defaults.js +0 -0
  1840. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kendra-helper.d.ts +0 -0
  1841. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kendra-helper.js +0 -0
  1842. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-analytics-defaults.d.ts +0 -0
  1843. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-analytics-defaults.js +0 -0
  1844. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-analytics-helper.d.ts +0 -0
  1845. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-analytics-helper.js +0 -0
  1846. /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
  1847. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-firehose-s3-defaults.js +0 -0
  1848. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-streams-defaults.d.ts +0 -0
  1849. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-streams-defaults.js +0 -0
  1850. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-streams-helper.d.ts +0 -0
  1851. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-streams-helper.js +0 -0
  1852. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kms-defaults.d.ts +0 -0
  1853. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kms-defaults.js +0 -0
  1854. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kms-helper.d.ts +0 -0
  1855. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kms-helper.js +0 -0
  1856. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/lambda-defaults.d.ts +0 -0
  1857. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/lambda-defaults.js +0 -0
  1858. /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
  1859. /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
  1860. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/lambda-helper.d.ts +0 -0
  1861. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/lambda-helper.js +0 -0
  1862. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/opensearch-defaults.d.ts +0 -0
  1863. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/opensearch-defaults.js +0 -0
  1864. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/opensearch-helper.d.ts +0 -0
  1865. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/opensearch-helper.js +0 -0
  1866. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/override-warning-service.d.ts +0 -0
  1867. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/override-warning-service.js +0 -0
  1868. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/pipes-defaults.d.ts +0 -0
  1869. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/pipes-defaults.js +0 -0
  1870. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/pipes-helper.d.ts +0 -0
  1871. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/pipes-helper.js +0 -0
  1872. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/s3-bucket-defaults.d.ts +0 -0
  1873. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/s3-bucket-defaults.js +0 -0
  1874. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/s3-bucket-helper.d.ts +0 -0
  1875. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/s3-bucket-helper.js +0 -0
  1876. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/s3-oac-origin.d.ts +0 -0
  1877. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/s3-oac-origin.js +0 -0
  1878. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sagemaker-defaults.d.ts +0 -0
  1879. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sagemaker-defaults.js +0 -0
  1880. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sagemaker-helper.d.ts +0 -0
  1881. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sagemaker-helper.js +0 -0
  1882. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/secretsmanager-defaults.d.ts +0 -0
  1883. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/secretsmanager-defaults.js +0 -0
  1884. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/secretsmanager-helper.d.ts +0 -0
  1885. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/secretsmanager-helper.js +0 -0
  1886. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/security-group-helper.d.ts +0 -0
  1887. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/security-group-helper.js +0 -0
  1888. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sns-defaults.d.ts +0 -0
  1889. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sns-defaults.js +0 -0
  1890. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sns-helper.d.ts +0 -0
  1891. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sns-helper.js +0 -0
  1892. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sqs-defaults.d.ts +0 -0
  1893. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sqs-defaults.js +0 -0
  1894. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sqs-helper.d.ts +0 -0
  1895. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sqs-helper.js +0 -0
  1896. /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
  1897. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/ssm-string-parameter-helper.js +0 -0
  1898. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/step-function-defaults.d.ts +0 -0
  1899. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/step-function-defaults.js +0 -0
  1900. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/step-function-helper.d.ts +0 -0
  1901. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/translate-helper.d.ts +0 -0
  1902. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/translate-helper.js +0 -0
  1903. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/utils.d.ts +0 -0
  1904. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/utils.js +0 -0
  1905. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/vpc-defaults.d.ts +0 -0
  1906. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/vpc-defaults.js +0 -0
  1907. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/waf-defaults.d.ts +0 -0
  1908. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/waf-defaults.js +0 -0
  1909. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/waf-helper.d.ts +0 -0
  1910. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/waf-helper.js +0 -0
  1911. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/websocket-api-defaults.d.ts +0 -0
  1912. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/websocket-api-defaults.js +0 -0
  1913. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/websocket-api-helper.d.ts +0 -0
  1914. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/websocket-api-helper.js +0 -0
  1915. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/CONTRIBUTING.md +0 -0
  1916. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/LICENSE +0 -0
  1917. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/NOTICE +0 -0
  1918. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/README.md +0 -0
  1919. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/aws-destination.d.ts +0 -0
  1920. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/aws-destination.js +0 -0
  1921. /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
  1922. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/docker-image-asset.js +0 -0
  1923. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/file-asset.d.ts +0 -0
  1924. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/file-asset.js +0 -0
  1925. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/index.d.ts +0 -0
  1926. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/index.js +0 -0
  1927. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/schema.d.ts +0 -0
  1928. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/schema.js +0 -0
  1929. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/index.d.ts +0 -0
  1930. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/index.js +0 -0
  1931. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/interfaces.d.ts +0 -0
  1932. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/interfaces.js +0 -0
  1933. /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
  1934. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/metadata-schema.js +0 -0
  1935. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/schema.d.ts +0 -0
  1936. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/schema.js +0 -0
  1937. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/index.d.ts +0 -0
  1938. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/index.js +0 -0
  1939. /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
  1940. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/common.js +0 -0
  1941. /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
  1942. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/deploy.js +0 -0
  1943. /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
  1944. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/destroy.js +0 -0
  1945. /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
  1946. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/index.js +0 -0
  1947. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/index.d.ts +0 -0
  1948. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/index.js +0 -0
  1949. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/schema.d.ts +0 -0
  1950. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/schema.js +0 -0
  1951. /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
  1952. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/test-case.js +0 -0
  1953. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/.editorconfig +0 -0
  1954. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/LICENSE +0 -0
  1955. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/README.md +0 -0
  1956. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/lib/attribute.js +0 -0
  1957. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/lib/helpers.js +0 -0
  1958. /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
  1959. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/lib/index.js +0 -0
  1960. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/lib/scan.js +0 -0
  1961. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/lib/validator.js +0 -0
  1962. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/package.json +0 -0
  1963. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/LICENSE +0 -0
  1964. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/README.md +0 -0
  1965. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/bin/semver.js +0 -0
  1966. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/classes/comparator.js +0 -0
  1967. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/classes/index.js +0 -0
  1968. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/clean.js +0 -0
  1969. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/cmp.js +0 -0
  1970. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/coerce.js +0 -0
  1971. /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
  1972. /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
  1973. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/compare.js +0 -0
  1974. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/diff.js +0 -0
  1975. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/eq.js +0 -0
  1976. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/gt.js +0 -0
  1977. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/gte.js +0 -0
  1978. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/inc.js +0 -0
  1979. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/lt.js +0 -0
  1980. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/lte.js +0 -0
  1981. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/major.js +0 -0
  1982. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/minor.js +0 -0
  1983. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/neq.js +0 -0
  1984. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/parse.js +0 -0
  1985. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/patch.js +0 -0
  1986. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/prerelease.js +0 -0
  1987. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/rcompare.js +0 -0
  1988. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/rsort.js +0 -0
  1989. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/satisfies.js +0 -0
  1990. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/sort.js +0 -0
  1991. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/valid.js +0 -0
  1992. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/index.js +0 -0
  1993. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/internal/constants.js +0 -0
  1994. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/internal/debug.js +0 -0
  1995. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/internal/lrucache.js +0 -0
  1996. /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
  1997. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/internal/re.js +0 -0
  1998. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/preload.js +0 -0
  1999. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/range.bnf +0 -0
  2000. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/gtr.js +0 -0
  2001. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/intersects.js +0 -0
  2002. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/ltr.js +0 -0
  2003. /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
  2004. /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
  2005. /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
  2006. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/outside.js +0 -0
  2007. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/simplify.js +0 -0
  2008. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/subset.js +0 -0
  2009. /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
  2010. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/valid.js +0 -0
  2011. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/rosetta/default.ts-fixture +0 -0
  2012. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/schema/README.md +0 -0
  2013. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/schema/assets.schema.json +0 -0
  2014. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/schema/integ.schema.json +0 -0
  2015. /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
  2016. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/.eslintrc +0 -0
  2017. /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
  2018. /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
  2019. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/ChangeLog.md +0 -0
  2020. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/LICENSE +0 -0
  2021. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/Readme.md +0 -0
  2022. /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
  2023. /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
  2024. /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
  2025. /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
  2026. /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
  2027. /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
  2028. /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
  2029. /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
  2030. /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
  2031. /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
  2032. /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
  2033. /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
  2034. /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
  2035. /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
  2036. /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
  2037. /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
  2038. /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
  2039. /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
  2040. /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
  2041. /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
  2042. /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
  2043. /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
  2044. /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
  2045. /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
  2046. /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
  2047. /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
  2048. /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
  2049. /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
  2050. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/index.js +0 -0
  2051. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/package.json +0 -0
  2052. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/test/.eslintrc +0 -0
  2053. /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
  2054. /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
  2055. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/.editorconfig +0 -0
  2056. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/.eslintcache +0 -0
  2057. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/changelog.md +0 -0
  2058. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/dist/cjs.js +0 -0
  2059. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/dist/umd.js +0 -0
  2060. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/index.d.ts +0 -0
  2061. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/index.js +0 -0
  2062. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/license.txt +0 -0
  2063. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/package.json +0 -0
  2064. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/readme.md +0 -0
  2065. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/rollup.config.js +0 -0
  2066. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/npmlog/LICENSE.md +0 -0
  2067. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/npmlog/README.md +0 -0
  2068. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/npmlog/lib/log.js +0 -0
  2069. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/npmlog/package.json +0 -0
  2070. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/alb-helper.test.d.ts +0 -0
  2071. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/apigateway-helper.test.d.ts +0 -0
  2072. /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
  2073. /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
  2074. /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
  2075. /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
  2076. /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
  2077. /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
  2078. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/congnito-helper.test.d.ts +0 -0
  2079. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/congnito-helper.test.js +0 -0
  2080. /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
  2081. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/dynamo-table.test.d.ts +0 -0
  2082. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/elasticache-defaults.test.d.ts +0 -0
  2083. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/elasticache-defaults.test.js +0 -0
  2084. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/elasticache-helper.test.d.ts +0 -0
  2085. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/elasticache-helper.test.js +0 -0
  2086. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/elasticsearch-helper.test.d.ts +0 -0
  2087. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/eventbridge-helper.test.d.ts +0 -0
  2088. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/events-rule.test.d.ts +0 -0
  2089. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/events-rule.test.js +0 -0
  2090. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/fargate-helper.test.d.ts +0 -0
  2091. /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
  2092. /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
  2093. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/glue-table-helper.test.js +0 -0
  2094. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/iot-rule.test.d.ts +0 -0
  2095. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/iot-rule.test.js +0 -0
  2096. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kendra-helper.test.d.ts +0 -0
  2097. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kinesis-analytics.test.d.ts +0 -0
  2098. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kinesis-analytics.test.js +0 -0
  2099. /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
  2100. /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
  2101. /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
  2102. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kinesis-streams-defaults.test.js +0 -0
  2103. /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
  2104. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kms-helper.test.d.ts +0 -0
  2105. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kms-helper.test.js +0 -0
  2106. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/lambda/index.js +0 -0
  2107. /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
  2108. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/lambda-event-source.test.js +0 -0
  2109. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/lambda-helper.test.d.ts +0 -0
  2110. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/lambda-test/index.js +0 -0
  2111. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/openapi/apiDefinition.json +0 -0
  2112. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/opensearch-helper.test.d.ts +0 -0
  2113. /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
  2114. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/pipes-helper.test.d.ts +0 -0
  2115. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/s3-bucket-helper.test.d.ts → core/test/polly-helper.test.d.ts} +0 -0
  2116. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/s3-bucket.test.d.ts → core/test/s3-bucket-helper.test.d.ts} +0 -0
  2117. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/s3-bucket-helper.test.js +0 -0
  2118. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/sagemaker-helper.test.d.ts → core/test/s3-bucket.test.d.ts} +0 -0
  2119. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/secretsmanager-helper.test.d.ts → core/test/sagemaker-helper.test.d.ts} +0 -0
  2120. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/security-group-helper.test.d.ts → core/test/secretsmanager-helper.test.d.ts} +0 -0
  2121. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/sns-helper.test.d.ts → core/test/security-group-helper.test.d.ts} +0 -0
  2122. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/security-group-helper.test.js +0 -0
  2123. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/sqs-helper.test.d.ts → core/test/sns-helper.test.d.ts} +0 -0
  2124. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/ssm-string-parameter-helper.test.d.ts → core/test/sqs-helper.test.d.ts} +0 -0
  2125. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/step-function-helper.test.d.ts → core/test/ssm-string-parameter-helper.test.d.ts} +0 -0
  2126. /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
  2127. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/translate-helper.test.d.ts → core/test/step-function-helper.test.d.ts} +0 -0
  2128. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/utils.test.d.ts → core/test/textract-helper.test.d.ts} +0 -0
  2129. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/vpc-helper.test.d.ts → core/test/translate-helper.test.d.ts} +0 -0
  2130. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/translate-helper.test.js +0 -0
  2131. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/waf-helper.test.d.ts → core/test/utils.test.d.ts} +0 -0
  2132. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/websocket-api-defaults.test.d.ts → core/test/validation.test.d.ts} +0 -0
  2133. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/websocket-api-helper.test.d.ts → core/test/vpc-helper.test.d.ts} +0 -0
  2134. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/websocket-api-defaults.test.js +0 -0
  2135. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/.compatignore +0 -0
  2136. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/CODE_OF_CONDUCT.md +0 -0
  2137. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/CONTRIBUTING.md +0 -0
  2138. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/Dockerfile +0 -0
  2139. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/LICENSE +0 -0
  2140. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/NOTICE +0 -0
  2141. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/lib/metadata.d.ts +0 -0
  2142. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/lib/metadata.js +0 -0
  2143. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/lib/private/stack-trace.d.ts +0 -0
  2144. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/lib/private/stack-trace.js +0 -0
  2145. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/lib/private/uniqueid.d.ts +0 -0
  2146. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/lib/private/uniqueid.js +0 -0
  2147. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/version.json +0 -0
  2148. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlbuilder → fast-xml-builder/src}/prettifyJs2Xml.js +0 -0
@@ -14,10 +14,13 @@ var middlewareEndpoint = require('@smithy/middleware-endpoint');
14
14
  var middlewareRetry = require('@smithy/middleware-retry');
15
15
  var smithyClient = require('@smithy/smithy-client');
16
16
  var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
17
+ var schemas_0 = require('./schemas/schemas_0');
17
18
  var runtimeConfig = require('./runtimeConfig');
18
19
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
19
20
  var protocolHttp = require('@smithy/protocol-http');
20
21
  var utilWaiter = require('@smithy/util-waiter');
22
+ var errors = require('./models/errors');
23
+ var DynamoDBServiceException = require('./models/DynamoDBServiceException');
21
24
 
22
25
  const resolveClientEndpointParameters = (options) => {
23
26
  return Object.assign(options, {
@@ -35,3025 +38,6 @@ const commonParams = {
35
38
  AccountIdEndpointMode: { type: "builtInParams", name: "accountIdEndpointMode" },
36
39
  };
37
40
 
38
- let DynamoDBServiceException$1 = class DynamoDBServiceException extends smithyClient.ServiceException {
39
- constructor(options) {
40
- super(options);
41
- Object.setPrototypeOf(this, DynamoDBServiceException.prototype);
42
- }
43
- };
44
-
45
- let BackupInUseException$1 = class BackupInUseException extends DynamoDBServiceException$1 {
46
- name = "BackupInUseException";
47
- $fault = "client";
48
- constructor(opts) {
49
- super({
50
- name: "BackupInUseException",
51
- $fault: "client",
52
- ...opts,
53
- });
54
- Object.setPrototypeOf(this, BackupInUseException.prototype);
55
- }
56
- };
57
- let BackupNotFoundException$1 = class BackupNotFoundException extends DynamoDBServiceException$1 {
58
- name = "BackupNotFoundException";
59
- $fault = "client";
60
- constructor(opts) {
61
- super({
62
- name: "BackupNotFoundException",
63
- $fault: "client",
64
- ...opts,
65
- });
66
- Object.setPrototypeOf(this, BackupNotFoundException.prototype);
67
- }
68
- };
69
- let InternalServerError$1 = class InternalServerError extends DynamoDBServiceException$1 {
70
- name = "InternalServerError";
71
- $fault = "server";
72
- constructor(opts) {
73
- super({
74
- name: "InternalServerError",
75
- $fault: "server",
76
- ...opts,
77
- });
78
- Object.setPrototypeOf(this, InternalServerError.prototype);
79
- }
80
- };
81
- let RequestLimitExceeded$1 = class RequestLimitExceeded extends DynamoDBServiceException$1 {
82
- name = "RequestLimitExceeded";
83
- $fault = "client";
84
- ThrottlingReasons;
85
- constructor(opts) {
86
- super({
87
- name: "RequestLimitExceeded",
88
- $fault: "client",
89
- ...opts,
90
- });
91
- Object.setPrototypeOf(this, RequestLimitExceeded.prototype);
92
- this.ThrottlingReasons = opts.ThrottlingReasons;
93
- }
94
- };
95
- let ThrottlingException$1 = class ThrottlingException extends DynamoDBServiceException$1 {
96
- name = "ThrottlingException";
97
- $fault = "client";
98
- throttlingReasons;
99
- constructor(opts) {
100
- super({
101
- name: "ThrottlingException",
102
- $fault: "client",
103
- ...opts,
104
- });
105
- Object.setPrototypeOf(this, ThrottlingException.prototype);
106
- this.throttlingReasons = opts.throttlingReasons;
107
- }
108
- };
109
- let InvalidEndpointException$1 = class InvalidEndpointException extends DynamoDBServiceException$1 {
110
- name = "InvalidEndpointException";
111
- $fault = "client";
112
- Message;
113
- constructor(opts) {
114
- super({
115
- name: "InvalidEndpointException",
116
- $fault: "client",
117
- ...opts,
118
- });
119
- Object.setPrototypeOf(this, InvalidEndpointException.prototype);
120
- this.Message = opts.Message;
121
- }
122
- };
123
- let ProvisionedThroughputExceededException$1 = class ProvisionedThroughputExceededException extends DynamoDBServiceException$1 {
124
- name = "ProvisionedThroughputExceededException";
125
- $fault = "client";
126
- ThrottlingReasons;
127
- constructor(opts) {
128
- super({
129
- name: "ProvisionedThroughputExceededException",
130
- $fault: "client",
131
- ...opts,
132
- });
133
- Object.setPrototypeOf(this, ProvisionedThroughputExceededException.prototype);
134
- this.ThrottlingReasons = opts.ThrottlingReasons;
135
- }
136
- };
137
- let ResourceNotFoundException$1 = class ResourceNotFoundException extends DynamoDBServiceException$1 {
138
- name = "ResourceNotFoundException";
139
- $fault = "client";
140
- constructor(opts) {
141
- super({
142
- name: "ResourceNotFoundException",
143
- $fault: "client",
144
- ...opts,
145
- });
146
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
147
- }
148
- };
149
- let ItemCollectionSizeLimitExceededException$1 = class ItemCollectionSizeLimitExceededException extends DynamoDBServiceException$1 {
150
- name = "ItemCollectionSizeLimitExceededException";
151
- $fault = "client";
152
- constructor(opts) {
153
- super({
154
- name: "ItemCollectionSizeLimitExceededException",
155
- $fault: "client",
156
- ...opts,
157
- });
158
- Object.setPrototypeOf(this, ItemCollectionSizeLimitExceededException.prototype);
159
- }
160
- };
161
- let ReplicatedWriteConflictException$1 = class ReplicatedWriteConflictException extends DynamoDBServiceException$1 {
162
- name = "ReplicatedWriteConflictException";
163
- $fault = "client";
164
- $retryable = {};
165
- constructor(opts) {
166
- super({
167
- name: "ReplicatedWriteConflictException",
168
- $fault: "client",
169
- ...opts,
170
- });
171
- Object.setPrototypeOf(this, ReplicatedWriteConflictException.prototype);
172
- }
173
- };
174
- let ContinuousBackupsUnavailableException$1 = class ContinuousBackupsUnavailableException extends DynamoDBServiceException$1 {
175
- name = "ContinuousBackupsUnavailableException";
176
- $fault = "client";
177
- constructor(opts) {
178
- super({
179
- name: "ContinuousBackupsUnavailableException",
180
- $fault: "client",
181
- ...opts,
182
- });
183
- Object.setPrototypeOf(this, ContinuousBackupsUnavailableException.prototype);
184
- }
185
- };
186
- let LimitExceededException$1 = class LimitExceededException extends DynamoDBServiceException$1 {
187
- name = "LimitExceededException";
188
- $fault = "client";
189
- constructor(opts) {
190
- super({
191
- name: "LimitExceededException",
192
- $fault: "client",
193
- ...opts,
194
- });
195
- Object.setPrototypeOf(this, LimitExceededException.prototype);
196
- }
197
- };
198
- let TableInUseException$1 = class TableInUseException extends DynamoDBServiceException$1 {
199
- name = "TableInUseException";
200
- $fault = "client";
201
- constructor(opts) {
202
- super({
203
- name: "TableInUseException",
204
- $fault: "client",
205
- ...opts,
206
- });
207
- Object.setPrototypeOf(this, TableInUseException.prototype);
208
- }
209
- };
210
- let TableNotFoundException$1 = class TableNotFoundException extends DynamoDBServiceException$1 {
211
- name = "TableNotFoundException";
212
- $fault = "client";
213
- constructor(opts) {
214
- super({
215
- name: "TableNotFoundException",
216
- $fault: "client",
217
- ...opts,
218
- });
219
- Object.setPrototypeOf(this, TableNotFoundException.prototype);
220
- }
221
- };
222
- let GlobalTableAlreadyExistsException$1 = class GlobalTableAlreadyExistsException extends DynamoDBServiceException$1 {
223
- name = "GlobalTableAlreadyExistsException";
224
- $fault = "client";
225
- constructor(opts) {
226
- super({
227
- name: "GlobalTableAlreadyExistsException",
228
- $fault: "client",
229
- ...opts,
230
- });
231
- Object.setPrototypeOf(this, GlobalTableAlreadyExistsException.prototype);
232
- }
233
- };
234
- let ResourceInUseException$1 = class ResourceInUseException extends DynamoDBServiceException$1 {
235
- name = "ResourceInUseException";
236
- $fault = "client";
237
- constructor(opts) {
238
- super({
239
- name: "ResourceInUseException",
240
- $fault: "client",
241
- ...opts,
242
- });
243
- Object.setPrototypeOf(this, ResourceInUseException.prototype);
244
- }
245
- };
246
- let TransactionConflictException$1 = class TransactionConflictException extends DynamoDBServiceException$1 {
247
- name = "TransactionConflictException";
248
- $fault = "client";
249
- constructor(opts) {
250
- super({
251
- name: "TransactionConflictException",
252
- $fault: "client",
253
- ...opts,
254
- });
255
- Object.setPrototypeOf(this, TransactionConflictException.prototype);
256
- }
257
- };
258
- let PolicyNotFoundException$1 = class PolicyNotFoundException extends DynamoDBServiceException$1 {
259
- name = "PolicyNotFoundException";
260
- $fault = "client";
261
- constructor(opts) {
262
- super({
263
- name: "PolicyNotFoundException",
264
- $fault: "client",
265
- ...opts,
266
- });
267
- Object.setPrototypeOf(this, PolicyNotFoundException.prototype);
268
- }
269
- };
270
- let ExportNotFoundException$1 = class ExportNotFoundException extends DynamoDBServiceException$1 {
271
- name = "ExportNotFoundException";
272
- $fault = "client";
273
- constructor(opts) {
274
- super({
275
- name: "ExportNotFoundException",
276
- $fault: "client",
277
- ...opts,
278
- });
279
- Object.setPrototypeOf(this, ExportNotFoundException.prototype);
280
- }
281
- };
282
- let GlobalTableNotFoundException$1 = class GlobalTableNotFoundException extends DynamoDBServiceException$1 {
283
- name = "GlobalTableNotFoundException";
284
- $fault = "client";
285
- constructor(opts) {
286
- super({
287
- name: "GlobalTableNotFoundException",
288
- $fault: "client",
289
- ...opts,
290
- });
291
- Object.setPrototypeOf(this, GlobalTableNotFoundException.prototype);
292
- }
293
- };
294
- let ImportNotFoundException$1 = class ImportNotFoundException extends DynamoDBServiceException$1 {
295
- name = "ImportNotFoundException";
296
- $fault = "client";
297
- constructor(opts) {
298
- super({
299
- name: "ImportNotFoundException",
300
- $fault: "client",
301
- ...opts,
302
- });
303
- Object.setPrototypeOf(this, ImportNotFoundException.prototype);
304
- }
305
- };
306
- let DuplicateItemException$1 = class DuplicateItemException extends DynamoDBServiceException$1 {
307
- name = "DuplicateItemException";
308
- $fault = "client";
309
- constructor(opts) {
310
- super({
311
- name: "DuplicateItemException",
312
- $fault: "client",
313
- ...opts,
314
- });
315
- Object.setPrototypeOf(this, DuplicateItemException.prototype);
316
- }
317
- };
318
- let IdempotentParameterMismatchException$1 = class IdempotentParameterMismatchException extends DynamoDBServiceException$1 {
319
- name = "IdempotentParameterMismatchException";
320
- $fault = "client";
321
- Message;
322
- constructor(opts) {
323
- super({
324
- name: "IdempotentParameterMismatchException",
325
- $fault: "client",
326
- ...opts,
327
- });
328
- Object.setPrototypeOf(this, IdempotentParameterMismatchException.prototype);
329
- this.Message = opts.Message;
330
- }
331
- };
332
- let TransactionInProgressException$1 = class TransactionInProgressException extends DynamoDBServiceException$1 {
333
- name = "TransactionInProgressException";
334
- $fault = "client";
335
- Message;
336
- constructor(opts) {
337
- super({
338
- name: "TransactionInProgressException",
339
- $fault: "client",
340
- ...opts,
341
- });
342
- Object.setPrototypeOf(this, TransactionInProgressException.prototype);
343
- this.Message = opts.Message;
344
- }
345
- };
346
- let ExportConflictException$1 = class ExportConflictException extends DynamoDBServiceException$1 {
347
- name = "ExportConflictException";
348
- $fault = "client";
349
- constructor(opts) {
350
- super({
351
- name: "ExportConflictException",
352
- $fault: "client",
353
- ...opts,
354
- });
355
- Object.setPrototypeOf(this, ExportConflictException.prototype);
356
- }
357
- };
358
- let InvalidExportTimeException$1 = class InvalidExportTimeException extends DynamoDBServiceException$1 {
359
- name = "InvalidExportTimeException";
360
- $fault = "client";
361
- constructor(opts) {
362
- super({
363
- name: "InvalidExportTimeException",
364
- $fault: "client",
365
- ...opts,
366
- });
367
- Object.setPrototypeOf(this, InvalidExportTimeException.prototype);
368
- }
369
- };
370
- let PointInTimeRecoveryUnavailableException$1 = class PointInTimeRecoveryUnavailableException extends DynamoDBServiceException$1 {
371
- name = "PointInTimeRecoveryUnavailableException";
372
- $fault = "client";
373
- constructor(opts) {
374
- super({
375
- name: "PointInTimeRecoveryUnavailableException",
376
- $fault: "client",
377
- ...opts,
378
- });
379
- Object.setPrototypeOf(this, PointInTimeRecoveryUnavailableException.prototype);
380
- }
381
- };
382
- let ImportConflictException$1 = class ImportConflictException extends DynamoDBServiceException$1 {
383
- name = "ImportConflictException";
384
- $fault = "client";
385
- constructor(opts) {
386
- super({
387
- name: "ImportConflictException",
388
- $fault: "client",
389
- ...opts,
390
- });
391
- Object.setPrototypeOf(this, ImportConflictException.prototype);
392
- }
393
- };
394
- let TableAlreadyExistsException$1 = class TableAlreadyExistsException extends DynamoDBServiceException$1 {
395
- name = "TableAlreadyExistsException";
396
- $fault = "client";
397
- constructor(opts) {
398
- super({
399
- name: "TableAlreadyExistsException",
400
- $fault: "client",
401
- ...opts,
402
- });
403
- Object.setPrototypeOf(this, TableAlreadyExistsException.prototype);
404
- }
405
- };
406
- let InvalidRestoreTimeException$1 = class InvalidRestoreTimeException extends DynamoDBServiceException$1 {
407
- name = "InvalidRestoreTimeException";
408
- $fault = "client";
409
- constructor(opts) {
410
- super({
411
- name: "InvalidRestoreTimeException",
412
- $fault: "client",
413
- ...opts,
414
- });
415
- Object.setPrototypeOf(this, InvalidRestoreTimeException.prototype);
416
- }
417
- };
418
- let ReplicaAlreadyExistsException$1 = class ReplicaAlreadyExistsException extends DynamoDBServiceException$1 {
419
- name = "ReplicaAlreadyExistsException";
420
- $fault = "client";
421
- constructor(opts) {
422
- super({
423
- name: "ReplicaAlreadyExistsException",
424
- $fault: "client",
425
- ...opts,
426
- });
427
- Object.setPrototypeOf(this, ReplicaAlreadyExistsException.prototype);
428
- }
429
- };
430
- let ReplicaNotFoundException$1 = class ReplicaNotFoundException extends DynamoDBServiceException$1 {
431
- name = "ReplicaNotFoundException";
432
- $fault = "client";
433
- constructor(opts) {
434
- super({
435
- name: "ReplicaNotFoundException",
436
- $fault: "client",
437
- ...opts,
438
- });
439
- Object.setPrototypeOf(this, ReplicaNotFoundException.prototype);
440
- }
441
- };
442
- let IndexNotFoundException$1 = class IndexNotFoundException extends DynamoDBServiceException$1 {
443
- name = "IndexNotFoundException";
444
- $fault = "client";
445
- constructor(opts) {
446
- super({
447
- name: "IndexNotFoundException",
448
- $fault: "client",
449
- ...opts,
450
- });
451
- Object.setPrototypeOf(this, IndexNotFoundException.prototype);
452
- }
453
- };
454
- let ConditionalCheckFailedException$1 = class ConditionalCheckFailedException extends DynamoDBServiceException$1 {
455
- name = "ConditionalCheckFailedException";
456
- $fault = "client";
457
- Item;
458
- constructor(opts) {
459
- super({
460
- name: "ConditionalCheckFailedException",
461
- $fault: "client",
462
- ...opts,
463
- });
464
- Object.setPrototypeOf(this, ConditionalCheckFailedException.prototype);
465
- this.Item = opts.Item;
466
- }
467
- };
468
- let TransactionCanceledException$1 = class TransactionCanceledException extends DynamoDBServiceException$1 {
469
- name = "TransactionCanceledException";
470
- $fault = "client";
471
- Message;
472
- CancellationReasons;
473
- constructor(opts) {
474
- super({
475
- name: "TransactionCanceledException",
476
- $fault: "client",
477
- ...opts,
478
- });
479
- Object.setPrototypeOf(this, TransactionCanceledException.prototype);
480
- this.Message = opts.Message;
481
- this.CancellationReasons = opts.CancellationReasons;
482
- }
483
- };
484
-
485
- const _A = "Action";
486
- const _ABA = "ArchivalBackupArn";
487
- const _ACDTP = "ApproximateCreationDateTimePrecision";
488
- const _AD = "AttributeDefinition";
489
- const _ADT = "ArchivalDateTime";
490
- const _ADt = "AttributeDefinitions";
491
- const _AM = "AttributeMap";
492
- const _AMRCU = "AccountMaxReadCapacityUnits";
493
- const _AMWCU = "AccountMaxWriteCapacityUnits";
494
- const _AN = "AttributeName";
495
- const _AR = "ArchivalReason";
496
- const _AS = "ArchivalSummary";
497
- const _ASD = "AutoScalingDisabled";
498
- const _ASPD = "AutoScalingPolicyDescription";
499
- const _ASPDL = "AutoScalingPolicyDescriptionList";
500
- const _ASPU = "AutoScalingPolicyUpdate";
501
- const _ASRA = "AutoScalingRoleArn";
502
- const _ASSD = "AutoScalingSettingsDescription";
503
- const _ASSU = "AutoScalingSettingsUpdate";
504
- const _ASTTSPCD = "AutoScalingTargetTrackingScalingPolicyConfigurationDescription";
505
- const _ASTTSPCU = "AutoScalingTargetTrackingScalingPolicyConfigurationUpdate";
506
- const _AT = "AttributeType";
507
- const _ATG = "AttributesToGet";
508
- const _AU = "AttributeUpdates";
509
- const _AV = "AttributeValue";
510
- const _AVL = "AttributeValueList";
511
- const _AVU = "AttributeValueUpdate";
512
- const _Ad = "Address";
513
- const _At = "Attributes";
514
- const _B = "Backfilling";
515
- const _BA = "BackupArn";
516
- const _BCDT = "BackupCreationDateTime";
517
- const _BD = "BackupDescription";
518
- const _BDa = "BackupDetails";
519
- const _BEDT = "BackupExpiryDateTime";
520
- const _BES = "BatchExecuteStatement";
521
- const _BESI = "BatchExecuteStatementInput";
522
- const _BESO = "BatchExecuteStatementOutput";
523
- const _BGI = "BatchGetItem";
524
- const _BGII = "BatchGetItemInput";
525
- const _BGIO = "BatchGetItemOutput";
526
- const _BGRM = "BatchGetResponseMap";
527
- const _BGRMa = "BatchGetRequestMap";
528
- const _BIUE = "BackupInUseException";
529
- const _BM = "BillingMode";
530
- const _BMO = "BillingModeOverride";
531
- const _BMS = "BillingModeSummary";
532
- const _BN = "BackupName";
533
- const _BNFE = "BackupNotFoundException";
534
- const _BOOL = "BOOL";
535
- const _BS = "BackupStatus";
536
- const _BSB = "BackupSizeBytes";
537
- const _BSBi = "BilledSizeBytes";
538
- const _BSE = "BatchStatementError";
539
- const _BSR = "BatchStatementRequest";
540
- const _BSRa = "BatchStatementResponse";
541
- const _BS_ = "BS";
542
- const _BSa = "BackupSummary";
543
- const _BSac = "BackupSummaries";
544
- const _BT = "BackupType";
545
- const _BWI = "BatchWriteItem";
546
- const _BWII = "BatchWriteItemInput";
547
- const _BWIO = "BatchWriteItemOutput";
548
- const _BWIRM = "BatchWriteItemRequestMap";
549
- const _B_ = "B";
550
- const _C = "Code";
551
- const _CB = "CreateBackup";
552
- const _CBD = "ContinuousBackupsDescription";
553
- const _CBI = "CreateBackupInput";
554
- const _CBO = "CreateBackupOutput";
555
- const _CBS = "ContinuousBackupsStatus";
556
- const _CBUE = "ContinuousBackupsUnavailableException";
557
- const _CC = "ConsumedCapacity";
558
- const _CCFE = "ConditionalCheckFailedException";
559
- const _CCM = "ConsumedCapacityMultiple";
560
- const _CCo = "ConditionCheck";
561
- const _CDT = "CreationDateTime";
562
- const _CE = "ConditionExpression";
563
- const _CGSIA = "CreateGlobalSecondaryIndexAction";
564
- const _CGT = "CreateGlobalTable";
565
- const _CGTI = "CreateGlobalTableInput";
566
- const _CGTO = "CreateGlobalTableOutput";
567
- const _CGTWGMA = "CreateGlobalTableWitnessGroupMemberAction";
568
- const _CIA = "ContributorInsightsAction";
569
- const _CIM = "ContributorInsightsMode";
570
- const _CIRL = "ContributorInsightsRuleList";
571
- const _CIS = "ContributorInsightsSummary";
572
- const _CISo = "ContributorInsightsStatus";
573
- const _CISon = "ContributorInsightsSummaries";
574
- const _CO = "ComparisonOperator";
575
- const _COo = "ConditionalOperator";
576
- const _COs = "CsvOptions";
577
- const _CPIM = "CachePeriodInMinutes";
578
- const _CR = "ConsistentRead";
579
- const _CRA = "CreateReplicaAction";
580
- const _CRGMA = "CreateReplicationGroupMemberAction";
581
- const _CRL = "CancellationReasonList";
582
- const _CRSRA = "ConfirmRemoveSelfResourceAccess";
583
- const _CRT = "ClientRequestToken";
584
- const _CRa = "CancellationReason";
585
- const _CRan = "CancellationReasons";
586
- const _CT = "ClientToken";
587
- const _CTI = "CreateTableInput";
588
- const _CTO = "CreateTableOutput";
589
- const _CTr = "CreateTable";
590
- const _CU = "CapacityUnits";
591
- const _CWLGA = "CloudWatchLogGroupArn";
592
- const _Ca = "Capacity";
593
- const _Co = "Condition";
594
- const _Cou = "Count";
595
- const _Cr = "Create";
596
- const _Cs = "Csv";
597
- const _D = "Delimiter";
598
- const _DB = "DeleteBackup";
599
- const _DBI = "DeleteBackupInput";
600
- const _DBIe = "DescribeBackupInput";
601
- const _DBO = "DeleteBackupOutput";
602
- const _DBOe = "DescribeBackupOutput";
603
- const _DBe = "DescribeBackup";
604
- const _DCB = "DescribeContinuousBackups";
605
- const _DCBI = "DescribeContinuousBackupsInput";
606
- const _DCBO = "DescribeContinuousBackupsOutput";
607
- const _DCI = "DescribeContributorInsights";
608
- const _DCII = "DescribeContributorInsightsInput";
609
- const _DCIO = "DescribeContributorInsightsOutput";
610
- const _DE = "DescribeEndpoints";
611
- const _DEI = "DescribeExportInput";
612
- const _DEO = "DescribeExportOutput";
613
- const _DER = "DescribeEndpointsRequest";
614
- const _DERe = "DescribeEndpointsResponse";
615
- const _DEe = "DescribeExport";
616
- const _DGSIA = "DeleteGlobalSecondaryIndexAction";
617
- const _DGT = "DescribeGlobalTable";
618
- const _DGTI = "DescribeGlobalTableInput";
619
- const _DGTO = "DescribeGlobalTableOutput";
620
- const _DGTS = "DescribeGlobalTableSettings";
621
- const _DGTSI = "DescribeGlobalTableSettingsInput";
622
- const _DGTSO = "DescribeGlobalTableSettingsOutput";
623
- const _DGTWGMA = "DeleteGlobalTableWitnessGroupMemberAction";
624
- const _DI = "DeleteItem";
625
- const _DIE = "DuplicateItemException";
626
- const _DII = "DeleteItemInput";
627
- const _DIIe = "DescribeImportInput";
628
- const _DIO = "DeleteItemOutput";
629
- const _DIOe = "DescribeImportOutput";
630
- const _DIe = "DescribeImport";
631
- const _DKSD = "DescribeKinesisStreamingDestination";
632
- const _DKSDI = "DescribeKinesisStreamingDestinationInput";
633
- const _DKSDO = "DescribeKinesisStreamingDestinationOutput";
634
- const _DKSDi = "DisableKinesisStreamingDestination";
635
- const _DL = "DescribeLimits";
636
- const _DLI = "DescribeLimitsInput";
637
- const _DLO = "DescribeLimitsOutput";
638
- const _DPE = "DeletionProtectionEnabled";
639
- const _DR = "DeleteRequest";
640
- const _DRA = "DeleteReplicaAction";
641
- const _DRGMA = "DeleteReplicationGroupMemberAction";
642
- const _DRP = "DeleteResourcePolicy";
643
- const _DRPI = "DeleteResourcePolicyInput";
644
- const _DRPO = "DeleteResourcePolicyOutput";
645
- const _DS = "DestinationStatus";
646
- const _DSD = "DestinationStatusDescription";
647
- const _DSI = "DisableScaleIn";
648
- const _DT = "DeleteTable";
649
- const _DTI = "DeleteTableInput";
650
- const _DTIe = "DescribeTableInput";
651
- const _DTO = "DeleteTableOutput";
652
- const _DTOe = "DescribeTableOutput";
653
- const _DTRAS = "DescribeTableReplicaAutoScaling";
654
- const _DTRASI = "DescribeTableReplicaAutoScalingInput";
655
- const _DTRASO = "DescribeTableReplicaAutoScalingOutput";
656
- const _DTTL = "DescribeTimeToLive";
657
- const _DTTLI = "DescribeTimeToLiveInput";
658
- const _DTTLO = "DescribeTimeToLiveOutput";
659
- const _DTe = "DescribeTable";
660
- const _De = "Delete";
661
- const _E = "Error";
662
- const _EA = "ExportArn";
663
- const _EAM = "ExpectedAttributeMap";
664
- const _EAN = "ExpressionAttributeNames";
665
- const _EAV = "ExpressionAttributeValues";
666
- const _EAVM = "ExpressionAttributeValueMap";
667
- const _EAVx = "ExpectedAttributeValue";
668
- const _EC = "ErrorCount";
669
- const _ECE = "ExportConflictException";
670
- const _ED = "ExportDescription";
671
- const _EDx = "ExceptionDescription";
672
- const _EF = "ExportFormat";
673
- const _EFT = "ExportFromTime";
674
- const _EKSC = "EnableKinesisStreamingConfiguration";
675
- const _EKSD = "EnableKinesisStreamingDestination";
676
- const _EM = "ExportManifest";
677
- const _EN = "ExceptionName";
678
- const _ENFE = "ExportNotFoundException";
679
- const _ERDT = "EarliestRestorableDateTime";
680
- const _ERI = "ExpectedRevisionId";
681
- const _ES = "ExportStatus";
682
- const _ESBA = "ExclusiveStartBackupArn";
683
- const _ESGTN = "ExclusiveStartGlobalTableName";
684
- const _ESI = "ExecuteStatementInput";
685
- const _ESK = "ExclusiveStartKey";
686
- const _ESO = "ExecuteStatementOutput";
687
- const _ESTN = "ExclusiveStartTableName";
688
- const _ESx = "ExportSummary";
689
- const _ESxe = "ExecuteStatement";
690
- const _ESxp = "ExportSummaries";
691
- const _ET = "EndTime";
692
- const _ETI = "ExecuteTransactionInput";
693
- const _ETO = "ExecuteTransactionOutput";
694
- const _ETT = "ExportToTime";
695
- const _ETTPIT = "ExportTableToPointInTime";
696
- const _ETTPITI = "ExportTableToPointInTimeInput";
697
- const _ETTPITO = "ExportTableToPointInTimeOutput";
698
- const _ETx = "ExportTime";
699
- const _ETxe = "ExecuteTransaction";
700
- const _ETxp = "ExportType";
701
- const _EVT = "ExportViewType";
702
- const _En = "Endpoints";
703
- const _Ena = "Enabled";
704
- const _End = "Endpoint";
705
- const _Ex = "Expected";
706
- const _Exi = "Exists";
707
- const _FC = "FailureCode";
708
- const _FCM = "FilterConditionMap";
709
- const _FE = "FailureException";
710
- const _FEi = "FilterExpression";
711
- const _FM = "FailureMessage";
712
- const _G = "Get";
713
- const _GI = "GetItem";
714
- const _GII = "GetItemInput";
715
- const _GIO = "GetItemOutput";
716
- const _GRP = "GetResourcePolicy";
717
- const _GRPI = "GetResourcePolicyInput";
718
- const _GRPO = "GetResourcePolicyOutput";
719
- const _GSI = "GlobalSecondaryIndexes";
720
- const _GSIASU = "GlobalSecondaryIndexAutoScalingUpdate";
721
- const _GSIASUL = "GlobalSecondaryIndexAutoScalingUpdateList";
722
- const _GSID = "GlobalSecondaryIndexDescription";
723
- const _GSIDL = "GlobalSecondaryIndexDescriptionList";
724
- const _GSII = "GlobalSecondaryIndexInfo";
725
- const _GSIL = "GlobalSecondaryIndexList";
726
- const _GSIO = "GlobalSecondaryIndexOverride";
727
- const _GSIU = "GlobalSecondaryIndexUpdate";
728
- const _GSIUL = "GlobalSecondaryIndexUpdateList";
729
- const _GSIUl = "GlobalSecondaryIndexUpdates";
730
- const _GSIWTD = "GlobalSecondaryIndexWarmThroughputDescription";
731
- const _GSIl = "GlobalSecondaryIndex";
732
- const _GT = "GlobalTable";
733
- const _GTA = "GlobalTableArn";
734
- const _GTAEE = "GlobalTableAlreadyExistsException";
735
- const _GTBM = "GlobalTableBillingMode";
736
- const _GTD = "GlobalTableDescription";
737
- const _GTGSISU = "GlobalTableGlobalSecondaryIndexSettingsUpdate";
738
- const _GTGSISUL = "GlobalTableGlobalSecondaryIndexSettingsUpdateList";
739
- const _GTL = "GlobalTableList";
740
- const _GTN = "GlobalTableName";
741
- const _GTNFE = "GlobalTableNotFoundException";
742
- const _GTPWCASSU = "GlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate";
743
- const _GTPWCU = "GlobalTableProvisionedWriteCapacityUnits";
744
- const _GTS = "GlobalTableStatus";
745
- const _GTV = "GlobalTableVersion";
746
- const _GTW = "GlobalTableWitnesses";
747
- const _GTWD = "GlobalTableWitnessDescription";
748
- const _GTWDL = "GlobalTableWitnessDescriptionList";
749
- const _GTWGU = "GlobalTableWitnessGroupUpdate";
750
- const _GTWGUL = "GlobalTableWitnessGroupUpdateList";
751
- const _GTWU = "GlobalTableWitnessUpdates";
752
- const _GTl = "GlobalTables";
753
- const _HL = "HeaderList";
754
- const _I = "Item";
755
- const _IA = "ImportArn";
756
- const _IAn = "IndexArn";
757
- const _IC = "ItemCount";
758
- const _ICE = "ImportConflictException";
759
- const _ICK = "ItemCollectionKey";
760
- const _ICKAM = "ItemCollectionKeyAttributeMap";
761
- const _ICM = "ItemCollectionMetrics";
762
- const _ICMM = "ItemCollectionMetricsMultiple";
763
- const _ICMPT = "ItemCollectionMetricsPerTable";
764
- const _ICSLEE = "ItemCollectionSizeLimitExceededException";
765
- const _ICT = "InputCompressionType";
766
- const _IEDT = "InaccessibleEncryptionDateTime";
767
- const _IEE = "InvalidEndpointException";
768
- const _IES = "IncrementalExportSpecification";
769
- const _IETE = "InvalidExportTimeException";
770
- const _IF = "InputFormat";
771
- const _IFO = "InputFormatOptions";
772
- const _IIC = "ImportedItemCount";
773
- const _IL = "ItemList";
774
- const _IN = "IndexName";
775
- const _INFE = "ImportNotFoundException";
776
- const _INFEn = "IndexNotFoundException";
777
- const _IPME = "IdempotentParameterMismatchException";
778
- const _IR = "ItemResponse";
779
- const _IRL = "ItemResponseList";
780
- const _IRTE = "InvalidRestoreTimeException";
781
- const _IS = "IndexStatus";
782
- const _ISB = "IndexSizeBytes";
783
- const _ISE = "InternalServerError";
784
- const _ISL = "ImportSummaryList";
785
- const _ISm = "ImportSummary";
786
- const _ISmp = "ImportStatus";
787
- const _IT = "ImportTable";
788
- const _ITD = "ImportTableDescription";
789
- const _ITI = "ImportTableInput";
790
- const _ITO = "ImportTableOutput";
791
- const _It = "Items";
792
- const _K = "Key";
793
- const _KAA = "KeysAndAttributes";
794
- const _KC = "KeyConditions";
795
- const _KCE = "KeyConditionExpression";
796
- const _KDSD = "KinesisDataStreamDestinations";
797
- const _KDSDi = "KinesisDataStreamDestination";
798
- const _KL = "KeyList";
799
- const _KMSMKA = "KMSMasterKeyArn";
800
- const _KMSMKI = "KMSMasterKeyId";
801
- const _KS = "KeySchema";
802
- const _KSDI = "KinesisStreamingDestinationInput";
803
- const _KSDO = "KinesisStreamingDestinationOutput";
804
- const _KSE = "KeySchemaElement";
805
- const _KT = "KeyType";
806
- const _Ke = "Keys";
807
- const _L = "Limit";
808
- const _LAV = "ListAttributeValue";
809
- const _LB = "ListBackups";
810
- const _LBI = "ListBackupsInput";
811
- const _LBO = "ListBackupsOutput";
812
- const _LCI = "ListContributorInsights";
813
- const _LCII = "ListContributorInsightsInput";
814
- const _LCIO = "ListContributorInsightsOutput";
815
- const _LDDT = "LastDecreaseDateTime";
816
- const _LE = "ListExports";
817
- const _LEBA = "LastEvaluatedBackupArn";
818
- const _LEE = "LimitExceededException";
819
- const _LEGTN = "LastEvaluatedGlobalTableName";
820
- const _LEI = "ListExportsInput";
821
- const _LEK = "LastEvaluatedKey";
822
- const _LEO = "ListExportsOutput";
823
- const _LETN = "LastEvaluatedTableName";
824
- const _LGT = "ListGlobalTables";
825
- const _LGTI = "ListGlobalTablesInput";
826
- const _LGTO = "ListGlobalTablesOutput";
827
- const _LI = "ListImports";
828
- const _LIDT = "LastIncreaseDateTime";
829
- const _LII = "ListImportsInput";
830
- const _LIO = "ListImportsOutput";
831
- const _LRDT = "LatestRestorableDateTime";
832
- const _LSA = "LatestStreamArn";
833
- const _LSI = "LocalSecondaryIndexes";
834
- const _LSID = "LocalSecondaryIndexDescription";
835
- const _LSIDL = "LocalSecondaryIndexDescriptionList";
836
- const _LSII = "LocalSecondaryIndexInfo";
837
- const _LSIL = "LocalSecondaryIndexList";
838
- const _LSIO = "LocalSecondaryIndexOverride";
839
- const _LSIo = "LocalSecondaryIndex";
840
- const _LSL = "LatestStreamLabel";
841
- const _LT = "ListTables";
842
- const _LTI = "ListTablesInput";
843
- const _LTO = "ListTablesOutput";
844
- const _LTOR = "ListTagsOfResource";
845
- const _LTORI = "ListTagsOfResourceInput";
846
- const _LTORO = "ListTagsOfResourceOutput";
847
- const _LUDT = "LastUpdateDateTime";
848
- const _LUTPPRDT = "LastUpdateToPayPerRequestDateTime";
849
- const _L_ = "L";
850
- const _M = "Message";
851
- const _MAV = "MapAttributeValue";
852
- const _MR = "MaxResults";
853
- const _MRC = "MultiRegionConsistency";
854
- const _MRRU = "MaxReadRequestUnits";
855
- const _MU = "MinimumUnits";
856
- const _MUa = "MaximumUnits";
857
- const _MWRU = "MaxWriteRequestUnits";
858
- const _M_ = "M";
859
- const _N = "N";
860
- const _NKA = "NonKeyAttributes";
861
- const _NODT = "NumberOfDecreasesToday";
862
- const _NS = "NS";
863
- const _NT = "NextToken";
864
- const _NULL = "NULL";
865
- const _ODT = "OnDemandThroughput";
866
- const _ODTO = "OnDemandThroughputOverride";
867
- const _P = "Parameters";
868
- const _PE = "ProjectionExpression";
869
- const _PI = "PutItem";
870
- const _PIC = "ProcessedItemCount";
871
- const _PII = "PutItemInput";
872
- const _PIIAM = "PutItemInputAttributeMap";
873
- const _PIO = "PutItemOutput";
874
- const _PITRD = "PointInTimeRecoveryDescription";
875
- const _PITRE = "PointInTimeRecoveryEnabled";
876
- const _PITRS = "PointInTimeRecoveryStatus";
877
- const _PITRSo = "PointInTimeRecoverySpecification";
878
- const _PITRUE = "PointInTimeRecoveryUnavailableException";
879
- const _PN = "PolicyName";
880
- const _PNFE = "PolicyNotFoundException";
881
- const _PQLBR = "PartiQLBatchRequest";
882
- const _PQLBRa = "PartiQLBatchResponse";
883
- const _PR = "PutRequest";
884
- const _PRCASS = "ProvisionedReadCapacityAutoScalingSettings";
885
- const _PRCASSU = "ProvisionedReadCapacityAutoScalingSettingsUpdate";
886
- const _PRCASU = "ProvisionedReadCapacityAutoScalingUpdate";
887
- const _PRCU = "ProvisionedReadCapacityUnits";
888
- const _PRP = "PutResourcePolicy";
889
- const _PRPI = "PutResourcePolicyInput";
890
- const _PRPO = "PutResourcePolicyOutput";
891
- const _PS = "PageSize";
892
- const _PSB = "ProcessedSizeBytes";
893
- const _PSP = "PreparedStatementParameters";
894
- const _PSa = "ParameterizedStatement";
895
- const _PSar = "ParameterizedStatements";
896
- const _PT = "ProvisionedThroughput";
897
- const _PTD = "ProvisionedThroughputDescription";
898
- const _PTEE = "ProvisionedThroughputExceededException";
899
- const _PTO = "ProvisionedThroughputOverride";
900
- const _PTr = "ProjectionType";
901
- const _PWCASS = "ProvisionedWriteCapacityAutoScalingSettings";
902
- const _PWCASSU = "ProvisionedWriteCapacityAutoScalingSettingsUpdate";
903
- const _PWCASU = "ProvisionedWriteCapacityAutoScalingUpdate";
904
- const _PWCU = "ProvisionedWriteCapacityUnits";
905
- const _Po = "Policy";
906
- const _Pr = "Projection";
907
- const _Pu = "Put";
908
- const _Q = "Query";
909
- const _QF = "QueryFilter";
910
- const _QI = "QueryInput";
911
- const _QO = "QueryOutput";
912
- const _R = "Responses";
913
- const _RA = "ResourceArn";
914
- const _RAEE = "ReplicaAlreadyExistsException";
915
- const _RASD = "ReplicaAutoScalingDescription";
916
- const _RASDL = "ReplicaAutoScalingDescriptionList";
917
- const _RASU = "ReplicaAutoScalingUpdate";
918
- const _RASUL = "ReplicaAutoScalingUpdateList";
919
- const _RBMS = "ReplicaBillingModeSummary";
920
- const _RCC = "ReturnConsumedCapacity";
921
- const _RCU = "ReadCapacityUnits";
922
- const _RD = "ReplicaDescription";
923
- const _RDL = "ReplicaDescriptionList";
924
- const _RDT = "RestoreDateTime";
925
- const _RG = "ReplicationGroup";
926
- const _RGSI = "ReplicaGlobalSecondaryIndex";
927
- const _RGSIASD = "ReplicaGlobalSecondaryIndexAutoScalingDescription";
928
- const _RGSIASDL = "ReplicaGlobalSecondaryIndexAutoScalingDescriptionList";
929
- const _RGSIASU = "ReplicaGlobalSecondaryIndexAutoScalingUpdate";
930
- const _RGSIASUL = "ReplicaGlobalSecondaryIndexAutoScalingUpdateList";
931
- const _RGSID = "ReplicaGlobalSecondaryIndexDescription";
932
- const _RGSIDL = "ReplicaGlobalSecondaryIndexDescriptionList";
933
- const _RGSIL = "ReplicaGlobalSecondaryIndexList";
934
- const _RGSIS = "ReplicaGlobalSecondaryIndexSettings";
935
- const _RGSISD = "ReplicaGlobalSecondaryIndexSettingsDescription";
936
- const _RGSISDL = "ReplicaGlobalSecondaryIndexSettingsDescriptionList";
937
- const _RGSISU = "ReplicaGlobalSecondaryIndexSettingsUpdate";
938
- const _RGSISUL = "ReplicaGlobalSecondaryIndexSettingsUpdateList";
939
- const _RGSIU = "ReplicaGlobalSecondaryIndexUpdates";
940
- const _RGU = "ReplicationGroupUpdate";
941
- const _RGUL = "ReplicationGroupUpdateList";
942
- const _RI = "RequestItems";
943
- const _RICM = "ReturnItemCollectionMetrics";
944
- const _RIDT = "ReplicaInaccessibleDateTime";
945
- const _RIP = "RestoreInProgress";
946
- const _RIUE = "ResourceInUseException";
947
- const _RIe = "RevisionId";
948
- const _RL = "ReplicaList";
949
- const _RLE = "RequestLimitExceeded";
950
- const _RN = "RegionName";
951
- const _RNFE = "ReplicaNotFoundException";
952
- const _RNFEe = "ResourceNotFoundException";
953
- const _RP = "ResourcePolicy";
954
- const _RPID = "RecoveryPeriodInDays";
955
- const _RPRCASS = "ReplicaProvisionedReadCapacityAutoScalingSettings";
956
- const _RPRCASSU = "ReplicaProvisionedReadCapacityAutoScalingSettingsUpdate";
957
- const _RPRCASU = "ReplicaProvisionedReadCapacityAutoScalingUpdate";
958
- const _RPRCU = "ReplicaProvisionedReadCapacityUnits";
959
- const _RPWCASS = "ReplicaProvisionedWriteCapacityAutoScalingSettings";
960
- const _RPWCU = "ReplicaProvisionedWriteCapacityUnits";
961
- const _RS = "ReplicaSettings";
962
- const _RSD = "ReplicaStatusDescription";
963
- const _RSDL = "ReplicaSettingsDescriptionList";
964
- const _RSDe = "ReplicaSettingsDescription";
965
- const _RSPP = "ReplicaStatusPercentProgress";
966
- const _RSU = "ReplicaSettingsUpdate";
967
- const _RSUL = "ReplicaSettingsUpdateList";
968
- const _RSe = "ReplicaStatus";
969
- const _RSes = "RestoreSummary";
970
- const _RTC = "ReplicaTableClass";
971
- const _RTCS = "ReplicaTableClassSummary";
972
- const _RTFB = "RestoreTableFromBackup";
973
- const _RTFBI = "RestoreTableFromBackupInput";
974
- const _RTFBO = "RestoreTableFromBackupOutput";
975
- const _RTTPIT = "RestoreTableToPointInTime";
976
- const _RTTPITI = "RestoreTableToPointInTimeInput";
977
- const _RTTPITO = "RestoreTableToPointInTimeOutput";
978
- const _RU = "ReplicaUpdate";
979
- const _RUL = "ReplicaUpdateList";
980
- const _RUPS = "ReadUnitsPerSecond";
981
- const _RUe = "ReplicaUpdates";
982
- const _RV = "ReturnValues";
983
- const _RVOCCF = "ReturnValuesOnConditionCheckFailure";
984
- const _RWCE = "ReplicatedWriteConflictException";
985
- const _Re = "Replica";
986
- const _Rep = "Replicas";
987
- const _S = "Statements";
988
- const _SA = "StreamArn";
989
- const _SB = "S3Bucket";
990
- const _SBA = "SourceBackupArn";
991
- const _SBO = "S3BucketOwner";
992
- const _SBS = "S3BucketSource";
993
- const _SC = "ScannedCount";
994
- const _SD = "StreamDescription";
995
- const _SE = "StreamEnabled";
996
- const _SERGB = "SizeEstimateRangeGB";
997
- const _SF = "ScanFilter";
998
- const _SI = "ScanInput";
999
- const _SIC = "ScaleInCooldown";
1000
- const _SICM = "SecondaryIndexesCapacityMap";
1001
- const _SIF = "ScanIndexForward";
1002
- const _SKP = "S3KeyPrefix";
1003
- const _SO = "ScanOutput";
1004
- const _SOC = "ScaleOutCooldown";
1005
- const _SP = "ScalingPolicies";
1006
- const _SPU = "ScalingPolicyUpdate";
1007
- const _SPr = "S3Prefix";
1008
- const _SS = "StreamSpecification";
1009
- const _SSA = "S3SseAlgorithm";
1010
- const _SSED = "SSEDescription";
1011
- const _SSES = "SSESpecification";
1012
- const _SSESO = "SSESpecificationOverride";
1013
- const _SSET = "SSEType";
1014
- const _SSKKI = "S3SseKmsKeyId";
1015
- const _SS_ = "SS";
1016
- const _ST = "StartTime";
1017
- const _STA = "SourceTableArn";
1018
- const _STD = "SourceTableDetails";
1019
- const _STFD = "SourceTableFeatureDetails";
1020
- const _STN = "SourceTableName";
1021
- const _SVT = "StreamViewType";
1022
- const _S_ = "S";
1023
- const _Sc = "Scan";
1024
- const _Se = "Select";
1025
- const _Seg = "Segment";
1026
- const _St = "Statement";
1027
- const _Sta = "Status";
1028
- const _T = "Table";
1029
- const _TA = "TableArn";
1030
- const _TAEE = "TableAlreadyExistsException";
1031
- const _TASD = "TableAutoScalingDescription";
1032
- const _TC = "TableClass";
1033
- const _TCDT = "TableCreationDateTime";
1034
- const _TCE = "TransactionCanceledException";
1035
- const _TCEr = "TransactionConflictException";
1036
- const _TCO = "TableClassOverride";
1037
- const _TCP = "TableCreationParameters";
1038
- const _TCS = "TableClassSummary";
1039
- const _TD = "TableDescription";
1040
- const _TE = "ThrottlingException";
1041
- const _TGI = "TransactGetItem";
1042
- const _TGII = "TransactGetItemsInput";
1043
- const _TGIL = "TransactGetItemList";
1044
- const _TGIO = "TransactGetItemsOutput";
1045
- const _TGIr = "TransactGetItems";
1046
- const _TI = "TableId";
1047
- const _TIPE = "TransactionInProgressException";
1048
- const _TIUE = "TableInUseException";
1049
- const _TIr = "TransactItems";
1050
- const _TK = "TagKeys";
1051
- const _TL = "TagList";
1052
- const _TMRCU = "TableMaxReadCapacityUnits";
1053
- const _TMWCU = "TableMaxWriteCapacityUnits";
1054
- const _TN = "TableName";
1055
- const _TNFE = "TableNotFoundException";
1056
- const _TNa = "TableNames";
1057
- const _TR = "ThrottlingReasons";
1058
- const _TRI = "TagResourceInput";
1059
- const _TRL = "ThrottlingReasonList";
1060
- const _TRLB = "TimeRangeLowerBound";
1061
- const _TRUB = "TimeRangeUpperBound";
1062
- const _TRa = "TagResource";
1063
- const _TRh = "ThrottlingReason";
1064
- const _TS = "TransactStatements";
1065
- const _TSB = "TableSizeBytes";
1066
- const _TSa = "TableStatus";
1067
- const _TSo = "TotalSegments";
1068
- const _TTLD = "TimeToLiveDescription";
1069
- const _TTLS = "TimeToLiveStatus";
1070
- const _TTLSi = "TimeToLiveSpecification";
1071
- const _TTN = "TargetTableName";
1072
- const _TTSPC = "TargetTrackingScalingPolicyConfiguration";
1073
- const _TV = "TargetValue";
1074
- const _TWI = "TransactWriteItem";
1075
- const _TWII = "TransactWriteItemsInput";
1076
- const _TWIL = "TransactWriteItemList";
1077
- const _TWIO = "TransactWriteItemsOutput";
1078
- const _TWIr = "TransactWriteItems";
1079
- const _TWTD = "TableWarmThroughputDescription";
1080
- const _Ta = "Tags";
1081
- const _Tag = "Tag";
1082
- const _U = "Update";
1083
- const _UCB = "UpdateContinuousBackups";
1084
- const _UCBI = "UpdateContinuousBackupsInput";
1085
- const _UCBO = "UpdateContinuousBackupsOutput";
1086
- const _UCI = "UpdateContributorInsights";
1087
- const _UCII = "UpdateContributorInsightsInput";
1088
- const _UCIO = "UpdateContributorInsightsOutput";
1089
- const _UE = "UpdateExpression";
1090
- const _UGSIA = "UpdateGlobalSecondaryIndexAction";
1091
- const _UGT = "UpdateGlobalTable";
1092
- const _UGTI = "UpdateGlobalTableInput";
1093
- const _UGTO = "UpdateGlobalTableOutput";
1094
- const _UGTS = "UpdateGlobalTableSettings";
1095
- const _UGTSI = "UpdateGlobalTableSettingsInput";
1096
- const _UGTSO = "UpdateGlobalTableSettingsOutput";
1097
- const _UI = "UnprocessedItems";
1098
- const _UII = "UpdateItemInput";
1099
- const _UIO = "UpdateItemOutput";
1100
- const _UIp = "UpdateItem";
1101
- const _UK = "UnprocessedKeys";
1102
- const _UKSC = "UpdateKinesisStreamingConfiguration";
1103
- const _UKSD = "UpdateKinesisStreamingDestination";
1104
- const _UKSDI = "UpdateKinesisStreamingDestinationInput";
1105
- const _UKSDO = "UpdateKinesisStreamingDestinationOutput";
1106
- const _ULRT = "UseLatestRestorableTime";
1107
- const _UR = "UntagResource";
1108
- const _URGMA = "UpdateReplicationGroupMemberAction";
1109
- const _URI = "UntagResourceInput";
1110
- const _UT = "UpdateTable";
1111
- const _UTI = "UpdateTableInput";
1112
- const _UTO = "UpdateTableOutput";
1113
- const _UTRAS = "UpdateTableReplicaAutoScaling";
1114
- const _UTRASI = "UpdateTableReplicaAutoScalingInput";
1115
- const _UTRASO = "UpdateTableReplicaAutoScalingOutput";
1116
- const _UTTL = "UpdateTimeToLive";
1117
- const _UTTLI = "UpdateTimeToLiveInput";
1118
- const _UTTLO = "UpdateTimeToLiveOutput";
1119
- const _V = "Value";
1120
- const _WCU = "WriteCapacityUnits";
1121
- const _WR = "WriteRequest";
1122
- const _WRr = "WriteRequests";
1123
- const _WS = "WitnessStatus";
1124
- const _WT = "WarmThroughput";
1125
- const _WUPS = "WriteUnitsPerSecond";
1126
- const _aQE = "awsQueryError";
1127
- const _c = "client";
1128
- const _e = "error";
1129
- const _hE = "httpError";
1130
- const _hH = "httpHeader";
1131
- const _m = "message";
1132
- const _r = "reason";
1133
- const _re = "resource";
1134
- const _s = "server";
1135
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.dynamodb";
1136
- const _tR = "throttlingReasons";
1137
- const _xacrsra = "x-amz-confirm-remove-self-resource-access";
1138
- const n0 = "com.amazonaws.dynamodb";
1139
- var ArchivalSummary = [3, n0, _AS, 0, [_ADT, _AR, _ABA], [4, 0, 0]];
1140
- var AttributeDefinition = [3, n0, _AD, 0, [_AN, _AT], [0, 0]];
1141
- var AttributeValueUpdate = [3, n0, _AVU, 0, [_V, _A], [() => AttributeValue, 0]];
1142
- var AutoScalingPolicyDescription = [
1143
- 3,
1144
- n0,
1145
- _ASPD,
1146
- 0,
1147
- [_PN, _TTSPC],
1148
- [0, () => AutoScalingTargetTrackingScalingPolicyConfigurationDescription],
1149
- ];
1150
- var AutoScalingPolicyUpdate = [
1151
- 3,
1152
- n0,
1153
- _ASPU,
1154
- 0,
1155
- [_PN, _TTSPC],
1156
- [0, () => AutoScalingTargetTrackingScalingPolicyConfigurationUpdate],
1157
- ];
1158
- var AutoScalingSettingsDescription = [
1159
- 3,
1160
- n0,
1161
- _ASSD,
1162
- 0,
1163
- [_MU, _MUa, _ASD, _ASRA, _SP],
1164
- [1, 1, 2, 0, () => AutoScalingPolicyDescriptionList],
1165
- ];
1166
- var AutoScalingSettingsUpdate = [
1167
- 3,
1168
- n0,
1169
- _ASSU,
1170
- 0,
1171
- [_MU, _MUa, _ASD, _ASRA, _SPU],
1172
- [1, 1, 2, 0, () => AutoScalingPolicyUpdate],
1173
- ];
1174
- var AutoScalingTargetTrackingScalingPolicyConfigurationDescription = [
1175
- 3,
1176
- n0,
1177
- _ASTTSPCD,
1178
- 0,
1179
- [_DSI, _SIC, _SOC, _TV],
1180
- [2, 1, 1, 1],
1181
- ];
1182
- var AutoScalingTargetTrackingScalingPolicyConfigurationUpdate = [
1183
- 3,
1184
- n0,
1185
- _ASTTSPCU,
1186
- 0,
1187
- [_DSI, _SIC, _SOC, _TV],
1188
- [2, 1, 1, 1],
1189
- ];
1190
- var BackupDescription = [
1191
- 3,
1192
- n0,
1193
- _BD,
1194
- 0,
1195
- [_BDa, _STD, _STFD],
1196
- [() => BackupDetails, () => SourceTableDetails, () => SourceTableFeatureDetails],
1197
- ];
1198
- var BackupDetails = [
1199
- 3,
1200
- n0,
1201
- _BDa,
1202
- 0,
1203
- [_BA, _BN, _BSB, _BS, _BT, _BCDT, _BEDT],
1204
- [0, 0, 1, 0, 0, 4, 4],
1205
- ];
1206
- var BackupInUseException = [-3, n0, _BIUE, { [_e]: _c }, [_m], [0]];
1207
- schema.TypeRegistry.for(n0).registerError(BackupInUseException, BackupInUseException$1);
1208
- var BackupNotFoundException = [-3, n0, _BNFE, { [_e]: _c }, [_m], [0]];
1209
- schema.TypeRegistry.for(n0).registerError(BackupNotFoundException, BackupNotFoundException$1);
1210
- var BackupSummary = [
1211
- 3,
1212
- n0,
1213
- _BSa,
1214
- 0,
1215
- [_TN, _TI, _TA, _BA, _BN, _BCDT, _BEDT, _BS, _BT, _BSB],
1216
- [0, 0, 0, 0, 0, 4, 4, 0, 0, 1],
1217
- ];
1218
- var BatchExecuteStatementInput = [
1219
- 3,
1220
- n0,
1221
- _BESI,
1222
- 0,
1223
- [_S, _RCC],
1224
- [() => PartiQLBatchRequest, 0],
1225
- ];
1226
- var BatchExecuteStatementOutput = [
1227
- 3,
1228
- n0,
1229
- _BESO,
1230
- 0,
1231
- [_R, _CC],
1232
- [() => PartiQLBatchResponse, () => ConsumedCapacityMultiple],
1233
- ];
1234
- var BatchGetItemInput = [3, n0, _BGII, 0, [_RI, _RCC], [() => BatchGetRequestMap, 0]];
1235
- var BatchGetItemOutput = [
1236
- 3,
1237
- n0,
1238
- _BGIO,
1239
- 0,
1240
- [_R, _UK, _CC],
1241
- [() => BatchGetResponseMap, () => BatchGetRequestMap, () => ConsumedCapacityMultiple],
1242
- ];
1243
- var BatchStatementError = [3, n0, _BSE, 0, [_C, _M, _I], [0, 0, () => AttributeMap]];
1244
- var BatchStatementRequest = [
1245
- 3,
1246
- n0,
1247
- _BSR,
1248
- 0,
1249
- [_St, _P, _CR, _RVOCCF],
1250
- [0, () => PreparedStatementParameters, 2, 0],
1251
- ];
1252
- var BatchStatementResponse = [
1253
- 3,
1254
- n0,
1255
- _BSRa,
1256
- 0,
1257
- [_E, _TN, _I],
1258
- [() => BatchStatementError, 0, () => AttributeMap],
1259
- ];
1260
- var BatchWriteItemInput = [
1261
- 3,
1262
- n0,
1263
- _BWII,
1264
- 0,
1265
- [_RI, _RCC, _RICM],
1266
- [() => BatchWriteItemRequestMap, 0, 0],
1267
- ];
1268
- var BatchWriteItemOutput = [
1269
- 3,
1270
- n0,
1271
- _BWIO,
1272
- 0,
1273
- [_UI, _ICM, _CC],
1274
- [() => BatchWriteItemRequestMap, () => ItemCollectionMetricsPerTable, () => ConsumedCapacityMultiple],
1275
- ];
1276
- var BillingModeSummary = [3, n0, _BMS, 0, [_BM, _LUTPPRDT], [0, 4]];
1277
- var CancellationReason = [3, n0, _CRa, 0, [_I, _C, _M], [() => AttributeMap, 0, 0]];
1278
- var Capacity = [3, n0, _Ca, 0, [_RCU, _WCU, _CU], [1, 1, 1]];
1279
- var Condition = [3, n0, _Co, 0, [_AVL, _CO], [() => AttributeValueList, 0]];
1280
- var ConditionalCheckFailedException = [
1281
- -3,
1282
- n0,
1283
- _CCFE,
1284
- { [_e]: _c },
1285
- [_m, _I],
1286
- [0, () => AttributeMap],
1287
- ];
1288
- schema.TypeRegistry.for(n0).registerError(ConditionalCheckFailedException, ConditionalCheckFailedException$1);
1289
- var ConditionCheck = [
1290
- 3,
1291
- n0,
1292
- _CCo,
1293
- 0,
1294
- [_K, _TN, _CE, _EAN, _EAV, _RVOCCF],
1295
- [() => Key, 0, 0, 128 | 0, () => ExpressionAttributeValueMap, 0],
1296
- ];
1297
- var ConsumedCapacity = [
1298
- 3,
1299
- n0,
1300
- _CC,
1301
- 0,
1302
- [_TN, _CU, _RCU, _WCU, _T, _LSI, _GSI],
1303
- [0, 1, 1, 1, () => Capacity, () => SecondaryIndexesCapacityMap, () => SecondaryIndexesCapacityMap],
1304
- ];
1305
- var ContinuousBackupsDescription = [
1306
- 3,
1307
- n0,
1308
- _CBD,
1309
- 0,
1310
- [_CBS, _PITRD],
1311
- [0, () => PointInTimeRecoveryDescription],
1312
- ];
1313
- var ContinuousBackupsUnavailableException = [-3, n0, _CBUE, { [_e]: _c }, [_m], [0]];
1314
- schema.TypeRegistry.for(n0).registerError(ContinuousBackupsUnavailableException, ContinuousBackupsUnavailableException$1);
1315
- var ContributorInsightsSummary = [3, n0, _CIS, 0, [_TN, _IN, _CISo, _CIM], [0, 0, 0, 0]];
1316
- var CreateBackupInput = [3, n0, _CBI, 0, [_TN, _BN], [0, 0]];
1317
- var CreateBackupOutput = [3, n0, _CBO, 0, [_BDa], [() => BackupDetails]];
1318
- var CreateGlobalSecondaryIndexAction = [
1319
- 3,
1320
- n0,
1321
- _CGSIA,
1322
- 0,
1323
- [_IN, _KS, _Pr, _PT, _ODT, _WT],
1324
- [0, () => KeySchema, () => Projection, () => ProvisionedThroughput, () => OnDemandThroughput, () => WarmThroughput],
1325
- ];
1326
- var CreateGlobalTableInput = [3, n0, _CGTI, 0, [_GTN, _RG], [0, () => ReplicaList]];
1327
- var CreateGlobalTableOutput = [3, n0, _CGTO, 0, [_GTD], [() => GlobalTableDescription]];
1328
- var CreateGlobalTableWitnessGroupMemberAction = [3, n0, _CGTWGMA, 0, [_RN], [0]];
1329
- var CreateReplicaAction = [3, n0, _CRA, 0, [_RN], [0]];
1330
- var CreateReplicationGroupMemberAction = [
1331
- 3,
1332
- n0,
1333
- _CRGMA,
1334
- 0,
1335
- [_RN, _KMSMKI, _PTO, _ODTO, _GSI, _TCO],
1336
- [
1337
- 0,
1338
- 0,
1339
- () => ProvisionedThroughputOverride,
1340
- () => OnDemandThroughputOverride,
1341
- () => ReplicaGlobalSecondaryIndexList,
1342
- 0,
1343
- ],
1344
- ];
1345
- var CreateTableInput = [
1346
- 3,
1347
- n0,
1348
- _CTI,
1349
- 0,
1350
- [_ADt, _TN, _KS, _LSI, _GSI, _BM, _PT, _SS, _SSES, _Ta, _TC, _DPE, _WT, _RP, _ODT],
1351
- [
1352
- () => AttributeDefinitions,
1353
- 0,
1354
- () => KeySchema,
1355
- () => LocalSecondaryIndexList,
1356
- () => GlobalSecondaryIndexList,
1357
- 0,
1358
- () => ProvisionedThroughput,
1359
- () => StreamSpecification,
1360
- () => SSESpecification,
1361
- () => TagList,
1362
- 0,
1363
- 2,
1364
- () => WarmThroughput,
1365
- 0,
1366
- () => OnDemandThroughput,
1367
- ],
1368
- ];
1369
- var CreateTableOutput = [3, n0, _CTO, 0, [_TD], [() => TableDescription]];
1370
- var CsvOptions = [3, n0, _COs, 0, [_D, _HL], [0, 64 | 0]];
1371
- var Delete = [
1372
- 3,
1373
- n0,
1374
- _De,
1375
- 0,
1376
- [_K, _TN, _CE, _EAN, _EAV, _RVOCCF],
1377
- [() => Key, 0, 0, 128 | 0, () => ExpressionAttributeValueMap, 0],
1378
- ];
1379
- var DeleteBackupInput = [3, n0, _DBI, 0, [_BA], [0]];
1380
- var DeleteBackupOutput = [3, n0, _DBO, 0, [_BD], [() => BackupDescription]];
1381
- var DeleteGlobalSecondaryIndexAction = [3, n0, _DGSIA, 0, [_IN], [0]];
1382
- var DeleteGlobalTableWitnessGroupMemberAction = [3, n0, _DGTWGMA, 0, [_RN], [0]];
1383
- var DeleteItemInput = [
1384
- 3,
1385
- n0,
1386
- _DII,
1387
- 0,
1388
- [_TN, _K, _Ex, _COo, _RV, _RCC, _RICM, _CE, _EAN, _EAV, _RVOCCF],
1389
- [0, () => Key, () => ExpectedAttributeMap, 0, 0, 0, 0, 0, 128 | 0, () => ExpressionAttributeValueMap, 0],
1390
- ];
1391
- var DeleteItemOutput = [
1392
- 3,
1393
- n0,
1394
- _DIO,
1395
- 0,
1396
- [_At, _CC, _ICM],
1397
- [() => AttributeMap, () => ConsumedCapacity, () => ItemCollectionMetrics],
1398
- ];
1399
- var DeleteReplicaAction = [3, n0, _DRA, 0, [_RN], [0]];
1400
- var DeleteReplicationGroupMemberAction = [3, n0, _DRGMA, 0, [_RN], [0]];
1401
- var DeleteRequest = [3, n0, _DR, 0, [_K], [() => Key]];
1402
- var DeleteResourcePolicyInput = [3, n0, _DRPI, 0, [_RA, _ERI], [0, 0]];
1403
- var DeleteResourcePolicyOutput = [3, n0, _DRPO, 0, [_RIe], [0]];
1404
- var DeleteTableInput = [3, n0, _DTI, 0, [_TN], [0]];
1405
- var DeleteTableOutput = [3, n0, _DTO, 0, [_TD], [() => TableDescription]];
1406
- var DescribeBackupInput = [3, n0, _DBIe, 0, [_BA], [0]];
1407
- var DescribeBackupOutput = [3, n0, _DBOe, 0, [_BD], [() => BackupDescription]];
1408
- var DescribeContinuousBackupsInput = [3, n0, _DCBI, 0, [_TN], [0]];
1409
- var DescribeContinuousBackupsOutput = [
1410
- 3,
1411
- n0,
1412
- _DCBO,
1413
- 0,
1414
- [_CBD],
1415
- [() => ContinuousBackupsDescription],
1416
- ];
1417
- var DescribeContributorInsightsInput = [3, n0, _DCII, 0, [_TN, _IN], [0, 0]];
1418
- var DescribeContributorInsightsOutput = [
1419
- 3,
1420
- n0,
1421
- _DCIO,
1422
- 0,
1423
- [_TN, _IN, _CIRL, _CISo, _LUDT, _FE, _CIM],
1424
- [0, 0, 64 | 0, 0, 4, () => FailureException, 0],
1425
- ];
1426
- var DescribeEndpointsRequest = [3, n0, _DER, 0, [], []];
1427
- var DescribeEndpointsResponse = [3, n0, _DERe, 0, [_En], [() => Endpoints]];
1428
- var DescribeExportInput = [3, n0, _DEI, 0, [_EA], [0]];
1429
- var DescribeExportOutput = [3, n0, _DEO, 0, [_ED], [() => ExportDescription]];
1430
- var DescribeGlobalTableInput = [3, n0, _DGTI, 0, [_GTN], [0]];
1431
- var DescribeGlobalTableOutput = [3, n0, _DGTO, 0, [_GTD], [() => GlobalTableDescription]];
1432
- var DescribeGlobalTableSettingsInput = [3, n0, _DGTSI, 0, [_GTN], [0]];
1433
- var DescribeGlobalTableSettingsOutput = [
1434
- 3,
1435
- n0,
1436
- _DGTSO,
1437
- 0,
1438
- [_GTN, _RS],
1439
- [0, () => ReplicaSettingsDescriptionList],
1440
- ];
1441
- var DescribeImportInput = [3, n0, _DIIe, 0, [_IA], [0]];
1442
- var DescribeImportOutput = [3, n0, _DIOe, 0, [_ITD], [() => ImportTableDescription]];
1443
- var DescribeKinesisStreamingDestinationInput = [3, n0, _DKSDI, 0, [_TN], [0]];
1444
- var DescribeKinesisStreamingDestinationOutput = [
1445
- 3,
1446
- n0,
1447
- _DKSDO,
1448
- 0,
1449
- [_TN, _KDSD],
1450
- [0, () => KinesisDataStreamDestinations],
1451
- ];
1452
- var DescribeLimitsInput = [3, n0, _DLI, 0, [], []];
1453
- var DescribeLimitsOutput = [
1454
- 3,
1455
- n0,
1456
- _DLO,
1457
- 0,
1458
- [_AMRCU, _AMWCU, _TMRCU, _TMWCU],
1459
- [1, 1, 1, 1],
1460
- ];
1461
- var DescribeTableInput = [3, n0, _DTIe, 0, [_TN], [0]];
1462
- var DescribeTableOutput = [3, n0, _DTOe, 0, [_T], [() => TableDescription]];
1463
- var DescribeTableReplicaAutoScalingInput = [3, n0, _DTRASI, 0, [_TN], [0]];
1464
- var DescribeTableReplicaAutoScalingOutput = [
1465
- 3,
1466
- n0,
1467
- _DTRASO,
1468
- 0,
1469
- [_TASD],
1470
- [() => TableAutoScalingDescription],
1471
- ];
1472
- var DescribeTimeToLiveInput = [3, n0, _DTTLI, 0, [_TN], [0]];
1473
- var DescribeTimeToLiveOutput = [3, n0, _DTTLO, 0, [_TTLD], [() => TimeToLiveDescription]];
1474
- var DuplicateItemException = [-3, n0, _DIE, { [_e]: _c }, [_m], [0]];
1475
- schema.TypeRegistry.for(n0).registerError(DuplicateItemException, DuplicateItemException$1);
1476
- var EnableKinesisStreamingConfiguration = [3, n0, _EKSC, 0, [_ACDTP], [0]];
1477
- var Endpoint = [3, n0, _End, 0, [_Ad, _CPIM], [0, 1]];
1478
- var ExecuteStatementInput = [
1479
- 3,
1480
- n0,
1481
- _ESI,
1482
- 0,
1483
- [_St, _P, _CR, _NT, _RCC, _L, _RVOCCF],
1484
- [0, () => PreparedStatementParameters, 2, 0, 0, 1, 0],
1485
- ];
1486
- var ExecuteStatementOutput = [
1487
- 3,
1488
- n0,
1489
- _ESO,
1490
- 0,
1491
- [_It, _NT, _CC, _LEK],
1492
- [() => ItemList, 0, () => ConsumedCapacity, () => Key],
1493
- ];
1494
- var ExecuteTransactionInput = [
1495
- 3,
1496
- n0,
1497
- _ETI,
1498
- 0,
1499
- [_TS, _CRT, _RCC],
1500
- [() => ParameterizedStatements, [0, 4], 0],
1501
- ];
1502
- var ExecuteTransactionOutput = [
1503
- 3,
1504
- n0,
1505
- _ETO,
1506
- 0,
1507
- [_R, _CC],
1508
- [() => ItemResponseList, () => ConsumedCapacityMultiple],
1509
- ];
1510
- var ExpectedAttributeValue = [
1511
- 3,
1512
- n0,
1513
- _EAVx,
1514
- 0,
1515
- [_V, _Exi, _CO, _AVL],
1516
- [() => AttributeValue, 2, 0, () => AttributeValueList],
1517
- ];
1518
- var ExportConflictException = [-3, n0, _ECE, { [_e]: _c }, [_m], [0]];
1519
- schema.TypeRegistry.for(n0).registerError(ExportConflictException, ExportConflictException$1);
1520
- var ExportDescription = [
1521
- 3,
1522
- n0,
1523
- _ED,
1524
- 0,
1525
- [_EA, _ES, _ST, _ET, _EM, _TA, _TI, _ETx, _CT, _SB, _SBO, _SPr, _SSA, _SSKKI, _FC, _FM, _EF, _BSBi, _IC, _ETxp, _IES],
1526
- [0, 0, 4, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, () => IncrementalExportSpecification],
1527
- ];
1528
- var ExportNotFoundException = [-3, n0, _ENFE, { [_e]: _c }, [_m], [0]];
1529
- schema.TypeRegistry.for(n0).registerError(ExportNotFoundException, ExportNotFoundException$1);
1530
- var ExportSummary = [3, n0, _ESx, 0, [_EA, _ES, _ETxp], [0, 0, 0]];
1531
- var ExportTableToPointInTimeInput = [
1532
- 3,
1533
- n0,
1534
- _ETTPITI,
1535
- 0,
1536
- [_TA, _ETx, _CT, _SB, _SBO, _SPr, _SSA, _SSKKI, _EF, _ETxp, _IES],
1537
- [0, 4, [0, 4], 0, 0, 0, 0, 0, 0, 0, () => IncrementalExportSpecification],
1538
- ];
1539
- var ExportTableToPointInTimeOutput = [
1540
- 3,
1541
- n0,
1542
- _ETTPITO,
1543
- 0,
1544
- [_ED],
1545
- [() => ExportDescription],
1546
- ];
1547
- var FailureException = [3, n0, _FE, 0, [_EN, _EDx], [0, 0]];
1548
- var Get = [3, n0, _G, 0, [_K, _TN, _PE, _EAN], [() => Key, 0, 0, 128 | 0]];
1549
- var GetItemInput = [
1550
- 3,
1551
- n0,
1552
- _GII,
1553
- 0,
1554
- [_TN, _K, _ATG, _CR, _RCC, _PE, _EAN],
1555
- [0, () => Key, 64 | 0, 2, 0, 0, 128 | 0],
1556
- ];
1557
- var GetItemOutput = [
1558
- 3,
1559
- n0,
1560
- _GIO,
1561
- 0,
1562
- [_I, _CC],
1563
- [() => AttributeMap, () => ConsumedCapacity],
1564
- ];
1565
- var GetResourcePolicyInput = [3, n0, _GRPI, 0, [_RA], [0]];
1566
- var GetResourcePolicyOutput = [3, n0, _GRPO, 0, [_Po, _RIe], [0, 0]];
1567
- var GlobalSecondaryIndex = [
1568
- 3,
1569
- n0,
1570
- _GSIl,
1571
- 0,
1572
- [_IN, _KS, _Pr, _PT, _ODT, _WT],
1573
- [0, () => KeySchema, () => Projection, () => ProvisionedThroughput, () => OnDemandThroughput, () => WarmThroughput],
1574
- ];
1575
- var GlobalSecondaryIndexAutoScalingUpdate = [
1576
- 3,
1577
- n0,
1578
- _GSIASU,
1579
- 0,
1580
- [_IN, _PWCASU],
1581
- [0, () => AutoScalingSettingsUpdate],
1582
- ];
1583
- var GlobalSecondaryIndexDescription = [
1584
- 3,
1585
- n0,
1586
- _GSID,
1587
- 0,
1588
- [_IN, _KS, _Pr, _IS, _B, _PT, _ISB, _IC, _IAn, _ODT, _WT],
1589
- [
1590
- 0,
1591
- () => KeySchema,
1592
- () => Projection,
1593
- 0,
1594
- 2,
1595
- () => ProvisionedThroughputDescription,
1596
- 1,
1597
- 1,
1598
- 0,
1599
- () => OnDemandThroughput,
1600
- () => GlobalSecondaryIndexWarmThroughputDescription,
1601
- ],
1602
- ];
1603
- var GlobalSecondaryIndexInfo = [
1604
- 3,
1605
- n0,
1606
- _GSII,
1607
- 0,
1608
- [_IN, _KS, _Pr, _PT, _ODT],
1609
- [0, () => KeySchema, () => Projection, () => ProvisionedThroughput, () => OnDemandThroughput],
1610
- ];
1611
- var GlobalSecondaryIndexUpdate = [
1612
- 3,
1613
- n0,
1614
- _GSIU,
1615
- 0,
1616
- [_U, _Cr, _De],
1617
- [
1618
- () => UpdateGlobalSecondaryIndexAction,
1619
- () => CreateGlobalSecondaryIndexAction,
1620
- () => DeleteGlobalSecondaryIndexAction,
1621
- ],
1622
- ];
1623
- var GlobalSecondaryIndexWarmThroughputDescription = [
1624
- 3,
1625
- n0,
1626
- _GSIWTD,
1627
- 0,
1628
- [_RUPS, _WUPS, _Sta],
1629
- [1, 1, 0],
1630
- ];
1631
- var GlobalTable = [3, n0, _GT, 0, [_GTN, _RG], [0, () => ReplicaList]];
1632
- var GlobalTableAlreadyExistsException = [-3, n0, _GTAEE, { [_e]: _c }, [_m], [0]];
1633
- schema.TypeRegistry.for(n0).registerError(GlobalTableAlreadyExistsException, GlobalTableAlreadyExistsException$1);
1634
- var GlobalTableDescription = [
1635
- 3,
1636
- n0,
1637
- _GTD,
1638
- 0,
1639
- [_RG, _GTA, _CDT, _GTS, _GTN],
1640
- [() => ReplicaDescriptionList, 0, 4, 0, 0],
1641
- ];
1642
- var GlobalTableGlobalSecondaryIndexSettingsUpdate = [
1643
- 3,
1644
- n0,
1645
- _GTGSISU,
1646
- 0,
1647
- [_IN, _PWCU, _PWCASSU],
1648
- [0, 1, () => AutoScalingSettingsUpdate],
1649
- ];
1650
- var GlobalTableNotFoundException = [-3, n0, _GTNFE, { [_e]: _c }, [_m], [0]];
1651
- schema.TypeRegistry.for(n0).registerError(GlobalTableNotFoundException, GlobalTableNotFoundException$1);
1652
- var GlobalTableWitnessDescription = [3, n0, _GTWD, 0, [_RN, _WS], [0, 0]];
1653
- var GlobalTableWitnessGroupUpdate = [
1654
- 3,
1655
- n0,
1656
- _GTWGU,
1657
- 0,
1658
- [_Cr, _De],
1659
- [() => CreateGlobalTableWitnessGroupMemberAction, () => DeleteGlobalTableWitnessGroupMemberAction],
1660
- ];
1661
- var IdempotentParameterMismatchException = [-3, n0, _IPME, { [_e]: _c }, [_M], [0]];
1662
- schema.TypeRegistry.for(n0).registerError(IdempotentParameterMismatchException, IdempotentParameterMismatchException$1);
1663
- var ImportConflictException = [-3, n0, _ICE, { [_e]: _c }, [_m], [0]];
1664
- schema.TypeRegistry.for(n0).registerError(ImportConflictException, ImportConflictException$1);
1665
- var ImportNotFoundException = [-3, n0, _INFE, { [_e]: _c }, [_m], [0]];
1666
- schema.TypeRegistry.for(n0).registerError(ImportNotFoundException, ImportNotFoundException$1);
1667
- var ImportSummary = [
1668
- 3,
1669
- n0,
1670
- _ISm,
1671
- 0,
1672
- [_IA, _ISmp, _TA, _SBS, _CWLGA, _IF, _ST, _ET],
1673
- [0, 0, 0, () => S3BucketSource, 0, 0, 4, 4],
1674
- ];
1675
- var ImportTableDescription = [
1676
- 3,
1677
- n0,
1678
- _ITD,
1679
- 0,
1680
- [_IA, _ISmp, _TA, _TI, _CT, _SBS, _EC, _CWLGA, _IF, _IFO, _ICT, _TCP, _ST, _ET, _PSB, _PIC, _IIC, _FC, _FM],
1681
- [
1682
- 0,
1683
- 0,
1684
- 0,
1685
- 0,
1686
- 0,
1687
- () => S3BucketSource,
1688
- 1,
1689
- 0,
1690
- 0,
1691
- () => InputFormatOptions,
1692
- 0,
1693
- () => TableCreationParameters,
1694
- 4,
1695
- 4,
1696
- 1,
1697
- 1,
1698
- 1,
1699
- 0,
1700
- 0,
1701
- ],
1702
- ];
1703
- var ImportTableInput = [
1704
- 3,
1705
- n0,
1706
- _ITI,
1707
- 0,
1708
- [_CT, _SBS, _IF, _IFO, _ICT, _TCP],
1709
- [[0, 4], () => S3BucketSource, 0, () => InputFormatOptions, 0, () => TableCreationParameters],
1710
- ];
1711
- var ImportTableOutput = [3, n0, _ITO, 0, [_ITD], [() => ImportTableDescription]];
1712
- var IncrementalExportSpecification = [3, n0, _IES, 0, [_EFT, _ETT, _EVT], [4, 4, 0]];
1713
- var IndexNotFoundException = [-3, n0, _INFEn, { [_e]: _c }, [_m], [0]];
1714
- schema.TypeRegistry.for(n0).registerError(IndexNotFoundException, IndexNotFoundException$1);
1715
- var InputFormatOptions = [3, n0, _IFO, 0, [_Cs], [() => CsvOptions]];
1716
- var InternalServerError = [-3, n0, _ISE, { [_e]: _s }, [_m], [0]];
1717
- schema.TypeRegistry.for(n0).registerError(InternalServerError, InternalServerError$1);
1718
- var InvalidEndpointException = [-3, n0, _IEE, { [_e]: _c, [_hE]: 421 }, [_M], [0]];
1719
- schema.TypeRegistry.for(n0).registerError(InvalidEndpointException, InvalidEndpointException$1);
1720
- var InvalidExportTimeException = [-3, n0, _IETE, { [_e]: _c }, [_m], [0]];
1721
- schema.TypeRegistry.for(n0).registerError(InvalidExportTimeException, InvalidExportTimeException$1);
1722
- var InvalidRestoreTimeException = [-3, n0, _IRTE, { [_e]: _c }, [_m], [0]];
1723
- schema.TypeRegistry.for(n0).registerError(InvalidRestoreTimeException, InvalidRestoreTimeException$1);
1724
- var ItemCollectionMetrics = [
1725
- 3,
1726
- n0,
1727
- _ICM,
1728
- 0,
1729
- [_ICK, _SERGB],
1730
- [() => ItemCollectionKeyAttributeMap, 64 | 1],
1731
- ];
1732
- var ItemCollectionSizeLimitExceededException = [-3, n0, _ICSLEE, { [_e]: _c }, [_m], [0]];
1733
- schema.TypeRegistry.for(n0).registerError(ItemCollectionSizeLimitExceededException, ItemCollectionSizeLimitExceededException$1);
1734
- var ItemResponse = [3, n0, _IR, 0, [_I], [() => AttributeMap]];
1735
- var KeysAndAttributes = [
1736
- 3,
1737
- n0,
1738
- _KAA,
1739
- 0,
1740
- [_Ke, _ATG, _CR, _PE, _EAN],
1741
- [() => KeyList, 64 | 0, 2, 0, 128 | 0],
1742
- ];
1743
- var KeySchemaElement = [3, n0, _KSE, 0, [_AN, _KT], [0, 0]];
1744
- var KinesisDataStreamDestination = [
1745
- 3,
1746
- n0,
1747
- _KDSDi,
1748
- 0,
1749
- [_SA, _DS, _DSD, _ACDTP],
1750
- [0, 0, 0, 0],
1751
- ];
1752
- var KinesisStreamingDestinationInput = [
1753
- 3,
1754
- n0,
1755
- _KSDI,
1756
- 0,
1757
- [_TN, _SA, _EKSC],
1758
- [0, 0, () => EnableKinesisStreamingConfiguration],
1759
- ];
1760
- var KinesisStreamingDestinationOutput = [
1761
- 3,
1762
- n0,
1763
- _KSDO,
1764
- 0,
1765
- [_TN, _SA, _DS, _EKSC],
1766
- [0, 0, 0, () => EnableKinesisStreamingConfiguration],
1767
- ];
1768
- var LimitExceededException = [-3, n0, _LEE, { [_e]: _c }, [_m], [0]];
1769
- schema.TypeRegistry.for(n0).registerError(LimitExceededException, LimitExceededException$1);
1770
- var ListBackupsInput = [
1771
- 3,
1772
- n0,
1773
- _LBI,
1774
- 0,
1775
- [_TN, _L, _TRLB, _TRUB, _ESBA, _BT],
1776
- [0, 1, 4, 4, 0, 0],
1777
- ];
1778
- var ListBackupsOutput = [3, n0, _LBO, 0, [_BSac, _LEBA], [() => BackupSummaries, 0]];
1779
- var ListContributorInsightsInput = [3, n0, _LCII, 0, [_TN, _NT, _MR], [0, 0, 1]];
1780
- var ListContributorInsightsOutput = [
1781
- 3,
1782
- n0,
1783
- _LCIO,
1784
- 0,
1785
- [_CISon, _NT],
1786
- [() => ContributorInsightsSummaries, 0],
1787
- ];
1788
- var ListExportsInput = [3, n0, _LEI, 0, [_TA, _MR, _NT], [0, 1, 0]];
1789
- var ListExportsOutput = [3, n0, _LEO, 0, [_ESxp, _NT], [() => ExportSummaries, 0]];
1790
- var ListGlobalTablesInput = [3, n0, _LGTI, 0, [_ESGTN, _L, _RN], [0, 1, 0]];
1791
- var ListGlobalTablesOutput = [
1792
- 3,
1793
- n0,
1794
- _LGTO,
1795
- 0,
1796
- [_GTl, _LEGTN],
1797
- [() => GlobalTableList, 0],
1798
- ];
1799
- var ListImportsInput = [3, n0, _LII, 0, [_TA, _PS, _NT], [0, 1, 0]];
1800
- var ListImportsOutput = [3, n0, _LIO, 0, [_ISL, _NT], [() => ImportSummaryList, 0]];
1801
- var ListTablesInput = [3, n0, _LTI, 0, [_ESTN, _L], [0, 1]];
1802
- var ListTablesOutput = [3, n0, _LTO, 0, [_TNa, _LETN], [64 | 0, 0]];
1803
- var ListTagsOfResourceInput = [3, n0, _LTORI, 0, [_RA, _NT], [0, 0]];
1804
- var ListTagsOfResourceOutput = [3, n0, _LTORO, 0, [_Ta, _NT], [() => TagList, 0]];
1805
- var LocalSecondaryIndex = [
1806
- 3,
1807
- n0,
1808
- _LSIo,
1809
- 0,
1810
- [_IN, _KS, _Pr],
1811
- [0, () => KeySchema, () => Projection],
1812
- ];
1813
- var LocalSecondaryIndexDescription = [
1814
- 3,
1815
- n0,
1816
- _LSID,
1817
- 0,
1818
- [_IN, _KS, _Pr, _ISB, _IC, _IAn],
1819
- [0, () => KeySchema, () => Projection, 1, 1, 0],
1820
- ];
1821
- var LocalSecondaryIndexInfo = [
1822
- 3,
1823
- n0,
1824
- _LSII,
1825
- 0,
1826
- [_IN, _KS, _Pr],
1827
- [0, () => KeySchema, () => Projection],
1828
- ];
1829
- var OnDemandThroughput = [3, n0, _ODT, 0, [_MRRU, _MWRU], [1, 1]];
1830
- var OnDemandThroughputOverride = [3, n0, _ODTO, 0, [_MRRU], [1]];
1831
- var ParameterizedStatement = [
1832
- 3,
1833
- n0,
1834
- _PSa,
1835
- 0,
1836
- [_St, _P, _RVOCCF],
1837
- [0, () => PreparedStatementParameters, 0],
1838
- ];
1839
- var PointInTimeRecoveryDescription = [
1840
- 3,
1841
- n0,
1842
- _PITRD,
1843
- 0,
1844
- [_PITRS, _RPID, _ERDT, _LRDT],
1845
- [0, 1, 4, 4],
1846
- ];
1847
- var PointInTimeRecoverySpecification = [3, n0, _PITRSo, 0, [_PITRE, _RPID], [2, 1]];
1848
- var PointInTimeRecoveryUnavailableException = [-3, n0, _PITRUE, { [_e]: _c }, [_m], [0]];
1849
- schema.TypeRegistry.for(n0).registerError(PointInTimeRecoveryUnavailableException, PointInTimeRecoveryUnavailableException$1);
1850
- var PolicyNotFoundException = [-3, n0, _PNFE, { [_e]: _c }, [_m], [0]];
1851
- schema.TypeRegistry.for(n0).registerError(PolicyNotFoundException, PolicyNotFoundException$1);
1852
- var Projection = [3, n0, _Pr, 0, [_PTr, _NKA], [0, 64 | 0]];
1853
- var ProvisionedThroughput = [3, n0, _PT, 0, [_RCU, _WCU], [1, 1]];
1854
- var ProvisionedThroughputDescription = [
1855
- 3,
1856
- n0,
1857
- _PTD,
1858
- 0,
1859
- [_LIDT, _LDDT, _NODT, _RCU, _WCU],
1860
- [4, 4, 1, 1, 1],
1861
- ];
1862
- var ProvisionedThroughputExceededException = [
1863
- -3,
1864
- n0,
1865
- _PTEE,
1866
- { [_e]: _c },
1867
- [_m, _TR],
1868
- [0, () => ThrottlingReasonList],
1869
- ];
1870
- schema.TypeRegistry.for(n0).registerError(ProvisionedThroughputExceededException, ProvisionedThroughputExceededException$1);
1871
- var ProvisionedThroughputOverride = [3, n0, _PTO, 0, [_RCU], [1]];
1872
- var Put = [
1873
- 3,
1874
- n0,
1875
- _Pu,
1876
- 0,
1877
- [_I, _TN, _CE, _EAN, _EAV, _RVOCCF],
1878
- [() => PutItemInputAttributeMap, 0, 0, 128 | 0, () => ExpressionAttributeValueMap, 0],
1879
- ];
1880
- var PutItemInput = [
1881
- 3,
1882
- n0,
1883
- _PII,
1884
- 0,
1885
- [_TN, _I, _Ex, _RV, _RCC, _RICM, _COo, _CE, _EAN, _EAV, _RVOCCF],
1886
- [
1887
- 0,
1888
- () => PutItemInputAttributeMap,
1889
- () => ExpectedAttributeMap,
1890
- 0,
1891
- 0,
1892
- 0,
1893
- 0,
1894
- 0,
1895
- 128 | 0,
1896
- () => ExpressionAttributeValueMap,
1897
- 0,
1898
- ],
1899
- ];
1900
- var PutItemOutput = [
1901
- 3,
1902
- n0,
1903
- _PIO,
1904
- 0,
1905
- [_At, _CC, _ICM],
1906
- [() => AttributeMap, () => ConsumedCapacity, () => ItemCollectionMetrics],
1907
- ];
1908
- var PutRequest = [3, n0, _PR, 0, [_I], [() => PutItemInputAttributeMap]];
1909
- var PutResourcePolicyInput = [
1910
- 3,
1911
- n0,
1912
- _PRPI,
1913
- 0,
1914
- [_RA, _Po, _ERI, _CRSRA],
1915
- [0, 0, 0, [2, { [_hH]: _xacrsra }]],
1916
- ];
1917
- var PutResourcePolicyOutput = [3, n0, _PRPO, 0, [_RIe], [0]];
1918
- var QueryInput = [
1919
- 3,
1920
- n0,
1921
- _QI,
1922
- 0,
1923
- [_TN, _IN, _Se, _ATG, _L, _CR, _KC, _QF, _COo, _SIF, _ESK, _RCC, _PE, _FEi, _KCE, _EAN, _EAV],
1924
- [
1925
- 0,
1926
- 0,
1927
- 0,
1928
- 64 | 0,
1929
- 1,
1930
- 2,
1931
- () => KeyConditions,
1932
- () => FilterConditionMap,
1933
- 0,
1934
- 2,
1935
- () => Key,
1936
- 0,
1937
- 0,
1938
- 0,
1939
- 0,
1940
- 128 | 0,
1941
- () => ExpressionAttributeValueMap,
1942
- ],
1943
- ];
1944
- var QueryOutput = [
1945
- 3,
1946
- n0,
1947
- _QO,
1948
- 0,
1949
- [_It, _Cou, _SC, _LEK, _CC],
1950
- [() => ItemList, 1, 1, () => Key, () => ConsumedCapacity],
1951
- ];
1952
- var Replica = [3, n0, _Re, 0, [_RN], [0]];
1953
- var ReplicaAlreadyExistsException = [-3, n0, _RAEE, { [_e]: _c }, [_m], [0]];
1954
- schema.TypeRegistry.for(n0).registerError(ReplicaAlreadyExistsException, ReplicaAlreadyExistsException$1);
1955
- var ReplicaAutoScalingDescription = [
1956
- 3,
1957
- n0,
1958
- _RASD,
1959
- 0,
1960
- [_RN, _GSI, _RPRCASS, _RPWCASS, _RSe],
1961
- [
1962
- 0,
1963
- () => ReplicaGlobalSecondaryIndexAutoScalingDescriptionList,
1964
- () => AutoScalingSettingsDescription,
1965
- () => AutoScalingSettingsDescription,
1966
- 0,
1967
- ],
1968
- ];
1969
- var ReplicaAutoScalingUpdate = [
1970
- 3,
1971
- n0,
1972
- _RASU,
1973
- 0,
1974
- [_RN, _RGSIU, _RPRCASU],
1975
- [0, () => ReplicaGlobalSecondaryIndexAutoScalingUpdateList, () => AutoScalingSettingsUpdate],
1976
- ];
1977
- var ReplicaDescription = [
1978
- 3,
1979
- n0,
1980
- _RD,
1981
- 0,
1982
- [_RN, _RSe, _RSD, _RSPP, _KMSMKI, _PTO, _ODTO, _WT, _GSI, _RIDT, _RTCS],
1983
- [
1984
- 0,
1985
- 0,
1986
- 0,
1987
- 0,
1988
- 0,
1989
- () => ProvisionedThroughputOverride,
1990
- () => OnDemandThroughputOverride,
1991
- () => TableWarmThroughputDescription,
1992
- () => ReplicaGlobalSecondaryIndexDescriptionList,
1993
- 4,
1994
- () => TableClassSummary,
1995
- ],
1996
- ];
1997
- var ReplicaGlobalSecondaryIndex = [
1998
- 3,
1999
- n0,
2000
- _RGSI,
2001
- 0,
2002
- [_IN, _PTO, _ODTO],
2003
- [0, () => ProvisionedThroughputOverride, () => OnDemandThroughputOverride],
2004
- ];
2005
- var ReplicaGlobalSecondaryIndexAutoScalingDescription = [
2006
- 3,
2007
- n0,
2008
- _RGSIASD,
2009
- 0,
2010
- [_IN, _IS, _PRCASS, _PWCASS],
2011
- [0, 0, () => AutoScalingSettingsDescription, () => AutoScalingSettingsDescription],
2012
- ];
2013
- var ReplicaGlobalSecondaryIndexAutoScalingUpdate = [
2014
- 3,
2015
- n0,
2016
- _RGSIASU,
2017
- 0,
2018
- [_IN, _PRCASU],
2019
- [0, () => AutoScalingSettingsUpdate],
2020
- ];
2021
- var ReplicaGlobalSecondaryIndexDescription = [
2022
- 3,
2023
- n0,
2024
- _RGSID,
2025
- 0,
2026
- [_IN, _PTO, _ODTO, _WT],
2027
- [
2028
- 0,
2029
- () => ProvisionedThroughputOverride,
2030
- () => OnDemandThroughputOverride,
2031
- () => GlobalSecondaryIndexWarmThroughputDescription,
2032
- ],
2033
- ];
2034
- var ReplicaGlobalSecondaryIndexSettingsDescription = [
2035
- 3,
2036
- n0,
2037
- _RGSISD,
2038
- 0,
2039
- [_IN, _IS, _PRCU, _PRCASS, _PWCU, _PWCASS],
2040
- [0, 0, 1, () => AutoScalingSettingsDescription, 1, () => AutoScalingSettingsDescription],
2041
- ];
2042
- var ReplicaGlobalSecondaryIndexSettingsUpdate = [
2043
- 3,
2044
- n0,
2045
- _RGSISU,
2046
- 0,
2047
- [_IN, _PRCU, _PRCASSU],
2048
- [0, 1, () => AutoScalingSettingsUpdate],
2049
- ];
2050
- var ReplicaNotFoundException = [-3, n0, _RNFE, { [_e]: _c }, [_m], [0]];
2051
- schema.TypeRegistry.for(n0).registerError(ReplicaNotFoundException, ReplicaNotFoundException$1);
2052
- var ReplicaSettingsDescription = [
2053
- 3,
2054
- n0,
2055
- _RSDe,
2056
- 0,
2057
- [_RN, _RSe, _RBMS, _RPRCU, _RPRCASS, _RPWCU, _RPWCASS, _RGSIS, _RTCS],
2058
- [
2059
- 0,
2060
- 0,
2061
- () => BillingModeSummary,
2062
- 1,
2063
- () => AutoScalingSettingsDescription,
2064
- 1,
2065
- () => AutoScalingSettingsDescription,
2066
- () => ReplicaGlobalSecondaryIndexSettingsDescriptionList,
2067
- () => TableClassSummary,
2068
- ],
2069
- ];
2070
- var ReplicaSettingsUpdate = [
2071
- 3,
2072
- n0,
2073
- _RSU,
2074
- 0,
2075
- [_RN, _RPRCU, _RPRCASSU, _RGSISU, _RTC],
2076
- [0, 1, () => AutoScalingSettingsUpdate, () => ReplicaGlobalSecondaryIndexSettingsUpdateList, 0],
2077
- ];
2078
- var ReplicatedWriteConflictException = [-3, n0, _RWCE, { [_e]: _c }, [_m], [0]];
2079
- schema.TypeRegistry.for(n0).registerError(ReplicatedWriteConflictException, ReplicatedWriteConflictException$1);
2080
- var ReplicationGroupUpdate = [
2081
- 3,
2082
- n0,
2083
- _RGU,
2084
- 0,
2085
- [_Cr, _U, _De],
2086
- [
2087
- () => CreateReplicationGroupMemberAction,
2088
- () => UpdateReplicationGroupMemberAction,
2089
- () => DeleteReplicationGroupMemberAction,
2090
- ],
2091
- ];
2092
- var ReplicaUpdate = [
2093
- 3,
2094
- n0,
2095
- _RU,
2096
- 0,
2097
- [_Cr, _De],
2098
- [() => CreateReplicaAction, () => DeleteReplicaAction],
2099
- ];
2100
- var RequestLimitExceeded = [
2101
- -3,
2102
- n0,
2103
- _RLE,
2104
- { [_e]: _c },
2105
- [_m, _TR],
2106
- [0, () => ThrottlingReasonList],
2107
- ];
2108
- schema.TypeRegistry.for(n0).registerError(RequestLimitExceeded, RequestLimitExceeded$1);
2109
- var ResourceInUseException = [-3, n0, _RIUE, { [_e]: _c }, [_m], [0]];
2110
- schema.TypeRegistry.for(n0).registerError(ResourceInUseException, ResourceInUseException$1);
2111
- var ResourceNotFoundException = [-3, n0, _RNFEe, { [_e]: _c }, [_m], [0]];
2112
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
2113
- var RestoreSummary = [3, n0, _RSes, 0, [_SBA, _STA, _RDT, _RIP], [0, 0, 4, 2]];
2114
- var RestoreTableFromBackupInput = [
2115
- 3,
2116
- n0,
2117
- _RTFBI,
2118
- 0,
2119
- [_TTN, _BA, _BMO, _GSIO, _LSIO, _PTO, _ODTO, _SSESO],
2120
- [
2121
- 0,
2122
- 0,
2123
- 0,
2124
- () => GlobalSecondaryIndexList,
2125
- () => LocalSecondaryIndexList,
2126
- () => ProvisionedThroughput,
2127
- () => OnDemandThroughput,
2128
- () => SSESpecification,
2129
- ],
2130
- ];
2131
- var RestoreTableFromBackupOutput = [3, n0, _RTFBO, 0, [_TD], [() => TableDescription]];
2132
- var RestoreTableToPointInTimeInput = [
2133
- 3,
2134
- n0,
2135
- _RTTPITI,
2136
- 0,
2137
- [_STA, _STN, _TTN, _ULRT, _RDT, _BMO, _GSIO, _LSIO, _PTO, _ODTO, _SSESO],
2138
- [
2139
- 0,
2140
- 0,
2141
- 0,
2142
- 2,
2143
- 4,
2144
- 0,
2145
- () => GlobalSecondaryIndexList,
2146
- () => LocalSecondaryIndexList,
2147
- () => ProvisionedThroughput,
2148
- () => OnDemandThroughput,
2149
- () => SSESpecification,
2150
- ],
2151
- ];
2152
- var RestoreTableToPointInTimeOutput = [
2153
- 3,
2154
- n0,
2155
- _RTTPITO,
2156
- 0,
2157
- [_TD],
2158
- [() => TableDescription],
2159
- ];
2160
- var S3BucketSource = [3, n0, _SBS, 0, [_SBO, _SB, _SKP], [0, 0, 0]];
2161
- var ScanInput = [
2162
- 3,
2163
- n0,
2164
- _SI,
2165
- 0,
2166
- [_TN, _IN, _ATG, _L, _Se, _SF, _COo, _ESK, _RCC, _TSo, _Seg, _PE, _FEi, _EAN, _EAV, _CR],
2167
- [
2168
- 0,
2169
- 0,
2170
- 64 | 0,
2171
- 1,
2172
- 0,
2173
- () => FilterConditionMap,
2174
- 0,
2175
- () => Key,
2176
- 0,
2177
- 1,
2178
- 1,
2179
- 0,
2180
- 0,
2181
- 128 | 0,
2182
- () => ExpressionAttributeValueMap,
2183
- 2,
2184
- ],
2185
- ];
2186
- var ScanOutput = [
2187
- 3,
2188
- n0,
2189
- _SO,
2190
- 0,
2191
- [_It, _Cou, _SC, _LEK, _CC],
2192
- [() => ItemList, 1, 1, () => Key, () => ConsumedCapacity],
2193
- ];
2194
- var SourceTableDetails = [
2195
- 3,
2196
- n0,
2197
- _STD,
2198
- 0,
2199
- [_TN, _TI, _TA, _TSB, _KS, _TCDT, _PT, _ODT, _IC, _BM],
2200
- [0, 0, 0, 1, () => KeySchema, 4, () => ProvisionedThroughput, () => OnDemandThroughput, 1, 0],
2201
- ];
2202
- var SourceTableFeatureDetails = [
2203
- 3,
2204
- n0,
2205
- _STFD,
2206
- 0,
2207
- [_LSI, _GSI, _SD, _TTLD, _SSED],
2208
- [
2209
- () => LocalSecondaryIndexes,
2210
- () => GlobalSecondaryIndexes,
2211
- () => StreamSpecification,
2212
- () => TimeToLiveDescription,
2213
- () => SSEDescription,
2214
- ],
2215
- ];
2216
- var SSEDescription = [3, n0, _SSED, 0, [_Sta, _SSET, _KMSMKA, _IEDT], [0, 0, 0, 4]];
2217
- var SSESpecification = [3, n0, _SSES, 0, [_Ena, _SSET, _KMSMKI], [2, 0, 0]];
2218
- var StreamSpecification = [3, n0, _SS, 0, [_SE, _SVT], [2, 0]];
2219
- var TableAlreadyExistsException = [-3, n0, _TAEE, { [_e]: _c }, [_m], [0]];
2220
- schema.TypeRegistry.for(n0).registerError(TableAlreadyExistsException, TableAlreadyExistsException$1);
2221
- var TableAutoScalingDescription = [
2222
- 3,
2223
- n0,
2224
- _TASD,
2225
- 0,
2226
- [_TN, _TSa, _Rep],
2227
- [0, 0, () => ReplicaAutoScalingDescriptionList],
2228
- ];
2229
- var TableClassSummary = [3, n0, _TCS, 0, [_TC, _LUDT], [0, 4]];
2230
- var TableCreationParameters = [
2231
- 3,
2232
- n0,
2233
- _TCP,
2234
- 0,
2235
- [_TN, _ADt, _KS, _BM, _PT, _ODT, _SSES, _GSI],
2236
- [
2237
- 0,
2238
- () => AttributeDefinitions,
2239
- () => KeySchema,
2240
- 0,
2241
- () => ProvisionedThroughput,
2242
- () => OnDemandThroughput,
2243
- () => SSESpecification,
2244
- () => GlobalSecondaryIndexList,
2245
- ],
2246
- ];
2247
- var TableDescription = [
2248
- 3,
2249
- n0,
2250
- _TD,
2251
- 0,
2252
- [
2253
- _ADt,
2254
- _TN,
2255
- _KS,
2256
- _TSa,
2257
- _CDT,
2258
- _PT,
2259
- _TSB,
2260
- _IC,
2261
- _TA,
2262
- _TI,
2263
- _BMS,
2264
- _LSI,
2265
- _GSI,
2266
- _SS,
2267
- _LSL,
2268
- _LSA,
2269
- _GTV,
2270
- _Rep,
2271
- _GTW,
2272
- _RSes,
2273
- _SSED,
2274
- _AS,
2275
- _TCS,
2276
- _DPE,
2277
- _ODT,
2278
- _WT,
2279
- _MRC,
2280
- ],
2281
- [
2282
- () => AttributeDefinitions,
2283
- 0,
2284
- () => KeySchema,
2285
- 0,
2286
- 4,
2287
- () => ProvisionedThroughputDescription,
2288
- 1,
2289
- 1,
2290
- 0,
2291
- 0,
2292
- () => BillingModeSummary,
2293
- () => LocalSecondaryIndexDescriptionList,
2294
- () => GlobalSecondaryIndexDescriptionList,
2295
- () => StreamSpecification,
2296
- 0,
2297
- 0,
2298
- 0,
2299
- () => ReplicaDescriptionList,
2300
- () => GlobalTableWitnessDescriptionList,
2301
- () => RestoreSummary,
2302
- () => SSEDescription,
2303
- () => ArchivalSummary,
2304
- () => TableClassSummary,
2305
- 2,
2306
- () => OnDemandThroughput,
2307
- () => TableWarmThroughputDescription,
2308
- 0,
2309
- ],
2310
- ];
2311
- var TableInUseException = [-3, n0, _TIUE, { [_e]: _c }, [_m], [0]];
2312
- schema.TypeRegistry.for(n0).registerError(TableInUseException, TableInUseException$1);
2313
- var TableNotFoundException = [-3, n0, _TNFE, { [_e]: _c }, [_m], [0]];
2314
- schema.TypeRegistry.for(n0).registerError(TableNotFoundException, TableNotFoundException$1);
2315
- var TableWarmThroughputDescription = [3, n0, _TWTD, 0, [_RUPS, _WUPS, _Sta], [1, 1, 0]];
2316
- var Tag = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
2317
- var TagResourceInput = [3, n0, _TRI, 0, [_RA, _Ta], [0, () => TagList]];
2318
- var ThrottlingException = [
2319
- -3,
2320
- n0,
2321
- _TE,
2322
- { [_e]: _c, [_hE]: 400, [_aQE]: [`Throttling`, 400] },
2323
- [_m, _tR],
2324
- [0, () => ThrottlingReasonList],
2325
- ];
2326
- schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
2327
- var ThrottlingReason = [3, n0, _TRh, 0, [_r, _re], [0, 0]];
2328
- var TimeToLiveDescription = [3, n0, _TTLD, 0, [_TTLS, _AN], [0, 0]];
2329
- var TimeToLiveSpecification = [3, n0, _TTLSi, 0, [_Ena, _AN], [2, 0]];
2330
- var TransactGetItem = [3, n0, _TGI, 0, [_G], [() => Get]];
2331
- var TransactGetItemsInput = [
2332
- 3,
2333
- n0,
2334
- _TGII,
2335
- 0,
2336
- [_TIr, _RCC],
2337
- [() => TransactGetItemList, 0],
2338
- ];
2339
- var TransactGetItemsOutput = [
2340
- 3,
2341
- n0,
2342
- _TGIO,
2343
- 0,
2344
- [_CC, _R],
2345
- [() => ConsumedCapacityMultiple, () => ItemResponseList],
2346
- ];
2347
- var TransactionCanceledException = [
2348
- -3,
2349
- n0,
2350
- _TCE,
2351
- { [_e]: _c },
2352
- [_M, _CRan],
2353
- [0, () => CancellationReasonList],
2354
- ];
2355
- schema.TypeRegistry.for(n0).registerError(TransactionCanceledException, TransactionCanceledException$1);
2356
- var TransactionConflictException = [-3, n0, _TCEr, { [_e]: _c }, [_m], [0]];
2357
- schema.TypeRegistry.for(n0).registerError(TransactionConflictException, TransactionConflictException$1);
2358
- var TransactionInProgressException = [-3, n0, _TIPE, { [_e]: _c }, [_M], [0]];
2359
- schema.TypeRegistry.for(n0).registerError(TransactionInProgressException, TransactionInProgressException$1);
2360
- var TransactWriteItem = [
2361
- 3,
2362
- n0,
2363
- _TWI,
2364
- 0,
2365
- [_CCo, _Pu, _De, _U],
2366
- [() => ConditionCheck, () => Put, () => Delete, () => Update],
2367
- ];
2368
- var TransactWriteItemsInput = [
2369
- 3,
2370
- n0,
2371
- _TWII,
2372
- 0,
2373
- [_TIr, _RCC, _RICM, _CRT],
2374
- [() => TransactWriteItemList, 0, 0, [0, 4]],
2375
- ];
2376
- var TransactWriteItemsOutput = [
2377
- 3,
2378
- n0,
2379
- _TWIO,
2380
- 0,
2381
- [_CC, _ICM],
2382
- [() => ConsumedCapacityMultiple, () => ItemCollectionMetricsPerTable],
2383
- ];
2384
- var UntagResourceInput = [3, n0, _URI, 0, [_RA, _TK], [0, 64 | 0]];
2385
- var Update = [
2386
- 3,
2387
- n0,
2388
- _U,
2389
- 0,
2390
- [_K, _UE, _TN, _CE, _EAN, _EAV, _RVOCCF],
2391
- [() => Key, 0, 0, 0, 128 | 0, () => ExpressionAttributeValueMap, 0],
2392
- ];
2393
- var UpdateContinuousBackupsInput = [
2394
- 3,
2395
- n0,
2396
- _UCBI,
2397
- 0,
2398
- [_TN, _PITRSo],
2399
- [0, () => PointInTimeRecoverySpecification],
2400
- ];
2401
- var UpdateContinuousBackupsOutput = [
2402
- 3,
2403
- n0,
2404
- _UCBO,
2405
- 0,
2406
- [_CBD],
2407
- [() => ContinuousBackupsDescription],
2408
- ];
2409
- var UpdateContributorInsightsInput = [
2410
- 3,
2411
- n0,
2412
- _UCII,
2413
- 0,
2414
- [_TN, _IN, _CIA, _CIM],
2415
- [0, 0, 0, 0],
2416
- ];
2417
- var UpdateContributorInsightsOutput = [
2418
- 3,
2419
- n0,
2420
- _UCIO,
2421
- 0,
2422
- [_TN, _IN, _CISo, _CIM],
2423
- [0, 0, 0, 0],
2424
- ];
2425
- var UpdateGlobalSecondaryIndexAction = [
2426
- 3,
2427
- n0,
2428
- _UGSIA,
2429
- 0,
2430
- [_IN, _PT, _ODT, _WT],
2431
- [0, () => ProvisionedThroughput, () => OnDemandThroughput, () => WarmThroughput],
2432
- ];
2433
- var UpdateGlobalTableInput = [
2434
- 3,
2435
- n0,
2436
- _UGTI,
2437
- 0,
2438
- [_GTN, _RUe],
2439
- [0, () => ReplicaUpdateList],
2440
- ];
2441
- var UpdateGlobalTableOutput = [3, n0, _UGTO, 0, [_GTD], [() => GlobalTableDescription]];
2442
- var UpdateGlobalTableSettingsInput = [
2443
- 3,
2444
- n0,
2445
- _UGTSI,
2446
- 0,
2447
- [_GTN, _GTBM, _GTPWCU, _GTPWCASSU, _GTGSISU, _RSU],
2448
- [
2449
- 0,
2450
- 0,
2451
- 1,
2452
- () => AutoScalingSettingsUpdate,
2453
- () => GlobalTableGlobalSecondaryIndexSettingsUpdateList,
2454
- () => ReplicaSettingsUpdateList,
2455
- ],
2456
- ];
2457
- var UpdateGlobalTableSettingsOutput = [
2458
- 3,
2459
- n0,
2460
- _UGTSO,
2461
- 0,
2462
- [_GTN, _RS],
2463
- [0, () => ReplicaSettingsDescriptionList],
2464
- ];
2465
- var UpdateItemInput = [
2466
- 3,
2467
- n0,
2468
- _UII,
2469
- 0,
2470
- [_TN, _K, _AU, _Ex, _COo, _RV, _RCC, _RICM, _UE, _CE, _EAN, _EAV, _RVOCCF],
2471
- [
2472
- 0,
2473
- () => Key,
2474
- () => AttributeUpdates,
2475
- () => ExpectedAttributeMap,
2476
- 0,
2477
- 0,
2478
- 0,
2479
- 0,
2480
- 0,
2481
- 0,
2482
- 128 | 0,
2483
- () => ExpressionAttributeValueMap,
2484
- 0,
2485
- ],
2486
- ];
2487
- var UpdateItemOutput = [
2488
- 3,
2489
- n0,
2490
- _UIO,
2491
- 0,
2492
- [_At, _CC, _ICM],
2493
- [() => AttributeMap, () => ConsumedCapacity, () => ItemCollectionMetrics],
2494
- ];
2495
- var UpdateKinesisStreamingConfiguration = [3, n0, _UKSC, 0, [_ACDTP], [0]];
2496
- var UpdateKinesisStreamingDestinationInput = [
2497
- 3,
2498
- n0,
2499
- _UKSDI,
2500
- 0,
2501
- [_TN, _SA, _UKSC],
2502
- [0, 0, () => UpdateKinesisStreamingConfiguration],
2503
- ];
2504
- var UpdateKinesisStreamingDestinationOutput = [
2505
- 3,
2506
- n0,
2507
- _UKSDO,
2508
- 0,
2509
- [_TN, _SA, _DS, _UKSC],
2510
- [0, 0, 0, () => UpdateKinesisStreamingConfiguration],
2511
- ];
2512
- var UpdateReplicationGroupMemberAction = [
2513
- 3,
2514
- n0,
2515
- _URGMA,
2516
- 0,
2517
- [_RN, _KMSMKI, _PTO, _ODTO, _GSI, _TCO],
2518
- [
2519
- 0,
2520
- 0,
2521
- () => ProvisionedThroughputOverride,
2522
- () => OnDemandThroughputOverride,
2523
- () => ReplicaGlobalSecondaryIndexList,
2524
- 0,
2525
- ],
2526
- ];
2527
- var UpdateTableInput = [
2528
- 3,
2529
- n0,
2530
- _UTI,
2531
- 0,
2532
- [_ADt, _TN, _BM, _PT, _GSIUl, _SS, _SSES, _RUe, _TC, _DPE, _MRC, _GTWU, _ODT, _WT],
2533
- [
2534
- () => AttributeDefinitions,
2535
- 0,
2536
- 0,
2537
- () => ProvisionedThroughput,
2538
- () => GlobalSecondaryIndexUpdateList,
2539
- () => StreamSpecification,
2540
- () => SSESpecification,
2541
- () => ReplicationGroupUpdateList,
2542
- 0,
2543
- 2,
2544
- 0,
2545
- () => GlobalTableWitnessGroupUpdateList,
2546
- () => OnDemandThroughput,
2547
- () => WarmThroughput,
2548
- ],
2549
- ];
2550
- var UpdateTableOutput = [3, n0, _UTO, 0, [_TD], [() => TableDescription]];
2551
- var UpdateTableReplicaAutoScalingInput = [
2552
- 3,
2553
- n0,
2554
- _UTRASI,
2555
- 0,
2556
- [_GSIUl, _TN, _PWCASU, _RUe],
2557
- [
2558
- () => GlobalSecondaryIndexAutoScalingUpdateList,
2559
- 0,
2560
- () => AutoScalingSettingsUpdate,
2561
- () => ReplicaAutoScalingUpdateList,
2562
- ],
2563
- ];
2564
- var UpdateTableReplicaAutoScalingOutput = [
2565
- 3,
2566
- n0,
2567
- _UTRASO,
2568
- 0,
2569
- [_TASD],
2570
- [() => TableAutoScalingDescription],
2571
- ];
2572
- var UpdateTimeToLiveInput = [
2573
- 3,
2574
- n0,
2575
- _UTTLI,
2576
- 0,
2577
- [_TN, _TTLSi],
2578
- [0, () => TimeToLiveSpecification],
2579
- ];
2580
- var UpdateTimeToLiveOutput = [
2581
- 3,
2582
- n0,
2583
- _UTTLO,
2584
- 0,
2585
- [_TTLSi],
2586
- [() => TimeToLiveSpecification],
2587
- ];
2588
- var WarmThroughput = [3, n0, _WT, 0, [_RUPS, _WUPS], [1, 1]];
2589
- var WriteRequest = [3, n0, _WR, 0, [_PR, _DR], [() => PutRequest, () => DeleteRequest]];
2590
- var __Unit = "unit";
2591
- var DynamoDBServiceException = [-3, _sm, "DynamoDBServiceException", 0, [], []];
2592
- schema.TypeRegistry.for(_sm).registerError(DynamoDBServiceException, DynamoDBServiceException$1);
2593
- var AttributeDefinitions = [1, n0, _ADt, 0, () => AttributeDefinition];
2594
- var AttributeValueList = [1, n0, _AVL, 0, () => AttributeValue];
2595
- var AutoScalingPolicyDescriptionList = [1, n0, _ASPDL, 0, () => AutoScalingPolicyDescription];
2596
- var BackupSummaries = [1, n0, _BSac, 0, () => BackupSummary];
2597
- var CancellationReasonList = [1, n0, _CRL, 0, () => CancellationReason];
2598
- var ConsumedCapacityMultiple = [1, n0, _CCM, 0, () => ConsumedCapacity];
2599
- var ContributorInsightsSummaries = [1, n0, _CISon, 0, () => ContributorInsightsSummary];
2600
- var Endpoints = [1, n0, _En, 0, () => Endpoint];
2601
- var ExportSummaries = [1, n0, _ESxp, 0, () => ExportSummary];
2602
- var GlobalSecondaryIndexAutoScalingUpdateList = [
2603
- 1,
2604
- n0,
2605
- _GSIASUL,
2606
- 0,
2607
- () => GlobalSecondaryIndexAutoScalingUpdate,
2608
- ];
2609
- var GlobalSecondaryIndexDescriptionList = [
2610
- 1,
2611
- n0,
2612
- _GSIDL,
2613
- 0,
2614
- () => GlobalSecondaryIndexDescription,
2615
- ];
2616
- var GlobalSecondaryIndexes = [1, n0, _GSI, 0, () => GlobalSecondaryIndexInfo];
2617
- var GlobalSecondaryIndexList = [1, n0, _GSIL, 0, () => GlobalSecondaryIndex];
2618
- var GlobalSecondaryIndexUpdateList = [1, n0, _GSIUL, 0, () => GlobalSecondaryIndexUpdate];
2619
- var GlobalTableGlobalSecondaryIndexSettingsUpdateList = [
2620
- 1,
2621
- n0,
2622
- _GTGSISUL,
2623
- 0,
2624
- () => GlobalTableGlobalSecondaryIndexSettingsUpdate,
2625
- ];
2626
- var GlobalTableList = [1, n0, _GTL, 0, () => GlobalTable];
2627
- var GlobalTableWitnessDescriptionList = [
2628
- 1,
2629
- n0,
2630
- _GTWDL,
2631
- 0,
2632
- () => GlobalTableWitnessDescription,
2633
- ];
2634
- var GlobalTableWitnessGroupUpdateList = [
2635
- 1,
2636
- n0,
2637
- _GTWGUL,
2638
- 0,
2639
- () => GlobalTableWitnessGroupUpdate,
2640
- ];
2641
- var ImportSummaryList = [1, n0, _ISL, 0, () => ImportSummary];
2642
- var ItemCollectionMetricsMultiple = [1, n0, _ICMM, 0, () => ItemCollectionMetrics];
2643
- var ItemList = [1, n0, _IL, 0, () => AttributeMap];
2644
- var ItemResponseList = [1, n0, _IRL, 0, () => ItemResponse];
2645
- var KeyList = [1, n0, _KL, 0, () => Key];
2646
- var KeySchema = [1, n0, _KS, 0, () => KeySchemaElement];
2647
- var KinesisDataStreamDestinations = [1, n0, _KDSD, 0, () => KinesisDataStreamDestination];
2648
- var ListAttributeValue = [1, n0, _LAV, 0, () => AttributeValue];
2649
- var LocalSecondaryIndexDescriptionList = [
2650
- 1,
2651
- n0,
2652
- _LSIDL,
2653
- 0,
2654
- () => LocalSecondaryIndexDescription,
2655
- ];
2656
- var LocalSecondaryIndexes = [1, n0, _LSI, 0, () => LocalSecondaryIndexInfo];
2657
- var LocalSecondaryIndexList = [1, n0, _LSIL, 0, () => LocalSecondaryIndex];
2658
- var ParameterizedStatements = [1, n0, _PSar, 0, () => ParameterizedStatement];
2659
- var PartiQLBatchRequest = [1, n0, _PQLBR, 0, () => BatchStatementRequest];
2660
- var PartiQLBatchResponse = [1, n0, _PQLBRa, 0, () => BatchStatementResponse];
2661
- var PreparedStatementParameters = [1, n0, _PSP, 0, () => AttributeValue];
2662
- var ReplicaAutoScalingDescriptionList = [
2663
- 1,
2664
- n0,
2665
- _RASDL,
2666
- 0,
2667
- () => ReplicaAutoScalingDescription,
2668
- ];
2669
- var ReplicaAutoScalingUpdateList = [1, n0, _RASUL, 0, () => ReplicaAutoScalingUpdate];
2670
- var ReplicaDescriptionList = [1, n0, _RDL, 0, () => ReplicaDescription];
2671
- var ReplicaGlobalSecondaryIndexAutoScalingDescriptionList = [
2672
- 1,
2673
- n0,
2674
- _RGSIASDL,
2675
- 0,
2676
- () => ReplicaGlobalSecondaryIndexAutoScalingDescription,
2677
- ];
2678
- var ReplicaGlobalSecondaryIndexAutoScalingUpdateList = [
2679
- 1,
2680
- n0,
2681
- _RGSIASUL,
2682
- 0,
2683
- () => ReplicaGlobalSecondaryIndexAutoScalingUpdate,
2684
- ];
2685
- var ReplicaGlobalSecondaryIndexDescriptionList = [
2686
- 1,
2687
- n0,
2688
- _RGSIDL,
2689
- 0,
2690
- () => ReplicaGlobalSecondaryIndexDescription,
2691
- ];
2692
- var ReplicaGlobalSecondaryIndexList = [1, n0, _RGSIL, 0, () => ReplicaGlobalSecondaryIndex];
2693
- var ReplicaGlobalSecondaryIndexSettingsDescriptionList = [
2694
- 1,
2695
- n0,
2696
- _RGSISDL,
2697
- 0,
2698
- () => ReplicaGlobalSecondaryIndexSettingsDescription,
2699
- ];
2700
- var ReplicaGlobalSecondaryIndexSettingsUpdateList = [
2701
- 1,
2702
- n0,
2703
- _RGSISUL,
2704
- 0,
2705
- () => ReplicaGlobalSecondaryIndexSettingsUpdate,
2706
- ];
2707
- var ReplicaList = [1, n0, _RL, 0, () => Replica];
2708
- var ReplicaSettingsDescriptionList = [1, n0, _RSDL, 0, () => ReplicaSettingsDescription];
2709
- var ReplicaSettingsUpdateList = [1, n0, _RSUL, 0, () => ReplicaSettingsUpdate];
2710
- var ReplicationGroupUpdateList = [1, n0, _RGUL, 0, () => ReplicationGroupUpdate];
2711
- var ReplicaUpdateList = [1, n0, _RUL, 0, () => ReplicaUpdate];
2712
- var TagList = [1, n0, _TL, 0, () => Tag];
2713
- var ThrottlingReasonList = [1, n0, _TRL, 0, () => ThrottlingReason];
2714
- var TransactGetItemList = [1, n0, _TGIL, 0, () => TransactGetItem];
2715
- var TransactWriteItemList = [1, n0, _TWIL, 0, () => TransactWriteItem];
2716
- var WriteRequests = [1, n0, _WRr, 0, () => WriteRequest];
2717
- var AttributeMap = [2, n0, _AM, 0, 0, () => AttributeValue];
2718
- var AttributeUpdates = [2, n0, _AU, 0, 0, () => AttributeValueUpdate];
2719
- var BatchGetRequestMap = [2, n0, _BGRMa, 0, 0, () => KeysAndAttributes];
2720
- var BatchGetResponseMap = [2, n0, _BGRM, 0, 0, () => ItemList];
2721
- var BatchWriteItemRequestMap = [2, n0, _BWIRM, 0, 0, () => WriteRequests];
2722
- var ExpectedAttributeMap = [2, n0, _EAM, 0, 0, () => ExpectedAttributeValue];
2723
- var ExpressionAttributeValueMap = [2, n0, _EAVM, 0, 0, () => AttributeValue];
2724
- var FilterConditionMap = [2, n0, _FCM, 0, 0, () => Condition];
2725
- var ItemCollectionKeyAttributeMap = [2, n0, _ICKAM, 0, 0, () => AttributeValue];
2726
- var ItemCollectionMetricsPerTable = [2, n0, _ICMPT, 0, 0, () => ItemCollectionMetricsMultiple];
2727
- var Key = [2, n0, _K, 0, 0, () => AttributeValue];
2728
- var KeyConditions = [2, n0, _KC, 0, 0, () => Condition];
2729
- var MapAttributeValue = [2, n0, _MAV, 0, 0, () => AttributeValue];
2730
- var PutItemInputAttributeMap = [2, n0, _PIIAM, 0, 0, () => AttributeValue];
2731
- var SecondaryIndexesCapacityMap = [2, n0, _SICM, 0, 0, () => Capacity];
2732
- var AttributeValue = [
2733
- 3,
2734
- n0,
2735
- _AV,
2736
- 0,
2737
- [_S_, _N, _B_, _SS_, _NS, _BS_, _M_, _L_, _NULL, _BOOL],
2738
- [0, 0, 21, 64 | 0, 64 | 0, 64 | 21, () => MapAttributeValue, () => ListAttributeValue, 2, 2],
2739
- ];
2740
- var BatchExecuteStatement = [
2741
- 9,
2742
- n0,
2743
- _BES,
2744
- 0,
2745
- () => BatchExecuteStatementInput,
2746
- () => BatchExecuteStatementOutput,
2747
- ];
2748
- var BatchGetItem = [9, n0, _BGI, 0, () => BatchGetItemInput, () => BatchGetItemOutput];
2749
- var BatchWriteItem = [
2750
- 9,
2751
- n0,
2752
- _BWI,
2753
- 0,
2754
- () => BatchWriteItemInput,
2755
- () => BatchWriteItemOutput,
2756
- ];
2757
- var CreateBackup = [9, n0, _CB, 0, () => CreateBackupInput, () => CreateBackupOutput];
2758
- var CreateGlobalTable = [
2759
- 9,
2760
- n0,
2761
- _CGT,
2762
- 0,
2763
- () => CreateGlobalTableInput,
2764
- () => CreateGlobalTableOutput,
2765
- ];
2766
- var CreateTable = [9, n0, _CTr, 0, () => CreateTableInput, () => CreateTableOutput];
2767
- var DeleteBackup = [9, n0, _DB, 0, () => DeleteBackupInput, () => DeleteBackupOutput];
2768
- var DeleteItem = [9, n0, _DI, 0, () => DeleteItemInput, () => DeleteItemOutput];
2769
- var DeleteResourcePolicy = [
2770
- 9,
2771
- n0,
2772
- _DRP,
2773
- 0,
2774
- () => DeleteResourcePolicyInput,
2775
- () => DeleteResourcePolicyOutput,
2776
- ];
2777
- var DeleteTable = [9, n0, _DT, 0, () => DeleteTableInput, () => DeleteTableOutput];
2778
- var DescribeBackup = [
2779
- 9,
2780
- n0,
2781
- _DBe,
2782
- 0,
2783
- () => DescribeBackupInput,
2784
- () => DescribeBackupOutput,
2785
- ];
2786
- var DescribeContinuousBackups = [
2787
- 9,
2788
- n0,
2789
- _DCB,
2790
- 0,
2791
- () => DescribeContinuousBackupsInput,
2792
- () => DescribeContinuousBackupsOutput,
2793
- ];
2794
- var DescribeContributorInsights = [
2795
- 9,
2796
- n0,
2797
- _DCI,
2798
- 0,
2799
- () => DescribeContributorInsightsInput,
2800
- () => DescribeContributorInsightsOutput,
2801
- ];
2802
- var DescribeEndpoints = [
2803
- 9,
2804
- n0,
2805
- _DE,
2806
- 0,
2807
- () => DescribeEndpointsRequest,
2808
- () => DescribeEndpointsResponse,
2809
- ];
2810
- var DescribeExport = [
2811
- 9,
2812
- n0,
2813
- _DEe,
2814
- 0,
2815
- () => DescribeExportInput,
2816
- () => DescribeExportOutput,
2817
- ];
2818
- var DescribeGlobalTable = [
2819
- 9,
2820
- n0,
2821
- _DGT,
2822
- 0,
2823
- () => DescribeGlobalTableInput,
2824
- () => DescribeGlobalTableOutput,
2825
- ];
2826
- var DescribeGlobalTableSettings = [
2827
- 9,
2828
- n0,
2829
- _DGTS,
2830
- 0,
2831
- () => DescribeGlobalTableSettingsInput,
2832
- () => DescribeGlobalTableSettingsOutput,
2833
- ];
2834
- var DescribeImport = [
2835
- 9,
2836
- n0,
2837
- _DIe,
2838
- 0,
2839
- () => DescribeImportInput,
2840
- () => DescribeImportOutput,
2841
- ];
2842
- var DescribeKinesisStreamingDestination = [
2843
- 9,
2844
- n0,
2845
- _DKSD,
2846
- 0,
2847
- () => DescribeKinesisStreamingDestinationInput,
2848
- () => DescribeKinesisStreamingDestinationOutput,
2849
- ];
2850
- var DescribeLimits = [
2851
- 9,
2852
- n0,
2853
- _DL,
2854
- 0,
2855
- () => DescribeLimitsInput,
2856
- () => DescribeLimitsOutput,
2857
- ];
2858
- var DescribeTable = [9, n0, _DTe, 0, () => DescribeTableInput, () => DescribeTableOutput];
2859
- var DescribeTableReplicaAutoScaling = [
2860
- 9,
2861
- n0,
2862
- _DTRAS,
2863
- 0,
2864
- () => DescribeTableReplicaAutoScalingInput,
2865
- () => DescribeTableReplicaAutoScalingOutput,
2866
- ];
2867
- var DescribeTimeToLive = [
2868
- 9,
2869
- n0,
2870
- _DTTL,
2871
- 0,
2872
- () => DescribeTimeToLiveInput,
2873
- () => DescribeTimeToLiveOutput,
2874
- ];
2875
- var DisableKinesisStreamingDestination = [
2876
- 9,
2877
- n0,
2878
- _DKSDi,
2879
- 0,
2880
- () => KinesisStreamingDestinationInput,
2881
- () => KinesisStreamingDestinationOutput,
2882
- ];
2883
- var EnableKinesisStreamingDestination = [
2884
- 9,
2885
- n0,
2886
- _EKSD,
2887
- 0,
2888
- () => KinesisStreamingDestinationInput,
2889
- () => KinesisStreamingDestinationOutput,
2890
- ];
2891
- var ExecuteStatement = [
2892
- 9,
2893
- n0,
2894
- _ESxe,
2895
- 0,
2896
- () => ExecuteStatementInput,
2897
- () => ExecuteStatementOutput,
2898
- ];
2899
- var ExecuteTransaction = [
2900
- 9,
2901
- n0,
2902
- _ETxe,
2903
- 0,
2904
- () => ExecuteTransactionInput,
2905
- () => ExecuteTransactionOutput,
2906
- ];
2907
- var ExportTableToPointInTime = [
2908
- 9,
2909
- n0,
2910
- _ETTPIT,
2911
- 0,
2912
- () => ExportTableToPointInTimeInput,
2913
- () => ExportTableToPointInTimeOutput,
2914
- ];
2915
- var GetItem = [9, n0, _GI, 0, () => GetItemInput, () => GetItemOutput];
2916
- var GetResourcePolicy = [
2917
- 9,
2918
- n0,
2919
- _GRP,
2920
- 0,
2921
- () => GetResourcePolicyInput,
2922
- () => GetResourcePolicyOutput,
2923
- ];
2924
- var ImportTable = [9, n0, _IT, 0, () => ImportTableInput, () => ImportTableOutput];
2925
- var ListBackups = [9, n0, _LB, 0, () => ListBackupsInput, () => ListBackupsOutput];
2926
- var ListContributorInsights = [
2927
- 9,
2928
- n0,
2929
- _LCI,
2930
- 0,
2931
- () => ListContributorInsightsInput,
2932
- () => ListContributorInsightsOutput,
2933
- ];
2934
- var ListExports = [9, n0, _LE, 0, () => ListExportsInput, () => ListExportsOutput];
2935
- var ListGlobalTables = [
2936
- 9,
2937
- n0,
2938
- _LGT,
2939
- 0,
2940
- () => ListGlobalTablesInput,
2941
- () => ListGlobalTablesOutput,
2942
- ];
2943
- var ListImports = [9, n0, _LI, 0, () => ListImportsInput, () => ListImportsOutput];
2944
- var ListTables = [9, n0, _LT, 0, () => ListTablesInput, () => ListTablesOutput];
2945
- var ListTagsOfResource = [
2946
- 9,
2947
- n0,
2948
- _LTOR,
2949
- 0,
2950
- () => ListTagsOfResourceInput,
2951
- () => ListTagsOfResourceOutput,
2952
- ];
2953
- var PutItem = [9, n0, _PI, 0, () => PutItemInput, () => PutItemOutput];
2954
- var PutResourcePolicy = [
2955
- 9,
2956
- n0,
2957
- _PRP,
2958
- 0,
2959
- () => PutResourcePolicyInput,
2960
- () => PutResourcePolicyOutput,
2961
- ];
2962
- var Query = [9, n0, _Q, 0, () => QueryInput, () => QueryOutput];
2963
- var RestoreTableFromBackup = [
2964
- 9,
2965
- n0,
2966
- _RTFB,
2967
- 0,
2968
- () => RestoreTableFromBackupInput,
2969
- () => RestoreTableFromBackupOutput,
2970
- ];
2971
- var RestoreTableToPointInTime = [
2972
- 9,
2973
- n0,
2974
- _RTTPIT,
2975
- 0,
2976
- () => RestoreTableToPointInTimeInput,
2977
- () => RestoreTableToPointInTimeOutput,
2978
- ];
2979
- var Scan = [9, n0, _Sc, 0, () => ScanInput, () => ScanOutput];
2980
- var TagResource = [9, n0, _TRa, 0, () => TagResourceInput, () => __Unit];
2981
- var TransactGetItems = [
2982
- 9,
2983
- n0,
2984
- _TGIr,
2985
- 0,
2986
- () => TransactGetItemsInput,
2987
- () => TransactGetItemsOutput,
2988
- ];
2989
- var TransactWriteItems = [
2990
- 9,
2991
- n0,
2992
- _TWIr,
2993
- 0,
2994
- () => TransactWriteItemsInput,
2995
- () => TransactWriteItemsOutput,
2996
- ];
2997
- var UntagResource = [9, n0, _UR, 0, () => UntagResourceInput, () => __Unit];
2998
- var UpdateContinuousBackups = [
2999
- 9,
3000
- n0,
3001
- _UCB,
3002
- 0,
3003
- () => UpdateContinuousBackupsInput,
3004
- () => UpdateContinuousBackupsOutput,
3005
- ];
3006
- var UpdateContributorInsights = [
3007
- 9,
3008
- n0,
3009
- _UCI,
3010
- 0,
3011
- () => UpdateContributorInsightsInput,
3012
- () => UpdateContributorInsightsOutput,
3013
- ];
3014
- var UpdateGlobalTable = [
3015
- 9,
3016
- n0,
3017
- _UGT,
3018
- 0,
3019
- () => UpdateGlobalTableInput,
3020
- () => UpdateGlobalTableOutput,
3021
- ];
3022
- var UpdateGlobalTableSettings = [
3023
- 9,
3024
- n0,
3025
- _UGTS,
3026
- 0,
3027
- () => UpdateGlobalTableSettingsInput,
3028
- () => UpdateGlobalTableSettingsOutput,
3029
- ];
3030
- var UpdateItem = [9, n0, _UIp, 0, () => UpdateItemInput, () => UpdateItemOutput];
3031
- var UpdateKinesisStreamingDestination = [
3032
- 9,
3033
- n0,
3034
- _UKSD,
3035
- 0,
3036
- () => UpdateKinesisStreamingDestinationInput,
3037
- () => UpdateKinesisStreamingDestinationOutput,
3038
- ];
3039
- var UpdateTable = [9, n0, _UT, 0, () => UpdateTableInput, () => UpdateTableOutput];
3040
- var UpdateTableReplicaAutoScaling = [
3041
- 9,
3042
- n0,
3043
- _UTRAS,
3044
- 0,
3045
- () => UpdateTableReplicaAutoScalingInput,
3046
- () => UpdateTableReplicaAutoScalingOutput,
3047
- ];
3048
- var UpdateTimeToLive = [
3049
- 9,
3050
- n0,
3051
- _UTTL,
3052
- 0,
3053
- () => UpdateTimeToLiveInput,
3054
- () => UpdateTimeToLiveOutput,
3055
- ];
3056
-
3057
41
  class DescribeEndpointsCommand extends smithyClient.Command
3058
42
  .classBuilder()
3059
43
  .ep(commonParams)
@@ -3062,7 +46,7 @@ class DescribeEndpointsCommand extends smithyClient.Command
3062
46
  })
3063
47
  .s("DynamoDB_20120810", "DescribeEndpoints", {})
3064
48
  .n("DynamoDBClient", "DescribeEndpointsCommand")
3065
- .sc(DescribeEndpoints)
49
+ .sc(schemas_0.DescribeEndpoints$)
3066
50
  .build() {
3067
51
  }
3068
52
 
@@ -3125,9 +109,7 @@ class DynamoDBClient extends smithyClient.Client {
3125
109
  const _config_6 = middlewareHostHeader.resolveHostHeaderConfig(_config_5);
3126
110
  const _config_7 = middlewareEndpoint.resolveEndpointConfig(_config_6);
3127
111
  const _config_8 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_7);
3128
- const _config_9 = middlewareEndpointDiscovery.resolveEndpointDiscoveryConfig(_config_8, {
3129
- endpointDiscoveryCommandCtor: DescribeEndpointsCommand,
3130
- });
112
+ const _config_9 = middlewareEndpointDiscovery.resolveEndpointDiscoveryConfig(_config_8, { endpointDiscoveryCommandCtor: DescribeEndpointsCommand });
3131
113
  const _config_10 = resolveRuntimeExtensions(_config_9, configuration?.extensions || []);
3132
114
  this.config = _config_10;
3133
115
  this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
@@ -3158,7 +140,7 @@ class BatchExecuteStatementCommand extends smithyClient.Command
3158
140
  })
3159
141
  .s("DynamoDB_20120810", "BatchExecuteStatement", {})
3160
142
  .n("DynamoDBClient", "BatchExecuteStatementCommand")
3161
- .sc(BatchExecuteStatement)
143
+ .sc(schemas_0.BatchExecuteStatement$)
3162
144
  .build() {
3163
145
  }
3164
146
 
@@ -3173,7 +155,7 @@ class BatchGetItemCommand extends smithyClient.Command
3173
155
  })
3174
156
  .s("DynamoDB_20120810", "BatchGetItem", {})
3175
157
  .n("DynamoDBClient", "BatchGetItemCommand")
3176
- .sc(BatchGetItem)
158
+ .sc(schemas_0.BatchGetItem$)
3177
159
  .build() {
3178
160
  }
3179
161
 
@@ -3188,7 +170,7 @@ class BatchWriteItemCommand extends smithyClient.Command
3188
170
  })
3189
171
  .s("DynamoDB_20120810", "BatchWriteItem", {})
3190
172
  .n("DynamoDBClient", "BatchWriteItemCommand")
3191
- .sc(BatchWriteItem)
173
+ .sc(schemas_0.BatchWriteItem$)
3192
174
  .build() {
3193
175
  }
3194
176
 
@@ -3203,7 +185,7 @@ class CreateBackupCommand extends smithyClient.Command
3203
185
  })
3204
186
  .s("DynamoDB_20120810", "CreateBackup", {})
3205
187
  .n("DynamoDBClient", "CreateBackupCommand")
3206
- .sc(CreateBackup)
188
+ .sc(schemas_0.CreateBackup$)
3207
189
  .build() {
3208
190
  }
3209
191
 
@@ -3218,7 +200,7 @@ class CreateGlobalTableCommand extends smithyClient.Command
3218
200
  })
3219
201
  .s("DynamoDB_20120810", "CreateGlobalTable", {})
3220
202
  .n("DynamoDBClient", "CreateGlobalTableCommand")
3221
- .sc(CreateGlobalTable)
203
+ .sc(schemas_0.CreateGlobalTable$)
3222
204
  .build() {
3223
205
  }
3224
206
 
@@ -3233,7 +215,7 @@ class CreateTableCommand extends smithyClient.Command
3233
215
  })
3234
216
  .s("DynamoDB_20120810", "CreateTable", {})
3235
217
  .n("DynamoDBClient", "CreateTableCommand")
3236
- .sc(CreateTable)
218
+ .sc(schemas_0.CreateTable$)
3237
219
  .build() {
3238
220
  }
3239
221
 
@@ -3248,7 +230,7 @@ class DeleteBackupCommand extends smithyClient.Command
3248
230
  })
3249
231
  .s("DynamoDB_20120810", "DeleteBackup", {})
3250
232
  .n("DynamoDBClient", "DeleteBackupCommand")
3251
- .sc(DeleteBackup)
233
+ .sc(schemas_0.DeleteBackup$)
3252
234
  .build() {
3253
235
  }
3254
236
 
@@ -3263,7 +245,7 @@ class DeleteItemCommand extends smithyClient.Command
3263
245
  })
3264
246
  .s("DynamoDB_20120810", "DeleteItem", {})
3265
247
  .n("DynamoDBClient", "DeleteItemCommand")
3266
- .sc(DeleteItem)
248
+ .sc(schemas_0.DeleteItem$)
3267
249
  .build() {
3268
250
  }
3269
251
 
@@ -3278,7 +260,7 @@ class DeleteResourcePolicyCommand extends smithyClient.Command
3278
260
  })
3279
261
  .s("DynamoDB_20120810", "DeleteResourcePolicy", {})
3280
262
  .n("DynamoDBClient", "DeleteResourcePolicyCommand")
3281
- .sc(DeleteResourcePolicy)
263
+ .sc(schemas_0.DeleteResourcePolicy$)
3282
264
  .build() {
3283
265
  }
3284
266
 
@@ -3293,7 +275,7 @@ class DeleteTableCommand extends smithyClient.Command
3293
275
  })
3294
276
  .s("DynamoDB_20120810", "DeleteTable", {})
3295
277
  .n("DynamoDBClient", "DeleteTableCommand")
3296
- .sc(DeleteTable)
278
+ .sc(schemas_0.DeleteTable$)
3297
279
  .build() {
3298
280
  }
3299
281
 
@@ -3308,7 +290,7 @@ class DescribeBackupCommand extends smithyClient.Command
3308
290
  })
3309
291
  .s("DynamoDB_20120810", "DescribeBackup", {})
3310
292
  .n("DynamoDBClient", "DescribeBackupCommand")
3311
- .sc(DescribeBackup)
293
+ .sc(schemas_0.DescribeBackup$)
3312
294
  .build() {
3313
295
  }
3314
296
 
@@ -3323,7 +305,7 @@ class DescribeContinuousBackupsCommand extends smithyClient.Command
3323
305
  })
3324
306
  .s("DynamoDB_20120810", "DescribeContinuousBackups", {})
3325
307
  .n("DynamoDBClient", "DescribeContinuousBackupsCommand")
3326
- .sc(DescribeContinuousBackups)
308
+ .sc(schemas_0.DescribeContinuousBackups$)
3327
309
  .build() {
3328
310
  }
3329
311
 
@@ -3338,7 +320,7 @@ class DescribeContributorInsightsCommand extends smithyClient.Command
3338
320
  })
3339
321
  .s("DynamoDB_20120810", "DescribeContributorInsights", {})
3340
322
  .n("DynamoDBClient", "DescribeContributorInsightsCommand")
3341
- .sc(DescribeContributorInsights)
323
+ .sc(schemas_0.DescribeContributorInsights$)
3342
324
  .build() {
3343
325
  }
3344
326
 
@@ -3353,7 +335,7 @@ class DescribeExportCommand extends smithyClient.Command
3353
335
  })
3354
336
  .s("DynamoDB_20120810", "DescribeExport", {})
3355
337
  .n("DynamoDBClient", "DescribeExportCommand")
3356
- .sc(DescribeExport)
338
+ .sc(schemas_0.DescribeExport$)
3357
339
  .build() {
3358
340
  }
3359
341
 
@@ -3368,7 +350,7 @@ class DescribeGlobalTableCommand extends smithyClient.Command
3368
350
  })
3369
351
  .s("DynamoDB_20120810", "DescribeGlobalTable", {})
3370
352
  .n("DynamoDBClient", "DescribeGlobalTableCommand")
3371
- .sc(DescribeGlobalTable)
353
+ .sc(schemas_0.DescribeGlobalTable$)
3372
354
  .build() {
3373
355
  }
3374
356
 
@@ -3383,7 +365,7 @@ class DescribeGlobalTableSettingsCommand extends smithyClient.Command
3383
365
  })
3384
366
  .s("DynamoDB_20120810", "DescribeGlobalTableSettings", {})
3385
367
  .n("DynamoDBClient", "DescribeGlobalTableSettingsCommand")
3386
- .sc(DescribeGlobalTableSettings)
368
+ .sc(schemas_0.DescribeGlobalTableSettings$)
3387
369
  .build() {
3388
370
  }
3389
371
 
@@ -3398,7 +380,7 @@ class DescribeImportCommand extends smithyClient.Command
3398
380
  })
3399
381
  .s("DynamoDB_20120810", "DescribeImport", {})
3400
382
  .n("DynamoDBClient", "DescribeImportCommand")
3401
- .sc(DescribeImport)
383
+ .sc(schemas_0.DescribeImport$)
3402
384
  .build() {
3403
385
  }
3404
386
 
@@ -3413,7 +395,7 @@ class DescribeKinesisStreamingDestinationCommand extends smithyClient.Command
3413
395
  })
3414
396
  .s("DynamoDB_20120810", "DescribeKinesisStreamingDestination", {})
3415
397
  .n("DynamoDBClient", "DescribeKinesisStreamingDestinationCommand")
3416
- .sc(DescribeKinesisStreamingDestination)
398
+ .sc(schemas_0.DescribeKinesisStreamingDestination$)
3417
399
  .build() {
3418
400
  }
3419
401
 
@@ -3425,7 +407,7 @@ class DescribeLimitsCommand extends smithyClient.Command
3425
407
  })
3426
408
  .s("DynamoDB_20120810", "DescribeLimits", {})
3427
409
  .n("DynamoDBClient", "DescribeLimitsCommand")
3428
- .sc(DescribeLimits)
410
+ .sc(schemas_0.DescribeLimits$)
3429
411
  .build() {
3430
412
  }
3431
413
 
@@ -3440,7 +422,7 @@ class DescribeTableCommand extends smithyClient.Command
3440
422
  })
3441
423
  .s("DynamoDB_20120810", "DescribeTable", {})
3442
424
  .n("DynamoDBClient", "DescribeTableCommand")
3443
- .sc(DescribeTable)
425
+ .sc(schemas_0.DescribeTable$)
3444
426
  .build() {
3445
427
  }
3446
428
 
@@ -3455,7 +437,7 @@ class DescribeTableReplicaAutoScalingCommand extends smithyClient.Command
3455
437
  })
3456
438
  .s("DynamoDB_20120810", "DescribeTableReplicaAutoScaling", {})
3457
439
  .n("DynamoDBClient", "DescribeTableReplicaAutoScalingCommand")
3458
- .sc(DescribeTableReplicaAutoScaling)
440
+ .sc(schemas_0.DescribeTableReplicaAutoScaling$)
3459
441
  .build() {
3460
442
  }
3461
443
 
@@ -3470,7 +452,7 @@ class DescribeTimeToLiveCommand extends smithyClient.Command
3470
452
  })
3471
453
  .s("DynamoDB_20120810", "DescribeTimeToLive", {})
3472
454
  .n("DynamoDBClient", "DescribeTimeToLiveCommand")
3473
- .sc(DescribeTimeToLive)
455
+ .sc(schemas_0.DescribeTimeToLive$)
3474
456
  .build() {
3475
457
  }
3476
458
 
@@ -3485,7 +467,7 @@ class DisableKinesisStreamingDestinationCommand extends smithyClient.Command
3485
467
  })
3486
468
  .s("DynamoDB_20120810", "DisableKinesisStreamingDestination", {})
3487
469
  .n("DynamoDBClient", "DisableKinesisStreamingDestinationCommand")
3488
- .sc(DisableKinesisStreamingDestination)
470
+ .sc(schemas_0.DisableKinesisStreamingDestination$)
3489
471
  .build() {
3490
472
  }
3491
473
 
@@ -3500,7 +482,7 @@ class EnableKinesisStreamingDestinationCommand extends smithyClient.Command
3500
482
  })
3501
483
  .s("DynamoDB_20120810", "EnableKinesisStreamingDestination", {})
3502
484
  .n("DynamoDBClient", "EnableKinesisStreamingDestinationCommand")
3503
- .sc(EnableKinesisStreamingDestination)
485
+ .sc(schemas_0.EnableKinesisStreamingDestination$)
3504
486
  .build() {
3505
487
  }
3506
488
 
@@ -3512,7 +494,7 @@ class ExecuteStatementCommand extends smithyClient.Command
3512
494
  })
3513
495
  .s("DynamoDB_20120810", "ExecuteStatement", {})
3514
496
  .n("DynamoDBClient", "ExecuteStatementCommand")
3515
- .sc(ExecuteStatement)
497
+ .sc(schemas_0.ExecuteStatement$)
3516
498
  .build() {
3517
499
  }
3518
500
 
@@ -3524,7 +506,7 @@ class ExecuteTransactionCommand extends smithyClient.Command
3524
506
  })
3525
507
  .s("DynamoDB_20120810", "ExecuteTransaction", {})
3526
508
  .n("DynamoDBClient", "ExecuteTransactionCommand")
3527
- .sc(ExecuteTransaction)
509
+ .sc(schemas_0.ExecuteTransaction$)
3528
510
  .build() {
3529
511
  }
3530
512
 
@@ -3539,7 +521,7 @@ class ExportTableToPointInTimeCommand extends smithyClient.Command
3539
521
  })
3540
522
  .s("DynamoDB_20120810", "ExportTableToPointInTime", {})
3541
523
  .n("DynamoDBClient", "ExportTableToPointInTimeCommand")
3542
- .sc(ExportTableToPointInTime)
524
+ .sc(schemas_0.ExportTableToPointInTime$)
3543
525
  .build() {
3544
526
  }
3545
527
 
@@ -3554,7 +536,7 @@ class GetItemCommand extends smithyClient.Command
3554
536
  })
3555
537
  .s("DynamoDB_20120810", "GetItem", {})
3556
538
  .n("DynamoDBClient", "GetItemCommand")
3557
- .sc(GetItem)
539
+ .sc(schemas_0.GetItem$)
3558
540
  .build() {
3559
541
  }
3560
542
 
@@ -3569,7 +551,7 @@ class GetResourcePolicyCommand extends smithyClient.Command
3569
551
  })
3570
552
  .s("DynamoDB_20120810", "GetResourcePolicy", {})
3571
553
  .n("DynamoDBClient", "GetResourcePolicyCommand")
3572
- .sc(GetResourcePolicy)
554
+ .sc(schemas_0.GetResourcePolicy$)
3573
555
  .build() {
3574
556
  }
3575
557
 
@@ -3584,7 +566,7 @@ class ImportTableCommand extends smithyClient.Command
3584
566
  })
3585
567
  .s("DynamoDB_20120810", "ImportTable", {})
3586
568
  .n("DynamoDBClient", "ImportTableCommand")
3587
- .sc(ImportTable)
569
+ .sc(schemas_0.ImportTable$)
3588
570
  .build() {
3589
571
  }
3590
572
 
@@ -3599,7 +581,7 @@ class ListBackupsCommand extends smithyClient.Command
3599
581
  })
3600
582
  .s("DynamoDB_20120810", "ListBackups", {})
3601
583
  .n("DynamoDBClient", "ListBackupsCommand")
3602
- .sc(ListBackups)
584
+ .sc(schemas_0.ListBackups$)
3603
585
  .build() {
3604
586
  }
3605
587
 
@@ -3614,7 +596,7 @@ class ListContributorInsightsCommand extends smithyClient.Command
3614
596
  })
3615
597
  .s("DynamoDB_20120810", "ListContributorInsights", {})
3616
598
  .n("DynamoDBClient", "ListContributorInsightsCommand")
3617
- .sc(ListContributorInsights)
599
+ .sc(schemas_0.ListContributorInsights$)
3618
600
  .build() {
3619
601
  }
3620
602
 
@@ -3629,7 +611,7 @@ class ListExportsCommand extends smithyClient.Command
3629
611
  })
3630
612
  .s("DynamoDB_20120810", "ListExports", {})
3631
613
  .n("DynamoDBClient", "ListExportsCommand")
3632
- .sc(ListExports)
614
+ .sc(schemas_0.ListExports$)
3633
615
  .build() {
3634
616
  }
3635
617
 
@@ -3641,7 +623,7 @@ class ListGlobalTablesCommand extends smithyClient.Command
3641
623
  })
3642
624
  .s("DynamoDB_20120810", "ListGlobalTables", {})
3643
625
  .n("DynamoDBClient", "ListGlobalTablesCommand")
3644
- .sc(ListGlobalTables)
626
+ .sc(schemas_0.ListGlobalTables$)
3645
627
  .build() {
3646
628
  }
3647
629
 
@@ -3656,7 +638,7 @@ class ListImportsCommand extends smithyClient.Command
3656
638
  })
3657
639
  .s("DynamoDB_20120810", "ListImports", {})
3658
640
  .n("DynamoDBClient", "ListImportsCommand")
3659
- .sc(ListImports)
641
+ .sc(schemas_0.ListImports$)
3660
642
  .build() {
3661
643
  }
3662
644
 
@@ -3668,7 +650,7 @@ class ListTablesCommand extends smithyClient.Command
3668
650
  })
3669
651
  .s("DynamoDB_20120810", "ListTables", {})
3670
652
  .n("DynamoDBClient", "ListTablesCommand")
3671
- .sc(ListTables)
653
+ .sc(schemas_0.ListTables$)
3672
654
  .build() {
3673
655
  }
3674
656
 
@@ -3683,7 +665,7 @@ class ListTagsOfResourceCommand extends smithyClient.Command
3683
665
  })
3684
666
  .s("DynamoDB_20120810", "ListTagsOfResource", {})
3685
667
  .n("DynamoDBClient", "ListTagsOfResourceCommand")
3686
- .sc(ListTagsOfResource)
668
+ .sc(schemas_0.ListTagsOfResource$)
3687
669
  .build() {
3688
670
  }
3689
671
 
@@ -3698,7 +680,7 @@ class PutItemCommand extends smithyClient.Command
3698
680
  })
3699
681
  .s("DynamoDB_20120810", "PutItem", {})
3700
682
  .n("DynamoDBClient", "PutItemCommand")
3701
- .sc(PutItem)
683
+ .sc(schemas_0.PutItem$)
3702
684
  .build() {
3703
685
  }
3704
686
 
@@ -3713,7 +695,7 @@ class PutResourcePolicyCommand extends smithyClient.Command
3713
695
  })
3714
696
  .s("DynamoDB_20120810", "PutResourcePolicy", {})
3715
697
  .n("DynamoDBClient", "PutResourcePolicyCommand")
3716
- .sc(PutResourcePolicy)
698
+ .sc(schemas_0.PutResourcePolicy$)
3717
699
  .build() {
3718
700
  }
3719
701
 
@@ -3728,7 +710,7 @@ class QueryCommand extends smithyClient.Command
3728
710
  })
3729
711
  .s("DynamoDB_20120810", "Query", {})
3730
712
  .n("DynamoDBClient", "QueryCommand")
3731
- .sc(Query)
713
+ .sc(schemas_0.Query$)
3732
714
  .build() {
3733
715
  }
3734
716
 
@@ -3743,7 +725,7 @@ class RestoreTableFromBackupCommand extends smithyClient.Command
3743
725
  })
3744
726
  .s("DynamoDB_20120810", "RestoreTableFromBackup", {})
3745
727
  .n("DynamoDBClient", "RestoreTableFromBackupCommand")
3746
- .sc(RestoreTableFromBackup)
728
+ .sc(schemas_0.RestoreTableFromBackup$)
3747
729
  .build() {
3748
730
  }
3749
731
 
@@ -3758,7 +740,7 @@ class RestoreTableToPointInTimeCommand extends smithyClient.Command
3758
740
  })
3759
741
  .s("DynamoDB_20120810", "RestoreTableToPointInTime", {})
3760
742
  .n("DynamoDBClient", "RestoreTableToPointInTimeCommand")
3761
- .sc(RestoreTableToPointInTime)
743
+ .sc(schemas_0.RestoreTableToPointInTime$)
3762
744
  .build() {
3763
745
  }
3764
746
 
@@ -3773,7 +755,7 @@ class ScanCommand extends smithyClient.Command
3773
755
  })
3774
756
  .s("DynamoDB_20120810", "Scan", {})
3775
757
  .n("DynamoDBClient", "ScanCommand")
3776
- .sc(Scan)
758
+ .sc(schemas_0.Scan$)
3777
759
  .build() {
3778
760
  }
3779
761
 
@@ -3788,7 +770,7 @@ class TagResourceCommand extends smithyClient.Command
3788
770
  })
3789
771
  .s("DynamoDB_20120810", "TagResource", {})
3790
772
  .n("DynamoDBClient", "TagResourceCommand")
3791
- .sc(TagResource)
773
+ .sc(schemas_0.TagResource$)
3792
774
  .build() {
3793
775
  }
3794
776
 
@@ -3796,17 +778,14 @@ class TransactGetItemsCommand extends smithyClient.Command
3796
778
  .classBuilder()
3797
779
  .ep({
3798
780
  ...commonParams,
3799
- ResourceArnList: {
3800
- type: "operationContextParams",
3801
- get: (input) => input?.TransactItems?.map((obj) => obj?.Get?.TableName),
3802
- },
781
+ ResourceArnList: { type: "operationContextParams", get: (input) => input?.TransactItems?.map((obj) => obj?.Get?.TableName) },
3803
782
  })
3804
783
  .m(function (Command, cs, config, o) {
3805
784
  return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3806
785
  })
3807
786
  .s("DynamoDB_20120810", "TransactGetItems", {})
3808
787
  .n("DynamoDBClient", "TransactGetItemsCommand")
3809
- .sc(TransactGetItems)
788
+ .sc(schemas_0.TransactGetItems$)
3810
789
  .build() {
3811
790
  }
3812
791
 
@@ -3814,17 +793,14 @@ class TransactWriteItemsCommand extends smithyClient.Command
3814
793
  .classBuilder()
3815
794
  .ep({
3816
795
  ...commonParams,
3817
- ResourceArnList: {
3818
- type: "operationContextParams",
3819
- get: (input) => input?.TransactItems?.map((obj) => [obj?.ConditionCheck?.TableName, obj?.Put?.TableName, obj?.Delete?.TableName, obj?.Update?.TableName].filter((i) => i)).flat(),
3820
- },
796
+ ResourceArnList: { type: "operationContextParams", get: (input) => input?.TransactItems?.map((obj) => [obj?.ConditionCheck?.TableName, obj?.Put?.TableName, obj?.Delete?.TableName, obj?.Update?.TableName].filter((i) => i)).flat() },
3821
797
  })
3822
798
  .m(function (Command, cs, config, o) {
3823
799
  return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3824
800
  })
3825
801
  .s("DynamoDB_20120810", "TransactWriteItems", {})
3826
802
  .n("DynamoDBClient", "TransactWriteItemsCommand")
3827
- .sc(TransactWriteItems)
803
+ .sc(schemas_0.TransactWriteItems$)
3828
804
  .build() {
3829
805
  }
3830
806
 
@@ -3839,7 +815,7 @@ class UntagResourceCommand extends smithyClient.Command
3839
815
  })
3840
816
  .s("DynamoDB_20120810", "UntagResource", {})
3841
817
  .n("DynamoDBClient", "UntagResourceCommand")
3842
- .sc(UntagResource)
818
+ .sc(schemas_0.UntagResource$)
3843
819
  .build() {
3844
820
  }
3845
821
 
@@ -3854,7 +830,7 @@ class UpdateContinuousBackupsCommand extends smithyClient.Command
3854
830
  })
3855
831
  .s("DynamoDB_20120810", "UpdateContinuousBackups", {})
3856
832
  .n("DynamoDBClient", "UpdateContinuousBackupsCommand")
3857
- .sc(UpdateContinuousBackups)
833
+ .sc(schemas_0.UpdateContinuousBackups$)
3858
834
  .build() {
3859
835
  }
3860
836
 
@@ -3869,7 +845,7 @@ class UpdateContributorInsightsCommand extends smithyClient.Command
3869
845
  })
3870
846
  .s("DynamoDB_20120810", "UpdateContributorInsights", {})
3871
847
  .n("DynamoDBClient", "UpdateContributorInsightsCommand")
3872
- .sc(UpdateContributorInsights)
848
+ .sc(schemas_0.UpdateContributorInsights$)
3873
849
  .build() {
3874
850
  }
3875
851
 
@@ -3884,7 +860,7 @@ class UpdateGlobalTableCommand extends smithyClient.Command
3884
860
  })
3885
861
  .s("DynamoDB_20120810", "UpdateGlobalTable", {})
3886
862
  .n("DynamoDBClient", "UpdateGlobalTableCommand")
3887
- .sc(UpdateGlobalTable)
863
+ .sc(schemas_0.UpdateGlobalTable$)
3888
864
  .build() {
3889
865
  }
3890
866
 
@@ -3899,7 +875,7 @@ class UpdateGlobalTableSettingsCommand extends smithyClient.Command
3899
875
  })
3900
876
  .s("DynamoDB_20120810", "UpdateGlobalTableSettings", {})
3901
877
  .n("DynamoDBClient", "UpdateGlobalTableSettingsCommand")
3902
- .sc(UpdateGlobalTableSettings)
878
+ .sc(schemas_0.UpdateGlobalTableSettings$)
3903
879
  .build() {
3904
880
  }
3905
881
 
@@ -3914,7 +890,7 @@ class UpdateItemCommand extends smithyClient.Command
3914
890
  })
3915
891
  .s("DynamoDB_20120810", "UpdateItem", {})
3916
892
  .n("DynamoDBClient", "UpdateItemCommand")
3917
- .sc(UpdateItem)
893
+ .sc(schemas_0.UpdateItem$)
3918
894
  .build() {
3919
895
  }
3920
896
 
@@ -3929,7 +905,7 @@ class UpdateKinesisStreamingDestinationCommand extends smithyClient.Command
3929
905
  })
3930
906
  .s("DynamoDB_20120810", "UpdateKinesisStreamingDestination", {})
3931
907
  .n("DynamoDBClient", "UpdateKinesisStreamingDestinationCommand")
3932
- .sc(UpdateKinesisStreamingDestination)
908
+ .sc(schemas_0.UpdateKinesisStreamingDestination$)
3933
909
  .build() {
3934
910
  }
3935
911
 
@@ -3944,7 +920,7 @@ class UpdateTableCommand extends smithyClient.Command
3944
920
  })
3945
921
  .s("DynamoDB_20120810", "UpdateTable", {})
3946
922
  .n("DynamoDBClient", "UpdateTableCommand")
3947
- .sc(UpdateTable)
923
+ .sc(schemas_0.UpdateTable$)
3948
924
  .build() {
3949
925
  }
3950
926
 
@@ -3959,7 +935,7 @@ class UpdateTableReplicaAutoScalingCommand extends smithyClient.Command
3959
935
  })
3960
936
  .s("DynamoDB_20120810", "UpdateTableReplicaAutoScaling", {})
3961
937
  .n("DynamoDBClient", "UpdateTableReplicaAutoScalingCommand")
3962
- .sc(UpdateTableReplicaAutoScaling)
938
+ .sc(schemas_0.UpdateTableReplicaAutoScaling$)
3963
939
  .build() {
3964
940
  }
3965
941
 
@@ -3974,73 +950,10 @@ class UpdateTimeToLiveCommand extends smithyClient.Command
3974
950
  })
3975
951
  .s("DynamoDB_20120810", "UpdateTimeToLive", {})
3976
952
  .n("DynamoDBClient", "UpdateTimeToLiveCommand")
3977
- .sc(UpdateTimeToLive)
953
+ .sc(schemas_0.UpdateTimeToLive$)
3978
954
  .build() {
3979
955
  }
3980
956
 
3981
- const commands = {
3982
- BatchExecuteStatementCommand,
3983
- BatchGetItemCommand,
3984
- BatchWriteItemCommand,
3985
- CreateBackupCommand,
3986
- CreateGlobalTableCommand,
3987
- CreateTableCommand,
3988
- DeleteBackupCommand,
3989
- DeleteItemCommand,
3990
- DeleteResourcePolicyCommand,
3991
- DeleteTableCommand,
3992
- DescribeBackupCommand,
3993
- DescribeContinuousBackupsCommand,
3994
- DescribeContributorInsightsCommand,
3995
- DescribeEndpointsCommand,
3996
- DescribeExportCommand,
3997
- DescribeGlobalTableCommand,
3998
- DescribeGlobalTableSettingsCommand,
3999
- DescribeImportCommand,
4000
- DescribeKinesisStreamingDestinationCommand,
4001
- DescribeLimitsCommand,
4002
- DescribeTableCommand,
4003
- DescribeTableReplicaAutoScalingCommand,
4004
- DescribeTimeToLiveCommand,
4005
- DisableKinesisStreamingDestinationCommand,
4006
- EnableKinesisStreamingDestinationCommand,
4007
- ExecuteStatementCommand,
4008
- ExecuteTransactionCommand,
4009
- ExportTableToPointInTimeCommand,
4010
- GetItemCommand,
4011
- GetResourcePolicyCommand,
4012
- ImportTableCommand,
4013
- ListBackupsCommand,
4014
- ListContributorInsightsCommand,
4015
- ListExportsCommand,
4016
- ListGlobalTablesCommand,
4017
- ListImportsCommand,
4018
- ListTablesCommand,
4019
- ListTagsOfResourceCommand,
4020
- PutItemCommand,
4021
- PutResourcePolicyCommand,
4022
- QueryCommand,
4023
- RestoreTableFromBackupCommand,
4024
- RestoreTableToPointInTimeCommand,
4025
- ScanCommand,
4026
- TagResourceCommand,
4027
- TransactGetItemsCommand,
4028
- TransactWriteItemsCommand,
4029
- UntagResourceCommand,
4030
- UpdateContinuousBackupsCommand,
4031
- UpdateContributorInsightsCommand,
4032
- UpdateGlobalTableCommand,
4033
- UpdateGlobalTableSettingsCommand,
4034
- UpdateItemCommand,
4035
- UpdateKinesisStreamingDestinationCommand,
4036
- UpdateTableCommand,
4037
- UpdateTableReplicaAutoScalingCommand,
4038
- UpdateTimeToLiveCommand,
4039
- };
4040
- class DynamoDB extends DynamoDBClient {
4041
- }
4042
- smithyClient.createAggregatedClient(commands, DynamoDB);
4043
-
4044
957
  const paginateListContributorInsights = core.createPaginator(DynamoDBClient, ListContributorInsightsCommand, "NextToken", "NextToken", "MaxResults");
4045
958
 
4046
959
  const paginateListExports = core.createPaginator(DynamoDBClient, ListExportsCommand, "NextToken", "NextToken", "MaxResults");
@@ -4053,10 +966,184 @@ const paginateQuery = core.createPaginator(DynamoDBClient, QueryCommand, "Exclus
4053
966
 
4054
967
  const paginateScan = core.createPaginator(DynamoDBClient, ScanCommand, "ExclusiveStartKey", "LastEvaluatedKey", "Limit");
4055
968
 
969
+ const checkState$5 = async (client, input) => {
970
+ let reason;
971
+ try {
972
+ let result = await client.send(new DescribeContributorInsightsCommand(input));
973
+ reason = result;
974
+ try {
975
+ const returnComparator = () => {
976
+ return result.ContributorInsightsStatus;
977
+ };
978
+ if (returnComparator() === "ENABLED") {
979
+ return { state: utilWaiter.WaiterState.SUCCESS, reason };
980
+ }
981
+ }
982
+ catch (e) { }
983
+ try {
984
+ const returnComparator = () => {
985
+ return result.ContributorInsightsStatus;
986
+ };
987
+ if (returnComparator() === "FAILED") {
988
+ return { state: utilWaiter.WaiterState.FAILURE, reason };
989
+ }
990
+ }
991
+ catch (e) { }
992
+ }
993
+ catch (exception) {
994
+ reason = exception;
995
+ }
996
+ return { state: utilWaiter.WaiterState.RETRY, reason };
997
+ };
998
+ const waitForContributorInsightsEnabled = async (params, input) => {
999
+ const serviceDefaults = { minDelay: 20, maxDelay: 120 };
1000
+ return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$5);
1001
+ };
1002
+ const waitUntilContributorInsightsEnabled = async (params, input) => {
1003
+ const serviceDefaults = { minDelay: 20, maxDelay: 120 };
1004
+ const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$5);
1005
+ return utilWaiter.checkExceptions(result);
1006
+ };
1007
+
1008
+ const checkState$4 = async (client, input) => {
1009
+ let reason;
1010
+ try {
1011
+ let result = await client.send(new DescribeExportCommand(input));
1012
+ reason = result;
1013
+ try {
1014
+ const returnComparator = () => {
1015
+ return result.ExportDescription.ExportStatus;
1016
+ };
1017
+ if (returnComparator() === "COMPLETED") {
1018
+ return { state: utilWaiter.WaiterState.SUCCESS, reason };
1019
+ }
1020
+ }
1021
+ catch (e) { }
1022
+ try {
1023
+ const returnComparator = () => {
1024
+ return result.ExportDescription.ExportStatus;
1025
+ };
1026
+ if (returnComparator() === "FAILED") {
1027
+ return { state: utilWaiter.WaiterState.FAILURE, reason };
1028
+ }
1029
+ }
1030
+ catch (e) { }
1031
+ }
1032
+ catch (exception) {
1033
+ reason = exception;
1034
+ }
1035
+ return { state: utilWaiter.WaiterState.RETRY, reason };
1036
+ };
1037
+ const waitForExportCompleted = async (params, input) => {
1038
+ const serviceDefaults = { minDelay: 20, maxDelay: 120 };
1039
+ return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$4);
1040
+ };
1041
+ const waitUntilExportCompleted = async (params, input) => {
1042
+ const serviceDefaults = { minDelay: 20, maxDelay: 120 };
1043
+ const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$4);
1044
+ return utilWaiter.checkExceptions(result);
1045
+ };
1046
+
1047
+ const checkState$3 = async (client, input) => {
1048
+ let reason;
1049
+ try {
1050
+ let result = await client.send(new DescribeImportCommand(input));
1051
+ reason = result;
1052
+ try {
1053
+ const returnComparator = () => {
1054
+ return result.ImportTableDescription.ImportStatus;
1055
+ };
1056
+ if (returnComparator() === "COMPLETED") {
1057
+ return { state: utilWaiter.WaiterState.SUCCESS, reason };
1058
+ }
1059
+ }
1060
+ catch (e) { }
1061
+ try {
1062
+ const returnComparator = () => {
1063
+ return result.ImportTableDescription.ImportStatus;
1064
+ };
1065
+ if (returnComparator() === "FAILED") {
1066
+ return { state: utilWaiter.WaiterState.FAILURE, reason };
1067
+ }
1068
+ }
1069
+ catch (e) { }
1070
+ try {
1071
+ const returnComparator = () => {
1072
+ return result.ImportTableDescription.ImportStatus;
1073
+ };
1074
+ if (returnComparator() === "CANCELLED") {
1075
+ return { state: utilWaiter.WaiterState.FAILURE, reason };
1076
+ }
1077
+ }
1078
+ catch (e) { }
1079
+ }
1080
+ catch (exception) {
1081
+ reason = exception;
1082
+ }
1083
+ return { state: utilWaiter.WaiterState.RETRY, reason };
1084
+ };
1085
+ const waitForImportCompleted = async (params, input) => {
1086
+ const serviceDefaults = { minDelay: 20, maxDelay: 120 };
1087
+ return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
1088
+ };
1089
+ const waitUntilImportCompleted = async (params, input) => {
1090
+ const serviceDefaults = { minDelay: 20, maxDelay: 120 };
1091
+ const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
1092
+ return utilWaiter.checkExceptions(result);
1093
+ };
1094
+
1095
+ const checkState$2 = async (client, input) => {
1096
+ let reason;
1097
+ try {
1098
+ let result = await client.send(new DescribeKinesisStreamingDestinationCommand(input));
1099
+ reason = result;
1100
+ try {
1101
+ const returnComparator = () => {
1102
+ let flat_1 = [].concat(...result.KinesisDataStreamDestinations);
1103
+ let projection_3 = flat_1.map((element_2) => {
1104
+ return element_2.DestinationStatus;
1105
+ });
1106
+ return projection_3;
1107
+ };
1108
+ for (let anyStringEq_4 of returnComparator()) {
1109
+ if (anyStringEq_4 == "ACTIVE") {
1110
+ return { state: utilWaiter.WaiterState.SUCCESS, reason };
1111
+ }
1112
+ }
1113
+ }
1114
+ catch (e) { }
1115
+ try {
1116
+ const returnComparator = () => {
1117
+ let filterRes_2 = result.KinesisDataStreamDestinations.filter((element_1) => {
1118
+ return (((element_1.DestinationStatus == "DISABLED") || (element_1.DestinationStatus == "ENABLE_FAILED")) && ((element_1.DestinationStatus == "ENABLE_FAILED") || (element_1.DestinationStatus == "DISABLED")));
1119
+ });
1120
+ return ((result.KinesisDataStreamDestinations.length > 0) && (filterRes_2.length == result.KinesisDataStreamDestinations.length));
1121
+ };
1122
+ if (returnComparator() == true) {
1123
+ return { state: utilWaiter.WaiterState.FAILURE, reason };
1124
+ }
1125
+ }
1126
+ catch (e) { }
1127
+ }
1128
+ catch (exception) {
1129
+ reason = exception;
1130
+ }
1131
+ return { state: utilWaiter.WaiterState.RETRY, reason };
1132
+ };
1133
+ const waitForKinesisStreamingDestinationActive = async (params, input) => {
1134
+ const serviceDefaults = { minDelay: 20, maxDelay: 120 };
1135
+ return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
1136
+ };
1137
+ const waitUntilKinesisStreamingDestinationActive = async (params, input) => {
1138
+ const serviceDefaults = { minDelay: 20, maxDelay: 120 };
1139
+ const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
1140
+ return utilWaiter.checkExceptions(result);
1141
+ };
1142
+
4056
1143
  const checkState$1 = async (client, input) => {
4057
1144
  let reason;
4058
1145
  try {
4059
- const result = await client.send(new DescribeTableCommand(input));
1146
+ let result = await client.send(new DescribeTableCommand(input));
4060
1147
  reason = result;
4061
1148
  try {
4062
1149
  const returnComparator = () => {
@@ -4089,7 +1176,7 @@ const waitUntilTableExists = async (params, input) => {
4089
1176
  const checkState = async (client, input) => {
4090
1177
  let reason;
4091
1178
  try {
4092
- const result = await client.send(new DescribeTableCommand(input));
1179
+ let result = await client.send(new DescribeTableCommand(input));
4093
1180
  reason = result;
4094
1181
  }
4095
1182
  catch (exception) {
@@ -4110,6 +1197,85 @@ const waitUntilTableNotExists = async (params, input) => {
4110
1197
  return utilWaiter.checkExceptions(result);
4111
1198
  };
4112
1199
 
1200
+ const commands = {
1201
+ BatchExecuteStatementCommand,
1202
+ BatchGetItemCommand,
1203
+ BatchWriteItemCommand,
1204
+ CreateBackupCommand,
1205
+ CreateGlobalTableCommand,
1206
+ CreateTableCommand,
1207
+ DeleteBackupCommand,
1208
+ DeleteItemCommand,
1209
+ DeleteResourcePolicyCommand,
1210
+ DeleteTableCommand,
1211
+ DescribeBackupCommand,
1212
+ DescribeContinuousBackupsCommand,
1213
+ DescribeContributorInsightsCommand,
1214
+ DescribeEndpointsCommand,
1215
+ DescribeExportCommand,
1216
+ DescribeGlobalTableCommand,
1217
+ DescribeGlobalTableSettingsCommand,
1218
+ DescribeImportCommand,
1219
+ DescribeKinesisStreamingDestinationCommand,
1220
+ DescribeLimitsCommand,
1221
+ DescribeTableCommand,
1222
+ DescribeTableReplicaAutoScalingCommand,
1223
+ DescribeTimeToLiveCommand,
1224
+ DisableKinesisStreamingDestinationCommand,
1225
+ EnableKinesisStreamingDestinationCommand,
1226
+ ExecuteStatementCommand,
1227
+ ExecuteTransactionCommand,
1228
+ ExportTableToPointInTimeCommand,
1229
+ GetItemCommand,
1230
+ GetResourcePolicyCommand,
1231
+ ImportTableCommand,
1232
+ ListBackupsCommand,
1233
+ ListContributorInsightsCommand,
1234
+ ListExportsCommand,
1235
+ ListGlobalTablesCommand,
1236
+ ListImportsCommand,
1237
+ ListTablesCommand,
1238
+ ListTagsOfResourceCommand,
1239
+ PutItemCommand,
1240
+ PutResourcePolicyCommand,
1241
+ QueryCommand,
1242
+ RestoreTableFromBackupCommand,
1243
+ RestoreTableToPointInTimeCommand,
1244
+ ScanCommand,
1245
+ TagResourceCommand,
1246
+ TransactGetItemsCommand,
1247
+ TransactWriteItemsCommand,
1248
+ UntagResourceCommand,
1249
+ UpdateContinuousBackupsCommand,
1250
+ UpdateContributorInsightsCommand,
1251
+ UpdateGlobalTableCommand,
1252
+ UpdateGlobalTableSettingsCommand,
1253
+ UpdateItemCommand,
1254
+ UpdateKinesisStreamingDestinationCommand,
1255
+ UpdateTableCommand,
1256
+ UpdateTableReplicaAutoScalingCommand,
1257
+ UpdateTimeToLiveCommand,
1258
+ };
1259
+ const paginators = {
1260
+ paginateListContributorInsights,
1261
+ paginateListExports,
1262
+ paginateListImports,
1263
+ paginateListTables,
1264
+ paginateQuery,
1265
+ paginateScan,
1266
+ };
1267
+ const waiters = {
1268
+ waitUntilContributorInsightsEnabled,
1269
+ waitUntilExportCompleted,
1270
+ waitUntilImportCompleted,
1271
+ waitUntilKinesisStreamingDestinationActive,
1272
+ waitUntilTableExists,
1273
+ waitUntilTableNotExists,
1274
+ };
1275
+ class DynamoDB extends DynamoDBClient {
1276
+ }
1277
+ smithyClient.createAggregatedClient(commands, DynamoDB, { paginators, waiters });
1278
+
4113
1279
  const ApproximateCreationDateTimePrecision = {
4114
1280
  MICROSECOND: "MICROSECOND",
4115
1281
  MILLISECOND: "MILLISECOND",
@@ -4256,6 +1422,11 @@ const IndexStatus = {
4256
1422
  DELETING: "DELETING",
4257
1423
  UPDATING: "UPDATING",
4258
1424
  };
1425
+ const GlobalTableSettingsReplicationMode = {
1426
+ DISABLED: "DISABLED",
1427
+ ENABLED: "ENABLED",
1428
+ ENABLED_WITH_OVERRIDES: "ENABLED_WITH_OVERRIDES",
1429
+ };
4259
1430
  const ReplicaStatus = {
4260
1431
  ACTIVE: "ACTIVE",
4261
1432
  ARCHIVED: "ARCHIVED",
@@ -4351,18 +1522,11 @@ const Select = {
4351
1522
  SPECIFIC_ATTRIBUTES: "SPECIFIC_ATTRIBUTES",
4352
1523
  };
4353
1524
 
4354
- Object.defineProperty(exports, "$Command", {
4355
- enumerable: true,
4356
- get: function () { return smithyClient.Command; }
4357
- });
4358
- Object.defineProperty(exports, "__Client", {
4359
- enumerable: true,
4360
- get: function () { return smithyClient.Client; }
4361
- });
1525
+ exports.$Command = smithyClient.Command;
1526
+ exports.__Client = smithyClient.Client;
1527
+ exports.DynamoDBServiceException = DynamoDBServiceException.DynamoDBServiceException;
4362
1528
  exports.ApproximateCreationDateTimePrecision = ApproximateCreationDateTimePrecision;
4363
1529
  exports.AttributeAction = AttributeAction;
4364
- exports.BackupInUseException = BackupInUseException$1;
4365
- exports.BackupNotFoundException = BackupNotFoundException$1;
4366
1530
  exports.BackupStatus = BackupStatus;
4367
1531
  exports.BackupType = BackupType;
4368
1532
  exports.BackupTypeFilter = BackupTypeFilter;
@@ -4372,10 +1536,8 @@ exports.BatchStatementErrorCodeEnum = BatchStatementErrorCodeEnum;
4372
1536
  exports.BatchWriteItemCommand = BatchWriteItemCommand;
4373
1537
  exports.BillingMode = BillingMode;
4374
1538
  exports.ComparisonOperator = ComparisonOperator;
4375
- exports.ConditionalCheckFailedException = ConditionalCheckFailedException$1;
4376
1539
  exports.ConditionalOperator = ConditionalOperator;
4377
1540
  exports.ContinuousBackupsStatus = ContinuousBackupsStatus;
4378
- exports.ContinuousBackupsUnavailableException = ContinuousBackupsUnavailableException$1;
4379
1541
  exports.ContributorInsightsAction = ContributorInsightsAction;
4380
1542
  exports.ContributorInsightsMode = ContributorInsightsMode;
4381
1543
  exports.ContributorInsightsStatus = ContributorInsightsStatus;
@@ -4401,41 +1563,26 @@ exports.DescribeTableReplicaAutoScalingCommand = DescribeTableReplicaAutoScaling
4401
1563
  exports.DescribeTimeToLiveCommand = DescribeTimeToLiveCommand;
4402
1564
  exports.DestinationStatus = DestinationStatus;
4403
1565
  exports.DisableKinesisStreamingDestinationCommand = DisableKinesisStreamingDestinationCommand;
4404
- exports.DuplicateItemException = DuplicateItemException$1;
4405
1566
  exports.DynamoDB = DynamoDB;
4406
1567
  exports.DynamoDBClient = DynamoDBClient;
4407
- exports.DynamoDBServiceException = DynamoDBServiceException$1;
4408
1568
  exports.EnableKinesisStreamingDestinationCommand = EnableKinesisStreamingDestinationCommand;
4409
1569
  exports.ExecuteStatementCommand = ExecuteStatementCommand;
4410
1570
  exports.ExecuteTransactionCommand = ExecuteTransactionCommand;
4411
- exports.ExportConflictException = ExportConflictException$1;
4412
1571
  exports.ExportFormat = ExportFormat;
4413
- exports.ExportNotFoundException = ExportNotFoundException$1;
4414
1572
  exports.ExportStatus = ExportStatus;
4415
1573
  exports.ExportTableToPointInTimeCommand = ExportTableToPointInTimeCommand;
4416
1574
  exports.ExportType = ExportType;
4417
1575
  exports.ExportViewType = ExportViewType;
4418
1576
  exports.GetItemCommand = GetItemCommand;
4419
1577
  exports.GetResourcePolicyCommand = GetResourcePolicyCommand;
4420
- exports.GlobalTableAlreadyExistsException = GlobalTableAlreadyExistsException$1;
4421
- exports.GlobalTableNotFoundException = GlobalTableNotFoundException$1;
1578
+ exports.GlobalTableSettingsReplicationMode = GlobalTableSettingsReplicationMode;
4422
1579
  exports.GlobalTableStatus = GlobalTableStatus;
4423
- exports.IdempotentParameterMismatchException = IdempotentParameterMismatchException$1;
4424
- exports.ImportConflictException = ImportConflictException$1;
4425
- exports.ImportNotFoundException = ImportNotFoundException$1;
4426
1580
  exports.ImportStatus = ImportStatus;
4427
1581
  exports.ImportTableCommand = ImportTableCommand;
4428
- exports.IndexNotFoundException = IndexNotFoundException$1;
4429
1582
  exports.IndexStatus = IndexStatus;
4430
1583
  exports.InputCompressionType = InputCompressionType;
4431
1584
  exports.InputFormat = InputFormat;
4432
- exports.InternalServerError = InternalServerError$1;
4433
- exports.InvalidEndpointException = InvalidEndpointException$1;
4434
- exports.InvalidExportTimeException = InvalidExportTimeException$1;
4435
- exports.InvalidRestoreTimeException = InvalidRestoreTimeException$1;
4436
- exports.ItemCollectionSizeLimitExceededException = ItemCollectionSizeLimitExceededException$1;
4437
1585
  exports.KeyType = KeyType;
4438
- exports.LimitExceededException = LimitExceededException$1;
4439
1586
  exports.ListBackupsCommand = ListBackupsCommand;
4440
1587
  exports.ListContributorInsightsCommand = ListContributorInsightsCommand;
4441
1588
  exports.ListExportsCommand = ListExportsCommand;
@@ -4445,20 +1592,11 @@ exports.ListTablesCommand = ListTablesCommand;
4445
1592
  exports.ListTagsOfResourceCommand = ListTagsOfResourceCommand;
4446
1593
  exports.MultiRegionConsistency = MultiRegionConsistency;
4447
1594
  exports.PointInTimeRecoveryStatus = PointInTimeRecoveryStatus;
4448
- exports.PointInTimeRecoveryUnavailableException = PointInTimeRecoveryUnavailableException$1;
4449
- exports.PolicyNotFoundException = PolicyNotFoundException$1;
4450
1595
  exports.ProjectionType = ProjectionType;
4451
- exports.ProvisionedThroughputExceededException = ProvisionedThroughputExceededException$1;
4452
1596
  exports.PutItemCommand = PutItemCommand;
4453
1597
  exports.PutResourcePolicyCommand = PutResourcePolicyCommand;
4454
1598
  exports.QueryCommand = QueryCommand;
4455
- exports.ReplicaAlreadyExistsException = ReplicaAlreadyExistsException$1;
4456
- exports.ReplicaNotFoundException = ReplicaNotFoundException$1;
4457
1599
  exports.ReplicaStatus = ReplicaStatus;
4458
- exports.ReplicatedWriteConflictException = ReplicatedWriteConflictException$1;
4459
- exports.RequestLimitExceeded = RequestLimitExceeded$1;
4460
- exports.ResourceInUseException = ResourceInUseException$1;
4461
- exports.ResourceNotFoundException = ResourceNotFoundException$1;
4462
1600
  exports.RestoreTableFromBackupCommand = RestoreTableFromBackupCommand;
4463
1601
  exports.RestoreTableToPointInTimeCommand = RestoreTableToPointInTimeCommand;
4464
1602
  exports.ReturnConsumedCapacity = ReturnConsumedCapacity;
@@ -4472,19 +1610,12 @@ exports.ScalarAttributeType = ScalarAttributeType;
4472
1610
  exports.ScanCommand = ScanCommand;
4473
1611
  exports.Select = Select;
4474
1612
  exports.StreamViewType = StreamViewType;
4475
- exports.TableAlreadyExistsException = TableAlreadyExistsException$1;
4476
1613
  exports.TableClass = TableClass;
4477
- exports.TableInUseException = TableInUseException$1;
4478
- exports.TableNotFoundException = TableNotFoundException$1;
4479
1614
  exports.TableStatus = TableStatus;
4480
1615
  exports.TagResourceCommand = TagResourceCommand;
4481
- exports.ThrottlingException = ThrottlingException$1;
4482
1616
  exports.TimeToLiveStatus = TimeToLiveStatus;
4483
1617
  exports.TransactGetItemsCommand = TransactGetItemsCommand;
4484
1618
  exports.TransactWriteItemsCommand = TransactWriteItemsCommand;
4485
- exports.TransactionCanceledException = TransactionCanceledException$1;
4486
- exports.TransactionConflictException = TransactionConflictException$1;
4487
- exports.TransactionInProgressException = TransactionInProgressException$1;
4488
1619
  exports.UntagResourceCommand = UntagResourceCommand;
4489
1620
  exports.UpdateContinuousBackupsCommand = UpdateContinuousBackupsCommand;
4490
1621
  exports.UpdateContributorInsightsCommand = UpdateContributorInsightsCommand;
@@ -4502,7 +1633,35 @@ exports.paginateListImports = paginateListImports;
4502
1633
  exports.paginateListTables = paginateListTables;
4503
1634
  exports.paginateQuery = paginateQuery;
4504
1635
  exports.paginateScan = paginateScan;
1636
+ exports.waitForContributorInsightsEnabled = waitForContributorInsightsEnabled;
1637
+ exports.waitForExportCompleted = waitForExportCompleted;
1638
+ exports.waitForImportCompleted = waitForImportCompleted;
1639
+ exports.waitForKinesisStreamingDestinationActive = waitForKinesisStreamingDestinationActive;
4505
1640
  exports.waitForTableExists = waitForTableExists;
4506
1641
  exports.waitForTableNotExists = waitForTableNotExists;
1642
+ exports.waitUntilContributorInsightsEnabled = waitUntilContributorInsightsEnabled;
1643
+ exports.waitUntilExportCompleted = waitUntilExportCompleted;
1644
+ exports.waitUntilImportCompleted = waitUntilImportCompleted;
1645
+ exports.waitUntilKinesisStreamingDestinationActive = waitUntilKinesisStreamingDestinationActive;
4507
1646
  exports.waitUntilTableExists = waitUntilTableExists;
4508
1647
  exports.waitUntilTableNotExists = waitUntilTableNotExists;
1648
+ Object.prototype.hasOwnProperty.call(schemas_0, '__proto__') &&
1649
+ !Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
1650
+ Object.defineProperty(exports, '__proto__', {
1651
+ enumerable: true,
1652
+ value: schemas_0['__proto__']
1653
+ });
1654
+
1655
+ Object.keys(schemas_0).forEach(function (k) {
1656
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = schemas_0[k];
1657
+ });
1658
+ Object.prototype.hasOwnProperty.call(errors, '__proto__') &&
1659
+ !Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
1660
+ Object.defineProperty(exports, '__proto__', {
1661
+ enumerable: true,
1662
+ value: errors['__proto__']
1663
+ });
1664
+
1665
+ Object.keys(errors).forEach(function (k) {
1666
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = errors[k];
1667
+ });