@gemeentenijmegen/webapp 1.1.13 → 1.1.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2148) hide show
  1. package/.jsii +12 -12
  2. package/.nvmrc +1 -0
  3. package/API.md +44 -0
  4. package/assets/webapp/auth/auth.lambda/index.js +1 -1
  5. package/assets/webapp/login/login.lambda/index.js +1 -1
  6. package/assets/webapp/logout/logout.lambda/index.js +1 -1
  7. package/lib/webapp/Criticality.js +1 -1
  8. package/lib/webapp/Webapp.js +1 -1
  9. package/lib/webapp/Webpage.js +1 -1
  10. package/lib/webapp/auth/auth.lambda.d.ts +1 -1
  11. package/lib/webapp/auth/auth.lambda.js +2 -2
  12. package/lib/webapp/login/login.lambda.d.ts +1 -1
  13. package/lib/webapp/login/login.lambda.js +2 -2
  14. package/lib/webapp/logout/logout.lambda.js +2 -2
  15. package/lib/webapp/util/Files.js +1 -1
  16. package/node_modules/@aws/lambda-invoke-store/dist-cjs/invoke-store.js +3 -3
  17. package/node_modules/@aws/lambda-invoke-store/dist-es/invoke-store.js +3 -3
  18. package/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.d.ts +4 -5
  19. package/node_modules/@aws/lambda-invoke-store/package.json +1 -1
  20. package/node_modules/@aws-sdk/client-dynamodb/README.md +25 -107
  21. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
  22. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/endpoint/ruleset.js +1 -1
  23. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/index.js +355 -3196
  24. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/models/DynamoDBServiceException.js +12 -0
  25. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/models/errors.js +478 -0
  26. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.browser.js +1 -2
  27. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.js +2 -4
  28. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.shared.js +10 -7
  29. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/schemas/schemas_0.js +2390 -0
  30. package/node_modules/@aws-sdk/client-dynamodb/dist-es/DynamoDB.js +29 -1
  31. package/node_modules/@aws-sdk/client-dynamodb/dist-es/DynamoDBClient.js +1 -3
  32. package/node_modules/@aws-sdk/client-dynamodb/dist-es/auth/httpAuthSchemeProvider.js +3 -4
  33. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchExecuteStatementCommand.js +2 -2
  34. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchGetItemCommand.js +2 -2
  35. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchWriteItemCommand.js +2 -2
  36. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateBackupCommand.js +2 -2
  37. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateGlobalTableCommand.js +2 -2
  38. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateTableCommand.js +2 -2
  39. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteBackupCommand.js +2 -2
  40. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteItemCommand.js +2 -2
  41. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
  42. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteTableCommand.js +2 -2
  43. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeBackupCommand.js +2 -2
  44. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeContinuousBackupsCommand.js +2 -2
  45. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeContributorInsightsCommand.js +2 -2
  46. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeEndpointsCommand.js +2 -2
  47. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeExportCommand.js +2 -2
  48. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeGlobalTableCommand.js +2 -2
  49. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeGlobalTableSettingsCommand.js +2 -2
  50. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeImportCommand.js +2 -2
  51. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeKinesisStreamingDestinationCommand.js +2 -2
  52. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeLimitsCommand.js +2 -2
  53. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTableCommand.js +2 -2
  54. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTableReplicaAutoScalingCommand.js +2 -2
  55. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTimeToLiveCommand.js +2 -2
  56. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DisableKinesisStreamingDestinationCommand.js +2 -2
  57. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/EnableKinesisStreamingDestinationCommand.js +2 -2
  58. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ExecuteStatementCommand.js +2 -2
  59. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ExecuteTransactionCommand.js +2 -2
  60. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ExportTableToPointInTimeCommand.js +2 -2
  61. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/GetItemCommand.js +2 -2
  62. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/GetResourcePolicyCommand.js +2 -2
  63. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ImportTableCommand.js +2 -2
  64. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListBackupsCommand.js +2 -2
  65. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListContributorInsightsCommand.js +2 -2
  66. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListExportsCommand.js +2 -2
  67. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListGlobalTablesCommand.js +2 -2
  68. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListImportsCommand.js +2 -2
  69. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListTablesCommand.js +2 -2
  70. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListTagsOfResourceCommand.js +2 -2
  71. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/PutItemCommand.js +2 -2
  72. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/PutResourcePolicyCommand.js +2 -2
  73. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/QueryCommand.js +2 -2
  74. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/RestoreTableFromBackupCommand.js +2 -2
  75. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/RestoreTableToPointInTimeCommand.js +2 -2
  76. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ScanCommand.js +2 -2
  77. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TagResourceCommand.js +2 -2
  78. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TransactGetItemsCommand.js +3 -6
  79. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TransactWriteItemsCommand.js +3 -6
  80. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UntagResourceCommand.js +2 -2
  81. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateContinuousBackupsCommand.js +2 -2
  82. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateContributorInsightsCommand.js +2 -2
  83. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateGlobalTableCommand.js +2 -2
  84. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateGlobalTableSettingsCommand.js +2 -2
  85. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateItemCommand.js +2 -2
  86. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateKinesisStreamingDestinationCommand.js +2 -2
  87. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTableCommand.js +2 -2
  88. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTableReplicaAutoScalingCommand.js +2 -2
  89. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTimeToLiveCommand.js +2 -2
  90. package/node_modules/@aws-sdk/client-dynamodb/dist-es/endpoint/ruleset.js +1 -1
  91. package/node_modules/@aws-sdk/client-dynamodb/dist-es/index.js +2 -0
  92. package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/enums.js +5 -0
  93. package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.browser.js +1 -2
  94. package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.js +4 -6
  95. package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.shared.js +10 -7
  96. package/node_modules/@aws-sdk/client-dynamodb/dist-es/schemas/schemas_0.js +1430 -1634
  97. package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/index.js +4 -0
  98. package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForContributorInsightsEnabled.js +40 -0
  99. package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForExportCompleted.js +40 -0
  100. package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForImportCompleted.js +49 -0
  101. package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForKinesisStreamingDestinationActive.js +49 -0
  102. package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForTableExists.js +1 -1
  103. package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForTableNotExists.js +1 -1
  104. package/node_modules/@aws-sdk/client-dynamodb/dist-types/DynamoDB.d.ts +80 -1
  105. package/node_modules/@aws-sdk/client-dynamodb/dist-types/DynamoDBClient.d.ts +1 -10
  106. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateGlobalTableCommand.d.ts +1 -0
  107. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateTableCommand.d.ts +6 -2
  108. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteTableCommand.d.ts +2 -0
  109. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableCommand.d.ts +1 -0
  110. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableCommand.d.ts +2 -0
  111. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteTransactionCommand.d.ts +2 -3
  112. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListExportsCommand.d.ts +1 -1
  113. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutItemCommand.d.ts +5 -0
  114. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableFromBackupCommand.d.ts +2 -0
  115. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +2 -0
  116. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactGetItemsCommand.d.ts +2 -3
  117. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactWriteItemsCommand.d.ts +2 -3
  118. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableCommand.d.ts +1 -0
  119. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableCommand.d.ts +3 -0
  120. package/node_modules/@aws-sdk/client-dynamodb/dist-types/index.d.ts +2 -1
  121. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/enums.d.ts +13 -0
  122. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/errors.d.ts +2 -3
  123. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts +86 -12
  124. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.browser.d.ts +6 -2
  125. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.d.ts +6 -2
  126. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.native.d.ts +6 -2
  127. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.shared.d.ts +6 -1
  128. package/node_modules/@aws-sdk/client-dynamodb/dist-types/schemas/schemas_0.d.ts +325 -397
  129. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/DynamoDB.d.ts +103 -1
  130. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/DynamoDBClient.d.ts +1 -5
  131. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/index.d.ts +1 -0
  132. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/enums.d.ts +7 -0
  133. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_0.d.ts +16 -2
  134. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  135. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  136. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  137. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  138. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/schemas/schemas_0.d.ts +320 -398
  139. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/index.d.ts +4 -0
  140. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/waitForContributorInsightsEnabled.d.ts +11 -0
  141. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/waitForExportCompleted.d.ts +11 -0
  142. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/waitForImportCompleted.d.ts +11 -0
  143. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/waitForKinesisStreamingDestinationActive.d.ts +11 -0
  144. package/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/index.d.ts +4 -0
  145. package/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitForContributorInsightsEnabled.d.ts +14 -0
  146. package/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitForExportCompleted.d.ts +14 -0
  147. package/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitForImportCompleted.d.ts +14 -0
  148. package/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitForKinesisStreamingDestinationActive.d.ts +14 -0
  149. package/node_modules/@aws-sdk/client-dynamodb/package.json +56 -50
  150. package/node_modules/@aws-sdk/client-s3/README.md +31 -154
  151. package/node_modules/@aws-sdk/client-s3/dist-cjs/auth/httpAuthSchemeProvider.js +8 -9
  152. package/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +1 -1
  153. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +492 -5897
  154. package/node_modules/@aws-sdk/client-s3/dist-cjs/models/S3ServiceException.js +12 -0
  155. package/node_modules/@aws-sdk/client-s3/dist-cjs/models/errors.js +203 -0
  156. package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.browser.js +1 -2
  157. package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +4 -8
  158. package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +9 -5
  159. package/node_modules/@aws-sdk/client-s3/dist-cjs/schemas/schemas_0.js +3258 -0
  160. package/node_modules/@aws-sdk/client-s3/dist-es/S3.js +23 -1
  161. package/node_modules/@aws-sdk/client-s3/dist-es/auth/httpAuthSchemeProvider.js +8 -9
  162. package/node_modules/@aws-sdk/client-s3/dist-es/commands/AbortMultipartUploadCommand.js +6 -3
  163. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CompleteMultipartUploadCommand.js +2 -2
  164. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CopyObjectCommand.js +2 -2
  165. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketCommand.js +2 -2
  166. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataConfigurationCommand.js +3 -3
  167. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataTableConfigurationCommand.js +3 -3
  168. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateMultipartUploadCommand.js +2 -2
  169. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateSessionCommand.js +6 -3
  170. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketAnalyticsConfigurationCommand.js +2 -2
  171. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCommand.js +2 -2
  172. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCorsCommand.js +2 -2
  173. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketEncryptionCommand.js +2 -2
  174. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +2 -2
  175. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketInventoryConfigurationCommand.js +2 -2
  176. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketLifecycleCommand.js +2 -2
  177. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataConfigurationCommand.js +2 -2
  178. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataTableConfigurationCommand.js +2 -2
  179. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetricsConfigurationCommand.js +2 -2
  180. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketOwnershipControlsCommand.js +2 -2
  181. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketPolicyCommand.js +2 -2
  182. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketReplicationCommand.js +2 -2
  183. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketTaggingCommand.js +2 -2
  184. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketWebsiteCommand.js +2 -2
  185. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectCommand.js +6 -3
  186. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectTaggingCommand.js +6 -3
  187. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +3 -3
  188. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeletePublicAccessBlockCommand.js +2 -2
  189. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAbacCommand.js +6 -3
  190. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +6 -3
  191. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAclCommand.js +6 -3
  192. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +6 -3
  193. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketCorsCommand.js +6 -3
  194. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketEncryptionCommand.js +6 -3
  195. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +6 -3
  196. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketInventoryConfigurationCommand.js +6 -3
  197. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +6 -3
  198. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLocationCommand.js +6 -3
  199. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLoggingCommand.js +6 -3
  200. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataConfigurationCommand.js +6 -3
  201. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataTableConfigurationCommand.js +6 -3
  202. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetricsConfigurationCommand.js +6 -3
  203. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketNotificationConfigurationCommand.js +6 -3
  204. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketOwnershipControlsCommand.js +6 -3
  205. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyCommand.js +6 -3
  206. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyStatusCommand.js +6 -3
  207. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketReplicationCommand.js +6 -3
  208. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketRequestPaymentCommand.js +6 -3
  209. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketTaggingCommand.js +6 -3
  210. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketVersioningCommand.js +6 -3
  211. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketWebsiteCommand.js +6 -3
  212. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAclCommand.js +6 -3
  213. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAttributesCommand.js +2 -2
  214. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +4 -4
  215. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLegalHoldCommand.js +6 -3
  216. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLockConfigurationCommand.js +6 -3
  217. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectRetentionCommand.js +6 -3
  218. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTaggingCommand.js +6 -3
  219. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTorrentCommand.js +2 -2
  220. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetPublicAccessBlockCommand.js +6 -3
  221. package/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadBucketCommand.js +6 -3
  222. package/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadObjectCommand.js +2 -2
  223. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +6 -3
  224. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +6 -3
  225. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +6 -3
  226. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +6 -3
  227. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketsCommand.js +6 -3
  228. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListDirectoryBucketsCommand.js +6 -3
  229. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListMultipartUploadsCommand.js +6 -3
  230. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectVersionsCommand.js +6 -3
  231. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsCommand.js +6 -3
  232. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsV2Command.js +6 -3
  233. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListPartsCommand.js +2 -2
  234. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAbacCommand.js +3 -3
  235. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +3 -3
  236. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +3 -3
  237. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAnalyticsConfigurationCommand.js +2 -2
  238. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +3 -3
  239. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +3 -3
  240. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketIntelligentTieringConfigurationCommand.js +2 -2
  241. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketInventoryConfigurationCommand.js +2 -2
  242. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +3 -3
  243. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +3 -3
  244. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketMetricsConfigurationCommand.js +2 -2
  245. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketNotificationConfigurationCommand.js +2 -2
  246. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +3 -3
  247. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +3 -3
  248. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +3 -3
  249. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +3 -3
  250. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +3 -3
  251. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +3 -3
  252. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +3 -3
  253. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +3 -3
  254. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +3 -3
  255. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +3 -3
  256. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +3 -3
  257. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +3 -3
  258. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +3 -3
  259. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +3 -3
  260. package/node_modules/@aws-sdk/client-s3/dist-es/commands/RenameObjectCommand.js +6 -3
  261. package/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +3 -3
  262. package/node_modules/@aws-sdk/client-s3/dist-es/commands/SelectObjectContentCommand.js +2 -2
  263. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.js +3 -3
  264. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataJournalTableConfigurationCommand.js +3 -3
  265. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateObjectEncryptionCommand.js +28 -0
  266. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +3 -3
  267. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCopyCommand.js +2 -2
  268. package/node_modules/@aws-sdk/client-s3/dist-es/commands/WriteGetObjectResponseCommand.js +2 -2
  269. package/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +1 -0
  270. package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/EndpointParameters.js +2 -0
  271. package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +1 -1
  272. package/node_modules/@aws-sdk/client-s3/dist-es/index.js +3 -0
  273. package/node_modules/@aws-sdk/client-s3/dist-es/models/enums.js +5 -0
  274. package/node_modules/@aws-sdk/client-s3/dist-es/models/errors.js +12 -0
  275. package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.browser.js +1 -2
  276. package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js +6 -10
  277. package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +9 -5
  278. package/node_modules/@aws-sdk/client-s3/dist-es/schemas/schemas_0.js +1757 -3928
  279. package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForBucketExists.js +1 -1
  280. package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForBucketNotExists.js +1 -1
  281. package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForObjectExists.js +1 -1
  282. package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForObjectNotExists.js +1 -1
  283. package/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +61 -1
  284. package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +4 -12
  285. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +5 -4
  286. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +9 -0
  287. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +0 -1
  288. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +1 -1
  289. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +0 -1
  290. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +5 -4
  291. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +1 -1
  292. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
  293. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +2 -2
  294. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +25 -15
  295. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateObjectEncryptionCommand.d.ts +259 -0
  296. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +5 -4
  297. package/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +1 -0
  298. package/node_modules/@aws-sdk/client-s3/dist-types/endpoint/EndpointParameters.d.ts +3 -0
  299. package/node_modules/@aws-sdk/client-s3/dist-types/index.d.ts +3 -2
  300. package/node_modules/@aws-sdk/client-s3/dist-types/models/enums.d.ts +13 -0
  301. package/node_modules/@aws-sdk/client-s3/dist-types/models/errors.d.ts +16 -15
  302. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +51 -29
  303. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +186 -3
  304. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +19 -3
  305. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +20 -4
  306. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +19 -3
  307. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +7 -2
  308. package/node_modules/@aws-sdk/client-s3/dist-types/schemas/schemas_0.d.ts +464 -502
  309. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +88 -1
  310. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +6 -4
  311. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UpdateObjectEncryptionCommand.d.ts +51 -0
  312. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +1 -0
  313. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +6 -0
  314. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/index.d.ts +1 -0
  315. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/enums.d.ts +7 -0
  316. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/errors.d.ts +5 -0
  317. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +2 -0
  318. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +34 -0
  319. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +25 -10
  320. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +29 -11
  321. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +25 -10
  322. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -8
  323. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/schemas/schemas_0.d.ts +459 -503
  324. package/node_modules/@aws-sdk/client-s3/package.json +64 -62
  325. package/node_modules/@aws-sdk/client-secrets-manager/README.md +25 -73
  326. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
  327. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/index.js +61 -884
  328. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/models/SecretsManagerServiceException.js +12 -0
  329. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/models/errors.js +184 -0
  330. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.browser.js +1 -2
  331. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.js +2 -4
  332. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.shared.js +8 -6
  333. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/schemas/schemas_0.js +665 -0
  334. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/SecretsManager.js +9 -1
  335. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/auth/httpAuthSchemeProvider.js +3 -4
  336. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/BatchGetSecretValueCommand.js +2 -2
  337. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/CancelRotateSecretCommand.js +2 -2
  338. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/CreateSecretCommand.js +2 -2
  339. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
  340. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/DeleteSecretCommand.js +2 -2
  341. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/DescribeSecretCommand.js +2 -2
  342. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/GetRandomPasswordCommand.js +2 -2
  343. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/GetResourcePolicyCommand.js +2 -2
  344. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/GetSecretValueCommand.js +2 -2
  345. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ListSecretVersionIdsCommand.js +2 -2
  346. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ListSecretsCommand.js +2 -2
  347. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/PutResourcePolicyCommand.js +2 -2
  348. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/PutSecretValueCommand.js +2 -2
  349. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/RemoveRegionsFromReplicationCommand.js +2 -2
  350. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ReplicateSecretToRegionsCommand.js +2 -2
  351. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/RestoreSecretCommand.js +2 -2
  352. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/RotateSecretCommand.js +2 -2
  353. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/StopReplicationToReplicaCommand.js +2 -2
  354. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/TagResourceCommand.js +2 -2
  355. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/UntagResourceCommand.js +2 -2
  356. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/UpdateSecretCommand.js +2 -2
  357. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/UpdateSecretVersionStageCommand.js +2 -2
  358. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ValidateResourcePolicyCommand.js +2 -2
  359. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/index.js +2 -0
  360. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/pagination/index.js +2 -2
  361. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.browser.js +1 -2
  362. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.js +4 -6
  363. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.shared.js +8 -6
  364. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/schemas/schemas_0.js +419 -424
  365. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/SecretsManager.d.ts +22 -1
  366. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/SecretsManagerClient.d.ts +1 -10
  367. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/index.d.ts +2 -1
  368. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/pagination/index.d.ts +2 -2
  369. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.browser.d.ts +6 -2
  370. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.d.ts +6 -2
  371. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.native.d.ts +6 -2
  372. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.shared.d.ts +6 -1
  373. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/schemas/schemas_0.d.ts +99 -114
  374. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/SecretsManager.d.ts +26 -1
  375. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/SecretsManagerClient.d.ts +0 -4
  376. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/index.d.ts +1 -0
  377. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/pagination/index.d.ts +2 -2
  378. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  379. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  380. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  381. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  382. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/schemas/schemas_0.d.ts +93 -116
  383. package/node_modules/@aws-sdk/client-secrets-manager/package.json +53 -47
  384. package/node_modules/@aws-sdk/client-ssm/README.md +25 -195
  385. package/node_modules/@aws-sdk/client-ssm/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
  386. package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +462 -9621
  387. package/node_modules/@aws-sdk/client-ssm/dist-cjs/models/SSMServiceException.js +12 -0
  388. package/node_modules/@aws-sdk/client-ssm/dist-cjs/models/errors.js +2059 -0
  389. package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.browser.js +1 -2
  390. package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.js +2 -4
  391. package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.shared.js +9 -6
  392. package/node_modules/@aws-sdk/client-ssm/dist-cjs/schemas/schemas_0.js +5616 -0
  393. package/node_modules/@aws-sdk/client-ssm/dist-es/SSM.js +107 -1
  394. package/node_modules/@aws-sdk/client-ssm/dist-es/auth/httpAuthSchemeProvider.js +3 -4
  395. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/AddTagsToResourceCommand.js +2 -2
  396. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/AssociateOpsItemRelatedItemCommand.js +2 -2
  397. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CancelCommandCommand.js +2 -2
  398. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CancelMaintenanceWindowExecutionCommand.js +2 -2
  399. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateActivationCommand.js +2 -2
  400. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateAssociationBatchCommand.js +2 -2
  401. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateAssociationCommand.js +2 -2
  402. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateDocumentCommand.js +2 -2
  403. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateMaintenanceWindowCommand.js +2 -2
  404. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateOpsItemCommand.js +2 -2
  405. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateOpsMetadataCommand.js +2 -2
  406. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreatePatchBaselineCommand.js +2 -2
  407. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateResourceDataSyncCommand.js +2 -2
  408. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteActivationCommand.js +2 -2
  409. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteAssociationCommand.js +2 -2
  410. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteDocumentCommand.js +2 -2
  411. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteInventoryCommand.js +2 -2
  412. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteMaintenanceWindowCommand.js +2 -2
  413. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteOpsItemCommand.js +2 -2
  414. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteOpsMetadataCommand.js +2 -2
  415. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteParameterCommand.js +2 -2
  416. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteParametersCommand.js +2 -2
  417. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeletePatchBaselineCommand.js +2 -2
  418. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteResourceDataSyncCommand.js +2 -2
  419. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
  420. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterManagedInstanceCommand.js +2 -2
  421. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterPatchBaselineForPatchGroupCommand.js +2 -2
  422. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterTargetFromMaintenanceWindowCommand.js +2 -2
  423. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterTaskFromMaintenanceWindowCommand.js +2 -2
  424. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeActivationsCommand.js +2 -2
  425. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationCommand.js +2 -2
  426. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationExecutionTargetsCommand.js +2 -2
  427. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationExecutionsCommand.js +2 -2
  428. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAutomationExecutionsCommand.js +2 -2
  429. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAutomationStepExecutionsCommand.js +2 -2
  430. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAvailablePatchesCommand.js +2 -2
  431. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeDocumentCommand.js +2 -2
  432. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeDocumentPermissionCommand.js +2 -2
  433. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeEffectiveInstanceAssociationsCommand.js +2 -2
  434. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeEffectivePatchesForPatchBaselineCommand.js +2 -2
  435. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstanceAssociationsStatusCommand.js +2 -2
  436. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstanceInformationCommand.js +2 -2
  437. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchStatesCommand.js +2 -2
  438. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchStatesForPatchGroupCommand.js +2 -2
  439. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchesCommand.js +2 -2
  440. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePropertiesCommand.js +2 -2
  441. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInventoryDeletionsCommand.js +2 -2
  442. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.js +2 -2
  443. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionTasksCommand.js +2 -2
  444. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionsCommand.js +2 -2
  445. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowScheduleCommand.js +2 -2
  446. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTargetsCommand.js +2 -2
  447. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTasksCommand.js +2 -2
  448. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsCommand.js +2 -2
  449. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsForTargetCommand.js +2 -2
  450. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeOpsItemsCommand.js +2 -2
  451. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeParametersCommand.js +2 -2
  452. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchBaselinesCommand.js +2 -2
  453. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchGroupStateCommand.js +2 -2
  454. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchGroupsCommand.js +2 -2
  455. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchPropertiesCommand.js +2 -2
  456. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeSessionsCommand.js +2 -2
  457. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DisassociateOpsItemRelatedItemCommand.js +2 -2
  458. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetAccessTokenCommand.js +2 -2
  459. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetAutomationExecutionCommand.js +2 -2
  460. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetCalendarStateCommand.js +2 -2
  461. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetCommandInvocationCommand.js +2 -2
  462. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetConnectionStatusCommand.js +2 -2
  463. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDefaultPatchBaselineCommand.js +2 -2
  464. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDeployablePatchSnapshotForInstanceCommand.js +2 -2
  465. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDocumentCommand.js +2 -2
  466. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetExecutionPreviewCommand.js +2 -2
  467. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetInventoryCommand.js +2 -2
  468. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetInventorySchemaCommand.js +2 -2
  469. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowCommand.js +2 -2
  470. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionCommand.js +2 -2
  471. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionTaskCommand.js +2 -2
  472. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.js +2 -2
  473. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowTaskCommand.js +2 -2
  474. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsItemCommand.js +2 -2
  475. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsMetadataCommand.js +2 -2
  476. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsSummaryCommand.js +2 -2
  477. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParameterCommand.js +2 -2
  478. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParameterHistoryCommand.js +2 -2
  479. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParametersByPathCommand.js +2 -2
  480. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParametersCommand.js +2 -2
  481. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetPatchBaselineCommand.js +2 -2
  482. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetPatchBaselineForPatchGroupCommand.js +2 -2
  483. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetResourcePoliciesCommand.js +2 -2
  484. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetServiceSettingCommand.js +2 -2
  485. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/LabelParameterVersionCommand.js +2 -2
  486. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListAssociationVersionsCommand.js +2 -2
  487. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListAssociationsCommand.js +2 -2
  488. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListCommandInvocationsCommand.js +2 -2
  489. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListCommandsCommand.js +2 -2
  490. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListComplianceItemsCommand.js +2 -2
  491. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListComplianceSummariesCommand.js +2 -2
  492. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentMetadataHistoryCommand.js +2 -2
  493. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentVersionsCommand.js +2 -2
  494. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentsCommand.js +2 -2
  495. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListInventoryEntriesCommand.js +2 -2
  496. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListNodesCommand.js +2 -2
  497. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListNodesSummaryCommand.js +2 -2
  498. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsItemEventsCommand.js +2 -2
  499. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsItemRelatedItemsCommand.js +2 -2
  500. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsMetadataCommand.js +2 -2
  501. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListResourceComplianceSummariesCommand.js +2 -2
  502. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListResourceDataSyncCommand.js +2 -2
  503. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  504. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ModifyDocumentPermissionCommand.js +2 -2
  505. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutComplianceItemsCommand.js +2 -2
  506. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutInventoryCommand.js +2 -2
  507. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutParameterCommand.js +2 -2
  508. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutResourcePolicyCommand.js +2 -2
  509. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterDefaultPatchBaselineCommand.js +2 -2
  510. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterPatchBaselineForPatchGroupCommand.js +2 -2
  511. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTargetWithMaintenanceWindowCommand.js +2 -2
  512. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTaskWithMaintenanceWindowCommand.js +2 -2
  513. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RemoveTagsFromResourceCommand.js +2 -2
  514. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ResetServiceSettingCommand.js +2 -2
  515. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ResumeSessionCommand.js +2 -2
  516. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendAutomationSignalCommand.js +2 -2
  517. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendCommandCommand.js +2 -2
  518. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAccessRequestCommand.js +2 -2
  519. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAssociationsOnceCommand.js +2 -2
  520. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAutomationExecutionCommand.js +2 -2
  521. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartChangeRequestExecutionCommand.js +2 -2
  522. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartExecutionPreviewCommand.js +2 -2
  523. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartSessionCommand.js +2 -2
  524. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StopAutomationExecutionCommand.js +2 -2
  525. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/TerminateSessionCommand.js +2 -2
  526. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UnlabelParameterVersionCommand.js +2 -2
  527. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateAssociationCommand.js +2 -2
  528. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateAssociationStatusCommand.js +2 -2
  529. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentCommand.js +2 -2
  530. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentDefaultVersionCommand.js +2 -2
  531. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentMetadataCommand.js +2 -2
  532. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowCommand.js +2 -2
  533. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowTargetCommand.js +2 -2
  534. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowTaskCommand.js +2 -2
  535. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateManagedInstanceRoleCommand.js +2 -2
  536. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateOpsItemCommand.js +2 -2
  537. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateOpsMetadataCommand.js +2 -2
  538. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdatePatchBaselineCommand.js +2 -2
  539. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateResourceDataSyncCommand.js +2 -2
  540. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateServiceSettingCommand.js +2 -2
  541. package/node_modules/@aws-sdk/client-ssm/dist-es/index.js +3 -0
  542. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/index.js +9 -9
  543. package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.browser.js +1 -2
  544. package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.js +4 -6
  545. package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.shared.js +9 -6
  546. package/node_modules/@aws-sdk/client-ssm/dist-es/schemas/schemas_0.js +3821 -5462
  547. package/node_modules/@aws-sdk/client-ssm/dist-es/waiters/waitForCommandExecuted.js +1 -1
  548. package/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +358 -1
  549. package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +1 -10
  550. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationBatchCommand.d.ts +2 -0
  551. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationCommand.d.ts +2 -0
  552. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationCommand.d.ts +1 -0
  553. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationVersionsCommand.d.ts +1 -0
  554. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +1 -2
  555. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +1 -2
  556. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationCommand.d.ts +2 -0
  557. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationStatusCommand.d.ts +1 -0
  558. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +1 -2
  559. package/node_modules/@aws-sdk/client-ssm/dist-types/index.d.ts +3 -2
  560. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +42 -2
  561. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +25 -0
  562. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/index.d.ts +9 -9
  563. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.browser.d.ts +6 -2
  564. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +6 -2
  565. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +6 -2
  566. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.shared.d.ts +6 -1
  567. package/node_modules/@aws-sdk/client-ssm/dist-types/schemas/schemas_0.d.ts +755 -956
  568. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSM.d.ts +366 -1
  569. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +0 -4
  570. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/index.d.ts +1 -0
  571. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +3 -0
  572. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +2 -0
  573. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/index.d.ts +9 -9
  574. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  575. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  576. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  577. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  578. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/schemas/schemas_0.d.ts +750 -958
  579. package/node_modules/@aws-sdk/client-ssm/package.json +48 -46
  580. package/node_modules/@aws-sdk/core/LICENSE +201 -0
  581. package/node_modules/@aws-sdk/core/account-id-endpoint.js +0 -1
  582. package/node_modules/@aws-sdk/core/dist-cjs/index.js +183 -71
  583. package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +9 -1
  584. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +174 -70
  585. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +1 -1
  586. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.js +1 -1
  587. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +9 -1
  588. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +3 -3
  589. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/UnionSerde.js +23 -0
  590. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +2 -0
  591. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +36 -14
  592. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +28 -5
  593. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +10 -2
  594. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +4 -0
  595. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +1 -1
  596. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +41 -9
  597. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +11 -0
  598. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +17 -7
  599. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +17 -2
  600. package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +1 -1
  601. package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +2 -2
  602. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +1 -1
  603. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +1 -1
  604. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +1 -1
  605. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +1 -1
  606. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +1 -1
  607. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/UnionSerde.d.ts +24 -0
  608. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +2 -0
  609. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +1 -1
  610. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +4 -0
  611. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +7 -0
  612. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +1 -1
  613. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +1 -1
  614. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/UnionSerde.d.ts +9 -0
  615. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +2 -0
  616. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +1 -0
  617. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +1 -0
  618. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +6 -1
  619. package/node_modules/@aws-sdk/core/package.json +23 -23
  620. package/node_modules/@aws-sdk/crc64-nvme/LICENSE +201 -0
  621. package/node_modules/@aws-sdk/crc64-nvme/README.md +61 -0
  622. package/node_modules/@aws-sdk/crc64-nvme/dist-cjs/index.js +101 -0
  623. package/node_modules/@aws-sdk/crc64-nvme/dist-es/Crc64Nvme.js +92 -0
  624. package/node_modules/@aws-sdk/crc64-nvme/dist-es/index.js +2 -0
  625. package/node_modules/@aws-sdk/crc64-nvme/dist-types/Crc64Nvme.d.ts +24 -0
  626. package/node_modules/@aws-sdk/crc64-nvme/dist-types/crc64-nvme-crt-container.d.ts +13 -0
  627. package/node_modules/@aws-sdk/crc64-nvme/dist-types/index.d.ts +2 -0
  628. package/node_modules/@aws-sdk/crc64-nvme/dist-types/ts3.4/Crc64Nvme.d.ts +9 -0
  629. package/node_modules/@aws-sdk/crc64-nvme/dist-types/ts3.4/index.d.ts +2 -0
  630. package/node_modules/@aws-sdk/crc64-nvme/package.json +50 -0
  631. package/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +1 -1
  632. package/node_modules/@aws-sdk/credential-provider-env/package.json +14 -14
  633. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +1 -1
  634. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +1 -1
  635. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/checkUrl.d.ts +1 -1
  636. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.browser.d.ts +1 -1
  637. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.d.ts +1 -1
  638. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/requestHelpers.d.ts +2 -2
  639. package/node_modules/@aws-sdk/credential-provider-http/package.json +19 -19
  640. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +22 -24
  641. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +3 -10
  642. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +4 -3
  643. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +2 -2
  644. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +5 -5
  645. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +4 -2
  646. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +4 -2
  647. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +4 -5
  648. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +5 -5
  649. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +1 -1
  650. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveLoginCredentials.d.ts +2 -1
  651. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProcessCredentials.d.ts +2 -2
  652. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +3 -2
  653. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +2 -1
  654. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +2 -2
  655. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +4 -3
  656. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +5 -3
  657. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +2 -0
  658. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +3 -1
  659. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +2 -0
  660. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +3 -1
  661. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts +3 -1
  662. package/node_modules/@aws-sdk/credential-provider-ini/package.json +23 -23
  663. package/node_modules/@aws-sdk/credential-provider-login/package.json +17 -17
  664. package/node_modules/@aws-sdk/credential-provider-node/README.md +3 -3
  665. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +8 -2
  666. package/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +8 -2
  667. package/node_modules/@aws-sdk/credential-provider-node/package.json +21 -21
  668. package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +3 -3
  669. package/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +2 -2
  670. package/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +1 -1
  671. package/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts +2 -2
  672. package/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts +1 -1
  673. package/node_modules/@aws-sdk/credential-provider-process/package.json +15 -15
  674. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +6 -4
  675. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-BKDNrsal.js +8 -0
  676. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +2 -0
  677. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/loadSso.js +1 -1
  678. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +3 -3
  679. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +3 -2
  680. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/isSsoProfile.d.ts +2 -2
  681. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/loadSso.d.ts +2 -2
  682. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +3 -3
  683. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +2 -0
  684. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/loadSso.d.ts +5 -2
  685. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +1 -0
  686. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/types.d.ts +1 -1
  687. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/validateSsoProfile.d.ts +2 -2
  688. package/node_modules/@aws-sdk/credential-provider-sso/package.json +17 -17
  689. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +2 -2
  690. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +14 -6
  691. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +1 -1
  692. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +1 -1
  693. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +16 -16
  694. package/node_modules/@aws-sdk/dynamodb-codec/package.json +14 -17
  695. package/node_modules/@aws-sdk/endpoint-cache/dist-cjs/index.js +50 -131
  696. package/node_modules/@aws-sdk/endpoint-cache/dist-types/EndpointCache.d.ts +1 -1
  697. package/node_modules/@aws-sdk/endpoint-cache/package.json +10 -10
  698. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/NodeDisableMultiregionAccessPointConfigOptions.d.ts +1 -1
  699. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/NodeUseArnRegionConfigOptions.d.ts +1 -1
  700. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketEndpointMiddleware.d.ts +2 -2
  701. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketHostname.d.ts +1 -1
  702. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketHostnameUtils.d.ts +1 -1
  703. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/configurations.d.ts +1 -1
  704. package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +15 -15
  705. package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/configurations.d.ts +1 -1
  706. package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/endpointDiscoveryMiddleware.d.ts +3 -3
  707. package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/getCacheKey.d.ts +1 -1
  708. package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/getEndpointDiscoveryPlugin.d.ts +2 -2
  709. package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/resolveEndpointDiscoveryConfig.d.ts +1 -1
  710. package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/updateDiscoveredEndpointInCache.d.ts +2 -2
  711. package/node_modules/@aws-sdk/middleware-endpoint-discovery/package.json +14 -14
  712. package/node_modules/@aws-sdk/middleware-expect-continue/dist-types/index.d.ts +1 -1
  713. package/node_modules/@aws-sdk/middleware-expect-continue/package.json +12 -12
  714. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/getCrc32ChecksumAlgorithmFunction.js +1 -1
  715. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/index.js +76 -53
  716. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsMiddleware.js +25 -9
  717. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsResponseMiddleware.js +10 -2
  718. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getChecksumAlgorithmForRequest.js +0 -5
  719. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getChecksumAlgorithmListForResponse.js +10 -6
  720. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getCrc32ChecksumAlgorithmFunction.js +1 -1
  721. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getFlexibleChecksumsPlugin.js +1 -1
  722. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/index.js +0 -1
  723. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/resolveFlexibleChecksumsConfig.js +2 -1
  724. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/selectChecksumAlgorithmFunction.js +16 -13
  725. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/NODE_REQUEST_CHECKSUM_CALCULATION_CONFIG_OPTIONS.d.ts +1 -1
  726. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/NODE_RESPONSE_CHECKSUM_VALIDATION_CONFIG_OPTIONS.d.ts +1 -1
  727. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/configuration.d.ts +4 -2
  728. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsInputMiddleware.d.ts +2 -2
  729. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsMiddleware.d.ts +2 -2
  730. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsResponseMiddleware.d.ts +2 -2
  731. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksum.d.ts +1 -1
  732. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksumAlgorithmForRequest.d.ts +3 -2
  733. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksumAlgorithmListForResponse.d.ts +1 -1
  734. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksumLocationName.d.ts +1 -1
  735. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getCrc32ChecksumAlgorithmFunction.d.ts +1 -1
  736. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getFlexibleChecksumsPlugin.d.ts +5 -5
  737. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/hasHeader.d.ts +1 -1
  738. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/hasHeaderWithPrefix.d.ts +1 -1
  739. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/index.d.ts +0 -1
  740. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/resolveFlexibleChecksumsConfig.d.ts +16 -2
  741. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/selectChecksumAlgorithmFunction.d.ts +3 -3
  742. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/stringHasher.d.ts +1 -1
  743. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/configuration.d.ts +2 -0
  744. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getChecksumAlgorithmForRequest.d.ts +3 -2
  745. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getChecksumLocationName.d.ts +1 -1
  746. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/index.d.ts +0 -1
  747. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/resolveFlexibleChecksumsConfig.d.ts +11 -1
  748. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/selectChecksumAlgorithmFunction.d.ts +1 -1
  749. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/validateChecksumFromResponse.d.ts +3 -3
  750. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +20 -19
  751. package/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +1 -1
  752. package/node_modules/@aws-sdk/middleware-host-header/package.json +12 -12
  753. package/node_modules/@aws-sdk/middleware-location-constraint/dist-types/configuration.d.ts +1 -1
  754. package/node_modules/@aws-sdk/middleware-location-constraint/dist-types/index.d.ts +2 -2
  755. package/node_modules/@aws-sdk/middleware-location-constraint/package.json +11 -11
  756. package/node_modules/@aws-sdk/middleware-logger/package.json +12 -12
  757. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +7 -3
  758. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/configuration.d.ts +1 -1
  759. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/getRecursionDetectionPlugin.d.ts +1 -1
  760. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.browser.d.ts +1 -1
  761. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.d.ts +1 -1
  762. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.native.d.ts +1 -1
  763. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +12 -12
  764. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +2 -3
  765. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/s3ExpressHttpSigningMiddleware.js +0 -1
  766. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/bucket-endpoint-middleware.d.ts +1 -1
  767. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/check-content-length-header.d.ts +1 -1
  768. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/region-redirect-endpoint-middleware.d.ts +2 -2
  769. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/region-redirect-middleware.d.ts +1 -1
  770. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-expires-middleware.d.ts +1 -1
  771. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityCache.d.ts +1 -1
  772. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityCacheEntry.d.ts +1 -1
  773. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityProviderImpl.d.ts +3 -3
  774. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/SignatureV4S3Express.d.ts +2 -2
  775. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/s3ExpressHttpSigningMiddleware.d.ts +2 -2
  776. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/s3ExpressMiddleware.d.ts +4 -4
  777. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/signS3Express.d.ts +1 -1
  778. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/interfaces/S3ExpressIdentity.d.ts +1 -1
  779. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/interfaces/S3ExpressIdentityProvider.d.ts +2 -2
  780. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3Configuration.d.ts +1 -1
  781. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/throw-200-exceptions.d.ts +1 -1
  782. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/validate-bucket-name.d.ts +2 -2
  783. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +22 -22
  784. package/node_modules/@aws-sdk/middleware-ssec/dist-types/index.d.ts +1 -1
  785. package/node_modules/@aws-sdk/middleware-ssec/package.json +11 -11
  786. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +9 -9
  787. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js +9 -9
  788. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/check-features.d.ts +4 -2
  789. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +1 -1
  790. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/check-features.d.ts +3 -3
  791. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +2 -2
  792. package/node_modules/@aws-sdk/middleware-user-agent/package.json +16 -15
  793. package/node_modules/@aws-sdk/nested-clients/cognito-identity.d.ts +7 -0
  794. package/node_modules/@aws-sdk/nested-clients/cognito-identity.js +5 -0
  795. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +60 -0
  796. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/ruleset.js +146 -0
  797. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +174 -0
  798. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/CognitoIdentityServiceException.js +12 -0
  799. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/errors.js +121 -0
  800. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.browser.js +38 -0
  801. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.js +53 -0
  802. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.shared.js +50 -0
  803. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/schemas/schemas_0.js +110 -0
  804. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +128 -2
  805. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +27 -190
  806. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/SigninServiceException.js +12 -0
  807. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/errors.js +64 -0
  808. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +8 -1
  809. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/schemas/schemas_0.js +125 -0
  810. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/auth/httpAuthSchemeProvider.js +56 -0
  811. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/endpointResolver.js +18 -0
  812. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/ruleset.js +106 -0
  813. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +160 -0
  814. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/SSOServiceException.js +12 -0
  815. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/errors.js +56 -0
  816. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.browser.js +38 -0
  817. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.js +53 -0
  818. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.native.js +15 -0
  819. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.shared.js +49 -0
  820. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/schemas/schemas_0.js +90 -0
  821. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +101 -2
  822. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +27 -332
  823. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/SSOOIDCServiceException.js +12 -0
  824. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/errors.js +195 -0
  825. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +8 -1
  826. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/schemas/schemas_0.js +140 -0
  827. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +140 -2
  828. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +36 -294
  829. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/STSServiceException.js +12 -0
  830. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/errors.js +95 -0
  831. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +9 -6
  832. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/schemas/schemas_0.js +195 -0
  833. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentity.js +11 -0
  834. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentityClient.js +50 -0
  835. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +54 -0
  836. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.js +16 -0
  837. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/GetIdCommand.js +16 -0
  838. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/index.js +2 -0
  839. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/EndpointParameters.js +13 -0
  840. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/ruleset.js +143 -0
  841. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/index.js +7 -0
  842. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/CognitoIdentityServiceException.js +8 -0
  843. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/errors.js +109 -0
  844. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.browser.js +33 -0
  845. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.js +48 -0
  846. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.shared.js +46 -0
  847. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/schemas/schemas_0.js +107 -0
  848. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +1 -1
  849. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +1 -1
  850. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +1 -1
  851. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +2 -2
  852. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +128 -2
  853. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +2 -0
  854. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +2 -2
  855. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +8 -1
  856. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +34 -26
  857. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSO.js +9 -0
  858. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSOClient.js +50 -0
  859. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthExtensionConfiguration.js +38 -0
  860. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthSchemeProvider.js +50 -0
  861. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commands/GetRoleCredentialsCommand.js +16 -0
  862. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commands/index.js +1 -0
  863. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/endpointResolver.js +14 -0
  864. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/ruleset.js +103 -0
  865. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/index.js +7 -0
  866. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/models/models_0.js +1 -0
  867. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.browser.js +33 -0
  868. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js +48 -0
  869. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.native.js +11 -0
  870. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.shared.js +45 -0
  871. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeExtensions.js +9 -0
  872. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/schemas/schemas_0.js +87 -0
  873. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +1 -1
  874. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +1 -1
  875. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +2 -2
  876. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +101 -2
  877. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +2 -0
  878. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +2 -2
  879. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +8 -1
  880. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +64 -53
  881. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +1 -1
  882. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +1 -1
  883. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +1 -1
  884. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +2 -2
  885. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +2 -2
  886. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +4 -3
  887. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +140 -2
  888. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +2 -0
  889. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +2 -2
  890. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +9 -6
  891. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +85 -79
  892. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentity.d.ts +38 -0
  893. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentityClient.d.ts +198 -0
  894. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +30 -0
  895. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +75 -0
  896. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +120 -0
  897. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetIdCommand.d.ts +107 -0
  898. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/index.d.ts +2 -0
  899. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/ruleset.d.ts +2 -0
  900. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/extensionConfiguration.d.ts +9 -0
  901. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/index.d.ts +29 -0
  902. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +14 -0
  903. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/errors.d.ts +119 -0
  904. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/models_0.d.ts +136 -0
  905. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.browser.d.ts +62 -0
  906. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.d.ts +62 -0
  907. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.native.d.ts +61 -0
  908. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.shared.d.ts +38 -0
  909. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeExtensions.d.ts +17 -0
  910. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/schemas/schemas_0.d.ts +25 -0
  911. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +1 -1
  912. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +4 -12
  913. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +2 -1
  914. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +1 -1
  915. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +1 -1
  916. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +2 -1
  917. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +1 -1
  918. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +6 -2
  919. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +6 -2
  920. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +6 -2
  921. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +6 -1
  922. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +19 -13
  923. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSO.d.ts +32 -0
  924. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSOClient.d.ts +198 -0
  925. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/auth/httpAuthExtensionConfiguration.d.ts +30 -0
  926. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/auth/httpAuthSchemeProvider.d.ts +75 -0
  927. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +97 -0
  928. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/commands/index.d.ts +1 -0
  929. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/EndpointParameters.d.ts +50 -0
  930. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/endpointResolver.d.ts +8 -0
  931. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/ruleset.d.ts +2 -0
  932. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/index.d.ts +30 -0
  933. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/models/models_0.d.ts +61 -0
  934. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.browser.d.ts +62 -0
  935. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.d.ts +62 -0
  936. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.native.d.ts +61 -0
  937. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.shared.d.ts +38 -0
  938. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/schemas/schemas_0.d.ts +17 -0
  939. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +1 -1
  940. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +4 -12
  941. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +2 -1
  942. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +1 -1
  943. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/ruleset.d.ts +1 -1
  944. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +2 -1
  945. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +1 -1
  946. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +6 -2
  947. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +6 -2
  948. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +6 -2
  949. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +6 -1
  950. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +23 -22
  951. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +2 -2
  952. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +5 -13
  953. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +2 -1
  954. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +3 -2
  955. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultRoleAssumers.d.ts +3 -3
  956. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +3 -3
  957. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/ruleset.d.ts +1 -1
  958. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +2 -1
  959. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +6 -2
  960. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +6 -2
  961. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +6 -2
  962. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +6 -1
  963. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +27 -26
  964. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentity.d.ts +38 -0
  965. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentityClient.d.ts +126 -0
  966. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  967. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +47 -0
  968. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +51 -0
  969. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetIdCommand.d.ts +41 -0
  970. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/index.d.ts +2 -0
  971. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/extensionConfiguration.d.ts +9 -0
  972. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/index.d.ts +10 -0
  973. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +9 -0
  974. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/errors.d.ts +68 -0
  975. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/models_0.d.ts +23 -0
  976. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.browser.d.ts +122 -0
  977. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.d.ts +117 -0
  978. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.native.d.ts +126 -0
  979. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.shared.d.ts +60 -0
  980. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeExtensions.d.ts +13 -0
  981. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/schemas/schemas_0.d.ts +24 -0
  982. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +5 -7
  983. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  984. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +1 -0
  985. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +9 -5
  986. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +9 -5
  987. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +9 -5
  988. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +9 -4
  989. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +13 -13
  990. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSO.d.ts +22 -0
  991. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSOClient.d.ts +117 -0
  992. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  993. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +47 -0
  994. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commands/index.d.ts +1 -0
  995. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/EndpointParameters.d.ts +51 -0
  996. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/endpointResolver.d.ts +8 -0
  997. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/index.d.ts +10 -0
  998. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/models/models_0.d.ts +14 -0
  999. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.browser.d.ts +120 -0
  1000. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.d.ts +115 -0
  1001. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.native.d.ts +124 -0
  1002. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.shared.d.ts +58 -0
  1003. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/schemas/schemas_0.d.ts +16 -0
  1004. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +1 -6
  1005. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  1006. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +1 -0
  1007. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +9 -5
  1008. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +9 -5
  1009. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +9 -5
  1010. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +9 -4
  1011. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +17 -22
  1012. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +5 -7
  1013. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  1014. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +1 -1
  1015. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +1 -0
  1016. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +9 -5
  1017. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +9 -5
  1018. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +9 -5
  1019. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +9 -4
  1020. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +21 -27
  1021. package/node_modules/@aws-sdk/nested-clients/package.json +62 -42
  1022. package/node_modules/@aws-sdk/nested-clients/sso.d.ts +7 -0
  1023. package/node_modules/@aws-sdk/nested-clients/sso.js +5 -0
  1024. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +13 -24
  1025. package/node_modules/@aws-sdk/region-config-resolver/package.json +13 -13
  1026. package/node_modules/@aws-sdk/s3-request-presigner/dist-types/getSignedUrl.d.ts +2 -2
  1027. package/node_modules/@aws-sdk/s3-request-presigner/dist-types/presigner.d.ts +3 -3
  1028. package/node_modules/@aws-sdk/s3-request-presigner/package.json +17 -17
  1029. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/SignatureV4MultiRegion.js +1 -1
  1030. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/SignatureV4MultiRegion.d.ts +2 -2
  1031. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +12 -12
  1032. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +8 -15
  1033. package/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +2 -9
  1034. package/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +2 -2
  1035. package/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +2 -2
  1036. package/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +1 -1
  1037. package/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +3 -3
  1038. package/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +1 -1
  1039. package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +5 -4
  1040. package/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +3 -2
  1041. package/node_modules/@aws-sdk/token-providers/dist-types/nodeProvider.d.ts +2 -2
  1042. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +1 -1
  1043. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +3 -1
  1044. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +3 -1
  1045. package/node_modules/@aws-sdk/token-providers/dist-types/validateTokenExpiry.d.ts +1 -1
  1046. package/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +1 -1
  1047. package/node_modules/@aws-sdk/token-providers/package.json +14 -14
  1048. package/node_modules/@aws-sdk/types/dist-cjs/index.js +3 -12
  1049. package/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +1 -1
  1050. package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +3 -3
  1051. package/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +1 -1
  1052. package/node_modules/@aws-sdk/types/dist-types/http.d.ts +1 -1
  1053. package/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +1 -1
  1054. package/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +1 -1
  1055. package/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +2 -2
  1056. package/node_modules/@aws-sdk/types/dist-types/token.d.ts +2 -2
  1057. package/node_modules/@aws-sdk/types/package.json +10 -10
  1058. package/node_modules/@aws-sdk/util-arn-parser/dist-cjs/index.js +24 -61
  1059. package/node_modules/@aws-sdk/util-arn-parser/dist-types/index.d.ts +9 -0
  1060. package/node_modules/@aws-sdk/util-arn-parser/package.json +10 -10
  1061. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +4 -13
  1062. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +1 -1
  1063. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +1 -1
  1064. package/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +1 -1
  1065. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +1 -1
  1066. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +1 -1
  1067. package/node_modules/@aws-sdk/util-endpoints/package.json +11 -11
  1068. package/node_modules/@aws-sdk/util-format-url/dist-types/index.d.ts +1 -1
  1069. package/node_modules/@aws-sdk/util-format-url/package.json +12 -12
  1070. package/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js +10 -38
  1071. package/node_modules/@aws-sdk/util-locate-window/package.json +10 -10
  1072. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +1 -1
  1073. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +2 -2
  1074. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +10 -10
  1075. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +133 -6
  1076. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/defaultUserAgent.js +10 -3
  1077. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getNodeModulesParentDirs.js +15 -0
  1078. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getRuntimeUserAgentPair.js +10 -0
  1079. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getSanitizedDevTypeScriptVersion.js +14 -0
  1080. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getSanitizedTypeScriptVersion.js +9 -0
  1081. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getTypeScriptUserAgentPair.js +75 -0
  1082. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/defaultUserAgent.d.ts +1 -1
  1083. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getNodeModulesParentDirs.d.ts +10 -0
  1084. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getRuntimeUserAgentPair.d.ts +6 -0
  1085. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getSanitizedDevTypeScriptVersion.d.ts +8 -0
  1086. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getSanitizedTypeScriptVersion.d.ts +8 -0
  1087. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getTypeScriptUserAgentPair.d.ts +6 -0
  1088. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +1 -1
  1089. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/nodeAppIdConfigOptions.d.ts +1 -1
  1090. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getNodeModulesParentDirs.d.ts +1 -0
  1091. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getRuntimeUserAgentPair.d.ts +2 -0
  1092. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getSanitizedDevTypeScriptVersion.d.ts +3 -0
  1093. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getSanitizedTypeScriptVersion.d.ts +3 -0
  1094. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getTypeScriptUserAgentPair.d.ts +4 -0
  1095. package/node_modules/@aws-sdk/util-user-agent-node/package.json +18 -15
  1096. package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +1 -4
  1097. package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +1 -0
  1098. package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js +1 -0
  1099. package/node_modules/@aws-sdk/xml-builder/dist-types/XmlNode.d.ts +1 -1
  1100. package/node_modules/@aws-sdk/xml-builder/dist-types/XmlText.d.ts +1 -1
  1101. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/CHANGELOG.md +52 -0
  1102. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/README.md +7 -6
  1103. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxbuilder.min.js +1 -1
  1104. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +1 -1
  1105. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.cjs +1 -1
  1106. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.d.cts +96 -13
  1107. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js +1 -1
  1108. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -1
  1109. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js +1 -1
  1110. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -1
  1111. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxvalidator.min.js +1 -1
  1112. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxvalidator.min.js.map +1 -1
  1113. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/package.json +9 -6
  1114. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/fxp.d.ts +92 -14
  1115. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/fxp.js +1 -1
  1116. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/util.js +1 -26
  1117. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/EntitiesParser.js +89 -87
  1118. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OptionsBuilder.js +10 -10
  1119. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/BaseOutputBuilder.js +23 -23
  1120. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsArrBuilder.js +29 -29
  1121. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsMinArrBuilder.js +1 -1
  1122. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsObjBuilder.js +39 -39
  1123. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/ParserOptionsBuilder.js +21 -21
  1124. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/XMLParser.js +22 -22
  1125. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/valueParsers/EntitiesParser.js +85 -85
  1126. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/validator.js +34 -34
  1127. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +5 -284
  1128. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +315 -293
  1129. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +86 -44
  1130. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +309 -186
  1131. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +22 -22
  1132. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/node2json.js +38 -34
  1133. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +10 -10
  1134. package/node_modules/@aws-sdk/xml-builder/package.json +12 -12
  1135. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/.jsii +4627 -236
  1136. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/README.adoc +8 -9
  1137. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/lib/index.d.ts +6 -4
  1138. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/lib/index.js +2 -2
  1139. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/package.json +6 -7
  1140. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js +2 -2
  1141. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/cdk.out +1 -1
  1142. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/integ.json +2 -2
  1143. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/lamddb-add-secondary-index.assets.json +4 -18
  1144. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/lamddb-add-secondary-index.template.json +7 -26
  1145. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/lamddbaddsecondaryindexIntegDefaultTestDeployAssert3193B4D9.assets.json +1 -1
  1146. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/manifest.json +38 -22
  1147. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/tree.json +1 -1
  1148. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js +2 -2
  1149. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/cdk.out +1 -1
  1150. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/integ.json +2 -2
  1151. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddb-deployFunctionWithExistingVpc.assets.json +4 -18
  1152. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddb-deployFunctionWithExistingVpc.template.json +7 -15
  1153. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddbdeployFunctionWithExistingVpcIntegDefaultTestDeployAssertEE08E38E.assets.json +1 -1
  1154. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/manifest.json +38 -24
  1155. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/tree.json +1 -1
  1156. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js +2 -2
  1157. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/cdk.out +1 -1
  1158. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/integ.json +2 -2
  1159. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddb-deployFunctionWithVpc.assets.json +4 -18
  1160. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddb-deployFunctionWithVpc.template.json +7 -15
  1161. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddbdeployFunctionWithVpcIntegDefaultTestDeployAssert0AB8275C.assets.json +1 -1
  1162. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/manifest.json +38 -24
  1163. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/tree.json +1 -1
  1164. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js +2 -2
  1165. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/cdk.out +1 -1
  1166. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/integ.json +2 -2
  1167. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/lamddb-no-arguments.assets.json +4 -18
  1168. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/lamddb-no-arguments.template.json +7 -15
  1169. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/lamddbnoargumentsIntegDefaultTestDeployAssert248B75D0.assets.json +1 -1
  1170. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/manifest.json +38 -18
  1171. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/tree.json +1 -1
  1172. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js +2 -2
  1173. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/cdk.out +1 -1
  1174. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/integ.json +2 -2
  1175. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/lamddb-point-in-time-recovery.assets.json +4 -18
  1176. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/lamddb-point-in-time-recovery.template.json +7 -15
  1177. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/lamddbpointintimerecoveryIntegDefaultTestDeployAssertB0CCD339.assets.json +1 -1
  1178. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/manifest.json +38 -18
  1179. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/tree.json +1 -1
  1180. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js +2 -2
  1181. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/cdk.out +1 -1
  1182. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/integ.json +2 -2
  1183. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/lamddb-set-billing-mode.assets.json +4 -18
  1184. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/lamddb-set-billing-mode.template.json +7 -15
  1185. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/lamddbsetbillingmodeIntegDefaultTestDeployAssertDAE32272.assets.json +1 -1
  1186. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/manifest.json +38 -18
  1187. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/tree.json +1 -1
  1188. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js +2 -2
  1189. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/cdk.out +1 -1
  1190. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/integ.json +2 -2
  1191. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/lamddb-use-existing-func.assets.json +4 -18
  1192. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/lamddb-use-existing-func.template.json +7 -15
  1193. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/lamddbuseexistingfuncIntegDefaultTestDeployAssert48D284DD.assets.json +1 -1
  1194. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/manifest.json +38 -18
  1195. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/tree.json +1 -1
  1196. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/lambda-dynamodb.test.js +75 -67
  1197. package/node_modules/@aws-solutions-constructs/core/.jsii +15390 -0
  1198. package/node_modules/@aws-solutions-constructs/core/index.d.ts +82 -0
  1199. package/node_modules/@aws-solutions-constructs/core/index.js +99 -0
  1200. package/node_modules/@aws-solutions-constructs/core/lib/constructs-feature-flags.d.ts +23 -0
  1201. package/node_modules/@aws-solutions-constructs/core/lib/constructs-feature-flags.js +69 -0
  1202. package/node_modules/@aws-solutions-constructs/core/lib/glue-job-helper.js +210 -0
  1203. package/node_modules/@aws-solutions-constructs/core/lib/polly-helper.d.ts +50 -0
  1204. package/node_modules/@aws-solutions-constructs/core/lib/polly-helper.js +138 -0
  1205. package/node_modules/@aws-solutions-constructs/core/lib/step-function-helper.js +164 -0
  1206. package/node_modules/@aws-solutions-constructs/core/lib/textract-helper.d.ts +63 -0
  1207. package/node_modules/@aws-solutions-constructs/core/lib/textract-helper.js +220 -0
  1208. package/node_modules/@aws-solutions-constructs/core/lib/validation.d.ts +60 -0
  1209. package/node_modules/@aws-solutions-constructs/core/lib/validation.js +594 -0
  1210. package/node_modules/@aws-solutions-constructs/core/lib/vpc-helper.d.ts +77 -0
  1211. package/node_modules/@aws-solutions-constructs/core/lib/vpc-helper.js +291 -0
  1212. package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/.jsii +6036 -0
  1213. package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/.jsii.tabl.json +1 -0
  1214. package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/cli-version.json +1 -0
  1215. package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/artifact-schema.d.ts +301 -0
  1216. package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/artifact-schema.js +3 -0
  1217. package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/context-queries.d.ts +462 -0
  1218. package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/context-queries.js +102 -0
  1219. package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/lib/manifest.d.ts +133 -0
  1220. package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/lib/manifest.js +264 -0
  1221. package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/classes/range.js +557 -0
  1222. package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/classes/semver.js +333 -0
  1223. package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/internal/identifiers.js +29 -0
  1224. package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/package.json +78 -0
  1225. package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/package.json +133 -0
  1226. package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/schema/cloud-assembly.schema.json +1193 -0
  1227. package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/schema/version.json +5 -0
  1228. package/node_modules/@aws-solutions-constructs/core/nohoist.sh +16 -0
  1229. package/node_modules/@aws-solutions-constructs/core/package.json +94 -0
  1230. package/node_modules/@aws-solutions-constructs/core/test/alb-helper.test.js +520 -0
  1231. package/node_modules/@aws-solutions-constructs/core/test/apigateway-helper.test.js +819 -0
  1232. package/node_modules/@aws-solutions-constructs/core/test/bedrock-inference-helper.test.js +207 -0
  1233. package/node_modules/@aws-solutions-constructs/core/test/cloudfront-distribution-s3-helper.test.js +1038 -0
  1234. package/node_modules/@aws-solutions-constructs/core/test/constructs-feature-flags.test.js +81 -0
  1235. package/node_modules/@aws-solutions-constructs/core/test/dynamo-table.test.js +639 -0
  1236. package/node_modules/@aws-solutions-constructs/core/test/elasticsearch-helper.test.js +454 -0
  1237. package/node_modules/@aws-solutions-constructs/core/test/eventbridge-helper.test.js +77 -0
  1238. package/node_modules/@aws-solutions-constructs/core/test/fargate-helper.test.js +355 -0
  1239. package/node_modules/@aws-solutions-constructs/core/test/glue-job-helper.test.js +595 -0
  1240. package/node_modules/@aws-solutions-constructs/core/test/kendra-helper.test.js +489 -0
  1241. package/node_modules/@aws-solutions-constructs/core/test/kinesis-streams-helper.test.js +99 -0
  1242. package/node_modules/@aws-solutions-constructs/core/test/lambda-helper.test.js +486 -0
  1243. package/node_modules/@aws-solutions-constructs/core/test/opensearch-helper.test.js +416 -0
  1244. package/node_modules/@aws-solutions-constructs/core/test/override-warning-service.test.js +285 -0
  1245. package/node_modules/@aws-solutions-constructs/core/test/pipes-helper.test.js +787 -0
  1246. package/node_modules/@aws-solutions-constructs/core/test/polly-helper.test.js +495 -0
  1247. package/node_modules/@aws-solutions-constructs/core/test/s3-bucket.test.js +384 -0
  1248. package/node_modules/@aws-solutions-constructs/core/test/sagemaker-helper.test.js +244 -0
  1249. package/node_modules/@aws-solutions-constructs/core/test/secretsmanager-helper.test.js +66 -0
  1250. package/node_modules/@aws-solutions-constructs/core/test/sns-helper.test.js +367 -0
  1251. package/node_modules/@aws-solutions-constructs/core/test/sqs-helper.test.js +361 -0
  1252. package/node_modules/@aws-solutions-constructs/core/test/step-function-helper.test.js +441 -0
  1253. package/node_modules/@aws-solutions-constructs/core/test/test-helper.d.ts +59 -0
  1254. package/node_modules/@aws-solutions-constructs/core/test/test-helper.js +349 -0
  1255. package/node_modules/@aws-solutions-constructs/core/test/textract-helper.test.js +857 -0
  1256. package/node_modules/@aws-solutions-constructs/core/test/utils.test.js +275 -0
  1257. package/node_modules/@aws-solutions-constructs/core/test/validation.test.js +218 -0
  1258. package/node_modules/@aws-solutions-constructs/core/test/vpc-helper.test.js +308 -0
  1259. package/node_modules/@aws-solutions-constructs/core/test/waf-helper.test.d.ts +13 -0
  1260. package/node_modules/@aws-solutions-constructs/core/test/waf-helper.test.js +339 -0
  1261. package/node_modules/@aws-solutions-constructs/core/test/websocket-api-defaults.test.d.ts +13 -0
  1262. package/node_modules/@aws-solutions-constructs/core/test/websocket-api-helper.test.d.ts +13 -0
  1263. package/node_modules/@aws-solutions-constructs/core/test/websocket-api-helper.test.js +471 -0
  1264. package/node_modules/@gemeentenijmegen/apiclient/.nvmrc +1 -0
  1265. package/node_modules/@gemeentenijmegen/apiclient/lib/index.js +1 -1
  1266. package/node_modules/@gemeentenijmegen/apiclient/package.json +6 -6
  1267. package/node_modules/@gemeentenijmegen/apigateway-http/.nvmrc +1 -0
  1268. package/node_modules/@gemeentenijmegen/apigateway-http/package.json +4 -4
  1269. package/node_modules/@gemeentenijmegen/aws-constructs/.jsii +4 -4
  1270. package/node_modules/@gemeentenijmegen/aws-constructs/.nvmrc +1 -0
  1271. package/node_modules/@gemeentenijmegen/aws-constructs/API.md +88 -0
  1272. package/node_modules/@gemeentenijmegen/aws-constructs/lib/Criticality/Criticality.js +1 -1
  1273. package/node_modules/@gemeentenijmegen/aws-constructs/lib/DeadLetterQueue.js +1 -1
  1274. package/node_modules/@gemeentenijmegen/aws-constructs/lib/ErrorMonitoringAlarm.js +1 -1
  1275. package/node_modules/@gemeentenijmegen/aws-constructs/lib/PermissionsBoundaryAspect.js +1 -1
  1276. package/node_modules/@gemeentenijmegen/aws-constructs/lib/QueueWithDlq.js +1 -1
  1277. package/node_modules/@gemeentenijmegen/aws-constructs/lib/Vpc.js +1 -1
  1278. package/node_modules/@gemeentenijmegen/aws-constructs/package.json +9 -9
  1279. package/node_modules/@gemeentenijmegen/session/.nvmrc +1 -0
  1280. package/node_modules/@gemeentenijmegen/session/package.json +4 -4
  1281. package/node_modules/@smithy/abort-controller/package.json +7 -7
  1282. package/node_modules/@smithy/chunked-blob-reader/package.json +6 -6
  1283. package/node_modules/@smithy/chunked-blob-reader-native/package.json +7 -7
  1284. package/node_modules/@smithy/config-resolver/package.json +11 -11
  1285. package/node_modules/@smithy/core/dist-cjs/index.js +2 -6
  1286. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +61 -22
  1287. package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js +22 -0
  1288. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +9 -1
  1289. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +50 -5
  1290. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +97 -19
  1291. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +1 -4
  1292. package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +1 -2
  1293. package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +42 -11
  1294. package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +15 -11
  1295. package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +7 -1
  1296. package/node_modules/@smithy/core/dist-es/submodules/endpoints/index.js +1 -0
  1297. package/node_modules/@smithy/core/dist-es/submodules/endpoints/toEndpointV1.js +17 -0
  1298. package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +9 -1
  1299. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +30 -3
  1300. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +19 -1
  1301. package/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +1 -1
  1302. package/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js +1 -1
  1303. package/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +24 -5
  1304. package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js +3 -2
  1305. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +62 -11
  1306. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/translateTraits.js +5 -1
  1307. package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +7 -1
  1308. package/node_modules/@smithy/core/dist-types/submodules/endpoints/index.d.ts +1 -0
  1309. package/node_modules/@smithy/core/dist-types/submodules/endpoints/toEndpointV1.d.ts +6 -0
  1310. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +5 -1
  1311. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +14 -1
  1312. package/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +5 -0
  1313. package/node_modules/@smithy/core/dist-types/submodules/protocols/SerdeContext.d.ts +10 -2
  1314. package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +8 -1
  1315. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +17 -1
  1316. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/translateTraits.d.ts +6 -0
  1317. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +7 -1
  1318. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/index.d.ts +1 -0
  1319. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/toEndpointV1.d.ts +6 -0
  1320. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +5 -1
  1321. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +14 -1
  1322. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +5 -0
  1323. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/SerdeContext.d.ts +10 -2
  1324. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +8 -1
  1325. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +17 -1
  1326. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/translateTraits.d.ts +6 -0
  1327. package/node_modules/@smithy/core/endpoints.d.ts +7 -0
  1328. package/node_modules/@smithy/core/endpoints.js +6 -0
  1329. package/node_modules/@smithy/core/package.json +28 -17
  1330. package/node_modules/@smithy/credential-provider-imds/package.json +10 -10
  1331. package/node_modules/@smithy/eventstream-codec/package.json +9 -9
  1332. package/node_modules/@smithy/eventstream-serde-browser/package.json +8 -8
  1333. package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +7 -7
  1334. package/node_modules/@smithy/eventstream-serde-node/package.json +8 -8
  1335. package/node_modules/@smithy/eventstream-serde-universal/package.json +9 -9
  1336. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +21 -4
  1337. package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +21 -4
  1338. package/node_modules/@smithy/fetch-http-handler/package.json +11 -11
  1339. package/node_modules/@smithy/hash-blob-browser/package.json +10 -10
  1340. package/node_modules/@smithy/hash-node/package.json +9 -9
  1341. package/node_modules/@smithy/hash-stream-node/package.json +9 -9
  1342. package/node_modules/@smithy/invalid-dependency/package.json +7 -7
  1343. package/node_modules/@smithy/is-array-buffer/package.json +6 -6
  1344. package/node_modules/@smithy/md5-js/package.json +10 -10
  1345. package/node_modules/@smithy/middleware-content-length/package.json +8 -8
  1346. package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +28 -4
  1347. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +10 -2
  1348. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +10 -1
  1349. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/toEndpointV1.js +8 -1
  1350. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts +2 -1
  1351. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts +1 -0
  1352. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/createConfigValueProvider.d.ts +2 -1
  1353. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/toEndpointV1.d.ts +1 -0
  1354. package/node_modules/@smithy/middleware-endpoint/package.json +13 -13
  1355. package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +9 -12
  1356. package/node_modules/@smithy/middleware-retry/dist-es/configurations.js +9 -12
  1357. package/node_modules/@smithy/middleware-retry/package.json +14 -14
  1358. package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +3 -2
  1359. package/node_modules/@smithy/middleware-serde/dist-es/serializerMiddleware.js +3 -2
  1360. package/node_modules/@smithy/middleware-serde/package.json +9 -8
  1361. package/node_modules/@smithy/middleware-stack/package.json +7 -7
  1362. package/node_modules/@smithy/node-config-provider/package.json +9 -9
  1363. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +77 -47
  1364. package/node_modules/@smithy/node-http-handler/dist-es/build-abort-error.js +19 -0
  1365. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +41 -35
  1366. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +1 -1
  1367. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +4 -5
  1368. package/node_modules/@smithy/node-http-handler/dist-es/readable.mock.js +1 -1
  1369. package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +6 -6
  1370. package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js +1 -1
  1371. package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/readable.mock.js +1 -1
  1372. package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +10 -3
  1373. package/node_modules/@smithy/node-http-handler/dist-types/build-abort-error.d.ts +10 -0
  1374. package/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +1 -1
  1375. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +4 -4
  1376. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +1 -1
  1377. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +1 -1
  1378. package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +2 -2
  1379. package/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +3 -3
  1380. package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +1 -1
  1381. package/node_modules/@smithy/node-http-handler/dist-types/set-request-timeout.d.ts +1 -1
  1382. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +1 -1
  1383. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +1 -1
  1384. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +1 -1
  1385. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +2 -2
  1386. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/build-abort-error.d.ts +10 -0
  1387. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +1 -1
  1388. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +4 -4
  1389. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +1 -1
  1390. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +1 -1
  1391. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +2 -2
  1392. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/server.mock.d.ts +3 -3
  1393. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +1 -1
  1394. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-request-timeout.d.ts +1 -1
  1395. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +1 -1
  1396. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +1 -1
  1397. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +1 -1
  1398. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +2 -2
  1399. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +2 -2
  1400. package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +2 -2
  1401. package/node_modules/@smithy/node-http-handler/package.json +10 -10
  1402. package/node_modules/@smithy/property-provider/package.json +7 -7
  1403. package/node_modules/@smithy/protocol-http/package.json +7 -7
  1404. package/node_modules/@smithy/querystring-builder/package.json +8 -8
  1405. package/node_modules/@smithy/querystring-parser/package.json +7 -7
  1406. package/node_modules/@smithy/service-error-classification/package.json +7 -7
  1407. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +16 -14
  1408. package/node_modules/@smithy/shared-ini-file-loader/package.json +7 -7
  1409. package/node_modules/@smithy/signature-v4/package.json +13 -13
  1410. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +65 -19
  1411. package/node_modules/@smithy/smithy-client/dist-es/client.js +6 -0
  1412. package/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +29 -3
  1413. package/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +20 -1
  1414. package/node_modules/@smithy/smithy-client/dist-types/client.d.ts +33 -7
  1415. package/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +8 -1
  1416. package/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +9 -7
  1417. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +33 -7
  1418. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +8 -1
  1419. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +9 -7
  1420. package/node_modules/@smithy/smithy-client/package.json +15 -13
  1421. package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +1 -1
  1422. package/node_modules/@smithy/types/dist-types/http.d.ts +1 -0
  1423. package/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +7 -0
  1424. package/node_modules/@smithy/types/dist-types/schema/schema.d.ts +6 -0
  1425. package/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +19 -2
  1426. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +1 -1
  1427. package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +1 -0
  1428. package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +7 -0
  1429. package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +6 -0
  1430. package/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +19 -2
  1431. package/node_modules/@smithy/types/package.json +5 -5
  1432. package/node_modules/@smithy/url-parser/package.json +8 -8
  1433. package/node_modules/@smithy/util-base64/dist-cjs/index.js +14 -6
  1434. package/node_modules/@smithy/util-base64/package.json +8 -8
  1435. package/node_modules/@smithy/util-body-length-browser/package.json +6 -6
  1436. package/node_modules/@smithy/util-body-length-node/package.json +6 -6
  1437. package/node_modules/@smithy/util-buffer-from/package.json +7 -7
  1438. package/node_modules/@smithy/util-config-provider/package.json +6 -6
  1439. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/index.js +7 -3
  1440. package/node_modules/@smithy/util-defaults-mode-browser/package.json +9 -9
  1441. package/node_modules/@smithy/util-defaults-mode-node/package.json +12 -12
  1442. package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +1 -1
  1443. package/node_modules/@smithy/util-endpoints/dist-es/lib/substring.js +1 -1
  1444. package/node_modules/@smithy/util-endpoints/package.json +8 -8
  1445. package/node_modules/@smithy/util-hex-encoding/package.json +6 -6
  1446. package/node_modules/@smithy/util-middleware/package.json +7 -7
  1447. package/node_modules/@smithy/util-retry/package.json +8 -8
  1448. package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js +13 -2
  1449. package/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +20 -9
  1450. package/node_modules/@smithy/util-stream/dist-cjs/index.js +51 -27
  1451. package/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.js +13 -2
  1452. package/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +19 -7
  1453. package/node_modules/@smithy/util-stream/dist-es/index.js +1 -1
  1454. package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +8 -7
  1455. package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +2 -3
  1456. package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +4 -2
  1457. package/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +4 -1
  1458. package/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +7 -3
  1459. package/node_modules/@smithy/util-stream/dist-types/headStream.browser.d.ts +1 -2
  1460. package/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +2 -2
  1461. package/node_modules/@smithy/util-stream/dist-types/index.d.ts +4 -1
  1462. package/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +3 -0
  1463. package/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +2 -1
  1464. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +8 -7
  1465. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +2 -3
  1466. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +4 -2
  1467. package/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +4 -1
  1468. package/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +7 -3
  1469. package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +1 -2
  1470. package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +2 -2
  1471. package/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +4 -1
  1472. package/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +3 -0
  1473. package/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +2 -1
  1474. package/node_modules/@smithy/util-stream/package.json +13 -13
  1475. package/node_modules/@smithy/util-uri-escape/package.json +6 -6
  1476. package/node_modules/@smithy/util-utf8/package.json +7 -7
  1477. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +1 -1
  1478. package/node_modules/@smithy/util-waiter/dist-es/poller.js +1 -1
  1479. package/node_modules/@smithy/util-waiter/package.json +8 -8
  1480. package/node_modules/@smithy/uuid/package.json +6 -6
  1481. package/node_modules/@types/aws-lambda/README.md +1 -1
  1482. package/node_modules/@types/aws-lambda/handler.d.ts +1 -1
  1483. package/node_modules/@types/aws-lambda/package.json +2 -2
  1484. package/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/inbound-federation.d.ts +40 -0
  1485. package/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/index.d.ts +3 -1
  1486. package/node_modules/axios/CHANGELOG.md +460 -403
  1487. package/node_modules/axios/MIGRATION_GUIDE.md +876 -2
  1488. package/node_modules/axios/README.md +584 -447
  1489. package/node_modules/axios/dist/axios.js +873 -881
  1490. package/node_modules/axios/dist/axios.js.map +1 -1
  1491. package/node_modules/axios/dist/axios.min.js +4 -2
  1492. package/node_modules/axios/dist/axios.min.js.map +1 -1
  1493. package/node_modules/axios/dist/browser/axios.cjs +1142 -812
  1494. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  1495. package/node_modules/axios/dist/esm/axios.js +1143 -813
  1496. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  1497. package/node_modules/axios/dist/esm/axios.min.js +2 -2
  1498. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  1499. package/node_modules/axios/dist/node/axios.cjs +1816 -1415
  1500. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  1501. package/node_modules/axios/index.d.cts +256 -112
  1502. package/node_modules/axios/index.d.ts +341 -116
  1503. package/node_modules/axios/index.js +3 -3
  1504. package/node_modules/axios/lib/adapters/README.md +5 -6
  1505. package/node_modules/axios/lib/adapters/adapters.js +18 -14
  1506. package/node_modules/axios/lib/adapters/fetch.js +138 -92
  1507. package/node_modules/axios/lib/adapters/http.js +615 -561
  1508. package/node_modules/axios/lib/adapters/xhr.js +189 -167
  1509. package/node_modules/axios/lib/axios.js +6 -6
  1510. package/node_modules/axios/lib/cancel/CancelToken.js +4 -4
  1511. package/node_modules/axios/lib/cancel/CanceledError.js +15 -18
  1512. package/node_modules/axios/lib/core/Axios.js +66 -43
  1513. package/node_modules/axios/lib/core/AxiosError.js +64 -84
  1514. package/node_modules/axios/lib/core/AxiosHeaders.js +54 -24
  1515. package/node_modules/axios/lib/core/InterceptorManager.js +3 -2
  1516. package/node_modules/axios/lib/core/dispatchRequest.js +25 -29
  1517. package/node_modules/axios/lib/core/mergeConfig.js +8 -7
  1518. package/node_modules/axios/lib/core/settle.js +11 -7
  1519. package/node_modules/axios/lib/core/transformData.js +1 -1
  1520. package/node_modules/axios/lib/defaults/index.js +85 -74
  1521. package/node_modules/axios/lib/defaults/transitional.js +2 -1
  1522. package/node_modules/axios/lib/env/data.js +1 -1
  1523. package/node_modules/axios/lib/helpers/AxiosTransformStream.js +37 -24
  1524. package/node_modules/axios/lib/helpers/AxiosURLSearchParams.js +12 -8
  1525. package/node_modules/axios/lib/helpers/ZlibHeaderTransformStream.js +5 -4
  1526. package/node_modules/axios/lib/helpers/buildURL.js +18 -19
  1527. package/node_modules/axios/lib/helpers/callbackify.js +13 -11
  1528. package/node_modules/axios/lib/helpers/composeSignals.js +22 -14
  1529. package/node_modules/axios/lib/helpers/cookies.js +45 -50
  1530. package/node_modules/axios/lib/helpers/deprecatedMethod.js +9 -4
  1531. package/node_modules/axios/lib/helpers/formDataToJSON.js +1 -1
  1532. package/node_modules/axios/lib/helpers/formDataToStream.js +32 -26
  1533. package/node_modules/axios/lib/helpers/fromDataURI.js +2 -2
  1534. package/node_modules/axios/lib/helpers/isAbsoluteURL.js +4 -0
  1535. package/node_modules/axios/lib/helpers/isAxiosError.js +2 -2
  1536. package/node_modules/axios/lib/helpers/isURLSameOrigin.js +13 -11
  1537. package/node_modules/axios/lib/helpers/parseHeaders.js +35 -21
  1538. package/node_modules/axios/lib/helpers/parseProtocol.js +1 -1
  1539. package/node_modules/axios/lib/helpers/progressEventReducer.js +22 -15
  1540. package/node_modules/axios/lib/helpers/readBlob.js +4 -4
  1541. package/node_modules/axios/lib/helpers/resolveConfig.js +23 -14
  1542. package/node_modules/axios/lib/helpers/speedometer.js +1 -1
  1543. package/node_modules/axios/lib/helpers/spread.js +1 -1
  1544. package/node_modules/axios/lib/helpers/throttle.js +4 -4
  1545. package/node_modules/axios/lib/helpers/toFormData.js +43 -25
  1546. package/node_modules/axios/lib/helpers/toURLEncodedForm.js +2 -2
  1547. package/node_modules/axios/lib/helpers/trackStream.js +33 -31
  1548. package/node_modules/axios/lib/helpers/validator.js +16 -5
  1549. package/node_modules/axios/lib/platform/browser/classes/Blob.js +2 -2
  1550. package/node_modules/axios/lib/platform/browser/index.js +5 -5
  1551. package/node_modules/axios/lib/platform/common/utils.js +6 -5
  1552. package/node_modules/axios/lib/platform/index.js +2 -2
  1553. package/node_modules/axios/lib/platform/node/index.js +9 -10
  1554. package/node_modules/axios/lib/utils.js +243 -106
  1555. package/node_modules/axios/package.json +57 -70
  1556. package/node_modules/bowser/README.md +72 -3
  1557. package/node_modules/bowser/bundled.js +1 -1
  1558. package/node_modules/bowser/es5.js +1 -1
  1559. package/node_modules/bowser/index.d.ts +44 -6
  1560. package/node_modules/bowser/package.json +10 -5
  1561. package/node_modules/bowser/src/bowser.js +24 -8
  1562. package/node_modules/bowser/src/constants.js +8 -0
  1563. package/node_modules/bowser/src/parser-browsers.js +89 -0
  1564. package/node_modules/bowser/src/parser-platforms.js +42 -0
  1565. package/node_modules/bowser/src/parser.js +86 -5
  1566. package/node_modules/constructs/.jsii +1471 -0
  1567. package/node_modules/constructs/API.md +1295 -0
  1568. package/node_modules/constructs/README.md +32 -0
  1569. package/node_modules/constructs/lib/construct.d.ts +376 -0
  1570. package/node_modules/constructs/lib/construct.js +526 -0
  1571. package/node_modules/constructs/lib/dependency.d.ts +69 -0
  1572. package/node_modules/constructs/lib/dependency.js +88 -0
  1573. package/node_modules/constructs/lib/index.d.ts +4 -0
  1574. package/node_modules/constructs/lib/index.js +19 -0
  1575. package/node_modules/constructs/lib/mixin.d.ts +15 -0
  1576. package/node_modules/constructs/lib/mixin.js +3 -0
  1577. package/node_modules/constructs/package.json +154 -0
  1578. package/node_modules/fast-xml-builder/CHANGELOG.md +16 -0
  1579. package/node_modules/fast-xml-builder/LICENSE +21 -0
  1580. package/node_modules/fast-xml-builder/README.md +23 -0
  1581. package/node_modules/fast-xml-builder/lib/fxb.cjs +1 -0
  1582. package/node_modules/fast-xml-builder/lib/fxb.d.cts +180 -0
  1583. package/node_modules/fast-xml-builder/lib/fxb.min.js +2 -0
  1584. package/node_modules/fast-xml-builder/lib/fxb.min.js.map +1 -0
  1585. package/node_modules/fast-xml-builder/package.json +80 -0
  1586. package/node_modules/fast-xml-builder/src/fxb.d.ts +180 -0
  1587. package/node_modules/fast-xml-builder/src/fxb.js +529 -0
  1588. package/node_modules/fast-xml-builder/src/ignoreAttributes.js +18 -0
  1589. package/node_modules/fast-xml-builder/src/orderedJs2Xml.js +292 -0
  1590. package/node_modules/path-expression-matcher/LICENSE +21 -0
  1591. package/node_modules/path-expression-matcher/README.md +635 -0
  1592. package/node_modules/path-expression-matcher/lib/pem.cjs +1 -0
  1593. package/node_modules/path-expression-matcher/lib/pem.d.cts +335 -0
  1594. package/node_modules/path-expression-matcher/lib/pem.min.js +2 -0
  1595. package/node_modules/path-expression-matcher/lib/pem.min.js.map +1 -0
  1596. package/node_modules/path-expression-matcher/package.json +78 -0
  1597. package/node_modules/path-expression-matcher/src/Expression.js +232 -0
  1598. package/node_modules/path-expression-matcher/src/Matcher.js +414 -0
  1599. package/node_modules/path-expression-matcher/src/index.d.ts +366 -0
  1600. package/node_modules/path-expression-matcher/src/index.js +28 -0
  1601. package/node_modules/strnum/README.md +1 -0
  1602. package/node_modules/strnum/package.json +3 -3
  1603. package/node_modules/strnum/strnum.js +85 -59
  1604. package/node_modules/strnum/tests/infinity_test.js +18 -0
  1605. package/node_modules/strnum/tests/strnum_test.js +172 -0
  1606. package/package.json +22 -22
  1607. package/node_modules/@aws-cdk/cloud-assembly-schema/.jsii +0 -6005
  1608. package/node_modules/@aws-cdk/cloud-assembly-schema/.jsii.tabl.json +0 -1
  1609. package/node_modules/@aws-cdk/cloud-assembly-schema/cli-version.json +0 -1
  1610. package/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/artifact-schema.d.ts +0 -295
  1611. package/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/artifact-schema.js +0 -3
  1612. package/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/context-queries.d.ts +0 -451
  1613. package/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/context-queries.js +0 -102
  1614. package/node_modules/@aws-cdk/cloud-assembly-schema/lib/manifest.d.ts +0 -134
  1615. package/node_modules/@aws-cdk/cloud-assembly-schema/lib/manifest.js +0 -295
  1616. package/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/classes/range.js +0 -556
  1617. package/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/classes/semver.js +0 -319
  1618. package/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/internal/identifiers.js +0 -25
  1619. package/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/package.json +0 -78
  1620. package/node_modules/@aws-cdk/cloud-assembly-schema/package.json +0 -133
  1621. package/node_modules/@aws-cdk/cloud-assembly-schema/schema/cloud-assembly.schema.json +0 -1189
  1622. package/node_modules/@aws-cdk/cloud-assembly-schema/schema/version.json +0 -5
  1623. package/node_modules/@aws-sdk/client-sso/LICENSE +0 -201
  1624. package/node_modules/@aws-sdk/client-sso/README.md +0 -252
  1625. package/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +0 -68
  1626. package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +0 -7
  1627. package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +0 -402
  1628. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +0 -38
  1629. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +0 -53
  1630. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +0 -42
  1631. package/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +0 -15
  1632. package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +0 -50
  1633. package/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +0 -62
  1634. package/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +0 -16
  1635. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +0 -16
  1636. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +0 -16
  1637. package/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +0 -16
  1638. package/node_modules/@aws-sdk/client-sso/dist-es/commands/index.js +0 -4
  1639. package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +0 -4
  1640. package/node_modules/@aws-sdk/client-sso/dist-es/index.js +0 -6
  1641. package/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js +0 -4
  1642. package/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js +0 -4
  1643. package/node_modules/@aws-sdk/client-sso/dist-es/pagination/index.js +0 -3
  1644. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +0 -33
  1645. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +0 -48
  1646. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +0 -38
  1647. package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +0 -153
  1648. package/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +0 -53
  1649. package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +0 -209
  1650. package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthExtensionConfiguration.d.ts +0 -29
  1651. package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +0 -75
  1652. package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +0 -97
  1653. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +0 -98
  1654. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +0 -100
  1655. package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +0 -97
  1656. package/node_modules/@aws-sdk/client-sso/dist-types/commands/index.d.ts +0 -4
  1657. package/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +0 -30
  1658. package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -189
  1659. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +0 -8
  1660. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +0 -7
  1661. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +0 -7
  1662. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/index.d.ts +0 -3
  1663. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +0 -58
  1664. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +0 -58
  1665. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +0 -57
  1666. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +0 -33
  1667. package/node_modules/@aws-sdk/client-sso/dist-types/schemas/schemas_0.d.ts +0 -26
  1668. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +0 -73
  1669. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +0 -142
  1670. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +0 -32
  1671. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +0 -51
  1672. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +0 -50
  1673. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +0 -47
  1674. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +0 -41
  1675. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts +0 -4
  1676. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +0 -10
  1677. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -45
  1678. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -5
  1679. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +0 -11
  1680. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +0 -11
  1681. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/index.d.ts +0 -3
  1682. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -116
  1683. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +0 -111
  1684. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -120
  1685. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -53
  1686. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/schemas/schemas_0.d.ts +0 -32
  1687. package/node_modules/@aws-sdk/client-sso/package.json +0 -99
  1688. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js +0 -40
  1689. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/structIterator.d.ts +0 -27
  1690. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/structIterator.d.ts +0 -12
  1691. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-CVy8iqsZ.js +0 -14
  1692. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/crc64-nvme-crt-container.d.ts +0 -13
  1693. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +0 -134
  1694. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/.jsii +0 -10107
  1695. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/index.d.ts +0 -79
  1696. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/index.js +0 -96
  1697. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/constructs-feature-flags.d.ts +0 -21
  1698. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/constructs-feature-flags.js +0 -63
  1699. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-job-helper.js +0 -210
  1700. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/step-function-helper.js +0 -154
  1701. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/vpc-helper.d.ts +0 -75
  1702. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/vpc-helper.js +0 -279
  1703. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/nohoist.sh +0 -11
  1704. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/package.json +0 -95
  1705. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/alb-helper.test.js +0 -520
  1706. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/apigateway-helper.test.js +0 -819
  1707. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/bedrock-inference-helper.test.js +0 -207
  1708. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/cloudfront-distribution-s3-helper.test.js +0 -1038
  1709. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/constructs-feature-flags.test.js +0 -50
  1710. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/dynamo-table.test.js +0 -639
  1711. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/elasticsearch-helper.test.js +0 -454
  1712. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/eventbridge-helper.test.js +0 -77
  1713. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/fargate-helper.test.js +0 -355
  1714. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/glue-job-helper.test.js +0 -595
  1715. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/kendra-helper.test.js +0 -489
  1716. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/kinesis-streams-helper.test.js +0 -99
  1717. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/lambda-helper.test.js +0 -486
  1718. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/opensearch-helper.test.js +0 -416
  1719. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/override-warning-service.test.js +0 -285
  1720. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/pipes-helper.test.js +0 -787
  1721. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/s3-bucket.test.js +0 -384
  1722. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/sagemaker-helper.test.js +0 -244
  1723. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/secretsmanager-helper.test.js +0 -66
  1724. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/sns-helper.test.js +0 -367
  1725. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/sqs-helper.test.js +0 -361
  1726. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/step-function-helper.test.js +0 -441
  1727. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/test-helper.d.ts +0 -59
  1728. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/test-helper.js +0 -349
  1729. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/utils.test.js +0 -275
  1730. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/vpc-helper.test.js +0 -281
  1731. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/waf-helper.test.js +0 -339
  1732. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/websocket-api-helper.test.js +0 -471
  1733. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/.jsii +0 -1312
  1734. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/API.md +0 -1159
  1735. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/README.md +0 -32
  1736. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/construct.d.ts +0 -341
  1737. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/construct.js +0 -476
  1738. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/dependency.d.ts +0 -69
  1739. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/dependency.js +0 -88
  1740. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/index.d.ts +0 -3
  1741. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/index.js +0 -20
  1742. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/package.json +0 -154
  1743. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  1744. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  1745. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  1746. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  1747. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  1748. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  1749. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  1750. package/node_modules/bowser/CHANGELOG.md +0 -218
  1751. package/node_modules/strnum/strnum.test.js +0 -173
  1752. package/node_modules/strnum/test.js +0 -9
  1753. /package/node_modules/@aws-sdk/{middleware-flexible-checksums → crc64-nvme}/dist-es/crc64-nvme-crt-container.js +0 -0
  1754. /package/node_modules/@aws-sdk/{middleware-flexible-checksums → crc64-nvme}/dist-types/ts3.4/crc64-nvme-crt-container.d.ts +0 -0
  1755. /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/endpoint/endpointResolver.js +0 -0
  1756. /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/runtimeConfig.native.js +0 -0
  1757. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/auth/httpAuthExtensionConfiguration.js +0 -0
  1758. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/endpoint/endpointResolver.js +0 -0
  1759. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/extensionConfiguration.js +0 -0
  1760. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/models/models_0.js +0 -0
  1761. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeConfig.native.js +0 -0
  1762. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeExtensions.js +0 -0
  1763. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/endpoint/EndpointParameters.js +0 -0
  1764. /package/node_modules/@aws-sdk/{client-sso/dist-es/pagination/Interfaces.js → nested-clients/dist-es/submodules/sso/extensionConfiguration.js} +0 -0
  1765. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/models/SSOServiceException.js +0 -0
  1766. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/models/errors.js +0 -0
  1767. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/cognito-identity}/endpoint/EndpointParameters.d.ts +0 -0
  1768. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/cognito-identity}/endpoint/endpointResolver.d.ts +0 -0
  1769. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/extensionConfiguration.d.ts +0 -0
  1770. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/models/SSOServiceException.d.ts +0 -0
  1771. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/models/errors.d.ts +0 -0
  1772. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeExtensions.d.ts +0 -0
  1773. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/endpoint/EndpointParameters.d.ts +0 -0
  1774. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/endpoint/endpointResolver.d.ts +0 -0
  1775. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/endpoint/ruleset.d.ts +0 -0
  1776. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/auth/httpAuthSchemeProvider.d.ts +0 -0
  1777. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/endpoint/ruleset.d.ts +0 -0
  1778. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/extensionConfiguration.d.ts +0 -0
  1779. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/models/SSOServiceException.d.ts +0 -0
  1780. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/models/errors.d.ts +0 -0
  1781. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeExtensions.d.ts +0 -0
  1782. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/README.md +0 -0
  1783. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/alb-defaults.d.ts +0 -0
  1784. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/alb-defaults.js +0 -0
  1785. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/alb-helper.d.ts +0 -0
  1786. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/alb-helper.js +0 -0
  1787. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/apigateway-defaults.d.ts +0 -0
  1788. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/apigateway-defaults.js +0 -0
  1789. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/apigateway-helper.d.ts +0 -0
  1790. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/apigateway-helper.js +0 -0
  1791. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/bedrock-inference-helper.d.ts +0 -0
  1792. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/bedrock-inference-helper.js +0 -0
  1793. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cloudfront-distribution-defaults.d.ts +0 -0
  1794. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cloudfront-distribution-defaults.js +0 -0
  1795. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cloudfront-distribution-helper.d.ts +0 -0
  1796. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cloudfront-distribution-helper.js +0 -0
  1797. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cloudwatch-log-group-defaults.d.ts +0 -0
  1798. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cloudwatch-log-group-defaults.js +0 -0
  1799. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cloudwatch-log-group-helper.d.ts +0 -0
  1800. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cloudwatch-log-group-helper.js +0 -0
  1801. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cognito-defaults.d.ts +0 -0
  1802. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cognito-defaults.js +0 -0
  1803. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cognito-helper.d.ts +0 -0
  1804. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cognito-helper.js +0 -0
  1805. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/dynamodb-table-defaults.d.ts +0 -0
  1806. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/dynamodb-table-defaults.js +0 -0
  1807. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/dynamodb-table-helper.d.ts +0 -0
  1808. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/dynamodb-table-helper.js +0 -0
  1809. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/elasticache-defaults.d.ts +0 -0
  1810. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/elasticache-defaults.js +0 -0
  1811. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/elasticache-helper.d.ts +0 -0
  1812. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/elasticache-helper.js +0 -0
  1813. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/elasticsearch-defaults.d.ts +0 -0
  1814. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/elasticsearch-defaults.js +0 -0
  1815. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/elasticsearch-helper.d.ts +0 -0
  1816. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/elasticsearch-helper.js +0 -0
  1817. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/eventbridge-helper.d.ts +0 -0
  1818. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/eventbridge-helper.js +0 -0
  1819. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/events-rule-defaults.d.ts +0 -0
  1820. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/events-rule-defaults.js +0 -0
  1821. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/fargate-defaults.d.ts +0 -0
  1822. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/fargate-defaults.js +0 -0
  1823. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/fargate-helper.d.ts +0 -0
  1824. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/fargate-helper.js +0 -0
  1825. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-database-defaults.d.ts +0 -0
  1826. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-database-defaults.js +0 -0
  1827. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-database-helper.d.ts +0 -0
  1828. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-database-helper.js +0 -0
  1829. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-job-defaults.d.ts +0 -0
  1830. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-job-defaults.js +0 -0
  1831. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-job-helper.d.ts +0 -0
  1832. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-table-defaults.d.ts +0 -0
  1833. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-table-defaults.js +0 -0
  1834. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-table-helper.d.ts +0 -0
  1835. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-table-helper.js +0 -0
  1836. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/iot-topic-rule-defaults.d.ts +0 -0
  1837. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/iot-topic-rule-defaults.js +0 -0
  1838. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kendra-defaults.d.ts +0 -0
  1839. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kendra-defaults.js +0 -0
  1840. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kendra-helper.d.ts +0 -0
  1841. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kendra-helper.js +0 -0
  1842. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-analytics-defaults.d.ts +0 -0
  1843. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-analytics-defaults.js +0 -0
  1844. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-analytics-helper.d.ts +0 -0
  1845. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-analytics-helper.js +0 -0
  1846. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-firehose-s3-defaults.d.ts +0 -0
  1847. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-firehose-s3-defaults.js +0 -0
  1848. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-streams-defaults.d.ts +0 -0
  1849. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-streams-defaults.js +0 -0
  1850. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-streams-helper.d.ts +0 -0
  1851. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-streams-helper.js +0 -0
  1852. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kms-defaults.d.ts +0 -0
  1853. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kms-defaults.js +0 -0
  1854. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kms-helper.d.ts +0 -0
  1855. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kms-helper.js +0 -0
  1856. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/lambda-defaults.d.ts +0 -0
  1857. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/lambda-defaults.js +0 -0
  1858. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/lambda-event-source-mapping-defaults.d.ts +0 -0
  1859. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/lambda-event-source-mapping-defaults.js +0 -0
  1860. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/lambda-helper.d.ts +0 -0
  1861. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/lambda-helper.js +0 -0
  1862. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/opensearch-defaults.d.ts +0 -0
  1863. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/opensearch-defaults.js +0 -0
  1864. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/opensearch-helper.d.ts +0 -0
  1865. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/opensearch-helper.js +0 -0
  1866. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/override-warning-service.d.ts +0 -0
  1867. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/override-warning-service.js +0 -0
  1868. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/pipes-defaults.d.ts +0 -0
  1869. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/pipes-defaults.js +0 -0
  1870. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/pipes-helper.d.ts +0 -0
  1871. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/pipes-helper.js +0 -0
  1872. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/s3-bucket-defaults.d.ts +0 -0
  1873. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/s3-bucket-defaults.js +0 -0
  1874. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/s3-bucket-helper.d.ts +0 -0
  1875. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/s3-bucket-helper.js +0 -0
  1876. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/s3-oac-origin.d.ts +0 -0
  1877. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/s3-oac-origin.js +0 -0
  1878. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sagemaker-defaults.d.ts +0 -0
  1879. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sagemaker-defaults.js +0 -0
  1880. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sagemaker-helper.d.ts +0 -0
  1881. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sagemaker-helper.js +0 -0
  1882. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/secretsmanager-defaults.d.ts +0 -0
  1883. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/secretsmanager-defaults.js +0 -0
  1884. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/secretsmanager-helper.d.ts +0 -0
  1885. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/secretsmanager-helper.js +0 -0
  1886. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/security-group-helper.d.ts +0 -0
  1887. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/security-group-helper.js +0 -0
  1888. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sns-defaults.d.ts +0 -0
  1889. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sns-defaults.js +0 -0
  1890. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sns-helper.d.ts +0 -0
  1891. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sns-helper.js +0 -0
  1892. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sqs-defaults.d.ts +0 -0
  1893. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sqs-defaults.js +0 -0
  1894. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sqs-helper.d.ts +0 -0
  1895. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sqs-helper.js +0 -0
  1896. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/ssm-string-parameter-helper.d.ts +0 -0
  1897. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/ssm-string-parameter-helper.js +0 -0
  1898. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/step-function-defaults.d.ts +0 -0
  1899. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/step-function-defaults.js +0 -0
  1900. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/step-function-helper.d.ts +0 -0
  1901. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/translate-helper.d.ts +0 -0
  1902. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/translate-helper.js +0 -0
  1903. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/utils.d.ts +0 -0
  1904. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/utils.js +0 -0
  1905. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/vpc-defaults.d.ts +0 -0
  1906. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/vpc-defaults.js +0 -0
  1907. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/waf-defaults.d.ts +0 -0
  1908. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/waf-defaults.js +0 -0
  1909. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/waf-helper.d.ts +0 -0
  1910. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/waf-helper.js +0 -0
  1911. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/websocket-api-defaults.d.ts +0 -0
  1912. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/websocket-api-defaults.js +0 -0
  1913. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/websocket-api-helper.d.ts +0 -0
  1914. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/websocket-api-helper.js +0 -0
  1915. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/CONTRIBUTING.md +0 -0
  1916. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/LICENSE +0 -0
  1917. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/NOTICE +0 -0
  1918. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/README.md +0 -0
  1919. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/aws-destination.d.ts +0 -0
  1920. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/aws-destination.js +0 -0
  1921. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/docker-image-asset.d.ts +0 -0
  1922. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/docker-image-asset.js +0 -0
  1923. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/file-asset.d.ts +0 -0
  1924. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/file-asset.js +0 -0
  1925. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/index.d.ts +0 -0
  1926. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/index.js +0 -0
  1927. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/schema.d.ts +0 -0
  1928. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/schema.js +0 -0
  1929. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/index.d.ts +0 -0
  1930. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/index.js +0 -0
  1931. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/interfaces.d.ts +0 -0
  1932. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/interfaces.js +0 -0
  1933. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/metadata-schema.d.ts +0 -0
  1934. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/metadata-schema.js +0 -0
  1935. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/schema.d.ts +0 -0
  1936. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/schema.js +0 -0
  1937. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/index.d.ts +0 -0
  1938. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/index.js +0 -0
  1939. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/common.d.ts +0 -0
  1940. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/common.js +0 -0
  1941. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/deploy.d.ts +0 -0
  1942. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/deploy.js +0 -0
  1943. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/destroy.d.ts +0 -0
  1944. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/destroy.js +0 -0
  1945. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/index.d.ts +0 -0
  1946. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/index.js +0 -0
  1947. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/index.d.ts +0 -0
  1948. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/index.js +0 -0
  1949. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/schema.d.ts +0 -0
  1950. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/schema.js +0 -0
  1951. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/test-case.d.ts +0 -0
  1952. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/test-case.js +0 -0
  1953. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/.editorconfig +0 -0
  1954. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/LICENSE +0 -0
  1955. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/README.md +0 -0
  1956. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/lib/attribute.js +0 -0
  1957. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/lib/helpers.js +0 -0
  1958. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/lib/index.d.ts +0 -0
  1959. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/lib/index.js +0 -0
  1960. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/lib/scan.js +0 -0
  1961. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/lib/validator.js +0 -0
  1962. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/package.json +0 -0
  1963. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/LICENSE +0 -0
  1964. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/README.md +0 -0
  1965. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/bin/semver.js +0 -0
  1966. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/classes/comparator.js +0 -0
  1967. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/classes/index.js +0 -0
  1968. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/clean.js +0 -0
  1969. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/cmp.js +0 -0
  1970. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/coerce.js +0 -0
  1971. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/compare-build.js +0 -0
  1972. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/compare-loose.js +0 -0
  1973. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/compare.js +0 -0
  1974. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/diff.js +0 -0
  1975. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/eq.js +0 -0
  1976. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/gt.js +0 -0
  1977. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/gte.js +0 -0
  1978. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/inc.js +0 -0
  1979. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/lt.js +0 -0
  1980. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/lte.js +0 -0
  1981. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/major.js +0 -0
  1982. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/minor.js +0 -0
  1983. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/neq.js +0 -0
  1984. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/parse.js +0 -0
  1985. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/patch.js +0 -0
  1986. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/prerelease.js +0 -0
  1987. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/rcompare.js +0 -0
  1988. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/rsort.js +0 -0
  1989. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/satisfies.js +0 -0
  1990. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/sort.js +0 -0
  1991. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/valid.js +0 -0
  1992. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/index.js +0 -0
  1993. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/internal/constants.js +0 -0
  1994. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/internal/debug.js +0 -0
  1995. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/internal/lrucache.js +0 -0
  1996. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/internal/parse-options.js +0 -0
  1997. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/internal/re.js +0 -0
  1998. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/preload.js +0 -0
  1999. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/range.bnf +0 -0
  2000. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/gtr.js +0 -0
  2001. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/intersects.js +0 -0
  2002. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/ltr.js +0 -0
  2003. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/max-satisfying.js +0 -0
  2004. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/min-satisfying.js +0 -0
  2005. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/min-version.js +0 -0
  2006. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/outside.js +0 -0
  2007. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/simplify.js +0 -0
  2008. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/subset.js +0 -0
  2009. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/to-comparators.js +0 -0
  2010. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/valid.js +0 -0
  2011. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/rosetta/default.ts-fixture +0 -0
  2012. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/schema/README.md +0 -0
  2013. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/schema/assets.schema.json +0 -0
  2014. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/schema/integ.schema.json +0 -0
  2015. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/.circleci/config.yml +0 -0
  2016. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/.eslintrc +0 -0
  2017. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/.vscode/launch.json +0 -0
  2018. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/.vscode/tasks.json +0 -0
  2019. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/ChangeLog.md +0 -0
  2020. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/LICENSE +0 -0
  2021. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/Readme.md +0 -0
  2022. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/dist/deep-diff.min.js +0 -0
  2023. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/dist/deep-diff.min.js.map +0 -0
  2024. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/apply-diff-from-any.js +0 -0
  2025. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/array-change.js +0 -0
  2026. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/capture_change_apply_elsewhere.js +0 -0
  2027. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/diff-ignoring-fun.js +0 -0
  2028. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/diff-scenarios.js +0 -0
  2029. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/example1.js +0 -0
  2030. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-111.js +0 -0
  2031. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-113-1.js +0 -0
  2032. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-113-2.js +0 -0
  2033. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-115.js +0 -0
  2034. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-124.js +0 -0
  2035. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-125.js +0 -0
  2036. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-126.js +0 -0
  2037. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-35.js +0 -0
  2038. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-47.js +0 -0
  2039. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-48.js +0 -0
  2040. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-62.js +0 -0
  2041. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-70.js +0 -0
  2042. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-71.js +0 -0
  2043. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-72.js +0 -0
  2044. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-74.js +0 -0
  2045. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-78.js +0 -0
  2046. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-83.js +0 -0
  2047. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-88.js +0 -0
  2048. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/performance.js +0 -0
  2049. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/practice-data.json +0 -0
  2050. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/index.js +0 -0
  2051. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/package.json +0 -0
  2052. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/test/.eslintrc +0 -0
  2053. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/test/tests.html +0 -0
  2054. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/test/tests.js +0 -0
  2055. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/.editorconfig +0 -0
  2056. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/.eslintcache +0 -0
  2057. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/changelog.md +0 -0
  2058. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/dist/cjs.js +0 -0
  2059. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/dist/umd.js +0 -0
  2060. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/index.d.ts +0 -0
  2061. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/index.js +0 -0
  2062. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/license.txt +0 -0
  2063. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/package.json +0 -0
  2064. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/readme.md +0 -0
  2065. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/rollup.config.js +0 -0
  2066. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/npmlog/LICENSE.md +0 -0
  2067. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/npmlog/README.md +0 -0
  2068. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/npmlog/lib/log.js +0 -0
  2069. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/npmlog/package.json +0 -0
  2070. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/alb-helper.test.d.ts +0 -0
  2071. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/apigateway-helper.test.d.ts +0 -0
  2072. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/bedrock-inference-helper.test.d.ts +0 -0
  2073. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/cloudfront-distribution-api-gateway-helper.test.d.ts +0 -0
  2074. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/cloudfront-distribution-api-gateway-helper.test.js +0 -0
  2075. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/cloudfront-distribution-s3-helper.test.d.ts +0 -0
  2076. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/cloudwatch-log-group-helper.test.d.ts +0 -0
  2077. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/cloudwatch-log-group-helper.test.js +0 -0
  2078. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/congnito-helper.test.d.ts +0 -0
  2079. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/congnito-helper.test.js +0 -0
  2080. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/constructs-feature-flags.test.d.ts +0 -0
  2081. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/dynamo-table.test.d.ts +0 -0
  2082. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/elasticache-defaults.test.d.ts +0 -0
  2083. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/elasticache-defaults.test.js +0 -0
  2084. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/elasticache-helper.test.d.ts +0 -0
  2085. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/elasticache-helper.test.js +0 -0
  2086. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/elasticsearch-helper.test.d.ts +0 -0
  2087. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/eventbridge-helper.test.d.ts +0 -0
  2088. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/events-rule.test.d.ts +0 -0
  2089. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/events-rule.test.js +0 -0
  2090. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/fargate-helper.test.d.ts +0 -0
  2091. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/glue-job-helper.test.d.ts +0 -0
  2092. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/glue-table-helper.test.d.ts +0 -0
  2093. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/glue-table-helper.test.js +0 -0
  2094. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/iot-rule.test.d.ts +0 -0
  2095. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/iot-rule.test.js +0 -0
  2096. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kendra-helper.test.d.ts +0 -0
  2097. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kinesis-analytics.test.d.ts +0 -0
  2098. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kinesis-analytics.test.js +0 -0
  2099. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kinesis-firehose-s3-defaults.test.d.ts +0 -0
  2100. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kinesis-firehose-s3-defaults.test.js +0 -0
  2101. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kinesis-streams-defaults.test.d.ts +0 -0
  2102. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kinesis-streams-defaults.test.js +0 -0
  2103. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kinesis-streams-helper.test.d.ts +0 -0
  2104. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kms-helper.test.d.ts +0 -0
  2105. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kms-helper.test.js +0 -0
  2106. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/lambda/index.js +0 -0
  2107. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/lambda-event-source.test.d.ts +0 -0
  2108. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/lambda-event-source.test.js +0 -0
  2109. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/lambda-helper.test.d.ts +0 -0
  2110. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/lambda-test/index.js +0 -0
  2111. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/openapi/apiDefinition.json +0 -0
  2112. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/opensearch-helper.test.d.ts +0 -0
  2113. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/override-warning-service.test.d.ts +0 -0
  2114. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/pipes-helper.test.d.ts +0 -0
  2115. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/s3-bucket-helper.test.d.ts → core/test/polly-helper.test.d.ts} +0 -0
  2116. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/s3-bucket.test.d.ts → core/test/s3-bucket-helper.test.d.ts} +0 -0
  2117. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/s3-bucket-helper.test.js +0 -0
  2118. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/sagemaker-helper.test.d.ts → core/test/s3-bucket.test.d.ts} +0 -0
  2119. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/secretsmanager-helper.test.d.ts → core/test/sagemaker-helper.test.d.ts} +0 -0
  2120. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/security-group-helper.test.d.ts → core/test/secretsmanager-helper.test.d.ts} +0 -0
  2121. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/sns-helper.test.d.ts → core/test/security-group-helper.test.d.ts} +0 -0
  2122. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/security-group-helper.test.js +0 -0
  2123. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/sqs-helper.test.d.ts → core/test/sns-helper.test.d.ts} +0 -0
  2124. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/ssm-string-parameter-helper.test.d.ts → core/test/sqs-helper.test.d.ts} +0 -0
  2125. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/step-function-helper.test.d.ts → core/test/ssm-string-parameter-helper.test.d.ts} +0 -0
  2126. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/ssm-string-parameter-helper.test.js +0 -0
  2127. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/translate-helper.test.d.ts → core/test/step-function-helper.test.d.ts} +0 -0
  2128. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/utils.test.d.ts → core/test/textract-helper.test.d.ts} +0 -0
  2129. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/vpc-helper.test.d.ts → core/test/translate-helper.test.d.ts} +0 -0
  2130. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/translate-helper.test.js +0 -0
  2131. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/waf-helper.test.d.ts → core/test/utils.test.d.ts} +0 -0
  2132. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/websocket-api-defaults.test.d.ts → core/test/validation.test.d.ts} +0 -0
  2133. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/websocket-api-helper.test.d.ts → core/test/vpc-helper.test.d.ts} +0 -0
  2134. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/websocket-api-defaults.test.js +0 -0
  2135. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/.compatignore +0 -0
  2136. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/CODE_OF_CONDUCT.md +0 -0
  2137. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/CONTRIBUTING.md +0 -0
  2138. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/Dockerfile +0 -0
  2139. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/LICENSE +0 -0
  2140. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/NOTICE +0 -0
  2141. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/lib/metadata.d.ts +0 -0
  2142. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/lib/metadata.js +0 -0
  2143. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/lib/private/stack-trace.d.ts +0 -0
  2144. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/lib/private/stack-trace.js +0 -0
  2145. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/lib/private/uniqueid.d.ts +0 -0
  2146. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/lib/private/uniqueid.js +0 -0
  2147. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/version.json +0 -0
  2148. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlbuilder → fast-xml-builder/src}/prettifyJs2Xml.js +0 -0
@@ -0,0 +1,3258 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CreateBucketMetadataTableConfigurationRequest$ = exports.CreateBucketMetadataConfigurationRequest$ = exports.CreateBucketConfiguration$ = exports.CORSRule$ = exports.CORSConfiguration$ = exports.CopyPartResult$ = exports.CopyObjectResult$ = exports.CopyObjectRequest$ = exports.CopyObjectOutput$ = exports.ContinuationEvent$ = exports.Condition$ = exports.CompleteMultipartUploadRequest$ = exports.CompleteMultipartUploadOutput$ = exports.CompletedPart$ = exports.CompletedMultipartUpload$ = exports.CommonPrefix$ = exports.Checksum$ = exports.BucketLoggingStatus$ = exports.BucketLifecycleConfiguration$ = exports.BucketInfo$ = exports.Bucket$ = exports.BlockedEncryptionTypes$ = exports.AnalyticsS3BucketDestination$ = exports.AnalyticsExportDestination$ = exports.AnalyticsConfiguration$ = exports.AnalyticsAndOperator$ = exports.AccessControlTranslation$ = exports.AccessControlPolicy$ = exports.AccelerateConfiguration$ = exports.AbortMultipartUploadRequest$ = exports.AbortMultipartUploadOutput$ = exports.AbortIncompleteMultipartUpload$ = exports.AbacStatus$ = exports.errorTypeRegistries = exports.TooManyParts$ = exports.ObjectNotInActiveTierError$ = exports.ObjectAlreadyInActiveTierError$ = exports.NotFound$ = exports.NoSuchUpload$ = exports.NoSuchKey$ = exports.NoSuchBucket$ = exports.InvalidWriteOffset$ = exports.InvalidRequest$ = exports.InvalidObjectState$ = exports.IdempotencyParameterMismatch$ = exports.EncryptionTypeMismatch$ = exports.BucketAlreadyOwnedByYou$ = exports.BucketAlreadyExists$ = exports.AccessDenied$ = exports.S3ServiceException$ = void 0;
4
+ exports.GetBucketAccelerateConfigurationRequest$ = exports.GetBucketAccelerateConfigurationOutput$ = exports.GetBucketAbacRequest$ = exports.GetBucketAbacOutput$ = exports.FilterRule$ = exports.ExistingObjectReplication$ = exports.EventBridgeConfiguration$ = exports.ErrorDocument$ = exports.ErrorDetails$ = exports._Error$ = exports.EndEvent$ = exports.EncryptionConfiguration$ = exports.Encryption$ = exports.DestinationResult$ = exports.Destination$ = exports.DeletePublicAccessBlockRequest$ = exports.DeleteObjectTaggingRequest$ = exports.DeleteObjectTaggingOutput$ = exports.DeleteObjectsRequest$ = exports.DeleteObjectsOutput$ = exports.DeleteObjectRequest$ = exports.DeleteObjectOutput$ = exports.DeleteMarkerReplication$ = exports.DeleteMarkerEntry$ = exports.DeletedObject$ = exports.DeleteBucketWebsiteRequest$ = exports.DeleteBucketTaggingRequest$ = exports.DeleteBucketRequest$ = exports.DeleteBucketReplicationRequest$ = exports.DeleteBucketPolicyRequest$ = exports.DeleteBucketOwnershipControlsRequest$ = exports.DeleteBucketMetricsConfigurationRequest$ = exports.DeleteBucketMetadataTableConfigurationRequest$ = exports.DeleteBucketMetadataConfigurationRequest$ = exports.DeleteBucketLifecycleRequest$ = exports.DeleteBucketInventoryConfigurationRequest$ = exports.DeleteBucketIntelligentTieringConfigurationRequest$ = exports.DeleteBucketEncryptionRequest$ = exports.DeleteBucketCorsRequest$ = exports.DeleteBucketAnalyticsConfigurationRequest$ = exports.Delete$ = exports.DefaultRetention$ = exports.CSVOutput$ = exports.CSVInput$ = exports.CreateSessionRequest$ = exports.CreateSessionOutput$ = exports.CreateMultipartUploadRequest$ = exports.CreateMultipartUploadOutput$ = exports.CreateBucketRequest$ = exports.CreateBucketOutput$ = void 0;
5
+ exports.GetObjectLegalHoldRequest$ = exports.GetObjectLegalHoldOutput$ = exports.GetObjectAttributesRequest$ = exports.GetObjectAttributesParts$ = exports.GetObjectAttributesOutput$ = exports.GetObjectAclRequest$ = exports.GetObjectAclOutput$ = exports.GetBucketWebsiteRequest$ = exports.GetBucketWebsiteOutput$ = exports.GetBucketVersioningRequest$ = exports.GetBucketVersioningOutput$ = exports.GetBucketTaggingRequest$ = exports.GetBucketTaggingOutput$ = exports.GetBucketRequestPaymentRequest$ = exports.GetBucketRequestPaymentOutput$ = exports.GetBucketReplicationRequest$ = exports.GetBucketReplicationOutput$ = exports.GetBucketPolicyStatusRequest$ = exports.GetBucketPolicyStatusOutput$ = exports.GetBucketPolicyRequest$ = exports.GetBucketPolicyOutput$ = exports.GetBucketOwnershipControlsRequest$ = exports.GetBucketOwnershipControlsOutput$ = exports.GetBucketNotificationConfigurationRequest$ = exports.GetBucketMetricsConfigurationRequest$ = exports.GetBucketMetricsConfigurationOutput$ = exports.GetBucketMetadataTableConfigurationResult$ = exports.GetBucketMetadataTableConfigurationRequest$ = exports.GetBucketMetadataTableConfigurationOutput$ = exports.GetBucketMetadataConfigurationResult$ = exports.GetBucketMetadataConfigurationRequest$ = exports.GetBucketMetadataConfigurationOutput$ = exports.GetBucketLoggingRequest$ = exports.GetBucketLoggingOutput$ = exports.GetBucketLocationRequest$ = exports.GetBucketLocationOutput$ = exports.GetBucketLifecycleConfigurationRequest$ = exports.GetBucketLifecycleConfigurationOutput$ = exports.GetBucketInventoryConfigurationRequest$ = exports.GetBucketInventoryConfigurationOutput$ = exports.GetBucketIntelligentTieringConfigurationRequest$ = exports.GetBucketIntelligentTieringConfigurationOutput$ = exports.GetBucketEncryptionRequest$ = exports.GetBucketEncryptionOutput$ = exports.GetBucketCorsRequest$ = exports.GetBucketCorsOutput$ = exports.GetBucketAnalyticsConfigurationRequest$ = exports.GetBucketAnalyticsConfigurationOutput$ = exports.GetBucketAclRequest$ = exports.GetBucketAclOutput$ = void 0;
6
+ exports.ListBucketInventoryConfigurationsRequest$ = exports.ListBucketInventoryConfigurationsOutput$ = exports.ListBucketIntelligentTieringConfigurationsRequest$ = exports.ListBucketIntelligentTieringConfigurationsOutput$ = exports.ListBucketAnalyticsConfigurationsRequest$ = exports.ListBucketAnalyticsConfigurationsOutput$ = exports.LifecycleRuleFilter$ = exports.LifecycleRuleAndOperator$ = exports.LifecycleRule$ = exports.LifecycleExpiration$ = exports.LambdaFunctionConfiguration$ = exports.JSONOutput$ = exports.JSONInput$ = exports.JournalTableConfigurationUpdates$ = exports.JournalTableConfigurationResult$ = exports.JournalTableConfiguration$ = exports.InventoryTableConfigurationUpdates$ = exports.InventoryTableConfigurationResult$ = exports.InventoryTableConfiguration$ = exports.InventorySchedule$ = exports.InventoryS3BucketDestination$ = exports.InventoryFilter$ = exports.InventoryEncryption$ = exports.InventoryDestination$ = exports.InventoryConfiguration$ = exports.IntelligentTieringFilter$ = exports.IntelligentTieringConfiguration$ = exports.IntelligentTieringAndOperator$ = exports.InputSerialization$ = exports.Initiator$ = exports.IndexDocument$ = exports.HeadObjectRequest$ = exports.HeadObjectOutput$ = exports.HeadBucketRequest$ = exports.HeadBucketOutput$ = exports.Grantee$ = exports.Grant$ = exports.GlacierJobParameters$ = exports.GetPublicAccessBlockRequest$ = exports.GetPublicAccessBlockOutput$ = exports.GetObjectTorrentRequest$ = exports.GetObjectTorrentOutput$ = exports.GetObjectTaggingRequest$ = exports.GetObjectTaggingOutput$ = exports.GetObjectRetentionRequest$ = exports.GetObjectRetentionOutput$ = exports.GetObjectRequest$ = exports.GetObjectOutput$ = exports.GetObjectLockConfigurationRequest$ = exports.GetObjectLockConfigurationOutput$ = void 0;
7
+ exports.Progress$ = exports.PolicyStatus$ = exports.PartitionedPrefix$ = exports.Part$ = exports.ParquetInput$ = exports.OwnershipControlsRule$ = exports.OwnershipControls$ = exports.Owner$ = exports.OutputSerialization$ = exports.OutputLocation$ = exports.ObjectVersion$ = exports.ObjectPart$ = exports.ObjectLockRule$ = exports.ObjectLockRetention$ = exports.ObjectLockLegalHold$ = exports.ObjectLockConfiguration$ = exports.ObjectIdentifier$ = exports._Object$ = exports.NotificationConfigurationFilter$ = exports.NotificationConfiguration$ = exports.NoncurrentVersionTransition$ = exports.NoncurrentVersionExpiration$ = exports.MultipartUpload$ = exports.MetricsConfiguration$ = exports.MetricsAndOperator$ = exports.Metrics$ = exports.MetadataTableEncryptionConfiguration$ = exports.MetadataTableConfigurationResult$ = exports.MetadataTableConfiguration$ = exports.MetadataEntry$ = exports.MetadataConfigurationResult$ = exports.MetadataConfiguration$ = exports.LoggingEnabled$ = exports.LocationInfo$ = exports.ListPartsRequest$ = exports.ListPartsOutput$ = exports.ListObjectVersionsRequest$ = exports.ListObjectVersionsOutput$ = exports.ListObjectsV2Request$ = exports.ListObjectsV2Output$ = exports.ListObjectsRequest$ = exports.ListObjectsOutput$ = exports.ListMultipartUploadsRequest$ = exports.ListMultipartUploadsOutput$ = exports.ListDirectoryBucketsRequest$ = exports.ListDirectoryBucketsOutput$ = exports.ListBucketsRequest$ = exports.ListBucketsOutput$ = exports.ListBucketMetricsConfigurationsRequest$ = exports.ListBucketMetricsConfigurationsOutput$ = void 0;
8
+ exports.RequestPaymentConfiguration$ = exports.ReplicationTimeValue$ = exports.ReplicationTime$ = exports.ReplicationRuleFilter$ = exports.ReplicationRuleAndOperator$ = exports.ReplicationRule$ = exports.ReplicationConfiguration$ = exports.ReplicaModifications$ = exports.RenameObjectRequest$ = exports.RenameObjectOutput$ = exports.RedirectAllRequestsTo$ = exports.Redirect$ = exports.RecordsEvent$ = exports.RecordExpiration$ = exports.QueueConfiguration$ = exports.PutPublicAccessBlockRequest$ = exports.PutObjectTaggingRequest$ = exports.PutObjectTaggingOutput$ = exports.PutObjectRetentionRequest$ = exports.PutObjectRetentionOutput$ = exports.PutObjectRequest$ = exports.PutObjectOutput$ = exports.PutObjectLockConfigurationRequest$ = exports.PutObjectLockConfigurationOutput$ = exports.PutObjectLegalHoldRequest$ = exports.PutObjectLegalHoldOutput$ = exports.PutObjectAclRequest$ = exports.PutObjectAclOutput$ = exports.PutBucketWebsiteRequest$ = exports.PutBucketVersioningRequest$ = exports.PutBucketTaggingRequest$ = exports.PutBucketRequestPaymentRequest$ = exports.PutBucketReplicationRequest$ = exports.PutBucketPolicyRequest$ = exports.PutBucketOwnershipControlsRequest$ = exports.PutBucketNotificationConfigurationRequest$ = exports.PutBucketMetricsConfigurationRequest$ = exports.PutBucketLoggingRequest$ = exports.PutBucketLifecycleConfigurationRequest$ = exports.PutBucketLifecycleConfigurationOutput$ = exports.PutBucketInventoryConfigurationRequest$ = exports.PutBucketIntelligentTieringConfigurationRequest$ = exports.PutBucketEncryptionRequest$ = exports.PutBucketCorsRequest$ = exports.PutBucketAnalyticsConfigurationRequest$ = exports.PutBucketAclRequest$ = exports.PutBucketAccelerateConfigurationRequest$ = exports.PutBucketAbacRequest$ = exports.PublicAccessBlockConfiguration$ = exports.ProgressEvent$ = void 0;
9
+ exports.SelectObjectContentEventStream$ = exports.ObjectEncryption$ = exports.MetricsFilter$ = exports.AnalyticsFilter$ = exports.WriteGetObjectResponseRequest$ = exports.WebsiteConfiguration$ = exports.VersioningConfiguration$ = exports.UploadPartRequest$ = exports.UploadPartOutput$ = exports.UploadPartCopyRequest$ = exports.UploadPartCopyOutput$ = exports.UpdateObjectEncryptionResponse$ = exports.UpdateObjectEncryptionRequest$ = exports.UpdateBucketMetadataJournalTableConfigurationRequest$ = exports.UpdateBucketMetadataInventoryTableConfigurationRequest$ = exports.Transition$ = exports.TopicConfiguration$ = exports.Tiering$ = exports.TargetObjectKeyFormat$ = exports.TargetGrant$ = exports.Tagging$ = exports.Tag$ = exports.StorageClassAnalysisDataExport$ = exports.StorageClassAnalysis$ = exports.StatsEvent$ = exports.Stats$ = exports.SSES3$ = exports.SSEKMSEncryption$ = exports.SseKmsEncryptedObjects$ = exports.SSEKMS$ = exports.SourceSelectionCriteria$ = exports.SimplePrefix$ = exports.SessionCredentials$ = exports.ServerSideEncryptionRule$ = exports.ServerSideEncryptionConfiguration$ = exports.ServerSideEncryptionByDefault$ = exports.SelectParameters$ = exports.SelectObjectContentRequest$ = exports.SelectObjectContentOutput$ = exports.ScanRange$ = exports.S3TablesDestinationResult$ = exports.S3TablesDestination$ = exports.S3Location$ = exports.S3KeyFilter$ = exports.RoutingRule$ = exports.RestoreStatus$ = exports.RestoreRequest$ = exports.RestoreObjectRequest$ = exports.RestoreObjectOutput$ = exports.RequestProgress$ = void 0;
10
+ exports.GetBucketWebsite$ = exports.GetBucketVersioning$ = exports.GetBucketTagging$ = exports.GetBucketRequestPayment$ = exports.GetBucketReplication$ = exports.GetBucketPolicyStatus$ = exports.GetBucketPolicy$ = exports.GetBucketOwnershipControls$ = exports.GetBucketNotificationConfiguration$ = exports.GetBucketMetricsConfiguration$ = exports.GetBucketMetadataTableConfiguration$ = exports.GetBucketMetadataConfiguration$ = exports.GetBucketLogging$ = exports.GetBucketLocation$ = exports.GetBucketLifecycleConfiguration$ = exports.GetBucketInventoryConfiguration$ = exports.GetBucketIntelligentTieringConfiguration$ = exports.GetBucketEncryption$ = exports.GetBucketCors$ = exports.GetBucketAnalyticsConfiguration$ = exports.GetBucketAcl$ = exports.GetBucketAccelerateConfiguration$ = exports.GetBucketAbac$ = exports.DeletePublicAccessBlock$ = exports.DeleteObjectTagging$ = exports.DeleteObjects$ = exports.DeleteObject$ = exports.DeleteBucketWebsite$ = exports.DeleteBucketTagging$ = exports.DeleteBucketReplication$ = exports.DeleteBucketPolicy$ = exports.DeleteBucketOwnershipControls$ = exports.DeleteBucketMetricsConfiguration$ = exports.DeleteBucketMetadataTableConfiguration$ = exports.DeleteBucketMetadataConfiguration$ = exports.DeleteBucketLifecycle$ = exports.DeleteBucketInventoryConfiguration$ = exports.DeleteBucketIntelligentTieringConfiguration$ = exports.DeleteBucketEncryption$ = exports.DeleteBucketCors$ = exports.DeleteBucketAnalyticsConfiguration$ = exports.DeleteBucket$ = exports.CreateSession$ = exports.CreateMultipartUpload$ = exports.CreateBucketMetadataTableConfiguration$ = exports.CreateBucketMetadataConfiguration$ = exports.CreateBucket$ = exports.CopyObject$ = exports.CompleteMultipartUpload$ = exports.AbortMultipartUpload$ = void 0;
11
+ exports.RestoreObject$ = exports.RenameObject$ = exports.PutPublicAccessBlock$ = exports.PutObjectTagging$ = exports.PutObjectRetention$ = exports.PutObjectLockConfiguration$ = exports.PutObjectLegalHold$ = exports.PutObjectAcl$ = exports.PutObject$ = exports.PutBucketWebsite$ = exports.PutBucketVersioning$ = exports.PutBucketTagging$ = exports.PutBucketRequestPayment$ = exports.PutBucketReplication$ = exports.PutBucketPolicy$ = exports.PutBucketOwnershipControls$ = exports.PutBucketNotificationConfiguration$ = exports.PutBucketMetricsConfiguration$ = exports.PutBucketLogging$ = exports.PutBucketLifecycleConfiguration$ = exports.PutBucketInventoryConfiguration$ = exports.PutBucketIntelligentTieringConfiguration$ = exports.PutBucketEncryption$ = exports.PutBucketCors$ = exports.PutBucketAnalyticsConfiguration$ = exports.PutBucketAcl$ = exports.PutBucketAccelerateConfiguration$ = exports.PutBucketAbac$ = exports.ListParts$ = exports.ListObjectVersions$ = exports.ListObjectsV2$ = exports.ListObjects$ = exports.ListMultipartUploads$ = exports.ListDirectoryBuckets$ = exports.ListBuckets$ = exports.ListBucketMetricsConfigurations$ = exports.ListBucketInventoryConfigurations$ = exports.ListBucketIntelligentTieringConfigurations$ = exports.ListBucketAnalyticsConfigurations$ = exports.HeadObject$ = exports.HeadBucket$ = exports.GetPublicAccessBlock$ = exports.GetObjectTorrent$ = exports.GetObjectTagging$ = exports.GetObjectRetention$ = exports.GetObjectLockConfiguration$ = exports.GetObjectLegalHold$ = exports.GetObjectAttributes$ = exports.GetObjectAcl$ = exports.GetObject$ = void 0;
12
+ exports.WriteGetObjectResponse$ = exports.UploadPartCopy$ = exports.UploadPart$ = exports.UpdateObjectEncryption$ = exports.UpdateBucketMetadataJournalTableConfiguration$ = exports.UpdateBucketMetadataInventoryTableConfiguration$ = exports.SelectObjectContent$ = void 0;
13
+ const _A = "Account";
14
+ const _AAO = "AnalyticsAndOperator";
15
+ const _AC = "AccelerateConfiguration";
16
+ const _ACL = "AccessControlList";
17
+ const _ACL_ = "ACL";
18
+ const _ACLn = "AnalyticsConfigurationList";
19
+ const _ACP = "AccessControlPolicy";
20
+ const _ACT = "AccessControlTranslation";
21
+ const _ACn = "AnalyticsConfiguration";
22
+ const _AD = "AccessDenied";
23
+ const _ADb = "AbortDate";
24
+ const _AED = "AnalyticsExportDestination";
25
+ const _AF = "AnalyticsFilter";
26
+ const _AH = "AllowedHeaders";
27
+ const _AHl = "AllowedHeader";
28
+ const _AI = "AccountId";
29
+ const _AIMU = "AbortIncompleteMultipartUpload";
30
+ const _AKI = "AccessKeyId";
31
+ const _AM = "AllowedMethods";
32
+ const _AMU = "AbortMultipartUpload";
33
+ const _AMUO = "AbortMultipartUploadOutput";
34
+ const _AMUR = "AbortMultipartUploadRequest";
35
+ const _AMl = "AllowedMethod";
36
+ const _AO = "AllowedOrigins";
37
+ const _AOl = "AllowedOrigin";
38
+ const _APA = "AccessPointAlias";
39
+ const _APAc = "AccessPointArn";
40
+ const _AQRD = "AllowQuotedRecordDelimiter";
41
+ const _AR = "AcceptRanges";
42
+ const _ARI = "AbortRuleId";
43
+ const _AS = "AbacStatus";
44
+ const _ASBD = "AnalyticsS3BucketDestination";
45
+ const _ASSEBD = "ApplyServerSideEncryptionByDefault";
46
+ const _ASr = "ArchiveStatus";
47
+ const _AT = "AccessTier";
48
+ const _An = "And";
49
+ const _B = "Bucket";
50
+ const _BA = "BucketArn";
51
+ const _BAE = "BucketAlreadyExists";
52
+ const _BAI = "BucketAccountId";
53
+ const _BAOBY = "BucketAlreadyOwnedByYou";
54
+ const _BET = "BlockedEncryptionTypes";
55
+ const _BGR = "BypassGovernanceRetention";
56
+ const _BI = "BucketInfo";
57
+ const _BKE = "BucketKeyEnabled";
58
+ const _BLC = "BucketLifecycleConfiguration";
59
+ const _BLN = "BucketLocationName";
60
+ const _BLS = "BucketLoggingStatus";
61
+ const _BLT = "BucketLocationType";
62
+ const _BN = "BucketNamespace";
63
+ const _BNu = "BucketName";
64
+ const _BP = "BytesProcessed";
65
+ const _BPA = "BlockPublicAcls";
66
+ const _BPP = "BlockPublicPolicy";
67
+ const _BR = "BucketRegion";
68
+ const _BRy = "BytesReturned";
69
+ const _BS = "BytesScanned";
70
+ const _Bo = "Body";
71
+ const _Bu = "Buckets";
72
+ const _C = "Checksum";
73
+ const _CA = "ChecksumAlgorithm";
74
+ const _CACL = "CannedACL";
75
+ const _CB = "CreateBucket";
76
+ const _CBC = "CreateBucketConfiguration";
77
+ const _CBMC = "CreateBucketMetadataConfiguration";
78
+ const _CBMCR = "CreateBucketMetadataConfigurationRequest";
79
+ const _CBMTC = "CreateBucketMetadataTableConfiguration";
80
+ const _CBMTCR = "CreateBucketMetadataTableConfigurationRequest";
81
+ const _CBO = "CreateBucketOutput";
82
+ const _CBR = "CreateBucketRequest";
83
+ const _CC = "CacheControl";
84
+ const _CCRC = "ChecksumCRC32";
85
+ const _CCRCC = "ChecksumCRC32C";
86
+ const _CCRCNVME = "ChecksumCRC64NVME";
87
+ const _CC_ = "Cache-Control";
88
+ const _CD = "CreationDate";
89
+ const _CD_ = "Content-Disposition";
90
+ const _CDo = "ContentDisposition";
91
+ const _CE = "ContinuationEvent";
92
+ const _CE_ = "Content-Encoding";
93
+ const _CEo = "ContentEncoding";
94
+ const _CF = "CloudFunction";
95
+ const _CFC = "CloudFunctionConfiguration";
96
+ const _CL = "ContentLanguage";
97
+ const _CL_ = "Content-Language";
98
+ const _CL__ = "Content-Length";
99
+ const _CLo = "ContentLength";
100
+ const _CM = "Content-MD5";
101
+ const _CMD = "ContentMD5";
102
+ const _CMU = "CompletedMultipartUpload";
103
+ const _CMUO = "CompleteMultipartUploadOutput";
104
+ const _CMUOr = "CreateMultipartUploadOutput";
105
+ const _CMUR = "CompleteMultipartUploadResult";
106
+ const _CMURo = "CompleteMultipartUploadRequest";
107
+ const _CMURr = "CreateMultipartUploadRequest";
108
+ const _CMUo = "CompleteMultipartUpload";
109
+ const _CMUr = "CreateMultipartUpload";
110
+ const _CMh = "ChecksumMode";
111
+ const _CO = "CopyObject";
112
+ const _COO = "CopyObjectOutput";
113
+ const _COR = "CopyObjectResult";
114
+ const _CORSC = "CORSConfiguration";
115
+ const _CORSR = "CORSRules";
116
+ const _CORSRu = "CORSRule";
117
+ const _CORo = "CopyObjectRequest";
118
+ const _CP = "CommonPrefix";
119
+ const _CPL = "CommonPrefixList";
120
+ const _CPLo = "CompletedPartList";
121
+ const _CPR = "CopyPartResult";
122
+ const _CPo = "CompletedPart";
123
+ const _CPom = "CommonPrefixes";
124
+ const _CR = "ContentRange";
125
+ const _CRSBA = "ConfirmRemoveSelfBucketAccess";
126
+ const _CR_ = "Content-Range";
127
+ const _CS = "CopySource";
128
+ const _CSHA = "ChecksumSHA1";
129
+ const _CSHAh = "ChecksumSHA256";
130
+ const _CSIM = "CopySourceIfMatch";
131
+ const _CSIMS = "CopySourceIfModifiedSince";
132
+ const _CSINM = "CopySourceIfNoneMatch";
133
+ const _CSIUS = "CopySourceIfUnmodifiedSince";
134
+ const _CSO = "CreateSessionOutput";
135
+ const _CSR = "CreateSessionResult";
136
+ const _CSRo = "CopySourceRange";
137
+ const _CSRr = "CreateSessionRequest";
138
+ const _CSSSECA = "CopySourceSSECustomerAlgorithm";
139
+ const _CSSSECK = "CopySourceSSECustomerKey";
140
+ const _CSSSECKMD = "CopySourceSSECustomerKeyMD5";
141
+ const _CSV = "CSV";
142
+ const _CSVI = "CopySourceVersionId";
143
+ const _CSVIn = "CSVInput";
144
+ const _CSVO = "CSVOutput";
145
+ const _CSo = "ConfigurationState";
146
+ const _CSr = "CreateSession";
147
+ const _CT = "ChecksumType";
148
+ const _CT_ = "Content-Type";
149
+ const _CTl = "ClientToken";
150
+ const _CTo = "ContentType";
151
+ const _CTom = "CompressionType";
152
+ const _CTon = "ContinuationToken";
153
+ const _Co = "Condition";
154
+ const _Cod = "Code";
155
+ const _Com = "Comments";
156
+ const _Con = "Contents";
157
+ const _Cont = "Cont";
158
+ const _Cr = "Credentials";
159
+ const _D = "Days";
160
+ const _DAI = "DaysAfterInitiation";
161
+ const _DB = "DeleteBucket";
162
+ const _DBAC = "DeleteBucketAnalyticsConfiguration";
163
+ const _DBACR = "DeleteBucketAnalyticsConfigurationRequest";
164
+ const _DBC = "DeleteBucketCors";
165
+ const _DBCR = "DeleteBucketCorsRequest";
166
+ const _DBE = "DeleteBucketEncryption";
167
+ const _DBER = "DeleteBucketEncryptionRequest";
168
+ const _DBIC = "DeleteBucketInventoryConfiguration";
169
+ const _DBICR = "DeleteBucketInventoryConfigurationRequest";
170
+ const _DBITC = "DeleteBucketIntelligentTieringConfiguration";
171
+ const _DBITCR = "DeleteBucketIntelligentTieringConfigurationRequest";
172
+ const _DBL = "DeleteBucketLifecycle";
173
+ const _DBLR = "DeleteBucketLifecycleRequest";
174
+ const _DBMC = "DeleteBucketMetadataConfiguration";
175
+ const _DBMCR = "DeleteBucketMetadataConfigurationRequest";
176
+ const _DBMCRe = "DeleteBucketMetricsConfigurationRequest";
177
+ const _DBMCe = "DeleteBucketMetricsConfiguration";
178
+ const _DBMTC = "DeleteBucketMetadataTableConfiguration";
179
+ const _DBMTCR = "DeleteBucketMetadataTableConfigurationRequest";
180
+ const _DBOC = "DeleteBucketOwnershipControls";
181
+ const _DBOCR = "DeleteBucketOwnershipControlsRequest";
182
+ const _DBP = "DeleteBucketPolicy";
183
+ const _DBPR = "DeleteBucketPolicyRequest";
184
+ const _DBR = "DeleteBucketRequest";
185
+ const _DBRR = "DeleteBucketReplicationRequest";
186
+ const _DBRe = "DeleteBucketReplication";
187
+ const _DBT = "DeleteBucketTagging";
188
+ const _DBTR = "DeleteBucketTaggingRequest";
189
+ const _DBW = "DeleteBucketWebsite";
190
+ const _DBWR = "DeleteBucketWebsiteRequest";
191
+ const _DE = "DataExport";
192
+ const _DIM = "DestinationIfMatch";
193
+ const _DIMS = "DestinationIfModifiedSince";
194
+ const _DINM = "DestinationIfNoneMatch";
195
+ const _DIUS = "DestinationIfUnmodifiedSince";
196
+ const _DM = "DeleteMarker";
197
+ const _DME = "DeleteMarkerEntry";
198
+ const _DMR = "DeleteMarkerReplication";
199
+ const _DMVI = "DeleteMarkerVersionId";
200
+ const _DMe = "DeleteMarkers";
201
+ const _DN = "DisplayName";
202
+ const _DO = "DeletedObject";
203
+ const _DOO = "DeleteObjectOutput";
204
+ const _DOOe = "DeleteObjectsOutput";
205
+ const _DOR = "DeleteObjectRequest";
206
+ const _DORe = "DeleteObjectsRequest";
207
+ const _DOT = "DeleteObjectTagging";
208
+ const _DOTO = "DeleteObjectTaggingOutput";
209
+ const _DOTR = "DeleteObjectTaggingRequest";
210
+ const _DOe = "DeletedObjects";
211
+ const _DOel = "DeleteObject";
212
+ const _DOele = "DeleteObjects";
213
+ const _DPAB = "DeletePublicAccessBlock";
214
+ const _DPABR = "DeletePublicAccessBlockRequest";
215
+ const _DR = "DataRedundancy";
216
+ const _DRe = "DefaultRetention";
217
+ const _DRel = "DeleteResult";
218
+ const _DRes = "DestinationResult";
219
+ const _Da = "Date";
220
+ const _De = "Delete";
221
+ const _Del = "Deleted";
222
+ const _Deli = "Delimiter";
223
+ const _Des = "Destination";
224
+ const _Desc = "Description";
225
+ const _Det = "Details";
226
+ const _E = "Expiration";
227
+ const _EA = "EmailAddress";
228
+ const _EBC = "EventBridgeConfiguration";
229
+ const _EBO = "ExpectedBucketOwner";
230
+ const _EC = "EncryptionConfiguration";
231
+ const _ECr = "ErrorCode";
232
+ const _ED = "ErrorDetails";
233
+ const _EDr = "ErrorDocument";
234
+ const _EE = "EndEvent";
235
+ const _EH = "ExposeHeaders";
236
+ const _EHx = "ExposeHeader";
237
+ const _EM = "ErrorMessage";
238
+ const _EODM = "ExpiredObjectDeleteMarker";
239
+ const _EOR = "ExistingObjectReplication";
240
+ const _ES = "ExpiresString";
241
+ const _ESBO = "ExpectedSourceBucketOwner";
242
+ const _ET = "EncryptionType";
243
+ const _ETL = "EncryptionTypeList";
244
+ const _ETM = "EncryptionTypeMismatch";
245
+ const _ETa = "ETag";
246
+ const _ETn = "EncodingType";
247
+ const _ETv = "EventThreshold";
248
+ const _ETx = "ExpressionType";
249
+ const _En = "Encryption";
250
+ const _Ena = "Enabled";
251
+ const _End = "End";
252
+ const _Er = "Errors";
253
+ const _Err = "Error";
254
+ const _Ev = "Events";
255
+ const _Eve = "Event";
256
+ const _Ex = "Expires";
257
+ const _Exp = "Expression";
258
+ const _F = "Filter";
259
+ const _FD = "FieldDelimiter";
260
+ const _FHI = "FileHeaderInfo";
261
+ const _FO = "FetchOwner";
262
+ const _FR = "FilterRule";
263
+ const _FRL = "FilterRuleList";
264
+ const _FRi = "FilterRules";
265
+ const _Fi = "Field";
266
+ const _Fo = "Format";
267
+ const _Fr = "Frequency";
268
+ const _G = "Grants";
269
+ const _GBA = "GetBucketAbac";
270
+ const _GBAC = "GetBucketAccelerateConfiguration";
271
+ const _GBACO = "GetBucketAccelerateConfigurationOutput";
272
+ const _GBACOe = "GetBucketAnalyticsConfigurationOutput";
273
+ const _GBACR = "GetBucketAccelerateConfigurationRequest";
274
+ const _GBACRe = "GetBucketAnalyticsConfigurationRequest";
275
+ const _GBACe = "GetBucketAnalyticsConfiguration";
276
+ const _GBAO = "GetBucketAbacOutput";
277
+ const _GBAOe = "GetBucketAclOutput";
278
+ const _GBAR = "GetBucketAbacRequest";
279
+ const _GBARe = "GetBucketAclRequest";
280
+ const _GBAe = "GetBucketAcl";
281
+ const _GBC = "GetBucketCors";
282
+ const _GBCO = "GetBucketCorsOutput";
283
+ const _GBCR = "GetBucketCorsRequest";
284
+ const _GBE = "GetBucketEncryption";
285
+ const _GBEO = "GetBucketEncryptionOutput";
286
+ const _GBER = "GetBucketEncryptionRequest";
287
+ const _GBIC = "GetBucketInventoryConfiguration";
288
+ const _GBICO = "GetBucketInventoryConfigurationOutput";
289
+ const _GBICR = "GetBucketInventoryConfigurationRequest";
290
+ const _GBITC = "GetBucketIntelligentTieringConfiguration";
291
+ const _GBITCO = "GetBucketIntelligentTieringConfigurationOutput";
292
+ const _GBITCR = "GetBucketIntelligentTieringConfigurationRequest";
293
+ const _GBL = "GetBucketLocation";
294
+ const _GBLC = "GetBucketLifecycleConfiguration";
295
+ const _GBLCO = "GetBucketLifecycleConfigurationOutput";
296
+ const _GBLCR = "GetBucketLifecycleConfigurationRequest";
297
+ const _GBLO = "GetBucketLocationOutput";
298
+ const _GBLOe = "GetBucketLoggingOutput";
299
+ const _GBLR = "GetBucketLocationRequest";
300
+ const _GBLRe = "GetBucketLoggingRequest";
301
+ const _GBLe = "GetBucketLogging";
302
+ const _GBMC = "GetBucketMetadataConfiguration";
303
+ const _GBMCO = "GetBucketMetadataConfigurationOutput";
304
+ const _GBMCOe = "GetBucketMetricsConfigurationOutput";
305
+ const _GBMCR = "GetBucketMetadataConfigurationResult";
306
+ const _GBMCRe = "GetBucketMetadataConfigurationRequest";
307
+ const _GBMCRet = "GetBucketMetricsConfigurationRequest";
308
+ const _GBMCe = "GetBucketMetricsConfiguration";
309
+ const _GBMTC = "GetBucketMetadataTableConfiguration";
310
+ const _GBMTCO = "GetBucketMetadataTableConfigurationOutput";
311
+ const _GBMTCR = "GetBucketMetadataTableConfigurationResult";
312
+ const _GBMTCRe = "GetBucketMetadataTableConfigurationRequest";
313
+ const _GBNC = "GetBucketNotificationConfiguration";
314
+ const _GBNCR = "GetBucketNotificationConfigurationRequest";
315
+ const _GBOC = "GetBucketOwnershipControls";
316
+ const _GBOCO = "GetBucketOwnershipControlsOutput";
317
+ const _GBOCR = "GetBucketOwnershipControlsRequest";
318
+ const _GBP = "GetBucketPolicy";
319
+ const _GBPO = "GetBucketPolicyOutput";
320
+ const _GBPR = "GetBucketPolicyRequest";
321
+ const _GBPS = "GetBucketPolicyStatus";
322
+ const _GBPSO = "GetBucketPolicyStatusOutput";
323
+ const _GBPSR = "GetBucketPolicyStatusRequest";
324
+ const _GBR = "GetBucketReplication";
325
+ const _GBRO = "GetBucketReplicationOutput";
326
+ const _GBRP = "GetBucketRequestPayment";
327
+ const _GBRPO = "GetBucketRequestPaymentOutput";
328
+ const _GBRPR = "GetBucketRequestPaymentRequest";
329
+ const _GBRR = "GetBucketReplicationRequest";
330
+ const _GBT = "GetBucketTagging";
331
+ const _GBTO = "GetBucketTaggingOutput";
332
+ const _GBTR = "GetBucketTaggingRequest";
333
+ const _GBV = "GetBucketVersioning";
334
+ const _GBVO = "GetBucketVersioningOutput";
335
+ const _GBVR = "GetBucketVersioningRequest";
336
+ const _GBW = "GetBucketWebsite";
337
+ const _GBWO = "GetBucketWebsiteOutput";
338
+ const _GBWR = "GetBucketWebsiteRequest";
339
+ const _GFC = "GrantFullControl";
340
+ const _GJP = "GlacierJobParameters";
341
+ const _GO = "GetObject";
342
+ const _GOA = "GetObjectAcl";
343
+ const _GOAO = "GetObjectAclOutput";
344
+ const _GOAOe = "GetObjectAttributesOutput";
345
+ const _GOAP = "GetObjectAttributesParts";
346
+ const _GOAR = "GetObjectAclRequest";
347
+ const _GOARe = "GetObjectAttributesResponse";
348
+ const _GOARet = "GetObjectAttributesRequest";
349
+ const _GOAe = "GetObjectAttributes";
350
+ const _GOLC = "GetObjectLockConfiguration";
351
+ const _GOLCO = "GetObjectLockConfigurationOutput";
352
+ const _GOLCR = "GetObjectLockConfigurationRequest";
353
+ const _GOLH = "GetObjectLegalHold";
354
+ const _GOLHO = "GetObjectLegalHoldOutput";
355
+ const _GOLHR = "GetObjectLegalHoldRequest";
356
+ const _GOO = "GetObjectOutput";
357
+ const _GOR = "GetObjectRequest";
358
+ const _GORO = "GetObjectRetentionOutput";
359
+ const _GORR = "GetObjectRetentionRequest";
360
+ const _GORe = "GetObjectRetention";
361
+ const _GOT = "GetObjectTagging";
362
+ const _GOTO = "GetObjectTaggingOutput";
363
+ const _GOTOe = "GetObjectTorrentOutput";
364
+ const _GOTR = "GetObjectTaggingRequest";
365
+ const _GOTRe = "GetObjectTorrentRequest";
366
+ const _GOTe = "GetObjectTorrent";
367
+ const _GPAB = "GetPublicAccessBlock";
368
+ const _GPABO = "GetPublicAccessBlockOutput";
369
+ const _GPABR = "GetPublicAccessBlockRequest";
370
+ const _GR = "GrantRead";
371
+ const _GRACP = "GrantReadACP";
372
+ const _GW = "GrantWrite";
373
+ const _GWACP = "GrantWriteACP";
374
+ const _Gr = "Grant";
375
+ const _Gra = "Grantee";
376
+ const _HB = "HeadBucket";
377
+ const _HBO = "HeadBucketOutput";
378
+ const _HBR = "HeadBucketRequest";
379
+ const _HECRE = "HttpErrorCodeReturnedEquals";
380
+ const _HN = "HostName";
381
+ const _HO = "HeadObject";
382
+ const _HOO = "HeadObjectOutput";
383
+ const _HOR = "HeadObjectRequest";
384
+ const _HRC = "HttpRedirectCode";
385
+ const _I = "Id";
386
+ const _IC = "InventoryConfiguration";
387
+ const _ICL = "InventoryConfigurationList";
388
+ const _ID = "ID";
389
+ const _IDn = "IndexDocument";
390
+ const _IDnv = "InventoryDestination";
391
+ const _IE = "IsEnabled";
392
+ const _IEn = "InventoryEncryption";
393
+ const _IF = "InventoryFilter";
394
+ const _IL = "IsLatest";
395
+ const _IM = "IfMatch";
396
+ const _IMIT = "IfMatchInitiatedTime";
397
+ const _IMLMT = "IfMatchLastModifiedTime";
398
+ const _IMS = "IfMatchSize";
399
+ const _IMS_ = "If-Modified-Since";
400
+ const _IMSf = "IfModifiedSince";
401
+ const _IMUR = "InitiateMultipartUploadResult";
402
+ const _IM_ = "If-Match";
403
+ const _INM = "IfNoneMatch";
404
+ const _INM_ = "If-None-Match";
405
+ const _IOF = "InventoryOptionalFields";
406
+ const _IOS = "InvalidObjectState";
407
+ const _IOV = "IncludedObjectVersions";
408
+ const _IP = "IsPublic";
409
+ const _IPA = "IgnorePublicAcls";
410
+ const _IPM = "IdempotencyParameterMismatch";
411
+ const _IR = "InvalidRequest";
412
+ const _IRIP = "IsRestoreInProgress";
413
+ const _IS = "InputSerialization";
414
+ const _ISBD = "InventoryS3BucketDestination";
415
+ const _ISn = "InventorySchedule";
416
+ const _IT = "IsTruncated";
417
+ const _ITAO = "IntelligentTieringAndOperator";
418
+ const _ITC = "IntelligentTieringConfiguration";
419
+ const _ITCL = "IntelligentTieringConfigurationList";
420
+ const _ITCR = "InventoryTableConfigurationResult";
421
+ const _ITCU = "InventoryTableConfigurationUpdates";
422
+ const _ITCn = "InventoryTableConfiguration";
423
+ const _ITF = "IntelligentTieringFilter";
424
+ const _IUS = "IfUnmodifiedSince";
425
+ const _IUS_ = "If-Unmodified-Since";
426
+ const _IWO = "InvalidWriteOffset";
427
+ const _In = "Initiator";
428
+ const _Ini = "Initiated";
429
+ const _JSON = "JSON";
430
+ const _JSONI = "JSONInput";
431
+ const _JSONO = "JSONOutput";
432
+ const _JTC = "JournalTableConfiguration";
433
+ const _JTCR = "JournalTableConfigurationResult";
434
+ const _JTCU = "JournalTableConfigurationUpdates";
435
+ const _K = "Key";
436
+ const _KC = "KeyCount";
437
+ const _KI = "KeyId";
438
+ const _KKA = "KmsKeyArn";
439
+ const _KM = "KeyMarker";
440
+ const _KMSC = "KMSContext";
441
+ const _KMSKA = "KMSKeyArn";
442
+ const _KMSKI = "KMSKeyId";
443
+ const _KMSMKID = "KMSMasterKeyID";
444
+ const _KPE = "KeyPrefixEquals";
445
+ const _L = "Location";
446
+ const _LAMBR = "ListAllMyBucketsResult";
447
+ const _LAMDBR = "ListAllMyDirectoryBucketsResult";
448
+ const _LB = "ListBuckets";
449
+ const _LBAC = "ListBucketAnalyticsConfigurations";
450
+ const _LBACO = "ListBucketAnalyticsConfigurationsOutput";
451
+ const _LBACR = "ListBucketAnalyticsConfigurationResult";
452
+ const _LBACRi = "ListBucketAnalyticsConfigurationsRequest";
453
+ const _LBIC = "ListBucketInventoryConfigurations";
454
+ const _LBICO = "ListBucketInventoryConfigurationsOutput";
455
+ const _LBICR = "ListBucketInventoryConfigurationsRequest";
456
+ const _LBITC = "ListBucketIntelligentTieringConfigurations";
457
+ const _LBITCO = "ListBucketIntelligentTieringConfigurationsOutput";
458
+ const _LBITCR = "ListBucketIntelligentTieringConfigurationsRequest";
459
+ const _LBMC = "ListBucketMetricsConfigurations";
460
+ const _LBMCO = "ListBucketMetricsConfigurationsOutput";
461
+ const _LBMCR = "ListBucketMetricsConfigurationsRequest";
462
+ const _LBO = "ListBucketsOutput";
463
+ const _LBR = "ListBucketsRequest";
464
+ const _LBRi = "ListBucketResult";
465
+ const _LC = "LocationConstraint";
466
+ const _LCi = "LifecycleConfiguration";
467
+ const _LDB = "ListDirectoryBuckets";
468
+ const _LDBO = "ListDirectoryBucketsOutput";
469
+ const _LDBR = "ListDirectoryBucketsRequest";
470
+ const _LE = "LoggingEnabled";
471
+ const _LEi = "LifecycleExpiration";
472
+ const _LFA = "LambdaFunctionArn";
473
+ const _LFC = "LambdaFunctionConfiguration";
474
+ const _LFCL = "LambdaFunctionConfigurationList";
475
+ const _LFCa = "LambdaFunctionConfigurations";
476
+ const _LH = "LegalHold";
477
+ const _LI = "LocationInfo";
478
+ const _LICR = "ListInventoryConfigurationsResult";
479
+ const _LM = "LastModified";
480
+ const _LMCR = "ListMetricsConfigurationsResult";
481
+ const _LMT = "LastModifiedTime";
482
+ const _LMU = "ListMultipartUploads";
483
+ const _LMUO = "ListMultipartUploadsOutput";
484
+ const _LMUR = "ListMultipartUploadsResult";
485
+ const _LMURi = "ListMultipartUploadsRequest";
486
+ const _LM_ = "Last-Modified";
487
+ const _LO = "ListObjects";
488
+ const _LOO = "ListObjectsOutput";
489
+ const _LOR = "ListObjectsRequest";
490
+ const _LOV = "ListObjectsV2";
491
+ const _LOVO = "ListObjectsV2Output";
492
+ const _LOVOi = "ListObjectVersionsOutput";
493
+ const _LOVR = "ListObjectsV2Request";
494
+ const _LOVRi = "ListObjectVersionsRequest";
495
+ const _LOVi = "ListObjectVersions";
496
+ const _LP = "ListParts";
497
+ const _LPO = "ListPartsOutput";
498
+ const _LPR = "ListPartsResult";
499
+ const _LPRi = "ListPartsRequest";
500
+ const _LR = "LifecycleRule";
501
+ const _LRAO = "LifecycleRuleAndOperator";
502
+ const _LRF = "LifecycleRuleFilter";
503
+ const _LRi = "LifecycleRules";
504
+ const _LVR = "ListVersionsResult";
505
+ const _M = "Metadata";
506
+ const _MAO = "MetricsAndOperator";
507
+ const _MAS = "MaxAgeSeconds";
508
+ const _MB = "MaxBuckets";
509
+ const _MC = "MetadataConfiguration";
510
+ const _MCL = "MetricsConfigurationList";
511
+ const _MCR = "MetadataConfigurationResult";
512
+ const _MCe = "MetricsConfiguration";
513
+ const _MD = "MetadataDirective";
514
+ const _MDB = "MaxDirectoryBuckets";
515
+ const _MDf = "MfaDelete";
516
+ const _ME = "MetadataEntry";
517
+ const _MF = "MetricsFilter";
518
+ const _MFA = "MFA";
519
+ const _MFAD = "MFADelete";
520
+ const _MK = "MaxKeys";
521
+ const _MM = "MissingMeta";
522
+ const _MOS = "MpuObjectSize";
523
+ const _MP = "MaxParts";
524
+ const _MTC = "MetadataTableConfiguration";
525
+ const _MTCR = "MetadataTableConfigurationResult";
526
+ const _MTEC = "MetadataTableEncryptionConfiguration";
527
+ const _MU = "MultipartUpload";
528
+ const _MUL = "MultipartUploadList";
529
+ const _MUa = "MaxUploads";
530
+ const _Ma = "Marker";
531
+ const _Me = "Metrics";
532
+ const _Mes = "Message";
533
+ const _Mi = "Minutes";
534
+ const _Mo = "Mode";
535
+ const _N = "Name";
536
+ const _NC = "NotificationConfiguration";
537
+ const _NCF = "NotificationConfigurationFilter";
538
+ const _NCT = "NextContinuationToken";
539
+ const _ND = "NoncurrentDays";
540
+ const _NEKKAS = "NonEmptyKmsKeyArnString";
541
+ const _NF = "NotFound";
542
+ const _NKM = "NextKeyMarker";
543
+ const _NM = "NextMarker";
544
+ const _NNV = "NewerNoncurrentVersions";
545
+ const _NPNM = "NextPartNumberMarker";
546
+ const _NSB = "NoSuchBucket";
547
+ const _NSK = "NoSuchKey";
548
+ const _NSU = "NoSuchUpload";
549
+ const _NUIM = "NextUploadIdMarker";
550
+ const _NVE = "NoncurrentVersionExpiration";
551
+ const _NVIM = "NextVersionIdMarker";
552
+ const _NVT = "NoncurrentVersionTransitions";
553
+ const _NVTL = "NoncurrentVersionTransitionList";
554
+ const _NVTo = "NoncurrentVersionTransition";
555
+ const _O = "Owner";
556
+ const _OA = "ObjectAttributes";
557
+ const _OAIATE = "ObjectAlreadyInActiveTierError";
558
+ const _OC = "OwnershipControls";
559
+ const _OCR = "OwnershipControlsRule";
560
+ const _OCRw = "OwnershipControlsRules";
561
+ const _OE = "ObjectEncryption";
562
+ const _OF = "OptionalFields";
563
+ const _OI = "ObjectIdentifier";
564
+ const _OIL = "ObjectIdentifierList";
565
+ const _OL = "OutputLocation";
566
+ const _OLC = "ObjectLockConfiguration";
567
+ const _OLE = "ObjectLockEnabled";
568
+ const _OLEFB = "ObjectLockEnabledForBucket";
569
+ const _OLLH = "ObjectLockLegalHold";
570
+ const _OLLHS = "ObjectLockLegalHoldStatus";
571
+ const _OLM = "ObjectLockMode";
572
+ const _OLR = "ObjectLockRetention";
573
+ const _OLRUD = "ObjectLockRetainUntilDate";
574
+ const _OLRb = "ObjectLockRule";
575
+ const _OLb = "ObjectList";
576
+ const _ONIATE = "ObjectNotInActiveTierError";
577
+ const _OO = "ObjectOwnership";
578
+ const _OOA = "OptionalObjectAttributes";
579
+ const _OP = "ObjectParts";
580
+ const _OPb = "ObjectPart";
581
+ const _OS = "ObjectSize";
582
+ const _OSGT = "ObjectSizeGreaterThan";
583
+ const _OSLT = "ObjectSizeLessThan";
584
+ const _OSV = "OutputSchemaVersion";
585
+ const _OSu = "OutputSerialization";
586
+ const _OV = "ObjectVersion";
587
+ const _OVL = "ObjectVersionList";
588
+ const _Ob = "Objects";
589
+ const _Obj = "Object";
590
+ const _P = "Prefix";
591
+ const _PABC = "PublicAccessBlockConfiguration";
592
+ const _PBA = "PutBucketAbac";
593
+ const _PBAC = "PutBucketAccelerateConfiguration";
594
+ const _PBACR = "PutBucketAccelerateConfigurationRequest";
595
+ const _PBACRu = "PutBucketAnalyticsConfigurationRequest";
596
+ const _PBACu = "PutBucketAnalyticsConfiguration";
597
+ const _PBAR = "PutBucketAbacRequest";
598
+ const _PBARu = "PutBucketAclRequest";
599
+ const _PBAu = "PutBucketAcl";
600
+ const _PBC = "PutBucketCors";
601
+ const _PBCR = "PutBucketCorsRequest";
602
+ const _PBE = "PutBucketEncryption";
603
+ const _PBER = "PutBucketEncryptionRequest";
604
+ const _PBIC = "PutBucketInventoryConfiguration";
605
+ const _PBICR = "PutBucketInventoryConfigurationRequest";
606
+ const _PBITC = "PutBucketIntelligentTieringConfiguration";
607
+ const _PBITCR = "PutBucketIntelligentTieringConfigurationRequest";
608
+ const _PBL = "PutBucketLogging";
609
+ const _PBLC = "PutBucketLifecycleConfiguration";
610
+ const _PBLCO = "PutBucketLifecycleConfigurationOutput";
611
+ const _PBLCR = "PutBucketLifecycleConfigurationRequest";
612
+ const _PBLR = "PutBucketLoggingRequest";
613
+ const _PBMC = "PutBucketMetricsConfiguration";
614
+ const _PBMCR = "PutBucketMetricsConfigurationRequest";
615
+ const _PBNC = "PutBucketNotificationConfiguration";
616
+ const _PBNCR = "PutBucketNotificationConfigurationRequest";
617
+ const _PBOC = "PutBucketOwnershipControls";
618
+ const _PBOCR = "PutBucketOwnershipControlsRequest";
619
+ const _PBP = "PutBucketPolicy";
620
+ const _PBPR = "PutBucketPolicyRequest";
621
+ const _PBR = "PutBucketReplication";
622
+ const _PBRP = "PutBucketRequestPayment";
623
+ const _PBRPR = "PutBucketRequestPaymentRequest";
624
+ const _PBRR = "PutBucketReplicationRequest";
625
+ const _PBT = "PutBucketTagging";
626
+ const _PBTR = "PutBucketTaggingRequest";
627
+ const _PBV = "PutBucketVersioning";
628
+ const _PBVR = "PutBucketVersioningRequest";
629
+ const _PBW = "PutBucketWebsite";
630
+ const _PBWR = "PutBucketWebsiteRequest";
631
+ const _PC = "PartsCount";
632
+ const _PDS = "PartitionDateSource";
633
+ const _PE = "ProgressEvent";
634
+ const _PI = "ParquetInput";
635
+ const _PL = "PartsList";
636
+ const _PN = "PartNumber";
637
+ const _PNM = "PartNumberMarker";
638
+ const _PO = "PutObject";
639
+ const _POA = "PutObjectAcl";
640
+ const _POAO = "PutObjectAclOutput";
641
+ const _POAR = "PutObjectAclRequest";
642
+ const _POLC = "PutObjectLockConfiguration";
643
+ const _POLCO = "PutObjectLockConfigurationOutput";
644
+ const _POLCR = "PutObjectLockConfigurationRequest";
645
+ const _POLH = "PutObjectLegalHold";
646
+ const _POLHO = "PutObjectLegalHoldOutput";
647
+ const _POLHR = "PutObjectLegalHoldRequest";
648
+ const _POO = "PutObjectOutput";
649
+ const _POR = "PutObjectRequest";
650
+ const _PORO = "PutObjectRetentionOutput";
651
+ const _PORR = "PutObjectRetentionRequest";
652
+ const _PORu = "PutObjectRetention";
653
+ const _POT = "PutObjectTagging";
654
+ const _POTO = "PutObjectTaggingOutput";
655
+ const _POTR = "PutObjectTaggingRequest";
656
+ const _PP = "PartitionedPrefix";
657
+ const _PPAB = "PutPublicAccessBlock";
658
+ const _PPABR = "PutPublicAccessBlockRequest";
659
+ const _PS = "PolicyStatus";
660
+ const _Pa = "Parts";
661
+ const _Par = "Part";
662
+ const _Parq = "Parquet";
663
+ const _Pay = "Payer";
664
+ const _Payl = "Payload";
665
+ const _Pe = "Permission";
666
+ const _Po = "Policy";
667
+ const _Pr = "Progress";
668
+ const _Pri = "Priority";
669
+ const _Pro = "Protocol";
670
+ const _Q = "Quiet";
671
+ const _QA = "QueueArn";
672
+ const _QC = "QuoteCharacter";
673
+ const _QCL = "QueueConfigurationList";
674
+ const _QCu = "QueueConfigurations";
675
+ const _QCue = "QueueConfiguration";
676
+ const _QEC = "QuoteEscapeCharacter";
677
+ const _QF = "QuoteFields";
678
+ const _Qu = "Queue";
679
+ const _R = "Rules";
680
+ const _RART = "RedirectAllRequestsTo";
681
+ const _RC = "RequestCharged";
682
+ const _RCC = "ResponseCacheControl";
683
+ const _RCD = "ResponseContentDisposition";
684
+ const _RCE = "ResponseContentEncoding";
685
+ const _RCL = "ResponseContentLanguage";
686
+ const _RCT = "ResponseContentType";
687
+ const _RCe = "ReplicationConfiguration";
688
+ const _RD = "RecordDelimiter";
689
+ const _RE = "ResponseExpires";
690
+ const _RED = "RestoreExpiryDate";
691
+ const _REe = "RecordExpiration";
692
+ const _REec = "RecordsEvent";
693
+ const _RKKID = "ReplicaKmsKeyID";
694
+ const _RKPW = "ReplaceKeyPrefixWith";
695
+ const _RKW = "ReplaceKeyWith";
696
+ const _RM = "ReplicaModifications";
697
+ const _RO = "RenameObject";
698
+ const _ROO = "RenameObjectOutput";
699
+ const _ROOe = "RestoreObjectOutput";
700
+ const _ROP = "RestoreOutputPath";
701
+ const _ROR = "RenameObjectRequest";
702
+ const _RORe = "RestoreObjectRequest";
703
+ const _ROe = "RestoreObject";
704
+ const _RP = "RequestPayer";
705
+ const _RPB = "RestrictPublicBuckets";
706
+ const _RPC = "RequestPaymentConfiguration";
707
+ const _RPe = "RequestProgress";
708
+ const _RR = "RoutingRules";
709
+ const _RRAO = "ReplicationRuleAndOperator";
710
+ const _RRF = "ReplicationRuleFilter";
711
+ const _RRe = "ReplicationRule";
712
+ const _RRep = "ReplicationRules";
713
+ const _RReq = "RequestRoute";
714
+ const _RRes = "RestoreRequest";
715
+ const _RRo = "RoutingRule";
716
+ const _RS = "ReplicationStatus";
717
+ const _RSe = "RestoreStatus";
718
+ const _RSen = "RenameSource";
719
+ const _RT = "ReplicationTime";
720
+ const _RTV = "ReplicationTimeValue";
721
+ const _RTe = "RequestToken";
722
+ const _RUD = "RetainUntilDate";
723
+ const _Ra = "Range";
724
+ const _Re = "Restore";
725
+ const _Rec = "Records";
726
+ const _Red = "Redirect";
727
+ const _Ret = "Retention";
728
+ const _Ro = "Role";
729
+ const _Ru = "Rule";
730
+ const _S = "Status";
731
+ const _SA = "StartAfter";
732
+ const _SAK = "SecretAccessKey";
733
+ const _SAs = "SseAlgorithm";
734
+ const _SB = "StreamingBlob";
735
+ const _SBD = "S3BucketDestination";
736
+ const _SC = "StorageClass";
737
+ const _SCA = "StorageClassAnalysis";
738
+ const _SCADE = "StorageClassAnalysisDataExport";
739
+ const _SCV = "SessionCredentialValue";
740
+ const _SCe = "SessionCredentials";
741
+ const _SCt = "StatusCode";
742
+ const _SDV = "SkipDestinationValidation";
743
+ const _SE = "StatsEvent";
744
+ const _SIM = "SourceIfMatch";
745
+ const _SIMS = "SourceIfModifiedSince";
746
+ const _SINM = "SourceIfNoneMatch";
747
+ const _SIUS = "SourceIfUnmodifiedSince";
748
+ const _SK = "SSE-KMS";
749
+ const _SKEO = "SseKmsEncryptedObjects";
750
+ const _SKF = "S3KeyFilter";
751
+ const _SKe = "S3Key";
752
+ const _SL = "S3Location";
753
+ const _SM = "SessionMode";
754
+ const _SOC = "SelectObjectContent";
755
+ const _SOCES = "SelectObjectContentEventStream";
756
+ const _SOCO = "SelectObjectContentOutput";
757
+ const _SOCR = "SelectObjectContentRequest";
758
+ const _SP = "SelectParameters";
759
+ const _SPi = "SimplePrefix";
760
+ const _SR = "ScanRange";
761
+ const _SS = "SSE-S3";
762
+ const _SSC = "SourceSelectionCriteria";
763
+ const _SSE = "ServerSideEncryption";
764
+ const _SSEA = "SSEAlgorithm";
765
+ const _SSEBD = "ServerSideEncryptionByDefault";
766
+ const _SSEC = "ServerSideEncryptionConfiguration";
767
+ const _SSECA = "SSECustomerAlgorithm";
768
+ const _SSECK = "SSECustomerKey";
769
+ const _SSECKMD = "SSECustomerKeyMD5";
770
+ const _SSEKMS = "SSEKMS";
771
+ const _SSEKMSE = "SSEKMSEncryption";
772
+ const _SSEKMSEC = "SSEKMSEncryptionContext";
773
+ const _SSEKMSKI = "SSEKMSKeyId";
774
+ const _SSER = "ServerSideEncryptionRule";
775
+ const _SSERe = "ServerSideEncryptionRules";
776
+ const _SSES = "SSES3";
777
+ const _ST = "SessionToken";
778
+ const _STD = "S3TablesDestination";
779
+ const _STDR = "S3TablesDestinationResult";
780
+ const _S_ = "S3";
781
+ const _Sc = "Schedule";
782
+ const _Si = "Size";
783
+ const _St = "Start";
784
+ const _Sta = "Stats";
785
+ const _Su = "Suffix";
786
+ const _T = "Tags";
787
+ const _TA = "TableArn";
788
+ const _TAo = "TopicArn";
789
+ const _TB = "TargetBucket";
790
+ const _TBA = "TableBucketArn";
791
+ const _TBT = "TableBucketType";
792
+ const _TC = "TagCount";
793
+ const _TCL = "TopicConfigurationList";
794
+ const _TCo = "TopicConfigurations";
795
+ const _TCop = "TopicConfiguration";
796
+ const _TD = "TaggingDirective";
797
+ const _TDMOS = "TransitionDefaultMinimumObjectSize";
798
+ const _TG = "TargetGrants";
799
+ const _TGa = "TargetGrant";
800
+ const _TL = "TieringList";
801
+ const _TLr = "TransitionList";
802
+ const _TMP = "TooManyParts";
803
+ const _TN = "TableNamespace";
804
+ const _TNa = "TableName";
805
+ const _TOKF = "TargetObjectKeyFormat";
806
+ const _TP = "TargetPrefix";
807
+ const _TPC = "TotalPartsCount";
808
+ const _TS = "TagSet";
809
+ const _TSa = "TableStatus";
810
+ const _Ta = "Tag";
811
+ const _Tag = "Tagging";
812
+ const _Ti = "Tier";
813
+ const _Tie = "Tierings";
814
+ const _Tier = "Tiering";
815
+ const _Tim = "Time";
816
+ const _To = "Token";
817
+ const _Top = "Topic";
818
+ const _Tr = "Transitions";
819
+ const _Tra = "Transition";
820
+ const _Ty = "Type";
821
+ const _U = "Uploads";
822
+ const _UBMITC = "UpdateBucketMetadataInventoryTableConfiguration";
823
+ const _UBMITCR = "UpdateBucketMetadataInventoryTableConfigurationRequest";
824
+ const _UBMJTC = "UpdateBucketMetadataJournalTableConfiguration";
825
+ const _UBMJTCR = "UpdateBucketMetadataJournalTableConfigurationRequest";
826
+ const _UI = "UploadId";
827
+ const _UIM = "UploadIdMarker";
828
+ const _UM = "UserMetadata";
829
+ const _UOE = "UpdateObjectEncryption";
830
+ const _UOER = "UpdateObjectEncryptionRequest";
831
+ const _UOERp = "UpdateObjectEncryptionResponse";
832
+ const _UP = "UploadPart";
833
+ const _UPC = "UploadPartCopy";
834
+ const _UPCO = "UploadPartCopyOutput";
835
+ const _UPCR = "UploadPartCopyRequest";
836
+ const _UPO = "UploadPartOutput";
837
+ const _UPR = "UploadPartRequest";
838
+ const _URI = "URI";
839
+ const _Up = "Upload";
840
+ const _V = "Value";
841
+ const _VC = "VersioningConfiguration";
842
+ const _VI = "VersionId";
843
+ const _VIM = "VersionIdMarker";
844
+ const _Ve = "Versions";
845
+ const _Ver = "Version";
846
+ const _WC = "WebsiteConfiguration";
847
+ const _WGOR = "WriteGetObjectResponse";
848
+ const _WGORR = "WriteGetObjectResponseRequest";
849
+ const _WOB = "WriteOffsetBytes";
850
+ const _WRL = "WebsiteRedirectLocation";
851
+ const _Y = "Years";
852
+ const _ar = "accept-ranges";
853
+ const _br = "bucket-region";
854
+ const _c = "client";
855
+ const _ct = "continuation-token";
856
+ const _d = "delimiter";
857
+ const _e = "error";
858
+ const _eP = "eventPayload";
859
+ const _en = "endpoint";
860
+ const _et = "encoding-type";
861
+ const _fo = "fetch-owner";
862
+ const _h = "http";
863
+ const _hC = "httpChecksum";
864
+ const _hE = "httpError";
865
+ const _hH = "httpHeader";
866
+ const _hL = "hostLabel";
867
+ const _hP = "httpPayload";
868
+ const _hPH = "httpPrefixHeaders";
869
+ const _hQ = "httpQuery";
870
+ const _hi = "http://www.w3.org/2001/XMLSchema-instance";
871
+ const _i = "id";
872
+ const _iT = "idempotencyToken";
873
+ const _km = "key-marker";
874
+ const _m = "marker";
875
+ const _mb = "max-buckets";
876
+ const _mdb = "max-directory-buckets";
877
+ const _mk = "max-keys";
878
+ const _mp = "max-parts";
879
+ const _mu = "max-uploads";
880
+ const _p = "prefix";
881
+ const _pN = "partNumber";
882
+ const _pnm = "part-number-marker";
883
+ const _rcc = "response-cache-control";
884
+ const _rcd = "response-content-disposition";
885
+ const _rce = "response-content-encoding";
886
+ const _rcl = "response-content-language";
887
+ const _rct = "response-content-type";
888
+ const _re = "response-expires";
889
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.s3";
890
+ const _sa = "start-after";
891
+ const _st = "streaming";
892
+ const _uI = "uploadId";
893
+ const _uim = "upload-id-marker";
894
+ const _vI = "versionId";
895
+ const _vim = "version-id-marker";
896
+ const _x = "xsi";
897
+ const _xA = "xmlAttribute";
898
+ const _xF = "xmlFlattened";
899
+ const _xN = "xmlName";
900
+ const _xNm = "xmlNamespace";
901
+ const _xaa = "x-amz-acl";
902
+ const _xaad = "x-amz-abort-date";
903
+ const _xaapa = "x-amz-access-point-alias";
904
+ const _xaari = "x-amz-abort-rule-id";
905
+ const _xaas = "x-amz-archive-status";
906
+ const _xaba = "x-amz-bucket-arn";
907
+ const _xabgr = "x-amz-bypass-governance-retention";
908
+ const _xabln = "x-amz-bucket-location-name";
909
+ const _xablt = "x-amz-bucket-location-type";
910
+ const _xabn = "x-amz-bucket-namespace";
911
+ const _xabole = "x-amz-bucket-object-lock-enabled";
912
+ const _xabolt = "x-amz-bucket-object-lock-token";
913
+ const _xabr = "x-amz-bucket-region";
914
+ const _xaca = "x-amz-checksum-algorithm";
915
+ const _xacc = "x-amz-checksum-crc32";
916
+ const _xacc_ = "x-amz-checksum-crc32c";
917
+ const _xacc__ = "x-amz-checksum-crc64nvme";
918
+ const _xacm = "x-amz-checksum-mode";
919
+ const _xacrsba = "x-amz-confirm-remove-self-bucket-access";
920
+ const _xacs = "x-amz-checksum-sha1";
921
+ const _xacs_ = "x-amz-checksum-sha256";
922
+ const _xacs__ = "x-amz-copy-source";
923
+ const _xacsim = "x-amz-copy-source-if-match";
924
+ const _xacsims = "x-amz-copy-source-if-modified-since";
925
+ const _xacsinm = "x-amz-copy-source-if-none-match";
926
+ const _xacsius = "x-amz-copy-source-if-unmodified-since";
927
+ const _xacsm = "x-amz-create-session-mode";
928
+ const _xacsr = "x-amz-copy-source-range";
929
+ const _xacssseca = "x-amz-copy-source-server-side-encryption-customer-algorithm";
930
+ const _xacssseck = "x-amz-copy-source-server-side-encryption-customer-key";
931
+ const _xacssseckM = "x-amz-copy-source-server-side-encryption-customer-key-MD5";
932
+ const _xacsvi = "x-amz-copy-source-version-id";
933
+ const _xact = "x-amz-checksum-type";
934
+ const _xact_ = "x-amz-client-token";
935
+ const _xadm = "x-amz-delete-marker";
936
+ const _xae = "x-amz-expiration";
937
+ const _xaebo = "x-amz-expected-bucket-owner";
938
+ const _xafec = "x-amz-fwd-error-code";
939
+ const _xafem = "x-amz-fwd-error-message";
940
+ const _xafhCC = "x-amz-fwd-header-Cache-Control";
941
+ const _xafhCD = "x-amz-fwd-header-Content-Disposition";
942
+ const _xafhCE = "x-amz-fwd-header-Content-Encoding";
943
+ const _xafhCL = "x-amz-fwd-header-Content-Language";
944
+ const _xafhCR = "x-amz-fwd-header-Content-Range";
945
+ const _xafhCT = "x-amz-fwd-header-Content-Type";
946
+ const _xafhE = "x-amz-fwd-header-ETag";
947
+ const _xafhE_ = "x-amz-fwd-header-Expires";
948
+ const _xafhLM = "x-amz-fwd-header-Last-Modified";
949
+ const _xafhar = "x-amz-fwd-header-accept-ranges";
950
+ const _xafhxacc = "x-amz-fwd-header-x-amz-checksum-crc32";
951
+ const _xafhxacc_ = "x-amz-fwd-header-x-amz-checksum-crc32c";
952
+ const _xafhxacc__ = "x-amz-fwd-header-x-amz-checksum-crc64nvme";
953
+ const _xafhxacs = "x-amz-fwd-header-x-amz-checksum-sha1";
954
+ const _xafhxacs_ = "x-amz-fwd-header-x-amz-checksum-sha256";
955
+ const _xafhxadm = "x-amz-fwd-header-x-amz-delete-marker";
956
+ const _xafhxae = "x-amz-fwd-header-x-amz-expiration";
957
+ const _xafhxamm = "x-amz-fwd-header-x-amz-missing-meta";
958
+ const _xafhxampc = "x-amz-fwd-header-x-amz-mp-parts-count";
959
+ const _xafhxaollh = "x-amz-fwd-header-x-amz-object-lock-legal-hold";
960
+ const _xafhxaolm = "x-amz-fwd-header-x-amz-object-lock-mode";
961
+ const _xafhxaolrud = "x-amz-fwd-header-x-amz-object-lock-retain-until-date";
962
+ const _xafhxar = "x-amz-fwd-header-x-amz-restore";
963
+ const _xafhxarc = "x-amz-fwd-header-x-amz-request-charged";
964
+ const _xafhxars = "x-amz-fwd-header-x-amz-replication-status";
965
+ const _xafhxasc = "x-amz-fwd-header-x-amz-storage-class";
966
+ const _xafhxasse = "x-amz-fwd-header-x-amz-server-side-encryption";
967
+ const _xafhxasseakki = "x-amz-fwd-header-x-amz-server-side-encryption-aws-kms-key-id";
968
+ const _xafhxassebke = "x-amz-fwd-header-x-amz-server-side-encryption-bucket-key-enabled";
969
+ const _xafhxasseca = "x-amz-fwd-header-x-amz-server-side-encryption-customer-algorithm";
970
+ const _xafhxasseckM = "x-amz-fwd-header-x-amz-server-side-encryption-customer-key-MD5";
971
+ const _xafhxatc = "x-amz-fwd-header-x-amz-tagging-count";
972
+ const _xafhxavi = "x-amz-fwd-header-x-amz-version-id";
973
+ const _xafs = "x-amz-fwd-status";
974
+ const _xagfc = "x-amz-grant-full-control";
975
+ const _xagr = "x-amz-grant-read";
976
+ const _xagra = "x-amz-grant-read-acp";
977
+ const _xagw = "x-amz-grant-write";
978
+ const _xagwa = "x-amz-grant-write-acp";
979
+ const _xaimit = "x-amz-if-match-initiated-time";
980
+ const _xaimlmt = "x-amz-if-match-last-modified-time";
981
+ const _xaims = "x-amz-if-match-size";
982
+ const _xam = "x-amz-meta-";
983
+ const _xam_ = "x-amz-mfa";
984
+ const _xamd = "x-amz-metadata-directive";
985
+ const _xamm = "x-amz-missing-meta";
986
+ const _xamos = "x-amz-mp-object-size";
987
+ const _xamp = "x-amz-max-parts";
988
+ const _xampc = "x-amz-mp-parts-count";
989
+ const _xaoa = "x-amz-object-attributes";
990
+ const _xaollh = "x-amz-object-lock-legal-hold";
991
+ const _xaolm = "x-amz-object-lock-mode";
992
+ const _xaolrud = "x-amz-object-lock-retain-until-date";
993
+ const _xaoo = "x-amz-object-ownership";
994
+ const _xaooa = "x-amz-optional-object-attributes";
995
+ const _xaos = "x-amz-object-size";
996
+ const _xapnm = "x-amz-part-number-marker";
997
+ const _xar = "x-amz-restore";
998
+ const _xarc = "x-amz-request-charged";
999
+ const _xarop = "x-amz-restore-output-path";
1000
+ const _xarp = "x-amz-request-payer";
1001
+ const _xarr = "x-amz-request-route";
1002
+ const _xars = "x-amz-replication-status";
1003
+ const _xars_ = "x-amz-rename-source";
1004
+ const _xarsim = "x-amz-rename-source-if-match";
1005
+ const _xarsims = "x-amz-rename-source-if-modified-since";
1006
+ const _xarsinm = "x-amz-rename-source-if-none-match";
1007
+ const _xarsius = "x-amz-rename-source-if-unmodified-since";
1008
+ const _xart = "x-amz-request-token";
1009
+ const _xasc = "x-amz-storage-class";
1010
+ const _xasca = "x-amz-sdk-checksum-algorithm";
1011
+ const _xasdv = "x-amz-skip-destination-validation";
1012
+ const _xasebo = "x-amz-source-expected-bucket-owner";
1013
+ const _xasse = "x-amz-server-side-encryption";
1014
+ const _xasseakki = "x-amz-server-side-encryption-aws-kms-key-id";
1015
+ const _xassebke = "x-amz-server-side-encryption-bucket-key-enabled";
1016
+ const _xassec = "x-amz-server-side-encryption-context";
1017
+ const _xasseca = "x-amz-server-side-encryption-customer-algorithm";
1018
+ const _xasseck = "x-amz-server-side-encryption-customer-key";
1019
+ const _xasseckM = "x-amz-server-side-encryption-customer-key-MD5";
1020
+ const _xat = "x-amz-tagging";
1021
+ const _xatc = "x-amz-tagging-count";
1022
+ const _xatd = "x-amz-tagging-directive";
1023
+ const _xatdmos = "x-amz-transition-default-minimum-object-size";
1024
+ const _xavi = "x-amz-version-id";
1025
+ const _xawob = "x-amz-write-offset-bytes";
1026
+ const _xawrl = "x-amz-website-redirect-location";
1027
+ const _xs = "xsi:type";
1028
+ const n0 = "com.amazonaws.s3";
1029
+ const schema_1 = require("@smithy/core/schema");
1030
+ const errors_1 = require("../models/errors");
1031
+ const S3ServiceException_1 = require("../models/S3ServiceException");
1032
+ const _s_registry = schema_1.TypeRegistry.for(_s);
1033
+ exports.S3ServiceException$ = [-3, _s, "S3ServiceException", 0, [], []];
1034
+ _s_registry.registerError(exports.S3ServiceException$, S3ServiceException_1.S3ServiceException);
1035
+ const n0_registry = schema_1.TypeRegistry.for(n0);
1036
+ exports.AccessDenied$ = [-3, n0, _AD,
1037
+ { [_e]: _c, [_hE]: 403 },
1038
+ [],
1039
+ []
1040
+ ];
1041
+ n0_registry.registerError(exports.AccessDenied$, errors_1.AccessDenied);
1042
+ exports.BucketAlreadyExists$ = [-3, n0, _BAE,
1043
+ { [_e]: _c, [_hE]: 409 },
1044
+ [],
1045
+ []
1046
+ ];
1047
+ n0_registry.registerError(exports.BucketAlreadyExists$, errors_1.BucketAlreadyExists);
1048
+ exports.BucketAlreadyOwnedByYou$ = [-3, n0, _BAOBY,
1049
+ { [_e]: _c, [_hE]: 409 },
1050
+ [],
1051
+ []
1052
+ ];
1053
+ n0_registry.registerError(exports.BucketAlreadyOwnedByYou$, errors_1.BucketAlreadyOwnedByYou);
1054
+ exports.EncryptionTypeMismatch$ = [-3, n0, _ETM,
1055
+ { [_e]: _c, [_hE]: 400 },
1056
+ [],
1057
+ []
1058
+ ];
1059
+ n0_registry.registerError(exports.EncryptionTypeMismatch$, errors_1.EncryptionTypeMismatch);
1060
+ exports.IdempotencyParameterMismatch$ = [-3, n0, _IPM,
1061
+ { [_e]: _c, [_hE]: 400 },
1062
+ [],
1063
+ []
1064
+ ];
1065
+ n0_registry.registerError(exports.IdempotencyParameterMismatch$, errors_1.IdempotencyParameterMismatch);
1066
+ exports.InvalidObjectState$ = [-3, n0, _IOS,
1067
+ { [_e]: _c, [_hE]: 403 },
1068
+ [_SC, _AT],
1069
+ [0, 0]
1070
+ ];
1071
+ n0_registry.registerError(exports.InvalidObjectState$, errors_1.InvalidObjectState);
1072
+ exports.InvalidRequest$ = [-3, n0, _IR,
1073
+ { [_e]: _c, [_hE]: 400 },
1074
+ [],
1075
+ []
1076
+ ];
1077
+ n0_registry.registerError(exports.InvalidRequest$, errors_1.InvalidRequest);
1078
+ exports.InvalidWriteOffset$ = [-3, n0, _IWO,
1079
+ { [_e]: _c, [_hE]: 400 },
1080
+ [],
1081
+ []
1082
+ ];
1083
+ n0_registry.registerError(exports.InvalidWriteOffset$, errors_1.InvalidWriteOffset);
1084
+ exports.NoSuchBucket$ = [-3, n0, _NSB,
1085
+ { [_e]: _c, [_hE]: 404 },
1086
+ [],
1087
+ []
1088
+ ];
1089
+ n0_registry.registerError(exports.NoSuchBucket$, errors_1.NoSuchBucket);
1090
+ exports.NoSuchKey$ = [-3, n0, _NSK,
1091
+ { [_e]: _c, [_hE]: 404 },
1092
+ [],
1093
+ []
1094
+ ];
1095
+ n0_registry.registerError(exports.NoSuchKey$, errors_1.NoSuchKey);
1096
+ exports.NoSuchUpload$ = [-3, n0, _NSU,
1097
+ { [_e]: _c, [_hE]: 404 },
1098
+ [],
1099
+ []
1100
+ ];
1101
+ n0_registry.registerError(exports.NoSuchUpload$, errors_1.NoSuchUpload);
1102
+ exports.NotFound$ = [-3, n0, _NF,
1103
+ { [_e]: _c },
1104
+ [],
1105
+ []
1106
+ ];
1107
+ n0_registry.registerError(exports.NotFound$, errors_1.NotFound);
1108
+ exports.ObjectAlreadyInActiveTierError$ = [-3, n0, _OAIATE,
1109
+ { [_e]: _c, [_hE]: 403 },
1110
+ [],
1111
+ []
1112
+ ];
1113
+ n0_registry.registerError(exports.ObjectAlreadyInActiveTierError$, errors_1.ObjectAlreadyInActiveTierError);
1114
+ exports.ObjectNotInActiveTierError$ = [-3, n0, _ONIATE,
1115
+ { [_e]: _c, [_hE]: 403 },
1116
+ [],
1117
+ []
1118
+ ];
1119
+ n0_registry.registerError(exports.ObjectNotInActiveTierError$, errors_1.ObjectNotInActiveTierError);
1120
+ exports.TooManyParts$ = [-3, n0, _TMP,
1121
+ { [_e]: _c, [_hE]: 400 },
1122
+ [],
1123
+ []
1124
+ ];
1125
+ n0_registry.registerError(exports.TooManyParts$, errors_1.TooManyParts);
1126
+ exports.errorTypeRegistries = [
1127
+ _s_registry,
1128
+ n0_registry,
1129
+ ];
1130
+ var CopySourceSSECustomerKey = [0, n0, _CSSSECK, 8, 0];
1131
+ var NonEmptyKmsKeyArnString = [0, n0, _NEKKAS, 8, 0];
1132
+ var SessionCredentialValue = [0, n0, _SCV, 8, 0];
1133
+ var SSECustomerKey = [0, n0, _SSECK, 8, 0];
1134
+ var SSEKMSEncryptionContext = [0, n0, _SSEKMSEC, 8, 0];
1135
+ var SSEKMSKeyId = [0, n0, _SSEKMSKI, 8, 0];
1136
+ var StreamingBlob = [0, n0, _SB, { [_st]: 1 }, 42];
1137
+ exports.AbacStatus$ = [3, n0, _AS,
1138
+ 0,
1139
+ [_S],
1140
+ [0]
1141
+ ];
1142
+ exports.AbortIncompleteMultipartUpload$ = [3, n0, _AIMU,
1143
+ 0,
1144
+ [_DAI],
1145
+ [1]
1146
+ ];
1147
+ exports.AbortMultipartUploadOutput$ = [3, n0, _AMUO,
1148
+ 0,
1149
+ [_RC],
1150
+ [[0, { [_hH]: _xarc }]]
1151
+ ];
1152
+ exports.AbortMultipartUploadRequest$ = [3, n0, _AMUR,
1153
+ 0,
1154
+ [_B, _K, _UI, _RP, _EBO, _IMIT],
1155
+ [[0, 1], [0, 1], [0, { [_hQ]: _uI }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }], [6, { [_hH]: _xaimit }]], 3
1156
+ ];
1157
+ exports.AccelerateConfiguration$ = [3, n0, _AC,
1158
+ 0,
1159
+ [_S],
1160
+ [0]
1161
+ ];
1162
+ exports.AccessControlPolicy$ = [3, n0, _ACP,
1163
+ 0,
1164
+ [_G, _O],
1165
+ [[() => Grants, { [_xN]: _ACL }], () => exports.Owner$]
1166
+ ];
1167
+ exports.AccessControlTranslation$ = [3, n0, _ACT,
1168
+ 0,
1169
+ [_O],
1170
+ [0], 1
1171
+ ];
1172
+ exports.AnalyticsAndOperator$ = [3, n0, _AAO,
1173
+ 0,
1174
+ [_P, _T],
1175
+ [0, [() => TagSet, { [_xF]: 1, [_xN]: _Ta }]]
1176
+ ];
1177
+ exports.AnalyticsConfiguration$ = [3, n0, _ACn,
1178
+ 0,
1179
+ [_I, _SCA, _F],
1180
+ [0, () => exports.StorageClassAnalysis$, [() => exports.AnalyticsFilter$, 0]], 2
1181
+ ];
1182
+ exports.AnalyticsExportDestination$ = [3, n0, _AED,
1183
+ 0,
1184
+ [_SBD],
1185
+ [() => exports.AnalyticsS3BucketDestination$], 1
1186
+ ];
1187
+ exports.AnalyticsS3BucketDestination$ = [3, n0, _ASBD,
1188
+ 0,
1189
+ [_Fo, _B, _BAI, _P],
1190
+ [0, 0, 0, 0], 2
1191
+ ];
1192
+ exports.BlockedEncryptionTypes$ = [3, n0, _BET,
1193
+ 0,
1194
+ [_ET],
1195
+ [[() => EncryptionTypeList, { [_xF]: 1 }]]
1196
+ ];
1197
+ exports.Bucket$ = [3, n0, _B,
1198
+ 0,
1199
+ [_N, _CD, _BR, _BA],
1200
+ [0, 4, 0, 0]
1201
+ ];
1202
+ exports.BucketInfo$ = [3, n0, _BI,
1203
+ 0,
1204
+ [_DR, _Ty],
1205
+ [0, 0]
1206
+ ];
1207
+ exports.BucketLifecycleConfiguration$ = [3, n0, _BLC,
1208
+ 0,
1209
+ [_R],
1210
+ [[() => LifecycleRules, { [_xF]: 1, [_xN]: _Ru }]], 1
1211
+ ];
1212
+ exports.BucketLoggingStatus$ = [3, n0, _BLS,
1213
+ 0,
1214
+ [_LE],
1215
+ [[() => exports.LoggingEnabled$, 0]]
1216
+ ];
1217
+ exports.Checksum$ = [3, n0, _C,
1218
+ 0,
1219
+ [_CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _CT],
1220
+ [0, 0, 0, 0, 0, 0]
1221
+ ];
1222
+ exports.CommonPrefix$ = [3, n0, _CP,
1223
+ 0,
1224
+ [_P],
1225
+ [0]
1226
+ ];
1227
+ exports.CompletedMultipartUpload$ = [3, n0, _CMU,
1228
+ 0,
1229
+ [_Pa],
1230
+ [[() => CompletedPartList, { [_xF]: 1, [_xN]: _Par }]]
1231
+ ];
1232
+ exports.CompletedPart$ = [3, n0, _CPo,
1233
+ 0,
1234
+ [_ETa, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _PN],
1235
+ [0, 0, 0, 0, 0, 0, 1]
1236
+ ];
1237
+ exports.CompleteMultipartUploadOutput$ = [3, n0, _CMUO,
1238
+ { [_xN]: _CMUR },
1239
+ [_L, _B, _K, _E, _ETa, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _CT, _SSE, _VI, _SSEKMSKI, _BKE, _RC],
1240
+ [0, 0, 0, [0, { [_hH]: _xae }], 0, 0, 0, 0, 0, 0, 0, [0, { [_hH]: _xasse }], [0, { [_hH]: _xavi }], [() => SSEKMSKeyId, { [_hH]: _xasseakki }], [2, { [_hH]: _xassebke }], [0, { [_hH]: _xarc }]]
1241
+ ];
1242
+ exports.CompleteMultipartUploadRequest$ = [3, n0, _CMURo,
1243
+ 0,
1244
+ [_B, _K, _UI, _MU, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _CT, _MOS, _RP, _EBO, _IM, _INM, _SSECA, _SSECK, _SSECKMD],
1245
+ [[0, 1], [0, 1], [0, { [_hQ]: _uI }], [() => exports.CompletedMultipartUpload$, { [_hP]: 1, [_xN]: _CMUo }], [0, { [_hH]: _xacc }], [0, { [_hH]: _xacc_ }], [0, { [_hH]: _xacc__ }], [0, { [_hH]: _xacs }], [0, { [_hH]: _xacs_ }], [0, { [_hH]: _xact }], [1, { [_hH]: _xamos }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _IM_ }], [0, { [_hH]: _INM_ }], [0, { [_hH]: _xasseca }], [() => SSECustomerKey, { [_hH]: _xasseck }], [0, { [_hH]: _xasseckM }]], 3
1246
+ ];
1247
+ exports.Condition$ = [3, n0, _Co,
1248
+ 0,
1249
+ [_HECRE, _KPE],
1250
+ [0, 0]
1251
+ ];
1252
+ exports.ContinuationEvent$ = [3, n0, _CE,
1253
+ 0,
1254
+ [],
1255
+ []
1256
+ ];
1257
+ exports.CopyObjectOutput$ = [3, n0, _COO,
1258
+ 0,
1259
+ [_COR, _E, _CSVI, _VI, _SSE, _SSECA, _SSECKMD, _SSEKMSKI, _SSEKMSEC, _BKE, _RC],
1260
+ [[() => exports.CopyObjectResult$, 16], [0, { [_hH]: _xae }], [0, { [_hH]: _xacsvi }], [0, { [_hH]: _xavi }], [0, { [_hH]: _xasse }], [0, { [_hH]: _xasseca }], [0, { [_hH]: _xasseckM }], [() => SSEKMSKeyId, { [_hH]: _xasseakki }], [() => SSEKMSEncryptionContext, { [_hH]: _xassec }], [2, { [_hH]: _xassebke }], [0, { [_hH]: _xarc }]]
1261
+ ];
1262
+ exports.CopyObjectRequest$ = [3, n0, _CORo,
1263
+ 0,
1264
+ [_B, _CS, _K, _ACL_, _CC, _CA, _CDo, _CEo, _CL, _CTo, _CSIM, _CSIMS, _CSINM, _CSIUS, _Ex, _GFC, _GR, _GRACP, _GWACP, _IM, _INM, _M, _MD, _TD, _SSE, _SC, _WRL, _SSECA, _SSECK, _SSECKMD, _SSEKMSKI, _SSEKMSEC, _BKE, _CSSSECA, _CSSSECK, _CSSSECKMD, _RP, _Tag, _OLM, _OLRUD, _OLLHS, _EBO, _ESBO],
1265
+ [[0, 1], [0, { [_hH]: _xacs__ }], [0, 1], [0, { [_hH]: _xaa }], [0, { [_hH]: _CC_ }], [0, { [_hH]: _xaca }], [0, { [_hH]: _CD_ }], [0, { [_hH]: _CE_ }], [0, { [_hH]: _CL_ }], [0, { [_hH]: _CT_ }], [0, { [_hH]: _xacsim }], [4, { [_hH]: _xacsims }], [0, { [_hH]: _xacsinm }], [4, { [_hH]: _xacsius }], [4, { [_hH]: _Ex }], [0, { [_hH]: _xagfc }], [0, { [_hH]: _xagr }], [0, { [_hH]: _xagra }], [0, { [_hH]: _xagwa }], [0, { [_hH]: _IM_ }], [0, { [_hH]: _INM_ }], [128 | 0, { [_hPH]: _xam }], [0, { [_hH]: _xamd }], [0, { [_hH]: _xatd }], [0, { [_hH]: _xasse }], [0, { [_hH]: _xasc }], [0, { [_hH]: _xawrl }], [0, { [_hH]: _xasseca }], [() => SSECustomerKey, { [_hH]: _xasseck }], [0, { [_hH]: _xasseckM }], [() => SSEKMSKeyId, { [_hH]: _xasseakki }], [() => SSEKMSEncryptionContext, { [_hH]: _xassec }], [2, { [_hH]: _xassebke }], [0, { [_hH]: _xacssseca }], [() => CopySourceSSECustomerKey, { [_hH]: _xacssseck }], [0, { [_hH]: _xacssseckM }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xat }], [0, { [_hH]: _xaolm }], [5, { [_hH]: _xaolrud }], [0, { [_hH]: _xaollh }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xasebo }]], 3
1266
+ ];
1267
+ exports.CopyObjectResult$ = [3, n0, _COR,
1268
+ 0,
1269
+ [_ETa, _LM, _CT, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh],
1270
+ [0, 4, 0, 0, 0, 0, 0, 0]
1271
+ ];
1272
+ exports.CopyPartResult$ = [3, n0, _CPR,
1273
+ 0,
1274
+ [_ETa, _LM, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh],
1275
+ [0, 4, 0, 0, 0, 0, 0]
1276
+ ];
1277
+ exports.CORSConfiguration$ = [3, n0, _CORSC,
1278
+ 0,
1279
+ [_CORSR],
1280
+ [[() => CORSRules, { [_xF]: 1, [_xN]: _CORSRu }]], 1
1281
+ ];
1282
+ exports.CORSRule$ = [3, n0, _CORSRu,
1283
+ 0,
1284
+ [_AM, _AO, _ID, _AH, _EH, _MAS],
1285
+ [[64 | 0, { [_xF]: 1, [_xN]: _AMl }], [64 | 0, { [_xF]: 1, [_xN]: _AOl }], 0, [64 | 0, { [_xF]: 1, [_xN]: _AHl }], [64 | 0, { [_xF]: 1, [_xN]: _EHx }], 1], 2
1286
+ ];
1287
+ exports.CreateBucketConfiguration$ = [3, n0, _CBC,
1288
+ 0,
1289
+ [_LC, _L, _B, _T],
1290
+ [0, () => exports.LocationInfo$, () => exports.BucketInfo$, [() => TagSet, 0]]
1291
+ ];
1292
+ exports.CreateBucketMetadataConfigurationRequest$ = [3, n0, _CBMCR,
1293
+ 0,
1294
+ [_B, _MC, _CMD, _CA, _EBO],
1295
+ [[0, 1], [() => exports.MetadataConfiguration$, { [_hP]: 1, [_xN]: _MC }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
1296
+ ];
1297
+ exports.CreateBucketMetadataTableConfigurationRequest$ = [3, n0, _CBMTCR,
1298
+ 0,
1299
+ [_B, _MTC, _CMD, _CA, _EBO],
1300
+ [[0, 1], [() => exports.MetadataTableConfiguration$, { [_hP]: 1, [_xN]: _MTC }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
1301
+ ];
1302
+ exports.CreateBucketOutput$ = [3, n0, _CBO,
1303
+ 0,
1304
+ [_L, _BA],
1305
+ [[0, { [_hH]: _L }], [0, { [_hH]: _xaba }]]
1306
+ ];
1307
+ exports.CreateBucketRequest$ = [3, n0, _CBR,
1308
+ 0,
1309
+ [_B, _ACL_, _CBC, _GFC, _GR, _GRACP, _GW, _GWACP, _OLEFB, _OO, _BN],
1310
+ [[0, 1], [0, { [_hH]: _xaa }], [() => exports.CreateBucketConfiguration$, { [_hP]: 1, [_xN]: _CBC }], [0, { [_hH]: _xagfc }], [0, { [_hH]: _xagr }], [0, { [_hH]: _xagra }], [0, { [_hH]: _xagw }], [0, { [_hH]: _xagwa }], [2, { [_hH]: _xabole }], [0, { [_hH]: _xaoo }], [0, { [_hH]: _xabn }]], 1
1311
+ ];
1312
+ exports.CreateMultipartUploadOutput$ = [3, n0, _CMUOr,
1313
+ { [_xN]: _IMUR },
1314
+ [_ADb, _ARI, _B, _K, _UI, _SSE, _SSECA, _SSECKMD, _SSEKMSKI, _SSEKMSEC, _BKE, _RC, _CA, _CT],
1315
+ [[4, { [_hH]: _xaad }], [0, { [_hH]: _xaari }], [0, { [_xN]: _B }], 0, 0, [0, { [_hH]: _xasse }], [0, { [_hH]: _xasseca }], [0, { [_hH]: _xasseckM }], [() => SSEKMSKeyId, { [_hH]: _xasseakki }], [() => SSEKMSEncryptionContext, { [_hH]: _xassec }], [2, { [_hH]: _xassebke }], [0, { [_hH]: _xarc }], [0, { [_hH]: _xaca }], [0, { [_hH]: _xact }]]
1316
+ ];
1317
+ exports.CreateMultipartUploadRequest$ = [3, n0, _CMURr,
1318
+ 0,
1319
+ [_B, _K, _ACL_, _CC, _CDo, _CEo, _CL, _CTo, _Ex, _GFC, _GR, _GRACP, _GWACP, _M, _SSE, _SC, _WRL, _SSECA, _SSECK, _SSECKMD, _SSEKMSKI, _SSEKMSEC, _BKE, _RP, _Tag, _OLM, _OLRUD, _OLLHS, _EBO, _CA, _CT],
1320
+ [[0, 1], [0, 1], [0, { [_hH]: _xaa }], [0, { [_hH]: _CC_ }], [0, { [_hH]: _CD_ }], [0, { [_hH]: _CE_ }], [0, { [_hH]: _CL_ }], [0, { [_hH]: _CT_ }], [4, { [_hH]: _Ex }], [0, { [_hH]: _xagfc }], [0, { [_hH]: _xagr }], [0, { [_hH]: _xagra }], [0, { [_hH]: _xagwa }], [128 | 0, { [_hPH]: _xam }], [0, { [_hH]: _xasse }], [0, { [_hH]: _xasc }], [0, { [_hH]: _xawrl }], [0, { [_hH]: _xasseca }], [() => SSECustomerKey, { [_hH]: _xasseck }], [0, { [_hH]: _xasseckM }], [() => SSEKMSKeyId, { [_hH]: _xasseakki }], [() => SSEKMSEncryptionContext, { [_hH]: _xassec }], [2, { [_hH]: _xassebke }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xat }], [0, { [_hH]: _xaolm }], [5, { [_hH]: _xaolrud }], [0, { [_hH]: _xaollh }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xaca }], [0, { [_hH]: _xact }]], 2
1321
+ ];
1322
+ exports.CreateSessionOutput$ = [3, n0, _CSO,
1323
+ { [_xN]: _CSR },
1324
+ [_Cr, _SSE, _SSEKMSKI, _SSEKMSEC, _BKE],
1325
+ [[() => exports.SessionCredentials$, { [_xN]: _Cr }], [0, { [_hH]: _xasse }], [() => SSEKMSKeyId, { [_hH]: _xasseakki }], [() => SSEKMSEncryptionContext, { [_hH]: _xassec }], [2, { [_hH]: _xassebke }]], 1
1326
+ ];
1327
+ exports.CreateSessionRequest$ = [3, n0, _CSRr,
1328
+ 0,
1329
+ [_B, _SM, _SSE, _SSEKMSKI, _SSEKMSEC, _BKE],
1330
+ [[0, 1], [0, { [_hH]: _xacsm }], [0, { [_hH]: _xasse }], [() => SSEKMSKeyId, { [_hH]: _xasseakki }], [() => SSEKMSEncryptionContext, { [_hH]: _xassec }], [2, { [_hH]: _xassebke }]], 1
1331
+ ];
1332
+ exports.CSVInput$ = [3, n0, _CSVIn,
1333
+ 0,
1334
+ [_FHI, _Com, _QEC, _RD, _FD, _QC, _AQRD],
1335
+ [0, 0, 0, 0, 0, 0, 2]
1336
+ ];
1337
+ exports.CSVOutput$ = [3, n0, _CSVO,
1338
+ 0,
1339
+ [_QF, _QEC, _RD, _FD, _QC],
1340
+ [0, 0, 0, 0, 0]
1341
+ ];
1342
+ exports.DefaultRetention$ = [3, n0, _DRe,
1343
+ 0,
1344
+ [_Mo, _D, _Y],
1345
+ [0, 1, 1]
1346
+ ];
1347
+ exports.Delete$ = [3, n0, _De,
1348
+ 0,
1349
+ [_Ob, _Q],
1350
+ [[() => ObjectIdentifierList, { [_xF]: 1, [_xN]: _Obj }], 2], 1
1351
+ ];
1352
+ exports.DeleteBucketAnalyticsConfigurationRequest$ = [3, n0, _DBACR,
1353
+ 0,
1354
+ [_B, _I, _EBO],
1355
+ [[0, 1], [0, { [_hQ]: _i }], [0, { [_hH]: _xaebo }]], 2
1356
+ ];
1357
+ exports.DeleteBucketCorsRequest$ = [3, n0, _DBCR,
1358
+ 0,
1359
+ [_B, _EBO],
1360
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1361
+ ];
1362
+ exports.DeleteBucketEncryptionRequest$ = [3, n0, _DBER,
1363
+ 0,
1364
+ [_B, _EBO],
1365
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1366
+ ];
1367
+ exports.DeleteBucketIntelligentTieringConfigurationRequest$ = [3, n0, _DBITCR,
1368
+ 0,
1369
+ [_B, _I, _EBO],
1370
+ [[0, 1], [0, { [_hQ]: _i }], [0, { [_hH]: _xaebo }]], 2
1371
+ ];
1372
+ exports.DeleteBucketInventoryConfigurationRequest$ = [3, n0, _DBICR,
1373
+ 0,
1374
+ [_B, _I, _EBO],
1375
+ [[0, 1], [0, { [_hQ]: _i }], [0, { [_hH]: _xaebo }]], 2
1376
+ ];
1377
+ exports.DeleteBucketLifecycleRequest$ = [3, n0, _DBLR,
1378
+ 0,
1379
+ [_B, _EBO],
1380
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1381
+ ];
1382
+ exports.DeleteBucketMetadataConfigurationRequest$ = [3, n0, _DBMCR,
1383
+ 0,
1384
+ [_B, _EBO],
1385
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1386
+ ];
1387
+ exports.DeleteBucketMetadataTableConfigurationRequest$ = [3, n0, _DBMTCR,
1388
+ 0,
1389
+ [_B, _EBO],
1390
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1391
+ ];
1392
+ exports.DeleteBucketMetricsConfigurationRequest$ = [3, n0, _DBMCRe,
1393
+ 0,
1394
+ [_B, _I, _EBO],
1395
+ [[0, 1], [0, { [_hQ]: _i }], [0, { [_hH]: _xaebo }]], 2
1396
+ ];
1397
+ exports.DeleteBucketOwnershipControlsRequest$ = [3, n0, _DBOCR,
1398
+ 0,
1399
+ [_B, _EBO],
1400
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1401
+ ];
1402
+ exports.DeleteBucketPolicyRequest$ = [3, n0, _DBPR,
1403
+ 0,
1404
+ [_B, _EBO],
1405
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1406
+ ];
1407
+ exports.DeleteBucketReplicationRequest$ = [3, n0, _DBRR,
1408
+ 0,
1409
+ [_B, _EBO],
1410
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1411
+ ];
1412
+ exports.DeleteBucketRequest$ = [3, n0, _DBR,
1413
+ 0,
1414
+ [_B, _EBO],
1415
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1416
+ ];
1417
+ exports.DeleteBucketTaggingRequest$ = [3, n0, _DBTR,
1418
+ 0,
1419
+ [_B, _EBO],
1420
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1421
+ ];
1422
+ exports.DeleteBucketWebsiteRequest$ = [3, n0, _DBWR,
1423
+ 0,
1424
+ [_B, _EBO],
1425
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1426
+ ];
1427
+ exports.DeletedObject$ = [3, n0, _DO,
1428
+ 0,
1429
+ [_K, _VI, _DM, _DMVI],
1430
+ [0, 0, 2, 0]
1431
+ ];
1432
+ exports.DeleteMarkerEntry$ = [3, n0, _DME,
1433
+ 0,
1434
+ [_O, _K, _VI, _IL, _LM],
1435
+ [() => exports.Owner$, 0, 0, 2, 4]
1436
+ ];
1437
+ exports.DeleteMarkerReplication$ = [3, n0, _DMR,
1438
+ 0,
1439
+ [_S],
1440
+ [0]
1441
+ ];
1442
+ exports.DeleteObjectOutput$ = [3, n0, _DOO,
1443
+ 0,
1444
+ [_DM, _VI, _RC],
1445
+ [[2, { [_hH]: _xadm }], [0, { [_hH]: _xavi }], [0, { [_hH]: _xarc }]]
1446
+ ];
1447
+ exports.DeleteObjectRequest$ = [3, n0, _DOR,
1448
+ 0,
1449
+ [_B, _K, _MFA, _VI, _RP, _BGR, _EBO, _IM, _IMLMT, _IMS],
1450
+ [[0, 1], [0, 1], [0, { [_hH]: _xam_ }], [0, { [_hQ]: _vI }], [0, { [_hH]: _xarp }], [2, { [_hH]: _xabgr }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _IM_ }], [6, { [_hH]: _xaimlmt }], [1, { [_hH]: _xaims }]], 2
1451
+ ];
1452
+ exports.DeleteObjectsOutput$ = [3, n0, _DOOe,
1453
+ { [_xN]: _DRel },
1454
+ [_Del, _RC, _Er],
1455
+ [[() => DeletedObjects, { [_xF]: 1 }], [0, { [_hH]: _xarc }], [() => Errors, { [_xF]: 1, [_xN]: _Err }]]
1456
+ ];
1457
+ exports.DeleteObjectsRequest$ = [3, n0, _DORe,
1458
+ 0,
1459
+ [_B, _De, _MFA, _RP, _BGR, _EBO, _CA],
1460
+ [[0, 1], [() => exports.Delete$, { [_hP]: 1, [_xN]: _De }], [0, { [_hH]: _xam_ }], [0, { [_hH]: _xarp }], [2, { [_hH]: _xabgr }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xasca }]], 2
1461
+ ];
1462
+ exports.DeleteObjectTaggingOutput$ = [3, n0, _DOTO,
1463
+ 0,
1464
+ [_VI],
1465
+ [[0, { [_hH]: _xavi }]]
1466
+ ];
1467
+ exports.DeleteObjectTaggingRequest$ = [3, n0, _DOTR,
1468
+ 0,
1469
+ [_B, _K, _VI, _EBO],
1470
+ [[0, 1], [0, 1], [0, { [_hQ]: _vI }], [0, { [_hH]: _xaebo }]], 2
1471
+ ];
1472
+ exports.DeletePublicAccessBlockRequest$ = [3, n0, _DPABR,
1473
+ 0,
1474
+ [_B, _EBO],
1475
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1476
+ ];
1477
+ exports.Destination$ = [3, n0, _Des,
1478
+ 0,
1479
+ [_B, _A, _SC, _ACT, _EC, _RT, _Me],
1480
+ [0, 0, 0, () => exports.AccessControlTranslation$, () => exports.EncryptionConfiguration$, () => exports.ReplicationTime$, () => exports.Metrics$], 1
1481
+ ];
1482
+ exports.DestinationResult$ = [3, n0, _DRes,
1483
+ 0,
1484
+ [_TBT, _TBA, _TN],
1485
+ [0, 0, 0]
1486
+ ];
1487
+ exports.Encryption$ = [3, n0, _En,
1488
+ 0,
1489
+ [_ET, _KMSKI, _KMSC],
1490
+ [0, [() => SSEKMSKeyId, 0], 0], 1
1491
+ ];
1492
+ exports.EncryptionConfiguration$ = [3, n0, _EC,
1493
+ 0,
1494
+ [_RKKID],
1495
+ [0]
1496
+ ];
1497
+ exports.EndEvent$ = [3, n0, _EE,
1498
+ 0,
1499
+ [],
1500
+ []
1501
+ ];
1502
+ exports._Error$ = [3, n0, _Err,
1503
+ 0,
1504
+ [_K, _VI, _Cod, _Mes],
1505
+ [0, 0, 0, 0]
1506
+ ];
1507
+ exports.ErrorDetails$ = [3, n0, _ED,
1508
+ 0,
1509
+ [_ECr, _EM],
1510
+ [0, 0]
1511
+ ];
1512
+ exports.ErrorDocument$ = [3, n0, _EDr,
1513
+ 0,
1514
+ [_K],
1515
+ [0], 1
1516
+ ];
1517
+ exports.EventBridgeConfiguration$ = [3, n0, _EBC,
1518
+ 0,
1519
+ [],
1520
+ []
1521
+ ];
1522
+ exports.ExistingObjectReplication$ = [3, n0, _EOR,
1523
+ 0,
1524
+ [_S],
1525
+ [0], 1
1526
+ ];
1527
+ exports.FilterRule$ = [3, n0, _FR,
1528
+ 0,
1529
+ [_N, _V],
1530
+ [0, 0]
1531
+ ];
1532
+ exports.GetBucketAbacOutput$ = [3, n0, _GBAO,
1533
+ 0,
1534
+ [_AS],
1535
+ [[() => exports.AbacStatus$, 16]]
1536
+ ];
1537
+ exports.GetBucketAbacRequest$ = [3, n0, _GBAR,
1538
+ 0,
1539
+ [_B, _EBO],
1540
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1541
+ ];
1542
+ exports.GetBucketAccelerateConfigurationOutput$ = [3, n0, _GBACO,
1543
+ { [_xN]: _AC },
1544
+ [_S, _RC],
1545
+ [0, [0, { [_hH]: _xarc }]]
1546
+ ];
1547
+ exports.GetBucketAccelerateConfigurationRequest$ = [3, n0, _GBACR,
1548
+ 0,
1549
+ [_B, _EBO, _RP],
1550
+ [[0, 1], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xarp }]], 1
1551
+ ];
1552
+ exports.GetBucketAclOutput$ = [3, n0, _GBAOe,
1553
+ { [_xN]: _ACP },
1554
+ [_O, _G],
1555
+ [() => exports.Owner$, [() => Grants, { [_xN]: _ACL }]]
1556
+ ];
1557
+ exports.GetBucketAclRequest$ = [3, n0, _GBARe,
1558
+ 0,
1559
+ [_B, _EBO],
1560
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1561
+ ];
1562
+ exports.GetBucketAnalyticsConfigurationOutput$ = [3, n0, _GBACOe,
1563
+ 0,
1564
+ [_ACn],
1565
+ [[() => exports.AnalyticsConfiguration$, 16]]
1566
+ ];
1567
+ exports.GetBucketAnalyticsConfigurationRequest$ = [3, n0, _GBACRe,
1568
+ 0,
1569
+ [_B, _I, _EBO],
1570
+ [[0, 1], [0, { [_hQ]: _i }], [0, { [_hH]: _xaebo }]], 2
1571
+ ];
1572
+ exports.GetBucketCorsOutput$ = [3, n0, _GBCO,
1573
+ { [_xN]: _CORSC },
1574
+ [_CORSR],
1575
+ [[() => CORSRules, { [_xF]: 1, [_xN]: _CORSRu }]]
1576
+ ];
1577
+ exports.GetBucketCorsRequest$ = [3, n0, _GBCR,
1578
+ 0,
1579
+ [_B, _EBO],
1580
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1581
+ ];
1582
+ exports.GetBucketEncryptionOutput$ = [3, n0, _GBEO,
1583
+ 0,
1584
+ [_SSEC],
1585
+ [[() => exports.ServerSideEncryptionConfiguration$, 16]]
1586
+ ];
1587
+ exports.GetBucketEncryptionRequest$ = [3, n0, _GBER,
1588
+ 0,
1589
+ [_B, _EBO],
1590
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1591
+ ];
1592
+ exports.GetBucketIntelligentTieringConfigurationOutput$ = [3, n0, _GBITCO,
1593
+ 0,
1594
+ [_ITC],
1595
+ [[() => exports.IntelligentTieringConfiguration$, 16]]
1596
+ ];
1597
+ exports.GetBucketIntelligentTieringConfigurationRequest$ = [3, n0, _GBITCR,
1598
+ 0,
1599
+ [_B, _I, _EBO],
1600
+ [[0, 1], [0, { [_hQ]: _i }], [0, { [_hH]: _xaebo }]], 2
1601
+ ];
1602
+ exports.GetBucketInventoryConfigurationOutput$ = [3, n0, _GBICO,
1603
+ 0,
1604
+ [_IC],
1605
+ [[() => exports.InventoryConfiguration$, 16]]
1606
+ ];
1607
+ exports.GetBucketInventoryConfigurationRequest$ = [3, n0, _GBICR,
1608
+ 0,
1609
+ [_B, _I, _EBO],
1610
+ [[0, 1], [0, { [_hQ]: _i }], [0, { [_hH]: _xaebo }]], 2
1611
+ ];
1612
+ exports.GetBucketLifecycleConfigurationOutput$ = [3, n0, _GBLCO,
1613
+ { [_xN]: _LCi },
1614
+ [_R, _TDMOS],
1615
+ [[() => LifecycleRules, { [_xF]: 1, [_xN]: _Ru }], [0, { [_hH]: _xatdmos }]]
1616
+ ];
1617
+ exports.GetBucketLifecycleConfigurationRequest$ = [3, n0, _GBLCR,
1618
+ 0,
1619
+ [_B, _EBO],
1620
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1621
+ ];
1622
+ exports.GetBucketLocationOutput$ = [3, n0, _GBLO,
1623
+ { [_xN]: _LC },
1624
+ [_LC],
1625
+ [0]
1626
+ ];
1627
+ exports.GetBucketLocationRequest$ = [3, n0, _GBLR,
1628
+ 0,
1629
+ [_B, _EBO],
1630
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1631
+ ];
1632
+ exports.GetBucketLoggingOutput$ = [3, n0, _GBLOe,
1633
+ { [_xN]: _BLS },
1634
+ [_LE],
1635
+ [[() => exports.LoggingEnabled$, 0]]
1636
+ ];
1637
+ exports.GetBucketLoggingRequest$ = [3, n0, _GBLRe,
1638
+ 0,
1639
+ [_B, _EBO],
1640
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1641
+ ];
1642
+ exports.GetBucketMetadataConfigurationOutput$ = [3, n0, _GBMCO,
1643
+ 0,
1644
+ [_GBMCR],
1645
+ [[() => exports.GetBucketMetadataConfigurationResult$, 16]]
1646
+ ];
1647
+ exports.GetBucketMetadataConfigurationRequest$ = [3, n0, _GBMCRe,
1648
+ 0,
1649
+ [_B, _EBO],
1650
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1651
+ ];
1652
+ exports.GetBucketMetadataConfigurationResult$ = [3, n0, _GBMCR,
1653
+ 0,
1654
+ [_MCR],
1655
+ [() => exports.MetadataConfigurationResult$], 1
1656
+ ];
1657
+ exports.GetBucketMetadataTableConfigurationOutput$ = [3, n0, _GBMTCO,
1658
+ 0,
1659
+ [_GBMTCR],
1660
+ [[() => exports.GetBucketMetadataTableConfigurationResult$, 16]]
1661
+ ];
1662
+ exports.GetBucketMetadataTableConfigurationRequest$ = [3, n0, _GBMTCRe,
1663
+ 0,
1664
+ [_B, _EBO],
1665
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1666
+ ];
1667
+ exports.GetBucketMetadataTableConfigurationResult$ = [3, n0, _GBMTCR,
1668
+ 0,
1669
+ [_MTCR, _S, _Err],
1670
+ [() => exports.MetadataTableConfigurationResult$, 0, () => exports.ErrorDetails$], 2
1671
+ ];
1672
+ exports.GetBucketMetricsConfigurationOutput$ = [3, n0, _GBMCOe,
1673
+ 0,
1674
+ [_MCe],
1675
+ [[() => exports.MetricsConfiguration$, 16]]
1676
+ ];
1677
+ exports.GetBucketMetricsConfigurationRequest$ = [3, n0, _GBMCRet,
1678
+ 0,
1679
+ [_B, _I, _EBO],
1680
+ [[0, 1], [0, { [_hQ]: _i }], [0, { [_hH]: _xaebo }]], 2
1681
+ ];
1682
+ exports.GetBucketNotificationConfigurationRequest$ = [3, n0, _GBNCR,
1683
+ 0,
1684
+ [_B, _EBO],
1685
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1686
+ ];
1687
+ exports.GetBucketOwnershipControlsOutput$ = [3, n0, _GBOCO,
1688
+ 0,
1689
+ [_OC],
1690
+ [[() => exports.OwnershipControls$, 16]]
1691
+ ];
1692
+ exports.GetBucketOwnershipControlsRequest$ = [3, n0, _GBOCR,
1693
+ 0,
1694
+ [_B, _EBO],
1695
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1696
+ ];
1697
+ exports.GetBucketPolicyOutput$ = [3, n0, _GBPO,
1698
+ 0,
1699
+ [_Po],
1700
+ [[0, 16]]
1701
+ ];
1702
+ exports.GetBucketPolicyRequest$ = [3, n0, _GBPR,
1703
+ 0,
1704
+ [_B, _EBO],
1705
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1706
+ ];
1707
+ exports.GetBucketPolicyStatusOutput$ = [3, n0, _GBPSO,
1708
+ 0,
1709
+ [_PS],
1710
+ [[() => exports.PolicyStatus$, 16]]
1711
+ ];
1712
+ exports.GetBucketPolicyStatusRequest$ = [3, n0, _GBPSR,
1713
+ 0,
1714
+ [_B, _EBO],
1715
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1716
+ ];
1717
+ exports.GetBucketReplicationOutput$ = [3, n0, _GBRO,
1718
+ 0,
1719
+ [_RCe],
1720
+ [[() => exports.ReplicationConfiguration$, 16]]
1721
+ ];
1722
+ exports.GetBucketReplicationRequest$ = [3, n0, _GBRR,
1723
+ 0,
1724
+ [_B, _EBO],
1725
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1726
+ ];
1727
+ exports.GetBucketRequestPaymentOutput$ = [3, n0, _GBRPO,
1728
+ { [_xN]: _RPC },
1729
+ [_Pay],
1730
+ [0]
1731
+ ];
1732
+ exports.GetBucketRequestPaymentRequest$ = [3, n0, _GBRPR,
1733
+ 0,
1734
+ [_B, _EBO],
1735
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1736
+ ];
1737
+ exports.GetBucketTaggingOutput$ = [3, n0, _GBTO,
1738
+ { [_xN]: _Tag },
1739
+ [_TS],
1740
+ [[() => TagSet, 0]], 1
1741
+ ];
1742
+ exports.GetBucketTaggingRequest$ = [3, n0, _GBTR,
1743
+ 0,
1744
+ [_B, _EBO],
1745
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1746
+ ];
1747
+ exports.GetBucketVersioningOutput$ = [3, n0, _GBVO,
1748
+ { [_xN]: _VC },
1749
+ [_S, _MFAD],
1750
+ [0, [0, { [_xN]: _MDf }]]
1751
+ ];
1752
+ exports.GetBucketVersioningRequest$ = [3, n0, _GBVR,
1753
+ 0,
1754
+ [_B, _EBO],
1755
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1756
+ ];
1757
+ exports.GetBucketWebsiteOutput$ = [3, n0, _GBWO,
1758
+ { [_xN]: _WC },
1759
+ [_RART, _IDn, _EDr, _RR],
1760
+ [() => exports.RedirectAllRequestsTo$, () => exports.IndexDocument$, () => exports.ErrorDocument$, [() => RoutingRules, 0]]
1761
+ ];
1762
+ exports.GetBucketWebsiteRequest$ = [3, n0, _GBWR,
1763
+ 0,
1764
+ [_B, _EBO],
1765
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1766
+ ];
1767
+ exports.GetObjectAclOutput$ = [3, n0, _GOAO,
1768
+ { [_xN]: _ACP },
1769
+ [_O, _G, _RC],
1770
+ [() => exports.Owner$, [() => Grants, { [_xN]: _ACL }], [0, { [_hH]: _xarc }]]
1771
+ ];
1772
+ exports.GetObjectAclRequest$ = [3, n0, _GOAR,
1773
+ 0,
1774
+ [_B, _K, _VI, _RP, _EBO],
1775
+ [[0, 1], [0, 1], [0, { [_hQ]: _vI }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }]], 2
1776
+ ];
1777
+ exports.GetObjectAttributesOutput$ = [3, n0, _GOAOe,
1778
+ { [_xN]: _GOARe },
1779
+ [_DM, _LM, _VI, _RC, _ETa, _C, _OP, _SC, _OS],
1780
+ [[2, { [_hH]: _xadm }], [4, { [_hH]: _LM_ }], [0, { [_hH]: _xavi }], [0, { [_hH]: _xarc }], 0, () => exports.Checksum$, [() => exports.GetObjectAttributesParts$, 0], 0, 1]
1781
+ ];
1782
+ exports.GetObjectAttributesParts$ = [3, n0, _GOAP,
1783
+ 0,
1784
+ [_TPC, _PNM, _NPNM, _MP, _IT, _Pa],
1785
+ [[1, { [_xN]: _PC }], 0, 0, 1, 2, [() => PartsList, { [_xF]: 1, [_xN]: _Par }]]
1786
+ ];
1787
+ exports.GetObjectAttributesRequest$ = [3, n0, _GOARet,
1788
+ 0,
1789
+ [_B, _K, _OA, _VI, _MP, _PNM, _SSECA, _SSECK, _SSECKMD, _RP, _EBO],
1790
+ [[0, 1], [0, 1], [64 | 0, { [_hH]: _xaoa }], [0, { [_hQ]: _vI }], [1, { [_hH]: _xamp }], [0, { [_hH]: _xapnm }], [0, { [_hH]: _xasseca }], [() => SSECustomerKey, { [_hH]: _xasseck }], [0, { [_hH]: _xasseckM }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }]], 3
1791
+ ];
1792
+ exports.GetObjectLegalHoldOutput$ = [3, n0, _GOLHO,
1793
+ 0,
1794
+ [_LH],
1795
+ [[() => exports.ObjectLockLegalHold$, { [_hP]: 1, [_xN]: _LH }]]
1796
+ ];
1797
+ exports.GetObjectLegalHoldRequest$ = [3, n0, _GOLHR,
1798
+ 0,
1799
+ [_B, _K, _VI, _RP, _EBO],
1800
+ [[0, 1], [0, 1], [0, { [_hQ]: _vI }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }]], 2
1801
+ ];
1802
+ exports.GetObjectLockConfigurationOutput$ = [3, n0, _GOLCO,
1803
+ 0,
1804
+ [_OLC],
1805
+ [[() => exports.ObjectLockConfiguration$, 16]]
1806
+ ];
1807
+ exports.GetObjectLockConfigurationRequest$ = [3, n0, _GOLCR,
1808
+ 0,
1809
+ [_B, _EBO],
1810
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1811
+ ];
1812
+ exports.GetObjectOutput$ = [3, n0, _GOO,
1813
+ 0,
1814
+ [_Bo, _DM, _AR, _E, _Re, _LM, _CLo, _ETa, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _CT, _MM, _VI, _CC, _CDo, _CEo, _CL, _CR, _CTo, _Ex, _ES, _WRL, _SSE, _M, _SSECA, _SSECKMD, _SSEKMSKI, _BKE, _SC, _RC, _RS, _PC, _TC, _OLM, _OLRUD, _OLLHS],
1815
+ [[() => StreamingBlob, 16], [2, { [_hH]: _xadm }], [0, { [_hH]: _ar }], [0, { [_hH]: _xae }], [0, { [_hH]: _xar }], [4, { [_hH]: _LM_ }], [1, { [_hH]: _CL__ }], [0, { [_hH]: _ETa }], [0, { [_hH]: _xacc }], [0, { [_hH]: _xacc_ }], [0, { [_hH]: _xacc__ }], [0, { [_hH]: _xacs }], [0, { [_hH]: _xacs_ }], [0, { [_hH]: _xact }], [1, { [_hH]: _xamm }], [0, { [_hH]: _xavi }], [0, { [_hH]: _CC_ }], [0, { [_hH]: _CD_ }], [0, { [_hH]: _CE_ }], [0, { [_hH]: _CL_ }], [0, { [_hH]: _CR_ }], [0, { [_hH]: _CT_ }], [4, { [_hH]: _Ex }], [0, { [_hH]: _ES }], [0, { [_hH]: _xawrl }], [0, { [_hH]: _xasse }], [128 | 0, { [_hPH]: _xam }], [0, { [_hH]: _xasseca }], [0, { [_hH]: _xasseckM }], [() => SSEKMSKeyId, { [_hH]: _xasseakki }], [2, { [_hH]: _xassebke }], [0, { [_hH]: _xasc }], [0, { [_hH]: _xarc }], [0, { [_hH]: _xars }], [1, { [_hH]: _xampc }], [1, { [_hH]: _xatc }], [0, { [_hH]: _xaolm }], [5, { [_hH]: _xaolrud }], [0, { [_hH]: _xaollh }]]
1816
+ ];
1817
+ exports.GetObjectRequest$ = [3, n0, _GOR,
1818
+ 0,
1819
+ [_B, _K, _IM, _IMSf, _INM, _IUS, _Ra, _RCC, _RCD, _RCE, _RCL, _RCT, _RE, _VI, _SSECA, _SSECK, _SSECKMD, _RP, _PN, _EBO, _CMh],
1820
+ [[0, 1], [0, 1], [0, { [_hH]: _IM_ }], [4, { [_hH]: _IMS_ }], [0, { [_hH]: _INM_ }], [4, { [_hH]: _IUS_ }], [0, { [_hH]: _Ra }], [0, { [_hQ]: _rcc }], [0, { [_hQ]: _rcd }], [0, { [_hQ]: _rce }], [0, { [_hQ]: _rcl }], [0, { [_hQ]: _rct }], [6, { [_hQ]: _re }], [0, { [_hQ]: _vI }], [0, { [_hH]: _xasseca }], [() => SSECustomerKey, { [_hH]: _xasseck }], [0, { [_hH]: _xasseckM }], [0, { [_hH]: _xarp }], [1, { [_hQ]: _pN }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xacm }]], 2
1821
+ ];
1822
+ exports.GetObjectRetentionOutput$ = [3, n0, _GORO,
1823
+ 0,
1824
+ [_Ret],
1825
+ [[() => exports.ObjectLockRetention$, { [_hP]: 1, [_xN]: _Ret }]]
1826
+ ];
1827
+ exports.GetObjectRetentionRequest$ = [3, n0, _GORR,
1828
+ 0,
1829
+ [_B, _K, _VI, _RP, _EBO],
1830
+ [[0, 1], [0, 1], [0, { [_hQ]: _vI }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }]], 2
1831
+ ];
1832
+ exports.GetObjectTaggingOutput$ = [3, n0, _GOTO,
1833
+ { [_xN]: _Tag },
1834
+ [_TS, _VI],
1835
+ [[() => TagSet, 0], [0, { [_hH]: _xavi }]], 1
1836
+ ];
1837
+ exports.GetObjectTaggingRequest$ = [3, n0, _GOTR,
1838
+ 0,
1839
+ [_B, _K, _VI, _EBO, _RP],
1840
+ [[0, 1], [0, 1], [0, { [_hQ]: _vI }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xarp }]], 2
1841
+ ];
1842
+ exports.GetObjectTorrentOutput$ = [3, n0, _GOTOe,
1843
+ 0,
1844
+ [_Bo, _RC],
1845
+ [[() => StreamingBlob, 16], [0, { [_hH]: _xarc }]]
1846
+ ];
1847
+ exports.GetObjectTorrentRequest$ = [3, n0, _GOTRe,
1848
+ 0,
1849
+ [_B, _K, _RP, _EBO],
1850
+ [[0, 1], [0, 1], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }]], 2
1851
+ ];
1852
+ exports.GetPublicAccessBlockOutput$ = [3, n0, _GPABO,
1853
+ 0,
1854
+ [_PABC],
1855
+ [[() => exports.PublicAccessBlockConfiguration$, 16]]
1856
+ ];
1857
+ exports.GetPublicAccessBlockRequest$ = [3, n0, _GPABR,
1858
+ 0,
1859
+ [_B, _EBO],
1860
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1861
+ ];
1862
+ exports.GlacierJobParameters$ = [3, n0, _GJP,
1863
+ 0,
1864
+ [_Ti],
1865
+ [0], 1
1866
+ ];
1867
+ exports.Grant$ = [3, n0, _Gr,
1868
+ 0,
1869
+ [_Gra, _Pe],
1870
+ [[() => exports.Grantee$, { [_xNm]: [_x, _hi] }], 0]
1871
+ ];
1872
+ exports.Grantee$ = [3, n0, _Gra,
1873
+ 0,
1874
+ [_Ty, _DN, _EA, _ID, _URI],
1875
+ [[0, { [_xA]: 1, [_xN]: _xs }], 0, 0, 0, 0], 1
1876
+ ];
1877
+ exports.HeadBucketOutput$ = [3, n0, _HBO,
1878
+ 0,
1879
+ [_BA, _BLT, _BLN, _BR, _APA],
1880
+ [[0, { [_hH]: _xaba }], [0, { [_hH]: _xablt }], [0, { [_hH]: _xabln }], [0, { [_hH]: _xabr }], [2, { [_hH]: _xaapa }]]
1881
+ ];
1882
+ exports.HeadBucketRequest$ = [3, n0, _HBR,
1883
+ 0,
1884
+ [_B, _EBO],
1885
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1886
+ ];
1887
+ exports.HeadObjectOutput$ = [3, n0, _HOO,
1888
+ 0,
1889
+ [_DM, _AR, _E, _Re, _ASr, _LM, _CLo, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _CT, _ETa, _MM, _VI, _CC, _CDo, _CEo, _CL, _CTo, _CR, _Ex, _ES, _WRL, _SSE, _M, _SSECA, _SSECKMD, _SSEKMSKI, _BKE, _SC, _RC, _RS, _PC, _TC, _OLM, _OLRUD, _OLLHS],
1890
+ [[2, { [_hH]: _xadm }], [0, { [_hH]: _ar }], [0, { [_hH]: _xae }], [0, { [_hH]: _xar }], [0, { [_hH]: _xaas }], [4, { [_hH]: _LM_ }], [1, { [_hH]: _CL__ }], [0, { [_hH]: _xacc }], [0, { [_hH]: _xacc_ }], [0, { [_hH]: _xacc__ }], [0, { [_hH]: _xacs }], [0, { [_hH]: _xacs_ }], [0, { [_hH]: _xact }], [0, { [_hH]: _ETa }], [1, { [_hH]: _xamm }], [0, { [_hH]: _xavi }], [0, { [_hH]: _CC_ }], [0, { [_hH]: _CD_ }], [0, { [_hH]: _CE_ }], [0, { [_hH]: _CL_ }], [0, { [_hH]: _CT_ }], [0, { [_hH]: _CR_ }], [4, { [_hH]: _Ex }], [0, { [_hH]: _ES }], [0, { [_hH]: _xawrl }], [0, { [_hH]: _xasse }], [128 | 0, { [_hPH]: _xam }], [0, { [_hH]: _xasseca }], [0, { [_hH]: _xasseckM }], [() => SSEKMSKeyId, { [_hH]: _xasseakki }], [2, { [_hH]: _xassebke }], [0, { [_hH]: _xasc }], [0, { [_hH]: _xarc }], [0, { [_hH]: _xars }], [1, { [_hH]: _xampc }], [1, { [_hH]: _xatc }], [0, { [_hH]: _xaolm }], [5, { [_hH]: _xaolrud }], [0, { [_hH]: _xaollh }]]
1891
+ ];
1892
+ exports.HeadObjectRequest$ = [3, n0, _HOR,
1893
+ 0,
1894
+ [_B, _K, _IM, _IMSf, _INM, _IUS, _Ra, _RCC, _RCD, _RCE, _RCL, _RCT, _RE, _VI, _SSECA, _SSECK, _SSECKMD, _RP, _PN, _EBO, _CMh],
1895
+ [[0, 1], [0, 1], [0, { [_hH]: _IM_ }], [4, { [_hH]: _IMS_ }], [0, { [_hH]: _INM_ }], [4, { [_hH]: _IUS_ }], [0, { [_hH]: _Ra }], [0, { [_hQ]: _rcc }], [0, { [_hQ]: _rcd }], [0, { [_hQ]: _rce }], [0, { [_hQ]: _rcl }], [0, { [_hQ]: _rct }], [6, { [_hQ]: _re }], [0, { [_hQ]: _vI }], [0, { [_hH]: _xasseca }], [() => SSECustomerKey, { [_hH]: _xasseck }], [0, { [_hH]: _xasseckM }], [0, { [_hH]: _xarp }], [1, { [_hQ]: _pN }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xacm }]], 2
1896
+ ];
1897
+ exports.IndexDocument$ = [3, n0, _IDn,
1898
+ 0,
1899
+ [_Su],
1900
+ [0], 1
1901
+ ];
1902
+ exports.Initiator$ = [3, n0, _In,
1903
+ 0,
1904
+ [_ID, _DN],
1905
+ [0, 0]
1906
+ ];
1907
+ exports.InputSerialization$ = [3, n0, _IS,
1908
+ 0,
1909
+ [_CSV, _CTom, _JSON, _Parq],
1910
+ [() => exports.CSVInput$, 0, () => exports.JSONInput$, () => exports.ParquetInput$]
1911
+ ];
1912
+ exports.IntelligentTieringAndOperator$ = [3, n0, _ITAO,
1913
+ 0,
1914
+ [_P, _T],
1915
+ [0, [() => TagSet, { [_xF]: 1, [_xN]: _Ta }]]
1916
+ ];
1917
+ exports.IntelligentTieringConfiguration$ = [3, n0, _ITC,
1918
+ 0,
1919
+ [_I, _S, _Tie, _F],
1920
+ [0, 0, [() => TieringList, { [_xF]: 1, [_xN]: _Tier }], [() => exports.IntelligentTieringFilter$, 0]], 3
1921
+ ];
1922
+ exports.IntelligentTieringFilter$ = [3, n0, _ITF,
1923
+ 0,
1924
+ [_P, _Ta, _An],
1925
+ [0, () => exports.Tag$, [() => exports.IntelligentTieringAndOperator$, 0]]
1926
+ ];
1927
+ exports.InventoryConfiguration$ = [3, n0, _IC,
1928
+ 0,
1929
+ [_Des, _IE, _I, _IOV, _Sc, _F, _OF],
1930
+ [[() => exports.InventoryDestination$, 0], 2, 0, 0, () => exports.InventorySchedule$, () => exports.InventoryFilter$, [() => InventoryOptionalFields, 0]], 5
1931
+ ];
1932
+ exports.InventoryDestination$ = [3, n0, _IDnv,
1933
+ 0,
1934
+ [_SBD],
1935
+ [[() => exports.InventoryS3BucketDestination$, 0]], 1
1936
+ ];
1937
+ exports.InventoryEncryption$ = [3, n0, _IEn,
1938
+ 0,
1939
+ [_SSES, _SSEKMS],
1940
+ [[() => exports.SSES3$, { [_xN]: _SS }], [() => exports.SSEKMS$, { [_xN]: _SK }]]
1941
+ ];
1942
+ exports.InventoryFilter$ = [3, n0, _IF,
1943
+ 0,
1944
+ [_P],
1945
+ [0], 1
1946
+ ];
1947
+ exports.InventoryS3BucketDestination$ = [3, n0, _ISBD,
1948
+ 0,
1949
+ [_B, _Fo, _AI, _P, _En],
1950
+ [0, 0, 0, 0, [() => exports.InventoryEncryption$, 0]], 2
1951
+ ];
1952
+ exports.InventorySchedule$ = [3, n0, _ISn,
1953
+ 0,
1954
+ [_Fr],
1955
+ [0], 1
1956
+ ];
1957
+ exports.InventoryTableConfiguration$ = [3, n0, _ITCn,
1958
+ 0,
1959
+ [_CSo, _EC],
1960
+ [0, () => exports.MetadataTableEncryptionConfiguration$], 1
1961
+ ];
1962
+ exports.InventoryTableConfigurationResult$ = [3, n0, _ITCR,
1963
+ 0,
1964
+ [_CSo, _TSa, _Err, _TNa, _TA],
1965
+ [0, 0, () => exports.ErrorDetails$, 0, 0], 1
1966
+ ];
1967
+ exports.InventoryTableConfigurationUpdates$ = [3, n0, _ITCU,
1968
+ 0,
1969
+ [_CSo, _EC],
1970
+ [0, () => exports.MetadataTableEncryptionConfiguration$], 1
1971
+ ];
1972
+ exports.JournalTableConfiguration$ = [3, n0, _JTC,
1973
+ 0,
1974
+ [_REe, _EC],
1975
+ [() => exports.RecordExpiration$, () => exports.MetadataTableEncryptionConfiguration$], 1
1976
+ ];
1977
+ exports.JournalTableConfigurationResult$ = [3, n0, _JTCR,
1978
+ 0,
1979
+ [_TSa, _TNa, _REe, _Err, _TA],
1980
+ [0, 0, () => exports.RecordExpiration$, () => exports.ErrorDetails$, 0], 3
1981
+ ];
1982
+ exports.JournalTableConfigurationUpdates$ = [3, n0, _JTCU,
1983
+ 0,
1984
+ [_REe],
1985
+ [() => exports.RecordExpiration$], 1
1986
+ ];
1987
+ exports.JSONInput$ = [3, n0, _JSONI,
1988
+ 0,
1989
+ [_Ty],
1990
+ [0]
1991
+ ];
1992
+ exports.JSONOutput$ = [3, n0, _JSONO,
1993
+ 0,
1994
+ [_RD],
1995
+ [0]
1996
+ ];
1997
+ exports.LambdaFunctionConfiguration$ = [3, n0, _LFC,
1998
+ 0,
1999
+ [_LFA, _Ev, _I, _F],
2000
+ [[0, { [_xN]: _CF }], [64 | 0, { [_xF]: 1, [_xN]: _Eve }], 0, [() => exports.NotificationConfigurationFilter$, 0]], 2
2001
+ ];
2002
+ exports.LifecycleExpiration$ = [3, n0, _LEi,
2003
+ 0,
2004
+ [_Da, _D, _EODM],
2005
+ [5, 1, 2]
2006
+ ];
2007
+ exports.LifecycleRule$ = [3, n0, _LR,
2008
+ 0,
2009
+ [_S, _E, _ID, _P, _F, _Tr, _NVT, _NVE, _AIMU],
2010
+ [0, () => exports.LifecycleExpiration$, 0, 0, [() => exports.LifecycleRuleFilter$, 0], [() => TransitionList, { [_xF]: 1, [_xN]: _Tra }], [() => NoncurrentVersionTransitionList, { [_xF]: 1, [_xN]: _NVTo }], () => exports.NoncurrentVersionExpiration$, () => exports.AbortIncompleteMultipartUpload$], 1
2011
+ ];
2012
+ exports.LifecycleRuleAndOperator$ = [3, n0, _LRAO,
2013
+ 0,
2014
+ [_P, _T, _OSGT, _OSLT],
2015
+ [0, [() => TagSet, { [_xF]: 1, [_xN]: _Ta }], 1, 1]
2016
+ ];
2017
+ exports.LifecycleRuleFilter$ = [3, n0, _LRF,
2018
+ 0,
2019
+ [_P, _Ta, _OSGT, _OSLT, _An],
2020
+ [0, () => exports.Tag$, 1, 1, [() => exports.LifecycleRuleAndOperator$, 0]]
2021
+ ];
2022
+ exports.ListBucketAnalyticsConfigurationsOutput$ = [3, n0, _LBACO,
2023
+ { [_xN]: _LBACR },
2024
+ [_IT, _CTon, _NCT, _ACLn],
2025
+ [2, 0, 0, [() => AnalyticsConfigurationList, { [_xF]: 1, [_xN]: _ACn }]]
2026
+ ];
2027
+ exports.ListBucketAnalyticsConfigurationsRequest$ = [3, n0, _LBACRi,
2028
+ 0,
2029
+ [_B, _CTon, _EBO],
2030
+ [[0, 1], [0, { [_hQ]: _ct }], [0, { [_hH]: _xaebo }]], 1
2031
+ ];
2032
+ exports.ListBucketIntelligentTieringConfigurationsOutput$ = [3, n0, _LBITCO,
2033
+ 0,
2034
+ [_IT, _CTon, _NCT, _ITCL],
2035
+ [2, 0, 0, [() => IntelligentTieringConfigurationList, { [_xF]: 1, [_xN]: _ITC }]]
2036
+ ];
2037
+ exports.ListBucketIntelligentTieringConfigurationsRequest$ = [3, n0, _LBITCR,
2038
+ 0,
2039
+ [_B, _CTon, _EBO],
2040
+ [[0, 1], [0, { [_hQ]: _ct }], [0, { [_hH]: _xaebo }]], 1
2041
+ ];
2042
+ exports.ListBucketInventoryConfigurationsOutput$ = [3, n0, _LBICO,
2043
+ { [_xN]: _LICR },
2044
+ [_CTon, _ICL, _IT, _NCT],
2045
+ [0, [() => InventoryConfigurationList, { [_xF]: 1, [_xN]: _IC }], 2, 0]
2046
+ ];
2047
+ exports.ListBucketInventoryConfigurationsRequest$ = [3, n0, _LBICR,
2048
+ 0,
2049
+ [_B, _CTon, _EBO],
2050
+ [[0, 1], [0, { [_hQ]: _ct }], [0, { [_hH]: _xaebo }]], 1
2051
+ ];
2052
+ exports.ListBucketMetricsConfigurationsOutput$ = [3, n0, _LBMCO,
2053
+ { [_xN]: _LMCR },
2054
+ [_IT, _CTon, _NCT, _MCL],
2055
+ [2, 0, 0, [() => MetricsConfigurationList, { [_xF]: 1, [_xN]: _MCe }]]
2056
+ ];
2057
+ exports.ListBucketMetricsConfigurationsRequest$ = [3, n0, _LBMCR,
2058
+ 0,
2059
+ [_B, _CTon, _EBO],
2060
+ [[0, 1], [0, { [_hQ]: _ct }], [0, { [_hH]: _xaebo }]], 1
2061
+ ];
2062
+ exports.ListBucketsOutput$ = [3, n0, _LBO,
2063
+ { [_xN]: _LAMBR },
2064
+ [_Bu, _O, _CTon, _P],
2065
+ [[() => Buckets, 0], () => exports.Owner$, 0, 0]
2066
+ ];
2067
+ exports.ListBucketsRequest$ = [3, n0, _LBR,
2068
+ 0,
2069
+ [_MB, _CTon, _P, _BR],
2070
+ [[1, { [_hQ]: _mb }], [0, { [_hQ]: _ct }], [0, { [_hQ]: _p }], [0, { [_hQ]: _br }]]
2071
+ ];
2072
+ exports.ListDirectoryBucketsOutput$ = [3, n0, _LDBO,
2073
+ { [_xN]: _LAMDBR },
2074
+ [_Bu, _CTon],
2075
+ [[() => Buckets, 0], 0]
2076
+ ];
2077
+ exports.ListDirectoryBucketsRequest$ = [3, n0, _LDBR,
2078
+ 0,
2079
+ [_CTon, _MDB],
2080
+ [[0, { [_hQ]: _ct }], [1, { [_hQ]: _mdb }]]
2081
+ ];
2082
+ exports.ListMultipartUploadsOutput$ = [3, n0, _LMUO,
2083
+ { [_xN]: _LMUR },
2084
+ [_B, _KM, _UIM, _NKM, _P, _Deli, _NUIM, _MUa, _IT, _U, _CPom, _ETn, _RC],
2085
+ [0, 0, 0, 0, 0, 0, 0, 1, 2, [() => MultipartUploadList, { [_xF]: 1, [_xN]: _Up }], [() => CommonPrefixList, { [_xF]: 1 }], 0, [0, { [_hH]: _xarc }]]
2086
+ ];
2087
+ exports.ListMultipartUploadsRequest$ = [3, n0, _LMURi,
2088
+ 0,
2089
+ [_B, _Deli, _ETn, _KM, _MUa, _P, _UIM, _EBO, _RP],
2090
+ [[0, 1], [0, { [_hQ]: _d }], [0, { [_hQ]: _et }], [0, { [_hQ]: _km }], [1, { [_hQ]: _mu }], [0, { [_hQ]: _p }], [0, { [_hQ]: _uim }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xarp }]], 1
2091
+ ];
2092
+ exports.ListObjectsOutput$ = [3, n0, _LOO,
2093
+ { [_xN]: _LBRi },
2094
+ [_IT, _Ma, _NM, _Con, _N, _P, _Deli, _MK, _CPom, _ETn, _RC],
2095
+ [2, 0, 0, [() => ObjectList, { [_xF]: 1 }], 0, 0, 0, 1, [() => CommonPrefixList, { [_xF]: 1 }], 0, [0, { [_hH]: _xarc }]]
2096
+ ];
2097
+ exports.ListObjectsRequest$ = [3, n0, _LOR,
2098
+ 0,
2099
+ [_B, _Deli, _ETn, _Ma, _MK, _P, _RP, _EBO, _OOA],
2100
+ [[0, 1], [0, { [_hQ]: _d }], [0, { [_hQ]: _et }], [0, { [_hQ]: _m }], [1, { [_hQ]: _mk }], [0, { [_hQ]: _p }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }], [64 | 0, { [_hH]: _xaooa }]], 1
2101
+ ];
2102
+ exports.ListObjectsV2Output$ = [3, n0, _LOVO,
2103
+ { [_xN]: _LBRi },
2104
+ [_IT, _Con, _N, _P, _Deli, _MK, _CPom, _ETn, _KC, _CTon, _NCT, _SA, _RC],
2105
+ [2, [() => ObjectList, { [_xF]: 1 }], 0, 0, 0, 1, [() => CommonPrefixList, { [_xF]: 1 }], 0, 1, 0, 0, 0, [0, { [_hH]: _xarc }]]
2106
+ ];
2107
+ exports.ListObjectsV2Request$ = [3, n0, _LOVR,
2108
+ 0,
2109
+ [_B, _Deli, _ETn, _MK, _P, _CTon, _FO, _SA, _RP, _EBO, _OOA],
2110
+ [[0, 1], [0, { [_hQ]: _d }], [0, { [_hQ]: _et }], [1, { [_hQ]: _mk }], [0, { [_hQ]: _p }], [0, { [_hQ]: _ct }], [2, { [_hQ]: _fo }], [0, { [_hQ]: _sa }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }], [64 | 0, { [_hH]: _xaooa }]], 1
2111
+ ];
2112
+ exports.ListObjectVersionsOutput$ = [3, n0, _LOVOi,
2113
+ { [_xN]: _LVR },
2114
+ [_IT, _KM, _VIM, _NKM, _NVIM, _Ve, _DMe, _N, _P, _Deli, _MK, _CPom, _ETn, _RC],
2115
+ [2, 0, 0, 0, 0, [() => ObjectVersionList, { [_xF]: 1, [_xN]: _Ver }], [() => DeleteMarkers, { [_xF]: 1, [_xN]: _DM }], 0, 0, 0, 1, [() => CommonPrefixList, { [_xF]: 1 }], 0, [0, { [_hH]: _xarc }]]
2116
+ ];
2117
+ exports.ListObjectVersionsRequest$ = [3, n0, _LOVRi,
2118
+ 0,
2119
+ [_B, _Deli, _ETn, _KM, _MK, _P, _VIM, _EBO, _RP, _OOA],
2120
+ [[0, 1], [0, { [_hQ]: _d }], [0, { [_hQ]: _et }], [0, { [_hQ]: _km }], [1, { [_hQ]: _mk }], [0, { [_hQ]: _p }], [0, { [_hQ]: _vim }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xarp }], [64 | 0, { [_hH]: _xaooa }]], 1
2121
+ ];
2122
+ exports.ListPartsOutput$ = [3, n0, _LPO,
2123
+ { [_xN]: _LPR },
2124
+ [_ADb, _ARI, _B, _K, _UI, _PNM, _NPNM, _MP, _IT, _Pa, _In, _O, _SC, _RC, _CA, _CT],
2125
+ [[4, { [_hH]: _xaad }], [0, { [_hH]: _xaari }], 0, 0, 0, 0, 0, 1, 2, [() => Parts, { [_xF]: 1, [_xN]: _Par }], () => exports.Initiator$, () => exports.Owner$, 0, [0, { [_hH]: _xarc }], 0, 0]
2126
+ ];
2127
+ exports.ListPartsRequest$ = [3, n0, _LPRi,
2128
+ 0,
2129
+ [_B, _K, _UI, _MP, _PNM, _RP, _EBO, _SSECA, _SSECK, _SSECKMD],
2130
+ [[0, 1], [0, 1], [0, { [_hQ]: _uI }], [1, { [_hQ]: _mp }], [0, { [_hQ]: _pnm }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xasseca }], [() => SSECustomerKey, { [_hH]: _xasseck }], [0, { [_hH]: _xasseckM }]], 3
2131
+ ];
2132
+ exports.LocationInfo$ = [3, n0, _LI,
2133
+ 0,
2134
+ [_Ty, _N],
2135
+ [0, 0]
2136
+ ];
2137
+ exports.LoggingEnabled$ = [3, n0, _LE,
2138
+ 0,
2139
+ [_TB, _TP, _TG, _TOKF],
2140
+ [0, 0, [() => TargetGrants, 0], [() => exports.TargetObjectKeyFormat$, 0]], 2
2141
+ ];
2142
+ exports.MetadataConfiguration$ = [3, n0, _MC,
2143
+ 0,
2144
+ [_JTC, _ITCn],
2145
+ [() => exports.JournalTableConfiguration$, () => exports.InventoryTableConfiguration$], 1
2146
+ ];
2147
+ exports.MetadataConfigurationResult$ = [3, n0, _MCR,
2148
+ 0,
2149
+ [_DRes, _JTCR, _ITCR],
2150
+ [() => exports.DestinationResult$, () => exports.JournalTableConfigurationResult$, () => exports.InventoryTableConfigurationResult$], 1
2151
+ ];
2152
+ exports.MetadataEntry$ = [3, n0, _ME,
2153
+ 0,
2154
+ [_N, _V],
2155
+ [0, 0]
2156
+ ];
2157
+ exports.MetadataTableConfiguration$ = [3, n0, _MTC,
2158
+ 0,
2159
+ [_STD],
2160
+ [() => exports.S3TablesDestination$], 1
2161
+ ];
2162
+ exports.MetadataTableConfigurationResult$ = [3, n0, _MTCR,
2163
+ 0,
2164
+ [_STDR],
2165
+ [() => exports.S3TablesDestinationResult$], 1
2166
+ ];
2167
+ exports.MetadataTableEncryptionConfiguration$ = [3, n0, _MTEC,
2168
+ 0,
2169
+ [_SAs, _KKA],
2170
+ [0, 0], 1
2171
+ ];
2172
+ exports.Metrics$ = [3, n0, _Me,
2173
+ 0,
2174
+ [_S, _ETv],
2175
+ [0, () => exports.ReplicationTimeValue$], 1
2176
+ ];
2177
+ exports.MetricsAndOperator$ = [3, n0, _MAO,
2178
+ 0,
2179
+ [_P, _T, _APAc],
2180
+ [0, [() => TagSet, { [_xF]: 1, [_xN]: _Ta }], 0]
2181
+ ];
2182
+ exports.MetricsConfiguration$ = [3, n0, _MCe,
2183
+ 0,
2184
+ [_I, _F],
2185
+ [0, [() => exports.MetricsFilter$, 0]], 1
2186
+ ];
2187
+ exports.MultipartUpload$ = [3, n0, _MU,
2188
+ 0,
2189
+ [_UI, _K, _Ini, _SC, _O, _In, _CA, _CT],
2190
+ [0, 0, 4, 0, () => exports.Owner$, () => exports.Initiator$, 0, 0]
2191
+ ];
2192
+ exports.NoncurrentVersionExpiration$ = [3, n0, _NVE,
2193
+ 0,
2194
+ [_ND, _NNV],
2195
+ [1, 1]
2196
+ ];
2197
+ exports.NoncurrentVersionTransition$ = [3, n0, _NVTo,
2198
+ 0,
2199
+ [_ND, _SC, _NNV],
2200
+ [1, 0, 1]
2201
+ ];
2202
+ exports.NotificationConfiguration$ = [3, n0, _NC,
2203
+ 0,
2204
+ [_TCo, _QCu, _LFCa, _EBC],
2205
+ [[() => TopicConfigurationList, { [_xF]: 1, [_xN]: _TCop }], [() => QueueConfigurationList, { [_xF]: 1, [_xN]: _QCue }], [() => LambdaFunctionConfigurationList, { [_xF]: 1, [_xN]: _CFC }], () => exports.EventBridgeConfiguration$]
2206
+ ];
2207
+ exports.NotificationConfigurationFilter$ = [3, n0, _NCF,
2208
+ 0,
2209
+ [_K],
2210
+ [[() => exports.S3KeyFilter$, { [_xN]: _SKe }]]
2211
+ ];
2212
+ exports._Object$ = [3, n0, _Obj,
2213
+ 0,
2214
+ [_K, _LM, _ETa, _CA, _CT, _Si, _SC, _O, _RSe],
2215
+ [0, 4, 0, [64 | 0, { [_xF]: 1 }], 0, 1, 0, () => exports.Owner$, () => exports.RestoreStatus$]
2216
+ ];
2217
+ exports.ObjectIdentifier$ = [3, n0, _OI,
2218
+ 0,
2219
+ [_K, _VI, _ETa, _LMT, _Si],
2220
+ [0, 0, 0, 6, 1], 1
2221
+ ];
2222
+ exports.ObjectLockConfiguration$ = [3, n0, _OLC,
2223
+ 0,
2224
+ [_OLE, _Ru],
2225
+ [0, () => exports.ObjectLockRule$]
2226
+ ];
2227
+ exports.ObjectLockLegalHold$ = [3, n0, _OLLH,
2228
+ 0,
2229
+ [_S],
2230
+ [0]
2231
+ ];
2232
+ exports.ObjectLockRetention$ = [3, n0, _OLR,
2233
+ 0,
2234
+ [_Mo, _RUD],
2235
+ [0, 5]
2236
+ ];
2237
+ exports.ObjectLockRule$ = [3, n0, _OLRb,
2238
+ 0,
2239
+ [_DRe],
2240
+ [() => exports.DefaultRetention$]
2241
+ ];
2242
+ exports.ObjectPart$ = [3, n0, _OPb,
2243
+ 0,
2244
+ [_PN, _Si, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh],
2245
+ [1, 1, 0, 0, 0, 0, 0]
2246
+ ];
2247
+ exports.ObjectVersion$ = [3, n0, _OV,
2248
+ 0,
2249
+ [_ETa, _CA, _CT, _Si, _SC, _K, _VI, _IL, _LM, _O, _RSe],
2250
+ [0, [64 | 0, { [_xF]: 1 }], 0, 1, 0, 0, 0, 2, 4, () => exports.Owner$, () => exports.RestoreStatus$]
2251
+ ];
2252
+ exports.OutputLocation$ = [3, n0, _OL,
2253
+ 0,
2254
+ [_S_],
2255
+ [[() => exports.S3Location$, 0]]
2256
+ ];
2257
+ exports.OutputSerialization$ = [3, n0, _OSu,
2258
+ 0,
2259
+ [_CSV, _JSON],
2260
+ [() => exports.CSVOutput$, () => exports.JSONOutput$]
2261
+ ];
2262
+ exports.Owner$ = [3, n0, _O,
2263
+ 0,
2264
+ [_DN, _ID],
2265
+ [0, 0]
2266
+ ];
2267
+ exports.OwnershipControls$ = [3, n0, _OC,
2268
+ 0,
2269
+ [_R],
2270
+ [[() => OwnershipControlsRules, { [_xF]: 1, [_xN]: _Ru }]], 1
2271
+ ];
2272
+ exports.OwnershipControlsRule$ = [3, n0, _OCR,
2273
+ 0,
2274
+ [_OO],
2275
+ [0], 1
2276
+ ];
2277
+ exports.ParquetInput$ = [3, n0, _PI,
2278
+ 0,
2279
+ [],
2280
+ []
2281
+ ];
2282
+ exports.Part$ = [3, n0, _Par,
2283
+ 0,
2284
+ [_PN, _LM, _ETa, _Si, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh],
2285
+ [1, 4, 0, 1, 0, 0, 0, 0, 0]
2286
+ ];
2287
+ exports.PartitionedPrefix$ = [3, n0, _PP,
2288
+ { [_xN]: _PP },
2289
+ [_PDS],
2290
+ [0]
2291
+ ];
2292
+ exports.PolicyStatus$ = [3, n0, _PS,
2293
+ 0,
2294
+ [_IP],
2295
+ [[2, { [_xN]: _IP }]]
2296
+ ];
2297
+ exports.Progress$ = [3, n0, _Pr,
2298
+ 0,
2299
+ [_BS, _BP, _BRy],
2300
+ [1, 1, 1]
2301
+ ];
2302
+ exports.ProgressEvent$ = [3, n0, _PE,
2303
+ 0,
2304
+ [_Det],
2305
+ [[() => exports.Progress$, { [_eP]: 1 }]]
2306
+ ];
2307
+ exports.PublicAccessBlockConfiguration$ = [3, n0, _PABC,
2308
+ 0,
2309
+ [_BPA, _IPA, _BPP, _RPB],
2310
+ [[2, { [_xN]: _BPA }], [2, { [_xN]: _IPA }], [2, { [_xN]: _BPP }], [2, { [_xN]: _RPB }]]
2311
+ ];
2312
+ exports.PutBucketAbacRequest$ = [3, n0, _PBAR,
2313
+ 0,
2314
+ [_B, _AS, _CMD, _CA, _EBO],
2315
+ [[0, 1], [() => exports.AbacStatus$, { [_hP]: 1, [_xN]: _AS }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
2316
+ ];
2317
+ exports.PutBucketAccelerateConfigurationRequest$ = [3, n0, _PBACR,
2318
+ 0,
2319
+ [_B, _AC, _EBO, _CA],
2320
+ [[0, 1], [() => exports.AccelerateConfiguration$, { [_hP]: 1, [_xN]: _AC }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xasca }]], 2
2321
+ ];
2322
+ exports.PutBucketAclRequest$ = [3, n0, _PBARu,
2323
+ 0,
2324
+ [_B, _ACL_, _ACP, _CMD, _CA, _GFC, _GR, _GRACP, _GW, _GWACP, _EBO],
2325
+ [[0, 1], [0, { [_hH]: _xaa }], [() => exports.AccessControlPolicy$, { [_hP]: 1, [_xN]: _ACP }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xagfc }], [0, { [_hH]: _xagr }], [0, { [_hH]: _xagra }], [0, { [_hH]: _xagw }], [0, { [_hH]: _xagwa }], [0, { [_hH]: _xaebo }]], 1
2326
+ ];
2327
+ exports.PutBucketAnalyticsConfigurationRequest$ = [3, n0, _PBACRu,
2328
+ 0,
2329
+ [_B, _I, _ACn, _EBO],
2330
+ [[0, 1], [0, { [_hQ]: _i }], [() => exports.AnalyticsConfiguration$, { [_hP]: 1, [_xN]: _ACn }], [0, { [_hH]: _xaebo }]], 3
2331
+ ];
2332
+ exports.PutBucketCorsRequest$ = [3, n0, _PBCR,
2333
+ 0,
2334
+ [_B, _CORSC, _CMD, _CA, _EBO],
2335
+ [[0, 1], [() => exports.CORSConfiguration$, { [_hP]: 1, [_xN]: _CORSC }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
2336
+ ];
2337
+ exports.PutBucketEncryptionRequest$ = [3, n0, _PBER,
2338
+ 0,
2339
+ [_B, _SSEC, _CMD, _CA, _EBO],
2340
+ [[0, 1], [() => exports.ServerSideEncryptionConfiguration$, { [_hP]: 1, [_xN]: _SSEC }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
2341
+ ];
2342
+ exports.PutBucketIntelligentTieringConfigurationRequest$ = [3, n0, _PBITCR,
2343
+ 0,
2344
+ [_B, _I, _ITC, _EBO],
2345
+ [[0, 1], [0, { [_hQ]: _i }], [() => exports.IntelligentTieringConfiguration$, { [_hP]: 1, [_xN]: _ITC }], [0, { [_hH]: _xaebo }]], 3
2346
+ ];
2347
+ exports.PutBucketInventoryConfigurationRequest$ = [3, n0, _PBICR,
2348
+ 0,
2349
+ [_B, _I, _IC, _EBO],
2350
+ [[0, 1], [0, { [_hQ]: _i }], [() => exports.InventoryConfiguration$, { [_hP]: 1, [_xN]: _IC }], [0, { [_hH]: _xaebo }]], 3
2351
+ ];
2352
+ exports.PutBucketLifecycleConfigurationOutput$ = [3, n0, _PBLCO,
2353
+ 0,
2354
+ [_TDMOS],
2355
+ [[0, { [_hH]: _xatdmos }]]
2356
+ ];
2357
+ exports.PutBucketLifecycleConfigurationRequest$ = [3, n0, _PBLCR,
2358
+ 0,
2359
+ [_B, _CA, _LCi, _EBO, _TDMOS],
2360
+ [[0, 1], [0, { [_hH]: _xasca }], [() => exports.BucketLifecycleConfiguration$, { [_hP]: 1, [_xN]: _LCi }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xatdmos }]], 1
2361
+ ];
2362
+ exports.PutBucketLoggingRequest$ = [3, n0, _PBLR,
2363
+ 0,
2364
+ [_B, _BLS, _CMD, _CA, _EBO],
2365
+ [[0, 1], [() => exports.BucketLoggingStatus$, { [_hP]: 1, [_xN]: _BLS }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
2366
+ ];
2367
+ exports.PutBucketMetricsConfigurationRequest$ = [3, n0, _PBMCR,
2368
+ 0,
2369
+ [_B, _I, _MCe, _EBO],
2370
+ [[0, 1], [0, { [_hQ]: _i }], [() => exports.MetricsConfiguration$, { [_hP]: 1, [_xN]: _MCe }], [0, { [_hH]: _xaebo }]], 3
2371
+ ];
2372
+ exports.PutBucketNotificationConfigurationRequest$ = [3, n0, _PBNCR,
2373
+ 0,
2374
+ [_B, _NC, _EBO, _SDV],
2375
+ [[0, 1], [() => exports.NotificationConfiguration$, { [_hP]: 1, [_xN]: _NC }], [0, { [_hH]: _xaebo }], [2, { [_hH]: _xasdv }]], 2
2376
+ ];
2377
+ exports.PutBucketOwnershipControlsRequest$ = [3, n0, _PBOCR,
2378
+ 0,
2379
+ [_B, _OC, _CMD, _EBO, _CA],
2380
+ [[0, 1], [() => exports.OwnershipControls$, { [_hP]: 1, [_xN]: _OC }], [0, { [_hH]: _CM }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xasca }]], 2
2381
+ ];
2382
+ exports.PutBucketPolicyRequest$ = [3, n0, _PBPR,
2383
+ 0,
2384
+ [_B, _Po, _CMD, _CA, _CRSBA, _EBO],
2385
+ [[0, 1], [0, 16], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [2, { [_hH]: _xacrsba }], [0, { [_hH]: _xaebo }]], 2
2386
+ ];
2387
+ exports.PutBucketReplicationRequest$ = [3, n0, _PBRR,
2388
+ 0,
2389
+ [_B, _RCe, _CMD, _CA, _To, _EBO],
2390
+ [[0, 1], [() => exports.ReplicationConfiguration$, { [_hP]: 1, [_xN]: _RCe }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xabolt }], [0, { [_hH]: _xaebo }]], 2
2391
+ ];
2392
+ exports.PutBucketRequestPaymentRequest$ = [3, n0, _PBRPR,
2393
+ 0,
2394
+ [_B, _RPC, _CMD, _CA, _EBO],
2395
+ [[0, 1], [() => exports.RequestPaymentConfiguration$, { [_hP]: 1, [_xN]: _RPC }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
2396
+ ];
2397
+ exports.PutBucketTaggingRequest$ = [3, n0, _PBTR,
2398
+ 0,
2399
+ [_B, _Tag, _CMD, _CA, _EBO],
2400
+ [[0, 1], [() => exports.Tagging$, { [_hP]: 1, [_xN]: _Tag }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
2401
+ ];
2402
+ exports.PutBucketVersioningRequest$ = [3, n0, _PBVR,
2403
+ 0,
2404
+ [_B, _VC, _CMD, _CA, _MFA, _EBO],
2405
+ [[0, 1], [() => exports.VersioningConfiguration$, { [_hP]: 1, [_xN]: _VC }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xam_ }], [0, { [_hH]: _xaebo }]], 2
2406
+ ];
2407
+ exports.PutBucketWebsiteRequest$ = [3, n0, _PBWR,
2408
+ 0,
2409
+ [_B, _WC, _CMD, _CA, _EBO],
2410
+ [[0, 1], [() => exports.WebsiteConfiguration$, { [_hP]: 1, [_xN]: _WC }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
2411
+ ];
2412
+ exports.PutObjectAclOutput$ = [3, n0, _POAO,
2413
+ 0,
2414
+ [_RC],
2415
+ [[0, { [_hH]: _xarc }]]
2416
+ ];
2417
+ exports.PutObjectAclRequest$ = [3, n0, _POAR,
2418
+ 0,
2419
+ [_B, _K, _ACL_, _ACP, _CMD, _CA, _GFC, _GR, _GRACP, _GW, _GWACP, _RP, _VI, _EBO],
2420
+ [[0, 1], [0, 1], [0, { [_hH]: _xaa }], [() => exports.AccessControlPolicy$, { [_hP]: 1, [_xN]: _ACP }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xagfc }], [0, { [_hH]: _xagr }], [0, { [_hH]: _xagra }], [0, { [_hH]: _xagw }], [0, { [_hH]: _xagwa }], [0, { [_hH]: _xarp }], [0, { [_hQ]: _vI }], [0, { [_hH]: _xaebo }]], 2
2421
+ ];
2422
+ exports.PutObjectLegalHoldOutput$ = [3, n0, _POLHO,
2423
+ 0,
2424
+ [_RC],
2425
+ [[0, { [_hH]: _xarc }]]
2426
+ ];
2427
+ exports.PutObjectLegalHoldRequest$ = [3, n0, _POLHR,
2428
+ 0,
2429
+ [_B, _K, _LH, _RP, _VI, _CMD, _CA, _EBO],
2430
+ [[0, 1], [0, 1], [() => exports.ObjectLockLegalHold$, { [_hP]: 1, [_xN]: _LH }], [0, { [_hH]: _xarp }], [0, { [_hQ]: _vI }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
2431
+ ];
2432
+ exports.PutObjectLockConfigurationOutput$ = [3, n0, _POLCO,
2433
+ 0,
2434
+ [_RC],
2435
+ [[0, { [_hH]: _xarc }]]
2436
+ ];
2437
+ exports.PutObjectLockConfigurationRequest$ = [3, n0, _POLCR,
2438
+ 0,
2439
+ [_B, _OLC, _RP, _To, _CMD, _CA, _EBO],
2440
+ [[0, 1], [() => exports.ObjectLockConfiguration$, { [_hP]: 1, [_xN]: _OLC }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xabolt }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 1
2441
+ ];
2442
+ exports.PutObjectOutput$ = [3, n0, _POO,
2443
+ 0,
2444
+ [_E, _ETa, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _CT, _SSE, _VI, _SSECA, _SSECKMD, _SSEKMSKI, _SSEKMSEC, _BKE, _Si, _RC],
2445
+ [[0, { [_hH]: _xae }], [0, { [_hH]: _ETa }], [0, { [_hH]: _xacc }], [0, { [_hH]: _xacc_ }], [0, { [_hH]: _xacc__ }], [0, { [_hH]: _xacs }], [0, { [_hH]: _xacs_ }], [0, { [_hH]: _xact }], [0, { [_hH]: _xasse }], [0, { [_hH]: _xavi }], [0, { [_hH]: _xasseca }], [0, { [_hH]: _xasseckM }], [() => SSEKMSKeyId, { [_hH]: _xasseakki }], [() => SSEKMSEncryptionContext, { [_hH]: _xassec }], [2, { [_hH]: _xassebke }], [1, { [_hH]: _xaos }], [0, { [_hH]: _xarc }]]
2446
+ ];
2447
+ exports.PutObjectRequest$ = [3, n0, _POR,
2448
+ 0,
2449
+ [_B, _K, _ACL_, _Bo, _CC, _CDo, _CEo, _CL, _CLo, _CMD, _CTo, _CA, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _Ex, _IM, _INM, _GFC, _GR, _GRACP, _GWACP, _WOB, _M, _SSE, _SC, _WRL, _SSECA, _SSECK, _SSECKMD, _SSEKMSKI, _SSEKMSEC, _BKE, _RP, _Tag, _OLM, _OLRUD, _OLLHS, _EBO],
2450
+ [[0, 1], [0, 1], [0, { [_hH]: _xaa }], [() => StreamingBlob, 16], [0, { [_hH]: _CC_ }], [0, { [_hH]: _CD_ }], [0, { [_hH]: _CE_ }], [0, { [_hH]: _CL_ }], [1, { [_hH]: _CL__ }], [0, { [_hH]: _CM }], [0, { [_hH]: _CT_ }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xacc }], [0, { [_hH]: _xacc_ }], [0, { [_hH]: _xacc__ }], [0, { [_hH]: _xacs }], [0, { [_hH]: _xacs_ }], [4, { [_hH]: _Ex }], [0, { [_hH]: _IM_ }], [0, { [_hH]: _INM_ }], [0, { [_hH]: _xagfc }], [0, { [_hH]: _xagr }], [0, { [_hH]: _xagra }], [0, { [_hH]: _xagwa }], [1, { [_hH]: _xawob }], [128 | 0, { [_hPH]: _xam }], [0, { [_hH]: _xasse }], [0, { [_hH]: _xasc }], [0, { [_hH]: _xawrl }], [0, { [_hH]: _xasseca }], [() => SSECustomerKey, { [_hH]: _xasseck }], [0, { [_hH]: _xasseckM }], [() => SSEKMSKeyId, { [_hH]: _xasseakki }], [() => SSEKMSEncryptionContext, { [_hH]: _xassec }], [2, { [_hH]: _xassebke }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xat }], [0, { [_hH]: _xaolm }], [5, { [_hH]: _xaolrud }], [0, { [_hH]: _xaollh }], [0, { [_hH]: _xaebo }]], 2
2451
+ ];
2452
+ exports.PutObjectRetentionOutput$ = [3, n0, _PORO,
2453
+ 0,
2454
+ [_RC],
2455
+ [[0, { [_hH]: _xarc }]]
2456
+ ];
2457
+ exports.PutObjectRetentionRequest$ = [3, n0, _PORR,
2458
+ 0,
2459
+ [_B, _K, _Ret, _RP, _VI, _BGR, _CMD, _CA, _EBO],
2460
+ [[0, 1], [0, 1], [() => exports.ObjectLockRetention$, { [_hP]: 1, [_xN]: _Ret }], [0, { [_hH]: _xarp }], [0, { [_hQ]: _vI }], [2, { [_hH]: _xabgr }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
2461
+ ];
2462
+ exports.PutObjectTaggingOutput$ = [3, n0, _POTO,
2463
+ 0,
2464
+ [_VI],
2465
+ [[0, { [_hH]: _xavi }]]
2466
+ ];
2467
+ exports.PutObjectTaggingRequest$ = [3, n0, _POTR,
2468
+ 0,
2469
+ [_B, _K, _Tag, _VI, _CMD, _CA, _EBO, _RP],
2470
+ [[0, 1], [0, 1], [() => exports.Tagging$, { [_hP]: 1, [_xN]: _Tag }], [0, { [_hQ]: _vI }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xarp }]], 3
2471
+ ];
2472
+ exports.PutPublicAccessBlockRequest$ = [3, n0, _PPABR,
2473
+ 0,
2474
+ [_B, _PABC, _CMD, _CA, _EBO],
2475
+ [[0, 1], [() => exports.PublicAccessBlockConfiguration$, { [_hP]: 1, [_xN]: _PABC }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
2476
+ ];
2477
+ exports.QueueConfiguration$ = [3, n0, _QCue,
2478
+ 0,
2479
+ [_QA, _Ev, _I, _F],
2480
+ [[0, { [_xN]: _Qu }], [64 | 0, { [_xF]: 1, [_xN]: _Eve }], 0, [() => exports.NotificationConfigurationFilter$, 0]], 2
2481
+ ];
2482
+ exports.RecordExpiration$ = [3, n0, _REe,
2483
+ 0,
2484
+ [_E, _D],
2485
+ [0, 1], 1
2486
+ ];
2487
+ exports.RecordsEvent$ = [3, n0, _REec,
2488
+ 0,
2489
+ [_Payl],
2490
+ [[21, { [_eP]: 1 }]]
2491
+ ];
2492
+ exports.Redirect$ = [3, n0, _Red,
2493
+ 0,
2494
+ [_HN, _HRC, _Pro, _RKPW, _RKW],
2495
+ [0, 0, 0, 0, 0]
2496
+ ];
2497
+ exports.RedirectAllRequestsTo$ = [3, n0, _RART,
2498
+ 0,
2499
+ [_HN, _Pro],
2500
+ [0, 0], 1
2501
+ ];
2502
+ exports.RenameObjectOutput$ = [3, n0, _ROO,
2503
+ 0,
2504
+ [],
2505
+ []
2506
+ ];
2507
+ exports.RenameObjectRequest$ = [3, n0, _ROR,
2508
+ 0,
2509
+ [_B, _K, _RSen, _DIM, _DINM, _DIMS, _DIUS, _SIM, _SINM, _SIMS, _SIUS, _CTl],
2510
+ [[0, 1], [0, 1], [0, { [_hH]: _xars_ }], [0, { [_hH]: _IM_ }], [0, { [_hH]: _INM_ }], [4, { [_hH]: _IMS_ }], [4, { [_hH]: _IUS_ }], [0, { [_hH]: _xarsim }], [0, { [_hH]: _xarsinm }], [6, { [_hH]: _xarsims }], [6, { [_hH]: _xarsius }], [0, { [_hH]: _xact_, [_iT]: 1 }]], 3
2511
+ ];
2512
+ exports.ReplicaModifications$ = [3, n0, _RM,
2513
+ 0,
2514
+ [_S],
2515
+ [0], 1
2516
+ ];
2517
+ exports.ReplicationConfiguration$ = [3, n0, _RCe,
2518
+ 0,
2519
+ [_Ro, _R],
2520
+ [0, [() => ReplicationRules, { [_xF]: 1, [_xN]: _Ru }]], 2
2521
+ ];
2522
+ exports.ReplicationRule$ = [3, n0, _RRe,
2523
+ 0,
2524
+ [_S, _Des, _ID, _Pri, _P, _F, _SSC, _EOR, _DMR],
2525
+ [0, () => exports.Destination$, 0, 1, 0, [() => exports.ReplicationRuleFilter$, 0], () => exports.SourceSelectionCriteria$, () => exports.ExistingObjectReplication$, () => exports.DeleteMarkerReplication$], 2
2526
+ ];
2527
+ exports.ReplicationRuleAndOperator$ = [3, n0, _RRAO,
2528
+ 0,
2529
+ [_P, _T],
2530
+ [0, [() => TagSet, { [_xF]: 1, [_xN]: _Ta }]]
2531
+ ];
2532
+ exports.ReplicationRuleFilter$ = [3, n0, _RRF,
2533
+ 0,
2534
+ [_P, _Ta, _An],
2535
+ [0, () => exports.Tag$, [() => exports.ReplicationRuleAndOperator$, 0]]
2536
+ ];
2537
+ exports.ReplicationTime$ = [3, n0, _RT,
2538
+ 0,
2539
+ [_S, _Tim],
2540
+ [0, () => exports.ReplicationTimeValue$], 2
2541
+ ];
2542
+ exports.ReplicationTimeValue$ = [3, n0, _RTV,
2543
+ 0,
2544
+ [_Mi],
2545
+ [1]
2546
+ ];
2547
+ exports.RequestPaymentConfiguration$ = [3, n0, _RPC,
2548
+ 0,
2549
+ [_Pay],
2550
+ [0], 1
2551
+ ];
2552
+ exports.RequestProgress$ = [3, n0, _RPe,
2553
+ 0,
2554
+ [_Ena],
2555
+ [2]
2556
+ ];
2557
+ exports.RestoreObjectOutput$ = [3, n0, _ROOe,
2558
+ 0,
2559
+ [_RC, _ROP],
2560
+ [[0, { [_hH]: _xarc }], [0, { [_hH]: _xarop }]]
2561
+ ];
2562
+ exports.RestoreObjectRequest$ = [3, n0, _RORe,
2563
+ 0,
2564
+ [_B, _K, _VI, _RRes, _RP, _CA, _EBO],
2565
+ [[0, 1], [0, 1], [0, { [_hQ]: _vI }], [() => exports.RestoreRequest$, { [_hP]: 1, [_xN]: _RRes }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
2566
+ ];
2567
+ exports.RestoreRequest$ = [3, n0, _RRes,
2568
+ 0,
2569
+ [_D, _GJP, _Ty, _Ti, _Desc, _SP, _OL],
2570
+ [1, () => exports.GlacierJobParameters$, 0, 0, 0, () => exports.SelectParameters$, [() => exports.OutputLocation$, 0]]
2571
+ ];
2572
+ exports.RestoreStatus$ = [3, n0, _RSe,
2573
+ 0,
2574
+ [_IRIP, _RED],
2575
+ [2, 4]
2576
+ ];
2577
+ exports.RoutingRule$ = [3, n0, _RRo,
2578
+ 0,
2579
+ [_Red, _Co],
2580
+ [() => exports.Redirect$, () => exports.Condition$], 1
2581
+ ];
2582
+ exports.S3KeyFilter$ = [3, n0, _SKF,
2583
+ 0,
2584
+ [_FRi],
2585
+ [[() => FilterRuleList, { [_xF]: 1, [_xN]: _FR }]]
2586
+ ];
2587
+ exports.S3Location$ = [3, n0, _SL,
2588
+ 0,
2589
+ [_BNu, _P, _En, _CACL, _ACL, _Tag, _UM, _SC],
2590
+ [0, 0, [() => exports.Encryption$, 0], 0, [() => Grants, 0], [() => exports.Tagging$, 0], [() => UserMetadata, 0], 0], 2
2591
+ ];
2592
+ exports.S3TablesDestination$ = [3, n0, _STD,
2593
+ 0,
2594
+ [_TBA, _TNa],
2595
+ [0, 0], 2
2596
+ ];
2597
+ exports.S3TablesDestinationResult$ = [3, n0, _STDR,
2598
+ 0,
2599
+ [_TBA, _TNa, _TA, _TN],
2600
+ [0, 0, 0, 0], 4
2601
+ ];
2602
+ exports.ScanRange$ = [3, n0, _SR,
2603
+ 0,
2604
+ [_St, _End],
2605
+ [1, 1]
2606
+ ];
2607
+ exports.SelectObjectContentOutput$ = [3, n0, _SOCO,
2608
+ 0,
2609
+ [_Payl],
2610
+ [[() => exports.SelectObjectContentEventStream$, 16]]
2611
+ ];
2612
+ exports.SelectObjectContentRequest$ = [3, n0, _SOCR,
2613
+ 0,
2614
+ [_B, _K, _Exp, _ETx, _IS, _OSu, _SSECA, _SSECK, _SSECKMD, _RPe, _SR, _EBO],
2615
+ [[0, 1], [0, 1], 0, 0, () => exports.InputSerialization$, () => exports.OutputSerialization$, [0, { [_hH]: _xasseca }], [() => SSECustomerKey, { [_hH]: _xasseck }], [0, { [_hH]: _xasseckM }], () => exports.RequestProgress$, () => exports.ScanRange$, [0, { [_hH]: _xaebo }]], 6
2616
+ ];
2617
+ exports.SelectParameters$ = [3, n0, _SP,
2618
+ 0,
2619
+ [_IS, _ETx, _Exp, _OSu],
2620
+ [() => exports.InputSerialization$, 0, 0, () => exports.OutputSerialization$], 4
2621
+ ];
2622
+ exports.ServerSideEncryptionByDefault$ = [3, n0, _SSEBD,
2623
+ 0,
2624
+ [_SSEA, _KMSMKID],
2625
+ [0, [() => SSEKMSKeyId, 0]], 1
2626
+ ];
2627
+ exports.ServerSideEncryptionConfiguration$ = [3, n0, _SSEC,
2628
+ 0,
2629
+ [_R],
2630
+ [[() => ServerSideEncryptionRules, { [_xF]: 1, [_xN]: _Ru }]], 1
2631
+ ];
2632
+ exports.ServerSideEncryptionRule$ = [3, n0, _SSER,
2633
+ 0,
2634
+ [_ASSEBD, _BKE, _BET],
2635
+ [[() => exports.ServerSideEncryptionByDefault$, 0], 2, [() => exports.BlockedEncryptionTypes$, 0]]
2636
+ ];
2637
+ exports.SessionCredentials$ = [3, n0, _SCe,
2638
+ 0,
2639
+ [_AKI, _SAK, _ST, _E],
2640
+ [[0, { [_xN]: _AKI }], [() => SessionCredentialValue, { [_xN]: _SAK }], [() => SessionCredentialValue, { [_xN]: _ST }], [4, { [_xN]: _E }]], 4
2641
+ ];
2642
+ exports.SimplePrefix$ = [3, n0, _SPi,
2643
+ { [_xN]: _SPi },
2644
+ [],
2645
+ []
2646
+ ];
2647
+ exports.SourceSelectionCriteria$ = [3, n0, _SSC,
2648
+ 0,
2649
+ [_SKEO, _RM],
2650
+ [() => exports.SseKmsEncryptedObjects$, () => exports.ReplicaModifications$]
2651
+ ];
2652
+ exports.SSEKMS$ = [3, n0, _SSEKMS,
2653
+ { [_xN]: _SK },
2654
+ [_KI],
2655
+ [[() => SSEKMSKeyId, 0]], 1
2656
+ ];
2657
+ exports.SseKmsEncryptedObjects$ = [3, n0, _SKEO,
2658
+ 0,
2659
+ [_S],
2660
+ [0], 1
2661
+ ];
2662
+ exports.SSEKMSEncryption$ = [3, n0, _SSEKMSE,
2663
+ { [_xN]: _SK },
2664
+ [_KMSKA, _BKE],
2665
+ [[() => NonEmptyKmsKeyArnString, 0], 2], 1
2666
+ ];
2667
+ exports.SSES3$ = [3, n0, _SSES,
2668
+ { [_xN]: _SS },
2669
+ [],
2670
+ []
2671
+ ];
2672
+ exports.Stats$ = [3, n0, _Sta,
2673
+ 0,
2674
+ [_BS, _BP, _BRy],
2675
+ [1, 1, 1]
2676
+ ];
2677
+ exports.StatsEvent$ = [3, n0, _SE,
2678
+ 0,
2679
+ [_Det],
2680
+ [[() => exports.Stats$, { [_eP]: 1 }]]
2681
+ ];
2682
+ exports.StorageClassAnalysis$ = [3, n0, _SCA,
2683
+ 0,
2684
+ [_DE],
2685
+ [() => exports.StorageClassAnalysisDataExport$]
2686
+ ];
2687
+ exports.StorageClassAnalysisDataExport$ = [3, n0, _SCADE,
2688
+ 0,
2689
+ [_OSV, _Des],
2690
+ [0, () => exports.AnalyticsExportDestination$], 2
2691
+ ];
2692
+ exports.Tag$ = [3, n0, _Ta,
2693
+ 0,
2694
+ [_K, _V],
2695
+ [0, 0], 2
2696
+ ];
2697
+ exports.Tagging$ = [3, n0, _Tag,
2698
+ 0,
2699
+ [_TS],
2700
+ [[() => TagSet, 0]], 1
2701
+ ];
2702
+ exports.TargetGrant$ = [3, n0, _TGa,
2703
+ 0,
2704
+ [_Gra, _Pe],
2705
+ [[() => exports.Grantee$, { [_xNm]: [_x, _hi] }], 0]
2706
+ ];
2707
+ exports.TargetObjectKeyFormat$ = [3, n0, _TOKF,
2708
+ 0,
2709
+ [_SPi, _PP],
2710
+ [[() => exports.SimplePrefix$, { [_xN]: _SPi }], [() => exports.PartitionedPrefix$, { [_xN]: _PP }]]
2711
+ ];
2712
+ exports.Tiering$ = [3, n0, _Tier,
2713
+ 0,
2714
+ [_D, _AT],
2715
+ [1, 0], 2
2716
+ ];
2717
+ exports.TopicConfiguration$ = [3, n0, _TCop,
2718
+ 0,
2719
+ [_TAo, _Ev, _I, _F],
2720
+ [[0, { [_xN]: _Top }], [64 | 0, { [_xF]: 1, [_xN]: _Eve }], 0, [() => exports.NotificationConfigurationFilter$, 0]], 2
2721
+ ];
2722
+ exports.Transition$ = [3, n0, _Tra,
2723
+ 0,
2724
+ [_Da, _D, _SC],
2725
+ [5, 1, 0]
2726
+ ];
2727
+ exports.UpdateBucketMetadataInventoryTableConfigurationRequest$ = [3, n0, _UBMITCR,
2728
+ 0,
2729
+ [_B, _ITCn, _CMD, _CA, _EBO],
2730
+ [[0, 1], [() => exports.InventoryTableConfigurationUpdates$, { [_hP]: 1, [_xN]: _ITCn }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
2731
+ ];
2732
+ exports.UpdateBucketMetadataJournalTableConfigurationRequest$ = [3, n0, _UBMJTCR,
2733
+ 0,
2734
+ [_B, _JTC, _CMD, _CA, _EBO],
2735
+ [[0, 1], [() => exports.JournalTableConfigurationUpdates$, { [_hP]: 1, [_xN]: _JTC }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
2736
+ ];
2737
+ exports.UpdateObjectEncryptionRequest$ = [3, n0, _UOER,
2738
+ 0,
2739
+ [_B, _K, _OE, _VI, _RP, _EBO, _CMD, _CA],
2740
+ [[0, 1], [0, 1], [() => exports.ObjectEncryption$, 16], [0, { [_hQ]: _vI }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }]], 3
2741
+ ];
2742
+ exports.UpdateObjectEncryptionResponse$ = [3, n0, _UOERp,
2743
+ 0,
2744
+ [_RC],
2745
+ [[0, { [_hH]: _xarc }]]
2746
+ ];
2747
+ exports.UploadPartCopyOutput$ = [3, n0, _UPCO,
2748
+ 0,
2749
+ [_CSVI, _CPR, _SSE, _SSECA, _SSECKMD, _SSEKMSKI, _BKE, _RC],
2750
+ [[0, { [_hH]: _xacsvi }], [() => exports.CopyPartResult$, 16], [0, { [_hH]: _xasse }], [0, { [_hH]: _xasseca }], [0, { [_hH]: _xasseckM }], [() => SSEKMSKeyId, { [_hH]: _xasseakki }], [2, { [_hH]: _xassebke }], [0, { [_hH]: _xarc }]]
2751
+ ];
2752
+ exports.UploadPartCopyRequest$ = [3, n0, _UPCR,
2753
+ 0,
2754
+ [_B, _CS, _K, _PN, _UI, _CSIM, _CSIMS, _CSINM, _CSIUS, _CSRo, _SSECA, _SSECK, _SSECKMD, _CSSSECA, _CSSSECK, _CSSSECKMD, _RP, _EBO, _ESBO],
2755
+ [[0, 1], [0, { [_hH]: _xacs__ }], [0, 1], [1, { [_hQ]: _pN }], [0, { [_hQ]: _uI }], [0, { [_hH]: _xacsim }], [4, { [_hH]: _xacsims }], [0, { [_hH]: _xacsinm }], [4, { [_hH]: _xacsius }], [0, { [_hH]: _xacsr }], [0, { [_hH]: _xasseca }], [() => SSECustomerKey, { [_hH]: _xasseck }], [0, { [_hH]: _xasseckM }], [0, { [_hH]: _xacssseca }], [() => CopySourceSSECustomerKey, { [_hH]: _xacssseck }], [0, { [_hH]: _xacssseckM }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xasebo }]], 5
2756
+ ];
2757
+ exports.UploadPartOutput$ = [3, n0, _UPO,
2758
+ 0,
2759
+ [_SSE, _ETa, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _SSECA, _SSECKMD, _SSEKMSKI, _BKE, _RC],
2760
+ [[0, { [_hH]: _xasse }], [0, { [_hH]: _ETa }], [0, { [_hH]: _xacc }], [0, { [_hH]: _xacc_ }], [0, { [_hH]: _xacc__ }], [0, { [_hH]: _xacs }], [0, { [_hH]: _xacs_ }], [0, { [_hH]: _xasseca }], [0, { [_hH]: _xasseckM }], [() => SSEKMSKeyId, { [_hH]: _xasseakki }], [2, { [_hH]: _xassebke }], [0, { [_hH]: _xarc }]]
2761
+ ];
2762
+ exports.UploadPartRequest$ = [3, n0, _UPR,
2763
+ 0,
2764
+ [_B, _K, _PN, _UI, _Bo, _CLo, _CMD, _CA, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _SSECA, _SSECK, _SSECKMD, _RP, _EBO],
2765
+ [[0, 1], [0, 1], [1, { [_hQ]: _pN }], [0, { [_hQ]: _uI }], [() => StreamingBlob, 16], [1, { [_hH]: _CL__ }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xacc }], [0, { [_hH]: _xacc_ }], [0, { [_hH]: _xacc__ }], [0, { [_hH]: _xacs }], [0, { [_hH]: _xacs_ }], [0, { [_hH]: _xasseca }], [() => SSECustomerKey, { [_hH]: _xasseck }], [0, { [_hH]: _xasseckM }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }]], 4
2766
+ ];
2767
+ exports.VersioningConfiguration$ = [3, n0, _VC,
2768
+ 0,
2769
+ [_MFAD, _S],
2770
+ [[0, { [_xN]: _MDf }], 0]
2771
+ ];
2772
+ exports.WebsiteConfiguration$ = [3, n0, _WC,
2773
+ 0,
2774
+ [_EDr, _IDn, _RART, _RR],
2775
+ [() => exports.ErrorDocument$, () => exports.IndexDocument$, () => exports.RedirectAllRequestsTo$, [() => RoutingRules, 0]]
2776
+ ];
2777
+ exports.WriteGetObjectResponseRequest$ = [3, n0, _WGORR,
2778
+ 0,
2779
+ [_RReq, _RTe, _Bo, _SCt, _ECr, _EM, _AR, _CC, _CDo, _CEo, _CL, _CLo, _CR, _CTo, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _DM, _ETa, _Ex, _E, _LM, _MM, _M, _OLM, _OLLHS, _OLRUD, _PC, _RS, _RC, _Re, _SSE, _SSECA, _SSEKMSKI, _SSECKMD, _SC, _TC, _VI, _BKE],
2780
+ [[0, { [_hL]: 1, [_hH]: _xarr }], [0, { [_hH]: _xart }], [() => StreamingBlob, 16], [1, { [_hH]: _xafs }], [0, { [_hH]: _xafec }], [0, { [_hH]: _xafem }], [0, { [_hH]: _xafhar }], [0, { [_hH]: _xafhCC }], [0, { [_hH]: _xafhCD }], [0, { [_hH]: _xafhCE }], [0, { [_hH]: _xafhCL }], [1, { [_hH]: _CL__ }], [0, { [_hH]: _xafhCR }], [0, { [_hH]: _xafhCT }], [0, { [_hH]: _xafhxacc }], [0, { [_hH]: _xafhxacc_ }], [0, { [_hH]: _xafhxacc__ }], [0, { [_hH]: _xafhxacs }], [0, { [_hH]: _xafhxacs_ }], [2, { [_hH]: _xafhxadm }], [0, { [_hH]: _xafhE }], [4, { [_hH]: _xafhE_ }], [0, { [_hH]: _xafhxae }], [4, { [_hH]: _xafhLM }], [1, { [_hH]: _xafhxamm }], [128 | 0, { [_hPH]: _xam }], [0, { [_hH]: _xafhxaolm }], [0, { [_hH]: _xafhxaollh }], [5, { [_hH]: _xafhxaolrud }], [1, { [_hH]: _xafhxampc }], [0, { [_hH]: _xafhxars }], [0, { [_hH]: _xafhxarc }], [0, { [_hH]: _xafhxar }], [0, { [_hH]: _xafhxasse }], [0, { [_hH]: _xafhxasseca }], [() => SSEKMSKeyId, { [_hH]: _xafhxasseakki }], [0, { [_hH]: _xafhxasseckM }], [0, { [_hH]: _xafhxasc }], [1, { [_hH]: _xafhxatc }], [0, { [_hH]: _xafhxavi }], [2, { [_hH]: _xafhxassebke }]], 2
2781
+ ];
2782
+ var __Unit = "unit";
2783
+ var AllowedHeaders = 64 | 0;
2784
+ var AllowedMethods = 64 | 0;
2785
+ var AllowedOrigins = 64 | 0;
2786
+ var AnalyticsConfigurationList = [1, n0, _ACLn,
2787
+ 0, [() => exports.AnalyticsConfiguration$,
2788
+ 0]
2789
+ ];
2790
+ var Buckets = [1, n0, _Bu,
2791
+ 0, [() => exports.Bucket$,
2792
+ { [_xN]: _B }]
2793
+ ];
2794
+ var ChecksumAlgorithmList = 64 | 0;
2795
+ var CommonPrefixList = [1, n0, _CPL,
2796
+ 0, () => exports.CommonPrefix$
2797
+ ];
2798
+ var CompletedPartList = [1, n0, _CPLo,
2799
+ 0, () => exports.CompletedPart$
2800
+ ];
2801
+ var CORSRules = [1, n0, _CORSR,
2802
+ 0, [() => exports.CORSRule$,
2803
+ 0]
2804
+ ];
2805
+ var DeletedObjects = [1, n0, _DOe,
2806
+ 0, () => exports.DeletedObject$
2807
+ ];
2808
+ var DeleteMarkers = [1, n0, _DMe,
2809
+ 0, () => exports.DeleteMarkerEntry$
2810
+ ];
2811
+ var EncryptionTypeList = [1, n0, _ETL,
2812
+ 0, [0,
2813
+ { [_xN]: _ET }]
2814
+ ];
2815
+ var Errors = [1, n0, _Er,
2816
+ 0, () => exports._Error$
2817
+ ];
2818
+ var EventList = 64 | 0;
2819
+ var ExposeHeaders = 64 | 0;
2820
+ var FilterRuleList = [1, n0, _FRL,
2821
+ 0, () => exports.FilterRule$
2822
+ ];
2823
+ var Grants = [1, n0, _G,
2824
+ 0, [() => exports.Grant$,
2825
+ { [_xN]: _Gr }]
2826
+ ];
2827
+ var IntelligentTieringConfigurationList = [1, n0, _ITCL,
2828
+ 0, [() => exports.IntelligentTieringConfiguration$,
2829
+ 0]
2830
+ ];
2831
+ var InventoryConfigurationList = [1, n0, _ICL,
2832
+ 0, [() => exports.InventoryConfiguration$,
2833
+ 0]
2834
+ ];
2835
+ var InventoryOptionalFields = [1, n0, _IOF,
2836
+ 0, [0,
2837
+ { [_xN]: _Fi }]
2838
+ ];
2839
+ var LambdaFunctionConfigurationList = [1, n0, _LFCL,
2840
+ 0, [() => exports.LambdaFunctionConfiguration$,
2841
+ 0]
2842
+ ];
2843
+ var LifecycleRules = [1, n0, _LRi,
2844
+ 0, [() => exports.LifecycleRule$,
2845
+ 0]
2846
+ ];
2847
+ var MetricsConfigurationList = [1, n0, _MCL,
2848
+ 0, [() => exports.MetricsConfiguration$,
2849
+ 0]
2850
+ ];
2851
+ var MultipartUploadList = [1, n0, _MUL,
2852
+ 0, () => exports.MultipartUpload$
2853
+ ];
2854
+ var NoncurrentVersionTransitionList = [1, n0, _NVTL,
2855
+ 0, () => exports.NoncurrentVersionTransition$
2856
+ ];
2857
+ var ObjectAttributesList = 64 | 0;
2858
+ var ObjectIdentifierList = [1, n0, _OIL,
2859
+ 0, () => exports.ObjectIdentifier$
2860
+ ];
2861
+ var ObjectList = [1, n0, _OLb,
2862
+ 0, [() => exports._Object$,
2863
+ 0]
2864
+ ];
2865
+ var ObjectVersionList = [1, n0, _OVL,
2866
+ 0, [() => exports.ObjectVersion$,
2867
+ 0]
2868
+ ];
2869
+ var OptionalObjectAttributesList = 64 | 0;
2870
+ var OwnershipControlsRules = [1, n0, _OCRw,
2871
+ 0, () => exports.OwnershipControlsRule$
2872
+ ];
2873
+ var Parts = [1, n0, _Pa,
2874
+ 0, () => exports.Part$
2875
+ ];
2876
+ var PartsList = [1, n0, _PL,
2877
+ 0, () => exports.ObjectPart$
2878
+ ];
2879
+ var QueueConfigurationList = [1, n0, _QCL,
2880
+ 0, [() => exports.QueueConfiguration$,
2881
+ 0]
2882
+ ];
2883
+ var ReplicationRules = [1, n0, _RRep,
2884
+ 0, [() => exports.ReplicationRule$,
2885
+ 0]
2886
+ ];
2887
+ var RoutingRules = [1, n0, _RR,
2888
+ 0, [() => exports.RoutingRule$,
2889
+ { [_xN]: _RRo }]
2890
+ ];
2891
+ var ServerSideEncryptionRules = [1, n0, _SSERe,
2892
+ 0, [() => exports.ServerSideEncryptionRule$,
2893
+ 0]
2894
+ ];
2895
+ var TagSet = [1, n0, _TS,
2896
+ 0, [() => exports.Tag$,
2897
+ { [_xN]: _Ta }]
2898
+ ];
2899
+ var TargetGrants = [1, n0, _TG,
2900
+ 0, [() => exports.TargetGrant$,
2901
+ { [_xN]: _Gr }]
2902
+ ];
2903
+ var TieringList = [1, n0, _TL,
2904
+ 0, () => exports.Tiering$
2905
+ ];
2906
+ var TopicConfigurationList = [1, n0, _TCL,
2907
+ 0, [() => exports.TopicConfiguration$,
2908
+ 0]
2909
+ ];
2910
+ var TransitionList = [1, n0, _TLr,
2911
+ 0, () => exports.Transition$
2912
+ ];
2913
+ var UserMetadata = [1, n0, _UM,
2914
+ 0, [() => exports.MetadataEntry$,
2915
+ { [_xN]: _ME }]
2916
+ ];
2917
+ var Metadata = 128 | 0;
2918
+ exports.AnalyticsFilter$ = [4, n0, _AF,
2919
+ 0,
2920
+ [_P, _Ta, _An],
2921
+ [0, () => exports.Tag$, [() => exports.AnalyticsAndOperator$, 0]]
2922
+ ];
2923
+ exports.MetricsFilter$ = [4, n0, _MF,
2924
+ 0,
2925
+ [_P, _Ta, _APAc, _An],
2926
+ [0, () => exports.Tag$, 0, [() => exports.MetricsAndOperator$, 0]]
2927
+ ];
2928
+ exports.ObjectEncryption$ = [4, n0, _OE,
2929
+ 0,
2930
+ [_SSEKMS],
2931
+ [[() => exports.SSEKMSEncryption$, { [_xN]: _SK }]]
2932
+ ];
2933
+ exports.SelectObjectContentEventStream$ = [4, n0, _SOCES,
2934
+ { [_st]: 1 },
2935
+ [_Rec, _Sta, _Pr, _Cont, _End],
2936
+ [[() => exports.RecordsEvent$, 0], [() => exports.StatsEvent$, 0], [() => exports.ProgressEvent$, 0], () => exports.ContinuationEvent$, () => exports.EndEvent$]
2937
+ ];
2938
+ exports.AbortMultipartUpload$ = [9, n0, _AMU,
2939
+ { [_h]: ["DELETE", "/{Key+}?x-id=AbortMultipartUpload", 204] }, () => exports.AbortMultipartUploadRequest$, () => exports.AbortMultipartUploadOutput$
2940
+ ];
2941
+ exports.CompleteMultipartUpload$ = [9, n0, _CMUo,
2942
+ { [_h]: ["POST", "/{Key+}", 200] }, () => exports.CompleteMultipartUploadRequest$, () => exports.CompleteMultipartUploadOutput$
2943
+ ];
2944
+ exports.CopyObject$ = [9, n0, _CO,
2945
+ { [_h]: ["PUT", "/{Key+}?x-id=CopyObject", 200] }, () => exports.CopyObjectRequest$, () => exports.CopyObjectOutput$
2946
+ ];
2947
+ exports.CreateBucket$ = [9, n0, _CB,
2948
+ { [_h]: ["PUT", "/", 200] }, () => exports.CreateBucketRequest$, () => exports.CreateBucketOutput$
2949
+ ];
2950
+ exports.CreateBucketMetadataConfiguration$ = [9, n0, _CBMC,
2951
+ { [_hC]: "-", [_h]: ["POST", "/?metadataConfiguration", 200] }, () => exports.CreateBucketMetadataConfigurationRequest$, () => __Unit
2952
+ ];
2953
+ exports.CreateBucketMetadataTableConfiguration$ = [9, n0, _CBMTC,
2954
+ { [_hC]: "-", [_h]: ["POST", "/?metadataTable", 200] }, () => exports.CreateBucketMetadataTableConfigurationRequest$, () => __Unit
2955
+ ];
2956
+ exports.CreateMultipartUpload$ = [9, n0, _CMUr,
2957
+ { [_h]: ["POST", "/{Key+}?uploads", 200] }, () => exports.CreateMultipartUploadRequest$, () => exports.CreateMultipartUploadOutput$
2958
+ ];
2959
+ exports.CreateSession$ = [9, n0, _CSr,
2960
+ { [_h]: ["GET", "/?session", 200] }, () => exports.CreateSessionRequest$, () => exports.CreateSessionOutput$
2961
+ ];
2962
+ exports.DeleteBucket$ = [9, n0, _DB,
2963
+ { [_h]: ["DELETE", "/", 204] }, () => exports.DeleteBucketRequest$, () => __Unit
2964
+ ];
2965
+ exports.DeleteBucketAnalyticsConfiguration$ = [9, n0, _DBAC,
2966
+ { [_h]: ["DELETE", "/?analytics", 204] }, () => exports.DeleteBucketAnalyticsConfigurationRequest$, () => __Unit
2967
+ ];
2968
+ exports.DeleteBucketCors$ = [9, n0, _DBC,
2969
+ { [_h]: ["DELETE", "/?cors", 204] }, () => exports.DeleteBucketCorsRequest$, () => __Unit
2970
+ ];
2971
+ exports.DeleteBucketEncryption$ = [9, n0, _DBE,
2972
+ { [_h]: ["DELETE", "/?encryption", 204] }, () => exports.DeleteBucketEncryptionRequest$, () => __Unit
2973
+ ];
2974
+ exports.DeleteBucketIntelligentTieringConfiguration$ = [9, n0, _DBITC,
2975
+ { [_h]: ["DELETE", "/?intelligent-tiering", 204] }, () => exports.DeleteBucketIntelligentTieringConfigurationRequest$, () => __Unit
2976
+ ];
2977
+ exports.DeleteBucketInventoryConfiguration$ = [9, n0, _DBIC,
2978
+ { [_h]: ["DELETE", "/?inventory", 204] }, () => exports.DeleteBucketInventoryConfigurationRequest$, () => __Unit
2979
+ ];
2980
+ exports.DeleteBucketLifecycle$ = [9, n0, _DBL,
2981
+ { [_h]: ["DELETE", "/?lifecycle", 204] }, () => exports.DeleteBucketLifecycleRequest$, () => __Unit
2982
+ ];
2983
+ exports.DeleteBucketMetadataConfiguration$ = [9, n0, _DBMC,
2984
+ { [_h]: ["DELETE", "/?metadataConfiguration", 204] }, () => exports.DeleteBucketMetadataConfigurationRequest$, () => __Unit
2985
+ ];
2986
+ exports.DeleteBucketMetadataTableConfiguration$ = [9, n0, _DBMTC,
2987
+ { [_h]: ["DELETE", "/?metadataTable", 204] }, () => exports.DeleteBucketMetadataTableConfigurationRequest$, () => __Unit
2988
+ ];
2989
+ exports.DeleteBucketMetricsConfiguration$ = [9, n0, _DBMCe,
2990
+ { [_h]: ["DELETE", "/?metrics", 204] }, () => exports.DeleteBucketMetricsConfigurationRequest$, () => __Unit
2991
+ ];
2992
+ exports.DeleteBucketOwnershipControls$ = [9, n0, _DBOC,
2993
+ { [_h]: ["DELETE", "/?ownershipControls", 204] }, () => exports.DeleteBucketOwnershipControlsRequest$, () => __Unit
2994
+ ];
2995
+ exports.DeleteBucketPolicy$ = [9, n0, _DBP,
2996
+ { [_h]: ["DELETE", "/?policy", 204] }, () => exports.DeleteBucketPolicyRequest$, () => __Unit
2997
+ ];
2998
+ exports.DeleteBucketReplication$ = [9, n0, _DBRe,
2999
+ { [_h]: ["DELETE", "/?replication", 204] }, () => exports.DeleteBucketReplicationRequest$, () => __Unit
3000
+ ];
3001
+ exports.DeleteBucketTagging$ = [9, n0, _DBT,
3002
+ { [_h]: ["DELETE", "/?tagging", 204] }, () => exports.DeleteBucketTaggingRequest$, () => __Unit
3003
+ ];
3004
+ exports.DeleteBucketWebsite$ = [9, n0, _DBW,
3005
+ { [_h]: ["DELETE", "/?website", 204] }, () => exports.DeleteBucketWebsiteRequest$, () => __Unit
3006
+ ];
3007
+ exports.DeleteObject$ = [9, n0, _DOel,
3008
+ { [_h]: ["DELETE", "/{Key+}?x-id=DeleteObject", 204] }, () => exports.DeleteObjectRequest$, () => exports.DeleteObjectOutput$
3009
+ ];
3010
+ exports.DeleteObjects$ = [9, n0, _DOele,
3011
+ { [_hC]: "-", [_h]: ["POST", "/?delete", 200] }, () => exports.DeleteObjectsRequest$, () => exports.DeleteObjectsOutput$
3012
+ ];
3013
+ exports.DeleteObjectTagging$ = [9, n0, _DOT,
3014
+ { [_h]: ["DELETE", "/{Key+}?tagging", 204] }, () => exports.DeleteObjectTaggingRequest$, () => exports.DeleteObjectTaggingOutput$
3015
+ ];
3016
+ exports.DeletePublicAccessBlock$ = [9, n0, _DPAB,
3017
+ { [_h]: ["DELETE", "/?publicAccessBlock", 204] }, () => exports.DeletePublicAccessBlockRequest$, () => __Unit
3018
+ ];
3019
+ exports.GetBucketAbac$ = [9, n0, _GBA,
3020
+ { [_h]: ["GET", "/?abac", 200] }, () => exports.GetBucketAbacRequest$, () => exports.GetBucketAbacOutput$
3021
+ ];
3022
+ exports.GetBucketAccelerateConfiguration$ = [9, n0, _GBAC,
3023
+ { [_h]: ["GET", "/?accelerate", 200] }, () => exports.GetBucketAccelerateConfigurationRequest$, () => exports.GetBucketAccelerateConfigurationOutput$
3024
+ ];
3025
+ exports.GetBucketAcl$ = [9, n0, _GBAe,
3026
+ { [_h]: ["GET", "/?acl", 200] }, () => exports.GetBucketAclRequest$, () => exports.GetBucketAclOutput$
3027
+ ];
3028
+ exports.GetBucketAnalyticsConfiguration$ = [9, n0, _GBACe,
3029
+ { [_h]: ["GET", "/?analytics&x-id=GetBucketAnalyticsConfiguration", 200] }, () => exports.GetBucketAnalyticsConfigurationRequest$, () => exports.GetBucketAnalyticsConfigurationOutput$
3030
+ ];
3031
+ exports.GetBucketCors$ = [9, n0, _GBC,
3032
+ { [_h]: ["GET", "/?cors", 200] }, () => exports.GetBucketCorsRequest$, () => exports.GetBucketCorsOutput$
3033
+ ];
3034
+ exports.GetBucketEncryption$ = [9, n0, _GBE,
3035
+ { [_h]: ["GET", "/?encryption", 200] }, () => exports.GetBucketEncryptionRequest$, () => exports.GetBucketEncryptionOutput$
3036
+ ];
3037
+ exports.GetBucketIntelligentTieringConfiguration$ = [9, n0, _GBITC,
3038
+ { [_h]: ["GET", "/?intelligent-tiering&x-id=GetBucketIntelligentTieringConfiguration", 200] }, () => exports.GetBucketIntelligentTieringConfigurationRequest$, () => exports.GetBucketIntelligentTieringConfigurationOutput$
3039
+ ];
3040
+ exports.GetBucketInventoryConfiguration$ = [9, n0, _GBIC,
3041
+ { [_h]: ["GET", "/?inventory&x-id=GetBucketInventoryConfiguration", 200] }, () => exports.GetBucketInventoryConfigurationRequest$, () => exports.GetBucketInventoryConfigurationOutput$
3042
+ ];
3043
+ exports.GetBucketLifecycleConfiguration$ = [9, n0, _GBLC,
3044
+ { [_h]: ["GET", "/?lifecycle", 200] }, () => exports.GetBucketLifecycleConfigurationRequest$, () => exports.GetBucketLifecycleConfigurationOutput$
3045
+ ];
3046
+ exports.GetBucketLocation$ = [9, n0, _GBL,
3047
+ { [_h]: ["GET", "/?location", 200] }, () => exports.GetBucketLocationRequest$, () => exports.GetBucketLocationOutput$
3048
+ ];
3049
+ exports.GetBucketLogging$ = [9, n0, _GBLe,
3050
+ { [_h]: ["GET", "/?logging", 200] }, () => exports.GetBucketLoggingRequest$, () => exports.GetBucketLoggingOutput$
3051
+ ];
3052
+ exports.GetBucketMetadataConfiguration$ = [9, n0, _GBMC,
3053
+ { [_h]: ["GET", "/?metadataConfiguration", 200] }, () => exports.GetBucketMetadataConfigurationRequest$, () => exports.GetBucketMetadataConfigurationOutput$
3054
+ ];
3055
+ exports.GetBucketMetadataTableConfiguration$ = [9, n0, _GBMTC,
3056
+ { [_h]: ["GET", "/?metadataTable", 200] }, () => exports.GetBucketMetadataTableConfigurationRequest$, () => exports.GetBucketMetadataTableConfigurationOutput$
3057
+ ];
3058
+ exports.GetBucketMetricsConfiguration$ = [9, n0, _GBMCe,
3059
+ { [_h]: ["GET", "/?metrics&x-id=GetBucketMetricsConfiguration", 200] }, () => exports.GetBucketMetricsConfigurationRequest$, () => exports.GetBucketMetricsConfigurationOutput$
3060
+ ];
3061
+ exports.GetBucketNotificationConfiguration$ = [9, n0, _GBNC,
3062
+ { [_h]: ["GET", "/?notification", 200] }, () => exports.GetBucketNotificationConfigurationRequest$, () => exports.NotificationConfiguration$
3063
+ ];
3064
+ exports.GetBucketOwnershipControls$ = [9, n0, _GBOC,
3065
+ { [_h]: ["GET", "/?ownershipControls", 200] }, () => exports.GetBucketOwnershipControlsRequest$, () => exports.GetBucketOwnershipControlsOutput$
3066
+ ];
3067
+ exports.GetBucketPolicy$ = [9, n0, _GBP,
3068
+ { [_h]: ["GET", "/?policy", 200] }, () => exports.GetBucketPolicyRequest$, () => exports.GetBucketPolicyOutput$
3069
+ ];
3070
+ exports.GetBucketPolicyStatus$ = [9, n0, _GBPS,
3071
+ { [_h]: ["GET", "/?policyStatus", 200] }, () => exports.GetBucketPolicyStatusRequest$, () => exports.GetBucketPolicyStatusOutput$
3072
+ ];
3073
+ exports.GetBucketReplication$ = [9, n0, _GBR,
3074
+ { [_h]: ["GET", "/?replication", 200] }, () => exports.GetBucketReplicationRequest$, () => exports.GetBucketReplicationOutput$
3075
+ ];
3076
+ exports.GetBucketRequestPayment$ = [9, n0, _GBRP,
3077
+ { [_h]: ["GET", "/?requestPayment", 200] }, () => exports.GetBucketRequestPaymentRequest$, () => exports.GetBucketRequestPaymentOutput$
3078
+ ];
3079
+ exports.GetBucketTagging$ = [9, n0, _GBT,
3080
+ { [_h]: ["GET", "/?tagging", 200] }, () => exports.GetBucketTaggingRequest$, () => exports.GetBucketTaggingOutput$
3081
+ ];
3082
+ exports.GetBucketVersioning$ = [9, n0, _GBV,
3083
+ { [_h]: ["GET", "/?versioning", 200] }, () => exports.GetBucketVersioningRequest$, () => exports.GetBucketVersioningOutput$
3084
+ ];
3085
+ exports.GetBucketWebsite$ = [9, n0, _GBW,
3086
+ { [_h]: ["GET", "/?website", 200] }, () => exports.GetBucketWebsiteRequest$, () => exports.GetBucketWebsiteOutput$
3087
+ ];
3088
+ exports.GetObject$ = [9, n0, _GO,
3089
+ { [_hC]: "-", [_h]: ["GET", "/{Key+}?x-id=GetObject", 200] }, () => exports.GetObjectRequest$, () => exports.GetObjectOutput$
3090
+ ];
3091
+ exports.GetObjectAcl$ = [9, n0, _GOA,
3092
+ { [_h]: ["GET", "/{Key+}?acl", 200] }, () => exports.GetObjectAclRequest$, () => exports.GetObjectAclOutput$
3093
+ ];
3094
+ exports.GetObjectAttributes$ = [9, n0, _GOAe,
3095
+ { [_h]: ["GET", "/{Key+}?attributes", 200] }, () => exports.GetObjectAttributesRequest$, () => exports.GetObjectAttributesOutput$
3096
+ ];
3097
+ exports.GetObjectLegalHold$ = [9, n0, _GOLH,
3098
+ { [_h]: ["GET", "/{Key+}?legal-hold", 200] }, () => exports.GetObjectLegalHoldRequest$, () => exports.GetObjectLegalHoldOutput$
3099
+ ];
3100
+ exports.GetObjectLockConfiguration$ = [9, n0, _GOLC,
3101
+ { [_h]: ["GET", "/?object-lock", 200] }, () => exports.GetObjectLockConfigurationRequest$, () => exports.GetObjectLockConfigurationOutput$
3102
+ ];
3103
+ exports.GetObjectRetention$ = [9, n0, _GORe,
3104
+ { [_h]: ["GET", "/{Key+}?retention", 200] }, () => exports.GetObjectRetentionRequest$, () => exports.GetObjectRetentionOutput$
3105
+ ];
3106
+ exports.GetObjectTagging$ = [9, n0, _GOT,
3107
+ { [_h]: ["GET", "/{Key+}?tagging", 200] }, () => exports.GetObjectTaggingRequest$, () => exports.GetObjectTaggingOutput$
3108
+ ];
3109
+ exports.GetObjectTorrent$ = [9, n0, _GOTe,
3110
+ { [_h]: ["GET", "/{Key+}?torrent", 200] }, () => exports.GetObjectTorrentRequest$, () => exports.GetObjectTorrentOutput$
3111
+ ];
3112
+ exports.GetPublicAccessBlock$ = [9, n0, _GPAB,
3113
+ { [_h]: ["GET", "/?publicAccessBlock", 200] }, () => exports.GetPublicAccessBlockRequest$, () => exports.GetPublicAccessBlockOutput$
3114
+ ];
3115
+ exports.HeadBucket$ = [9, n0, _HB,
3116
+ { [_h]: ["HEAD", "/", 200] }, () => exports.HeadBucketRequest$, () => exports.HeadBucketOutput$
3117
+ ];
3118
+ exports.HeadObject$ = [9, n0, _HO,
3119
+ { [_h]: ["HEAD", "/{Key+}", 200] }, () => exports.HeadObjectRequest$, () => exports.HeadObjectOutput$
3120
+ ];
3121
+ exports.ListBucketAnalyticsConfigurations$ = [9, n0, _LBAC,
3122
+ { [_h]: ["GET", "/?analytics&x-id=ListBucketAnalyticsConfigurations", 200] }, () => exports.ListBucketAnalyticsConfigurationsRequest$, () => exports.ListBucketAnalyticsConfigurationsOutput$
3123
+ ];
3124
+ exports.ListBucketIntelligentTieringConfigurations$ = [9, n0, _LBITC,
3125
+ { [_h]: ["GET", "/?intelligent-tiering&x-id=ListBucketIntelligentTieringConfigurations", 200] }, () => exports.ListBucketIntelligentTieringConfigurationsRequest$, () => exports.ListBucketIntelligentTieringConfigurationsOutput$
3126
+ ];
3127
+ exports.ListBucketInventoryConfigurations$ = [9, n0, _LBIC,
3128
+ { [_h]: ["GET", "/?inventory&x-id=ListBucketInventoryConfigurations", 200] }, () => exports.ListBucketInventoryConfigurationsRequest$, () => exports.ListBucketInventoryConfigurationsOutput$
3129
+ ];
3130
+ exports.ListBucketMetricsConfigurations$ = [9, n0, _LBMC,
3131
+ { [_h]: ["GET", "/?metrics&x-id=ListBucketMetricsConfigurations", 200] }, () => exports.ListBucketMetricsConfigurationsRequest$, () => exports.ListBucketMetricsConfigurationsOutput$
3132
+ ];
3133
+ exports.ListBuckets$ = [9, n0, _LB,
3134
+ { [_h]: ["GET", "/?x-id=ListBuckets", 200] }, () => exports.ListBucketsRequest$, () => exports.ListBucketsOutput$
3135
+ ];
3136
+ exports.ListDirectoryBuckets$ = [9, n0, _LDB,
3137
+ { [_h]: ["GET", "/?x-id=ListDirectoryBuckets", 200] }, () => exports.ListDirectoryBucketsRequest$, () => exports.ListDirectoryBucketsOutput$
3138
+ ];
3139
+ exports.ListMultipartUploads$ = [9, n0, _LMU,
3140
+ { [_h]: ["GET", "/?uploads", 200] }, () => exports.ListMultipartUploadsRequest$, () => exports.ListMultipartUploadsOutput$
3141
+ ];
3142
+ exports.ListObjects$ = [9, n0, _LO,
3143
+ { [_h]: ["GET", "/", 200] }, () => exports.ListObjectsRequest$, () => exports.ListObjectsOutput$
3144
+ ];
3145
+ exports.ListObjectsV2$ = [9, n0, _LOV,
3146
+ { [_h]: ["GET", "/?list-type=2", 200] }, () => exports.ListObjectsV2Request$, () => exports.ListObjectsV2Output$
3147
+ ];
3148
+ exports.ListObjectVersions$ = [9, n0, _LOVi,
3149
+ { [_h]: ["GET", "/?versions", 200] }, () => exports.ListObjectVersionsRequest$, () => exports.ListObjectVersionsOutput$
3150
+ ];
3151
+ exports.ListParts$ = [9, n0, _LP,
3152
+ { [_h]: ["GET", "/{Key+}?x-id=ListParts", 200] }, () => exports.ListPartsRequest$, () => exports.ListPartsOutput$
3153
+ ];
3154
+ exports.PutBucketAbac$ = [9, n0, _PBA,
3155
+ { [_hC]: "-", [_h]: ["PUT", "/?abac", 200] }, () => exports.PutBucketAbacRequest$, () => __Unit
3156
+ ];
3157
+ exports.PutBucketAccelerateConfiguration$ = [9, n0, _PBAC,
3158
+ { [_hC]: "-", [_h]: ["PUT", "/?accelerate", 200] }, () => exports.PutBucketAccelerateConfigurationRequest$, () => __Unit
3159
+ ];
3160
+ exports.PutBucketAcl$ = [9, n0, _PBAu,
3161
+ { [_hC]: "-", [_h]: ["PUT", "/?acl", 200] }, () => exports.PutBucketAclRequest$, () => __Unit
3162
+ ];
3163
+ exports.PutBucketAnalyticsConfiguration$ = [9, n0, _PBACu,
3164
+ { [_h]: ["PUT", "/?analytics", 200] }, () => exports.PutBucketAnalyticsConfigurationRequest$, () => __Unit
3165
+ ];
3166
+ exports.PutBucketCors$ = [9, n0, _PBC,
3167
+ { [_hC]: "-", [_h]: ["PUT", "/?cors", 200] }, () => exports.PutBucketCorsRequest$, () => __Unit
3168
+ ];
3169
+ exports.PutBucketEncryption$ = [9, n0, _PBE,
3170
+ { [_hC]: "-", [_h]: ["PUT", "/?encryption", 200] }, () => exports.PutBucketEncryptionRequest$, () => __Unit
3171
+ ];
3172
+ exports.PutBucketIntelligentTieringConfiguration$ = [9, n0, _PBITC,
3173
+ { [_h]: ["PUT", "/?intelligent-tiering", 200] }, () => exports.PutBucketIntelligentTieringConfigurationRequest$, () => __Unit
3174
+ ];
3175
+ exports.PutBucketInventoryConfiguration$ = [9, n0, _PBIC,
3176
+ { [_h]: ["PUT", "/?inventory", 200] }, () => exports.PutBucketInventoryConfigurationRequest$, () => __Unit
3177
+ ];
3178
+ exports.PutBucketLifecycleConfiguration$ = [9, n0, _PBLC,
3179
+ { [_hC]: "-", [_h]: ["PUT", "/?lifecycle", 200] }, () => exports.PutBucketLifecycleConfigurationRequest$, () => exports.PutBucketLifecycleConfigurationOutput$
3180
+ ];
3181
+ exports.PutBucketLogging$ = [9, n0, _PBL,
3182
+ { [_hC]: "-", [_h]: ["PUT", "/?logging", 200] }, () => exports.PutBucketLoggingRequest$, () => __Unit
3183
+ ];
3184
+ exports.PutBucketMetricsConfiguration$ = [9, n0, _PBMC,
3185
+ { [_h]: ["PUT", "/?metrics", 200] }, () => exports.PutBucketMetricsConfigurationRequest$, () => __Unit
3186
+ ];
3187
+ exports.PutBucketNotificationConfiguration$ = [9, n0, _PBNC,
3188
+ { [_h]: ["PUT", "/?notification", 200] }, () => exports.PutBucketNotificationConfigurationRequest$, () => __Unit
3189
+ ];
3190
+ exports.PutBucketOwnershipControls$ = [9, n0, _PBOC,
3191
+ { [_hC]: "-", [_h]: ["PUT", "/?ownershipControls", 200] }, () => exports.PutBucketOwnershipControlsRequest$, () => __Unit
3192
+ ];
3193
+ exports.PutBucketPolicy$ = [9, n0, _PBP,
3194
+ { [_hC]: "-", [_h]: ["PUT", "/?policy", 200] }, () => exports.PutBucketPolicyRequest$, () => __Unit
3195
+ ];
3196
+ exports.PutBucketReplication$ = [9, n0, _PBR,
3197
+ { [_hC]: "-", [_h]: ["PUT", "/?replication", 200] }, () => exports.PutBucketReplicationRequest$, () => __Unit
3198
+ ];
3199
+ exports.PutBucketRequestPayment$ = [9, n0, _PBRP,
3200
+ { [_hC]: "-", [_h]: ["PUT", "/?requestPayment", 200] }, () => exports.PutBucketRequestPaymentRequest$, () => __Unit
3201
+ ];
3202
+ exports.PutBucketTagging$ = [9, n0, _PBT,
3203
+ { [_hC]: "-", [_h]: ["PUT", "/?tagging", 200] }, () => exports.PutBucketTaggingRequest$, () => __Unit
3204
+ ];
3205
+ exports.PutBucketVersioning$ = [9, n0, _PBV,
3206
+ { [_hC]: "-", [_h]: ["PUT", "/?versioning", 200] }, () => exports.PutBucketVersioningRequest$, () => __Unit
3207
+ ];
3208
+ exports.PutBucketWebsite$ = [9, n0, _PBW,
3209
+ { [_hC]: "-", [_h]: ["PUT", "/?website", 200] }, () => exports.PutBucketWebsiteRequest$, () => __Unit
3210
+ ];
3211
+ exports.PutObject$ = [9, n0, _PO,
3212
+ { [_hC]: "-", [_h]: ["PUT", "/{Key+}?x-id=PutObject", 200] }, () => exports.PutObjectRequest$, () => exports.PutObjectOutput$
3213
+ ];
3214
+ exports.PutObjectAcl$ = [9, n0, _POA,
3215
+ { [_hC]: "-", [_h]: ["PUT", "/{Key+}?acl", 200] }, () => exports.PutObjectAclRequest$, () => exports.PutObjectAclOutput$
3216
+ ];
3217
+ exports.PutObjectLegalHold$ = [9, n0, _POLH,
3218
+ { [_hC]: "-", [_h]: ["PUT", "/{Key+}?legal-hold", 200] }, () => exports.PutObjectLegalHoldRequest$, () => exports.PutObjectLegalHoldOutput$
3219
+ ];
3220
+ exports.PutObjectLockConfiguration$ = [9, n0, _POLC,
3221
+ { [_hC]: "-", [_h]: ["PUT", "/?object-lock", 200] }, () => exports.PutObjectLockConfigurationRequest$, () => exports.PutObjectLockConfigurationOutput$
3222
+ ];
3223
+ exports.PutObjectRetention$ = [9, n0, _PORu,
3224
+ { [_hC]: "-", [_h]: ["PUT", "/{Key+}?retention", 200] }, () => exports.PutObjectRetentionRequest$, () => exports.PutObjectRetentionOutput$
3225
+ ];
3226
+ exports.PutObjectTagging$ = [9, n0, _POT,
3227
+ { [_hC]: "-", [_h]: ["PUT", "/{Key+}?tagging", 200] }, () => exports.PutObjectTaggingRequest$, () => exports.PutObjectTaggingOutput$
3228
+ ];
3229
+ exports.PutPublicAccessBlock$ = [9, n0, _PPAB,
3230
+ { [_hC]: "-", [_h]: ["PUT", "/?publicAccessBlock", 200] }, () => exports.PutPublicAccessBlockRequest$, () => __Unit
3231
+ ];
3232
+ exports.RenameObject$ = [9, n0, _RO,
3233
+ { [_h]: ["PUT", "/{Key+}?renameObject", 200] }, () => exports.RenameObjectRequest$, () => exports.RenameObjectOutput$
3234
+ ];
3235
+ exports.RestoreObject$ = [9, n0, _ROe,
3236
+ { [_hC]: "-", [_h]: ["POST", "/{Key+}?restore", 200] }, () => exports.RestoreObjectRequest$, () => exports.RestoreObjectOutput$
3237
+ ];
3238
+ exports.SelectObjectContent$ = [9, n0, _SOC,
3239
+ { [_h]: ["POST", "/{Key+}?select&select-type=2", 200] }, () => exports.SelectObjectContentRequest$, () => exports.SelectObjectContentOutput$
3240
+ ];
3241
+ exports.UpdateBucketMetadataInventoryTableConfiguration$ = [9, n0, _UBMITC,
3242
+ { [_hC]: "-", [_h]: ["PUT", "/?metadataInventoryTable", 200] }, () => exports.UpdateBucketMetadataInventoryTableConfigurationRequest$, () => __Unit
3243
+ ];
3244
+ exports.UpdateBucketMetadataJournalTableConfiguration$ = [9, n0, _UBMJTC,
3245
+ { [_hC]: "-", [_h]: ["PUT", "/?metadataJournalTable", 200] }, () => exports.UpdateBucketMetadataJournalTableConfigurationRequest$, () => __Unit
3246
+ ];
3247
+ exports.UpdateObjectEncryption$ = [9, n0, _UOE,
3248
+ { [_hC]: "-", [_h]: ["PUT", "/{Key+}?encryption", 200] }, () => exports.UpdateObjectEncryptionRequest$, () => exports.UpdateObjectEncryptionResponse$
3249
+ ];
3250
+ exports.UploadPart$ = [9, n0, _UP,
3251
+ { [_hC]: "-", [_h]: ["PUT", "/{Key+}?x-id=UploadPart", 200] }, () => exports.UploadPartRequest$, () => exports.UploadPartOutput$
3252
+ ];
3253
+ exports.UploadPartCopy$ = [9, n0, _UPC,
3254
+ { [_h]: ["PUT", "/{Key+}?x-id=UploadPartCopy", 200] }, () => exports.UploadPartCopyRequest$, () => exports.UploadPartCopyOutput$
3255
+ ];
3256
+ exports.WriteGetObjectResponse$ = [9, n0, _WGOR,
3257
+ { [_en]: ["{RequestRoute}."], [_h]: ["POST", "/WriteGetObjectResponse", 200] }, () => exports.WriteGetObjectResponseRequest$, () => __Unit
3258
+ ];