@aws-sdk/client-s3 3.930.0 → 3.932.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 (131) hide show
  1. package/dist-cjs/index.js +9984 -8599
  2. package/dist-cjs/runtimeConfig.shared.js +6 -0
  3. package/dist-es/S3Client.js +2 -0
  4. package/dist-es/commands/AbortMultipartUploadCommand.js +3 -10
  5. package/dist-es/commands/CompleteMultipartUploadCommand.js +2 -7
  6. package/dist-es/commands/CopyObjectCommand.js +2 -7
  7. package/dist-es/commands/CreateBucketCommand.js +2 -6
  8. package/dist-es/commands/CreateBucketMetadataConfigurationCommand.js +2 -6
  9. package/dist-es/commands/CreateBucketMetadataTableConfigurationCommand.js +2 -6
  10. package/dist-es/commands/CreateMultipartUploadCommand.js +2 -7
  11. package/dist-es/commands/CreateSessionCommand.js +3 -11
  12. package/dist-es/commands/DeleteBucketAnalyticsConfigurationCommand.js +3 -9
  13. package/dist-es/commands/DeleteBucketCommand.js +3 -9
  14. package/dist-es/commands/DeleteBucketCorsCommand.js +3 -9
  15. package/dist-es/commands/DeleteBucketEncryptionCommand.js +3 -9
  16. package/dist-es/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +3 -9
  17. package/dist-es/commands/DeleteBucketInventoryConfigurationCommand.js +3 -9
  18. package/dist-es/commands/DeleteBucketLifecycleCommand.js +3 -9
  19. package/dist-es/commands/DeleteBucketMetadataConfigurationCommand.js +3 -9
  20. package/dist-es/commands/DeleteBucketMetadataTableConfigurationCommand.js +3 -9
  21. package/dist-es/commands/DeleteBucketMetricsConfigurationCommand.js +3 -9
  22. package/dist-es/commands/DeleteBucketOwnershipControlsCommand.js +3 -9
  23. package/dist-es/commands/DeleteBucketPolicyCommand.js +3 -9
  24. package/dist-es/commands/DeleteBucketReplicationCommand.js +3 -9
  25. package/dist-es/commands/DeleteBucketTaggingCommand.js +3 -9
  26. package/dist-es/commands/DeleteBucketWebsiteCommand.js +3 -9
  27. package/dist-es/commands/DeleteObjectCommand.js +3 -10
  28. package/dist-es/commands/DeleteObjectTaggingCommand.js +3 -10
  29. package/dist-es/commands/DeleteObjectsCommand.js +2 -6
  30. package/dist-es/commands/DeletePublicAccessBlockCommand.js +3 -9
  31. package/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +3 -10
  32. package/dist-es/commands/GetBucketAclCommand.js +3 -10
  33. package/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +3 -10
  34. package/dist-es/commands/GetBucketCorsCommand.js +3 -10
  35. package/dist-es/commands/GetBucketEncryptionCommand.js +3 -11
  36. package/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +3 -10
  37. package/dist-es/commands/GetBucketInventoryConfigurationCommand.js +3 -11
  38. package/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +3 -10
  39. package/dist-es/commands/GetBucketLocationCommand.js +3 -10
  40. package/dist-es/commands/GetBucketLoggingCommand.js +3 -10
  41. package/dist-es/commands/GetBucketMetadataConfigurationCommand.js +3 -10
  42. package/dist-es/commands/GetBucketMetadataTableConfigurationCommand.js +3 -10
  43. package/dist-es/commands/GetBucketMetricsConfigurationCommand.js +3 -10
  44. package/dist-es/commands/GetBucketNotificationConfigurationCommand.js +3 -10
  45. package/dist-es/commands/GetBucketOwnershipControlsCommand.js +3 -10
  46. package/dist-es/commands/GetBucketPolicyCommand.js +3 -10
  47. package/dist-es/commands/GetBucketPolicyStatusCommand.js +3 -10
  48. package/dist-es/commands/GetBucketReplicationCommand.js +3 -10
  49. package/dist-es/commands/GetBucketRequestPaymentCommand.js +3 -10
  50. package/dist-es/commands/GetBucketTaggingCommand.js +3 -10
  51. package/dist-es/commands/GetBucketVersioningCommand.js +3 -10
  52. package/dist-es/commands/GetBucketWebsiteCommand.js +3 -10
  53. package/dist-es/commands/GetObjectAclCommand.js +3 -10
  54. package/dist-es/commands/GetObjectAttributesCommand.js +2 -7
  55. package/dist-es/commands/GetObjectCommand.js +2 -7
  56. package/dist-es/commands/GetObjectLegalHoldCommand.js +3 -10
  57. package/dist-es/commands/GetObjectLockConfigurationCommand.js +3 -10
  58. package/dist-es/commands/GetObjectRetentionCommand.js +3 -10
  59. package/dist-es/commands/GetObjectTaggingCommand.js +3 -10
  60. package/dist-es/commands/GetObjectTorrentCommand.js +3 -10
  61. package/dist-es/commands/GetPublicAccessBlockCommand.js +3 -10
  62. package/dist-es/commands/HeadBucketCommand.js +3 -10
  63. package/dist-es/commands/HeadObjectCommand.js +2 -7
  64. package/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +3 -10
  65. package/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +3 -10
  66. package/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +3 -11
  67. package/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +3 -10
  68. package/dist-es/commands/ListBucketsCommand.js +3 -10
  69. package/dist-es/commands/ListDirectoryBucketsCommand.js +3 -10
  70. package/dist-es/commands/ListMultipartUploadsCommand.js +3 -10
  71. package/dist-es/commands/ListObjectVersionsCommand.js +3 -10
  72. package/dist-es/commands/ListObjectsCommand.js +3 -10
  73. package/dist-es/commands/ListObjectsV2Command.js +3 -10
  74. package/dist-es/commands/ListPartsCommand.js +2 -7
  75. package/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +2 -6
  76. package/dist-es/commands/PutBucketAclCommand.js +2 -6
  77. package/dist-es/commands/PutBucketAnalyticsConfigurationCommand.js +3 -9
  78. package/dist-es/commands/PutBucketCorsCommand.js +2 -6
  79. package/dist-es/commands/PutBucketEncryptionCommand.js +2 -7
  80. package/dist-es/commands/PutBucketIntelligentTieringConfigurationCommand.js +3 -9
  81. package/dist-es/commands/PutBucketInventoryConfigurationCommand.js +3 -10
  82. package/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +2 -6
  83. package/dist-es/commands/PutBucketLoggingCommand.js +2 -6
  84. package/dist-es/commands/PutBucketMetricsConfigurationCommand.js +3 -9
  85. package/dist-es/commands/PutBucketNotificationConfigurationCommand.js +3 -9
  86. package/dist-es/commands/PutBucketOwnershipControlsCommand.js +2 -6
  87. package/dist-es/commands/PutBucketPolicyCommand.js +2 -6
  88. package/dist-es/commands/PutBucketReplicationCommand.js +2 -6
  89. package/dist-es/commands/PutBucketRequestPaymentCommand.js +2 -6
  90. package/dist-es/commands/PutBucketTaggingCommand.js +2 -6
  91. package/dist-es/commands/PutBucketVersioningCommand.js +2 -6
  92. package/dist-es/commands/PutBucketWebsiteCommand.js +2 -6
  93. package/dist-es/commands/PutObjectAclCommand.js +2 -6
  94. package/dist-es/commands/PutObjectCommand.js +2 -7
  95. package/dist-es/commands/PutObjectLegalHoldCommand.js +2 -6
  96. package/dist-es/commands/PutObjectLockConfigurationCommand.js +2 -6
  97. package/dist-es/commands/PutObjectRetentionCommand.js +2 -6
  98. package/dist-es/commands/PutObjectTaggingCommand.js +2 -6
  99. package/dist-es/commands/PutPublicAccessBlockCommand.js +2 -6
  100. package/dist-es/commands/RenameObjectCommand.js +3 -10
  101. package/dist-es/commands/RestoreObjectCommand.js +2 -7
  102. package/dist-es/commands/SelectObjectContentCommand.js +2 -7
  103. package/dist-es/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.js +2 -6
  104. package/dist-es/commands/UpdateBucketMetadataJournalTableConfigurationCommand.js +2 -6
  105. package/dist-es/commands/UploadPartCommand.js +2 -7
  106. package/dist-es/commands/UploadPartCopyCommand.js +2 -7
  107. package/dist-es/commands/WriteGetObjectResponseCommand.js +3 -10
  108. package/dist-es/models/models_0.js +0 -151
  109. package/dist-es/models/models_1.js +0 -108
  110. package/dist-es/runtimeConfig.shared.js +6 -0
  111. package/dist-es/schemas/schemas_0.js +10281 -0
  112. package/dist-types/S3Client.d.ts +10 -1
  113. package/dist-types/models/models_0.d.ts +8 -106
  114. package/dist-types/models/models_1.d.ts +4 -73
  115. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  116. package/dist-types/runtimeConfig.d.ts +1 -0
  117. package/dist-types/runtimeConfig.native.d.ts +1 -0
  118. package/dist-types/runtimeConfig.shared.d.ts +2 -0
  119. package/dist-types/schemas/schemas_0.d.ts +494 -0
  120. package/dist-types/ts3.4/S3Client.d.ts +4 -0
  121. package/dist-types/ts3.4/models/models_0.d.ts +0 -78
  122. package/dist-types/ts3.4/models/models_1.d.ts +0 -54
  123. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -0
  124. package/dist-types/ts3.4/runtimeConfig.d.ts +6 -0
  125. package/dist-types/ts3.4/runtimeConfig.native.d.ts +6 -0
  126. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +7 -0
  127. package/dist-types/ts3.4/schemas/schemas_0.d.ts +500 -0
  128. package/package.json +9 -11
  129. package/dist-es/protocols/Aws_restXml.js +0 -8103
  130. package/dist-types/protocols/Aws_restXml.d.ts +0 -938
  131. package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +0 -1257
@@ -1,1257 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import {
6
- EventStreamSerdeContext as __EventStreamSerdeContext,
7
- SdkStreamSerdeContext as __SdkStreamSerdeContext,
8
- SerdeContext as __SerdeContext,
9
- } from "@smithy/types";
10
- import {
11
- AbortMultipartUploadCommandInput,
12
- AbortMultipartUploadCommandOutput,
13
- } from "../commands/AbortMultipartUploadCommand";
14
- import {
15
- CompleteMultipartUploadCommandInput,
16
- CompleteMultipartUploadCommandOutput,
17
- } from "../commands/CompleteMultipartUploadCommand";
18
- import {
19
- CopyObjectCommandInput,
20
- CopyObjectCommandOutput,
21
- } from "../commands/CopyObjectCommand";
22
- import {
23
- CreateBucketCommandInput,
24
- CreateBucketCommandOutput,
25
- } from "../commands/CreateBucketCommand";
26
- import {
27
- CreateBucketMetadataConfigurationCommandInput,
28
- CreateBucketMetadataConfigurationCommandOutput,
29
- } from "../commands/CreateBucketMetadataConfigurationCommand";
30
- import {
31
- CreateBucketMetadataTableConfigurationCommandInput,
32
- CreateBucketMetadataTableConfigurationCommandOutput,
33
- } from "../commands/CreateBucketMetadataTableConfigurationCommand";
34
- import {
35
- CreateMultipartUploadCommandInput,
36
- CreateMultipartUploadCommandOutput,
37
- } from "../commands/CreateMultipartUploadCommand";
38
- import {
39
- CreateSessionCommandInput,
40
- CreateSessionCommandOutput,
41
- } from "../commands/CreateSessionCommand";
42
- import {
43
- DeleteBucketAnalyticsConfigurationCommandInput,
44
- DeleteBucketAnalyticsConfigurationCommandOutput,
45
- } from "../commands/DeleteBucketAnalyticsConfigurationCommand";
46
- import {
47
- DeleteBucketCommandInput,
48
- DeleteBucketCommandOutput,
49
- } from "../commands/DeleteBucketCommand";
50
- import {
51
- DeleteBucketCorsCommandInput,
52
- DeleteBucketCorsCommandOutput,
53
- } from "../commands/DeleteBucketCorsCommand";
54
- import {
55
- DeleteBucketEncryptionCommandInput,
56
- DeleteBucketEncryptionCommandOutput,
57
- } from "../commands/DeleteBucketEncryptionCommand";
58
- import {
59
- DeleteBucketIntelligentTieringConfigurationCommandInput,
60
- DeleteBucketIntelligentTieringConfigurationCommandOutput,
61
- } from "../commands/DeleteBucketIntelligentTieringConfigurationCommand";
62
- import {
63
- DeleteBucketInventoryConfigurationCommandInput,
64
- DeleteBucketInventoryConfigurationCommandOutput,
65
- } from "../commands/DeleteBucketInventoryConfigurationCommand";
66
- import {
67
- DeleteBucketLifecycleCommandInput,
68
- DeleteBucketLifecycleCommandOutput,
69
- } from "../commands/DeleteBucketLifecycleCommand";
70
- import {
71
- DeleteBucketMetadataConfigurationCommandInput,
72
- DeleteBucketMetadataConfigurationCommandOutput,
73
- } from "../commands/DeleteBucketMetadataConfigurationCommand";
74
- import {
75
- DeleteBucketMetadataTableConfigurationCommandInput,
76
- DeleteBucketMetadataTableConfigurationCommandOutput,
77
- } from "../commands/DeleteBucketMetadataTableConfigurationCommand";
78
- import {
79
- DeleteBucketMetricsConfigurationCommandInput,
80
- DeleteBucketMetricsConfigurationCommandOutput,
81
- } from "../commands/DeleteBucketMetricsConfigurationCommand";
82
- import {
83
- DeleteBucketOwnershipControlsCommandInput,
84
- DeleteBucketOwnershipControlsCommandOutput,
85
- } from "../commands/DeleteBucketOwnershipControlsCommand";
86
- import {
87
- DeleteBucketPolicyCommandInput,
88
- DeleteBucketPolicyCommandOutput,
89
- } from "../commands/DeleteBucketPolicyCommand";
90
- import {
91
- DeleteBucketReplicationCommandInput,
92
- DeleteBucketReplicationCommandOutput,
93
- } from "../commands/DeleteBucketReplicationCommand";
94
- import {
95
- DeleteBucketTaggingCommandInput,
96
- DeleteBucketTaggingCommandOutput,
97
- } from "../commands/DeleteBucketTaggingCommand";
98
- import {
99
- DeleteBucketWebsiteCommandInput,
100
- DeleteBucketWebsiteCommandOutput,
101
- } from "../commands/DeleteBucketWebsiteCommand";
102
- import {
103
- DeleteObjectCommandInput,
104
- DeleteObjectCommandOutput,
105
- } from "../commands/DeleteObjectCommand";
106
- import {
107
- DeleteObjectsCommandInput,
108
- DeleteObjectsCommandOutput,
109
- } from "../commands/DeleteObjectsCommand";
110
- import {
111
- DeleteObjectTaggingCommandInput,
112
- DeleteObjectTaggingCommandOutput,
113
- } from "../commands/DeleteObjectTaggingCommand";
114
- import {
115
- DeletePublicAccessBlockCommandInput,
116
- DeletePublicAccessBlockCommandOutput,
117
- } from "../commands/DeletePublicAccessBlockCommand";
118
- import {
119
- GetBucketAccelerateConfigurationCommandInput,
120
- GetBucketAccelerateConfigurationCommandOutput,
121
- } from "../commands/GetBucketAccelerateConfigurationCommand";
122
- import {
123
- GetBucketAclCommandInput,
124
- GetBucketAclCommandOutput,
125
- } from "../commands/GetBucketAclCommand";
126
- import {
127
- GetBucketAnalyticsConfigurationCommandInput,
128
- GetBucketAnalyticsConfigurationCommandOutput,
129
- } from "../commands/GetBucketAnalyticsConfigurationCommand";
130
- import {
131
- GetBucketCorsCommandInput,
132
- GetBucketCorsCommandOutput,
133
- } from "../commands/GetBucketCorsCommand";
134
- import {
135
- GetBucketEncryptionCommandInput,
136
- GetBucketEncryptionCommandOutput,
137
- } from "../commands/GetBucketEncryptionCommand";
138
- import {
139
- GetBucketIntelligentTieringConfigurationCommandInput,
140
- GetBucketIntelligentTieringConfigurationCommandOutput,
141
- } from "../commands/GetBucketIntelligentTieringConfigurationCommand";
142
- import {
143
- GetBucketInventoryConfigurationCommandInput,
144
- GetBucketInventoryConfigurationCommandOutput,
145
- } from "../commands/GetBucketInventoryConfigurationCommand";
146
- import {
147
- GetBucketLifecycleConfigurationCommandInput,
148
- GetBucketLifecycleConfigurationCommandOutput,
149
- } from "../commands/GetBucketLifecycleConfigurationCommand";
150
- import {
151
- GetBucketLocationCommandInput,
152
- GetBucketLocationCommandOutput,
153
- } from "../commands/GetBucketLocationCommand";
154
- import {
155
- GetBucketLoggingCommandInput,
156
- GetBucketLoggingCommandOutput,
157
- } from "../commands/GetBucketLoggingCommand";
158
- import {
159
- GetBucketMetadataConfigurationCommandInput,
160
- GetBucketMetadataConfigurationCommandOutput,
161
- } from "../commands/GetBucketMetadataConfigurationCommand";
162
- import {
163
- GetBucketMetadataTableConfigurationCommandInput,
164
- GetBucketMetadataTableConfigurationCommandOutput,
165
- } from "../commands/GetBucketMetadataTableConfigurationCommand";
166
- import {
167
- GetBucketMetricsConfigurationCommandInput,
168
- GetBucketMetricsConfigurationCommandOutput,
169
- } from "../commands/GetBucketMetricsConfigurationCommand";
170
- import {
171
- GetBucketNotificationConfigurationCommandInput,
172
- GetBucketNotificationConfigurationCommandOutput,
173
- } from "../commands/GetBucketNotificationConfigurationCommand";
174
- import {
175
- GetBucketOwnershipControlsCommandInput,
176
- GetBucketOwnershipControlsCommandOutput,
177
- } from "../commands/GetBucketOwnershipControlsCommand";
178
- import {
179
- GetBucketPolicyCommandInput,
180
- GetBucketPolicyCommandOutput,
181
- } from "../commands/GetBucketPolicyCommand";
182
- import {
183
- GetBucketPolicyStatusCommandInput,
184
- GetBucketPolicyStatusCommandOutput,
185
- } from "../commands/GetBucketPolicyStatusCommand";
186
- import {
187
- GetBucketReplicationCommandInput,
188
- GetBucketReplicationCommandOutput,
189
- } from "../commands/GetBucketReplicationCommand";
190
- import {
191
- GetBucketRequestPaymentCommandInput,
192
- GetBucketRequestPaymentCommandOutput,
193
- } from "../commands/GetBucketRequestPaymentCommand";
194
- import {
195
- GetBucketTaggingCommandInput,
196
- GetBucketTaggingCommandOutput,
197
- } from "../commands/GetBucketTaggingCommand";
198
- import {
199
- GetBucketVersioningCommandInput,
200
- GetBucketVersioningCommandOutput,
201
- } from "../commands/GetBucketVersioningCommand";
202
- import {
203
- GetBucketWebsiteCommandInput,
204
- GetBucketWebsiteCommandOutput,
205
- } from "../commands/GetBucketWebsiteCommand";
206
- import {
207
- GetObjectAclCommandInput,
208
- GetObjectAclCommandOutput,
209
- } from "../commands/GetObjectAclCommand";
210
- import {
211
- GetObjectAttributesCommandInput,
212
- GetObjectAttributesCommandOutput,
213
- } from "../commands/GetObjectAttributesCommand";
214
- import {
215
- GetObjectCommandInput,
216
- GetObjectCommandOutput,
217
- } from "../commands/GetObjectCommand";
218
- import {
219
- GetObjectLegalHoldCommandInput,
220
- GetObjectLegalHoldCommandOutput,
221
- } from "../commands/GetObjectLegalHoldCommand";
222
- import {
223
- GetObjectLockConfigurationCommandInput,
224
- GetObjectLockConfigurationCommandOutput,
225
- } from "../commands/GetObjectLockConfigurationCommand";
226
- import {
227
- GetObjectRetentionCommandInput,
228
- GetObjectRetentionCommandOutput,
229
- } from "../commands/GetObjectRetentionCommand";
230
- import {
231
- GetObjectTaggingCommandInput,
232
- GetObjectTaggingCommandOutput,
233
- } from "../commands/GetObjectTaggingCommand";
234
- import {
235
- GetObjectTorrentCommandInput,
236
- GetObjectTorrentCommandOutput,
237
- } from "../commands/GetObjectTorrentCommand";
238
- import {
239
- GetPublicAccessBlockCommandInput,
240
- GetPublicAccessBlockCommandOutput,
241
- } from "../commands/GetPublicAccessBlockCommand";
242
- import {
243
- HeadBucketCommandInput,
244
- HeadBucketCommandOutput,
245
- } from "../commands/HeadBucketCommand";
246
- import {
247
- HeadObjectCommandInput,
248
- HeadObjectCommandOutput,
249
- } from "../commands/HeadObjectCommand";
250
- import {
251
- ListBucketAnalyticsConfigurationsCommandInput,
252
- ListBucketAnalyticsConfigurationsCommandOutput,
253
- } from "../commands/ListBucketAnalyticsConfigurationsCommand";
254
- import {
255
- ListBucketIntelligentTieringConfigurationsCommandInput,
256
- ListBucketIntelligentTieringConfigurationsCommandOutput,
257
- } from "../commands/ListBucketIntelligentTieringConfigurationsCommand";
258
- import {
259
- ListBucketInventoryConfigurationsCommandInput,
260
- ListBucketInventoryConfigurationsCommandOutput,
261
- } from "../commands/ListBucketInventoryConfigurationsCommand";
262
- import {
263
- ListBucketMetricsConfigurationsCommandInput,
264
- ListBucketMetricsConfigurationsCommandOutput,
265
- } from "../commands/ListBucketMetricsConfigurationsCommand";
266
- import {
267
- ListBucketsCommandInput,
268
- ListBucketsCommandOutput,
269
- } from "../commands/ListBucketsCommand";
270
- import {
271
- ListDirectoryBucketsCommandInput,
272
- ListDirectoryBucketsCommandOutput,
273
- } from "../commands/ListDirectoryBucketsCommand";
274
- import {
275
- ListMultipartUploadsCommandInput,
276
- ListMultipartUploadsCommandOutput,
277
- } from "../commands/ListMultipartUploadsCommand";
278
- import {
279
- ListObjectsCommandInput,
280
- ListObjectsCommandOutput,
281
- } from "../commands/ListObjectsCommand";
282
- import {
283
- ListObjectsV2CommandInput,
284
- ListObjectsV2CommandOutput,
285
- } from "../commands/ListObjectsV2Command";
286
- import {
287
- ListObjectVersionsCommandInput,
288
- ListObjectVersionsCommandOutput,
289
- } from "../commands/ListObjectVersionsCommand";
290
- import {
291
- ListPartsCommandInput,
292
- ListPartsCommandOutput,
293
- } from "../commands/ListPartsCommand";
294
- import {
295
- PutBucketAccelerateConfigurationCommandInput,
296
- PutBucketAccelerateConfigurationCommandOutput,
297
- } from "../commands/PutBucketAccelerateConfigurationCommand";
298
- import {
299
- PutBucketAclCommandInput,
300
- PutBucketAclCommandOutput,
301
- } from "../commands/PutBucketAclCommand";
302
- import {
303
- PutBucketAnalyticsConfigurationCommandInput,
304
- PutBucketAnalyticsConfigurationCommandOutput,
305
- } from "../commands/PutBucketAnalyticsConfigurationCommand";
306
- import {
307
- PutBucketCorsCommandInput,
308
- PutBucketCorsCommandOutput,
309
- } from "../commands/PutBucketCorsCommand";
310
- import {
311
- PutBucketEncryptionCommandInput,
312
- PutBucketEncryptionCommandOutput,
313
- } from "../commands/PutBucketEncryptionCommand";
314
- import {
315
- PutBucketIntelligentTieringConfigurationCommandInput,
316
- PutBucketIntelligentTieringConfigurationCommandOutput,
317
- } from "../commands/PutBucketIntelligentTieringConfigurationCommand";
318
- import {
319
- PutBucketInventoryConfigurationCommandInput,
320
- PutBucketInventoryConfigurationCommandOutput,
321
- } from "../commands/PutBucketInventoryConfigurationCommand";
322
- import {
323
- PutBucketLifecycleConfigurationCommandInput,
324
- PutBucketLifecycleConfigurationCommandOutput,
325
- } from "../commands/PutBucketLifecycleConfigurationCommand";
326
- import {
327
- PutBucketLoggingCommandInput,
328
- PutBucketLoggingCommandOutput,
329
- } from "../commands/PutBucketLoggingCommand";
330
- import {
331
- PutBucketMetricsConfigurationCommandInput,
332
- PutBucketMetricsConfigurationCommandOutput,
333
- } from "../commands/PutBucketMetricsConfigurationCommand";
334
- import {
335
- PutBucketNotificationConfigurationCommandInput,
336
- PutBucketNotificationConfigurationCommandOutput,
337
- } from "../commands/PutBucketNotificationConfigurationCommand";
338
- import {
339
- PutBucketOwnershipControlsCommandInput,
340
- PutBucketOwnershipControlsCommandOutput,
341
- } from "../commands/PutBucketOwnershipControlsCommand";
342
- import {
343
- PutBucketPolicyCommandInput,
344
- PutBucketPolicyCommandOutput,
345
- } from "../commands/PutBucketPolicyCommand";
346
- import {
347
- PutBucketReplicationCommandInput,
348
- PutBucketReplicationCommandOutput,
349
- } from "../commands/PutBucketReplicationCommand";
350
- import {
351
- PutBucketRequestPaymentCommandInput,
352
- PutBucketRequestPaymentCommandOutput,
353
- } from "../commands/PutBucketRequestPaymentCommand";
354
- import {
355
- PutBucketTaggingCommandInput,
356
- PutBucketTaggingCommandOutput,
357
- } from "../commands/PutBucketTaggingCommand";
358
- import {
359
- PutBucketVersioningCommandInput,
360
- PutBucketVersioningCommandOutput,
361
- } from "../commands/PutBucketVersioningCommand";
362
- import {
363
- PutBucketWebsiteCommandInput,
364
- PutBucketWebsiteCommandOutput,
365
- } from "../commands/PutBucketWebsiteCommand";
366
- import {
367
- PutObjectAclCommandInput,
368
- PutObjectAclCommandOutput,
369
- } from "../commands/PutObjectAclCommand";
370
- import {
371
- PutObjectCommandInput,
372
- PutObjectCommandOutput,
373
- } from "../commands/PutObjectCommand";
374
- import {
375
- PutObjectLegalHoldCommandInput,
376
- PutObjectLegalHoldCommandOutput,
377
- } from "../commands/PutObjectLegalHoldCommand";
378
- import {
379
- PutObjectLockConfigurationCommandInput,
380
- PutObjectLockConfigurationCommandOutput,
381
- } from "../commands/PutObjectLockConfigurationCommand";
382
- import {
383
- PutObjectRetentionCommandInput,
384
- PutObjectRetentionCommandOutput,
385
- } from "../commands/PutObjectRetentionCommand";
386
- import {
387
- PutObjectTaggingCommandInput,
388
- PutObjectTaggingCommandOutput,
389
- } from "../commands/PutObjectTaggingCommand";
390
- import {
391
- PutPublicAccessBlockCommandInput,
392
- PutPublicAccessBlockCommandOutput,
393
- } from "../commands/PutPublicAccessBlockCommand";
394
- import {
395
- RenameObjectCommandInput,
396
- RenameObjectCommandOutput,
397
- } from "../commands/RenameObjectCommand";
398
- import {
399
- RestoreObjectCommandInput,
400
- RestoreObjectCommandOutput,
401
- } from "../commands/RestoreObjectCommand";
402
- import {
403
- SelectObjectContentCommandInput,
404
- SelectObjectContentCommandOutput,
405
- } from "../commands/SelectObjectContentCommand";
406
- import {
407
- UpdateBucketMetadataInventoryTableConfigurationCommandInput,
408
- UpdateBucketMetadataInventoryTableConfigurationCommandOutput,
409
- } from "../commands/UpdateBucketMetadataInventoryTableConfigurationCommand";
410
- import {
411
- UpdateBucketMetadataJournalTableConfigurationCommandInput,
412
- UpdateBucketMetadataJournalTableConfigurationCommandOutput,
413
- } from "../commands/UpdateBucketMetadataJournalTableConfigurationCommand";
414
- import {
415
- UploadPartCommandInput,
416
- UploadPartCommandOutput,
417
- } from "../commands/UploadPartCommand";
418
- import {
419
- UploadPartCopyCommandInput,
420
- UploadPartCopyCommandOutput,
421
- } from "../commands/UploadPartCopyCommand";
422
- import {
423
- WriteGetObjectResponseCommandInput,
424
- WriteGetObjectResponseCommandOutput,
425
- } from "../commands/WriteGetObjectResponseCommand";
426
- export declare const se_AbortMultipartUploadCommand: (
427
- input: AbortMultipartUploadCommandInput,
428
- context: __SerdeContext
429
- ) => Promise<__HttpRequest>;
430
- export declare const se_CompleteMultipartUploadCommand: (
431
- input: CompleteMultipartUploadCommandInput,
432
- context: __SerdeContext
433
- ) => Promise<__HttpRequest>;
434
- export declare const se_CopyObjectCommand: (
435
- input: CopyObjectCommandInput,
436
- context: __SerdeContext
437
- ) => Promise<__HttpRequest>;
438
- export declare const se_CreateBucketCommand: (
439
- input: CreateBucketCommandInput,
440
- context: __SerdeContext
441
- ) => Promise<__HttpRequest>;
442
- export declare const se_CreateBucketMetadataConfigurationCommand: (
443
- input: CreateBucketMetadataConfigurationCommandInput,
444
- context: __SerdeContext
445
- ) => Promise<__HttpRequest>;
446
- export declare const se_CreateBucketMetadataTableConfigurationCommand: (
447
- input: CreateBucketMetadataTableConfigurationCommandInput,
448
- context: __SerdeContext
449
- ) => Promise<__HttpRequest>;
450
- export declare const se_CreateMultipartUploadCommand: (
451
- input: CreateMultipartUploadCommandInput,
452
- context: __SerdeContext
453
- ) => Promise<__HttpRequest>;
454
- export declare const se_CreateSessionCommand: (
455
- input: CreateSessionCommandInput,
456
- context: __SerdeContext
457
- ) => Promise<__HttpRequest>;
458
- export declare const se_DeleteBucketCommand: (
459
- input: DeleteBucketCommandInput,
460
- context: __SerdeContext
461
- ) => Promise<__HttpRequest>;
462
- export declare const se_DeleteBucketAnalyticsConfigurationCommand: (
463
- input: DeleteBucketAnalyticsConfigurationCommandInput,
464
- context: __SerdeContext
465
- ) => Promise<__HttpRequest>;
466
- export declare const se_DeleteBucketCorsCommand: (
467
- input: DeleteBucketCorsCommandInput,
468
- context: __SerdeContext
469
- ) => Promise<__HttpRequest>;
470
- export declare const se_DeleteBucketEncryptionCommand: (
471
- input: DeleteBucketEncryptionCommandInput,
472
- context: __SerdeContext
473
- ) => Promise<__HttpRequest>;
474
- export declare const se_DeleteBucketIntelligentTieringConfigurationCommand: (
475
- input: DeleteBucketIntelligentTieringConfigurationCommandInput,
476
- context: __SerdeContext
477
- ) => Promise<__HttpRequest>;
478
- export declare const se_DeleteBucketInventoryConfigurationCommand: (
479
- input: DeleteBucketInventoryConfigurationCommandInput,
480
- context: __SerdeContext
481
- ) => Promise<__HttpRequest>;
482
- export declare const se_DeleteBucketLifecycleCommand: (
483
- input: DeleteBucketLifecycleCommandInput,
484
- context: __SerdeContext
485
- ) => Promise<__HttpRequest>;
486
- export declare const se_DeleteBucketMetadataConfigurationCommand: (
487
- input: DeleteBucketMetadataConfigurationCommandInput,
488
- context: __SerdeContext
489
- ) => Promise<__HttpRequest>;
490
- export declare const se_DeleteBucketMetadataTableConfigurationCommand: (
491
- input: DeleteBucketMetadataTableConfigurationCommandInput,
492
- context: __SerdeContext
493
- ) => Promise<__HttpRequest>;
494
- export declare const se_DeleteBucketMetricsConfigurationCommand: (
495
- input: DeleteBucketMetricsConfigurationCommandInput,
496
- context: __SerdeContext
497
- ) => Promise<__HttpRequest>;
498
- export declare const se_DeleteBucketOwnershipControlsCommand: (
499
- input: DeleteBucketOwnershipControlsCommandInput,
500
- context: __SerdeContext
501
- ) => Promise<__HttpRequest>;
502
- export declare const se_DeleteBucketPolicyCommand: (
503
- input: DeleteBucketPolicyCommandInput,
504
- context: __SerdeContext
505
- ) => Promise<__HttpRequest>;
506
- export declare const se_DeleteBucketReplicationCommand: (
507
- input: DeleteBucketReplicationCommandInput,
508
- context: __SerdeContext
509
- ) => Promise<__HttpRequest>;
510
- export declare const se_DeleteBucketTaggingCommand: (
511
- input: DeleteBucketTaggingCommandInput,
512
- context: __SerdeContext
513
- ) => Promise<__HttpRequest>;
514
- export declare const se_DeleteBucketWebsiteCommand: (
515
- input: DeleteBucketWebsiteCommandInput,
516
- context: __SerdeContext
517
- ) => Promise<__HttpRequest>;
518
- export declare const se_DeleteObjectCommand: (
519
- input: DeleteObjectCommandInput,
520
- context: __SerdeContext
521
- ) => Promise<__HttpRequest>;
522
- export declare const se_DeleteObjectsCommand: (
523
- input: DeleteObjectsCommandInput,
524
- context: __SerdeContext
525
- ) => Promise<__HttpRequest>;
526
- export declare const se_DeleteObjectTaggingCommand: (
527
- input: DeleteObjectTaggingCommandInput,
528
- context: __SerdeContext
529
- ) => Promise<__HttpRequest>;
530
- export declare const se_DeletePublicAccessBlockCommand: (
531
- input: DeletePublicAccessBlockCommandInput,
532
- context: __SerdeContext
533
- ) => Promise<__HttpRequest>;
534
- export declare const se_GetBucketAccelerateConfigurationCommand: (
535
- input: GetBucketAccelerateConfigurationCommandInput,
536
- context: __SerdeContext
537
- ) => Promise<__HttpRequest>;
538
- export declare const se_GetBucketAclCommand: (
539
- input: GetBucketAclCommandInput,
540
- context: __SerdeContext
541
- ) => Promise<__HttpRequest>;
542
- export declare const se_GetBucketAnalyticsConfigurationCommand: (
543
- input: GetBucketAnalyticsConfigurationCommandInput,
544
- context: __SerdeContext
545
- ) => Promise<__HttpRequest>;
546
- export declare const se_GetBucketCorsCommand: (
547
- input: GetBucketCorsCommandInput,
548
- context: __SerdeContext
549
- ) => Promise<__HttpRequest>;
550
- export declare const se_GetBucketEncryptionCommand: (
551
- input: GetBucketEncryptionCommandInput,
552
- context: __SerdeContext
553
- ) => Promise<__HttpRequest>;
554
- export declare const se_GetBucketIntelligentTieringConfigurationCommand: (
555
- input: GetBucketIntelligentTieringConfigurationCommandInput,
556
- context: __SerdeContext
557
- ) => Promise<__HttpRequest>;
558
- export declare const se_GetBucketInventoryConfigurationCommand: (
559
- input: GetBucketInventoryConfigurationCommandInput,
560
- context: __SerdeContext
561
- ) => Promise<__HttpRequest>;
562
- export declare const se_GetBucketLifecycleConfigurationCommand: (
563
- input: GetBucketLifecycleConfigurationCommandInput,
564
- context: __SerdeContext
565
- ) => Promise<__HttpRequest>;
566
- export declare const se_GetBucketLocationCommand: (
567
- input: GetBucketLocationCommandInput,
568
- context: __SerdeContext
569
- ) => Promise<__HttpRequest>;
570
- export declare const se_GetBucketLoggingCommand: (
571
- input: GetBucketLoggingCommandInput,
572
- context: __SerdeContext
573
- ) => Promise<__HttpRequest>;
574
- export declare const se_GetBucketMetadataConfigurationCommand: (
575
- input: GetBucketMetadataConfigurationCommandInput,
576
- context: __SerdeContext
577
- ) => Promise<__HttpRequest>;
578
- export declare const se_GetBucketMetadataTableConfigurationCommand: (
579
- input: GetBucketMetadataTableConfigurationCommandInput,
580
- context: __SerdeContext
581
- ) => Promise<__HttpRequest>;
582
- export declare const se_GetBucketMetricsConfigurationCommand: (
583
- input: GetBucketMetricsConfigurationCommandInput,
584
- context: __SerdeContext
585
- ) => Promise<__HttpRequest>;
586
- export declare const se_GetBucketNotificationConfigurationCommand: (
587
- input: GetBucketNotificationConfigurationCommandInput,
588
- context: __SerdeContext
589
- ) => Promise<__HttpRequest>;
590
- export declare const se_GetBucketOwnershipControlsCommand: (
591
- input: GetBucketOwnershipControlsCommandInput,
592
- context: __SerdeContext
593
- ) => Promise<__HttpRequest>;
594
- export declare const se_GetBucketPolicyCommand: (
595
- input: GetBucketPolicyCommandInput,
596
- context: __SerdeContext
597
- ) => Promise<__HttpRequest>;
598
- export declare const se_GetBucketPolicyStatusCommand: (
599
- input: GetBucketPolicyStatusCommandInput,
600
- context: __SerdeContext
601
- ) => Promise<__HttpRequest>;
602
- export declare const se_GetBucketReplicationCommand: (
603
- input: GetBucketReplicationCommandInput,
604
- context: __SerdeContext
605
- ) => Promise<__HttpRequest>;
606
- export declare const se_GetBucketRequestPaymentCommand: (
607
- input: GetBucketRequestPaymentCommandInput,
608
- context: __SerdeContext
609
- ) => Promise<__HttpRequest>;
610
- export declare const se_GetBucketTaggingCommand: (
611
- input: GetBucketTaggingCommandInput,
612
- context: __SerdeContext
613
- ) => Promise<__HttpRequest>;
614
- export declare const se_GetBucketVersioningCommand: (
615
- input: GetBucketVersioningCommandInput,
616
- context: __SerdeContext
617
- ) => Promise<__HttpRequest>;
618
- export declare const se_GetBucketWebsiteCommand: (
619
- input: GetBucketWebsiteCommandInput,
620
- context: __SerdeContext
621
- ) => Promise<__HttpRequest>;
622
- export declare const se_GetObjectCommand: (
623
- input: GetObjectCommandInput,
624
- context: __SerdeContext
625
- ) => Promise<__HttpRequest>;
626
- export declare const se_GetObjectAclCommand: (
627
- input: GetObjectAclCommandInput,
628
- context: __SerdeContext
629
- ) => Promise<__HttpRequest>;
630
- export declare const se_GetObjectAttributesCommand: (
631
- input: GetObjectAttributesCommandInput,
632
- context: __SerdeContext
633
- ) => Promise<__HttpRequest>;
634
- export declare const se_GetObjectLegalHoldCommand: (
635
- input: GetObjectLegalHoldCommandInput,
636
- context: __SerdeContext
637
- ) => Promise<__HttpRequest>;
638
- export declare const se_GetObjectLockConfigurationCommand: (
639
- input: GetObjectLockConfigurationCommandInput,
640
- context: __SerdeContext
641
- ) => Promise<__HttpRequest>;
642
- export declare const se_GetObjectRetentionCommand: (
643
- input: GetObjectRetentionCommandInput,
644
- context: __SerdeContext
645
- ) => Promise<__HttpRequest>;
646
- export declare const se_GetObjectTaggingCommand: (
647
- input: GetObjectTaggingCommandInput,
648
- context: __SerdeContext
649
- ) => Promise<__HttpRequest>;
650
- export declare const se_GetObjectTorrentCommand: (
651
- input: GetObjectTorrentCommandInput,
652
- context: __SerdeContext
653
- ) => Promise<__HttpRequest>;
654
- export declare const se_GetPublicAccessBlockCommand: (
655
- input: GetPublicAccessBlockCommandInput,
656
- context: __SerdeContext
657
- ) => Promise<__HttpRequest>;
658
- export declare const se_HeadBucketCommand: (
659
- input: HeadBucketCommandInput,
660
- context: __SerdeContext
661
- ) => Promise<__HttpRequest>;
662
- export declare const se_HeadObjectCommand: (
663
- input: HeadObjectCommandInput,
664
- context: __SerdeContext
665
- ) => Promise<__HttpRequest>;
666
- export declare const se_ListBucketAnalyticsConfigurationsCommand: (
667
- input: ListBucketAnalyticsConfigurationsCommandInput,
668
- context: __SerdeContext
669
- ) => Promise<__HttpRequest>;
670
- export declare const se_ListBucketIntelligentTieringConfigurationsCommand: (
671
- input: ListBucketIntelligentTieringConfigurationsCommandInput,
672
- context: __SerdeContext
673
- ) => Promise<__HttpRequest>;
674
- export declare const se_ListBucketInventoryConfigurationsCommand: (
675
- input: ListBucketInventoryConfigurationsCommandInput,
676
- context: __SerdeContext
677
- ) => Promise<__HttpRequest>;
678
- export declare const se_ListBucketMetricsConfigurationsCommand: (
679
- input: ListBucketMetricsConfigurationsCommandInput,
680
- context: __SerdeContext
681
- ) => Promise<__HttpRequest>;
682
- export declare const se_ListBucketsCommand: (
683
- input: ListBucketsCommandInput,
684
- context: __SerdeContext
685
- ) => Promise<__HttpRequest>;
686
- export declare const se_ListDirectoryBucketsCommand: (
687
- input: ListDirectoryBucketsCommandInput,
688
- context: __SerdeContext
689
- ) => Promise<__HttpRequest>;
690
- export declare const se_ListMultipartUploadsCommand: (
691
- input: ListMultipartUploadsCommandInput,
692
- context: __SerdeContext
693
- ) => Promise<__HttpRequest>;
694
- export declare const se_ListObjectsCommand: (
695
- input: ListObjectsCommandInput,
696
- context: __SerdeContext
697
- ) => Promise<__HttpRequest>;
698
- export declare const se_ListObjectsV2Command: (
699
- input: ListObjectsV2CommandInput,
700
- context: __SerdeContext
701
- ) => Promise<__HttpRequest>;
702
- export declare const se_ListObjectVersionsCommand: (
703
- input: ListObjectVersionsCommandInput,
704
- context: __SerdeContext
705
- ) => Promise<__HttpRequest>;
706
- export declare const se_ListPartsCommand: (
707
- input: ListPartsCommandInput,
708
- context: __SerdeContext
709
- ) => Promise<__HttpRequest>;
710
- export declare const se_PutBucketAccelerateConfigurationCommand: (
711
- input: PutBucketAccelerateConfigurationCommandInput,
712
- context: __SerdeContext
713
- ) => Promise<__HttpRequest>;
714
- export declare const se_PutBucketAclCommand: (
715
- input: PutBucketAclCommandInput,
716
- context: __SerdeContext
717
- ) => Promise<__HttpRequest>;
718
- export declare const se_PutBucketAnalyticsConfigurationCommand: (
719
- input: PutBucketAnalyticsConfigurationCommandInput,
720
- context: __SerdeContext
721
- ) => Promise<__HttpRequest>;
722
- export declare const se_PutBucketCorsCommand: (
723
- input: PutBucketCorsCommandInput,
724
- context: __SerdeContext
725
- ) => Promise<__HttpRequest>;
726
- export declare const se_PutBucketEncryptionCommand: (
727
- input: PutBucketEncryptionCommandInput,
728
- context: __SerdeContext
729
- ) => Promise<__HttpRequest>;
730
- export declare const se_PutBucketIntelligentTieringConfigurationCommand: (
731
- input: PutBucketIntelligentTieringConfigurationCommandInput,
732
- context: __SerdeContext
733
- ) => Promise<__HttpRequest>;
734
- export declare const se_PutBucketInventoryConfigurationCommand: (
735
- input: PutBucketInventoryConfigurationCommandInput,
736
- context: __SerdeContext
737
- ) => Promise<__HttpRequest>;
738
- export declare const se_PutBucketLifecycleConfigurationCommand: (
739
- input: PutBucketLifecycleConfigurationCommandInput,
740
- context: __SerdeContext
741
- ) => Promise<__HttpRequest>;
742
- export declare const se_PutBucketLoggingCommand: (
743
- input: PutBucketLoggingCommandInput,
744
- context: __SerdeContext
745
- ) => Promise<__HttpRequest>;
746
- export declare const se_PutBucketMetricsConfigurationCommand: (
747
- input: PutBucketMetricsConfigurationCommandInput,
748
- context: __SerdeContext
749
- ) => Promise<__HttpRequest>;
750
- export declare const se_PutBucketNotificationConfigurationCommand: (
751
- input: PutBucketNotificationConfigurationCommandInput,
752
- context: __SerdeContext
753
- ) => Promise<__HttpRequest>;
754
- export declare const se_PutBucketOwnershipControlsCommand: (
755
- input: PutBucketOwnershipControlsCommandInput,
756
- context: __SerdeContext
757
- ) => Promise<__HttpRequest>;
758
- export declare const se_PutBucketPolicyCommand: (
759
- input: PutBucketPolicyCommandInput,
760
- context: __SerdeContext
761
- ) => Promise<__HttpRequest>;
762
- export declare const se_PutBucketReplicationCommand: (
763
- input: PutBucketReplicationCommandInput,
764
- context: __SerdeContext
765
- ) => Promise<__HttpRequest>;
766
- export declare const se_PutBucketRequestPaymentCommand: (
767
- input: PutBucketRequestPaymentCommandInput,
768
- context: __SerdeContext
769
- ) => Promise<__HttpRequest>;
770
- export declare const se_PutBucketTaggingCommand: (
771
- input: PutBucketTaggingCommandInput,
772
- context: __SerdeContext
773
- ) => Promise<__HttpRequest>;
774
- export declare const se_PutBucketVersioningCommand: (
775
- input: PutBucketVersioningCommandInput,
776
- context: __SerdeContext
777
- ) => Promise<__HttpRequest>;
778
- export declare const se_PutBucketWebsiteCommand: (
779
- input: PutBucketWebsiteCommandInput,
780
- context: __SerdeContext
781
- ) => Promise<__HttpRequest>;
782
- export declare const se_PutObjectCommand: (
783
- input: PutObjectCommandInput,
784
- context: __SerdeContext
785
- ) => Promise<__HttpRequest>;
786
- export declare const se_PutObjectAclCommand: (
787
- input: PutObjectAclCommandInput,
788
- context: __SerdeContext
789
- ) => Promise<__HttpRequest>;
790
- export declare const se_PutObjectLegalHoldCommand: (
791
- input: PutObjectLegalHoldCommandInput,
792
- context: __SerdeContext
793
- ) => Promise<__HttpRequest>;
794
- export declare const se_PutObjectLockConfigurationCommand: (
795
- input: PutObjectLockConfigurationCommandInput,
796
- context: __SerdeContext
797
- ) => Promise<__HttpRequest>;
798
- export declare const se_PutObjectRetentionCommand: (
799
- input: PutObjectRetentionCommandInput,
800
- context: __SerdeContext
801
- ) => Promise<__HttpRequest>;
802
- export declare const se_PutObjectTaggingCommand: (
803
- input: PutObjectTaggingCommandInput,
804
- context: __SerdeContext
805
- ) => Promise<__HttpRequest>;
806
- export declare const se_PutPublicAccessBlockCommand: (
807
- input: PutPublicAccessBlockCommandInput,
808
- context: __SerdeContext
809
- ) => Promise<__HttpRequest>;
810
- export declare const se_RenameObjectCommand: (
811
- input: RenameObjectCommandInput,
812
- context: __SerdeContext
813
- ) => Promise<__HttpRequest>;
814
- export declare const se_RestoreObjectCommand: (
815
- input: RestoreObjectCommandInput,
816
- context: __SerdeContext
817
- ) => Promise<__HttpRequest>;
818
- export declare const se_SelectObjectContentCommand: (
819
- input: SelectObjectContentCommandInput,
820
- context: __SerdeContext
821
- ) => Promise<__HttpRequest>;
822
- export declare const se_UpdateBucketMetadataInventoryTableConfigurationCommand: (
823
- input: UpdateBucketMetadataInventoryTableConfigurationCommandInput,
824
- context: __SerdeContext
825
- ) => Promise<__HttpRequest>;
826
- export declare const se_UpdateBucketMetadataJournalTableConfigurationCommand: (
827
- input: UpdateBucketMetadataJournalTableConfigurationCommandInput,
828
- context: __SerdeContext
829
- ) => Promise<__HttpRequest>;
830
- export declare const se_UploadPartCommand: (
831
- input: UploadPartCommandInput,
832
- context: __SerdeContext
833
- ) => Promise<__HttpRequest>;
834
- export declare const se_UploadPartCopyCommand: (
835
- input: UploadPartCopyCommandInput,
836
- context: __SerdeContext
837
- ) => Promise<__HttpRequest>;
838
- export declare const se_WriteGetObjectResponseCommand: (
839
- input: WriteGetObjectResponseCommandInput,
840
- context: __SerdeContext
841
- ) => Promise<__HttpRequest>;
842
- export declare const de_AbortMultipartUploadCommand: (
843
- output: __HttpResponse,
844
- context: __SerdeContext
845
- ) => Promise<AbortMultipartUploadCommandOutput>;
846
- export declare const de_CompleteMultipartUploadCommand: (
847
- output: __HttpResponse,
848
- context: __SerdeContext
849
- ) => Promise<CompleteMultipartUploadCommandOutput>;
850
- export declare const de_CopyObjectCommand: (
851
- output: __HttpResponse,
852
- context: __SerdeContext
853
- ) => Promise<CopyObjectCommandOutput>;
854
- export declare const de_CreateBucketCommand: (
855
- output: __HttpResponse,
856
- context: __SerdeContext
857
- ) => Promise<CreateBucketCommandOutput>;
858
- export declare const de_CreateBucketMetadataConfigurationCommand: (
859
- output: __HttpResponse,
860
- context: __SerdeContext
861
- ) => Promise<CreateBucketMetadataConfigurationCommandOutput>;
862
- export declare const de_CreateBucketMetadataTableConfigurationCommand: (
863
- output: __HttpResponse,
864
- context: __SerdeContext
865
- ) => Promise<CreateBucketMetadataTableConfigurationCommandOutput>;
866
- export declare const de_CreateMultipartUploadCommand: (
867
- output: __HttpResponse,
868
- context: __SerdeContext
869
- ) => Promise<CreateMultipartUploadCommandOutput>;
870
- export declare const de_CreateSessionCommand: (
871
- output: __HttpResponse,
872
- context: __SerdeContext
873
- ) => Promise<CreateSessionCommandOutput>;
874
- export declare const de_DeleteBucketCommand: (
875
- output: __HttpResponse,
876
- context: __SerdeContext
877
- ) => Promise<DeleteBucketCommandOutput>;
878
- export declare const de_DeleteBucketAnalyticsConfigurationCommand: (
879
- output: __HttpResponse,
880
- context: __SerdeContext
881
- ) => Promise<DeleteBucketAnalyticsConfigurationCommandOutput>;
882
- export declare const de_DeleteBucketCorsCommand: (
883
- output: __HttpResponse,
884
- context: __SerdeContext
885
- ) => Promise<DeleteBucketCorsCommandOutput>;
886
- export declare const de_DeleteBucketEncryptionCommand: (
887
- output: __HttpResponse,
888
- context: __SerdeContext
889
- ) => Promise<DeleteBucketEncryptionCommandOutput>;
890
- export declare const de_DeleteBucketIntelligentTieringConfigurationCommand: (
891
- output: __HttpResponse,
892
- context: __SerdeContext
893
- ) => Promise<DeleteBucketIntelligentTieringConfigurationCommandOutput>;
894
- export declare const de_DeleteBucketInventoryConfigurationCommand: (
895
- output: __HttpResponse,
896
- context: __SerdeContext
897
- ) => Promise<DeleteBucketInventoryConfigurationCommandOutput>;
898
- export declare const de_DeleteBucketLifecycleCommand: (
899
- output: __HttpResponse,
900
- context: __SerdeContext
901
- ) => Promise<DeleteBucketLifecycleCommandOutput>;
902
- export declare const de_DeleteBucketMetadataConfigurationCommand: (
903
- output: __HttpResponse,
904
- context: __SerdeContext
905
- ) => Promise<DeleteBucketMetadataConfigurationCommandOutput>;
906
- export declare const de_DeleteBucketMetadataTableConfigurationCommand: (
907
- output: __HttpResponse,
908
- context: __SerdeContext
909
- ) => Promise<DeleteBucketMetadataTableConfigurationCommandOutput>;
910
- export declare const de_DeleteBucketMetricsConfigurationCommand: (
911
- output: __HttpResponse,
912
- context: __SerdeContext
913
- ) => Promise<DeleteBucketMetricsConfigurationCommandOutput>;
914
- export declare const de_DeleteBucketOwnershipControlsCommand: (
915
- output: __HttpResponse,
916
- context: __SerdeContext
917
- ) => Promise<DeleteBucketOwnershipControlsCommandOutput>;
918
- export declare const de_DeleteBucketPolicyCommand: (
919
- output: __HttpResponse,
920
- context: __SerdeContext
921
- ) => Promise<DeleteBucketPolicyCommandOutput>;
922
- export declare const de_DeleteBucketReplicationCommand: (
923
- output: __HttpResponse,
924
- context: __SerdeContext
925
- ) => Promise<DeleteBucketReplicationCommandOutput>;
926
- export declare const de_DeleteBucketTaggingCommand: (
927
- output: __HttpResponse,
928
- context: __SerdeContext
929
- ) => Promise<DeleteBucketTaggingCommandOutput>;
930
- export declare const de_DeleteBucketWebsiteCommand: (
931
- output: __HttpResponse,
932
- context: __SerdeContext
933
- ) => Promise<DeleteBucketWebsiteCommandOutput>;
934
- export declare const de_DeleteObjectCommand: (
935
- output: __HttpResponse,
936
- context: __SerdeContext
937
- ) => Promise<DeleteObjectCommandOutput>;
938
- export declare const de_DeleteObjectsCommand: (
939
- output: __HttpResponse,
940
- context: __SerdeContext
941
- ) => Promise<DeleteObjectsCommandOutput>;
942
- export declare const de_DeleteObjectTaggingCommand: (
943
- output: __HttpResponse,
944
- context: __SerdeContext
945
- ) => Promise<DeleteObjectTaggingCommandOutput>;
946
- export declare const de_DeletePublicAccessBlockCommand: (
947
- output: __HttpResponse,
948
- context: __SerdeContext
949
- ) => Promise<DeletePublicAccessBlockCommandOutput>;
950
- export declare const de_GetBucketAccelerateConfigurationCommand: (
951
- output: __HttpResponse,
952
- context: __SerdeContext
953
- ) => Promise<GetBucketAccelerateConfigurationCommandOutput>;
954
- export declare const de_GetBucketAclCommand: (
955
- output: __HttpResponse,
956
- context: __SerdeContext
957
- ) => Promise<GetBucketAclCommandOutput>;
958
- export declare const de_GetBucketAnalyticsConfigurationCommand: (
959
- output: __HttpResponse,
960
- context: __SerdeContext
961
- ) => Promise<GetBucketAnalyticsConfigurationCommandOutput>;
962
- export declare const de_GetBucketCorsCommand: (
963
- output: __HttpResponse,
964
- context: __SerdeContext
965
- ) => Promise<GetBucketCorsCommandOutput>;
966
- export declare const de_GetBucketEncryptionCommand: (
967
- output: __HttpResponse,
968
- context: __SerdeContext
969
- ) => Promise<GetBucketEncryptionCommandOutput>;
970
- export declare const de_GetBucketIntelligentTieringConfigurationCommand: (
971
- output: __HttpResponse,
972
- context: __SerdeContext
973
- ) => Promise<GetBucketIntelligentTieringConfigurationCommandOutput>;
974
- export declare const de_GetBucketInventoryConfigurationCommand: (
975
- output: __HttpResponse,
976
- context: __SerdeContext
977
- ) => Promise<GetBucketInventoryConfigurationCommandOutput>;
978
- export declare const de_GetBucketLifecycleConfigurationCommand: (
979
- output: __HttpResponse,
980
- context: __SerdeContext
981
- ) => Promise<GetBucketLifecycleConfigurationCommandOutput>;
982
- export declare const de_GetBucketLocationCommand: (
983
- output: __HttpResponse,
984
- context: __SerdeContext
985
- ) => Promise<GetBucketLocationCommandOutput>;
986
- export declare const de_GetBucketLoggingCommand: (
987
- output: __HttpResponse,
988
- context: __SerdeContext
989
- ) => Promise<GetBucketLoggingCommandOutput>;
990
- export declare const de_GetBucketMetadataConfigurationCommand: (
991
- output: __HttpResponse,
992
- context: __SerdeContext
993
- ) => Promise<GetBucketMetadataConfigurationCommandOutput>;
994
- export declare const de_GetBucketMetadataTableConfigurationCommand: (
995
- output: __HttpResponse,
996
- context: __SerdeContext
997
- ) => Promise<GetBucketMetadataTableConfigurationCommandOutput>;
998
- export declare const de_GetBucketMetricsConfigurationCommand: (
999
- output: __HttpResponse,
1000
- context: __SerdeContext
1001
- ) => Promise<GetBucketMetricsConfigurationCommandOutput>;
1002
- export declare const de_GetBucketNotificationConfigurationCommand: (
1003
- output: __HttpResponse,
1004
- context: __SerdeContext
1005
- ) => Promise<GetBucketNotificationConfigurationCommandOutput>;
1006
- export declare const de_GetBucketOwnershipControlsCommand: (
1007
- output: __HttpResponse,
1008
- context: __SerdeContext
1009
- ) => Promise<GetBucketOwnershipControlsCommandOutput>;
1010
- export declare const de_GetBucketPolicyCommand: (
1011
- output: __HttpResponse,
1012
- context: __SerdeContext
1013
- ) => Promise<GetBucketPolicyCommandOutput>;
1014
- export declare const de_GetBucketPolicyStatusCommand: (
1015
- output: __HttpResponse,
1016
- context: __SerdeContext
1017
- ) => Promise<GetBucketPolicyStatusCommandOutput>;
1018
- export declare const de_GetBucketReplicationCommand: (
1019
- output: __HttpResponse,
1020
- context: __SerdeContext
1021
- ) => Promise<GetBucketReplicationCommandOutput>;
1022
- export declare const de_GetBucketRequestPaymentCommand: (
1023
- output: __HttpResponse,
1024
- context: __SerdeContext
1025
- ) => Promise<GetBucketRequestPaymentCommandOutput>;
1026
- export declare const de_GetBucketTaggingCommand: (
1027
- output: __HttpResponse,
1028
- context: __SerdeContext
1029
- ) => Promise<GetBucketTaggingCommandOutput>;
1030
- export declare const de_GetBucketVersioningCommand: (
1031
- output: __HttpResponse,
1032
- context: __SerdeContext
1033
- ) => Promise<GetBucketVersioningCommandOutput>;
1034
- export declare const de_GetBucketWebsiteCommand: (
1035
- output: __HttpResponse,
1036
- context: __SerdeContext
1037
- ) => Promise<GetBucketWebsiteCommandOutput>;
1038
- export declare const de_GetObjectCommand: (
1039
- output: __HttpResponse,
1040
- context: __SerdeContext & __SdkStreamSerdeContext
1041
- ) => Promise<GetObjectCommandOutput>;
1042
- export declare const de_GetObjectAclCommand: (
1043
- output: __HttpResponse,
1044
- context: __SerdeContext
1045
- ) => Promise<GetObjectAclCommandOutput>;
1046
- export declare const de_GetObjectAttributesCommand: (
1047
- output: __HttpResponse,
1048
- context: __SerdeContext
1049
- ) => Promise<GetObjectAttributesCommandOutput>;
1050
- export declare const de_GetObjectLegalHoldCommand: (
1051
- output: __HttpResponse,
1052
- context: __SerdeContext
1053
- ) => Promise<GetObjectLegalHoldCommandOutput>;
1054
- export declare const de_GetObjectLockConfigurationCommand: (
1055
- output: __HttpResponse,
1056
- context: __SerdeContext
1057
- ) => Promise<GetObjectLockConfigurationCommandOutput>;
1058
- export declare const de_GetObjectRetentionCommand: (
1059
- output: __HttpResponse,
1060
- context: __SerdeContext
1061
- ) => Promise<GetObjectRetentionCommandOutput>;
1062
- export declare const de_GetObjectTaggingCommand: (
1063
- output: __HttpResponse,
1064
- context: __SerdeContext
1065
- ) => Promise<GetObjectTaggingCommandOutput>;
1066
- export declare const de_GetObjectTorrentCommand: (
1067
- output: __HttpResponse,
1068
- context: __SerdeContext & __SdkStreamSerdeContext
1069
- ) => Promise<GetObjectTorrentCommandOutput>;
1070
- export declare const de_GetPublicAccessBlockCommand: (
1071
- output: __HttpResponse,
1072
- context: __SerdeContext
1073
- ) => Promise<GetPublicAccessBlockCommandOutput>;
1074
- export declare const de_HeadBucketCommand: (
1075
- output: __HttpResponse,
1076
- context: __SerdeContext
1077
- ) => Promise<HeadBucketCommandOutput>;
1078
- export declare const de_HeadObjectCommand: (
1079
- output: __HttpResponse,
1080
- context: __SerdeContext
1081
- ) => Promise<HeadObjectCommandOutput>;
1082
- export declare const de_ListBucketAnalyticsConfigurationsCommand: (
1083
- output: __HttpResponse,
1084
- context: __SerdeContext
1085
- ) => Promise<ListBucketAnalyticsConfigurationsCommandOutput>;
1086
- export declare const de_ListBucketIntelligentTieringConfigurationsCommand: (
1087
- output: __HttpResponse,
1088
- context: __SerdeContext
1089
- ) => Promise<ListBucketIntelligentTieringConfigurationsCommandOutput>;
1090
- export declare const de_ListBucketInventoryConfigurationsCommand: (
1091
- output: __HttpResponse,
1092
- context: __SerdeContext
1093
- ) => Promise<ListBucketInventoryConfigurationsCommandOutput>;
1094
- export declare const de_ListBucketMetricsConfigurationsCommand: (
1095
- output: __HttpResponse,
1096
- context: __SerdeContext
1097
- ) => Promise<ListBucketMetricsConfigurationsCommandOutput>;
1098
- export declare const de_ListBucketsCommand: (
1099
- output: __HttpResponse,
1100
- context: __SerdeContext
1101
- ) => Promise<ListBucketsCommandOutput>;
1102
- export declare const de_ListDirectoryBucketsCommand: (
1103
- output: __HttpResponse,
1104
- context: __SerdeContext
1105
- ) => Promise<ListDirectoryBucketsCommandOutput>;
1106
- export declare const de_ListMultipartUploadsCommand: (
1107
- output: __HttpResponse,
1108
- context: __SerdeContext
1109
- ) => Promise<ListMultipartUploadsCommandOutput>;
1110
- export declare const de_ListObjectsCommand: (
1111
- output: __HttpResponse,
1112
- context: __SerdeContext
1113
- ) => Promise<ListObjectsCommandOutput>;
1114
- export declare const de_ListObjectsV2Command: (
1115
- output: __HttpResponse,
1116
- context: __SerdeContext
1117
- ) => Promise<ListObjectsV2CommandOutput>;
1118
- export declare const de_ListObjectVersionsCommand: (
1119
- output: __HttpResponse,
1120
- context: __SerdeContext
1121
- ) => Promise<ListObjectVersionsCommandOutput>;
1122
- export declare const de_ListPartsCommand: (
1123
- output: __HttpResponse,
1124
- context: __SerdeContext
1125
- ) => Promise<ListPartsCommandOutput>;
1126
- export declare const de_PutBucketAccelerateConfigurationCommand: (
1127
- output: __HttpResponse,
1128
- context: __SerdeContext
1129
- ) => Promise<PutBucketAccelerateConfigurationCommandOutput>;
1130
- export declare const de_PutBucketAclCommand: (
1131
- output: __HttpResponse,
1132
- context: __SerdeContext
1133
- ) => Promise<PutBucketAclCommandOutput>;
1134
- export declare const de_PutBucketAnalyticsConfigurationCommand: (
1135
- output: __HttpResponse,
1136
- context: __SerdeContext
1137
- ) => Promise<PutBucketAnalyticsConfigurationCommandOutput>;
1138
- export declare const de_PutBucketCorsCommand: (
1139
- output: __HttpResponse,
1140
- context: __SerdeContext
1141
- ) => Promise<PutBucketCorsCommandOutput>;
1142
- export declare const de_PutBucketEncryptionCommand: (
1143
- output: __HttpResponse,
1144
- context: __SerdeContext
1145
- ) => Promise<PutBucketEncryptionCommandOutput>;
1146
- export declare const de_PutBucketIntelligentTieringConfigurationCommand: (
1147
- output: __HttpResponse,
1148
- context: __SerdeContext
1149
- ) => Promise<PutBucketIntelligentTieringConfigurationCommandOutput>;
1150
- export declare const de_PutBucketInventoryConfigurationCommand: (
1151
- output: __HttpResponse,
1152
- context: __SerdeContext
1153
- ) => Promise<PutBucketInventoryConfigurationCommandOutput>;
1154
- export declare const de_PutBucketLifecycleConfigurationCommand: (
1155
- output: __HttpResponse,
1156
- context: __SerdeContext
1157
- ) => Promise<PutBucketLifecycleConfigurationCommandOutput>;
1158
- export declare const de_PutBucketLoggingCommand: (
1159
- output: __HttpResponse,
1160
- context: __SerdeContext
1161
- ) => Promise<PutBucketLoggingCommandOutput>;
1162
- export declare const de_PutBucketMetricsConfigurationCommand: (
1163
- output: __HttpResponse,
1164
- context: __SerdeContext
1165
- ) => Promise<PutBucketMetricsConfigurationCommandOutput>;
1166
- export declare const de_PutBucketNotificationConfigurationCommand: (
1167
- output: __HttpResponse,
1168
- context: __SerdeContext
1169
- ) => Promise<PutBucketNotificationConfigurationCommandOutput>;
1170
- export declare const de_PutBucketOwnershipControlsCommand: (
1171
- output: __HttpResponse,
1172
- context: __SerdeContext
1173
- ) => Promise<PutBucketOwnershipControlsCommandOutput>;
1174
- export declare const de_PutBucketPolicyCommand: (
1175
- output: __HttpResponse,
1176
- context: __SerdeContext
1177
- ) => Promise<PutBucketPolicyCommandOutput>;
1178
- export declare const de_PutBucketReplicationCommand: (
1179
- output: __HttpResponse,
1180
- context: __SerdeContext
1181
- ) => Promise<PutBucketReplicationCommandOutput>;
1182
- export declare const de_PutBucketRequestPaymentCommand: (
1183
- output: __HttpResponse,
1184
- context: __SerdeContext
1185
- ) => Promise<PutBucketRequestPaymentCommandOutput>;
1186
- export declare const de_PutBucketTaggingCommand: (
1187
- output: __HttpResponse,
1188
- context: __SerdeContext
1189
- ) => Promise<PutBucketTaggingCommandOutput>;
1190
- export declare const de_PutBucketVersioningCommand: (
1191
- output: __HttpResponse,
1192
- context: __SerdeContext
1193
- ) => Promise<PutBucketVersioningCommandOutput>;
1194
- export declare const de_PutBucketWebsiteCommand: (
1195
- output: __HttpResponse,
1196
- context: __SerdeContext
1197
- ) => Promise<PutBucketWebsiteCommandOutput>;
1198
- export declare const de_PutObjectCommand: (
1199
- output: __HttpResponse,
1200
- context: __SerdeContext
1201
- ) => Promise<PutObjectCommandOutput>;
1202
- export declare const de_PutObjectAclCommand: (
1203
- output: __HttpResponse,
1204
- context: __SerdeContext
1205
- ) => Promise<PutObjectAclCommandOutput>;
1206
- export declare const de_PutObjectLegalHoldCommand: (
1207
- output: __HttpResponse,
1208
- context: __SerdeContext
1209
- ) => Promise<PutObjectLegalHoldCommandOutput>;
1210
- export declare const de_PutObjectLockConfigurationCommand: (
1211
- output: __HttpResponse,
1212
- context: __SerdeContext
1213
- ) => Promise<PutObjectLockConfigurationCommandOutput>;
1214
- export declare const de_PutObjectRetentionCommand: (
1215
- output: __HttpResponse,
1216
- context: __SerdeContext
1217
- ) => Promise<PutObjectRetentionCommandOutput>;
1218
- export declare const de_PutObjectTaggingCommand: (
1219
- output: __HttpResponse,
1220
- context: __SerdeContext
1221
- ) => Promise<PutObjectTaggingCommandOutput>;
1222
- export declare const de_PutPublicAccessBlockCommand: (
1223
- output: __HttpResponse,
1224
- context: __SerdeContext
1225
- ) => Promise<PutPublicAccessBlockCommandOutput>;
1226
- export declare const de_RenameObjectCommand: (
1227
- output: __HttpResponse,
1228
- context: __SerdeContext
1229
- ) => Promise<RenameObjectCommandOutput>;
1230
- export declare const de_RestoreObjectCommand: (
1231
- output: __HttpResponse,
1232
- context: __SerdeContext
1233
- ) => Promise<RestoreObjectCommandOutput>;
1234
- export declare const de_SelectObjectContentCommand: (
1235
- output: __HttpResponse,
1236
- context: __SerdeContext & __EventStreamSerdeContext
1237
- ) => Promise<SelectObjectContentCommandOutput>;
1238
- export declare const de_UpdateBucketMetadataInventoryTableConfigurationCommand: (
1239
- output: __HttpResponse,
1240
- context: __SerdeContext
1241
- ) => Promise<UpdateBucketMetadataInventoryTableConfigurationCommandOutput>;
1242
- export declare const de_UpdateBucketMetadataJournalTableConfigurationCommand: (
1243
- output: __HttpResponse,
1244
- context: __SerdeContext
1245
- ) => Promise<UpdateBucketMetadataJournalTableConfigurationCommandOutput>;
1246
- export declare const de_UploadPartCommand: (
1247
- output: __HttpResponse,
1248
- context: __SerdeContext
1249
- ) => Promise<UploadPartCommandOutput>;
1250
- export declare const de_UploadPartCopyCommand: (
1251
- output: __HttpResponse,
1252
- context: __SerdeContext
1253
- ) => Promise<UploadPartCopyCommandOutput>;
1254
- export declare const de_WriteGetObjectResponseCommand: (
1255
- output: __HttpResponse,
1256
- context: __SerdeContext
1257
- ) => Promise<WriteGetObjectResponseCommandOutput>;