aws-sdk-s3 1.190.0 → 1.191.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.
data/sig/object.rbs CHANGED
@@ -96,7 +96,7 @@ module Aws
96
96
  def website_redirect_location: () -> ::String
97
97
 
98
98
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Object.html#server_side_encryption-instance_method
99
- def server_side_encryption: () -> ("AES256" | "aws:kms" | "aws:kms:dsse")
99
+ def server_side_encryption: () -> ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse")
100
100
 
101
101
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Object.html#metadata-instance_method
102
102
  def metadata: () -> ::Hash[::String, ::String]
@@ -114,7 +114,7 @@ module Aws
114
114
  def bucket_key_enabled: () -> bool
115
115
 
116
116
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Object.html#storage_class-instance_method
117
- def storage_class: () -> ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE")
117
+ def storage_class: () -> ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS")
118
118
 
119
119
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Object.html#request_charged-instance_method
120
120
  def request_charged: () -> ("requester")
@@ -183,8 +183,8 @@ module Aws
183
183
  ?metadata: Hash[::String, ::String],
184
184
  ?metadata_directive: ("COPY" | "REPLACE"),
185
185
  ?tagging_directive: ("COPY" | "REPLACE"),
186
- ?server_side_encryption: ("AES256" | "aws:kms" | "aws:kms:dsse"),
187
- ?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE"),
186
+ ?server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse"),
187
+ ?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS"),
188
188
  ?website_redirect_location: ::String,
189
189
  ?sse_customer_algorithm: ::String,
190
190
  ?sse_customer_key: ::String,
@@ -256,8 +256,8 @@ module Aws
256
256
  ?grant_read_acp: ::String,
257
257
  ?grant_write_acp: ::String,
258
258
  ?metadata: Hash[::String, ::String],
259
- ?server_side_encryption: ("AES256" | "aws:kms" | "aws:kms:dsse"),
260
- ?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE"),
259
+ ?server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse"),
260
+ ?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS"),
261
261
  ?website_redirect_location: ::String,
262
262
  ?sse_customer_algorithm: ::String,
263
263
  ?sse_customer_key: ::String,
@@ -302,8 +302,8 @@ module Aws
302
302
  ?grant_write_acp: ::String,
303
303
  ?write_offset_bytes: ::Integer,
304
304
  ?metadata: Hash[::String, ::String],
305
- ?server_side_encryption: ("AES256" | "aws:kms" | "aws:kms:dsse"),
306
- ?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE"),
305
+ ?server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse"),
306
+ ?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS"),
307
307
  ?website_redirect_location: ::String,
308
308
  ?sse_customer_algorithm: ::String,
309
309
  ?sse_customer_key: ::String,
@@ -369,7 +369,7 @@ module Aws
369
369
  bucket_name: ::String,
370
370
  prefix: ::String,
371
371
  encryption: {
372
- encryption_type: ("AES256" | "aws:kms" | "aws:kms:dsse"),
372
+ encryption_type: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse"),
373
373
  kms_key_id: ::String?,
374
374
  kms_context: ::String?
375
375
  }?,
@@ -400,7 +400,7 @@ module Aws
400
400
  value: ::String?
401
401
  },
402
402
  ]?,
403
- storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE")?
403
+ storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS")?
404
404
  }?
405
405
  }?
406
406
  },
@@ -36,7 +36,7 @@ module Aws
36
36
  def size: () -> ::Integer
37
37
 
38
38
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/ObjectSummary.html#storage_class-instance_method
39
- def storage_class: () -> ("STANDARD" | "REDUCED_REDUNDANCY" | "GLACIER" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE")
39
+ def storage_class: () -> ("STANDARD" | "REDUCED_REDUNDANCY" | "GLACIER" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS")
40
40
 
41
41
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/ObjectSummary.html#owner-instance_method
42
42
  def owner: () -> Types::Owner
@@ -87,8 +87,8 @@ module Aws
87
87
  ?metadata: Hash[::String, ::String],
88
88
  ?metadata_directive: ("COPY" | "REPLACE"),
89
89
  ?tagging_directive: ("COPY" | "REPLACE"),
90
- ?server_side_encryption: ("AES256" | "aws:kms" | "aws:kms:dsse"),
91
- ?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE"),
90
+ ?server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse"),
91
+ ?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS"),
92
92
  ?website_redirect_location: ::String,
93
93
  ?sse_customer_algorithm: ::String,
94
94
  ?sse_customer_key: ::String,
@@ -160,8 +160,8 @@ module Aws
160
160
  ?grant_read_acp: ::String,
161
161
  ?grant_write_acp: ::String,
162
162
  ?metadata: Hash[::String, ::String],
163
- ?server_side_encryption: ("AES256" | "aws:kms" | "aws:kms:dsse"),
164
- ?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE"),
163
+ ?server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse"),
164
+ ?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS"),
165
165
  ?website_redirect_location: ::String,
166
166
  ?sse_customer_algorithm: ::String,
167
167
  ?sse_customer_key: ::String,
@@ -206,8 +206,8 @@ module Aws
206
206
  ?grant_write_acp: ::String,
207
207
  ?write_offset_bytes: ::Integer,
208
208
  ?metadata: Hash[::String, ::String],
209
- ?server_side_encryption: ("AES256" | "aws:kms" | "aws:kms:dsse"),
210
- ?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE"),
209
+ ?server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse"),
210
+ ?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS"),
211
211
  ?website_redirect_location: ::String,
212
212
  ?sse_customer_algorithm: ::String,
213
213
  ?sse_customer_key: ::String,
@@ -273,7 +273,7 @@ module Aws
273
273
  bucket_name: ::String,
274
274
  prefix: ::String,
275
275
  encryption: {
276
- encryption_type: ("AES256" | "aws:kms" | "aws:kms:dsse"),
276
+ encryption_type: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse"),
277
277
  kms_key_id: ::String?,
278
278
  kms_context: ::String?
279
279
  }?,
@@ -304,7 +304,7 @@ module Aws
304
304
  value: ::String?
305
305
  },
306
306
  ]?,
307
- storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE")?
307
+ storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS")?
308
308
  }?
309
309
  }?
310
310
  },
data/sig/types.rbs CHANGED
@@ -177,7 +177,7 @@ module Aws::S3
177
177
  attr_accessor checksum_sha1: ::String
178
178
  attr_accessor checksum_sha256: ::String
179
179
  attr_accessor checksum_type: ("COMPOSITE" | "FULL_OBJECT")
180
- attr_accessor server_side_encryption: ("AES256" | "aws:kms" | "aws:kms:dsse")
180
+ attr_accessor server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse")
181
181
  attr_accessor version_id: ::String
182
182
  attr_accessor ssekms_key_id: ::String
183
183
  attr_accessor bucket_key_enabled: bool
@@ -239,7 +239,7 @@ module Aws::S3
239
239
  attr_accessor expiration: ::String
240
240
  attr_accessor copy_source_version_id: ::String
241
241
  attr_accessor version_id: ::String
242
- attr_accessor server_side_encryption: ("AES256" | "aws:kms" | "aws:kms:dsse")
242
+ attr_accessor server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse")
243
243
  attr_accessor sse_customer_algorithm: ::String
244
244
  attr_accessor sse_customer_key_md5: ::String
245
245
  attr_accessor ssekms_key_id: ::String
@@ -272,8 +272,8 @@ module Aws::S3
272
272
  attr_accessor metadata: ::Hash[::String, ::String]
273
273
  attr_accessor metadata_directive: ("COPY" | "REPLACE")
274
274
  attr_accessor tagging_directive: ("COPY" | "REPLACE")
275
- attr_accessor server_side_encryption: ("AES256" | "aws:kms" | "aws:kms:dsse")
276
- attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE")
275
+ attr_accessor server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse")
276
+ attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS")
277
277
  attr_accessor website_redirect_location: ::String
278
278
  attr_accessor sse_customer_algorithm: ::String
279
279
  attr_accessor sse_customer_key: ::String
@@ -358,7 +358,7 @@ module Aws::S3
358
358
  attr_accessor bucket: ::String
359
359
  attr_accessor key: ::String
360
360
  attr_accessor upload_id: ::String
361
- attr_accessor server_side_encryption: ("AES256" | "aws:kms" | "aws:kms:dsse")
361
+ attr_accessor server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse")
362
362
  attr_accessor sse_customer_algorithm: ::String
363
363
  attr_accessor sse_customer_key_md5: ::String
364
364
  attr_accessor ssekms_key_id: ::String
@@ -385,8 +385,8 @@ module Aws::S3
385
385
  attr_accessor grant_write_acp: ::String
386
386
  attr_accessor key: ::String
387
387
  attr_accessor metadata: ::Hash[::String, ::String]
388
- attr_accessor server_side_encryption: ("AES256" | "aws:kms" | "aws:kms:dsse")
389
- attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE")
388
+ attr_accessor server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse")
389
+ attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS")
390
390
  attr_accessor website_redirect_location: ::String
391
391
  attr_accessor sse_customer_algorithm: ::String
392
392
  attr_accessor sse_customer_key: ::String
@@ -406,7 +406,7 @@ module Aws::S3
406
406
  end
407
407
 
408
408
  class CreateSessionOutput
409
- attr_accessor server_side_encryption: ("AES256" | "aws:kms" | "aws:kms:dsse")
409
+ attr_accessor server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse")
410
410
  attr_accessor ssekms_key_id: ::String
411
411
  attr_accessor ssekms_encryption_context: ::String
412
412
  attr_accessor bucket_key_enabled: bool
@@ -417,7 +417,7 @@ module Aws::S3
417
417
  class CreateSessionRequest
418
418
  attr_accessor session_mode: ("ReadOnly" | "ReadWrite")
419
419
  attr_accessor bucket: ::String
420
- attr_accessor server_side_encryption: ("AES256" | "aws:kms" | "aws:kms:dsse")
420
+ attr_accessor server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse")
421
421
  attr_accessor ssekms_key_id: ::String
422
422
  attr_accessor ssekms_encryption_context: ::String
423
423
  attr_accessor bucket_key_enabled: bool
@@ -608,7 +608,7 @@ module Aws::S3
608
608
  class Destination
609
609
  attr_accessor bucket: ::String
610
610
  attr_accessor account: ::String
611
- attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE")
611
+ attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS")
612
612
  attr_accessor access_control_translation: Types::AccessControlTranslation
613
613
  attr_accessor encryption_configuration: Types::EncryptionConfiguration
614
614
  attr_accessor replication_time: Types::ReplicationTime
@@ -617,7 +617,7 @@ module Aws::S3
617
617
  end
618
618
 
619
619
  class Encryption
620
- attr_accessor encryption_type: ("AES256" | "aws:kms" | "aws:kms:dsse")
620
+ attr_accessor encryption_type: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse")
621
621
  attr_accessor kms_key_id: ::String
622
622
  attr_accessor kms_context: ::String
623
623
  SENSITIVE: [:kms_key_id]
@@ -949,7 +949,7 @@ module Aws::S3
949
949
  attr_accessor etag: ::String
950
950
  attr_accessor checksum: Types::Checksum
951
951
  attr_accessor object_parts: Types::GetObjectAttributesParts
952
- attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE")
952
+ attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS")
953
953
  attr_accessor object_size: ::Integer
954
954
  SENSITIVE: []
955
955
  end
@@ -1030,13 +1030,13 @@ module Aws::S3
1030
1030
  attr_accessor expires: ::Time
1031
1031
  attr_accessor expires_string: ::String
1032
1032
  attr_accessor website_redirect_location: ::String
1033
- attr_accessor server_side_encryption: ("AES256" | "aws:kms" | "aws:kms:dsse")
1033
+ attr_accessor server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse")
1034
1034
  attr_accessor metadata: ::Hash[::String, ::String]
1035
1035
  attr_accessor sse_customer_algorithm: ::String
1036
1036
  attr_accessor sse_customer_key_md5: ::String
1037
1037
  attr_accessor ssekms_key_id: ::String
1038
1038
  attr_accessor bucket_key_enabled: bool
1039
- attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE")
1039
+ attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS")
1040
1040
  attr_accessor request_charged: ("requester")
1041
1041
  attr_accessor replication_status: ("COMPLETE" | "PENDING" | "FAILED" | "REPLICA" | "COMPLETED")
1042
1042
  attr_accessor parts_count: ::Integer
@@ -1186,13 +1186,13 @@ module Aws::S3
1186
1186
  attr_accessor expires: ::Time
1187
1187
  attr_accessor expires_string: ::String
1188
1188
  attr_accessor website_redirect_location: ::String
1189
- attr_accessor server_side_encryption: ("AES256" | "aws:kms" | "aws:kms:dsse")
1189
+ attr_accessor server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse")
1190
1190
  attr_accessor metadata: ::Hash[::String, ::String]
1191
1191
  attr_accessor sse_customer_algorithm: ::String
1192
1192
  attr_accessor sse_customer_key_md5: ::String
1193
1193
  attr_accessor ssekms_key_id: ::String
1194
1194
  attr_accessor bucket_key_enabled: bool
1195
- attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE")
1195
+ attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS")
1196
1196
  attr_accessor request_charged: ("requester")
1197
1197
  attr_accessor replication_status: ("COMPLETE" | "PENDING" | "FAILED" | "REPLICA" | "COMPLETED")
1198
1198
  attr_accessor parts_count: ::Integer
@@ -1272,7 +1272,7 @@ module Aws::S3
1272
1272
  end
1273
1273
 
1274
1274
  class InvalidObjectState
1275
- attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE")
1275
+ attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS")
1276
1276
  attr_accessor access_tier: ("ARCHIVE_ACCESS" | "DEEP_ARCHIVE_ACCESS")
1277
1277
  SENSITIVE: []
1278
1278
  end
@@ -1607,7 +1607,7 @@ module Aws::S3
1607
1607
  attr_accessor parts: ::Array[Types::Part]
1608
1608
  attr_accessor initiator: Types::Initiator
1609
1609
  attr_accessor owner: Types::Owner
1610
- attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE")
1610
+ attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS")
1611
1611
  attr_accessor request_charged: ("requester")
1612
1612
  attr_accessor checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256" | "CRC64NVME")
1613
1613
  attr_accessor checksum_type: ("COMPOSITE" | "FULL_OBJECT")
@@ -1689,7 +1689,7 @@ module Aws::S3
1689
1689
  attr_accessor upload_id: ::String
1690
1690
  attr_accessor key: ::String
1691
1691
  attr_accessor initiated: ::Time
1692
- attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE")
1692
+ attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS")
1693
1693
  attr_accessor owner: Types::Owner
1694
1694
  attr_accessor initiator: Types::Initiator
1695
1695
  attr_accessor checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256" | "CRC64NVME")
@@ -1746,7 +1746,7 @@ module Aws::S3
1746
1746
  attr_accessor checksum_algorithm: ::Array[("CRC32" | "CRC32C" | "SHA1" | "SHA256" | "CRC64NVME")]
1747
1747
  attr_accessor checksum_type: ("COMPOSITE" | "FULL_OBJECT")
1748
1748
  attr_accessor size: ::Integer
1749
- attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "GLACIER" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE")
1749
+ attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "GLACIER" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS")
1750
1750
  attr_accessor owner: Types::Owner
1751
1751
  attr_accessor restore_status: Types::RestoreStatus
1752
1752
  SENSITIVE: []
@@ -2142,7 +2142,7 @@ module Aws::S3
2142
2142
  attr_accessor checksum_sha1: ::String
2143
2143
  attr_accessor checksum_sha256: ::String
2144
2144
  attr_accessor checksum_type: ("COMPOSITE" | "FULL_OBJECT")
2145
- attr_accessor server_side_encryption: ("AES256" | "aws:kms" | "aws:kms:dsse")
2145
+ attr_accessor server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse")
2146
2146
  attr_accessor version_id: ::String
2147
2147
  attr_accessor sse_customer_algorithm: ::String
2148
2148
  attr_accessor sse_customer_key_md5: ::String
@@ -2181,8 +2181,8 @@ module Aws::S3
2181
2181
  attr_accessor key: ::String
2182
2182
  attr_accessor write_offset_bytes: ::Integer
2183
2183
  attr_accessor metadata: ::Hash[::String, ::String]
2184
- attr_accessor server_side_encryption: ("AES256" | "aws:kms" | "aws:kms:dsse")
2185
- attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE")
2184
+ attr_accessor server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse")
2185
+ attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS")
2186
2186
  attr_accessor website_redirect_location: ::String
2187
2187
  attr_accessor sse_customer_algorithm: ::String
2188
2188
  attr_accessor sse_customer_key: ::String
@@ -2422,7 +2422,7 @@ module Aws::S3
2422
2422
  attr_accessor access_control_list: ::Array[Types::Grant]
2423
2423
  attr_accessor tagging: Types::Tagging
2424
2424
  attr_accessor user_metadata: ::Array[Types::MetadataEntry]
2425
- attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE")
2425
+ attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS")
2426
2426
  SENSITIVE: []
2427
2427
  end
2428
2428
 
@@ -2484,7 +2484,7 @@ module Aws::S3
2484
2484
  end
2485
2485
 
2486
2486
  class ServerSideEncryptionByDefault
2487
- attr_accessor sse_algorithm: ("AES256" | "aws:kms" | "aws:kms:dsse")
2487
+ attr_accessor sse_algorithm: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse")
2488
2488
  attr_accessor kms_master_key_id: ::String
2489
2489
  SENSITIVE: [:kms_master_key_id]
2490
2490
  end
@@ -2604,7 +2604,7 @@ module Aws::S3
2604
2604
  class UploadPartCopyOutput
2605
2605
  attr_accessor copy_source_version_id: ::String
2606
2606
  attr_accessor copy_part_result: Types::CopyPartResult
2607
- attr_accessor server_side_encryption: ("AES256" | "aws:kms" | "aws:kms:dsse")
2607
+ attr_accessor server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse")
2608
2608
  attr_accessor sse_customer_algorithm: ::String
2609
2609
  attr_accessor sse_customer_key_md5: ::String
2610
2610
  attr_accessor ssekms_key_id: ::String
@@ -2637,7 +2637,7 @@ module Aws::S3
2637
2637
  end
2638
2638
 
2639
2639
  class UploadPartOutput
2640
- attr_accessor server_side_encryption: ("AES256" | "aws:kms" | "aws:kms:dsse")
2640
+ attr_accessor server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse")
2641
2641
  attr_accessor etag: ::String
2642
2642
  attr_accessor checksum_crc32: ::String
2643
2643
  attr_accessor checksum_crc32c: ::String
@@ -2722,11 +2722,11 @@ module Aws::S3
2722
2722
  attr_accessor replication_status: ("COMPLETE" | "PENDING" | "FAILED" | "REPLICA" | "COMPLETED")
2723
2723
  attr_accessor request_charged: ("requester")
2724
2724
  attr_accessor restore: ::String
2725
- attr_accessor server_side_encryption: ("AES256" | "aws:kms" | "aws:kms:dsse")
2725
+ attr_accessor server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse")
2726
2726
  attr_accessor sse_customer_algorithm: ::String
2727
2727
  attr_accessor ssekms_key_id: ::String
2728
2728
  attr_accessor sse_customer_key_md5: ::String
2729
- attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE")
2729
+ attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS")
2730
2730
  attr_accessor tag_count: ::Integer
2731
2731
  attr_accessor version_id: ::String
2732
2732
  attr_accessor bucket_key_enabled: bool
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-s3
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.190.0
4
+ version: 1.191.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services