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/types.rbs ADDED
@@ -0,0 +1,2562 @@
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::S3
9
+ module Types
10
+
11
+ class AbortIncompleteMultipartUpload
12
+ attr_accessor days_after_initiation: ::Integer
13
+ SENSITIVE: []
14
+ end
15
+
16
+ class AbortMultipartUploadOutput
17
+ attr_accessor request_charged: ("requester")
18
+ SENSITIVE: []
19
+ end
20
+
21
+ class AbortMultipartUploadRequest
22
+ attr_accessor bucket: ::String
23
+ attr_accessor key: ::String
24
+ attr_accessor upload_id: ::String
25
+ attr_accessor request_payer: ("requester")
26
+ attr_accessor expected_bucket_owner: ::String
27
+ SENSITIVE: []
28
+ end
29
+
30
+ class AccelerateConfiguration
31
+ attr_accessor status: ("Enabled" | "Suspended")
32
+ SENSITIVE: []
33
+ end
34
+
35
+ class AccessControlPolicy
36
+ attr_accessor grants: ::Array[Types::Grant]
37
+ attr_accessor owner: Types::Owner
38
+ SENSITIVE: []
39
+ end
40
+
41
+ class AccessControlTranslation
42
+ attr_accessor owner: ("Destination")
43
+ SENSITIVE: []
44
+ end
45
+
46
+ class AnalyticsAndOperator
47
+ attr_accessor prefix: ::String
48
+ attr_accessor tags: ::Array[Types::Tag]
49
+ SENSITIVE: []
50
+ end
51
+
52
+ class AnalyticsConfiguration
53
+ attr_accessor id: ::String
54
+ attr_accessor filter: Types::AnalyticsFilter
55
+ attr_accessor storage_class_analysis: Types::StorageClassAnalysis
56
+ SENSITIVE: []
57
+ end
58
+
59
+ class AnalyticsExportDestination
60
+ attr_accessor s3_bucket_destination: Types::AnalyticsS3BucketDestination
61
+ SENSITIVE: []
62
+ end
63
+
64
+ class AnalyticsFilter
65
+ attr_accessor prefix: ::String
66
+ attr_accessor tag: Types::Tag
67
+ attr_accessor and: Types::AnalyticsAndOperator
68
+ SENSITIVE: []
69
+ end
70
+
71
+ class AnalyticsS3BucketDestination
72
+ attr_accessor format: ("CSV")
73
+ attr_accessor bucket_account_id: ::String
74
+ attr_accessor bucket: ::String
75
+ attr_accessor prefix: ::String
76
+ SENSITIVE: []
77
+ end
78
+
79
+ class Bucket
80
+ attr_accessor name: ::String
81
+ attr_accessor creation_date: ::Time
82
+ SENSITIVE: []
83
+ end
84
+
85
+ class BucketAlreadyExists < Aws::EmptyStructure
86
+ end
87
+
88
+ class BucketAlreadyOwnedByYou < Aws::EmptyStructure
89
+ end
90
+
91
+ class BucketInfo
92
+ attr_accessor data_redundancy: ("SingleAvailabilityZone")
93
+ attr_accessor type: ("Directory")
94
+ SENSITIVE: []
95
+ end
96
+
97
+ class BucketLifecycleConfiguration
98
+ attr_accessor rules: ::Array[Types::LifecycleRule]
99
+ SENSITIVE: []
100
+ end
101
+
102
+ class BucketLoggingStatus
103
+ attr_accessor logging_enabled: Types::LoggingEnabled
104
+ SENSITIVE: []
105
+ end
106
+
107
+ class CORSConfiguration
108
+ attr_accessor cors_rules: ::Array[Types::CORSRule]
109
+ SENSITIVE: []
110
+ end
111
+
112
+ class CORSRule
113
+ attr_accessor id: ::String
114
+ attr_accessor allowed_headers: ::Array[::String]
115
+ attr_accessor allowed_methods: ::Array[::String]
116
+ attr_accessor allowed_origins: ::Array[::String]
117
+ attr_accessor expose_headers: ::Array[::String]
118
+ attr_accessor max_age_seconds: ::Integer
119
+ SENSITIVE: []
120
+ end
121
+
122
+ class CSVInput
123
+ attr_accessor file_header_info: ("USE" | "IGNORE" | "NONE")
124
+ attr_accessor comments: ::String
125
+ attr_accessor quote_escape_character: ::String
126
+ attr_accessor record_delimiter: ::String
127
+ attr_accessor field_delimiter: ::String
128
+ attr_accessor quote_character: ::String
129
+ attr_accessor allow_quoted_record_delimiter: bool
130
+ SENSITIVE: []
131
+ end
132
+
133
+ class CSVOutput
134
+ attr_accessor quote_fields: ("ALWAYS" | "ASNEEDED")
135
+ attr_accessor quote_escape_character: ::String
136
+ attr_accessor record_delimiter: ::String
137
+ attr_accessor field_delimiter: ::String
138
+ attr_accessor quote_character: ::String
139
+ SENSITIVE: []
140
+ end
141
+
142
+ class Checksum
143
+ attr_accessor checksum_crc32: ::String
144
+ attr_accessor checksum_crc32c: ::String
145
+ attr_accessor checksum_sha1: ::String
146
+ attr_accessor checksum_sha256: ::String
147
+ SENSITIVE: []
148
+ end
149
+
150
+ class CloudFunctionConfiguration
151
+ attr_accessor id: ::String
152
+ attr_accessor 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")
153
+ attr_accessor 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")]
154
+ attr_accessor cloud_function: ::String
155
+ attr_accessor invocation_role: ::String
156
+ SENSITIVE: []
157
+ end
158
+
159
+ class CommonPrefix
160
+ attr_accessor prefix: ::String
161
+ SENSITIVE: []
162
+ end
163
+
164
+ class CompleteMultipartUploadOutput
165
+ attr_accessor location: ::String
166
+ attr_accessor bucket: ::String
167
+ attr_accessor key: ::String
168
+ attr_accessor expiration: ::String
169
+ attr_accessor etag: ::String
170
+ attr_accessor checksum_crc32: ::String
171
+ attr_accessor checksum_crc32c: ::String
172
+ attr_accessor checksum_sha1: ::String
173
+ attr_accessor checksum_sha256: ::String
174
+ attr_accessor server_side_encryption: ("AES256" | "aws:kms" | "aws:kms:dsse")
175
+ attr_accessor version_id: ::String
176
+ attr_accessor ssekms_key_id: ::String
177
+ attr_accessor bucket_key_enabled: bool
178
+ attr_accessor request_charged: ("requester")
179
+ SENSITIVE: [:ssekms_key_id]
180
+ end
181
+
182
+ class CompleteMultipartUploadRequest
183
+ attr_accessor bucket: ::String
184
+ attr_accessor key: ::String
185
+ attr_accessor multipart_upload: Types::CompletedMultipartUpload
186
+ attr_accessor upload_id: ::String
187
+ attr_accessor checksum_crc32: ::String
188
+ attr_accessor checksum_crc32c: ::String
189
+ attr_accessor checksum_sha1: ::String
190
+ attr_accessor checksum_sha256: ::String
191
+ attr_accessor request_payer: ("requester")
192
+ attr_accessor expected_bucket_owner: ::String
193
+ attr_accessor sse_customer_algorithm: ::String
194
+ attr_accessor sse_customer_key: ::String
195
+ attr_accessor sse_customer_key_md5: ::String
196
+ SENSITIVE: [:sse_customer_key]
197
+ end
198
+
199
+ class CompletedMultipartUpload
200
+ attr_accessor parts: ::Array[Types::CompletedPart]
201
+ SENSITIVE: []
202
+ end
203
+
204
+ class CompletedPart
205
+ attr_accessor etag: ::String
206
+ attr_accessor checksum_crc32: ::String
207
+ attr_accessor checksum_crc32c: ::String
208
+ attr_accessor checksum_sha1: ::String
209
+ attr_accessor checksum_sha256: ::String
210
+ attr_accessor part_number: ::Integer
211
+ SENSITIVE: []
212
+ end
213
+
214
+ class Condition
215
+ attr_accessor http_error_code_returned_equals: ::String
216
+ attr_accessor key_prefix_equals: ::String
217
+ SENSITIVE: []
218
+ end
219
+
220
+ class ContinuationEvent
221
+ attr_accessor event_type: untyped
222
+ SENSITIVE: []
223
+ end
224
+
225
+ class CopyObjectOutput
226
+ attr_accessor copy_object_result: Types::CopyObjectResult
227
+ attr_accessor expiration: ::String
228
+ attr_accessor copy_source_version_id: ::String
229
+ attr_accessor version_id: ::String
230
+ attr_accessor server_side_encryption: ("AES256" | "aws:kms" | "aws:kms:dsse")
231
+ attr_accessor sse_customer_algorithm: ::String
232
+ attr_accessor sse_customer_key_md5: ::String
233
+ attr_accessor ssekms_key_id: ::String
234
+ attr_accessor ssekms_encryption_context: ::String
235
+ attr_accessor bucket_key_enabled: bool
236
+ attr_accessor request_charged: ("requester")
237
+ SENSITIVE: [:ssekms_key_id, :ssekms_encryption_context]
238
+ end
239
+
240
+ class CopyObjectRequest
241
+ attr_accessor acl: ("private" | "public-read" | "public-read-write" | "authenticated-read" | "aws-exec-read" | "bucket-owner-read" | "bucket-owner-full-control")
242
+ attr_accessor bucket: ::String
243
+ attr_accessor cache_control: ::String
244
+ attr_accessor checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256")
245
+ attr_accessor content_disposition: ::String
246
+ attr_accessor content_encoding: ::String
247
+ attr_accessor content_language: ::String
248
+ attr_accessor content_type: ::String
249
+ attr_accessor copy_source: ::String
250
+ attr_accessor copy_source_if_match: ::String
251
+ attr_accessor copy_source_if_modified_since: ::Time
252
+ attr_accessor copy_source_if_none_match: ::String
253
+ attr_accessor copy_source_if_unmodified_since: ::Time
254
+ attr_accessor expires: ::Time
255
+ attr_accessor grant_full_control: ::String
256
+ attr_accessor grant_read: ::String
257
+ attr_accessor grant_read_acp: ::String
258
+ attr_accessor grant_write_acp: ::String
259
+ attr_accessor key: ::String
260
+ attr_accessor metadata: ::Hash[::String, ::String]
261
+ attr_accessor metadata_directive: ("COPY" | "REPLACE")
262
+ attr_accessor tagging_directive: ("COPY" | "REPLACE")
263
+ attr_accessor server_side_encryption: ("AES256" | "aws:kms" | "aws:kms:dsse")
264
+ attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE")
265
+ attr_accessor website_redirect_location: ::String
266
+ attr_accessor sse_customer_algorithm: ::String
267
+ attr_accessor sse_customer_key: ::String
268
+ attr_accessor sse_customer_key_md5: ::String
269
+ attr_accessor ssekms_key_id: ::String
270
+ attr_accessor ssekms_encryption_context: ::String
271
+ attr_accessor bucket_key_enabled: bool
272
+ attr_accessor copy_source_sse_customer_algorithm: ::String
273
+ attr_accessor copy_source_sse_customer_key: ::String
274
+ attr_accessor copy_source_sse_customer_key_md5: ::String
275
+ attr_accessor request_payer: ("requester")
276
+ attr_accessor tagging: ::String
277
+ attr_accessor object_lock_mode: ("GOVERNANCE" | "COMPLIANCE")
278
+ attr_accessor object_lock_retain_until_date: ::Time
279
+ attr_accessor object_lock_legal_hold_status: ("ON" | "OFF")
280
+ attr_accessor expected_bucket_owner: ::String
281
+ attr_accessor expected_source_bucket_owner: ::String
282
+ SENSITIVE: [:sse_customer_key, :ssekms_key_id, :ssekms_encryption_context, :copy_source_sse_customer_key]
283
+ end
284
+
285
+ class CopyObjectResult
286
+ attr_accessor etag: ::String
287
+ attr_accessor last_modified: ::Time
288
+ attr_accessor checksum_crc32: ::String
289
+ attr_accessor checksum_crc32c: ::String
290
+ attr_accessor checksum_sha1: ::String
291
+ attr_accessor checksum_sha256: ::String
292
+ SENSITIVE: []
293
+ end
294
+
295
+ class CopyPartResult
296
+ attr_accessor etag: ::String
297
+ attr_accessor last_modified: ::Time
298
+ attr_accessor checksum_crc32: ::String
299
+ attr_accessor checksum_crc32c: ::String
300
+ attr_accessor checksum_sha1: ::String
301
+ attr_accessor checksum_sha256: ::String
302
+ SENSITIVE: []
303
+ end
304
+
305
+ class CreateBucketConfiguration
306
+ attr_accessor 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")
307
+ attr_accessor location: Types::LocationInfo
308
+ attr_accessor bucket: Types::BucketInfo
309
+ SENSITIVE: []
310
+ end
311
+
312
+ class CreateBucketOutput
313
+ attr_accessor location: ::String
314
+ SENSITIVE: []
315
+ end
316
+
317
+ class CreateBucketRequest
318
+ attr_accessor acl: ("private" | "public-read" | "public-read-write" | "authenticated-read")
319
+ attr_accessor bucket: ::String
320
+ attr_accessor create_bucket_configuration: Types::CreateBucketConfiguration
321
+ attr_accessor grant_full_control: ::String
322
+ attr_accessor grant_read: ::String
323
+ attr_accessor grant_read_acp: ::String
324
+ attr_accessor grant_write: ::String
325
+ attr_accessor grant_write_acp: ::String
326
+ attr_accessor object_lock_enabled_for_bucket: bool
327
+ attr_accessor object_ownership: ("BucketOwnerPreferred" | "ObjectWriter" | "BucketOwnerEnforced")
328
+ SENSITIVE: []
329
+ end
330
+
331
+ class CreateMultipartUploadOutput
332
+ attr_accessor abort_date: ::Time
333
+ attr_accessor abort_rule_id: ::String
334
+ attr_accessor bucket: ::String
335
+ attr_accessor key: ::String
336
+ attr_accessor upload_id: ::String
337
+ attr_accessor server_side_encryption: ("AES256" | "aws:kms" | "aws:kms:dsse")
338
+ attr_accessor sse_customer_algorithm: ::String
339
+ attr_accessor sse_customer_key_md5: ::String
340
+ attr_accessor ssekms_key_id: ::String
341
+ attr_accessor ssekms_encryption_context: ::String
342
+ attr_accessor bucket_key_enabled: bool
343
+ attr_accessor request_charged: ("requester")
344
+ attr_accessor checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256")
345
+ SENSITIVE: [:ssekms_key_id, :ssekms_encryption_context]
346
+ end
347
+
348
+ class CreateMultipartUploadRequest
349
+ attr_accessor acl: ("private" | "public-read" | "public-read-write" | "authenticated-read" | "aws-exec-read" | "bucket-owner-read" | "bucket-owner-full-control")
350
+ attr_accessor bucket: ::String
351
+ attr_accessor cache_control: ::String
352
+ attr_accessor content_disposition: ::String
353
+ attr_accessor content_encoding: ::String
354
+ attr_accessor content_language: ::String
355
+ attr_accessor content_type: ::String
356
+ attr_accessor expires: ::Time
357
+ attr_accessor grant_full_control: ::String
358
+ attr_accessor grant_read: ::String
359
+ attr_accessor grant_read_acp: ::String
360
+ attr_accessor grant_write_acp: ::String
361
+ attr_accessor key: ::String
362
+ attr_accessor metadata: ::Hash[::String, ::String]
363
+ attr_accessor server_side_encryption: ("AES256" | "aws:kms" | "aws:kms:dsse")
364
+ attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE")
365
+ attr_accessor website_redirect_location: ::String
366
+ attr_accessor sse_customer_algorithm: ::String
367
+ attr_accessor sse_customer_key: ::String
368
+ attr_accessor sse_customer_key_md5: ::String
369
+ attr_accessor ssekms_key_id: ::String
370
+ attr_accessor ssekms_encryption_context: ::String
371
+ attr_accessor bucket_key_enabled: bool
372
+ attr_accessor request_payer: ("requester")
373
+ attr_accessor tagging: ::String
374
+ attr_accessor object_lock_mode: ("GOVERNANCE" | "COMPLIANCE")
375
+ attr_accessor object_lock_retain_until_date: ::Time
376
+ attr_accessor object_lock_legal_hold_status: ("ON" | "OFF")
377
+ attr_accessor expected_bucket_owner: ::String
378
+ attr_accessor checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256")
379
+ SENSITIVE: [:sse_customer_key, :ssekms_key_id, :ssekms_encryption_context]
380
+ end
381
+
382
+ class CreateSessionOutput
383
+ attr_accessor credentials: Types::SessionCredentials
384
+ SENSITIVE: []
385
+ end
386
+
387
+ class CreateSessionRequest
388
+ attr_accessor session_mode: ("ReadOnly" | "ReadWrite")
389
+ attr_accessor bucket: ::String
390
+ SENSITIVE: []
391
+ end
392
+
393
+ class DefaultRetention
394
+ attr_accessor mode: ("GOVERNANCE" | "COMPLIANCE")
395
+ attr_accessor days: ::Integer
396
+ attr_accessor years: ::Integer
397
+ SENSITIVE: []
398
+ end
399
+
400
+ class Delete
401
+ attr_accessor objects: ::Array[Types::ObjectIdentifier]
402
+ attr_accessor quiet: bool
403
+ SENSITIVE: []
404
+ end
405
+
406
+ class DeleteBucketAnalyticsConfigurationRequest
407
+ attr_accessor bucket: ::String
408
+ attr_accessor id: ::String
409
+ attr_accessor expected_bucket_owner: ::String
410
+ SENSITIVE: []
411
+ end
412
+
413
+ class DeleteBucketCorsRequest
414
+ attr_accessor bucket: ::String
415
+ attr_accessor expected_bucket_owner: ::String
416
+ SENSITIVE: []
417
+ end
418
+
419
+ class DeleteBucketEncryptionRequest
420
+ attr_accessor bucket: ::String
421
+ attr_accessor expected_bucket_owner: ::String
422
+ SENSITIVE: []
423
+ end
424
+
425
+ class DeleteBucketIntelligentTieringConfigurationRequest
426
+ attr_accessor bucket: ::String
427
+ attr_accessor id: ::String
428
+ SENSITIVE: []
429
+ end
430
+
431
+ class DeleteBucketInventoryConfigurationRequest
432
+ attr_accessor bucket: ::String
433
+ attr_accessor id: ::String
434
+ attr_accessor expected_bucket_owner: ::String
435
+ SENSITIVE: []
436
+ end
437
+
438
+ class DeleteBucketLifecycleRequest
439
+ attr_accessor bucket: ::String
440
+ attr_accessor expected_bucket_owner: ::String
441
+ SENSITIVE: []
442
+ end
443
+
444
+ class DeleteBucketMetricsConfigurationRequest
445
+ attr_accessor bucket: ::String
446
+ attr_accessor id: ::String
447
+ attr_accessor expected_bucket_owner: ::String
448
+ SENSITIVE: []
449
+ end
450
+
451
+ class DeleteBucketOwnershipControlsRequest
452
+ attr_accessor bucket: ::String
453
+ attr_accessor expected_bucket_owner: ::String
454
+ SENSITIVE: []
455
+ end
456
+
457
+ class DeleteBucketPolicyRequest
458
+ attr_accessor bucket: ::String
459
+ attr_accessor expected_bucket_owner: ::String
460
+ SENSITIVE: []
461
+ end
462
+
463
+ class DeleteBucketReplicationRequest
464
+ attr_accessor bucket: ::String
465
+ attr_accessor expected_bucket_owner: ::String
466
+ SENSITIVE: []
467
+ end
468
+
469
+ class DeleteBucketRequest
470
+ attr_accessor bucket: ::String
471
+ attr_accessor expected_bucket_owner: ::String
472
+ SENSITIVE: []
473
+ end
474
+
475
+ class DeleteBucketTaggingRequest
476
+ attr_accessor bucket: ::String
477
+ attr_accessor expected_bucket_owner: ::String
478
+ SENSITIVE: []
479
+ end
480
+
481
+ class DeleteBucketWebsiteRequest
482
+ attr_accessor bucket: ::String
483
+ attr_accessor expected_bucket_owner: ::String
484
+ SENSITIVE: []
485
+ end
486
+
487
+ class DeleteMarkerEntry
488
+ attr_accessor owner: Types::Owner
489
+ attr_accessor key: ::String
490
+ attr_accessor version_id: ::String
491
+ attr_accessor is_latest: bool
492
+ attr_accessor last_modified: ::Time
493
+ SENSITIVE: []
494
+ end
495
+
496
+ class DeleteMarkerReplication
497
+ attr_accessor status: ("Enabled" | "Disabled")
498
+ SENSITIVE: []
499
+ end
500
+
501
+ class DeleteObjectOutput
502
+ attr_accessor delete_marker: bool
503
+ attr_accessor version_id: ::String
504
+ attr_accessor request_charged: ("requester")
505
+ SENSITIVE: []
506
+ end
507
+
508
+ class DeleteObjectRequest
509
+ attr_accessor bucket: ::String
510
+ attr_accessor key: ::String
511
+ attr_accessor mfa: ::String
512
+ attr_accessor version_id: ::String
513
+ attr_accessor request_payer: ("requester")
514
+ attr_accessor bypass_governance_retention: bool
515
+ attr_accessor expected_bucket_owner: ::String
516
+ SENSITIVE: []
517
+ end
518
+
519
+ class DeleteObjectTaggingOutput
520
+ attr_accessor version_id: ::String
521
+ SENSITIVE: []
522
+ end
523
+
524
+ class DeleteObjectTaggingRequest
525
+ attr_accessor bucket: ::String
526
+ attr_accessor key: ::String
527
+ attr_accessor version_id: ::String
528
+ attr_accessor expected_bucket_owner: ::String
529
+ SENSITIVE: []
530
+ end
531
+
532
+ class DeleteObjectsOutput
533
+ attr_accessor deleted: ::Array[Types::DeletedObject]
534
+ attr_accessor request_charged: ("requester")
535
+ attr_accessor errors: ::Array[Types::Error]
536
+ SENSITIVE: []
537
+ end
538
+
539
+ class DeleteObjectsRequest
540
+ attr_accessor bucket: ::String
541
+ attr_accessor delete: Types::Delete
542
+ attr_accessor mfa: ::String
543
+ attr_accessor request_payer: ("requester")
544
+ attr_accessor bypass_governance_retention: bool
545
+ attr_accessor expected_bucket_owner: ::String
546
+ attr_accessor checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256")
547
+ SENSITIVE: []
548
+ end
549
+
550
+ class DeletePublicAccessBlockRequest
551
+ attr_accessor bucket: ::String
552
+ attr_accessor expected_bucket_owner: ::String
553
+ SENSITIVE: []
554
+ end
555
+
556
+ class DeletedObject
557
+ attr_accessor key: ::String
558
+ attr_accessor version_id: ::String
559
+ attr_accessor delete_marker: bool
560
+ attr_accessor delete_marker_version_id: ::String
561
+ SENSITIVE: []
562
+ end
563
+
564
+ class Destination
565
+ attr_accessor bucket: ::String
566
+ attr_accessor account: ::String
567
+ attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE")
568
+ attr_accessor access_control_translation: Types::AccessControlTranslation
569
+ attr_accessor encryption_configuration: Types::EncryptionConfiguration
570
+ attr_accessor replication_time: Types::ReplicationTime
571
+ attr_accessor metrics: Types::Metrics
572
+ SENSITIVE: []
573
+ end
574
+
575
+ class Encryption
576
+ attr_accessor encryption_type: ("AES256" | "aws:kms" | "aws:kms:dsse")
577
+ attr_accessor kms_key_id: ::String
578
+ attr_accessor kms_context: ::String
579
+ SENSITIVE: [:kms_key_id]
580
+ end
581
+
582
+ class EncryptionConfiguration
583
+ attr_accessor replica_kms_key_id: ::String
584
+ SENSITIVE: []
585
+ end
586
+
587
+ class EndEvent
588
+ attr_accessor event_type: untyped
589
+ SENSITIVE: []
590
+ end
591
+
592
+ class Error
593
+ attr_accessor key: ::String
594
+ attr_accessor version_id: ::String
595
+ attr_accessor code: ::String
596
+ attr_accessor message: ::String
597
+ SENSITIVE: []
598
+ end
599
+
600
+ class ErrorDocument
601
+ attr_accessor key: ::String
602
+ SENSITIVE: []
603
+ end
604
+
605
+ class EventBridgeConfiguration < Aws::EmptyStructure
606
+ end
607
+
608
+ class ExistingObjectReplication
609
+ attr_accessor status: ("Enabled" | "Disabled")
610
+ SENSITIVE: []
611
+ end
612
+
613
+ class FilterRule
614
+ attr_accessor name: ("prefix" | "suffix")
615
+ attr_accessor value: ::String
616
+ SENSITIVE: []
617
+ end
618
+
619
+ class GetBucketAccelerateConfigurationOutput
620
+ attr_accessor status: ("Enabled" | "Suspended")
621
+ attr_accessor request_charged: ("requester")
622
+ SENSITIVE: []
623
+ end
624
+
625
+ class GetBucketAccelerateConfigurationRequest
626
+ attr_accessor bucket: ::String
627
+ attr_accessor expected_bucket_owner: ::String
628
+ attr_accessor request_payer: ("requester")
629
+ SENSITIVE: []
630
+ end
631
+
632
+ class GetBucketAclOutput
633
+ attr_accessor owner: Types::Owner
634
+ attr_accessor grants: ::Array[Types::Grant]
635
+ SENSITIVE: []
636
+ end
637
+
638
+ class GetBucketAclRequest
639
+ attr_accessor bucket: ::String
640
+ attr_accessor expected_bucket_owner: ::String
641
+ SENSITIVE: []
642
+ end
643
+
644
+ class GetBucketAnalyticsConfigurationOutput
645
+ attr_accessor analytics_configuration: Types::AnalyticsConfiguration
646
+ SENSITIVE: []
647
+ end
648
+
649
+ class GetBucketAnalyticsConfigurationRequest
650
+ attr_accessor bucket: ::String
651
+ attr_accessor id: ::String
652
+ attr_accessor expected_bucket_owner: ::String
653
+ SENSITIVE: []
654
+ end
655
+
656
+ class GetBucketCorsOutput
657
+ attr_accessor cors_rules: ::Array[Types::CORSRule]
658
+ SENSITIVE: []
659
+ end
660
+
661
+ class GetBucketCorsRequest
662
+ attr_accessor bucket: ::String
663
+ attr_accessor expected_bucket_owner: ::String
664
+ SENSITIVE: []
665
+ end
666
+
667
+ class GetBucketEncryptionOutput
668
+ attr_accessor server_side_encryption_configuration: Types::ServerSideEncryptionConfiguration
669
+ SENSITIVE: []
670
+ end
671
+
672
+ class GetBucketEncryptionRequest
673
+ attr_accessor bucket: ::String
674
+ attr_accessor expected_bucket_owner: ::String
675
+ SENSITIVE: []
676
+ end
677
+
678
+ class GetBucketIntelligentTieringConfigurationOutput
679
+ attr_accessor intelligent_tiering_configuration: Types::IntelligentTieringConfiguration
680
+ SENSITIVE: []
681
+ end
682
+
683
+ class GetBucketIntelligentTieringConfigurationRequest
684
+ attr_accessor bucket: ::String
685
+ attr_accessor id: ::String
686
+ SENSITIVE: []
687
+ end
688
+
689
+ class GetBucketInventoryConfigurationOutput
690
+ attr_accessor inventory_configuration: Types::InventoryConfiguration
691
+ SENSITIVE: []
692
+ end
693
+
694
+ class GetBucketInventoryConfigurationRequest
695
+ attr_accessor bucket: ::String
696
+ attr_accessor id: ::String
697
+ attr_accessor expected_bucket_owner: ::String
698
+ SENSITIVE: []
699
+ end
700
+
701
+ class GetBucketLifecycleConfigurationOutput
702
+ attr_accessor rules: ::Array[Types::LifecycleRule]
703
+ SENSITIVE: []
704
+ end
705
+
706
+ class GetBucketLifecycleConfigurationRequest
707
+ attr_accessor bucket: ::String
708
+ attr_accessor expected_bucket_owner: ::String
709
+ SENSITIVE: []
710
+ end
711
+
712
+ class GetBucketLifecycleOutput
713
+ attr_accessor rules: ::Array[Types::Rule]
714
+ SENSITIVE: []
715
+ end
716
+
717
+ class GetBucketLifecycleRequest
718
+ attr_accessor bucket: ::String
719
+ attr_accessor expected_bucket_owner: ::String
720
+ SENSITIVE: []
721
+ end
722
+
723
+ class GetBucketLocationOutput
724
+ attr_accessor 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")
725
+ SENSITIVE: []
726
+ end
727
+
728
+ class GetBucketLocationRequest
729
+ attr_accessor bucket: ::String
730
+ attr_accessor expected_bucket_owner: ::String
731
+ SENSITIVE: []
732
+ end
733
+
734
+ class GetBucketLoggingOutput
735
+ attr_accessor logging_enabled: Types::LoggingEnabled
736
+ SENSITIVE: []
737
+ end
738
+
739
+ class GetBucketLoggingRequest
740
+ attr_accessor bucket: ::String
741
+ attr_accessor expected_bucket_owner: ::String
742
+ SENSITIVE: []
743
+ end
744
+
745
+ class GetBucketMetricsConfigurationOutput
746
+ attr_accessor metrics_configuration: Types::MetricsConfiguration
747
+ SENSITIVE: []
748
+ end
749
+
750
+ class GetBucketMetricsConfigurationRequest
751
+ attr_accessor bucket: ::String
752
+ attr_accessor id: ::String
753
+ attr_accessor expected_bucket_owner: ::String
754
+ SENSITIVE: []
755
+ end
756
+
757
+ class GetBucketNotificationConfigurationRequest
758
+ attr_accessor bucket: ::String
759
+ attr_accessor expected_bucket_owner: ::String
760
+ SENSITIVE: []
761
+ end
762
+
763
+ class GetBucketOwnershipControlsOutput
764
+ attr_accessor ownership_controls: Types::OwnershipControls
765
+ SENSITIVE: []
766
+ end
767
+
768
+ class GetBucketOwnershipControlsRequest
769
+ attr_accessor bucket: ::String
770
+ attr_accessor expected_bucket_owner: ::String
771
+ SENSITIVE: []
772
+ end
773
+
774
+ class GetBucketPolicyOutput
775
+ attr_accessor policy: ::IO
776
+ SENSITIVE: []
777
+ end
778
+
779
+ class GetBucketPolicyRequest
780
+ attr_accessor bucket: ::String
781
+ attr_accessor expected_bucket_owner: ::String
782
+ SENSITIVE: []
783
+ end
784
+
785
+ class GetBucketPolicyStatusOutput
786
+ attr_accessor policy_status: Types::PolicyStatus
787
+ SENSITIVE: []
788
+ end
789
+
790
+ class GetBucketPolicyStatusRequest
791
+ attr_accessor bucket: ::String
792
+ attr_accessor expected_bucket_owner: ::String
793
+ SENSITIVE: []
794
+ end
795
+
796
+ class GetBucketReplicationOutput
797
+ attr_accessor replication_configuration: Types::ReplicationConfiguration
798
+ SENSITIVE: []
799
+ end
800
+
801
+ class GetBucketReplicationRequest
802
+ attr_accessor bucket: ::String
803
+ attr_accessor expected_bucket_owner: ::String
804
+ SENSITIVE: []
805
+ end
806
+
807
+ class GetBucketRequestPaymentOutput
808
+ attr_accessor payer: ("Requester" | "BucketOwner")
809
+ SENSITIVE: []
810
+ end
811
+
812
+ class GetBucketRequestPaymentRequest
813
+ attr_accessor bucket: ::String
814
+ attr_accessor expected_bucket_owner: ::String
815
+ SENSITIVE: []
816
+ end
817
+
818
+ class GetBucketTaggingOutput
819
+ attr_accessor tag_set: ::Array[Types::Tag]
820
+ SENSITIVE: []
821
+ end
822
+
823
+ class GetBucketTaggingRequest
824
+ attr_accessor bucket: ::String
825
+ attr_accessor expected_bucket_owner: ::String
826
+ SENSITIVE: []
827
+ end
828
+
829
+ class GetBucketVersioningOutput
830
+ attr_accessor status: ("Enabled" | "Suspended")
831
+ attr_accessor mfa_delete: ("Enabled" | "Disabled")
832
+ SENSITIVE: []
833
+ end
834
+
835
+ class GetBucketVersioningRequest
836
+ attr_accessor bucket: ::String
837
+ attr_accessor expected_bucket_owner: ::String
838
+ SENSITIVE: []
839
+ end
840
+
841
+ class GetBucketWebsiteOutput
842
+ attr_accessor redirect_all_requests_to: Types::RedirectAllRequestsTo
843
+ attr_accessor index_document: Types::IndexDocument
844
+ attr_accessor error_document: Types::ErrorDocument
845
+ attr_accessor routing_rules: ::Array[Types::RoutingRule]
846
+ SENSITIVE: []
847
+ end
848
+
849
+ class GetBucketWebsiteRequest
850
+ attr_accessor bucket: ::String
851
+ attr_accessor expected_bucket_owner: ::String
852
+ SENSITIVE: []
853
+ end
854
+
855
+ class GetObjectAclOutput
856
+ attr_accessor owner: Types::Owner
857
+ attr_accessor grants: ::Array[Types::Grant]
858
+ attr_accessor request_charged: ("requester")
859
+ SENSITIVE: []
860
+ end
861
+
862
+ class GetObjectAclRequest
863
+ attr_accessor bucket: ::String
864
+ attr_accessor key: ::String
865
+ attr_accessor version_id: ::String
866
+ attr_accessor request_payer: ("requester")
867
+ attr_accessor expected_bucket_owner: ::String
868
+ SENSITIVE: []
869
+ end
870
+
871
+ class GetObjectAttributesOutput
872
+ attr_accessor delete_marker: bool
873
+ attr_accessor last_modified: ::Time
874
+ attr_accessor version_id: ::String
875
+ attr_accessor request_charged: ("requester")
876
+ attr_accessor etag: ::String
877
+ attr_accessor checksum: Types::Checksum
878
+ attr_accessor object_parts: Types::GetObjectAttributesParts
879
+ attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE")
880
+ attr_accessor object_size: ::Integer
881
+ SENSITIVE: []
882
+ end
883
+
884
+ class GetObjectAttributesParts
885
+ attr_accessor total_parts_count: ::Integer
886
+ attr_accessor part_number_marker: ::Integer
887
+ attr_accessor next_part_number_marker: ::Integer
888
+ attr_accessor max_parts: ::Integer
889
+ attr_accessor is_truncated: bool
890
+ attr_accessor parts: ::Array[Types::ObjectPart]
891
+ SENSITIVE: []
892
+ end
893
+
894
+ class GetObjectAttributesRequest
895
+ attr_accessor bucket: ::String
896
+ attr_accessor key: ::String
897
+ attr_accessor version_id: ::String
898
+ attr_accessor max_parts: ::Integer
899
+ attr_accessor part_number_marker: ::Integer
900
+ attr_accessor sse_customer_algorithm: ::String
901
+ attr_accessor sse_customer_key: ::String
902
+ attr_accessor sse_customer_key_md5: ::String
903
+ attr_accessor request_payer: ("requester")
904
+ attr_accessor expected_bucket_owner: ::String
905
+ attr_accessor object_attributes: ::Array[("ETag" | "Checksum" | "ObjectParts" | "StorageClass" | "ObjectSize")]
906
+ SENSITIVE: [:sse_customer_key]
907
+ end
908
+
909
+ class GetObjectLegalHoldOutput
910
+ attr_accessor legal_hold: Types::ObjectLockLegalHold
911
+ SENSITIVE: []
912
+ end
913
+
914
+ class GetObjectLegalHoldRequest
915
+ attr_accessor bucket: ::String
916
+ attr_accessor key: ::String
917
+ attr_accessor version_id: ::String
918
+ attr_accessor request_payer: ("requester")
919
+ attr_accessor expected_bucket_owner: ::String
920
+ SENSITIVE: []
921
+ end
922
+
923
+ class GetObjectLockConfigurationOutput
924
+ attr_accessor object_lock_configuration: Types::ObjectLockConfiguration
925
+ SENSITIVE: []
926
+ end
927
+
928
+ class GetObjectLockConfigurationRequest
929
+ attr_accessor bucket: ::String
930
+ attr_accessor expected_bucket_owner: ::String
931
+ SENSITIVE: []
932
+ end
933
+
934
+ class GetObjectOutput
935
+ attr_accessor body: ::IO
936
+ attr_accessor delete_marker: bool
937
+ attr_accessor accept_ranges: ::String
938
+ attr_accessor expiration: ::String
939
+ attr_accessor restore: ::String
940
+ attr_accessor last_modified: ::Time
941
+ attr_accessor content_length: ::Integer
942
+ attr_accessor etag: ::String
943
+ attr_accessor checksum_crc32: ::String
944
+ attr_accessor checksum_crc32c: ::String
945
+ attr_accessor checksum_sha1: ::String
946
+ attr_accessor checksum_sha256: ::String
947
+ attr_accessor missing_meta: ::Integer
948
+ attr_accessor version_id: ::String
949
+ attr_accessor cache_control: ::String
950
+ attr_accessor content_disposition: ::String
951
+ attr_accessor content_encoding: ::String
952
+ attr_accessor content_language: ::String
953
+ attr_accessor content_range: ::String
954
+ attr_accessor content_type: ::String
955
+ attr_accessor expires: ::Time
956
+ attr_accessor expires_string: ::String
957
+ attr_accessor website_redirect_location: ::String
958
+ attr_accessor server_side_encryption: ("AES256" | "aws:kms" | "aws:kms:dsse")
959
+ attr_accessor metadata: ::Hash[::String, ::String]
960
+ attr_accessor sse_customer_algorithm: ::String
961
+ attr_accessor sse_customer_key_md5: ::String
962
+ attr_accessor ssekms_key_id: ::String
963
+ attr_accessor bucket_key_enabled: bool
964
+ attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE")
965
+ attr_accessor request_charged: ("requester")
966
+ attr_accessor replication_status: ("COMPLETE" | "PENDING" | "FAILED" | "REPLICA" | "COMPLETED")
967
+ attr_accessor parts_count: ::Integer
968
+ attr_accessor tag_count: ::Integer
969
+ attr_accessor object_lock_mode: ("GOVERNANCE" | "COMPLIANCE")
970
+ attr_accessor object_lock_retain_until_date: ::Time
971
+ attr_accessor object_lock_legal_hold_status: ("ON" | "OFF")
972
+ SENSITIVE: [:ssekms_key_id]
973
+ end
974
+
975
+ class GetObjectRequest
976
+ attr_accessor bucket: ::String
977
+ attr_accessor if_match: ::String
978
+ attr_accessor if_modified_since: ::Time
979
+ attr_accessor if_none_match: ::String
980
+ attr_accessor if_unmodified_since: ::Time
981
+ attr_accessor key: ::String
982
+ attr_accessor range: ::String
983
+ attr_accessor response_cache_control: ::String
984
+ attr_accessor response_content_disposition: ::String
985
+ attr_accessor response_content_encoding: ::String
986
+ attr_accessor response_content_language: ::String
987
+ attr_accessor response_content_type: ::String
988
+ attr_accessor response_expires: ::Time
989
+ attr_accessor version_id: ::String
990
+ attr_accessor sse_customer_algorithm: ::String
991
+ attr_accessor sse_customer_key: ::String
992
+ attr_accessor sse_customer_key_md5: ::String
993
+ attr_accessor request_payer: ("requester")
994
+ attr_accessor part_number: ::Integer
995
+ attr_accessor expected_bucket_owner: ::String
996
+ attr_accessor checksum_mode: ("ENABLED")
997
+ SENSITIVE: [:sse_customer_key]
998
+ end
999
+
1000
+ class GetObjectRetentionOutput
1001
+ attr_accessor retention: Types::ObjectLockRetention
1002
+ SENSITIVE: []
1003
+ end
1004
+
1005
+ class GetObjectRetentionRequest
1006
+ attr_accessor bucket: ::String
1007
+ attr_accessor key: ::String
1008
+ attr_accessor version_id: ::String
1009
+ attr_accessor request_payer: ("requester")
1010
+ attr_accessor expected_bucket_owner: ::String
1011
+ SENSITIVE: []
1012
+ end
1013
+
1014
+ class GetObjectTaggingOutput
1015
+ attr_accessor version_id: ::String
1016
+ attr_accessor tag_set: ::Array[Types::Tag]
1017
+ SENSITIVE: []
1018
+ end
1019
+
1020
+ class GetObjectTaggingRequest
1021
+ attr_accessor bucket: ::String
1022
+ attr_accessor key: ::String
1023
+ attr_accessor version_id: ::String
1024
+ attr_accessor expected_bucket_owner: ::String
1025
+ attr_accessor request_payer: ("requester")
1026
+ SENSITIVE: []
1027
+ end
1028
+
1029
+ class GetObjectTorrentOutput
1030
+ attr_accessor body: ::IO
1031
+ attr_accessor request_charged: ("requester")
1032
+ SENSITIVE: []
1033
+ end
1034
+
1035
+ class GetObjectTorrentRequest
1036
+ attr_accessor bucket: ::String
1037
+ attr_accessor key: ::String
1038
+ attr_accessor request_payer: ("requester")
1039
+ attr_accessor expected_bucket_owner: ::String
1040
+ SENSITIVE: []
1041
+ end
1042
+
1043
+ class GetPublicAccessBlockOutput
1044
+ attr_accessor public_access_block_configuration: Types::PublicAccessBlockConfiguration
1045
+ SENSITIVE: []
1046
+ end
1047
+
1048
+ class GetPublicAccessBlockRequest
1049
+ attr_accessor bucket: ::String
1050
+ attr_accessor expected_bucket_owner: ::String
1051
+ SENSITIVE: []
1052
+ end
1053
+
1054
+ class GlacierJobParameters
1055
+ attr_accessor tier: ("Standard" | "Bulk" | "Expedited")
1056
+ SENSITIVE: []
1057
+ end
1058
+
1059
+ class Grant
1060
+ attr_accessor grantee: Types::Grantee
1061
+ attr_accessor permission: ("FULL_CONTROL" | "WRITE" | "WRITE_ACP" | "READ" | "READ_ACP")
1062
+ SENSITIVE: []
1063
+ end
1064
+
1065
+ class Grantee
1066
+ attr_accessor display_name: ::String
1067
+ attr_accessor email_address: ::String
1068
+ attr_accessor id: ::String
1069
+ attr_accessor type: ("CanonicalUser" | "AmazonCustomerByEmail" | "Group")
1070
+ attr_accessor uri: ::String
1071
+ SENSITIVE: []
1072
+ end
1073
+
1074
+ class HeadBucketOutput
1075
+ attr_accessor bucket_location_type: ("AvailabilityZone")
1076
+ attr_accessor bucket_location_name: ::String
1077
+ attr_accessor bucket_region: ::String
1078
+ attr_accessor access_point_alias: bool
1079
+ SENSITIVE: []
1080
+ end
1081
+
1082
+ class HeadBucketRequest
1083
+ attr_accessor bucket: ::String
1084
+ attr_accessor expected_bucket_owner: ::String
1085
+ SENSITIVE: []
1086
+ end
1087
+
1088
+ class HeadObjectOutput
1089
+ attr_accessor delete_marker: bool
1090
+ attr_accessor accept_ranges: ::String
1091
+ attr_accessor expiration: ::String
1092
+ attr_accessor restore: ::String
1093
+ attr_accessor archive_status: ("ARCHIVE_ACCESS" | "DEEP_ARCHIVE_ACCESS")
1094
+ attr_accessor last_modified: ::Time
1095
+ attr_accessor content_length: ::Integer
1096
+ attr_accessor checksum_crc32: ::String
1097
+ attr_accessor checksum_crc32c: ::String
1098
+ attr_accessor checksum_sha1: ::String
1099
+ attr_accessor checksum_sha256: ::String
1100
+ attr_accessor etag: ::String
1101
+ attr_accessor missing_meta: ::Integer
1102
+ attr_accessor version_id: ::String
1103
+ attr_accessor cache_control: ::String
1104
+ attr_accessor content_disposition: ::String
1105
+ attr_accessor content_encoding: ::String
1106
+ attr_accessor content_language: ::String
1107
+ attr_accessor content_type: ::String
1108
+ attr_accessor expires: ::Time
1109
+ attr_accessor expires_string: ::String
1110
+ attr_accessor website_redirect_location: ::String
1111
+ attr_accessor server_side_encryption: ("AES256" | "aws:kms" | "aws:kms:dsse")
1112
+ attr_accessor metadata: ::Hash[::String, ::String]
1113
+ attr_accessor sse_customer_algorithm: ::String
1114
+ attr_accessor sse_customer_key_md5: ::String
1115
+ attr_accessor ssekms_key_id: ::String
1116
+ attr_accessor bucket_key_enabled: bool
1117
+ attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE")
1118
+ attr_accessor request_charged: ("requester")
1119
+ attr_accessor replication_status: ("COMPLETE" | "PENDING" | "FAILED" | "REPLICA" | "COMPLETED")
1120
+ attr_accessor parts_count: ::Integer
1121
+ attr_accessor object_lock_mode: ("GOVERNANCE" | "COMPLIANCE")
1122
+ attr_accessor object_lock_retain_until_date: ::Time
1123
+ attr_accessor object_lock_legal_hold_status: ("ON" | "OFF")
1124
+ SENSITIVE: [:ssekms_key_id]
1125
+ end
1126
+
1127
+ class HeadObjectRequest
1128
+ attr_accessor bucket: ::String
1129
+ attr_accessor if_match: ::String
1130
+ attr_accessor if_modified_since: ::Time
1131
+ attr_accessor if_none_match: ::String
1132
+ attr_accessor if_unmodified_since: ::Time
1133
+ attr_accessor key: ::String
1134
+ attr_accessor range: ::String
1135
+ attr_accessor version_id: ::String
1136
+ attr_accessor sse_customer_algorithm: ::String
1137
+ attr_accessor sse_customer_key: ::String
1138
+ attr_accessor sse_customer_key_md5: ::String
1139
+ attr_accessor request_payer: ("requester")
1140
+ attr_accessor part_number: ::Integer
1141
+ attr_accessor expected_bucket_owner: ::String
1142
+ attr_accessor checksum_mode: ("ENABLED")
1143
+ SENSITIVE: [:sse_customer_key]
1144
+ end
1145
+
1146
+ class IndexDocument
1147
+ attr_accessor suffix: ::String
1148
+ SENSITIVE: []
1149
+ end
1150
+
1151
+ class Initiator
1152
+ attr_accessor id: ::String
1153
+ attr_accessor display_name: ::String
1154
+ SENSITIVE: []
1155
+ end
1156
+
1157
+ class InputSerialization
1158
+ attr_accessor csv: Types::CSVInput
1159
+ attr_accessor compression_type: ("NONE" | "GZIP" | "BZIP2")
1160
+ attr_accessor json: Types::JSONInput
1161
+ attr_accessor parquet: Types::ParquetInput
1162
+ SENSITIVE: []
1163
+ end
1164
+
1165
+ class IntelligentTieringAndOperator
1166
+ attr_accessor prefix: ::String
1167
+ attr_accessor tags: ::Array[Types::Tag]
1168
+ SENSITIVE: []
1169
+ end
1170
+
1171
+ class IntelligentTieringConfiguration
1172
+ attr_accessor id: ::String
1173
+ attr_accessor filter: Types::IntelligentTieringFilter
1174
+ attr_accessor status: ("Enabled" | "Disabled")
1175
+ attr_accessor tierings: ::Array[Types::Tiering]
1176
+ SENSITIVE: []
1177
+ end
1178
+
1179
+ class IntelligentTieringFilter
1180
+ attr_accessor prefix: ::String
1181
+ attr_accessor tag: Types::Tag
1182
+ attr_accessor and: Types::IntelligentTieringAndOperator
1183
+ SENSITIVE: []
1184
+ end
1185
+
1186
+ class InvalidObjectState
1187
+ attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE")
1188
+ attr_accessor access_tier: ("ARCHIVE_ACCESS" | "DEEP_ARCHIVE_ACCESS")
1189
+ SENSITIVE: []
1190
+ end
1191
+
1192
+ class InventoryConfiguration
1193
+ attr_accessor destination: Types::InventoryDestination
1194
+ attr_accessor is_enabled: bool
1195
+ attr_accessor filter: Types::InventoryFilter
1196
+ attr_accessor id: ::String
1197
+ attr_accessor included_object_versions: ("All" | "Current")
1198
+ attr_accessor optional_fields: ::Array[("Size" | "LastModifiedDate" | "StorageClass" | "ETag" | "IsMultipartUploaded" | "ReplicationStatus" | "EncryptionStatus" | "ObjectLockRetainUntilDate" | "ObjectLockMode" | "ObjectLockLegalHoldStatus" | "IntelligentTieringAccessTier" | "BucketKeyStatus" | "ChecksumAlgorithm" | "ObjectAccessControlList" | "ObjectOwner")]
1199
+ attr_accessor schedule: Types::InventorySchedule
1200
+ SENSITIVE: []
1201
+ end
1202
+
1203
+ class InventoryDestination
1204
+ attr_accessor s3_bucket_destination: Types::InventoryS3BucketDestination
1205
+ SENSITIVE: []
1206
+ end
1207
+
1208
+ class InventoryEncryption
1209
+ attr_accessor sses3: Types::SSES3
1210
+ attr_accessor ssekms: Types::SSEKMS
1211
+ SENSITIVE: []
1212
+ end
1213
+
1214
+ class InventoryFilter
1215
+ attr_accessor prefix: ::String
1216
+ SENSITIVE: []
1217
+ end
1218
+
1219
+ class InventoryS3BucketDestination
1220
+ attr_accessor account_id: ::String
1221
+ attr_accessor bucket: ::String
1222
+ attr_accessor format: ("CSV" | "ORC" | "Parquet")
1223
+ attr_accessor prefix: ::String
1224
+ attr_accessor encryption: Types::InventoryEncryption
1225
+ SENSITIVE: []
1226
+ end
1227
+
1228
+ class InventorySchedule
1229
+ attr_accessor frequency: ("Daily" | "Weekly")
1230
+ SENSITIVE: []
1231
+ end
1232
+
1233
+ class JSONInput
1234
+ attr_accessor type: ("DOCUMENT" | "LINES")
1235
+ SENSITIVE: []
1236
+ end
1237
+
1238
+ class JSONOutput
1239
+ attr_accessor record_delimiter: ::String
1240
+ SENSITIVE: []
1241
+ end
1242
+
1243
+ class LambdaFunctionConfiguration
1244
+ attr_accessor id: ::String
1245
+ attr_accessor lambda_function_arn: ::String
1246
+ attr_accessor 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")]
1247
+ attr_accessor filter: Types::NotificationConfigurationFilter
1248
+ SENSITIVE: []
1249
+ end
1250
+
1251
+ class LifecycleConfiguration
1252
+ attr_accessor rules: ::Array[Types::Rule]
1253
+ SENSITIVE: []
1254
+ end
1255
+
1256
+ class LifecycleExpiration
1257
+ attr_accessor date: ::Time
1258
+ attr_accessor days: ::Integer
1259
+ attr_accessor expired_object_delete_marker: bool
1260
+ SENSITIVE: []
1261
+ end
1262
+
1263
+ class LifecycleRule
1264
+ attr_accessor expiration: Types::LifecycleExpiration
1265
+ attr_accessor id: ::String
1266
+ attr_accessor prefix: ::String
1267
+ attr_accessor filter: Types::LifecycleRuleFilter
1268
+ attr_accessor status: ("Enabled" | "Disabled")
1269
+ attr_accessor transitions: ::Array[Types::Transition]
1270
+ attr_accessor noncurrent_version_transitions: ::Array[Types::NoncurrentVersionTransition]
1271
+ attr_accessor noncurrent_version_expiration: Types::NoncurrentVersionExpiration
1272
+ attr_accessor abort_incomplete_multipart_upload: Types::AbortIncompleteMultipartUpload
1273
+ SENSITIVE: []
1274
+ end
1275
+
1276
+ class LifecycleRuleAndOperator
1277
+ attr_accessor prefix: ::String
1278
+ attr_accessor tags: ::Array[Types::Tag]
1279
+ attr_accessor object_size_greater_than: ::Integer
1280
+ attr_accessor object_size_less_than: ::Integer
1281
+ SENSITIVE: []
1282
+ end
1283
+
1284
+ class LifecycleRuleFilter
1285
+ attr_accessor prefix: ::String
1286
+ attr_accessor tag: Types::Tag
1287
+ attr_accessor object_size_greater_than: ::Integer
1288
+ attr_accessor object_size_less_than: ::Integer
1289
+ attr_accessor and: Types::LifecycleRuleAndOperator
1290
+ SENSITIVE: []
1291
+ end
1292
+
1293
+ class ListBucketAnalyticsConfigurationsOutput
1294
+ attr_accessor is_truncated: bool
1295
+ attr_accessor continuation_token: ::String
1296
+ attr_accessor next_continuation_token: ::String
1297
+ attr_accessor analytics_configuration_list: ::Array[Types::AnalyticsConfiguration]
1298
+ SENSITIVE: []
1299
+ end
1300
+
1301
+ class ListBucketAnalyticsConfigurationsRequest
1302
+ attr_accessor bucket: ::String
1303
+ attr_accessor continuation_token: ::String
1304
+ attr_accessor expected_bucket_owner: ::String
1305
+ SENSITIVE: []
1306
+ end
1307
+
1308
+ class ListBucketIntelligentTieringConfigurationsOutput
1309
+ attr_accessor is_truncated: bool
1310
+ attr_accessor continuation_token: ::String
1311
+ attr_accessor next_continuation_token: ::String
1312
+ attr_accessor intelligent_tiering_configuration_list: ::Array[Types::IntelligentTieringConfiguration]
1313
+ SENSITIVE: []
1314
+ end
1315
+
1316
+ class ListBucketIntelligentTieringConfigurationsRequest
1317
+ attr_accessor bucket: ::String
1318
+ attr_accessor continuation_token: ::String
1319
+ SENSITIVE: []
1320
+ end
1321
+
1322
+ class ListBucketInventoryConfigurationsOutput
1323
+ attr_accessor continuation_token: ::String
1324
+ attr_accessor inventory_configuration_list: ::Array[Types::InventoryConfiguration]
1325
+ attr_accessor is_truncated: bool
1326
+ attr_accessor next_continuation_token: ::String
1327
+ SENSITIVE: []
1328
+ end
1329
+
1330
+ class ListBucketInventoryConfigurationsRequest
1331
+ attr_accessor bucket: ::String
1332
+ attr_accessor continuation_token: ::String
1333
+ attr_accessor expected_bucket_owner: ::String
1334
+ SENSITIVE: []
1335
+ end
1336
+
1337
+ class ListBucketMetricsConfigurationsOutput
1338
+ attr_accessor is_truncated: bool
1339
+ attr_accessor continuation_token: ::String
1340
+ attr_accessor next_continuation_token: ::String
1341
+ attr_accessor metrics_configuration_list: ::Array[Types::MetricsConfiguration]
1342
+ SENSITIVE: []
1343
+ end
1344
+
1345
+ class ListBucketMetricsConfigurationsRequest
1346
+ attr_accessor bucket: ::String
1347
+ attr_accessor continuation_token: ::String
1348
+ attr_accessor expected_bucket_owner: ::String
1349
+ SENSITIVE: []
1350
+ end
1351
+
1352
+ class ListBucketsOutput
1353
+ attr_accessor buckets: ::Array[Types::Bucket]
1354
+ attr_accessor owner: Types::Owner
1355
+ SENSITIVE: []
1356
+ end
1357
+
1358
+ class ListDirectoryBucketsOutput
1359
+ attr_accessor buckets: ::Array[Types::Bucket]
1360
+ attr_accessor continuation_token: ::String
1361
+ SENSITIVE: []
1362
+ end
1363
+
1364
+ class ListDirectoryBucketsRequest
1365
+ attr_accessor continuation_token: ::String
1366
+ attr_accessor max_directory_buckets: ::Integer
1367
+ SENSITIVE: []
1368
+ end
1369
+
1370
+ class ListMultipartUploadsOutput
1371
+ attr_accessor bucket: ::String
1372
+ attr_accessor key_marker: ::String
1373
+ attr_accessor upload_id_marker: ::String
1374
+ attr_accessor next_key_marker: ::String
1375
+ attr_accessor prefix: ::String
1376
+ attr_accessor delimiter: ::String
1377
+ attr_accessor next_upload_id_marker: ::String
1378
+ attr_accessor max_uploads: ::Integer
1379
+ attr_accessor is_truncated: bool
1380
+ attr_accessor uploads: ::Array[Types::MultipartUpload]
1381
+ attr_accessor common_prefixes: ::Array[Types::CommonPrefix]
1382
+ attr_accessor encoding_type: ("url")
1383
+ attr_accessor request_charged: ("requester")
1384
+ SENSITIVE: []
1385
+ end
1386
+
1387
+ class ListMultipartUploadsRequest
1388
+ attr_accessor bucket: ::String
1389
+ attr_accessor delimiter: ::String
1390
+ attr_accessor encoding_type: ("url")
1391
+ attr_accessor key_marker: ::String
1392
+ attr_accessor max_uploads: ::Integer
1393
+ attr_accessor prefix: ::String
1394
+ attr_accessor upload_id_marker: ::String
1395
+ attr_accessor expected_bucket_owner: ::String
1396
+ attr_accessor request_payer: ("requester")
1397
+ SENSITIVE: []
1398
+ end
1399
+
1400
+ class ListObjectVersionsOutput
1401
+ attr_accessor is_truncated: bool
1402
+ attr_accessor key_marker: ::String
1403
+ attr_accessor version_id_marker: ::String
1404
+ attr_accessor next_key_marker: ::String
1405
+ attr_accessor next_version_id_marker: ::String
1406
+ attr_accessor versions: ::Array[Types::ObjectVersion]
1407
+ attr_accessor delete_markers: ::Array[Types::DeleteMarkerEntry]
1408
+ attr_accessor name: ::String
1409
+ attr_accessor prefix: ::String
1410
+ attr_accessor delimiter: ::String
1411
+ attr_accessor max_keys: ::Integer
1412
+ attr_accessor common_prefixes: ::Array[Types::CommonPrefix]
1413
+ attr_accessor encoding_type: ("url")
1414
+ attr_accessor request_charged: ("requester")
1415
+ SENSITIVE: []
1416
+ end
1417
+
1418
+ class ListObjectVersionsRequest
1419
+ attr_accessor bucket: ::String
1420
+ attr_accessor delimiter: ::String
1421
+ attr_accessor encoding_type: ("url")
1422
+ attr_accessor key_marker: ::String
1423
+ attr_accessor max_keys: ::Integer
1424
+ attr_accessor prefix: ::String
1425
+ attr_accessor version_id_marker: ::String
1426
+ attr_accessor expected_bucket_owner: ::String
1427
+ attr_accessor request_payer: ("requester")
1428
+ attr_accessor optional_object_attributes: ::Array[("RestoreStatus")]
1429
+ SENSITIVE: []
1430
+ end
1431
+
1432
+ class ListObjectsOutput
1433
+ attr_accessor is_truncated: bool
1434
+ attr_accessor marker: ::String
1435
+ attr_accessor next_marker: ::String
1436
+ attr_accessor contents: ::Array[Types::Object]
1437
+ attr_accessor name: ::String
1438
+ attr_accessor prefix: ::String
1439
+ attr_accessor delimiter: ::String
1440
+ attr_accessor max_keys: ::Integer
1441
+ attr_accessor common_prefixes: ::Array[Types::CommonPrefix]
1442
+ attr_accessor encoding_type: ("url")
1443
+ attr_accessor request_charged: ("requester")
1444
+ SENSITIVE: []
1445
+ end
1446
+
1447
+ class ListObjectsRequest
1448
+ attr_accessor bucket: ::String
1449
+ attr_accessor delimiter: ::String
1450
+ attr_accessor encoding_type: ("url")
1451
+ attr_accessor marker: ::String
1452
+ attr_accessor max_keys: ::Integer
1453
+ attr_accessor prefix: ::String
1454
+ attr_accessor request_payer: ("requester")
1455
+ attr_accessor expected_bucket_owner: ::String
1456
+ attr_accessor optional_object_attributes: ::Array[("RestoreStatus")]
1457
+ SENSITIVE: []
1458
+ end
1459
+
1460
+ class ListObjectsV2Output
1461
+ attr_accessor is_truncated: bool
1462
+ attr_accessor contents: ::Array[Types::Object]
1463
+ attr_accessor name: ::String
1464
+ attr_accessor prefix: ::String
1465
+ attr_accessor delimiter: ::String
1466
+ attr_accessor max_keys: ::Integer
1467
+ attr_accessor common_prefixes: ::Array[Types::CommonPrefix]
1468
+ attr_accessor encoding_type: ("url")
1469
+ attr_accessor key_count: ::Integer
1470
+ attr_accessor continuation_token: ::String
1471
+ attr_accessor next_continuation_token: ::String
1472
+ attr_accessor start_after: ::String
1473
+ attr_accessor request_charged: ("requester")
1474
+ SENSITIVE: []
1475
+ end
1476
+
1477
+ class ListObjectsV2Request
1478
+ attr_accessor bucket: ::String
1479
+ attr_accessor delimiter: ::String
1480
+ attr_accessor encoding_type: ("url")
1481
+ attr_accessor max_keys: ::Integer
1482
+ attr_accessor prefix: ::String
1483
+ attr_accessor continuation_token: ::String
1484
+ attr_accessor fetch_owner: bool
1485
+ attr_accessor start_after: ::String
1486
+ attr_accessor request_payer: ("requester")
1487
+ attr_accessor expected_bucket_owner: ::String
1488
+ attr_accessor optional_object_attributes: ::Array[("RestoreStatus")]
1489
+ SENSITIVE: []
1490
+ end
1491
+
1492
+ class ListPartsOutput
1493
+ attr_accessor abort_date: ::Time
1494
+ attr_accessor abort_rule_id: ::String
1495
+ attr_accessor bucket: ::String
1496
+ attr_accessor key: ::String
1497
+ attr_accessor upload_id: ::String
1498
+ attr_accessor part_number_marker: ::Integer
1499
+ attr_accessor next_part_number_marker: ::Integer
1500
+ attr_accessor max_parts: ::Integer
1501
+ attr_accessor is_truncated: bool
1502
+ attr_accessor parts: ::Array[Types::Part]
1503
+ attr_accessor initiator: Types::Initiator
1504
+ attr_accessor owner: Types::Owner
1505
+ attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE")
1506
+ attr_accessor request_charged: ("requester")
1507
+ attr_accessor checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256")
1508
+ SENSITIVE: []
1509
+ end
1510
+
1511
+ class ListPartsRequest
1512
+ attr_accessor bucket: ::String
1513
+ attr_accessor key: ::String
1514
+ attr_accessor max_parts: ::Integer
1515
+ attr_accessor part_number_marker: ::Integer
1516
+ attr_accessor upload_id: ::String
1517
+ attr_accessor request_payer: ("requester")
1518
+ attr_accessor expected_bucket_owner: ::String
1519
+ attr_accessor sse_customer_algorithm: ::String
1520
+ attr_accessor sse_customer_key: ::String
1521
+ attr_accessor sse_customer_key_md5: ::String
1522
+ SENSITIVE: [:sse_customer_key]
1523
+ end
1524
+
1525
+ class LocationInfo
1526
+ attr_accessor type: ("AvailabilityZone")
1527
+ attr_accessor name: ::String
1528
+ SENSITIVE: []
1529
+ end
1530
+
1531
+ class LoggingEnabled
1532
+ attr_accessor target_bucket: ::String
1533
+ attr_accessor target_grants: ::Array[Types::TargetGrant]
1534
+ attr_accessor target_prefix: ::String
1535
+ attr_accessor target_object_key_format: Types::TargetObjectKeyFormat
1536
+ SENSITIVE: []
1537
+ end
1538
+
1539
+ class MetadataEntry
1540
+ attr_accessor name: ::String
1541
+ attr_accessor value: ::String
1542
+ SENSITIVE: []
1543
+ end
1544
+
1545
+ class Metrics
1546
+ attr_accessor status: ("Enabled" | "Disabled")
1547
+ attr_accessor event_threshold: Types::ReplicationTimeValue
1548
+ SENSITIVE: []
1549
+ end
1550
+
1551
+ class MetricsAndOperator
1552
+ attr_accessor prefix: ::String
1553
+ attr_accessor tags: ::Array[Types::Tag]
1554
+ attr_accessor access_point_arn: ::String
1555
+ SENSITIVE: []
1556
+ end
1557
+
1558
+ class MetricsConfiguration
1559
+ attr_accessor id: ::String
1560
+ attr_accessor filter: Types::MetricsFilter
1561
+ SENSITIVE: []
1562
+ end
1563
+
1564
+ class MetricsFilter
1565
+ attr_accessor prefix: ::String
1566
+ attr_accessor tag: Types::Tag
1567
+ attr_accessor access_point_arn: ::String
1568
+ attr_accessor and: Types::MetricsAndOperator
1569
+ SENSITIVE: []
1570
+ end
1571
+
1572
+ class MultipartUpload
1573
+ attr_accessor upload_id: ::String
1574
+ attr_accessor key: ::String
1575
+ attr_accessor initiated: ::Time
1576
+ attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE")
1577
+ attr_accessor owner: Types::Owner
1578
+ attr_accessor initiator: Types::Initiator
1579
+ attr_accessor checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256")
1580
+ SENSITIVE: []
1581
+ end
1582
+
1583
+ class NoSuchBucket < Aws::EmptyStructure
1584
+ end
1585
+
1586
+ class NoSuchKey < Aws::EmptyStructure
1587
+ end
1588
+
1589
+ class NoSuchUpload < Aws::EmptyStructure
1590
+ end
1591
+
1592
+ class NoncurrentVersionExpiration
1593
+ attr_accessor noncurrent_days: ::Integer
1594
+ attr_accessor newer_noncurrent_versions: ::Integer
1595
+ SENSITIVE: []
1596
+ end
1597
+
1598
+ class NoncurrentVersionTransition
1599
+ attr_accessor noncurrent_days: ::Integer
1600
+ attr_accessor storage_class: ("GLACIER" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "DEEP_ARCHIVE" | "GLACIER_IR")
1601
+ attr_accessor newer_noncurrent_versions: ::Integer
1602
+ SENSITIVE: []
1603
+ end
1604
+
1605
+ class NotificationConfiguration
1606
+ attr_accessor topic_configurations: ::Array[Types::TopicConfiguration]
1607
+ attr_accessor queue_configurations: ::Array[Types::QueueConfiguration]
1608
+ attr_accessor lambda_function_configurations: ::Array[Types::LambdaFunctionConfiguration]
1609
+ attr_accessor event_bridge_configuration: Types::EventBridgeConfiguration
1610
+ SENSITIVE: []
1611
+ end
1612
+
1613
+ class NotificationConfigurationDeprecated
1614
+ attr_accessor topic_configuration: Types::TopicConfigurationDeprecated
1615
+ attr_accessor queue_configuration: Types::QueueConfigurationDeprecated
1616
+ attr_accessor cloud_function_configuration: Types::CloudFunctionConfiguration
1617
+ SENSITIVE: []
1618
+ end
1619
+
1620
+ class NotificationConfigurationFilter
1621
+ attr_accessor key: Types::S3KeyFilter
1622
+ SENSITIVE: []
1623
+ end
1624
+
1625
+ class Object
1626
+ attr_accessor key: ::String
1627
+ attr_accessor last_modified: ::Time
1628
+ attr_accessor etag: ::String
1629
+ attr_accessor checksum_algorithm: ::Array[("CRC32" | "CRC32C" | "SHA1" | "SHA256")]
1630
+ attr_accessor size: ::Integer
1631
+ attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "GLACIER" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE")
1632
+ attr_accessor owner: Types::Owner
1633
+ attr_accessor restore_status: Types::RestoreStatus
1634
+ SENSITIVE: []
1635
+ end
1636
+
1637
+ class ObjectAlreadyInActiveTierError < Aws::EmptyStructure
1638
+ end
1639
+
1640
+ class ObjectIdentifier
1641
+ attr_accessor key: ::String
1642
+ attr_accessor version_id: ::String
1643
+ SENSITIVE: []
1644
+ end
1645
+
1646
+ class ObjectLockConfiguration
1647
+ attr_accessor object_lock_enabled: ("Enabled")
1648
+ attr_accessor rule: Types::ObjectLockRule
1649
+ SENSITIVE: []
1650
+ end
1651
+
1652
+ class ObjectLockLegalHold
1653
+ attr_accessor status: ("ON" | "OFF")
1654
+ SENSITIVE: []
1655
+ end
1656
+
1657
+ class ObjectLockRetention
1658
+ attr_accessor mode: ("GOVERNANCE" | "COMPLIANCE")
1659
+ attr_accessor retain_until_date: ::Time
1660
+ SENSITIVE: []
1661
+ end
1662
+
1663
+ class ObjectLockRule
1664
+ attr_accessor default_retention: Types::DefaultRetention
1665
+ SENSITIVE: []
1666
+ end
1667
+
1668
+ class ObjectNotInActiveTierError < Aws::EmptyStructure
1669
+ end
1670
+
1671
+ class ObjectPart
1672
+ attr_accessor part_number: ::Integer
1673
+ attr_accessor size: ::Integer
1674
+ attr_accessor checksum_crc32: ::String
1675
+ attr_accessor checksum_crc32c: ::String
1676
+ attr_accessor checksum_sha1: ::String
1677
+ attr_accessor checksum_sha256: ::String
1678
+ SENSITIVE: []
1679
+ end
1680
+
1681
+ class ObjectVersion
1682
+ attr_accessor etag: ::String
1683
+ attr_accessor checksum_algorithm: ::Array[("CRC32" | "CRC32C" | "SHA1" | "SHA256")]
1684
+ attr_accessor size: ::Integer
1685
+ attr_accessor storage_class: ("STANDARD")
1686
+ attr_accessor key: ::String
1687
+ attr_accessor version_id: ::String
1688
+ attr_accessor is_latest: bool
1689
+ attr_accessor last_modified: ::Time
1690
+ attr_accessor owner: Types::Owner
1691
+ attr_accessor restore_status: Types::RestoreStatus
1692
+ SENSITIVE: []
1693
+ end
1694
+
1695
+ class OutputLocation
1696
+ attr_accessor s3: Types::S3Location
1697
+ SENSITIVE: []
1698
+ end
1699
+
1700
+ class OutputSerialization
1701
+ attr_accessor csv: Types::CSVOutput
1702
+ attr_accessor json: Types::JSONOutput
1703
+ SENSITIVE: []
1704
+ end
1705
+
1706
+ class Owner
1707
+ attr_accessor display_name: ::String
1708
+ attr_accessor id: ::String
1709
+ SENSITIVE: []
1710
+ end
1711
+
1712
+ class OwnershipControls
1713
+ attr_accessor rules: ::Array[Types::OwnershipControlsRule]
1714
+ SENSITIVE: []
1715
+ end
1716
+
1717
+ class OwnershipControlsRule
1718
+ attr_accessor object_ownership: ("BucketOwnerPreferred" | "ObjectWriter" | "BucketOwnerEnforced")
1719
+ SENSITIVE: []
1720
+ end
1721
+
1722
+ class ParquetInput < Aws::EmptyStructure
1723
+ end
1724
+
1725
+ class Part
1726
+ attr_accessor part_number: ::Integer
1727
+ attr_accessor last_modified: ::Time
1728
+ attr_accessor etag: ::String
1729
+ attr_accessor size: ::Integer
1730
+ attr_accessor checksum_crc32: ::String
1731
+ attr_accessor checksum_crc32c: ::String
1732
+ attr_accessor checksum_sha1: ::String
1733
+ attr_accessor checksum_sha256: ::String
1734
+ SENSITIVE: []
1735
+ end
1736
+
1737
+ class PartitionedPrefix
1738
+ attr_accessor partition_date_source: ("EventTime" | "DeliveryTime")
1739
+ SENSITIVE: []
1740
+ end
1741
+
1742
+ class PolicyStatus
1743
+ attr_accessor is_public: bool
1744
+ SENSITIVE: []
1745
+ end
1746
+
1747
+ class Progress
1748
+ attr_accessor bytes_scanned: ::Integer
1749
+ attr_accessor bytes_processed: ::Integer
1750
+ attr_accessor bytes_returned: ::Integer
1751
+ SENSITIVE: []
1752
+ end
1753
+
1754
+ class ProgressEvent
1755
+ attr_accessor details: Types::Progress
1756
+ attr_accessor event_type: untyped
1757
+ SENSITIVE: []
1758
+ end
1759
+
1760
+ class PublicAccessBlockConfiguration
1761
+ attr_accessor block_public_acls: bool
1762
+ attr_accessor ignore_public_acls: bool
1763
+ attr_accessor block_public_policy: bool
1764
+ attr_accessor restrict_public_buckets: bool
1765
+ SENSITIVE: []
1766
+ end
1767
+
1768
+ class PutBucketAccelerateConfigurationRequest
1769
+ attr_accessor bucket: ::String
1770
+ attr_accessor accelerate_configuration: Types::AccelerateConfiguration
1771
+ attr_accessor expected_bucket_owner: ::String
1772
+ attr_accessor checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256")
1773
+ SENSITIVE: []
1774
+ end
1775
+
1776
+ class PutBucketAclRequest
1777
+ attr_accessor acl: ("private" | "public-read" | "public-read-write" | "authenticated-read")
1778
+ attr_accessor access_control_policy: Types::AccessControlPolicy
1779
+ attr_accessor bucket: ::String
1780
+ attr_accessor content_md5: ::String
1781
+ attr_accessor checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256")
1782
+ attr_accessor grant_full_control: ::String
1783
+ attr_accessor grant_read: ::String
1784
+ attr_accessor grant_read_acp: ::String
1785
+ attr_accessor grant_write: ::String
1786
+ attr_accessor grant_write_acp: ::String
1787
+ attr_accessor expected_bucket_owner: ::String
1788
+ SENSITIVE: []
1789
+ end
1790
+
1791
+ class PutBucketAnalyticsConfigurationRequest
1792
+ attr_accessor bucket: ::String
1793
+ attr_accessor id: ::String
1794
+ attr_accessor analytics_configuration: Types::AnalyticsConfiguration
1795
+ attr_accessor expected_bucket_owner: ::String
1796
+ SENSITIVE: []
1797
+ end
1798
+
1799
+ class PutBucketCorsRequest
1800
+ attr_accessor bucket: ::String
1801
+ attr_accessor cors_configuration: Types::CORSConfiguration
1802
+ attr_accessor content_md5: ::String
1803
+ attr_accessor checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256")
1804
+ attr_accessor expected_bucket_owner: ::String
1805
+ SENSITIVE: []
1806
+ end
1807
+
1808
+ class PutBucketEncryptionRequest
1809
+ attr_accessor bucket: ::String
1810
+ attr_accessor content_md5: ::String
1811
+ attr_accessor checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256")
1812
+ attr_accessor server_side_encryption_configuration: Types::ServerSideEncryptionConfiguration
1813
+ attr_accessor expected_bucket_owner: ::String
1814
+ SENSITIVE: []
1815
+ end
1816
+
1817
+ class PutBucketIntelligentTieringConfigurationRequest
1818
+ attr_accessor bucket: ::String
1819
+ attr_accessor id: ::String
1820
+ attr_accessor intelligent_tiering_configuration: Types::IntelligentTieringConfiguration
1821
+ SENSITIVE: []
1822
+ end
1823
+
1824
+ class PutBucketInventoryConfigurationRequest
1825
+ attr_accessor bucket: ::String
1826
+ attr_accessor id: ::String
1827
+ attr_accessor inventory_configuration: Types::InventoryConfiguration
1828
+ attr_accessor expected_bucket_owner: ::String
1829
+ SENSITIVE: []
1830
+ end
1831
+
1832
+ class PutBucketLifecycleConfigurationRequest
1833
+ attr_accessor bucket: ::String
1834
+ attr_accessor checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256")
1835
+ attr_accessor lifecycle_configuration: Types::BucketLifecycleConfiguration
1836
+ attr_accessor expected_bucket_owner: ::String
1837
+ SENSITIVE: []
1838
+ end
1839
+
1840
+ class PutBucketLifecycleRequest
1841
+ attr_accessor bucket: ::String
1842
+ attr_accessor content_md5: ::String
1843
+ attr_accessor checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256")
1844
+ attr_accessor lifecycle_configuration: Types::LifecycleConfiguration
1845
+ attr_accessor expected_bucket_owner: ::String
1846
+ SENSITIVE: []
1847
+ end
1848
+
1849
+ class PutBucketLoggingRequest
1850
+ attr_accessor bucket: ::String
1851
+ attr_accessor bucket_logging_status: Types::BucketLoggingStatus
1852
+ attr_accessor content_md5: ::String
1853
+ attr_accessor checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256")
1854
+ attr_accessor expected_bucket_owner: ::String
1855
+ SENSITIVE: []
1856
+ end
1857
+
1858
+ class PutBucketMetricsConfigurationRequest
1859
+ attr_accessor bucket: ::String
1860
+ attr_accessor id: ::String
1861
+ attr_accessor metrics_configuration: Types::MetricsConfiguration
1862
+ attr_accessor expected_bucket_owner: ::String
1863
+ SENSITIVE: []
1864
+ end
1865
+
1866
+ class PutBucketNotificationConfigurationRequest
1867
+ attr_accessor bucket: ::String
1868
+ attr_accessor notification_configuration: Types::NotificationConfiguration
1869
+ attr_accessor expected_bucket_owner: ::String
1870
+ attr_accessor skip_destination_validation: bool
1871
+ SENSITIVE: []
1872
+ end
1873
+
1874
+ class PutBucketNotificationRequest
1875
+ attr_accessor bucket: ::String
1876
+ attr_accessor content_md5: ::String
1877
+ attr_accessor checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256")
1878
+ attr_accessor notification_configuration: Types::NotificationConfigurationDeprecated
1879
+ attr_accessor expected_bucket_owner: ::String
1880
+ SENSITIVE: []
1881
+ end
1882
+
1883
+ class PutBucketOwnershipControlsRequest
1884
+ attr_accessor bucket: ::String
1885
+ attr_accessor content_md5: ::String
1886
+ attr_accessor expected_bucket_owner: ::String
1887
+ attr_accessor ownership_controls: Types::OwnershipControls
1888
+ SENSITIVE: []
1889
+ end
1890
+
1891
+ class PutBucketPolicyRequest
1892
+ attr_accessor bucket: ::String
1893
+ attr_accessor content_md5: ::String
1894
+ attr_accessor checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256")
1895
+ attr_accessor confirm_remove_self_bucket_access: bool
1896
+ attr_accessor policy: ::IO
1897
+ attr_accessor expected_bucket_owner: ::String
1898
+ SENSITIVE: []
1899
+ end
1900
+
1901
+ class PutBucketReplicationRequest
1902
+ attr_accessor bucket: ::String
1903
+ attr_accessor content_md5: ::String
1904
+ attr_accessor checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256")
1905
+ attr_accessor replication_configuration: Types::ReplicationConfiguration
1906
+ attr_accessor token: ::String
1907
+ attr_accessor expected_bucket_owner: ::String
1908
+ SENSITIVE: []
1909
+ end
1910
+
1911
+ class PutBucketRequestPaymentRequest
1912
+ attr_accessor bucket: ::String
1913
+ attr_accessor content_md5: ::String
1914
+ attr_accessor checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256")
1915
+ attr_accessor request_payment_configuration: Types::RequestPaymentConfiguration
1916
+ attr_accessor expected_bucket_owner: ::String
1917
+ SENSITIVE: []
1918
+ end
1919
+
1920
+ class PutBucketTaggingRequest
1921
+ attr_accessor bucket: ::String
1922
+ attr_accessor content_md5: ::String
1923
+ attr_accessor checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256")
1924
+ attr_accessor tagging: Types::Tagging
1925
+ attr_accessor expected_bucket_owner: ::String
1926
+ SENSITIVE: []
1927
+ end
1928
+
1929
+ class PutBucketVersioningRequest
1930
+ attr_accessor bucket: ::String
1931
+ attr_accessor content_md5: ::String
1932
+ attr_accessor checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256")
1933
+ attr_accessor mfa: ::String
1934
+ attr_accessor versioning_configuration: Types::VersioningConfiguration
1935
+ attr_accessor expected_bucket_owner: ::String
1936
+ SENSITIVE: []
1937
+ end
1938
+
1939
+ class PutBucketWebsiteRequest
1940
+ attr_accessor bucket: ::String
1941
+ attr_accessor content_md5: ::String
1942
+ attr_accessor checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256")
1943
+ attr_accessor website_configuration: Types::WebsiteConfiguration
1944
+ attr_accessor expected_bucket_owner: ::String
1945
+ SENSITIVE: []
1946
+ end
1947
+
1948
+ class PutObjectAclOutput
1949
+ attr_accessor request_charged: ("requester")
1950
+ SENSITIVE: []
1951
+ end
1952
+
1953
+ class PutObjectAclRequest
1954
+ attr_accessor acl: ("private" | "public-read" | "public-read-write" | "authenticated-read" | "aws-exec-read" | "bucket-owner-read" | "bucket-owner-full-control")
1955
+ attr_accessor access_control_policy: Types::AccessControlPolicy
1956
+ attr_accessor bucket: ::String
1957
+ attr_accessor content_md5: ::String
1958
+ attr_accessor checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256")
1959
+ attr_accessor grant_full_control: ::String
1960
+ attr_accessor grant_read: ::String
1961
+ attr_accessor grant_read_acp: ::String
1962
+ attr_accessor grant_write: ::String
1963
+ attr_accessor grant_write_acp: ::String
1964
+ attr_accessor key: ::String
1965
+ attr_accessor request_payer: ("requester")
1966
+ attr_accessor version_id: ::String
1967
+ attr_accessor expected_bucket_owner: ::String
1968
+ SENSITIVE: []
1969
+ end
1970
+
1971
+ class PutObjectLegalHoldOutput
1972
+ attr_accessor request_charged: ("requester")
1973
+ SENSITIVE: []
1974
+ end
1975
+
1976
+ class PutObjectLegalHoldRequest
1977
+ attr_accessor bucket: ::String
1978
+ attr_accessor key: ::String
1979
+ attr_accessor legal_hold: Types::ObjectLockLegalHold
1980
+ attr_accessor request_payer: ("requester")
1981
+ attr_accessor version_id: ::String
1982
+ attr_accessor content_md5: ::String
1983
+ attr_accessor checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256")
1984
+ attr_accessor expected_bucket_owner: ::String
1985
+ SENSITIVE: []
1986
+ end
1987
+
1988
+ class PutObjectLockConfigurationOutput
1989
+ attr_accessor request_charged: ("requester")
1990
+ SENSITIVE: []
1991
+ end
1992
+
1993
+ class PutObjectLockConfigurationRequest
1994
+ attr_accessor bucket: ::String
1995
+ attr_accessor object_lock_configuration: Types::ObjectLockConfiguration
1996
+ attr_accessor request_payer: ("requester")
1997
+ attr_accessor token: ::String
1998
+ attr_accessor content_md5: ::String
1999
+ attr_accessor checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256")
2000
+ attr_accessor expected_bucket_owner: ::String
2001
+ SENSITIVE: []
2002
+ end
2003
+
2004
+ class PutObjectOutput
2005
+ attr_accessor expiration: ::String
2006
+ attr_accessor etag: ::String
2007
+ attr_accessor checksum_crc32: ::String
2008
+ attr_accessor checksum_crc32c: ::String
2009
+ attr_accessor checksum_sha1: ::String
2010
+ attr_accessor checksum_sha256: ::String
2011
+ attr_accessor server_side_encryption: ("AES256" | "aws:kms" | "aws:kms:dsse")
2012
+ attr_accessor version_id: ::String
2013
+ attr_accessor sse_customer_algorithm: ::String
2014
+ attr_accessor sse_customer_key_md5: ::String
2015
+ attr_accessor ssekms_key_id: ::String
2016
+ attr_accessor ssekms_encryption_context: ::String
2017
+ attr_accessor bucket_key_enabled: bool
2018
+ attr_accessor request_charged: ("requester")
2019
+ SENSITIVE: [:ssekms_key_id, :ssekms_encryption_context]
2020
+ end
2021
+
2022
+ class PutObjectRequest
2023
+ attr_accessor acl: ("private" | "public-read" | "public-read-write" | "authenticated-read" | "aws-exec-read" | "bucket-owner-read" | "bucket-owner-full-control")
2024
+ attr_accessor body: ::IO
2025
+ attr_accessor bucket: ::String
2026
+ attr_accessor cache_control: ::String
2027
+ attr_accessor content_disposition: ::String
2028
+ attr_accessor content_encoding: ::String
2029
+ attr_accessor content_language: ::String
2030
+ attr_accessor content_length: ::Integer
2031
+ attr_accessor content_md5: ::String
2032
+ attr_accessor content_type: ::String
2033
+ attr_accessor checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256")
2034
+ attr_accessor checksum_crc32: ::String
2035
+ attr_accessor checksum_crc32c: ::String
2036
+ attr_accessor checksum_sha1: ::String
2037
+ attr_accessor checksum_sha256: ::String
2038
+ attr_accessor expires: ::Time
2039
+ attr_accessor grant_full_control: ::String
2040
+ attr_accessor grant_read: ::String
2041
+ attr_accessor grant_read_acp: ::String
2042
+ attr_accessor grant_write_acp: ::String
2043
+ attr_accessor key: ::String
2044
+ attr_accessor metadata: ::Hash[::String, ::String]
2045
+ attr_accessor server_side_encryption: ("AES256" | "aws:kms" | "aws:kms:dsse")
2046
+ attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE")
2047
+ attr_accessor website_redirect_location: ::String
2048
+ attr_accessor sse_customer_algorithm: ::String
2049
+ attr_accessor sse_customer_key: ::String
2050
+ attr_accessor sse_customer_key_md5: ::String
2051
+ attr_accessor ssekms_key_id: ::String
2052
+ attr_accessor ssekms_encryption_context: ::String
2053
+ attr_accessor bucket_key_enabled: bool
2054
+ attr_accessor request_payer: ("requester")
2055
+ attr_accessor tagging: ::String
2056
+ attr_accessor object_lock_mode: ("GOVERNANCE" | "COMPLIANCE")
2057
+ attr_accessor object_lock_retain_until_date: ::Time
2058
+ attr_accessor object_lock_legal_hold_status: ("ON" | "OFF")
2059
+ attr_accessor expected_bucket_owner: ::String
2060
+ SENSITIVE: [:sse_customer_key, :ssekms_key_id, :ssekms_encryption_context]
2061
+ end
2062
+
2063
+ class PutObjectRetentionOutput
2064
+ attr_accessor request_charged: ("requester")
2065
+ SENSITIVE: []
2066
+ end
2067
+
2068
+ class PutObjectRetentionRequest
2069
+ attr_accessor bucket: ::String
2070
+ attr_accessor key: ::String
2071
+ attr_accessor retention: Types::ObjectLockRetention
2072
+ attr_accessor request_payer: ("requester")
2073
+ attr_accessor version_id: ::String
2074
+ attr_accessor bypass_governance_retention: bool
2075
+ attr_accessor content_md5: ::String
2076
+ attr_accessor checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256")
2077
+ attr_accessor expected_bucket_owner: ::String
2078
+ SENSITIVE: []
2079
+ end
2080
+
2081
+ class PutObjectTaggingOutput
2082
+ attr_accessor version_id: ::String
2083
+ SENSITIVE: []
2084
+ end
2085
+
2086
+ class PutObjectTaggingRequest
2087
+ attr_accessor bucket: ::String
2088
+ attr_accessor key: ::String
2089
+ attr_accessor version_id: ::String
2090
+ attr_accessor content_md5: ::String
2091
+ attr_accessor checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256")
2092
+ attr_accessor tagging: Types::Tagging
2093
+ attr_accessor expected_bucket_owner: ::String
2094
+ attr_accessor request_payer: ("requester")
2095
+ SENSITIVE: []
2096
+ end
2097
+
2098
+ class PutPublicAccessBlockRequest
2099
+ attr_accessor bucket: ::String
2100
+ attr_accessor content_md5: ::String
2101
+ attr_accessor checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256")
2102
+ attr_accessor public_access_block_configuration: Types::PublicAccessBlockConfiguration
2103
+ attr_accessor expected_bucket_owner: ::String
2104
+ SENSITIVE: []
2105
+ end
2106
+
2107
+ class QueueConfiguration
2108
+ attr_accessor id: ::String
2109
+ attr_accessor queue_arn: ::String
2110
+ attr_accessor 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")]
2111
+ attr_accessor filter: Types::NotificationConfigurationFilter
2112
+ SENSITIVE: []
2113
+ end
2114
+
2115
+ class QueueConfigurationDeprecated
2116
+ attr_accessor id: ::String
2117
+ attr_accessor 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")
2118
+ attr_accessor 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")]
2119
+ attr_accessor queue: ::String
2120
+ SENSITIVE: []
2121
+ end
2122
+
2123
+ class RecordsEvent
2124
+ attr_accessor payload: ::IO
2125
+ attr_accessor event_type: untyped
2126
+ SENSITIVE: []
2127
+ end
2128
+
2129
+ class Redirect
2130
+ attr_accessor host_name: ::String
2131
+ attr_accessor http_redirect_code: ::String
2132
+ attr_accessor protocol: ("http" | "https")
2133
+ attr_accessor replace_key_prefix_with: ::String
2134
+ attr_accessor replace_key_with: ::String
2135
+ SENSITIVE: []
2136
+ end
2137
+
2138
+ class RedirectAllRequestsTo
2139
+ attr_accessor host_name: ::String
2140
+ attr_accessor protocol: ("http" | "https")
2141
+ SENSITIVE: []
2142
+ end
2143
+
2144
+ class ReplicaModifications
2145
+ attr_accessor status: ("Enabled" | "Disabled")
2146
+ SENSITIVE: []
2147
+ end
2148
+
2149
+ class ReplicationConfiguration
2150
+ attr_accessor role: ::String
2151
+ attr_accessor rules: ::Array[Types::ReplicationRule]
2152
+ SENSITIVE: []
2153
+ end
2154
+
2155
+ class ReplicationRule
2156
+ attr_accessor id: ::String
2157
+ attr_accessor priority: ::Integer
2158
+ attr_accessor prefix: ::String
2159
+ attr_accessor filter: Types::ReplicationRuleFilter
2160
+ attr_accessor status: ("Enabled" | "Disabled")
2161
+ attr_accessor source_selection_criteria: Types::SourceSelectionCriteria
2162
+ attr_accessor existing_object_replication: Types::ExistingObjectReplication
2163
+ attr_accessor destination: Types::Destination
2164
+ attr_accessor delete_marker_replication: Types::DeleteMarkerReplication
2165
+ SENSITIVE: []
2166
+ end
2167
+
2168
+ class ReplicationRuleAndOperator
2169
+ attr_accessor prefix: ::String
2170
+ attr_accessor tags: ::Array[Types::Tag]
2171
+ SENSITIVE: []
2172
+ end
2173
+
2174
+ class ReplicationRuleFilter
2175
+ attr_accessor prefix: ::String
2176
+ attr_accessor tag: Types::Tag
2177
+ attr_accessor and: Types::ReplicationRuleAndOperator
2178
+ SENSITIVE: []
2179
+ end
2180
+
2181
+ class ReplicationTime
2182
+ attr_accessor status: ("Enabled" | "Disabled")
2183
+ attr_accessor time: Types::ReplicationTimeValue
2184
+ SENSITIVE: []
2185
+ end
2186
+
2187
+ class ReplicationTimeValue
2188
+ attr_accessor minutes: ::Integer
2189
+ SENSITIVE: []
2190
+ end
2191
+
2192
+ class RequestPaymentConfiguration
2193
+ attr_accessor payer: ("Requester" | "BucketOwner")
2194
+ SENSITIVE: []
2195
+ end
2196
+
2197
+ class RequestProgress
2198
+ attr_accessor enabled: bool
2199
+ SENSITIVE: []
2200
+ end
2201
+
2202
+ class RestoreObjectOutput
2203
+ attr_accessor request_charged: ("requester")
2204
+ attr_accessor restore_output_path: ::String
2205
+ SENSITIVE: []
2206
+ end
2207
+
2208
+ class RestoreObjectRequest
2209
+ attr_accessor bucket: ::String
2210
+ attr_accessor key: ::String
2211
+ attr_accessor version_id: ::String
2212
+ attr_accessor restore_request: Types::RestoreRequest
2213
+ attr_accessor request_payer: ("requester")
2214
+ attr_accessor checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256")
2215
+ attr_accessor expected_bucket_owner: ::String
2216
+ SENSITIVE: []
2217
+ end
2218
+
2219
+ class RestoreRequest
2220
+ attr_accessor days: ::Integer
2221
+ attr_accessor glacier_job_parameters: Types::GlacierJobParameters
2222
+ attr_accessor type: ("SELECT")
2223
+ attr_accessor tier: ("Standard" | "Bulk" | "Expedited")
2224
+ attr_accessor description: ::String
2225
+ attr_accessor select_parameters: Types::SelectParameters
2226
+ attr_accessor output_location: Types::OutputLocation
2227
+ SENSITIVE: []
2228
+ end
2229
+
2230
+ class RestoreStatus
2231
+ attr_accessor is_restore_in_progress: bool
2232
+ attr_accessor restore_expiry_date: ::Time
2233
+ SENSITIVE: []
2234
+ end
2235
+
2236
+ class RoutingRule
2237
+ attr_accessor condition: Types::Condition
2238
+ attr_accessor redirect: Types::Redirect
2239
+ SENSITIVE: []
2240
+ end
2241
+
2242
+ class Rule
2243
+ attr_accessor expiration: Types::LifecycleExpiration
2244
+ attr_accessor id: ::String
2245
+ attr_accessor prefix: ::String
2246
+ attr_accessor status: ("Enabled" | "Disabled")
2247
+ attr_accessor transition: Types::Transition
2248
+ attr_accessor noncurrent_version_transition: Types::NoncurrentVersionTransition
2249
+ attr_accessor noncurrent_version_expiration: Types::NoncurrentVersionExpiration
2250
+ attr_accessor abort_incomplete_multipart_upload: Types::AbortIncompleteMultipartUpload
2251
+ SENSITIVE: []
2252
+ end
2253
+
2254
+ class S3KeyFilter
2255
+ attr_accessor filter_rules: ::Array[Types::FilterRule]
2256
+ SENSITIVE: []
2257
+ end
2258
+
2259
+ class S3Location
2260
+ attr_accessor bucket_name: ::String
2261
+ attr_accessor prefix: ::String
2262
+ attr_accessor encryption: Types::Encryption
2263
+ attr_accessor canned_acl: ("private" | "public-read" | "public-read-write" | "authenticated-read" | "aws-exec-read" | "bucket-owner-read" | "bucket-owner-full-control")
2264
+ attr_accessor access_control_list: ::Array[Types::Grant]
2265
+ attr_accessor tagging: Types::Tagging
2266
+ attr_accessor user_metadata: ::Array[Types::MetadataEntry]
2267
+ attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE")
2268
+ SENSITIVE: []
2269
+ end
2270
+
2271
+ class SSEKMS
2272
+ attr_accessor key_id: ::String
2273
+ SENSITIVE: [:key_id]
2274
+ end
2275
+
2276
+ class SSES3 < Aws::EmptyStructure
2277
+ end
2278
+
2279
+ class ScanRange
2280
+ attr_accessor start: ::Integer
2281
+ attr_accessor end: ::Integer
2282
+ SENSITIVE: []
2283
+ end
2284
+
2285
+ class SelectObjectContentOutput
2286
+ attr_accessor payload: Types::SelectObjectContentEventStream
2287
+ SENSITIVE: []
2288
+ end
2289
+
2290
+ class SelectObjectContentRequest
2291
+ attr_accessor bucket: ::String
2292
+ attr_accessor key: ::String
2293
+ attr_accessor sse_customer_algorithm: ::String
2294
+ attr_accessor sse_customer_key: ::String
2295
+ attr_accessor sse_customer_key_md5: ::String
2296
+ attr_accessor expression: ::String
2297
+ attr_accessor expression_type: ("SQL")
2298
+ attr_accessor request_progress: Types::RequestProgress
2299
+ attr_accessor input_serialization: Types::InputSerialization
2300
+ attr_accessor output_serialization: Types::OutputSerialization
2301
+ attr_accessor scan_range: Types::ScanRange
2302
+ attr_accessor expected_bucket_owner: ::String
2303
+ SENSITIVE: [:sse_customer_key]
2304
+ end
2305
+
2306
+ class SelectParameters
2307
+ attr_accessor input_serialization: Types::InputSerialization
2308
+ attr_accessor expression_type: ("SQL")
2309
+ attr_accessor expression: ::String
2310
+ attr_accessor output_serialization: Types::OutputSerialization
2311
+ SENSITIVE: []
2312
+ end
2313
+
2314
+ class ServerSideEncryptionByDefault
2315
+ attr_accessor sse_algorithm: ("AES256" | "aws:kms" | "aws:kms:dsse")
2316
+ attr_accessor kms_master_key_id: ::String
2317
+ SENSITIVE: [:kms_master_key_id]
2318
+ end
2319
+
2320
+ class ServerSideEncryptionConfiguration
2321
+ attr_accessor rules: ::Array[Types::ServerSideEncryptionRule]
2322
+ SENSITIVE: []
2323
+ end
2324
+
2325
+ class ServerSideEncryptionRule
2326
+ attr_accessor apply_server_side_encryption_by_default: Types::ServerSideEncryptionByDefault
2327
+ attr_accessor bucket_key_enabled: bool
2328
+ SENSITIVE: []
2329
+ end
2330
+
2331
+ class SessionCredentials
2332
+ attr_accessor access_key_id: ::String
2333
+ attr_accessor secret_access_key: ::String
2334
+ attr_accessor session_token: ::String
2335
+ attr_accessor expiration: ::Time
2336
+ SENSITIVE: [:secret_access_key, :session_token]
2337
+ end
2338
+
2339
+ class SimplePrefix < Aws::EmptyStructure
2340
+ end
2341
+
2342
+ class SourceSelectionCriteria
2343
+ attr_accessor sse_kms_encrypted_objects: Types::SseKmsEncryptedObjects
2344
+ attr_accessor replica_modifications: Types::ReplicaModifications
2345
+ SENSITIVE: []
2346
+ end
2347
+
2348
+ class SseKmsEncryptedObjects
2349
+ attr_accessor status: ("Enabled" | "Disabled")
2350
+ SENSITIVE: []
2351
+ end
2352
+
2353
+ class Stats
2354
+ attr_accessor bytes_scanned: ::Integer
2355
+ attr_accessor bytes_processed: ::Integer
2356
+ attr_accessor bytes_returned: ::Integer
2357
+ SENSITIVE: []
2358
+ end
2359
+
2360
+ class StatsEvent
2361
+ attr_accessor details: Types::Stats
2362
+ attr_accessor event_type: untyped
2363
+ SENSITIVE: []
2364
+ end
2365
+
2366
+ class StorageClassAnalysis
2367
+ attr_accessor data_export: Types::StorageClassAnalysisDataExport
2368
+ SENSITIVE: []
2369
+ end
2370
+
2371
+ class StorageClassAnalysisDataExport
2372
+ attr_accessor output_schema_version: ("V_1")
2373
+ attr_accessor destination: Types::AnalyticsExportDestination
2374
+ SENSITIVE: []
2375
+ end
2376
+
2377
+ class Tag
2378
+ attr_accessor key: ::String
2379
+ attr_accessor value: ::String
2380
+ SENSITIVE: []
2381
+ end
2382
+
2383
+ class Tagging
2384
+ attr_accessor tag_set: ::Array[Types::Tag]
2385
+ SENSITIVE: []
2386
+ end
2387
+
2388
+ class TargetGrant
2389
+ attr_accessor grantee: Types::Grantee
2390
+ attr_accessor permission: ("FULL_CONTROL" | "READ" | "WRITE")
2391
+ SENSITIVE: []
2392
+ end
2393
+
2394
+ class TargetObjectKeyFormat
2395
+ attr_accessor simple_prefix: Types::SimplePrefix
2396
+ attr_accessor partitioned_prefix: Types::PartitionedPrefix
2397
+ SENSITIVE: []
2398
+ end
2399
+
2400
+ class Tiering
2401
+ attr_accessor days: ::Integer
2402
+ attr_accessor access_tier: ("ARCHIVE_ACCESS" | "DEEP_ARCHIVE_ACCESS")
2403
+ SENSITIVE: []
2404
+ end
2405
+
2406
+ class TopicConfiguration
2407
+ attr_accessor id: ::String
2408
+ attr_accessor topic_arn: ::String
2409
+ attr_accessor 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")]
2410
+ attr_accessor filter: Types::NotificationConfigurationFilter
2411
+ SENSITIVE: []
2412
+ end
2413
+
2414
+ class TopicConfigurationDeprecated
2415
+ attr_accessor id: ::String
2416
+ attr_accessor 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")]
2417
+ attr_accessor 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")
2418
+ attr_accessor topic: ::String
2419
+ SENSITIVE: []
2420
+ end
2421
+
2422
+ class Transition
2423
+ attr_accessor date: ::Time
2424
+ attr_accessor days: ::Integer
2425
+ attr_accessor storage_class: ("GLACIER" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "DEEP_ARCHIVE" | "GLACIER_IR")
2426
+ SENSITIVE: []
2427
+ end
2428
+
2429
+ class UploadPartCopyOutput
2430
+ attr_accessor copy_source_version_id: ::String
2431
+ attr_accessor copy_part_result: Types::CopyPartResult
2432
+ attr_accessor server_side_encryption: ("AES256" | "aws:kms" | "aws:kms:dsse")
2433
+ attr_accessor sse_customer_algorithm: ::String
2434
+ attr_accessor sse_customer_key_md5: ::String
2435
+ attr_accessor ssekms_key_id: ::String
2436
+ attr_accessor bucket_key_enabled: bool
2437
+ attr_accessor request_charged: ("requester")
2438
+ SENSITIVE: [:ssekms_key_id]
2439
+ end
2440
+
2441
+ class UploadPartCopyRequest
2442
+ attr_accessor bucket: ::String
2443
+ attr_accessor copy_source: ::String
2444
+ attr_accessor copy_source_if_match: ::String
2445
+ attr_accessor copy_source_if_modified_since: ::Time
2446
+ attr_accessor copy_source_if_none_match: ::String
2447
+ attr_accessor copy_source_if_unmodified_since: ::Time
2448
+ attr_accessor copy_source_range: ::String
2449
+ attr_accessor key: ::String
2450
+ attr_accessor part_number: ::Integer
2451
+ attr_accessor upload_id: ::String
2452
+ attr_accessor sse_customer_algorithm: ::String
2453
+ attr_accessor sse_customer_key: ::String
2454
+ attr_accessor sse_customer_key_md5: ::String
2455
+ attr_accessor copy_source_sse_customer_algorithm: ::String
2456
+ attr_accessor copy_source_sse_customer_key: ::String
2457
+ attr_accessor copy_source_sse_customer_key_md5: ::String
2458
+ attr_accessor request_payer: ("requester")
2459
+ attr_accessor expected_bucket_owner: ::String
2460
+ attr_accessor expected_source_bucket_owner: ::String
2461
+ SENSITIVE: [:sse_customer_key, :copy_source_sse_customer_key]
2462
+ end
2463
+
2464
+ class UploadPartOutput
2465
+ attr_accessor server_side_encryption: ("AES256" | "aws:kms" | "aws:kms:dsse")
2466
+ attr_accessor etag: ::String
2467
+ attr_accessor checksum_crc32: ::String
2468
+ attr_accessor checksum_crc32c: ::String
2469
+ attr_accessor checksum_sha1: ::String
2470
+ attr_accessor checksum_sha256: ::String
2471
+ attr_accessor sse_customer_algorithm: ::String
2472
+ attr_accessor sse_customer_key_md5: ::String
2473
+ attr_accessor ssekms_key_id: ::String
2474
+ attr_accessor bucket_key_enabled: bool
2475
+ attr_accessor request_charged: ("requester")
2476
+ SENSITIVE: [:ssekms_key_id]
2477
+ end
2478
+
2479
+ class UploadPartRequest
2480
+ attr_accessor body: ::IO
2481
+ attr_accessor bucket: ::String
2482
+ attr_accessor content_length: ::Integer
2483
+ attr_accessor content_md5: ::String
2484
+ attr_accessor checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256")
2485
+ attr_accessor checksum_crc32: ::String
2486
+ attr_accessor checksum_crc32c: ::String
2487
+ attr_accessor checksum_sha1: ::String
2488
+ attr_accessor checksum_sha256: ::String
2489
+ attr_accessor key: ::String
2490
+ attr_accessor part_number: ::Integer
2491
+ attr_accessor upload_id: ::String
2492
+ attr_accessor sse_customer_algorithm: ::String
2493
+ attr_accessor sse_customer_key: ::String
2494
+ attr_accessor sse_customer_key_md5: ::String
2495
+ attr_accessor request_payer: ("requester")
2496
+ attr_accessor expected_bucket_owner: ::String
2497
+ SENSITIVE: [:sse_customer_key]
2498
+ end
2499
+
2500
+ class VersioningConfiguration
2501
+ attr_accessor mfa_delete: ("Enabled" | "Disabled")
2502
+ attr_accessor status: ("Enabled" | "Suspended")
2503
+ SENSITIVE: []
2504
+ end
2505
+
2506
+ class WebsiteConfiguration
2507
+ attr_accessor error_document: Types::ErrorDocument
2508
+ attr_accessor index_document: Types::IndexDocument
2509
+ attr_accessor redirect_all_requests_to: Types::RedirectAllRequestsTo
2510
+ attr_accessor routing_rules: ::Array[Types::RoutingRule]
2511
+ SENSITIVE: []
2512
+ end
2513
+
2514
+ class WriteGetObjectResponseRequest
2515
+ attr_accessor request_route: ::String
2516
+ attr_accessor request_token: ::String
2517
+ attr_accessor body: ::IO
2518
+ attr_accessor status_code: ::Integer
2519
+ attr_accessor error_code: ::String
2520
+ attr_accessor error_message: ::String
2521
+ attr_accessor accept_ranges: ::String
2522
+ attr_accessor cache_control: ::String
2523
+ attr_accessor content_disposition: ::String
2524
+ attr_accessor content_encoding: ::String
2525
+ attr_accessor content_language: ::String
2526
+ attr_accessor content_length: ::Integer
2527
+ attr_accessor content_range: ::String
2528
+ attr_accessor content_type: ::String
2529
+ attr_accessor checksum_crc32: ::String
2530
+ attr_accessor checksum_crc32c: ::String
2531
+ attr_accessor checksum_sha1: ::String
2532
+ attr_accessor checksum_sha256: ::String
2533
+ attr_accessor delete_marker: bool
2534
+ attr_accessor etag: ::String
2535
+ attr_accessor expires: ::Time
2536
+ attr_accessor expiration: ::String
2537
+ attr_accessor last_modified: ::Time
2538
+ attr_accessor missing_meta: ::Integer
2539
+ attr_accessor metadata: ::Hash[::String, ::String]
2540
+ attr_accessor object_lock_mode: ("GOVERNANCE" | "COMPLIANCE")
2541
+ attr_accessor object_lock_legal_hold_status: ("ON" | "OFF")
2542
+ attr_accessor object_lock_retain_until_date: ::Time
2543
+ attr_accessor parts_count: ::Integer
2544
+ attr_accessor replication_status: ("COMPLETE" | "PENDING" | "FAILED" | "REPLICA" | "COMPLETED")
2545
+ attr_accessor request_charged: ("requester")
2546
+ attr_accessor restore: ::String
2547
+ attr_accessor server_side_encryption: ("AES256" | "aws:kms" | "aws:kms:dsse")
2548
+ attr_accessor sse_customer_algorithm: ::String
2549
+ attr_accessor ssekms_key_id: ::String
2550
+ attr_accessor sse_customer_key_md5: ::String
2551
+ attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE")
2552
+ attr_accessor tag_count: ::Integer
2553
+ attr_accessor version_id: ::String
2554
+ attr_accessor bucket_key_enabled: bool
2555
+ SENSITIVE: [:ssekms_key_id]
2556
+ end
2557
+
2558
+ class SelectObjectContentEventStream < Enumerator[untyped, untyped]
2559
+ def event_types: () -> [:records, :stats, :progress, :cont, :end]
2560
+ end
2561
+ end
2562
+ end