p6-cdk-s3-protector 0.0.30 → 0.0.32

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 (189) hide show
  1. package/.jsii +6 -6
  2. package/lib/p6cdks3protector.js +1 -1
  3. package/node_modules/@aws/lambda-invoke-store/README.md +8 -0
  4. package/node_modules/@aws/lambda-invoke-store/{dist → dist-cjs}/invoke-store.js +12 -36
  5. package/node_modules/@aws/lambda-invoke-store/dist-es/invoke-store.js +64 -0
  6. package/node_modules/@aws/lambda-invoke-store/{dist → dist-types}/invoke-store.d.ts +5 -0
  7. package/node_modules/@aws/lambda-invoke-store/package.json +26 -8
  8. package/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +1 -1
  9. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +2 -0
  10. package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +1 -1
  11. package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +2 -0
  12. package/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +3 -0
  13. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +3 -0
  14. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +10 -8
  15. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +6 -13
  16. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataConfigurationCommand.d.ts +3 -0
  17. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +3 -0
  18. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +6 -6
  19. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +3 -0
  20. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +3 -0
  21. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +3 -0
  22. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +3 -0
  23. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +3 -0
  24. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +3 -0
  25. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +3 -0
  26. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +3 -0
  27. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataConfigurationCommand.d.ts +3 -0
  28. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +3 -0
  29. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +3 -0
  30. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +3 -0
  31. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +3 -0
  32. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +3 -0
  33. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +3 -0
  34. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +3 -0
  35. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +6 -0
  36. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +3 -0
  37. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +3 -0
  38. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +3 -0
  39. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +3 -0
  40. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +4 -1
  41. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +3 -0
  42. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +3 -0
  43. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +3 -0
  44. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +3 -0
  45. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +3 -0
  46. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +3 -0
  47. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +19 -5
  48. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +4 -1
  49. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataConfigurationCommand.d.ts +3 -0
  50. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +3 -0
  51. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +3 -0
  52. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +3 -0
  53. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +3 -0
  54. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +3 -0
  55. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +3 -0
  56. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +3 -0
  57. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +3 -0
  58. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +3 -0
  59. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +3 -0
  60. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +3 -0
  61. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +11 -1
  62. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +3 -0
  63. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +3 -0
  64. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +3 -0
  65. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +3 -0
  66. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +3 -0
  67. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +3 -0
  68. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +3 -0
  69. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +3 -0
  70. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +12 -6
  71. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +3 -0
  72. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +3 -0
  73. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +3 -0
  74. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +4 -1
  75. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +3 -0
  76. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +4 -1
  77. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +3 -0
  78. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +4 -1
  79. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +4 -1
  80. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +4 -1
  81. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +11 -1
  82. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +4 -1
  83. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +3 -0
  84. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +6 -6
  85. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +3 -0
  86. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +3 -0
  87. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +3 -0
  88. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +3 -0
  89. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +3 -0
  90. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +3 -0
  91. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +6 -6
  92. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +3 -0
  93. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +3 -0
  94. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +3 -0
  95. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +3 -0
  96. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +3 -0
  97. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +3 -0
  98. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +3 -0
  99. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +3 -0
  100. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +3 -0
  101. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +9 -1
  102. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +6 -6
  103. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +3 -0
  104. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +3 -0
  105. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +3 -0
  106. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +3 -0
  107. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +3 -0
  108. package/node_modules/@aws-sdk/client-s3/dist-types/commands/RenameObjectCommand.d.ts +3 -0
  109. package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +3 -0
  110. package/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +3 -0
  111. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +3 -0
  112. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +3 -0
  113. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +3 -0
  114. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +3 -0
  115. package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +3 -0
  116. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +57 -27
  117. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +10 -17
  118. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +1 -1
  119. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +2 -0
  120. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  121. package/node_modules/@aws-sdk/client-s3/package.json +20 -20
  122. package/node_modules/@aws-sdk/client-s3-control/dist-cjs/endpoint/ruleset.js +1 -1
  123. package/node_modules/@aws-sdk/client-s3-control/dist-es/endpoint/ruleset.js +1 -1
  124. package/node_modules/@aws-sdk/client-s3-control/dist-types/runtimeConfig.d.ts +1 -1
  125. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  126. package/node_modules/@aws-sdk/client-s3-control/package.json +14 -14
  127. package/node_modules/@aws-sdk/client-sso/package.json +11 -11
  128. package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +13 -6
  129. package/node_modules/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js +13 -6
  130. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +1 -1
  131. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  132. package/node_modules/@aws-sdk/client-sts/package.json +12 -12
  133. package/node_modules/@aws-sdk/core/package.json +2 -2
  134. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +108 -45
  135. package/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +55 -46
  136. package/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +54 -0
  137. package/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +3 -2
  138. package/node_modules/@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain.d.ts +18 -0
  139. package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +3 -2
  140. package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/runtime/memoize-chain.d.ts +19 -0
  141. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
  142. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-http/package.json +3 -3
  143. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
  144. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-process/package.json +3 -3
  145. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
  146. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -4
  147. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +13 -6
  148. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +13 -6
  149. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/package.json +11 -11
  150. package/node_modules/@aws-sdk/credential-provider-node/package.json +9 -9
  151. package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +2 -2
  152. package/node_modules/@aws-sdk/middleware-expect-continue/package.json +2 -2
  153. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +3 -3
  154. package/node_modules/@aws-sdk/middleware-host-header/package.json +2 -2
  155. package/node_modules/@aws-sdk/middleware-location-constraint/package.json +2 -2
  156. package/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
  157. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +3 -3
  158. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +3 -3
  159. package/node_modules/@aws-sdk/middleware-sdk-s3-control/package.json +4 -4
  160. package/node_modules/@aws-sdk/middleware-ssec/package.json +2 -2
  161. package/node_modules/@aws-sdk/middleware-user-agent/package.json +4 -4
  162. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +7 -0
  163. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.js +20 -0
  164. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.native.js +6 -0
  165. package/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +1 -0
  166. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.browser.js +3 -0
  167. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.js +16 -0
  168. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.native.js +3 -0
  169. package/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +1 -0
  170. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.browser.d.ts +4 -0
  171. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.d.ts +14 -0
  172. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.native.d.ts +4 -0
  173. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +1 -0
  174. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.browser.d.ts +1 -0
  175. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.d.ts +7 -0
  176. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.native.d.ts +1 -0
  177. package/node_modules/@aws-sdk/region-config-resolver/package.json +8 -3
  178. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +3 -3
  179. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +13 -6
  180. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +13 -6
  181. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/package.json +11 -11
  182. package/node_modules/@aws-sdk/token-providers/package.json +4 -4
  183. package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +1 -0
  184. package/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +1 -0
  185. package/node_modules/@aws-sdk/types/package.json +1 -1
  186. package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
  187. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
  188. package/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -3
  189. package/package.json +13 -13
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/nested-clients",
3
- "version": "3.916.0",
3
+ "version": "3.920.0",
4
4
  "description": "Nested clients for AWS SDK packages.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -29,16 +29,16 @@
29
29
  "dependencies": {
30
30
  "@aws-crypto/sha256-browser": "5.2.0",
31
31
  "@aws-crypto/sha256-js": "5.2.0",
32
- "@aws-sdk/core": "3.916.0",
33
- "@aws-sdk/middleware-host-header": "3.914.0",
34
- "@aws-sdk/middleware-logger": "3.914.0",
35
- "@aws-sdk/middleware-recursion-detection": "3.914.0",
36
- "@aws-sdk/middleware-user-agent": "3.916.0",
37
- "@aws-sdk/region-config-resolver": "3.914.0",
38
- "@aws-sdk/types": "3.914.0",
39
- "@aws-sdk/util-endpoints": "3.916.0",
40
- "@aws-sdk/util-user-agent-browser": "3.914.0",
41
- "@aws-sdk/util-user-agent-node": "3.916.0",
32
+ "@aws-sdk/core": "3.920.0",
33
+ "@aws-sdk/middleware-host-header": "3.920.0",
34
+ "@aws-sdk/middleware-logger": "3.920.0",
35
+ "@aws-sdk/middleware-recursion-detection": "3.920.0",
36
+ "@aws-sdk/middleware-user-agent": "3.920.0",
37
+ "@aws-sdk/region-config-resolver": "3.920.0",
38
+ "@aws-sdk/types": "3.920.0",
39
+ "@aws-sdk/util-endpoints": "3.920.0",
40
+ "@aws-sdk/util-user-agent-browser": "3.920.0",
41
+ "@aws-sdk/util-user-agent-node": "3.920.0",
42
42
  "@smithy/config-resolver": "^4.4.0",
43
43
  "@smithy/core": "^3.17.1",
44
44
  "@smithy/fetch-http-handler": "^5.3.4",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/token-providers",
3
- "version": "3.916.0",
3
+ "version": "3.920.0",
4
4
  "description": "A collection of token providers",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -29,9 +29,9 @@
29
29
  },
30
30
  "license": "Apache-2.0",
31
31
  "dependencies": {
32
- "@aws-sdk/core": "3.916.0",
33
- "@aws-sdk/nested-clients": "3.916.0",
34
- "@aws-sdk/types": "3.914.0",
32
+ "@aws-sdk/core": "3.920.0",
33
+ "@aws-sdk/nested-clients": "3.920.0",
34
+ "@aws-sdk/types": "3.920.0",
35
35
  "@smithy/property-provider": "^4.2.3",
36
36
  "@smithy/shared-ini-file-loader": "^4.3.3",
37
37
  "@smithy/types": "^4.8.0",
@@ -45,6 +45,7 @@ export type CredentialProviderOptions = {
45
45
  parentClientConfig?: {
46
46
  region?: string | Provider<string>;
47
47
  profile?: string;
48
+ logger?: Logger;
48
49
  [key: string]: unknown;
49
50
  };
50
51
  };
@@ -8,6 +8,7 @@ export type CredentialProviderOptions = {
8
8
  parentClientConfig?: {
9
9
  region?: string | Provider<string>;
10
10
  profile?: string;
11
+ logger?: Logger;
11
12
  [key: string]: unknown;
12
13
  };
13
14
  };
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/types",
3
- "version": "3.914.0",
3
+ "version": "3.920.0",
4
4
  "main": "./dist-cjs/index.js",
5
5
  "module": "./dist-es/index.js",
6
6
  "types": "./dist-types/index.d.ts",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-endpoints",
3
- "version": "3.916.0",
3
+ "version": "3.920.0",
4
4
  "description": "Utilities to help with endpoint resolution",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/types": "3.914.0",
28
+ "@aws-sdk/types": "3.920.0",
29
29
  "@smithy/types": "^4.8.0",
30
30
  "@smithy/url-parser": "^4.2.3",
31
31
  "@smithy/util-endpoints": "^3.2.3",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-user-agent-browser",
3
- "version": "3.914.0",
3
+ "version": "3.920.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline util-user-agent-browser",
@@ -24,7 +24,7 @@
24
24
  "license": "Apache-2.0",
25
25
  "react-native": "dist-es/index.native.js",
26
26
  "dependencies": {
27
- "@aws-sdk/types": "3.914.0",
27
+ "@aws-sdk/types": "3.920.0",
28
28
  "@smithy/types": "^4.8.0",
29
29
  "bowser": "^2.11.0",
30
30
  "tslib": "^2.6.2"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-user-agent-node",
3
- "version": "3.916.0",
3
+ "version": "3.920.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline util-user-agent-node",
@@ -22,8 +22,8 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@aws-sdk/middleware-user-agent": "3.916.0",
26
- "@aws-sdk/types": "3.914.0",
25
+ "@aws-sdk/middleware-user-agent": "3.920.0",
26
+ "@aws-sdk/types": "3.920.0",
27
27
  "@smithy/node-config-provider": "^4.3.3",
28
28
  "@smithy/types": "^4.8.0",
29
29
  "tslib": "^2.6.2"
package/package.json CHANGED
@@ -52,13 +52,13 @@
52
52
  },
53
53
  "devDependencies": {
54
54
  "@antfu/eslint-config": "^6.1.0",
55
- "@types/aws-lambda": "^8.10.156",
55
+ "@types/aws-lambda": "^8.10.157",
56
56
  "@types/jest": "^30.0.0",
57
- "@types/node": "^24.9.1",
57
+ "@types/node": "^24.9.2",
58
58
  "@typescript-eslint/eslint-plugin": "^8.46.2",
59
59
  "@typescript-eslint/parser": "^8.46.2",
60
- "aws-cdk": "^2.1031.0",
61
- "aws-cdk-lib": "^2.221.0",
60
+ "aws-cdk": "^2.1031.1",
61
+ "aws-cdk-lib": "^2.221.1",
62
62
  "cdk-dia": "^0.12.1",
63
63
  "constructs": "^10.4.2",
64
64
  "esbuild": "^0.25.11",
@@ -67,9 +67,9 @@
67
67
  "http-server": "^14.1.1",
68
68
  "jest": "^30.2.0",
69
69
  "jsii": "^5.9.10",
70
- "jsii-diff": "^1.117.0",
71
- "jsii-docgen": "^10.11.0",
72
- "jsii-pacmak": "^1.117.0",
70
+ "jsii-diff": "^1.118.0",
71
+ "jsii-docgen": "^10.11.1",
72
+ "jsii-pacmak": "^1.118.0",
73
73
  "jsii-rosetta": "^5.9.12",
74
74
  "publib": "^0.2.1025",
75
75
  "ts-jest": "^29.4.5",
@@ -81,11 +81,11 @@
81
81
  "constructs": "^10.4.2"
82
82
  },
83
83
  "dependencies": {
84
- "@aws-sdk/client-s3": "^3.918.0",
85
- "@aws-sdk/client-s3-control": "^3.918.0",
86
- "@aws-sdk/client-sts": "^3.918.0",
87
- "@types/aws-lambda": "^8.10.156",
88
- "aws-cdk-lib": "^2.221.0",
84
+ "@aws-sdk/client-s3": "^3.920.0",
85
+ "@aws-sdk/client-s3-control": "^3.920.0",
86
+ "@aws-sdk/client-sts": "^3.920.0",
87
+ "@types/aws-lambda": "^8.10.157",
88
+ "aws-cdk-lib": "^2.221.1",
89
89
  "aws-sdk": "^2.1692.0",
90
90
  "cdk-iam-floyd": "^0.728.0",
91
91
  "constructs": "^10.4.2",
@@ -112,7 +112,7 @@
112
112
  "main": "lib/index.js",
113
113
  "types": "lib/index.d.ts",
114
114
  "license": "Apache-2.0",
115
- "version": "0.0.30",
115
+ "version": "0.0.32",
116
116
  "jsii": {
117
117
  "outdir": "dist",
118
118
  "tsc": {