@aws-sdk/client-s3 3.940.0 → 3.946.0

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 (145) hide show
  1. package/dist-cjs/index.js +993 -5963
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/S3Client.js +2 -2
  5. package/dist-es/models/enums.js +2 -0
  6. package/dist-es/runtimeConfig.browser.js +2 -2
  7. package/dist-es/runtimeConfig.js +2 -3
  8. package/dist-es/schemas/schemas_0.js +991 -5963
  9. package/dist-types/S3.d.ts +1 -1
  10. package/dist-types/S3Client.d.ts +12 -12
  11. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  12. package/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  13. package/dist-types/commands/AbortMultipartUploadCommand.d.ts +3 -3
  14. package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +3 -3
  15. package/dist-types/commands/CopyObjectCommand.d.ts +9 -9
  16. package/dist-types/commands/CreateBucketCommand.d.ts +4 -9
  17. package/dist-types/commands/CreateBucketMetadataConfigurationCommand.d.ts +3 -3
  18. package/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +3 -3
  19. package/dist-types/commands/CreateMultipartUploadCommand.d.ts +4 -4
  20. package/dist-types/commands/CreateSessionCommand.d.ts +3 -3
  21. package/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +3 -3
  22. package/dist-types/commands/DeleteBucketCommand.d.ts +3 -3
  23. package/dist-types/commands/DeleteBucketCorsCommand.d.ts +3 -3
  24. package/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +3 -3
  25. package/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +3 -3
  26. package/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +3 -3
  27. package/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +3 -3
  28. package/dist-types/commands/DeleteBucketMetadataConfigurationCommand.d.ts +3 -3
  29. package/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +3 -3
  30. package/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +3 -3
  31. package/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +3 -3
  32. package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +3 -3
  33. package/dist-types/commands/DeleteBucketReplicationCommand.d.ts +3 -3
  34. package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +3 -3
  35. package/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +3 -3
  36. package/dist-types/commands/DeleteObjectCommand.d.ts +3 -3
  37. package/dist-types/commands/DeleteObjectTaggingCommand.d.ts +3 -3
  38. package/dist-types/commands/DeleteObjectsCommand.d.ts +3 -3
  39. package/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +9 -7
  40. package/dist-types/commands/GetBucketAbacCommand.d.ts +4 -4
  41. package/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +3 -3
  42. package/dist-types/commands/GetBucketAclCommand.d.ts +4 -11
  43. package/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +3 -3
  44. package/dist-types/commands/GetBucketCorsCommand.d.ts +3 -3
  45. package/dist-types/commands/GetBucketEncryptionCommand.d.ts +4 -4
  46. package/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +3 -3
  47. package/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +3 -3
  48. package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +3 -3
  49. package/dist-types/commands/GetBucketLocationCommand.d.ts +3 -3
  50. package/dist-types/commands/GetBucketLoggingCommand.d.ts +4 -11
  51. package/dist-types/commands/GetBucketMetadataConfigurationCommand.d.ts +3 -3
  52. package/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +3 -3
  53. package/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +3 -3
  54. package/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +3 -3
  55. package/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +3 -3
  56. package/dist-types/commands/GetBucketPolicyCommand.d.ts +3 -3
  57. package/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +3 -3
  58. package/dist-types/commands/GetBucketReplicationCommand.d.ts +4 -4
  59. package/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +3 -3
  60. package/dist-types/commands/GetBucketTaggingCommand.d.ts +3 -3
  61. package/dist-types/commands/GetBucketVersioningCommand.d.ts +3 -3
  62. package/dist-types/commands/GetBucketWebsiteCommand.d.ts +3 -3
  63. package/dist-types/commands/GetObjectAclCommand.d.ts +4 -11
  64. package/dist-types/commands/GetObjectAttributesCommand.d.ts +4 -4
  65. package/dist-types/commands/GetObjectCommand.d.ts +4 -4
  66. package/dist-types/commands/GetObjectLegalHoldCommand.d.ts +3 -3
  67. package/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +3 -3
  68. package/dist-types/commands/GetObjectRetentionCommand.d.ts +3 -3
  69. package/dist-types/commands/GetObjectTaggingCommand.d.ts +3 -3
  70. package/dist-types/commands/GetObjectTorrentCommand.d.ts +3 -3
  71. package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +17 -12
  72. package/dist-types/commands/HeadBucketCommand.d.ts +3 -3
  73. package/dist-types/commands/HeadObjectCommand.d.ts +4 -4
  74. package/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +3 -3
  75. package/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +3 -3
  76. package/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +3 -3
  77. package/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +3 -3
  78. package/dist-types/commands/ListBucketsCommand.d.ts +4 -11
  79. package/dist-types/commands/ListDirectoryBucketsCommand.d.ts +3 -3
  80. package/dist-types/commands/ListMultipartUploadsCommand.d.ts +5 -12
  81. package/dist-types/commands/ListObjectVersionsCommand.d.ts +4 -11
  82. package/dist-types/commands/ListObjectsCommand.d.ts +5 -12
  83. package/dist-types/commands/ListObjectsV2Command.d.ts +5 -12
  84. package/dist-types/commands/ListPartsCommand.d.ts +5 -12
  85. package/dist-types/commands/PutBucketAbacCommand.d.ts +4 -4
  86. package/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +3 -3
  87. package/dist-types/commands/PutBucketAclCommand.d.ts +3 -3
  88. package/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +3 -3
  89. package/dist-types/commands/PutBucketCorsCommand.d.ts +3 -3
  90. package/dist-types/commands/PutBucketEncryptionCommand.d.ts +3 -3
  91. package/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +3 -3
  92. package/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +3 -3
  93. package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +3 -3
  94. package/dist-types/commands/PutBucketLoggingCommand.d.ts +3 -3
  95. package/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +3 -3
  96. package/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +3 -3
  97. package/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +3 -3
  98. package/dist-types/commands/PutBucketPolicyCommand.d.ts +3 -3
  99. package/dist-types/commands/PutBucketReplicationCommand.d.ts +4 -4
  100. package/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +3 -3
  101. package/dist-types/commands/PutBucketTaggingCommand.d.ts +3 -4
  102. package/dist-types/commands/PutBucketVersioningCommand.d.ts +3 -3
  103. package/dist-types/commands/PutBucketWebsiteCommand.d.ts +3 -3
  104. package/dist-types/commands/PutObjectAclCommand.d.ts +3 -3
  105. package/dist-types/commands/PutObjectCommand.d.ts +4 -4
  106. package/dist-types/commands/PutObjectLegalHoldCommand.d.ts +3 -3
  107. package/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +3 -3
  108. package/dist-types/commands/PutObjectRetentionCommand.d.ts +3 -3
  109. package/dist-types/commands/PutObjectTaggingCommand.d.ts +3 -3
  110. package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +10 -8
  111. package/dist-types/commands/RenameObjectCommand.d.ts +3 -3
  112. package/dist-types/commands/RestoreObjectCommand.d.ts +5 -5
  113. package/dist-types/commands/SelectObjectContentCommand.d.ts +3 -3
  114. package/dist-types/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +3 -3
  115. package/dist-types/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +3 -3
  116. package/dist-types/commands/UploadPartCommand.d.ts +3 -3
  117. package/dist-types/commands/UploadPartCopyCommand.d.ts +3 -3
  118. package/dist-types/commands/WriteGetObjectResponseCommand.d.ts +3 -3
  119. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  120. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  121. package/dist-types/extensionConfiguration.d.ts +4 -4
  122. package/dist-types/models/S3ServiceException.d.ts +1 -1
  123. package/dist-types/models/enums.d.ts +2 -0
  124. package/dist-types/models/errors.d.ts +1 -1
  125. package/dist-types/models/models_0.d.ts +23 -98
  126. package/dist-types/models/models_1.d.ts +1 -1
  127. package/dist-types/pagination/Interfaces.d.ts +1 -1
  128. package/dist-types/pagination/ListBucketsPaginator.d.ts +1 -1
  129. package/dist-types/pagination/ListDirectoryBucketsPaginator.d.ts +1 -1
  130. package/dist-types/pagination/ListObjectsV2Paginator.d.ts +1 -1
  131. package/dist-types/pagination/ListPartsPaginator.d.ts +1 -1
  132. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  133. package/dist-types/runtimeConfig.d.ts +1 -1
  134. package/dist-types/runtimeConfig.native.d.ts +1 -1
  135. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  136. package/dist-types/runtimeExtensions.d.ts +1 -1
  137. package/dist-types/schemas/schemas_0.d.ts +1 -1
  138. package/dist-types/ts3.4/S3Client.d.ts +6 -6
  139. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  140. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +3 -3
  141. package/dist-types/ts3.4/commands/GetObjectCommand.d.ts +1 -1
  142. package/dist-types/ts3.4/commands/GetObjectTorrentCommand.d.ts +1 -1
  143. package/dist-types/ts3.4/models/S3ServiceException.d.ts +1 -1
  144. package/dist-types/ts3.4/models/enums.d.ts +2 -0
  145. package/package.json +16 -15

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.