aws-sdk-s3 1.132.0 → 1.151.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 (75) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +127 -1
  3. data/VERSION +1 -1
  4. data/lib/aws-sdk-s3/access_grants_credentials.rb +57 -0
  5. data/lib/aws-sdk-s3/access_grants_credentials_provider.rb +241 -0
  6. data/lib/aws-sdk-s3/bucket.rb +424 -81
  7. data/lib/aws-sdk-s3/bucket_acl.rb +9 -9
  8. data/lib/aws-sdk-s3/bucket_cors.rb +12 -12
  9. data/lib/aws-sdk-s3/bucket_lifecycle.rb +12 -12
  10. data/lib/aws-sdk-s3/bucket_lifecycle_configuration.rb +12 -12
  11. data/lib/aws-sdk-s3/bucket_logging.rb +16 -9
  12. data/lib/aws-sdk-s3/bucket_notification.rb +3 -3
  13. data/lib/aws-sdk-s3/bucket_policy.rb +58 -14
  14. data/lib/aws-sdk-s3/bucket_region_cache.rb +9 -5
  15. data/lib/aws-sdk-s3/bucket_request_payment.rb +9 -9
  16. data/lib/aws-sdk-s3/bucket_tagging.rb +12 -12
  17. data/lib/aws-sdk-s3/bucket_versioning.rb +27 -27
  18. data/lib/aws-sdk-s3/bucket_website.rb +12 -12
  19. data/lib/aws-sdk-s3/client.rb +5783 -2608
  20. data/lib/aws-sdk-s3/client_api.rb +114 -18
  21. data/lib/aws-sdk-s3/customizations/errors.rb +15 -2
  22. data/lib/aws-sdk-s3/customizations/object.rb +45 -2
  23. data/lib/aws-sdk-s3/customizations.rb +8 -0
  24. data/lib/aws-sdk-s3/endpoint_parameters.rb +32 -0
  25. data/lib/aws-sdk-s3/endpoint_provider.rb +88 -6
  26. data/lib/aws-sdk-s3/endpoints.rb +440 -0
  27. data/lib/aws-sdk-s3/express_credentials.rb +55 -0
  28. data/lib/aws-sdk-s3/express_credentials_provider.rb +59 -0
  29. data/lib/aws-sdk-s3/file_downloader.rb +119 -24
  30. data/lib/aws-sdk-s3/multipart_file_uploader.rb +4 -4
  31. data/lib/aws-sdk-s3/multipart_stream_uploader.rb +5 -4
  32. data/lib/aws-sdk-s3/multipart_upload.rb +69 -16
  33. data/lib/aws-sdk-s3/multipart_upload_part.rb +160 -35
  34. data/lib/aws-sdk-s3/object.rb +1504 -235
  35. data/lib/aws-sdk-s3/object_acl.rb +29 -15
  36. data/lib/aws-sdk-s3/object_multipart_copier.rb +10 -8
  37. data/lib/aws-sdk-s3/object_summary.rb +1367 -254
  38. data/lib/aws-sdk-s3/object_version.rb +297 -42
  39. data/lib/aws-sdk-s3/plugins/access_grants.rb +108 -0
  40. data/lib/aws-sdk-s3/plugins/endpoints.rb +14 -2
  41. data/lib/aws-sdk-s3/plugins/express_session_auth.rb +91 -0
  42. data/lib/aws-sdk-s3/plugins/location_constraint.rb +3 -1
  43. data/lib/aws-sdk-s3/plugins/md5s.rb +2 -1
  44. data/lib/aws-sdk-s3/plugins/s3_signer.rb +7 -2
  45. data/lib/aws-sdk-s3/presigner.rb +4 -2
  46. data/lib/aws-sdk-s3/resource.rb +83 -11
  47. data/lib/aws-sdk-s3/types.rb +4529 -1361
  48. data/lib/aws-sdk-s3.rb +1 -1
  49. data/sig/bucket.rbs +212 -0
  50. data/sig/bucket_acl.rbs +78 -0
  51. data/sig/bucket_cors.rbs +69 -0
  52. data/sig/bucket_lifecycle.rbs +88 -0
  53. data/sig/bucket_lifecycle_configuration.rbs +111 -0
  54. data/sig/bucket_logging.rbs +76 -0
  55. data/sig/bucket_notification.rbs +114 -0
  56. data/sig/bucket_policy.rbs +59 -0
  57. data/sig/bucket_request_payment.rbs +54 -0
  58. data/sig/bucket_tagging.rbs +65 -0
  59. data/sig/bucket_versioning.rbs +77 -0
  60. data/sig/bucket_website.rbs +93 -0
  61. data/sig/client.rbs +2362 -0
  62. data/sig/customizations/bucket.rbs +19 -0
  63. data/sig/customizations/object.rbs +38 -0
  64. data/sig/customizations/object_summary.rbs +35 -0
  65. data/sig/errors.rbs +34 -0
  66. data/sig/multipart_upload.rbs +110 -0
  67. data/sig/multipart_upload_part.rbs +105 -0
  68. data/sig/object.rbs +436 -0
  69. data/sig/object_acl.rbs +86 -0
  70. data/sig/object_summary.rbs +334 -0
  71. data/sig/object_version.rbs +131 -0
  72. data/sig/resource.rbs +126 -0
  73. data/sig/types.rbs +2562 -0
  74. data/sig/waiters.rbs +83 -0
  75. metadata +43 -11
data/sig/client.rbs ADDED
@@ -0,0 +1,2362 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module S3
10
+ class Client < ::Seahorse::Client::Base
11
+ include ::Aws::ClientStubs
12
+
13
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#initialize-instance_method
14
+ def self.new: (
15
+ ?credentials: untyped,
16
+ ?region: String,
17
+ ?access_grants: bool,
18
+ ?access_grants_credentials_provider: untyped,
19
+ ?access_key_id: String,
20
+ ?active_endpoint_cache: bool,
21
+ ?adaptive_retry_wait_to_fill: bool,
22
+ ?client_side_monitoring: bool,
23
+ ?client_side_monitoring_client_id: String,
24
+ ?client_side_monitoring_host: String,
25
+ ?client_side_monitoring_port: Integer,
26
+ ?client_side_monitoring_publisher: untyped,
27
+ ?compute_checksums: bool,
28
+ ?convert_params: bool,
29
+ ?correct_clock_skew: bool,
30
+ ?defaults_mode: String,
31
+ ?disable_host_prefix_injection: bool,
32
+ ?disable_request_compression: bool,
33
+ ?disable_s3_express_session_auth: bool,
34
+ ?endpoint: String,
35
+ ?endpoint_cache_max_entries: Integer,
36
+ ?endpoint_cache_max_threads: Integer,
37
+ ?endpoint_cache_poll_interval: Integer,
38
+ ?endpoint_discovery: bool,
39
+ ?event_stream_handler: Proc,
40
+ ?express_credentials_provider: untyped,
41
+ ?follow_redirects: bool,
42
+ ?force_path_style: bool,
43
+ ?ignore_configured_endpoint_urls: bool,
44
+ ?input_event_stream_handler: Proc,
45
+ ?log_formatter: untyped,
46
+ ?log_level: Symbol,
47
+ ?logger: untyped,
48
+ ?max_attempts: Integer,
49
+ ?output_event_stream_handler: Proc,
50
+ ?profile: String,
51
+ ?request_min_compression_size_bytes: Integer,
52
+ ?require_https_for_sse_cpk: bool,
53
+ ?retry_backoff: Proc,
54
+ ?retry_base_delay: Float,
55
+ ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
56
+ ?retry_limit: Integer,
57
+ ?retry_max_delay: Integer,
58
+ ?retry_mode: ("legacy" | "standard" | "adaptive"),
59
+ ?s3_disable_multiregion_access_points: bool,
60
+ ?s3_us_east_1_regional_endpoint: String,
61
+ ?s3_use_arn_region: bool,
62
+ ?sdk_ua_app_id: String,
63
+ ?secret_access_key: String,
64
+ ?session_token: String,
65
+ ?stub_responses: untyped,
66
+ ?token_provider: untyped,
67
+ ?use_accelerate_endpoint: bool,
68
+ ?use_dualstack_endpoint: bool,
69
+ ?use_fips_endpoint: bool,
70
+ ?validate_params: bool,
71
+ ?endpoint_provider: untyped,
72
+ ?http_proxy: String,
73
+ ?http_open_timeout: (Float | Integer),
74
+ ?http_read_timeout: (Float | Integer),
75
+ ?http_idle_timeout: (Float | Integer),
76
+ ?http_continue_timeout: (Float | Integer),
77
+ ?ssl_timeout: (Float | Integer | nil),
78
+ ?http_wire_trace: bool,
79
+ ?ssl_verify_peer: bool,
80
+ ?ssl_ca_bundle: String,
81
+ ?ssl_ca_directory: String,
82
+ ?ssl_ca_store: String,
83
+ ?on_chunk_received: Proc,
84
+ ?on_chunk_sent: Proc,
85
+ ?raise_response_errors: bool
86
+ ) -> instance
87
+ | (?Hash[Symbol, untyped]) -> instance
88
+
89
+
90
+ interface _AbortMultipartUploadResponseSuccess
91
+ include ::Seahorse::Client::_ResponseSuccess[Types::AbortMultipartUploadOutput]
92
+ def request_charged: () -> ("requester")
93
+ end
94
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#abort_multipart_upload-instance_method
95
+ def abort_multipart_upload: (
96
+ bucket: ::String,
97
+ key: ::String,
98
+ upload_id: ::String,
99
+ ?request_payer: ("requester"),
100
+ ?expected_bucket_owner: ::String
101
+ ) -> _AbortMultipartUploadResponseSuccess
102
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AbortMultipartUploadResponseSuccess
103
+
104
+ interface _CompleteMultipartUploadResponseSuccess
105
+ include ::Seahorse::Client::_ResponseSuccess[Types::CompleteMultipartUploadOutput]
106
+ def location: () -> ::String
107
+ def bucket: () -> ::String
108
+ def key: () -> ::String
109
+ def expiration: () -> ::String
110
+ def etag: () -> ::String
111
+ def checksum_crc32: () -> ::String
112
+ def checksum_crc32c: () -> ::String
113
+ def checksum_sha1: () -> ::String
114
+ def checksum_sha256: () -> ::String
115
+ def server_side_encryption: () -> ("AES256" | "aws:kms" | "aws:kms:dsse")
116
+ def version_id: () -> ::String
117
+ def ssekms_key_id: () -> ::String
118
+ def bucket_key_enabled: () -> bool
119
+ def request_charged: () -> ("requester")
120
+ end
121
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#complete_multipart_upload-instance_method
122
+ def complete_multipart_upload: (
123
+ bucket: ::String,
124
+ key: ::String,
125
+ ?multipart_upload: {
126
+ parts: Array[
127
+ {
128
+ etag: ::String?,
129
+ checksum_crc32: ::String?,
130
+ checksum_crc32c: ::String?,
131
+ checksum_sha1: ::String?,
132
+ checksum_sha256: ::String?,
133
+ part_number: ::Integer?
134
+ },
135
+ ]?
136
+ },
137
+ upload_id: ::String,
138
+ ?checksum_crc32: ::String,
139
+ ?checksum_crc32c: ::String,
140
+ ?checksum_sha1: ::String,
141
+ ?checksum_sha256: ::String,
142
+ ?request_payer: ("requester"),
143
+ ?expected_bucket_owner: ::String,
144
+ ?sse_customer_algorithm: ::String,
145
+ ?sse_customer_key: ::String,
146
+ ?sse_customer_key_md5: ::String
147
+ ) -> _CompleteMultipartUploadResponseSuccess
148
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CompleteMultipartUploadResponseSuccess
149
+
150
+ interface _CopyObjectResponseSuccess
151
+ include ::Seahorse::Client::_ResponseSuccess[Types::CopyObjectOutput]
152
+ def copy_object_result: () -> Types::CopyObjectResult
153
+ def expiration: () -> ::String
154
+ def copy_source_version_id: () -> ::String
155
+ def version_id: () -> ::String
156
+ def server_side_encryption: () -> ("AES256" | "aws:kms" | "aws:kms:dsse")
157
+ def sse_customer_algorithm: () -> ::String
158
+ def sse_customer_key_md5: () -> ::String
159
+ def ssekms_key_id: () -> ::String
160
+ def ssekms_encryption_context: () -> ::String
161
+ def bucket_key_enabled: () -> bool
162
+ def request_charged: () -> ("requester")
163
+ end
164
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#copy_object-instance_method
165
+ def copy_object: (
166
+ ?acl: ("private" | "public-read" | "public-read-write" | "authenticated-read" | "aws-exec-read" | "bucket-owner-read" | "bucket-owner-full-control"),
167
+ bucket: ::String,
168
+ ?cache_control: ::String,
169
+ ?checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256"),
170
+ ?content_disposition: ::String,
171
+ ?content_encoding: ::String,
172
+ ?content_language: ::String,
173
+ ?content_type: ::String,
174
+ copy_source: ::String,
175
+ ?copy_source_if_match: ::String,
176
+ ?copy_source_if_modified_since: ::Time,
177
+ ?copy_source_if_none_match: ::String,
178
+ ?copy_source_if_unmodified_since: ::Time,
179
+ ?expires: ::Time,
180
+ ?grant_full_control: ::String,
181
+ ?grant_read: ::String,
182
+ ?grant_read_acp: ::String,
183
+ ?grant_write_acp: ::String,
184
+ key: ::String,
185
+ ?metadata: Hash[::String, ::String],
186
+ ?metadata_directive: ("COPY" | "REPLACE"),
187
+ ?tagging_directive: ("COPY" | "REPLACE"),
188
+ ?server_side_encryption: ("AES256" | "aws:kms" | "aws:kms:dsse"),
189
+ ?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE"),
190
+ ?website_redirect_location: ::String,
191
+ ?sse_customer_algorithm: ::String,
192
+ ?sse_customer_key: ::String,
193
+ ?sse_customer_key_md5: ::String,
194
+ ?ssekms_key_id: ::String,
195
+ ?ssekms_encryption_context: ::String,
196
+ ?bucket_key_enabled: bool,
197
+ ?copy_source_sse_customer_algorithm: ::String,
198
+ ?copy_source_sse_customer_key: ::String,
199
+ ?copy_source_sse_customer_key_md5: ::String,
200
+ ?request_payer: ("requester"),
201
+ ?tagging: ::String,
202
+ ?object_lock_mode: ("GOVERNANCE" | "COMPLIANCE"),
203
+ ?object_lock_retain_until_date: ::Time,
204
+ ?object_lock_legal_hold_status: ("ON" | "OFF"),
205
+ ?expected_bucket_owner: ::String,
206
+ ?expected_source_bucket_owner: ::String
207
+ ) -> _CopyObjectResponseSuccess
208
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CopyObjectResponseSuccess
209
+
210
+ interface _CreateBucketResponseSuccess
211
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateBucketOutput]
212
+ def location: () -> ::String
213
+ end
214
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#create_bucket-instance_method
215
+ def create_bucket: (
216
+ ?acl: ("private" | "public-read" | "public-read-write" | "authenticated-read"),
217
+ bucket: ::String,
218
+ ?create_bucket_configuration: {
219
+ location_constraint: ("af-south-1" | "ap-east-1" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "ap-south-1" | "ap-south-2" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ca-central-1" | "cn-north-1" | "cn-northwest-1" | "EU" | "eu-central-1" | "eu-north-1" | "eu-south-1" | "eu-south-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "me-south-1" | "sa-east-1" | "us-east-2" | "us-gov-east-1" | "us-gov-west-1" | "us-west-1" | "us-west-2")?,
220
+ location: {
221
+ type: ("AvailabilityZone")?,
222
+ name: ::String?
223
+ }?,
224
+ bucket: {
225
+ data_redundancy: ("SingleAvailabilityZone")?,
226
+ type: ("Directory")?
227
+ }?
228
+ },
229
+ ?grant_full_control: ::String,
230
+ ?grant_read: ::String,
231
+ ?grant_read_acp: ::String,
232
+ ?grant_write: ::String,
233
+ ?grant_write_acp: ::String,
234
+ ?object_lock_enabled_for_bucket: bool,
235
+ ?object_ownership: ("BucketOwnerPreferred" | "ObjectWriter" | "BucketOwnerEnforced")
236
+ ) -> _CreateBucketResponseSuccess
237
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateBucketResponseSuccess
238
+
239
+ interface _CreateMultipartUploadResponseSuccess
240
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateMultipartUploadOutput]
241
+ def abort_date: () -> ::Time
242
+ def abort_rule_id: () -> ::String
243
+ def bucket: () -> ::String
244
+ def key: () -> ::String
245
+ def upload_id: () -> ::String
246
+ def server_side_encryption: () -> ("AES256" | "aws:kms" | "aws:kms:dsse")
247
+ def sse_customer_algorithm: () -> ::String
248
+ def sse_customer_key_md5: () -> ::String
249
+ def ssekms_key_id: () -> ::String
250
+ def ssekms_encryption_context: () -> ::String
251
+ def bucket_key_enabled: () -> bool
252
+ def request_charged: () -> ("requester")
253
+ def checksum_algorithm: () -> ("CRC32" | "CRC32C" | "SHA1" | "SHA256")
254
+ end
255
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#create_multipart_upload-instance_method
256
+ def create_multipart_upload: (
257
+ ?acl: ("private" | "public-read" | "public-read-write" | "authenticated-read" | "aws-exec-read" | "bucket-owner-read" | "bucket-owner-full-control"),
258
+ bucket: ::String,
259
+ ?cache_control: ::String,
260
+ ?content_disposition: ::String,
261
+ ?content_encoding: ::String,
262
+ ?content_language: ::String,
263
+ ?content_type: ::String,
264
+ ?expires: ::Time,
265
+ ?grant_full_control: ::String,
266
+ ?grant_read: ::String,
267
+ ?grant_read_acp: ::String,
268
+ ?grant_write_acp: ::String,
269
+ key: ::String,
270
+ ?metadata: Hash[::String, ::String],
271
+ ?server_side_encryption: ("AES256" | "aws:kms" | "aws:kms:dsse"),
272
+ ?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE"),
273
+ ?website_redirect_location: ::String,
274
+ ?sse_customer_algorithm: ::String,
275
+ ?sse_customer_key: ::String,
276
+ ?sse_customer_key_md5: ::String,
277
+ ?ssekms_key_id: ::String,
278
+ ?ssekms_encryption_context: ::String,
279
+ ?bucket_key_enabled: bool,
280
+ ?request_payer: ("requester"),
281
+ ?tagging: ::String,
282
+ ?object_lock_mode: ("GOVERNANCE" | "COMPLIANCE"),
283
+ ?object_lock_retain_until_date: ::Time,
284
+ ?object_lock_legal_hold_status: ("ON" | "OFF"),
285
+ ?expected_bucket_owner: ::String,
286
+ ?checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256")
287
+ ) -> _CreateMultipartUploadResponseSuccess
288
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateMultipartUploadResponseSuccess
289
+
290
+ interface _CreateSessionResponseSuccess
291
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateSessionOutput]
292
+ def credentials: () -> Types::SessionCredentials
293
+ end
294
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#create_session-instance_method
295
+ def create_session: (
296
+ ?session_mode: ("ReadOnly" | "ReadWrite"),
297
+ bucket: ::String
298
+ ) -> _CreateSessionResponseSuccess
299
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateSessionResponseSuccess
300
+
301
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#delete_bucket-instance_method
302
+ def delete_bucket: (
303
+ bucket: ::String,
304
+ ?expected_bucket_owner: ::String
305
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
306
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
307
+
308
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#delete_bucket_analytics_configuration-instance_method
309
+ def delete_bucket_analytics_configuration: (
310
+ bucket: ::String,
311
+ id: ::String,
312
+ ?expected_bucket_owner: ::String
313
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
314
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
315
+
316
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#delete_bucket_cors-instance_method
317
+ def delete_bucket_cors: (
318
+ bucket: ::String,
319
+ ?expected_bucket_owner: ::String
320
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
321
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
322
+
323
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#delete_bucket_encryption-instance_method
324
+ def delete_bucket_encryption: (
325
+ bucket: ::String,
326
+ ?expected_bucket_owner: ::String
327
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
328
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
329
+
330
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#delete_bucket_intelligent_tiering_configuration-instance_method
331
+ def delete_bucket_intelligent_tiering_configuration: (
332
+ bucket: ::String,
333
+ id: ::String
334
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
335
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
336
+
337
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#delete_bucket_inventory_configuration-instance_method
338
+ def delete_bucket_inventory_configuration: (
339
+ bucket: ::String,
340
+ id: ::String,
341
+ ?expected_bucket_owner: ::String
342
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
343
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
344
+
345
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#delete_bucket_lifecycle-instance_method
346
+ def delete_bucket_lifecycle: (
347
+ bucket: ::String,
348
+ ?expected_bucket_owner: ::String
349
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
350
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
351
+
352
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#delete_bucket_metrics_configuration-instance_method
353
+ def delete_bucket_metrics_configuration: (
354
+ bucket: ::String,
355
+ id: ::String,
356
+ ?expected_bucket_owner: ::String
357
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
358
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
359
+
360
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#delete_bucket_ownership_controls-instance_method
361
+ def delete_bucket_ownership_controls: (
362
+ bucket: ::String,
363
+ ?expected_bucket_owner: ::String
364
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
365
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
366
+
367
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#delete_bucket_policy-instance_method
368
+ def delete_bucket_policy: (
369
+ bucket: ::String,
370
+ ?expected_bucket_owner: ::String
371
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
372
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
373
+
374
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#delete_bucket_replication-instance_method
375
+ def delete_bucket_replication: (
376
+ bucket: ::String,
377
+ ?expected_bucket_owner: ::String
378
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
379
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
380
+
381
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#delete_bucket_tagging-instance_method
382
+ def delete_bucket_tagging: (
383
+ bucket: ::String,
384
+ ?expected_bucket_owner: ::String
385
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
386
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
387
+
388
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#delete_bucket_website-instance_method
389
+ def delete_bucket_website: (
390
+ bucket: ::String,
391
+ ?expected_bucket_owner: ::String
392
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
393
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
394
+
395
+ interface _DeleteObjectResponseSuccess
396
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteObjectOutput]
397
+ def delete_marker: () -> bool
398
+ def version_id: () -> ::String
399
+ def request_charged: () -> ("requester")
400
+ end
401
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#delete_object-instance_method
402
+ def delete_object: (
403
+ bucket: ::String,
404
+ key: ::String,
405
+ ?mfa: ::String,
406
+ ?version_id: ::String,
407
+ ?request_payer: ("requester"),
408
+ ?bypass_governance_retention: bool,
409
+ ?expected_bucket_owner: ::String
410
+ ) -> _DeleteObjectResponseSuccess
411
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteObjectResponseSuccess
412
+
413
+ interface _DeleteObjectTaggingResponseSuccess
414
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteObjectTaggingOutput]
415
+ def version_id: () -> ::String
416
+ end
417
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#delete_object_tagging-instance_method
418
+ def delete_object_tagging: (
419
+ bucket: ::String,
420
+ key: ::String,
421
+ ?version_id: ::String,
422
+ ?expected_bucket_owner: ::String
423
+ ) -> _DeleteObjectTaggingResponseSuccess
424
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteObjectTaggingResponseSuccess
425
+
426
+ interface _DeleteObjectsResponseSuccess
427
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteObjectsOutput]
428
+ def deleted: () -> ::Array[Types::DeletedObject]
429
+ def request_charged: () -> ("requester")
430
+ def errors: () -> ::Array[Types::Error]
431
+ end
432
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#delete_objects-instance_method
433
+ def delete_objects: (
434
+ bucket: ::String,
435
+ delete: {
436
+ objects: Array[
437
+ {
438
+ key: ::String,
439
+ version_id: ::String?
440
+ },
441
+ ],
442
+ quiet: bool?
443
+ },
444
+ ?mfa: ::String,
445
+ ?request_payer: ("requester"),
446
+ ?bypass_governance_retention: bool,
447
+ ?expected_bucket_owner: ::String,
448
+ ?checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256")
449
+ ) -> _DeleteObjectsResponseSuccess
450
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteObjectsResponseSuccess
451
+
452
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#delete_public_access_block-instance_method
453
+ def delete_public_access_block: (
454
+ bucket: ::String,
455
+ ?expected_bucket_owner: ::String
456
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
457
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
458
+
459
+ interface _GetBucketAccelerateConfigurationResponseSuccess
460
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetBucketAccelerateConfigurationOutput]
461
+ def status: () -> ("Enabled" | "Suspended")
462
+ def request_charged: () -> ("requester")
463
+ end
464
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#get_bucket_accelerate_configuration-instance_method
465
+ def get_bucket_accelerate_configuration: (
466
+ bucket: ::String,
467
+ ?expected_bucket_owner: ::String,
468
+ ?request_payer: ("requester")
469
+ ) -> _GetBucketAccelerateConfigurationResponseSuccess
470
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetBucketAccelerateConfigurationResponseSuccess
471
+
472
+ interface _GetBucketAclResponseSuccess
473
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetBucketAclOutput]
474
+ def owner: () -> Types::Owner
475
+ def grants: () -> ::Array[Types::Grant]
476
+ end
477
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#get_bucket_acl-instance_method
478
+ def get_bucket_acl: (
479
+ bucket: ::String,
480
+ ?expected_bucket_owner: ::String
481
+ ) -> _GetBucketAclResponseSuccess
482
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetBucketAclResponseSuccess
483
+
484
+ interface _GetBucketAnalyticsConfigurationResponseSuccess
485
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetBucketAnalyticsConfigurationOutput]
486
+ def analytics_configuration: () -> Types::AnalyticsConfiguration
487
+ end
488
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#get_bucket_analytics_configuration-instance_method
489
+ def get_bucket_analytics_configuration: (
490
+ bucket: ::String,
491
+ id: ::String,
492
+ ?expected_bucket_owner: ::String
493
+ ) -> _GetBucketAnalyticsConfigurationResponseSuccess
494
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetBucketAnalyticsConfigurationResponseSuccess
495
+
496
+ interface _GetBucketCorsResponseSuccess
497
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetBucketCorsOutput]
498
+ def cors_rules: () -> ::Array[Types::CORSRule]
499
+ end
500
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#get_bucket_cors-instance_method
501
+ def get_bucket_cors: (
502
+ bucket: ::String,
503
+ ?expected_bucket_owner: ::String
504
+ ) -> _GetBucketCorsResponseSuccess
505
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetBucketCorsResponseSuccess
506
+
507
+ interface _GetBucketEncryptionResponseSuccess
508
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetBucketEncryptionOutput]
509
+ def server_side_encryption_configuration: () -> Types::ServerSideEncryptionConfiguration
510
+ end
511
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#get_bucket_encryption-instance_method
512
+ def get_bucket_encryption: (
513
+ bucket: ::String,
514
+ ?expected_bucket_owner: ::String
515
+ ) -> _GetBucketEncryptionResponseSuccess
516
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetBucketEncryptionResponseSuccess
517
+
518
+ interface _GetBucketIntelligentTieringConfigurationResponseSuccess
519
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetBucketIntelligentTieringConfigurationOutput]
520
+ def intelligent_tiering_configuration: () -> Types::IntelligentTieringConfiguration
521
+ end
522
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#get_bucket_intelligent_tiering_configuration-instance_method
523
+ def get_bucket_intelligent_tiering_configuration: (
524
+ bucket: ::String,
525
+ id: ::String
526
+ ) -> _GetBucketIntelligentTieringConfigurationResponseSuccess
527
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetBucketIntelligentTieringConfigurationResponseSuccess
528
+
529
+ interface _GetBucketInventoryConfigurationResponseSuccess
530
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetBucketInventoryConfigurationOutput]
531
+ def inventory_configuration: () -> Types::InventoryConfiguration
532
+ end
533
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#get_bucket_inventory_configuration-instance_method
534
+ def get_bucket_inventory_configuration: (
535
+ bucket: ::String,
536
+ id: ::String,
537
+ ?expected_bucket_owner: ::String
538
+ ) -> _GetBucketInventoryConfigurationResponseSuccess
539
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetBucketInventoryConfigurationResponseSuccess
540
+
541
+ interface _GetBucketLifecycleResponseSuccess
542
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetBucketLifecycleOutput]
543
+ def rules: () -> ::Array[Types::Rule]
544
+ end
545
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#get_bucket_lifecycle-instance_method
546
+ def get_bucket_lifecycle: (
547
+ bucket: ::String,
548
+ ?expected_bucket_owner: ::String
549
+ ) -> _GetBucketLifecycleResponseSuccess
550
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetBucketLifecycleResponseSuccess
551
+
552
+ interface _GetBucketLifecycleConfigurationResponseSuccess
553
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetBucketLifecycleConfigurationOutput]
554
+ def rules: () -> ::Array[Types::LifecycleRule]
555
+ end
556
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#get_bucket_lifecycle_configuration-instance_method
557
+ def get_bucket_lifecycle_configuration: (
558
+ bucket: ::String,
559
+ ?expected_bucket_owner: ::String
560
+ ) -> _GetBucketLifecycleConfigurationResponseSuccess
561
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetBucketLifecycleConfigurationResponseSuccess
562
+
563
+ interface _GetBucketLocationResponseSuccess
564
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetBucketLocationOutput]
565
+ def location_constraint: () -> ("af-south-1" | "ap-east-1" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "ap-south-1" | "ap-south-2" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ca-central-1" | "cn-north-1" | "cn-northwest-1" | "EU" | "eu-central-1" | "eu-north-1" | "eu-south-1" | "eu-south-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "me-south-1" | "sa-east-1" | "us-east-2" | "us-gov-east-1" | "us-gov-west-1" | "us-west-1" | "us-west-2")
566
+ end
567
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#get_bucket_location-instance_method
568
+ def get_bucket_location: (
569
+ bucket: ::String,
570
+ ?expected_bucket_owner: ::String
571
+ ) -> _GetBucketLocationResponseSuccess
572
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetBucketLocationResponseSuccess
573
+
574
+ interface _GetBucketLoggingResponseSuccess
575
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetBucketLoggingOutput]
576
+ def logging_enabled: () -> Types::LoggingEnabled
577
+ end
578
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#get_bucket_logging-instance_method
579
+ def get_bucket_logging: (
580
+ bucket: ::String,
581
+ ?expected_bucket_owner: ::String
582
+ ) -> _GetBucketLoggingResponseSuccess
583
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetBucketLoggingResponseSuccess
584
+
585
+ interface _GetBucketMetricsConfigurationResponseSuccess
586
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetBucketMetricsConfigurationOutput]
587
+ def metrics_configuration: () -> Types::MetricsConfiguration
588
+ end
589
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#get_bucket_metrics_configuration-instance_method
590
+ def get_bucket_metrics_configuration: (
591
+ bucket: ::String,
592
+ id: ::String,
593
+ ?expected_bucket_owner: ::String
594
+ ) -> _GetBucketMetricsConfigurationResponseSuccess
595
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetBucketMetricsConfigurationResponseSuccess
596
+
597
+ interface _GetBucketNotificationResponseSuccess
598
+ include ::Seahorse::Client::_ResponseSuccess[Types::NotificationConfigurationDeprecated]
599
+ def topic_configuration: () -> Types::TopicConfigurationDeprecated
600
+ def queue_configuration: () -> Types::QueueConfigurationDeprecated
601
+ def cloud_function_configuration: () -> Types::CloudFunctionConfiguration
602
+ end
603
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#get_bucket_notification-instance_method
604
+ def get_bucket_notification: (
605
+ bucket: ::String,
606
+ ?expected_bucket_owner: ::String
607
+ ) -> _GetBucketNotificationResponseSuccess
608
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetBucketNotificationResponseSuccess
609
+
610
+ interface _GetBucketNotificationConfigurationResponseSuccess
611
+ include ::Seahorse::Client::_ResponseSuccess[Types::NotificationConfiguration]
612
+ def topic_configurations: () -> ::Array[Types::TopicConfiguration]
613
+ def queue_configurations: () -> ::Array[Types::QueueConfiguration]
614
+ def lambda_function_configurations: () -> ::Array[Types::LambdaFunctionConfiguration]
615
+ def event_bridge_configuration: () -> Types::EventBridgeConfiguration
616
+ end
617
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#get_bucket_notification_configuration-instance_method
618
+ def get_bucket_notification_configuration: (
619
+ bucket: ::String,
620
+ ?expected_bucket_owner: ::String
621
+ ) -> _GetBucketNotificationConfigurationResponseSuccess
622
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetBucketNotificationConfigurationResponseSuccess
623
+
624
+ interface _GetBucketOwnershipControlsResponseSuccess
625
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetBucketOwnershipControlsOutput]
626
+ def ownership_controls: () -> Types::OwnershipControls
627
+ end
628
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#get_bucket_ownership_controls-instance_method
629
+ def get_bucket_ownership_controls: (
630
+ bucket: ::String,
631
+ ?expected_bucket_owner: ::String
632
+ ) -> _GetBucketOwnershipControlsResponseSuccess
633
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetBucketOwnershipControlsResponseSuccess
634
+
635
+ interface _GetBucketPolicyResponseSuccess
636
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetBucketPolicyOutput]
637
+ def policy: () -> ::IO
638
+ end
639
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#get_bucket_policy-instance_method
640
+ def get_bucket_policy: (
641
+ bucket: ::String,
642
+ ?expected_bucket_owner: ::String
643
+ ) ?{ (*untyped) -> void } -> _GetBucketPolicyResponseSuccess
644
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) ?{ (*untyped) -> void } -> _GetBucketPolicyResponseSuccess
645
+
646
+ interface _GetBucketPolicyStatusResponseSuccess
647
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetBucketPolicyStatusOutput]
648
+ def policy_status: () -> Types::PolicyStatus
649
+ end
650
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#get_bucket_policy_status-instance_method
651
+ def get_bucket_policy_status: (
652
+ bucket: ::String,
653
+ ?expected_bucket_owner: ::String
654
+ ) -> _GetBucketPolicyStatusResponseSuccess
655
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetBucketPolicyStatusResponseSuccess
656
+
657
+ interface _GetBucketReplicationResponseSuccess
658
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetBucketReplicationOutput]
659
+ def replication_configuration: () -> Types::ReplicationConfiguration
660
+ end
661
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#get_bucket_replication-instance_method
662
+ def get_bucket_replication: (
663
+ bucket: ::String,
664
+ ?expected_bucket_owner: ::String
665
+ ) -> _GetBucketReplicationResponseSuccess
666
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetBucketReplicationResponseSuccess
667
+
668
+ interface _GetBucketRequestPaymentResponseSuccess
669
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetBucketRequestPaymentOutput]
670
+ def payer: () -> ("Requester" | "BucketOwner")
671
+ end
672
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#get_bucket_request_payment-instance_method
673
+ def get_bucket_request_payment: (
674
+ bucket: ::String,
675
+ ?expected_bucket_owner: ::String
676
+ ) -> _GetBucketRequestPaymentResponseSuccess
677
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetBucketRequestPaymentResponseSuccess
678
+
679
+ interface _GetBucketTaggingResponseSuccess
680
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetBucketTaggingOutput]
681
+ def tag_set: () -> ::Array[Types::Tag]
682
+ end
683
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#get_bucket_tagging-instance_method
684
+ def get_bucket_tagging: (
685
+ bucket: ::String,
686
+ ?expected_bucket_owner: ::String
687
+ ) -> _GetBucketTaggingResponseSuccess
688
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetBucketTaggingResponseSuccess
689
+
690
+ interface _GetBucketVersioningResponseSuccess
691
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetBucketVersioningOutput]
692
+ def status: () -> ("Enabled" | "Suspended")
693
+ def mfa_delete: () -> ("Enabled" | "Disabled")
694
+ end
695
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#get_bucket_versioning-instance_method
696
+ def get_bucket_versioning: (
697
+ bucket: ::String,
698
+ ?expected_bucket_owner: ::String
699
+ ) -> _GetBucketVersioningResponseSuccess
700
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetBucketVersioningResponseSuccess
701
+
702
+ interface _GetBucketWebsiteResponseSuccess
703
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetBucketWebsiteOutput]
704
+ def redirect_all_requests_to: () -> Types::RedirectAllRequestsTo
705
+ def index_document: () -> Types::IndexDocument
706
+ def error_document: () -> Types::ErrorDocument
707
+ def routing_rules: () -> ::Array[Types::RoutingRule]
708
+ end
709
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#get_bucket_website-instance_method
710
+ def get_bucket_website: (
711
+ bucket: ::String,
712
+ ?expected_bucket_owner: ::String
713
+ ) -> _GetBucketWebsiteResponseSuccess
714
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetBucketWebsiteResponseSuccess
715
+
716
+ interface _GetObjectResponseSuccess
717
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetObjectOutput]
718
+ def body: () -> ::IO
719
+ def delete_marker: () -> bool
720
+ def accept_ranges: () -> ::String
721
+ def expiration: () -> ::String
722
+ def restore: () -> ::String
723
+ def last_modified: () -> ::Time
724
+ def content_length: () -> ::Integer
725
+ def etag: () -> ::String
726
+ def checksum_crc32: () -> ::String
727
+ def checksum_crc32c: () -> ::String
728
+ def checksum_sha1: () -> ::String
729
+ def checksum_sha256: () -> ::String
730
+ def missing_meta: () -> ::Integer
731
+ def version_id: () -> ::String
732
+ def cache_control: () -> ::String
733
+ def content_disposition: () -> ::String
734
+ def content_encoding: () -> ::String
735
+ def content_language: () -> ::String
736
+ def content_range: () -> ::String
737
+ def content_type: () -> ::String
738
+ def expires: () -> ::Time
739
+ def expires_string: () -> ::String
740
+ def website_redirect_location: () -> ::String
741
+ def server_side_encryption: () -> ("AES256" | "aws:kms" | "aws:kms:dsse")
742
+ def metadata: () -> ::Hash[::String, ::String]
743
+ def sse_customer_algorithm: () -> ::String
744
+ def sse_customer_key_md5: () -> ::String
745
+ def ssekms_key_id: () -> ::String
746
+ def bucket_key_enabled: () -> bool
747
+ def storage_class: () -> ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE")
748
+ def request_charged: () -> ("requester")
749
+ def replication_status: () -> ("COMPLETE" | "PENDING" | "FAILED" | "REPLICA" | "COMPLETED")
750
+ def parts_count: () -> ::Integer
751
+ def tag_count: () -> ::Integer
752
+ def object_lock_mode: () -> ("GOVERNANCE" | "COMPLIANCE")
753
+ def object_lock_retain_until_date: () -> ::Time
754
+ def object_lock_legal_hold_status: () -> ("ON" | "OFF")
755
+ end
756
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#get_object-instance_method
757
+ def get_object: (
758
+ bucket: ::String,
759
+ ?if_match: ::String,
760
+ ?if_modified_since: ::Time,
761
+ ?if_none_match: ::String,
762
+ ?if_unmodified_since: ::Time,
763
+ key: ::String,
764
+ ?range: ::String,
765
+ ?response_cache_control: ::String,
766
+ ?response_content_disposition: ::String,
767
+ ?response_content_encoding: ::String,
768
+ ?response_content_language: ::String,
769
+ ?response_content_type: ::String,
770
+ ?response_expires: ::Time,
771
+ ?version_id: ::String,
772
+ ?sse_customer_algorithm: ::String,
773
+ ?sse_customer_key: ::String,
774
+ ?sse_customer_key_md5: ::String,
775
+ ?request_payer: ("requester"),
776
+ ?part_number: ::Integer,
777
+ ?expected_bucket_owner: ::String,
778
+ ?checksum_mode: ("ENABLED")
779
+ ) ?{ (*untyped) -> void } -> _GetObjectResponseSuccess
780
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) ?{ (*untyped) -> void } -> _GetObjectResponseSuccess
781
+
782
+ interface _GetObjectAclResponseSuccess
783
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetObjectAclOutput]
784
+ def owner: () -> Types::Owner
785
+ def grants: () -> ::Array[Types::Grant]
786
+ def request_charged: () -> ("requester")
787
+ end
788
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#get_object_acl-instance_method
789
+ def get_object_acl: (
790
+ bucket: ::String,
791
+ key: ::String,
792
+ ?version_id: ::String,
793
+ ?request_payer: ("requester"),
794
+ ?expected_bucket_owner: ::String
795
+ ) -> _GetObjectAclResponseSuccess
796
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetObjectAclResponseSuccess
797
+
798
+ interface _GetObjectAttributesResponseSuccess
799
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetObjectAttributesOutput]
800
+ def delete_marker: () -> bool
801
+ def last_modified: () -> ::Time
802
+ def version_id: () -> ::String
803
+ def request_charged: () -> ("requester")
804
+ def etag: () -> ::String
805
+ def checksum: () -> Types::Checksum
806
+ def object_parts: () -> Types::GetObjectAttributesParts
807
+ def storage_class: () -> ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE")
808
+ def object_size: () -> ::Integer
809
+ end
810
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#get_object_attributes-instance_method
811
+ def get_object_attributes: (
812
+ bucket: ::String,
813
+ key: ::String,
814
+ ?version_id: ::String,
815
+ ?max_parts: ::Integer,
816
+ ?part_number_marker: ::Integer,
817
+ ?sse_customer_algorithm: ::String,
818
+ ?sse_customer_key: ::String,
819
+ ?sse_customer_key_md5: ::String,
820
+ ?request_payer: ("requester"),
821
+ ?expected_bucket_owner: ::String,
822
+ object_attributes: Array[("ETag" | "Checksum" | "ObjectParts" | "StorageClass" | "ObjectSize")]
823
+ ) -> _GetObjectAttributesResponseSuccess
824
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetObjectAttributesResponseSuccess
825
+
826
+ interface _GetObjectLegalHoldResponseSuccess
827
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetObjectLegalHoldOutput]
828
+ def legal_hold: () -> Types::ObjectLockLegalHold
829
+ end
830
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#get_object_legal_hold-instance_method
831
+ def get_object_legal_hold: (
832
+ bucket: ::String,
833
+ key: ::String,
834
+ ?version_id: ::String,
835
+ ?request_payer: ("requester"),
836
+ ?expected_bucket_owner: ::String
837
+ ) -> _GetObjectLegalHoldResponseSuccess
838
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetObjectLegalHoldResponseSuccess
839
+
840
+ interface _GetObjectLockConfigurationResponseSuccess
841
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetObjectLockConfigurationOutput]
842
+ def object_lock_configuration: () -> Types::ObjectLockConfiguration
843
+ end
844
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#get_object_lock_configuration-instance_method
845
+ def get_object_lock_configuration: (
846
+ bucket: ::String,
847
+ ?expected_bucket_owner: ::String
848
+ ) -> _GetObjectLockConfigurationResponseSuccess
849
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetObjectLockConfigurationResponseSuccess
850
+
851
+ interface _GetObjectRetentionResponseSuccess
852
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetObjectRetentionOutput]
853
+ def retention: () -> Types::ObjectLockRetention
854
+ end
855
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#get_object_retention-instance_method
856
+ def get_object_retention: (
857
+ bucket: ::String,
858
+ key: ::String,
859
+ ?version_id: ::String,
860
+ ?request_payer: ("requester"),
861
+ ?expected_bucket_owner: ::String
862
+ ) -> _GetObjectRetentionResponseSuccess
863
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetObjectRetentionResponseSuccess
864
+
865
+ interface _GetObjectTaggingResponseSuccess
866
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetObjectTaggingOutput]
867
+ def version_id: () -> ::String
868
+ def tag_set: () -> ::Array[Types::Tag]
869
+ end
870
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#get_object_tagging-instance_method
871
+ def get_object_tagging: (
872
+ bucket: ::String,
873
+ key: ::String,
874
+ ?version_id: ::String,
875
+ ?expected_bucket_owner: ::String,
876
+ ?request_payer: ("requester")
877
+ ) -> _GetObjectTaggingResponseSuccess
878
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetObjectTaggingResponseSuccess
879
+
880
+ interface _GetObjectTorrentResponseSuccess
881
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetObjectTorrentOutput]
882
+ def body: () -> ::IO
883
+ def request_charged: () -> ("requester")
884
+ end
885
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#get_object_torrent-instance_method
886
+ def get_object_torrent: (
887
+ bucket: ::String,
888
+ key: ::String,
889
+ ?request_payer: ("requester"),
890
+ ?expected_bucket_owner: ::String
891
+ ) ?{ (*untyped) -> void } -> _GetObjectTorrentResponseSuccess
892
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) ?{ (*untyped) -> void } -> _GetObjectTorrentResponseSuccess
893
+
894
+ interface _GetPublicAccessBlockResponseSuccess
895
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetPublicAccessBlockOutput]
896
+ def public_access_block_configuration: () -> Types::PublicAccessBlockConfiguration
897
+ end
898
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#get_public_access_block-instance_method
899
+ def get_public_access_block: (
900
+ bucket: ::String,
901
+ ?expected_bucket_owner: ::String
902
+ ) -> _GetPublicAccessBlockResponseSuccess
903
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetPublicAccessBlockResponseSuccess
904
+
905
+ interface _HeadBucketResponseSuccess
906
+ include ::Seahorse::Client::_ResponseSuccess[Types::HeadBucketOutput]
907
+ def bucket_location_type: () -> ("AvailabilityZone")
908
+ def bucket_location_name: () -> ::String
909
+ def bucket_region: () -> ::String
910
+ def access_point_alias: () -> bool
911
+ end
912
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#head_bucket-instance_method
913
+ def head_bucket: (
914
+ bucket: ::String,
915
+ ?expected_bucket_owner: ::String
916
+ ) -> _HeadBucketResponseSuccess
917
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _HeadBucketResponseSuccess
918
+
919
+ interface _HeadObjectResponseSuccess
920
+ include ::Seahorse::Client::_ResponseSuccess[Types::HeadObjectOutput]
921
+ def delete_marker: () -> bool
922
+ def accept_ranges: () -> ::String
923
+ def expiration: () -> ::String
924
+ def restore: () -> ::String
925
+ def archive_status: () -> ("ARCHIVE_ACCESS" | "DEEP_ARCHIVE_ACCESS")
926
+ def last_modified: () -> ::Time
927
+ def content_length: () -> ::Integer
928
+ def checksum_crc32: () -> ::String
929
+ def checksum_crc32c: () -> ::String
930
+ def checksum_sha1: () -> ::String
931
+ def checksum_sha256: () -> ::String
932
+ def etag: () -> ::String
933
+ def missing_meta: () -> ::Integer
934
+ def version_id: () -> ::String
935
+ def cache_control: () -> ::String
936
+ def content_disposition: () -> ::String
937
+ def content_encoding: () -> ::String
938
+ def content_language: () -> ::String
939
+ def content_type: () -> ::String
940
+ def expires: () -> ::Time
941
+ def expires_string: () -> ::String
942
+ def website_redirect_location: () -> ::String
943
+ def server_side_encryption: () -> ("AES256" | "aws:kms" | "aws:kms:dsse")
944
+ def metadata: () -> ::Hash[::String, ::String]
945
+ def sse_customer_algorithm: () -> ::String
946
+ def sse_customer_key_md5: () -> ::String
947
+ def ssekms_key_id: () -> ::String
948
+ def bucket_key_enabled: () -> bool
949
+ def storage_class: () -> ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE")
950
+ def request_charged: () -> ("requester")
951
+ def replication_status: () -> ("COMPLETE" | "PENDING" | "FAILED" | "REPLICA" | "COMPLETED")
952
+ def parts_count: () -> ::Integer
953
+ def object_lock_mode: () -> ("GOVERNANCE" | "COMPLIANCE")
954
+ def object_lock_retain_until_date: () -> ::Time
955
+ def object_lock_legal_hold_status: () -> ("ON" | "OFF")
956
+ end
957
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#head_object-instance_method
958
+ def head_object: (
959
+ bucket: ::String,
960
+ ?if_match: ::String,
961
+ ?if_modified_since: ::Time,
962
+ ?if_none_match: ::String,
963
+ ?if_unmodified_since: ::Time,
964
+ key: ::String,
965
+ ?range: ::String,
966
+ ?version_id: ::String,
967
+ ?sse_customer_algorithm: ::String,
968
+ ?sse_customer_key: ::String,
969
+ ?sse_customer_key_md5: ::String,
970
+ ?request_payer: ("requester"),
971
+ ?part_number: ::Integer,
972
+ ?expected_bucket_owner: ::String,
973
+ ?checksum_mode: ("ENABLED")
974
+ ) -> _HeadObjectResponseSuccess
975
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _HeadObjectResponseSuccess
976
+
977
+ interface _ListBucketAnalyticsConfigurationsResponseSuccess
978
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListBucketAnalyticsConfigurationsOutput]
979
+ def is_truncated: () -> bool
980
+ def continuation_token: () -> ::String
981
+ def next_continuation_token: () -> ::String
982
+ def analytics_configuration_list: () -> ::Array[Types::AnalyticsConfiguration]
983
+ end
984
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#list_bucket_analytics_configurations-instance_method
985
+ def list_bucket_analytics_configurations: (
986
+ bucket: ::String,
987
+ ?continuation_token: ::String,
988
+ ?expected_bucket_owner: ::String
989
+ ) -> _ListBucketAnalyticsConfigurationsResponseSuccess
990
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListBucketAnalyticsConfigurationsResponseSuccess
991
+
992
+ interface _ListBucketIntelligentTieringConfigurationsResponseSuccess
993
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListBucketIntelligentTieringConfigurationsOutput]
994
+ def is_truncated: () -> bool
995
+ def continuation_token: () -> ::String
996
+ def next_continuation_token: () -> ::String
997
+ def intelligent_tiering_configuration_list: () -> ::Array[Types::IntelligentTieringConfiguration]
998
+ end
999
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#list_bucket_intelligent_tiering_configurations-instance_method
1000
+ def list_bucket_intelligent_tiering_configurations: (
1001
+ bucket: ::String,
1002
+ ?continuation_token: ::String
1003
+ ) -> _ListBucketIntelligentTieringConfigurationsResponseSuccess
1004
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListBucketIntelligentTieringConfigurationsResponseSuccess
1005
+
1006
+ interface _ListBucketInventoryConfigurationsResponseSuccess
1007
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListBucketInventoryConfigurationsOutput]
1008
+ def continuation_token: () -> ::String
1009
+ def inventory_configuration_list: () -> ::Array[Types::InventoryConfiguration]
1010
+ def is_truncated: () -> bool
1011
+ def next_continuation_token: () -> ::String
1012
+ end
1013
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#list_bucket_inventory_configurations-instance_method
1014
+ def list_bucket_inventory_configurations: (
1015
+ bucket: ::String,
1016
+ ?continuation_token: ::String,
1017
+ ?expected_bucket_owner: ::String
1018
+ ) -> _ListBucketInventoryConfigurationsResponseSuccess
1019
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListBucketInventoryConfigurationsResponseSuccess
1020
+
1021
+ interface _ListBucketMetricsConfigurationsResponseSuccess
1022
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListBucketMetricsConfigurationsOutput]
1023
+ def is_truncated: () -> bool
1024
+ def continuation_token: () -> ::String
1025
+ def next_continuation_token: () -> ::String
1026
+ def metrics_configuration_list: () -> ::Array[Types::MetricsConfiguration]
1027
+ end
1028
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#list_bucket_metrics_configurations-instance_method
1029
+ def list_bucket_metrics_configurations: (
1030
+ bucket: ::String,
1031
+ ?continuation_token: ::String,
1032
+ ?expected_bucket_owner: ::String
1033
+ ) -> _ListBucketMetricsConfigurationsResponseSuccess
1034
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListBucketMetricsConfigurationsResponseSuccess
1035
+
1036
+ interface _ListBucketsResponseSuccess
1037
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListBucketsOutput]
1038
+ def buckets: () -> ::Array[Types::Bucket]
1039
+ def owner: () -> Types::Owner
1040
+ end
1041
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#list_buckets-instance_method
1042
+ def list_buckets: () -> _ListBucketsResponseSuccess
1043
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListBucketsResponseSuccess
1044
+
1045
+ interface _ListDirectoryBucketsResponseSuccess
1046
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListDirectoryBucketsOutput]
1047
+ def buckets: () -> ::Array[Types::Bucket]
1048
+ def continuation_token: () -> ::String
1049
+ end
1050
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#list_directory_buckets-instance_method
1051
+ def list_directory_buckets: (
1052
+ ?continuation_token: ::String,
1053
+ ?max_directory_buckets: ::Integer
1054
+ ) -> _ListDirectoryBucketsResponseSuccess
1055
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListDirectoryBucketsResponseSuccess
1056
+
1057
+ interface _ListMultipartUploadsResponseSuccess
1058
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListMultipartUploadsOutput]
1059
+ def bucket: () -> ::String
1060
+ def key_marker: () -> ::String
1061
+ def upload_id_marker: () -> ::String
1062
+ def next_key_marker: () -> ::String
1063
+ def prefix: () -> ::String
1064
+ def delimiter: () -> ::String
1065
+ def next_upload_id_marker: () -> ::String
1066
+ def max_uploads: () -> ::Integer
1067
+ def is_truncated: () -> bool
1068
+ def uploads: () -> ::Array[Types::MultipartUpload]
1069
+ def common_prefixes: () -> ::Array[Types::CommonPrefix]
1070
+ def encoding_type: () -> ("url")
1071
+ def request_charged: () -> ("requester")
1072
+ end
1073
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#list_multipart_uploads-instance_method
1074
+ def list_multipart_uploads: (
1075
+ bucket: ::String,
1076
+ ?delimiter: ::String,
1077
+ ?encoding_type: ("url"),
1078
+ ?key_marker: ::String,
1079
+ ?max_uploads: ::Integer,
1080
+ ?prefix: ::String,
1081
+ ?upload_id_marker: ::String,
1082
+ ?expected_bucket_owner: ::String,
1083
+ ?request_payer: ("requester")
1084
+ ) -> _ListMultipartUploadsResponseSuccess
1085
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListMultipartUploadsResponseSuccess
1086
+
1087
+ interface _ListObjectVersionsResponseSuccess
1088
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListObjectVersionsOutput]
1089
+ def is_truncated: () -> bool
1090
+ def key_marker: () -> ::String
1091
+ def version_id_marker: () -> ::String
1092
+ def next_key_marker: () -> ::String
1093
+ def next_version_id_marker: () -> ::String
1094
+ def versions: () -> ::Array[Types::ObjectVersion]
1095
+ def delete_markers: () -> ::Array[Types::DeleteMarkerEntry]
1096
+ def name: () -> ::String
1097
+ def prefix: () -> ::String
1098
+ def delimiter: () -> ::String
1099
+ def max_keys: () -> ::Integer
1100
+ def common_prefixes: () -> ::Array[Types::CommonPrefix]
1101
+ def encoding_type: () -> ("url")
1102
+ def request_charged: () -> ("requester")
1103
+ end
1104
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#list_object_versions-instance_method
1105
+ def list_object_versions: (
1106
+ bucket: ::String,
1107
+ ?delimiter: ::String,
1108
+ ?encoding_type: ("url"),
1109
+ ?key_marker: ::String,
1110
+ ?max_keys: ::Integer,
1111
+ ?prefix: ::String,
1112
+ ?version_id_marker: ::String,
1113
+ ?expected_bucket_owner: ::String,
1114
+ ?request_payer: ("requester"),
1115
+ ?optional_object_attributes: Array[("RestoreStatus")]
1116
+ ) -> _ListObjectVersionsResponseSuccess
1117
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListObjectVersionsResponseSuccess
1118
+
1119
+ interface _ListObjectsResponseSuccess
1120
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListObjectsOutput]
1121
+ def is_truncated: () -> bool
1122
+ def marker: () -> ::String
1123
+ def next_marker: () -> ::String
1124
+ def contents: () -> ::Array[Types::Object]
1125
+ def name: () -> ::String
1126
+ def prefix: () -> ::String
1127
+ def delimiter: () -> ::String
1128
+ def max_keys: () -> ::Integer
1129
+ def common_prefixes: () -> ::Array[Types::CommonPrefix]
1130
+ def encoding_type: () -> ("url")
1131
+ def request_charged: () -> ("requester")
1132
+ end
1133
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#list_objects-instance_method
1134
+ def list_objects: (
1135
+ bucket: ::String,
1136
+ ?delimiter: ::String,
1137
+ ?encoding_type: ("url"),
1138
+ ?marker: ::String,
1139
+ ?max_keys: ::Integer,
1140
+ ?prefix: ::String,
1141
+ ?request_payer: ("requester"),
1142
+ ?expected_bucket_owner: ::String,
1143
+ ?optional_object_attributes: Array[("RestoreStatus")]
1144
+ ) -> _ListObjectsResponseSuccess
1145
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListObjectsResponseSuccess
1146
+
1147
+ interface _ListObjectsV2ResponseSuccess
1148
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListObjectsV2Output]
1149
+ def is_truncated: () -> bool
1150
+ def contents: () -> ::Array[Types::Object]
1151
+ def name: () -> ::String
1152
+ def prefix: () -> ::String
1153
+ def delimiter: () -> ::String
1154
+ def max_keys: () -> ::Integer
1155
+ def common_prefixes: () -> ::Array[Types::CommonPrefix]
1156
+ def encoding_type: () -> ("url")
1157
+ def key_count: () -> ::Integer
1158
+ def continuation_token: () -> ::String
1159
+ def next_continuation_token: () -> ::String
1160
+ def start_after: () -> ::String
1161
+ def request_charged: () -> ("requester")
1162
+ end
1163
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#list_objects_v2-instance_method
1164
+ def list_objects_v2: (
1165
+ bucket: ::String,
1166
+ ?delimiter: ::String,
1167
+ ?encoding_type: ("url"),
1168
+ ?max_keys: ::Integer,
1169
+ ?prefix: ::String,
1170
+ ?continuation_token: ::String,
1171
+ ?fetch_owner: bool,
1172
+ ?start_after: ::String,
1173
+ ?request_payer: ("requester"),
1174
+ ?expected_bucket_owner: ::String,
1175
+ ?optional_object_attributes: Array[("RestoreStatus")]
1176
+ ) -> _ListObjectsV2ResponseSuccess
1177
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListObjectsV2ResponseSuccess
1178
+
1179
+ interface _ListPartsResponseSuccess
1180
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListPartsOutput]
1181
+ def abort_date: () -> ::Time
1182
+ def abort_rule_id: () -> ::String
1183
+ def bucket: () -> ::String
1184
+ def key: () -> ::String
1185
+ def upload_id: () -> ::String
1186
+ def part_number_marker: () -> ::Integer
1187
+ def next_part_number_marker: () -> ::Integer
1188
+ def max_parts: () -> ::Integer
1189
+ def is_truncated: () -> bool
1190
+ def parts: () -> ::Array[Types::Part]
1191
+ def initiator: () -> Types::Initiator
1192
+ def owner: () -> Types::Owner
1193
+ def storage_class: () -> ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE")
1194
+ def request_charged: () -> ("requester")
1195
+ def checksum_algorithm: () -> ("CRC32" | "CRC32C" | "SHA1" | "SHA256")
1196
+ end
1197
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#list_parts-instance_method
1198
+ def list_parts: (
1199
+ bucket: ::String,
1200
+ key: ::String,
1201
+ ?max_parts: ::Integer,
1202
+ ?part_number_marker: ::Integer,
1203
+ upload_id: ::String,
1204
+ ?request_payer: ("requester"),
1205
+ ?expected_bucket_owner: ::String,
1206
+ ?sse_customer_algorithm: ::String,
1207
+ ?sse_customer_key: ::String,
1208
+ ?sse_customer_key_md5: ::String
1209
+ ) -> _ListPartsResponseSuccess
1210
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListPartsResponseSuccess
1211
+
1212
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#put_bucket_accelerate_configuration-instance_method
1213
+ def put_bucket_accelerate_configuration: (
1214
+ bucket: ::String,
1215
+ accelerate_configuration: {
1216
+ status: ("Enabled" | "Suspended")?
1217
+ },
1218
+ ?expected_bucket_owner: ::String,
1219
+ ?checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256")
1220
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1221
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1222
+
1223
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#put_bucket_acl-instance_method
1224
+ def put_bucket_acl: (
1225
+ ?acl: ("private" | "public-read" | "public-read-write" | "authenticated-read"),
1226
+ ?access_control_policy: {
1227
+ grants: Array[
1228
+ {
1229
+ grantee: {
1230
+ display_name: ::String?,
1231
+ email_address: ::String?,
1232
+ id: ::String?,
1233
+ type: ("CanonicalUser" | "AmazonCustomerByEmail" | "Group"),
1234
+ uri: ::String?
1235
+ }?,
1236
+ permission: ("FULL_CONTROL" | "WRITE" | "WRITE_ACP" | "READ" | "READ_ACP")?
1237
+ },
1238
+ ]?,
1239
+ owner: {
1240
+ display_name: ::String?,
1241
+ id: ::String?
1242
+ }?
1243
+ },
1244
+ bucket: ::String,
1245
+ ?content_md5: ::String,
1246
+ ?checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256"),
1247
+ ?grant_full_control: ::String,
1248
+ ?grant_read: ::String,
1249
+ ?grant_read_acp: ::String,
1250
+ ?grant_write: ::String,
1251
+ ?grant_write_acp: ::String,
1252
+ ?expected_bucket_owner: ::String
1253
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1254
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1255
+
1256
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#put_bucket_analytics_configuration-instance_method
1257
+ def put_bucket_analytics_configuration: (
1258
+ bucket: ::String,
1259
+ id: ::String,
1260
+ analytics_configuration: {
1261
+ id: ::String,
1262
+ filter: {
1263
+ prefix: ::String?,
1264
+ tag: {
1265
+ key: ::String,
1266
+ value: ::String
1267
+ }?,
1268
+ and: {
1269
+ prefix: ::String?,
1270
+ tags: Array[
1271
+ {
1272
+ key: ::String,
1273
+ value: ::String
1274
+ },
1275
+ ]?
1276
+ }?
1277
+ }?,
1278
+ storage_class_analysis: {
1279
+ data_export: {
1280
+ output_schema_version: ("V_1"),
1281
+ destination: {
1282
+ s3_bucket_destination: {
1283
+ format: ("CSV"),
1284
+ bucket_account_id: ::String?,
1285
+ bucket: ::String,
1286
+ prefix: ::String?
1287
+ }
1288
+ }
1289
+ }?
1290
+ }
1291
+ },
1292
+ ?expected_bucket_owner: ::String
1293
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1294
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1295
+
1296
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#put_bucket_cors-instance_method
1297
+ def put_bucket_cors: (
1298
+ bucket: ::String,
1299
+ cors_configuration: {
1300
+ cors_rules: Array[
1301
+ {
1302
+ id: ::String?,
1303
+ allowed_headers: Array[::String]?,
1304
+ allowed_methods: Array[::String],
1305
+ allowed_origins: Array[::String],
1306
+ expose_headers: Array[::String]?,
1307
+ max_age_seconds: ::Integer?
1308
+ },
1309
+ ]
1310
+ },
1311
+ ?content_md5: ::String,
1312
+ ?checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256"),
1313
+ ?expected_bucket_owner: ::String
1314
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1315
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1316
+
1317
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#put_bucket_encryption-instance_method
1318
+ def put_bucket_encryption: (
1319
+ bucket: ::String,
1320
+ ?content_md5: ::String,
1321
+ ?checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256"),
1322
+ server_side_encryption_configuration: {
1323
+ rules: Array[
1324
+ {
1325
+ apply_server_side_encryption_by_default: {
1326
+ sse_algorithm: ("AES256" | "aws:kms" | "aws:kms:dsse"),
1327
+ kms_master_key_id: ::String?
1328
+ }?,
1329
+ bucket_key_enabled: bool?
1330
+ },
1331
+ ]
1332
+ },
1333
+ ?expected_bucket_owner: ::String
1334
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1335
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1336
+
1337
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#put_bucket_intelligent_tiering_configuration-instance_method
1338
+ def put_bucket_intelligent_tiering_configuration: (
1339
+ bucket: ::String,
1340
+ id: ::String,
1341
+ intelligent_tiering_configuration: {
1342
+ id: ::String,
1343
+ filter: {
1344
+ prefix: ::String?,
1345
+ tag: {
1346
+ key: ::String,
1347
+ value: ::String
1348
+ }?,
1349
+ and: {
1350
+ prefix: ::String?,
1351
+ tags: Array[
1352
+ {
1353
+ key: ::String,
1354
+ value: ::String
1355
+ },
1356
+ ]?
1357
+ }?
1358
+ }?,
1359
+ status: ("Enabled" | "Disabled"),
1360
+ tierings: Array[
1361
+ {
1362
+ days: ::Integer,
1363
+ access_tier: ("ARCHIVE_ACCESS" | "DEEP_ARCHIVE_ACCESS")
1364
+ },
1365
+ ]
1366
+ }
1367
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1368
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1369
+
1370
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#put_bucket_inventory_configuration-instance_method
1371
+ def put_bucket_inventory_configuration: (
1372
+ bucket: ::String,
1373
+ id: ::String,
1374
+ inventory_configuration: {
1375
+ destination: {
1376
+ s3_bucket_destination: {
1377
+ account_id: ::String?,
1378
+ bucket: ::String,
1379
+ format: ("CSV" | "ORC" | "Parquet"),
1380
+ prefix: ::String?,
1381
+ encryption: {
1382
+ sses3: {
1383
+ }?,
1384
+ ssekms: {
1385
+ key_id: ::String
1386
+ }?
1387
+ }?
1388
+ }
1389
+ },
1390
+ is_enabled: bool,
1391
+ filter: {
1392
+ prefix: ::String
1393
+ }?,
1394
+ id: ::String,
1395
+ included_object_versions: ("All" | "Current"),
1396
+ optional_fields: Array[("Size" | "LastModifiedDate" | "StorageClass" | "ETag" | "IsMultipartUploaded" | "ReplicationStatus" | "EncryptionStatus" | "ObjectLockRetainUntilDate" | "ObjectLockMode" | "ObjectLockLegalHoldStatus" | "IntelligentTieringAccessTier" | "BucketKeyStatus" | "ChecksumAlgorithm" | "ObjectAccessControlList" | "ObjectOwner")]?,
1397
+ schedule: {
1398
+ frequency: ("Daily" | "Weekly")
1399
+ }
1400
+ },
1401
+ ?expected_bucket_owner: ::String
1402
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1403
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1404
+
1405
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#put_bucket_lifecycle-instance_method
1406
+ def put_bucket_lifecycle: (
1407
+ bucket: ::String,
1408
+ ?content_md5: ::String,
1409
+ ?checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256"),
1410
+ ?lifecycle_configuration: {
1411
+ rules: Array[
1412
+ {
1413
+ expiration: {
1414
+ date: ::Time?,
1415
+ days: ::Integer?,
1416
+ expired_object_delete_marker: bool?
1417
+ }?,
1418
+ id: ::String?,
1419
+ prefix: ::String,
1420
+ status: ("Enabled" | "Disabled"),
1421
+ transition: {
1422
+ date: ::Time?,
1423
+ days: ::Integer?,
1424
+ storage_class: ("GLACIER" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "DEEP_ARCHIVE" | "GLACIER_IR")?
1425
+ }?,
1426
+ noncurrent_version_transition: {
1427
+ noncurrent_days: ::Integer?,
1428
+ storage_class: ("GLACIER" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "DEEP_ARCHIVE" | "GLACIER_IR")?,
1429
+ newer_noncurrent_versions: ::Integer?
1430
+ }?,
1431
+ noncurrent_version_expiration: {
1432
+ noncurrent_days: ::Integer?,
1433
+ newer_noncurrent_versions: ::Integer?
1434
+ }?,
1435
+ abort_incomplete_multipart_upload: {
1436
+ days_after_initiation: ::Integer?
1437
+ }?
1438
+ },
1439
+ ]
1440
+ },
1441
+ ?expected_bucket_owner: ::String
1442
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1443
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1444
+
1445
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#put_bucket_lifecycle_configuration-instance_method
1446
+ def put_bucket_lifecycle_configuration: (
1447
+ bucket: ::String,
1448
+ ?checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256"),
1449
+ ?lifecycle_configuration: {
1450
+ rules: Array[
1451
+ {
1452
+ expiration: {
1453
+ date: ::Time?,
1454
+ days: ::Integer?,
1455
+ expired_object_delete_marker: bool?
1456
+ }?,
1457
+ id: ::String?,
1458
+ prefix: ::String?,
1459
+ filter: {
1460
+ prefix: ::String?,
1461
+ tag: {
1462
+ key: ::String,
1463
+ value: ::String
1464
+ }?,
1465
+ object_size_greater_than: ::Integer?,
1466
+ object_size_less_than: ::Integer?,
1467
+ and: {
1468
+ prefix: ::String?,
1469
+ tags: Array[
1470
+ {
1471
+ key: ::String,
1472
+ value: ::String
1473
+ },
1474
+ ]?,
1475
+ object_size_greater_than: ::Integer?,
1476
+ object_size_less_than: ::Integer?
1477
+ }?
1478
+ }?,
1479
+ status: ("Enabled" | "Disabled"),
1480
+ transitions: Array[
1481
+ {
1482
+ date: ::Time?,
1483
+ days: ::Integer?,
1484
+ storage_class: ("GLACIER" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "DEEP_ARCHIVE" | "GLACIER_IR")?
1485
+ },
1486
+ ]?,
1487
+ noncurrent_version_transitions: Array[
1488
+ {
1489
+ noncurrent_days: ::Integer?,
1490
+ storage_class: ("GLACIER" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "DEEP_ARCHIVE" | "GLACIER_IR")?,
1491
+ newer_noncurrent_versions: ::Integer?
1492
+ },
1493
+ ]?,
1494
+ noncurrent_version_expiration: {
1495
+ noncurrent_days: ::Integer?,
1496
+ newer_noncurrent_versions: ::Integer?
1497
+ }?,
1498
+ abort_incomplete_multipart_upload: {
1499
+ days_after_initiation: ::Integer?
1500
+ }?
1501
+ },
1502
+ ]
1503
+ },
1504
+ ?expected_bucket_owner: ::String
1505
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1506
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1507
+
1508
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#put_bucket_logging-instance_method
1509
+ def put_bucket_logging: (
1510
+ bucket: ::String,
1511
+ bucket_logging_status: {
1512
+ logging_enabled: {
1513
+ target_bucket: ::String,
1514
+ target_grants: Array[
1515
+ {
1516
+ grantee: {
1517
+ display_name: ::String?,
1518
+ email_address: ::String?,
1519
+ id: ::String?,
1520
+ type: ("CanonicalUser" | "AmazonCustomerByEmail" | "Group"),
1521
+ uri: ::String?
1522
+ }?,
1523
+ permission: ("FULL_CONTROL" | "READ" | "WRITE")?
1524
+ },
1525
+ ]?,
1526
+ target_prefix: ::String,
1527
+ target_object_key_format: {
1528
+ simple_prefix: {
1529
+ }?,
1530
+ partitioned_prefix: {
1531
+ partition_date_source: ("EventTime" | "DeliveryTime")?
1532
+ }?
1533
+ }?
1534
+ }?
1535
+ },
1536
+ ?content_md5: ::String,
1537
+ ?checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256"),
1538
+ ?expected_bucket_owner: ::String
1539
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1540
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1541
+
1542
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#put_bucket_metrics_configuration-instance_method
1543
+ def put_bucket_metrics_configuration: (
1544
+ bucket: ::String,
1545
+ id: ::String,
1546
+ metrics_configuration: {
1547
+ id: ::String,
1548
+ filter: {
1549
+ prefix: ::String?,
1550
+ tag: {
1551
+ key: ::String,
1552
+ value: ::String
1553
+ }?,
1554
+ access_point_arn: ::String?,
1555
+ and: {
1556
+ prefix: ::String?,
1557
+ tags: Array[
1558
+ {
1559
+ key: ::String,
1560
+ value: ::String
1561
+ },
1562
+ ]?,
1563
+ access_point_arn: ::String?
1564
+ }?
1565
+ }?
1566
+ },
1567
+ ?expected_bucket_owner: ::String
1568
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1569
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1570
+
1571
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#put_bucket_notification-instance_method
1572
+ def put_bucket_notification: (
1573
+ bucket: ::String,
1574
+ ?content_md5: ::String,
1575
+ ?checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256"),
1576
+ notification_configuration: {
1577
+ topic_configuration: {
1578
+ id: ::String?,
1579
+ events: Array[("s3:ReducedRedundancyLostObject" | "s3:ObjectCreated:*" | "s3:ObjectCreated:Put" | "s3:ObjectCreated:Post" | "s3:ObjectCreated:Copy" | "s3:ObjectCreated:CompleteMultipartUpload" | "s3:ObjectRemoved:*" | "s3:ObjectRemoved:Delete" | "s3:ObjectRemoved:DeleteMarkerCreated" | "s3:ObjectRestore:*" | "s3:ObjectRestore:Post" | "s3:ObjectRestore:Completed" | "s3:Replication:*" | "s3:Replication:OperationFailedReplication" | "s3:Replication:OperationNotTracked" | "s3:Replication:OperationMissedThreshold" | "s3:Replication:OperationReplicatedAfterThreshold" | "s3:ObjectRestore:Delete" | "s3:LifecycleTransition" | "s3:IntelligentTiering" | "s3:ObjectAcl:Put" | "s3:LifecycleExpiration:*" | "s3:LifecycleExpiration:Delete" | "s3:LifecycleExpiration:DeleteMarkerCreated" | "s3:ObjectTagging:*" | "s3:ObjectTagging:Put" | "s3:ObjectTagging:Delete")]?,
1580
+ event: ("s3:ReducedRedundancyLostObject" | "s3:ObjectCreated:*" | "s3:ObjectCreated:Put" | "s3:ObjectCreated:Post" | "s3:ObjectCreated:Copy" | "s3:ObjectCreated:CompleteMultipartUpload" | "s3:ObjectRemoved:*" | "s3:ObjectRemoved:Delete" | "s3:ObjectRemoved:DeleteMarkerCreated" | "s3:ObjectRestore:*" | "s3:ObjectRestore:Post" | "s3:ObjectRestore:Completed" | "s3:Replication:*" | "s3:Replication:OperationFailedReplication" | "s3:Replication:OperationNotTracked" | "s3:Replication:OperationMissedThreshold" | "s3:Replication:OperationReplicatedAfterThreshold" | "s3:ObjectRestore:Delete" | "s3:LifecycleTransition" | "s3:IntelligentTiering" | "s3:ObjectAcl:Put" | "s3:LifecycleExpiration:*" | "s3:LifecycleExpiration:Delete" | "s3:LifecycleExpiration:DeleteMarkerCreated" | "s3:ObjectTagging:*" | "s3:ObjectTagging:Put" | "s3:ObjectTagging:Delete")?,
1581
+ topic: ::String?
1582
+ }?,
1583
+ queue_configuration: {
1584
+ id: ::String?,
1585
+ event: ("s3:ReducedRedundancyLostObject" | "s3:ObjectCreated:*" | "s3:ObjectCreated:Put" | "s3:ObjectCreated:Post" | "s3:ObjectCreated:Copy" | "s3:ObjectCreated:CompleteMultipartUpload" | "s3:ObjectRemoved:*" | "s3:ObjectRemoved:Delete" | "s3:ObjectRemoved:DeleteMarkerCreated" | "s3:ObjectRestore:*" | "s3:ObjectRestore:Post" | "s3:ObjectRestore:Completed" | "s3:Replication:*" | "s3:Replication:OperationFailedReplication" | "s3:Replication:OperationNotTracked" | "s3:Replication:OperationMissedThreshold" | "s3:Replication:OperationReplicatedAfterThreshold" | "s3:ObjectRestore:Delete" | "s3:LifecycleTransition" | "s3:IntelligentTiering" | "s3:ObjectAcl:Put" | "s3:LifecycleExpiration:*" | "s3:LifecycleExpiration:Delete" | "s3:LifecycleExpiration:DeleteMarkerCreated" | "s3:ObjectTagging:*" | "s3:ObjectTagging:Put" | "s3:ObjectTagging:Delete")?,
1586
+ events: Array[("s3:ReducedRedundancyLostObject" | "s3:ObjectCreated:*" | "s3:ObjectCreated:Put" | "s3:ObjectCreated:Post" | "s3:ObjectCreated:Copy" | "s3:ObjectCreated:CompleteMultipartUpload" | "s3:ObjectRemoved:*" | "s3:ObjectRemoved:Delete" | "s3:ObjectRemoved:DeleteMarkerCreated" | "s3:ObjectRestore:*" | "s3:ObjectRestore:Post" | "s3:ObjectRestore:Completed" | "s3:Replication:*" | "s3:Replication:OperationFailedReplication" | "s3:Replication:OperationNotTracked" | "s3:Replication:OperationMissedThreshold" | "s3:Replication:OperationReplicatedAfterThreshold" | "s3:ObjectRestore:Delete" | "s3:LifecycleTransition" | "s3:IntelligentTiering" | "s3:ObjectAcl:Put" | "s3:LifecycleExpiration:*" | "s3:LifecycleExpiration:Delete" | "s3:LifecycleExpiration:DeleteMarkerCreated" | "s3:ObjectTagging:*" | "s3:ObjectTagging:Put" | "s3:ObjectTagging:Delete")]?,
1587
+ queue: ::String?
1588
+ }?,
1589
+ cloud_function_configuration: {
1590
+ id: ::String?,
1591
+ event: ("s3:ReducedRedundancyLostObject" | "s3:ObjectCreated:*" | "s3:ObjectCreated:Put" | "s3:ObjectCreated:Post" | "s3:ObjectCreated:Copy" | "s3:ObjectCreated:CompleteMultipartUpload" | "s3:ObjectRemoved:*" | "s3:ObjectRemoved:Delete" | "s3:ObjectRemoved:DeleteMarkerCreated" | "s3:ObjectRestore:*" | "s3:ObjectRestore:Post" | "s3:ObjectRestore:Completed" | "s3:Replication:*" | "s3:Replication:OperationFailedReplication" | "s3:Replication:OperationNotTracked" | "s3:Replication:OperationMissedThreshold" | "s3:Replication:OperationReplicatedAfterThreshold" | "s3:ObjectRestore:Delete" | "s3:LifecycleTransition" | "s3:IntelligentTiering" | "s3:ObjectAcl:Put" | "s3:LifecycleExpiration:*" | "s3:LifecycleExpiration:Delete" | "s3:LifecycleExpiration:DeleteMarkerCreated" | "s3:ObjectTagging:*" | "s3:ObjectTagging:Put" | "s3:ObjectTagging:Delete")?,
1592
+ events: Array[("s3:ReducedRedundancyLostObject" | "s3:ObjectCreated:*" | "s3:ObjectCreated:Put" | "s3:ObjectCreated:Post" | "s3:ObjectCreated:Copy" | "s3:ObjectCreated:CompleteMultipartUpload" | "s3:ObjectRemoved:*" | "s3:ObjectRemoved:Delete" | "s3:ObjectRemoved:DeleteMarkerCreated" | "s3:ObjectRestore:*" | "s3:ObjectRestore:Post" | "s3:ObjectRestore:Completed" | "s3:Replication:*" | "s3:Replication:OperationFailedReplication" | "s3:Replication:OperationNotTracked" | "s3:Replication:OperationMissedThreshold" | "s3:Replication:OperationReplicatedAfterThreshold" | "s3:ObjectRestore:Delete" | "s3:LifecycleTransition" | "s3:IntelligentTiering" | "s3:ObjectAcl:Put" | "s3:LifecycleExpiration:*" | "s3:LifecycleExpiration:Delete" | "s3:LifecycleExpiration:DeleteMarkerCreated" | "s3:ObjectTagging:*" | "s3:ObjectTagging:Put" | "s3:ObjectTagging:Delete")]?,
1593
+ cloud_function: ::String?,
1594
+ invocation_role: ::String?
1595
+ }?
1596
+ },
1597
+ ?expected_bucket_owner: ::String
1598
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1599
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1600
+
1601
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#put_bucket_notification_configuration-instance_method
1602
+ def put_bucket_notification_configuration: (
1603
+ bucket: ::String,
1604
+ notification_configuration: {
1605
+ topic_configurations: Array[
1606
+ {
1607
+ id: ::String?,
1608
+ topic_arn: ::String,
1609
+ events: Array[("s3:ReducedRedundancyLostObject" | "s3:ObjectCreated:*" | "s3:ObjectCreated:Put" | "s3:ObjectCreated:Post" | "s3:ObjectCreated:Copy" | "s3:ObjectCreated:CompleteMultipartUpload" | "s3:ObjectRemoved:*" | "s3:ObjectRemoved:Delete" | "s3:ObjectRemoved:DeleteMarkerCreated" | "s3:ObjectRestore:*" | "s3:ObjectRestore:Post" | "s3:ObjectRestore:Completed" | "s3:Replication:*" | "s3:Replication:OperationFailedReplication" | "s3:Replication:OperationNotTracked" | "s3:Replication:OperationMissedThreshold" | "s3:Replication:OperationReplicatedAfterThreshold" | "s3:ObjectRestore:Delete" | "s3:LifecycleTransition" | "s3:IntelligentTiering" | "s3:ObjectAcl:Put" | "s3:LifecycleExpiration:*" | "s3:LifecycleExpiration:Delete" | "s3:LifecycleExpiration:DeleteMarkerCreated" | "s3:ObjectTagging:*" | "s3:ObjectTagging:Put" | "s3:ObjectTagging:Delete")],
1610
+ filter: {
1611
+ key: {
1612
+ filter_rules: Array[
1613
+ {
1614
+ name: ("prefix" | "suffix")?,
1615
+ value: ::String?
1616
+ },
1617
+ ]?
1618
+ }?
1619
+ }?
1620
+ },
1621
+ ]?,
1622
+ queue_configurations: Array[
1623
+ {
1624
+ id: ::String?,
1625
+ queue_arn: ::String,
1626
+ events: Array[("s3:ReducedRedundancyLostObject" | "s3:ObjectCreated:*" | "s3:ObjectCreated:Put" | "s3:ObjectCreated:Post" | "s3:ObjectCreated:Copy" | "s3:ObjectCreated:CompleteMultipartUpload" | "s3:ObjectRemoved:*" | "s3:ObjectRemoved:Delete" | "s3:ObjectRemoved:DeleteMarkerCreated" | "s3:ObjectRestore:*" | "s3:ObjectRestore:Post" | "s3:ObjectRestore:Completed" | "s3:Replication:*" | "s3:Replication:OperationFailedReplication" | "s3:Replication:OperationNotTracked" | "s3:Replication:OperationMissedThreshold" | "s3:Replication:OperationReplicatedAfterThreshold" | "s3:ObjectRestore:Delete" | "s3:LifecycleTransition" | "s3:IntelligentTiering" | "s3:ObjectAcl:Put" | "s3:LifecycleExpiration:*" | "s3:LifecycleExpiration:Delete" | "s3:LifecycleExpiration:DeleteMarkerCreated" | "s3:ObjectTagging:*" | "s3:ObjectTagging:Put" | "s3:ObjectTagging:Delete")],
1627
+ filter: {
1628
+ key: {
1629
+ filter_rules: Array[
1630
+ {
1631
+ name: ("prefix" | "suffix")?,
1632
+ value: ::String?
1633
+ },
1634
+ ]?
1635
+ }?
1636
+ }?
1637
+ },
1638
+ ]?,
1639
+ lambda_function_configurations: Array[
1640
+ {
1641
+ id: ::String?,
1642
+ lambda_function_arn: ::String,
1643
+ events: Array[("s3:ReducedRedundancyLostObject" | "s3:ObjectCreated:*" | "s3:ObjectCreated:Put" | "s3:ObjectCreated:Post" | "s3:ObjectCreated:Copy" | "s3:ObjectCreated:CompleteMultipartUpload" | "s3:ObjectRemoved:*" | "s3:ObjectRemoved:Delete" | "s3:ObjectRemoved:DeleteMarkerCreated" | "s3:ObjectRestore:*" | "s3:ObjectRestore:Post" | "s3:ObjectRestore:Completed" | "s3:Replication:*" | "s3:Replication:OperationFailedReplication" | "s3:Replication:OperationNotTracked" | "s3:Replication:OperationMissedThreshold" | "s3:Replication:OperationReplicatedAfterThreshold" | "s3:ObjectRestore:Delete" | "s3:LifecycleTransition" | "s3:IntelligentTiering" | "s3:ObjectAcl:Put" | "s3:LifecycleExpiration:*" | "s3:LifecycleExpiration:Delete" | "s3:LifecycleExpiration:DeleteMarkerCreated" | "s3:ObjectTagging:*" | "s3:ObjectTagging:Put" | "s3:ObjectTagging:Delete")],
1644
+ filter: {
1645
+ key: {
1646
+ filter_rules: Array[
1647
+ {
1648
+ name: ("prefix" | "suffix")?,
1649
+ value: ::String?
1650
+ },
1651
+ ]?
1652
+ }?
1653
+ }?
1654
+ },
1655
+ ]?,
1656
+ event_bridge_configuration: {
1657
+ }?
1658
+ },
1659
+ ?expected_bucket_owner: ::String,
1660
+ ?skip_destination_validation: bool
1661
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1662
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1663
+
1664
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#put_bucket_ownership_controls-instance_method
1665
+ def put_bucket_ownership_controls: (
1666
+ bucket: ::String,
1667
+ ?content_md5: ::String,
1668
+ ?expected_bucket_owner: ::String,
1669
+ ownership_controls: {
1670
+ rules: Array[
1671
+ {
1672
+ object_ownership: ("BucketOwnerPreferred" | "ObjectWriter" | "BucketOwnerEnforced")
1673
+ },
1674
+ ]
1675
+ }
1676
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1677
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1678
+
1679
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#put_bucket_policy-instance_method
1680
+ def put_bucket_policy: (
1681
+ bucket: ::String,
1682
+ ?content_md5: ::String,
1683
+ ?checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256"),
1684
+ ?confirm_remove_self_bucket_access: bool,
1685
+ policy: ::String,
1686
+ ?expected_bucket_owner: ::String
1687
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1688
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1689
+
1690
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#put_bucket_replication-instance_method
1691
+ def put_bucket_replication: (
1692
+ bucket: ::String,
1693
+ ?content_md5: ::String,
1694
+ ?checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256"),
1695
+ replication_configuration: {
1696
+ role: ::String,
1697
+ rules: Array[
1698
+ {
1699
+ id: ::String?,
1700
+ priority: ::Integer?,
1701
+ prefix: ::String?,
1702
+ filter: {
1703
+ prefix: ::String?,
1704
+ tag: {
1705
+ key: ::String,
1706
+ value: ::String
1707
+ }?,
1708
+ and: {
1709
+ prefix: ::String?,
1710
+ tags: Array[
1711
+ {
1712
+ key: ::String,
1713
+ value: ::String
1714
+ },
1715
+ ]?
1716
+ }?
1717
+ }?,
1718
+ status: ("Enabled" | "Disabled"),
1719
+ source_selection_criteria: {
1720
+ sse_kms_encrypted_objects: {
1721
+ status: ("Enabled" | "Disabled")
1722
+ }?,
1723
+ replica_modifications: {
1724
+ status: ("Enabled" | "Disabled")
1725
+ }?
1726
+ }?,
1727
+ existing_object_replication: {
1728
+ status: ("Enabled" | "Disabled")
1729
+ }?,
1730
+ destination: {
1731
+ bucket: ::String,
1732
+ account: ::String?,
1733
+ storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE")?,
1734
+ access_control_translation: {
1735
+ owner: ("Destination")
1736
+ }?,
1737
+ encryption_configuration: {
1738
+ replica_kms_key_id: ::String?
1739
+ }?,
1740
+ replication_time: {
1741
+ status: ("Enabled" | "Disabled"),
1742
+ time: {
1743
+ minutes: ::Integer?
1744
+ }
1745
+ }?,
1746
+ metrics: {
1747
+ status: ("Enabled" | "Disabled"),
1748
+ event_threshold: {
1749
+ minutes: ::Integer?
1750
+ }?
1751
+ }?
1752
+ },
1753
+ delete_marker_replication: {
1754
+ status: ("Enabled" | "Disabled")?
1755
+ }?
1756
+ },
1757
+ ]
1758
+ },
1759
+ ?token: ::String,
1760
+ ?expected_bucket_owner: ::String
1761
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1762
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1763
+
1764
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#put_bucket_request_payment-instance_method
1765
+ def put_bucket_request_payment: (
1766
+ bucket: ::String,
1767
+ ?content_md5: ::String,
1768
+ ?checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256"),
1769
+ request_payment_configuration: {
1770
+ payer: ("Requester" | "BucketOwner")
1771
+ },
1772
+ ?expected_bucket_owner: ::String
1773
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1774
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1775
+
1776
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#put_bucket_tagging-instance_method
1777
+ def put_bucket_tagging: (
1778
+ bucket: ::String,
1779
+ ?content_md5: ::String,
1780
+ ?checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256"),
1781
+ tagging: {
1782
+ tag_set: Array[
1783
+ {
1784
+ key: ::String,
1785
+ value: ::String
1786
+ },
1787
+ ]
1788
+ },
1789
+ ?expected_bucket_owner: ::String
1790
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1791
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1792
+
1793
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#put_bucket_versioning-instance_method
1794
+ def put_bucket_versioning: (
1795
+ bucket: ::String,
1796
+ ?content_md5: ::String,
1797
+ ?checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256"),
1798
+ ?mfa: ::String,
1799
+ versioning_configuration: {
1800
+ mfa_delete: ("Enabled" | "Disabled")?,
1801
+ status: ("Enabled" | "Suspended")?
1802
+ },
1803
+ ?expected_bucket_owner: ::String
1804
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1805
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1806
+
1807
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#put_bucket_website-instance_method
1808
+ def put_bucket_website: (
1809
+ bucket: ::String,
1810
+ ?content_md5: ::String,
1811
+ ?checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256"),
1812
+ website_configuration: {
1813
+ error_document: {
1814
+ key: ::String
1815
+ }?,
1816
+ index_document: {
1817
+ suffix: ::String
1818
+ }?,
1819
+ redirect_all_requests_to: {
1820
+ host_name: ::String,
1821
+ protocol: ("http" | "https")?
1822
+ }?,
1823
+ routing_rules: Array[
1824
+ {
1825
+ condition: {
1826
+ http_error_code_returned_equals: ::String?,
1827
+ key_prefix_equals: ::String?
1828
+ }?,
1829
+ redirect: {
1830
+ host_name: ::String?,
1831
+ http_redirect_code: ::String?,
1832
+ protocol: ("http" | "https")?,
1833
+ replace_key_prefix_with: ::String?,
1834
+ replace_key_with: ::String?
1835
+ }
1836
+ },
1837
+ ]?
1838
+ },
1839
+ ?expected_bucket_owner: ::String
1840
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1841
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1842
+
1843
+ interface _PutObjectResponseSuccess
1844
+ include ::Seahorse::Client::_ResponseSuccess[Types::PutObjectOutput]
1845
+ def expiration: () -> ::String
1846
+ def etag: () -> ::String
1847
+ def checksum_crc32: () -> ::String
1848
+ def checksum_crc32c: () -> ::String
1849
+ def checksum_sha1: () -> ::String
1850
+ def checksum_sha256: () -> ::String
1851
+ def server_side_encryption: () -> ("AES256" | "aws:kms" | "aws:kms:dsse")
1852
+ def version_id: () -> ::String
1853
+ def sse_customer_algorithm: () -> ::String
1854
+ def sse_customer_key_md5: () -> ::String
1855
+ def ssekms_key_id: () -> ::String
1856
+ def ssekms_encryption_context: () -> ::String
1857
+ def bucket_key_enabled: () -> bool
1858
+ def request_charged: () -> ("requester")
1859
+ end
1860
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#put_object-instance_method
1861
+ def put_object: (
1862
+ ?acl: ("private" | "public-read" | "public-read-write" | "authenticated-read" | "aws-exec-read" | "bucket-owner-read" | "bucket-owner-full-control"),
1863
+ ?body: ::String | ::StringIO | ::File,
1864
+ bucket: ::String,
1865
+ ?cache_control: ::String,
1866
+ ?content_disposition: ::String,
1867
+ ?content_encoding: ::String,
1868
+ ?content_language: ::String,
1869
+ ?content_length: ::Integer,
1870
+ ?content_md5: ::String,
1871
+ ?content_type: ::String,
1872
+ ?checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256"),
1873
+ ?checksum_crc32: ::String,
1874
+ ?checksum_crc32c: ::String,
1875
+ ?checksum_sha1: ::String,
1876
+ ?checksum_sha256: ::String,
1877
+ ?expires: ::Time,
1878
+ ?grant_full_control: ::String,
1879
+ ?grant_read: ::String,
1880
+ ?grant_read_acp: ::String,
1881
+ ?grant_write_acp: ::String,
1882
+ key: ::String,
1883
+ ?metadata: Hash[::String, ::String],
1884
+ ?server_side_encryption: ("AES256" | "aws:kms" | "aws:kms:dsse"),
1885
+ ?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE"),
1886
+ ?website_redirect_location: ::String,
1887
+ ?sse_customer_algorithm: ::String,
1888
+ ?sse_customer_key: ::String,
1889
+ ?sse_customer_key_md5: ::String,
1890
+ ?ssekms_key_id: ::String,
1891
+ ?ssekms_encryption_context: ::String,
1892
+ ?bucket_key_enabled: bool,
1893
+ ?request_payer: ("requester"),
1894
+ ?tagging: ::String,
1895
+ ?object_lock_mode: ("GOVERNANCE" | "COMPLIANCE"),
1896
+ ?object_lock_retain_until_date: ::Time,
1897
+ ?object_lock_legal_hold_status: ("ON" | "OFF"),
1898
+ ?expected_bucket_owner: ::String
1899
+ ) -> _PutObjectResponseSuccess
1900
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutObjectResponseSuccess
1901
+
1902
+ interface _PutObjectAclResponseSuccess
1903
+ include ::Seahorse::Client::_ResponseSuccess[Types::PutObjectAclOutput]
1904
+ def request_charged: () -> ("requester")
1905
+ end
1906
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#put_object_acl-instance_method
1907
+ def put_object_acl: (
1908
+ ?acl: ("private" | "public-read" | "public-read-write" | "authenticated-read" | "aws-exec-read" | "bucket-owner-read" | "bucket-owner-full-control"),
1909
+ ?access_control_policy: {
1910
+ grants: Array[
1911
+ {
1912
+ grantee: {
1913
+ display_name: ::String?,
1914
+ email_address: ::String?,
1915
+ id: ::String?,
1916
+ type: ("CanonicalUser" | "AmazonCustomerByEmail" | "Group"),
1917
+ uri: ::String?
1918
+ }?,
1919
+ permission: ("FULL_CONTROL" | "WRITE" | "WRITE_ACP" | "READ" | "READ_ACP")?
1920
+ },
1921
+ ]?,
1922
+ owner: {
1923
+ display_name: ::String?,
1924
+ id: ::String?
1925
+ }?
1926
+ },
1927
+ bucket: ::String,
1928
+ ?content_md5: ::String,
1929
+ ?checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256"),
1930
+ ?grant_full_control: ::String,
1931
+ ?grant_read: ::String,
1932
+ ?grant_read_acp: ::String,
1933
+ ?grant_write: ::String,
1934
+ ?grant_write_acp: ::String,
1935
+ key: ::String,
1936
+ ?request_payer: ("requester"),
1937
+ ?version_id: ::String,
1938
+ ?expected_bucket_owner: ::String
1939
+ ) -> _PutObjectAclResponseSuccess
1940
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutObjectAclResponseSuccess
1941
+
1942
+ interface _PutObjectLegalHoldResponseSuccess
1943
+ include ::Seahorse::Client::_ResponseSuccess[Types::PutObjectLegalHoldOutput]
1944
+ def request_charged: () -> ("requester")
1945
+ end
1946
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#put_object_legal_hold-instance_method
1947
+ def put_object_legal_hold: (
1948
+ bucket: ::String,
1949
+ key: ::String,
1950
+ ?legal_hold: {
1951
+ status: ("ON" | "OFF")?
1952
+ },
1953
+ ?request_payer: ("requester"),
1954
+ ?version_id: ::String,
1955
+ ?content_md5: ::String,
1956
+ ?checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256"),
1957
+ ?expected_bucket_owner: ::String
1958
+ ) -> _PutObjectLegalHoldResponseSuccess
1959
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutObjectLegalHoldResponseSuccess
1960
+
1961
+ interface _PutObjectLockConfigurationResponseSuccess
1962
+ include ::Seahorse::Client::_ResponseSuccess[Types::PutObjectLockConfigurationOutput]
1963
+ def request_charged: () -> ("requester")
1964
+ end
1965
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#put_object_lock_configuration-instance_method
1966
+ def put_object_lock_configuration: (
1967
+ bucket: ::String,
1968
+ ?object_lock_configuration: {
1969
+ object_lock_enabled: ("Enabled")?,
1970
+ rule: {
1971
+ default_retention: {
1972
+ mode: ("GOVERNANCE" | "COMPLIANCE")?,
1973
+ days: ::Integer?,
1974
+ years: ::Integer?
1975
+ }?
1976
+ }?
1977
+ },
1978
+ ?request_payer: ("requester"),
1979
+ ?token: ::String,
1980
+ ?content_md5: ::String,
1981
+ ?checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256"),
1982
+ ?expected_bucket_owner: ::String
1983
+ ) -> _PutObjectLockConfigurationResponseSuccess
1984
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutObjectLockConfigurationResponseSuccess
1985
+
1986
+ interface _PutObjectRetentionResponseSuccess
1987
+ include ::Seahorse::Client::_ResponseSuccess[Types::PutObjectRetentionOutput]
1988
+ def request_charged: () -> ("requester")
1989
+ end
1990
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#put_object_retention-instance_method
1991
+ def put_object_retention: (
1992
+ bucket: ::String,
1993
+ key: ::String,
1994
+ ?retention: {
1995
+ mode: ("GOVERNANCE" | "COMPLIANCE")?,
1996
+ retain_until_date: ::Time?
1997
+ },
1998
+ ?request_payer: ("requester"),
1999
+ ?version_id: ::String,
2000
+ ?bypass_governance_retention: bool,
2001
+ ?content_md5: ::String,
2002
+ ?checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256"),
2003
+ ?expected_bucket_owner: ::String
2004
+ ) -> _PutObjectRetentionResponseSuccess
2005
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutObjectRetentionResponseSuccess
2006
+
2007
+ interface _PutObjectTaggingResponseSuccess
2008
+ include ::Seahorse::Client::_ResponseSuccess[Types::PutObjectTaggingOutput]
2009
+ def version_id: () -> ::String
2010
+ end
2011
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#put_object_tagging-instance_method
2012
+ def put_object_tagging: (
2013
+ bucket: ::String,
2014
+ key: ::String,
2015
+ ?version_id: ::String,
2016
+ ?content_md5: ::String,
2017
+ ?checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256"),
2018
+ tagging: {
2019
+ tag_set: Array[
2020
+ {
2021
+ key: ::String,
2022
+ value: ::String
2023
+ },
2024
+ ]
2025
+ },
2026
+ ?expected_bucket_owner: ::String,
2027
+ ?request_payer: ("requester")
2028
+ ) -> _PutObjectTaggingResponseSuccess
2029
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutObjectTaggingResponseSuccess
2030
+
2031
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#put_public_access_block-instance_method
2032
+ def put_public_access_block: (
2033
+ bucket: ::String,
2034
+ ?content_md5: ::String,
2035
+ ?checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256"),
2036
+ public_access_block_configuration: {
2037
+ block_public_acls: bool?,
2038
+ ignore_public_acls: bool?,
2039
+ block_public_policy: bool?,
2040
+ restrict_public_buckets: bool?
2041
+ },
2042
+ ?expected_bucket_owner: ::String
2043
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
2044
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
2045
+
2046
+ interface _RestoreObjectResponseSuccess
2047
+ include ::Seahorse::Client::_ResponseSuccess[Types::RestoreObjectOutput]
2048
+ def request_charged: () -> ("requester")
2049
+ def restore_output_path: () -> ::String
2050
+ end
2051
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#restore_object-instance_method
2052
+ def restore_object: (
2053
+ bucket: ::String,
2054
+ key: ::String,
2055
+ ?version_id: ::String,
2056
+ ?restore_request: {
2057
+ days: ::Integer?,
2058
+ glacier_job_parameters: {
2059
+ tier: ("Standard" | "Bulk" | "Expedited")
2060
+ }?,
2061
+ type: ("SELECT")?,
2062
+ tier: ("Standard" | "Bulk" | "Expedited")?,
2063
+ description: ::String?,
2064
+ select_parameters: {
2065
+ input_serialization: {
2066
+ csv: {
2067
+ file_header_info: ("USE" | "IGNORE" | "NONE")?,
2068
+ comments: ::String?,
2069
+ quote_escape_character: ::String?,
2070
+ record_delimiter: ::String?,
2071
+ field_delimiter: ::String?,
2072
+ quote_character: ::String?,
2073
+ allow_quoted_record_delimiter: bool?
2074
+ }?,
2075
+ compression_type: ("NONE" | "GZIP" | "BZIP2")?,
2076
+ json: {
2077
+ type: ("DOCUMENT" | "LINES")?
2078
+ }?,
2079
+ parquet: {
2080
+ }?
2081
+ },
2082
+ expression_type: ("SQL"),
2083
+ expression: ::String,
2084
+ output_serialization: {
2085
+ csv: {
2086
+ quote_fields: ("ALWAYS" | "ASNEEDED")?,
2087
+ quote_escape_character: ::String?,
2088
+ record_delimiter: ::String?,
2089
+ field_delimiter: ::String?,
2090
+ quote_character: ::String?
2091
+ }?,
2092
+ json: {
2093
+ record_delimiter: ::String?
2094
+ }?
2095
+ }
2096
+ }?,
2097
+ output_location: {
2098
+ s3: {
2099
+ bucket_name: ::String,
2100
+ prefix: ::String,
2101
+ encryption: {
2102
+ encryption_type: ("AES256" | "aws:kms" | "aws:kms:dsse"),
2103
+ kms_key_id: ::String?,
2104
+ kms_context: ::String?
2105
+ }?,
2106
+ canned_acl: ("private" | "public-read" | "public-read-write" | "authenticated-read" | "aws-exec-read" | "bucket-owner-read" | "bucket-owner-full-control")?,
2107
+ access_control_list: Array[
2108
+ {
2109
+ grantee: {
2110
+ display_name: ::String?,
2111
+ email_address: ::String?,
2112
+ id: ::String?,
2113
+ type: ("CanonicalUser" | "AmazonCustomerByEmail" | "Group"),
2114
+ uri: ::String?
2115
+ }?,
2116
+ permission: ("FULL_CONTROL" | "WRITE" | "WRITE_ACP" | "READ" | "READ_ACP")?
2117
+ },
2118
+ ]?,
2119
+ tagging: {
2120
+ tag_set: Array[
2121
+ {
2122
+ key: ::String,
2123
+ value: ::String
2124
+ },
2125
+ ]
2126
+ }?,
2127
+ user_metadata: Array[
2128
+ {
2129
+ name: ::String?,
2130
+ value: ::String?
2131
+ },
2132
+ ]?,
2133
+ storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE")?
2134
+ }?
2135
+ }?
2136
+ },
2137
+ ?request_payer: ("requester"),
2138
+ ?checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256"),
2139
+ ?expected_bucket_owner: ::String
2140
+ ) -> _RestoreObjectResponseSuccess
2141
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RestoreObjectResponseSuccess
2142
+
2143
+ interface _SelectObjectContentResponseSuccess
2144
+ include ::Seahorse::Client::_ResponseSuccess[Types::SelectObjectContentOutput]
2145
+ def payload: () -> Types::SelectObjectContentEventStream
2146
+ end
2147
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#select_object_content-instance_method
2148
+ def select_object_content: (
2149
+ bucket: ::String,
2150
+ key: ::String,
2151
+ ?sse_customer_algorithm: ::String,
2152
+ ?sse_customer_key: ::String,
2153
+ ?sse_customer_key_md5: ::String,
2154
+ expression: ::String,
2155
+ expression_type: ("SQL"),
2156
+ ?request_progress: {
2157
+ enabled: bool?
2158
+ },
2159
+ input_serialization: {
2160
+ csv: {
2161
+ file_header_info: ("USE" | "IGNORE" | "NONE")?,
2162
+ comments: ::String?,
2163
+ quote_escape_character: ::String?,
2164
+ record_delimiter: ::String?,
2165
+ field_delimiter: ::String?,
2166
+ quote_character: ::String?,
2167
+ allow_quoted_record_delimiter: bool?
2168
+ }?,
2169
+ compression_type: ("NONE" | "GZIP" | "BZIP2")?,
2170
+ json: {
2171
+ type: ("DOCUMENT" | "LINES")?
2172
+ }?,
2173
+ parquet: {
2174
+ }?
2175
+ },
2176
+ output_serialization: {
2177
+ csv: {
2178
+ quote_fields: ("ALWAYS" | "ASNEEDED")?,
2179
+ quote_escape_character: ::String?,
2180
+ record_delimiter: ::String?,
2181
+ field_delimiter: ::String?,
2182
+ quote_character: ::String?
2183
+ }?,
2184
+ json: {
2185
+ record_delimiter: ::String?
2186
+ }?
2187
+ },
2188
+ ?scan_range: {
2189
+ start: ::Integer?,
2190
+ end: ::Integer?
2191
+ },
2192
+ ?expected_bucket_owner: ::String
2193
+ ) ?{ (*untyped) -> void } -> _SelectObjectContentResponseSuccess
2194
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) ?{ (*untyped) -> void } -> _SelectObjectContentResponseSuccess
2195
+
2196
+ interface _UploadPartResponseSuccess
2197
+ include ::Seahorse::Client::_ResponseSuccess[Types::UploadPartOutput]
2198
+ def server_side_encryption: () -> ("AES256" | "aws:kms" | "aws:kms:dsse")
2199
+ def etag: () -> ::String
2200
+ def checksum_crc32: () -> ::String
2201
+ def checksum_crc32c: () -> ::String
2202
+ def checksum_sha1: () -> ::String
2203
+ def checksum_sha256: () -> ::String
2204
+ def sse_customer_algorithm: () -> ::String
2205
+ def sse_customer_key_md5: () -> ::String
2206
+ def ssekms_key_id: () -> ::String
2207
+ def bucket_key_enabled: () -> bool
2208
+ def request_charged: () -> ("requester")
2209
+ end
2210
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#upload_part-instance_method
2211
+ def upload_part: (
2212
+ ?body: ::String | ::StringIO | ::File,
2213
+ bucket: ::String,
2214
+ ?content_length: ::Integer,
2215
+ ?content_md5: ::String,
2216
+ ?checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256"),
2217
+ ?checksum_crc32: ::String,
2218
+ ?checksum_crc32c: ::String,
2219
+ ?checksum_sha1: ::String,
2220
+ ?checksum_sha256: ::String,
2221
+ key: ::String,
2222
+ part_number: ::Integer,
2223
+ upload_id: ::String,
2224
+ ?sse_customer_algorithm: ::String,
2225
+ ?sse_customer_key: ::String,
2226
+ ?sse_customer_key_md5: ::String,
2227
+ ?request_payer: ("requester"),
2228
+ ?expected_bucket_owner: ::String
2229
+ ) -> _UploadPartResponseSuccess
2230
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UploadPartResponseSuccess
2231
+
2232
+ interface _UploadPartCopyResponseSuccess
2233
+ include ::Seahorse::Client::_ResponseSuccess[Types::UploadPartCopyOutput]
2234
+ def copy_source_version_id: () -> ::String
2235
+ def copy_part_result: () -> Types::CopyPartResult
2236
+ def server_side_encryption: () -> ("AES256" | "aws:kms" | "aws:kms:dsse")
2237
+ def sse_customer_algorithm: () -> ::String
2238
+ def sse_customer_key_md5: () -> ::String
2239
+ def ssekms_key_id: () -> ::String
2240
+ def bucket_key_enabled: () -> bool
2241
+ def request_charged: () -> ("requester")
2242
+ end
2243
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#upload_part_copy-instance_method
2244
+ def upload_part_copy: (
2245
+ bucket: ::String,
2246
+ copy_source: ::String,
2247
+ ?copy_source_if_match: ::String,
2248
+ ?copy_source_if_modified_since: ::Time,
2249
+ ?copy_source_if_none_match: ::String,
2250
+ ?copy_source_if_unmodified_since: ::Time,
2251
+ ?copy_source_range: ::String,
2252
+ key: ::String,
2253
+ part_number: ::Integer,
2254
+ upload_id: ::String,
2255
+ ?sse_customer_algorithm: ::String,
2256
+ ?sse_customer_key: ::String,
2257
+ ?sse_customer_key_md5: ::String,
2258
+ ?copy_source_sse_customer_algorithm: ::String,
2259
+ ?copy_source_sse_customer_key: ::String,
2260
+ ?copy_source_sse_customer_key_md5: ::String,
2261
+ ?request_payer: ("requester"),
2262
+ ?expected_bucket_owner: ::String,
2263
+ ?expected_source_bucket_owner: ::String
2264
+ ) -> _UploadPartCopyResponseSuccess
2265
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UploadPartCopyResponseSuccess
2266
+
2267
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#write_get_object_response-instance_method
2268
+ def write_get_object_response: (
2269
+ request_route: ::String,
2270
+ request_token: ::String,
2271
+ ?body: ::String | ::StringIO | ::File,
2272
+ ?status_code: ::Integer,
2273
+ ?error_code: ::String,
2274
+ ?error_message: ::String,
2275
+ ?accept_ranges: ::String,
2276
+ ?cache_control: ::String,
2277
+ ?content_disposition: ::String,
2278
+ ?content_encoding: ::String,
2279
+ ?content_language: ::String,
2280
+ ?content_length: ::Integer,
2281
+ ?content_range: ::String,
2282
+ ?content_type: ::String,
2283
+ ?checksum_crc32: ::String,
2284
+ ?checksum_crc32c: ::String,
2285
+ ?checksum_sha1: ::String,
2286
+ ?checksum_sha256: ::String,
2287
+ ?delete_marker: bool,
2288
+ ?etag: ::String,
2289
+ ?expires: ::Time,
2290
+ ?expiration: ::String,
2291
+ ?last_modified: ::Time,
2292
+ ?missing_meta: ::Integer,
2293
+ ?metadata: Hash[::String, ::String],
2294
+ ?object_lock_mode: ("GOVERNANCE" | "COMPLIANCE"),
2295
+ ?object_lock_legal_hold_status: ("ON" | "OFF"),
2296
+ ?object_lock_retain_until_date: ::Time,
2297
+ ?parts_count: ::Integer,
2298
+ ?replication_status: ("COMPLETE" | "PENDING" | "FAILED" | "REPLICA" | "COMPLETED"),
2299
+ ?request_charged: ("requester"),
2300
+ ?restore: ::String,
2301
+ ?server_side_encryption: ("AES256" | "aws:kms" | "aws:kms:dsse"),
2302
+ ?sse_customer_algorithm: ::String,
2303
+ ?ssekms_key_id: ::String,
2304
+ ?sse_customer_key_md5: ::String,
2305
+ ?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE"),
2306
+ ?tag_count: ::Integer,
2307
+ ?version_id: ::String,
2308
+ ?bucket_key_enabled: bool
2309
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
2310
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
2311
+
2312
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#wait_until-instance_method
2313
+ def wait_until: (:bucket_exists waiter_name,
2314
+ bucket: ::String,
2315
+ ?expected_bucket_owner: ::String
2316
+ ) -> Client::_HeadBucketResponseSuccess
2317
+ | (:bucket_exists waiter_name, Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_HeadBucketResponseSuccess
2318
+ | (:bucket_not_exists waiter_name,
2319
+ bucket: ::String,
2320
+ ?expected_bucket_owner: ::String
2321
+ ) -> Client::_HeadBucketResponseSuccess
2322
+ | (:bucket_not_exists waiter_name, Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_HeadBucketResponseSuccess
2323
+ | (:object_exists waiter_name,
2324
+ bucket: ::String,
2325
+ ?if_match: ::String,
2326
+ ?if_modified_since: ::Time,
2327
+ ?if_none_match: ::String,
2328
+ ?if_unmodified_since: ::Time,
2329
+ key: ::String,
2330
+ ?range: ::String,
2331
+ ?version_id: ::String,
2332
+ ?sse_customer_algorithm: ::String,
2333
+ ?sse_customer_key: ::String,
2334
+ ?sse_customer_key_md5: ::String,
2335
+ ?request_payer: ("requester"),
2336
+ ?part_number: ::Integer,
2337
+ ?expected_bucket_owner: ::String,
2338
+ ?checksum_mode: ("ENABLED")
2339
+ ) -> Client::_HeadObjectResponseSuccess
2340
+ | (:object_exists waiter_name, Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_HeadObjectResponseSuccess
2341
+ | (:object_not_exists waiter_name,
2342
+ bucket: ::String,
2343
+ ?if_match: ::String,
2344
+ ?if_modified_since: ::Time,
2345
+ ?if_none_match: ::String,
2346
+ ?if_unmodified_since: ::Time,
2347
+ key: ::String,
2348
+ ?range: ::String,
2349
+ ?version_id: ::String,
2350
+ ?sse_customer_algorithm: ::String,
2351
+ ?sse_customer_key: ::String,
2352
+ ?sse_customer_key_md5: ::String,
2353
+ ?request_payer: ("requester"),
2354
+ ?part_number: ::Integer,
2355
+ ?expected_bucket_owner: ::String,
2356
+ ?checksum_mode: ("ENABLED")
2357
+ ) -> Client::_HeadObjectResponseSuccess
2358
+ | (:object_not_exists waiter_name, Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_HeadObjectResponseSuccess
2359
+ end
2360
+ end
2361
+ end
2362
+