@gemeentenijmegen/webapp 1.1.13 → 1.1.15

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 (1968) 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 +5 -6
  22. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/index.js +355 -3196
  23. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/models/DynamoDBServiceException.js +12 -0
  24. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/models/errors.js +478 -0
  25. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.browser.js +1 -2
  26. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.js +6 -7
  27. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.shared.js +12 -9
  28. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/schemas/schemas_0.js +2391 -0
  29. package/node_modules/@aws-sdk/client-dynamodb/dist-es/DynamoDB.js +40 -12
  30. package/node_modules/@aws-sdk/client-dynamodb/dist-es/DynamoDBClient.js +1 -3
  31. package/node_modules/@aws-sdk/client-dynamodb/dist-es/auth/httpAuthSchemeProvider.js +4 -5
  32. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchExecuteStatementCommand.js +2 -2
  33. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchGetItemCommand.js +2 -2
  34. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchWriteItemCommand.js +2 -2
  35. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateBackupCommand.js +2 -2
  36. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateGlobalTableCommand.js +2 -2
  37. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateTableCommand.js +2 -2
  38. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteBackupCommand.js +2 -2
  39. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteItemCommand.js +2 -2
  40. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
  41. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteTableCommand.js +2 -2
  42. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeBackupCommand.js +2 -2
  43. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeContinuousBackupsCommand.js +2 -2
  44. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeContributorInsightsCommand.js +2 -2
  45. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeEndpointsCommand.js +2 -2
  46. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeExportCommand.js +2 -2
  47. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeGlobalTableCommand.js +2 -2
  48. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeGlobalTableSettingsCommand.js +2 -2
  49. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeImportCommand.js +2 -2
  50. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeKinesisStreamingDestinationCommand.js +2 -2
  51. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeLimitsCommand.js +2 -2
  52. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTableCommand.js +2 -2
  53. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTableReplicaAutoScalingCommand.js +2 -2
  54. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTimeToLiveCommand.js +2 -2
  55. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DisableKinesisStreamingDestinationCommand.js +2 -2
  56. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/EnableKinesisStreamingDestinationCommand.js +2 -2
  57. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ExecuteStatementCommand.js +2 -2
  58. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ExecuteTransactionCommand.js +2 -2
  59. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ExportTableToPointInTimeCommand.js +2 -2
  60. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/GetItemCommand.js +2 -2
  61. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/GetResourcePolicyCommand.js +2 -2
  62. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ImportTableCommand.js +2 -2
  63. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListBackupsCommand.js +2 -2
  64. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListContributorInsightsCommand.js +2 -2
  65. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListExportsCommand.js +2 -2
  66. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListGlobalTablesCommand.js +2 -2
  67. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListImportsCommand.js +2 -2
  68. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListTablesCommand.js +2 -2
  69. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListTagsOfResourceCommand.js +2 -2
  70. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/PutItemCommand.js +2 -2
  71. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/PutResourcePolicyCommand.js +2 -2
  72. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/QueryCommand.js +2 -2
  73. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/RestoreTableFromBackupCommand.js +2 -2
  74. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/RestoreTableToPointInTimeCommand.js +2 -2
  75. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ScanCommand.js +2 -2
  76. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TagResourceCommand.js +2 -2
  77. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TransactGetItemsCommand.js +3 -6
  78. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TransactWriteItemsCommand.js +3 -6
  79. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UntagResourceCommand.js +2 -2
  80. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateContinuousBackupsCommand.js +2 -2
  81. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateContributorInsightsCommand.js +2 -2
  82. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateGlobalTableCommand.js +2 -2
  83. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateGlobalTableSettingsCommand.js +2 -2
  84. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateItemCommand.js +2 -2
  85. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateKinesisStreamingDestinationCommand.js +2 -2
  86. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTableCommand.js +2 -2
  87. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTableReplicaAutoScalingCommand.js +2 -2
  88. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTimeToLiveCommand.js +2 -2
  89. package/node_modules/@aws-sdk/client-dynamodb/dist-es/index.js +2 -0
  90. package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/enums.js +5 -0
  91. package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.browser.js +1 -2
  92. package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.js +5 -6
  93. package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.shared.js +11 -8
  94. package/node_modules/@aws-sdk/client-dynamodb/dist-es/schemas/schemas_0.js +1431 -1634
  95. package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/index.js +4 -0
  96. package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForContributorInsightsEnabled.js +40 -0
  97. package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForExportCompleted.js +40 -0
  98. package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForImportCompleted.js +49 -0
  99. package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForKinesisStreamingDestinationActive.js +49 -0
  100. package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForTableExists.js +2 -2
  101. package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForTableNotExists.js +2 -2
  102. package/node_modules/@aws-sdk/client-dynamodb/dist-types/DynamoDB.d.ts +137 -58
  103. package/node_modules/@aws-sdk/client-dynamodb/dist-types/DynamoDBClient.d.ts +60 -69
  104. package/node_modules/@aws-sdk/client-dynamodb/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  105. package/node_modules/@aws-sdk/client-dynamodb/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  106. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateGlobalTableCommand.d.ts +2 -0
  107. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateTableCommand.d.ts +7 -2
  108. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteTableCommand.d.ts +3 -0
  109. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableCommand.d.ts +2 -0
  110. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableCommand.d.ts +3 -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 +3 -0
  115. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +3 -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 +2 -0
  119. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableCommand.d.ts +4 -0
  120. package/node_modules/@aws-sdk/client-dynamodb/dist-types/index.d.ts +3 -2
  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 +3 -4
  123. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts +91 -12
  124. package/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/ListContributorInsightsPaginator.d.ts +1 -1
  125. package/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/ListExportsPaginator.d.ts +1 -1
  126. package/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/ListImportsPaginator.d.ts +1 -1
  127. package/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/ListTablesPaginator.d.ts +1 -1
  128. package/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/QueryPaginator.d.ts +1 -1
  129. package/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/ScanPaginator.d.ts +1 -1
  130. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.browser.d.ts +6 -2
  131. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.d.ts +6 -2
  132. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.native.d.ts +6 -2
  133. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.shared.d.ts +6 -1
  134. package/node_modules/@aws-sdk/client-dynamodb/dist-types/schemas/schemas_0.d.ts +325 -397
  135. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/DynamoDB.d.ts +103 -1
  136. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/DynamoDBClient.d.ts +3 -8
  137. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  138. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +1 -1
  139. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/index.d.ts +1 -0
  140. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/enums.d.ts +7 -0
  141. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_0.d.ts +17 -2
  142. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  143. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  144. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  145. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  146. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/schemas/schemas_0.d.ts +320 -398
  147. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/index.d.ts +4 -0
  148. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/waitForContributorInsightsEnabled.d.ts +11 -0
  149. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/waitForExportCompleted.d.ts +11 -0
  150. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/waitForImportCompleted.d.ts +11 -0
  151. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/waitForKinesisStreamingDestinationActive.d.ts +11 -0
  152. package/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/index.d.ts +4 -0
  153. package/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitForContributorInsightsEnabled.d.ts +14 -0
  154. package/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitForExportCompleted.d.ts +14 -0
  155. package/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitForImportCompleted.d.ts +14 -0
  156. package/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitForKinesisStreamingDestinationActive.d.ts +14 -0
  157. package/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitForTableExists.d.ts +3 -3
  158. package/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitForTableNotExists.d.ts +3 -3
  159. package/node_modules/@aws-sdk/client-dynamodb/package.json +56 -50
  160. package/node_modules/@aws-sdk/client-s3/README.md +31 -154
  161. package/node_modules/@aws-sdk/client-s3/dist-cjs/auth/httpAuthSchemeProvider.js +11 -12
  162. package/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +1 -1
  163. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +493 -5897
  164. package/node_modules/@aws-sdk/client-s3/dist-cjs/models/S3ServiceException.js +12 -0
  165. package/node_modules/@aws-sdk/client-s3/dist-cjs/models/errors.js +203 -0
  166. package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.browser.js +1 -2
  167. package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +9 -12
  168. package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +13 -9
  169. package/node_modules/@aws-sdk/client-s3/dist-cjs/schemas/schemas_0.js +3258 -0
  170. package/node_modules/@aws-sdk/client-s3/dist-es/S3.js +29 -7
  171. package/node_modules/@aws-sdk/client-s3/dist-es/auth/httpAuthSchemeProvider.js +9 -10
  172. package/node_modules/@aws-sdk/client-s3/dist-es/commands/AbortMultipartUploadCommand.js +6 -3
  173. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CompleteMultipartUploadCommand.js +2 -2
  174. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CopyObjectCommand.js +2 -2
  175. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketCommand.js +2 -2
  176. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataConfigurationCommand.js +3 -3
  177. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataTableConfigurationCommand.js +3 -3
  178. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateMultipartUploadCommand.js +2 -2
  179. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateSessionCommand.js +6 -3
  180. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketAnalyticsConfigurationCommand.js +2 -2
  181. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCommand.js +2 -2
  182. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCorsCommand.js +2 -2
  183. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketEncryptionCommand.js +2 -2
  184. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +2 -2
  185. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketInventoryConfigurationCommand.js +2 -2
  186. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketLifecycleCommand.js +2 -2
  187. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataConfigurationCommand.js +2 -2
  188. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataTableConfigurationCommand.js +2 -2
  189. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetricsConfigurationCommand.js +2 -2
  190. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketOwnershipControlsCommand.js +2 -2
  191. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketPolicyCommand.js +2 -2
  192. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketReplicationCommand.js +2 -2
  193. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketTaggingCommand.js +2 -2
  194. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketWebsiteCommand.js +2 -2
  195. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectCommand.js +6 -3
  196. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectTaggingCommand.js +6 -3
  197. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +3 -3
  198. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeletePublicAccessBlockCommand.js +2 -2
  199. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAbacCommand.js +6 -3
  200. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +6 -3
  201. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAclCommand.js +6 -3
  202. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +6 -3
  203. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketCorsCommand.js +6 -3
  204. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketEncryptionCommand.js +6 -3
  205. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +6 -3
  206. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketInventoryConfigurationCommand.js +6 -3
  207. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +6 -3
  208. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLocationCommand.js +6 -3
  209. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLoggingCommand.js +6 -3
  210. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataConfigurationCommand.js +6 -3
  211. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataTableConfigurationCommand.js +6 -3
  212. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetricsConfigurationCommand.js +6 -3
  213. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketNotificationConfigurationCommand.js +6 -3
  214. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketOwnershipControlsCommand.js +6 -3
  215. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyCommand.js +6 -3
  216. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyStatusCommand.js +6 -3
  217. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketReplicationCommand.js +6 -3
  218. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketRequestPaymentCommand.js +6 -3
  219. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketTaggingCommand.js +6 -3
  220. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketVersioningCommand.js +6 -3
  221. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketWebsiteCommand.js +6 -3
  222. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAclCommand.js +6 -3
  223. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAttributesCommand.js +2 -2
  224. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +4 -4
  225. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLegalHoldCommand.js +6 -3
  226. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLockConfigurationCommand.js +6 -3
  227. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectRetentionCommand.js +6 -3
  228. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTaggingCommand.js +6 -3
  229. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTorrentCommand.js +2 -2
  230. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetPublicAccessBlockCommand.js +6 -3
  231. package/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadBucketCommand.js +6 -3
  232. package/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadObjectCommand.js +2 -2
  233. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +6 -3
  234. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +6 -3
  235. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +6 -3
  236. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +7 -3
  237. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketsCommand.js +6 -3
  238. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListDirectoryBucketsCommand.js +6 -3
  239. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListMultipartUploadsCommand.js +6 -3
  240. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectVersionsCommand.js +6 -3
  241. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsCommand.js +6 -3
  242. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsV2Command.js +6 -3
  243. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListPartsCommand.js +2 -2
  244. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAbacCommand.js +3 -3
  245. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +3 -3
  246. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +3 -3
  247. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAnalyticsConfigurationCommand.js +2 -2
  248. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +3 -3
  249. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +3 -3
  250. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketIntelligentTieringConfigurationCommand.js +2 -2
  251. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketInventoryConfigurationCommand.js +2 -2
  252. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +3 -3
  253. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +3 -3
  254. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketMetricsConfigurationCommand.js +2 -2
  255. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketNotificationConfigurationCommand.js +2 -2
  256. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +3 -3
  257. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +3 -3
  258. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +3 -3
  259. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +3 -3
  260. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +3 -3
  261. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +3 -3
  262. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +3 -3
  263. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +3 -3
  264. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +3 -3
  265. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +3 -3
  266. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +3 -3
  267. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +3 -3
  268. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +3 -3
  269. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +3 -3
  270. package/node_modules/@aws-sdk/client-s3/dist-es/commands/RenameObjectCommand.js +6 -3
  271. package/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +3 -3
  272. package/node_modules/@aws-sdk/client-s3/dist-es/commands/SelectObjectContentCommand.js +2 -2
  273. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.js +3 -3
  274. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataJournalTableConfigurationCommand.js +3 -3
  275. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateObjectEncryptionCommand.js +28 -0
  276. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +3 -3
  277. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCopyCommand.js +2 -2
  278. package/node_modules/@aws-sdk/client-s3/dist-es/commands/WriteGetObjectResponseCommand.js +2 -2
  279. package/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +1 -0
  280. package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/EndpointParameters.js +2 -0
  281. package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +1 -1
  282. package/node_modules/@aws-sdk/client-s3/dist-es/index.js +3 -0
  283. package/node_modules/@aws-sdk/client-s3/dist-es/models/enums.js +5 -0
  284. package/node_modules/@aws-sdk/client-s3/dist-es/models/errors.js +12 -0
  285. package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.browser.js +1 -2
  286. package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js +7 -10
  287. package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +11 -7
  288. package/node_modules/@aws-sdk/client-s3/dist-es/schemas/schemas_0.js +1757 -3928
  289. package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForBucketExists.js +2 -2
  290. package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForBucketNotExists.js +2 -2
  291. package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForObjectExists.js +2 -2
  292. package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForObjectNotExists.js +2 -2
  293. package/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +167 -107
  294. package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +116 -124
  295. package/node_modules/@aws-sdk/client-s3/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  296. package/node_modules/@aws-sdk/client-s3/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  297. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +5 -4
  298. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +9 -0
  299. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +4 -0
  300. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +39 -8
  301. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +0 -1
  302. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +1 -1
  303. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +39 -8
  304. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +0 -1
  305. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +1 -1
  306. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +1 -1
  307. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +5 -4
  308. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +1 -1
  309. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +39 -8
  310. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
  311. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +2 -2
  312. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +39 -8
  313. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +26 -16
  314. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateObjectEncryptionCommand.d.ts +259 -0
  315. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +1 -1
  316. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +5 -4
  317. package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +1 -1
  318. package/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +1 -0
  319. package/node_modules/@aws-sdk/client-s3/dist-types/endpoint/EndpointParameters.d.ts +3 -0
  320. package/node_modules/@aws-sdk/client-s3/dist-types/index.d.ts +4 -3
  321. package/node_modules/@aws-sdk/client-s3/dist-types/models/enums.d.ts +13 -0
  322. package/node_modules/@aws-sdk/client-s3/dist-types/models/errors.d.ts +17 -16
  323. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +103 -30
  324. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +188 -5
  325. package/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListBucketsPaginator.d.ts +1 -1
  326. package/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListDirectoryBucketsPaginator.d.ts +1 -1
  327. package/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListObjectsV2Paginator.d.ts +1 -1
  328. package/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListPartsPaginator.d.ts +1 -1
  329. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +19 -3
  330. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +20 -4
  331. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +19 -3
  332. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +8 -3
  333. package/node_modules/@aws-sdk/client-s3/dist-types/schemas/schemas_0.d.ts +464 -502
  334. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +88 -1
  335. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +13 -12
  336. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  337. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +4 -4
  338. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectCommand.d.ts +1 -1
  339. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTorrentCommand.d.ts +1 -1
  340. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UpdateObjectEncryptionCommand.d.ts +51 -0
  341. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +1 -0
  342. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +6 -0
  343. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/index.d.ts +1 -0
  344. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/enums.d.ts +7 -0
  345. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/errors.d.ts +5 -0
  346. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +2 -0
  347. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +34 -0
  348. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +25 -10
  349. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +29 -11
  350. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +25 -10
  351. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -9
  352. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/schemas/schemas_0.d.ts +459 -503
  353. package/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForBucketExists.d.ts +3 -3
  354. package/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForBucketNotExists.d.ts +3 -3
  355. package/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForObjectExists.d.ts +3 -3
  356. package/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForObjectNotExists.d.ts +3 -3
  357. package/node_modules/@aws-sdk/client-s3/package.json +64 -62
  358. package/node_modules/@aws-sdk/client-secrets-manager/README.md +25 -73
  359. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/auth/httpAuthSchemeProvider.js +5 -6
  360. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/index.js +61 -884
  361. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/models/SecretsManagerServiceException.js +12 -0
  362. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/models/errors.js +184 -0
  363. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.browser.js +1 -2
  364. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.js +6 -7
  365. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.shared.js +10 -8
  366. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/schemas/schemas_0.js +665 -0
  367. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/SecretsManager.js +11 -3
  368. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/auth/httpAuthSchemeProvider.js +4 -5
  369. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/BatchGetSecretValueCommand.js +2 -2
  370. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/CancelRotateSecretCommand.js +2 -2
  371. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/CreateSecretCommand.js +2 -2
  372. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
  373. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/DeleteSecretCommand.js +2 -2
  374. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/DescribeSecretCommand.js +2 -2
  375. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/GetRandomPasswordCommand.js +2 -2
  376. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/GetResourcePolicyCommand.js +2 -2
  377. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/GetSecretValueCommand.js +2 -2
  378. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ListSecretVersionIdsCommand.js +2 -2
  379. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ListSecretsCommand.js +2 -2
  380. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/PutResourcePolicyCommand.js +2 -2
  381. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/PutSecretValueCommand.js +2 -2
  382. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/RemoveRegionsFromReplicationCommand.js +2 -2
  383. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ReplicateSecretToRegionsCommand.js +2 -2
  384. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/RestoreSecretCommand.js +2 -2
  385. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/RotateSecretCommand.js +2 -2
  386. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/StopReplicationToReplicaCommand.js +2 -2
  387. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/TagResourceCommand.js +2 -2
  388. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/UntagResourceCommand.js +2 -2
  389. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/UpdateSecretCommand.js +2 -2
  390. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/UpdateSecretVersionStageCommand.js +2 -2
  391. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ValidateResourcePolicyCommand.js +2 -2
  392. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/index.js +2 -0
  393. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/pagination/index.js +2 -2
  394. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.browser.js +1 -2
  395. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.js +5 -6
  396. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.shared.js +9 -7
  397. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/schemas/schemas_0.js +419 -424
  398. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/SecretsManager.d.ts +45 -24
  399. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/SecretsManagerClient.d.ts +26 -35
  400. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  401. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  402. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/index.d.ts +3 -2
  403. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/models/models_0.d.ts +1 -1
  404. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/pagination/BatchGetSecretValuePaginator.d.ts +1 -1
  405. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/pagination/ListSecretVersionIdsPaginator.d.ts +1 -1
  406. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/pagination/ListSecretsPaginator.d.ts +1 -1
  407. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/pagination/index.d.ts +2 -2
  408. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.browser.d.ts +6 -2
  409. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.d.ts +6 -2
  410. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.native.d.ts +6 -2
  411. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.shared.d.ts +6 -1
  412. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/schemas/schemas_0.d.ts +99 -114
  413. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/SecretsManager.d.ts +26 -1
  414. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/SecretsManagerClient.d.ts +2 -7
  415. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  416. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +1 -1
  417. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/index.d.ts +1 -0
  418. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/pagination/index.d.ts +2 -2
  419. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  420. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  421. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  422. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  423. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/schemas/schemas_0.d.ts +93 -116
  424. package/node_modules/@aws-sdk/client-secrets-manager/package.json +53 -47
  425. package/node_modules/@aws-sdk/client-ssm/README.md +25 -195
  426. package/node_modules/@aws-sdk/client-ssm/dist-cjs/auth/httpAuthSchemeProvider.js +5 -6
  427. package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +462 -9621
  428. package/node_modules/@aws-sdk/client-ssm/dist-cjs/models/SSMServiceException.js +12 -0
  429. package/node_modules/@aws-sdk/client-ssm/dist-cjs/models/errors.js +2059 -0
  430. package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.browser.js +1 -2
  431. package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.js +6 -7
  432. package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.shared.js +11 -8
  433. package/node_modules/@aws-sdk/client-ssm/dist-cjs/schemas/schemas_0.js +5616 -0
  434. package/node_modules/@aws-sdk/client-ssm/dist-es/SSM.js +110 -4
  435. package/node_modules/@aws-sdk/client-ssm/dist-es/auth/httpAuthSchemeProvider.js +4 -5
  436. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/AddTagsToResourceCommand.js +2 -2
  437. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/AssociateOpsItemRelatedItemCommand.js +2 -2
  438. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CancelCommandCommand.js +2 -2
  439. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CancelMaintenanceWindowExecutionCommand.js +2 -2
  440. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateActivationCommand.js +2 -2
  441. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateAssociationBatchCommand.js +2 -2
  442. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateAssociationCommand.js +2 -2
  443. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateDocumentCommand.js +2 -2
  444. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateMaintenanceWindowCommand.js +2 -2
  445. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateOpsItemCommand.js +2 -2
  446. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateOpsMetadataCommand.js +2 -2
  447. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreatePatchBaselineCommand.js +2 -2
  448. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateResourceDataSyncCommand.js +2 -2
  449. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteActivationCommand.js +2 -2
  450. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteAssociationCommand.js +2 -2
  451. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteDocumentCommand.js +2 -2
  452. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteInventoryCommand.js +2 -2
  453. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteMaintenanceWindowCommand.js +2 -2
  454. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteOpsItemCommand.js +2 -2
  455. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteOpsMetadataCommand.js +2 -2
  456. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteParameterCommand.js +2 -2
  457. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteParametersCommand.js +2 -2
  458. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeletePatchBaselineCommand.js +2 -2
  459. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteResourceDataSyncCommand.js +2 -2
  460. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
  461. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterManagedInstanceCommand.js +2 -2
  462. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterPatchBaselineForPatchGroupCommand.js +2 -2
  463. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterTargetFromMaintenanceWindowCommand.js +2 -2
  464. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterTaskFromMaintenanceWindowCommand.js +2 -2
  465. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeActivationsCommand.js +2 -2
  466. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationCommand.js +2 -2
  467. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationExecutionTargetsCommand.js +2 -2
  468. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationExecutionsCommand.js +2 -2
  469. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAutomationExecutionsCommand.js +2 -2
  470. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAutomationStepExecutionsCommand.js +2 -2
  471. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAvailablePatchesCommand.js +2 -2
  472. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeDocumentCommand.js +2 -2
  473. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeDocumentPermissionCommand.js +2 -2
  474. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeEffectiveInstanceAssociationsCommand.js +2 -2
  475. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeEffectivePatchesForPatchBaselineCommand.js +2 -2
  476. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstanceAssociationsStatusCommand.js +2 -2
  477. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstanceInformationCommand.js +2 -2
  478. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchStatesCommand.js +2 -2
  479. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchStatesForPatchGroupCommand.js +2 -2
  480. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchesCommand.js +2 -2
  481. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePropertiesCommand.js +2 -2
  482. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInventoryDeletionsCommand.js +2 -2
  483. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.js +2 -2
  484. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionTasksCommand.js +2 -2
  485. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionsCommand.js +2 -2
  486. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowScheduleCommand.js +2 -2
  487. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTargetsCommand.js +2 -2
  488. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTasksCommand.js +2 -2
  489. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsCommand.js +2 -2
  490. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsForTargetCommand.js +2 -2
  491. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeOpsItemsCommand.js +2 -2
  492. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeParametersCommand.js +2 -2
  493. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchBaselinesCommand.js +2 -2
  494. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchGroupStateCommand.js +2 -2
  495. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchGroupsCommand.js +2 -2
  496. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchPropertiesCommand.js +2 -2
  497. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeSessionsCommand.js +2 -2
  498. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DisassociateOpsItemRelatedItemCommand.js +2 -2
  499. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetAccessTokenCommand.js +2 -2
  500. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetAutomationExecutionCommand.js +2 -2
  501. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetCalendarStateCommand.js +2 -2
  502. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetCommandInvocationCommand.js +2 -2
  503. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetConnectionStatusCommand.js +2 -2
  504. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDefaultPatchBaselineCommand.js +2 -2
  505. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDeployablePatchSnapshotForInstanceCommand.js +2 -2
  506. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDocumentCommand.js +2 -2
  507. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetExecutionPreviewCommand.js +2 -2
  508. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetInventoryCommand.js +2 -2
  509. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetInventorySchemaCommand.js +2 -2
  510. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowCommand.js +2 -2
  511. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionCommand.js +2 -2
  512. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionTaskCommand.js +2 -2
  513. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.js +2 -2
  514. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowTaskCommand.js +2 -2
  515. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsItemCommand.js +2 -2
  516. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsMetadataCommand.js +2 -2
  517. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsSummaryCommand.js +2 -2
  518. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParameterCommand.js +2 -2
  519. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParameterHistoryCommand.js +2 -2
  520. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParametersByPathCommand.js +2 -2
  521. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParametersCommand.js +2 -2
  522. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetPatchBaselineCommand.js +2 -2
  523. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetPatchBaselineForPatchGroupCommand.js +2 -2
  524. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetResourcePoliciesCommand.js +2 -2
  525. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetServiceSettingCommand.js +2 -2
  526. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/LabelParameterVersionCommand.js +2 -2
  527. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListAssociationVersionsCommand.js +2 -2
  528. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListAssociationsCommand.js +2 -2
  529. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListCommandInvocationsCommand.js +2 -2
  530. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListCommandsCommand.js +2 -2
  531. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListComplianceItemsCommand.js +2 -2
  532. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListComplianceSummariesCommand.js +2 -2
  533. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentMetadataHistoryCommand.js +2 -2
  534. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentVersionsCommand.js +2 -2
  535. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentsCommand.js +2 -2
  536. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListInventoryEntriesCommand.js +2 -2
  537. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListNodesCommand.js +2 -2
  538. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListNodesSummaryCommand.js +2 -2
  539. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsItemEventsCommand.js +2 -2
  540. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsItemRelatedItemsCommand.js +2 -2
  541. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsMetadataCommand.js +2 -2
  542. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListResourceComplianceSummariesCommand.js +2 -2
  543. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListResourceDataSyncCommand.js +2 -2
  544. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  545. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ModifyDocumentPermissionCommand.js +2 -2
  546. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutComplianceItemsCommand.js +2 -2
  547. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutInventoryCommand.js +2 -2
  548. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutParameterCommand.js +2 -2
  549. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutResourcePolicyCommand.js +2 -2
  550. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterDefaultPatchBaselineCommand.js +2 -2
  551. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterPatchBaselineForPatchGroupCommand.js +2 -2
  552. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTargetWithMaintenanceWindowCommand.js +2 -2
  553. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTaskWithMaintenanceWindowCommand.js +2 -2
  554. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RemoveTagsFromResourceCommand.js +2 -2
  555. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ResetServiceSettingCommand.js +2 -2
  556. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ResumeSessionCommand.js +2 -2
  557. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendAutomationSignalCommand.js +2 -2
  558. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendCommandCommand.js +2 -2
  559. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAccessRequestCommand.js +2 -2
  560. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAssociationsOnceCommand.js +2 -2
  561. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAutomationExecutionCommand.js +2 -2
  562. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartChangeRequestExecutionCommand.js +2 -2
  563. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartExecutionPreviewCommand.js +2 -2
  564. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartSessionCommand.js +2 -2
  565. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StopAutomationExecutionCommand.js +2 -2
  566. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/TerminateSessionCommand.js +2 -2
  567. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UnlabelParameterVersionCommand.js +2 -2
  568. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateAssociationCommand.js +2 -2
  569. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateAssociationStatusCommand.js +2 -2
  570. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentCommand.js +2 -2
  571. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentDefaultVersionCommand.js +2 -2
  572. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentMetadataCommand.js +2 -2
  573. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowCommand.js +2 -2
  574. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowTargetCommand.js +2 -2
  575. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowTaskCommand.js +2 -2
  576. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateManagedInstanceRoleCommand.js +2 -2
  577. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateOpsItemCommand.js +2 -2
  578. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateOpsMetadataCommand.js +2 -2
  579. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdatePatchBaselineCommand.js +2 -2
  580. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateResourceDataSyncCommand.js +2 -2
  581. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateServiceSettingCommand.js +2 -2
  582. package/node_modules/@aws-sdk/client-ssm/dist-es/index.js +3 -0
  583. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/index.js +9 -9
  584. package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.browser.js +1 -2
  585. package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.js +5 -6
  586. package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.shared.js +10 -7
  587. package/node_modules/@aws-sdk/client-ssm/dist-es/schemas/schemas_0.js +3821 -5462
  588. package/node_modules/@aws-sdk/client-ssm/dist-es/waiters/waitForCommandExecuted.js +3 -3
  589. package/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +504 -147
  590. package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +149 -158
  591. package/node_modules/@aws-sdk/client-ssm/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  592. package/node_modules/@aws-sdk/client-ssm/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  593. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationBatchCommand.d.ts +2 -0
  594. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationCommand.d.ts +2 -0
  595. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationCommand.d.ts +1 -0
  596. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationVersionsCommand.d.ts +1 -0
  597. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +1 -2
  598. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +1 -2
  599. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationCommand.d.ts +2 -0
  600. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationStatusCommand.d.ts +1 -0
  601. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +1 -2
  602. package/node_modules/@aws-sdk/client-ssm/dist-types/index.d.ts +4 -3
  603. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +43 -3
  604. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +27 -2
  605. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeActivationsPaginator.d.ts +1 -1
  606. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAssociationExecutionTargetsPaginator.d.ts +1 -1
  607. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAssociationExecutionsPaginator.d.ts +1 -1
  608. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAutomationExecutionsPaginator.d.ts +1 -1
  609. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAutomationStepExecutionsPaginator.d.ts +1 -1
  610. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAvailablePatchesPaginator.d.ts +1 -1
  611. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeEffectiveInstanceAssociationsPaginator.d.ts +1 -1
  612. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.d.ts +1 -1
  613. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstanceAssociationsStatusPaginator.d.ts +1 -1
  614. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstanceInformationPaginator.d.ts +1 -1
  615. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.d.ts +1 -1
  616. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePatchStatesPaginator.d.ts +1 -1
  617. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePatchesPaginator.d.ts +1 -1
  618. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePropertiesPaginator.d.ts +1 -1
  619. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInventoryDeletionsPaginator.d.ts +1 -1
  620. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.d.ts +1 -1
  621. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.d.ts +1 -1
  622. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowExecutionsPaginator.d.ts +1 -1
  623. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowSchedulePaginator.d.ts +1 -1
  624. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowTargetsPaginator.d.ts +1 -1
  625. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowTasksPaginator.d.ts +1 -1
  626. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowsForTargetPaginator.d.ts +1 -1
  627. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowsPaginator.d.ts +1 -1
  628. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeOpsItemsPaginator.d.ts +1 -1
  629. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeParametersPaginator.d.ts +1 -1
  630. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribePatchBaselinesPaginator.d.ts +1 -1
  631. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribePatchGroupsPaginator.d.ts +1 -1
  632. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribePatchPropertiesPaginator.d.ts +1 -1
  633. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeSessionsPaginator.d.ts +1 -1
  634. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetInventoryPaginator.d.ts +1 -1
  635. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetInventorySchemaPaginator.d.ts +1 -1
  636. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetOpsSummaryPaginator.d.ts +1 -1
  637. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetParameterHistoryPaginator.d.ts +1 -1
  638. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetParametersByPathPaginator.d.ts +1 -1
  639. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetResourcePoliciesPaginator.d.ts +1 -1
  640. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListAssociationVersionsPaginator.d.ts +1 -1
  641. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListAssociationsPaginator.d.ts +1 -1
  642. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListCommandInvocationsPaginator.d.ts +1 -1
  643. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListCommandsPaginator.d.ts +1 -1
  644. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListComplianceItemsPaginator.d.ts +1 -1
  645. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListComplianceSummariesPaginator.d.ts +1 -1
  646. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListDocumentVersionsPaginator.d.ts +1 -1
  647. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListDocumentsPaginator.d.ts +1 -1
  648. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListNodesPaginator.d.ts +1 -1
  649. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListNodesSummaryPaginator.d.ts +1 -1
  650. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListOpsItemEventsPaginator.d.ts +1 -1
  651. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListOpsItemRelatedItemsPaginator.d.ts +1 -1
  652. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListOpsMetadataPaginator.d.ts +1 -1
  653. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListResourceComplianceSummariesPaginator.d.ts +1 -1
  654. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListResourceDataSyncPaginator.d.ts +1 -1
  655. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/index.d.ts +9 -9
  656. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.browser.d.ts +6 -2
  657. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +6 -2
  658. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +6 -2
  659. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.shared.d.ts +6 -1
  660. package/node_modules/@aws-sdk/client-ssm/dist-types/schemas/schemas_0.d.ts +755 -956
  661. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSM.d.ts +366 -1
  662. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +2 -7
  663. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  664. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +1 -1
  665. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/index.d.ts +1 -0
  666. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +3 -0
  667. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +13 -11
  668. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/index.d.ts +9 -9
  669. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  670. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  671. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  672. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  673. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/schemas/schemas_0.d.ts +750 -958
  674. package/node_modules/@aws-sdk/client-ssm/dist-types/waiters/waitForCommandExecuted.d.ts +3 -3
  675. package/node_modules/@aws-sdk/client-ssm/package.json +48 -46
  676. package/node_modules/@aws-sdk/{client-sso → core}/LICENSE +4 -4
  677. package/node_modules/@aws-sdk/core/account-id-endpoint.js +0 -1
  678. package/node_modules/@aws-sdk/core/dist-cjs/index.js +237 -92
  679. package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +9 -1
  680. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +228 -91
  681. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +1 -1
  682. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.js +1 -1
  683. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +9 -1
  684. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +27 -9
  685. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/UnionSerde.js +23 -0
  686. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +6 -5
  687. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +2 -0
  688. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +2 -1
  689. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +2 -1
  690. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +6 -4
  691. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +6 -4
  692. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +36 -14
  693. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +28 -5
  694. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +10 -2
  695. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +4 -0
  696. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +5 -3
  697. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +41 -9
  698. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +20 -3
  699. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +17 -7
  700. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +17 -2
  701. package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +1 -1
  702. package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +2 -2
  703. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +1 -1
  704. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +1 -1
  705. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +1 -1
  706. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +1 -1
  707. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +14 -1
  708. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/UnionSerde.d.ts +24 -0
  709. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +3 -1
  710. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +2 -0
  711. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +3 -1
  712. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +3 -1
  713. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +3 -1
  714. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +3 -1
  715. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +1 -1
  716. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +7 -0
  717. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +3 -0
  718. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +7 -0
  719. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +1 -1
  720. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +2 -0
  721. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +1 -1
  722. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +6 -0
  723. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/UnionSerde.d.ts +9 -0
  724. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +3 -0
  725. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +2 -0
  726. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +3 -0
  727. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +3 -0
  728. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +3 -0
  729. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +8 -1
  730. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +4 -0
  731. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +3 -0
  732. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +1 -0
  733. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +6 -1
  734. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +6 -1
  735. package/node_modules/@aws-sdk/core/package.json +23 -23
  736. package/node_modules/@aws-sdk/crc64-nvme/README.md +61 -0
  737. package/node_modules/@aws-sdk/crc64-nvme/dist-cjs/index.js +101 -0
  738. package/node_modules/@aws-sdk/crc64-nvme/dist-es/Crc64Nvme.js +92 -0
  739. package/node_modules/@aws-sdk/crc64-nvme/dist-es/index.js +2 -0
  740. package/node_modules/@aws-sdk/crc64-nvme/dist-types/Crc64Nvme.d.ts +24 -0
  741. package/node_modules/@aws-sdk/{middleware-flexible-checksums → crc64-nvme}/dist-types/crc64-nvme-crt-container.d.ts +1 -1
  742. package/node_modules/@aws-sdk/crc64-nvme/dist-types/index.d.ts +2 -0
  743. package/node_modules/@aws-sdk/crc64-nvme/dist-types/ts3.4/Crc64Nvme.d.ts +9 -0
  744. package/node_modules/@aws-sdk/crc64-nvme/dist-types/ts3.4/index.d.ts +2 -0
  745. package/node_modules/@aws-sdk/crc64-nvme/package.json +50 -0
  746. package/node_modules/@aws-sdk/credential-provider-env/README.md +12 -3
  747. package/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +1 -1
  748. package/node_modules/@aws-sdk/credential-provider-env/package.json +14 -14
  749. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +1 -1
  750. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +1 -1
  751. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/checkUrl.d.ts +1 -1
  752. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.browser.d.ts +1 -1
  753. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.d.ts +1 -1
  754. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/requestHelpers.d.ts +2 -2
  755. package/node_modules/@aws-sdk/credential-provider-http/package.json +19 -19
  756. package/node_modules/@aws-sdk/credential-provider-ini/README.md +12 -3
  757. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +22 -24
  758. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +3 -10
  759. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +4 -3
  760. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +2 -2
  761. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +5 -5
  762. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +4 -2
  763. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +4 -2
  764. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +4 -5
  765. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +5 -5
  766. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +1 -1
  767. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveLoginCredentials.d.ts +2 -1
  768. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProcessCredentials.d.ts +2 -2
  769. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +3 -2
  770. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +2 -1
  771. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +2 -2
  772. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +4 -3
  773. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +5 -3
  774. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +2 -0
  775. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +3 -1
  776. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +2 -0
  777. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +3 -1
  778. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts +3 -1
  779. package/node_modules/@aws-sdk/credential-provider-ini/package.json +23 -23
  780. package/node_modules/@aws-sdk/credential-provider-login/README.md +12 -3
  781. package/node_modules/@aws-sdk/credential-provider-login/package.json +17 -17
  782. package/node_modules/@aws-sdk/credential-provider-node/README.md +3 -3
  783. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +8 -2
  784. package/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +8 -2
  785. package/node_modules/@aws-sdk/credential-provider-node/package.json +21 -21
  786. package/node_modules/@aws-sdk/credential-provider-process/README.md +12 -3
  787. package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +3 -3
  788. package/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +2 -2
  789. package/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +1 -1
  790. package/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts +2 -2
  791. package/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts +1 -1
  792. package/node_modules/@aws-sdk/credential-provider-process/package.json +15 -15
  793. package/node_modules/@aws-sdk/credential-provider-sso/README.md +12 -3
  794. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +6 -4
  795. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-BKDNrsal.js +8 -0
  796. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +2 -0
  797. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/loadSso.js +1 -1
  798. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +3 -3
  799. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +3 -2
  800. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/isSsoProfile.d.ts +2 -2
  801. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/loadSso.d.ts +2 -2
  802. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +3 -3
  803. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +2 -0
  804. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/loadSso.d.ts +5 -2
  805. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +1 -0
  806. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/types.d.ts +1 -1
  807. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/validateSsoProfile.d.ts +2 -2
  808. package/node_modules/@aws-sdk/credential-provider-sso/package.json +17 -17
  809. package/node_modules/@aws-sdk/credential-provider-web-identity/README.md +12 -3
  810. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +2 -2
  811. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +14 -6
  812. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +1 -1
  813. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +1 -1
  814. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +16 -16
  815. package/node_modules/@aws-sdk/dynamodb-codec/package.json +14 -17
  816. package/node_modules/@aws-sdk/endpoint-cache/README.md +10 -3
  817. package/node_modules/@aws-sdk/endpoint-cache/dist-cjs/index.js +50 -131
  818. package/node_modules/@aws-sdk/endpoint-cache/dist-types/EndpointCache.d.ts +1 -1
  819. package/node_modules/@aws-sdk/endpoint-cache/package.json +10 -10
  820. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/NodeDisableMultiregionAccessPointConfigOptions.d.ts +1 -1
  821. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/NodeUseArnRegionConfigOptions.d.ts +1 -1
  822. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketEndpointMiddleware.d.ts +2 -2
  823. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketHostname.d.ts +1 -1
  824. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketHostnameUtils.d.ts +1 -1
  825. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/configurations.d.ts +1 -1
  826. package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +15 -15
  827. package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/configurations.d.ts +1 -1
  828. package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/endpointDiscoveryMiddleware.d.ts +3 -3
  829. package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/getCacheKey.d.ts +1 -1
  830. package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/getEndpointDiscoveryPlugin.d.ts +2 -2
  831. package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/resolveEndpointDiscoveryConfig.d.ts +1 -1
  832. package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/updateDiscoveredEndpointInCache.d.ts +2 -2
  833. package/node_modules/@aws-sdk/middleware-endpoint-discovery/package.json +14 -14
  834. package/node_modules/@aws-sdk/middleware-expect-continue/dist-types/index.d.ts +1 -1
  835. package/node_modules/@aws-sdk/middleware-expect-continue/package.json +12 -12
  836. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/getCrc32ChecksumAlgorithmFunction.js +1 -1
  837. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/index.js +86 -63
  838. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsInputMiddleware.js +1 -1
  839. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsMiddleware.js +26 -10
  840. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsResponseMiddleware.js +10 -2
  841. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getChecksumAlgorithmForRequest.js +0 -5
  842. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getChecksumAlgorithmListForResponse.js +10 -6
  843. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getCrc32ChecksumAlgorithmFunction.js +1 -1
  844. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getFlexibleChecksumsPlugin.js +1 -1
  845. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/index.js +0 -1
  846. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/resolveFlexibleChecksumsConfig.js +2 -1
  847. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/selectChecksumAlgorithmFunction.js +16 -13
  848. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/NODE_REQUEST_CHECKSUM_CALCULATION_CONFIG_OPTIONS.d.ts +1 -1
  849. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/NODE_RESPONSE_CHECKSUM_VALIDATION_CONFIG_OPTIONS.d.ts +1 -1
  850. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/configuration.d.ts +4 -2
  851. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsInputMiddleware.d.ts +2 -2
  852. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsMiddleware.d.ts +2 -2
  853. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsResponseMiddleware.d.ts +2 -2
  854. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksum.d.ts +1 -1
  855. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksumAlgorithmForRequest.d.ts +3 -2
  856. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksumAlgorithmListForResponse.d.ts +1 -1
  857. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksumLocationName.d.ts +1 -1
  858. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getCrc32ChecksumAlgorithmFunction.d.ts +1 -1
  859. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getFlexibleChecksumsPlugin.d.ts +5 -5
  860. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/hasHeader.d.ts +1 -1
  861. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/hasHeaderWithPrefix.d.ts +1 -1
  862. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/index.d.ts +0 -1
  863. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/resolveFlexibleChecksumsConfig.d.ts +16 -2
  864. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/selectChecksumAlgorithmFunction.d.ts +3 -3
  865. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/stringHasher.d.ts +1 -1
  866. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/configuration.d.ts +2 -0
  867. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getChecksumAlgorithmForRequest.d.ts +3 -2
  868. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getChecksumLocationName.d.ts +1 -1
  869. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/index.d.ts +0 -1
  870. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/resolveFlexibleChecksumsConfig.d.ts +11 -1
  871. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/selectChecksumAlgorithmFunction.d.ts +1 -1
  872. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/validateChecksumFromResponse.d.ts +3 -3
  873. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +20 -19
  874. package/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +1 -1
  875. package/node_modules/@aws-sdk/middleware-host-header/package.json +12 -12
  876. package/node_modules/@aws-sdk/middleware-location-constraint/dist-types/configuration.d.ts +1 -1
  877. package/node_modules/@aws-sdk/middleware-location-constraint/dist-types/index.d.ts +2 -2
  878. package/node_modules/@aws-sdk/middleware-location-constraint/package.json +11 -11
  879. package/node_modules/@aws-sdk/middleware-logger/package.json +12 -12
  880. package/node_modules/@aws-sdk/middleware-recursion-detection/README.md +10 -3
  881. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +7 -3
  882. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/configuration.d.ts +1 -1
  883. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/getRecursionDetectionPlugin.d.ts +1 -1
  884. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.browser.d.ts +1 -1
  885. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.d.ts +1 -1
  886. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.native.d.ts +1 -1
  887. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +12 -12
  888. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +34 -8
  889. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/index.js +1 -0
  890. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/protocol/S3RestXmlProtocol.js +25 -0
  891. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/s3ExpressHttpSigningMiddleware.js +0 -1
  892. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/s3ExpressMiddleware.js +1 -1
  893. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/bucket-endpoint-middleware.d.ts +1 -1
  894. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/check-content-length-header.d.ts +1 -1
  895. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/index.d.ts +1 -0
  896. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/protocol/S3RestXmlProtocol.d.ts +20 -0
  897. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/region-redirect-endpoint-middleware.d.ts +2 -2
  898. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/region-redirect-middleware.d.ts +1 -1
  899. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-expires-middleware.d.ts +1 -1
  900. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityCache.d.ts +1 -1
  901. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityCacheEntry.d.ts +1 -1
  902. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityProviderImpl.d.ts +3 -3
  903. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/SignatureV4S3Express.d.ts +2 -2
  904. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/s3ExpressHttpSigningMiddleware.d.ts +2 -2
  905. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/s3ExpressMiddleware.d.ts +4 -4
  906. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/signS3Express.d.ts +1 -1
  907. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/interfaces/S3ExpressIdentity.d.ts +1 -1
  908. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/interfaces/S3ExpressIdentityProvider.d.ts +2 -2
  909. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3Configuration.d.ts +1 -1
  910. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/throw-200-exceptions.d.ts +1 -1
  911. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/index.d.ts +1 -0
  912. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/protocol/S3RestXmlProtocol.d.ts +15 -0
  913. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/validate-bucket-name.d.ts +2 -2
  914. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +22 -22
  915. package/node_modules/@aws-sdk/middleware-ssec/dist-types/index.d.ts +1 -1
  916. package/node_modules/@aws-sdk/middleware-ssec/package.json +11 -11
  917. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +17 -17
  918. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js +10 -10
  919. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/check-features.d.ts +4 -2
  920. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +1 -1
  921. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/check-features.d.ts +3 -3
  922. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +2 -2
  923. package/node_modules/@aws-sdk/middleware-user-agent/package.json +16 -15
  924. package/node_modules/@aws-sdk/nested-clients/cognito-identity.d.ts +7 -0
  925. package/node_modules/@aws-sdk/nested-clients/cognito-identity.js +5 -0
  926. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +60 -0
  927. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/ruleset.js +146 -0
  928. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +174 -0
  929. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/CognitoIdentityServiceException.js +12 -0
  930. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/errors.js +121 -0
  931. package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/runtimeConfig.browser.js +1 -1
  932. package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/runtimeConfig.js +5 -4
  933. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.shared.js +50 -0
  934. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/schemas/schemas_0.js +110 -0
  935. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +2 -2
  936. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +128 -2
  937. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +27 -190
  938. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/SigninServiceException.js +12 -0
  939. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/errors.js +64 -0
  940. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +4 -3
  941. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +12 -5
  942. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/schemas/schemas_0.js +125 -0
  943. package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/sso}/auth/httpAuthSchemeProvider.js +2 -14
  944. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/endpointResolver.js +18 -0
  945. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/ruleset.js +106 -0
  946. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +160 -0
  947. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/SSOServiceException.js +12 -0
  948. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/errors.js +56 -0
  949. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.browser.js +38 -0
  950. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.js +54 -0
  951. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.native.js +15 -0
  952. package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/sso}/runtimeConfig.shared.js +12 -5
  953. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/schemas/schemas_0.js +90 -0
  954. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +2 -2
  955. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +101 -2
  956. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +27 -332
  957. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/SSOOIDCServiceException.js +12 -0
  958. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/errors.js +195 -0
  959. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +4 -3
  960. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +12 -5
  961. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/schemas/schemas_0.js +140 -0
  962. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +2 -2
  963. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +140 -2
  964. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +36 -294
  965. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/STSServiceException.js +12 -0
  966. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/errors.js +95 -0
  967. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +7 -6
  968. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +13 -10
  969. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/schemas/schemas_0.js +195 -0
  970. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentity.js +11 -0
  971. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentityClient.js +50 -0
  972. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +54 -0
  973. package/node_modules/@aws-sdk/{client-sso/dist-es/commands/ListAccountRolesCommand.js → nested-clients/dist-es/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.js} +5 -5
  974. package/node_modules/@aws-sdk/{client-sso/dist-es/commands/LogoutCommand.js → nested-clients/dist-es/submodules/cognito-identity/commands/GetIdCommand.js} +5 -5
  975. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/index.js +2 -0
  976. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/EndpointParameters.js +13 -0
  977. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/ruleset.js +143 -0
  978. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/index.js +7 -0
  979. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/CognitoIdentityServiceException.js +8 -0
  980. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/errors.js +109 -0
  981. package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeConfig.browser.js +1 -1
  982. package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeConfig.js +4 -3
  983. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.shared.js +46 -0
  984. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/schemas/schemas_0.js +107 -0
  985. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +1 -1
  986. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +2 -2
  987. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +128 -2
  988. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +2 -0
  989. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +3 -2
  990. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +9 -2
  991. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +34 -26
  992. package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/SSO.js +0 -6
  993. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthExtensionConfiguration.js +38 -0
  994. package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/auth/httpAuthSchemeProvider.js +1 -13
  995. package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/commands/GetRoleCredentialsCommand.js +2 -2
  996. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commands/index.js +1 -0
  997. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/endpointResolver.js +14 -0
  998. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/ruleset.js +103 -0
  999. package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/index.js +2 -1
  1000. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/models/models_0.js +1 -0
  1001. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.browser.js +33 -0
  1002. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js +49 -0
  1003. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.native.js +11 -0
  1004. package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/runtimeConfig.shared.js +9 -2
  1005. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeExtensions.js +9 -0
  1006. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/schemas/schemas_0.js +87 -0
  1007. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +1 -1
  1008. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +1 -1
  1009. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +2 -2
  1010. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +101 -2
  1011. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +2 -0
  1012. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +3 -2
  1013. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +9 -2
  1014. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +64 -53
  1015. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +1 -1
  1016. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +1 -1
  1017. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +2 -2
  1018. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +2 -2
  1019. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +4 -3
  1020. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +140 -2
  1021. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +2 -0
  1022. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +3 -2
  1023. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +10 -7
  1024. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +85 -79
  1025. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentity.d.ts +38 -0
  1026. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentityClient.d.ts +197 -0
  1027. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  1028. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +75 -0
  1029. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +120 -0
  1030. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetIdCommand.d.ts +107 -0
  1031. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/index.d.ts +2 -0
  1032. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/ruleset.d.ts +2 -0
  1033. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/extensionConfiguration.d.ts +9 -0
  1034. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/index.d.ts +29 -0
  1035. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +14 -0
  1036. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/errors.d.ts +119 -0
  1037. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/models_0.d.ts +136 -0
  1038. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.browser.d.ts +62 -0
  1039. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.d.ts +62 -0
  1040. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.native.d.ts +61 -0
  1041. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.shared.d.ts +38 -0
  1042. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeExtensions.d.ts +17 -0
  1043. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/schemas/schemas_0.d.ts +25 -0
  1044. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +1 -1
  1045. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +4 -13
  1046. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  1047. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +1 -1
  1048. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +1 -1
  1049. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +3 -2
  1050. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +1 -1
  1051. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +7 -3
  1052. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +7 -3
  1053. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +7 -3
  1054. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +7 -2
  1055. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +19 -13
  1056. package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/SSO.d.ts +1 -22
  1057. package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/SSOClient.d.ts +6 -18
  1058. package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  1059. package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/auth/httpAuthSchemeProvider.d.ts +1 -1
  1060. package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/commands/GetRoleCredentialsCommand.d.ts +3 -3
  1061. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/commands/index.d.ts +1 -0
  1062. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/EndpointParameters.d.ts +50 -0
  1063. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/endpointResolver.d.ts +8 -0
  1064. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/ruleset.d.ts +2 -0
  1065. package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/index.d.ts +3 -3
  1066. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/models/models_0.d.ts +61 -0
  1067. package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeConfig.browser.d.ts +7 -3
  1068. package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeConfig.d.ts +7 -3
  1069. package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeConfig.native.d.ts +7 -3
  1070. package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeConfig.shared.d.ts +7 -2
  1071. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/schemas/schemas_0.d.ts +17 -0
  1072. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +1 -1
  1073. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +4 -13
  1074. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  1075. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +1 -1
  1076. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/ruleset.d.ts +1 -1
  1077. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +3 -2
  1078. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +1 -1
  1079. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +7 -3
  1080. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +7 -3
  1081. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +7 -3
  1082. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +7 -2
  1083. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +23 -22
  1084. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +2 -2
  1085. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +5 -14
  1086. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  1087. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +2 -2
  1088. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultRoleAssumers.d.ts +3 -3
  1089. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +3 -3
  1090. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/ruleset.d.ts +1 -1
  1091. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +3 -2
  1092. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +7 -3
  1093. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +6 -2
  1094. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +7 -3
  1095. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +7 -2
  1096. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +27 -26
  1097. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentity.d.ts +38 -0
  1098. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentityClient.d.ts +126 -0
  1099. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  1100. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +47 -0
  1101. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +51 -0
  1102. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetIdCommand.d.ts +41 -0
  1103. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/index.d.ts +2 -0
  1104. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/extensionConfiguration.d.ts +9 -0
  1105. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/index.d.ts +10 -0
  1106. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +9 -0
  1107. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/errors.d.ts +68 -0
  1108. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/models_0.d.ts +23 -0
  1109. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.browser.d.ts +122 -0
  1110. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.d.ts +117 -0
  1111. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.native.d.ts +126 -0
  1112. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.shared.d.ts +60 -0
  1113. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeExtensions.d.ts +13 -0
  1114. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/schemas/schemas_0.d.ts +24 -0
  1115. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +2 -7
  1116. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  1117. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthSchemeProvider.d.ts +1 -1
  1118. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +1 -0
  1119. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +10 -6
  1120. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +10 -6
  1121. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +10 -6
  1122. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +10 -5
  1123. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +13 -13
  1124. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSO.d.ts +22 -0
  1125. package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/SSOClient.d.ts +3 -28
  1126. package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/auth/httpAuthSchemeProvider.d.ts +1 -1
  1127. package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/commands/GetRoleCredentialsCommand.d.ts +5 -9
  1128. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commands/index.d.ts +1 -0
  1129. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/EndpointParameters.d.ts +51 -0
  1130. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/endpointResolver.d.ts +8 -0
  1131. package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/index.d.ts +1 -1
  1132. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/models/models_0.d.ts +14 -0
  1133. package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeConfig.browser.d.ts +10 -6
  1134. package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeConfig.d.ts +10 -6
  1135. package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeConfig.native.d.ts +10 -6
  1136. package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeConfig.shared.d.ts +10 -5
  1137. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/schemas/schemas_0.d.ts +16 -0
  1138. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +1 -6
  1139. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  1140. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +1 -1
  1141. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +1 -0
  1142. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +10 -6
  1143. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +10 -6
  1144. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +10 -6
  1145. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +10 -5
  1146. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +17 -22
  1147. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +2 -7
  1148. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  1149. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +2 -2
  1150. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +1 -0
  1151. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +10 -6
  1152. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +9 -5
  1153. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +10 -6
  1154. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +10 -5
  1155. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +21 -27
  1156. package/node_modules/@aws-sdk/nested-clients/package.json +62 -42
  1157. package/node_modules/@aws-sdk/nested-clients/sso.d.ts +7 -0
  1158. package/node_modules/@aws-sdk/nested-clients/sso.js +5 -0
  1159. package/node_modules/@aws-sdk/region-config-resolver/README.md +11 -4
  1160. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +13 -24
  1161. package/node_modules/@aws-sdk/region-config-resolver/package.json +13 -13
  1162. package/node_modules/@aws-sdk/s3-request-presigner/dist-types/getSignedUrl.d.ts +2 -2
  1163. package/node_modules/@aws-sdk/s3-request-presigner/dist-types/presigner.d.ts +3 -3
  1164. package/node_modules/@aws-sdk/s3-request-presigner/package.json +17 -17
  1165. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/SignatureV4MultiRegion.js +1 -1
  1166. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/SignatureV4MultiRegion.d.ts +2 -2
  1167. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +12 -12
  1168. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +8 -15
  1169. package/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +2 -9
  1170. package/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +2 -2
  1171. package/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +2 -2
  1172. package/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +1 -1
  1173. package/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +3 -3
  1174. package/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +1 -1
  1175. package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +5 -4
  1176. package/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +3 -2
  1177. package/node_modules/@aws-sdk/token-providers/dist-types/nodeProvider.d.ts +2 -2
  1178. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +1 -1
  1179. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +3 -1
  1180. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +3 -1
  1181. package/node_modules/@aws-sdk/token-providers/dist-types/validateTokenExpiry.d.ts +1 -1
  1182. package/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +1 -1
  1183. package/node_modules/@aws-sdk/token-providers/package.json +14 -14
  1184. package/node_modules/@aws-sdk/types/dist-cjs/index.js +3 -12
  1185. package/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +1 -1
  1186. package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +3 -3
  1187. package/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +1 -1
  1188. package/node_modules/@aws-sdk/types/dist-types/http.d.ts +1 -1
  1189. package/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +1 -1
  1190. package/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +1 -1
  1191. package/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +2 -2
  1192. package/node_modules/@aws-sdk/types/dist-types/token.d.ts +2 -2
  1193. package/node_modules/@aws-sdk/types/package.json +10 -10
  1194. package/node_modules/@aws-sdk/util-arn-parser/dist-cjs/index.js +24 -61
  1195. package/node_modules/@aws-sdk/util-arn-parser/dist-types/index.d.ts +9 -0
  1196. package/node_modules/@aws-sdk/util-arn-parser/package.json +10 -10
  1197. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +4 -13
  1198. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +1 -1
  1199. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +1 -1
  1200. package/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +1 -1
  1201. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +1 -1
  1202. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +1 -1
  1203. package/node_modules/@aws-sdk/util-endpoints/package.json +11 -11
  1204. package/node_modules/@aws-sdk/util-format-url/dist-types/index.d.ts +1 -1
  1205. package/node_modules/@aws-sdk/util-format-url/package.json +12 -12
  1206. package/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js +10 -38
  1207. package/node_modules/@aws-sdk/util-locate-window/package.json +10 -10
  1208. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +1 -1
  1209. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +2 -2
  1210. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +10 -10
  1211. package/node_modules/@aws-sdk/util-user-agent-node/README.md +10 -3
  1212. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +133 -6
  1213. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/defaultUserAgent.js +10 -3
  1214. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getNodeModulesParentDirs.js +15 -0
  1215. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getRuntimeUserAgentPair.js +10 -0
  1216. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getSanitizedDevTypeScriptVersion.js +14 -0
  1217. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getSanitizedTypeScriptVersion.js +9 -0
  1218. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getTypeScriptUserAgentPair.js +75 -0
  1219. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/defaultUserAgent.d.ts +1 -1
  1220. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getNodeModulesParentDirs.d.ts +10 -0
  1221. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getRuntimeUserAgentPair.d.ts +6 -0
  1222. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getSanitizedDevTypeScriptVersion.d.ts +8 -0
  1223. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getSanitizedTypeScriptVersion.d.ts +8 -0
  1224. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getTypeScriptUserAgentPair.d.ts +6 -0
  1225. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +1 -1
  1226. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/nodeAppIdConfigOptions.d.ts +1 -1
  1227. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getNodeModulesParentDirs.d.ts +1 -0
  1228. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getRuntimeUserAgentPair.d.ts +2 -0
  1229. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getSanitizedDevTypeScriptVersion.d.ts +3 -0
  1230. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getSanitizedTypeScriptVersion.d.ts +3 -0
  1231. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getTypeScriptUserAgentPair.d.ts +4 -0
  1232. package/node_modules/@aws-sdk/util-user-agent-node/package.json +18 -15
  1233. package/node_modules/@aws-sdk/xml-builder/README.md +10 -3
  1234. package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +22 -15
  1235. package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +5 -0
  1236. package/node_modules/@aws-sdk/xml-builder/dist-es/escape-attribute.js +8 -1
  1237. package/node_modules/@aws-sdk/xml-builder/dist-es/escape-element.js +13 -10
  1238. package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js +5 -0
  1239. package/node_modules/@aws-sdk/xml-builder/dist-types/XmlNode.d.ts +1 -1
  1240. package/node_modules/@aws-sdk/xml-builder/dist-types/XmlText.d.ts +1 -1
  1241. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/CHANGELOG.md +88 -0
  1242. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/README.md +15 -13
  1243. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxbuilder.min.js +1 -1
  1244. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +1 -1
  1245. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.cjs +1 -1
  1246. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.d.cts +175 -30
  1247. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js +1 -1
  1248. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -1
  1249. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js +1 -1
  1250. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -1
  1251. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxvalidator.min.js +1 -1
  1252. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxvalidator.min.js.map +1 -1
  1253. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/pem.d.cts +148 -0
  1254. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/package.json +10 -6
  1255. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/fxp.d.ts +164 -30
  1256. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/fxp.js +1 -1
  1257. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/pem.d.ts +135 -0
  1258. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/util.js +18 -25
  1259. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/EntitiesParser.js +89 -87
  1260. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OptionsBuilder.js +10 -10
  1261. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/BaseOutputBuilder.js +23 -23
  1262. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsArrBuilder.js +29 -29
  1263. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsMinArrBuilder.js +1 -1
  1264. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsObjBuilder.js +39 -39
  1265. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/ParserOptionsBuilder.js +21 -21
  1266. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/XMLParser.js +22 -22
  1267. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/valueParsers/EntitiesParser.js +85 -85
  1268. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/validator.js +34 -34
  1269. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +5 -284
  1270. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +333 -292
  1271. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +156 -43
  1272. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +536 -231
  1273. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +24 -24
  1274. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/node2json.js +96 -42
  1275. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +10 -10
  1276. package/node_modules/@aws-sdk/xml-builder/package.json +12 -12
  1277. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/.jsii +4627 -236
  1278. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/README.adoc +8 -9
  1279. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/lib/index.d.ts +6 -4
  1280. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/lib/index.js +2 -2
  1281. package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/.jsii +80 -49
  1282. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/cloud-assembly-schema/.jsii.tabl.json +1 -0
  1283. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/cloud-assembly-schema/cli-version.json +1 -0
  1284. package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/artifact-schema.d.ts +6 -0
  1285. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/artifact-schema.js +3 -0
  1286. package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/context-queries.d.ts +11 -0
  1287. package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/context-queries.js +1 -1
  1288. package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/manifest.d.ts +20 -21
  1289. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/cloud-assembly-schema/lib/manifest.js +264 -0
  1290. package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/classes/range.js +1 -0
  1291. package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/classes/semver.js +19 -5
  1292. package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/internal/identifiers.js +4 -0
  1293. package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/package.json +3 -3
  1294. package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/package.json +9 -9
  1295. package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/schema/cloud-assembly.schema.json +6 -2
  1296. package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/schema/version.json +2 -2
  1297. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/.jsii +8165 -2882
  1298. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/index.d.ts +3 -0
  1299. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/index.js +4 -1
  1300. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/constructs-feature-flags.d.ts +2 -0
  1301. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/constructs-feature-flags.js +14 -8
  1302. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-job-helper.js +2 -2
  1303. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/polly-helper.d.ts +50 -0
  1304. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/polly-helper.js +138 -0
  1305. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/step-function-helper.js +12 -2
  1306. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/textract-helper.d.ts +63 -0
  1307. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/textract-helper.js +220 -0
  1308. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/validation.d.ts +60 -0
  1309. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/validation.js +594 -0
  1310. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/vpc-helper.d.ts +3 -1
  1311. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/vpc-helper.js +13 -1
  1312. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/nohoist.sh +6 -1
  1313. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/package.json +4 -5
  1314. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/alb-helper.test.js +14 -14
  1315. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/apigateway-helper.test.js +4 -4
  1316. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/bedrock-inference-helper.test.js +2 -2
  1317. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/cloudfront-distribution-s3-helper.test.js +8 -8
  1318. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/constructs-feature-flags.test.js +37 -6
  1319. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/dynamo-table.test.js +4 -4
  1320. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/elasticsearch-helper.test.js +2 -2
  1321. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/eventbridge-helper.test.js +2 -2
  1322. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/fargate-helper.test.js +9 -9
  1323. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/glue-job-helper.test.js +4 -4
  1324. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/kendra-helper.test.js +6 -6
  1325. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/kinesis-streams-helper.test.js +2 -2
  1326. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/lambda-helper.test.js +5 -5
  1327. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/opensearch-helper.test.js +2 -2
  1328. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/override-warning-service.test.js +13 -13
  1329. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/pipes-helper.test.js +12 -12
  1330. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/{test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js → node_modules/@aws-solutions-constructs/core/test/polly-helper.test.d.ts} +1 -9
  1331. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/polly-helper.test.js +495 -0
  1332. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/s3-bucket.test.js +5 -5
  1333. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/sagemaker-helper.test.js +7 -7
  1334. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/secretsmanager-helper.test.js +2 -2
  1335. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/sns-helper.test.js +7 -7
  1336. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/sqs-helper.test.js +13 -13
  1337. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/step-function-helper.test.js +6 -6
  1338. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/test-helper.d.ts +1 -1
  1339. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/test-helper.js +1 -1
  1340. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/{test/integ.lamddb-add-secondary-index.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js → node_modules/@aws-solutions-constructs/core/test/textract-helper.test.d.ts} +1 -9
  1341. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/textract-helper.test.js +857 -0
  1342. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/utils.test.js +9 -9
  1343. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/{test/integ.lamddb-no-arguments.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js → node_modules/@aws-solutions-constructs/core/test/validation.test.d.ts} +1 -9
  1344. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/validation.test.js +218 -0
  1345. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/vpc-helper.test.js +33 -6
  1346. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/waf-helper.test.js +2 -2
  1347. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/websocket-api-helper.test.js +4 -4
  1348. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/.jsii +229 -47
  1349. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/API.md +152 -0
  1350. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/README.md +1 -1
  1351. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/construct.d.ts +47 -7
  1352. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/construct.js +78 -22
  1353. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/dependency.d.ts +1 -1
  1354. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/dependency.js +3 -3
  1355. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/index.d.ts +2 -1
  1356. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/index.js +1 -2
  1357. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/mixin.d.ts +15 -0
  1358. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/mixin.js +3 -0
  1359. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/package.json +3 -3
  1360. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/package.json +6 -7
  1361. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js +2 -2
  1362. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/cdk.out +1 -1
  1363. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/integ.json +2 -2
  1364. 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
  1365. 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
  1366. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/lamddbaddsecondaryindexIntegDefaultTestDeployAssert3193B4D9.assets.json +1 -1
  1367. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/manifest.json +38 -22
  1368. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/tree.json +1 -1
  1369. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js +2 -2
  1370. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/cdk.out +1 -1
  1371. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/integ.json +2 -2
  1372. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddb-deployFunctionWithExistingVpc.assets.json +4 -18
  1373. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddb-deployFunctionWithExistingVpc.template.json +7 -15
  1374. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddbdeployFunctionWithExistingVpcIntegDefaultTestDeployAssertEE08E38E.assets.json +1 -1
  1375. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/manifest.json +38 -24
  1376. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/tree.json +1 -1
  1377. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js +2 -2
  1378. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/cdk.out +1 -1
  1379. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/integ.json +2 -2
  1380. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddb-deployFunctionWithVpc.assets.json +4 -18
  1381. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddb-deployFunctionWithVpc.template.json +7 -15
  1382. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddbdeployFunctionWithVpcIntegDefaultTestDeployAssert0AB8275C.assets.json +1 -1
  1383. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/manifest.json +38 -24
  1384. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/tree.json +1 -1
  1385. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js +2 -2
  1386. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/cdk.out +1 -1
  1387. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/integ.json +2 -2
  1388. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/lamddb-no-arguments.assets.json +4 -18
  1389. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/lamddb-no-arguments.template.json +7 -15
  1390. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/lamddbnoargumentsIntegDefaultTestDeployAssert248B75D0.assets.json +1 -1
  1391. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/manifest.json +38 -18
  1392. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/tree.json +1 -1
  1393. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js +2 -2
  1394. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/cdk.out +1 -1
  1395. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/integ.json +2 -2
  1396. 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
  1397. 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
  1398. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/lamddbpointintimerecoveryIntegDefaultTestDeployAssertB0CCD339.assets.json +1 -1
  1399. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/manifest.json +38 -18
  1400. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/tree.json +1 -1
  1401. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js +2 -2
  1402. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/cdk.out +1 -1
  1403. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/integ.json +2 -2
  1404. 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
  1405. 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
  1406. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/lamddbsetbillingmodeIntegDefaultTestDeployAssertDAE32272.assets.json +1 -1
  1407. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/manifest.json +38 -18
  1408. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/tree.json +1 -1
  1409. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js +2 -2
  1410. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/cdk.out +1 -1
  1411. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/integ.json +2 -2
  1412. 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
  1413. 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
  1414. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/lamddbuseexistingfuncIntegDefaultTestDeployAssert48D284DD.assets.json +1 -1
  1415. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/manifest.json +38 -18
  1416. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/tree.json +1 -1
  1417. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/lambda-dynamodb.test.js +75 -67
  1418. package/node_modules/@gemeentenijmegen/apiclient/.nvmrc +1 -0
  1419. package/node_modules/@gemeentenijmegen/apiclient/lib/index.js +1 -1
  1420. package/node_modules/@gemeentenijmegen/apiclient/package.json +6 -6
  1421. package/node_modules/@gemeentenijmegen/apigateway-http/.nvmrc +1 -0
  1422. package/node_modules/@gemeentenijmegen/apigateway-http/package.json +4 -4
  1423. package/node_modules/@gemeentenijmegen/aws-constructs/.jsii +4 -4
  1424. package/node_modules/@gemeentenijmegen/aws-constructs/.nvmrc +1 -0
  1425. package/node_modules/@gemeentenijmegen/aws-constructs/API.md +88 -0
  1426. package/node_modules/@gemeentenijmegen/aws-constructs/lib/Criticality/Criticality.js +1 -1
  1427. package/node_modules/@gemeentenijmegen/aws-constructs/lib/DeadLetterQueue.js +1 -1
  1428. package/node_modules/@gemeentenijmegen/aws-constructs/lib/ErrorMonitoringAlarm.js +1 -1
  1429. package/node_modules/@gemeentenijmegen/aws-constructs/lib/PermissionsBoundaryAspect.js +1 -1
  1430. package/node_modules/@gemeentenijmegen/aws-constructs/lib/QueueWithDlq.js +1 -1
  1431. package/node_modules/@gemeentenijmegen/aws-constructs/lib/Vpc.js +1 -1
  1432. package/node_modules/@gemeentenijmegen/aws-constructs/package.json +9 -9
  1433. package/node_modules/@gemeentenijmegen/session/.nvmrc +1 -0
  1434. package/node_modules/@gemeentenijmegen/session/package.json +4 -4
  1435. package/node_modules/@smithy/chunked-blob-reader/package.json +6 -6
  1436. package/node_modules/@smithy/chunked-blob-reader-native/package.json +7 -7
  1437. package/node_modules/@smithy/config-resolver/dist-cjs/index.js +12 -0
  1438. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +5 -0
  1439. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +5 -0
  1440. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +6 -0
  1441. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +6 -0
  1442. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +6 -0
  1443. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +6 -0
  1444. package/node_modules/@smithy/config-resolver/package.json +11 -11
  1445. package/node_modules/@smithy/core/README.md +12 -1
  1446. package/node_modules/@smithy/core/dist-cjs/index.js +2 -6
  1447. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +61 -22
  1448. package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js +22 -0
  1449. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +9 -1
  1450. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +58 -22
  1451. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +97 -19
  1452. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +1 -4
  1453. package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +1 -2
  1454. package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +42 -11
  1455. package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +15 -11
  1456. package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +7 -1
  1457. package/node_modules/@smithy/core/dist-es/submodules/endpoints/index.js +1 -0
  1458. package/node_modules/@smithy/core/dist-es/submodules/endpoints/toEndpointV1.js +17 -0
  1459. package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +9 -1
  1460. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +31 -11
  1461. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +19 -1
  1462. package/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +8 -10
  1463. package/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js +1 -1
  1464. package/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +24 -5
  1465. package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js +3 -2
  1466. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +62 -11
  1467. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/translateTraits.js +5 -1
  1468. package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +7 -1
  1469. package/node_modules/@smithy/core/dist-types/submodules/endpoints/index.d.ts +1 -0
  1470. package/node_modules/@smithy/core/dist-types/submodules/endpoints/toEndpointV1.d.ts +6 -0
  1471. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +5 -1
  1472. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +14 -1
  1473. package/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +6 -1
  1474. package/node_modules/@smithy/core/dist-types/submodules/protocols/SerdeContext.d.ts +10 -2
  1475. package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +8 -1
  1476. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +17 -1
  1477. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/translateTraits.d.ts +6 -0
  1478. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +7 -1
  1479. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/index.d.ts +1 -0
  1480. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/toEndpointV1.d.ts +6 -0
  1481. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +5 -1
  1482. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +14 -1
  1483. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +6 -1
  1484. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/SerdeContext.d.ts +10 -2
  1485. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +8 -1
  1486. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +17 -1
  1487. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/translateTraits.d.ts +6 -0
  1488. package/node_modules/@smithy/core/endpoints.d.ts +7 -0
  1489. package/node_modules/@smithy/core/endpoints.js +6 -0
  1490. package/node_modules/@smithy/core/package.json +28 -17
  1491. package/node_modules/@smithy/credential-provider-imds/package.json +10 -10
  1492. package/node_modules/@smithy/eventstream-codec/package.json +9 -9
  1493. package/node_modules/@smithy/eventstream-serde-browser/package.json +8 -8
  1494. package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +7 -7
  1495. package/node_modules/@smithy/eventstream-serde-node/package.json +8 -8
  1496. package/node_modules/@smithy/eventstream-serde-universal/package.json +9 -9
  1497. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +21 -4
  1498. package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +21 -4
  1499. package/node_modules/@smithy/fetch-http-handler/package.json +11 -11
  1500. package/node_modules/@smithy/hash-blob-browser/package.json +10 -10
  1501. package/node_modules/@smithy/hash-node/package.json +9 -9
  1502. package/node_modules/@smithy/hash-stream-node/package.json +9 -9
  1503. package/node_modules/@smithy/invalid-dependency/package.json +7 -7
  1504. package/node_modules/@smithy/is-array-buffer/package.json +6 -6
  1505. package/node_modules/@smithy/md5-js/package.json +10 -10
  1506. package/node_modules/@smithy/middleware-content-length/package.json +8 -8
  1507. package/node_modules/@smithy/middleware-endpoint/README.md +10 -3
  1508. package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +28 -4
  1509. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +10 -2
  1510. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +10 -1
  1511. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/toEndpointV1.js +8 -1
  1512. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts +2 -1
  1513. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts +1 -0
  1514. package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +2 -2
  1515. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/createConfigValueProvider.d.ts +2 -1
  1516. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/toEndpointV1.d.ts +1 -0
  1517. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +2 -2
  1518. package/node_modules/@smithy/middleware-endpoint/package.json +13 -13
  1519. package/node_modules/@smithy/middleware-retry/README.md +13 -0
  1520. package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +9 -12
  1521. package/node_modules/@smithy/middleware-retry/dist-es/configurations.js +9 -12
  1522. package/node_modules/@smithy/middleware-retry/package.json +14 -14
  1523. package/node_modules/@smithy/middleware-serde/README.md +13 -0
  1524. package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +3 -2
  1525. package/node_modules/@smithy/middleware-serde/dist-es/serializerMiddleware.js +3 -2
  1526. package/node_modules/@smithy/middleware-serde/package.json +9 -8
  1527. package/node_modules/@smithy/middleware-stack/package.json +7 -7
  1528. package/node_modules/@smithy/node-config-provider/package.json +9 -9
  1529. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +77 -47
  1530. package/node_modules/@smithy/node-http-handler/dist-es/build-abort-error.js +19 -0
  1531. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +41 -35
  1532. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +1 -1
  1533. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +4 -5
  1534. package/node_modules/@smithy/node-http-handler/dist-es/readable.mock.js +1 -1
  1535. package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +6 -6
  1536. package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js +1 -1
  1537. package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/readable.mock.js +1 -1
  1538. package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +10 -3
  1539. package/node_modules/@smithy/node-http-handler/dist-types/build-abort-error.d.ts +10 -0
  1540. package/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +1 -1
  1541. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +4 -4
  1542. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +1 -1
  1543. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +1 -1
  1544. package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +2 -2
  1545. package/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +3 -3
  1546. package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +1 -1
  1547. package/node_modules/@smithy/node-http-handler/dist-types/set-request-timeout.d.ts +1 -1
  1548. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +1 -1
  1549. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +1 -1
  1550. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +1 -1
  1551. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +2 -2
  1552. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/build-abort-error.d.ts +10 -0
  1553. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +1 -1
  1554. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +4 -4
  1555. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +1 -1
  1556. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +1 -1
  1557. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +2 -2
  1558. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/server.mock.d.ts +3 -3
  1559. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +1 -1
  1560. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-request-timeout.d.ts +1 -1
  1561. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +1 -1
  1562. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +1 -1
  1563. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +1 -1
  1564. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +2 -2
  1565. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +2 -2
  1566. package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +2 -2
  1567. package/node_modules/@smithy/node-http-handler/package.json +10 -10
  1568. package/node_modules/@smithy/property-provider/package.json +7 -7
  1569. package/node_modules/@smithy/protocol-http/package.json +7 -7
  1570. package/node_modules/@smithy/querystring-builder/package.json +8 -8
  1571. package/node_modules/@smithy/querystring-parser/package.json +7 -7
  1572. package/node_modules/@smithy/service-error-classification/package.json +7 -7
  1573. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +16 -14
  1574. package/node_modules/@smithy/shared-ini-file-loader/package.json +7 -7
  1575. package/node_modules/@smithy/signature-v4/package.json +13 -13
  1576. package/node_modules/@smithy/smithy-client/README.md +10 -3
  1577. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +65 -19
  1578. package/node_modules/@smithy/smithy-client/dist-es/client.js +6 -0
  1579. package/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +29 -3
  1580. package/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +20 -1
  1581. package/node_modules/@smithy/smithy-client/dist-types/client.d.ts +33 -7
  1582. package/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +8 -1
  1583. package/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +9 -7
  1584. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +33 -7
  1585. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +8 -1
  1586. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +9 -7
  1587. package/node_modules/@smithy/smithy-client/package.json +15 -13
  1588. package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +1 -1
  1589. package/node_modules/@smithy/types/dist-types/http.d.ts +1 -0
  1590. package/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +7 -0
  1591. package/node_modules/@smithy/types/dist-types/schema/schema.d.ts +6 -0
  1592. package/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +19 -2
  1593. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +1 -1
  1594. package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +1 -0
  1595. package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +7 -0
  1596. package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +6 -0
  1597. package/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +19 -2
  1598. package/node_modules/@smithy/types/package.json +5 -5
  1599. package/node_modules/@smithy/url-parser/package.json +8 -8
  1600. package/node_modules/@smithy/util-base64/dist-cjs/index.js +14 -6
  1601. package/node_modules/@smithy/util-base64/package.json +8 -8
  1602. package/node_modules/@smithy/util-body-length-browser/package.json +6 -6
  1603. package/node_modules/@smithy/util-body-length-node/package.json +6 -6
  1604. package/node_modules/@smithy/util-buffer-from/package.json +7 -7
  1605. package/node_modules/@smithy/util-config-provider/package.json +6 -6
  1606. package/node_modules/@smithy/util-defaults-mode-browser/README.md +10 -3
  1607. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/index.js +7 -3
  1608. package/node_modules/@smithy/util-defaults-mode-browser/package.json +9 -9
  1609. package/node_modules/@smithy/util-defaults-mode-node/README.md +10 -3
  1610. package/node_modules/@smithy/util-defaults-mode-node/package.json +12 -12
  1611. package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +1 -1
  1612. package/node_modules/@smithy/util-endpoints/dist-es/lib/substring.js +1 -1
  1613. package/node_modules/@smithy/util-endpoints/package.json +8 -8
  1614. package/node_modules/@smithy/util-hex-encoding/package.json +6 -6
  1615. package/node_modules/@smithy/util-middleware/package.json +7 -7
  1616. package/node_modules/@smithy/util-retry/dist-cjs/index.js +9 -7
  1617. package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +9 -7
  1618. package/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +71 -1
  1619. package/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +71 -1
  1620. package/node_modules/@smithy/util-retry/package.json +8 -8
  1621. package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js +13 -2
  1622. package/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +20 -9
  1623. package/node_modules/@smithy/util-stream/dist-cjs/index.js +51 -27
  1624. package/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.js +13 -2
  1625. package/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +19 -7
  1626. package/node_modules/@smithy/util-stream/dist-es/index.js +1 -1
  1627. package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +8 -7
  1628. package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +2 -3
  1629. package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +4 -2
  1630. package/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +4 -1
  1631. package/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +7 -3
  1632. package/node_modules/@smithy/util-stream/dist-types/headStream.browser.d.ts +1 -2
  1633. package/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +2 -2
  1634. package/node_modules/@smithy/util-stream/dist-types/index.d.ts +4 -1
  1635. package/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +3 -0
  1636. package/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +2 -1
  1637. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +8 -7
  1638. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +2 -3
  1639. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +4 -2
  1640. package/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +4 -1
  1641. package/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +7 -3
  1642. package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +1 -2
  1643. package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +2 -2
  1644. package/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +4 -1
  1645. package/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +3 -0
  1646. package/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +2 -1
  1647. package/node_modules/@smithy/util-stream/package.json +13 -13
  1648. package/node_modules/@smithy/util-uri-escape/package.json +6 -6
  1649. package/node_modules/@smithy/util-utf8/package.json +7 -7
  1650. package/node_modules/@smithy/util-waiter/README.md +10 -3
  1651. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +1 -1
  1652. package/node_modules/@smithy/util-waiter/dist-es/poller.js +1 -1
  1653. package/node_modules/@smithy/util-waiter/package.json +8 -8
  1654. package/node_modules/@smithy/uuid/package.json +6 -6
  1655. package/node_modules/@types/aws-lambda/README.md +1 -1
  1656. package/node_modules/@types/aws-lambda/handler.d.ts +1 -1
  1657. package/node_modules/@types/aws-lambda/package.json +2 -2
  1658. package/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/inbound-federation.d.ts +40 -0
  1659. package/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/index.d.ts +3 -1
  1660. package/node_modules/axios/CHANGELOG.md +460 -403
  1661. package/node_modules/axios/MIGRATION_GUIDE.md +876 -2
  1662. package/node_modules/axios/README.md +610 -448
  1663. package/node_modules/axios/dist/axios.js +893 -910
  1664. package/node_modules/axios/dist/axios.js.map +1 -1
  1665. package/node_modules/axios/dist/axios.min.js +4 -2
  1666. package/node_modules/axios/dist/axios.min.js.map +1 -1
  1667. package/node_modules/axios/dist/browser/axios.cjs +1152 -836
  1668. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  1669. package/node_modules/axios/dist/esm/axios.js +1175 -862
  1670. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  1671. package/node_modules/axios/dist/esm/axios.min.js +2 -2
  1672. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  1673. package/node_modules/axios/dist/node/axios.cjs +916 -1461
  1674. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  1675. package/node_modules/axios/index.d.cts +256 -112
  1676. package/node_modules/axios/index.d.ts +341 -116
  1677. package/node_modules/axios/index.js +3 -3
  1678. package/node_modules/axios/lib/adapters/README.md +5 -6
  1679. package/node_modules/axios/lib/adapters/adapters.js +18 -14
  1680. package/node_modules/axios/lib/adapters/fetch.js +140 -90
  1681. package/node_modules/axios/lib/adapters/http.js +620 -563
  1682. package/node_modules/axios/lib/adapters/xhr.js +189 -167
  1683. package/node_modules/axios/lib/axios.js +6 -6
  1684. package/node_modules/axios/lib/cancel/CancelToken.js +4 -4
  1685. package/node_modules/axios/lib/cancel/CanceledError.js +15 -18
  1686. package/node_modules/axios/lib/core/Axios.js +66 -45
  1687. package/node_modules/axios/lib/core/AxiosError.js +64 -84
  1688. package/node_modules/axios/lib/core/AxiosHeaders.js +57 -25
  1689. package/node_modules/axios/lib/core/InterceptorManager.js +3 -2
  1690. package/node_modules/axios/lib/core/dispatchRequest.js +25 -29
  1691. package/node_modules/axios/lib/core/mergeConfig.js +8 -7
  1692. package/node_modules/axios/lib/core/settle.js +11 -7
  1693. package/node_modules/axios/lib/core/transformData.js +1 -1
  1694. package/node_modules/axios/lib/defaults/index.js +85 -74
  1695. package/node_modules/axios/lib/defaults/transitional.js +2 -1
  1696. package/node_modules/axios/lib/env/data.js +1 -1
  1697. package/node_modules/axios/lib/helpers/AxiosTransformStream.js +37 -24
  1698. package/node_modules/axios/lib/helpers/AxiosURLSearchParams.js +12 -8
  1699. package/node_modules/axios/lib/helpers/ZlibHeaderTransformStream.js +5 -4
  1700. package/node_modules/axios/lib/helpers/buildURL.js +20 -21
  1701. package/node_modules/axios/lib/helpers/callbackify.js +13 -11
  1702. package/node_modules/axios/lib/helpers/composeSignals.js +22 -14
  1703. package/node_modules/axios/lib/helpers/cookies.js +45 -50
  1704. package/node_modules/axios/lib/helpers/deprecatedMethod.js +9 -4
  1705. package/node_modules/axios/lib/helpers/formDataToJSON.js +1 -1
  1706. package/node_modules/axios/lib/helpers/formDataToStream.js +32 -26
  1707. package/node_modules/axios/lib/helpers/fromDataURI.js +2 -2
  1708. package/node_modules/axios/lib/helpers/isAbsoluteURL.js +4 -0
  1709. package/node_modules/axios/lib/helpers/isAxiosError.js +2 -2
  1710. package/node_modules/axios/lib/helpers/isURLSameOrigin.js +13 -11
  1711. package/node_modules/axios/lib/helpers/parseHeaders.js +35 -21
  1712. package/node_modules/axios/lib/helpers/parseProtocol.js +1 -1
  1713. package/node_modules/axios/lib/helpers/progressEventReducer.js +22 -15
  1714. package/node_modules/axios/lib/helpers/readBlob.js +4 -4
  1715. package/node_modules/axios/lib/helpers/resolveConfig.js +23 -14
  1716. package/node_modules/axios/lib/helpers/speedometer.js +1 -1
  1717. package/node_modules/axios/lib/helpers/spread.js +1 -1
  1718. package/node_modules/axios/lib/helpers/throttle.js +4 -4
  1719. package/node_modules/axios/lib/helpers/toFormData.js +43 -25
  1720. package/node_modules/axios/lib/helpers/toURLEncodedForm.js +2 -2
  1721. package/node_modules/axios/lib/helpers/trackStream.js +33 -31
  1722. package/node_modules/axios/lib/helpers/validator.js +16 -5
  1723. package/node_modules/axios/lib/platform/browser/classes/Blob.js +2 -2
  1724. package/node_modules/axios/lib/platform/browser/index.js +5 -5
  1725. package/node_modules/axios/lib/platform/common/utils.js +6 -5
  1726. package/node_modules/axios/lib/platform/index.js +2 -2
  1727. package/node_modules/axios/lib/platform/node/index.js +9 -10
  1728. package/node_modules/axios/lib/utils.js +243 -106
  1729. package/node_modules/axios/package.json +104 -156
  1730. package/node_modules/bowser/README.md +72 -3
  1731. package/node_modules/bowser/bundled.js +1 -1
  1732. package/node_modules/bowser/es5.js +1 -1
  1733. package/node_modules/bowser/index.d.ts +44 -6
  1734. package/node_modules/bowser/package.json +10 -5
  1735. package/node_modules/bowser/src/bowser.js +24 -8
  1736. package/node_modules/bowser/src/constants.js +8 -0
  1737. package/node_modules/bowser/src/parser-browsers.js +89 -0
  1738. package/node_modules/bowser/src/parser-platforms.js +42 -0
  1739. package/node_modules/bowser/src/parser.js +86 -5
  1740. package/node_modules/fast-xml-builder/CHANGELOG.md +16 -0
  1741. package/node_modules/fast-xml-builder/LICENSE +21 -0
  1742. package/node_modules/fast-xml-builder/README.md +23 -0
  1743. package/node_modules/fast-xml-builder/lib/fxb.cjs +1 -0
  1744. package/node_modules/fast-xml-builder/lib/fxb.d.cts +180 -0
  1745. package/node_modules/fast-xml-builder/lib/fxb.min.js +2 -0
  1746. package/node_modules/fast-xml-builder/lib/fxb.min.js.map +1 -0
  1747. package/node_modules/fast-xml-builder/package.json +80 -0
  1748. package/node_modules/fast-xml-builder/src/fxb.d.ts +180 -0
  1749. package/node_modules/fast-xml-builder/src/fxb.js +529 -0
  1750. package/node_modules/fast-xml-builder/src/ignoreAttributes.js +18 -0
  1751. package/node_modules/fast-xml-builder/src/orderedJs2Xml.js +292 -0
  1752. package/node_modules/path-expression-matcher/LICENSE +21 -0
  1753. package/node_modules/path-expression-matcher/README.md +720 -0
  1754. package/node_modules/path-expression-matcher/lib/pem.cjs +1 -0
  1755. package/node_modules/path-expression-matcher/lib/pem.d.cts +523 -0
  1756. package/node_modules/path-expression-matcher/lib/pem.min.js +2 -0
  1757. package/node_modules/path-expression-matcher/lib/pem.min.js.map +1 -0
  1758. package/node_modules/path-expression-matcher/package.json +78 -0
  1759. package/node_modules/path-expression-matcher/src/Expression.js +232 -0
  1760. package/node_modules/path-expression-matcher/src/Matcher.js +498 -0
  1761. package/node_modules/path-expression-matcher/src/index.d.ts +518 -0
  1762. package/node_modules/path-expression-matcher/src/index.js +28 -0
  1763. package/node_modules/proxy-from-env/README.md +43 -11
  1764. package/node_modules/proxy-from-env/index.cjs +105 -0
  1765. package/node_modules/proxy-from-env/index.js +14 -19
  1766. package/node_modules/proxy-from-env/package.json +20 -11
  1767. package/node_modules/strnum/CHANGELOG.md +9 -2
  1768. package/node_modules/strnum/README.md +1 -0
  1769. package/node_modules/strnum/package.json +3 -3
  1770. package/node_modules/strnum/strnum.js +92 -60
  1771. package/node_modules/strnum/tests/infinity_test.js +18 -0
  1772. package/node_modules/strnum/{strnum.test.js → tests/strnum_test.js} +70 -68
  1773. package/node_modules/strnum/tests/temp.js +8 -0
  1774. package/package.json +22 -22
  1775. package/node_modules/@aws-cdk/cloud-assembly-schema/.jsii.tabl.json +0 -1
  1776. package/node_modules/@aws-cdk/cloud-assembly-schema/cli-version.json +0 -1
  1777. package/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/artifact-schema.js +0 -3
  1778. package/node_modules/@aws-cdk/cloud-assembly-schema/lib/manifest.js +0 -295
  1779. package/node_modules/@aws-sdk/client-sso/README.md +0 -252
  1780. package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +0 -7
  1781. package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +0 -402
  1782. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +0 -16
  1783. package/node_modules/@aws-sdk/client-sso/dist-es/commands/index.js +0 -4
  1784. package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +0 -4
  1785. package/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js +0 -4
  1786. package/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js +0 -4
  1787. package/node_modules/@aws-sdk/client-sso/dist-es/pagination/index.js +0 -3
  1788. package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +0 -153
  1789. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +0 -98
  1790. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +0 -100
  1791. package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +0 -97
  1792. package/node_modules/@aws-sdk/client-sso/dist-types/commands/index.d.ts +0 -4
  1793. package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -189
  1794. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +0 -8
  1795. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +0 -7
  1796. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +0 -7
  1797. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/index.d.ts +0 -3
  1798. package/node_modules/@aws-sdk/client-sso/dist-types/schemas/schemas_0.d.ts +0 -26
  1799. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +0 -73
  1800. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +0 -50
  1801. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +0 -47
  1802. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +0 -41
  1803. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts +0 -4
  1804. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -45
  1805. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -5
  1806. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +0 -11
  1807. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +0 -11
  1808. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/index.d.ts +0 -3
  1809. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/schemas/schemas_0.d.ts +0 -32
  1810. package/node_modules/@aws-sdk/client-sso/package.json +0 -99
  1811. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js +0 -40
  1812. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/structIterator.d.ts +0 -27
  1813. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/structIterator.d.ts +0 -12
  1814. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-CVy8iqsZ.js +0 -14
  1815. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +0 -134
  1816. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  1817. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  1818. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  1819. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  1820. package/node_modules/@smithy/abort-controller/README.md +0 -4
  1821. package/node_modules/@smithy/abort-controller/dist-cjs/index.js +0 -32
  1822. package/node_modules/@smithy/abort-controller/dist-es/AbortController.js +0 -7
  1823. package/node_modules/@smithy/abort-controller/dist-es/AbortSignal.js +0 -20
  1824. package/node_modules/@smithy/abort-controller/dist-es/index.js +0 -2
  1825. package/node_modules/@smithy/abort-controller/dist-types/AbortController.d.ts +0 -16
  1826. package/node_modules/@smithy/abort-controller/dist-types/AbortSignal.d.ts +0 -21
  1827. package/node_modules/@smithy/abort-controller/dist-types/index.d.ts +0 -9
  1828. package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortController.d.ts +0 -16
  1829. package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +0 -21
  1830. package/node_modules/@smithy/abort-controller/dist-types/ts3.4/index.d.ts +0 -9
  1831. package/node_modules/@smithy/abort-controller/package.json +0 -63
  1832. package/node_modules/bowser/CHANGELOG.md +0 -218
  1833. package/node_modules/proxy-from-env/.eslintrc +0 -29
  1834. package/node_modules/proxy-from-env/.travis.yml +0 -10
  1835. package/node_modules/proxy-from-env/test.js +0 -483
  1836. package/node_modules/strnum/test.js +0 -9
  1837. package/node_modules/{@smithy/abort-controller → @aws-sdk/crc64-nvme}/LICENSE +0 -0
  1838. package/node_modules/@aws-sdk/{middleware-flexible-checksums → crc64-nvme}/dist-es/crc64-nvme-crt-container.js +0 -0
  1839. package/node_modules/@aws-sdk/{middleware-flexible-checksums → crc64-nvme}/dist-types/ts3.4/crc64-nvme-crt-container.d.ts +0 -0
  1840. package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/endpoint/endpointResolver.js +0 -0
  1841. package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/runtimeConfig.native.js +0 -0
  1842. package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/auth/httpAuthExtensionConfiguration.js +0 -0
  1843. package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/endpoint/endpointResolver.js +0 -0
  1844. package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/extensionConfiguration.js +0 -0
  1845. package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/models/models_0.js +0 -0
  1846. package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeConfig.native.js +0 -0
  1847. package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeExtensions.js +0 -0
  1848. package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/SSOClient.js +0 -0
  1849. package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/endpoint/EndpointParameters.js +0 -0
  1850. package/node_modules/@aws-sdk/{client-sso/dist-es/pagination/Interfaces.js → nested-clients/dist-es/submodules/sso/extensionConfiguration.js} +0 -0
  1851. package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/models/SSOServiceException.js +0 -0
  1852. package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/models/errors.js +0 -0
  1853. package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/cognito-identity}/endpoint/EndpointParameters.d.ts +0 -0
  1854. package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/cognito-identity}/endpoint/endpointResolver.d.ts +0 -0
  1855. package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/extensionConfiguration.d.ts +0 -0
  1856. package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/models/SSOServiceException.d.ts +0 -0
  1857. package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/models/errors.d.ts +0 -0
  1858. package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeExtensions.d.ts +0 -0
  1859. 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
  1860. 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
  1861. package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/endpoint/ruleset.d.ts +0 -0
  1862. package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  1863. /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
  1864. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/extensionConfiguration.d.ts +0 -0
  1865. /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
  1866. /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
  1867. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeExtensions.d.ts +0 -0
  1868. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/CONTRIBUTING.md +0 -0
  1869. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/LICENSE +0 -0
  1870. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/NOTICE +0 -0
  1871. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/README.md +0 -0
  1872. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/aws-destination.d.ts +0 -0
  1873. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/aws-destination.js +0 -0
  1874. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/docker-image-asset.d.ts +0 -0
  1875. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/docker-image-asset.js +0 -0
  1876. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/file-asset.d.ts +0 -0
  1877. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/file-asset.js +0 -0
  1878. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/index.d.ts +0 -0
  1879. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/index.js +0 -0
  1880. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/schema.d.ts +0 -0
  1881. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/schema.js +0 -0
  1882. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/index.d.ts +0 -0
  1883. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/index.js +0 -0
  1884. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/interfaces.d.ts +0 -0
  1885. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/interfaces.js +0 -0
  1886. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/metadata-schema.d.ts +0 -0
  1887. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/metadata-schema.js +0 -0
  1888. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/schema.d.ts +0 -0
  1889. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/schema.js +0 -0
  1890. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/index.d.ts +0 -0
  1891. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/index.js +0 -0
  1892. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/common.d.ts +0 -0
  1893. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/common.js +0 -0
  1894. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/deploy.d.ts +0 -0
  1895. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/deploy.js +0 -0
  1896. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/destroy.d.ts +0 -0
  1897. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/destroy.js +0 -0
  1898. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/index.d.ts +0 -0
  1899. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/index.js +0 -0
  1900. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/index.d.ts +0 -0
  1901. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/index.js +0 -0
  1902. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/schema.d.ts +0 -0
  1903. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/schema.js +0 -0
  1904. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/test-case.d.ts +0 -0
  1905. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/test-case.js +0 -0
  1906. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/.editorconfig +0 -0
  1907. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/LICENSE +0 -0
  1908. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/README.md +0 -0
  1909. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/lib/attribute.js +0 -0
  1910. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/lib/helpers.js +0 -0
  1911. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/lib/index.d.ts +0 -0
  1912. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/lib/index.js +0 -0
  1913. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/lib/scan.js +0 -0
  1914. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/lib/validator.js +0 -0
  1915. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/package.json +0 -0
  1916. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/LICENSE +0 -0
  1917. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/README.md +0 -0
  1918. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/bin/semver.js +0 -0
  1919. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/classes/comparator.js +0 -0
  1920. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/classes/index.js +0 -0
  1921. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/clean.js +0 -0
  1922. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/cmp.js +0 -0
  1923. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/coerce.js +0 -0
  1924. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/compare-build.js +0 -0
  1925. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/compare-loose.js +0 -0
  1926. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/compare.js +0 -0
  1927. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/diff.js +0 -0
  1928. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/eq.js +0 -0
  1929. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/gt.js +0 -0
  1930. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/gte.js +0 -0
  1931. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/inc.js +0 -0
  1932. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/lt.js +0 -0
  1933. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/lte.js +0 -0
  1934. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/major.js +0 -0
  1935. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/minor.js +0 -0
  1936. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/neq.js +0 -0
  1937. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/parse.js +0 -0
  1938. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/patch.js +0 -0
  1939. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/prerelease.js +0 -0
  1940. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/rcompare.js +0 -0
  1941. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/rsort.js +0 -0
  1942. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/satisfies.js +0 -0
  1943. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/sort.js +0 -0
  1944. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/valid.js +0 -0
  1945. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/index.js +0 -0
  1946. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/internal/constants.js +0 -0
  1947. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/internal/debug.js +0 -0
  1948. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/internal/lrucache.js +0 -0
  1949. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/internal/parse-options.js +0 -0
  1950. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/internal/re.js +0 -0
  1951. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/preload.js +0 -0
  1952. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/range.bnf +0 -0
  1953. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/gtr.js +0 -0
  1954. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/intersects.js +0 -0
  1955. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/ltr.js +0 -0
  1956. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/max-satisfying.js +0 -0
  1957. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/min-satisfying.js +0 -0
  1958. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/min-version.js +0 -0
  1959. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/outside.js +0 -0
  1960. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/simplify.js +0 -0
  1961. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/subset.js +0 -0
  1962. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/to-comparators.js +0 -0
  1963. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/valid.js +0 -0
  1964. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/rosetta/default.ts-fixture +0 -0
  1965. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/schema/README.md +0 -0
  1966. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/schema/assets.schema.json +0 -0
  1967. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/schema/integ.schema.json +0 -0
  1968. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlbuilder → fast-xml-builder/src}/prettifyJs2Xml.js +0 -0
@@ -91,14 +91,14 @@ const _CO = "ComparisonOperator";
91
91
  const _COo = "ConditionalOperator";
92
92
  const _COs = "CsvOptions";
93
93
  const _CPIM = "CachePeriodInMinutes";
94
- const _CR = "ConsistentRead";
94
+ const _CR = "CancellationReasons";
95
95
  const _CRA = "CreateReplicaAction";
96
96
  const _CRGMA = "CreateReplicationGroupMemberAction";
97
97
  const _CRL = "CancellationReasonList";
98
98
  const _CRSRA = "ConfirmRemoveSelfResourceAccess";
99
99
  const _CRT = "ClientRequestToken";
100
100
  const _CRa = "CancellationReason";
101
- const _CRan = "CancellationReasons";
101
+ const _CRo = "ConsistentRead";
102
102
  const _CT = "ClientToken";
103
103
  const _CTI = "CreateTableInput";
104
104
  const _CTO = "CreateTableOutput";
@@ -258,6 +258,8 @@ const _GTNFE = "GlobalTableNotFoundException";
258
258
  const _GTPWCASSU = "GlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate";
259
259
  const _GTPWCU = "GlobalTableProvisionedWriteCapacityUnits";
260
260
  const _GTS = "GlobalTableStatus";
261
+ const _GTSA = "GlobalTableSourceArn";
262
+ const _GTSRM = "GlobalTableSettingsReplicationMode";
261
263
  const _GTV = "GlobalTableVersion";
262
264
  const _GTW = "GlobalTableWitnesses";
263
265
  const _GTWD = "GlobalTableWitnessDescription";
@@ -432,6 +434,7 @@ const _RASD = "ReplicaAutoScalingDescription";
432
434
  const _RASDL = "ReplicaAutoScalingDescriptionList";
433
435
  const _RASU = "ReplicaAutoScalingUpdate";
434
436
  const _RASUL = "ReplicaAutoScalingUpdateList";
437
+ const _RAe = "ReplicaArn";
435
438
  const _RBMS = "ReplicaBillingModeSummary";
436
439
  const _RCC = "ReturnConsumedCapacity";
437
440
  const _RCU = "ReadCapacityUnits";
@@ -647,1939 +650,1733 @@ const _hH = "httpHeader";
647
650
  const _m = "message";
648
651
  const _r = "reason";
649
652
  const _re = "resource";
650
- const _s = "server";
651
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.dynamodb";
653
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.dynamodb";
654
+ const _se = "server";
652
655
  const _tR = "throttlingReasons";
653
656
  const _xacrsra = "x-amz-confirm-remove-self-resource-access";
654
657
  const n0 = "com.amazonaws.dynamodb";
655
658
  import { TypeRegistry } from "@smithy/core/schema";
656
- import { DynamoDBServiceException as __DynamoDBServiceException } from "../models/DynamoDBServiceException";
657
- import { BackupInUseException as __BackupInUseException, BackupNotFoundException as __BackupNotFoundException, ConditionalCheckFailedException as __ConditionalCheckFailedException, ContinuousBackupsUnavailableException as __ContinuousBackupsUnavailableException, DuplicateItemException as __DuplicateItemException, ExportConflictException as __ExportConflictException, ExportNotFoundException as __ExportNotFoundException, GlobalTableAlreadyExistsException as __GlobalTableAlreadyExistsException, GlobalTableNotFoundException as __GlobalTableNotFoundException, IdempotentParameterMismatchException as __IdempotentParameterMismatchException, ImportConflictException as __ImportConflictException, ImportNotFoundException as __ImportNotFoundException, IndexNotFoundException as __IndexNotFoundException, InternalServerError as __InternalServerError, InvalidEndpointException as __InvalidEndpointException, InvalidExportTimeException as __InvalidExportTimeException, InvalidRestoreTimeException as __InvalidRestoreTimeException, ItemCollectionSizeLimitExceededException as __ItemCollectionSizeLimitExceededException, LimitExceededException as __LimitExceededException, PointInTimeRecoveryUnavailableException as __PointInTimeRecoveryUnavailableException, PolicyNotFoundException as __PolicyNotFoundException, ProvisionedThroughputExceededException as __ProvisionedThroughputExceededException, ReplicaAlreadyExistsException as __ReplicaAlreadyExistsException, ReplicaNotFoundException as __ReplicaNotFoundException, ReplicatedWriteConflictException as __ReplicatedWriteConflictException, RequestLimitExceeded as __RequestLimitExceeded, ResourceInUseException as __ResourceInUseException, ResourceNotFoundException as __ResourceNotFoundException, TableAlreadyExistsException as __TableAlreadyExistsException, TableInUseException as __TableInUseException, TableNotFoundException as __TableNotFoundException, ThrottlingException as __ThrottlingException, TransactionCanceledException as __TransactionCanceledException, TransactionConflictException as __TransactionConflictException, TransactionInProgressException as __TransactionInProgressException, } from "../models/errors";
658
- export var ArchivalSummary = [3, n0, _AS, 0, [_ADT, _AR, _ABA], [4, 0, 0]];
659
- export var AttributeDefinition = [3, n0, _AD, 0, [_AN, _AT], [0, 0]];
660
- export var AttributeValueUpdate = [3, n0, _AVU, 0, [_V, _A], [() => AttributeValue, 0]];
661
- export var AutoScalingPolicyDescription = [
662
- 3,
663
- n0,
664
- _ASPD,
659
+ import { DynamoDBServiceException } from "../models/DynamoDBServiceException";
660
+ import { BackupInUseException, BackupNotFoundException, ConditionalCheckFailedException, ContinuousBackupsUnavailableException, DuplicateItemException, ExportConflictException, ExportNotFoundException, GlobalTableAlreadyExistsException, GlobalTableNotFoundException, IdempotentParameterMismatchException, ImportConflictException, ImportNotFoundException, IndexNotFoundException, InternalServerError, InvalidEndpointException, InvalidExportTimeException, InvalidRestoreTimeException, ItemCollectionSizeLimitExceededException, LimitExceededException, PointInTimeRecoveryUnavailableException, PolicyNotFoundException, ProvisionedThroughputExceededException, ReplicaAlreadyExistsException, ReplicaNotFoundException, ReplicatedWriteConflictException, RequestLimitExceeded, ResourceInUseException, ResourceNotFoundException, TableAlreadyExistsException, TableInUseException, TableNotFoundException, ThrottlingException, TransactionCanceledException, TransactionConflictException, TransactionInProgressException, } from "../models/errors";
661
+ const _s_registry = TypeRegistry.for(_s);
662
+ export var DynamoDBServiceException$ = [-3, _s, "DynamoDBServiceException", 0, [], []];
663
+ _s_registry.registerError(DynamoDBServiceException$, DynamoDBServiceException);
664
+ const n0_registry = TypeRegistry.for(n0);
665
+ export var BackupInUseException$ = [-3, n0, _BIUE,
666
+ { [_e]: _c },
667
+ [_m],
668
+ [0]
669
+ ];
670
+ n0_registry.registerError(BackupInUseException$, BackupInUseException);
671
+ export var BackupNotFoundException$ = [-3, n0, _BNFE,
672
+ { [_e]: _c },
673
+ [_m],
674
+ [0]
675
+ ];
676
+ n0_registry.registerError(BackupNotFoundException$, BackupNotFoundException);
677
+ export var ConditionalCheckFailedException$ = [-3, n0, _CCFE,
678
+ { [_e]: _c },
679
+ [_m, _I],
680
+ [0, () => AttributeMap]
681
+ ];
682
+ n0_registry.registerError(ConditionalCheckFailedException$, ConditionalCheckFailedException);
683
+ export var ContinuousBackupsUnavailableException$ = [-3, n0, _CBUE,
684
+ { [_e]: _c },
685
+ [_m],
686
+ [0]
687
+ ];
688
+ n0_registry.registerError(ContinuousBackupsUnavailableException$, ContinuousBackupsUnavailableException);
689
+ export var DuplicateItemException$ = [-3, n0, _DIE,
690
+ { [_e]: _c },
691
+ [_m],
692
+ [0]
693
+ ];
694
+ n0_registry.registerError(DuplicateItemException$, DuplicateItemException);
695
+ export var ExportConflictException$ = [-3, n0, _ECE,
696
+ { [_e]: _c },
697
+ [_m],
698
+ [0]
699
+ ];
700
+ n0_registry.registerError(ExportConflictException$, ExportConflictException);
701
+ export var ExportNotFoundException$ = [-3, n0, _ENFE,
702
+ { [_e]: _c },
703
+ [_m],
704
+ [0]
705
+ ];
706
+ n0_registry.registerError(ExportNotFoundException$, ExportNotFoundException);
707
+ export var GlobalTableAlreadyExistsException$ = [-3, n0, _GTAEE,
708
+ { [_e]: _c },
709
+ [_m],
710
+ [0]
711
+ ];
712
+ n0_registry.registerError(GlobalTableAlreadyExistsException$, GlobalTableAlreadyExistsException);
713
+ export var GlobalTableNotFoundException$ = [-3, n0, _GTNFE,
714
+ { [_e]: _c },
715
+ [_m],
716
+ [0]
717
+ ];
718
+ n0_registry.registerError(GlobalTableNotFoundException$, GlobalTableNotFoundException);
719
+ export var IdempotentParameterMismatchException$ = [-3, n0, _IPME,
720
+ { [_e]: _c },
721
+ [_M],
722
+ [0]
723
+ ];
724
+ n0_registry.registerError(IdempotentParameterMismatchException$, IdempotentParameterMismatchException);
725
+ export var ImportConflictException$ = [-3, n0, _ICE,
726
+ { [_e]: _c },
727
+ [_m],
728
+ [0]
729
+ ];
730
+ n0_registry.registerError(ImportConflictException$, ImportConflictException);
731
+ export var ImportNotFoundException$ = [-3, n0, _INFE,
732
+ { [_e]: _c },
733
+ [_m],
734
+ [0]
735
+ ];
736
+ n0_registry.registerError(ImportNotFoundException$, ImportNotFoundException);
737
+ export var IndexNotFoundException$ = [-3, n0, _INFEn,
738
+ { [_e]: _c },
739
+ [_m],
740
+ [0]
741
+ ];
742
+ n0_registry.registerError(IndexNotFoundException$, IndexNotFoundException);
743
+ export var InternalServerError$ = [-3, n0, _ISE,
744
+ { [_e]: _se },
745
+ [_m],
746
+ [0]
747
+ ];
748
+ n0_registry.registerError(InternalServerError$, InternalServerError);
749
+ export var InvalidEndpointException$ = [-3, n0, _IEE,
750
+ { [_e]: _c, [_hE]: 421 },
751
+ [_M],
752
+ [0]
753
+ ];
754
+ n0_registry.registerError(InvalidEndpointException$, InvalidEndpointException);
755
+ export var InvalidExportTimeException$ = [-3, n0, _IETE,
756
+ { [_e]: _c },
757
+ [_m],
758
+ [0]
759
+ ];
760
+ n0_registry.registerError(InvalidExportTimeException$, InvalidExportTimeException);
761
+ export var InvalidRestoreTimeException$ = [-3, n0, _IRTE,
762
+ { [_e]: _c },
763
+ [_m],
764
+ [0]
765
+ ];
766
+ n0_registry.registerError(InvalidRestoreTimeException$, InvalidRestoreTimeException);
767
+ export var ItemCollectionSizeLimitExceededException$ = [-3, n0, _ICSLEE,
768
+ { [_e]: _c },
769
+ [_m],
770
+ [0]
771
+ ];
772
+ n0_registry.registerError(ItemCollectionSizeLimitExceededException$, ItemCollectionSizeLimitExceededException);
773
+ export var LimitExceededException$ = [-3, n0, _LEE,
774
+ { [_e]: _c },
775
+ [_m],
776
+ [0]
777
+ ];
778
+ n0_registry.registerError(LimitExceededException$, LimitExceededException);
779
+ export var PointInTimeRecoveryUnavailableException$ = [-3, n0, _PITRUE,
780
+ { [_e]: _c },
781
+ [_m],
782
+ [0]
783
+ ];
784
+ n0_registry.registerError(PointInTimeRecoveryUnavailableException$, PointInTimeRecoveryUnavailableException);
785
+ export var PolicyNotFoundException$ = [-3, n0, _PNFE,
786
+ { [_e]: _c },
787
+ [_m],
788
+ [0]
789
+ ];
790
+ n0_registry.registerError(PolicyNotFoundException$, PolicyNotFoundException);
791
+ export var ProvisionedThroughputExceededException$ = [-3, n0, _PTEE,
792
+ { [_e]: _c },
793
+ [_m, _TR],
794
+ [0, () => ThrottlingReasonList]
795
+ ];
796
+ n0_registry.registerError(ProvisionedThroughputExceededException$, ProvisionedThroughputExceededException);
797
+ export var ReplicaAlreadyExistsException$ = [-3, n0, _RAEE,
798
+ { [_e]: _c },
799
+ [_m],
800
+ [0]
801
+ ];
802
+ n0_registry.registerError(ReplicaAlreadyExistsException$, ReplicaAlreadyExistsException);
803
+ export var ReplicaNotFoundException$ = [-3, n0, _RNFE,
804
+ { [_e]: _c },
805
+ [_m],
806
+ [0]
807
+ ];
808
+ n0_registry.registerError(ReplicaNotFoundException$, ReplicaNotFoundException);
809
+ export var ReplicatedWriteConflictException$ = [-3, n0, _RWCE,
810
+ { [_e]: _c },
811
+ [_m],
812
+ [0]
813
+ ];
814
+ n0_registry.registerError(ReplicatedWriteConflictException$, ReplicatedWriteConflictException);
815
+ export var RequestLimitExceeded$ = [-3, n0, _RLE,
816
+ { [_e]: _c },
817
+ [_m, _TR],
818
+ [0, () => ThrottlingReasonList]
819
+ ];
820
+ n0_registry.registerError(RequestLimitExceeded$, RequestLimitExceeded);
821
+ export var ResourceInUseException$ = [-3, n0, _RIUE,
822
+ { [_e]: _c },
823
+ [_m],
824
+ [0]
825
+ ];
826
+ n0_registry.registerError(ResourceInUseException$, ResourceInUseException);
827
+ export var ResourceNotFoundException$ = [-3, n0, _RNFEe,
828
+ { [_e]: _c },
829
+ [_m],
830
+ [0]
831
+ ];
832
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
833
+ export var TableAlreadyExistsException$ = [-3, n0, _TAEE,
834
+ { [_e]: _c },
835
+ [_m],
836
+ [0]
837
+ ];
838
+ n0_registry.registerError(TableAlreadyExistsException$, TableAlreadyExistsException);
839
+ export var TableInUseException$ = [-3, n0, _TIUE,
840
+ { [_e]: _c },
841
+ [_m],
842
+ [0]
843
+ ];
844
+ n0_registry.registerError(TableInUseException$, TableInUseException);
845
+ export var TableNotFoundException$ = [-3, n0, _TNFE,
846
+ { [_e]: _c },
847
+ [_m],
848
+ [0]
849
+ ];
850
+ n0_registry.registerError(TableNotFoundException$, TableNotFoundException);
851
+ export var ThrottlingException$ = [-3, n0, _TE,
852
+ { [_aQE]: [`Throttling`, 400], [_e]: _c, [_hE]: 400 },
853
+ [_m, _tR],
854
+ [0, () => ThrottlingReasonList]
855
+ ];
856
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
857
+ export var TransactionCanceledException$ = [-3, n0, _TCE,
858
+ { [_e]: _c },
859
+ [_M, _CR],
860
+ [0, () => CancellationReasonList]
861
+ ];
862
+ n0_registry.registerError(TransactionCanceledException$, TransactionCanceledException);
863
+ export var TransactionConflictException$ = [-3, n0, _TCEr,
864
+ { [_e]: _c },
865
+ [_m],
866
+ [0]
867
+ ];
868
+ n0_registry.registerError(TransactionConflictException$, TransactionConflictException);
869
+ export var TransactionInProgressException$ = [-3, n0, _TIPE,
870
+ { [_e]: _c },
871
+ [_M],
872
+ [0]
873
+ ];
874
+ n0_registry.registerError(TransactionInProgressException$, TransactionInProgressException);
875
+ export const errorTypeRegistries = [
876
+ _s_registry,
877
+ n0_registry,
878
+ ];
879
+ export var ArchivalSummary$ = [3, n0, _AS,
665
880
  0,
666
- [_PN, _TTSPC],
667
- [0, () => AutoScalingTargetTrackingScalingPolicyConfigurationDescription],
881
+ [_ADT, _AR, _ABA],
882
+ [4, 0, 0]
668
883
  ];
669
- export var AutoScalingPolicyUpdate = [
670
- 3,
671
- n0,
672
- _ASPU,
884
+ export var AttributeDefinition$ = [3, n0, _AD,
885
+ 0,
886
+ [_AN, _AT],
887
+ [0, 0], 2
888
+ ];
889
+ export var AttributeValueUpdate$ = [3, n0, _AVU,
890
+ 0,
891
+ [_V, _A],
892
+ [() => AttributeValue$, 0]
893
+ ];
894
+ export var AutoScalingPolicyDescription$ = [3, n0, _ASPD,
673
895
  0,
674
896
  [_PN, _TTSPC],
675
- [0, () => AutoScalingTargetTrackingScalingPolicyConfigurationUpdate],
897
+ [0, () => AutoScalingTargetTrackingScalingPolicyConfigurationDescription$]
898
+ ];
899
+ export var AutoScalingPolicyUpdate$ = [3, n0, _ASPU,
900
+ 0,
901
+ [_TTSPC, _PN],
902
+ [() => AutoScalingTargetTrackingScalingPolicyConfigurationUpdate$, 0], 1
676
903
  ];
677
- export var AutoScalingSettingsDescription = [
678
- 3,
679
- n0,
680
- _ASSD,
904
+ export var AutoScalingSettingsDescription$ = [3, n0, _ASSD,
681
905
  0,
682
906
  [_MU, _MUa, _ASD, _ASRA, _SP],
683
- [1, 1, 2, 0, () => AutoScalingPolicyDescriptionList],
907
+ [1, 1, 2, 0, () => AutoScalingPolicyDescriptionList]
684
908
  ];
685
- export var AutoScalingSettingsUpdate = [
686
- 3,
687
- n0,
688
- _ASSU,
909
+ export var AutoScalingSettingsUpdate$ = [3, n0, _ASSU,
689
910
  0,
690
911
  [_MU, _MUa, _ASD, _ASRA, _SPU],
691
- [1, 1, 2, 0, () => AutoScalingPolicyUpdate],
912
+ [1, 1, 2, 0, () => AutoScalingPolicyUpdate$]
692
913
  ];
693
- export var AutoScalingTargetTrackingScalingPolicyConfigurationDescription = [
694
- 3,
695
- n0,
696
- _ASTTSPCD,
914
+ export var AutoScalingTargetTrackingScalingPolicyConfigurationDescription$ = [3, n0, _ASTTSPCD,
697
915
  0,
698
- [_DSI, _SIC, _SOC, _TV],
699
- [2, 1, 1, 1],
916
+ [_TV, _DSI, _SIC, _SOC],
917
+ [1, 2, 1, 1], 1
700
918
  ];
701
- export var AutoScalingTargetTrackingScalingPolicyConfigurationUpdate = [
702
- 3,
703
- n0,
704
- _ASTTSPCU,
919
+ export var AutoScalingTargetTrackingScalingPolicyConfigurationUpdate$ = [3, n0, _ASTTSPCU,
705
920
  0,
706
- [_DSI, _SIC, _SOC, _TV],
707
- [2, 1, 1, 1],
921
+ [_TV, _DSI, _SIC, _SOC],
922
+ [1, 2, 1, 1], 1
708
923
  ];
709
- export var BackupDescription = [
710
- 3,
711
- n0,
712
- _BD,
924
+ export var BackupDescription$ = [3, n0, _BD,
713
925
  0,
714
926
  [_BDa, _STD, _STFD],
715
- [() => BackupDetails, () => SourceTableDetails, () => SourceTableFeatureDetails],
927
+ [() => BackupDetails$, () => SourceTableDetails$, () => SourceTableFeatureDetails$]
716
928
  ];
717
- export var BackupDetails = [
718
- 3,
719
- n0,
720
- _BDa,
929
+ export var BackupDetails$ = [3, n0, _BDa,
721
930
  0,
722
- [_BA, _BN, _BSB, _BS, _BT, _BCDT, _BEDT],
723
- [0, 0, 1, 0, 0, 4, 4],
931
+ [_BA, _BN, _BS, _BT, _BCDT, _BSB, _BEDT],
932
+ [0, 0, 0, 0, 4, 1, 4], 5
724
933
  ];
725
- export var BackupInUseException = [-3, n0, _BIUE, { [_e]: _c }, [_m], [0]];
726
- TypeRegistry.for(n0).registerError(BackupInUseException, __BackupInUseException);
727
- export var BackupNotFoundException = [-3, n0, _BNFE, { [_e]: _c }, [_m], [0]];
728
- TypeRegistry.for(n0).registerError(BackupNotFoundException, __BackupNotFoundException);
729
- export var BackupSummary = [
730
- 3,
731
- n0,
732
- _BSa,
934
+ export var BackupSummary$ = [3, n0, _BSa,
733
935
  0,
734
936
  [_TN, _TI, _TA, _BA, _BN, _BCDT, _BEDT, _BS, _BT, _BSB],
735
- [0, 0, 0, 0, 0, 4, 4, 0, 0, 1],
937
+ [0, 0, 0, 0, 0, 4, 4, 0, 0, 1]
736
938
  ];
737
- export var BatchExecuteStatementInput = [
738
- 3,
739
- n0,
740
- _BESI,
939
+ export var BatchExecuteStatementInput$ = [3, n0, _BESI,
741
940
  0,
742
941
  [_S, _RCC],
743
- [() => PartiQLBatchRequest, 0],
942
+ [() => PartiQLBatchRequest, 0], 1
744
943
  ];
745
- export var BatchExecuteStatementOutput = [
746
- 3,
747
- n0,
748
- _BESO,
944
+ export var BatchExecuteStatementOutput$ = [3, n0, _BESO,
749
945
  0,
750
946
  [_R, _CC],
751
- [() => PartiQLBatchResponse, () => ConsumedCapacityMultiple],
947
+ [() => PartiQLBatchResponse, () => ConsumedCapacityMultiple]
752
948
  ];
753
- export var BatchGetItemInput = [3, n0, _BGII, 0, [_RI, _RCC], [() => BatchGetRequestMap, 0]];
754
- export var BatchGetItemOutput = [
755
- 3,
756
- n0,
757
- _BGIO,
949
+ export var BatchGetItemInput$ = [3, n0, _BGII,
950
+ 0,
951
+ [_RI, _RCC],
952
+ [() => BatchGetRequestMap, 0], 1
953
+ ];
954
+ export var BatchGetItemOutput$ = [3, n0, _BGIO,
758
955
  0,
759
956
  [_R, _UK, _CC],
760
- [() => BatchGetResponseMap, () => BatchGetRequestMap, () => ConsumedCapacityMultiple],
957
+ [() => BatchGetResponseMap, () => BatchGetRequestMap, () => ConsumedCapacityMultiple]
958
+ ];
959
+ export var BatchStatementError$ = [3, n0, _BSE,
960
+ 0,
961
+ [_C, _M, _I],
962
+ [0, 0, () => AttributeMap]
761
963
  ];
762
- export var BatchStatementError = [3, n0, _BSE, 0, [_C, _M, _I], [0, 0, () => AttributeMap]];
763
- export var BatchStatementRequest = [
764
- 3,
765
- n0,
766
- _BSR,
964
+ export var BatchStatementRequest$ = [3, n0, _BSR,
767
965
  0,
768
- [_St, _P, _CR, _RVOCCF],
769
- [0, () => PreparedStatementParameters, 2, 0],
966
+ [_St, _P, _CRo, _RVOCCF],
967
+ [0, () => PreparedStatementParameters, 2, 0], 1
770
968
  ];
771
- export var BatchStatementResponse = [
772
- 3,
773
- n0,
774
- _BSRa,
969
+ export var BatchStatementResponse$ = [3, n0, _BSRa,
775
970
  0,
776
971
  [_E, _TN, _I],
777
- [() => BatchStatementError, 0, () => AttributeMap],
972
+ [() => BatchStatementError$, 0, () => AttributeMap]
778
973
  ];
779
- export var BatchWriteItemInput = [
780
- 3,
781
- n0,
782
- _BWII,
974
+ export var BatchWriteItemInput$ = [3, n0, _BWII,
783
975
  0,
784
976
  [_RI, _RCC, _RICM],
785
- [() => BatchWriteItemRequestMap, 0, 0],
977
+ [() => BatchWriteItemRequestMap, 0, 0], 1
786
978
  ];
787
- export var BatchWriteItemOutput = [
788
- 3,
789
- n0,
790
- _BWIO,
979
+ export var BatchWriteItemOutput$ = [3, n0, _BWIO,
791
980
  0,
792
981
  [_UI, _ICM, _CC],
793
- [() => BatchWriteItemRequestMap, () => ItemCollectionMetricsPerTable, () => ConsumedCapacityMultiple],
794
- ];
795
- export var BillingModeSummary = [3, n0, _BMS, 0, [_BM, _LUTPPRDT], [0, 4]];
796
- export var CancellationReason = [3, n0, _CRa, 0, [_I, _C, _M], [() => AttributeMap, 0, 0]];
797
- export var Capacity = [3, n0, _Ca, 0, [_RCU, _WCU, _CU], [1, 1, 1]];
798
- export var Condition = [3, n0, _Co, 0, [_AVL, _CO], [() => AttributeValueList, 0]];
799
- export var ConditionalCheckFailedException = [
800
- -3,
801
- n0,
802
- _CCFE,
803
- { [_e]: _c },
804
- [_m, _I],
805
- [0, () => AttributeMap],
982
+ [() => BatchWriteItemRequestMap, () => ItemCollectionMetricsPerTable, () => ConsumedCapacityMultiple]
983
+ ];
984
+ export var BillingModeSummary$ = [3, n0, _BMS,
985
+ 0,
986
+ [_BM, _LUTPPRDT],
987
+ [0, 4]
806
988
  ];
807
- TypeRegistry.for(n0).registerError(ConditionalCheckFailedException, __ConditionalCheckFailedException);
808
- export var ConditionCheck = [
809
- 3,
810
- n0,
811
- _CCo,
989
+ export var CancellationReason$ = [3, n0, _CRa,
990
+ 0,
991
+ [_I, _C, _M],
992
+ [() => AttributeMap, 0, 0]
993
+ ];
994
+ export var Capacity$ = [3, n0, _Ca,
995
+ 0,
996
+ [_RCU, _WCU, _CU],
997
+ [1, 1, 1]
998
+ ];
999
+ export var Condition$ = [3, n0, _Co,
1000
+ 0,
1001
+ [_CO, _AVL],
1002
+ [0, () => AttributeValueList], 1
1003
+ ];
1004
+ export var ConditionCheck$ = [3, n0, _CCo,
812
1005
  0,
813
1006
  [_K, _TN, _CE, _EAN, _EAV, _RVOCCF],
814
- [() => Key, 0, 0, 128 | 0, () => ExpressionAttributeValueMap, 0],
1007
+ [() => Key, 0, 0, 128 | 0, () => ExpressionAttributeValueMap, 0], 3
815
1008
  ];
816
- export var ConsumedCapacity = [
817
- 3,
818
- n0,
819
- _CC,
1009
+ export var ConsumedCapacity$ = [3, n0, _CC,
820
1010
  0,
821
1011
  [_TN, _CU, _RCU, _WCU, _T, _LSI, _GSI],
822
- [0, 1, 1, 1, () => Capacity, () => SecondaryIndexesCapacityMap, () => SecondaryIndexesCapacityMap],
1012
+ [0, 1, 1, 1, () => Capacity$, () => SecondaryIndexesCapacityMap, () => SecondaryIndexesCapacityMap]
823
1013
  ];
824
- export var ContinuousBackupsDescription = [
825
- 3,
826
- n0,
827
- _CBD,
1014
+ export var ContinuousBackupsDescription$ = [3, n0, _CBD,
828
1015
  0,
829
1016
  [_CBS, _PITRD],
830
- [0, () => PointInTimeRecoveryDescription],
831
- ];
832
- export var ContinuousBackupsUnavailableException = [-3, n0, _CBUE, { [_e]: _c }, [_m], [0]];
833
- TypeRegistry.for(n0).registerError(ContinuousBackupsUnavailableException, __ContinuousBackupsUnavailableException);
834
- export var ContributorInsightsSummary = [3, n0, _CIS, 0, [_TN, _IN, _CISo, _CIM], [0, 0, 0, 0]];
835
- export var CreateBackupInput = [3, n0, _CBI, 0, [_TN, _BN], [0, 0]];
836
- export var CreateBackupOutput = [3, n0, _CBO, 0, [_BDa], [() => BackupDetails]];
837
- export var CreateGlobalSecondaryIndexAction = [
838
- 3,
839
- n0,
840
- _CGSIA,
1017
+ [0, () => PointInTimeRecoveryDescription$], 1
1018
+ ];
1019
+ export var ContributorInsightsSummary$ = [3, n0, _CIS,
1020
+ 0,
1021
+ [_TN, _IN, _CISo, _CIM],
1022
+ [0, 0, 0, 0]
1023
+ ];
1024
+ export var CreateBackupInput$ = [3, n0, _CBI,
1025
+ 0,
1026
+ [_TN, _BN],
1027
+ [0, 0], 2
1028
+ ];
1029
+ export var CreateBackupOutput$ = [3, n0, _CBO,
1030
+ 0,
1031
+ [_BDa],
1032
+ [() => BackupDetails$]
1033
+ ];
1034
+ export var CreateGlobalSecondaryIndexAction$ = [3, n0, _CGSIA,
841
1035
  0,
842
1036
  [_IN, _KS, _Pr, _PT, _ODT, _WT],
843
- [0, () => KeySchema, () => Projection, () => ProvisionedThroughput, () => OnDemandThroughput, () => WarmThroughput],
1037
+ [0, () => KeySchema, () => Projection$, () => ProvisionedThroughput$, () => OnDemandThroughput$, () => WarmThroughput$], 3
1038
+ ];
1039
+ export var CreateGlobalTableInput$ = [3, n0, _CGTI,
1040
+ 0,
1041
+ [_GTN, _RG],
1042
+ [0, () => ReplicaList], 2
1043
+ ];
1044
+ export var CreateGlobalTableOutput$ = [3, n0, _CGTO,
1045
+ 0,
1046
+ [_GTD],
1047
+ [() => GlobalTableDescription$]
1048
+ ];
1049
+ export var CreateGlobalTableWitnessGroupMemberAction$ = [3, n0, _CGTWGMA,
1050
+ 0,
1051
+ [_RN],
1052
+ [0], 1
844
1053
  ];
845
- export var CreateGlobalTableInput = [3, n0, _CGTI, 0, [_GTN, _RG], [0, () => ReplicaList]];
846
- export var CreateGlobalTableOutput = [3, n0, _CGTO, 0, [_GTD], [() => GlobalTableDescription]];
847
- export var CreateGlobalTableWitnessGroupMemberAction = [3, n0, _CGTWGMA, 0, [_RN], [0]];
848
- export var CreateReplicaAction = [3, n0, _CRA, 0, [_RN], [0]];
849
- export var CreateReplicationGroupMemberAction = [
850
- 3,
851
- n0,
852
- _CRGMA,
1054
+ export var CreateReplicaAction$ = [3, n0, _CRA,
1055
+ 0,
1056
+ [_RN],
1057
+ [0], 1
1058
+ ];
1059
+ export var CreateReplicationGroupMemberAction$ = [3, n0, _CRGMA,
853
1060
  0,
854
1061
  [_RN, _KMSMKI, _PTO, _ODTO, _GSI, _TCO],
855
- [
856
- 0,
857
- 0,
858
- () => ProvisionedThroughputOverride,
859
- () => OnDemandThroughputOverride,
860
- () => ReplicaGlobalSecondaryIndexList,
861
- 0,
862
- ],
863
- ];
864
- export var CreateTableInput = [
865
- 3,
866
- n0,
867
- _CTI,
868
- 0,
869
- [_ADt, _TN, _KS, _LSI, _GSI, _BM, _PT, _SS, _SSES, _Ta, _TC, _DPE, _WT, _RP, _ODT],
870
- [
871
- () => AttributeDefinitions,
872
- 0,
873
- () => KeySchema,
874
- () => LocalSecondaryIndexList,
875
- () => GlobalSecondaryIndexList,
876
- 0,
877
- () => ProvisionedThroughput,
878
- () => StreamSpecification,
879
- () => SSESpecification,
880
- () => TagList,
881
- 0,
882
- 2,
883
- () => WarmThroughput,
884
- 0,
885
- () => OnDemandThroughput,
886
- ],
887
- ];
888
- export var CreateTableOutput = [3, n0, _CTO, 0, [_TD], [() => TableDescription]];
889
- export var CsvOptions = [3, n0, _COs, 0, [_D, _HL], [0, 64 | 0]];
890
- export var Delete = [
891
- 3,
892
- n0,
893
- _De,
1062
+ [0, 0, () => ProvisionedThroughputOverride$, () => OnDemandThroughputOverride$, () => ReplicaGlobalSecondaryIndexList, 0], 1
1063
+ ];
1064
+ export var CreateTableInput$ = [3, n0, _CTI,
1065
+ 0,
1066
+ [_TN, _ADt, _KS, _LSI, _GSI, _BM, _PT, _SS, _SSES, _Ta, _TC, _DPE, _WT, _RP, _ODT, _GTSA, _GTSRM],
1067
+ [0, () => AttributeDefinitions, () => KeySchema, () => LocalSecondaryIndexList, () => GlobalSecondaryIndexList, 0, () => ProvisionedThroughput$, () => StreamSpecification$, () => SSESpecification$, () => TagList, 0, 2, () => WarmThroughput$, 0, () => OnDemandThroughput$, 0, 0], 1
1068
+ ];
1069
+ export var CreateTableOutput$ = [3, n0, _CTO,
1070
+ 0,
1071
+ [_TD],
1072
+ [() => TableDescription$]
1073
+ ];
1074
+ export var CsvOptions$ = [3, n0, _COs,
1075
+ 0,
1076
+ [_D, _HL],
1077
+ [0, 64 | 0]
1078
+ ];
1079
+ export var Delete$ = [3, n0, _De,
894
1080
  0,
895
1081
  [_K, _TN, _CE, _EAN, _EAV, _RVOCCF],
896
- [() => Key, 0, 0, 128 | 0, () => ExpressionAttributeValueMap, 0],
1082
+ [() => Key, 0, 0, 128 | 0, () => ExpressionAttributeValueMap, 0], 2
897
1083
  ];
898
- export var DeleteBackupInput = [3, n0, _DBI, 0, [_BA], [0]];
899
- export var DeleteBackupOutput = [3, n0, _DBO, 0, [_BD], [() => BackupDescription]];
900
- export var DeleteGlobalSecondaryIndexAction = [3, n0, _DGSIA, 0, [_IN], [0]];
901
- export var DeleteGlobalTableWitnessGroupMemberAction = [3, n0, _DGTWGMA, 0, [_RN], [0]];
902
- export var DeleteItemInput = [
903
- 3,
904
- n0,
905
- _DII,
1084
+ export var DeleteBackupInput$ = [3, n0, _DBI,
1085
+ 0,
1086
+ [_BA],
1087
+ [0], 1
1088
+ ];
1089
+ export var DeleteBackupOutput$ = [3, n0, _DBO,
1090
+ 0,
1091
+ [_BD],
1092
+ [() => BackupDescription$]
1093
+ ];
1094
+ export var DeleteGlobalSecondaryIndexAction$ = [3, n0, _DGSIA,
1095
+ 0,
1096
+ [_IN],
1097
+ [0], 1
1098
+ ];
1099
+ export var DeleteGlobalTableWitnessGroupMemberAction$ = [3, n0, _DGTWGMA,
1100
+ 0,
1101
+ [_RN],
1102
+ [0], 1
1103
+ ];
1104
+ export var DeleteItemInput$ = [3, n0, _DII,
906
1105
  0,
907
1106
  [_TN, _K, _Ex, _COo, _RV, _RCC, _RICM, _CE, _EAN, _EAV, _RVOCCF],
908
- [0, () => Key, () => ExpectedAttributeMap, 0, 0, 0, 0, 0, 128 | 0, () => ExpressionAttributeValueMap, 0],
1107
+ [0, () => Key, () => ExpectedAttributeMap, 0, 0, 0, 0, 0, 128 | 0, () => ExpressionAttributeValueMap, 0], 2
909
1108
  ];
910
- export var DeleteItemOutput = [
911
- 3,
912
- n0,
913
- _DIO,
1109
+ export var DeleteItemOutput$ = [3, n0, _DIO,
914
1110
  0,
915
1111
  [_At, _CC, _ICM],
916
- [() => AttributeMap, () => ConsumedCapacity, () => ItemCollectionMetrics],
917
- ];
918
- export var DeleteReplicaAction = [3, n0, _DRA, 0, [_RN], [0]];
919
- export var DeleteReplicationGroupMemberAction = [3, n0, _DRGMA, 0, [_RN], [0]];
920
- export var DeleteRequest = [3, n0, _DR, 0, [_K], [() => Key]];
921
- export var DeleteResourcePolicyInput = [3, n0, _DRPI, 0, [_RA, _ERI], [0, 0]];
922
- export var DeleteResourcePolicyOutput = [3, n0, _DRPO, 0, [_RIe], [0]];
923
- export var DeleteTableInput = [3, n0, _DTI, 0, [_TN], [0]];
924
- export var DeleteTableOutput = [3, n0, _DTO, 0, [_TD], [() => TableDescription]];
925
- export var DescribeBackupInput = [3, n0, _DBIe, 0, [_BA], [0]];
926
- export var DescribeBackupOutput = [3, n0, _DBOe, 0, [_BD], [() => BackupDescription]];
927
- export var DescribeContinuousBackupsInput = [3, n0, _DCBI, 0, [_TN], [0]];
928
- export var DescribeContinuousBackupsOutput = [
929
- 3,
930
- n0,
931
- _DCBO,
1112
+ [() => AttributeMap, () => ConsumedCapacity$, () => ItemCollectionMetrics$]
1113
+ ];
1114
+ export var DeleteReplicaAction$ = [3, n0, _DRA,
1115
+ 0,
1116
+ [_RN],
1117
+ [0], 1
1118
+ ];
1119
+ export var DeleteReplicationGroupMemberAction$ = [3, n0, _DRGMA,
1120
+ 0,
1121
+ [_RN],
1122
+ [0], 1
1123
+ ];
1124
+ export var DeleteRequest$ = [3, n0, _DR,
1125
+ 0,
1126
+ [_K],
1127
+ [() => Key], 1
1128
+ ];
1129
+ export var DeleteResourcePolicyInput$ = [3, n0, _DRPI,
1130
+ 0,
1131
+ [_RA, _ERI],
1132
+ [0, 0], 1
1133
+ ];
1134
+ export var DeleteResourcePolicyOutput$ = [3, n0, _DRPO,
1135
+ 0,
1136
+ [_RIe],
1137
+ [0]
1138
+ ];
1139
+ export var DeleteTableInput$ = [3, n0, _DTI,
1140
+ 0,
1141
+ [_TN],
1142
+ [0], 1
1143
+ ];
1144
+ export var DeleteTableOutput$ = [3, n0, _DTO,
1145
+ 0,
1146
+ [_TD],
1147
+ [() => TableDescription$]
1148
+ ];
1149
+ export var DescribeBackupInput$ = [3, n0, _DBIe,
1150
+ 0,
1151
+ [_BA],
1152
+ [0], 1
1153
+ ];
1154
+ export var DescribeBackupOutput$ = [3, n0, _DBOe,
1155
+ 0,
1156
+ [_BD],
1157
+ [() => BackupDescription$]
1158
+ ];
1159
+ export var DescribeContinuousBackupsInput$ = [3, n0, _DCBI,
1160
+ 0,
1161
+ [_TN],
1162
+ [0], 1
1163
+ ];
1164
+ export var DescribeContinuousBackupsOutput$ = [3, n0, _DCBO,
932
1165
  0,
933
1166
  [_CBD],
934
- [() => ContinuousBackupsDescription],
1167
+ [() => ContinuousBackupsDescription$]
935
1168
  ];
936
- export var DescribeContributorInsightsInput = [3, n0, _DCII, 0, [_TN, _IN], [0, 0]];
937
- export var DescribeContributorInsightsOutput = [
938
- 3,
939
- n0,
940
- _DCIO,
1169
+ export var DescribeContributorInsightsInput$ = [3, n0, _DCII,
1170
+ 0,
1171
+ [_TN, _IN],
1172
+ [0, 0], 1
1173
+ ];
1174
+ export var DescribeContributorInsightsOutput$ = [3, n0, _DCIO,
941
1175
  0,
942
1176
  [_TN, _IN, _CIRL, _CISo, _LUDT, _FE, _CIM],
943
- [0, 0, 64 | 0, 0, 4, () => FailureException, 0],
944
- ];
945
- export var DescribeEndpointsRequest = [3, n0, _DER, 0, [], []];
946
- export var DescribeEndpointsResponse = [3, n0, _DERe, 0, [_En], [() => Endpoints]];
947
- export var DescribeExportInput = [3, n0, _DEI, 0, [_EA], [0]];
948
- export var DescribeExportOutput = [3, n0, _DEO, 0, [_ED], [() => ExportDescription]];
949
- export var DescribeGlobalTableInput = [3, n0, _DGTI, 0, [_GTN], [0]];
950
- export var DescribeGlobalTableOutput = [3, n0, _DGTO, 0, [_GTD], [() => GlobalTableDescription]];
951
- export var DescribeGlobalTableSettingsInput = [3, n0, _DGTSI, 0, [_GTN], [0]];
952
- export var DescribeGlobalTableSettingsOutput = [
953
- 3,
954
- n0,
955
- _DGTSO,
1177
+ [0, 0, 64 | 0, 0, 4, () => FailureException$, 0]
1178
+ ];
1179
+ export var DescribeEndpointsRequest$ = [3, n0, _DER,
1180
+ 0,
1181
+ [],
1182
+ []
1183
+ ];
1184
+ export var DescribeEndpointsResponse$ = [3, n0, _DERe,
1185
+ 0,
1186
+ [_En],
1187
+ [() => Endpoints], 1
1188
+ ];
1189
+ export var DescribeExportInput$ = [3, n0, _DEI,
1190
+ 0,
1191
+ [_EA],
1192
+ [0], 1
1193
+ ];
1194
+ export var DescribeExportOutput$ = [3, n0, _DEO,
1195
+ 0,
1196
+ [_ED],
1197
+ [() => ExportDescription$]
1198
+ ];
1199
+ export var DescribeGlobalTableInput$ = [3, n0, _DGTI,
1200
+ 0,
1201
+ [_GTN],
1202
+ [0], 1
1203
+ ];
1204
+ export var DescribeGlobalTableOutput$ = [3, n0, _DGTO,
1205
+ 0,
1206
+ [_GTD],
1207
+ [() => GlobalTableDescription$]
1208
+ ];
1209
+ export var DescribeGlobalTableSettingsInput$ = [3, n0, _DGTSI,
1210
+ 0,
1211
+ [_GTN],
1212
+ [0], 1
1213
+ ];
1214
+ export var DescribeGlobalTableSettingsOutput$ = [3, n0, _DGTSO,
956
1215
  0,
957
1216
  [_GTN, _RS],
958
- [0, () => ReplicaSettingsDescriptionList],
1217
+ [0, () => ReplicaSettingsDescriptionList]
1218
+ ];
1219
+ export var DescribeImportInput$ = [3, n0, _DIIe,
1220
+ 0,
1221
+ [_IA],
1222
+ [0], 1
1223
+ ];
1224
+ export var DescribeImportOutput$ = [3, n0, _DIOe,
1225
+ 0,
1226
+ [_ITD],
1227
+ [() => ImportTableDescription$], 1
1228
+ ];
1229
+ export var DescribeKinesisStreamingDestinationInput$ = [3, n0, _DKSDI,
1230
+ 0,
1231
+ [_TN],
1232
+ [0], 1
959
1233
  ];
960
- export var DescribeImportInput = [3, n0, _DIIe, 0, [_IA], [0]];
961
- export var DescribeImportOutput = [3, n0, _DIOe, 0, [_ITD], [() => ImportTableDescription]];
962
- export var DescribeKinesisStreamingDestinationInput = [3, n0, _DKSDI, 0, [_TN], [0]];
963
- export var DescribeKinesisStreamingDestinationOutput = [
964
- 3,
965
- n0,
966
- _DKSDO,
1234
+ export var DescribeKinesisStreamingDestinationOutput$ = [3, n0, _DKSDO,
967
1235
  0,
968
1236
  [_TN, _KDSD],
969
- [0, () => KinesisDataStreamDestinations],
1237
+ [0, () => KinesisDataStreamDestinations]
970
1238
  ];
971
- export var DescribeLimitsInput = [3, n0, _DLI, 0, [], []];
972
- export var DescribeLimitsOutput = [
973
- 3,
974
- n0,
975
- _DLO,
1239
+ export var DescribeLimitsInput$ = [3, n0, _DLI,
1240
+ 0,
1241
+ [],
1242
+ []
1243
+ ];
1244
+ export var DescribeLimitsOutput$ = [3, n0, _DLO,
976
1245
  0,
977
1246
  [_AMRCU, _AMWCU, _TMRCU, _TMWCU],
978
- [1, 1, 1, 1],
1247
+ [1, 1, 1, 1]
1248
+ ];
1249
+ export var DescribeTableInput$ = [3, n0, _DTIe,
1250
+ 0,
1251
+ [_TN],
1252
+ [0], 1
979
1253
  ];
980
- export var DescribeTableInput = [3, n0, _DTIe, 0, [_TN], [0]];
981
- export var DescribeTableOutput = [3, n0, _DTOe, 0, [_T], [() => TableDescription]];
982
- export var DescribeTableReplicaAutoScalingInput = [3, n0, _DTRASI, 0, [_TN], [0]];
983
- export var DescribeTableReplicaAutoScalingOutput = [
984
- 3,
985
- n0,
986
- _DTRASO,
1254
+ export var DescribeTableOutput$ = [3, n0, _DTOe,
1255
+ 0,
1256
+ [_T],
1257
+ [() => TableDescription$]
1258
+ ];
1259
+ export var DescribeTableReplicaAutoScalingInput$ = [3, n0, _DTRASI,
1260
+ 0,
1261
+ [_TN],
1262
+ [0], 1
1263
+ ];
1264
+ export var DescribeTableReplicaAutoScalingOutput$ = [3, n0, _DTRASO,
987
1265
  0,
988
1266
  [_TASD],
989
- [() => TableAutoScalingDescription],
990
- ];
991
- export var DescribeTimeToLiveInput = [3, n0, _DTTLI, 0, [_TN], [0]];
992
- export var DescribeTimeToLiveOutput = [3, n0, _DTTLO, 0, [_TTLD], [() => TimeToLiveDescription]];
993
- export var DuplicateItemException = [-3, n0, _DIE, { [_e]: _c }, [_m], [0]];
994
- TypeRegistry.for(n0).registerError(DuplicateItemException, __DuplicateItemException);
995
- export var EnableKinesisStreamingConfiguration = [3, n0, _EKSC, 0, [_ACDTP], [0]];
996
- export var Endpoint = [3, n0, _End, 0, [_Ad, _CPIM], [0, 1]];
997
- export var ExecuteStatementInput = [
998
- 3,
999
- n0,
1000
- _ESI,
1001
- 0,
1002
- [_St, _P, _CR, _NT, _RCC, _L, _RVOCCF],
1003
- [0, () => PreparedStatementParameters, 2, 0, 0, 1, 0],
1004
- ];
1005
- export var ExecuteStatementOutput = [
1006
- 3,
1007
- n0,
1008
- _ESO,
1267
+ [() => TableAutoScalingDescription$]
1268
+ ];
1269
+ export var DescribeTimeToLiveInput$ = [3, n0, _DTTLI,
1270
+ 0,
1271
+ [_TN],
1272
+ [0], 1
1273
+ ];
1274
+ export var DescribeTimeToLiveOutput$ = [3, n0, _DTTLO,
1275
+ 0,
1276
+ [_TTLD],
1277
+ [() => TimeToLiveDescription$]
1278
+ ];
1279
+ export var EnableKinesisStreamingConfiguration$ = [3, n0, _EKSC,
1280
+ 0,
1281
+ [_ACDTP],
1282
+ [0]
1283
+ ];
1284
+ export var Endpoint$ = [3, n0, _End,
1285
+ 0,
1286
+ [_Ad, _CPIM],
1287
+ [0, 1], 2
1288
+ ];
1289
+ export var ExecuteStatementInput$ = [3, n0, _ESI,
1290
+ 0,
1291
+ [_St, _P, _CRo, _NT, _RCC, _L, _RVOCCF],
1292
+ [0, () => PreparedStatementParameters, 2, 0, 0, 1, 0], 1
1293
+ ];
1294
+ export var ExecuteStatementOutput$ = [3, n0, _ESO,
1009
1295
  0,
1010
1296
  [_It, _NT, _CC, _LEK],
1011
- [() => ItemList, 0, () => ConsumedCapacity, () => Key],
1297
+ [() => ItemList, 0, () => ConsumedCapacity$, () => Key]
1012
1298
  ];
1013
- export var ExecuteTransactionInput = [
1014
- 3,
1015
- n0,
1016
- _ETI,
1299
+ export var ExecuteTransactionInput$ = [3, n0, _ETI,
1017
1300
  0,
1018
1301
  [_TS, _CRT, _RCC],
1019
- [() => ParameterizedStatements, [0, 4], 0],
1302
+ [() => ParameterizedStatements, [0, 4], 0], 1
1020
1303
  ];
1021
- export var ExecuteTransactionOutput = [
1022
- 3,
1023
- n0,
1024
- _ETO,
1304
+ export var ExecuteTransactionOutput$ = [3, n0, _ETO,
1025
1305
  0,
1026
1306
  [_R, _CC],
1027
- [() => ItemResponseList, () => ConsumedCapacityMultiple],
1307
+ [() => ItemResponseList, () => ConsumedCapacityMultiple]
1028
1308
  ];
1029
- export var ExpectedAttributeValue = [
1030
- 3,
1031
- n0,
1032
- _EAVx,
1309
+ export var ExpectedAttributeValue$ = [3, n0, _EAVx,
1033
1310
  0,
1034
1311
  [_V, _Exi, _CO, _AVL],
1035
- [() => AttributeValue, 2, 0, () => AttributeValueList],
1312
+ [() => AttributeValue$, 2, 0, () => AttributeValueList]
1036
1313
  ];
1037
- export var ExportConflictException = [-3, n0, _ECE, { [_e]: _c }, [_m], [0]];
1038
- TypeRegistry.for(n0).registerError(ExportConflictException, __ExportConflictException);
1039
- export var ExportDescription = [
1040
- 3,
1041
- n0,
1042
- _ED,
1314
+ export var ExportDescription$ = [3, n0, _ED,
1043
1315
  0,
1044
1316
  [_EA, _ES, _ST, _ET, _EM, _TA, _TI, _ETx, _CT, _SB, _SBO, _SPr, _SSA, _SSKKI, _FC, _FM, _EF, _BSBi, _IC, _ETxp, _IES],
1045
- [0, 0, 4, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, () => IncrementalExportSpecification],
1317
+ [0, 0, 4, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, () => IncrementalExportSpecification$]
1046
1318
  ];
1047
- export var ExportNotFoundException = [-3, n0, _ENFE, { [_e]: _c }, [_m], [0]];
1048
- TypeRegistry.for(n0).registerError(ExportNotFoundException, __ExportNotFoundException);
1049
- export var ExportSummary = [3, n0, _ESx, 0, [_EA, _ES, _ETxp], [0, 0, 0]];
1050
- export var ExportTableToPointInTimeInput = [
1051
- 3,
1052
- n0,
1053
- _ETTPITI,
1319
+ export var ExportSummary$ = [3, n0, _ESx,
1054
1320
  0,
1055
- [_TA, _ETx, _CT, _SB, _SBO, _SPr, _SSA, _SSKKI, _EF, _ETxp, _IES],
1056
- [0, 4, [0, 4], 0, 0, 0, 0, 0, 0, 0, () => IncrementalExportSpecification],
1321
+ [_EA, _ES, _ETxp],
1322
+ [0, 0, 0]
1057
1323
  ];
1058
- export var ExportTableToPointInTimeOutput = [
1059
- 3,
1060
- n0,
1061
- _ETTPITO,
1324
+ export var ExportTableToPointInTimeInput$ = [3, n0, _ETTPITI,
1325
+ 0,
1326
+ [_TA, _SB, _ETx, _CT, _SBO, _SPr, _SSA, _SSKKI, _EF, _ETxp, _IES],
1327
+ [0, 0, 4, [0, 4], 0, 0, 0, 0, 0, 0, () => IncrementalExportSpecification$], 2
1328
+ ];
1329
+ export var ExportTableToPointInTimeOutput$ = [3, n0, _ETTPITO,
1062
1330
  0,
1063
1331
  [_ED],
1064
- [() => ExportDescription],
1332
+ [() => ExportDescription$]
1333
+ ];
1334
+ export var FailureException$ = [3, n0, _FE,
1335
+ 0,
1336
+ [_EN, _EDx],
1337
+ [0, 0]
1065
1338
  ];
1066
- export var FailureException = [3, n0, _FE, 0, [_EN, _EDx], [0, 0]];
1067
- export var Get = [3, n0, _G, 0, [_K, _TN, _PE, _EAN], [() => Key, 0, 0, 128 | 0]];
1068
- export var GetItemInput = [
1069
- 3,
1070
- n0,
1071
- _GII,
1339
+ export var Get$ = [3, n0, _G,
1072
1340
  0,
1073
- [_TN, _K, _ATG, _CR, _RCC, _PE, _EAN],
1074
- [0, () => Key, 64 | 0, 2, 0, 0, 128 | 0],
1341
+ [_K, _TN, _PE, _EAN],
1342
+ [() => Key, 0, 0, 128 | 0], 2
1075
1343
  ];
1076
- export var GetItemOutput = [
1077
- 3,
1078
- n0,
1079
- _GIO,
1344
+ export var GetItemInput$ = [3, n0, _GII,
1345
+ 0,
1346
+ [_TN, _K, _ATG, _CRo, _RCC, _PE, _EAN],
1347
+ [0, () => Key, 64 | 0, 2, 0, 0, 128 | 0], 2
1348
+ ];
1349
+ export var GetItemOutput$ = [3, n0, _GIO,
1080
1350
  0,
1081
1351
  [_I, _CC],
1082
- [() => AttributeMap, () => ConsumedCapacity],
1352
+ [() => AttributeMap, () => ConsumedCapacity$]
1353
+ ];
1354
+ export var GetResourcePolicyInput$ = [3, n0, _GRPI,
1355
+ 0,
1356
+ [_RA],
1357
+ [0], 1
1358
+ ];
1359
+ export var GetResourcePolicyOutput$ = [3, n0, _GRPO,
1360
+ 0,
1361
+ [_Po, _RIe],
1362
+ [0, 0]
1083
1363
  ];
1084
- export var GetResourcePolicyInput = [3, n0, _GRPI, 0, [_RA], [0]];
1085
- export var GetResourcePolicyOutput = [3, n0, _GRPO, 0, [_Po, _RIe], [0, 0]];
1086
- export var GlobalSecondaryIndex = [
1087
- 3,
1088
- n0,
1089
- _GSIl,
1364
+ export var GlobalSecondaryIndex$ = [3, n0, _GSIl,
1090
1365
  0,
1091
1366
  [_IN, _KS, _Pr, _PT, _ODT, _WT],
1092
- [0, () => KeySchema, () => Projection, () => ProvisionedThroughput, () => OnDemandThroughput, () => WarmThroughput],
1367
+ [0, () => KeySchema, () => Projection$, () => ProvisionedThroughput$, () => OnDemandThroughput$, () => WarmThroughput$], 3
1093
1368
  ];
1094
- export var GlobalSecondaryIndexAutoScalingUpdate = [
1095
- 3,
1096
- n0,
1097
- _GSIASU,
1369
+ export var GlobalSecondaryIndexAutoScalingUpdate$ = [3, n0, _GSIASU,
1098
1370
  0,
1099
1371
  [_IN, _PWCASU],
1100
- [0, () => AutoScalingSettingsUpdate],
1372
+ [0, () => AutoScalingSettingsUpdate$]
1101
1373
  ];
1102
- export var GlobalSecondaryIndexDescription = [
1103
- 3,
1104
- n0,
1105
- _GSID,
1374
+ export var GlobalSecondaryIndexDescription$ = [3, n0, _GSID,
1106
1375
  0,
1107
1376
  [_IN, _KS, _Pr, _IS, _B, _PT, _ISB, _IC, _IAn, _ODT, _WT],
1108
- [
1109
- 0,
1110
- () => KeySchema,
1111
- () => Projection,
1112
- 0,
1113
- 2,
1114
- () => ProvisionedThroughputDescription,
1115
- 1,
1116
- 1,
1117
- 0,
1118
- () => OnDemandThroughput,
1119
- () => GlobalSecondaryIndexWarmThroughputDescription,
1120
- ],
1121
- ];
1122
- export var GlobalSecondaryIndexInfo = [
1123
- 3,
1124
- n0,
1125
- _GSII,
1377
+ [0, () => KeySchema, () => Projection$, 0, 2, () => ProvisionedThroughputDescription$, 1, 1, 0, () => OnDemandThroughput$, () => GlobalSecondaryIndexWarmThroughputDescription$]
1378
+ ];
1379
+ export var GlobalSecondaryIndexInfo$ = [3, n0, _GSII,
1126
1380
  0,
1127
1381
  [_IN, _KS, _Pr, _PT, _ODT],
1128
- [0, () => KeySchema, () => Projection, () => ProvisionedThroughput, () => OnDemandThroughput],
1382
+ [0, () => KeySchema, () => Projection$, () => ProvisionedThroughput$, () => OnDemandThroughput$]
1129
1383
  ];
1130
- export var GlobalSecondaryIndexUpdate = [
1131
- 3,
1132
- n0,
1133
- _GSIU,
1384
+ export var GlobalSecondaryIndexUpdate$ = [3, n0, _GSIU,
1134
1385
  0,
1135
1386
  [_U, _Cr, _De],
1136
- [
1137
- () => UpdateGlobalSecondaryIndexAction,
1138
- () => CreateGlobalSecondaryIndexAction,
1139
- () => DeleteGlobalSecondaryIndexAction,
1140
- ],
1387
+ [() => UpdateGlobalSecondaryIndexAction$, () => CreateGlobalSecondaryIndexAction$, () => DeleteGlobalSecondaryIndexAction$]
1141
1388
  ];
1142
- export var GlobalSecondaryIndexWarmThroughputDescription = [
1143
- 3,
1144
- n0,
1145
- _GSIWTD,
1389
+ export var GlobalSecondaryIndexWarmThroughputDescription$ = [3, n0, _GSIWTD,
1146
1390
  0,
1147
1391
  [_RUPS, _WUPS, _Sta],
1148
- [1, 1, 0],
1392
+ [1, 1, 0]
1149
1393
  ];
1150
- export var GlobalTable = [3, n0, _GT, 0, [_GTN, _RG], [0, () => ReplicaList]];
1151
- export var GlobalTableAlreadyExistsException = [-3, n0, _GTAEE, { [_e]: _c }, [_m], [0]];
1152
- TypeRegistry.for(n0).registerError(GlobalTableAlreadyExistsException, __GlobalTableAlreadyExistsException);
1153
- export var GlobalTableDescription = [
1154
- 3,
1155
- n0,
1156
- _GTD,
1394
+ export var GlobalTable$ = [3, n0, _GT,
1395
+ 0,
1396
+ [_GTN, _RG],
1397
+ [0, () => ReplicaList]
1398
+ ];
1399
+ export var GlobalTableDescription$ = [3, n0, _GTD,
1157
1400
  0,
1158
1401
  [_RG, _GTA, _CDT, _GTS, _GTN],
1159
- [() => ReplicaDescriptionList, 0, 4, 0, 0],
1402
+ [() => ReplicaDescriptionList, 0, 4, 0, 0]
1160
1403
  ];
1161
- export var GlobalTableGlobalSecondaryIndexSettingsUpdate = [
1162
- 3,
1163
- n0,
1164
- _GTGSISU,
1404
+ export var GlobalTableGlobalSecondaryIndexSettingsUpdate$ = [3, n0, _GTGSISU,
1165
1405
  0,
1166
1406
  [_IN, _PWCU, _PWCASSU],
1167
- [0, 1, () => AutoScalingSettingsUpdate],
1407
+ [0, 1, () => AutoScalingSettingsUpdate$], 1
1168
1408
  ];
1169
- export var GlobalTableNotFoundException = [-3, n0, _GTNFE, { [_e]: _c }, [_m], [0]];
1170
- TypeRegistry.for(n0).registerError(GlobalTableNotFoundException, __GlobalTableNotFoundException);
1171
- export var GlobalTableWitnessDescription = [3, n0, _GTWD, 0, [_RN, _WS], [0, 0]];
1172
- export var GlobalTableWitnessGroupUpdate = [
1173
- 3,
1174
- n0,
1175
- _GTWGU,
1409
+ export var GlobalTableWitnessDescription$ = [3, n0, _GTWD,
1410
+ 0,
1411
+ [_RN, _WS],
1412
+ [0, 0]
1413
+ ];
1414
+ export var GlobalTableWitnessGroupUpdate$ = [3, n0, _GTWGU,
1176
1415
  0,
1177
1416
  [_Cr, _De],
1178
- [() => CreateGlobalTableWitnessGroupMemberAction, () => DeleteGlobalTableWitnessGroupMemberAction],
1179
- ];
1180
- export var IdempotentParameterMismatchException = [-3, n0, _IPME, { [_e]: _c }, [_M], [0]];
1181
- TypeRegistry.for(n0).registerError(IdempotentParameterMismatchException, __IdempotentParameterMismatchException);
1182
- export var ImportConflictException = [-3, n0, _ICE, { [_e]: _c }, [_m], [0]];
1183
- TypeRegistry.for(n0).registerError(ImportConflictException, __ImportConflictException);
1184
- export var ImportNotFoundException = [-3, n0, _INFE, { [_e]: _c }, [_m], [0]];
1185
- TypeRegistry.for(n0).registerError(ImportNotFoundException, __ImportNotFoundException);
1186
- export var ImportSummary = [
1187
- 3,
1188
- n0,
1189
- _ISm,
1417
+ [() => CreateGlobalTableWitnessGroupMemberAction$, () => DeleteGlobalTableWitnessGroupMemberAction$]
1418
+ ];
1419
+ export var ImportSummary$ = [3, n0, _ISm,
1190
1420
  0,
1191
1421
  [_IA, _ISmp, _TA, _SBS, _CWLGA, _IF, _ST, _ET],
1192
- [0, 0, 0, () => S3BucketSource, 0, 0, 4, 4],
1422
+ [0, 0, 0, () => S3BucketSource$, 0, 0, 4, 4]
1193
1423
  ];
1194
- export var ImportTableDescription = [
1195
- 3,
1196
- n0,
1197
- _ITD,
1424
+ export var ImportTableDescription$ = [3, n0, _ITD,
1198
1425
  0,
1199
1426
  [_IA, _ISmp, _TA, _TI, _CT, _SBS, _EC, _CWLGA, _IF, _IFO, _ICT, _TCP, _ST, _ET, _PSB, _PIC, _IIC, _FC, _FM],
1200
- [
1201
- 0,
1202
- 0,
1203
- 0,
1204
- 0,
1205
- 0,
1206
- () => S3BucketSource,
1207
- 1,
1208
- 0,
1209
- 0,
1210
- () => InputFormatOptions,
1211
- 0,
1212
- () => TableCreationParameters,
1213
- 4,
1214
- 4,
1215
- 1,
1216
- 1,
1217
- 1,
1218
- 0,
1219
- 0,
1220
- ],
1221
- ];
1222
- export var ImportTableInput = [
1223
- 3,
1224
- n0,
1225
- _ITI,
1226
- 0,
1227
- [_CT, _SBS, _IF, _IFO, _ICT, _TCP],
1228
- [[0, 4], () => S3BucketSource, 0, () => InputFormatOptions, 0, () => TableCreationParameters],
1229
- ];
1230
- export var ImportTableOutput = [3, n0, _ITO, 0, [_ITD], [() => ImportTableDescription]];
1231
- export var IncrementalExportSpecification = [3, n0, _IES, 0, [_EFT, _ETT, _EVT], [4, 4, 0]];
1232
- export var IndexNotFoundException = [-3, n0, _INFEn, { [_e]: _c }, [_m], [0]];
1233
- TypeRegistry.for(n0).registerError(IndexNotFoundException, __IndexNotFoundException);
1234
- export var InputFormatOptions = [3, n0, _IFO, 0, [_Cs], [() => CsvOptions]];
1235
- export var InternalServerError = [-3, n0, _ISE, { [_e]: _s }, [_m], [0]];
1236
- TypeRegistry.for(n0).registerError(InternalServerError, __InternalServerError);
1237
- export var InvalidEndpointException = [-3, n0, _IEE, { [_e]: _c, [_hE]: 421 }, [_M], [0]];
1238
- TypeRegistry.for(n0).registerError(InvalidEndpointException, __InvalidEndpointException);
1239
- export var InvalidExportTimeException = [-3, n0, _IETE, { [_e]: _c }, [_m], [0]];
1240
- TypeRegistry.for(n0).registerError(InvalidExportTimeException, __InvalidExportTimeException);
1241
- export var InvalidRestoreTimeException = [-3, n0, _IRTE, { [_e]: _c }, [_m], [0]];
1242
- TypeRegistry.for(n0).registerError(InvalidRestoreTimeException, __InvalidRestoreTimeException);
1243
- export var ItemCollectionMetrics = [
1244
- 3,
1245
- n0,
1246
- _ICM,
1427
+ [0, 0, 0, 0, 0, () => S3BucketSource$, 1, 0, 0, () => InputFormatOptions$, 0, () => TableCreationParameters$, 4, 4, 1, 1, 1, 0, 0]
1428
+ ];
1429
+ export var ImportTableInput$ = [3, n0, _ITI,
1430
+ 0,
1431
+ [_SBS, _IF, _TCP, _CT, _IFO, _ICT],
1432
+ [() => S3BucketSource$, 0, () => TableCreationParameters$, [0, 4], () => InputFormatOptions$, 0], 3
1433
+ ];
1434
+ export var ImportTableOutput$ = [3, n0, _ITO,
1435
+ 0,
1436
+ [_ITD],
1437
+ [() => ImportTableDescription$], 1
1438
+ ];
1439
+ export var IncrementalExportSpecification$ = [3, n0, _IES,
1440
+ 0,
1441
+ [_EFT, _ETT, _EVT],
1442
+ [4, 4, 0]
1443
+ ];
1444
+ export var InputFormatOptions$ = [3, n0, _IFO,
1445
+ 0,
1446
+ [_Cs],
1447
+ [() => CsvOptions$]
1448
+ ];
1449
+ export var ItemCollectionMetrics$ = [3, n0, _ICM,
1247
1450
  0,
1248
1451
  [_ICK, _SERGB],
1249
- [() => ItemCollectionKeyAttributeMap, 64 | 1],
1452
+ [() => ItemCollectionKeyAttributeMap, 64 | 1]
1453
+ ];
1454
+ export var ItemResponse$ = [3, n0, _IR,
1455
+ 0,
1456
+ [_I],
1457
+ [() => AttributeMap]
1458
+ ];
1459
+ export var KeysAndAttributes$ = [3, n0, _KAA,
1460
+ 0,
1461
+ [_Ke, _ATG, _CRo, _PE, _EAN],
1462
+ [() => KeyList, 64 | 0, 2, 0, 128 | 0], 1
1250
1463
  ];
1251
- export var ItemCollectionSizeLimitExceededException = [-3, n0, _ICSLEE, { [_e]: _c }, [_m], [0]];
1252
- TypeRegistry.for(n0).registerError(ItemCollectionSizeLimitExceededException, __ItemCollectionSizeLimitExceededException);
1253
- export var ItemResponse = [3, n0, _IR, 0, [_I], [() => AttributeMap]];
1254
- export var KeysAndAttributes = [
1255
- 3,
1256
- n0,
1257
- _KAA,
1464
+ export var KeySchemaElement$ = [3, n0, _KSE,
1258
1465
  0,
1259
- [_Ke, _ATG, _CR, _PE, _EAN],
1260
- [() => KeyList, 64 | 0, 2, 0, 128 | 0],
1466
+ [_AN, _KT],
1467
+ [0, 0], 2
1261
1468
  ];
1262
- export var KeySchemaElement = [3, n0, _KSE, 0, [_AN, _KT], [0, 0]];
1263
- export var KinesisDataStreamDestination = [
1264
- 3,
1265
- n0,
1266
- _KDSDi,
1469
+ export var KinesisDataStreamDestination$ = [3, n0, _KDSDi,
1267
1470
  0,
1268
1471
  [_SA, _DS, _DSD, _ACDTP],
1269
- [0, 0, 0, 0],
1472
+ [0, 0, 0, 0]
1270
1473
  ];
1271
- export var KinesisStreamingDestinationInput = [
1272
- 3,
1273
- n0,
1274
- _KSDI,
1474
+ export var KinesisStreamingDestinationInput$ = [3, n0, _KSDI,
1275
1475
  0,
1276
1476
  [_TN, _SA, _EKSC],
1277
- [0, 0, () => EnableKinesisStreamingConfiguration],
1477
+ [0, 0, () => EnableKinesisStreamingConfiguration$], 2
1278
1478
  ];
1279
- export var KinesisStreamingDestinationOutput = [
1280
- 3,
1281
- n0,
1282
- _KSDO,
1479
+ export var KinesisStreamingDestinationOutput$ = [3, n0, _KSDO,
1283
1480
  0,
1284
1481
  [_TN, _SA, _DS, _EKSC],
1285
- [0, 0, 0, () => EnableKinesisStreamingConfiguration],
1482
+ [0, 0, 0, () => EnableKinesisStreamingConfiguration$]
1286
1483
  ];
1287
- export var LimitExceededException = [-3, n0, _LEE, { [_e]: _c }, [_m], [0]];
1288
- TypeRegistry.for(n0).registerError(LimitExceededException, __LimitExceededException);
1289
- export var ListBackupsInput = [
1290
- 3,
1291
- n0,
1292
- _LBI,
1484
+ export var ListBackupsInput$ = [3, n0, _LBI,
1293
1485
  0,
1294
1486
  [_TN, _L, _TRLB, _TRUB, _ESBA, _BT],
1295
- [0, 1, 4, 4, 0, 0],
1487
+ [0, 1, 4, 4, 0, 0]
1488
+ ];
1489
+ export var ListBackupsOutput$ = [3, n0, _LBO,
1490
+ 0,
1491
+ [_BSac, _LEBA],
1492
+ [() => BackupSummaries, 0]
1296
1493
  ];
1297
- export var ListBackupsOutput = [3, n0, _LBO, 0, [_BSac, _LEBA], [() => BackupSummaries, 0]];
1298
- export var ListContributorInsightsInput = [3, n0, _LCII, 0, [_TN, _NT, _MR], [0, 0, 1]];
1299
- export var ListContributorInsightsOutput = [
1300
- 3,
1301
- n0,
1302
- _LCIO,
1494
+ export var ListContributorInsightsInput$ = [3, n0, _LCII,
1495
+ 0,
1496
+ [_TN, _NT, _MR],
1497
+ [0, 0, 1]
1498
+ ];
1499
+ export var ListContributorInsightsOutput$ = [3, n0, _LCIO,
1303
1500
  0,
1304
1501
  [_CISon, _NT],
1305
- [() => ContributorInsightsSummaries, 0],
1502
+ [() => ContributorInsightsSummaries, 0]
1503
+ ];
1504
+ export var ListExportsInput$ = [3, n0, _LEI,
1505
+ 0,
1506
+ [_TA, _MR, _NT],
1507
+ [0, 1, 0]
1306
1508
  ];
1307
- export var ListExportsInput = [3, n0, _LEI, 0, [_TA, _MR, _NT], [0, 1, 0]];
1308
- export var ListExportsOutput = [3, n0, _LEO, 0, [_ESxp, _NT], [() => ExportSummaries, 0]];
1309
- export var ListGlobalTablesInput = [3, n0, _LGTI, 0, [_ESGTN, _L, _RN], [0, 1, 0]];
1310
- export var ListGlobalTablesOutput = [
1311
- 3,
1312
- n0,
1313
- _LGTO,
1509
+ export var ListExportsOutput$ = [3, n0, _LEO,
1510
+ 0,
1511
+ [_ESxp, _NT],
1512
+ [() => ExportSummaries, 0]
1513
+ ];
1514
+ export var ListGlobalTablesInput$ = [3, n0, _LGTI,
1515
+ 0,
1516
+ [_ESGTN, _L, _RN],
1517
+ [0, 1, 0]
1518
+ ];
1519
+ export var ListGlobalTablesOutput$ = [3, n0, _LGTO,
1314
1520
  0,
1315
1521
  [_GTl, _LEGTN],
1316
- [() => GlobalTableList, 0],
1317
- ];
1318
- export var ListImportsInput = [3, n0, _LII, 0, [_TA, _PS, _NT], [0, 1, 0]];
1319
- export var ListImportsOutput = [3, n0, _LIO, 0, [_ISL, _NT], [() => ImportSummaryList, 0]];
1320
- export var ListTablesInput = [3, n0, _LTI, 0, [_ESTN, _L], [0, 1]];
1321
- export var ListTablesOutput = [3, n0, _LTO, 0, [_TNa, _LETN], [64 | 0, 0]];
1322
- export var ListTagsOfResourceInput = [3, n0, _LTORI, 0, [_RA, _NT], [0, 0]];
1323
- export var ListTagsOfResourceOutput = [3, n0, _LTORO, 0, [_Ta, _NT], [() => TagList, 0]];
1324
- export var LocalSecondaryIndex = [
1325
- 3,
1326
- n0,
1327
- _LSIo,
1522
+ [() => GlobalTableList, 0]
1523
+ ];
1524
+ export var ListImportsInput$ = [3, n0, _LII,
1525
+ 0,
1526
+ [_TA, _PS, _NT],
1527
+ [0, 1, 0]
1528
+ ];
1529
+ export var ListImportsOutput$ = [3, n0, _LIO,
1530
+ 0,
1531
+ [_ISL, _NT],
1532
+ [() => ImportSummaryList, 0]
1533
+ ];
1534
+ export var ListTablesInput$ = [3, n0, _LTI,
1535
+ 0,
1536
+ [_ESTN, _L],
1537
+ [0, 1]
1538
+ ];
1539
+ export var ListTablesOutput$ = [3, n0, _LTO,
1540
+ 0,
1541
+ [_TNa, _LETN],
1542
+ [64 | 0, 0]
1543
+ ];
1544
+ export var ListTagsOfResourceInput$ = [3, n0, _LTORI,
1545
+ 0,
1546
+ [_RA, _NT],
1547
+ [0, 0], 1
1548
+ ];
1549
+ export var ListTagsOfResourceOutput$ = [3, n0, _LTORO,
1550
+ 0,
1551
+ [_Ta, _NT],
1552
+ [() => TagList, 0]
1553
+ ];
1554
+ export var LocalSecondaryIndex$ = [3, n0, _LSIo,
1328
1555
  0,
1329
1556
  [_IN, _KS, _Pr],
1330
- [0, () => KeySchema, () => Projection],
1557
+ [0, () => KeySchema, () => Projection$], 3
1331
1558
  ];
1332
- export var LocalSecondaryIndexDescription = [
1333
- 3,
1334
- n0,
1335
- _LSID,
1559
+ export var LocalSecondaryIndexDescription$ = [3, n0, _LSID,
1336
1560
  0,
1337
1561
  [_IN, _KS, _Pr, _ISB, _IC, _IAn],
1338
- [0, () => KeySchema, () => Projection, 1, 1, 0],
1562
+ [0, () => KeySchema, () => Projection$, 1, 1, 0]
1339
1563
  ];
1340
- export var LocalSecondaryIndexInfo = [
1341
- 3,
1342
- n0,
1343
- _LSII,
1564
+ export var LocalSecondaryIndexInfo$ = [3, n0, _LSII,
1344
1565
  0,
1345
1566
  [_IN, _KS, _Pr],
1346
- [0, () => KeySchema, () => Projection],
1567
+ [0, () => KeySchema, () => Projection$]
1568
+ ];
1569
+ export var OnDemandThroughput$ = [3, n0, _ODT,
1570
+ 0,
1571
+ [_MRRU, _MWRU],
1572
+ [1, 1]
1347
1573
  ];
1348
- export var OnDemandThroughput = [3, n0, _ODT, 0, [_MRRU, _MWRU], [1, 1]];
1349
- export var OnDemandThroughputOverride = [3, n0, _ODTO, 0, [_MRRU], [1]];
1350
- export var ParameterizedStatement = [
1351
- 3,
1352
- n0,
1353
- _PSa,
1574
+ export var OnDemandThroughputOverride$ = [3, n0, _ODTO,
1575
+ 0,
1576
+ [_MRRU],
1577
+ [1]
1578
+ ];
1579
+ export var ParameterizedStatement$ = [3, n0, _PSa,
1354
1580
  0,
1355
1581
  [_St, _P, _RVOCCF],
1356
- [0, () => PreparedStatementParameters, 0],
1582
+ [0, () => PreparedStatementParameters, 0], 1
1357
1583
  ];
1358
- export var PointInTimeRecoveryDescription = [
1359
- 3,
1360
- n0,
1361
- _PITRD,
1584
+ export var PointInTimeRecoveryDescription$ = [3, n0, _PITRD,
1362
1585
  0,
1363
1586
  [_PITRS, _RPID, _ERDT, _LRDT],
1364
- [0, 1, 4, 4],
1365
- ];
1366
- export var PointInTimeRecoverySpecification = [3, n0, _PITRSo, 0, [_PITRE, _RPID], [2, 1]];
1367
- export var PointInTimeRecoveryUnavailableException = [-3, n0, _PITRUE, { [_e]: _c }, [_m], [0]];
1368
- TypeRegistry.for(n0).registerError(PointInTimeRecoveryUnavailableException, __PointInTimeRecoveryUnavailableException);
1369
- export var PolicyNotFoundException = [-3, n0, _PNFE, { [_e]: _c }, [_m], [0]];
1370
- TypeRegistry.for(n0).registerError(PolicyNotFoundException, __PolicyNotFoundException);
1371
- export var Projection = [3, n0, _Pr, 0, [_PTr, _NKA], [0, 64 | 0]];
1372
- export var ProvisionedThroughput = [3, n0, _PT, 0, [_RCU, _WCU], [1, 1]];
1373
- export var ProvisionedThroughputDescription = [
1374
- 3,
1375
- n0,
1376
- _PTD,
1587
+ [0, 1, 4, 4]
1588
+ ];
1589
+ export var PointInTimeRecoverySpecification$ = [3, n0, _PITRSo,
1590
+ 0,
1591
+ [_PITRE, _RPID],
1592
+ [2, 1], 1
1593
+ ];
1594
+ export var Projection$ = [3, n0, _Pr,
1595
+ 0,
1596
+ [_PTr, _NKA],
1597
+ [0, 64 | 0]
1598
+ ];
1599
+ export var ProvisionedThroughput$ = [3, n0, _PT,
1600
+ 0,
1601
+ [_RCU, _WCU],
1602
+ [1, 1], 2
1603
+ ];
1604
+ export var ProvisionedThroughputDescription$ = [3, n0, _PTD,
1377
1605
  0,
1378
1606
  [_LIDT, _LDDT, _NODT, _RCU, _WCU],
1379
- [4, 4, 1, 1, 1],
1607
+ [4, 4, 1, 1, 1]
1380
1608
  ];
1381
- export var ProvisionedThroughputExceededException = [
1382
- -3,
1383
- n0,
1384
- _PTEE,
1385
- { [_e]: _c },
1386
- [_m, _TR],
1387
- [0, () => ThrottlingReasonList],
1609
+ export var ProvisionedThroughputOverride$ = [3, n0, _PTO,
1610
+ 0,
1611
+ [_RCU],
1612
+ [1]
1388
1613
  ];
1389
- TypeRegistry.for(n0).registerError(ProvisionedThroughputExceededException, __ProvisionedThroughputExceededException);
1390
- export var ProvisionedThroughputOverride = [3, n0, _PTO, 0, [_RCU], [1]];
1391
- export var Put = [
1392
- 3,
1393
- n0,
1394
- _Pu,
1614
+ export var Put$ = [3, n0, _Pu,
1395
1615
  0,
1396
1616
  [_I, _TN, _CE, _EAN, _EAV, _RVOCCF],
1397
- [() => PutItemInputAttributeMap, 0, 0, 128 | 0, () => ExpressionAttributeValueMap, 0],
1617
+ [() => PutItemInputAttributeMap, 0, 0, 128 | 0, () => ExpressionAttributeValueMap, 0], 2
1398
1618
  ];
1399
- export var PutItemInput = [
1400
- 3,
1401
- n0,
1402
- _PII,
1619
+ export var PutItemInput$ = [3, n0, _PII,
1403
1620
  0,
1404
1621
  [_TN, _I, _Ex, _RV, _RCC, _RICM, _COo, _CE, _EAN, _EAV, _RVOCCF],
1405
- [
1406
- 0,
1407
- () => PutItemInputAttributeMap,
1408
- () => ExpectedAttributeMap,
1409
- 0,
1410
- 0,
1411
- 0,
1412
- 0,
1413
- 0,
1414
- 128 | 0,
1415
- () => ExpressionAttributeValueMap,
1416
- 0,
1417
- ],
1418
- ];
1419
- export var PutItemOutput = [
1420
- 3,
1421
- n0,
1422
- _PIO,
1622
+ [0, () => PutItemInputAttributeMap, () => ExpectedAttributeMap, 0, 0, 0, 0, 0, 128 | 0, () => ExpressionAttributeValueMap, 0], 2
1623
+ ];
1624
+ export var PutItemOutput$ = [3, n0, _PIO,
1423
1625
  0,
1424
1626
  [_At, _CC, _ICM],
1425
- [() => AttributeMap, () => ConsumedCapacity, () => ItemCollectionMetrics],
1627
+ [() => AttributeMap, () => ConsumedCapacity$, () => ItemCollectionMetrics$]
1426
1628
  ];
1427
- export var PutRequest = [3, n0, _PR, 0, [_I], [() => PutItemInputAttributeMap]];
1428
- export var PutResourcePolicyInput = [
1429
- 3,
1430
- n0,
1431
- _PRPI,
1629
+ export var PutRequest$ = [3, n0, _PR,
1630
+ 0,
1631
+ [_I],
1632
+ [() => PutItemInputAttributeMap], 1
1633
+ ];
1634
+ export var PutResourcePolicyInput$ = [3, n0, _PRPI,
1432
1635
  0,
1433
1636
  [_RA, _Po, _ERI, _CRSRA],
1434
- [0, 0, 0, [2, { [_hH]: _xacrsra }]],
1435
- ];
1436
- export var PutResourcePolicyOutput = [3, n0, _PRPO, 0, [_RIe], [0]];
1437
- export var QueryInput = [
1438
- 3,
1439
- n0,
1440
- _QI,
1441
- 0,
1442
- [_TN, _IN, _Se, _ATG, _L, _CR, _KC, _QF, _COo, _SIF, _ESK, _RCC, _PE, _FEi, _KCE, _EAN, _EAV],
1443
- [
1444
- 0,
1445
- 0,
1446
- 0,
1447
- 64 | 0,
1448
- 1,
1449
- 2,
1450
- () => KeyConditions,
1451
- () => FilterConditionMap,
1452
- 0,
1453
- 2,
1454
- () => Key,
1455
- 0,
1456
- 0,
1457
- 0,
1458
- 0,
1459
- 128 | 0,
1460
- () => ExpressionAttributeValueMap,
1461
- ],
1462
- ];
1463
- export var QueryOutput = [
1464
- 3,
1465
- n0,
1466
- _QO,
1637
+ [0, 0, 0, [2, { [_hH]: _xacrsra }]], 2
1638
+ ];
1639
+ export var PutResourcePolicyOutput$ = [3, n0, _PRPO,
1640
+ 0,
1641
+ [_RIe],
1642
+ [0]
1643
+ ];
1644
+ export var QueryInput$ = [3, n0, _QI,
1645
+ 0,
1646
+ [_TN, _IN, _Se, _ATG, _L, _CRo, _KC, _QF, _COo, _SIF, _ESK, _RCC, _PE, _FEi, _KCE, _EAN, _EAV],
1647
+ [0, 0, 0, 64 | 0, 1, 2, () => KeyConditions, () => FilterConditionMap, 0, 2, () => Key, 0, 0, 0, 0, 128 | 0, () => ExpressionAttributeValueMap], 1
1648
+ ];
1649
+ export var QueryOutput$ = [3, n0, _QO,
1467
1650
  0,
1468
1651
  [_It, _Cou, _SC, _LEK, _CC],
1469
- [() => ItemList, 1, 1, () => Key, () => ConsumedCapacity],
1652
+ [() => ItemList, 1, 1, () => Key, () => ConsumedCapacity$]
1653
+ ];
1654
+ export var Replica$ = [3, n0, _Re,
1655
+ 0,
1656
+ [_RN],
1657
+ [0]
1470
1658
  ];
1471
- export var Replica = [3, n0, _Re, 0, [_RN], [0]];
1472
- export var ReplicaAlreadyExistsException = [-3, n0, _RAEE, { [_e]: _c }, [_m], [0]];
1473
- TypeRegistry.for(n0).registerError(ReplicaAlreadyExistsException, __ReplicaAlreadyExistsException);
1474
- export var ReplicaAutoScalingDescription = [
1475
- 3,
1476
- n0,
1477
- _RASD,
1659
+ export var ReplicaAutoScalingDescription$ = [3, n0, _RASD,
1478
1660
  0,
1479
1661
  [_RN, _GSI, _RPRCASS, _RPWCASS, _RSe],
1480
- [
1481
- 0,
1482
- () => ReplicaGlobalSecondaryIndexAutoScalingDescriptionList,
1483
- () => AutoScalingSettingsDescription,
1484
- () => AutoScalingSettingsDescription,
1485
- 0,
1486
- ],
1487
- ];
1488
- export var ReplicaAutoScalingUpdate = [
1489
- 3,
1490
- n0,
1491
- _RASU,
1662
+ [0, () => ReplicaGlobalSecondaryIndexAutoScalingDescriptionList, () => AutoScalingSettingsDescription$, () => AutoScalingSettingsDescription$, 0]
1663
+ ];
1664
+ export var ReplicaAutoScalingUpdate$ = [3, n0, _RASU,
1492
1665
  0,
1493
1666
  [_RN, _RGSIU, _RPRCASU],
1494
- [0, () => ReplicaGlobalSecondaryIndexAutoScalingUpdateList, () => AutoScalingSettingsUpdate],
1495
- ];
1496
- export var ReplicaDescription = [
1497
- 3,
1498
- n0,
1499
- _RD,
1500
- 0,
1501
- [_RN, _RSe, _RSD, _RSPP, _KMSMKI, _PTO, _ODTO, _WT, _GSI, _RIDT, _RTCS],
1502
- [
1503
- 0,
1504
- 0,
1505
- 0,
1506
- 0,
1507
- 0,
1508
- () => ProvisionedThroughputOverride,
1509
- () => OnDemandThroughputOverride,
1510
- () => TableWarmThroughputDescription,
1511
- () => ReplicaGlobalSecondaryIndexDescriptionList,
1512
- 4,
1513
- () => TableClassSummary,
1514
- ],
1515
- ];
1516
- export var ReplicaGlobalSecondaryIndex = [
1517
- 3,
1518
- n0,
1519
- _RGSI,
1667
+ [0, () => ReplicaGlobalSecondaryIndexAutoScalingUpdateList, () => AutoScalingSettingsUpdate$], 1
1668
+ ];
1669
+ export var ReplicaDescription$ = [3, n0, _RD,
1670
+ 0,
1671
+ [_RN, _RSe, _RAe, _RSD, _RSPP, _KMSMKI, _PTO, _ODTO, _WT, _GSI, _RIDT, _RTCS, _GTSRM],
1672
+ [0, 0, 0, 0, 0, 0, () => ProvisionedThroughputOverride$, () => OnDemandThroughputOverride$, () => TableWarmThroughputDescription$, () => ReplicaGlobalSecondaryIndexDescriptionList, 4, () => TableClassSummary$, 0]
1673
+ ];
1674
+ export var ReplicaGlobalSecondaryIndex$ = [3, n0, _RGSI,
1520
1675
  0,
1521
1676
  [_IN, _PTO, _ODTO],
1522
- [0, () => ProvisionedThroughputOverride, () => OnDemandThroughputOverride],
1677
+ [0, () => ProvisionedThroughputOverride$, () => OnDemandThroughputOverride$], 1
1523
1678
  ];
1524
- export var ReplicaGlobalSecondaryIndexAutoScalingDescription = [
1525
- 3,
1526
- n0,
1527
- _RGSIASD,
1679
+ export var ReplicaGlobalSecondaryIndexAutoScalingDescription$ = [3, n0, _RGSIASD,
1528
1680
  0,
1529
1681
  [_IN, _IS, _PRCASS, _PWCASS],
1530
- [0, 0, () => AutoScalingSettingsDescription, () => AutoScalingSettingsDescription],
1682
+ [0, 0, () => AutoScalingSettingsDescription$, () => AutoScalingSettingsDescription$]
1531
1683
  ];
1532
- export var ReplicaGlobalSecondaryIndexAutoScalingUpdate = [
1533
- 3,
1534
- n0,
1535
- _RGSIASU,
1684
+ export var ReplicaGlobalSecondaryIndexAutoScalingUpdate$ = [3, n0, _RGSIASU,
1536
1685
  0,
1537
1686
  [_IN, _PRCASU],
1538
- [0, () => AutoScalingSettingsUpdate],
1687
+ [0, () => AutoScalingSettingsUpdate$]
1539
1688
  ];
1540
- export var ReplicaGlobalSecondaryIndexDescription = [
1541
- 3,
1542
- n0,
1543
- _RGSID,
1689
+ export var ReplicaGlobalSecondaryIndexDescription$ = [3, n0, _RGSID,
1544
1690
  0,
1545
1691
  [_IN, _PTO, _ODTO, _WT],
1546
- [
1547
- 0,
1548
- () => ProvisionedThroughputOverride,
1549
- () => OnDemandThroughputOverride,
1550
- () => GlobalSecondaryIndexWarmThroughputDescription,
1551
- ],
1552
- ];
1553
- export var ReplicaGlobalSecondaryIndexSettingsDescription = [
1554
- 3,
1555
- n0,
1556
- _RGSISD,
1692
+ [0, () => ProvisionedThroughputOverride$, () => OnDemandThroughputOverride$, () => GlobalSecondaryIndexWarmThroughputDescription$]
1693
+ ];
1694
+ export var ReplicaGlobalSecondaryIndexSettingsDescription$ = [3, n0, _RGSISD,
1557
1695
  0,
1558
1696
  [_IN, _IS, _PRCU, _PRCASS, _PWCU, _PWCASS],
1559
- [0, 0, 1, () => AutoScalingSettingsDescription, 1, () => AutoScalingSettingsDescription],
1697
+ [0, 0, 1, () => AutoScalingSettingsDescription$, 1, () => AutoScalingSettingsDescription$], 1
1560
1698
  ];
1561
- export var ReplicaGlobalSecondaryIndexSettingsUpdate = [
1562
- 3,
1563
- n0,
1564
- _RGSISU,
1699
+ export var ReplicaGlobalSecondaryIndexSettingsUpdate$ = [3, n0, _RGSISU,
1565
1700
  0,
1566
1701
  [_IN, _PRCU, _PRCASSU],
1567
- [0, 1, () => AutoScalingSettingsUpdate],
1702
+ [0, 1, () => AutoScalingSettingsUpdate$], 1
1568
1703
  ];
1569
- export var ReplicaNotFoundException = [-3, n0, _RNFE, { [_e]: _c }, [_m], [0]];
1570
- TypeRegistry.for(n0).registerError(ReplicaNotFoundException, __ReplicaNotFoundException);
1571
- export var ReplicaSettingsDescription = [
1572
- 3,
1573
- n0,
1574
- _RSDe,
1704
+ export var ReplicaSettingsDescription$ = [3, n0, _RSDe,
1575
1705
  0,
1576
1706
  [_RN, _RSe, _RBMS, _RPRCU, _RPRCASS, _RPWCU, _RPWCASS, _RGSIS, _RTCS],
1577
- [
1578
- 0,
1579
- 0,
1580
- () => BillingModeSummary,
1581
- 1,
1582
- () => AutoScalingSettingsDescription,
1583
- 1,
1584
- () => AutoScalingSettingsDescription,
1585
- () => ReplicaGlobalSecondaryIndexSettingsDescriptionList,
1586
- () => TableClassSummary,
1587
- ],
1588
- ];
1589
- export var ReplicaSettingsUpdate = [
1590
- 3,
1591
- n0,
1592
- _RSU,
1707
+ [0, 0, () => BillingModeSummary$, 1, () => AutoScalingSettingsDescription$, 1, () => AutoScalingSettingsDescription$, () => ReplicaGlobalSecondaryIndexSettingsDescriptionList, () => TableClassSummary$], 1
1708
+ ];
1709
+ export var ReplicaSettingsUpdate$ = [3, n0, _RSU,
1593
1710
  0,
1594
1711
  [_RN, _RPRCU, _RPRCASSU, _RGSISU, _RTC],
1595
- [0, 1, () => AutoScalingSettingsUpdate, () => ReplicaGlobalSecondaryIndexSettingsUpdateList, 0],
1712
+ [0, 1, () => AutoScalingSettingsUpdate$, () => ReplicaGlobalSecondaryIndexSettingsUpdateList, 0], 1
1596
1713
  ];
1597
- export var ReplicatedWriteConflictException = [-3, n0, _RWCE, { [_e]: _c }, [_m], [0]];
1598
- TypeRegistry.for(n0).registerError(ReplicatedWriteConflictException, __ReplicatedWriteConflictException);
1599
- export var ReplicationGroupUpdate = [
1600
- 3,
1601
- n0,
1602
- _RGU,
1714
+ export var ReplicationGroupUpdate$ = [3, n0, _RGU,
1603
1715
  0,
1604
1716
  [_Cr, _U, _De],
1605
- [
1606
- () => CreateReplicationGroupMemberAction,
1607
- () => UpdateReplicationGroupMemberAction,
1608
- () => DeleteReplicationGroupMemberAction,
1609
- ],
1717
+ [() => CreateReplicationGroupMemberAction$, () => UpdateReplicationGroupMemberAction$, () => DeleteReplicationGroupMemberAction$]
1610
1718
  ];
1611
- export var ReplicaUpdate = [
1612
- 3,
1613
- n0,
1614
- _RU,
1719
+ export var ReplicaUpdate$ = [3, n0, _RU,
1615
1720
  0,
1616
1721
  [_Cr, _De],
1617
- [() => CreateReplicaAction, () => DeleteReplicaAction],
1722
+ [() => CreateReplicaAction$, () => DeleteReplicaAction$]
1618
1723
  ];
1619
- export var RequestLimitExceeded = [
1620
- -3,
1621
- n0,
1622
- _RLE,
1623
- { [_e]: _c },
1624
- [_m, _TR],
1625
- [0, () => ThrottlingReasonList],
1626
- ];
1627
- TypeRegistry.for(n0).registerError(RequestLimitExceeded, __RequestLimitExceeded);
1628
- export var ResourceInUseException = [-3, n0, _RIUE, { [_e]: _c }, [_m], [0]];
1629
- TypeRegistry.for(n0).registerError(ResourceInUseException, __ResourceInUseException);
1630
- export var ResourceNotFoundException = [-3, n0, _RNFEe, { [_e]: _c }, [_m], [0]];
1631
- TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
1632
- export var RestoreSummary = [3, n0, _RSes, 0, [_SBA, _STA, _RDT, _RIP], [0, 0, 4, 2]];
1633
- export var RestoreTableFromBackupInput = [
1634
- 3,
1635
- n0,
1636
- _RTFBI,
1724
+ export var RestoreSummary$ = [3, n0, _RSes,
1725
+ 0,
1726
+ [_RDT, _RIP, _SBA, _STA],
1727
+ [4, 2, 0, 0], 2
1728
+ ];
1729
+ export var RestoreTableFromBackupInput$ = [3, n0, _RTFBI,
1637
1730
  0,
1638
1731
  [_TTN, _BA, _BMO, _GSIO, _LSIO, _PTO, _ODTO, _SSESO],
1639
- [
1640
- 0,
1641
- 0,
1642
- 0,
1643
- () => GlobalSecondaryIndexList,
1644
- () => LocalSecondaryIndexList,
1645
- () => ProvisionedThroughput,
1646
- () => OnDemandThroughput,
1647
- () => SSESpecification,
1648
- ],
1649
- ];
1650
- export var RestoreTableFromBackupOutput = [3, n0, _RTFBO, 0, [_TD], [() => TableDescription]];
1651
- export var RestoreTableToPointInTimeInput = [
1652
- 3,
1653
- n0,
1654
- _RTTPITI,
1655
- 0,
1656
- [_STA, _STN, _TTN, _ULRT, _RDT, _BMO, _GSIO, _LSIO, _PTO, _ODTO, _SSESO],
1657
- [
1658
- 0,
1659
- 0,
1660
- 0,
1661
- 2,
1662
- 4,
1663
- 0,
1664
- () => GlobalSecondaryIndexList,
1665
- () => LocalSecondaryIndexList,
1666
- () => ProvisionedThroughput,
1667
- () => OnDemandThroughput,
1668
- () => SSESpecification,
1669
- ],
1670
- ];
1671
- export var RestoreTableToPointInTimeOutput = [
1672
- 3,
1673
- n0,
1674
- _RTTPITO,
1732
+ [0, 0, 0, () => GlobalSecondaryIndexList, () => LocalSecondaryIndexList, () => ProvisionedThroughput$, () => OnDemandThroughput$, () => SSESpecification$], 2
1733
+ ];
1734
+ export var RestoreTableFromBackupOutput$ = [3, n0, _RTFBO,
1675
1735
  0,
1676
1736
  [_TD],
1677
- [() => TableDescription],
1678
- ];
1679
- export var S3BucketSource = [3, n0, _SBS, 0, [_SBO, _SB, _SKP], [0, 0, 0]];
1680
- export var ScanInput = [
1681
- 3,
1682
- n0,
1683
- _SI,
1684
- 0,
1685
- [_TN, _IN, _ATG, _L, _Se, _SF, _COo, _ESK, _RCC, _TSo, _Seg, _PE, _FEi, _EAN, _EAV, _CR],
1686
- [
1687
- 0,
1688
- 0,
1689
- 64 | 0,
1690
- 1,
1691
- 0,
1692
- () => FilterConditionMap,
1693
- 0,
1694
- () => Key,
1695
- 0,
1696
- 1,
1697
- 1,
1698
- 0,
1699
- 0,
1700
- 128 | 0,
1701
- () => ExpressionAttributeValueMap,
1702
- 2,
1703
- ],
1704
- ];
1705
- export var ScanOutput = [
1706
- 3,
1707
- n0,
1708
- _SO,
1737
+ [() => TableDescription$]
1738
+ ];
1739
+ export var RestoreTableToPointInTimeInput$ = [3, n0, _RTTPITI,
1740
+ 0,
1741
+ [_TTN, _STA, _STN, _ULRT, _RDT, _BMO, _GSIO, _LSIO, _PTO, _ODTO, _SSESO],
1742
+ [0, 0, 0, 2, 4, 0, () => GlobalSecondaryIndexList, () => LocalSecondaryIndexList, () => ProvisionedThroughput$, () => OnDemandThroughput$, () => SSESpecification$], 1
1743
+ ];
1744
+ export var RestoreTableToPointInTimeOutput$ = [3, n0, _RTTPITO,
1745
+ 0,
1746
+ [_TD],
1747
+ [() => TableDescription$]
1748
+ ];
1749
+ export var S3BucketSource$ = [3, n0, _SBS,
1750
+ 0,
1751
+ [_SB, _SBO, _SKP],
1752
+ [0, 0, 0], 1
1753
+ ];
1754
+ export var ScanInput$ = [3, n0, _SI,
1755
+ 0,
1756
+ [_TN, _IN, _ATG, _L, _Se, _SF, _COo, _ESK, _RCC, _TSo, _Seg, _PE, _FEi, _EAN, _EAV, _CRo],
1757
+ [0, 0, 64 | 0, 1, 0, () => FilterConditionMap, 0, () => Key, 0, 1, 1, 0, 0, 128 | 0, () => ExpressionAttributeValueMap, 2], 1
1758
+ ];
1759
+ export var ScanOutput$ = [3, n0, _SO,
1709
1760
  0,
1710
1761
  [_It, _Cou, _SC, _LEK, _CC],
1711
- [() => ItemList, 1, 1, () => Key, () => ConsumedCapacity],
1762
+ [() => ItemList, 1, 1, () => Key, () => ConsumedCapacity$]
1712
1763
  ];
1713
- export var SourceTableDetails = [
1714
- 3,
1715
- n0,
1716
- _STD,
1764
+ export var SourceTableDetails$ = [3, n0, _STD,
1717
1765
  0,
1718
- [_TN, _TI, _TA, _TSB, _KS, _TCDT, _PT, _ODT, _IC, _BM],
1719
- [0, 0, 0, 1, () => KeySchema, 4, () => ProvisionedThroughput, () => OnDemandThroughput, 1, 0],
1766
+ [_TN, _TI, _KS, _TCDT, _PT, _TA, _TSB, _ODT, _IC, _BM],
1767
+ [0, 0, () => KeySchema, 4, () => ProvisionedThroughput$, 0, 1, () => OnDemandThroughput$, 1, 0], 5
1720
1768
  ];
1721
- export var SourceTableFeatureDetails = [
1722
- 3,
1723
- n0,
1724
- _STFD,
1769
+ export var SourceTableFeatureDetails$ = [3, n0, _STFD,
1725
1770
  0,
1726
1771
  [_LSI, _GSI, _SD, _TTLD, _SSED],
1727
- [
1728
- () => LocalSecondaryIndexes,
1729
- () => GlobalSecondaryIndexes,
1730
- () => StreamSpecification,
1731
- () => TimeToLiveDescription,
1732
- () => SSEDescription,
1733
- ],
1734
- ];
1735
- export var SSEDescription = [3, n0, _SSED, 0, [_Sta, _SSET, _KMSMKA, _IEDT], [0, 0, 0, 4]];
1736
- export var SSESpecification = [3, n0, _SSES, 0, [_Ena, _SSET, _KMSMKI], [2, 0, 0]];
1737
- export var StreamSpecification = [3, n0, _SS, 0, [_SE, _SVT], [2, 0]];
1738
- export var TableAlreadyExistsException = [-3, n0, _TAEE, { [_e]: _c }, [_m], [0]];
1739
- TypeRegistry.for(n0).registerError(TableAlreadyExistsException, __TableAlreadyExistsException);
1740
- export var TableAutoScalingDescription = [
1741
- 3,
1742
- n0,
1743
- _TASD,
1772
+ [() => LocalSecondaryIndexes, () => GlobalSecondaryIndexes, () => StreamSpecification$, () => TimeToLiveDescription$, () => SSEDescription$]
1773
+ ];
1774
+ export var SSEDescription$ = [3, n0, _SSED,
1775
+ 0,
1776
+ [_Sta, _SSET, _KMSMKA, _IEDT],
1777
+ [0, 0, 0, 4]
1778
+ ];
1779
+ export var SSESpecification$ = [3, n0, _SSES,
1780
+ 0,
1781
+ [_Ena, _SSET, _KMSMKI],
1782
+ [2, 0, 0]
1783
+ ];
1784
+ export var StreamSpecification$ = [3, n0, _SS,
1785
+ 0,
1786
+ [_SE, _SVT],
1787
+ [2, 0], 1
1788
+ ];
1789
+ export var TableAutoScalingDescription$ = [3, n0, _TASD,
1744
1790
  0,
1745
1791
  [_TN, _TSa, _Rep],
1746
- [0, 0, () => ReplicaAutoScalingDescriptionList],
1792
+ [0, 0, () => ReplicaAutoScalingDescriptionList]
1747
1793
  ];
1748
- export var TableClassSummary = [3, n0, _TCS, 0, [_TC, _LUDT], [0, 4]];
1749
- export var TableCreationParameters = [
1750
- 3,
1751
- n0,
1752
- _TCP,
1794
+ export var TableClassSummary$ = [3, n0, _TCS,
1795
+ 0,
1796
+ [_TC, _LUDT],
1797
+ [0, 4]
1798
+ ];
1799
+ export var TableCreationParameters$ = [3, n0, _TCP,
1753
1800
  0,
1754
1801
  [_TN, _ADt, _KS, _BM, _PT, _ODT, _SSES, _GSI],
1755
- [
1756
- 0,
1757
- () => AttributeDefinitions,
1758
- () => KeySchema,
1759
- 0,
1760
- () => ProvisionedThroughput,
1761
- () => OnDemandThroughput,
1762
- () => SSESpecification,
1763
- () => GlobalSecondaryIndexList,
1764
- ],
1765
- ];
1766
- export var TableDescription = [
1767
- 3,
1768
- n0,
1769
- _TD,
1770
- 0,
1771
- [
1772
- _ADt,
1773
- _TN,
1774
- _KS,
1775
- _TSa,
1776
- _CDT,
1777
- _PT,
1778
- _TSB,
1779
- _IC,
1780
- _TA,
1781
- _TI,
1782
- _BMS,
1783
- _LSI,
1784
- _GSI,
1785
- _SS,
1786
- _LSL,
1787
- _LSA,
1788
- _GTV,
1789
- _Rep,
1790
- _GTW,
1791
- _RSes,
1792
- _SSED,
1793
- _AS,
1794
- _TCS,
1795
- _DPE,
1796
- _ODT,
1797
- _WT,
1798
- _MRC,
1799
- ],
1800
- [
1801
- () => AttributeDefinitions,
1802
- 0,
1803
- () => KeySchema,
1804
- 0,
1805
- 4,
1806
- () => ProvisionedThroughputDescription,
1807
- 1,
1808
- 1,
1809
- 0,
1810
- 0,
1811
- () => BillingModeSummary,
1812
- () => LocalSecondaryIndexDescriptionList,
1813
- () => GlobalSecondaryIndexDescriptionList,
1814
- () => StreamSpecification,
1815
- 0,
1816
- 0,
1817
- 0,
1818
- () => ReplicaDescriptionList,
1819
- () => GlobalTableWitnessDescriptionList,
1820
- () => RestoreSummary,
1821
- () => SSEDescription,
1822
- () => ArchivalSummary,
1823
- () => TableClassSummary,
1824
- 2,
1825
- () => OnDemandThroughput,
1826
- () => TableWarmThroughputDescription,
1827
- 0,
1828
- ],
1829
- ];
1830
- export var TableInUseException = [-3, n0, _TIUE, { [_e]: _c }, [_m], [0]];
1831
- TypeRegistry.for(n0).registerError(TableInUseException, __TableInUseException);
1832
- export var TableNotFoundException = [-3, n0, _TNFE, { [_e]: _c }, [_m], [0]];
1833
- TypeRegistry.for(n0).registerError(TableNotFoundException, __TableNotFoundException);
1834
- export var TableWarmThroughputDescription = [3, n0, _TWTD, 0, [_RUPS, _WUPS, _Sta], [1, 1, 0]];
1835
- export var Tag = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
1836
- export var TagResourceInput = [3, n0, _TRI, 0, [_RA, _Ta], [0, () => TagList]];
1837
- export var ThrottlingException = [
1838
- -3,
1839
- n0,
1840
- _TE,
1841
- { [_e]: _c, [_hE]: 400, [_aQE]: [`Throttling`, 400] },
1842
- [_m, _tR],
1843
- [0, () => ThrottlingReasonList],
1844
- ];
1845
- TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
1846
- export var ThrottlingReason = [3, n0, _TRh, 0, [_r, _re], [0, 0]];
1847
- export var TimeToLiveDescription = [3, n0, _TTLD, 0, [_TTLS, _AN], [0, 0]];
1848
- export var TimeToLiveSpecification = [3, n0, _TTLSi, 0, [_Ena, _AN], [2, 0]];
1849
- export var TransactGetItem = [3, n0, _TGI, 0, [_G], [() => Get]];
1850
- export var TransactGetItemsInput = [
1851
- 3,
1852
- n0,
1853
- _TGII,
1802
+ [0, () => AttributeDefinitions, () => KeySchema, 0, () => ProvisionedThroughput$, () => OnDemandThroughput$, () => SSESpecification$, () => GlobalSecondaryIndexList], 3
1803
+ ];
1804
+ export var TableDescription$ = [3, n0, _TD,
1805
+ 0,
1806
+ [_ADt, _TN, _KS, _TSa, _CDT, _PT, _TSB, _IC, _TA, _TI, _BMS, _LSI, _GSI, _SS, _LSL, _LSA, _GTV, _Rep, _GTW, _GTSRM, _RSes, _SSED, _AS, _TCS, _DPE, _ODT, _WT, _MRC],
1807
+ [() => AttributeDefinitions, 0, () => KeySchema, 0, 4, () => ProvisionedThroughputDescription$, 1, 1, 0, 0, () => BillingModeSummary$, () => LocalSecondaryIndexDescriptionList, () => GlobalSecondaryIndexDescriptionList, () => StreamSpecification$, 0, 0, 0, () => ReplicaDescriptionList, () => GlobalTableWitnessDescriptionList, 0, () => RestoreSummary$, () => SSEDescription$, () => ArchivalSummary$, () => TableClassSummary$, 2, () => OnDemandThroughput$, () => TableWarmThroughputDescription$, 0]
1808
+ ];
1809
+ export var TableWarmThroughputDescription$ = [3, n0, _TWTD,
1810
+ 0,
1811
+ [_RUPS, _WUPS, _Sta],
1812
+ [1, 1, 0]
1813
+ ];
1814
+ export var Tag$ = [3, n0, _Tag,
1815
+ 0,
1816
+ [_K, _V],
1817
+ [0, 0], 2
1818
+ ];
1819
+ export var TagResourceInput$ = [3, n0, _TRI,
1820
+ 0,
1821
+ [_RA, _Ta],
1822
+ [0, () => TagList], 2
1823
+ ];
1824
+ export var ThrottlingReason$ = [3, n0, _TRh,
1825
+ 0,
1826
+ [_r, _re],
1827
+ [0, 0]
1828
+ ];
1829
+ export var TimeToLiveDescription$ = [3, n0, _TTLD,
1830
+ 0,
1831
+ [_TTLS, _AN],
1832
+ [0, 0]
1833
+ ];
1834
+ export var TimeToLiveSpecification$ = [3, n0, _TTLSi,
1835
+ 0,
1836
+ [_Ena, _AN],
1837
+ [2, 0], 2
1838
+ ];
1839
+ export var TransactGetItem$ = [3, n0, _TGI,
1840
+ 0,
1841
+ [_G],
1842
+ [() => Get$], 1
1843
+ ];
1844
+ export var TransactGetItemsInput$ = [3, n0, _TGII,
1854
1845
  0,
1855
1846
  [_TIr, _RCC],
1856
- [() => TransactGetItemList, 0],
1847
+ [() => TransactGetItemList, 0], 1
1857
1848
  ];
1858
- export var TransactGetItemsOutput = [
1859
- 3,
1860
- n0,
1861
- _TGIO,
1849
+ export var TransactGetItemsOutput$ = [3, n0, _TGIO,
1862
1850
  0,
1863
1851
  [_CC, _R],
1864
- [() => ConsumedCapacityMultiple, () => ItemResponseList],
1852
+ [() => ConsumedCapacityMultiple, () => ItemResponseList]
1865
1853
  ];
1866
- export var TransactionCanceledException = [
1867
- -3,
1868
- n0,
1869
- _TCE,
1870
- { [_e]: _c },
1871
- [_M, _CRan],
1872
- [0, () => CancellationReasonList],
1873
- ];
1874
- TypeRegistry.for(n0).registerError(TransactionCanceledException, __TransactionCanceledException);
1875
- export var TransactionConflictException = [-3, n0, _TCEr, { [_e]: _c }, [_m], [0]];
1876
- TypeRegistry.for(n0).registerError(TransactionConflictException, __TransactionConflictException);
1877
- export var TransactionInProgressException = [-3, n0, _TIPE, { [_e]: _c }, [_M], [0]];
1878
- TypeRegistry.for(n0).registerError(TransactionInProgressException, __TransactionInProgressException);
1879
- export var TransactWriteItem = [
1880
- 3,
1881
- n0,
1882
- _TWI,
1854
+ export var TransactWriteItem$ = [3, n0, _TWI,
1883
1855
  0,
1884
1856
  [_CCo, _Pu, _De, _U],
1885
- [() => ConditionCheck, () => Put, () => Delete, () => Update],
1857
+ [() => ConditionCheck$, () => Put$, () => Delete$, () => Update$]
1886
1858
  ];
1887
- export var TransactWriteItemsInput = [
1888
- 3,
1889
- n0,
1890
- _TWII,
1859
+ export var TransactWriteItemsInput$ = [3, n0, _TWII,
1891
1860
  0,
1892
1861
  [_TIr, _RCC, _RICM, _CRT],
1893
- [() => TransactWriteItemList, 0, 0, [0, 4]],
1862
+ [() => TransactWriteItemList, 0, 0, [0, 4]], 1
1894
1863
  ];
1895
- export var TransactWriteItemsOutput = [
1896
- 3,
1897
- n0,
1898
- _TWIO,
1864
+ export var TransactWriteItemsOutput$ = [3, n0, _TWIO,
1899
1865
  0,
1900
1866
  [_CC, _ICM],
1901
- [() => ConsumedCapacityMultiple, () => ItemCollectionMetricsPerTable],
1867
+ [() => ConsumedCapacityMultiple, () => ItemCollectionMetricsPerTable]
1902
1868
  ];
1903
- export var UntagResourceInput = [3, n0, _URI, 0, [_RA, _TK], [0, 64 | 0]];
1904
- export var Update = [
1905
- 3,
1906
- n0,
1907
- _U,
1869
+ export var UntagResourceInput$ = [3, n0, _URI,
1870
+ 0,
1871
+ [_RA, _TK],
1872
+ [0, 64 | 0], 2
1873
+ ];
1874
+ export var Update$ = [3, n0, _U,
1908
1875
  0,
1909
1876
  [_K, _UE, _TN, _CE, _EAN, _EAV, _RVOCCF],
1910
- [() => Key, 0, 0, 0, 128 | 0, () => ExpressionAttributeValueMap, 0],
1877
+ [() => Key, 0, 0, 0, 128 | 0, () => ExpressionAttributeValueMap, 0], 3
1911
1878
  ];
1912
- export var UpdateContinuousBackupsInput = [
1913
- 3,
1914
- n0,
1915
- _UCBI,
1879
+ export var UpdateContinuousBackupsInput$ = [3, n0, _UCBI,
1916
1880
  0,
1917
1881
  [_TN, _PITRSo],
1918
- [0, () => PointInTimeRecoverySpecification],
1882
+ [0, () => PointInTimeRecoverySpecification$], 2
1919
1883
  ];
1920
- export var UpdateContinuousBackupsOutput = [
1921
- 3,
1922
- n0,
1923
- _UCBO,
1884
+ export var UpdateContinuousBackupsOutput$ = [3, n0, _UCBO,
1924
1885
  0,
1925
1886
  [_CBD],
1926
- [() => ContinuousBackupsDescription],
1887
+ [() => ContinuousBackupsDescription$]
1927
1888
  ];
1928
- export var UpdateContributorInsightsInput = [
1929
- 3,
1930
- n0,
1931
- _UCII,
1889
+ export var UpdateContributorInsightsInput$ = [3, n0, _UCII,
1932
1890
  0,
1933
- [_TN, _IN, _CIA, _CIM],
1934
- [0, 0, 0, 0],
1891
+ [_TN, _CIA, _IN, _CIM],
1892
+ [0, 0, 0, 0], 2
1935
1893
  ];
1936
- export var UpdateContributorInsightsOutput = [
1937
- 3,
1938
- n0,
1939
- _UCIO,
1894
+ export var UpdateContributorInsightsOutput$ = [3, n0, _UCIO,
1940
1895
  0,
1941
1896
  [_TN, _IN, _CISo, _CIM],
1942
- [0, 0, 0, 0],
1897
+ [0, 0, 0, 0]
1943
1898
  ];
1944
- export var UpdateGlobalSecondaryIndexAction = [
1945
- 3,
1946
- n0,
1947
- _UGSIA,
1899
+ export var UpdateGlobalSecondaryIndexAction$ = [3, n0, _UGSIA,
1948
1900
  0,
1949
1901
  [_IN, _PT, _ODT, _WT],
1950
- [0, () => ProvisionedThroughput, () => OnDemandThroughput, () => WarmThroughput],
1902
+ [0, () => ProvisionedThroughput$, () => OnDemandThroughput$, () => WarmThroughput$], 1
1951
1903
  ];
1952
- export var UpdateGlobalTableInput = [
1953
- 3,
1954
- n0,
1955
- _UGTI,
1904
+ export var UpdateGlobalTableInput$ = [3, n0, _UGTI,
1956
1905
  0,
1957
1906
  [_GTN, _RUe],
1958
- [0, () => ReplicaUpdateList],
1907
+ [0, () => ReplicaUpdateList], 2
1959
1908
  ];
1960
- export var UpdateGlobalTableOutput = [3, n0, _UGTO, 0, [_GTD], [() => GlobalTableDescription]];
1961
- export var UpdateGlobalTableSettingsInput = [
1962
- 3,
1963
- n0,
1964
- _UGTSI,
1909
+ export var UpdateGlobalTableOutput$ = [3, n0, _UGTO,
1910
+ 0,
1911
+ [_GTD],
1912
+ [() => GlobalTableDescription$]
1913
+ ];
1914
+ export var UpdateGlobalTableSettingsInput$ = [3, n0, _UGTSI,
1965
1915
  0,
1966
1916
  [_GTN, _GTBM, _GTPWCU, _GTPWCASSU, _GTGSISU, _RSU],
1967
- [
1968
- 0,
1969
- 0,
1970
- 1,
1971
- () => AutoScalingSettingsUpdate,
1972
- () => GlobalTableGlobalSecondaryIndexSettingsUpdateList,
1973
- () => ReplicaSettingsUpdateList,
1974
- ],
1975
- ];
1976
- export var UpdateGlobalTableSettingsOutput = [
1977
- 3,
1978
- n0,
1979
- _UGTSO,
1917
+ [0, 0, 1, () => AutoScalingSettingsUpdate$, () => GlobalTableGlobalSecondaryIndexSettingsUpdateList, () => ReplicaSettingsUpdateList], 1
1918
+ ];
1919
+ export var UpdateGlobalTableSettingsOutput$ = [3, n0, _UGTSO,
1980
1920
  0,
1981
1921
  [_GTN, _RS],
1982
- [0, () => ReplicaSettingsDescriptionList],
1922
+ [0, () => ReplicaSettingsDescriptionList]
1983
1923
  ];
1984
- export var UpdateItemInput = [
1985
- 3,
1986
- n0,
1987
- _UII,
1924
+ export var UpdateItemInput$ = [3, n0, _UII,
1988
1925
  0,
1989
1926
  [_TN, _K, _AU, _Ex, _COo, _RV, _RCC, _RICM, _UE, _CE, _EAN, _EAV, _RVOCCF],
1990
- [
1991
- 0,
1992
- () => Key,
1993
- () => AttributeUpdates,
1994
- () => ExpectedAttributeMap,
1995
- 0,
1996
- 0,
1997
- 0,
1998
- 0,
1999
- 0,
2000
- 0,
2001
- 128 | 0,
2002
- () => ExpressionAttributeValueMap,
2003
- 0,
2004
- ],
2005
- ];
2006
- export var UpdateItemOutput = [
2007
- 3,
2008
- n0,
2009
- _UIO,
1927
+ [0, () => Key, () => AttributeUpdates, () => ExpectedAttributeMap, 0, 0, 0, 0, 0, 0, 128 | 0, () => ExpressionAttributeValueMap, 0], 2
1928
+ ];
1929
+ export var UpdateItemOutput$ = [3, n0, _UIO,
2010
1930
  0,
2011
1931
  [_At, _CC, _ICM],
2012
- [() => AttributeMap, () => ConsumedCapacity, () => ItemCollectionMetrics],
1932
+ [() => AttributeMap, () => ConsumedCapacity$, () => ItemCollectionMetrics$]
2013
1933
  ];
2014
- export var UpdateKinesisStreamingConfiguration = [3, n0, _UKSC, 0, [_ACDTP], [0]];
2015
- export var UpdateKinesisStreamingDestinationInput = [
2016
- 3,
2017
- n0,
2018
- _UKSDI,
1934
+ export var UpdateKinesisStreamingConfiguration$ = [3, n0, _UKSC,
1935
+ 0,
1936
+ [_ACDTP],
1937
+ [0]
1938
+ ];
1939
+ export var UpdateKinesisStreamingDestinationInput$ = [3, n0, _UKSDI,
2019
1940
  0,
2020
1941
  [_TN, _SA, _UKSC],
2021
- [0, 0, () => UpdateKinesisStreamingConfiguration],
1942
+ [0, 0, () => UpdateKinesisStreamingConfiguration$], 2
2022
1943
  ];
2023
- export var UpdateKinesisStreamingDestinationOutput = [
2024
- 3,
2025
- n0,
2026
- _UKSDO,
1944
+ export var UpdateKinesisStreamingDestinationOutput$ = [3, n0, _UKSDO,
2027
1945
  0,
2028
1946
  [_TN, _SA, _DS, _UKSC],
2029
- [0, 0, 0, () => UpdateKinesisStreamingConfiguration],
1947
+ [0, 0, 0, () => UpdateKinesisStreamingConfiguration$]
2030
1948
  ];
2031
- export var UpdateReplicationGroupMemberAction = [
2032
- 3,
2033
- n0,
2034
- _URGMA,
1949
+ export var UpdateReplicationGroupMemberAction$ = [3, n0, _URGMA,
2035
1950
  0,
2036
1951
  [_RN, _KMSMKI, _PTO, _ODTO, _GSI, _TCO],
2037
- [
2038
- 0,
2039
- 0,
2040
- () => ProvisionedThroughputOverride,
2041
- () => OnDemandThroughputOverride,
2042
- () => ReplicaGlobalSecondaryIndexList,
2043
- 0,
2044
- ],
2045
- ];
2046
- export var UpdateTableInput = [
2047
- 3,
2048
- n0,
2049
- _UTI,
2050
- 0,
2051
- [_ADt, _TN, _BM, _PT, _GSIUl, _SS, _SSES, _RUe, _TC, _DPE, _MRC, _GTWU, _ODT, _WT],
2052
- [
2053
- () => AttributeDefinitions,
2054
- 0,
2055
- 0,
2056
- () => ProvisionedThroughput,
2057
- () => GlobalSecondaryIndexUpdateList,
2058
- () => StreamSpecification,
2059
- () => SSESpecification,
2060
- () => ReplicationGroupUpdateList,
2061
- 0,
2062
- 2,
2063
- 0,
2064
- () => GlobalTableWitnessGroupUpdateList,
2065
- () => OnDemandThroughput,
2066
- () => WarmThroughput,
2067
- ],
2068
- ];
2069
- export var UpdateTableOutput = [3, n0, _UTO, 0, [_TD], [() => TableDescription]];
2070
- export var UpdateTableReplicaAutoScalingInput = [
2071
- 3,
2072
- n0,
2073
- _UTRASI,
2074
- 0,
2075
- [_GSIUl, _TN, _PWCASU, _RUe],
2076
- [
2077
- () => GlobalSecondaryIndexAutoScalingUpdateList,
2078
- 0,
2079
- () => AutoScalingSettingsUpdate,
2080
- () => ReplicaAutoScalingUpdateList,
2081
- ],
2082
- ];
2083
- export var UpdateTableReplicaAutoScalingOutput = [
2084
- 3,
2085
- n0,
2086
- _UTRASO,
1952
+ [0, 0, () => ProvisionedThroughputOverride$, () => OnDemandThroughputOverride$, () => ReplicaGlobalSecondaryIndexList, 0], 1
1953
+ ];
1954
+ export var UpdateTableInput$ = [3, n0, _UTI,
1955
+ 0,
1956
+ [_TN, _ADt, _BM, _PT, _GSIUl, _SS, _SSES, _RUe, _TC, _DPE, _MRC, _GTWU, _ODT, _WT, _GTSRM],
1957
+ [0, () => AttributeDefinitions, 0, () => ProvisionedThroughput$, () => GlobalSecondaryIndexUpdateList, () => StreamSpecification$, () => SSESpecification$, () => ReplicationGroupUpdateList, 0, 2, 0, () => GlobalTableWitnessGroupUpdateList, () => OnDemandThroughput$, () => WarmThroughput$, 0], 1
1958
+ ];
1959
+ export var UpdateTableOutput$ = [3, n0, _UTO,
1960
+ 0,
1961
+ [_TD],
1962
+ [() => TableDescription$]
1963
+ ];
1964
+ export var UpdateTableReplicaAutoScalingInput$ = [3, n0, _UTRASI,
1965
+ 0,
1966
+ [_TN, _GSIUl, _PWCASU, _RUe],
1967
+ [0, () => GlobalSecondaryIndexAutoScalingUpdateList, () => AutoScalingSettingsUpdate$, () => ReplicaAutoScalingUpdateList], 1
1968
+ ];
1969
+ export var UpdateTableReplicaAutoScalingOutput$ = [3, n0, _UTRASO,
2087
1970
  0,
2088
1971
  [_TASD],
2089
- [() => TableAutoScalingDescription],
1972
+ [() => TableAutoScalingDescription$]
2090
1973
  ];
2091
- export var UpdateTimeToLiveInput = [
2092
- 3,
2093
- n0,
2094
- _UTTLI,
1974
+ export var UpdateTimeToLiveInput$ = [3, n0, _UTTLI,
2095
1975
  0,
2096
1976
  [_TN, _TTLSi],
2097
- [0, () => TimeToLiveSpecification],
1977
+ [0, () => TimeToLiveSpecification$], 2
2098
1978
  ];
2099
- export var UpdateTimeToLiveOutput = [
2100
- 3,
2101
- n0,
2102
- _UTTLO,
1979
+ export var UpdateTimeToLiveOutput$ = [3, n0, _UTTLO,
2103
1980
  0,
2104
1981
  [_TTLSi],
2105
- [() => TimeToLiveSpecification],
2106
- ];
2107
- export var WarmThroughput = [3, n0, _WT, 0, [_RUPS, _WUPS], [1, 1]];
2108
- export var WriteRequest = [3, n0, _WR, 0, [_PR, _DR], [() => PutRequest, () => DeleteRequest]];
2109
- export var __Unit = "unit";
2110
- export var DynamoDBServiceException = [-3, _sm, "DynamoDBServiceException", 0, [], []];
2111
- TypeRegistry.for(_sm).registerError(DynamoDBServiceException, __DynamoDBServiceException);
2112
- export var AttributeDefinitions = [1, n0, _ADt, 0, () => AttributeDefinition];
2113
- export var AttributeNameList = 64 | 0;
2114
- export var AttributeValueList = [1, n0, _AVL, 0, () => AttributeValue];
2115
- export var AutoScalingPolicyDescriptionList = [1, n0, _ASPDL, 0, () => AutoScalingPolicyDescription];
2116
- export var BackupSummaries = [1, n0, _BSac, 0, () => BackupSummary];
2117
- export var BinarySetAttributeValue = 64 | 21;
2118
- export var CancellationReasonList = [1, n0, _CRL, 0, () => CancellationReason];
2119
- export var ConsumedCapacityMultiple = [1, n0, _CCM, 0, () => ConsumedCapacity];
2120
- export var ContributorInsightsRuleList = 64 | 0;
2121
- export var ContributorInsightsSummaries = [1, n0, _CISon, 0, () => ContributorInsightsSummary];
2122
- export var CsvHeaderList = 64 | 0;
2123
- export var Endpoints = [1, n0, _En, 0, () => Endpoint];
2124
- export var ExportSummaries = [1, n0, _ESxp, 0, () => ExportSummary];
2125
- export var GlobalSecondaryIndexAutoScalingUpdateList = [
2126
- 1,
2127
- n0,
2128
- _GSIASUL,
2129
- 0,
2130
- () => GlobalSecondaryIndexAutoScalingUpdate,
2131
- ];
2132
- export var GlobalSecondaryIndexDescriptionList = [
2133
- 1,
2134
- n0,
2135
- _GSIDL,
2136
- 0,
2137
- () => GlobalSecondaryIndexDescription,
2138
- ];
2139
- export var GlobalSecondaryIndexes = [1, n0, _GSI, 0, () => GlobalSecondaryIndexInfo];
2140
- export var GlobalSecondaryIndexList = [1, n0, _GSIL, 0, () => GlobalSecondaryIndex];
2141
- export var GlobalSecondaryIndexUpdateList = [1, n0, _GSIUL, 0, () => GlobalSecondaryIndexUpdate];
2142
- export var GlobalTableGlobalSecondaryIndexSettingsUpdateList = [
2143
- 1,
2144
- n0,
2145
- _GTGSISUL,
2146
- 0,
2147
- () => GlobalTableGlobalSecondaryIndexSettingsUpdate,
2148
- ];
2149
- export var GlobalTableList = [1, n0, _GTL, 0, () => GlobalTable];
2150
- export var GlobalTableWitnessDescriptionList = [
2151
- 1,
2152
- n0,
2153
- _GTWDL,
2154
- 0,
2155
- () => GlobalTableWitnessDescription,
2156
- ];
2157
- export var GlobalTableWitnessGroupUpdateList = [
2158
- 1,
2159
- n0,
2160
- _GTWGUL,
2161
- 0,
2162
- () => GlobalTableWitnessGroupUpdate,
2163
- ];
2164
- export var ImportSummaryList = [1, n0, _ISL, 0, () => ImportSummary];
2165
- export var ItemCollectionMetricsMultiple = [1, n0, _ICMM, 0, () => ItemCollectionMetrics];
2166
- export var ItemCollectionSizeEstimateRange = 64 | 1;
2167
- export var ItemList = [1, n0, _IL, 0, () => AttributeMap];
2168
- export var ItemResponseList = [1, n0, _IRL, 0, () => ItemResponse];
2169
- export var KeyList = [1, n0, _KL, 0, () => Key];
2170
- export var KeySchema = [1, n0, _KS, 0, () => KeySchemaElement];
2171
- export var KinesisDataStreamDestinations = [1, n0, _KDSD, 0, () => KinesisDataStreamDestination];
2172
- export var ListAttributeValue = [1, n0, _LAV, 0, () => AttributeValue];
2173
- export var LocalSecondaryIndexDescriptionList = [
2174
- 1,
2175
- n0,
2176
- _LSIDL,
2177
- 0,
2178
- () => LocalSecondaryIndexDescription,
2179
- ];
2180
- export var LocalSecondaryIndexes = [1, n0, _LSI, 0, () => LocalSecondaryIndexInfo];
2181
- export var LocalSecondaryIndexList = [1, n0, _LSIL, 0, () => LocalSecondaryIndex];
2182
- export var NonKeyAttributeNameList = 64 | 0;
2183
- export var NumberSetAttributeValue = 64 | 0;
2184
- export var ParameterizedStatements = [1, n0, _PSar, 0, () => ParameterizedStatement];
2185
- export var PartiQLBatchRequest = [1, n0, _PQLBR, 0, () => BatchStatementRequest];
2186
- export var PartiQLBatchResponse = [1, n0, _PQLBRa, 0, () => BatchStatementResponse];
2187
- export var PreparedStatementParameters = [1, n0, _PSP, 0, () => AttributeValue];
2188
- export var ReplicaAutoScalingDescriptionList = [
2189
- 1,
2190
- n0,
2191
- _RASDL,
2192
- 0,
2193
- () => ReplicaAutoScalingDescription,
2194
- ];
2195
- export var ReplicaAutoScalingUpdateList = [1, n0, _RASUL, 0, () => ReplicaAutoScalingUpdate];
2196
- export var ReplicaDescriptionList = [1, n0, _RDL, 0, () => ReplicaDescription];
2197
- export var ReplicaGlobalSecondaryIndexAutoScalingDescriptionList = [
2198
- 1,
2199
- n0,
2200
- _RGSIASDL,
2201
- 0,
2202
- () => ReplicaGlobalSecondaryIndexAutoScalingDescription,
2203
- ];
2204
- export var ReplicaGlobalSecondaryIndexAutoScalingUpdateList = [
2205
- 1,
2206
- n0,
2207
- _RGSIASUL,
2208
- 0,
2209
- () => ReplicaGlobalSecondaryIndexAutoScalingUpdate,
2210
- ];
2211
- export var ReplicaGlobalSecondaryIndexDescriptionList = [
2212
- 1,
2213
- n0,
2214
- _RGSIDL,
2215
- 0,
2216
- () => ReplicaGlobalSecondaryIndexDescription,
2217
- ];
2218
- export var ReplicaGlobalSecondaryIndexList = [1, n0, _RGSIL, 0, () => ReplicaGlobalSecondaryIndex];
2219
- export var ReplicaGlobalSecondaryIndexSettingsDescriptionList = [
2220
- 1,
2221
- n0,
2222
- _RGSISDL,
2223
- 0,
2224
- () => ReplicaGlobalSecondaryIndexSettingsDescription,
2225
- ];
2226
- export var ReplicaGlobalSecondaryIndexSettingsUpdateList = [
2227
- 1,
2228
- n0,
2229
- _RGSISUL,
2230
- 0,
2231
- () => ReplicaGlobalSecondaryIndexSettingsUpdate,
2232
- ];
2233
- export var ReplicaList = [1, n0, _RL, 0, () => Replica];
2234
- export var ReplicaSettingsDescriptionList = [1, n0, _RSDL, 0, () => ReplicaSettingsDescription];
2235
- export var ReplicaSettingsUpdateList = [1, n0, _RSUL, 0, () => ReplicaSettingsUpdate];
2236
- export var ReplicationGroupUpdateList = [1, n0, _RGUL, 0, () => ReplicationGroupUpdate];
2237
- export var ReplicaUpdateList = [1, n0, _RUL, 0, () => ReplicaUpdate];
2238
- export var StringSetAttributeValue = 64 | 0;
2239
- export var TableNameList = 64 | 0;
2240
- export var TagKeyList = 64 | 0;
2241
- export var TagList = [1, n0, _TL, 0, () => Tag];
2242
- export var ThrottlingReasonList = [1, n0, _TRL, 0, () => ThrottlingReason];
2243
- export var TransactGetItemList = [1, n0, _TGIL, 0, () => TransactGetItem];
2244
- export var TransactWriteItemList = [1, n0, _TWIL, 0, () => TransactWriteItem];
2245
- export var WriteRequests = [1, n0, _WRr, 0, () => WriteRequest];
2246
- export var AttributeMap = [2, n0, _AM, 0, 0, () => AttributeValue];
2247
- export var AttributeUpdates = [2, n0, _AU, 0, 0, () => AttributeValueUpdate];
2248
- export var BatchGetRequestMap = [2, n0, _BGRMa, 0, 0, () => KeysAndAttributes];
2249
- export var BatchGetResponseMap = [2, n0, _BGRM, 0, 0, () => ItemList];
2250
- export var BatchWriteItemRequestMap = [2, n0, _BWIRM, 0, 0, () => WriteRequests];
2251
- export var ExpectedAttributeMap = [2, n0, _EAM, 0, 0, () => ExpectedAttributeValue];
2252
- export var ExpressionAttributeNameMap = 128 | 0;
2253
- export var ExpressionAttributeValueMap = [2, n0, _EAVM, 0, 0, () => AttributeValue];
2254
- export var FilterConditionMap = [2, n0, _FCM, 0, 0, () => Condition];
2255
- export var ItemCollectionKeyAttributeMap = [2, n0, _ICKAM, 0, 0, () => AttributeValue];
2256
- export var ItemCollectionMetricsPerTable = [2, n0, _ICMPT, 0, 0, () => ItemCollectionMetricsMultiple];
2257
- export var Key = [2, n0, _K, 0, 0, () => AttributeValue];
2258
- export var KeyConditions = [2, n0, _KC, 0, 0, () => Condition];
2259
- export var MapAttributeValue = [2, n0, _MAV, 0, 0, () => AttributeValue];
2260
- export var PutItemInputAttributeMap = [2, n0, _PIIAM, 0, 0, () => AttributeValue];
2261
- export var SecondaryIndexesCapacityMap = [2, n0, _SICM, 0, 0, () => Capacity];
2262
- export var AttributeValue = [
2263
- 3,
2264
- n0,
2265
- _AV,
1982
+ [() => TimeToLiveSpecification$]
1983
+ ];
1984
+ export var WarmThroughput$ = [3, n0, _WT,
1985
+ 0,
1986
+ [_RUPS, _WUPS],
1987
+ [1, 1]
1988
+ ];
1989
+ export var WriteRequest$ = [3, n0, _WR,
1990
+ 0,
1991
+ [_PR, _DR],
1992
+ [() => PutRequest$, () => DeleteRequest$]
1993
+ ];
1994
+ var __Unit = "unit";
1995
+ var AttributeDefinitions = [1, n0, _ADt,
1996
+ 0, () => AttributeDefinition$
1997
+ ];
1998
+ var AttributeNameList = 64 | 0;
1999
+ var AttributeValueList = [1, n0, _AVL,
2000
+ 0, () => AttributeValue$
2001
+ ];
2002
+ var AutoScalingPolicyDescriptionList = [1, n0, _ASPDL,
2003
+ 0, () => AutoScalingPolicyDescription$
2004
+ ];
2005
+ var BackupSummaries = [1, n0, _BSac,
2006
+ 0, () => BackupSummary$
2007
+ ];
2008
+ var BinarySetAttributeValue = 64 | 21;
2009
+ var CancellationReasonList = [1, n0, _CRL,
2010
+ 0, () => CancellationReason$
2011
+ ];
2012
+ var ConsumedCapacityMultiple = [1, n0, _CCM,
2013
+ 0, () => ConsumedCapacity$
2014
+ ];
2015
+ var ContributorInsightsRuleList = 64 | 0;
2016
+ var ContributorInsightsSummaries = [1, n0, _CISon,
2017
+ 0, () => ContributorInsightsSummary$
2018
+ ];
2019
+ var CsvHeaderList = 64 | 0;
2020
+ var Endpoints = [1, n0, _En,
2021
+ 0, () => Endpoint$
2022
+ ];
2023
+ var ExportSummaries = [1, n0, _ESxp,
2024
+ 0, () => ExportSummary$
2025
+ ];
2026
+ var GlobalSecondaryIndexAutoScalingUpdateList = [1, n0, _GSIASUL,
2027
+ 0, () => GlobalSecondaryIndexAutoScalingUpdate$
2028
+ ];
2029
+ var GlobalSecondaryIndexDescriptionList = [1, n0, _GSIDL,
2030
+ 0, () => GlobalSecondaryIndexDescription$
2031
+ ];
2032
+ var GlobalSecondaryIndexes = [1, n0, _GSI,
2033
+ 0, () => GlobalSecondaryIndexInfo$
2034
+ ];
2035
+ var GlobalSecondaryIndexList = [1, n0, _GSIL,
2036
+ 0, () => GlobalSecondaryIndex$
2037
+ ];
2038
+ var GlobalSecondaryIndexUpdateList = [1, n0, _GSIUL,
2039
+ 0, () => GlobalSecondaryIndexUpdate$
2040
+ ];
2041
+ var GlobalTableGlobalSecondaryIndexSettingsUpdateList = [1, n0, _GTGSISUL,
2042
+ 0, () => GlobalTableGlobalSecondaryIndexSettingsUpdate$
2043
+ ];
2044
+ var GlobalTableList = [1, n0, _GTL,
2045
+ 0, () => GlobalTable$
2046
+ ];
2047
+ var GlobalTableWitnessDescriptionList = [1, n0, _GTWDL,
2048
+ 0, () => GlobalTableWitnessDescription$
2049
+ ];
2050
+ var GlobalTableWitnessGroupUpdateList = [1, n0, _GTWGUL,
2051
+ 0, () => GlobalTableWitnessGroupUpdate$
2052
+ ];
2053
+ var ImportSummaryList = [1, n0, _ISL,
2054
+ 0, () => ImportSummary$
2055
+ ];
2056
+ var ItemCollectionMetricsMultiple = [1, n0, _ICMM,
2057
+ 0, () => ItemCollectionMetrics$
2058
+ ];
2059
+ var ItemCollectionSizeEstimateRange = 64 | 1;
2060
+ var ItemList = [1, n0, _IL,
2061
+ 0, () => AttributeMap
2062
+ ];
2063
+ var ItemResponseList = [1, n0, _IRL,
2064
+ 0, () => ItemResponse$
2065
+ ];
2066
+ var KeyList = [1, n0, _KL,
2067
+ 0, () => Key
2068
+ ];
2069
+ var KeySchema = [1, n0, _KS,
2070
+ 0, () => KeySchemaElement$
2071
+ ];
2072
+ var KinesisDataStreamDestinations = [1, n0, _KDSD,
2073
+ 0, () => KinesisDataStreamDestination$
2074
+ ];
2075
+ var ListAttributeValue = [1, n0, _LAV,
2076
+ 0, () => AttributeValue$
2077
+ ];
2078
+ var LocalSecondaryIndexDescriptionList = [1, n0, _LSIDL,
2079
+ 0, () => LocalSecondaryIndexDescription$
2080
+ ];
2081
+ var LocalSecondaryIndexes = [1, n0, _LSI,
2082
+ 0, () => LocalSecondaryIndexInfo$
2083
+ ];
2084
+ var LocalSecondaryIndexList = [1, n0, _LSIL,
2085
+ 0, () => LocalSecondaryIndex$
2086
+ ];
2087
+ var NonKeyAttributeNameList = 64 | 0;
2088
+ var NumberSetAttributeValue = 64 | 0;
2089
+ var ParameterizedStatements = [1, n0, _PSar,
2090
+ 0, () => ParameterizedStatement$
2091
+ ];
2092
+ var PartiQLBatchRequest = [1, n0, _PQLBR,
2093
+ 0, () => BatchStatementRequest$
2094
+ ];
2095
+ var PartiQLBatchResponse = [1, n0, _PQLBRa,
2096
+ 0, () => BatchStatementResponse$
2097
+ ];
2098
+ var PreparedStatementParameters = [1, n0, _PSP,
2099
+ 0, () => AttributeValue$
2100
+ ];
2101
+ var ReplicaAutoScalingDescriptionList = [1, n0, _RASDL,
2102
+ 0, () => ReplicaAutoScalingDescription$
2103
+ ];
2104
+ var ReplicaAutoScalingUpdateList = [1, n0, _RASUL,
2105
+ 0, () => ReplicaAutoScalingUpdate$
2106
+ ];
2107
+ var ReplicaDescriptionList = [1, n0, _RDL,
2108
+ 0, () => ReplicaDescription$
2109
+ ];
2110
+ var ReplicaGlobalSecondaryIndexAutoScalingDescriptionList = [1, n0, _RGSIASDL,
2111
+ 0, () => ReplicaGlobalSecondaryIndexAutoScalingDescription$
2112
+ ];
2113
+ var ReplicaGlobalSecondaryIndexAutoScalingUpdateList = [1, n0, _RGSIASUL,
2114
+ 0, () => ReplicaGlobalSecondaryIndexAutoScalingUpdate$
2115
+ ];
2116
+ var ReplicaGlobalSecondaryIndexDescriptionList = [1, n0, _RGSIDL,
2117
+ 0, () => ReplicaGlobalSecondaryIndexDescription$
2118
+ ];
2119
+ var ReplicaGlobalSecondaryIndexList = [1, n0, _RGSIL,
2120
+ 0, () => ReplicaGlobalSecondaryIndex$
2121
+ ];
2122
+ var ReplicaGlobalSecondaryIndexSettingsDescriptionList = [1, n0, _RGSISDL,
2123
+ 0, () => ReplicaGlobalSecondaryIndexSettingsDescription$
2124
+ ];
2125
+ var ReplicaGlobalSecondaryIndexSettingsUpdateList = [1, n0, _RGSISUL,
2126
+ 0, () => ReplicaGlobalSecondaryIndexSettingsUpdate$
2127
+ ];
2128
+ var ReplicaList = [1, n0, _RL,
2129
+ 0, () => Replica$
2130
+ ];
2131
+ var ReplicaSettingsDescriptionList = [1, n0, _RSDL,
2132
+ 0, () => ReplicaSettingsDescription$
2133
+ ];
2134
+ var ReplicaSettingsUpdateList = [1, n0, _RSUL,
2135
+ 0, () => ReplicaSettingsUpdate$
2136
+ ];
2137
+ var ReplicationGroupUpdateList = [1, n0, _RGUL,
2138
+ 0, () => ReplicationGroupUpdate$
2139
+ ];
2140
+ var ReplicaUpdateList = [1, n0, _RUL,
2141
+ 0, () => ReplicaUpdate$
2142
+ ];
2143
+ var StringSetAttributeValue = 64 | 0;
2144
+ var TableNameList = 64 | 0;
2145
+ var TagKeyList = 64 | 0;
2146
+ var TagList = [1, n0, _TL,
2147
+ 0, () => Tag$
2148
+ ];
2149
+ var ThrottlingReasonList = [1, n0, _TRL,
2150
+ 0, () => ThrottlingReason$
2151
+ ];
2152
+ var TransactGetItemList = [1, n0, _TGIL,
2153
+ 0, () => TransactGetItem$
2154
+ ];
2155
+ var TransactWriteItemList = [1, n0, _TWIL,
2156
+ 0, () => TransactWriteItem$
2157
+ ];
2158
+ var WriteRequests = [1, n0, _WRr,
2159
+ 0, () => WriteRequest$
2160
+ ];
2161
+ var AttributeMap = [2, n0, _AM,
2162
+ 0, 0, () => AttributeValue$
2163
+ ];
2164
+ var AttributeUpdates = [2, n0, _AU,
2165
+ 0, 0, () => AttributeValueUpdate$
2166
+ ];
2167
+ var BatchGetRequestMap = [2, n0, _BGRMa,
2168
+ 0, 0, () => KeysAndAttributes$
2169
+ ];
2170
+ var BatchGetResponseMap = [2, n0, _BGRM,
2171
+ 0, 0, () => ItemList
2172
+ ];
2173
+ var BatchWriteItemRequestMap = [2, n0, _BWIRM,
2174
+ 0, 0, () => WriteRequests
2175
+ ];
2176
+ var ExpectedAttributeMap = [2, n0, _EAM,
2177
+ 0, 0, () => ExpectedAttributeValue$
2178
+ ];
2179
+ var ExpressionAttributeNameMap = 128 | 0;
2180
+ var ExpressionAttributeValueMap = [2, n0, _EAVM,
2181
+ 0, 0, () => AttributeValue$
2182
+ ];
2183
+ var FilterConditionMap = [2, n0, _FCM,
2184
+ 0, 0, () => Condition$
2185
+ ];
2186
+ var ItemCollectionKeyAttributeMap = [2, n0, _ICKAM,
2187
+ 0, 0, () => AttributeValue$
2188
+ ];
2189
+ var ItemCollectionMetricsPerTable = [2, n0, _ICMPT,
2190
+ 0, 0, () => ItemCollectionMetricsMultiple
2191
+ ];
2192
+ var Key = [2, n0, _K,
2193
+ 0, 0, () => AttributeValue$
2194
+ ];
2195
+ var KeyConditions = [2, n0, _KC,
2196
+ 0, 0, () => Condition$
2197
+ ];
2198
+ var MapAttributeValue = [2, n0, _MAV,
2199
+ 0, 0, () => AttributeValue$
2200
+ ];
2201
+ var PutItemInputAttributeMap = [2, n0, _PIIAM,
2202
+ 0, 0, () => AttributeValue$
2203
+ ];
2204
+ var SecondaryIndexesCapacityMap = [2, n0, _SICM,
2205
+ 0, 0, () => Capacity$
2206
+ ];
2207
+ export var AttributeValue$ = [4, n0, _AV,
2266
2208
  0,
2267
2209
  [_S_, _N, _B_, _SS_, _NS, _BS_, _M_, _L_, _NULL, _BOOL],
2268
- [0, 0, 21, 64 | 0, 64 | 0, 64 | 21, () => MapAttributeValue, () => ListAttributeValue, 2, 2],
2269
- ];
2270
- export var BatchExecuteStatement = [
2271
- 9,
2272
- n0,
2273
- _BES,
2274
- 0,
2275
- () => BatchExecuteStatementInput,
2276
- () => BatchExecuteStatementOutput,
2277
- ];
2278
- export var BatchGetItem = [9, n0, _BGI, 0, () => BatchGetItemInput, () => BatchGetItemOutput];
2279
- export var BatchWriteItem = [
2280
- 9,
2281
- n0,
2282
- _BWI,
2283
- 0,
2284
- () => BatchWriteItemInput,
2285
- () => BatchWriteItemOutput,
2286
- ];
2287
- export var CreateBackup = [9, n0, _CB, 0, () => CreateBackupInput, () => CreateBackupOutput];
2288
- export var CreateGlobalTable = [
2289
- 9,
2290
- n0,
2291
- _CGT,
2292
- 0,
2293
- () => CreateGlobalTableInput,
2294
- () => CreateGlobalTableOutput,
2295
- ];
2296
- export var CreateTable = [9, n0, _CTr, 0, () => CreateTableInput, () => CreateTableOutput];
2297
- export var DeleteBackup = [9, n0, _DB, 0, () => DeleteBackupInput, () => DeleteBackupOutput];
2298
- export var DeleteItem = [9, n0, _DI, 0, () => DeleteItemInput, () => DeleteItemOutput];
2299
- export var DeleteResourcePolicy = [
2300
- 9,
2301
- n0,
2302
- _DRP,
2303
- 0,
2304
- () => DeleteResourcePolicyInput,
2305
- () => DeleteResourcePolicyOutput,
2306
- ];
2307
- export var DeleteTable = [9, n0, _DT, 0, () => DeleteTableInput, () => DeleteTableOutput];
2308
- export var DescribeBackup = [
2309
- 9,
2310
- n0,
2311
- _DBe,
2312
- 0,
2313
- () => DescribeBackupInput,
2314
- () => DescribeBackupOutput,
2315
- ];
2316
- export var DescribeContinuousBackups = [
2317
- 9,
2318
- n0,
2319
- _DCB,
2320
- 0,
2321
- () => DescribeContinuousBackupsInput,
2322
- () => DescribeContinuousBackupsOutput,
2323
- ];
2324
- export var DescribeContributorInsights = [
2325
- 9,
2326
- n0,
2327
- _DCI,
2328
- 0,
2329
- () => DescribeContributorInsightsInput,
2330
- () => DescribeContributorInsightsOutput,
2331
- ];
2332
- export var DescribeEndpoints = [
2333
- 9,
2334
- n0,
2335
- _DE,
2336
- 0,
2337
- () => DescribeEndpointsRequest,
2338
- () => DescribeEndpointsResponse,
2339
- ];
2340
- export var DescribeExport = [
2341
- 9,
2342
- n0,
2343
- _DEe,
2344
- 0,
2345
- () => DescribeExportInput,
2346
- () => DescribeExportOutput,
2347
- ];
2348
- export var DescribeGlobalTable = [
2349
- 9,
2350
- n0,
2351
- _DGT,
2352
- 0,
2353
- () => DescribeGlobalTableInput,
2354
- () => DescribeGlobalTableOutput,
2355
- ];
2356
- export var DescribeGlobalTableSettings = [
2357
- 9,
2358
- n0,
2359
- _DGTS,
2360
- 0,
2361
- () => DescribeGlobalTableSettingsInput,
2362
- () => DescribeGlobalTableSettingsOutput,
2363
- ];
2364
- export var DescribeImport = [
2365
- 9,
2366
- n0,
2367
- _DIe,
2368
- 0,
2369
- () => DescribeImportInput,
2370
- () => DescribeImportOutput,
2371
- ];
2372
- export var DescribeKinesisStreamingDestination = [
2373
- 9,
2374
- n0,
2375
- _DKSD,
2376
- 0,
2377
- () => DescribeKinesisStreamingDestinationInput,
2378
- () => DescribeKinesisStreamingDestinationOutput,
2379
- ];
2380
- export var DescribeLimits = [
2381
- 9,
2382
- n0,
2383
- _DL,
2384
- 0,
2385
- () => DescribeLimitsInput,
2386
- () => DescribeLimitsOutput,
2387
- ];
2388
- export var DescribeTable = [9, n0, _DTe, 0, () => DescribeTableInput, () => DescribeTableOutput];
2389
- export var DescribeTableReplicaAutoScaling = [
2390
- 9,
2391
- n0,
2392
- _DTRAS,
2393
- 0,
2394
- () => DescribeTableReplicaAutoScalingInput,
2395
- () => DescribeTableReplicaAutoScalingOutput,
2396
- ];
2397
- export var DescribeTimeToLive = [
2398
- 9,
2399
- n0,
2400
- _DTTL,
2401
- 0,
2402
- () => DescribeTimeToLiveInput,
2403
- () => DescribeTimeToLiveOutput,
2404
- ];
2405
- export var DisableKinesisStreamingDestination = [
2406
- 9,
2407
- n0,
2408
- _DKSDi,
2409
- 0,
2410
- () => KinesisStreamingDestinationInput,
2411
- () => KinesisStreamingDestinationOutput,
2412
- ];
2413
- export var EnableKinesisStreamingDestination = [
2414
- 9,
2415
- n0,
2416
- _EKSD,
2417
- 0,
2418
- () => KinesisStreamingDestinationInput,
2419
- () => KinesisStreamingDestinationOutput,
2420
- ];
2421
- export var ExecuteStatement = [
2422
- 9,
2423
- n0,
2424
- _ESxe,
2425
- 0,
2426
- () => ExecuteStatementInput,
2427
- () => ExecuteStatementOutput,
2428
- ];
2429
- export var ExecuteTransaction = [
2430
- 9,
2431
- n0,
2432
- _ETxe,
2433
- 0,
2434
- () => ExecuteTransactionInput,
2435
- () => ExecuteTransactionOutput,
2436
- ];
2437
- export var ExportTableToPointInTime = [
2438
- 9,
2439
- n0,
2440
- _ETTPIT,
2441
- 0,
2442
- () => ExportTableToPointInTimeInput,
2443
- () => ExportTableToPointInTimeOutput,
2444
- ];
2445
- export var GetItem = [9, n0, _GI, 0, () => GetItemInput, () => GetItemOutput];
2446
- export var GetResourcePolicy = [
2447
- 9,
2448
- n0,
2449
- _GRP,
2450
- 0,
2451
- () => GetResourcePolicyInput,
2452
- () => GetResourcePolicyOutput,
2453
- ];
2454
- export var ImportTable = [9, n0, _IT, 0, () => ImportTableInput, () => ImportTableOutput];
2455
- export var ListBackups = [9, n0, _LB, 0, () => ListBackupsInput, () => ListBackupsOutput];
2456
- export var ListContributorInsights = [
2457
- 9,
2458
- n0,
2459
- _LCI,
2460
- 0,
2461
- () => ListContributorInsightsInput,
2462
- () => ListContributorInsightsOutput,
2463
- ];
2464
- export var ListExports = [9, n0, _LE, 0, () => ListExportsInput, () => ListExportsOutput];
2465
- export var ListGlobalTables = [
2466
- 9,
2467
- n0,
2468
- _LGT,
2469
- 0,
2470
- () => ListGlobalTablesInput,
2471
- () => ListGlobalTablesOutput,
2472
- ];
2473
- export var ListImports = [9, n0, _LI, 0, () => ListImportsInput, () => ListImportsOutput];
2474
- export var ListTables = [9, n0, _LT, 0, () => ListTablesInput, () => ListTablesOutput];
2475
- export var ListTagsOfResource = [
2476
- 9,
2477
- n0,
2478
- _LTOR,
2479
- 0,
2480
- () => ListTagsOfResourceInput,
2481
- () => ListTagsOfResourceOutput,
2482
- ];
2483
- export var PutItem = [9, n0, _PI, 0, () => PutItemInput, () => PutItemOutput];
2484
- export var PutResourcePolicy = [
2485
- 9,
2486
- n0,
2487
- _PRP,
2488
- 0,
2489
- () => PutResourcePolicyInput,
2490
- () => PutResourcePolicyOutput,
2491
- ];
2492
- export var Query = [9, n0, _Q, 0, () => QueryInput, () => QueryOutput];
2493
- export var RestoreTableFromBackup = [
2494
- 9,
2495
- n0,
2496
- _RTFB,
2497
- 0,
2498
- () => RestoreTableFromBackupInput,
2499
- () => RestoreTableFromBackupOutput,
2500
- ];
2501
- export var RestoreTableToPointInTime = [
2502
- 9,
2503
- n0,
2504
- _RTTPIT,
2505
- 0,
2506
- () => RestoreTableToPointInTimeInput,
2507
- () => RestoreTableToPointInTimeOutput,
2508
- ];
2509
- export var Scan = [9, n0, _Sc, 0, () => ScanInput, () => ScanOutput];
2510
- export var TagResource = [9, n0, _TRa, 0, () => TagResourceInput, () => __Unit];
2511
- export var TransactGetItems = [
2512
- 9,
2513
- n0,
2514
- _TGIr,
2515
- 0,
2516
- () => TransactGetItemsInput,
2517
- () => TransactGetItemsOutput,
2518
- ];
2519
- export var TransactWriteItems = [
2520
- 9,
2521
- n0,
2522
- _TWIr,
2523
- 0,
2524
- () => TransactWriteItemsInput,
2525
- () => TransactWriteItemsOutput,
2526
- ];
2527
- export var UntagResource = [9, n0, _UR, 0, () => UntagResourceInput, () => __Unit];
2528
- export var UpdateContinuousBackups = [
2529
- 9,
2530
- n0,
2531
- _UCB,
2532
- 0,
2533
- () => UpdateContinuousBackupsInput,
2534
- () => UpdateContinuousBackupsOutput,
2535
- ];
2536
- export var UpdateContributorInsights = [
2537
- 9,
2538
- n0,
2539
- _UCI,
2540
- 0,
2541
- () => UpdateContributorInsightsInput,
2542
- () => UpdateContributorInsightsOutput,
2543
- ];
2544
- export var UpdateGlobalTable = [
2545
- 9,
2546
- n0,
2547
- _UGT,
2548
- 0,
2549
- () => UpdateGlobalTableInput,
2550
- () => UpdateGlobalTableOutput,
2551
- ];
2552
- export var UpdateGlobalTableSettings = [
2553
- 9,
2554
- n0,
2555
- _UGTS,
2556
- 0,
2557
- () => UpdateGlobalTableSettingsInput,
2558
- () => UpdateGlobalTableSettingsOutput,
2559
- ];
2560
- export var UpdateItem = [9, n0, _UIp, 0, () => UpdateItemInput, () => UpdateItemOutput];
2561
- export var UpdateKinesisStreamingDestination = [
2562
- 9,
2563
- n0,
2564
- _UKSD,
2565
- 0,
2566
- () => UpdateKinesisStreamingDestinationInput,
2567
- () => UpdateKinesisStreamingDestinationOutput,
2568
- ];
2569
- export var UpdateTable = [9, n0, _UT, 0, () => UpdateTableInput, () => UpdateTableOutput];
2570
- export var UpdateTableReplicaAutoScaling = [
2571
- 9,
2572
- n0,
2573
- _UTRAS,
2574
- 0,
2575
- () => UpdateTableReplicaAutoScalingInput,
2576
- () => UpdateTableReplicaAutoScalingOutput,
2577
- ];
2578
- export var UpdateTimeToLive = [
2579
- 9,
2580
- n0,
2581
- _UTTL,
2582
- 0,
2583
- () => UpdateTimeToLiveInput,
2584
- () => UpdateTimeToLiveOutput,
2210
+ [0, 0, 21, 64 | 0, 64 | 0, 64 | 21, () => MapAttributeValue, () => ListAttributeValue, 2, 2]
2211
+ ];
2212
+ export var BatchExecuteStatement$ = [9, n0, _BES,
2213
+ 0, () => BatchExecuteStatementInput$, () => BatchExecuteStatementOutput$
2214
+ ];
2215
+ export var BatchGetItem$ = [9, n0, _BGI,
2216
+ 0, () => BatchGetItemInput$, () => BatchGetItemOutput$
2217
+ ];
2218
+ export var BatchWriteItem$ = [9, n0, _BWI,
2219
+ 0, () => BatchWriteItemInput$, () => BatchWriteItemOutput$
2220
+ ];
2221
+ export var CreateBackup$ = [9, n0, _CB,
2222
+ 0, () => CreateBackupInput$, () => CreateBackupOutput$
2223
+ ];
2224
+ export var CreateGlobalTable$ = [9, n0, _CGT,
2225
+ 0, () => CreateGlobalTableInput$, () => CreateGlobalTableOutput$
2226
+ ];
2227
+ export var CreateTable$ = [9, n0, _CTr,
2228
+ 0, () => CreateTableInput$, () => CreateTableOutput$
2229
+ ];
2230
+ export var DeleteBackup$ = [9, n0, _DB,
2231
+ 0, () => DeleteBackupInput$, () => DeleteBackupOutput$
2232
+ ];
2233
+ export var DeleteItem$ = [9, n0, _DI,
2234
+ 0, () => DeleteItemInput$, () => DeleteItemOutput$
2235
+ ];
2236
+ export var DeleteResourcePolicy$ = [9, n0, _DRP,
2237
+ 0, () => DeleteResourcePolicyInput$, () => DeleteResourcePolicyOutput$
2238
+ ];
2239
+ export var DeleteTable$ = [9, n0, _DT,
2240
+ 0, () => DeleteTableInput$, () => DeleteTableOutput$
2241
+ ];
2242
+ export var DescribeBackup$ = [9, n0, _DBe,
2243
+ 0, () => DescribeBackupInput$, () => DescribeBackupOutput$
2244
+ ];
2245
+ export var DescribeContinuousBackups$ = [9, n0, _DCB,
2246
+ 0, () => DescribeContinuousBackupsInput$, () => DescribeContinuousBackupsOutput$
2247
+ ];
2248
+ export var DescribeContributorInsights$ = [9, n0, _DCI,
2249
+ 0, () => DescribeContributorInsightsInput$, () => DescribeContributorInsightsOutput$
2250
+ ];
2251
+ export var DescribeEndpoints$ = [9, n0, _DE,
2252
+ 0, () => DescribeEndpointsRequest$, () => DescribeEndpointsResponse$
2253
+ ];
2254
+ export var DescribeExport$ = [9, n0, _DEe,
2255
+ 0, () => DescribeExportInput$, () => DescribeExportOutput$
2256
+ ];
2257
+ export var DescribeGlobalTable$ = [9, n0, _DGT,
2258
+ 0, () => DescribeGlobalTableInput$, () => DescribeGlobalTableOutput$
2259
+ ];
2260
+ export var DescribeGlobalTableSettings$ = [9, n0, _DGTS,
2261
+ 0, () => DescribeGlobalTableSettingsInput$, () => DescribeGlobalTableSettingsOutput$
2262
+ ];
2263
+ export var DescribeImport$ = [9, n0, _DIe,
2264
+ 0, () => DescribeImportInput$, () => DescribeImportOutput$
2265
+ ];
2266
+ export var DescribeKinesisStreamingDestination$ = [9, n0, _DKSD,
2267
+ 0, () => DescribeKinesisStreamingDestinationInput$, () => DescribeKinesisStreamingDestinationOutput$
2268
+ ];
2269
+ export var DescribeLimits$ = [9, n0, _DL,
2270
+ 0, () => DescribeLimitsInput$, () => DescribeLimitsOutput$
2271
+ ];
2272
+ export var DescribeTable$ = [9, n0, _DTe,
2273
+ 0, () => DescribeTableInput$, () => DescribeTableOutput$
2274
+ ];
2275
+ export var DescribeTableReplicaAutoScaling$ = [9, n0, _DTRAS,
2276
+ 0, () => DescribeTableReplicaAutoScalingInput$, () => DescribeTableReplicaAutoScalingOutput$
2277
+ ];
2278
+ export var DescribeTimeToLive$ = [9, n0, _DTTL,
2279
+ 0, () => DescribeTimeToLiveInput$, () => DescribeTimeToLiveOutput$
2280
+ ];
2281
+ export var DisableKinesisStreamingDestination$ = [9, n0, _DKSDi,
2282
+ 0, () => KinesisStreamingDestinationInput$, () => KinesisStreamingDestinationOutput$
2283
+ ];
2284
+ export var EnableKinesisStreamingDestination$ = [9, n0, _EKSD,
2285
+ 0, () => KinesisStreamingDestinationInput$, () => KinesisStreamingDestinationOutput$
2286
+ ];
2287
+ export var ExecuteStatement$ = [9, n0, _ESxe,
2288
+ 0, () => ExecuteStatementInput$, () => ExecuteStatementOutput$
2289
+ ];
2290
+ export var ExecuteTransaction$ = [9, n0, _ETxe,
2291
+ 0, () => ExecuteTransactionInput$, () => ExecuteTransactionOutput$
2292
+ ];
2293
+ export var ExportTableToPointInTime$ = [9, n0, _ETTPIT,
2294
+ 0, () => ExportTableToPointInTimeInput$, () => ExportTableToPointInTimeOutput$
2295
+ ];
2296
+ export var GetItem$ = [9, n0, _GI,
2297
+ 0, () => GetItemInput$, () => GetItemOutput$
2298
+ ];
2299
+ export var GetResourcePolicy$ = [9, n0, _GRP,
2300
+ 0, () => GetResourcePolicyInput$, () => GetResourcePolicyOutput$
2301
+ ];
2302
+ export var ImportTable$ = [9, n0, _IT,
2303
+ 0, () => ImportTableInput$, () => ImportTableOutput$
2304
+ ];
2305
+ export var ListBackups$ = [9, n0, _LB,
2306
+ 0, () => ListBackupsInput$, () => ListBackupsOutput$
2307
+ ];
2308
+ export var ListContributorInsights$ = [9, n0, _LCI,
2309
+ 0, () => ListContributorInsightsInput$, () => ListContributorInsightsOutput$
2310
+ ];
2311
+ export var ListExports$ = [9, n0, _LE,
2312
+ 0, () => ListExportsInput$, () => ListExportsOutput$
2313
+ ];
2314
+ export var ListGlobalTables$ = [9, n0, _LGT,
2315
+ 0, () => ListGlobalTablesInput$, () => ListGlobalTablesOutput$
2316
+ ];
2317
+ export var ListImports$ = [9, n0, _LI,
2318
+ 0, () => ListImportsInput$, () => ListImportsOutput$
2319
+ ];
2320
+ export var ListTables$ = [9, n0, _LT,
2321
+ 0, () => ListTablesInput$, () => ListTablesOutput$
2322
+ ];
2323
+ export var ListTagsOfResource$ = [9, n0, _LTOR,
2324
+ 0, () => ListTagsOfResourceInput$, () => ListTagsOfResourceOutput$
2325
+ ];
2326
+ export var PutItem$ = [9, n0, _PI,
2327
+ 0, () => PutItemInput$, () => PutItemOutput$
2328
+ ];
2329
+ export var PutResourcePolicy$ = [9, n0, _PRP,
2330
+ 0, () => PutResourcePolicyInput$, () => PutResourcePolicyOutput$
2331
+ ];
2332
+ export var Query$ = [9, n0, _Q,
2333
+ 0, () => QueryInput$, () => QueryOutput$
2334
+ ];
2335
+ export var RestoreTableFromBackup$ = [9, n0, _RTFB,
2336
+ 0, () => RestoreTableFromBackupInput$, () => RestoreTableFromBackupOutput$
2337
+ ];
2338
+ export var RestoreTableToPointInTime$ = [9, n0, _RTTPIT,
2339
+ 0, () => RestoreTableToPointInTimeInput$, () => RestoreTableToPointInTimeOutput$
2340
+ ];
2341
+ export var Scan$ = [9, n0, _Sc,
2342
+ 0, () => ScanInput$, () => ScanOutput$
2343
+ ];
2344
+ export var TagResource$ = [9, n0, _TRa,
2345
+ 0, () => TagResourceInput$, () => __Unit
2346
+ ];
2347
+ export var TransactGetItems$ = [9, n0, _TGIr,
2348
+ 0, () => TransactGetItemsInput$, () => TransactGetItemsOutput$
2349
+ ];
2350
+ export var TransactWriteItems$ = [9, n0, _TWIr,
2351
+ 0, () => TransactWriteItemsInput$, () => TransactWriteItemsOutput$
2352
+ ];
2353
+ export var UntagResource$ = [9, n0, _UR,
2354
+ 0, () => UntagResourceInput$, () => __Unit
2355
+ ];
2356
+ export var UpdateContinuousBackups$ = [9, n0, _UCB,
2357
+ 0, () => UpdateContinuousBackupsInput$, () => UpdateContinuousBackupsOutput$
2358
+ ];
2359
+ export var UpdateContributorInsights$ = [9, n0, _UCI,
2360
+ 0, () => UpdateContributorInsightsInput$, () => UpdateContributorInsightsOutput$
2361
+ ];
2362
+ export var UpdateGlobalTable$ = [9, n0, _UGT,
2363
+ 0, () => UpdateGlobalTableInput$, () => UpdateGlobalTableOutput$
2364
+ ];
2365
+ export var UpdateGlobalTableSettings$ = [9, n0, _UGTS,
2366
+ 0, () => UpdateGlobalTableSettingsInput$, () => UpdateGlobalTableSettingsOutput$
2367
+ ];
2368
+ export var UpdateItem$ = [9, n0, _UIp,
2369
+ 0, () => UpdateItemInput$, () => UpdateItemOutput$
2370
+ ];
2371
+ export var UpdateKinesisStreamingDestination$ = [9, n0, _UKSD,
2372
+ 0, () => UpdateKinesisStreamingDestinationInput$, () => UpdateKinesisStreamingDestinationOutput$
2373
+ ];
2374
+ export var UpdateTable$ = [9, n0, _UT,
2375
+ 0, () => UpdateTableInput$, () => UpdateTableOutput$
2376
+ ];
2377
+ export var UpdateTableReplicaAutoScaling$ = [9, n0, _UTRAS,
2378
+ 0, () => UpdateTableReplicaAutoScalingInput$, () => UpdateTableReplicaAutoScalingOutput$
2379
+ ];
2380
+ export var UpdateTimeToLive$ = [9, n0, _UTTL,
2381
+ 0, () => UpdateTimeToLiveInput$, () => UpdateTimeToLiveOutput$
2585
2382
  ];