aws-sdk-s3 1.228.2 → 1.229.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5957df832c6080c73dbf559974579e122f334320e4ce7c81a780f08e3b73b820
4
- data.tar.gz: 4e3921416a74055d610ca07144e6e21aa846fe153fce09b065cc8e62f4ee5294
3
+ metadata.gz: fcc0e6391d2dc6eb44cf9f3977ba20b55338800015f51d4bdc1454762172dfc2
4
+ data.tar.gz: 99806d7fca45588562eacf16e2bf7019f5ba5f31241bd3085222583f9c92454e
5
5
  SHA512:
6
- metadata.gz: adc68f9009d30922126bed8afd6fe8ba849ce29f4aa623331f42d867341076e78a85a9b2784334657c0763f7d86a66d41dac7601a522bfa7fdfb8bebd261da76
7
- data.tar.gz: e850c4122c4fb0304cd2b7c3cac882cc9e64883a43913a7c936f68bb21831f88c5f74936f092977c17b4d653a900438ff31fc47463c758973cd2477bb5593d62
6
+ metadata.gz: 425c961b14f6a07781273b8d38edee936380e9efc861abe99a4a42247bbb434fe44619dcea1158c006444aebcd5b574731cf3824c965d09bbf0df57601b9ed48
7
+ data.tar.gz: 88058a453f696a72df733777f9feff60e805691d52c67bc86b5c257c721dd4e97e59fa9b90e22d0ca9e670a3bb70d57d01f9e3d2a142457bea6d2945f4ff4b3b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.229.0 (2026-08-06)
5
+ ------------------
6
+
7
+ * Feature - AWS Backup now lets you create read-only access points for Amazon S3 recovery points, enabling you to access backup data using S3 APIs without initiating a restore.
8
+
4
9
  1.228.2 (2026-07-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.228.2
1
+ 1.229.0
@@ -587,8 +587,8 @@ module Aws::S3
587
587
  # metadata: {
588
588
  # "MetadataKey" => "MetadataValue",
589
589
  # },
590
- # server_side_encryption: "AES256", # accepts AES256, aws:fsx, aws:kms, aws:kms:dsse
591
- # storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS, FSX_ONTAP
590
+ # server_side_encryption: "AES256", # accepts AES256, aws:fsx, aws:backup, aws:kms, aws:kms:dsse
591
+ # storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS, FSX_ONTAP, AWS_BACKUP_WARM, AWS_BACKUP_LOW_COST_WARM
592
592
  # website_redirect_location: "WebsiteRedirectLocation",
593
593
  # sse_customer_algorithm: "SSECustomerAlgorithm",
594
594
  # sse_customer_key: "SSECustomerKey",
@@ -1352,7 +1352,7 @@ module Aws::S3
1352
1352
  # resp.checksum_xxhash3 #=> String
1353
1353
  # resp.checksum_xxhash128 #=> String
1354
1354
  # resp.checksum_type #=> String, one of "COMPOSITE", "FULL_OBJECT"
1355
- # resp.server_side_encryption #=> String, one of "AES256", "aws:fsx", "aws:kms", "aws:kms:dsse"
1355
+ # resp.server_side_encryption #=> String, one of "AES256", "aws:fsx", "aws:backup", "aws:kms", "aws:kms:dsse"
1356
1356
  # resp.version_id #=> String
1357
1357
  # resp.ssekms_key_id #=> String
1358
1358
  # resp.bucket_key_enabled #=> Boolean
@@ -2483,8 +2483,8 @@ module Aws::S3
2483
2483
  # metadata_directive: "COPY", # accepts COPY, REPLACE
2484
2484
  # tagging_directive: "COPY", # accepts COPY, REPLACE
2485
2485
  # annotation_directive: "COPY", # accepts COPY, EXCLUDE
2486
- # server_side_encryption: "AES256", # accepts AES256, aws:fsx, aws:kms, aws:kms:dsse
2487
- # storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS, FSX_ONTAP
2486
+ # server_side_encryption: "AES256", # accepts AES256, aws:fsx, aws:backup, aws:kms, aws:kms:dsse
2487
+ # storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS, FSX_ONTAP, AWS_BACKUP_WARM, AWS_BACKUP_LOW_COST_WARM
2488
2488
  # website_redirect_location: "WebsiteRedirectLocation",
2489
2489
  # sse_customer_algorithm: "SSECustomerAlgorithm",
2490
2490
  # sse_customer_key: "SSECustomerKey",
@@ -2522,7 +2522,7 @@ module Aws::S3
2522
2522
  # resp.expiration #=> String
2523
2523
  # resp.copy_source_version_id #=> String
2524
2524
  # resp.version_id #=> String
2525
- # resp.server_side_encryption #=> String, one of "AES256", "aws:fsx", "aws:kms", "aws:kms:dsse"
2525
+ # resp.server_side_encryption #=> String, one of "AES256", "aws:fsx", "aws:backup", "aws:kms", "aws:kms:dsse"
2526
2526
  # resp.sse_customer_algorithm #=> String
2527
2527
  # resp.sse_customer_key_md5 #=> String
2528
2528
  # resp.ssekms_key_id #=> String
@@ -4116,8 +4116,8 @@ module Aws::S3
4116
4116
  # metadata: {
4117
4117
  # "MetadataKey" => "MetadataValue",
4118
4118
  # },
4119
- # server_side_encryption: "AES256", # accepts AES256, aws:fsx, aws:kms, aws:kms:dsse
4120
- # storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS, FSX_ONTAP
4119
+ # server_side_encryption: "AES256", # accepts AES256, aws:fsx, aws:backup, aws:kms, aws:kms:dsse
4120
+ # storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS, FSX_ONTAP, AWS_BACKUP_WARM, AWS_BACKUP_LOW_COST_WARM
4121
4121
  # website_redirect_location: "WebsiteRedirectLocation",
4122
4122
  # sse_customer_algorithm: "SSECustomerAlgorithm",
4123
4123
  # sse_customer_key: "SSECustomerKey",
@@ -4142,7 +4142,7 @@ module Aws::S3
4142
4142
  # resp.bucket #=> String
4143
4143
  # resp.key #=> String
4144
4144
  # resp.upload_id #=> String
4145
- # resp.server_side_encryption #=> String, one of "AES256", "aws:fsx", "aws:kms", "aws:kms:dsse"
4145
+ # resp.server_side_encryption #=> String, one of "AES256", "aws:fsx", "aws:backup", "aws:kms", "aws:kms:dsse"
4146
4146
  # resp.sse_customer_algorithm #=> String
4147
4147
  # resp.sse_customer_key_md5 #=> String
4148
4148
  # resp.ssekms_key_id #=> String
@@ -4446,7 +4446,7 @@ module Aws::S3
4446
4446
  # resp = client.create_session({
4447
4447
  # session_mode: "ReadOnly", # accepts ReadOnly, ReadWrite
4448
4448
  # bucket: "BucketName", # required
4449
- # server_side_encryption: "AES256", # accepts AES256, aws:fsx, aws:kms, aws:kms:dsse
4449
+ # server_side_encryption: "AES256", # accepts AES256, aws:fsx, aws:backup, aws:kms, aws:kms:dsse
4450
4450
  # ssekms_key_id: "SSEKMSKeyId",
4451
4451
  # ssekms_encryption_context: "SSEKMSEncryptionContext",
4452
4452
  # bucket_key_enabled: false,
@@ -4454,7 +4454,7 @@ module Aws::S3
4454
4454
  #
4455
4455
  # @example Response structure
4456
4456
  #
4457
- # resp.server_side_encryption #=> String, one of "AES256", "aws:fsx", "aws:kms", "aws:kms:dsse"
4457
+ # resp.server_side_encryption #=> String, one of "AES256", "aws:fsx", "aws:backup", "aws:kms", "aws:kms:dsse"
4458
4458
  # resp.ssekms_key_id #=> String
4459
4459
  # resp.ssekms_encryption_context #=> String
4460
4460
  # resp.bucket_key_enabled #=> Boolean
@@ -7430,7 +7430,7 @@ module Aws::S3
7430
7430
  # @example Response structure
7431
7431
  #
7432
7432
  # resp.server_side_encryption_configuration.rules #=> Array
7433
- # resp.server_side_encryption_configuration.rules[0].apply_server_side_encryption_by_default.sse_algorithm #=> String, one of "AES256", "aws:fsx", "aws:kms", "aws:kms:dsse"
7433
+ # resp.server_side_encryption_configuration.rules[0].apply_server_side_encryption_by_default.sse_algorithm #=> String, one of "AES256", "aws:fsx", "aws:backup", "aws:kms", "aws:kms:dsse"
7434
7434
  # resp.server_side_encryption_configuration.rules[0].apply_server_side_encryption_by_default.kms_master_key_id #=> String
7435
7435
  # resp.server_side_encryption_configuration.rules[0].bucket_key_enabled #=> Boolean
7436
7436
  # resp.server_side_encryption_configuration.rules[0].blocked_encryption_types.encryption_type #=> Array
@@ -9182,7 +9182,7 @@ module Aws::S3
9182
9182
  # resp.replication_configuration.rules[0].existing_object_replication.status #=> String, one of "Enabled", "Disabled"
9183
9183
  # resp.replication_configuration.rules[0].destination.bucket #=> String
9184
9184
  # resp.replication_configuration.rules[0].destination.account #=> String
9185
- # resp.replication_configuration.rules[0].destination.storage_class #=> String, one of "STANDARD", "REDUCED_REDUNDANCY", "STANDARD_IA", "ONEZONE_IA", "INTELLIGENT_TIERING", "GLACIER", "DEEP_ARCHIVE", "OUTPOSTS", "GLACIER_IR", "SNOW", "EXPRESS_ONEZONE", "FSX_OPENZFS", "FSX_ONTAP"
9185
+ # resp.replication_configuration.rules[0].destination.storage_class #=> String, one of "STANDARD", "REDUCED_REDUNDANCY", "STANDARD_IA", "ONEZONE_IA", "INTELLIGENT_TIERING", "GLACIER", "DEEP_ARCHIVE", "OUTPOSTS", "GLACIER_IR", "SNOW", "EXPRESS_ONEZONE", "FSX_OPENZFS", "FSX_ONTAP", "AWS_BACKUP_WARM", "AWS_BACKUP_LOW_COST_WARM"
9186
9186
  # resp.replication_configuration.rules[0].destination.access_control_translation.owner #=> String, one of "Destination"
9187
9187
  # resp.replication_configuration.rules[0].destination.encryption_configuration.replica_kms_key_id #=> String
9188
9188
  # resp.replication_configuration.rules[0].destination.replication_time.status #=> String, one of "Enabled", "Disabled"
@@ -10194,14 +10194,14 @@ module Aws::S3
10194
10194
  # resp.expires #=> Time
10195
10195
  # resp.expires_string #=> String
10196
10196
  # resp.website_redirect_location #=> String
10197
- # resp.server_side_encryption #=> String, one of "AES256", "aws:fsx", "aws:kms", "aws:kms:dsse"
10197
+ # resp.server_side_encryption #=> String, one of "AES256", "aws:fsx", "aws:backup", "aws:kms", "aws:kms:dsse"
10198
10198
  # resp.metadata #=> Hash
10199
10199
  # resp.metadata["MetadataKey"] #=> String
10200
10200
  # resp.sse_customer_algorithm #=> String
10201
10201
  # resp.sse_customer_key_md5 #=> String
10202
10202
  # resp.ssekms_key_id #=> String
10203
10203
  # resp.bucket_key_enabled #=> Boolean
10204
- # resp.storage_class #=> String, one of "STANDARD", "REDUCED_REDUNDANCY", "STANDARD_IA", "ONEZONE_IA", "INTELLIGENT_TIERING", "GLACIER", "DEEP_ARCHIVE", "OUTPOSTS", "GLACIER_IR", "SNOW", "EXPRESS_ONEZONE", "FSX_OPENZFS", "FSX_ONTAP"
10204
+ # resp.storage_class #=> String, one of "STANDARD", "REDUCED_REDUNDANCY", "STANDARD_IA", "ONEZONE_IA", "INTELLIGENT_TIERING", "GLACIER", "DEEP_ARCHIVE", "OUTPOSTS", "GLACIER_IR", "SNOW", "EXPRESS_ONEZONE", "FSX_OPENZFS", "FSX_ONTAP", "AWS_BACKUP_WARM", "AWS_BACKUP_LOW_COST_WARM"
10205
10205
  # resp.request_charged #=> String, one of "requester"
10206
10206
  # resp.replication_status #=> String, one of "COMPLETE", "PENDING", "FAILED", "REPLICA", "COMPLETED"
10207
10207
  # resp.parts_count #=> Integer
@@ -10531,7 +10531,7 @@ module Aws::S3
10531
10531
  # resp.checksum_xxhash3 #=> String
10532
10532
  # resp.checksum_xxhash128 #=> String
10533
10533
  # resp.checksum_type #=> String, one of "COMPOSITE", "FULL_OBJECT"
10534
- # resp.server_side_encryption #=> String, one of "AES256", "aws:fsx", "aws:kms", "aws:kms:dsse"
10534
+ # resp.server_side_encryption #=> String, one of "AES256", "aws:fsx", "aws:backup", "aws:kms", "aws:kms:dsse"
10535
10535
  # resp.request_charged #=> String, one of "requester"
10536
10536
  # resp.replication_status #=> String, one of "COMPLETE", "PENDING", "FAILED", "REPLICA", "COMPLETED"
10537
10537
  #
@@ -10933,7 +10933,7 @@ module Aws::S3
10933
10933
  # resp.object_parts.parts[0].checksum_xxhash64 #=> String
10934
10934
  # resp.object_parts.parts[0].checksum_xxhash3 #=> String
10935
10935
  # resp.object_parts.parts[0].checksum_xxhash128 #=> String
10936
- # resp.storage_class #=> String, one of "STANDARD", "REDUCED_REDUNDANCY", "STANDARD_IA", "ONEZONE_IA", "INTELLIGENT_TIERING", "GLACIER", "DEEP_ARCHIVE", "OUTPOSTS", "GLACIER_IR", "SNOW", "EXPRESS_ONEZONE", "FSX_OPENZFS", "FSX_ONTAP"
10936
+ # resp.storage_class #=> String, one of "STANDARD", "REDUCED_REDUNDANCY", "STANDARD_IA", "ONEZONE_IA", "INTELLIGENT_TIERING", "GLACIER", "DEEP_ARCHIVE", "OUTPOSTS", "GLACIER_IR", "SNOW", "EXPRESS_ONEZONE", "FSX_OPENZFS", "FSX_ONTAP", "AWS_BACKUP_WARM", "AWS_BACKUP_LOW_COST_WARM"
10937
10937
  # resp.object_size #=> Integer
10938
10938
  #
10939
10939
  # @see http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/GetObjectAttributes AWS API Documentation
@@ -12304,14 +12304,14 @@ module Aws::S3
12304
12304
  # resp.expires #=> Time
12305
12305
  # resp.expires_string #=> String
12306
12306
  # resp.website_redirect_location #=> String
12307
- # resp.server_side_encryption #=> String, one of "AES256", "aws:fsx", "aws:kms", "aws:kms:dsse"
12307
+ # resp.server_side_encryption #=> String, one of "AES256", "aws:fsx", "aws:backup", "aws:kms", "aws:kms:dsse"
12308
12308
  # resp.metadata #=> Hash
12309
12309
  # resp.metadata["MetadataKey"] #=> String
12310
12310
  # resp.sse_customer_algorithm #=> String
12311
12311
  # resp.sse_customer_key_md5 #=> String
12312
12312
  # resp.ssekms_key_id #=> String
12313
12313
  # resp.bucket_key_enabled #=> Boolean
12314
- # resp.storage_class #=> String, one of "STANDARD", "REDUCED_REDUNDANCY", "STANDARD_IA", "ONEZONE_IA", "INTELLIGENT_TIERING", "GLACIER", "DEEP_ARCHIVE", "OUTPOSTS", "GLACIER_IR", "SNOW", "EXPRESS_ONEZONE", "FSX_OPENZFS", "FSX_ONTAP"
12314
+ # resp.storage_class #=> String, one of "STANDARD", "REDUCED_REDUNDANCY", "STANDARD_IA", "ONEZONE_IA", "INTELLIGENT_TIERING", "GLACIER", "DEEP_ARCHIVE", "OUTPOSTS", "GLACIER_IR", "SNOW", "EXPRESS_ONEZONE", "FSX_OPENZFS", "FSX_ONTAP", "AWS_BACKUP_WARM", "AWS_BACKUP_LOW_COST_WARM"
12315
12315
  # resp.request_charged #=> String, one of "requester"
12316
12316
  # resp.replication_status #=> String, one of "COMPLETE", "PENDING", "FAILED", "REPLICA", "COMPLETED"
12317
12317
  # resp.parts_count #=> Integer
@@ -13534,7 +13534,7 @@ module Aws::S3
13534
13534
  # resp.uploads[0].upload_id #=> String
13535
13535
  # resp.uploads[0].key #=> String
13536
13536
  # resp.uploads[0].initiated #=> Time
13537
- # resp.uploads[0].storage_class #=> String, one of "STANDARD", "REDUCED_REDUNDANCY", "STANDARD_IA", "ONEZONE_IA", "INTELLIGENT_TIERING", "GLACIER", "DEEP_ARCHIVE", "OUTPOSTS", "GLACIER_IR", "SNOW", "EXPRESS_ONEZONE", "FSX_OPENZFS", "FSX_ONTAP"
13537
+ # resp.uploads[0].storage_class #=> String, one of "STANDARD", "REDUCED_REDUNDANCY", "STANDARD_IA", "ONEZONE_IA", "INTELLIGENT_TIERING", "GLACIER", "DEEP_ARCHIVE", "OUTPOSTS", "GLACIER_IR", "SNOW", "EXPRESS_ONEZONE", "FSX_OPENZFS", "FSX_ONTAP", "AWS_BACKUP_WARM", "AWS_BACKUP_LOW_COST_WARM"
13538
13538
  # resp.uploads[0].owner.display_name #=> String
13539
13539
  # resp.uploads[0].owner.id #=> String
13540
13540
  # resp.uploads[0].initiator.id #=> String
@@ -14147,7 +14147,7 @@ module Aws::S3
14147
14147
  # resp.contents[0].checksum_algorithm[0] #=> String, one of "CRC32", "CRC32C", "SHA1", "SHA256", "CRC64NVME", "SHA512", "MD5", "XXHASH64", "XXHASH3", "XXHASH128"
14148
14148
  # resp.contents[0].checksum_type #=> String, one of "COMPOSITE", "FULL_OBJECT"
14149
14149
  # resp.contents[0].size #=> Integer
14150
- # resp.contents[0].storage_class #=> String, one of "STANDARD", "REDUCED_REDUNDANCY", "GLACIER", "STANDARD_IA", "ONEZONE_IA", "INTELLIGENT_TIERING", "DEEP_ARCHIVE", "OUTPOSTS", "GLACIER_IR", "SNOW", "EXPRESS_ONEZONE", "FSX_OPENZFS", "FSX_ONTAP"
14150
+ # resp.contents[0].storage_class #=> String, one of "STANDARD", "REDUCED_REDUNDANCY", "GLACIER", "STANDARD_IA", "ONEZONE_IA", "INTELLIGENT_TIERING", "DEEP_ARCHIVE", "OUTPOSTS", "GLACIER_IR", "SNOW", "EXPRESS_ONEZONE", "FSX_OPENZFS", "FSX_ONTAP", "AWS_BACKUP_WARM", "AWS_BACKUP_LOW_COST_WARM"
14151
14151
  # resp.contents[0].owner.display_name #=> String
14152
14152
  # resp.contents[0].owner.id #=> String
14153
14153
  # resp.contents[0].restore_status.is_restore_in_progress #=> Boolean
@@ -14497,7 +14497,7 @@ module Aws::S3
14497
14497
  # resp.contents[0].checksum_algorithm[0] #=> String, one of "CRC32", "CRC32C", "SHA1", "SHA256", "CRC64NVME", "SHA512", "MD5", "XXHASH64", "XXHASH3", "XXHASH128"
14498
14498
  # resp.contents[0].checksum_type #=> String, one of "COMPOSITE", "FULL_OBJECT"
14499
14499
  # resp.contents[0].size #=> Integer
14500
- # resp.contents[0].storage_class #=> String, one of "STANDARD", "REDUCED_REDUNDANCY", "GLACIER", "STANDARD_IA", "ONEZONE_IA", "INTELLIGENT_TIERING", "DEEP_ARCHIVE", "OUTPOSTS", "GLACIER_IR", "SNOW", "EXPRESS_ONEZONE", "FSX_OPENZFS", "FSX_ONTAP"
14500
+ # resp.contents[0].storage_class #=> String, one of "STANDARD", "REDUCED_REDUNDANCY", "GLACIER", "STANDARD_IA", "ONEZONE_IA", "INTELLIGENT_TIERING", "DEEP_ARCHIVE", "OUTPOSTS", "GLACIER_IR", "SNOW", "EXPRESS_ONEZONE", "FSX_OPENZFS", "FSX_ONTAP", "AWS_BACKUP_WARM", "AWS_BACKUP_LOW_COST_WARM"
14501
14501
  # resp.contents[0].owner.display_name #=> String
14502
14502
  # resp.contents[0].owner.id #=> String
14503
14503
  # resp.contents[0].restore_status.is_restore_in_progress #=> Boolean
@@ -14848,7 +14848,7 @@ module Aws::S3
14848
14848
  # resp.initiator.display_name #=> String
14849
14849
  # resp.owner.display_name #=> String
14850
14850
  # resp.owner.id #=> String
14851
- # resp.storage_class #=> String, one of "STANDARD", "REDUCED_REDUNDANCY", "STANDARD_IA", "ONEZONE_IA", "INTELLIGENT_TIERING", "GLACIER", "DEEP_ARCHIVE", "OUTPOSTS", "GLACIER_IR", "SNOW", "EXPRESS_ONEZONE", "FSX_OPENZFS", "FSX_ONTAP"
14851
+ # resp.storage_class #=> String, one of "STANDARD", "REDUCED_REDUNDANCY", "STANDARD_IA", "ONEZONE_IA", "INTELLIGENT_TIERING", "GLACIER", "DEEP_ARCHIVE", "OUTPOSTS", "GLACIER_IR", "SNOW", "EXPRESS_ONEZONE", "FSX_OPENZFS", "FSX_ONTAP", "AWS_BACKUP_WARM", "AWS_BACKUP_LOW_COST_WARM"
14852
14852
  # resp.request_charged #=> String, one of "requester"
14853
14853
  # resp.checksum_algorithm #=> String, one of "CRC32", "CRC32C", "SHA1", "SHA256", "CRC64NVME", "SHA512", "MD5", "XXHASH64", "XXHASH3", "XXHASH128"
14854
14854
  # resp.checksum_type #=> String, one of "COMPOSITE", "FULL_OBJECT"
@@ -15899,7 +15899,7 @@ module Aws::S3
15899
15899
  # rules: [ # required
15900
15900
  # {
15901
15901
  # apply_server_side_encryption_by_default: {
15902
- # sse_algorithm: "AES256", # required, accepts AES256, aws:fsx, aws:kms, aws:kms:dsse
15902
+ # sse_algorithm: "AES256", # required, accepts AES256, aws:fsx, aws:backup, aws:kms, aws:kms:dsse
15903
15903
  # kms_master_key_id: "SSEKMSKeyId",
15904
15904
  # },
15905
15905
  # bucket_key_enabled: false,
@@ -17880,7 +17880,7 @@ module Aws::S3
17880
17880
  # destination: { # required
17881
17881
  # bucket: "BucketName", # required
17882
17882
  # account: "AccountId",
17883
- # storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS, FSX_ONTAP
17883
+ # storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS, FSX_ONTAP, AWS_BACKUP_WARM, AWS_BACKUP_LOW_COST_WARM
17884
17884
  # access_control_translation: {
17885
17885
  # owner: "Destination", # required, accepts Destination
17886
17886
  # },
@@ -19614,8 +19614,8 @@ module Aws::S3
19614
19614
  # metadata: {
19615
19615
  # "MetadataKey" => "MetadataValue",
19616
19616
  # },
19617
- # server_side_encryption: "AES256", # accepts AES256, aws:fsx, aws:kms, aws:kms:dsse
19618
- # storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS, FSX_ONTAP
19617
+ # server_side_encryption: "AES256", # accepts AES256, aws:fsx, aws:backup, aws:kms, aws:kms:dsse
19618
+ # storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS, FSX_ONTAP, AWS_BACKUP_WARM, AWS_BACKUP_LOW_COST_WARM
19619
19619
  # website_redirect_location: "WebsiteRedirectLocation",
19620
19620
  # sse_customer_algorithm: "SSECustomerAlgorithm",
19621
19621
  # sse_customer_key: "SSECustomerKey",
@@ -19646,7 +19646,7 @@ module Aws::S3
19646
19646
  # resp.checksum_xxhash3 #=> String
19647
19647
  # resp.checksum_xxhash128 #=> String
19648
19648
  # resp.checksum_type #=> String, one of "COMPOSITE", "FULL_OBJECT"
19649
- # resp.server_side_encryption #=> String, one of "AES256", "aws:fsx", "aws:kms", "aws:kms:dsse"
19649
+ # resp.server_side_encryption #=> String, one of "AES256", "aws:fsx", "aws:backup", "aws:kms", "aws:kms:dsse"
19650
19650
  # resp.version_id #=> String
19651
19651
  # resp.sse_customer_algorithm #=> String
19652
19652
  # resp.sse_customer_key_md5 #=> String
@@ -20241,7 +20241,7 @@ module Aws::S3
20241
20241
  # resp.checksum_xxhash3 #=> String
20242
20242
  # resp.checksum_xxhash128 #=> String
20243
20243
  # resp.checksum_type #=> String, one of "COMPOSITE", "FULL_OBJECT"
20244
- # resp.server_side_encryption #=> String, one of "AES256", "aws:fsx", "aws:kms", "aws:kms:dsse"
20244
+ # resp.server_side_encryption #=> String, one of "AES256", "aws:fsx", "aws:backup", "aws:kms", "aws:kms:dsse"
20245
20245
  # resp.request_charged #=> String, one of "requester"
20246
20246
  #
20247
20247
  # @see http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/PutObjectAnnotation AWS API Documentation
@@ -21453,7 +21453,7 @@ module Aws::S3
21453
21453
  # bucket_name: "BucketName", # required
21454
21454
  # prefix: "LocationPrefix", # required
21455
21455
  # encryption: {
21456
- # encryption_type: "AES256", # required, accepts AES256, aws:fsx, aws:kms, aws:kms:dsse
21456
+ # encryption_type: "AES256", # required, accepts AES256, aws:fsx, aws:backup, aws:kms, aws:kms:dsse
21457
21457
  # kms_key_id: "SSEKMSKeyId",
21458
21458
  # kms_context: "KMSContext",
21459
21459
  # },
@@ -21484,7 +21484,7 @@ module Aws::S3
21484
21484
  # value: "MetadataValue",
21485
21485
  # },
21486
21486
  # ],
21487
- # storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS, FSX_ONTAP
21487
+ # storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS, FSX_ONTAP, AWS_BACKUP_WARM, AWS_BACKUP_LOW_COST_WARM
21488
21488
  # },
21489
21489
  # },
21490
21490
  # },
@@ -22971,7 +22971,7 @@ module Aws::S3
22971
22971
  #
22972
22972
  # @example Response structure
22973
22973
  #
22974
- # resp.server_side_encryption #=> String, one of "AES256", "aws:fsx", "aws:kms", "aws:kms:dsse"
22974
+ # resp.server_side_encryption #=> String, one of "AES256", "aws:fsx", "aws:backup", "aws:kms", "aws:kms:dsse"
22975
22975
  # resp.etag #=> String
22976
22976
  # resp.checksum_crc32 #=> String
22977
22977
  # resp.checksum_crc32c #=> String
@@ -23585,7 +23585,7 @@ module Aws::S3
23585
23585
  # resp.copy_part_result.checksum_xxhash64 #=> String
23586
23586
  # resp.copy_part_result.checksum_xxhash3 #=> String
23587
23587
  # resp.copy_part_result.checksum_xxhash128 #=> String
23588
- # resp.server_side_encryption #=> String, one of "AES256", "aws:fsx", "aws:kms", "aws:kms:dsse"
23588
+ # resp.server_side_encryption #=> String, one of "AES256", "aws:fsx", "aws:backup", "aws:kms", "aws:kms:dsse"
23589
23589
  # resp.sse_customer_algorithm #=> String
23590
23590
  # resp.sse_customer_key_md5 #=> String
23591
23591
  # resp.ssekms_key_id #=> String
@@ -24065,11 +24065,11 @@ module Aws::S3
24065
24065
  # replication_status: "COMPLETE", # accepts COMPLETE, PENDING, FAILED, REPLICA, COMPLETED
24066
24066
  # request_charged: "requester", # accepts requester
24067
24067
  # restore: "Restore",
24068
- # server_side_encryption: "AES256", # accepts AES256, aws:fsx, aws:kms, aws:kms:dsse
24068
+ # server_side_encryption: "AES256", # accepts AES256, aws:fsx, aws:backup, aws:kms, aws:kms:dsse
24069
24069
  # sse_customer_algorithm: "SSECustomerAlgorithm",
24070
24070
  # ssekms_key_id: "SSEKMSKeyId",
24071
24071
  # sse_customer_key_md5: "SSECustomerKeyMD5",
24072
- # storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS, FSX_ONTAP
24072
+ # storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS, FSX_ONTAP, AWS_BACKUP_WARM, AWS_BACKUP_LOW_COST_WARM
24073
24073
  # tag_count: 1,
24074
24074
  # version_id: "ObjectVersionId",
24075
24075
  # bucket_key_enabled: false,
@@ -24102,7 +24102,7 @@ module Aws::S3
24102
24102
  tracer: tracer
24103
24103
  )
24104
24104
  context[:gem_name] = 'aws-sdk-s3'
24105
- context[:gem_version] = '1.228.2'
24105
+ context[:gem_version] = '1.229.0'
24106
24106
  Seahorse::Client::Request.new(handlers, context)
24107
24107
  end
24108
24108
 
@@ -825,8 +825,8 @@ module Aws::S3
825
825
  # metadata_directive: "COPY", # accepts COPY, REPLACE
826
826
  # tagging_directive: "COPY", # accepts COPY, REPLACE
827
827
  # annotation_directive: "COPY", # accepts COPY, EXCLUDE
828
- # server_side_encryption: "AES256", # accepts AES256, aws:fsx, aws:kms, aws:kms:dsse
829
- # storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS, FSX_ONTAP
828
+ # server_side_encryption: "AES256", # accepts AES256, aws:fsx, aws:backup, aws:kms, aws:kms:dsse
829
+ # storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS, FSX_ONTAP, AWS_BACKUP_WARM, AWS_BACKUP_LOW_COST_WARM
830
830
  # website_redirect_location: "WebsiteRedirectLocation",
831
831
  # sse_customer_algorithm: "SSECustomerAlgorithm",
832
832
  # sse_customer_key: "SSECustomerKey",
@@ -1985,8 +1985,8 @@ module Aws::S3
1985
1985
  # metadata: {
1986
1986
  # "MetadataKey" => "MetadataValue",
1987
1987
  # },
1988
- # server_side_encryption: "AES256", # accepts AES256, aws:fsx, aws:kms, aws:kms:dsse
1989
- # storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS, FSX_ONTAP
1988
+ # server_side_encryption: "AES256", # accepts AES256, aws:fsx, aws:backup, aws:kms, aws:kms:dsse
1989
+ # storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS, FSX_ONTAP, AWS_BACKUP_WARM, AWS_BACKUP_LOW_COST_WARM
1990
1990
  # website_redirect_location: "WebsiteRedirectLocation",
1991
1991
  # sse_customer_algorithm: "SSECustomerAlgorithm",
1992
1992
  # sse_customer_key: "SSECustomerKey",
@@ -2591,8 +2591,8 @@ module Aws::S3
2591
2591
  # metadata: {
2592
2592
  # "MetadataKey" => "MetadataValue",
2593
2593
  # },
2594
- # server_side_encryption: "AES256", # accepts AES256, aws:fsx, aws:kms, aws:kms:dsse
2595
- # storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS, FSX_ONTAP
2594
+ # server_side_encryption: "AES256", # accepts AES256, aws:fsx, aws:backup, aws:kms, aws:kms:dsse
2595
+ # storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS, FSX_ONTAP, AWS_BACKUP_WARM, AWS_BACKUP_LOW_COST_WARM
2596
2596
  # website_redirect_location: "WebsiteRedirectLocation",
2597
2597
  # sse_customer_algorithm: "SSECustomerAlgorithm",
2598
2598
  # sse_customer_key: "SSECustomerKey",
@@ -3296,7 +3296,7 @@ module Aws::S3
3296
3296
  # bucket_name: "BucketName", # required
3297
3297
  # prefix: "LocationPrefix", # required
3298
3298
  # encryption: {
3299
- # encryption_type: "AES256", # required, accepts AES256, aws:fsx, aws:kms, aws:kms:dsse
3299
+ # encryption_type: "AES256", # required, accepts AES256, aws:fsx, aws:backup, aws:kms, aws:kms:dsse
3300
3300
  # kms_key_id: "SSEKMSKeyId",
3301
3301
  # kms_context: "KMSContext",
3302
3302
  # },
@@ -3327,7 +3327,7 @@ module Aws::S3
3327
3327
  # value: "MetadataValue",
3328
3328
  # },
3329
3329
  # ],
3330
- # storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS, FSX_ONTAP
3330
+ # storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS, FSX_ONTAP, AWS_BACKUP_WARM, AWS_BACKUP_LOW_COST_WARM
3331
3331
  # },
3332
3332
  # },
3333
3333
  # },
@@ -362,8 +362,8 @@ module Aws::S3
362
362
  # metadata_directive: "COPY", # accepts COPY, REPLACE
363
363
  # tagging_directive: "COPY", # accepts COPY, REPLACE
364
364
  # annotation_directive: "COPY", # accepts COPY, EXCLUDE
365
- # server_side_encryption: "AES256", # accepts AES256, aws:fsx, aws:kms, aws:kms:dsse
366
- # storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS, FSX_ONTAP
365
+ # server_side_encryption: "AES256", # accepts AES256, aws:fsx, aws:backup, aws:kms, aws:kms:dsse
366
+ # storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS, FSX_ONTAP, AWS_BACKUP_WARM, AWS_BACKUP_LOW_COST_WARM
367
367
  # website_redirect_location: "WebsiteRedirectLocation",
368
368
  # sse_customer_algorithm: "SSECustomerAlgorithm",
369
369
  # sse_customer_key: "SSECustomerKey",
@@ -1522,8 +1522,8 @@ module Aws::S3
1522
1522
  # metadata: {
1523
1523
  # "MetadataKey" => "MetadataValue",
1524
1524
  # },
1525
- # server_side_encryption: "AES256", # accepts AES256, aws:fsx, aws:kms, aws:kms:dsse
1526
- # storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS, FSX_ONTAP
1525
+ # server_side_encryption: "AES256", # accepts AES256, aws:fsx, aws:backup, aws:kms, aws:kms:dsse
1526
+ # storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS, FSX_ONTAP, AWS_BACKUP_WARM, AWS_BACKUP_LOW_COST_WARM
1527
1527
  # website_redirect_location: "WebsiteRedirectLocation",
1528
1528
  # sse_customer_algorithm: "SSECustomerAlgorithm",
1529
1529
  # sse_customer_key: "SSECustomerKey",
@@ -2128,8 +2128,8 @@ module Aws::S3
2128
2128
  # metadata: {
2129
2129
  # "MetadataKey" => "MetadataValue",
2130
2130
  # },
2131
- # server_side_encryption: "AES256", # accepts AES256, aws:fsx, aws:kms, aws:kms:dsse
2132
- # storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS, FSX_ONTAP
2131
+ # server_side_encryption: "AES256", # accepts AES256, aws:fsx, aws:backup, aws:kms, aws:kms:dsse
2132
+ # storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS, FSX_ONTAP, AWS_BACKUP_WARM, AWS_BACKUP_LOW_COST_WARM
2133
2133
  # website_redirect_location: "WebsiteRedirectLocation",
2134
2134
  # sse_customer_algorithm: "SSECustomerAlgorithm",
2135
2135
  # sse_customer_key: "SSECustomerKey",
@@ -2833,7 +2833,7 @@ module Aws::S3
2833
2833
  # bucket_name: "BucketName", # required
2834
2834
  # prefix: "LocationPrefix", # required
2835
2835
  # encryption: {
2836
- # encryption_type: "AES256", # required, accepts AES256, aws:fsx, aws:kms, aws:kms:dsse
2836
+ # encryption_type: "AES256", # required, accepts AES256, aws:fsx, aws:backup, aws:kms, aws:kms:dsse
2837
2837
  # kms_key_id: "SSEKMSKeyId",
2838
2838
  # kms_context: "KMSContext",
2839
2839
  # },
@@ -2864,7 +2864,7 @@ module Aws::S3
2864
2864
  # value: "MetadataValue",
2865
2865
  # },
2866
2866
  # ],
2867
- # storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS, FSX_ONTAP
2867
+ # storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS, FSX_ONTAP, AWS_BACKUP_WARM, AWS_BACKUP_LOW_COST_WARM
2868
2868
  # },
2869
2869
  # },
2870
2870
  # },
data/lib/aws-sdk-s3.rb CHANGED
@@ -75,7 +75,7 @@ module Aws::S3
75
75
  autoload :ObjectVersion, 'aws-sdk-s3/object_version'
76
76
  autoload :EventStreams, 'aws-sdk-s3/event_streams'
77
77
 
78
- GEM_VERSION = '1.228.2'
78
+ GEM_VERSION = '1.229.0'
79
79
 
80
80
  end
81
81
 
data/sig/bucket.rbs CHANGED
@@ -138,8 +138,8 @@ module Aws
138
138
  key: ::String,
139
139
  ?write_offset_bytes: ::Integer,
140
140
  ?metadata: Hash[::String, ::String],
141
- ?server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse"),
142
- ?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP"),
141
+ ?server_side_encryption: ("AES256" | "aws:fsx" | "aws:backup" | "aws:kms" | "aws:kms:dsse"),
142
+ ?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP" | "AWS_BACKUP_WARM" | "AWS_BACKUP_LOW_COST_WARM"),
143
143
  ?website_redirect_location: ::String,
144
144
  ?sse_customer_algorithm: ::String,
145
145
  ?sse_customer_key: ::String,
data/sig/client.rbs CHANGED
@@ -126,7 +126,7 @@ module Aws
126
126
  def checksum_xxhash3: () -> ::String
127
127
  def checksum_xxhash128: () -> ::String
128
128
  def checksum_type: () -> ("COMPOSITE" | "FULL_OBJECT")
129
- def server_side_encryption: () -> ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse")
129
+ def server_side_encryption: () -> ("AES256" | "aws:fsx" | "aws:backup" | "aws:kms" | "aws:kms:dsse")
130
130
  def version_id: () -> ::String
131
131
  def ssekms_key_id: () -> ::String
132
132
  def bucket_key_enabled: () -> bool
@@ -183,7 +183,7 @@ module Aws
183
183
  def expiration: () -> ::String
184
184
  def copy_source_version_id: () -> ::String
185
185
  def version_id: () -> ::String
186
- def server_side_encryption: () -> ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse")
186
+ def server_side_encryption: () -> ("AES256" | "aws:fsx" | "aws:backup" | "aws:kms" | "aws:kms:dsse")
187
187
  def sse_customer_algorithm: () -> ::String
188
188
  def sse_customer_key_md5: () -> ::String
189
189
  def ssekms_key_id: () -> ::String
@@ -218,8 +218,8 @@ module Aws
218
218
  ?metadata_directive: ("COPY" | "REPLACE"),
219
219
  ?tagging_directive: ("COPY" | "REPLACE"),
220
220
  ?annotation_directive: ("COPY" | "EXCLUDE"),
221
- ?server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse"),
222
- ?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP"),
221
+ ?server_side_encryption: ("AES256" | "aws:fsx" | "aws:backup" | "aws:kms" | "aws:kms:dsse"),
222
+ ?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP" | "AWS_BACKUP_WARM" | "AWS_BACKUP_LOW_COST_WARM"),
223
223
  ?website_redirect_location: ::String,
224
224
  ?sse_customer_algorithm: ::String,
225
225
  ?sse_customer_key: ::String,
@@ -335,7 +335,7 @@ module Aws
335
335
  def bucket: () -> ::String
336
336
  def key: () -> ::String
337
337
  def upload_id: () -> ::String
338
- def server_side_encryption: () -> ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse")
338
+ def server_side_encryption: () -> ("AES256" | "aws:fsx" | "aws:backup" | "aws:kms" | "aws:kms:dsse")
339
339
  def sse_customer_algorithm: () -> ::String
340
340
  def sse_customer_key_md5: () -> ::String
341
341
  def ssekms_key_id: () -> ::String
@@ -361,8 +361,8 @@ module Aws
361
361
  ?grant_write_acp: ::String,
362
362
  key: ::String,
363
363
  ?metadata: Hash[::String, ::String],
364
- ?server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse"),
365
- ?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP"),
364
+ ?server_side_encryption: ("AES256" | "aws:fsx" | "aws:backup" | "aws:kms" | "aws:kms:dsse"),
365
+ ?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP" | "AWS_BACKUP_WARM" | "AWS_BACKUP_LOW_COST_WARM"),
366
366
  ?website_redirect_location: ::String,
367
367
  ?sse_customer_algorithm: ::String,
368
368
  ?sse_customer_key: ::String,
@@ -383,7 +383,7 @@ module Aws
383
383
 
384
384
  interface _CreateSessionResponseSuccess
385
385
  include ::Seahorse::Client::_ResponseSuccess[Types::CreateSessionOutput]
386
- def server_side_encryption: () -> ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse")
386
+ def server_side_encryption: () -> ("AES256" | "aws:fsx" | "aws:backup" | "aws:kms" | "aws:kms:dsse")
387
387
  def ssekms_key_id: () -> ::String
388
388
  def ssekms_encryption_context: () -> ::String
389
389
  def bucket_key_enabled: () -> bool
@@ -393,7 +393,7 @@ module Aws
393
393
  def create_session: (
394
394
  ?session_mode: ("ReadOnly" | "ReadWrite"),
395
395
  bucket: ::String,
396
- ?server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse"),
396
+ ?server_side_encryption: ("AES256" | "aws:fsx" | "aws:backup" | "aws:kms" | "aws:kms:dsse"),
397
397
  ?ssekms_key_id: ::String,
398
398
  ?ssekms_encryption_context: ::String,
399
399
  ?bucket_key_enabled: bool
@@ -920,13 +920,13 @@ module Aws
920
920
  def expires: () -> ::Time
921
921
  def expires_string: () -> ::String
922
922
  def website_redirect_location: () -> ::String
923
- def server_side_encryption: () -> ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse")
923
+ def server_side_encryption: () -> ("AES256" | "aws:fsx" | "aws:backup" | "aws:kms" | "aws:kms:dsse")
924
924
  def metadata: () -> ::Hash[::String, ::String]
925
925
  def sse_customer_algorithm: () -> ::String
926
926
  def sse_customer_key_md5: () -> ::String
927
927
  def ssekms_key_id: () -> ::String
928
928
  def bucket_key_enabled: () -> bool
929
- def storage_class: () -> ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP")
929
+ def storage_class: () -> ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP" | "AWS_BACKUP_WARM" | "AWS_BACKUP_LOW_COST_WARM")
930
930
  def request_charged: () -> ("requester")
931
931
  def replication_status: () -> ("COMPLETE" | "PENDING" | "FAILED" | "REPLICA" | "COMPLETED")
932
932
  def parts_count: () -> ::Integer
@@ -995,7 +995,7 @@ module Aws
995
995
  def checksum_xxhash3: () -> ::String
996
996
  def checksum_xxhash128: () -> ::String
997
997
  def checksum_type: () -> ("COMPOSITE" | "FULL_OBJECT")
998
- def server_side_encryption: () -> ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse")
998
+ def server_side_encryption: () -> ("AES256" | "aws:fsx" | "aws:backup" | "aws:kms" | "aws:kms:dsse")
999
999
  def request_charged: () -> ("requester")
1000
1000
  def replication_status: () -> ("COMPLETE" | "PENDING" | "FAILED" | "REPLICA" | "COMPLETED")
1001
1001
  end
@@ -1020,7 +1020,7 @@ module Aws
1020
1020
  def etag: () -> ::String
1021
1021
  def checksum: () -> Types::Checksum
1022
1022
  def object_parts: () -> Types::GetObjectAttributesParts
1023
- def storage_class: () -> ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP")
1023
+ def storage_class: () -> ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP" | "AWS_BACKUP_WARM" | "AWS_BACKUP_LOW_COST_WARM")
1024
1024
  def object_size: () -> ::Integer
1025
1025
  end
1026
1026
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#get_object_attributes-instance_method
@@ -1165,13 +1165,13 @@ module Aws
1165
1165
  def expires: () -> ::Time
1166
1166
  def expires_string: () -> ::String
1167
1167
  def website_redirect_location: () -> ::String
1168
- def server_side_encryption: () -> ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse")
1168
+ def server_side_encryption: () -> ("AES256" | "aws:fsx" | "aws:backup" | "aws:kms" | "aws:kms:dsse")
1169
1169
  def metadata: () -> ::Hash[::String, ::String]
1170
1170
  def sse_customer_algorithm: () -> ::String
1171
1171
  def sse_customer_key_md5: () -> ::String
1172
1172
  def ssekms_key_id: () -> ::String
1173
1173
  def bucket_key_enabled: () -> bool
1174
- def storage_class: () -> ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP")
1174
+ def storage_class: () -> ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP" | "AWS_BACKUP_WARM" | "AWS_BACKUP_LOW_COST_WARM")
1175
1175
  def request_charged: () -> ("requester")
1176
1176
  def replication_status: () -> ("COMPLETE" | "PENDING" | "FAILED" | "REPLICA" | "COMPLETED")
1177
1177
  def parts_count: () -> ::Integer
@@ -1456,7 +1456,7 @@ module Aws
1456
1456
  def parts: () -> ::Array[Types::Part]
1457
1457
  def initiator: () -> Types::Initiator
1458
1458
  def owner: () -> Types::Owner
1459
- def storage_class: () -> ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP")
1459
+ def storage_class: () -> ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP" | "AWS_BACKUP_WARM" | "AWS_BACKUP_LOW_COST_WARM")
1460
1460
  def request_charged: () -> ("requester")
1461
1461
  def checksum_algorithm: () -> ("CRC32" | "CRC32C" | "SHA1" | "SHA256" | "CRC64NVME" | "SHA512" | "MD5" | "XXHASH64" | "XXHASH3" | "XXHASH128")
1462
1462
  def checksum_type: () -> ("COMPOSITE" | "FULL_OBJECT")
@@ -1585,7 +1585,7 @@ module Aws
1585
1585
  rules: Array[
1586
1586
  {
1587
1587
  apply_server_side_encryption_by_default: {
1588
- sse_algorithm: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse"),
1588
+ sse_algorithm: ("AES256" | "aws:fsx" | "aws:backup" | "aws:kms" | "aws:kms:dsse"),
1589
1589
  kms_master_key_id: ::String?
1590
1590
  }?,
1591
1591
  bucket_key_enabled: bool?,
@@ -1975,7 +1975,7 @@ module Aws
1975
1975
  destination: {
1976
1976
  bucket: ::String,
1977
1977
  account: ::String?,
1978
- storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP")?,
1978
+ storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP" | "AWS_BACKUP_WARM" | "AWS_BACKUP_LOW_COST_WARM")?,
1979
1979
  access_control_translation: {
1980
1980
  owner: ("Destination")
1981
1981
  }?,
@@ -2100,7 +2100,7 @@ module Aws
2100
2100
  def checksum_xxhash3: () -> ::String
2101
2101
  def checksum_xxhash128: () -> ::String
2102
2102
  def checksum_type: () -> ("COMPOSITE" | "FULL_OBJECT")
2103
- def server_side_encryption: () -> ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse")
2103
+ def server_side_encryption: () -> ("AES256" | "aws:fsx" | "aws:backup" | "aws:kms" | "aws:kms:dsse")
2104
2104
  def version_id: () -> ::String
2105
2105
  def sse_customer_algorithm: () -> ::String
2106
2106
  def sse_customer_key_md5: () -> ::String
@@ -2143,8 +2143,8 @@ module Aws
2143
2143
  key: ::String,
2144
2144
  ?write_offset_bytes: ::Integer,
2145
2145
  ?metadata: Hash[::String, ::String],
2146
- ?server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse"),
2147
- ?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP"),
2146
+ ?server_side_encryption: ("AES256" | "aws:fsx" | "aws:backup" | "aws:kms" | "aws:kms:dsse"),
2147
+ ?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP" | "AWS_BACKUP_WARM" | "AWS_BACKUP_LOW_COST_WARM"),
2148
2148
  ?website_redirect_location: ::String,
2149
2149
  ?sse_customer_algorithm: ::String,
2150
2150
  ?sse_customer_key: ::String,
@@ -2201,7 +2201,7 @@ module Aws
2201
2201
  def checksum_xxhash3: () -> ::String
2202
2202
  def checksum_xxhash128: () -> ::String
2203
2203
  def checksum_type: () -> ("COMPOSITE" | "FULL_OBJECT")
2204
- def server_side_encryption: () -> ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse")
2204
+ def server_side_encryption: () -> ("AES256" | "aws:fsx" | "aws:backup" | "aws:kms" | "aws:kms:dsse")
2205
2205
  def request_charged: () -> ("requester")
2206
2206
  end
2207
2207
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#put_object_annotation-instance_method
@@ -2382,7 +2382,7 @@ module Aws
2382
2382
  bucket_name: ::String,
2383
2383
  prefix: ::String,
2384
2384
  encryption: {
2385
- encryption_type: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse"),
2385
+ encryption_type: ("AES256" | "aws:fsx" | "aws:backup" | "aws:kms" | "aws:kms:dsse"),
2386
2386
  kms_key_id: ::String?,
2387
2387
  kms_context: ::String?
2388
2388
  }?,
@@ -2404,7 +2404,7 @@ module Aws
2404
2404
  value: ::String?
2405
2405
  }
2406
2406
  ]?,
2407
- storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP")?
2407
+ storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP" | "AWS_BACKUP_WARM" | "AWS_BACKUP_LOW_COST_WARM")?
2408
2408
  }?
2409
2409
  }?
2410
2410
  },
@@ -2512,7 +2512,7 @@ module Aws
2512
2512
 
2513
2513
  interface _UploadPartResponseSuccess
2514
2514
  include ::Seahorse::Client::_ResponseSuccess[Types::UploadPartOutput]
2515
- def server_side_encryption: () -> ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse")
2515
+ def server_side_encryption: () -> ("AES256" | "aws:fsx" | "aws:backup" | "aws:kms" | "aws:kms:dsse")
2516
2516
  def etag: () -> ::String
2517
2517
  def checksum_crc32: () -> ::String
2518
2518
  def checksum_crc32c: () -> ::String
@@ -2562,7 +2562,7 @@ module Aws
2562
2562
  include ::Seahorse::Client::_ResponseSuccess[Types::UploadPartCopyOutput]
2563
2563
  def copy_source_version_id: () -> ::String
2564
2564
  def copy_part_result: () -> Types::CopyPartResult
2565
- def server_side_encryption: () -> ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse")
2565
+ def server_side_encryption: () -> ("AES256" | "aws:fsx" | "aws:backup" | "aws:kms" | "aws:kms:dsse")
2566
2566
  def sse_customer_algorithm: () -> ::String
2567
2567
  def sse_customer_key_md5: () -> ::String
2568
2568
  def ssekms_key_id: () -> ::String
@@ -2633,11 +2633,11 @@ module Aws
2633
2633
  ?replication_status: ("COMPLETE" | "PENDING" | "FAILED" | "REPLICA" | "COMPLETED"),
2634
2634
  ?request_charged: ("requester"),
2635
2635
  ?restore: ::String,
2636
- ?server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse"),
2636
+ ?server_side_encryption: ("AES256" | "aws:fsx" | "aws:backup" | "aws:kms" | "aws:kms:dsse"),
2637
2637
  ?sse_customer_algorithm: ::String,
2638
2638
  ?ssekms_key_id: ::String,
2639
2639
  ?sse_customer_key_md5: ::String,
2640
- ?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP"),
2640
+ ?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP" | "AWS_BACKUP_WARM" | "AWS_BACKUP_LOW_COST_WARM"),
2641
2641
  ?tag_count: ::Integer,
2642
2642
  ?version_id: ::String,
2643
2643
  ?bucket_key_enabled: bool
@@ -33,7 +33,7 @@ module Aws
33
33
  def initiated: () -> ::Time
34
34
 
35
35
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/MultipartUpload.html#storage_class-instance_method
36
- def storage_class: () -> ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP")
36
+ def storage_class: () -> ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP" | "AWS_BACKUP_WARM" | "AWS_BACKUP_LOW_COST_WARM")
37
37
 
38
38
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/MultipartUpload.html#owner-instance_method
39
39
  def owner: () -> Types::Owner
data/sig/object.rbs CHANGED
@@ -111,7 +111,7 @@ module Aws
111
111
  def website_redirect_location: () -> ::String
112
112
 
113
113
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Object.html#server_side_encryption-instance_method
114
- def server_side_encryption: () -> ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse")
114
+ def server_side_encryption: () -> ("AES256" | "aws:fsx" | "aws:backup" | "aws:kms" | "aws:kms:dsse")
115
115
 
116
116
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Object.html#metadata-instance_method
117
117
  def metadata: () -> ::Hash[::String, ::String]
@@ -129,7 +129,7 @@ module Aws
129
129
  def bucket_key_enabled: () -> bool
130
130
 
131
131
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Object.html#storage_class-instance_method
132
- def storage_class: () -> ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP")
132
+ def storage_class: () -> ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP" | "AWS_BACKUP_WARM" | "AWS_BACKUP_LOW_COST_WARM")
133
133
 
134
134
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Object.html#request_charged-instance_method
135
135
  def request_charged: () -> ("requester")
@@ -201,8 +201,8 @@ module Aws
201
201
  ?metadata_directive: ("COPY" | "REPLACE"),
202
202
  ?tagging_directive: ("COPY" | "REPLACE"),
203
203
  ?annotation_directive: ("COPY" | "EXCLUDE"),
204
- ?server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse"),
205
- ?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP"),
204
+ ?server_side_encryption: ("AES256" | "aws:fsx" | "aws:backup" | "aws:kms" | "aws:kms:dsse"),
205
+ ?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP" | "AWS_BACKUP_WARM" | "AWS_BACKUP_LOW_COST_WARM"),
206
206
  ?website_redirect_location: ::String,
207
207
  ?sse_customer_algorithm: ::String,
208
208
  ?sse_customer_key: ::String,
@@ -274,8 +274,8 @@ module Aws
274
274
  ?grant_read_acp: ::String,
275
275
  ?grant_write_acp: ::String,
276
276
  ?metadata: Hash[::String, ::String],
277
- ?server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse"),
278
- ?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP"),
277
+ ?server_side_encryption: ("AES256" | "aws:fsx" | "aws:backup" | "aws:kms" | "aws:kms:dsse"),
278
+ ?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP" | "AWS_BACKUP_WARM" | "AWS_BACKUP_LOW_COST_WARM"),
279
279
  ?website_redirect_location: ::String,
280
280
  ?sse_customer_algorithm: ::String,
281
281
  ?sse_customer_key: ::String,
@@ -325,8 +325,8 @@ module Aws
325
325
  ?grant_write_acp: ::String,
326
326
  ?write_offset_bytes: ::Integer,
327
327
  ?metadata: Hash[::String, ::String],
328
- ?server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse"),
329
- ?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP"),
328
+ ?server_side_encryption: ("AES256" | "aws:fsx" | "aws:backup" | "aws:kms" | "aws:kms:dsse"),
329
+ ?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP" | "AWS_BACKUP_WARM" | "AWS_BACKUP_LOW_COST_WARM"),
330
330
  ?website_redirect_location: ::String,
331
331
  ?sse_customer_algorithm: ::String,
332
332
  ?sse_customer_key: ::String,
@@ -392,7 +392,7 @@ module Aws
392
392
  bucket_name: ::String,
393
393
  prefix: ::String,
394
394
  encryption: {
395
- encryption_type: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse"),
395
+ encryption_type: ("AES256" | "aws:fsx" | "aws:backup" | "aws:kms" | "aws:kms:dsse"),
396
396
  kms_key_id: ::String?,
397
397
  kms_context: ::String?
398
398
  }?,
@@ -423,7 +423,7 @@ module Aws
423
423
  value: ::String?
424
424
  }
425
425
  ]?,
426
- storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP")?
426
+ storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP" | "AWS_BACKUP_WARM" | "AWS_BACKUP_LOW_COST_WARM")?
427
427
  }?
428
428
  }?
429
429
  },
@@ -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" | "FSX_OPENZFS" | "FSX_ONTAP")
39
+ def storage_class: () -> ("STANDARD" | "REDUCED_REDUNDANCY" | "GLACIER" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP" | "AWS_BACKUP_WARM" | "AWS_BACKUP_LOW_COST_WARM")
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
@@ -90,8 +90,8 @@ module Aws
90
90
  ?metadata_directive: ("COPY" | "REPLACE"),
91
91
  ?tagging_directive: ("COPY" | "REPLACE"),
92
92
  ?annotation_directive: ("COPY" | "EXCLUDE"),
93
- ?server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse"),
94
- ?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP"),
93
+ ?server_side_encryption: ("AES256" | "aws:fsx" | "aws:backup" | "aws:kms" | "aws:kms:dsse"),
94
+ ?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP" | "AWS_BACKUP_WARM" | "AWS_BACKUP_LOW_COST_WARM"),
95
95
  ?website_redirect_location: ::String,
96
96
  ?sse_customer_algorithm: ::String,
97
97
  ?sse_customer_key: ::String,
@@ -163,8 +163,8 @@ module Aws
163
163
  ?grant_read_acp: ::String,
164
164
  ?grant_write_acp: ::String,
165
165
  ?metadata: Hash[::String, ::String],
166
- ?server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse"),
167
- ?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP"),
166
+ ?server_side_encryption: ("AES256" | "aws:fsx" | "aws:backup" | "aws:kms" | "aws:kms:dsse"),
167
+ ?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP" | "AWS_BACKUP_WARM" | "AWS_BACKUP_LOW_COST_WARM"),
168
168
  ?website_redirect_location: ::String,
169
169
  ?sse_customer_algorithm: ::String,
170
170
  ?sse_customer_key: ::String,
@@ -214,8 +214,8 @@ module Aws
214
214
  ?grant_write_acp: ::String,
215
215
  ?write_offset_bytes: ::Integer,
216
216
  ?metadata: Hash[::String, ::String],
217
- ?server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse"),
218
- ?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP"),
217
+ ?server_side_encryption: ("AES256" | "aws:fsx" | "aws:backup" | "aws:kms" | "aws:kms:dsse"),
218
+ ?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP" | "AWS_BACKUP_WARM" | "AWS_BACKUP_LOW_COST_WARM"),
219
219
  ?website_redirect_location: ::String,
220
220
  ?sse_customer_algorithm: ::String,
221
221
  ?sse_customer_key: ::String,
@@ -281,7 +281,7 @@ module Aws
281
281
  bucket_name: ::String,
282
282
  prefix: ::String,
283
283
  encryption: {
284
- encryption_type: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse"),
284
+ encryption_type: ("AES256" | "aws:fsx" | "aws:backup" | "aws:kms" | "aws:kms:dsse"),
285
285
  kms_key_id: ::String?,
286
286
  kms_context: ::String?
287
287
  }?,
@@ -312,7 +312,7 @@ module Aws
312
312
  value: ::String?
313
313
  }
314
314
  ]?,
315
- storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP")?
315
+ storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP" | "AWS_BACKUP_WARM" | "AWS_BACKUP_LOW_COST_WARM")?
316
316
  }?
317
317
  }?
318
318
  },
data/sig/types.rbs CHANGED
@@ -241,7 +241,7 @@ module Aws::S3
241
241
  attr_accessor checksum_xxhash3: ::String
242
242
  attr_accessor checksum_xxhash128: ::String
243
243
  attr_accessor checksum_type: ("COMPOSITE" | "FULL_OBJECT")
244
- attr_accessor server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse")
244
+ attr_accessor server_side_encryption: ("AES256" | "aws:fsx" | "aws:backup" | "aws:kms" | "aws:kms:dsse")
245
245
  attr_accessor version_id: ::String
246
246
  attr_accessor ssekms_key_id: ::String
247
247
  attr_accessor bucket_key_enabled: bool
@@ -313,7 +313,7 @@ module Aws::S3
313
313
  attr_accessor expiration: ::String
314
314
  attr_accessor copy_source_version_id: ::String
315
315
  attr_accessor version_id: ::String
316
- attr_accessor server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse")
316
+ attr_accessor server_side_encryption: ("AES256" | "aws:fsx" | "aws:backup" | "aws:kms" | "aws:kms:dsse")
317
317
  attr_accessor sse_customer_algorithm: ::String
318
318
  attr_accessor sse_customer_key_md5: ::String
319
319
  attr_accessor ssekms_key_id: ::String
@@ -349,8 +349,8 @@ module Aws::S3
349
349
  attr_accessor metadata_directive: ("COPY" | "REPLACE")
350
350
  attr_accessor tagging_directive: ("COPY" | "REPLACE")
351
351
  attr_accessor annotation_directive: ("COPY" | "EXCLUDE")
352
- attr_accessor server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse")
353
- attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP")
352
+ attr_accessor server_side_encryption: ("AES256" | "aws:fsx" | "aws:backup" | "aws:kms" | "aws:kms:dsse")
353
+ attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP" | "AWS_BACKUP_WARM" | "AWS_BACKUP_LOW_COST_WARM")
354
354
  attr_accessor website_redirect_location: ::String
355
355
  attr_accessor sse_customer_algorithm: ::String
356
356
  attr_accessor sse_customer_key: ::String
@@ -457,7 +457,7 @@ module Aws::S3
457
457
  attr_accessor bucket: ::String
458
458
  attr_accessor key: ::String
459
459
  attr_accessor upload_id: ::String
460
- attr_accessor server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse")
460
+ attr_accessor server_side_encryption: ("AES256" | "aws:fsx" | "aws:backup" | "aws:kms" | "aws:kms:dsse")
461
461
  attr_accessor sse_customer_algorithm: ::String
462
462
  attr_accessor sse_customer_key_md5: ::String
463
463
  attr_accessor ssekms_key_id: ::String
@@ -484,8 +484,8 @@ module Aws::S3
484
484
  attr_accessor grant_write_acp: ::String
485
485
  attr_accessor key: ::String
486
486
  attr_accessor metadata: ::Hash[::String, ::String]
487
- attr_accessor server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse")
488
- attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP")
487
+ attr_accessor server_side_encryption: ("AES256" | "aws:fsx" | "aws:backup" | "aws:kms" | "aws:kms:dsse")
488
+ attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP" | "AWS_BACKUP_WARM" | "AWS_BACKUP_LOW_COST_WARM")
489
489
  attr_accessor website_redirect_location: ::String
490
490
  attr_accessor sse_customer_algorithm: ::String
491
491
  attr_accessor sse_customer_key: ::String
@@ -505,7 +505,7 @@ module Aws::S3
505
505
  end
506
506
 
507
507
  class CreateSessionOutput
508
- attr_accessor server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse")
508
+ attr_accessor server_side_encryption: ("AES256" | "aws:fsx" | "aws:backup" | "aws:kms" | "aws:kms:dsse")
509
509
  attr_accessor ssekms_key_id: ::String
510
510
  attr_accessor ssekms_encryption_context: ::String
511
511
  attr_accessor bucket_key_enabled: bool
@@ -516,7 +516,7 @@ module Aws::S3
516
516
  class CreateSessionRequest
517
517
  attr_accessor session_mode: ("ReadOnly" | "ReadWrite")
518
518
  attr_accessor bucket: ::String
519
- attr_accessor server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse")
519
+ attr_accessor server_side_encryption: ("AES256" | "aws:fsx" | "aws:backup" | "aws:kms" | "aws:kms:dsse")
520
520
  attr_accessor ssekms_key_id: ::String
521
521
  attr_accessor ssekms_encryption_context: ::String
522
522
  attr_accessor bucket_key_enabled: bool
@@ -730,7 +730,7 @@ module Aws::S3
730
730
  class Destination
731
731
  attr_accessor bucket: ::String
732
732
  attr_accessor account: ::String
733
- attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP")
733
+ attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP" | "AWS_BACKUP_WARM" | "AWS_BACKUP_LOW_COST_WARM")
734
734
  attr_accessor access_control_translation: Types::AccessControlTranslation
735
735
  attr_accessor encryption_configuration: Types::EncryptionConfiguration
736
736
  attr_accessor replication_time: Types::ReplicationTime
@@ -746,7 +746,7 @@ module Aws::S3
746
746
  end
747
747
 
748
748
  class Encryption
749
- attr_accessor encryption_type: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse")
749
+ attr_accessor encryption_type: ("AES256" | "aws:fsx" | "aws:backup" | "aws:kms" | "aws:kms:dsse")
750
750
  attr_accessor kms_key_id: ::String
751
751
  attr_accessor kms_context: ::String
752
752
  SENSITIVE: [:kms_key_id]
@@ -1114,7 +1114,7 @@ module Aws::S3
1114
1114
  attr_accessor checksum_xxhash3: ::String
1115
1115
  attr_accessor checksum_xxhash128: ::String
1116
1116
  attr_accessor checksum_type: ("COMPOSITE" | "FULL_OBJECT")
1117
- attr_accessor server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse")
1117
+ attr_accessor server_side_encryption: ("AES256" | "aws:fsx" | "aws:backup" | "aws:kms" | "aws:kms:dsse")
1118
1118
  attr_accessor request_charged: ("requester")
1119
1119
  attr_accessor replication_status: ("COMPLETE" | "PENDING" | "FAILED" | "REPLICA" | "COMPLETED")
1120
1120
  SENSITIVE: []
@@ -1139,7 +1139,7 @@ module Aws::S3
1139
1139
  attr_accessor etag: ::String
1140
1140
  attr_accessor checksum: Types::Checksum
1141
1141
  attr_accessor object_parts: Types::GetObjectAttributesParts
1142
- attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP")
1142
+ attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP" | "AWS_BACKUP_WARM" | "AWS_BACKUP_LOW_COST_WARM")
1143
1143
  attr_accessor object_size: ::Integer
1144
1144
  SENSITIVE: []
1145
1145
  end
@@ -1225,13 +1225,13 @@ module Aws::S3
1225
1225
  attr_accessor expires: ::Time
1226
1226
  attr_accessor expires_string: ::String
1227
1227
  attr_accessor website_redirect_location: ::String
1228
- attr_accessor server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse")
1228
+ attr_accessor server_side_encryption: ("AES256" | "aws:fsx" | "aws:backup" | "aws:kms" | "aws:kms:dsse")
1229
1229
  attr_accessor metadata: ::Hash[::String, ::String]
1230
1230
  attr_accessor sse_customer_algorithm: ::String
1231
1231
  attr_accessor sse_customer_key_md5: ::String
1232
1232
  attr_accessor ssekms_key_id: ::String
1233
1233
  attr_accessor bucket_key_enabled: bool
1234
- attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP")
1234
+ attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP" | "AWS_BACKUP_WARM" | "AWS_BACKUP_LOW_COST_WARM")
1235
1235
  attr_accessor request_charged: ("requester")
1236
1236
  attr_accessor replication_status: ("COMPLETE" | "PENDING" | "FAILED" | "REPLICA" | "COMPLETED")
1237
1237
  attr_accessor parts_count: ::Integer
@@ -1387,13 +1387,13 @@ module Aws::S3
1387
1387
  attr_accessor expires: ::Time
1388
1388
  attr_accessor expires_string: ::String
1389
1389
  attr_accessor website_redirect_location: ::String
1390
- attr_accessor server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse")
1390
+ attr_accessor server_side_encryption: ("AES256" | "aws:fsx" | "aws:backup" | "aws:kms" | "aws:kms:dsse")
1391
1391
  attr_accessor metadata: ::Hash[::String, ::String]
1392
1392
  attr_accessor sse_customer_algorithm: ::String
1393
1393
  attr_accessor sse_customer_key_md5: ::String
1394
1394
  attr_accessor ssekms_key_id: ::String
1395
1395
  attr_accessor bucket_key_enabled: bool
1396
- attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP")
1396
+ attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP" | "AWS_BACKUP_WARM" | "AWS_BACKUP_LOW_COST_WARM")
1397
1397
  attr_accessor request_charged: ("requester")
1398
1398
  attr_accessor replication_status: ("COMPLETE" | "PENDING" | "FAILED" | "REPLICA" | "COMPLETED")
1399
1399
  attr_accessor parts_count: ::Integer
@@ -1476,7 +1476,7 @@ module Aws::S3
1476
1476
  end
1477
1477
 
1478
1478
  class InvalidObjectState
1479
- attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP")
1479
+ attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP" | "AWS_BACKUP_WARM" | "AWS_BACKUP_LOW_COST_WARM")
1480
1480
  attr_accessor access_tier: ("ARCHIVE_ACCESS" | "DEEP_ARCHIVE_ACCESS")
1481
1481
  SENSITIVE: []
1482
1482
  end
@@ -1881,7 +1881,7 @@ module Aws::S3
1881
1881
  attr_accessor parts: ::Array[Types::Part]
1882
1882
  attr_accessor initiator: Types::Initiator
1883
1883
  attr_accessor owner: Types::Owner
1884
- attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP")
1884
+ attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP" | "AWS_BACKUP_WARM" | "AWS_BACKUP_LOW_COST_WARM")
1885
1885
  attr_accessor request_charged: ("requester")
1886
1886
  attr_accessor checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256" | "CRC64NVME" | "SHA512" | "MD5" | "XXHASH64" | "XXHASH3" | "XXHASH128")
1887
1887
  attr_accessor checksum_type: ("COMPOSITE" | "FULL_OBJECT")
@@ -1984,7 +1984,7 @@ module Aws::S3
1984
1984
  attr_accessor upload_id: ::String
1985
1985
  attr_accessor key: ::String
1986
1986
  attr_accessor initiated: ::Time
1987
- attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP")
1987
+ attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP" | "AWS_BACKUP_WARM" | "AWS_BACKUP_LOW_COST_WARM")
1988
1988
  attr_accessor owner: Types::Owner
1989
1989
  attr_accessor initiator: Types::Initiator
1990
1990
  attr_accessor checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256" | "CRC64NVME" | "SHA512" | "MD5" | "XXHASH64" | "XXHASH3" | "XXHASH128")
@@ -2044,7 +2044,7 @@ module Aws::S3
2044
2044
  attr_accessor checksum_algorithm: ::Array[("CRC32" | "CRC32C" | "SHA1" | "SHA256" | "CRC64NVME" | "SHA512" | "MD5" | "XXHASH64" | "XXHASH3" | "XXHASH128")]
2045
2045
  attr_accessor checksum_type: ("COMPOSITE" | "FULL_OBJECT")
2046
2046
  attr_accessor size: ::Integer
2047
- attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "GLACIER" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP")
2047
+ attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "GLACIER" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP" | "AWS_BACKUP_WARM" | "AWS_BACKUP_LOW_COST_WARM")
2048
2048
  attr_accessor owner: Types::Owner
2049
2049
  attr_accessor restore_status: Types::RestoreStatus
2050
2050
  SENSITIVE: []
@@ -2444,7 +2444,7 @@ module Aws::S3
2444
2444
  attr_accessor checksum_xxhash3: ::String
2445
2445
  attr_accessor checksum_xxhash128: ::String
2446
2446
  attr_accessor checksum_type: ("COMPOSITE" | "FULL_OBJECT")
2447
- attr_accessor server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse")
2447
+ attr_accessor server_side_encryption: ("AES256" | "aws:fsx" | "aws:backup" | "aws:kms" | "aws:kms:dsse")
2448
2448
  attr_accessor request_charged: ("requester")
2449
2449
  SENSITIVE: []
2450
2450
  end
@@ -2520,7 +2520,7 @@ module Aws::S3
2520
2520
  attr_accessor checksum_xxhash3: ::String
2521
2521
  attr_accessor checksum_xxhash128: ::String
2522
2522
  attr_accessor checksum_type: ("COMPOSITE" | "FULL_OBJECT")
2523
- attr_accessor server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse")
2523
+ attr_accessor server_side_encryption: ("AES256" | "aws:fsx" | "aws:backup" | "aws:kms" | "aws:kms:dsse")
2524
2524
  attr_accessor version_id: ::String
2525
2525
  attr_accessor sse_customer_algorithm: ::String
2526
2526
  attr_accessor sse_customer_key_md5: ::String
@@ -2564,8 +2564,8 @@ module Aws::S3
2564
2564
  attr_accessor key: ::String
2565
2565
  attr_accessor write_offset_bytes: ::Integer
2566
2566
  attr_accessor metadata: ::Hash[::String, ::String]
2567
- attr_accessor server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse")
2568
- attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP")
2567
+ attr_accessor server_side_encryption: ("AES256" | "aws:fsx" | "aws:backup" | "aws:kms" | "aws:kms:dsse")
2568
+ attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP" | "AWS_BACKUP_WARM" | "AWS_BACKUP_LOW_COST_WARM")
2569
2569
  attr_accessor website_redirect_location: ::String
2570
2570
  attr_accessor sse_customer_algorithm: ::String
2571
2571
  attr_accessor sse_customer_key: ::String
@@ -2811,7 +2811,7 @@ module Aws::S3
2811
2811
  attr_accessor access_control_list: ::Array[Types::Grant]
2812
2812
  attr_accessor tagging: Types::Tagging
2813
2813
  attr_accessor user_metadata: ::Array[Types::MetadataEntry]
2814
- attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP")
2814
+ attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP" | "AWS_BACKUP_WARM" | "AWS_BACKUP_LOW_COST_WARM")
2815
2815
  SENSITIVE: []
2816
2816
  end
2817
2817
 
@@ -2879,7 +2879,7 @@ module Aws::S3
2879
2879
  end
2880
2880
 
2881
2881
  class ServerSideEncryptionByDefault
2882
- attr_accessor sse_algorithm: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse")
2882
+ attr_accessor sse_algorithm: ("AES256" | "aws:fsx" | "aws:backup" | "aws:kms" | "aws:kms:dsse")
2883
2883
  attr_accessor kms_master_key_id: ::String
2884
2884
  SENSITIVE: [:kms_master_key_id]
2885
2885
  end
@@ -3047,7 +3047,7 @@ module Aws::S3
3047
3047
  class UploadPartCopyOutput
3048
3048
  attr_accessor copy_source_version_id: ::String
3049
3049
  attr_accessor copy_part_result: Types::CopyPartResult
3050
- attr_accessor server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse")
3050
+ attr_accessor server_side_encryption: ("AES256" | "aws:fsx" | "aws:backup" | "aws:kms" | "aws:kms:dsse")
3051
3051
  attr_accessor sse_customer_algorithm: ::String
3052
3052
  attr_accessor sse_customer_key_md5: ::String
3053
3053
  attr_accessor ssekms_key_id: ::String
@@ -3080,7 +3080,7 @@ module Aws::S3
3080
3080
  end
3081
3081
 
3082
3082
  class UploadPartOutput
3083
- attr_accessor server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse")
3083
+ attr_accessor server_side_encryption: ("AES256" | "aws:fsx" | "aws:backup" | "aws:kms" | "aws:kms:dsse")
3084
3084
  attr_accessor etag: ::String
3085
3085
  attr_accessor checksum_crc32: ::String
3086
3086
  attr_accessor checksum_crc32c: ::String
@@ -3180,11 +3180,11 @@ module Aws::S3
3180
3180
  attr_accessor replication_status: ("COMPLETE" | "PENDING" | "FAILED" | "REPLICA" | "COMPLETED")
3181
3181
  attr_accessor request_charged: ("requester")
3182
3182
  attr_accessor restore: ::String
3183
- attr_accessor server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse")
3183
+ attr_accessor server_side_encryption: ("AES256" | "aws:fsx" | "aws:backup" | "aws:kms" | "aws:kms:dsse")
3184
3184
  attr_accessor sse_customer_algorithm: ::String
3185
3185
  attr_accessor ssekms_key_id: ::String
3186
3186
  attr_accessor sse_customer_key_md5: ::String
3187
- attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP")
3187
+ attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP" | "AWS_BACKUP_WARM" | "AWS_BACKUP_LOW_COST_WARM")
3188
3188
  attr_accessor tag_count: ::Integer
3189
3189
  attr_accessor version_id: ::String
3190
3190
  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.228.2
4
+ version: 1.229.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -46,7 +46,7 @@ dependencies:
46
46
  version: '3'
47
47
  - - ">="
48
48
  - !ruby/object:Gem::Version
49
- version: 3.254.0
49
+ version: 3.254.1
50
50
  type: :runtime
51
51
  prerelease: false
52
52
  version_requirements: !ruby/object:Gem::Requirement
@@ -56,7 +56,7 @@ dependencies:
56
56
  version: '3'
57
57
  - - ">="
58
58
  - !ruby/object:Gem::Version
59
- version: 3.254.0
59
+ version: 3.254.1
60
60
  description: Official AWS Ruby gem for Amazon Simple Storage Service (Amazon S3).
61
61
  This gem is part of the AWS SDK for Ruby.
62
62
  email: