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